.login {
	width: auto;
	height: auto;
	background: #FFFFFF;
	border-radius: .1rem;
	margin: 0 .15rem;
	margin-top: .15rem;
	padding: .15rem;
	box-sizing: border-box;
}

.logo {
	width: .6rem;
	height: auto;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	height: 100%;
}

.banner {
	width: 3.13rem;
	height: 1rem;
	margin: 0 auto;
	margin-top: .1rem;
}

.banner img {
	width: 100%;
	height: 100%;
}

.verify .model:nth-child(2) {
	margin-top: .2rem;
}

.verify .model .name {
	font-size: .18rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.verify .model .input {
	width: 100%;
	padding: .15rem 0;
	box-sizing: border-box;
	border-bottom: .01rem solid #E9E9E9;
	display: flex;
	align-items: center;
}

.verify .model .input input {
	width: 100%;
	height: 100%;
	font-size: .15rem;
	color: #333333;
	flex: 1;
}

.verify .model .input input::placeholder {
	font-size: .15rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #B3B4BD;
}

.verify .model .input .btn {
	font-size: .15rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #5BB279;
}

.verify .model .input .timer {
	font-size: .15rem;
	color: #B3B4BD;
}

.verify .notcode {
	font-size: .14rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #B3B4BD;
	margin-top: .16rem;
}

.login_btn {
	width: 100%;
	height: .42rem;
	background: linear-gradient( 135deg, #76CD85 0%, #5BB279 100%) !important;
	border-radius: .23rem;
	font-size: .16rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: .42rem;
	margin-top: .2rem;
	box-shadow: none !important;
}

.agreement {
	margin-top: 0.21rem;
}

.agreement .agreement-status {
	display: none;
	color: red;
	font-size: .12rem;
	text-align: center;
}

.agreement .about {
	display: flex;
	align-items: flex-start;
	margin-top: .15rem;
}

.agreement .about .select {
	width: .15rem;
	height: .15rem;
}

.agreement .about .select img {
	width: 100%;
	height: 100%;
}

.agreement .about .word {
	font-size: .14rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #999999;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: .02rem;
	flex: 1;
}

.agreement .about .word {
	font-size: .12rem;

}

.agreement .about .word a {
	color: #5BB279;
	display: inline-block;
	width: auto;
	overflow: hidden;
}

.agreement .about .word a {
	color: #5BB279;
	display: inline-block;
	width: auto;
	overflow: hidden;
	/*font-size: 12px;*/
	font-size: .12rem;
	margin-left: -8px;
}





/*2q-css*/
/*？ 收不到验证码*/
/*.tip{*/
/*    color: #B3B3B3;*/
/*}*/
/*.login_btn{*/
/*    width: 335px;*/
/*    height: 42px;*/
/*    background: #17A3F4;*/
/*    box-shadow: 0px 0.02rem 0.12rem 0.01rem rgba(23,163,244,0.4);*/
/*    border-radius: 20px 20px 20px 20px;*/
/*}*/


.login {
	margin: 0;
	padding: 0.2rem;
	background: #FAFAFA;
	border-radius: 0.12rem;
	position: relative;
	background-image: linear-gradient(to bottom, #e9f5fa 0%, #FAFAFA 0.54rem);
	border-top: 1px solid #FFFFFF;
}

.welcomeBanner {
	margin-bottom: -0.54rem;
}

.welcomeBanner img {
	max-width: 100%;
	/*height: 2.6rem;*/

	/*    ******/
	/*    max-width: 100%;*/
	/*    height: 2.6rem;*/
	/*    width: 100%;*/
	/*    object-fit: cover;*/

}

.verify .model .input input {
	background: none;
}

.agreement .about .word {
	color: #B3B3B3;
}

.agreement .about .word a {
	color: #5BB279;
}