.head div.active{
	color:#4595fe !important;
}
.head div:nth-child(1){
	width:2.6rem;
	height:1.2rem;
	font-size:0.48rem;
	color:#7a8599;
	line-height: 1.2rem;
}
.head div:nth-child(2){
	width:1.8rem;
	height:1.2rem;
	font-size:0.48rem;
	color:#4595fe;
	line-height: 1.2rem;
}
.head div:nth-child(3){
	width:2.4rem;
	height:1.2rem;
	font-size:0.48rem;
	color:#7a8599;
	line-height: 1.2rem;
}

.head{
	margin-top:1rem;
	text-align: center;
	width:6.85rem;
	position: relative;
}
.headActive{
	height:0.05rem;
	width:2.6rem;
	background-color: #4595fe;
	border:0.025px;
	top:1.15rem;
	position:absolute;
}
.phoneBox{
	width:9.8rem;
	margin-top:0.96rem;
	position: relative;
    z-index: 999;
}
.codeBox{
	width:9.8rem;
	margin-top:0.48rem;
}
.phoneBox input{
	width:calc(100% - 2rem);
	height:1.28rem;
	padding-left: 2rem;
	font-size:0.42rem;
	border:1px solid #a3b1cc;
	border-radius: 0.16rem;
}

.codeBox input{
	width:6.38rem;
	font-size:0.42rem;
	height:1.28rem;
	padding-left: 0.2rem;
	border:1px solid #a3b1cc;
	border-radius: 0.16rem;
}
.getCode{
	color:#7a8599;
	font-size:0.40rem;
	width:2.84rem;
	height:1.28rem;
	line-height: 1.28rem;
	border-radius: 0.16rem;
	text-align: center;
	border:1px solid #a3b1cc;
	
}
.errorMsg {
	width:9.8rem;
    color: red;
    display: none;
    padding: 5px 0px;
    
}
.toLogin{
	margin-top:0.95rem;
	width: 9.8rem;
	text-align: center;
	color:#fff;
	font-size:0.48rem;
	line-height: 1.29rem;
	height: 1.29rem;
	background-image: linear-gradient(-90deg, 
		#3cbdff 0%, 
		#4b7dfd 100%), 
	linear-gradient(
		#0497ff, 
		#0497ff);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.16rem;
}
.tranOpacity {
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}
.swiper-slide img{
	width:5.14rem;
	height:4.45rem;
}
.swiper-slide div{
	text-align: center;
	font-size:0.36rem;
	margin-top:0.2rem;
	color:#73a8e5;
}
.main{
	overflow: hidden;
	width:10.8rem;
}
.swiper-pagination{
	bottom: 0px !important;
}
.downBox{
	height:1.6rem;
	display: none;
	margin-top:0.93rem;
}
.downBox img{
	margin-top:0.1rem;
	width:1.56rem;
	height:1.56rem;
	margin-left:0.48rem;
	margin-right: 0.44rem;
}
.downBox .desc div:nth-child(1){
	font-size:0.48rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	color:#333;
}
.downBox .desc div:nth-child(2){
	font-size:0.36rem;
	color:#666;
}
.downBox .desc div:nth-child(3){
	font-size:0.36rem;
	color:#666;
}
.downBox .down{
	width: 2.40rem;
	height: 1.28rem;
	background-image: linear-gradient(-90deg, 
		#3cbdff 0%, 
		#4b7dfd 100%), 
	linear-gradient(
		#0497ff, 
		#0497ff);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.16rem;
	text-align: center;
	line-height: 1.28rem;
	color:#fff;
	font-size:0.48rem;
	margin-right: 0.47rem;
	margin-top:0.15rem;
}
