@charset "utf-8";
/*
*UGO change-password;
*time :20160920
*author:wxl;
*/

.changecon {
	margin: 1.667em 6.25% 0 6.25%;
}
.changecon ul li{border-bottom: 1px solid #ccc;
	padding: 1.125em 0;
	position: relative;}
.changecon input[type="text"],.changecon input[type="password"] {
	background-color: #fff;
	border: medium none;
	height: 1.2em;
	line-height: 1.2em;
	color: #222;
	font-size: 1.25em;
	width: 85%;
}
i.del {
	display: none;
	background: url(../../images/login201609/del.png) no-repeat;
	width: 1.167em;
	height: 1.167em;
	background-size: 1.167em 1.167em;
	position: absolute;
	top: 34%;
	cursor: pointer;
}

/*手机号*/
.phone i.del {
	right: 1.33em;
}
.pic-identy i.del {
	right: 7.5em;
}
.phone input[type="text"] {
	width: 85%;
}
::-webkit-input-placeholder {
color:#222222;
}
.move .slideBlock {
	width: 100%;
}

/*按钮*/
.change-bt{ margin-top:2.04em;}
.change-bt .btn {
	display: block;
	border-radius: 5px;
	width: 100%;
	font-size: 1.25em;
	height: 2.667em;
	line-height: 2.667em;
	text-align: center;
	border: medium none;
	background-color: #ff504a;
	color: #fff;
}
.change-bt .no-btn {
	background-color: #eeeeee;
	color: #ccc;
}



/*验证码*/
.phone_val{
	background-color: #fff;
	height: 1em;
	line-height: 1em;
	color: #222;
	font-size: 1.25em;
	width: 85%;
}
.identy input[type="text"] {
	width: 55%;
}
.identy i.del {
	right:8.3em;
	
}
i.countdown{ position:absolute; color:#ff504a; font-size:1.083em; width:6.35em; top:28%; right:0; text-align:right;}
i.again-code{ color:#ff504a;}

/*输入密码*/

.pwd input[type="text"],.pwd input[type="password"] {
	padding:0;
	width: 75%;
}
.pwd i.del {
	right:5em;
}
.pwd i.look{ display: block;
background:url(../../images/login201609/eye.png) no-repeat;
	width: 1.625em;
	height: 1.04em;
	background-size: 1.625em 1.04em;
	position: absolute;
	top: 34%;
	cursor: pointer;
	right:1.33em;
	}
.pwd i.nolook{
	background:url(../../images/login201609/no_eye.png) no-repeat;
	width: 1.625em;
	height: 1.04em;
	background-size: 1.625em 1.04em;
	}
	
/*注册*/
.pic-identy input[type="text"]{ width:60%; }
.v_countdown{
    background: transparent;
	height:2em;
    width:6.75em;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
	top:20%;
	}
.protocol{ text-align:right; color:#999999;margin:1.458em 0;}

::-webkit-input-placeholder{
	color:#999;
}