.wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}


/*
.wrap:before {
	content: '';
	position: fixed;
	z-index: -9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/pic_guanggao@2x.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}*/


.main ul {
	width: 25rem;
	margin: auto;
}
.main ul li {
	width: 100%;
	height: 3.8rem;
	background: rgba(245, 245, 245, 1);
	border-radius:4rem;
	box-sizing: border-box;
	padding-left: 1.33rem;
	font-size: 1.16rem;
	font-family: PingFangSC-Regular;
	color: #333;
	margin-bottom: 1.33rem;
	position: relative;
	overflow: hidden;
}

.main ul li input {
	width: 100%;
	height: 100%;
	line-height: 100%;
	background: transparent;
	border: none;
	outline: none;
}

.main ul li input::-webkit-input-placeholder {
	font-size: 1.33rem;
	font-family: PingFangSC-Regular;
	color: rgba(153, 153, 153, 1);
}

.getCheckCode {
	font-size: 1.16rem;
	font-family: PingFangSC-Regular;
	color: rgba(51, 51, 51, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 1.33rem;
	background:transparent;
	border:none;
}

.button {
	margin-top: 1.83rem;
}

.button>button {
	width: 25rem;
	height: 3.17rem;
	line-height: 3.17rem;
	border-radius: 3.8rem;
	font-size: 1.3rem;
	font-family: PingFangSC-Medium;
	color: rgba(255, 255, 255, 1);
	border: none;
	margin: 0 auto;
	    display: block;
}

.confirm {
	background: linear-gradient(135deg, rgba(255, 169, 52, 1), rgba(242, 140, 0, 1));
}


/* 手机邮箱切换 */
.other-login {
	display: flex;
	padding: 1rem 0;
	justify-content: center;
}
.other-login .wxLogin {
	margin: 0;
}
.mailLogin, .telLogin {
	width: 3.41rem;
	height: 3.41rem;
}
.other-login-box {
	position: fixed;
	bottom: 3.4rem;
	left: 0;
	right: 0;
}
.other-login-box>.word01 {
	height: 1rem;
	font-size: 1rem;
	font-family: PingFangSC-Regular;
	color: rgba(153, 153, 153, 1);
	line-height: 1rem;
	margin-bottom: .33rem;
	text-align: center;
}