﻿@charset "utf-8";

/* .body_show {
    height: auto !important;
    overflow: auto !important;
}
.body_show body {
    height: auto !important;
    overflow: auto !important;
}
.body_show .fullpage-wrapper {
    height: auto !important;
    touch-action: inherit !important;
} */

/* shuziren */
.szr_banner {
    background-color: #e9f3fd;
    /* padding-top: 50px; */
}
.szr_banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 158px;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 8;
}

.szr_button {
    opacity: 0;
    transform: translateY(100px);
    top: 50%;
    transition: all 0.5s ease-in-out;
}

.szr_button .in_last_button {
    justify-content: flex-start;
}

.swiper-slide-active .szr_button {
    transform: translateY(0);
    opacity: 1;
}

/* 数字人直播 */

.szr_banner .img_pc {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.szr_banner video {
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.szr_banner .ban_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.szrzb_progress .list_ .i {
    opacity: 1;
    min-width: 200px;
}

.szrzb_progress .i>span {
    font-size: 18px;
}

.szrzb_progress .i .progress {
    margin-top: 12px;
}

/* mobile */
.szrmo_swiper {
    width: 100%;
}

.szrmo_swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.szrmo_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.szrmo_swiper .swiper-pagination {
    bottom: 15px;
}
.szrmo_swiper .swiper-pagination span {
    width: 26px;
    height: 2px;
    border-radius: 0;
    background-color: var(--white-color);
    opacity: 1;
}

.szrmo_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

@media (max-width:991px) {
    .szrzb_progress .list_ .i {
        min-width: inherit;
    }

}

.szr_content {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #F1F6FD;
    overflow: hidden;
    z-index: 1;
}

.szr_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.szr_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(241, 246, 253, 0.00) 0%, #F1F6FD 100%);
    z-index: 2;
}


.zb_list {
    padding-top: 30px;
}

.zb_list .ul {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.zb_list .li {
    padding: 18px;
    width: 50%;
}

.zb_list .bg {
    position: relative;
    padding: 40px;
    border-radius: 32px;
    border: 1px solid #FFF;
    background-color: #FFF;

    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.zb_list .one .bg {
    height: 100%;
    background-image: url(../images/zb_bg.png);
}

.zb_list .two {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.zb_list .two .bg {
    display: flex;
    justify-content: space-between;
    height: calc(50% - 18px);
    background-image: url(../images/zb_bg2.png);

}

.zb_list .two .bg .left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 284px;
}

.zb_list .in_more {
    margin-top: 64px;
}

.zb_list .title {
    color: var(--black-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.zb_list .text {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
}

.zb_list .thumb {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: -1;
    transition: all .4s;
}

.zb_list .one .thumb {
    max-width: 80%;
}

.zb_list .two .thumb {
    max-width: 60%;
}

.zb_list .bg:hover .thumb {
    transform: translateY(-20px);
}
@media (max-width:1200px) {

.szr_content {
    padding-bottom:30px;
}

}
@media (max-width:991px) {
    .zb_list .ul {
        flex-flow: column;
    }

    .zb_list .li {
        width: 100%;
    }

    .zb_list .two .bg {
        margin-bottom: 36px;
    }

    .zb_list .two .bg:last-child {
        margin-bottom: 0;
    }

    .zb_list .one .thumb {
        max-width: 60%;
    }

    .zb_list .text {
        max-width: 284px;
    }


}

@media (max-width:767px) {
    .zb_list .bg {
        padding: 30px 20px;
        padding-bottom: 150px;
        border-radius: 16px;
    }

    .zb_list .in_more {
        margin-top: 30px;
        display: none !important;
    }

    .zb_list .one .thumb,
    .zb_list .two .thumb {
        max-width: 80%;
    }

    .zb_list .title {
        font-size: 20px;
    }
    .szr_button .in_last_button {
        padding-top: 0;
    }
}

.szr_js {
    padding-top: 102px;
}

.szr_js_list {
    margin-top: 48px;
    border-radius: 32px;
    overflow: hidden;
}

.szr_js_list ul {
    display: flex;
    align-items: stretch;
    overflow-x: auto;

    padding-bottom: 8px;
    cursor: grab;
}
.szr_js_list ul.grabbing {
    cursor: grabbing;
}
.szr_js_list ul:active {
    cursor: grabbing;
}

/* 自定义滚动条样式 */
.szr_js_list ul::-webkit-scrollbar {
    height: 4px;
}

.szr_js_list ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.szr_js_list ul::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 2px;
}

/* 触摸板滑动支持 */
.szr_js_list {
    touch-action: pan-y pinch-zoom;
}

.szr_js_list ul li {
    position: relative;
    margin-right: 1px;
    width: calc(20% - 1px);
    min-width: 300px;
    height: 540px;
    background: #FFF;
    transition: all .3s;
}

.szr_js_list .bg {
    position: relative;
    padding: 32px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.szr_js_list .bg .thumb {
    position: absolute;
    right: -90px;
    bottom: -60px;
    z-index: -1;
}

.szr_js_list .bg .thumb img:first-child {
    opacity: 0.5;
}

.szr_js_list .bg .thumb img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}

.szr_js_list .title {
    position: relative;
    padding-top: 16px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 1.5;
}

.szr_js_list .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 2px;
    background-color: var(--blue-color);
}

.szr_js_list .text {
    margin-top: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.szr_js_list .bg:hover .thumb img:first-child {
    opacity: 0;
}

.szr_js_list .bg:hover .thumb img:nth-child(2) {
    opacity: 1;
}

.szr_js_list ul li:hover {
    box-shadow: 0px 6px 16px 0px rgba(40, 90, 147, 0.10);
}
@media (max-width:1279px) {
.szr_js {
    padding-top: 60px;
}
.szr_js_list ul li {
    height: 450px;
}

}
@media (max-width:767px) {
    .szr_js {
        padding-top: 50px;
    }

    .szr_js_list {
        border-radius: 0;
    }

    .szr_js_list ul {
        display: flex;
        flex-flow: column;
        overflow-x: hidden;
    }

    .szr_js_list ul li {
        margin-bottom: 16px;
        width: 100%;
        height: auto;
        border-radius: 16px;
        overflow: hidden;
    }

    .szr_js_list .bg {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 180px;
        z-index: 1;
    }

    .szr_js_list .bg .thumb {
        right: -70px;
        bottom: -50px;
        max-width: 80%;
        z-index: -1;
    }
    .szr_js_list .bg .thumb img:first-child {
        opacity: 0;
    }
    
    .szr_js_list .bg .thumb img:nth-child(2) {
        opacity: 1;
    }


}

.szr_sj {
    padding-top: 120px;
}

.szr_sj_loop {
    position: relative;
    margin-top: 212px;
}

.szr_sj_loop::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100%;
    height: calc(100% + 152px);
    background: #F1F6FD;
    z-index: 9;
}

.szr_sj_loop .swiper-container {
    overflow: visible;
}

.szr_sj_loop .bg {
    position: relative;
    padding: 30px;
}

.szr_sj_loop .video {
    position: absolute;
    padding: 10px;
    right: 60px;
    bottom: 30px;
    width: 265px;
    height: 543px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.szr_sj_loop .video video {
    width: 100%;
    height: 100%;
    border-radius: 31px;
    object-fit: cover;
}

.szr_sj_loop .video .unmute-btn {
    position: absolute;
    left: 26px;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.80);
    border-radius: 50%;
    cursor: pointer;
}

.unmute-btn i {
    width: 24px;
    height: 24px;
    background-image: url(../images/play_muted.svg);
}

.unmute-btn.active i {
    background-image: url(../images/play_muted2.svg);
}

.szr_sj_left {
    padding-right: 100px;
    width: calc(100% - 265px);
}

.szr_sj_left .title {
    padding-top: 18px;
    position: relative;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.szr_sj_left .text {
    margin-top: 16px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 104px;
}

.szr_sj_left .line {
    margin-top: 38px;
    margin-bottom: 64px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.1;
}

.szr_sj_left .bottom ul {
    display: flex;
    align-items: center;
}

.szr_sj_left .bottom .li_line {
    margin: 0;
    margin-left: 32px;
    margin-right: 32px;
    width: 1px;
    height: 52px;
    background-color: #000;
    opacity: 0.1;
}

.szr_sj_left .bottom .number {
    display: flex;
    align-items: flex-end;
    color: var(--main-color);
    font-weight: 400;
}

.szr_sj_left .bottom .number em {
    margin-left: 4px;
    margin-bottom: 4px;
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.szr_sj_left .bottom .des {
    margin-top: 8px;
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 56px;
}

.szr_sj_button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(16px);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.szr-sj-prev {
    left: -28px;
}

.szr-sj-next {
    right: -28px;
}

.swiper-num {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.swiper-num .active {
    margin-right: 8px;
    color: var(--main-color);
    font-family: 'OPPOSans bold';
    font-size: 30px;
}

.swiper-num .total {
    margin-left: 8px;
}

@media (min-width:768px) {

    .szr_sj_loop .bg {
        height: 422px;
        border-radius: 24px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.90);
        backdrop-filter: blur(16px);

    }

    .szr_sj_left .title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 2px;
        background-color: var(--blue-color);
    }

    .szr_sj_loop .swiper-pagination {
        display: none;
    }


}

@media (max-width:1279px) {
    .szr_sj_left .bottom .li_line {
        margin-left: 32px;
        margin-right: 32px;
    }
    
}
@media (max-width:1200px) {
    .szr_sj {
        padding-top: 80px;
    }
    .szr_sj_left {
        padding-right: 60px;
    }
    .szr_sj_left .bottom .li_line {
        margin-left: 16px;
        margin-right: 16px;
    }
    .szr_sj_left .line {
        margin-top: 30px;
        margin-bottom:54px;
    }
    .szr_sj_loop {
        margin-top: 150px;
    }
}
@media (max-width:991px) {
    .szr_sj_left {
        padding-right: 35px;
        width: calc(100% - 220px);
    }

    .szr_sj_loop .video {
        right: 30px;
        bottom: 30px;
        width: 265px;
        height: 543px;
    }

    .szr_sj_left .bottom .li_line {
        margin-left: 16px;
        margin-right: 16px;
        height: 52px;
    }

    .szr_sj_left .bottom .des {
        font-size: 14px;
        line-height: 20px;
    }

    .szr_sj_loop .video {
        width: 220px;
        height: 451px;
    }


}

@media (max-width:767px) {
    .szr_content {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .szr_content .big_t {
        margin: 0 auto;
    }

    .szr_sj {
        padding-top: 50px;
    }

    .szr_button {
        top: inherit;
        transform: inherit;
        bottom: 80px !important;
    }

    .szr_sj_loop {
        margin-top: 50px;
    }

    .szr_sj_loop .bg {
        padding: 0;
    }

    .szr_sj_left .title {
        padding-top: 0;
        text-align: center;
    }

    .szr_sj_left {
        padding-right: 0;
        width: 100%;
    }

    .szr_sj_left .text {
        /* height: auto; */
        margin-bottom: 30px;
        text-align: center;
        height: 78px;
        font-size: 14px;
        overflow: hidden;

        display: -webkit-box;
    
        -webkit-line-clamp: 3;
    
        -webkit-box-orient: vertical;
    }

    .szr_sj_loop .video {
        position: relative;
        right: inherit;
        bottom: inherit;
        margin: 0 auto;
    }

    .szr_sj_button,
    .szr_sj_left .line {
        display: none !important;
    }

    .szr_sj_left .bottom {
        padding-top: 30px;
    }

    .szr_sj_left .bottom ul {
        justify-content: space-between;
    }

    .szr_sj_left .bottom .li_line {
        height: 20px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .szr_sj_loop .swiper-container {
        padding-bottom: 50px;
    }

    .szr_sj_loop .swiper-pagination {
        bottom: 0;
    }

    .szr_sj_loop .swiper-pagination span {
        width: 16px;
        height: 4px;
        border-radius: 4px;
    }

    .szr_sj_loop .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }

    .szr_sj_left .bottom .number em {
        margin-bottom: 2px;
        font-size: 16px;
        margin-left: 2px;
    }

    .szr_sj_left .bottom .number {
        justify-content: center;
    }

    .szr_sj_left .bottom .des {
        font-size: 14px;
        text-align: center;
        max-width: 80px;
        height: 60px;
    }

    .swiper-num {
        display: none;
    }

}

/* 数字人 */
.digital_banner {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.digital_banner .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.digital_banner .video video,
.digital_banner .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital_banner_text {
    position: absolute;
    left: 0;
    top: 154px;
    width: 100%;
}

.small_title {
    color: var(--black-color);
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

.digital_banner_text .big_title {
    padding-top: 16px;
    text-align: center;

}

.digital_banner_text .big_title span {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #0093FF 0%, #0061FF 26.54%, #9747FF 57.37%, #FF6A00 100%);
    background-size: 200% 100%;
    animation: gradientAnimation 5s infinite linear;
}

.digital_banner_text .fs_button {
    padding-top: 24px;
    justify-content: center;
}

.digital_banner_text .fs_button .btn {
    margin: 0 10px;
}

.digital_content {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    background-color: #F1F6FD;
    z-index: 1;
}

.digital_content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    max-height: 1080px;
    background-image: url(../images/digital_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/* four */
.term_box {
    /* min-height: 200px; */
}

.dig_click_nav {
    display: flex;
    justify-content: center;
}

.dig_click_nav .bg {
    display: inline-flex;
    padding: 4px;
    align-items: center;
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
}

.dig_click_nav .about_item {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
    background: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 60px;
    transition: all .3s;
    cursor: pointer;
}

.dig_click_nav .about_item.active {
    background-color: var(--main-color);
    color: var(--white-color);
}

.dig_click_nav.fixed-nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1000;
    animation: fadeInDown 0.3s ease-out;
}

.sidebar-hidden {
    display: none;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* one */

.platform_list {
    margin-top: 60px;
}

.platform_list ul {
    display: flex;
    align-items: stretch;
    margin-left: -18px;
    margin-right: -18px;
}

.platform_list ul li {
    padding: 18px;
    width: 33.33%;
}

.platform_list .bg {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 32px;
    height: 100%;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
}

.platform_list .thumb img {
    width: 100%
}

.platform_list .text {
    padding-top: 40px;
}

.platform_list .title {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.platform_list .des {
    margin-top: 14px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.plat_button {
    padding-top: 32px;
    max-width: 220px;
}

.platform_list .bg:hover {
    border-radius: 32px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
}

/* two */
.dig_02 {
    padding-top: 102px;
}

.scen_list {
    padding-top: 30px;
}

.scen_list ul {
    display: flex;
    align-items: stretch;
    margin-left: -18px;
    margin-right: -18px;
}

.scen_list ul li {
    padding: 18px;
    width: 33.33%;
}

.scen_list .bg {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 24px;
    background-color: #FFF;
    transition: all .4s;
    overflow: hidden;
}

.scen_list .bg .icon {
    max-width: 48px;
}

.scen_list .title {
    margin-top: 8px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.scen_list .text {
    margin-top: 24px;
}

.scen_list .text p {
    position: relative;
    padding-left: 11px;
    margin-bottom: 4px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.scen_list .text p::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.scen_list .bg:hover {
    transform: translateY(-15px);
    box-shadow: 0px 6px 16px 0px rgba(40, 90, 147, 0.10);
}

@media (max-width:1279px) {
    .platform_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .platform_list ul li {
        padding: 10px;
    }

    .platform_list .bg {
        padding: 32px 25px;
    }

    .scen_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .scen_list ul li {
        padding: 10px;
        width: 33.33%;
    }

    .scen_list .bg {
        padding: 32px 25px;
    }
}

@media (max-width:1200px) {

    .scen_list ul {
        flex-wrap: wrap;
    }

    .scen_list ul li {
        width: 50%;
    }
}

@media (max-width:991px) {
    .dig_02 {
        padding-top: 80px;
    }

    .platform_list ul {
        flex-wrap: wrap;
    }

    .platform_list ul li {
        width: 100%;
    }

    .scen_list ul {
        flex-wrap: wrap;
    }

    .scen_list ul li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .dig_02 {
        padding-top: 60px;
    }

    .platform_list {
        margin-top: 10px;
    }

    .platform_list .bg {
        padding: 30px 0;
        padding-top: 0;
        border-radius: 16px;
    }

    .platform_list .text,
    .plat_button {
        padding-left: 20px;
        padding-right: 20px;
    }

    .scen_list ul li {
        width: 100%;
    }

    .scen_list .bg {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .scen_list .bg .icon {
        max-width: 40px;
    }
    .scen_list .text p {
        font-size: 16px;
    }
    .digital_banner_text .big_title {
        padding-top: 10px;
    }
    .digital_banner_text .fs_button {
        padding-top: 16px;
    }
}

/* three */
.dig_03 {
    padding-top: 102px;
}

.core_box {
    padding-top: 48px;
}

.core_box .swiper-wrapper {
    align-items: stretch;
}

.core_box .function_bottom .swiper-slide {
    height: auto;
    border-radius: 32px;
    /* opacity: 0 !important; */
}

/* .core_box .function_bottom .swiper-slide.swiper-slide-active {
    opacity:1 !important;
} */
.core_swiper_bg {
    position: relative;
    display: flex;
    height: 100%;
    background-color: #FFF;
    border-radius: 32px;
    overflow: hidden;
}

.core_box .function_bottom {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.core_swiper_bg .core_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 101px 51px;
    width: 50%;
}

.core_left .title {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.core_left .loop {
    margin-top: 24px;
    min-height: 140px;
}

.core_left .loop li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

.core_left .loop li:last-child {
    margin-bottom: 0;
}

.core_left .loop li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/check.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.core_left .loop .s_t {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.core_left .in_more {
    padding-top: 140px;
}

.core_left .in_more .btn:first-child {
    margin-right: 20px;
}

.core_swiper_bg .core_right {
    position: relative;
    width: 50%;
}

.core_swiper_bg .core_right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core_swiper_bg .core_right .img {
    display: none;
}

.core_right .small_pic {
    position: absolute;
    top: 76px;
    left: -150px;
    width: 300px;
    transform: translateX(100px);
    height: auto;
    border-radius: 28px;
    transition: all .5s;
    transition-delay: .4s;
    overflow: hidden;
}

.swiper-slide-active .core_right .small_pic {
    transform: translateX(0);
}
@media (max-width:1580px) {
    .core_right .small_pic {
        left: -120px;
        width: 240px;
    }

}

@media (max-width:1440px) {
 
.core_left .in_more {
    padding-top: 100px;
}
}

@media (max-width:1366px) {
    .core_swiper_bg .core_left {
        padding: 80px 45px;
    }
    .core_right .small_pic {
        left: -100px;
        top: 50px;
        width: 200px;
    }
    .core_left .in_more {
        padding-top: 80px;
    }
}

@media (max-width:1280px) {
    .core_swiper_bg .core_left {
        padding: 60px 45px;
    }
    .core_right .small_pic {
        left: -75px;
        top: 30px;
        width: 150px;
    }
    .core_left .in_more {
        padding-top: 60px;
    }

    .core_right .small_pic {
        top: 56px;
    }
}

@media (max-width:1200px) {
    .core_swiper_bg .core_left {
        padding: 60px 80px 40px 35px;
    }

    .core_left .in_more .btn:first-child {
        margin-right: 10px;
    }

    .core_right .small_pic {
        left: -75px;
        width: 150px;
    }

    .core_left .in_more {
        padding-top: 30px;
    }

    .core_box .in_more {
        flex-flow: column;
    }

    .core_left .in_more .btn {
        max-width: 220px;
    }

    .core_left .in_more .btn:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

@media (max-width:991px) {
    .dig_03 {
        padding-top: 80px;
    }

    .core_box .function_title .swiper-wrapper {
        justify-content: flex-start;
    }

    .core_swiper_bg .core_left {
        padding: 50px 50px 40px 30px;
    }

    .core_right .small_pic {
        top: 40px;
        left: -50px;
        width: 100px;
        border-radius: 16px;
    }


}

@media (max-width:767px) {
    .dig_03 {
        padding-top: 60px;
    }
    .core_box .function_bottom .swiper-slide {
        border-radius: 16px;
    }
    .core_swiper_bg {
        flex-flow: column;
        justify-content: space-between;
        border-radius: 16px;

    }

    .core_swiper_bg .core_left {
        padding: 30px 20px;
        width: 100%;
    }

    .core_swiper_bg .core_right {
        width: 100%;
    }

    .core_swiper_bg .core_right .img {
        display: block;
    }
    .core_left .loop .s_t {
        font-size: 16px;
        line-height: 26px;
    }
    
    .small_pic {
        display: none;
    }
    .core_left .in_more .btn:nth-child(2){
        display: none;
    }
}
@media (max-width:359px) {
    .core_left .title {
        font-size: 20px;
    }

}

/* four */
.digital_fn {
    padding-top: 120px;
    margin-top: 0;
}

.digital_fn .big_t {
    text-align: center;
}

.digital_fn .pr {
    margin-top: 45px;
}

.digital_fn .indus_swiper {
    overflow: hidden;
}


.digital_fn .indus_swiper .text {
    position: relative;
    margin-top: -48px;
    width: 100%;
    height: 294px;
}

.digital_fn .indus_swiper .des {
    opacity: 1;
    height: 78px;
    -webkit-line-clamp: 3;
}

.digital_fn .indus_list a:hover .text {
    margin-top: -48px;
    height: 294px;
}

.digital_fn .indus_swiper a:hover .des {
    height: 78px;
}

.digital_fn .indus_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media (min-width:768px) {

    .digital_fn .indus_swiper .swiper-slide {
        width: 392px;
    }
}

@media (max-width:991px) {
    .digital_fn {
        padding-top: 80px;
    }

}

@media (max-width:767px) {
    .digital_banner {
        height: 550px;
    }

    .digital_banner_text {
        top: 100px;
    }

    .fs_button {
        flex-flow: column;
        max-width: 220px;
        margin: 0 auto;
    }

    .digital_banner_text .fs_button .btn {
        margin: 8px 0;
    }

    .digital_content {
        padding-top: 40px;
    }

    .dig_click_nav {
        display: none;
    }

    .dig_click_nav .bg {
        flex-wrap: wrap;
    }

    .dig_click_nav .about_item {
        width: 50%;
    }

    .dig_click_nav.fixed-nav {
        top: 75px;
    }
    .nav-placeholder {
        height: 0 !important;
    }
    .term_box .big_t {
        margin: 0 auto;
        max-width: 258px;
    }

    .digital_fn {
        padding-top: 60px;
        margin-bottom: 0px;
    }

    .in_last_title .big_t {
        margin: 0 auto;
        margin-top: 26px;
    }

    .digital_fn .indus_swiper .swiper-slide {
        width: 280px;
    }

    .digital_fn .indus_list a:hover .text {
        margin-top: -48px;
        height: 280px !important;
    }

}

/* 智能客服 */
.custmer_banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: linear-gradient(136deg, rgba(255, 255, 255, 0.00) 21.55%, #FFF 87.48%), #F3F4FD;
    background-image: url(../images/custmer_top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.custmer_top {
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.custmer_top .custmer_top_left {
    padding-right: 100px;
}

.custmer_top .custmer_top_right {
    flex: 1;
    max-width: 55%;
}

.custmer_top .big_title span {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #0093FF 0%, #0061FF 26.54%, #9747FF 57.37%, #FF6A00 100%);
    background-size: 200% 100%;
    animation: gradientAnimation 5s infinite linear;
}

.custmer_top .text {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.custmer_top .bottom {
    padding: 48px 0;
}

.custmer_top .bottom ul {
    display: flex;
    align-items: center;
}

.custmer_top .bottom .li_line {
    margin: 0;
    margin-left: 32px;
    margin-right: 32px;
    width: 1px;
    height: 52px;
    background-color: #000;
    opacity: 0.1;
}

.custmer_top .bottom .number {
    display: flex;
    align-items: flex-end;
    color: var(--main-color);
    font-weight: 400;
}

.custmer_top .bottom .number em {
    margin-left: 4px;
    margin-bottom: 4px;
    color: var(--main-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.custmer_top .bottom .des {
    padding-top: 8px;
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.custmer_box {
    padding-bottom: 45px;
    background-color: #F1F6FD;
}

.custmer_box .big_t {
    margin: 0 auto;
}

.custmer_one {
    padding-top: 120px;
    overflow: hidden;
}

.custmer_fw_list {
    padding-top: 30px;
    padding-bottom: 72px;
}

.custmer_fw_list>ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}

.custmer_fw_list>ul>li {
    padding: 18px;
    width: 50%;
}

.custmer_fw_list .bg {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 32px;
    height: 100%;
    background-color: #FFF;
    overflow: hidden;
    z-index: 1;
}

.custmer_fw_list .bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.custmer_fw_list .in_more {
    position: absolute;
    right: 40px;
    top: 40px;
    opacity: 0;
    transition: all .45s;
}

.custmer_fw_list .in_more .btn {
    width: 180px;
}

.custmer_fw_list .bg .thumb {
    transform: translateY(32px);
    transition: all .4s;
}

.custmer_fw_list .bg:hover .thumb {
    bottom: 0;
    transform: translateY(0);
}

.custmer_fw_list .bg .title {
    color: var(--black-color);
    font-style: normal;
    font-weight: 400;
    height: 58px;
    line-height: 58px;
}

.custmer_fw_list .fw_loop {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
}

.custmer_fw_list .fw_loop .w50 {
    padding: 6px 20px;
    width: 50%;
}

.custmer_fw_list .fw_loop .s_t {
    position: relative;
    padding-left: 24px;
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.custmer_fw_list .fw_loop .s_t::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/check.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.custmer_fw_list .fw_loop .text {
    margin-top: 4px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.custmer_fw_list .fw_loop .s_t:hover {
    color: var(--blue-color);
}

.custmer_fw_list .bg:hover .in_more {
    opacity: 1;
}

.custmer_two {
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
    background-image: url(../images/custmer_sj_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.custmer_two_list {
    padding-top: 48px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-left: -18px;
    margin-right: -18px;
}

.custmer_two_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: calc(100% - 18px);
    margin-left: 18px;
    margin-right: 18px;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 6px 16px 0px rgba(40, 90, 147, 0.10);
    height: 560px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0.37, 0.07, 0.02, 1.01) 0.08s, background-image 0.5s cubic-bezier(0.37, 0.07, 0.02, 1.01) 0.08s;
}

.custmer_two_list .list.active {
    width: calc(220% - 18px);
    background-image: url(../images/custmer_sj_nbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.custmer_two_list .list:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 45%;
    background-image: url(../images/custmer_sj_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.custmer_two_list .cont_01 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.custmer_two_list .ico {
    display: flex;
    width: 58px;
    height: 58px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.custmer_two_list .title {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custmer_two_list .text {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 305px;
}

.custmer_two_list .cont02 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-width: 400px;
    transition: opacity .6s;
    z-index: -1;
}

.custmer_two_list .cont_01 .ico {
    background-color: #E7EAEF;
}

.custmer_two_list .cont_01 .title {
    color: var(--dark-color);
    transition: .2s
}

.custmer_two_list .cont_01 .text {
    color: #666;
    transition: .3s;
}

.custmer_two_list .cont02 .pr {
    padding-right: 100px;
}

.custmer_two_list .cont02 .ico {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white-color);
}

.custmer_two_list .cont02 .title {
    color: var(--white-color);
    max-width: 400px;
}

.custmer_two_list .cont02 .text {
    color: var(--white-color);
    max-width: 400px;
}

.custmer_two_list .cont02 .thumb {
    margin-top: 32px;
    display: flex;
    padding: 0px 36.83px 0px 37px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.50);
    transform: translateY(50px);
    opacity: 0;
    overflow: hidden;
}

.custmer_two_list .active .cont_01 {
    opacity: 0;
}

.custmer_two_list .active .cont02 {
    opacity: 1;
    z-index: 8;
}

.custmer_two_list .active .cont02 .thumb {
    transform: translateY(0);
    opacity: 1;
    transition: transform .6s;
    transition-delay: .1s;
}

.custmer_last {
    padding-top: 90px;
    overflow: hidden;
}

@media (min-width:992px) {

    .custmer_button .btn:first-child {
        margin-right: 20px;
    }

}
@media (max-width:1440px) {

    .custmer_two_list .cont_01 .text {
        max-width:210px;
    }
    .custmer_two_list .cont02 .text {
        max-width: 360px;
    }

}
@media (max-width:1366px) {
    .custmer_two_list .list {
        padding: 30px;
    }
    .custmer_two_list .cont02 {
        padding: 30px;
    }
    .custmer_two_list .cont02 .text {
        max-width: 310px;
    }


}
@media (max-width:1280px) {

    .custmer_top .custmer_top_left {
        padding-right: 60px;
    }
    .custmer_two_list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .custmer_two_list .list {
        padding: 30px 25px;
        width: calc(100% - 10px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .custmer_two_list .cont02 {
        padding: 30px 25px;
    }
    .custmer_two_list .cont_01 .text {
        max-width:210px;
    }
    .custmer_two_list .list.active {
        width: calc(220% - 10px);
    }
}

@media (max-width:1200px) {
    .custmer_last .scen_list ul li {
        width: 33.33%;
    }

}

@media (max-width:991px) {
    .custmer_top .custmer_top_left {
        max-width: 450px;
        padding-right: 0;
    }

    .custmer_button {
        flex-flow: column;
        max-width: 220px;
    }

    .custmer_button .btn:first-child {
        margin-bottom: 15px;
    }


    .custmer_top .bottom .li_line {
        margin-left: 25px;
        margin-right: 25px;
        height: 52px;
    }

    .custmer_fw_list>ul>li {
        width: 100%;
    }

    .custmer_last .scen_list ul li {
        width: 100%;
    }
    .custmer_two_list {
        flex-flow:wrap;
        margin: 0;
    }
    .custmer_two_list .list {
        margin: 18px 0;
        width: 100%;
        height: auto;
    }
    .custmer_two_list .cont_01 .text {
        max-width: 100%;
    }
    .custmer_two_list .cont02 {
        min-width: inherit;
    }
    .custmer_two_list .cont02 .text {
        max-width: inherit;
    }
  
    .custmer_two_list .cont_01 .ico {
        margin-bottom: 15px;
    }
    .custmer_two_list .list.active  {
        width: 100%;
       
        height: 500px;
    }
}

@media (max-width:767px) {
    .custmer_banner {
        padding: 100px 0 50px 0;
        height: auto;
    }

    .custmer_top {
        flex-flow: column;
        align-items: flex-start;
       
    }

    .custmer_top .custmer_top_left {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .custmer_button {
        margin: 0 auto;
    }
    .custmer_top .text {
        margin-top: 8px;
        font-size: 16px;
        /* max-width: 300px; */
    }

    .custmer_top .bottom .li_line {
        margin-left: 16px;
        margin-right: 16px;
        height: 20px;
    }

    .custmer_top .bottom ul {
        justify-content: space-between;
    }

    .custmer_top .custmer_top_right {
        padding-top: 20px;
        width: 100%;
        flex: 1;
        max-width: inherit;
    }

    .custmer_one {
        padding-top: 50px;
    }

    .custmer_top .bottom {
        padding: 25px 0;
    }

    .custmer_top .bottom .des {
        font-size: 16px;
    }

    .custmer_fw_list {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .custmer_fw_list .bg {
        padding: 30px 20px;
        padding-bottom: 0;
        border-radius: 16px;
    }

    .custmer_fw_list .fw_loop .w50 {
        width: 100%;
    }
    .custmer_fw_list .in_more {
        display: none !important;
    }
    .custmer_fw_list .bg .thumb {
        transform: translateY(6px);
    }

    .custmer_fw_list .bg:after {
        height: 10px;
    }
    .custmer_fw_list .bg .title {
        height: 25px;
        line-height: 25px;
    }
    .custmer_top .bottom .number em {
        margin-bottom: 0;
        margin-left: 2px;
    }
    .custmer_two {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .custmer_two_list {
        padding-top: 20px;
    }
    .custmer_last {
        padding-top: 50px;
    }
    .custmer_box {
        padding-bottom: 0;
    }
    
    .custmer_two_list .cont02 .ico {
        position: relative;
        top: inherit;
        transform: inherit;
        margin-bottom: 15px;
    }

    .custmer_two_list .cont02 .pr {
        padding-right: 0;
    }
    .custmer_two_list .ico {
        width: 46px;
        height: 46px;
        padding: 10px;
    }
    .custmer_two_list .list {
        border-radius: 16px;
    }
    .custmer_two_list .list.active {
        height: 400px;
    }

}

@media (max-width:767px) {

    
}