html{
	overflow: hidden;
}
body{
	overflow: hidden;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 1px;
}
a{
	color: #fff;
}
.filter{
	position: absolute;
	width: 120%;
	height: 132%;
	top: 0;
	left: -10%;
	background: url(https://trueart-content.oss-cn-shanghai.aliyuncs.com/banner/bg.png);
	background-size: 100% 100%;
	filter:blur(20px);
	z-index: 0;
}
.reg-center-box{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(https://trueart-content.oss-cn-shanghai.aliyuncs.com/banner/bg.png);
	background-size: auto 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reg-center{
	width: 380px;
}
.logo{
	margin: auto;
	display: block;
}
.reg-center form{
	padding-top: 20px;
}
.reg-center li{
	border-bottom: 1px solid #dddddd;
	height: 45px;
	margin-top: 20px;
	font-size: 16px;
	position: relative;
}
.reg-center li:last-child{
	border: 0;
}
.reg-center li input{
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 16px;
	opacity: .7;
	background-color:rgba(0,0,0,0);
	text-indent: 5px;
}
.phoneCode-input{
	width: 200px;
}
.reg-center input::-webkit-input-placeholder {
	color: #fff;
}

.reg-center input::-moz-placeholder {
	color: #fff;
}

.reg-center input:-ms-input-placeholder {
	color: #fff;
}
.checkpass{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
}
.load-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:40px ;
	background-color: rgba(255,255,255,.3);
	margin-bottom: 20px;
}
.load-btn:hover{
	background-color: rgba(255,255,255,.4);
}
.reg-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:40px ;
	border: 1px solid #ddd;
}
.message{
	margin-top: 40px;
	opacity: .7;
}
.message p{
	font-size: 16px;
	margin-bottom: 15px;
}
.message span{
	font-size: 14px;
}
.checkpass em{
	color: #9B9B9B;
	opacity: .4;
}
.checkpassop em{
	color: #fff;
	opacity: .8;
}
.overhidden label:first-child{
	float: left;
}
.overhidden label:last-child{
	float: right;
	
}
.overhidden label a,.overhidden label span{
	opacity: .7;
}
.overhidden .keepPassem1{
	color: #D0021B;
	opacity: 1;
}
.overhidden .keepPassem2{
	color: #9B9B9B;
	opacity: 1;
	/*font-size: 18px;*/
}
.back-box{
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 2;
}
.back-box div{
	width: 1000px;
	margin: auto;
	
}
.back-box img{
	width: 32px;
	cursor: pointer;
}
.otherload{
	text-align: center;
	margin-top: 40px;
	position: relative;
}
.otherload span{
	opacity: .7;
	font-size: 14px;
	letter-spacing: 1px;
}
.othertype{
	display: flex;
	width: 70%;
	margin: auto;
	margin-top: 30px;
}
.othertype div{
	flex: 1;
}
.othertype img{
	height: 30px;
	cursor: pointer;
}
.otherstepl{
	position: absolute;
	left: 0;
	height: 1px;
	width: 100px;
	background: #fff;
	top: 9px;
	opacity: .5;
}
.otherstepr{
	position: absolute;
	right: 0;
	height: 1px;
	width: 100px;
	background: #fff;
	top: 9px;
	opacity: .5;
}
#wxer iframe{
	display: block;
	margin: auto;
}
.layer-box{
	position: relative;
}
.closeBtn{
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.layer-box{
	width: 430px;
	padding-bottom: 0;
}
.weixindenglv{
	width: 45px;
	display: inline-block;
	position: relative;
}
.weixindenglv img{
	position: absolute;
	left: 10px;
	top: -15px;
	width: 25px;
	cursor: pointer;
}
@media only screen and (min-width: 100px) and (max-width: 745px) {
	.filter{
		display: none;
	}
	.reg-center{
		width: 100%;
		padding: 0 38px;
	}
	.back-box{
		top: 20px;
	}
	.back-box div{
		width: 100%;
		padding-left: 20px;
	}
	.back-box img{
		width: 28px;
	}
	.message p{
		font-size: 14px;
	}
	.message span{
		font-size: 12px;
	}
	.otherstepl{
		width: 60px;
	}
	.otherstepr{
		width: 60px;
	}
}

