
.download{
	margin:1rem auto;
}

a{ text-decoration:none} 
body{
	padding: 0;
	margin: 0;
	background: #F32F39 !important;
}

body,html,#main{
	height: 100vh !important;
	background: #F32F39 !important;
}
.text-999{
	color: #999999;
}
.bg{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit:cover;
}
.top-bg{
	width:100%;
	height: 9rem
}
.phone-img{
	width: 100%;
	height: 100vh;
}
.dialog-box,.reg-info{
	position: absolute;
	/* top:18.7rem; */
	left: 0;
	right: 0;
	z-index: 1;
}
.dialog-box .ipt-box{
	width: 90%;
	margin: 0 auto;
	overflow:hidden;
}
.submit-btn{
	margin-top: 2rem !important;
}
.dialog-box .ipt-row{
	background: #ffffff;
	/*width: 80%;*/
	border-radius: 1rem;
	display: flex;
	display: -webkit-box;
	align-items: center;
	-webkit-box-align:center;
	height:2.425rem;
	
}
.dialog-box .ipt-row.msgcode{
	width: 55%;
	float: left;
}
.dialog-box .ipt-row img{
	display: block;
	width: 0.85rem;
	height: 0.85rem;
}
.dialog-box .ipt-row .input{
	flex: 1;
	-webkit-box-flex:1;
}
.dialog-box .ipt-row .input input{
	outline: none;
	border: none;
	line-height: 1.225rem;
	padding: 0.6rem 0;
	margin: 0;
	display: block;
	width: 80%;
	text-indent: 0.6rem;
	font-size: 0.7rem;
}
.dialog-box .ipt-box .getcode{
	/* background: #fddf1c; */
	color: #41587E;
	float: right;
	width: 40%;
	line-height: 2.425rem;
	text-align: right;
	font-size: 0.7rem;
	border-radius: 1rem;
}
.dialog-box .ipt-box .imgcode{
	float:right;
	width: 40%;
	height: 2.245rem;
	border-radius: 1rem;
}
.dialog-box .ipt-box .imgcode img{
	display: block;
	width: 100%;
	border-radius: 1rem;
}
.dialog-box .ipt-box .getcode.disabled{
	color: #999999;
}
.reg{
	line-height: 2.45rem;
	height: 2.65rem;
	text-align: center;
	/* background: url('../img/new-reg.png') no-repeat; */
	background: #0F78FF;
	border-radius:1.33rem;
	background-size:contain;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	font-weight: 600;
	font-size: 0.7rem;
}


.reg-info{
	color: #ffffff;
	text-align: center;
	display: none;
	background: url(../img/new-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 100vh;
}

.reg-info .info1{
	font-size: 0.8rem;
	margin-bottom: 0.25rem;
}
.reg-info .info2{
	font-size: 1rem;
	font-weight: bold;
}
.reg-info .down-box{
	width: 100%;
	position: absolute;
	bottom: 1.25rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.down-box .down{
	width: 70%;
	margin: 0.5rem auto;
	line-height: 2.05rem;
	height: 2.05rem;
	font-weight: bold;
	font-size: 0.7rem;
	border-radius: 1.125rem;
}
.down .icon-ios{
	width: 1rem;
	height: 0.9375rem;
}
.down .icon-android{
	width: 0.8125rem;
	height: 0.875rem;
}
.down-android{
    background: rgba(83,143,252,0.08);
    border-radius: 50%;
    color:#538FFF;
    border: 2px solid #538FFC;
}
.down-ios{
	background: #fff;
	color: #7389e0;
}
.reg-info .uinfo{
	font-size: 0.75rem;
}
.reg-info .uinfo div{
	margin-bottom: 0.25rem;
}

.reg-info .uinfo div:last-child{
	font-size: 0.6rem;
}
.footer{
	display: flex;
	align-items: center;
	padding: 0 0.75rem;
	position: fixed;
	bottom: 1.25rem;
}
.footer span{
	font-size: 0.7rem;
}
.footer .text-blue{
	color: #41587E;
}



