.agreement,.pc-agreement {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-align-items: center;
	align-items: center;
	color: #999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: 12px;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center
}
.agreement .privacy,.agreement .user,.pc-agreement .privacy,.pc-agreement .user {
	color: #666;
	cursor: pointer
}
.agreement .ico,.pc-agreement .ico {
	background-color: #fff;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 16px;
	margin-right: 8px;
	width: 16px
}
.agreement .ico.radio_off,.pc-agreement .ico.radio_off {
	background-image: url(./radio_off.png)
}
.agreement .ico.radio_on,.pc-agreement .ico.radio_on {
	background-image: url(./radio_on.png?v=2)
}
.login-wrap {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 .36rem;
	width: 3.75rem
}
.login-wrap .title {
	color: #333;
	font-size: .26rem;
	margin-top: 1.36rem
}
@media screen and (max-height: 560px) {
	.login-wrap .title {
	margin-top: .9rem!important
}
}.login-wrap .desc {
	color: #999;
	font-size: .14rem;
	margin-bottom: .36rem
}
.login-wrap .ipt-wrap {
	height: 1.6rem;
	width: 100%
}
.login-wrap .ipt-wrap .item {
	line-height: 1;
	margin-bottom: .1rem;
	position: relative
}
.login-wrap .ipt-wrap .item .ipt {
	border: .01rem solid hsla(0,0%,60%,.2);
	border-radius: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .16rem;
	height: .56rem;
	outline: none;
	padding: .18rem .26rem;
	width: 100%
}
.login-wrap .ipt-wrap .item .ipt: : -webkit-input-placeholder {
	color: hsla(0,0%,60%,.6);
	font-size: .15rem
}
.login-wrap .ipt-wrap .item .ipt: : -moz-placeholder {
	color: hsla(0,0%,60%,.6);
	font-size: .15rem
}
.login-wrap .ipt-wrap .item .ipt: : -ms-input-placeholder {
	color: hsla(0,0%,60%,.6);
	font-size: .15rem
}
.login-wrap .ipt-wrap .item .ipt: : placeholder {
	color: hsla(0,0%,60%,.6);
	font-size: .15rem
}
.login-wrap .ipt-wrap .item .ipt: focus {
	border: .01rem solid #6adbff
}
.login-wrap .ipt-wrap .item .ico {
	position: absolute;
	right: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.login-wrap .ipt-wrap .item .ico.clear {
	background-image: url(./icon_clear.png)
}
.login-wrap .ipt-wrap .item .ico.clear,.login-wrap .ipt-wrap .item .ico.open {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	height: .24rem;
	width: .24rem
}
.login-wrap .ipt-wrap .item .ico.open {
	background-image: url(./icon_pwd_show.png)
}
.login-wrap .ipt-wrap .item .ico.close {
	background-image: url(./icon_pwd_hide.png);
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	height: .24rem;
	width: .24rem
}
.login-wrap .ipt-wrap .item .txt {
	color: #46cdfe;
	font-size: .16rem;
	position: absolute;
	right: .2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.login-wrap .ipt-wrap .item .txt.gray {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.login-wrap .ipt-wrap .operation {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	color: #666;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: .12rem;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: .15rem auto 0;
	width: 90%
}
.login-wrap .ipt-wrap .operation .left,.login-wrap .ipt-wrap .operation .right {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}
.login-wrap .ipt-wrap .operation .right .shu {
	margin: 0 .04rem
}
.login-wrap .btn {
	background: -webkit-gradient(linear,right top,left top,color-stop(4.71%,#FF6347),color-stop(103.24%,#FFDAB9));
	background: -webkit-linear-gradient(right,#FF6347 4.71%,#FFDAB9 103.24%);
	background: -moz-linear-gradient(right,#FF6347 4.71%,#FFDAB9 103.24%);
	background: linear-gradient(270deg,#FF6347 4.71%,#FFDAB9 103.24%);
	border-radius: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: .2rem;
	height: .56rem;
	line-height: .56rem;
	margin: .2rem auto 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}
.login-wrap .btn.gray {
	background: -webkit-gradient(linear,right top,left top,color-stop(4.71%,rgba(255, 99, 71,.5)),color-stop(103.24%,rgba(255, 218, 185,.5)));
	background: -webkit-linear-gradient(right,rgba(255, 99, 71,.5) 4.71%,rgba(255, 218, 185,.5) 103.24%);
	background: -moz-linear-gradient(right,rgba(255, 99, 71,.5) 4.71%,rgba(255, 218, 185,.5) 103.24%);
	background: linear-gradient(270deg,rgba(255, 99, 71,.5) 4.71%,rgba(255, 218, 185,.5) 103.24%)
}
.login-wrap .fixed {
	margin-top: .2rem;
	width: 3.13rem
}
.login-wrap .third {
	bottom: .3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	left: 50%;
	position: fixed;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 3.75rem
}
.login-wrap .third .list .ico,.login-wrap .third .list {
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}
.login-wrap .third .list .ico {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#fff)),#f8f8f8;
	background: -webkit-linear-gradient(bottom,#fff,#fff),#f8f8f8;
	background: -moz-linear-gradient(bottom,#fff,#fff),#f8f8f8;
	background: linear-gradient(0deg,#fff,#fff),#f8f8f8;
	border: .01rem solid rgba(0,194,255,.2);
	border-radius: .5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	height: .4rem;
	-webkit-justify-content: center;
	justify-content: center;
	width: .4rem
}
.login-wrap .third .list .ico.qq {
	background-image: url(./login-qq.png)
}
.login-wrap .third .list .ico.qq,.login-wrap .third .list .ico.wechat {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}
.login-wrap .third .list .ico.wechat {
	background-image: url(./login-wechat.png);
	margin-right: .3rem
}