html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}

/* 隐藏默认Google翻译控件 */
.goog-te-banner-frame {
    display: none !important;
}

/* 定位翻译菜单到语言选择器下方 */
.goog-te-menu-frame {
    position: absolute !important;
    top: 50px !important;
    left: 0 !important;
    z-index: 9999 !important;
    box-shadow: none !important;
}

/* 修复翻译后页面布局错乱问题 */
body {
    top: 0 !important;
}


ul, li{
    padding:0;margin:0;
    list-style:none;
}
input, select, img{
    background: transparent;
    border: none;
    outline:none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:link,
a:visited,
a:hover{
    text-decoration: none;
}

p, pre, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
ul, li, dd, dl {
    list-style: none;
}
pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}

:root{
    --safe-content-width:1200px;        /*内容安全宽度*/
    --safe-page-width:1300px;           /*页面安全宽度*/
    --module-title-font-size: 32px;        /*模块标题字号*/

    --bold-font-family: PingFangSC-Semibold, PingFang SC;
}
.btn.primary{
    background: #2773FF;
    color: #FFFFFF;
}
.btn.primary:hover{
    background: #2152E8;
}
.btn.disable{
    color: #868F9A;
    background-color: #F8F9FB;
}
.btn.disable:hover{
    color: #868F9A;
    background-color: #F8F9FB;
}

.img-cover,
.img-cover img{
    object-fit: cover !important;
}
.img-contain,
.img-contain img{
    object-fit: contain  !important;
}
.zoom-in{
    cursor: zoom-in !important;
}
.global-zoom-in{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1111;
    cursor: zoom-out;
}
.global-zoom-in .wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
}
.global-zoom-in img{
    width: var(--safe-content-width);
    max-height: 100%;
    object-fit: contain;
    background: #FFF;
}
.page{
    min-width: var(--safe-page-width);
    overflow-x: scroll;
}
.safe-content{
    width: 1200px;
    height: 100%;
    margin: auto;

    position: relative;
}
.module{
    padding: 80px 0 120px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.module-title{
    font-size: var(--module-title-font-size);
    font-weight: 300;
    color: #333333;
    line-height: 44px;
    text-align: center;
    font-family: PingFangSC-Light;
}
.module-description{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 25px 80px 0;
}
.module-body{
    margin-top: 40px;
}

.safe-container{
    width: 1200px;
    height: 100%;
    margin: auto;
}

/*swiper切换按钮样式重写*/
.module .swiper-button-prev{
    left: -68px;
}
.module .swiper-button-next{
    right: -68px;
}
.module .swiper-button-prev,
.module .swiper-button-next{
    width: 48px;
    height: 48px;
    border: 1px solid #5A6779;
    box-shadow: 0px 4px 12px -4px rgba(201,225,214,0.53);
    border-radius: 24px;

    /*top: 110px;*/
}
.module .swiper-button-prev.swiper-button-disabled,
.module .swiper-button-next.swiper-button-disabled{
    border:1px solid rgba(90,103,121,0.2)
}
.module .swiper-button-prev::after,
.module .swiper-button-next::after{
    font-size: 14px;
    color: #5A6779;
}
.module .swiper-button-prev:hover,
.module .swiper-button-next:hover{
    border: 1px solid #2773FF;
}
.module .swiper-button-prev:hover::after,
.module .swiper-button-next:hover::after{
    color: #2773FF;
}
.module .swiper-button-disabled {
    opacity: unset !important;
    cursor: auto;
    pointer-events: none;
}
.module .swiper-button-disabled::after {
    opacity: 0.2;
}

/*模块背景，标题色*/
.module.gary{
    background: #F3F4F8;
}
.module.gary .module-title{
    color: #215BC0;
    background: linear-gradient(90deg, #4A4AD3 0%, #9C67FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.module.gary .module-description{
    color: #292292;
}

.module.gradient{
    background: linear-gradient(180deg, #DBEDFE 10%, #F9FCFF 100%);
}
.module.gradient .module-title{
    color: #0C55AA;
}


/*轮播图*/
.banner{
    width: 100%;
    height: 380px;
    position: relative;
}
.banner .bg{
    width: 100%;
    height: 100%;
}
.banner .bg img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner .banner-container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 75px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .title{
    width: 595px;
    font-size: 40px;
    font-weight: 300;
    color: #2D3849;
    line-height: 54px;
    font-family: PingFangSC-Light;
}
.banner .description{
    width: 595px;
    min-height: 96px;
    font-size: 14px;
    font-weight: 300;
    color: #35353F;
    line-height: 24px;
    font-family: PingFangSC-Light;

    margin-top: 15px;
}
.banner .btn-group{
    margin: 28px -5px 0;
    display: flex;
    flex-wrap: wrap;
}
.banner .btn-group .item{
    display: block;
    width: fit-content;
    height: 32px;
    background: rgba(43,117,255, 0.1);
    border-radius: 20px;
    margin: 0px 5px;
    padding: 0 20px;
    box-sizing: border-box;

    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}
.banner .btn-group .item.primary{
    background: #2773FF;
    color: #FFFFFF;
}
.banner .btn-group .item.primary:hover{
    background: #2152E8;
}
.banner .btn-group .item.link{
    background: unset;
    color: #2D3849;
    width: fit-content;
    padding: 0 5px;
}
.banner .banner-container .search{
    width: 613px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    height: 56px;
    border-radius: 6px;
    margin: 24px 0 28px 0;
    padding: 0 20px;
}
.banner .banner-container .search input{
    width: 540px;
    color: #2D3849;
}
.banner .banner-container .search .icon{
    border: none;
    background: none;
    cursor: pointer;
    width: 20px;
    height: 20px;

    background: url("../image/document_search.svg") no-repeat;
}
.banner input::-webkit-input-placeholder {
    color: #B8BEC6 !important;
    font-size: 14px;    
    font-weight: 400;
    }
.banner .banner-container .search-hotword{
    font-size: 14px;
    font-weight: 400;
    color: #2D3849;
    line-height: 20px;
}
.banner .banner-container .search-hotword a{
    margin-right: 10px;
}
.banner .banner-container .search-hotword a:hover{
    color: #2152E8;
}
.banner .video{
    width: 480px;
    height: 280px;
    background: #FFF;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 15px;
    position: absolute;
    top: -20px;
    right: 0;
}
.banner .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .video .btn_play{
    width: 68px;
    height: 68px;
    background: url("../image/icon_play.svg") ;
    background-size: contain;

    position: absolute;
    left: 50%;
    top: 50%;

    margin-left: -34px;
    margin-top: -34px;
}


.banner.product .description{
    margin-top: 30px;
    min-height: 72px;
}
.banner.product .btn-group{
    margin-top: 35px;
}
.banner.solution{
    height: 320px;
}
.banner.solution .title{
    width: 800px;
}
.banner.solution .description{
    margin-top: 15px;
    min-height: 48px;
}
.banner.customer{
    height: 320px;
}
.banner.customer .banner-container{
    padding: 105px 0;
}
.banner.customer .description{
    margin-top: 15px;
    min-height: 48px;
}
@media screen and (max-width: 767px) {
    .banner{
        height: 3.5rem;
    }

    .banner .banner-container{
        padding: 0.3rem 0;
        /*background: rgba(255,255,255,0.8);*/
    }
    .banner .title{
        font-size: 0.4rem;
        line-height: 1.6;
    }
    .banner .description{
        width: 4rem;
        min-height: 1.2rem;
        height: fit-content;
        font-size: 0.24rem;
        line-height: 0.3rem;
        margin-top: 0.15rem;
    }
    .banner .btn-group{
        margin: 0.3rem -0.1rem 0;
        display: flex;
        flex-wrap: wrap;
    }
    .banner .btn-group .item{
        display: none;
        height: 0.5rem;
        background: rgba(43,117,255, 0.1);
        border-radius: 0.25rem;
        margin: 0 0.1rem;
        padding: 0 0.20rem;
        box-sizing: border-box;

        font-size: 0.24rem;
        font-weight: 600;
        color: #2773FF;
        line-height: 0.5rem;
    }
    .banner .btn-group .item:nth-child(1){
        display: block;
    }
    .banner.product .bg img,
    .banner.solution .bg img,
    .banner.customer .bg img{
        width: fit-content;
    }
    .banner.solution{
        height: 3.4rem;
    }
    .banner.solution .title{
        width: 100%;
    }
    .banner.solution .description{
        margin-top: 0.15rem;
        min-height: 0.5rem;
    }
    .banner.product .description{
        margin-top: .3rem;
        min-height: .9rem;
    }
    .banner.product .btn-group{
        margin-top: .35rem;
    }
    .banner.customer{
        height: 3.2rem;
    }
    .banner.customer .banner-container{
        padding: 1rem 0;
    }
    .banner.customer .description{
        margin-top: 15px;
        min-height: 48px;
    }
    .banner.product .description,
    .banner.solution .description,
    .banner.customer .description{
        width: 100%;
    }


    .banner .banner-container .search{
        width: 100%;
        box-sizing: border-box;
        background: #FFFFFF;
        height: 1rem;
        border-radius: .1rem;
        margin: .3rem 0 .5rem;
        padding: 0 .2rem;
    }
    .banner .banner-container .search input{
        width: 100%;
    }
    .banner .banner-container .search .icon{
        flex-shrink: 0;
        width: .3rem;
        height: .3rem;

        background: url("../image/document_search.svg") no-repeat;
        background-size: contain;
    }
    .banner .banner-container .search-hotword{
        font-size: .2rem;
        line-height: .28rem;
    }
    .banner .banner-container .search-hotword a{
        margin-right: .1rem;
    }

    .banner .video{
        display: none;
    }
}

.small-banner{
    width: 100%;
    height: 160px;
    position: relative;
}
.small-banner .bg{
    width: 100%;
    height: 100%;
}
.small-banner .bg img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.small-banner .banner-container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    position: absolute;
    left: 0;
    top: 0;
}
.small-banner .title{
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #142E47;
    line-height: 160px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .small-banner{
        width: 100%;
        height: 2rem;
        position: relative;
    }
    .small-banner .title{
        font-size: 0.4rem;
        line-height: 2rem;
    }
}

/*模块 标签切换 ------------------------------------*/
.tab{

    position: relative;
    width: fit-content;
    margin: auto;
    /*scrollbar-width: none;*/
}
.tab::-webkit-scrollbar {
    /*width: 0;*/
}
.tab .tab-focus-bg{
    width: 111px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #2773FF;
    box-sizing: border-box;

    position: absolute;
    left: 0px;
    top: 0px;
    margin: 4px 2px;

    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab .tab-list{
    width: fit-content;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #CBDAE8;
    position: relative;
    padding: 4px;
    box-sizing: border-box;
    margin: auto;

    position: relative;
    z-index: 1;

    display: flex;
}
.tab .tab-item{
    flex-shrink: 0;
    width: fit-content;
    height: 28px;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: 400;
    color: #35353F;
    line-height: 28px;
}
.tab .tab-item:hover{
    color: #2773FF;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}
.tab .tab-item.active{
    color: #2773FF;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}
.tab-content .tab-content-item{
    display: none;
    /*transform: translateY(100px);*/
    opacity: 0;
}
.tab-content .tab-content-item.active{
    display: block;
    animation: tab-content-item 0.7s ease-in-out 1 both;
}
@-webkit-keyframes tab-content-item {
    /*0% {transform: translateY(100px);opacity: 0}*/
    /*100% {transform: translateY(0); opacity: 1}*/
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 767px) {
    .tab {
        border-radius: 18px;
        border: 0.01rem solid #CBDAE8;
        overflow-x: scroll;
    }
    .tab::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .tab .tab-list{
        height: 0.6rem;
        padding: 0.05rem;
        border: unset;

    }
    .tab .tab-focus-bg {
        width: 1rem;
        height: 0.5rem;
        margin: 0.05rem 0;
        border-radius: 0.25rem;
    }
    .tab .tab-item{
        height: 0.5rem;
        padding: 0 0.2rem;

        font-size: 0.24rem;
        line-height: 0.5rem;
    }
}

.tab.simple{
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(224,224,224,0.5);
    box-sizing: border-box;
    border-bottom: 1px solid #E9EFF6;
}
.tab.simple .tab-list{
    border: unset;
    height: 100%;
    padding: unset;
}
.tab.simple .tab-list .tab-item{
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    padding: 0;
    margin: 0 20px;
    position: relative;
}
.tab.simple .tab-list .tab-item:after{
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background:  #3EC1F8;
    position: absolute;
    left: 50%;
    bottom: 0;

    transition: all 0.5s;
}
.tab.simple .tab-list .tab-item.active{
    color: #35353F;
    font-weight: 600;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
}
.tab.simple .tab-list .tab-item.active:after{
    left: 0;
    width: 100%;
}
.tab-content.simple .tab-content-item{
    transform: unset;
}
.tab-content.simple .tab-content-item.active{
    display: block;
    animation: tab-simple-content-item 0.7s ease-in-out 1 both;
}
@-webkit-keyframes tab-simple-content-item {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 767px) {
    .tab.simple{
        height: 1rem;
        background: #FFFFFF;
        box-shadow: 0px 2px 8px 0px rgba(224,224,224,0.5);
        border: unset;
        border-bottom: .01rem solid #E9EFF6;
        border-radius: unset;
    }
    .tab.simple .tab-list .tab-item{
        height: 1rem;
        line-height: 1rem;
        font-size: .22rem;
        margin: 0 .2rem;
    }
    .tab.simple .tab-list .tab-item:after{
        height: .1rem;
        background:  #3EC1F8;
        position: absolute;
        left: 50%;
        bottom: 0;

        transition: all 0.5s;
    }
    .tab.simple .tab-list .tab-item.active{
        font-size: .26rem;
    }
}

/*模块-导航------------------------------------*/
.navigate{
    width: 100%;
    height: 70px;
}
.navigate .navigate-container{
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border-bottom: 1px solid #E9EFF6;
    box-sizing: border-box;
    min-width: var(--safe-page-width);
}
.navigate.fly .navigate-container{
    position: fixed;
    left: 0;
    top: 0;

    z-index: 999;
}
.navigate .list{
    margin: 0 -20px;
}
.navigate .item.title{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}
.navigate .navigate-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.navigate .item{
    float: left;
    height: 70px;
    font-size: 14px;
    color: #333333;
    line-height: 70px;
    margin: 0 20px;
    position: relative;

    cursor: pointer;
}
.navigate .item:after{
    display: block;
    content: '';
    width: 0;
    height: 4px;
    background:  #3EC1F8;

    position: absolute;
    left: 50%;
    bottom: 0;

    transition: all 0.5s;
}
.navigate .item.active{
    font-weight: 600;
}
.navigate .item:hover{
    font-weight: 600;
}
.navigate .item.active:after{
    width: 100%;
    left: 0;
}
.navigate .btn{
    display: block;
    width: 110px;
    height: 40px;
    background: #2773FF;
    border-radius: 20px;

    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;

    position: absolute;
    right: 0;
    top: 15px;
}

.header{
    min-width: var(--safe-page-width);
    height: 73px;
}
.header::after{
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #14DDAC, #5DBFFD, #3E80FA, #2152E8);;
}
.header .operate{
    height: 70px;
    display: flex;
    justify-content: space-between;

    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;

    padding: 0 20px 0 40px;
    box-sizing: border-box;
    position: relative;
}
.header .operate .logo{
    height: 50px;
    flex-shrink: 0;
    margin-top: 10px;
}
.header .operate .logo img{
    height: 100%;
}
.header .operate .menu{
    /*width: 100%;*/
    padding: 0 20px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    position: relative;
}
.header .operate .menu .item{
    height: 100%;
    line-height: 70px;
    cursor: pointer;
    padding: 0 20px;
}
.header .operate .menu .item:hover{
    color: #2773FF;
}
.header .operate .menu .item a{
    display: block;
    height: 100%;
}
.header .operate .menu .menu-focus-line{
    width: 0px;
    height: 4px;
    background: #3EC1F8;
    position: absolute;
    left: 0;
    bottom: 0;

    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    margin-left: 20px;
}
.header .header-toos{
    /*min-width: 605px;*/
    height: 70px;
    display: flex;
}
.header .header-toos .search{
    width: 220px;
    height: 100%;
    border-right: 1px solid rgba(51,51,51,0.2);
    border-left: 1px solid rgba(51,51,51,0.2);
    margin-right: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

    position: relative;
}
.header .header-toos .search input::-webkit-input-placeholder{
     color: #B8BEC6;
 }
.header .header-toos .search input::-moz-placeholder{
     color: #B8BEC6;
 }
.header .header-toos .search input:-moz-placeholder{
     color: #B8BEC6;
 }
.header .header-toos .search input:-ms-input-placeholder{
    color: #B8BEC6;
}


.header .header-toos .search .icon{
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../image/header_search.svg") no-repeat;
    flex-shrink: 0;
}
.header .header-toos .search .icon:hover{
    background: url("../image/document_search.svg") no-repeat;
}
.header .header-toos  .search input{
    width: calc(100% - 20px );
    height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.header .header-toos .search .search-container{
    width: 0px;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    /*background:url("../image/banner_search.jpg") no-repeat;*/
    /*background-size: cover;*/
    box-shadow: 0 6px 16px 2px rgba(7,12,20,.08);
    box-sizing: border-box;

    position: absolute;
    right: -1px;
    top: 0;

    transition: width .2s ease-out;
}
.header .header-toos .search .search-container.open{
    width: 400px;
    opacity: 1;
    z-index: 999;
}
.header .header-toos .search .search-container .search-content{
    display: flex;
    align-items: center;
    padding: 20px;
}
.header .header-toos .search .search-container .split{
    width: 2px;
    height: 16px;
    background: #B8BEC6;
    margin: 0 15px;
}
.header .header-toos .search .search-container .btn-search{
    cursor: pointer;
    flex-shrink: 0;
    width: 20px;
    height: 30px;
    background: url("../image/document_search.svg") no-repeat center;
}
.header .header-toos .search .search-container .btn-close{
    cursor: pointer;
    flex-shrink: 0;
    width: 20px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNi41NzUuNTM3YS42MjUuNjI1IDAgMCAxIC45MDMuODY1bC03LjQ0NSA3Ljc2NCA3LjQ1NyA3Ljc3OGMuMjE1LjIyNS4yMy41NjguMDQ5LjgwOGwtLjA2OC4wNzZhLjYyNS42MjUgMCAwIDEtLjg4My0uMDE4bC03LjQyMS03Ljc0LTcuNDIxIDcuNzRhLjYyNS42MjUgMCAwIDEtLjgwNS4wODJsLS4wOC0uMDY0YS42MjUuNjI1IDAgMCAxLS4wMTgtLjg4NGw3LjQ1OC03Ljc3OEwuODU2IDEuNDAyYS42MjUuNjI1IDAgMCAxLS4wNS0uODA4TC44NzUuNTE4YS42MjUuNjI1IDAgMCAxIC44ODQuMDE5bDcuNDA5IDcuNzI2eiIgaWQ9ImEiLz48L2RlZnM+PHVzZSBmaWxsPSIjMjUyQjNBIiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjgzMyAuODMzKSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;

}
.header .header-toos .search .search-container .result-list{
    max-height: 200px;
    overflow-y: scroll;
}
.header .header-toos .search .search-container .result-list .item{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.header .header-toos .search .search-container .result-list .item:nth-child(1){
    margin-top: 10px;
}
.header .header-toos .search .search-container .result-list .item:hover{
    color: #2773FF;
}

.header .header-console{
    display: flex;
    align-items: center;
}
.header .header-console li{
    margin-right: 40px;
}
.header .header-console li:last-child{
    margin-right: unset;
}
.header .header-console li .btn{
    height: 40px;
    padding: 0 23px;
    border-radius: 20px;
    position: relative;

    line-height: 40px
}
.header .header-console li .btn .pop{
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 9;
    width: 350px;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(227,233,239,0.72);
    padding: 0 10px;

    font-size: 12px;
    font-weight: 400;
    color: #868F9A;
    line-height: 30px;

    display: none;
}
.header .header-console li .btn:hover .pop,
.header .header-console li .btn .pop:hover{
    display: block;
}
.header .header-console li a:hover{
    color: #2773FF;
}

.header .header-dropdown{
    width: 100%;
    height: 0px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(191,191,191,0.5);
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 999;

    overflow: hidden;
    transition: all 0.2s;

    /*border-top: 1px solid #EEEEEE;*/
}
.header .header-dropdown.show{
    height: 535px;
}
.header .header-dropdown .header-dropdown-item{
    height: 100%;
    display: none;
}
.header .header-dropdown .header-dropdown-product{
    height: 535px;
    display: flex;
}
.header .header-dropdown .header-dropdown-solution{
    height: 535px;
    display: flex;
}
.header .header-dropdown .left{
    width: 240px;
    height: 100%;
    background: url("../image/header_tab_bg.png") no-repeat bottom;
    background-size: cover;

    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;

    box-sizing: border-box;

    position: relative;
    flex-shrink: 0;
}
.header .header-dropdown .header-dropdown-product .left,
.header .header-dropdown .header-dropdown-solution .left{
    padding: 10px 30px;
}
.header .header-dropdown .header-dropdown-other{
    display: flex;
    height: 385px;
}
.header .header-dropdown .header-dropdown-other .left{
    padding: 75px 40px;
}
.header .header-dropdown .header-dropdown-other .right .middle{
    padding-right: 90px;
}

.header .header-dropdown .left .product-search{
    height: 40px;
    border-bottom: 1px solid #EEEEEE;
}
/*产品/解决方案Tab切换 ----------------------------------------*/
.header .header-dropdown .left .header-dropdown-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.header .header-dropdown .left .header-dropdown-tab li{
    width: 45%;
    height: 30px;
    margin-bottom: 20px;
}
.header .header-dropdown .left .header-dropdown-tab li.big{
    width: 100%;
}
.header .header-dropdown .left .header-dropdown-tab li div{
    width: fit-content;
}
.header .header-dropdown .left .header-dropdown-tab li div::after{
    display: block;
    content: "";
    width: 0px;
    height: 2px;
    background: #2773FF;
    margin-top: 4px;

    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .header-dropdown .left .header-dropdown-tab li.active{
    color: #2773FF;
}
.header .header-dropdown .left .header-dropdown-tab li.active div::after{
    width: 100%;
}
.header .header-dropdown .right .header-dropdown-tab-content .item{
    display: none;
    width: 100%;
}
.header .header-dropdown .right .header-dropdown-tab-content .item.active{
    display: flex;
}
.header .header-dropdown .header-dropdown-solution .header-dropdown-tab li{
    width: 100%;
}

.header .header-dropdown .left .more{
    display: block;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;

    position: absolute;
    left: 30px;
    bottom: 30px;
}
.header .header-dropdown .left .more:hover{
    color: #2773FF;
}

.header .header-dropdown .left .info .icon{
    width: 72px;
    height: 72px;
    margin: auto;
}
.header .header-dropdown .left .info .icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header .header-dropdown .left .info .title{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-align: center;

    margin-top: 25px;
}
.header .header-dropdown .left .info .description{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;

    margin-top: 15px;
}

/*右侧部分 ----------------------------------------*/
.header .header-dropdown .right{
    width: calc(100% - 240px);
    font-size: 14px;
    font-weight: 400;
    color: #5A6779;
    line-height: 20px;

    padding-top: 30px;
}
.header .header-dropdown .right .middle{
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box;
}

.header .header-dropdown .right .title{
    display: block;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 33px;

    display: flex;
    align-items: center;
}
.header .header-dropdown .right .title.link::after{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    margin-left: 7px;
}
.header .header-dropdown .right .title.link:hover{
    color: #2A75FF;
}
.header .header-dropdown .right .title.link:hover::after{
    border-right: 1px solid #2A75FF;
    border-bottom: 1px solid #2A75FF;
}


.header .header-dropdown .header-dropdown-product .menu{
	   column-count: 2;
    padding-top: 18px;
    margin-top: 10px;
    border-top: solid 1px #858585;
}
.header .header-dropdown .header-dropdown-solution .menu{
    column-count: 3;
    /*margin-top: 28px;*/
}
.header .header-dropdown .header-dropdown-other .menu{
    column-count: 3;
}
.header .header-dropdown .right .menu dl{
    -moz-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px;
}
.header .header-dropdown .right .menu dt{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
}
.header .header-dropdown .right .menu dt .link::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    margin-left: 5px;
}
.header .header-dropdown .right .menu dd{
    display: block;
    margin-bottom: 12px;
}
.header .header-dropdown .right .menu dd:before{
    content:'·'
}
.header .header-dropdown .right .menu dd:hover{
    color: #2A75FF;
}
.header .header-dropdown .right .menu dd .hot{
    display: inline-block;
    font-size: 12px;
    background: red;
    height: 16px;
    border-radius: 8px;
    color: #FFF;
    width: fit-content;
    line-height: 16px;
    padding: 0 4px;
}
.header .header-dropdown .right .menu dd .hot::after{
    content: 'HOT';
}
.header .header-dropdown .right .menu dd .new{
    display: inline-block;
    font-size: 12px;
    background: #2A75FF;
    height: 16px;
    border-radius: 8px;
    color: #FFF;
    width: fit-content;
    line-height: 16px;
    padding: 0 4px;
}
.header .header-dropdown .right .menu dd .new::after{
    content: 'NEW';
}
/*活动推荐*/
.header .header-dropdown .right .recommend{
    flex-shrink: 0;
}
.header .header-dropdown .right .recommend .title{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}
.header .header-dropdown .right .recommend .cover{
    display: block;
    width: 240px;
    height: 260px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 24px;
}
.header .header-dropdown .right .recommend .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-console-pop{
    display: none;
    width: 537px;
    /*height: 240px;*/
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F8FF 100%);
    box-shadow: 0px 4px 12px -4px rgba(172,181,197,0.53);

    position: absolute;
    left: 50%;
    top: 170px;
    z-index: 999;

    margin-left: -270px;
    padding: 40px 40px 50px;
    box-sizing: border-box;
}
.header-console-pop .title{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.header-console-pop .notice{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;

    margin-top: 25px;
}
.header-console-pop .btn-group{
    display: flex;
    margin:40px -5px 0;
}
.header-console-pop  .btn{
    cursor: pointer;
    width: fit-content;
    height: 32px;
    background: rgba(43,117,255, 0.1);
    border-radius: 4px;

    font-size: 14px;
    font-weight: 600;
    color: #2773FF;
    line-height: 32px;

    margin: 0 5px;
    padding: 0 20px;
}
.header-console-pop  .btn:hover{
    background: #2773FF;
    color: #FFF;
}
.header-console-pop .btn-close{
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNi41NzUuNTM3YS42MjUuNjI1IDAgMCAxIC45MDMuODY1bC03LjQ0NSA3Ljc2NCA3LjQ1NyA3Ljc3OGMuMjE1LjIyNS4yMy41NjguMDQ5LjgwOGwtLjA2OC4wNzZhLjYyNS42MjUgMCAwIDEtLjg4My0uMDE4bC03LjQyMS03Ljc0LTcuNDIxIDcuNzRhLjYyNS42MjUgMCAwIDEtLjgwNS4wODJsLS4wOC0uMDY0YS42MjUuNjI1IDAgMCAxLS4wMTgtLjg4NGw3LjQ1OC03Ljc3OEwuODU2IDEuNDAyYS42MjUuNjI1IDAgMCAxLS4wNS0uODA4TC44NzUuNTE4YS42MjUuNjI1IDAgMCAxIC44ODQuMDE5bDcuNDA5IDcuNzI2eiIgaWQ9ImEiLz48L2RlZnM+PHVzZSBmaWxsPSIjMjUyQjNBIiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjgzMyAuODMzKSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 20px;
    right: 20px;
}





@media (max-width: 1660px){
    .header .operate .menu .item{
        padding: 0 10px;
    }
    .header .header-toos {
        /*min-width: 500px;*/
    }
    .header .header-toos .search {
        width: 160px;
    }
    .header .header-console li{
        margin-right: 20px;
    }
    .header .operate .menu .menu-focus-line{
        margin-left: 10px;
    }

}

@media (max-width: 1460px){
    .header{
        height: 103px;
    }
    .header .operate{
        height: 100px;
    }
    .header .operate .logo{
        margin-top: 11px;
    }
    .header .operate .menu .item{
        padding: 0 20px;
    }
    .header .operate .header-toos{
        min-width: unset;
        height: 50px;
    }
    .header .header-toos .search{
        /*display: none;*/
        border: unset;
        width: 20px;
        /*margin-right: 20px;*/
    }
    .header .header-toos .search>input{
        display: none;
    }
    .header .header-console li{
        margin-right: 40px;
    }
    .header .operate .menu{
        height: 50px;
        position: absolute;
        left: 0;
        top: 50px;

        padding-left: 20px;
    }
    .header .operate .menu .item{
        line-height: 50px;
    }

    .header .header-dropdown{
        top: 100px;
    }
    .header .operate .menu .menu-focus-line{
        margin-left: 20px;
    }
}
.header-mb{
    display: none;
}
@media (max-width: 767px){
    .header{
        display: none;
    }
    .header-mb{
        display: block;
    }
    .header-mb .logo{
        display: block;
        height: .3rem;
    }
    .header-mb .operate{
        width: 100%;
        box-sizing: border-box;
        padding: .2rem .3rem;
        border-bottom: .01rem solid #EEEEEE;

        display: flex;
        justify-content: space-between;
    }
    .header-mb .operate .header-tools{
        display: flex;
        align-items: center;
    }
    .header-mb .operate .header-tools .btn-search{
        cursor: pointer;
        flex-shrink: 0;
        width:  .3rem;
        height: .3rem;
        background: url("../image/header_search.svg") no-repeat center;
        background-size: contain;
        margin-right: .2rem;
    }
    .header-mb .operate .header-tools .btn-menu{
        cursor: pointer;
        flex-shrink: 0;
        width: .2rem;
        height: .3rem;
        background: url(../image/header_menu.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .header-mb .operate .header-tools .btn-close{
        cursor: pointer;
        flex-shrink: 0;
        width: .2rem;
        height: .3rem;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNi41NzUuNTM3YS42MjUuNjI1IDAgMCAxIC45MDMuODY1bC03LjQ0NSA3Ljc2NCA3LjQ1NyA3Ljc3OGMuMjE1LjIyNS4yMy41NjguMDQ5LjgwOGwtLjA2OC4wNzZhLjYyNS42MjUgMCAwIDEtLjg4My0uMDE4bC03LjQyMS03Ljc0LTcuNDIxIDcuNzRhLjYyNS42MjUgMCAwIDEtLjgwNS4wODJsLS4wOC0uMDY0YS42MjUuNjI1IDAgMCAxLS4wMTgtLjg4NGw3LjQ1OC03Ljc3OEwuODU2IDEuNDAyYS42MjUuNjI1IDAgMCAxLS4wNS0uODA4TC44NzUuNTE4YS42MjUuNjI1IDAgMCAxIC44ODQuMDE5bDcuNDA5IDcuNzI2eiIgaWQ9ImEiLz48L2RlZnM+PHVzZSBmaWxsPSIjMjUyQjNBIiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjgzMyAuODMzKSIvPjwvc3ZnPg==);
        background-repeat: no-repeat;
        background-position: center;
    }
    .header-mb .operate .header-tools .btn-user{
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMSAxaDIydjIySDF6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzkpIj48cGF0aCBkPSJNMCAzOWgyNHYyNEgweiIvPjxjaXJjbGUgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIxMiIgY3k9IjUxIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiA1M2E0LjAwMiA0LjAwMiAwIDAgMCAwLTggNCA0IDAgMSAwIDAgOFoiIHN0cm9rZT0iIzI1MkIzQSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTE4LjYwNCA1OC43NWE2LjY2OCA2LjY2OCAwIDAgMC0xMy4xNzYtLjIwOCIgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9nPjwvc3ZnPg==);
        width:  .3rem;
        height: .3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-right: .2rem;
    }
    .header-mb .header-dropdown{
        width: 100vw;
        height: 100vh;
        background: #FFF;
        position: fixed;
        top: 0;
        left: 0;

        z-index: 999;

        display: flex;
        flex-wrap: wrap;
    }
    .header-mb .menu{
        width: 2.2rem;
        height: 100%;
        background: #F3F4F8;
        font-size: .22rem;
        font-weight: 400;
        color: #333333;
    }
    .header-mb .menu li{
        height: .7rem;
        line-height: .7rem;
        padding-left: .3rem;
    }
    .header-mb .menu li.active{
        background: #FFF;
    }
    .header-mb .content{
        width: calc(100% - 2.2rem);
        height: calc(100% - 0.7rem);
        box-sizing: border-box;
        padding: .2rem .3rem;

        font-size: .22rem;
        font-weight: 400;
        color: #333333;
        line-height: .5rem;
        overflow-y: scroll;
    }
    .header-mb .content .more{
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
    }
    .header-mb .content .product .title {
        height: .5rem;
        padding-right: .3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-mb .content .product .title::after{
        display: block;
        content: '';
        width: .1rem;
        height: .1rem;
        border-right: .01rem solid #333;
        border-bottom: .01rem solid #333;
        transform: rotate(45deg);
        margin-left: 7px;
    }
    .header-mb .content .product .title.active::after {
        transform: rotate(-135deg);
    }
    .header-mb .content .product > ul > li{
        border-bottom: .01rem solid #EEEEEE;
        padding: .1rem 0;
    }
    .header-mb .content .product > ul > li  ul{
        padding-left: .3rem;
    }
    .header-mb .content .product > ul > li  dl{
        padding-left: .3rem;
    }

    .header-console-pop{
        display: none;
        width: 6rem;

        position: absolute;
        left: 50%;
        top: 3rem;
        z-index: 999;

        margin-left: -3rem;
        padding: .4rem .4rem .5rem;
    }
    .header-console-pop .title{
        font-size: .22rem;
        line-height: 1.6;
    }
    .header-console-pop .notice{
        font-size: .2rem;
        line-height: 1.6;

        margin-top: .25rem;
    }
    .header-console-pop .btn-group{
        display: flex;
        margin: .4rem -.05rem 0;
    }
    .header-console-pop  .btn{
        height: .5rem;
        border-radius: .04rem;

        font-size: .2rem;
        line-height: .5rem;

        margin: 0 .05rem;
        padding: 0 .2rem;
    }
    .header-console-pop .btn-close{
        width: .2rem;
        height: .2rem;
        top: .2rem;
        right: .2rem;
    }
}

    /*页脚------------------------------------*/
.footer{
    min-width: var(--safe-page-width);
    width: 100%;
    background: #F8F9FB;
}
.footer .advisory{
    width: 100%;
    height: 280px;
    background: url("../image/footer_advisory.png") center;
    background-size: cover;
    padding: 45px;
    box-sizing: border-box;
}
.footer .advisory .name{
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: #29D3FF;
    line-height: 28px;
    margin: auto;
}
.footer .advisory .title{
    width: fit-content;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
    margin: auto;
}
.footer .advisory .description{
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin: 22px auto 0;
}
.footer .advisory .btn{
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin: 40px auto;

    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.footer .split{
    width: 100%;
    height: 9px;
    margin-top: -1px;
    background: linear-gradient(90deg, #14DDAC, #5DBFFD, #3E80FA, #2152E8);
}
.footer .service{
    height: 120px;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .service .item{
    width: 220px;
    margin: 0 40px;
    display: flex;
    align-items: center;
}
.footer .service .item .icon{
    width: 48px;
    height: 48px;
    margin-right: 12px;
}
.footer .service .item .icon img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer .service .item .name{
    font-size: 20px;
    font-weight: 600;
    color: #2B78FF;
    line-height: 28px;
}
.footer .content{
    padding: 40px 0;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    display: flex;
}
.footer .content .contact{
    width: 50%;
    border-right: 2px solid rgba(51,51,51,0.1);
    flex-shrink: 0;
}
.footer .content .contact .item{
    margin-bottom: 24px;
}
.footer .content .contact .title{
    font-size: 16px;
    font-weight: 400;
    color: #1E316C;
    line-height: 22px;
}
.footer .content .contact .tel{
    font-size: 24px;
    /*font-family: HelveticaNeue-Bold, HelveticaNeue;*/
    font-weight: bold;
    color: #000000;
    line-height: 29px;
    background: linear-gradient(148deg, #509CFF 0%, #2C55FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer .content .contact .mail{
    font-size: 16px;
    color: #1E316C;
    line-height: 18px;
}
.footer .content .contact .btn{
    display: block;
    width: 170px;
    height: 32px;
    border-radius: 16px;

    font-size: 16px;
    font-weight: 400;

    line-height: 32px;
    text-align: center;
}

.footer .law{
    font-size: 14px;
    font-weight: 400;
    color: #636364;
    line-height: 20px;
    padding: 25px 0 35px;

}
.footer .law .row:nth-child(1){
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.footer .law .logo{
    height: 20px;
    margin-right: 25px;
}
.footer .law .link a{
    margin: 0 10px;
}
.footer .law .link a:hover{
    color: #2B78FF;
}
.footer .law .privacy{
    margin-left: 90px;
}
.footer .law .privacy a{
    margin: 0 10px;
}

.footer .content .nav{
    font-size: 14px;
    font-weight: 400;
    color: #636364;
    line-height: 32px;
    padding-left: 70px;
    width: 100%;
    display: flex;
}
.footer .nav dl{
    width: 20%;
}
.footer .nav dl dt{
    font-size: 14px;
    font-weight: 500;
    color: #183285;
    line-height: 20px;
    margin-bottom: 14px;
}

.footer .nav dl dd:hover{
    color: #2B78FF;
}
.footer .code{
    width: 110px;
    flex-shrink: 0;
}
.footer .code .title{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    text-align: center;
}
.footer .code .img{
    width: 90px;
    margin: 14px auto;
}
.footer .code .img img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer{
        min-width: 100%;
        width: 100%;
        background: #F8F9FB;
    }
    .footer .advisory{
        height: fit-content;
        padding: .45rem;
    }
    .footer .advisory .name{
        font-size: .26rem;
        line-height: 1.6;
    }
    .footer .advisory .title{
        font-size: .42rem;
        line-height: 1.6;
    }
    .footer .advisory .description{
        font-size: .22rem;
        line-height: 1.6;
        margin: .12rem auto 0;
    }
    .footer .advisory .btn{
        width: 1.6rem;
        height: .5rem;
        border-radius: .25rem;
        font-size: .22rem;
        line-height: .5rem;
        margin: .3rem auto 0;
    }
    .footer .split{
        width: 100%;
        height: .1rem;
        margin-top: -1px;
        background: linear-gradient(90deg, #14DDAC, #5DBFFD, #3E80FA, #2152E8);
    }

    .footer .service{
        height: 1rem;
        border-bottom: .01rem solid rgba(51,51,51,0.1);
        margin: 0;
        justify-content: space-between;
    }
    .footer .service .item{
        width: fit-content;
        margin: 0 .3rem;
    }
    .footer .service .item .icon{
        width: .3rem;
        height: .3rem;
        margin-right: .12rem;
    }
    .footer .service .item .name{
        font-size: .22rem;
        line-height: 1.6;
    }

    .footer .content{
        padding: .2rem 0;
        border-bottom: .01rem solid rgba(51,51,51,0.1);
        flex-wrap: wrap;
    }
    .footer .content .contact{
        width: 100%;
        border-right: unset;
        flex-shrink: 0;
        padding-bottom: .2rem;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        border-bottom: .01rem solid rgba(51,51,51,0.1);
    }
    .footer .content .contact .item{
        width: calc((100% - .4rem) / 2);
        margin-bottom: .2rem;
    }
    .footer .content .contact .title{
        font-size: .22rem;
        line-height: 1.6;
    }
    .footer .content .contact .tel{
        font-size: .26rem;
        line-height: 1.6;
    }
    .footer .content .contact .mail{
        font-size: .22rem;
        line-height: 1.6;
    }
    .footer .content .contact .btn{
        width: 2rem;
        height: .5rem;
        border-radius: .25rem;
        font-size: .22rem;
        line-height: .5rem;
    }


    .footer .content .nav{
        font-size: .2rem;
        line-height: 1.6;
        padding-left: unset;
        width: 100%;
        flex-wrap: wrap;
        margin-top: .2rem;
        padding-bottom: .2rem;
        border-bottom: .01rem solid rgba(51,51,51,0.1);
    }
    .footer .nav dl{
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: .1rem;
    }
    .footer .nav dl dt{
        width: 100%;
        font-size: .2rem;
        line-height: 1.6;
        margin-bottom: 0rem;
        text-align: center;
    }
    .footer .nav dl dd{
        margin: .05rem .1rem;
    }
    .footer .nav dl dd:hover{
        color: #2B78FF;
    }

    .footer .law{
        font-size: .2rem;
        line-height: 1.6;
        padding: .25rem 0 .35rem;
    }
    .footer .law .row:nth-child(1){
        margin-bottom: .12rem;
        justify-content: center;
    }
    .footer .law .row:nth-child(2){
        text-align: center;
    }
    .footer .law .logo{
        height: .22rem;
        margin-right: .25rem;
    }
    .footer .law .link a{
        margin: 0 .1rem;
    }

    .footer .law .privacy{
        margin-left: unset;
    }
    .footer .law .privacy a{
        margin: 0 .1rem;
    }
    .footer .code{
        width: 2rem;
        margin: .2rem auto 0;
    }
    .footer .code .title{
        font-size: .2rem;
        line-height: 1.6;
    }
    .footer .code .img{
        width: 1.2rem;
        margin: .15rem auto;
    }
    .footer .code .img img{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: calc(100vw / 750 * 100) !important;

        width: 100vw !important;
        /*height: fit-content;*/
        overflow-x: hidden;
        -webkit-text-size-adjust:none;
    }
    .page{
        width: 100%;
        overflow-x: hidden;
        min-width: unset;
    }
    .safe-content{
        width: calc(100vw - 0.6rem);
        height: 100%;
        margin: auto;

        position: relative;
    }
    .global-zoom-in img{
        width: calc(100vw - 0.6rem);
    }
    .navigate{
        display: none;
    }
    .module{
        padding: 0.6rem 0;
    }
    .module-title{
        font-size: 0.32rem;
        line-height: 0.44rem;
    }
    .module-description{
        font-size: 0.16rem;
        margin-top: 0.25rem;
        margin: 0.3rem 0.6rem;
    }
    .module-body{
        margin-top: 0.4rem;
    }
}

.global-tools{
    width: 60px;
    height: 271px;
    background: linear-gradient(148deg, #EAEDF8 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 18px 0px rgba(228,228,228,0.5);
    border-radius: 35px;
    border: 2px solid #FFFFFF;
    padding: 30px 14px;
    box-sizing: border-box;

    position: fixed;
    right: 10px;
    bottom: 50px;

    z-index: 999;
}
.global-tools .btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.global-tools .btn .icon{
    width: 20px;
    height: 20px;
}
.global-tools .btn .title{
    width: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #35353F;
    line-height: 20px;
    text-align: center;

    margin-top: 5px;
}
.global-tools .btn.top{
    cursor: pointer;
}
.global-tools .btn.top .title{
    width: 32px;
    color: #8896AA;
}
.global-tools .split{
    width: 33px;
    height: 1px;
    background: #DFE6ED;

    margin: 17px 0;
}

.global-tools .drawers{
    width: 377px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px 0px 19px 0px rgba(228,228,228,0.5);
    padding: 15px 0;
    box-sizing: border-box;

    position: absolute;
    right: 70px;
    top: 15px;

    transform: scaleX(0);
    transform-origin: top right;
    transition: all .5s .1s;
}
.global-tools:hover .drawers{
    transform: scaleX(1);
}
.global-tools .drawers a{
    display: block;
    height: 70px;
    padding: 12px 12px 12px 70px;
    box-sizing: border-box;

    position: relative;
}
.global-tools .drawers a:hover{
    background: #F8F9FB;
}
.global-tools .drawers .icon{
    width: 25px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 15px;
}
.global-tools .drawers a .title{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2D3849;
    line-height: 20px;
}

.global-tools .drawers a .description{
    font-size: 14px;
    font-weight: 400;
    color: #35353F;
    line-height: 20px;

    margin-top: 6px;
}
.global-tools .drawers a .description.primary{
    color: #2773FF;
}
@media screen and (max-width: 767px) {
    .global-tools{
        width: .8rem;
        height: fit-content;
        border-radius: .4rem;
        border: 2px solid #FFFFFF;
        padding: .3rem .15rem;
        box-sizing: border-box;

        position: fixed;
        right: 10px;
        bottom: 50px;

        z-index: 999;
    }
    .global-tools .btn .icon{
        width: .3rem;
        height: .3rem;
    }
    .global-tools .btn .title{
        width: .22rem;
        font-size: .2rem;
        line-height: 1.6;

        margin-top: .05rem;
    }
    .global-tools .btn.top .title{
        width: .5rem;
        color: #8896AA;
    }
    .global-tools .split{
        width: 100%;
        height: .01rem;
        background: #DFE6ED;

        margin: .15rem 0;
    }

    .global-tools .drawers{
        width: 5.2rem;
        height: fit-content;
        padding: .15rem 0;

        right: 1rem;
        top: .15rem;
    }
    .global-tools .drawers a{
        display: block;
        height: 1rem;
        padding: .15rem .15rem .15rem .8rem;
    }
    .global-tools .drawers a:hover{
        background: #F8F9FB;
    }
    .global-tools .drawers .icon{
        width: .3rem;
        height: .3rem;
        position: absolute;
        left: .25rem;
        top: .2rem;
    }
    .global-tools .drawers a .title{
        font-size: .2rem;
        line-height: 1.6;
    }

    .global-tools .drawers a .description{
        font-size: .2rem;
        line-height: 1.6;

        margin-top: .1rem;
    }
    .global-tools .drawers a .description.primary{
        color: #2773FF;
    }
}


.pagination{
    margin-top: 50px;
}
.pagination ul{
    display: flex;
    justify-content: center;
}
.pagination .prev::after{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(135deg);
}
.pagination .next::after{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
}
.pagination li{
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid transparent;

    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-align: center;

    margin: 0 10px;
}
.pagination li.active{
    background: #FFFFFF;
    border: 1px solid #2773FF;

    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2773FF;
}


/* 立即咨询弹出框 */
.pop-module{
    display: none;

    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0,0,0,0.45);
    position: fixed;
    left: 0;
    top:0;
    z-index: 99998;

    padding: 10% 0;
    box-sizing: border-box;
}
.pop-modal{
    width: 800px;
    margin: auto;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.pop-modal .modal-title{
    height: 54px;
    position: relative;
}
.pop-modal .modal-title .close_btn{
    width: 16px;
    height: 16px;
    margin: 10px;
    box-sizing: border-box;

    cursor: pointer;
    background: none;

    background: url("../image/icon_close.png");
    background-size: contain;

    position: absolute;
    top:10px;
    right: 10px;
}
.pop-modal .modal-body{
    padding: 23px 52px;
}
.form-main .input-group{
    width: 100%;
    position: relative;
}
.form-main .input-group .icon-importent{
    position: absolute;
    left:0;
    top:10px;
    color: #D70009;
    font-size: 16px;
}
.form-main .input-group label{
    position: absolute;
    left:12px;
    top:8px;
    width: 85px;
    font-size: 14px;
    text-align-last: justify;
    text-justify: inter-ideograph;
}
.form-main .input-group div{
    width: calc(100% - 100px);
    padding-left: 100px;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 24px;
}
.form-main .input-group div input {
    width: 100%;
    padding: 10px 12px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    height: 12px;
}
.form-main .input-group div input[type=text]:focus,.form-main .input-group div input[type=tel]:focus,.form-main .input-group div select:focus,.form-main .input-group div textarea:focus{
    outline: none;
    border: 1px solid #2772FF;
}
.form-main .input-group div select{
    width: 100%;
    padding: 0 9px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    height: 32px;
}
.form-main .input-group div textarea{
    width: 100%;
    padding: 10px 12px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    line-height: 24px;
    height: 140px;
    font-family: PingFangSC-Regular, PingFang SC;
}
.form-main .input-group div .input-info{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    padding-left: 18px;
    width: 270px;
    line-height: 32px;
}
.form-main .input-group div .input-errors{
    position: absolute;
    bottom:6px;
    left:100px;
    font-size: 12px;
    color: red;
}
.form-main .form-center{
    display: flex;
    justify-content: space-between;
}
.form-main .form-center .form-part{
    width: -webkit-fill-available;
}
.form-main .form-center .form-part:first-child{
    margin-right: 30px;
}
.form-main .form-center .form-part:last-child{
    margin-left: 30px;
}
.form-main .input-group div .text_num{
    position: absolute;
    bottom: 30px;
    right: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 22px;
}
.form-main .input-group div .text_num .num{
    color: rgba(0,0,0,0.25);
}
.form-main .form-button{
    text-align: center;
    padding: 36px 0 30px;
}
.form-main .form-button .btn{
    cursor: pointer;
    width: fit-content;
    height: 40px;
    background: #2772FF;
    border-radius: 20px;
    padding: 0 152px;
    margin: auto;

    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
}
.form-main .form-button .btn:hover{
    background: #4358E8;
}
@media screen and (max-width: 767px) {
    .pop-modal{
        width: 6rem;
        border-radius: .1rem;
    }
    .pop-modal .modal-title{
        height: .5rem;
    }
    .pop-modal .modal-title .close_btn{
        width: .2rem;
        height: .2rem;
        margin: .1rem;

        position: absolute;
        top:.1rem;
        right: .1rem;
    }
    .pop-modal .modal-body{
        padding: .2rem .4rem;
    }
    .form-main .input-group{
        width: 100%;
        position: relative;
    }
    .form-main .input-group .icon-importent{
        position: absolute;
        left:0;
        top:10px;
        color: #D70009;
        font-size: 16px;
    }
    .form-main .input-group label{
        position: absolute;
        left:12px;
        top:8px;
        width: 1.3rem;
        font-size: .2rem;
    }
    .form-main .input-group div{
        width: calc(100% - 100px);
        padding-left: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: .5rem;
    }
    .form-main .input-group div input {
        padding: .1rem .12rem;
        border-radius: .05rem;
        border: .01rem solid rgba(0,0,0,0.15);
        font-size: .2rem;
        height: .6rem;
        box-sizing: border-box;
    }
    .form-main .input-group div input[type=text]:focus,.form-main .input-group div input[type=tel]:focus,.form-main .input-group div select:focus,.form-main .input-group div textarea:focus{
        outline: none;
        border: 1px solid #2772FF;
    }
    .form-main .input-group div select{
        padding: 0 .1rem;
        border-radius: .05rem;
        border: .01rem solid rgba(0,0,0,0.15);
        font-size: .2rem;
        height: .6rem;
        box-sizing: border-box;
    }
    .form-main .input-group div textarea{
        padding: .1rem .12rem;
        border-radius: .05rem;
        border: .01rem solid rgba(0,0,0,0.15);
        font-size: .2rem;
        line-height: 1.5;
        height: 1.5rem;
    }
    .form-main .input-group div .input-info{
        font-size: .2rem;
        padding-left: .2rem;
        width: 3rem;
        line-height: 32px;
    }
    .form-main .input-group div .input-errors{
        position: absolute;
        bottom:.06rem;
        left:2rem;
        font-size: .18rem;
        color: red;
    }
    .form-main .form-center{
        display: flex;
        flex-wrap: wrap;
    }
    .form-main .form-center .form-part{
        width: -webkit-fill-available;
    }
    .form-main .form-center .form-part:first-child{
        margin-right: unset;
    }
    .form-main .form-center .form-part:last-child{
        margin-left: unset;
    }
    .form-main .input-group div .text_num{
        position: absolute;
        bottom: 30px;
        right: 12px;
        font-size: 14px;
        font-weight: 400;
        color: #262626;
        line-height: 22px;
    }

    .form-main .form-button{
        text-align: center;
        padding: .35rem 0 .3rem;
    }
    .form-main .form-button .btn{
        height: .6rem;
        box-sizing: border-box;
        background: #2772FF;
        border-radius: .3rem;
        padding: 0 .8rem;

        font-size: .22rem;
        line-height: .6rem;
    }
    .form-main .form-button .btn:hover{
        background: #4358E8;
    }
}

.statement{
    padding: 80px 60px;
    background: #FFF;
}
.statement .title{
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2D3849;
    line-height: 28px;
}
.statement .content{
    margin-top: 40px;

    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
    font-weight: 400;
    color: #2D3849;
    line-height: 20px;
}
@media screen and (max-width: 767px) {
    .statement{
        padding: .8rem .6rem;
    }
    .statement .title{
        font-size: .26rem;
        line-height: .42rem;
    }
    .statement .content{
        margin-top: .4rem;

        font-size: .2rem;
        font-weight: 400;
        color: #2D3849;
        line-height: .32rem;
    }
}

.footer .law .row:first-child {
    display: none !important; /* 使用 !important 确保样式被应用 */
}

/* 隐藏在线客服链接 */
.global-tools .drawers a[href*="webchat.cestc.cn"] {
    display: none !important;
}

/* 语言选择器样式 */
.language-selector {
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}

.language-selector .current-lang {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 70px;
}

.language-selector .current-lang img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.language-selector .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-left: 8px;
}

.language-selector .lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    width: 140px;
    z-index: 1000;
}

.language-selector:hover .lang-dropdown {
    display: block;
}

.language-selector .lang-dropdown li {
    display: flex;
    align-items: center;
    padding: 10px;
    transition: background-color 0.3s;
}

.language-selector .lang-dropdown li:hover {
    background-color: #f5f5f5;
}

.language-selector .lang-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .language-selector {
        margin-left: 10px;
    }
    
    .language-selector .current-lang {
        height: 50px;
    }
}
 #translateSelectLanguage {
       /* 去除默认样式 */
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      /* 添加自定义样式 */
      padding: 10px 20px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #fff;
      font-size: 16px;
      color: orange;
      width: 200px;
      /* 添加下拉箭头图标 */
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><path fill="%23333" d="M0 0l5 6 5-6H0z"/></svg>');
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 10px;
      position: fixed; /* 使用 fixed 定位，不占文档流空间 */
      /* top: 20px;*/
      right: 20px;
      z-index: 9999; /* 设置一个较高的 z-index 值 */
        }

/* 隐藏菜单下的子菜单 */
/* .menu .item[data-key] > ul,
.menu .item[data-key] .header-dropdown-item {
    display: none !important;
} */

/* 确保一级菜单项保持显示 */
.menu .item {
    display: block !important;
}

/* 隐藏菜单展开指示器 */
/* .menu .item[data-key]::after {
    display: none !important;
} */

/* 隐藏带有 data-key="product" 的菜单项 */
/* .menu .item[data-key="product"],
.header-dropdown-item[data-name="product"] {
    display: none !important;
} */

/* 隐藏相关的下拉菜单内容 */
/* .header-dropdown-product {
    display: none !important;
} */

/* 隐藏 header-toos 类 */
/* .header-toos {
    display: none !important;
} */

/* 隐藏所有"了解更多"类型的链接 */
/* .btn[href*="honors.html"],
.more[href*="solution.html"],
.more[href*="product.html"],
.more[href*="news.html"],
.item .btn[href*=".html"],
.info .btn[href*=".html"] {
    display: none !important;
} */

/* 隐藏所有带有 data-key 属性的菜单项及其相关内容 */


/* 隐藏相关的下拉菜单内容 */
/* .header-dropdown {
    display: none !important;
} */

/* 隐藏菜单展开指示器 */
/* .menu .item[data-key]::after {
    display: none !important;
} */

/* 移除 data-key 属性的效果，但保留菜单项显示 */
.menu .item[data-key] {
    pointer-events: none;
}

.menu .item[data-key] > a {
    pointer-events: auto;
}

/* 隐藏下拉菜单相关内容 */
/* .header-dropdown {
    display: none !important;
} */

/* 隐藏菜单展开指示器 */
/* .menu .item[data-key]::after {
    display: none !important;
} */

/* 禁用解决方案页面中的链接跳转 */
.solution-module .item,
.product-polymerize .item,
.product-polymerize-tab-content .item {
    pointer-events: none !important;
}

.solution-module .item *,
.product-polymerize .item *,
.product-polymerize-tab-content .item * {
    pointer-events: none !important;
}

/* 隐藏指定的菜单项 */
.menu .item[data-key="product"],
.menu .item[href="customer1.html"],
.menu .item[data-key="support"],
.menu .item[href="join.html"] {
    display: none !important;
}

/* 隐藏指定的菜单项 */
ul.menu > li.item[data-key="product"],
ul.menu > li.item > a[href="customer1.html"],
ul.menu > li.item[data-key="support"],
ul.menu > li.item > a[href="join.html"],
ul.menu > li.item:has(a[href="customer1.html"]),
ul.menu > li.item:has(a[href="join.html"]) {
    display: none !important;
}

/* 确保其他菜单项显示 */
ul.menu > li.item[data-key="solution"],
ul.menu > li.item:has(a[href="partner.html"]),
ul.menu > li.item[data-key="about"] {
    display: block !important;
}

/* 隐藏 code 类 */
.code {
    display: none !important;
}

/* 如果 code 类在其他容器中，也确保隐藏 */
div.code,
.content .code,
.footer .code {
    display: none !important;
}


