a,article,body,canvas,div,em,figcaption,figure,footer,h1,h2,html,input,li,p,section,small,span,ul{margin:0;padding:0}
html{font-size:10px}
body{font-family: 'microsoft yahei', Arial, '宋体', serif;margin:0 auto;position:relative;color:#333;}
blockquote,code,dd,div,dl,dt,fieldset,h1,h2,h3,h4,h5,h6,legend,li,ol,p,pre,td,ul{list-style:none;margin:0;padding:0}
input,textarea{padding:0;margin:0;resize:none;outline:0;-webkit-user-select:auto}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}
select{appearance:none;-webkit-appearance:none;border-radius:0}
img{vertical-align:middle}
a img{border:0}
img{transform:scale(1) rotate(0) translate3d(0,0,0);-webkit-transform:scale(1) rotate(0) translate3d(0,0,0)}
a{color:#535353;text-decoration:none;outline:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none}
a:hover{text-decoration:none}
table{border-collapse: collapse;border-spacing: 0;}
table td{word-break: break-all;}
:root{--color-primary:#236DEF;--color-primary-1:#236DEF;--width: 1200px}
.clear:after{content:"";display:block;clear:both}
.container{width:var(--width);margin:0 auto}
.img{background-position:center;background-repeat:no-repeat;background-size:cover}
.btn{display:block;width: 160px;height: 44px;line-height: 44px;font-size: 1.4rem;border-radius:50px;color: #fff;text-align: center;cursor: pointer;background-color:var(--color-primary);transition: all 0.5s;}
.img-hover-zoom{transition: all 5s;}
.img-hover-zoom:hover{transform: scale(1.3);}
.ellipsis{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.dropdown{width: 10px;height: 50px;position: absolute;right:-20px;top: 50%;margin-top: -25px;}
.dropdown::before{content:"";width:7px;height:7px;position:absolute;right:50%;top:50%;box-sizing:border-box;border-width:1px 0 0 1px;border-style:solid;border-color:initial;-webkit-transform:rotate(-135deg) translate(0,-50%);transform:rotate(-135deg) translate(0,-50%);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}
.raw-html img{max-width: 100% !important;}
.close{width: 40px;height: 40px;cursor: pointer}
.close::before,
.close::after {position: absolute;content:' ';background-color: #000;left: 20px;width: 1px;height: 20px;top: 10px;}
.close::before {transform: rotate(45deg);}
.close::after {transform: rotate(-45deg);}
[v-cloak] {display: none !important;}
#header {width: 100%;position: fixed;left: 0;top: 0;z-index: 9999;box-sizing: border-box;background: #fff}
#header .top{line-height: 36px;font-size: 1.2rem;color: #fff;background:#333333;}
#header .menu-box{display: flex;align-items: center;padding: 10px 0 12px;}
#header .menu-box .logo img{width: 130px;}
#header .menu-wrap{width: 100%;height: 100%;flex: 1;}
#header .menu-wrap .menu{margin:0 0 0 16px;}
#header .menu-wrap .menu .menu-btn{display:none}
#header .menu-wrap .menu ul:after{content:"";display:block;clear:both}
#header .menu-wrap .menu ul li{display:block;float:left;padding:0 25px;position: relative}
#header .menu-wrap .menu ul li a{color:#111F33;font-size:1.6rem;position:relative;display:block;font-weight:400;white-space: normal;height: 60px;line-height: 60px;}
#header .menu-wrap .menu ul li a:after{content: '';display: block;width: 0;height: 4px;background: #236DEF;border-radius: 2px;position: absolute;bottom: 10px;left: 0;opacity: 0;transition: all .4s;}
#header .menu-wrap .menu li a.on,
#header .menu-wrap .menu li a:hover{color:var(--color-primary)}
#header .menu-wrap .menu li a.on:after,
#header .menu-wrap .menu li a:hover:after{opacity: 1;width: 100%;}
#header .menu-wrap .menu .sub-box{position:absolute;min-width:100%;width:100%;left:0;z-index: 999;background: #fff;padding: 10px 0;}
#header .menu-wrap .menu .sub-box ul{display: block;position: relative;}
#header .menu-wrap .menu .sub-box ul li{width:100%;padding: 0;text-align: center;margin-bottom: 5px;}
#header .menu-wrap .menu .sub-box ul li a{line-height:40px;height: 40px;display: inline-block}
#header .menu-wrap .menu .sub-box ul li a:after{bottom: 0}
#header .menu-wrap .menu .second .sub-box{left: 100%;top:0;width: initial}
#header .menu-wrap .menu .search{display: none}
#header .menu-wrap .menu .dropdown{display: none}
#header .menu-box .r{font-size: 2rem;color: var(--color-primary);font-weight: bold;}
#header .menu-box .r .tel span{display: inline-block;-webkit-animation: scale-up 3.5s forwards linear 0s infinite;-moz-animation: scale-up 3.5s forwards linear 0s infinite;animation: scale-up 3.5s forwards linear 0s infinite;}
@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}
    8%{-webkit-transform:scale(1.2);opacity:1}
    15%{-webkit-transform:scale(1);opacity:1}
}
@-moz-keyframes scale-up{0%{-moz-transform:scale(0);opacity:0}
    8%{-moz-transform:scale(1.2);opacity:1}
    15%{-moz-transform:scale(1);opacity:1}
}
@keyframes scale-up{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}
    8%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:1}
    15%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}
}

/**/
#footer{background: #0E1726;padding:10px 0 0;position: relative;color: #fff;}
#footer .con{display: flex;padding:30px 0;}
#footer .foot-top{display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 24px 0;border-bottom: 1px solid #3d3e40;}
#footer .foot-top .item{display: flex;align-items: center;font-size: 1.8rem;}
#footer .foot-top .item img{height:27px;}
#footer .foot-top .item span{padding-left: 10px;}
#footer .menu-wrap .dropdown{display: none;}
#footer .menu-wrap a{color: #fff;}
#footer .menu-wrap .first{display: flex;}
#footer .menu-wrap .sub-box a{display: block;font-size: 1.4rem;line-height: 28px;}
#footer .menu-wrap .first > li{margin-right:120px;}
#footer .menu-wrap .first > li > a{font-size:2rem;display: block;margin-bottom: 10px;cursor: initial;}
#footer .contact .title{font-size: 2rem;position: relative;cursor: initial;display: block;margin-bottom: 20px;}
#footer .contact p{font-size: 1.4rem;line-height: 25px;}
#footer .wechat_qr{width: 100%;flex: 1;text-align: right;padding-right: 100px;box-sizing: border-box;}
#footer .wechat_qr img{width: 150px}
#footer .foot{padding:11px 0 16px;border-top: 1px solid #3E4551;font-size: 1.2rem;color: #9FA2A8}
#footer .foot a{color: #9FA2A8;padding-left: 5px;}
#footer .foot a img{width: 17px;margin-top: -3px;}
#footer .friend_link .container{padding: 0 0 10px;}
/**/
#global-message{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999999;display: none;}
#global-message .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;z-index: 9;}
#global-message .wrap{position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-animation: global-message-dialog 0.3s;animation: global-message-dialog 0.3s;}
#global-message .content{box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);position: absolute;width: 800px;left: 50%;top: 50%;z-index: 99;max-width: 90vw;max-height: 90vh;overflow: auto;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);border-radius: 20px;}
#global-message .content .close{position: absolute;right: 5px;top: 5px;opacity: 0.6}
#global-message .content .con{display: flex;}
#global-message .content .l{padding: 60px 40px;width: 50%;background: url('../img/global-message/5.png') no-repeat center;background-size: cover;border-radius: 20px 0 0 20px;color: #fff;}
#global-message .content .l .txt p:nth-of-type(1){font-size: 5.4rem;font-weight: bold;line-height: 1;margin-bottom: 10px;}
#global-message .content .l .txt p:nth-of-type(2){font-size: 3.9rem;font-weight: bold;line-height: 1;}
#global-message .content .l .txt p:nth-of-type(3){font-size: 1.8rem;line-height: 30px;margin: 15px 0;font-weight: lighter;}
#global-message .content .l .txt p:nth-of-type(4){font-size: 1.2rem;font-weight: lighter;line-height: 20px;}
#global-message .content .l ul{display: flex;width: 100%;margin: 50px 0;}
#global-message .content .l ul li{width: 100%;text-align: center;}
#global-message .content .l ul img{width: 63px}
#global-message .content .l ul p{font-size: 1.6rem;font-weight: lighter;margin-top: 15px;}
#global-message .content .l .tip{font-size: 1.2rem;color: #fff;line-height: 22px;}
#global-message .content .r{width: 50%;padding: 60px 40px;background: #fff url('../img/global-message/4.png') no-repeat bottom center;}
#global-message .content .r .top{font-size: 2rem;color: #333;font-weight: bold;text-align: center;line-height: 1;}
#global-message .content .r .top .t{display: flex;justify-content: center;}
#global-message .content .r .top .t span:nth-of-type(2){color: var(--color-primary)}
#global-message .content .r .top .dot{margin-top: 25px;display: flex;justify-content: center;}
#global-message .content .r .top .dot i{width: 6px;height: 6px;border-radius: 50%;background: var(--color-primary);display: block;margin: 0 5px;}
#global-message .content .form{margin-top: 27px;}
#global-message .content .form li{margin-bottom: 16px;border: 1px solid #DFE3E6;border-radius: 2px;height: 44px;display: flex;box-sizing: border-box;}
#global-message .content .form .title{width: 44px;height: 100%;background-size: 60%;background-position: center;background-repeat: no-repeat;border-right: 1px solid #DFE3E6;background-color: #F8F9FB}
#global-message .content .form .title span,#global-message .content .form .title i{display: none}
#global-message .content .form .input-wrap{width: 100%;flex: 1;}
#global-message .content .form .input{height: 100%;width: 100%;border: none;font-size: 1.4rem;color: #111F33;box-sizing: border-box;padding-left: 15px;}
#global-message .content .form li:nth-of-type(1) .title{background-image: url("../img/global-message/6.png")}
#global-message .content .form li:nth-of-type(2) .title{background-image: url("../img/global-message/7.png")}
#global-message .content .form li:nth-of-type(3) .title{background-image: url("../img/global-message/8.png")}
#global-message .content .form .btn{width: 100%;font-size: 1.7rem;height: 46px;line-height: 46px;box-shadow: 0 0 20px 0 rgba(35, 109, 239, .38);border-radius: 0}
#global-message .content .form .btn:hover{box-shadow: 0 10px 30px rgba(30, 89, 238, 0.32);}
@-webkit-keyframes global-message-dialog{
    0%{transform:scale(.7);-webkit-transform:scale(.7)}
    45%{transform:scale(1.05);-webkit-transform:scale(1.05)}
    80%{transform:scale(.95);-webkit-transform:scale(.95)}
    100%{transform:scale(1);-webkit-transform:scale(1)}
}
@keyframes global-message-dialog{
    0%{transform:scale(.7);-webkit-transform:scale(.7)}
    45%{transform:scale(1.05);-webkit-transform:scale(1.05)}
    80%{transform:scale(.95);-webkit-transform:scale(.95)}
    100%{transform:scale(1);-webkit-transform:scale(1)}
}
/**/
#sidebar{position: fixed;right: 0;top: 50%;z-index: 9999;transform: translateY(-50%);width: 78px;}
#sidebar .box{border-radius: 50px;background: #fff;box-shadow: 0 0 30px 0 rgba(14, 33, 97, .1);}
#sidebar .item{position: relative;width: 78px;height: 78px;border-bottom: 1px solid #e0e0e0;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #2b58f9;}
#sidebar .item:first-of-type{height: 90px;border-radius: 50px 50px 0 0;padding-top: 10px;}
#sidebar .item:last-of-type{height: 100px;border-radius: 0 0 50px 50px;border-bottom: none}
#sidebar .item .con{position: absolute;left: -252px;top: 0;width: 252px;height: auto;background-color: #fff;box-shadow: 0 0 30px 0 rgba(14, 33, 97, .10);border-radius: 10px;display: none;}
#sidebar .item .con h3{background-color:#1f4eee;border-radius:10px 10px 0 0;font-size:1.4rem;color:#fff;padding:20px 0;text-align:center;line-height:1.5}
#sidebar .item .con p{margin-top:0!important;font-size:2rem;font-weight:700;color:#1f4eee;padding:20px 0;text-align:center}
#sidebar .item .con img{display:block;max-width:100%;height:auto;}
#sidebar .item p{margin-top: 10px;font-size: 1.2rem;}
#sidebar .item:hover .con{display: block}
#sidebar .go-to-top{width: 44px;height: 44px;margin: 15px auto 0 auto;background-color: #1f4eee;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 20px 0 rgba(14, 33, 97, .20);border-radius: 50%;cursor: pointer;}
/*页码*/
.pagination{display:flex;align-items:center;justify-content:center}
.pagination svg{height:10px;width:10px}
.pagination span{display:flex;align-items:center;justify-content:center;width:60px;height:40px;color:#7E7E7E;font-size: 1.3rem;background: #fff;border-radius: 50px;}
.pagination span:hover{color:#409eff}
.pagination span.disabled{color:#a8abb2!important;cursor:not-allowed}
.pagination .pager{overflow:hidden;padding: 0 6px;}
.pagination .pager li{width:35px;height:35px;float:left;display:flex;justify-content:center;align-items:center;background-color:#fff;font-size:1.5rem;margin:0 3px;color:#303133;border-radius:50px;transition: all 0.5s}
.pagination .pager li:hover{background:rgb(115 115 255 / 80%);}
.pagination .pager li:hover a{color: #fff}
.pagination .pager li.active{background: var(--color-primary-1);color:#fff}
.pagination a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;;transition: all 0.5s}
/**/
#main{padding-top: 120px;}
#main .x-title{font-size: 3rem;font-weight: bold;color: #272e47;line-height: 1;text-align: center}
#main .x-title-sub{margin-top: 25px;font-size: 2rem;font-weight: 400;color: #666666;line-height: 1;text-align: center}
#main .top-banner{position: relative;display: flex;align-items: center;justify-content: center;height: 360px;background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .top-banner .container{display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
#main .top-banner .title{font-weight: 500;font-size: 4rem;line-height: 56px;color: #262A33;}
#main .top-banner .desc{color: #51555C;font-size: 1.8rem;margin-top: 10px;line-height: 1.9;}
#main .top-banner .btn{width:132px;margin-top: 20px;border-radius: 4px;font-size: 1.6rem}
/**/
#index.index .slogan{margin-top: 48px;}
#index.index .content .box{display: flex;justify-content: space-between;padding: 30px 0;}
#index.index .content .box .con{width:calc(45% - 30px);}
#index.index .content .box .con .title{display: flex;line-height: 39px;color: #272e47;margin-bottom: 30px;}
#index.index .content .box .con .title span:nth-of-type(1){font-weight: 500;font-size: 2.6rem;padding-right: 12px;margin-right: 12px;position: relative;}
#index.index .content .box .con .title span:nth-of-type(1):after{content: '';width: 1px;height: 32px;position: absolute;right: 0;top:50%;margin-top: -16px;background:#d9d9d9;}
#index.index .content .box .con .title span:nth-of-type(2){font-weight: 300;font-size: 2.8rem;}
#index.index .content .box .con .list{display: flex;justify-content: space-between;}
#index.index .content .box .con .list .item{width: calc(33.33% - 22px)}
#index.index .content .box .con .list .item .name{font-weight: 500;font-size: 1.8rem;line-height: 28px;color: #272e47;margin-top: 12px;}
#index.index .content .box .con .list .item .txt{font-size: 1.4rem;line-height: 22px;color: #545a6e;margin-top: 8px;}
#index.index .content .box .con .btn{margin-top: 22px;margin-bottom: 44px;width: 160px;height: 45px;line-height: 45px;border-radius: 4px;}
#index.index .content .box .con .related .t{font-weight: 500;font-size: 1.6rem;line-height: 24px;color: #272e47;margin-bottom: 8px;}
#index.index .content .box .con .related ul{display: flex;}
#index.index .content .box .con .related ul li{overflow: hidden;display: flex;align-items: center;padding: 0 16px;height: 42px;background: linear-gradient(92.61deg, #f5f9ff -14.19%, #edf3ff 105.82%, #edf3ff 0);border: 2px solid hsla(0, 0%, 100%, .8);-webkit-box-shadow: 0 0 40px rgba(0, 26, 75, .04);box-shadow: 0 0 40px rgba(0, 26, 75, .04);border-radius: 4px;box-sizing: border-box;}
#index.index .content .box .con .related ul li span{font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #272e47;margin-right: 4px;}
#index.index .content .box .con .related ul li img:nth-of-type(1){width: 16px;margin-right: 5px;}
#index.index .content .box .con .related ul li:not(:last-child) {margin-right: 8px;}
#index.index .content .box .img{width: 55%;}
#index.index .content .box .img img{width: 100%;}
#index.index .content .box:nth-of-type(2n){flex-direction: row-reverse;background: #f9fafb;}
#index.index .content .box:nth-of-type(2n) .container{display: flex;justify-content: space-between;flex-direction: row-reverse;}
#index.index .advantage{padding: 60px 0 10px}
#index.index .advantage .title{font-size: 32px;padding: 0 0 36px;}
#index.index .advantage .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#index.index .advantage .list .item{width: calc(50% - 10px);display: flex;justify-self: center;align-items: center;border: 1px solid #f0f1f5;box-shadow: 0 4px 48px rgba(4, 9, 53, .08);border-radius: 4px;padding: 24px 32px;margin-bottom: 20px;box-sizing: border-box;}
#index.index .advantage .list .item img{width: 100px;height: 100px;}
#index.index .advantage .list .item .con{display: flex;flex-direction: column;margin-left: 37px;}
#index.index .advantage .list .item .con p:nth-of-type(1){font-size: 1.6rem;line-height: 24px;color: #000;}
#index.index .advantage .list .item .con .desc{margin-top: 8px;font-size: 1.4rem;line-height: 22px;color: #545a6e;}
#index.index .case{background: #f9fafb;padding: 30px 0 40px;}
#index.index .case .x-title{font-weight: 500;font-size: 3.2rem;color: #000;margin-bottom: 10px;}
#index.index .case .x-title-sub{font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #747a8c;}
#index.index .case .swiper{padding-top: 40px;margin: 40px auto;}
#index.index .case .swiper .swiper-slide{font-size: 2rem;padding: 60px 37px 20px;color: #000;height: 245px;background-color: #fff;border: 1px solid #f0f1f5;border-radius: 4px;display: flex;position: relative;transition-property: transform;box-sizing: border-box;}
#index.index .case .swiper .swiper-slide img{position: absolute;z-index: 999;height: 80px;width: 80px;border-radius: 50%;top: -40px;left: 100px;border: 1px solid #f0f1f5;-webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 6%);box-shadow: 0 4px 20px rgb(0 0 0 / 6%);}
#index.index .case .swiper .swiper-slide .company{font-weight: 500;font-size: 1.6rem;line-height: 22px;text-align: center;color: #272e47;}
#index.index .case .swiper .swiper-slide .name{font-size: 1.2rem;line-height: 16px;color: #747a8c;margin-top: 9px;text-align: center}
#index.index .case .swiper .swiper-slide .desc{margin-top: 16px;font-size: 1.4rem;line-height: 22px;color: #272e47;-webkit-line-clamp: 5;}
#index.index .service{display: flex;justify-content: space-between;padding:80px 0;}
#index.index .service .l{width:44%;}
#index.index .service .l .title{font-size: 3.2rem;line-height: 45px;color: #272e47;}
#index.index .service .l .desc{font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #545a6e;margin: 8px 0 40px;}
#index.index .service .l .list{display: flex;flex-direction: column;justify-content: center;}
#index.index .service .l .list .item{display: flex;}
#index.index .service .l .list .item img{width: 48px;height: 48px;margin-right: 16px;}
#index.index .service .l .list .item .con p:nth-of-type(1){font-weight: 500;font-size: 1.6rem;line-height: 24px;color: #272e47;margin-bottom: 4px;}
#index.index .service .l .list .item .con p:nth-of-type(2){font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #747a8c;}
#index.index .service .l .list .item:not(:last-child) {margin-bottom: 48px;}
#index.index .service .r{width:50%;}
#index.index .service .r img{width: 100%;}
#index.index .why{padding: 12px 0 22px;background: #f9fafb}
#index.index .why .x-title{font-weight: 500;font-size: 3.2rem;line-height: 45px;color: #272e47;margin-bottom: 40px;padding-top: 12px;}
#index.index .why .list{display: flex;justify-content: space-between;}
#index.index .why .list .item{width: calc(25% - 15px);padding: 24px;background: #fff;border: 1px solid #f0f1f5;-webkit-box-shadow: 0 4px 32px rgb(3 27 78 / 8%);box-shadow: 0 4px 32px rgb(3 27 78 / 8%);border-radius: 4px;display: flex;box-sizing: border-box}
#index.index .why .list .item img{width: 40px;height: 40px;}
#index.index .why .list .item .con{display: flex;flex-direction: column;margin-left: 16px;font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #545a6e;}
#index.index .why .list .item .con p:nth-of-type(1){font-weight: 500;font-size: 1.6rem;line-height: 24px;color: #000;}
/**/
#price.index .x-title{font-size: 4.4rem;color: #363636;margin: 24px 0;}
#price.index .x-title-sub{color: #747a8c;font-size: 1.6rem;line-height: 1.5}
#price.index .icon-list{display: flex;align-items: center;justify-content: center;gap: 58px;margin: 40px auto 40px;}
#price.index .icon-list .item{display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 13px;}
#price.index .icon-list .item p{color: #747a8c;text-align: center;font-size: 1.4rem;line-height: 22px;}
#price.index .edition{background: #fff;box-shadow: 0 0 60px #d0e5fa;position: relative;border-radius: 24px;padding: 54px 0;box-sizing: border-box;display: flex;justify-content: space-around;flex-wrap: wrap;}
#price.index .edition .item{width: 45%;display: flex;flex-direction: column;align-items: center;border: 2px solid rgba(38, 42, 51, .16);border-radius: 8px;padding-bottom: 24px;position: relative}
#price.index .edition .item .title{text-align: center;margin: 36px auto 40px;font-size: 3.2rem;line-height: 32px;color: #262a33;font-weight: 600;}
#price.index .edition .item .desc{font-size: 1.8rem;line-height: 18px;color: #51555c;margin: 0 auto 26px;text-align: center}
#price.index .edition .item ul{text-align: center;width: 200px;margin-bottom: 40px;}
#price.index .edition .item ul li{overflow: hidden;font-size: 1.6rem;line-height: 16px;color: #51555c;margin-bottom: 26px;}
#price.index .edition .item ul li span{background: url('../img/price/1.png') no-repeat 50%;width: 17px;height: 13px;display: block;float: left;margin-top: 2px;}
#price.index .edition .item ul li p{margin-left: 4px;text-align: left;}
#price.index .edition .item .btn{width: 175px;height: 50px;background: #fff;border: 1px solid var(--color-primary);border-radius: 4px;line-height: 48px;color: var(--color-primary);font-size: 1.6rem;}
#price.index .edition .item:nth-of-type(2){border-color: var(--color-primary)}
#price.index .edition .item:nth-of-type(2) .btn{background: var(--color-primary);color: #fff;}
#price.index .edition .item .hot{width: 92px;height: 36px;line-height: 36px;background: linear-gradient(270deg, #fc6939, #fc253a);right: -2px;top: -21px;text-align: center;position: absolute;color: #fff;border-radius: 16px 16px 0 16px;font-size: 2rem;display: flex;align-items: center;justify-content: center;}
#price.index .edm{height: 256px;border-radius: 16px;padding: 47px 150px;border: 2px solid #e1e3e8;margin: 80px auto 80px;position: relative;box-sizing: border-box;}
#price.index .edm .tag{position: absolute;width: 72px;height: 36px;line-height: 36px;font-size: 2rem;color: #fff;right: -2px;top: -20px;text-align: center;border-radius: 16px 16px 0 16px;background: linear-gradient(270deg, #fc6939, #fc253a);}
#price.index .edm .title{color: #080b19;text-align: center;font-size: 2.8rem;font-weight: 600;line-height: 36px;padding-bottom: 24px;border-bottom: 1px solid #e1e3e8;margin-bottom: 40px;display: flex;align-items: center;justify-content: center;}
#price.index .edm .title img{margin-right: 12px;margin-top: 2px;}
#price.index .edm .content{width: 100%;display: flex;justify-content: space-between;}
#price.index .edm .content .warp{display: flex;flex-direction: column;justify-content: center;}
#price.index .edm .content .warp .item{display: flex;align-items: center;margin-bottom: 12px;}
#price.index .edm .content .warp .item p{margin-left: 10px;color: #545a6e;font-size: 1.6rem;font-weight: 400;line-height: 24px;}
#price.index .edm .content .warp .item b{color: #2373FF;font-size: 1.6rem;font-style: normal;font-weight: 400;line-height: 24px;}
#price.index .edm .content .warp .item.empty{opacity: 0;}
#price.index .added .content{background: #fff;box-shadow: 0 0 60px #d0e5fa;position: relative;border-radius: 24px;padding: 54px 0 30px;margin:50px 0 24px;box-sizing: border-box;}
#price.index .added .content .tag{position: absolute;left: -10px;top: -10px;}
#price.index .added .content table{margin:auto}
#price.index .added .content table tr td{font-size:22px;color:#363636;font-weight:700;padding-bottom:12px}
#price.index .added .content table tr:nth-child(1) td{font-size:45px;color:#363636;text-align:left;padding-bottom:24px;font-weight:700}
#price.index .added .content table tr td.price{color:#ff8a00}
#price.index .added .content table tr td.zx a{display:block;width:90px;height:30px;line-height:30px;color:#fff;font-size:15px;background:#45a6f7;border-radius:15px;text-align:center;font-weight:400;margin:auto;text-decoration:none}
#price.index .added .content table td img{vertical-align:middle}
#price.index .team{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 35px 0;}
#price.index .team .item{width: 25%;display: flex;justify-content: space-around;flex-wrap: wrap;align-items: center;}
#price.index .team .item img{width: 70px;}
#price.index .team .item .con{font-size: 2rem;color:#666;margin-left: 20px;width: 100%;flex: 1;}
#price.index .team .item .con p:nth-of-type(2){font-size: 1.4rem;line-height: 24px;}
/**/
#waimaoshuju .top-banner .title{color: #fff}
#waimaoshuju .top-banner .desc{width: 50%;color: #fff}
#waimaoshuju .content .item{margin-top: 36px;display: flex;justify-content: space-between;flex-wrap: wrap;padding: 24px 0}
#waimaoshuju .content .item .con{width: 44%;}
#waimaoshuju .content .item .con .title{color: #333333;font-size: 3rem;}
#waimaoshuju .content .item .con .title-sub{font-size: 2.4rem;color: #4b4b4b;margin-top: 24px;}
#waimaoshuju .content .item .con .desc{color: #4b4b4b;font-size: 1.6rem;line-height: 180%;margin-top: 12px;}
#waimaoshuju .content .item img{width: 45.8%;}
#waimaoshuju .content .item:nth-of-type(2n){flex-direction: row-reverse;}
#waimaoshuju.aistaff  .item .con{width: 41.67%;}
#waimaoshuju.aistaff  .item .con .title{font-weight: 600;font-size: 34px;line-height: 50px;color: #272e47;margin-bottom: 15px;}
#waimaoshuju.aistaff  .item .con .title-sub{font-size: 18px;font-weight: 500;color: #272e47;line-height: 26px;}
#waimaoshuju.aistaff  .item .con .desc{font-size: 14px;font-weight: 400;color: #272e47;line-height: 22px;margin-top: 8px;}
#waimaoshuju.aistaff  .item .con .btn-message{display: block;margin-top: 35px;width: 180px;height: 50px;line-height: 50px;text-align: center;cursor: pointer;font-size: 16px;border-radius: 4px;color: #fff;background: linear-gradient(73.33deg, #5a7eff 3.94%, #8e6bff 95.92%);}
#waimaoshuju.aistaff  .item img{width: 58.33%;}
/**/
#youjianyingxiao .top-banner .title{color: #fff}
#youjianyingxiao .top-banner .desc{width: 50%;color: #fff}
#youjianyingxiao .content{padding: 24px 0;}
#youjianyingxiao .content .box{display: flex;align-items: center;padding: 25px 0;}
#youjianyingxiao .content .box .con{padding:0 36px 0 0;width: 100%;flex: 1;box-sizing: border-box;}
#youjianyingxiao .content .box .con .title{font-weight: 600;font-size: 3.4rem;line-height: 56px;color: #272e47;margin-bottom: 15px;}
#youjianyingxiao .content .box .con .list .item{padding: 15px 0;cursor: pointer;position: relative;}
#youjianyingxiao .content .box .con .list .item .t{font-size: 2.1rem;font-weight: bold;}
#youjianyingxiao .content .box .con .list .item .desc{font-size: 1.4rem;}
#youjianyingxiao .content .box .con .list .item.active{color: var(--color-primary)}
#youjianyingxiao .content .box .img-list{width: 50%;height: 450px;}
#youjianyingxiao .content .box .img-list img{max-width: 100%;display: none}
#youjianyingxiao .content .box .img-list img:first-of-type{display: block}
#youjianyingxiao .content .box .btn{font-size: 1.4rem;border-radius: 4px;margin-top: 15px;}
#youjianyingxiao .content .box:nth-of-type(2n){flex-direction: row-reverse;}
#youjianyingxiao .content .box:nth-of-type(2n) .con{padding:0 0 0 36px;}
#youjianyingxiao .why{background: #f9fafb}
#youjianyingxiao .why .x-title{font-weight: 500;font-size: 3.2rem;}
#youjianyingxiao .why .list{display: flex;justify-content: space-between;padding: 40px 0 15px;gap:0 20px;}
#youjianyingxiao .why .list .item{width: 25%;display: flex;align-items: flex-start;padding: 24px;background: #fff;border: 1px solid #f0f1f5;box-sizing: border-box;box-shadow: 0 4px 32px rgb(3 27 78 / 8%);}
#youjianyingxiao .why .list .item img{width: 40px;}
#youjianyingxiao .why .list .item .con{padding-left: 15px;width: 100%;}
#youjianyingxiao .why .list .item .con p{font-weight: 400;font-size: 1.4rem;line-height: 22px;color: #545a6e;white-space: pre-line;}
#youjianyingxiao .why .list .item .con p:first-of-type{font-weight: 500;font-size: 1.6rem;line-height: 24px;color: #000;}
#youjianyingxiao.shemeiyunying .content .box .con .title{font-size: 30px;font-weight: initial}
#youjianyingxiao.shemeiyunying .content .box .con .list .item .t{font-size: 24px;font-weight: initial}
#youjianyingxiao.shemeiyunying .content .box .con .list .item .desc{font-size: 16px;line-height: 180%;margin-top: 12px;}
/**/
#semai.index .x-title{font-size: 3rem;font-weight: 400;color: #000;line-height: 100px;}
#semai.index .x-title-sub{color: #333;font-size: 1.6rem;margin: 0 0 25px;}
#semai.index .box{display: flex;justify-content: space-between;align-items: center;gap: 58px;}
#semai.index .box img{width: 55.4%;}
#semai.index .box .txt{width: 100%;flex: 1;padding-left: 40px;}
#semai.index .box .txt .t{font-size: 2.4rem;font-weight: 500;line-height: 24px;color: #333;margin-bottom: 10px;}
#semai.index .box .txt .desc{font-size: 1.6rem;color: #333;line-height: 28px;}
#semai.index .box .txt .desc p{position: relative;padding-left: 20px;}
#semai.index .box .txt .desc p::before{position: absolute;content: "";width: 3px;height: 3px;background: #3e3e3e;border-radius: 50%;border: 3px solid #ccc;top: 10px;left: 0;box-sizing: content-box;}
#semai.index .box-img{text-align: center;}
#semai.index .box:nth-of-type(5),
#semai.index .box:nth-of-type(9),
#semai.index .box:nth-of-type(14),
#semai.index .box:nth-of-type(16){flex-direction: row-reverse;}
#semai.index .bottom-item{width:58%;height:150px;margin:0 auto 50px;border:2px solid #6cc1f1;border-radius:4px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;box-sizing: border-box;}
#semai.index .bottom-item h1{font-size:2.8rem;font-weight:700}
#semai.index .bottom-item p{font-size:1.4rem;}
#semai.index .bottom-item:before{content:"";position:absolute;top:-17px;left:-17px;width:calc(100% + 3px);height:calc(100% + 3px);border:15px solid #e6f4fc;margin:0 auto;border-radius:10px}
#semai.index .pain-point{display: flex;flex-wrap: nowrap;gap: 25px;margin-bottom: 50px;}
#semai.index .pain-point .item{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#f2f9ff;-webkit-box-shadow:2px 3px 4px 0 rgba(146,172,190,.2);box-shadow:2px 3px 4px 0 rgba(146,172,190,.2);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:10px;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#semai.index .pain-point .item .num{height:60px;font-size:6rem;width:50px;font-weight:700;font-style:italic;color:#4c6aff;position:relative;line-height:1;z-index:2}
#semai.index .pain-point .item .num:after{position:absolute;content:"";left:0;top:10px;width:45px;height:45px;border-radius:50%;background-color:#fff;z-index:-1}
#semai.index .pain-point .item .txt{font-weight:400;color:#1c1c1c;font-size:1.6rem}
#semai.index .footer-wrap{background-color:#f3f8fe;margin-top:36px}
#semai.index .footer-wrap .footer{width:930px;margin:0 auto}
#semai.index .footer-wrap .footer .title{text-align:center;font-size:3.2rem;font-weight:600;color:#333;line-height:100px}
#semai.index .footer-wrap .footer .desc{text-align:center;color:#333;font-size:1.6rem;font-weight:700;padding-bottom:10px}
#semai.index .footer .bg-items{display:flex;flex-wrap:wrap}
#semai.index .footer .item{width:295px;height:366px;position:relative;text-align:center;background-repeat: no-repeat;background-position: center}
#semai.index .footer .item:nth-of-type(1){background-image: url("../img/semai/10.png");}
#semai.index .footer .item:nth-of-type(2){background-image: url("../img/semai/11.png");}
#semai.index .footer .item:nth-of-type(3){background-image: url("../img/semai/12.png");}
#semai.index .footer .item:nth-of-type(4){background-image: url("../img/semai/13.png");}
#semai.index .footer .item:nth-of-type(5){background-image: url("../img/semai/14.png");}
#semai.index .footer .item:nth-of-type(6){background-image: url("../img/semai/15.png");}
#semai.index .footer .item .text{font-size:1.4rem;color:#666;position:relative;top:55%;padding:0 25px}
#semai.index .footer .item .btn{color:#fff;font-size:1.6rem;background:#4c6aff;position:absolute;width:100px;text-align:center;height:30px;line-height:30px;border-radius:5px;bottom:60px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);cursor:pointer}
/**/
#semsite.index .top-banner{overflow: hidden;}
#semsite.index .top-banner video{position: absolute;width: 100%;top: 70%;transform: translateY(-50%);}
#semsite.index .top-banner .video-mask {width: 100%;height: 100%;background: rgba(25, 30, 39, .85);position: absolute;top: 0;left: 0;}
#semsite.index .top-banner .container{z-index: 9;}
#semsite.index .top-banner .title{color: #fff;width: 40%;text-align: center;}
#semsite.index .top-banner .desc{color: #fff;font-size: 1.6rem;width: 44%;text-align: center;}
#semsite.index .content .x-title{font-size: 32px;line-height: 32px;font-weight: 600;color: #000;margin: 24px 0 40px;text-align: center;}
#semsite.index .content .x-title span{color: #d90000;font-size: 36px;}
#semsite.index .intro-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
#semsite.index .intro-content .item{width:277px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border-radius:10px;margin:0 10px;padding-bottom:23px}
#semsite.index .intro-content .item img{width:121px;margin-top:23px}
#semsite.index .intro-content .item .sub-title{font-size:22px;margin:10px 0;font-weight:500;color:#000}
#semsite.index .intro-content .item p{font-size:16px;font-weight:300;color:#656565;line-height:28px}

#semsite.index .box{display: flex;justify-content: space-between;align-items: center;margin-top: 60px;}
#semsite.index .box > img,#semsite.index .box .img-box{width: 62.5%;}
#semsite.index .box .txt{width: 30%;}
#semsite.index .box .txt .t{font-size: 2.4rem;font-weight: 500;line-height: 24px;color: #333;margin-bottom: 10px;}
#semsite.index .box .txt .desc{font-size: 1.6rem;color: #333;line-height: 28px;}
#semsite.index .box .txt .desc p{position: relative;padding-left: 20px;}
#semsite.index .box .txt .desc p::before{position: absolute;content: "";width: 3px;height: 3px;background: #3e3e3e;border-radius: 50%;border: 3px solid #ccc;top: 10px;left: 0;box-sizing: content-box;}
#semsite.index .box .img-box{margin-bottom: 60px;}
#semsite.index .box .img-box .big img{display: none;width: 100%;}
#semsite.index .box .img-box .big img:first-of-type{display: block}
#semsite.index .box .img-box .sm li{width: 19%;margin-right: 1%;float: left;text-align: center;}
#semsite.index .box .img-box .sm li img{width: 100%;}
#semsite.index .box .img-box .sm li p{font-size: 1.4rem;line-height: 21px;padding-top: 10px;}