@charset "utf-8";

/* 字体导入 */
@font-face{font-family:"MiSans-Medium";src:url(../fonts/MiSans-Medium.ttf);}
@font-face{font-family:"MiSans-Semibold";src:url(../fonts/MiSans-Semibold.ttf);}
.misans-m{
    font-family:"MiSans-Medium";
}
.misans-s{
    font-family:"MiSans-Semibold";
}

/*初始化样式*/
*{-webkit-tap-highlight-color:transparent;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

/*html5设置*/
html {-webkit-text-size-adjust:none; font-size: 100px;/*font-size:13.33333333vw;*/}
@media only screen and (max-width:750px){
    html{font-size:13.33333333vw;}
}
article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
html,body,div,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,p,h1,h2,h3,h4,h5,h6,dl,dd,ol,ul,li{margin:0;padding:0;}
body {
    background-color: #f8f8f8;
    color: #333;
    font: normal 0.28rem/1.6em 'MiSans-Medium';
    overflow-x: hidden;
    word-wrap: break-word;
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
a{text-decoration:none;outline:none;color:#333;}
a:focus{outline:none;-moz-outline:none;}
a img{border:none;}
img {vertical-align:middle; max-width:100%;}
li{list-style:none;}
select,input,textarea,button{border-radius:0;-webkit-border-radius:0;background:none;border:none;margin:0;padding:0;outline:none;font-family:inherit; font-size:1em;}
input:focus{outline:none;}
textarea{resize:none;}
input::-moz-placeholder{opacity:1; color:inherit;}
input:-moz-placeholder{opacity:1; color:inherit;}
input::-webkit-input-placeholder{opacity:1; color:inherit;}
input:-ms-input-placeholder{opacity:1; color:inherit;}
table{background-color:transparent;border-spacing:0;border-collapse:collapse;width:100%;box-sizing:border-box;}
table td,table th{box-sizing:border-box;}

/*全局样式*/
#container {width:7.5rem; margin:0 auto;min-height: 100vh;}
#container.white {background-color: #fff;}
.inner{width:92%; max-width: 6.9rem; margin:0 auto;}
.clear{clear:both;height:0px;overflow:hidden;}
.figure {overflow: hidden; position: relative;}
.figure a {display: block;}
.figure img {display: block; width: 100%; height: auto;}
.figure .img {background: no-repeat center center; background-size: cover; display: block;}
.rows {display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.wot {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.submit {cursor:pointer;}

/*flexbox*/
.flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
.table{display:table;table-layout:fixed;width:100%;}
.table .td{display:table-cell;vertical-align:middle;}


/*entry*/
.entry *{line-height:1.60714286em;}
.entry img{height:auto!important;}
.entry ul li{position:relative;padding-left:1.66666667em;}
.entry ul li:before{width:0.27777778em;height:0.27777778em;border-radius:50%;background-color:#3f3a39;content:'';display:block;position:absolute;left:0.38888889em;top:0.75em;}
.entry ol li{list-style:outside decimal none;}
.entry h1{font-size:1.5em;}
.entry h2{font-size:1.25em;}
.entry h3{font-size:1.125em;}
.entry h4{font-size:1em;}
.entry h5{font-size:0.875em;}
.entry h6{font-size:0.75em;}
.entry blockquote{margin:0 2em;font-style:italic;opacity:0.95;padding:1em;border:1px solid #e8e8e8;background-color:#f9f9f9;}
.entry hr{border:none;clear:both;border-bottom:1px solid #e6e6e6;}

/*bar*/
#bar{background-color:#1a1a1a;color:#d1d1d1;}
#bar .inner{align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:3.21428571em;}

/*slogan*/
#slogan{font-size:0.85714286em;width:calc(100% - 7.4em);}

/*social*/
#social li{margin-left:1.78571429em;}
#social a{width:1.35714286em;display:block;overflow:hidden;}
#social i{display:block;padding-bottom:100%;background:no-repeat center center;background-size:contain;}
#social .share{background-image:url(../images/social_share.svg);}
#social .phone{background-image:url(../images/social_phone.svg);}

/*question*/
#question{padding:0.3rem 0 0.75rem;}
#question .inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:flex-start;}

/*qatab*/
#qatab{width:23.33333333%;position:sticky;top:0;}
#qatab li{margin-bottom:0.09rem;}
#qatab span{background-color:#f0f0f0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:0.71428571em;height:3.05em;border-radius:1.5em;align-items:center;justify-content:center;cursor:pointer;color:#555;}
#qatab .cur span{color:#fff;background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#fff,#fff);}

/*qabox*/
#qabox{width:73.91304348%;}

/*qaitem*/
.qaitem{background-color:#fff;border-radius:0.35714286em;padding:1.60714286em 1.14285714em 1.53571429em 1.03571429em;margin-bottom:0.71428571em;}
.qaitem .ask{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;}
.qaitem .tag{font-size:0.71428571em;width:1.85em;height:1.85em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#000;color:#fff;}
.qaitem .tag.a{background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#1074fd,#1074fd);}
.qaitem .title{width:calc(100% - 1.71428em);font-size:1em;font-weight:normal;line-height:1.28571429em;background:url(../images/arrow_02.svg) no-repeat right 0.35714286em;background-size:0.89285714em auto;padding-right:1.78571429em;}
.qaitem .item{margin-top:1.28571429em;}
.qaitem .figure{margin-left:1.71428571em;margin-bottom:1.07142857em;}
.qaitem .figure img{width:auto;margin:0 auto;}
.qaitem .text{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.qaitem .intro{font-size:0.85714286em;color:#666;line-height:1.25em;width:calc(100% - 2em);}
.qaitem .intro ol,.qaitem .intro ul{margin-left:1em;}
.qaitem .intro ol li,.qaitem .intro ul li{margin-bottom:0.5em;}
.qaitem .intro ol li{list-style:outside decial none;}
.qaitem .intro ul li{list-style:outside disc none;}

/*proimg*/
#proimg img{display:block;width:100%;height:4.7rem;object-fit:cover;}

/*pgname*/
.pgname{text-align:center;font-size:1.64285714em;line-height:1.25em;font-weight:normal;margin-bottom:1.30434783em;}
@keyframes flashing{
    0%{opacity:1;}
    49%{opacity:1;}
    50%{opacity:0;}
    99%{opacity:0;}
    to{opacity:1;}
}

/*details*/
.details{padding:1.1rem 0;}
.details:nth-child(2n){background-color:#fff;}
.details .item:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:13.62318841%;margin-bottom:14.49275362%;}
.details .title{font-size:1.14285714em;line-height:1.21875em;font-weight:normal;margin-bottom:0.5em;}
.details .intro{font-size:0.85714286em;line-height:1.625em;color:#666;text-align:justify;}
.details .top{margin-bottom:7.24637681%;}
.details .status{width:70.43478261%;padding-bottom:7.68115942%;}
.details .computer{background:url(../images/computer.png) no-repeat center center;background-size:contain;position:relative;}
.details .computer:after{display:block;content:'';padding-bottom:73.45679012%;}
.details .pic{position:absolute;width:91.97530864%;left:4.11522634%;top:5.6022409%;}
.details .pic:after{padding-bottom:53.91498881%;display:block;content:'';}
.details .pic img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;display:block;}
.details .meta{width:28.98550725%;align-items:flex-end;}
.details .control{margin-left:-15%;position:relative;}
.details .figure{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;}
.details .btn{background:no-repeat center center;background-size:contain;position:absolute;animation:flashing 1s linear 0s infinite;}

/*ctos*/
.ctos .pic img:nth-child(2){display:none;}
.ctos .item1 .btn{width:15.5%;padding-bottom:10.5%;left:42%;top:59.18367347%;}
.ctos .item2 .btn{width:49%;padding-bottom:23%;left:25.5%;top:54.45544554%;}
.ctos .item3 .btn{width:49%;padding-bottom:23%;left:25.5%;top:33.16831683%;}
.ctos .control{cursor:pointer;}

/*stoc*/
.stoc .control img:nth-child(2){display:none;}
.stoc .computer .pic{cursor:pointer;}

/*blank*/
.blank{height:5em;width:100%;clear:both;}

/*footer*/
#footer{position:fixed;left:0;bottom:0;width:100%;z-index:11;}

/*nav*/
#fnav{margin:0 auto;width:7.5rem;background-color:#fff;box-shadow:0px 0px 0.38rem 0px rgba(0,0,0,0.09);padding:1.25em 0;}
#fnav ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;}
#fnav .icon{width:1.42857143em;height:1.42857143em;position:relative;margin:0 auto 0.17857143em;}
#fnav .icon img{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;}
#fnav .icon img:nth-child(2){opacity:0;}
#fnav .name{font-size:0.71428571em;text-align:center;line-height:1.25em;}
#fnav .logo{width:4.89285714em;}
#fnav .logo img{display:block;width:100%;height:auto;}
#fnav a{display:block;overflow:hidden;color:#999;}
#fnav .cur .icon img:nth-child(1){opacity:0;}
#fnav .cur .icon img:nth-child(2){opacity:1;}
#fnav .cur a{color:#1074fd;}

/*header*/
#header{padding:0.4rem 0;background-color:#fff;}

/*logo*/
#logo{width:5.10714286em;font-size:1em;}
#logo a{display:block;overflow:hidden;padding-bottom:36.36363636%;position:relative;background:url(../images/logo.png) no-repeat left center;background-size:contain;}
#logo i{display:block;position:absolute;left:0;top:0;width:100%;height:100%;text-indent:-99999em;}

/*more*/
.more .go{font-size:0.85714286em;width:6.54166667em;height:2.20833333em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;color:#fff;background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#ffffff,#ffffff);text-shadow:1px 1px 2px rgba(0,0,0,0.5);border-radius:1.125em;}

/*hmabout*/
#hmabout{background-color:#fff;padding:1rem 0;overflow:hidden;}
#hmabout .info{align-items:center;border-radius:0.71428571em;background:no-repeat center center;background-size:cover;height:12.85714286em;overflow: hidden;}
#hmabout .box{padding:1.07142857em;}
#hmabout .text{color:#fff;}
#hmabout h2{font-size:1.5em;font-weight:normal;line-height:1.23809524em;margin-bottom:0.19047619em;}
#hmabout h3{font-size:1.71428571em;line-height:1.08333333em;font-weight:normal;}
#hmabout .more{margin-top:1.07142857em;}

/*hmname*/
.hmname{color:#000;text-align:center;font-weight:normal;font-size:1.71428571em;line-height:1.08333333em;margin-bottom:1.14583333em;}
.hmname.white{color:#fff;}

/*hmpro*/
#hmpro{background-color:#000;color:#fff;overflow:hidden;padding:0.95rem 0 0.9rem;}
#hmpro ul{width:101.44927536%;}
#hmpro ul:after{display:block;content:'';clear:both;}
#hmpro li{padding-right:1.42857143%;padding-bottom:1.28571429%;width:48%;float:left;position:relative;}
#hmpro .figure {border-radius:0.71428571em;}
#hmpro .img{padding-bottom:30.67484663%;}
#hmpro .text{position:absolute;bottom:50%;transform:translateY(50%);left:0;width:100%;z-index:2;padding:0 1.07142857em;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
#hmpro .icon{width:1.07142857em;height:1.07142857em;margin-right:0.35714286em;}
#hmpro .icon img{display:block;width:100%;height:100%;object-fit:contain;}
#hmpro .meta{width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;align-items:center;}
#hmpro .name{line-height:1.85714286em;}
#hmpro .arrow{width:1.42857143em;height:1.42857143em;background:url(../images/arrow_03.png) no-repeat center center;background-size:contain;}
#hmpro a{color:#fff;display:block;border-radius:0.71428571em;overflow:hidden;position:relative;z-index:2;padding:0.07142857em;margin:-0.07142857em;}
#hmpro li:nth-child(1){width:52%;}
#hmpro li:before{width:112.63736264%;height:140.67%;background:url(../images/hmpro_bg.png) no-repeat left center;background-size:100% 100%;content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-51%,-49%);opacity: 0;}
#hmpro li:nth-child(1) .img{padding-bottom:59.375%;}
#hmpro li:nth-child(1) .text{transform:none;bottom:0.89285714em;}
#hmpro li:hover a{background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);}
#hmpro li:hover:before {opacity: 1;}

/*hmtop*/
#hmtop{background-color:#fff;border-radius:1.42857143em 1.42857143em 0px 0px;overflow:hidden;padding:0.95rem 0 1rem;position:relative;z-index:2;}

/*hmvideo*/
#hmvideo{margin-bottom:14.49275362%;}
#hmvideo ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;
padding: 0 5%;
}
#hmvideo .icon{width:1rem;height:1rem;background:url(../images/hmvideo_icon_bg@2x.png) no-repeat center center;background-size:contain;margin:0 auto 0.25em;}
#hmvideo img{display:block;width:100%;height:100%;object-fit:contain;}
#hmvideo .name{line-height:1.85714286em;}
#hmvideo a{display:block;overflow:hidden;}

/*slides*/
#slides .img{padding-bottom:132%;}
#slides .text{position:absolute;left:0;bottom:13.73737374%;width:100%;text-align:center;}
#slides .logo{width:10em;margin:0 auto 1.28571429em;}
#slides .logo img{display:block;width:100%;height:auto;}
#slides .title{font-size:1.14285714em;line-height:1.125em;margin-bottom:1.09375em;font-weight: 500;}
#slides .go{width:7.54166667em;margin:0 auto;}
#slides a{display:block;overflow:hidden;position:relative;color:#fff;}
#slides .swiper-pagination{left:50%;transform:translateX(-50%);justify-content:center;bottom:3.53535354%;}
#slides .swiper-pagination-bullet{width:0.5em;height:0.5em;background-color:#fff;opacity:0.4;margin:0 0.28571429em;}
#slides .swiper-pagination-bullet-active{background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#ffffff,#ffffff);opacity:1;}

/*quick*/
.quick{background-color:#000;padding:1rem 0 1.4rem;margin-bottom:-0.4rem;}
.quick li{width:50%;position:relative;}
.quick li:nth-child(1){z-index:5;}
.quick .box{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%;padding:0 9.95%; position: absolute; top:50%; transform: translateY(-50%);}
.quick li:nth-child(1) .box{padding-right: 19.9%;}
.quick li:nth-child(2) .box{padding-left: 19.9%;}
.quick .hgroup{max-width:calc(100% - 1.78em); padding-right: 0.4rem;}
.quick .name{font-size:1.14285714em;font-weight:normal;line-height:1.25em;white-space:nowrap;margin-bottom:0.125em;}
.quick .alias{font-size:0.71428571em;color:rgba(255,255,255,0.5);line-height:1.25em;white-space:nowrap;font-weight:normal;}
.quick .arrow{width:1.42857143em;height:1.42857143em;background:url(../images/arrow_03.png) no-repeat center center;background-size:contain;}
.quick .a2{width:1.75em;height:1.57142857em;background-image:url(../images/arrow_04.png);}
.quick a{display:block;color:#fff;width:116.52173913%;position:relative;z-index:2;background: no-repeat center center; background-size: 100% 100%;}
.quick li:nth-child(1) a {background-image: url(../images/quick_square_bg_01.png);}
.quick li:nth-child(2) a {margin-left:-16.52173913%;background-image: url(../images/quick_square_bg_02.png);}
.quick .figure:after {position: absolute; left:0; top:0; width: 100%; height: 100%; display: block; content: ''; background: no-repeat center center; background-size: 100% 100%; opacity: 0.3; transition: all .2s;}
.quick li:nth-child(1) .figure:after {background-image: url(../images/quick_square_01.png);}
.quick li:nth-child(2) .figure:after {background-image: url(../images/quick_square_02.png);}
.quick .img {padding-bottom:51.49253731%; background-size: 100% 100%; opacity: 0.6;}
.quick li:before {content:'';display:block;position:absolute;left:50%;top:50%;width:133.33333333%;padding-bottom:73.33333333%;background: no-repeat center center;background-size:contain; opacity: 0; transition: all .2s;}
.quick li:nth-child(1):before{background-image:url(../images/quick_bg_01.png);transform:translate(-45%,-48%);}
.quick li:nth-child(2):before{background-image:url(../images/quick_bg_02.png);transform:translate(-55%,-48%);}
/* .quick li:hover {z-index: 6;}
.quick li:hover:before,
.quick li:hover .figure:after,
.quick li:hover .img {opacity: 1;} */

.quick li.cur {z-index: 6;}
.quick li.cur:before,
.quick li.cur .figure:after,
.quick li.cur .img {opacity: 1;}




/*hmservice*/
#hmservice .tab{margin-top:7.24637681%;}
#hmservice ul{justify-content:flex-end;}
#hmservice li{font-size:0.85714286em;line-height:2.16666667em;margin-left:1em;color:#999;position:relative;padding-bottom:0.375em;cursor:pointer;}
#hmservice li:after{content:'';display:block;position:absolute;width:0.91666667em;height:0.5em;background:url(../images/arrow_01.svg) no-repeat center center;background-size:contain;bottom:0;left:50%;transform:translateX(-50%);opacity:0;}
#hmservice .cur{color:#333;}
#hmservice .cur:after{opacity:1;}
#hmservice .list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-end;margin-top:-15.94202899%;}
#hmservice .img{mask:no-repeat center center;-webkit-mask:no-repeat center center;mask-size:cover;-webkit-size:cover;filter:grayscale(100%);transition:none;}
#hmservice .text{position:absolute;left:0;bottom:0;width:100%;z-index:2;padding:8.09061489% 10.35598706%;display: none;}
#hmservice .name{font-size:1.14285714em;line-height:1.28125em;font-weight:normal;margin-bottom:0.34375em;padding-right:1.40625em;background:url(../images/arrow_03.png) no-repeat right top;background-size:1.28125em auto;}
#hmservice .intro{font-size:0.71428571em;line-height:1.5em;}
#hmservice .item:nth-child(1){width:44.7826087%;margin-right:-9.85507246%;position:relative;z-index:2;}
#hmservice .item:nth-child(1):before{content:'';display:block;position:absolute;width:120.71197411%;padding-bottom:154.36893204%;background:url(../images/hmservice_bg.png) no-repeat center center;background-size:contain;left:50%;top:50%;transform:translate(-50%,-50%);}
#hmservice .item:nth-child(1) .info{padding:0.10714286em;background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);border-radius:0.71428571em;overflow:hidden;display:block;position:relative;color:#fff;z-index:2;}
#hmservice .item:nth-child(1) .img{padding-bottom:132.36245955%;filter:grayscale(0);}
#hmservice .item:nth-child(1) .text{display: block;}
#hmservice .item:nth-child(2){width:35.50724638%;}
#hmservice .item:nth-child(2) .img{padding-bottom:103.67346939%;mask-image:url(../images/mask_01.svg);-webkit-mask-image:url(../images/mask_01.svg);}
#hmservice .item:nth-child(3){width:32.17391304%;margin-left:-2.17391304%;}
#hmservice .item:nth-child(3) .img{padding-bottom:114.41441441%;mask-image:url(../images/mask_02.svg);-webkit-mask-image:url(../images/mask_02.svg);}
.banner{position:relative;}
.banner img{display:block;width:100%;height:auto;}
.banner .text{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;color:#fff;z-index:2;}
.banner .hgroup{padding:0 4.34782609%;}
.banner .name{font-size:1.64285714em;line-height:1.125em;font-weight:normal;margin-bottom:0.2173913em;}
.banner .alias{font-size:0.71428571em;color:rgba(255,255,255,0.5);font-weight:normal;line-height:1em;}

/*service**/
#service{background-color:#000;
    padding-bottom:0.6rem;
    margin-bottom:-0.4rem;}
#service .quick{padding:0;margin:-1.7rem 0 0.6rem;}

/*faq*/
#faq{background-color:#f7f7f7;border-radius:0.4rem 0.4rem 0 0;position:relative;z-index:2;overflow:hidden;padding:1.15rem 0 0.8rem;}

/*post*/
.post{padding:6.66666667% 0;background-color:#fff;}
.post .title{text-align:center;font-size:1.14285714em;line-height:1.625em;font-weight:normal;margin:0 0.5em 0.3125em;}
.post .meta{font-size:0.85714286em;color:#666;line-height:1.5em;text-align:center;margin-bottom:5.79710145%;}
.post .entry{color:#666;}
.post .entry h3{font-size:1.60714286em;font-weight:normal;line-height:1.125em;color:#333;}

/*blog*/
.blog{overflow:hidden;margin-bottom:0.76rem;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}

/*listitem*/
.listitem{width:100%;border-radius:0.71428571em;overflow:hidden;margin-bottom:3.47826087%;}
.listitem .figure{width:46.03174603%;border-radius:0.35714286em;}
.listitem .img{padding-bottom:75.86206897%;}
.listitem .text{width:50%;}
.listitem .title{font-size:1em;line-height:1.46428571em;margin-bottom:0.75em;max-height:2.92857143em;-webkit-line-clamp:2;font-weight: normal;}
.listitem .meta{font-size:0.85714286em;line-height:1.625em;color:#666;}
.listitem .meta p{padding:0.08333333em 0;}
.listitem a{align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background-color:#fff;padding:1.07142857em;}

/*boxitem*/
.boxitem{width:47.82608696%;padding:5.07246377% 0 2.17391304%;}
.boxitem:nth-child(-n+2){padding-top:0;}
.boxitem .figure{margin-bottom:5.45454545%;border-radius:0.35714286em;}
.boxitem .img{padding-bottom:74.54545455%;}
.boxitem .title{font-size:0.85714286em;line-height:1.625em;height:3.25em;-webkit-line-clamp:2;font-weight:normal;}
.boxitem .meta{display:none;}
.boxitem a{display:block;overflow:hidden;}

/*load*/
.load{width:0.57rem;height:0.57rem;background:url(../images/load.svg) no-repeat center center;background-size:contain;margin:0 auto;cursor:pointer;}

/*related*/
.related{padding:1.15rem 0;overflow:hidden;}
.related .pgname{color:#000;}
.related ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.related li{width:47.82608696%;margin-bottom:4.34782609%;}
.related .img{padding-bottom:74.54545455%;}
.related .text{padding:0.64285714em 0.89285714em 1em;}
.related .title{font-size:1em;line-height:1.46428571em;height:2.92857143em;-webkit-line-clamp:2;font-weight:normal;}
.related a{background-color:#fff;border-radius:0.71428571em;display:block;overflow:hidden;}

.back {padding:0.2rem 0;}
/*menu*/
#menu{background-color:#fff;overflow:hidden;}
#menu .inner{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;}
#menu ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;}
#menu ul::-webkit-scrollbar{display:none;}
#menu li{margin:0.2rem;padding:1.07142857em 0 1.42857143em;position:relative;}
#menu li:after{width:0.78571429em;height:0.42857143em;content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:0.96428571em;background:url(../images/arrow_01.svg) no-repeat center center;background-size:contain;opacity:0;}
#menu a{display:block;color:#999;white-space:nowrap;}
#menu .cur:after{opacity:1;}
#menu .cur a{color:#333;}

#menu .inner.center{
    justify-content: flex-start;
}
 .tdt-touch .tdt-control-copyright{display: none}

/*wrapper*/
#wrapper{padding:1em 0 1rem;}
.layout{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:flex-end;margin-bottom:4.34782609%;}
.layout span{display:block;width:1.42857143em;height:1.42857143em;background:no-repeat 0 0;background-size:100% auto;margin-left:1.07142857em;cursor:pointer;}
.layout .list{background-image:url(../images/layout_01@2x.png);}
.layout .box{background-image:url(../images/layout_02@2x.png);}
.layout .cur{background-position:0 100%;}

/*manual*/
#manual{padding:1.07142857em 0;overflow:hidden;}
#manual ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#manual li{width:47.82608696%;margin-bottom:4.34782609%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between;}
#manual .figure{margin-bottom:0.71428571em;border-radius:0.35714286em;}
#manual .img{padding-bottom:66.66666667%;}
#manual .title{font-weight:normal;font-size:0.85714286em;line-height:1.625em;}
#manual .more{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-top:0.71428571em;}
#manual .more span{display:block;margin-right:0.35714286em;}
#manual .more a{font-size:0.71428571em;width:7.05em;height:2.45em;border-radius:1.25em;position:relative;}
#manual .more .dl{color:#333;text-shadow:1px 1px 2px rgba(36,36,36,0.13);}
#manual .more .dl:after{background-color:#fff;content:'';display:block;position:absolute;left:1px;top:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:1.25em;}
#manual .more i{display:block;font-style:normal;position:relative;z-index:2;background:url(../images/arrow_05.svg) no-repeat left center;background-size:0.85em auto;padding-left:1.35294118em;}

/*search*/
#search{padding:1.07142857em 0;}
#search .form{background-color:#fff;border-radius:1.25em;overflow:hidden;position:relative;}
#search .text{font-size:0.85714286em;color:#999;height:2.91666667em;display:block;width:100%;line-height:1.5em;padding:0.70833333em 1em 0.70833333em 3.33333333em;}
#search .submit{width:1.07142857em;height:1.07142857em;background:url(../images/search_01.svg) no-repeat center center;background-size:contain;position:absolute;left:1.07142857em;top:50%;transform:translateY(-50%);}

/* quickSearch */
.quickSearch { display: none;}
.quickSearch li {}

/*filter*/
#filter{background-color:#fff;padding:0.2rem 0 0.3rem;overflow:hidden;}
#filter .title{font-size:1.14285714em;font-weight:normal;line-height:1.625em;margin-bottom:0.5625em;}
#filter .item:not(:last-child){margin-bottom:5.79710145%;}
#filter .item ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;scrollbar-width:none;overflow-x:auto;-webkit-overflow-scrolling:touch;}
#filter .item ul::-webkit-scrollbar{display:none;}
#filter .item li{border-radius:0.35714286em;background-color:#f8f8f8;position:relative;margin-right:0.35714286em;cursor:pointer;padding:0.07142857em;}
#filter .item li:last-child{margin-right:0;}
#filter .item .cur{background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);}
#filter .box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;position:relative;z-index:2;background-color:#fff;border-radius:0.35714286em;}
#filter .ul1 li{background-color:#dedede;}
#filter .ul1 .box{padding:0.64285714em 0.53571429em;min-width:9.64285714em;}
#filter .ul1 .icon{width:2.5em;height:2.5em;margin-right:0.35714286em;}
#filter .ul1 img{display:block;width:100%;height:100%;object-fit:contain;}
#filter .ul1 .name{font-size:1em;color:#2e2e2e;line-height:1.25em;font-weight: normal;}
#filter .ul1 .alias{font-weight:normal;font-size:0.71428571em;color:#666;line-height:1.25em;}
#filter .ul2 span{display:block;background-color:#f8f8f8;color:#999;font-size:0.85714286em;border-radius:0.41666667em;white-space:nowrap;padding:0 0.5em;}
#filter .ul2 .cur span{background-color:#fff;color:#333;}
#filter .ul3 .box{min-width:7.85714286em;padding:0 0.82142857em;background-color:#f8f8f8;color:#999;height:2.17857143em;}
#filter .ul3 .icon{width:1.07142857em;height:1.07142857em;margin-right:0.35714286em;}
#filter .ul3 img{display:block;width:100%;height:100%;object-fit:contain;}
#filter .ul3 img:nth-child(2){display:none;}
#filter .ul3 .text{font-size:0.85714286em;width:calc(100% - 1.6667em);white-space:nowrap;}
#filter .ul3 .cur .box{background-color:#fff;color:#333;}
#filter .ul3 .cur img:nth-child(1){display:none;}
#filter .ul3 .cur img:nth-child(2){display:block;}
#filter #menu li{padding-top: 0;}
#filter.videoListfilter{padding-bottom: 0;}
/*vlist*/
.vlist{width:100%;border-radius:0.71428571em;overflow:hidden;margin-bottom:2.89855072%;}
.vlist .figure{width:46.03174603%;border-radius:0.35714286em;}
.vlist .img{padding-bottom:75.86206897%;}
.vlist .play{display:block;width:2.14285714em;height:2.14285714em;background:url(../images/play.svg) no-repeat center center;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);left:50%;margin-left:-1.07142857em;z-index:2;}
.vlist .text{width:50%;}
.vlist .meta{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;margin-bottom:0.46428571em;}
.vlist .meta span{display:block;}
.vlist .meta .date{font-size:0.85714286em;line-height:1.25em;color:#666;margin-right:0.54166667em;}
.vlist .meta .tag{background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);padding:1px;border-radius:0.17857143em;}
.vlist .meta i{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;font-style:normal;background-color:#fff;font-size:0.71428571em;color:#333;padding:0 0.65em;height:1.5em;border-radius:0.25em;}
.vlist .title{font-size:1em;line-height:1.46428571em;font-weight:normal;margin-bottom:1.07142857em;max-height:2.92857143em;-webkit-line-clamp:2;}
.vlist .go{font-size:0.71428571em;width:7em;height:2.45em;border-radius:1.25em;}
.vlist a{align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background-color:#fff;padding:1.07142857em;}

/*vbox*/
.vbox{width:47.82608696%;padding:2.89855072% 0;}
.vbox:nth-child(-n+2){padding-top:0;}
.vbox .figure{margin-bottom:5.45454545%;border-radius:0.35714286em;}
.vbox .img{padding-bottom:66.66666667%;}
.vbox .play{display:block;width:2.14285714em;height:2.14285714em;background:url(../images/play.svg) no-repeat center center;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);left:50%;margin-left:-1.07142857em;z-index:2;}
.vbox .title{font-size:0.85714286em;line-height:1.625em;max-height:3.25em;-webkit-line-clamp:2;font-weight:normal;margin-bottom:0.70833333em;}
.vbox .meta{display:none;}
.vbox .go{font-size:0.71428571em;width:7em;height:2.45em;border-radius:1.25em;}
.vbox a{display:block;overflow:hidden;}

/*popup*/
.popup{position:fixed;left:0;top:0;width:100%;height:100%;overflow-y:auto;background-color:rgba(1,1,1,0.6);z-index:15;-webkit-overflow-scrolling:touch;display:none;}
.popup > .flex{width:100%;min-height:100%;align-items:center;justify-content:center;padding:1rem 0 1em;}
.popup .info{position:relative;background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);padding:0.10714286em;border-radius:0.35714286em;}
.popup .box{background-color:#0b161a;border-radius:0.35714286em;}
.popup .close{position:absolute;bottom:100%;right:0;width:2.5em;height:2.5em;background:url(../images/close_01@2x.png) no-repeat center center;background-size:contain;margin-bottom:0.17rem;cursor:pointer;}
.propopup{
    /* display:block; */
    /* display: none; */
}
.propopup.cur{
    display: block;
}
.propopup .inner{position:relative;}
.propopup .inner:before{content:'';display:block;position:absolute;left:50%;top:50%;width:108.69565217%;height:101.76470588%;background:url(../images/popup_bg.png) no-repeat center center;background-size:100% 100%;transform:translate(-50%,-50%);}
.propopup .top{border-bottom:1px solid rgba(16,116,253,0.5);padding:1.07142857em 1em;align-items:center;margin-bottom:1.42857143em;}
.propopup .icon{margin-right:0.46428571em;}
.propopup .icon img{display:block;height:1.60714286em;}
.propopup .tag{color:#fff;background-image:linear-gradient(-90deg,#01d3dd 0%,#8c69fa 100%);border-radius:0.21428571em;line-height:1.67857143em;padding:0 0.53571429em;}
.propopup .mid{background-color:rgba(255,255,255,0.1);border-radius:0.71428571em;padding:0.58rem 0.7rem 0.5rem;width:6rem;margin:0 auto 0.3rem;}
.propopup .dmap{margin:0 auto 0.52rem;position:relative;width:4rem;}
.propopup .dmap .pic{padding-bottom:90.28571429%;background:no-repeat center center;background-size:contain;}
.propopup .dmap .text span{display:block;font-size:0.71428571em;color:#9cd7f6;line-height:1.25em;position:absolute;white-space:nowrap;}
.propopup .dmap .text span:nth-child(1){bottom:102%;left:0.5rem;}
.propopup .dmap .text span:nth-child(2){bottom:102%;right:0.45rem;}
.propopup .dmap .text span:nth-child(3){bottom:1.2rem;left:102%;}
.propopup .dmap .text span:nth-child(4){top:102%;right:0.45rem;}
.propopup .dmap .text span:nth-child(5){top:102%;left:0.5rem;}
.propopup .dmap .text span:nth-child(6){bottom:1.2rem;right:102%;}
.propopup .meta ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.propopup .meta li{text-align:center;color:#fff;}
.propopup .meta .icon{width:2.5em;height:2.5em;margin:0 auto 0.53571429em;}
.propopup .meta .icon img{display:block;width:100%;height:100%;object-fit:contain;}
.propopup .meta .title{font-size:0.85714286em;line-height:1.5em;}
.propopup .btm{padding:0 0 2.14285714em;width:6rem;max-width:100%;margin:0 auto;}
.propopup .name{font-size:1.14285714em;line-height:1.875em;font-weight:normal;position:relative;color:#fff;padding:0 0.67857143em;margin-bottom:0.875em;}
.propopup .name:before{width:0.1875em;height:0.96875em;content:'';display:block;position:absolute;left:0;top:0.53125em;background-image:linear-gradient(-22deg,#01d3dd 0%,#8c69fa 100%),linear-gradient(#999999,#999999);border-radius:0.07142857em;}
.propopup .scene{margin-bottom:1.78571429em;}
.propopup .scene li{margin-right:0.71428571em;margin-bottom:0.71428571em;border-radius:0.21428571em;background-image:linear-gradient(-90deg,#01d3dd 0%,#8c69fa 100%),linear-gradient(#f8f8f8,#f8f8f8);color:#fff;font-size:0.85714286em;padding:0 0.67857143em;height:1.67857143em;line-height:1.67857143em;}
.propopup .camera{align-items:center;}
.propopup .camera img{display:block;height:2.67857143em;margin-right:0.57142857em;}
.propopup .camera a{display:block;font-size:0.85714286em;color:#1074fd;text-decoration:underline;line-height:1.125em;}

/*vpopup*/
.vpopup .video{width:100%;min-height:100%;justify-content:center;align-items:center;padding:1vh 0;display:flex;}
.vpopup video{display:block;width:auto;max-width:90vw;height:auto;max-height:90vh;}


/*swiper-dots*/
.swiper-dots .swiper-pagination{justify-content:center;position:static;align-items:center;margin-top:8.69565217%;}
.swiper-dots .swiper-pagination .swiper-pagination-bullet{width:0.53571429em;height:0.53571429em;opacity:1;border-radius:0.26785714em;background-color:rgba(0,0,0,0.2);margin:0 0.25em;transition:width 0.3s;}
.swiper-dots .swiper-pagination .swiper-pagination-bullet-active{background-color:#000;width:1.42857143em;height:0.35714286em;}

/*application*/
.application{overflow:hidden;padding:1.1rem 0 0.78rem;}
.application .swiper{overflow:visible;}
.application .info{border-radius:0.71428571em;overflow:hidden;box-shadow:0px 0px 0.57142857em 0.07142857em rgba(0,0,0,0.12);background-color:#fff;}
.application .img{padding-bottom:75%;}
.application .text{padding:0.82142857em 1.07142857em 1.57142857em;}
.application .title{font-size:1.14285714em;font-weight:normal;line-height:1.625em;margin-bottom:0.25em;}
.application .excerpt{font-size:0.85714286em;line-height:1.625em;height:3.25em;-webkit-line-clamp:2;color:#666;margin-bottom:1.75em;}
.application .meta{align-items:center;}
.application .more{margin-right:0.71428571em;}
.application .go{width:8.79166667em;height:2.20833333em;border-radius:1.125em;}
.application .vw{color:#1074fd;display:block;font-size:0.85714286em;line-height:1.5em;text-decoration:underline;}

/*proban*/
#proban{position:relative;color:#fff;margin-bottom:-5.33333333%;}
#proban .img{padding-bottom:126.66666667%;}
#proban .text{position:absolute;top:1.03rem;left:0;width:100%;z-index:5;}
#proban .logo{width:10em;margin:0 auto 1.28571429em;}
#proban .logo img{display:block;width:100%;height:auto;}
#proban .title{font-size:1.14285714em;line-height:1.125em;margin-bottom:1.09375em;text-align:center;font-weight:normal;}
#proban .go{width:8.33333333em;margin:0 auto;}

/*series*/
.series{background-color:#fff;border-radius:1.42857143em 1.42857143em 0 0;position:relative;z-index:6;overflow:hidden;padding:1rem 0 1.15rem;}
.series .info{position:relative;}
.series .info:before{width:115.98173516%;height: 114.176%;background:url(../images/series_bg.png) no-repeat center center;background-size:100% 100%;content:'';display:block;position:absolute;left:50%;bottom:-6.7001675%;transform:translateX(-50%);}
.series .box{background:url(../images/series_box@2x.png) no-repeat center center;background-size:100% 100%;min-height:18.67857143em;padding:42.23744292% 0.28571429em 0.7142857em;position:relative;z-index:2;}
.series .hgroup{text-align:center;margin-bottom:4.26540284%;}
.series .name{font-size:1em;font-weight:normal;line-height:1.5em;}
.series .alias{font-size:1.14285714em;line-height:1.5em;font-weight:normal;}
.series .meta{margin-bottom:4.02843602%;}
.series ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;overflow:hidden;}
.series li{
    background-color: #f8f8f8;
    border-radius: 0.21428571em;
    /* width: 48.81516588%; */
    width: 23%;
    margin-bottom: 2.36966825%;
    font-size: 0.71428571em;
    padding: .5em 0.35em;
    /* height: 2.5em; */
    line-height: 1.3;
}
.series li .span1{
    color:#666;
    /* text-align: center; */
    display: block;
    /* margin-right:0.5em; */
}
.series li .span2{
    line-height: 1.1;
    margin-top: .5em;
    display: block;
    /* text-align: center; */
}
.series .swiper{width:63.47826087%;overflow:visible;}
.series .figure{width:53.65296804%;margin:0 auto -37.67123288%;z-index:3;}
.series .img{padding-bottom:85.10638298%;background-size:contain;}
.series .go{margin:0 auto;width:5.875em;}

/*process*/
.process{overflow:hidden;background-color:#fff;padding:0 0 1.2rem;}
.process .swiper{width:68.84057971%;overflow:visible;padding:0.55rem 0;}
.process .figure{transition:all 0.5s;border-radius:0.71428571em;}
.process .figure:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);z-index:2;transition:all 0.5s;}
.process .img{padding-bottom:94.91525424%;transition:none;border-radius:0.71428571em;}
.process .swiper-slide{transition:all 0.5s;}
.process .swiper-slide-active{position:relative;z-index:5;transform:scale(1.2421);}
.process .swiper-slide-active:before{
     width:114.57627119%;
     padding-bottom:109.49152542%;
     content:'';
     display:block;
     position:absolute;
     left:50%;
     top:50%;
     transform:translate(-50%,-50%);
     background:url(../images/process_bg.png) no-repeat center center;
     background-size:contain;
     transition: all .5s;
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
}
.process .swiper-slide-active .figure{background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);padding:0.07142857em;}
.process .swiper-slide-active .figure:after{opacity:0;}

/*software*/
.software{background:#000 url(../images/software_btm.png) no-repeat center bottom;background-size:100% auto;color:#fff;padding:1rem 0 1.1rem;overflow:hidden;}
.software .type{justify-content:center;margin-bottom:12.31884058%;}
.software .type span{display:block;color:#999;text-shadow:0px 1px 2px rgba(0,0,0,0.5);line-height:2.85714286em;position:relative;cursor:pointer;border-radius:1.42857143em;}
.software .type span:not(:last-child):after{width:0.85714286em;height:1.96428571em;background:url(../images/line.png) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);margin-right:-0.42857143em;}
.software .type span:nth-child(1){padding-right:0.75em;padding-left:1.75em;}
.software .type span:nth-child(1).cur{background-image:linear-gradient(90deg,#5d489f,transparent);}
.software .type span:nth-child(2){padding-left:0.75em;padding-right:1.75em;}
.software .type span:nth-child(2).cur{background-image:linear-gradient(270deg,#5d489f,transparent);}
.software .type .cur{color:#fff;}
.software .item{text-align:center;display:none;}
.software .item:nth-child(1){display:block;}
.software .info{margin-bottom:7.24637681%;}
.software .name{font-size:1.71428571em;line-height:1.08333333em;font-weight:normal;margin-bottom:0.5em;}
.software .intro{font-size:0.85714286em;line-height:1.875em;margin-bottom:1.16666667em;}
.software .more{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;justify-content:center;}
.software .go{width:auto;margin:0 auto;padding:0 1.25em;}
.software #menu{background-color:transparent;justify-content:center;margin-bottom:1em;}
.software #menu .cur a{color:#fff;}
.software .swiper{overflow:visible;}
.software .video .figure{padding:0.07142857em;background-image:linear-gradient(135deg,#feb05d 0%,#0ca6ed 32%,#488af4 50%,#8c69fa 70%,#00d7dc 100%);border-radius:0.71428571em;opacity:0.3;z-index:2;}
.software .video .img{padding-bottom:66.86567164%;border-radius:0.71428571em;}
.software .video .text{position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;justify-content:center;z-index:5;padding:0 1em;}
.software .video .play{width:0.6rem;height:0.6rem;background:url(../images/play.svg) no-repeat center center;background-size:contain;filter:grayscale(100%);margin-bottom:0.39285714em;}
.software .video .title{font-size:0.71428571em;font-weight:normal;line-height:1.8em;width:100%;}
.software .video .cont{display:none;}
.software .video a{display:block;position:relative;color:rgba(255,255,255,0.5);}
.software .video a:before{width:120.59701493%;padding-bottom:93.13432836%;background:url(../images/software_bg.png) no-repeat center center;background-size:contain;content:'';display:block;position:absolute;left:50%;top:50%;transform:translate(-48%,-50%);opacity:0;}
.software .video .swiper-slide-active .figure,.software .video .swiper-slide-active a:before{opacity:1;}
.software .video .swiper-slide-active .play{filter:grayscale(0);}
.software .video .swiper-slide-active a{color:#fff;}

/*videoplay*/
.videoplay{position:fixed;left:0;bottom:0;width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:flex-end;z-index:10;transform:translateY(100%);transition:all 0.3s;}
.videoplay.active{transform:translateY(0);}
.videoplay .info{width:7.5rem;background-color:#fff;margin:0 auto;padding-bottom:5em;border-radius:0.4rem 0.4rem 0px 0px;}
.videoplay .inner{padding:0.63rem 0 0.73rem;}
.videoplay .title{font-size:1.14285714em;line-height:1.875em;font-weight:normal;position:relative;padding-left:0.5625em;margin-bottom:0.9375em;}
.videoplay .title:before{width:0.1875em;height:1em;background-image:linear-gradient(-22deg,#01d3dd 0%,#8c69fa 100%),linear-gradient(#999999,#999999);content:'';display:block;position:absolute;left:0;top:0.53125em;}
.videoplay .video{margin-bottom:0.71428571em;border-radius:0.71428571em;overflow:hidden;padding-bottom:56.23188406%;position:relative;}
.videoplay video{display:block;width:100%;height:100%;object-fit:contain;position:absolute;left:0;top:0;}

.videoplay img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoplay .intro{font-size:0.85714286em;line-height:1.5em;}

/*starslide*/
#starslide{border-radius:0.71428571em;margin-bottom:0.53rem;}
#starslide .img{padding-bottom:52.17391304%;}
#starslide .icon{margin-bottom:0.39285714em;}
#starslide img{display:block;height:2.21428571em;width:auto;object-fit:contain;}
#starslide .title{font-size:0.78571429em;line-height:1.63636364em;font-weight:normal;margin-bottom:1.45454545em;}
#starslide .go{font-size:0.78571429em;height:2.04545455em;width:7.31818182em;}
#starslide .text{position:absolute;top:50%;transform:translateY(-50%);padding:0.3rem;}
#starslide a{display:block;overflow:hidden;position:relative;color:#fff;    border-radius: 0.53571429em;}

#starslide .swiper-pagination{left:50%;transform:translateX(-50%);width:auto;bottom:0.3rem;}
#starslide .swiper-pagination-bullet{width:0.5em;height:0.5em;background-color:#fff;opacity:0.4;margin:0 0.28571429em;}
#starslide .swiper-pagination-bullet-active{background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#ffffff,#ffffff);opacity:1;}

/*starapp*/
#starapp{margin-bottom:1rem;}
#starapp ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:wrap;-moz-flex-flow:wrap;-ms-flex-flow:wrap;-o-flex-flow:wrap;flex-flow:wrap;}
#starapp li{width:25%;text-align:center;padding:0.21rem 0.05rem;}
#starapp .icon{width:4.28571429em;height:3.57142857em;margin:0 auto;}
#starapp .icon img{width:100%;height:100%;display:block;object-fit:contain;}
#starapp .name{font-size:0.85714286em;line-height:1.25em;}
#starapp .swiper-scrollbar{position:relative;width:1.92857143em;margin:0.23rem auto 0;height:0.35714286em;border-radius:0.17857143em;background-color:#d8dadc;bottom:auto;left:auto;}
#starapp .swiper-scrollbar-drag{background-image:linear-gradient(89deg,#00d8dc 0%,#9372fa 100%),linear-gradient(#000000,#000000);border-radius:0.17857143em;}

/*starcase*/
#starcase{margin-bottom:.6rem;}
#starcase .text{padding:0 0.3rem;}
#starcase .name{font-weight:normal;font-size:1.5em;line-height:1.23809524em;margin-bottom:0.42857143em;}
#starcase .view{font-size:0.78571429em;line-height:1.63636364em;color:#010101;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;}
#starcase .view span{display:block;background:url(../images/arrow_05.png) no-repeat right center;background-size:0.5em auto;padding-right:1em;}
#starcase a{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;align-items:center;background:no-repeat center center;background-size:cover;border-radius:0.53571429em;height:10em;}

.Divider{background-color: #eeeeee;width: 20%;height: 0.35714286em;margin: 0 auto .6rem;border-radius: 10px;}

/*starsystem*/
#starsystem{margin-bottom:0.8rem;}
#starsystem ul{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
#starsystem li{width:48.55072464%;margin-bottom:2.89855072%;}
#starsystem .text{position:absolute;left:0;width:100%;top:0.33rem;z-index:2;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;}
#starsystem .icon{margin-bottom:0.17857143em;}
#starsystem .icon img{display:block;height:1.78571429em;object-fit:contain;margin:0 auto;}
#starsystem .view span{font-size:0.64285714em;line-height:2em;display:block;background:url(../images/arrow_05.png) no-repeat right center;background-size:0.45454545em auto;padding-right:1em;}
#starsystem .name{font-size:0.71428571em;font-weight:normal;line-height:1.5em;margin-bottom:0.35em;}
#starsystem .item{
    padding-bottom:113.43283582%;
    display:block;overflow:hidden;border-radius:0.53571429em;position:relative;color:#010101;background:no-repeat center center;background-size:cover;}
#starsystem a.befor{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* hbox1 */
.hbox1{
    padding: 1em 0 1.5em;
}
.hbox1 .htit{
    font-size: 1.14285714em;
    font-weight: normal;
    line-height: 1.25em;
    white-space: nowrap;
    margin-bottom: 0.125em;
    color: #fff;
}

.hbox1 .list1{
    margin-top: 0.4rem;
}
.hbox1 .tabs{
    margin-top: 0.6rem;
}
.list1{
    display: flex;
    flex-wrap: wrap;
}
.list1 .item{
    width: 30.33%;
    border-radius: 0.657143em;
    -webkit-border-radius: 0.657143em;
    -moz-border-radius: 0.657143em;
    -ms-border-radius: 0.657143em;
    -o-border-radius: 0.657143em;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 1em 1em;
    position: relative;
}
.list1 .item:not(:nth-child(3n+1)){
    margin-left: 4.5%;
}
.list1 .i_top{
    display: flex;
    align-items: center;
}
.list1 .icon img{
    height: 1.2em;
    transform:translate(0,-.15em);
    -webkit-transform:translate(0,-.15em);
    -moz-transform:translate(0,-.15em);
    -ms-transform:translate(0,-.15em);
    -o-transform:translate(0,-.15em);
}
.list1 .tit{
    font-size: 1em;
    color: #1074fd;
    margin-left: .5em;
}

.list1 .desc{
    color: #ffffff;
    font-size: 0.8em;
    margin-top: .2em;
}

.list1 .item:nth-child(3n+2)::before,
.list1 .item:nth-child(3n+3)::before{
    content: '';
    display: block;
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 1em;
    height: 1.1em;
    background-image: url(../images/arrow_06.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.tabs{
    display: flex;
    align-items:center;
    justify-content: center;
}
.tabs .tab{
    margin: 0 1em;
    font-size: 0.85714286em;
    width: 8.541667em;
    line-height: 2.0833333em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-image: linear-gradient(89deg, #00d8dc 0%, #9372fa 100%), linear-gradient(#fff, #fff);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 2px;
    border-radius: 1.125em;
    -webkit-border-radius: 1.125em;
    -moz-border-radius: 1.125em;
    -ms-border-radius: 1.125em;
    -o-border-radius: 1.125em;
}
.tabs .tab.cur a{
    background-color: transparent;
    color: #fff;
}
.tabs .tab a{
    display: block;
    background-color: #000;
    border-radius: 1.125em;
    width: 100%;
    text-align: center;
    color: #fff;
}

.listitem .meta p.cur{
    background-image: linear-gradient(135deg, #feb05d 0%, #0ca6ed 32%, #488af4 50%, #8c69fa 70%, #00d7dc 100%);
    border-radius: 0.35714286em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.35714286em;
    -ms-border-radius: 0.35714286em;
    -o-border-radius: 0.35714286em;
    padding: 1px;
    width: fit-content;
}
.listitem .meta p.cur span{
    padding: 0 8px;
    background-color: #fff;
    border-radius:0.15714286em;
    -webkit-border-radius:0.15714286em;
    -moz-border-radius:0.15714286em;
    -ms-border-radius:0.15714286em;
    -o-border-radius:0.15714286em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-radius: 0.4em;
    width: fit-content;
}

.listitem .meta .cur{
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 5em;}

.listitem .meta .cur .span{
    background-image: linear-gradient(135deg, #feb05d 0%, #0ca6ed 32%, #488af4 50%, #8c69fa 70%, #00d7dc 100%);
    border-radius: 0.35714286em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.35714286em;
    -ms-border-radius: 0.35714286em;
    -o-border-radius: 0.35714286em;
    padding: 1px;
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
}
.listitem .meta .cur .span span{
    padding: 0 8px;
    background-color: #fff;
    border-radius:0.15714286em;
    -webkit-border-radius:0.15714286em;
    -moz-border-radius:0.15714286em;
    -ms-border-radius:0.15714286em;
    -o-border-radius:0.15714286em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    border-radius: 0.4em;
    width: fit-content;
}



/* 1231 */


.popUp-map{position: fixed;left: -100%;opacity: 0;top: 0;width: 100%;height: 100%;z-index: 200;overflow: hidden;}
.popUp-map.show{left: 0;opacity: 1;}
.popUp-map #map{width: 100%;height: 100%;position: relative;z-index: 1;}
.popUp-map .close{position: absolute; right: 10px;top: 10px;width: 40px;height: 40px;background: url(../images/close_01@2x.png) no-repeat center center;background-size: contain;z-index: 20;cursor: pointer;}




.stoc .item .btn {
    width: 10%;
    padding-bottom: 8%;
    pointer-events: none;
}
.stoc .item.item1 .btn {
    left: 11%;
    top: 53.6%;
}
.stoc .item.item2 .btn {
    left: 8%;
    top: 52.5%;
}
.stoc .item.item3 .btn {
    left: 3.5%;
    top: 25.168317%;
}