body{display:flex;min-height:100%;background-color:#f5faff;font-size:18px;flex-direction:column;--mainCor:#3698fb}
body,html{height:100%}
.bgff{background-color:#fff}
.blue{color:var(--mainCor)}
body.lan{background-color:#e9f3ff}
.center{text-align:center}
a:hover{text-decoration:none}
.dropdown-menu{min-width:inherit}
.btn-outline-dark{border-color:rgba(0,0,0,.2)}
.dropdown-menu .dropdown-item{line-height:30px}
.dropdown-toggle img{margin-top: -.15rem;width: 1.333rem;height: .888rem;}
.dropdown-item img{width: 1.4rem;height: .9rem;}
@media (min-width:1500px){.container{width:1480px;max-width:1480px}}
header{position:fixed;top:0;right:0;left:0;z-index:3;height:5.6rem;box-shadow:1px 3px 4px rgba(0,0,0,.03)}
main{margin-top:1rem;flex:1}
.logo{margin-top:.8rem;width:12rem;height:4rem}
.logo img{width:100%;height:100%;object-fit:cover}
.language{ margin-top: 2rem;margin-left: 2rem;float: right;}
nav{display:inline-flex;width:100%;align-items:center;justify-content:space-between}
nav .item{margin:1.11rem 0;height:3.333rem;font-size:1rem;line-height:3.333rem;position: relative;}
nav .item a{color:#666;font-weight: 600;}
nav .item.active a,nav .item a:hover{position:relative;color:var(--mainCor)}
.contact-hand{
	display: none;
	position: absolute;
	width: auto;
	top: 4.6rem;
	z-index: 2;
	padding: .6rem 1rem;
	box-sizing: border-box;
	background: #232527;
	color: #9b9b9b;
	text-align: center;
	border-radius: 1rem;
	transform: translate(-30%,0);
}
nav .item.nav-show:hover  .contact-hand{
	display: block;
}
.contact-hand div{
	height: 1.6rem;
	font-size: .8rem;
	line-height: 1.6rem;
	display: flex;
	justify-content: flex-start;
}
.contact-hand div span{
	color: #fff;
	margin-left: auto;
}
.contact-hand img{
	border: .6rem solid #111;
	margin:0 auto;
}
.contact-hand p{
	line-height: 1.6rem;
	font-size: .8rem;
	margin-bottom: 0;
}


footer{height:13.4rem;background-color:#262626;color:#bdbcbc;flex-shrink:0}
.download-dev{margin-top:5.6rem;padding: 1rem 0;}
.download-dev .item{padding:1rem;text-align: center;font-size:1.1rem;font-weight: 600;}
.download-dev .item img{width: 2.4rem;margin-right: .4rem;}
.download-dev .item a{color: #666;}

.footer-box{margin-top:2rem;height:8rem}
.footer-box h4{margin:0;margin-bottom:1rem;padding:0;color:#fff;font-weight:600;font-size:.9rem}
.footer-down{padding-left:5rem}
.footer-code{text-align:center}
.footer-code img{width:5.4rem;height:5.4rem;border:.2rem solid #fff;border-radius:.4rem;background-color:#bdbcbc}
.footer-box p{margin:0;margin-bottom:.8rem;padding:0;font-size:.8rem}
.footer-box p a{color:#bdbcbc}
.footer-copy{padding:1rem 0;border-top:1px solid #444;color:#bdbcbc;text-align:center;font-size:.77rem}
.footer-down a{display: inline-block;width: 2rem;height: 2rem;}
.footer-down a img{margin-right:.2rem;width:1.4rem;height:1.2rem}
.footer-down a:hover img.des{display: none;}
.footer-down a:hover img.active{display: inline-block;vertical-align: middle;}
.title-box{text-align:center}
.title-one{padding-top:2rem;color:#333;letter-spacing:6px;font-weight:600;font-size:3rem}
.title-one span{color:var(--mainCor)}
.title-des{color:#666;letter-spacing:3px;font-size:1.6rem}
.banner-box{text-align:center;position: relative;}
.banner-dev img{width:100%;margin-top: 5rem;}
.text-left{text-align: left !important;}
.text-left .title-one{ margin-top: 5rem;}
.mt2{margin-top: 3rem;}
.banner-dev p{font-size: 1.5rem;color: #999;margin-top: 1rem;}

.section-menu-group .item{text-align: center;padding: 2rem 0 1rem;position: relative;}
.section-menu-group .item .show{width: 64%;margin-left: 18%;padding: 1rem;cursor: pointer}
.section-menu-group .item .show div{border: 1px solid #f1f3f5;padding: 1rem;border-radius: 2rem;background: #fff;display: inline-block;}
.section-menu-group .item .show  img{width: 2.3rem;height: 2.3rem;}
.section-menu-group .item h5{font-size: 1.2rem;font-weight: 600;margin-top: 1rem;margin-bottom: .4rem;}
.section-menu-group .item p{font-size: 1rem;color: #999;}
.section-menu-group .item:hover .show{background: #edf4ff;border-radius: 1rem;}

.bg-liner{ background: linear-gradient(to bottom, #f5faff, #fff);}
.section-tool .item{text-align: center;}
.section-tool .item img{height: 5rem;}
.section-tool .item h5{font-size: 1.2rem;font-weight: 600;margin-top: 1rem;margin-bottom: .4rem;}
.section-tool .item p{font-size: 1rem;color: #999;}
.base-text{font-size: .8rem; color: #999;text-align: center;width: 100%;line-height: 1.4;margin-bottom: 0;}

.ly-box {padding: 2rem 0 5rem;height: auto;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center}
.ly-box .item{width: 250px;margin: 1rem 20px;height: 250px;float: left;background: #fff;padding: 2rem 0;box-sizing: border-box;border: 1px solid #fefdfd;box-shadow: 2px  1px 12px 4px #eee;text-align: center;border-radius: 10rem;cursor: pointer;}
.ly-box .item:hover{background: #edf4ff;border-color: #3698fb;}
.ly-box .item img{margin-bottom:1rem ;width: 2rem;}
.ly-box .item h5{font-size: 1.2rem;font-weight: 600;}
.ly-box .item p{margin: 0; text-align: center;font-size: .9rem;}
.hand{cursor: pointer;}
.pre-box{
    position: absolute;
    top: 2rem;
    z-index: 2;
    width: 46rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}
.banner-box .pre-box img{
    width: 100%;
    height: 100%;
}
.wxcode {
    width: 230px;
    height: 230px;
    margin-top: 50px;
}
.payEnd {
    width: 100%;
    height: 42px;
    margin-top: 50px;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    border: 2px solid #0075FF;
    color: #0075FF;
    font-size: 20px;
}
.section-num{padding:0 8rem;padding-top:2rem;color:#595959;text-align:center;font-size:1.11rem}
.section-num h5{color:#242424;font-weight:700;font-size:2.75rem}
.section-num span{font-size:1.4rem}
.section-two{margin-top:4rem;padding-bottom:5rem;background:linear-gradient(180deg,#fff,#edf5fd)}
.section-ys{padding:0;padding-top:2rem;color:#595959;text-align:center;font-size:1.11rem}
.section-ys img{margin-top:3rem;width:5.888rem;height:5.888rem}
.section-ys h5{margin:1.1rem auto;font-weight:600;font-size:1.1rem}
.section-three{padding-bottom:3rem;border-bottom:1px solid #ededed}
.section-fw{margin-top:3rem;padding-top:2rem;color:#595959}
.section-fw .item{display:inline-flex;justify-content:center;align-items:center}
.section-fw img{margin-right:1rem;width:2.222rem;height:2.222rem}
.section-fw h5{font-size:1rem}
.section-fw p{margin-bottom:0;font-size:.888rem}
.section-5{padding-bottom:3rem}
.section-5 p{margin-top:1rem;color:#999;font-size:.888rem;line-height:1.6}
.section-zy{padding:6rem 0 4rem;color:#242424;font-size:.888rem;line-height:1.6}
.section-zy .item{overflow:hidden;box-sizing:border-box;padding:2rem 2.4rem;width:100%;height:27rem;border-radius:1rem;background:url(../img/bg_01.png) no-repeat top left /100%}
.section-zy .item.lv{background:url(../img/bg_02.png) no-repeat top left /100%}
.section-zy .item.zi{background:url(../img/bg_03.png) no-repeat top left /100%}
.section-zy h5{font-weight:600;font-size:1.444rem}
.section-zy ul{padding:2rem 1rem}
.section-zy p{padding-right:0;text-align:justify}
.section-zy .item h5,.section-zy .item h6{color:var(--mainCor)}
.section-zy .item.lv h5,.section-zy .item.lv h6{color:#00b7df}
.section-zy .item.zi h5,.section-zy .item.zi h6{color:#6e46fe}
.help-box{padding:4rem 0 8rem}
.help-box .item{overflow:hidden;margin-right:5%;margin-bottom:2rem;padding:0;width:45%;max-width:45%;border-radius:1rem;background-color:#fff;color:#2e2e2e;text-align:center;font-size:1.333rem;line-height:3}
.help-box .item img,.help-box .item video{width:100%;height:auto}
.help-box .item a{color:#2e2e2e}
.ablout-box{margin-top:2rem;padding:3rem 0 5rem;border-top:1px solid #ededed}
.ablout-box p{padding:2rem 10rem;color:#242424;text-align:justify;font-size:1.22rem}
.ablout-box img{width:21.666rem;height:21.666rem;border-radius:.5rem}
.section-yj{padding:5rem 0;background:#f4faff}
.section-yj .item{display:inline-flex;color:#666;font-size:.888rem;justify-content:center;align-items:center}
.section-yj .item h6{color:#000;font-weight:600;font-size:1.44rem}
.section-yj .item img{margin-right:3rem;width:6rem;height:6rem}
.section-rj{margin-top:5rem}
.section-rj .item{overflow:hidden;box-sizing:border-box;margin:0 15px;padding:1rem 0 2rem;max-width:22.2%;height:27rem;border-radius:1rem;background:url(../img/bg_rj_01.png) no-repeat top left /100%;text-align:center}
.section-rj .item.lan{background:url(../img/bg_rj_02.png) no-repeat top left /100%}
.section-rj .item.hui{background:url(../img/bg_rj_03.png) no-repeat top left /100%}
.section-rj .item.lv{background:url(../img/bg_rj_04.png) no-repeat top left /100%}
.section-rj .item img{width:2.777rem;height:2.777rem}
.section-rj .item h4{margin-top:.7rem;margin-bottom:2.1rem;color:#6e46fe;font-weight:600;font-size:1.444rem}
.section-rj .item.lan h4{color:var(--mainCor)}
.section-rj .item.hui h4{color:#f1b15f}
.section-rj .item.lv h4{color:#00b7df}
.section-rj .item p{margin:0;padding:0;color:#242424;font-size:.888rem;line-height:1.6}
.section-rj .item p a{display:inline-block;margin:2rem auto;padding:.3rem 3rem;border-radius:3rem;background-color:var(--mainCor);color:#fff;font-size:1.222rem}
.pay-sm{margin-top:3rem;margin-bottom:2rem;padding:2rem;border-radius:1rem;background:linear-gradient(0deg,#e0edff,#fff);color:#666;font-size:1.02rem;line-height:1.6}
.ttitle{margin-bottom:1rem;font-weight:600;font-size:1.444rem}
.pay-sm mark{width: 4rem;height: .1rem;background: #0075FF;display: block;font-size: 8px;opacity: .4;}
.pay-sm p{margin:0;padding:0}
.mt-3r{margin-top:2rem}
.title-tab{position:absolute;z-index: 0;top:-2rem;left:50%;display:inline-block;display: flex;transform:translateX(-50%);width: fit-content;}
.active-box{position: relative;padding-top: 2rem;position: relative;}
.active-box p{font-size: 1rem;}
.active-box::before{content: "";position: absolute;left: 0;bottom:-.4rem;width: 4rem;height: 2px;background: #0075FF;}
.title-tt{padding:.3rem 3rem;padding-bottom:3rem;border-radius:1rem 1rem 0 0;margin: 0 1rem;background-color:#fff;text-align:center;opacity: .6;cursor: pointer;}
.title-tt h4{padding-top:1rem;font-weight:600;font-size:1.444rem;}
.title-tt p{font-size:1rem}
.title-tt.active{opacity: 1;}
.taocan{position:relative;box-sizing:border-box;padding:1rem 2rem;border-radius:1rem}
.taocan.huang{margin-top:5rem}
.taocan .row{margin-right:0;margin-left:0}
.tc-card{padding: 1rem;margin-bottom: 1.5rem;border-radius: 1rem;box-shadow: 2px 2px 13px 4px rgba(0,0,0,0.08);}
.price-title{display: flex;justify-content: flex-start;}
.price-title h3{font-size: 1.4rem;font-weight: 600;}.price-title span{font-size: 1rem;margin-left: 1rem;}
.taocan .item{position:relative;cursor: pointer;overflow:hidden;box-sizing:border-box;margin-right:2.333%;margin-bottom:1.2rem;padding:0;padding:.3rem 1rem;max-width:23%;border:2px solid #ededed;border-radius:1rem;}
.taocan .item:hover{background:linear-gradient(180deg,#e0edff,#fff);border: 2px solid #0075FF;}
.taocan .item:nth-of-type(4n){margin-right:0}
.taocan .item img{width:1.111rem;height:1.111rem;float: right;margin-top: .3rem;}
.taocan .item h4{padding:1rem 0;font-weight:600;font-size:1.111rem}
.taocan.huang .item h4 span{color:#ff1e00}
.taocan .item p{display:flex;padding-bottom:.3rem;font-weight:500;font-size:1.23rem;justify-content:flex-start}
.taocan .item p s{margin-left:.3rem;color:#999;font-weight:400;font-size:1rem}
.taocan .item p a{display:inline-flex;margin-left:auto;padding:.2rem 1rem;border-radius:.4rem;background-color:#108cfe;color:#fff;font-size:.9rem;cursor: pointer;}
.taocan.huang .item p a{background-color:#ff9e00}
.more{position:absolute;top:1.2rem;right:-1.6rem;z-index:2;width:9rem;height:1.6rem;background-color:#ff6000;color:#fff;text-align:center;font-size:1rem;line-height:1.6rem;transform:rotate(40deg)}
.taocan .item mark{position:absolute;top:0;right:0;padding:.2rem 1rem;border-radius:0 0 0 .6rem;background:#ffe9d6;color:#ff9c4a;font-size:.88rem}
.pay-way{margin-bottom:5rem;padding:1rem 3rem;border-radius:1rem}
.pay-way h4{padding-bottom:.5rem;font-weight:600;font-size:1.333rem}
.pay-way h4 img{margin-right:.3rem;margin-left:.5rem;width:1rem;height:1rem}
.pay-way h4 span{color:#108cfe;font-weight:400;font-size:1.111rem}
.account{padding:.3rem 1rem;width:20rem;border:1px solid #ededed;border-radius:.4rem;font-size:1rem}
.way-select{padding-top:1.4rem;text-align:right;font-weight:600;font-size:1.333rem}
.form-check-label img{vertical-align:sub}
.fixed-right{position:fixed;top:50%;right:2rem;z-index:2;border-radius:.4rem;box-shadow: 2px 4px 12px rgba(0,0,0,.1);}
.fixed-right .item{position:relative;width:3.33rem;text-align:center;font-size:.888rem}
.fixed-right .item p{margin-bottom: 1rem;}
.fixed-right .item:first-child{padding-top:1.5rem}
.fixed-right .item:last-child{padding-bottom:.5rem}
.fixed-right .item .item-content{position:absolute;top:0;right:5rem;z-index:2;display:none;padding:.4rem;border-radius:.4rem;background-color:#fff;width: 150px;padding: 10px;box-sizing: border-box;text-align: center;}
.fixed-right .item .item-content img{width: 130px;height: 130px;}
.fixed-right .item .item-content p{margin: 0;line-height: 1.2;margin-top: .3rem;}
.fixed-right .item:hover .item-content{display:block}
.fixed-right .item:hover img.des{display: none;}
.fixed-right .item:hover p:not(.item-content p){color: var(--mainCor);}
.fixed-right .item:hover img.active{display: block;margin-left: .84rem;}
.wap-class,.hide{ display: none;}
.footer-box p a:hover{color: #0075FF;}
.download-dev .item:hover {
	border-radius: .4rem;
	background: #EDF4FF;
}
/*弹框*/
.qui-boom{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.55);z-index:666;top:0;left:0;right:0;bottom:0}
.qui-boom-top{border-radius:0rem;overflow:hidden;position:absolute;width:100%;top:0;left:0;right:0}
.qui-boom-center{overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.qui-boom-bottom{overflow:hidden;position:absolute;width:100%;bottom:0;left:0;right:0}
.findAccont{width: 80%;overflow: inherit;}
.findAccont img{width: 100%;}
.close{position: absolute;top: -10px;right: -10px;z-index: 2;cursor: pointer;}
.payewm{width: 400px;height: 500px;padding: 35px 50px;border-radius: 30px;box-sizing: border-box;background: #fff;text-align: center;}
.payewm h3{font-weight: 500;font-size: 24px;}
.payewm .close{top: 35px;right: 35px;}