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;
	position: relative;
	z-index: 1;
}
.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 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;
}
.reg-center form a{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 16px;
}
.reg-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:40px ;
	background-color: rgba(255,255,255,.3);
	margin-top: 60px;
}
.reg-btn:hover{
	background-color: rgba(255,255,255,.4);
}
.reg-btn2{
	margin-top: 20px;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius:40px ;
}
.message{
	margin-top: 60px;
	opacity: .7;
}
.message p{
	font-size: 16px;
	margin-bottom: 15px;
}
.message span{
	font-size: 14px;
}
.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;
}
.info-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
}
.info-layer .layer-box{
	width: 620px;
	padding-bottom: 20px;
}
.info-layer .layer-content{
	padding: 30px 50px;
}
.info-layer .layer-botton{
	padding: 0 50px;
}
.info-layer .layer-botton-left{
	width: 35%;
}
.info-layer .layer-botton-right{
	width: 60%;
}
.sex-top{
	height: 100px;
	background: url(/img/sex/default_bg.png);
	width: 100%;
	background-size:100% 100%;
	position: relative;
	margin-bottom: 50px;
}
.sec-item{
	float: left;
	width: 50%;
	text-align: right;
	padding-right: 10px;
	
}
.sec-item .actbgcolor{
	background: url(/img/sex/sexactbg.png) no-repeat;
	background-size:100%;
	/*background-position: -30px -30px;*/
}
.sec-item > div{
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius:120px ;
	/*box-shadow: 0 0 6px #ccc;*/
	position: relative;
	top: 40px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}
.sec-item > div img{
	width: 140px;
	height: 140px;
}
.sec-item2{
	text-align: left;
	padding-right: 0;
	padding-left: 10px;
}
.sec-item3{
	width: 100%;
	text-align: center;
}
.p-title{
	position: relative;
	text-indent: 12px;
	/*margin-bottom: 10px;*/
}
.p-title:before{
	width: 2px;
	height: 16px;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background: linear-gradient(135deg,rgba(255,77,119,1) 0%,rgba(74,60,233,1) 100%);
    opacity: .5;
}
.p-item-push{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EDEDED;
	position: relative;
	margin-bottom: 10px;
}
.p-item-push label{
	display: inline-block;
	width: 80px;
}
.p-item-push input{
	width: calc(100% - 90px);
	height: 100%;
}
.p-item-push em{
	position: absolute;
	right: 0px;
	top: 3px;
	font-size: 20px;
}
.p-label{
	overflow: hidden;
	padding-top: 15px;
}
.p-label > div{
	float: left;
	height: 24px;
	line-height: 23px;
	padding: 0 10px;
	color: #333;
	border-radius: 24px;
	border:1px solid #EDEDED ;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 12px;
	cursor: pointer;
}
.p-label .bgcolor{
	color: #fff;
	line-height: 22px;
}
.addlabel{
	position: relative;
}
.addlabel input{
	width: 100%;
	height: 24px;
	border: 1px solid #EDEDED;
	border-radius: 24px;
	text-indent: 15px;
	font-size: 12px;
}
.addlabel span{
	display: block;
	position: absolute;
	width: 87px;
	height: 24px;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 24px;
}
.p-text{
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.p-text span{
	font-size: 12px;
	color: #969696;
	line-height: 35px;
}
.user-info2{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 360px) {
	.back-box{
		top: 20px;
	}
	.back-box div{
		width: 100%;
		padding-left: 20px;
	}
	.back-box img{
		width: 24px;
	}
	.reg-center{
		width: 100%;
		padding: 0 38px;
	}
	.reg-center li{
		margin-top: 5px;
	}
	.reg-btn{
		margin-top: 30px;
	}
	.message{
		margin-top: 30px;
	}
	li{
		margin-top: 10px;
	}
	form{
		padding-top: 5px;
	}
}
@media only screen and (min-width: 370px) and (max-width: 745px) {
	.reg-center form{
		padding-top: 10px;
	}
	.reg-center li{
		margin-top: 10px;
	}
	.reg-btn{
		margin-top: 30px;
	}
	.message{
		margin-top: 30px;
	}
	.filter{
		width: 100%;
		height: 100%;
	}
	.reg-center{
		width: 100%;
		padding: 0 38px;
	}
	.back-box{
		top: 20px;
	}
	.back-box div{
		width: 100%;
		padding-left: 20px;
	}
	.back-box img{
		width: 24px;
	}
	.info-layer .layer-box{
		width: 90%;
	}
	.info-layer .layer-content{
		padding: 20px;
	}
	.sex-top{
		height: 90px;
	}
	.sec-item > div img{
		width: 120px;
		height: 120px;
	}
	.sec-item > div{
		width: 120px;
		height: 120px;
	}
}