.logo{
	position: absolute;
	top: 0.88rem;
	left: 0.22rem;
	z-index: 2;
}
.logo a{
	display: flex;
	align-items: center;
}
.logo img{
	width: 0.89rem;
	height: 0.78rem;
}
.logo span{
	font-size: 0.34rem;
	font-weight: bold;
	color: #031441;
	padding-left: 0.23rem;
}
.banner{
	position: relative;
}
.banner img{
	width: 7.5rem;
	height: 6rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 1.56rem;
}
.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(57,98,255,0.2);
  opacity: 1;
  transition: .5s;
  -webkit-transition: .5s;
}
.banner .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.1rem;
  background: #3962FF;
  border-radius: 0.07rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 0.05rem;
}
.main{
	margin-top: -1.26rem;
	position: relative;
	z-index: 3;
	padding-bottom: 1.38rem;
}
.box{
	background: #FFFFFF;
	border-radius: 0.2rem;
	padding: 0 0.32rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.title{
	color: #3D4566;
	font-size: 0.3rem;
	padding: 0.36rem 0;
}
.title span{
	font-size: 0.26rem;
	padding-left: 0.08rem;
}
.radioGroup{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.22rem;
	padding-bottom: 0.14rem;
}
.radioGroup .radio{
	margin:0 0 0.22rem 0.22rem;
	flex:calc(25% - 0.22rem) 0;
	width: 1.44rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.radioGroup .radio .danxuan,
.imgGroup .file input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.radioGroup .radio span{
	color: #999999;
	font-size: 0.24rem;
	font-weight: bold;
	display: block;
	width: 1.44rem;
	height: 0.6rem;
	background: #F5F5F5;
	border-radius: 0.1rem;
}
.radioGroup .radio .danxuan:checked+span{
	background: url(../images/radio_arrow.png) no-repeat right 0.23rem #E7F1FD;
	background-size: 0.36rem 0.36rem;
	border:1px solid #3962FF;
	color: #3962FF;
}
.textarea{
	position: relative;
	margin-bottom: 0.36rem;
}
.textarea textarea{
	width: 100%;
	height: 2.6rem;
	border-radius: 0.2rem;
	border: 1px solid #C5C8D6;
	outline:none;
	color: #3D4566;
	font-size: 0.3rem;
	font-family: "microsoft yahei";
	padding: 0.24rem;
	box-sizing: border-box;
	resize: none;
	overflow: auto;
}
.textarea .bom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.24rem 0.24rem;
}
.textarea .bom span,
.textarea .bom p{
	color: #999999;
	font-size: 0.26rem;
}
.textarea .bom span{
	background: url(../images/yuyin.png) no-repeat left center;
	background-size:0.36rem 0.36rem;
	padding-left: 0.42rem;
}
.inputText{
	display: flex;
	align-items: center;
}
.inputText+.inputText{
	border-top: 1px solid #EBEBEB;
}
.inputText span{
	height: 1.14rem;
	line-height: 1.14rem;
	display: block;
	color: #3D4566;
	font-size: 0.3rem;
	width: 1.6rem;
	margin-right: 0.12rem;
}
.inputText .text,
.inputText p{
	width: 4.18rem;
	height: 1.14rem;
	line-height: 1.14rem;
	border: 0;
	outline: none;
	color: #3D4566;
	font-size: 0.3rem;
}
.inputText .text::-webkit-input-placeholder {
	color: #999999;
}

.inputText .text::-moz-placeholder {
	color: #999999;
}

.inputText .text:-ms-input-placeholder {
	color: #999999;
}

.inputText .text:-moz-placeholder {
	color: #999999;
}
.inputText .weizhi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inputText .weizhi img{
	width: 0.4rem;
	height: 0.4rem;
}
.inputText .weizhi p{
	/* width: 5.38rem; */
	width: 5.9rem;
	height: auto;
	line-height: 0.35rem;
	color: #3D4566;
	font-size: 0.3rem;
	word-break: break-all;
}
.inputText .weizhi .close{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/close.png) no-repeat;
	background-size: 0.4rem 0.4rem;
	display: none;
}
.inputTextstyl{
	display: block;
	padding-bottom: 0.33rem;
}
.submit{
	background: #3962FF;
	display: block;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.32rem;
	border-radius: 0.2rem;
}
.select,.selectNext{
	cursor:pointer;
	position:relative;
	height: 1.14rem;
	line-height: 1.14rem;
	font-size: 0.3rem;
	color: #666666;
	width: 73%;
}
.xl-icon,.xl-iconNext{
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	background: url("../images/select-arrow.png") no-repeat;
	background-size:0.4rem 0.4rem;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: .5s;
	-webkit-transition: .5s;
}
.selectVal{
	width: 100% !important;
}
.sq-icon{
	top: 33%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*--下拉选择列表样式--*/
.selectList,.selectListNext{
	z-index:999;
	display:none;
	width: 100%;
	border: 1px solid #CCCCCC;
	position: absolute;
	top:1.14rem;
	left:0;
	padding: 0.1rem 0;
	background-color: #FFFFFF;
}
.listA,.listANext{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #3D4566;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
}
.downBar{
	width: 100%;
	height: 0.98rem;
	background: #FFFFFF;
	border-top: 1px solid rgba(51,51,51,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.downBar a{
	color: #878B99;
	font-size: 0.22rem;
	padding-top: 0.54rem;
	margin:0 1.1rem;
}
.downBar .shuoshi{
	background: url("../images/shuoshi-icon.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
}
.downBar .chaxun{
	background: url("../images/chaxun-icon.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
}	
.downBar .shuoshi.on{
	background: url("../images/shuoshi-icon-blue.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
	color: #476CFF;
}
.downBar .chaxun.on{
	background: url("../images/chaxun-icon-blue.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
	color: #476CFF;
}	
.topTitle{
	height: 0.88rem;
	line-height: 0.88rem;
	color: #000000;
	font-size: 0.34rem;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
}
.jinduBox{
	text-align: center;
}
.jinduBox img{
	width: 7.06rem;
	height: 2.56rem;
}
.main2{
	padding: 0.4rem 0.22rem 1.2rem;
}
/* .main2 .title{
	color: #3D4566;
	font-size: 0.3rem;
	line-height: 0.4rem;
}
.main2 .cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #EBEBEB;
	padding: 0.24rem 0 0.36rem;
}
.main2 .cont p{
	color: #AAACB5;
	font-size: 0.26rem;
}
.main2 .cont span{
	font-size: 0.24rem;
	width: 1.32rem;
	height: 0.46rem;
	line-height: 0.46rem;
	border-radius: 0.1rem;
	text-align: center;
}
.main2 .cont span.green{
	color: #1CC27D;
	border:1px solid #1CC27D;
}
.main2 .cont span.red{
	color: #F64967;
	border:1px solid #F64967;
}
.main2 .cont span.orange{
	color: #FEA03D;
	border:1px solid #FEA03D;
}
.main2 .imgCont{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.24rem;
}
.main2 .imgCont img{
	margin:0 0 0.24rem 0.24rem;
	flex:calc(33.3% - 0.24rem) 0;
	width: 1.98rem;
	height: 1.98rem;
} */
.topBack{
	height: 0.88rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(51,51,51,0.25);
}
.topBack .return{
	width: 0.48rem;
	height: 0.48rem;
	background: url(../images/back.png) no-repeat;
	background-size: 0.48rem 0.48rem;
	margin-left: 0.24rem;
}
.subBox{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.subBox img{
	width: 3.4rem;
	height: 3.4rem;
}
.subBox p{
	font-size: 0.4rem;
	font-weight: bold;
	color: #2E6AE5;
	padding: 0.14rem 0 0.3rem;
}
.subBox span{
	color: #878B99;
	font-size: 0.28rem;
}
.subBox .back{
	display: block;
	width: 2.9rem;
	height: 0.88rem;
	line-height: 0.88rem;
	background: #3962FF;
	border-radius: 0.2rem;
	color: #FFFFFF;
	font-size: 0.32rem;
	font-weight: bold;
	margin:1rem auto 0;
}
.select{
	position: relative;
}
select {
  width: 100%;
  height: 1.14rem;
  font-size: 0.3rem;
  color: #3D4566;
  border: none;
  background: url("../images/select-arrow.png") no-repeat right center #FFFFFF;
  background-size: 0.4rem 0.4rem;
  position: absolute;
	top: 0;
	left: 0;
	-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}

select:focus {
  outline: none;
  background-color: #fff;
}

select option:selected {
  background-color: #2E2E2E;
  color: #fff;
}
.main2 .libox{
	display: flex;
	padding-bottom: 0.24rem;
}
.main2 .type{
	width: 1.5rem;
}
.main2 .type,
.main2 .tent{
	font-size: 0.3rem;
	color: #3D4566;
	line-height: 0.35rem;
}
.main2 .tent{
	width: 4.68rem;
	margin-left: 0.24rem;
}
.main2 .time{
	font-size: 0.26rem;
	color: #AAACB5;
	line-height: 0.3rem;
	border-top: 1px solid #EBEBEB;
	padding-top: 0.24rem;
}
.main2 .libs{
	background: #F9F9F9;
	border-radius: 0.2rem;
	padding: 0.18rem 0.32rem;
	margin-top: 0.24rem;
}
.main2 .libs .tent{
	width: 4.04rem;
}
.main2 .box{
	position: relative;
	padding-top: 0.36rem;
	padding-bottom: 0.36rem;
}
.main2 .state{
	width: 1.32rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 0.1rem;
	font-size: 0.24rem;
	font-weight: bold;
	position: absolute;
	top: 0.36rem;
	right: 0.32rem;
	padding-left: 0.46rem;
}
.main2 .state.green{
	background: url(../images/green.png) no-repeat 0.14rem center #D7FFEE;
	background-size:0.24rem 0.24rem;
	border: 1px solid #1CC27D;
	color: #1CC27D;
}
.main2 .state.red{
	background: url(../images/red.png) no-repeat 0.14rem center #FFECEF;
	background-size:0.24rem 0.24rem;
	border: 1px solid #F64967;
	color: #F64967;
}
.main2 .state.yellow{
	background: url(../images/yellow.png) no-repeat 0.14rem center #FFF6D7;
	background-size:0.24rem 0.24rem;
	border: 1px solid #FEA03D;
	color: #FEA03D;
}
.main2 .imgCont{
	display: flex;
	flex-wrap: wrap;
	margin: -0.12rem 0 0 0.24rem;
	width: 4.68rem;
}
.main2 .imgCont img{
	width: 1.48rem;
	margin:0.12rem 0.12rem 0 0;
	height: 1.48rem;
	border-radius: 0.2rem;
}
.main2 .imgCont img:nth-child(3n){
	margin-right: 0;
}
.main2 .libs.red .type,
.main2 .libs.red .tent{
	color: #F64967;
}
.main2 .subox{
	border-top: 1px solid #EBEBEB;
	text-align: center;
	margin-top: 0.24rem;
	padding-top: 0.24rem;
}
.main2 .subox .sub{
	font-size: 0.26rem;
	font-weight: bold;
	color: #3962FF;
	line-height: 0.3rem;
	display: inline-block;
	position: relative;
	padding-right: 0.34rem;
}
.main2 .subox .sub:after{
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/al.png) no-repeat;
	background-size: 0.24rem 0.24rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: .5s;
	-webkit-transition: .5s;
}
.main2 .subox .sub.on:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	top: 12%;
}
.main2 .submit2{
	width: 2.68rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.26rem;
	border-radius: 0.1rem;
	background: #3962FF;
	display: block;
	margin:0 auto;
	text-align: center;
	color: #FFFFFF;
}
.main2 .toggle{
	display: none;
}
.submit_btn{
font-size: .32rem;
    color: #fff;
    /* font-weight: normal; */
    height: 0.88rem;
    border-radius: 0.2rem;
    width: 7rem;
    background: #3962ff;
    text-align: center;
    line-height: .88rem;border:none}