.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%;
}

.verify .model {
	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: #5BB279;
	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;
}

.agreement {
	/*margin-top: 1.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: .1rem;
	flex: 1;
}

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