body{
	position: relative;
}
header{
	/*height: 76.8rem;*/
	box-sizing: border-box;
	background: url('../../img/login_register/banner2.png') no-repeat;
	background-size:100% 100%;
	height: 40rem;
	/*width: 100%;*/
	overflow: hidden;
	/*position: relative;*/
}
.p-title{
	font-size: 2.1rem;
	color: #FFFFFF;
	margin-left: 14.2rem;
	margin-top: 12.5rem;
}
.place-style ::-webkit-input-placeholder{
	font-size: 0.7rem!important;
	color: #999999!important;
}
.login-register{
	background: #ffff;
	text-align: center;
	border-radius: 35px;
	padding: 2.2rem 0 4.2rem;
	width:22rem;
	box-sizing: border-box;
	position: absolute;
	right: 19%;
	top: 12rem;
	box-shadow:0 5px 5px -3px #ccc;
}
.line{
	width: 100%;
	height: 1px;
	background: linear-gradient(162deg, #F28367 0%, #FF5282 100%);
	opacity: 0.19;
	margin: 1.8rem 0 2.5rem;
}
.span-content{
	display: flex;
	justify-content: space-around;
	/* margin-bottom: 2.8rem; */
	box-sizing: border-box;
	font-size: 1rem;
}
.span-content span{
	border-bottom: 1px solid transparent;
}
.span-content span:hover{
	/**
	border-bottom: 1px solid #4a90e2;
	 */
}
/* .span-title{
	display: block;
	color: #333;
	width: 100%;
	padding: 0.8rem;
	font-size: 0.8rem;
} */
.position{
	position: relative;
}
.position img{
	position: absolute;
	left: 2.75rem;
    top: 0.55rem;
    height: 1rem;
    width: 1rem;
}
.input{
	display: block;
	width: 18rem;
    height: 2.2rem;
	border-radius: 1.1rem;
	border: 1px solid #CCCCCC;
	padding: 1rem;
	padding-left: 2.2rem;
	box-sizing: border-box;
	outline: none;
	margin: 0 auto 1.2rem;
	color: #ccc;
	/* margin-bottom: 1.8rem; */
}
.input::-webkit-input-placeholder{
	font-size: 0.6rem!important;
	color: #999999!important;
}
.input-btn{
	padding: 0;
	background:  linear-gradient(162deg, #F28367 0%, #FF5282 100%);
	color: #FFFFFF;
	border: none;
	font-size: 0.8rem;
	margin-bottom: 0;
	margin-top: 2.4rem;
	/*line-height: ;*/
}
#register-content{
	display: none;
}
section{
	width: 100%;
	height: 10rem;
	background: #f6f8fa;
	box-sizing: border-box;
	padding-top: 2.4rem;
	padding-left: 14rem;
	
}
section p:nth-child(1){
	font-size: 1.3rem;
	color: #333333;
	margin-bottom: 1.2rem;
}
section p:nth-child(2){
	font-size: 0.9rem;
	color: #666666;
}
