/**************************
 ---------会员权益---------
 --------author:chaodu-------
 ------date:2019-03-01-----
 *************************/
html{
	background: #FCFCFC;
}

body{
	width: 100%;
	background: #FCFCFC;
}
/*主容器*/
#container{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #FFFFFF;
	margin-top: 91px;
}
.background-img{
	width: 100%;
	position: relative;
}
.background-img img{
	z-index: -1;
	width: 100%;
}
#content{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}
.brand{
	width: 1250px;
	margin:0 auto;
	text-align: center;
	margin-top: 125px;
	margin-bottom: 60px;
}
.brand span{
	color: rgba(76, 81, 84, 100);
	font-size: 60px;
	font-weight: bold;
	font-style: oblique;
	font-family: 方正工业黑-标准;
}
.login-section{
	width: 1250px;
	height: 570px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 16px;
}
.title{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	border-bottom: 1px solid rgba(170, 170, 170, 100);
	width: 55%;
	margin-top: 67px;
	padding-bottom: 6px;
}
.title .wechat-login{
	margin-right: 84px;
	cursor: pointer;
}
.email-login{
	cursor: pointer;
}
.title span{
	color: rgba(76, 81, 84, 100);
	font-size: 20px;
}
.is-on span{
	color: rgba(87, 208, 217, 100)!important;
	border-bottom: 1px solid rgba(87, 208, 217, 100);
	padding-bottom: 6px;
}
.tip{
	display: flex;
	justify-content: space-between;
	color: rgba(76, 81, 84, 100);
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 45px;
	margin-top: 40px;
}
.tip i{
	color: #aaaaaa;
	font-size: 14px;
	font-weight: 600;
	margin-left: 5px;
}
.left-section{
	width: 48%;
}
.right-section{
	width: 48%;
	text-align: center;
	align-self: center;
}
.right-section img{
	width: 538px;
	height: 538px;
	margin: 0 auto;
}
.username{
	border: 1px solid #aaaaaa;
	padding: 10px 20px;
	color: #aaaaaa;
	border-radius: 16px;
}
.password{
	border: 1px solid #aaaaaa;
	padding: 10px 20px;
	color: #aaaaaa;
	margin-top: 10px;
	border-radius: 16px;
}
input{
	border: none;
	width: 100%;
	outline: none;
}
.email-login-title{
	width: 55%;
	margin: 0 auto;
	margin-top: 40px;
}
.login{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	background: #57D0D9;
	margin-top: 20px;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}
.register-btn{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}
.register{
	width: 1250px;
	height: 570px;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	border-radius: 16px;
}
.register-title{
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #BFBFBF;
}
.back{
	width: 30%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #57D0D9;
	font-size: 16px;
	cursor: pointer;
}
.register-inner-title{
	font-size: 26px;
	line-height: 50px;
	margin-left: 16%;
}
.userinfo{
	width: 25%;
	margin: 0 auto;
	margin-top: 40px;
}
.account{
	padding: 10px 20px;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
}
.pass{
	padding: 10px 20px;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
	margin-top: 10px;
}
.checkpass{
	padding: 10px 20px;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
	margin-top: 10px;
}
.phone-title{
	width: 100%;
	line-height: 50px;
	display: flex;
}
.phone-title span{
	display: inline-block;
	width: 35%;
	height: 1px;
	background: #aaaaaa;
	margin-top: 25px;
}
.phone-title div{
	width: 30%;
	text-align: center;
}
.register-phone{
	padding: 10px 20px;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
	margin-top: 10px;
}
.phone-code{
	display: flex;
	justify-content: space-between;
}
.check-code{
	padding: 10px 20px;
	border: 1px solid #AAAAAA;
	border-radius: 16px;
	margin-top: 10px;
	width: 48%;
}
.get-code{
	padding: 10px 20px;
	border: 1px solid #57D0D9;
	border-radius: 16px;
	margin-top: 10px;
	width: 48%;
	text-align: center;
	cursor: pointer;
}
.agreement{
	display: flex;
	line-height: 30px;
	margin-top: 10px;
}
.agreement input{
	width: 10%;
}
.agreement span{
font-size: 12px;
}
.submit-userInfo{
	width: 100%;
	background: #57D0D9;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	cursor: pointer;
}
.submit-userInfo span{

}
