@charset "utf-8";
*{box-sizing: border-box;}
body {margin: 0;padding: 0;font-family: \5FAE\8F6F\96C5\9ED1;-webkit-tap-highlight-color: rgba(0,0,0,0);background-color: #ffffff;}
a:focus {outline: none;}/*点击a标签出现虚线边框*/
h1, h2, h3, h4, h5, h6, p, a, li, ul, dd, dl, dt, div, span, input, textarea, form, table, tr, td {margin: 0;padding: 0;font-weight: 500;}
ul,li{list-style: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {-moz-appearance: none;-webkit-appearance: none;appearance: none;}  /*input输入框在苹果手机上去除内阴影*/
textarea {resize: none;font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input,button{font-family: \5FAE\8F6F\96C5\9ED1;border: none;outline: none;}
input[disabled]{opacity:1}
a {text-decoration: none;outline:none;-moz-outline-style:none;}
i {font-style: normal;}
.fl {float: left;}
.fr {float: right;}
img{border: none;outline: none;}
.clearfix:after{content: "";display: block;visibility: hidden;clear: both;}
.wrap{width: 7.5rem;margin: 0 auto;padding-bottom: 1.02rem;}
.line{width: 100%;height: 0.2rem;background-color: #f4f4f4;}
.title{position: relative;font-size: 0.32rem;color: #333333;font-weight: 700;height: 0.42rem;line-height: 0.42rem;
	padding-left: 0.3rem;margin-top: 0.3rem;}
.title:before{position: absolute;content: '';width: 0.09rem;height: 0.42rem;background-color: #cc1220;
	border-radius: 0 0.1rem 0.1rem 0;top: 0;left: 0;}
.btn{font-size: 0.3rem;color: #FFFFFF;background-color: #cc1220;display: block;width: 4.03rem;height: 0.74rem;border-radius: 0.37rem;line-height: 0.74rem;text-align: center;}
/*head*/
.head{display: flex;justify-content: space-between;align-items: center;padding: 0 0.3rem;margin: 0.2rem 0;}
.head .logo{font-size: 0;margin-left: 0.16rem;}
.head .logo img{width: 1.44rem;height: 0.54rem;}
.head p{background-color: #f2f3f5;display: flex;align-items: center;width: 4.92rem;
	height: 0.66rem;border-radius: 0.33rem;}
.head p img{width: 0.49rem;height: 0.35rem;margin-left: 0.28rem;}
.head p .input{font-size: 0.22rem;background-color: #f2f3f5;padding-left: 0.2rem;width: 3.9rem;}
/*banner*/
.banner{position: relative;padding: 0 0.3rem;}
.banner .hd{position: absolute;width: 100%;left: 0;bottom: 0.3rem;z-index: 1;}
.banner .hd ul{width: 100%;display: flex;align-items: center;justify-content: center;}
.banner .hd ul li{background-color: rgba(255,255,255,0.3);font-size: 0;width: 0.38rem;height: 0.03rem;border-radius: 1px;margin: 0 0.09rem;}
.banner .hd ul li.on{background-color: rgba(255,255,255,1);}
.banner .bd{height: 3.4rem;overflow: hidden;}
.banner .bd img{width: 6.9rem;height: 3.4rem;}
/*foot*/
.foot{text-align: center;font-size: 0.22rem;color: #999999;letter-spacing: 0.01rem;line-height: 0.4rem;margin-bottom: 0.32rem;}
.foot p a{font-size: 0.24rem;color: #cc1220;border-bottom: solid 1px #cc1220;}
.foot p:nth-child(2){letter-spacing: 0.044rem;}
/*footFix*/
.footFix{position: fixed;z-index: 3;border-top: solid 1px #cbcbcb;background-color: #FFFFFF;display: flex;
	justify-content: space-around;align-items: center;left: 0;bottom: 0;width: 100%;height: 1.02rem;}
.footFix a{font-size: 0.22rem;color: #666666;text-align: center;display: flex;flex-direction: column;align-items: center;}
.footFix a.on{color: #cc1220;}
.footFix a .img{width: 0.46rem;height: 0.46rem;margin-bottom: 0.06rem;}
/* .footFix a:nth-child(1) .img{background: url(../images/common/img_footG1.png)no-repeat center;background-size: cover;} */
.footFix a:nth-child(1) .img{background: url(../images/common/img_footG2.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(2) .img{background: url(../images/common/img_footG3.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(3) .img{background: url(../images/common/img_footG4.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(4) .img{background: url(../images/common/img_footG5.png)no-repeat center;background-size: cover;}
/* .footFix a:nth-child(1).on .img{background: url(../images/common/img_footR1.png)no-repeat center;background-size: cover;} */
.footFix a:nth-child(1).on .img{background: url(../images/common/img_footR2.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(2).on .img{background: url(../images/common/img_footR3.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(3).on .img{background: url(../images/common/img_footR4.png)no-repeat center;background-size: cover;}
.footFix a:nth-child(4).on .img{background: url(../images/common/img_footR5.png)no-repeat center;background-size: cover;}
/*mask*/
.mask{display: none;position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.4);z-index: 9;}
.mask .box{position: absolute;width: 6rem;left: 50%;margin-left: -3rem;top: 20%;text-align: center;
	border-radius: 0.12rem;background-color: #FFFFFF;padding: 0 0.3rem 0.4rem;border-top: solid 0.04rem #ed6719;}
.mask .box .close{position: absolute;right: 0.15rem;top: -0.59rem;cursor: pointer;width: 0.4rem;height: 0.4rem;}
.mask .box .tit{text-align: center;padding-top: 0.19rem;}
.mask .box .tit h3{font-size: 0.34rem;color: #333333;line-height: 0.6rem;}
.mask .box .tit h4{font-size: 0.2rem;color: #999999;line-height: 0.3rem;border-bottom: dashed 1px #e8e8e8;padding-bottom: 0.26rem;}
.mask .box .form{}
.mask .box p{position: relative;margin-bottom: 0.35rem;display: flex;align-items: center;border: solid 1px #e8e8e8;
	border-radius: 0.05rem;height: 0.8rem;}
.mask .box p:first-child{margin-bottom: 0.25rem;margin-top: 0.4rem;}
.mask .box p.pborder{border: none;margin-top: 0.15rem;}
.mask .box p .input{font-size: 0.24rem;width: 3.5rem;}
.mask .box p.prsbmc{background: url(../images/common/icon_sbmcR.png)no-repeat 0.17rem center;background-size: 0.22rem 0.22rem;}
.mask .box p.prsjhm{background: url(../images/common/icon_sjhmR.png)no-repeat 0.19rem center;background-size: 0.18rem 0.2rem;}
.mask .box p.pryzm{background: url(../images/common/icon_sjhmR.png)no-repeat 0.19rem center;background-size: 0.18rem 0.2rem;}
.mask .box p.pbsbmc{background: url(../images/common/icon_sbmcB.png)no-repeat 0.17rem center;background-size: 0.22rem 0.22rem;}
.mask .box p.pbsjhm{background: url(../images/common/icon_sjhmB.png)no-repeat 0.19rem center;background-size: 0.18rem 0.2rem;}
.mask .box p.pbyzm{background: url(../images/common/icon_sjhmB.png)no-repeat 0.19rem center;background-size: 0.18rem 0.2rem;}
.mask .box p .getCode{position: absolute;right: 0;font-size: 0.24rem;font-weight: 700;background-color: rgba(0,0,0,0);color: #c7161c;padding: 0 0.1rem;}
.mask .box p.pbzcgj{background: url(../images/common/icon_sbmcB.png)no-repeat 0.17rem center;background-size: 0.22rem 0.22rem;}
.mask .box p .tip{position: absolute;font-size: 0.2rem;color: #FFFFFF;background-color: #4cd8dd;display: flex;
	align-items: center;justify-content: center;width: 2.8rem;height: 0.34rem;left: 0.54rem;bottom: -0.34rem;}
.mask .box p label{font-size: 0.24rem;color: #666666;letter-spacing: 0.01rem;margin-left: 0.54rem;}
.mask .box p a{display: flex;justify-content: space-between;}
.mask .box p a i{font-size: 0.22rem;color: #666666;border: solid 1px #e8e8e8;width: 1.2rem;height: 0.46rem;line-height: 0.44rem;
	cursor: pointer;margin-left: 0.15rem;border-radius: 0.05rem;}
.mask .box p a i.on{color: #FFFFFF;background-color: #cd1321;}
.mask .box .submit{color: #FFFFFF;background-color: #c7161c;border-radius: 0.06rem;font-size: 0.34rem;
	line-height: 0.8rem;display: block;margin-top: 0.18rem;letter-spacing: 0.034rem;}
.mask .box h5{font-size: 0.2rem;color: #cbcbd1;margin-top: 0.3rem;letter-spacing: 0.02rem;}
.mask .box h5 span{color: #5292d2;}
.mask .box h5.yellow{color: #ee661a;}
.mask .box h5.h51{display: block;}
.mask .box h5.h52{display: none;}
.mask .box .succeed{margin: 0.3rem 0;}
.mask .box .txt{font-size: 0.24rem;color: #333333;line-height: 0.36rem;text-align: left;
	padding-left: 0.15rem;letter-spacing: 0.012rem;}
.mask .box .txt span{color: #c7161c;}
.maskSucceed .box{top: 25%;}
.maskSucceed .box .submit{margin-top: 0.54rem;}
.maskSucceed .box .tit{padding-top: 0.24rem;}
/*常见问题*/
.question{margin-bottom: 0.55rem;}
.question ul{padding: 0 0.3rem;margin-top: 0.22rem;}
.question li{box-shadow: 0 0 0.1rem 0.02rem rgba(0,0,0,0.05);margin-bottom: 0.26rem;padding: 0.12rem 0.27rem 0.34rem;border-radius: 0.1rem;}
.question li a{display: block;}
.question li h4{display: flex;align-items: center;border-bottom: dashed 1px #d8d8d8;line-height: 0.78rem;position: relative;}
.question li h4>img{width: 0.37rem;height: 0.33rem;margin-right: 0.2rem;}
.question li h4 p{font-size: 0.28rem;color: #333333;width: 4.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.question li h4 span{display: flex;align-items: center;position: absolute;right: 0;top: 0;}
.question li h4 span i{font-size: 0.22rem;color: #548edf;text-decoration: underline;}
.question li h4 span img{margin-left: 0.08rem;width: 0.11rem;height: 0.2rem;}
.question li h5{display: flex;margin-top: 0.15rem;}
.question li h5 img{width: 0.37rem;height: 0.33rem;margin-right: 0.2rem;margin-top: 0.1rem;}
.question li h5 p{font-size: 0.24rem;color: #999999;width: 5.7rem;line-height: 0.44rem;overflow : hidden;display: -webkit-box;
	-webkit-line-clamp: 2;-webkit-box-orient: vertical;}