.main .banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	/* background-image: url(../images/denglu.b315832899.png); */
	height: 10.8rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.main .banner .login {
	width: 8rem;
	height: 5.52rem;
	background: #fff;
	box-shadow: 0 .04rem .2rem 0 rgba(116,222,158,.3);
	border-radius: .24rem;
	/* padding: .28rem 1.6rem; */
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	flex-direction: row;
	width: 6rem;
    height: 4rem;
	padding: .28rem .28rem;
	font-size: .2rem;
 
}

.main .banner .login .logo {
	width: 1.68rem;
	height: 1.2rem;
	font-size: 0
}

.main .banner .login .input_wrap {
	width: 100%;
	/*height: .56rem;
	 display: flex; 
	align-items: center;*/
	padding-bottom: .04rem;
	/* position: relative; */
	text-align: center;
}

.main .banner .login .input_wrap .login_pic {
	width:2rem;
}


.main .banner .login .input_wrap .login_text {
	font-size: .2rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	/* color: #333; */
	line-height: .28rem;
	padding: 0 .14rem;
	cursor: pointer;
	opacity: 0.5;
	color: #000;	
}
.main .banner .login .input_wrap .login_pic2 {
	width:1.6rem;
}


.main .banner .login .input_wrap .login_text2 {
	font-size: .3rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: .28rem;
	padding: 0 .14rem;
	cursor: pointer;
	font-weight:bold;
	
}

.main .banner .login .input_wrap .input_icon {
	width: .22rem;
	height: .22rem;
	margin-right: .18rem
}

.main .banner .login .input_wrap .input {
	flex: 1;
	font-size: .2rem;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: #333;
	line-height: .28rem;
	overflow: hidden;
	border: none;
	outline: 0
}

.main .banner .login .input_wrap .button {
	font-size: .2rem;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: #333;
	line-height: .28rem;
	padding: 0 .14rem;
	cursor: pointer
}

.main .banner .login .input_wrap .button.resetvcode {
	color: #999;
	cursor: not-allowed
}

.main .banner .login .input_wrap:after {
/* 	content: '';
	width: 100%;
	height: .04rem;
	background: #ebebeb;
	border-radius: .02rem;
	position: absolute;
	left: 0;
	bottom: 0 */
}

.main .banner .login .login_but {
	width: 100%;
	background: #e23469;
	box-shadow: 0 .02rem .16rem 0 rgba(0,0,0,.08);
	border-radius: .08rem;
	margin-top: .42rem;
	font-size: .2rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #fff;
	line-height: .5rem;
	margin-bottom: .36rem;
	cursor: pointer
}