.carrybot {
    width: 100%;
    overflow: hidden;
    color: #000;
}

.container-width {
    max-width: 1200px;
    margin: 0 auto;
}

.text-color {
    font-size: poppins;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three-contaner-b-left-img {
    position: relative;
}

.three-contaner-b-left-img img:nth-child(1) {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.application-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 800px;
}

.banner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -150px;
}


.banner .left .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: 0.747px;
}

.banner .left .title-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
    margin-top: 12px;
    max-width: 720px;
}

.banner .left .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 53px;
}

.banner .left .btns .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.747px;
    text-transform: uppercase;
}

.banner .left .btns .btn:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 36px;
}

.banner .left .btns .btn:last-child {
    background: #FFF;
    color: #373A3E;
    /* max-width: 50%; */
}

.banner .left .btns .btn .btn-icon {
    width: 60px;
    height: 60px;
    margin-left: -5px;
}

.banner .left .btns .btn .btn-text {
    flex: 1;
}

.two-contaner {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
}

.two-contaner-con {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}

.two-contaner-con-top {
    font-size: 68px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
}

.two-contaner-con-top p:nth-child(1) {
    font-weight: normal;
}

.two-contaner-con-top span {
    color: #3377FF;
}

.two-contaner-con-top>p:last-child {
    font-size: 48px;
    font-weight: 400;
    line-height: 150%;
}

.two-contaner-con-top>p:nth-child(2) {
    margin: 24px 0;
}

.two-contaner-con-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 120px 0;
}

.two-contaner-con-center-item-line {
    height: 24px;
}

.two-contaner-con-center-item {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 60px;
    border-radius: 12px;
}

.two-contaner-con-center-item img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.two-contaner-con-center-item-title {
    height: 42px;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.70);
    margin: 10px 0;
}

.two-contaner-con-center-item-desc {
    color: #3377FF;
    font-style: italic;
    font-family: Poppins;
    font-size: 54px;
    font-style: italic;
    font-weight: 600;
    line-height: 86px;
    letter-spacing: -2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.two-contaner-con-center-item:first-child .two-contaner-con-center-item-desc-x {
    position: absolute;
    font-size: 18px;
    left: 188px;
    top: -16px;
}

.two-contaner-con-center-item:nth-child(2) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(3) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 210px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-add {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    left: 172px;
    top: -12px;
}

.two-contaner-con-center-item-desc-main {
    margin-left: -22px;
}

.two-contaner-con-bottom {
    position: relative;
}

.two-contaner-con-bottom .image-container {
    position: relative;
    width: 100%;
}

.two-contaner-con-bottom img {
    width: 100%;
    height: auto;
    display: block;
}

.two-contaner-con-bottom-btn {
    font-size: 1vw;
    background: #3377FF;
    border-radius: 3.2vw;
    position: absolute;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-width: 8vw;
    text-align: center;
}

.two-contaner-con-bottom-btn1 {
    top: 41.29%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.es-ES .two-contaner-con-bottom-btn1 {
    top:48%;
    left: 23.5%;
}

.two-contaner-con-bottom-btn2 {
    top: 41.29%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.es-ES .two-contaner-con-bottom-btn2 {
    top:40%;
    left: 49.5%;
}
.two-contaner-con-bottom-btn3 {
    top: 41.29%;
    left: 75%;
    transform: translate(-50%, -50%);
}
.es-ES .two-contaner-con-bottom-btn3 {
    top:48%;
    left: 76%;
}
.three-contaner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
}

.three-contaner-top {
    width: 100%;
    text-align: center;
}

.three-contaner-top-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.three-contaner-top-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0;
    gap: 24px 12px;
}

.three-contaner-top-list-item {
    flex: 1;
    /* width: calc(20% - 16px); */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
    padding: 32px 24px;
}

.three-contaner-top-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.three-contaner-top-list-item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.three-contaner-top-list-item-title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    /* min-height: 86px; */
    width: 100%;
}

.five-contaner-top-list-item-title {
    font-size: 18px;
    /* min-height: 43px; */
    margin: 16px 0;
    font-weight: 600;
}

.three-title {
    margin: 0 0 16px 0;
}

.five-contaner-b-right-b-title {
    margin: 0 0 2.133vw 0;
}

.three-contaner-top-list-item-desc {
    display: flex;
    align-items: flex-start;
    color: #646464;
}

.three-contaner-top-list-item-desc .desc-content {
    text-align: left;
    flex: 1;
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.three-contaner-bottom-title {
    font-size: 32px;
    font-weight: 600;
}

.three-contaner-bottom-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.three-contaner-bottom-list-item {
    padding: 32px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.three-contaner-bottom-list-item img {
    width: 100%;
}

.three-contaner-bottom-list-item-title {
    font-size: 18px;
    font-weight: 600;

}

.three-contaner-bottom-list-item-desc {
    text-align: left;
    color: #646464;
    font-size: 14px;
    line-height: 200%;
}

.three-contaner-b {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 160px;
    margin-top: 80px;
}

.three-contaner-b-item {
    flex: 1;
}

.three-contaner-b-left {
    margin-right: 60px;
}

.three-contaner-b-left-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.three-contaner-b-left-title img {
    width: 14px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}

.three-contaner-b-left-img .img {
    width: 100%;
    margin-right: 6px;
}

.three-contaner-b-left-title-text {
    font-size: 12px;
    color: #646464;
}

.three-contaner-b-right-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.three-contaner-b-right-desc {
    color: #646464;
    font-size: 12px;
    line-height: 200%;
}

.three-contaner-b-right-b-title {
    margin: 16px 0 8px 0;
    font-size: 14px;
    font-weight: 600;
}

.three-contaner-b-right-b-list {
    padding: 12px 8px;
    background: #FFFED9;
    border: solid 1px #FFE6A5;
    border-radius: 12px;
    margin-bottom: 26px;
}

.three-contaner-b-right-b-list-item {
    display: flex;
}

.three-contaner-b-right-b-list-item-icon {
    margin-right: 8px;
}

.three-contaner-b-right-b-list-item-text {
    font-size: 12px;
    line-height: 200%;
}

.three-contaner-b-btn {
    display: inline;
    padding: 10px 24px;
    border-radius: 24px;
    background: #3377FF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.four-contaner-wrap {
    background-color: #F7F7F7;
    padding: 160px 0;
}

.four-contaner {
    max-width: 1200px;
    margin: 0 auto;
}

.four-contaner .three-contaner-top-list-item {
    border: solid 1px #E5E5E5;
    border-radius: 12px;
    background-color: #fff;
}

.four-contaner-b {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.four-contaner-b .three-contaner-b-item {
    flex: 1;
}

.four-contaner-b .three-contaner-b-left {
    margin: 0;
}

.four-contaner-b .three-contaner-b-left-img img {
    margin-right: 0;
}

.four-contaner-b .three-contaner-b-right {
    margin-right: 60px;
}

.products {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.products-title {
    font-size: 48px;
    font-weight: 600;
}

.products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.products-list-item:nth-child(1)>img {
    width: 722px;
    height: auto;
}

.products-list-item:nth-child(2)>img {
    width: 400px;
    height: auto;
}

.products-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 56px;
}

.products-list-item:hover {
    background-color: #F6F8F9;
    cursor: pointer;
}

.products-list-item:nth-child(2) img:nth-child(2) {
    height: 65.333vw;
}

.products-list-item-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
}

.products-list-item-desc {
    font-size: 16px;
    color: #646464;
}

.one-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.one-list-item {
    border-left: solid 2px #EBEBEB;
    padding: 16px 38px;
}

.one-list-item:nth-child(3),
.one-list-item:nth-child(6) {
    border-right: solid 2px #EBEBEB;
}

/* case */
.TITLE-SINGLE {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 78px;
}

.case {
    padding-top: 153px;
    padding-bottom: 160px;
    background: #ffffff;
}

.case-content {
    margin-top: 70px;
    padding-bottom: 70px;
}

.case-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px !important;
    cursor: pointer;
}

.case-list-item-img {
    width: 100%;
    height: auto;
}

.case-list-item-title {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 29px;
    margin-top: 18px;
}

.case-btn {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 120px;
}

.modal-video {
    width: 100%;
}

.MODAL {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.modal-video-container {
    background-color: white;
    z-index: 11000;
    padding: 96px 0;
}

.modal-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
}

.modal-video-container .modal-video-body {
    max-width: 1280px;
    width: 100vw;
    min-width: 320px;
    display: flex;
    cursor: pointer;
}

.modal-video-container .close-btn {
    position: absolute;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
}

.modal-video-container .modal-video-body .modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 用于隐藏滚动条,并适用于移动端 */
.has-modal-full-viewport {
    overflow: hidden;
    /* position: fixed;
      height: 100%;
      width: 100%; */
}

/*  */
/* 16:9等比例盒子1 */
/* 必须2部分嵌套，才能满足内容等比例 */
.model-youtube-intrinsic-aspect-ratio-container {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    position: relative;
}

/* 16:9等比例盒子2 */
.model-youtube-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.model-youtube-tips {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1200px) {
    .container-width {
        padding: 0 50px;
    }
}

@media (max-width: 1000px) {
    .case {
        padding-top: 15vw;
        padding-bottom: 15vw;
        background: #ffffff;
    }

    .case-content {
        margin-top: 10vw;
        padding-bottom: 15vw;
    }

    .case-list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        cursor: pointer;
    }

    .case-list-item-img {
        width: 90%;
        height: auto;
    }

    .case-list-item-title {
        font-size: 13px;
        text-align: left;
        line-height: 18px;
        margin-top: 9px;
        width: 90%;
    }

    .container-width {
        width: 100vw;
        padding: 0 4vw;
    }

    .banner {
        height: 100vh;
        padding-top: 13vw;
        background-image: url('https://www.orionstar.com/res/orics/down/ow001_20250124_082f24dfa4174822f903e61babb80f26.webp') !important;
        background-size: cover;
    }

    .banner .banner-container {
        height: auto;
        flex-direction: column;
    }

    .banner .left {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
        margin-top: 0px;
    }

    .banner .left .title {
        font-size: 6.4vw;
        text-align: center;
    }

    .banner .left .title-desc {
        font-size: 3.5vw;
        line-height: 6vw;
        margin-top: 5vw;
    }

    .banner .left .btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 95vw;
        margin-top: 7vw;
    }

    .banner .left .btns .btn {
        border-radius: 40px;
        font-size: 4vw;
        white-space: nowrap;
        padding: 1.6vw 4.267vw;
    }

    .banner .left .btns .btn:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /* max-width: 36vw; */
    }


    .banner .left .btns .btn .btn-icon {
        width: 9vw;
        height: 9vw;
        margin-left: -2vw;
    }

    .banner .left .btns .btn:last-child {
        margin-left: 4vw;
    }
    .banner .left .btns .btn:first-child {
        margin-right: 0vw;
    }

    .two-contaner-con {
        padding-top: 21.333vw;
    }

    .two-contaner .two-contaner-con .two-contaner-con-top {
        font-size: 5.6vw;
    }

    .two-contaner-con-top>p:last-child {
        font-size: 4.8vw;
        margin-bottom: 10.667vw;
    }

    .two-contaner-con-center {
        padding: 10.667vw 0;
    }

    .two-contaner-con-bottom-btn {
        font-size: 3.2vw;
        width: 29.6vw;
        height: 8vw;
        border-radius: 4.267vw;
        padding: 0;
        line-height: 8vw;
    }
    .es-ES .two-contaner-con-bottom-btn {
        width:26.6vw;
    }
    .two-contaner-con-bottom-btn1 {
        top: 50%;
        margin-top: -1.8vw;
        left: 16.45%;
        transform: translate(-50%, -50%);
    }
    .es-ES .two-contaner-con-bottom-btn1 {
        top:58%;
        left: 20.5%;
    }
    .two-contaner-con-bottom-btn2 {
        top: 50%;
        margin-top: -1.8vw;
        left: 49.45%;
        transform: translate(-50%, -50%);
    }
    .es-ES .two-contaner-con-bottom-btn2 {
        top:50%;
    }

    .two-contaner-con-bottom-btn3 {
        top: 50%;
        margin-top: -1.8vw;
        left: 82.45%;
        transform: translate(-50%, -50%);
    }
    .es-ES .two-contaner-con-bottom-btn3 {
        top:58%;
        left: 79%;
    }
    .two-contaner-con-center img {
        width: 12vw;
        height: 12vw;
        margin-bottom: 3.2vw;
    }

    .two-contaner-con-center-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8vw 0 4.267vw 0;
    }

    .two-contaner-con-center-item-line {
        height: 0;
    }

    .two-contaner-con-center {
        padding: 0 5.333vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.133vw;
        margin-top: 10vw;
        margin-bottom: 0vw;
    }

    .two-contaner-con-center-item-title {
        font-size: 3.2vw;
        color: #222222;
        font-weight: 600;
        margin: 0 auto;
    }

    .two-contaner {
        padding-bottom: 21.333vw;
    }

    .three-contaner {
        margin: 21.333vw auto;
        padding: 0;
    }

    .three-contaner-top-title {
        font-size: 4.8vw;
    }

    .three-contaner-top-title span {
        display: block;
    }

    .three-contaner-top-list {
        margin-bottom: 16vw;
        display: flex;
        flex-direction: column;
    }

    .three-contaner-top-list-item {
        display: flex;
        flex-direction: row;
        width: 100vw;
        border: none;
        padding: 0 5.333vw;
    }

    .three-contaner-top-list-item img {
        width: 12vw;
        height: 12vw;
        margin-right: 4.267vw;
    }

    .three-contaner-top-list-item:first-child {
        border: none;
    }

    .three-contaner-top-list-con {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .three-contaner-top-list-item-title {
        min-height: 0;
        padding: 0;
        margin: 0 0 2.133vw 0;
        font-size: 4.5vw;
        text-align: left;
    }

    .three-contaner-top-list-item-desc {
        font-size: 3.2vw;
        width: 100%;
    }

    .desc-content {
        color: #222222;
        line-height: 200%;
    }

    .three-contaner-top-list-item:not(:last-child) {
        margin-bottom: 8vw;
    }

    .three-contaner-bottom {
        margin-bottom: 32vw;
    }

    .three-contaner-bottom-title {
        font-size: 4.8vw;
    }

    .three-contaner-bottom-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        margin-top: 10vw;
        margin-bottom: 0vw;
        padding: 0 5.333vw;
    }

    .three-contaner-bottom-list-item {
        gap: 4.267vw;
        padding: 0;
        flex: 1;
    }

    .three-contaner-b {
        padding: 0 5.333vw;
        display: flex;
        flex-direction: column;
    }

    .three-contaner-b-left {
        margin-right: 0;
        margin: 8vw 0;
    }

    .three-contaner-b-right {
        padding-bottom: 21.333vw
    }

    .three-contaner-b-btn-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }

    .five-contaner-top-list-item-title {
        font-size: 3.733vw;
        margin: 0 0 2.133vw 0;
        font-weight: 600;
        text-align: left;
    }

    .three-contaner-b-left-title img {
        font-size: 3.2vw;
    }

    .four-contaner-top-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5.333vw;
        margin-bottom: 29.867vw;
    }

    .four-contaner-top-list-item {
        width: calc(50% - 1.6vw);
        border: solid 1px #CECECE;
        border-radius: 1.6vw;
        background-color: #fff;
        padding: 4.267vw 3.2vw;
        margin-bottom: 2.133vw;

    }

    .three-contaner-top-title {
        padding: 0 5.333vw;
        margin-bottom: 16vw;
    }

    .four-contaner-top-list-item img {
        width: 12vw;
        height: 12vw;
        margin-bottom: 2vw;
        margin: 0 auto;
    }

    .four-contaner-top-list-item-title {
        margin: 4.267vw 0;
        font-size: 3.733vw;
        font-weight: 600;
        /* min-height: 48.13px; */
    }

    .four-contaner-top-list-item-desc {
        text-align: left;
    }

    .desc-content {
        font-size: 3.2vw;
        color: #646464;
    }

    .four-contaner-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5.333vw;
        margin-bottom: 28.533vw;
    }

    .four-contaner-bottom-list-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .four-contaner-bottom-list-item img {
        width: 100%;
        margin-top: 8vw;
        border-radius: 4px;
    }

    .four-contaner-bottom-title {
        font-size: 4.8vw;
        font-weight: 600;
    }

    .four-contaner-bottom-list-item-title {
        font-size: 3.733vw;
        font-weight: 600;
        margin: 4.267vw 0;
    }

    .four-contaner-bottom-list-item-desc {
        font-size: 3.2vw;
        color: #646464;
        line-height: 200%;
    }

    .four-contaner-b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 5.333vw;
    }

    .four-contaner-b .three-contaner-b-left {
        margin-top: 8vw;
    }

    .four-contaner-b .three-contaner-b-right {
        margin-right: 0;
    }

    .four-contaner-wrap {
        padding-bottom: 0;
        padding-top: 21.333vw;
    }

    .three-contaner-top-list-item-con {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .three-contaner-top-list-item-desc .desc-content {
        font-size: 3.2vw;
    }

    .three-contaner-bottom-list-item-title {
        font-size:  3.733vw;

    }

    .three-contaner-bottom-list-item-desc {
        font-size: 3.2vw;
    }

    .three-contaner-b-right-title {
        font-size: 3.733vw;
    }

    .three-contaner-b-right-desc {
        font-size: 3.2vw;
    }

    .three-contaner-b-right-b-title {
        font-size: 3.733vw;
        margin: 8vw 0 2.133vw 0;
    }

    .three-contaner-b-right-b-list {
        margin-bottom: 8vw;
    }
    .three-contaner-b-right-b-list-item-text {
        font-size:3.2vw;
    }

    .three-contaner-b-btn {
        padding: 1.333vw 3.2vw;
        font-size: 3.2vw;
    }

    .TITLE-SINGLE {
        font-size: 4.8vw;
        font-weight: 600;
        line-height: 0;
    }

    .products {
        background-color: #F7F7F7;
        margin-bottom: 0;
        padding-bottom: 21.333vw;
    }

    .products-title {
        font-size: 4.8vw;
        margin-top: 21.333vw;
    }

    .products-list {
        display: flex;
        flex-direction: column;
        padding: 0 5.333vw;
    }

    .products-list-item {
        background-color: #fff;
        margin-bottom: 1.6vw;
        padding: 8vw 0;
        border-radius: 1.6vw;
    }

    .products-list-item-title {
        font-size: 3.733vw;
        margin-top: 0;
    }
    .products-list .products-list-item:nth-child(2) .products-list-item-title{
        width: 100%;
    }
    .products-list-item:nth-child(1)>img {
        width: 89.333vw;
    }

    .products-list-item:nth-child(2)>img {
        width: 100%;
    }

    .products-list .products-list-item:nth-child(1) img {
        margin: 0 auto;
        display: block;
    }

    .products-list-item-title img {
        width: 6.4vw;
        height: 6.4vw;
    }

    .products-list .products-list-item:nth-child(2) {
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 3.2vw 10.667vw;
    }

    .btn-box {
        width: 100%;
        text-align: center;
    }
}