/* 第三容器 运营直播 */

.operation {
    position: relative;
    width: 120rem;
    height: 41.2547rem;
    background-image: url('../../image/commerce/3-b1.jpg');
    background-size: 100% 100%;
}

.operation_auao {
    position: absolute;
    top: 0;
    width: 90rem;
    /* height: 120rem;
	height: 15rem; */
    margin: 4.9505rem 12.3764rem;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.operation_title {
    font-size: 2.4752rem;

    font-family: 'myFont1';
    margin-bottom: 0.6703rem;
}

.operation_text {
    font-size: 1.0313rem;

    color: #767676;
    line-height: 1.3407rem;
}

.operation_link {
    font-size: 3.5rem;
    line-height: 4.75rem;
    width: fit-content;
    color: red;
    margin-top: 0.5rem;
}

.operation_partner {
    margin-top: 2.8878rem;
    font-size: 1.2376rem;

    .operation_partner_imgs {
        display: flex;
        align-items: center;
        margin-top: 0.825rem;
    }

    .operation_partner_imgs > img {
        width: 10.2621rem;
        height: 2.8878rem;
        margin-right: 0.5156rem;
    }
}

.operation_content {
    margin-top: 3.6613rem;
    width: 90rem;
    height: 7.8384rem;
    display: flex;
    justify-content: space-between;
}

.operation_content_left {
    width: 34.8125rem;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.left_title {
    padding: 0 1.7017rem 0 1.9596rem;
    font-size: 1.8564rem;
    margin:0 !important;
    border-right: 1px solid #FFFFFF;
    height: 5rem;
    display: flex;
    align-items: center;
}

.middle {
    width: 1px;
    height: auto;
    background-color: #fff;
}

.rigth_title {
    margin-left: 1.9596rem;
    font-size: 0.9282rem;

    line-height: 1.547rem;
}

.operation_content_rigth {
    width: 52.625rem;
    background: #243f50;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.operation_fooder {
    margin-top: 1.5986rem;
    width: 90rem;
    height: 4.5895rem;
    background-color: #fff;
    border-radius: 6px;
}

.operation_fooder ul {
    display: flex;
    align-items: center;
    color: #0012EF;
    list-style-type: none
}

.operation_fooder ul li {
    width: 22.375rem;
    height: 4.9875rem;
    line-height: 4.1875rem;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    p{
        font-size: 1rem;
        color: #767676;
    }
}
.operation_fooder ul .operation_li_sub{
    line-height: normal;
}

.fooder_border {
    width: 2px;
    height: 1.75rem;
    background-color: #ccc;
}




/* 第四容器 电商平台代运营 */

.platform {
    position: relative;
    width: 120rem;
    height: 50rem;
    background-image: url('../../image/commerce/4-b1.jpg');
    background-size: 100% 100%;
}

.platform_auao {
    position: absolute;
    top: 0;
    width: 90rem;
    height: 50rem;
    /* margin: 5.9375rem 15rem 0 15rem; */
    margin: 4.6875rem 15rem 0 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_platform {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

.text_platform {
    font-size: 1.25rem;
    line-height: 1.875rem;

    color: #767676;
}

.content_platfrom {
    display: flex;
    width: 90rem;
    justify-content: space-between;
}

.first {
    position: relative;
    margin-top: 5rem;
    /* margin-right: 80px; */
}

.pla_border {
    /* position: relative; */
    width: 13.75rem;
    height: 13.75rem;
    margin: 0 auto;
    /* border: 1px dashed #ccc; */
}

.border_yuan {
    width: 13.75rem;
    height: 13.75rem;
    border-radius: 50%;
    background-image: url('../../image/commerce/4-y1.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.pla_title {
    /* text-align: center; */
    font-size: 2.25rem;
    font-weight: 700;
}

.pla_image_1 {
    width: 11rem;
    height: 5.1875rem;
}

.pla_image_2 {
    width: 12.875rem;
    height: 5.1875rem;
}

.wire {
    /* margin-top: 0.625rem; */
    width: 0.1875rem;
    height: 7.9375rem;
    background-color: #ccc;
    /* margin-left: 7.5625rem; */
    margin: 0.625rem auto 0;
}

.image_pla {
    width: 21.25rem;
    height: 21.25rem;
}

.pla_ul {
    /* margin-top: 3.125rem; */
    display: flex;
    flex-direction: column;
}

.pla_ul li {
    margin-left: 1.25rem;
    color: #0012EF;
    font-size: 0.75rem;
}

.pla_ul li span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #767676;
    display: flex;
    align-items: center;
}

.pla_ul li span::before {
    content: "";
    margin-right: 0.5208333333vw;
    background-color: #000BFF;
    width: 0.31vw;
    height: 0.31vw;
    border-radius: 0.16vw;
}

.pla_first5>.pla_ul>li {
    transform: translateX(1.5rem);
}

.first_icon {
    position: absolute;
    top: -2.8125rem;
    left: -0.3125rem;
    width: 3.75rem;
    height: 4.0625rem;
    /* border: 1px dashed #ccc; */
}

.second {
    position: relative;
    margin-top: 8.75rem;
}

.first>.pla_ul {
    margin-top: 7.5rem;
}

.second>.pla_ul {
    /* margin-top: 3.125rem; */
    margin-top: 3.75rem;
}


/* 第五容器 我们的优势 */

.advantages {
    position: relative;
    width: 120rem;
    height: 56.25rem;
    background-image: url('../../image/commerce/5-b1.jpg');
    background-size: 100% 100%;
}

.advantages_auto {
    position: absolute;
    top: 0;
    width: 90rem;
    /* height: 120rem; */
    margin: 5.9375rem 15rem 0 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.advantages_title {
    letter-spacing: 2px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

.advantages_item {
    width: 90rem;
    height: 37.5625rem;
    display: flex;
    justify-content: space-between;
    margin-top: 2.9375rem;
}

.advantages_item>div {
    border-radius: 0.375rem;
}

@keyframes advantages3d {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
    }

    75% {
        transform: translate3d(0, -30px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes advantages3d_2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 300px, 0);
    }

    90% {
        transform: translate3d(0, 0px, 0);
    }

    100% {
        transform: none;
    }
}

@keyframes advantages3d_left {
    0% {
        opacity: 0;
        transform: translateX(-20.75rem);
    }

    90% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        transform: none;
    }
}

.advantages_item_1 {
    position: relative;
    width: 26.8125rem;
    height: 37.5625rem;
    border-radius: 6px;
    background-image: url('../../image/commerce/5-c1.jpg');
    background-size: 100% 100%;
    /* animation: advantages3d 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) */
}

.advantages_top {
    position: absolute;
    top: 2.6875rem;
    /* left: -20.75rem; */
    left: 0;
    width: 20.75rem;
    height: 4.0625rem;
    border-radius: 0.3125rem;
    background-color: #000BFF;
    text-align: center;
    line-height: 4.0625rem;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    border-radius: 0px 0.375rem 0.375rem 0px;
}

.advantages_ul {
    position: absolute;
    bottom: 0;
    width: 26.8125rem;
    height: 11.25rem;
    background-color: #10223a;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.advantages_ul li {
    margin-left: 2.5rem;
    font-size: 1rem;
    line-height: 2.0625rem;
   display: flex !important;
   align-items: center;

}
.advantages_ul_li::before{
    margin-top: -2rem;
}
.advantages_ul_li_sub::before{
    margin-top: -4rem;
}
body .tec-main .tab-pane .tec-btn__primary-lg, .tec-btn__transparent-lg {
    font-size: 1.075rem;
    padding: 0vw;
}
.advantages_ul li:first-child {
    margin-top: 1.4375rem;
}
.advantages_ul li::before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 0.5rem;
    flex-shrink:0;
}


/* 第六容器 电商出海案例 */

@keyframes case3d {
    0% {
        opacity: 0;
        transform: translate3d(0, 500px, 0);
    }

    75% {
        transform: translate3d(0, -30px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    100% {
        transform: none;
    }
}



/* 第七容器 联系我们 */

@keyframes contact3d {
    0% {
        opacity: 0;
        transform: translate3d(-600px, 0, 0);
    }

    75% {
        transform: translate3d(30px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        transform: none;
    }
}

.contact {
    position: relative;
    width: 120rem;
    height: 43.75rem;
    background-image: url('../../image/commerce/7-b1.jpg');
    background-size: 100% 100%;
}

.contact_item {
    position: absolute;
    top: 7.125rem;
    left: 67.0625rem;
    width: 30.5rem;
    height: 29.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
}

.contact_content {
    padding: 2.5rem 2.3125rem 0 2.3125rem;
}

.contact_content_text_1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #303030;
}

.contact_from {
    display: flex;
    flex-direction: column;
    margin-top: 1.5625rem;
}

input,
select {
    outline: none;
}

.contact_input {
    width: 25.0625rem;
    height: 2.3125rem;
    border: 1px solid #D5D5D5;
    padding-left: 0.75rem;
    border-radius: 0.3125rem;
}

.left_inputs {
    width: 25.8125rem;
    display: flex;
    justify-content: space-between;
}

.contact_input_left {
    width: 11.25rem;
    height: 2.3125rem;
    border: 1px solid #D5D5D5;
    padding-left: 0.75rem;
    border-radius: 0.3125rem;
}


/* .contact_input_left:first-child{
	margin-right: 1.8125rem;
} */

.contact_select {
    margin-top: 1.125rem;
    padding-left: 0.75rem;
    width: 25.8125rem;
    height: 2.3125rem;
    border: 1px solid #D5D5D5;
    color: #767676;
    border-radius: 0.3125rem;
}


/* .contact_select option{
	width: 120rem;
	height: 37px;
} */

.contact_button {
    margin-top: 1.125rem;
    width: 25.8125rem;
    height: 2.3125rem;
    background-color: #000BFF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3125rem;
    font-size: 0.9375rem;
}
@media (min-width: 961px) {
    .mobile {
        display: none !important;
    }
    body .tec-main .content_item .tec-btn__primary-lg, .tec-btn__transparent-lg {
        font-size: 1.075rem;
        padding: 0 1.5625vw;
    }
    .operation_fooder ul li span {
        color: #767676;
        font-size: 1.5rem;
    }
}
@media (max-width: 961px) {
    .content {
        height: 128.125rem;
        background: url("../../../images/mobileNew/commerce.jpg") no-repeat;
        background-size: cover;
        padding: 0;
        width: 100%;

    }

    .content .content_text_1 {
        font-size: 9rem;
        font-weight: 900;
        width: auto;
    }

    .content .section-info {
        padding: 50rem 7rem 0 8rem;
        width: auto;
    }

    .content_text_2 {
        font-size: 3rem;
        line-height: 4.5rem;
        padding-top: 5rem;
        width: auto;
    }

    .content .content_relation {
        font-size: 3rem;
        width: 30rem;
        height: 6.5rem;
        border-radius: 24.25rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 8rem;
    }

    .content_item {
        width: auto;
        padding: 72rem 7rem 0 7rem;
        margin: 0;
        position: unset;
    }

    .cross {
        position: relative;
        width: 100vw;
        height: 210.625rem;
        background-image: url('../../../images/mobileNew/commerce_bg.png');
        background-size: cover;
        padding: 10rem 7rem;
    }
    body .layout-footer .layout-footer-body {
        padding: 59.0833333333vw 3vw 0;
    }
    div {
        box-sizing: unset;
    }
    
    .auao_title {
        width: 64rem;
        font-size: 6rem;
        font-weight: bold;
        line-height: normal;
    }

    .cross_auao {
        margin: 0;
        align-items: flex-start;
        position: unset;
    }

    .auao_item {
        flex-direction: column;
        align-items: flex-start;
    }

    .auao_item {
        height: auto;
        width: auto;
    }

    .auao_item .auao_img:first-child {
        background-image: url('../../../images/mobileNew/532.png') !important;
        background-size: cover;
        width: 79.75rem;
        height: 54.125rem;
    }

    .auao_item .auao_img:nth-child(2) {
        background-image: url('../../../images/mobileNew/533.png') !important;
        background-size: cover;
        width: 79.75rem;
        height: 62.125rem;
    }

    .auao_item .auao_img:nth-child(3) {
        background-image: url('../../../images/mobileNew/534.png') !important;
        background-size: cover;
        width: 79.75rem;
        height: 54.125rem;
    }

    .img_title_1,
    .img_title_2,
    .img_title_3 {
        background: none;
        font-size: 2.5rem;

        line-height: 3.5rem;
        width: auto;
        height: auto;
        padding-bottom: 3rem;
    }

    .advantages_top {
        height: auto;
        width: auto !important;
        font-size: 4.5rem;
        font-weight: bold;
        line-height: normal;
        padding: 1rem 2rem;
        top: 6rem;
    }

    .cross_auao .content_text_2 {
        padding: 1rem 0 4rem 0;
    }

    .auao_img {
        margin-bottom: 6rem;
    }

    .operation {
        height: 164.25rem;
        background-image: url('../../../images/mobileNew/156.png') !important;
        background-size: cover;
        padding: 10rem 7rem;
        width: 100vw;
        box-sizing: border-box;
    }

    .operation_content {
        flex-direction: column;
        width: auto;
        height: auto;
        padding-top: 37rem;
    }

    .operation_content_left,
    .operation_content_rigth {
        width: auto;
        height: auto;
        background: #57759E;
        backdrop-filter: blur(125rem);
        padding: 2rem 0;
        margin-bottom: 4rem;

    }

    .operation_title {
        font-size: 6rem;
        font-weight: bold;
        line-height: normal;
    }

    .operation_text {
        font-size: 3.5rem;

        line-height: 4.75rem;
        color: #FFFFFF;
        width: 53rem;
    }

    .operation_link {
        font-size: 3.5rem;
        line-height: 4.75rem;
        width: fit-content;
        color: red;
    }

    .operation_auao {
        position: unset;
        width: auto;
        margin: 0;
    }

    .left_title {
        font-size: 3rem;

        line-height: normal;
        margin: 0 !important;
        padding: 0 2rem 0 2rem;
        width: 18rem;
        border-right: 0.125rem solid #FFFFFF;
        height: 8rem;
        display: flex;
        align-items: center;
       
    }


    .rigth_title {
        font-size: 2.25rem;
        font-weight: normal;
        line-height: 4rem;
        margin: 0 !important;
        padding-left: 2rem;
    }

    .operation_fooder {
        margin: 0;
        width: auto;
        height: auto;
    }

    .operation_fooder ul {
        flex-wrap: wrap;
        padding: 1rem 3rem;
    }

    .operation_fooder ul li {
        font-size: 3.5rem;

        line-height: normal;
        width: 49.9%;
        text-align: unset;
        padding: 2rem 0;
    }

    .operation_fooder ul li:nth-child(-n+3) {
        border-bottom: 0.125rem solid #767676;
    }

    .fooder_border {
        display: none;
    }

    .top_platform {
        font-size: 6rem;
        font-weight: bold;
        line-height: normal;
        width: 65rem;
    }

    .platform {
        width: 100vw;
        height: 178.125rem;
        background-image: url('../../../images/mobileNew/commerce_bg.png');
        background-size: cover;
        padding: 10rem 7rem;
        box-sizing: border-box;
    }

    .platform_auao {
        position: unset;
        width: auto;
        margin: 0;
        height: auto;
        align-items: flex-start;
    }

    .text_platform {
        font-size: 3.5rem;

        line-height: 4.75rem;
    }

    .content_platfrom {
        flex-direction: column;
        width: 100%;
        padding-top: 7rem;
    }

    .first,
    .second {
        display: flex !important;
        width: auto;
        height: 22.625rem;
        align-items: center;
        margin-top: 2.4rem;
    }

    .pla_first1 {
        background: url('../../../images/mobileNew/126.png') no-repeat;
        background-size: contain;
    }

    .pla_first2 {
        background: url('../../../images/mobileNew/127.png') no-repeat;
        background-size: contain;
    }

    .pla_first3 {
        background: url('../../../images/mobileNew/128.png') no-repeat;
        background-size: contain;
    }

    .pla_first4 {
        background: url('../../../images/mobileNew/129.png') no-repeat;
        background-size: contain;
    }

    .pla_first5 {
        background: url('../../../images/mobileNew/130.png') no-repeat;
        background-size: contain;
    }

    .pla_border {
        height: auto;
        width: auto;
        margin: 0;
    }

    .border_yuan {
        background: none !important;
    }

    .pla_title p {
        display: inline !important;
        font-size: 3.5rem;
        font-weight: bold;
        line-height: normal;
    }

    .first>.pla_ul {
        margin-top: 0;
    }

    .border_yuan {
        width: auto;
        text-align: left;
    }

    .first_icon {
        display: none !important;
    }

    .pla_ul li span {
        font-size: 2.5rem;

        line-height: 3.25rem;
    }

    .pla_ul li span::before {
        background-color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;

    }

    .pla_title {
        padding: 0 9rem 0 4rem;
        width: 26rem;
    }

    .advantages_item {
        flex-direction: column;
        width: auto;
        height: auto;
    }

    .advantages_title {
        font-size: 6rem;
        font-weight: bold;
        line-height: normal;
        text-align: unset;
    }

    .advantages_auto {
        align-items: flex-start;
        position: unset;
        width: auto;
        margin: 0;
    }

    .advantages {
        width: 100vw;
        height: 190.875rem;
        background-image: url('../../../images/mobileNew/786.png');
        background-size: cover;
        padding: 10rem 7rem;
        box-sizing: border-box;
    }


    .contact {
        width: 100vw;
        height: 64.125rem;
    }

    .advantages_item_1 {
        margin-top: 4rem;
    }

    .advantages_item_1:first-child {
        position: relative;
        width: 79.75rem;
        height: 50rem;
        border-radius: 0.75rem;
        background: url('../../../images/mobileNew/1329.png') no-repeat;
        background-size: cover;
    }

    .advantages_item_1:nth-child(2) {
        position: relative;
        width: 79.75rem;
        height: 50rem;
        border-radius: 0.75rem;
        background: url('../../../images/mobileNew/1334.png') no-repeat !important;
        background-size: cover !important;
    }

    .advantages_item_1:nth-child(3) {
        position: relative;
        width: 79.75rem;
        height: 50rem;
        border-radius: 0.75rem;
        background: url('../../../images/mobileNew/1336.png') no-repeat !important;
        background-size: cover !important;
    }

    .advantages_ul {
        background: none;
        width: auto;
        height: auto;
        bottom: 2rem;
        left: 1rem;
    }

    .advantages_ul li {
        font-size: 2.5rem;
        display:flex !important;
        line-height: 4.125rem;
        align-items: center;
    }

    .advantages_ul li::before {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 1rem;
        
    }
   
    .advantages_ul li span::before {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 1rem;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    .tab-pane .tab-body .tab-pane-list .info-box {
        box-sizing: border-box;
    }

    .case {
        height: 154.25rem;
    }

    .info-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -3.45rem;
        border-bottom: 28.75rem solid #f5f8ff;
        border-left: 3.45rem solid transparent;
    }
    .operation_fooder ul .operation_li_sub{
        width: 100%;
        p{
font-size: 2.9rem;

        }
        border-bottom: 0.125rem solid #767676;
    }
}