* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	min-width: 12rem;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.register {
	position: relative;
	width: 100%;
	height: calc(100vh);
	background: url(../img/login-bck.png) no-repeat;
	background-size: 100% auto;
}

.content-box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3.5rem;
	margin-left: -5.5rem;
	width: 11rem;
	height: 7rem;
}

.register-content {
	width: 11rem;
	height: 7rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 0 .18rem rgba(0, 0, 0, .2);
}

.logo {
	display: inline-block;
	float: left;
	width: 2.6rem;
	height: 2.6rem;
	margin-top: 2.2rem;
	margin-left: 1.45rem;
	margin-right: 1.43rem;
}

.logo>img {
	width: 2.6rem;
	height: 2.6rem;
}

.register-info {
	display: inline-block;
	float: left;
	margin-top: 1.35rem;
}

.phone,
.verify-code,
.invite-code {
	width: 4.5rem;
	height: .8rem;
	border-radius: .4rem;
	background-color: #F2F2F2;
}

.register-info input {
	float: left;
	margin-left: .28rem;
	font-size: .2rem;
	height: .8rem;
	line-height: .8rem;
	background: none;
	border: none;
	outline: none;
}

.phone>img {
	float: left;
	width: .38rem;
	height: .48rem;
	margin-top: .16rem;
	margin-left: .3rem;
}

.phone>input {
	width: 3rem;
}

.verify-code {
	margin-top: .2rem;
}

.verify-code>img {
	float: left;
	width: .41rem;
	height: .47rem;
	margin-top: .17rem;
	margin-left: .28rem;
}

.verify-code>input {
	width: 1.8rem;

}

.get-code {
	position: relative;
	float: left;
	width: 1.7rem;
	line-height: .8rem;
	text-align: center;
	font-size: .2rem;
}

.verify-code>span {
	/* position: relative;
	display: inline-block;
	width: 170px;
	line-height: 80px;
	text-align: center;
	font-size: 20px; */
}

.get-code:before {
	content: "";
	position: absolute;
	left: 0;
	top: .2rem;
	width: .04rem;
	height: .4rem;
	background-color: #E6E6E6;
	border-radius: .02rem;
}

.apply-code {
	cursor: pointer;
}

.code-num {
	color: #2AD46A;
}

.invite-code {
	margin-top: .2rem;
}

.invite-code>img {
	float: left;
	width: .41rem;
	height: .4rem;
	margin-top: .21rem;
	margin-left: .29rem;
}

.invite-code>input {
	width: 3rem;
}

.btn-register {
	width: 4.5rem;
	height: .8rem;
	margin-top: .2rem;
	border-radius: .4rem;
	line-height: .8rem;
	background-color: #2AD46A;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.to-login {
	display: block;
	width: 4.5rem;
	text-align: center;
	font-size: .2rem;
	color: #999;
	margin-top: .26rem;
}

.agreement {
	width: 4.5rem;
	margin-top: .8rem;
	text-align: center;
	font-size: .2rem;
	color: #333;
	cursor: pointer;
}

.agreement>span {
	color: #2AD46A;
}

.content-bck1 {
	position: absolute;
	left: .5rem;
	bottom: -.3rem;
	width: 10rem;
	height: 1.3rem;
	background-color: rgba(255, 255, 255, .5);
	border-radius: .3rem;
	z-index: 2;
}

.content-bck2 {
	position: absolute;
	left: 1rem;
	bottom: -.6rem;
	width: 9rem;
	height: 1.3rem;
	background-color: rgba(255, 255, 255, .5);
	border-radius: .3rem;
	z-index: 1;
}

/* 用户协议 */
.box-bck {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100vh);
	background-color: rgba(0, 0, 0, .6);
	z-index: 99;
}

.agreement-box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3rem;
	margin-left: -5.5rem;
	width: 10.6rem;
	height: 6rem;
	font-size: .2rem;
	padding-left: .2rem;
	padding-right: .2rem;
	background-color: #fff;
	overflow-y: scroll;
}

.agreement-box>p:first-of-type {
	font-size: .3rem;
	margin-top: .46rem;
	margin-bottom: .22rem;
	text-align: center;
}

/* .agreement-box>p:nth-of-type(2) { */
	/*width: 1030px;
	max-height: 370px;
	margin-left: 30px;
	font-size: 20px;
	line-height: 35px;*/
/* } */
.btn-confirm{
	width: 100%;
	text-align: center;
	margin-bottom: .4rem;
}
.btn-confirm > p{
	display: inline-block;
	width: 1.2rem;
	height: .6rem;
	line-height: .6rem;
	background-color: #2AD46A;
	font-size: .2rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
