#header{
    width:11.2rem;
    margin:0 auto;
	margin-top:0.4rem;
    height: 1rem;
}
#jkt,#wlc{
    float: left;
}
#jkt>img{
    margin-top: 0.2rem;
	/*width:2.36rem;*/
	height:0.6rem;
}
#wlc,#gobackLogin{
    
}
#gobackLogin{
    text-decoration: none;
    color: #c65252;
    float: right;
}
#container{
    /*height: 6.6rem;*/
    border: 0.01rem solid #dddddd;
    /* padding:60rem 0 27rem 0; */
	border-radius:0.05rem;
	box-shadow:0.02rem 0.02rem 0.14rem #dfdde5;
	padding-bottom: 0.6rem;
}
footer{
    color: #333;
    width: 11.2rem;
	font-size:0.16rem;
	text-align:center;
	 margin:0.5rem auto;
}
footer>p{
    text-align: center;	
}

#reset1,#reset2,#resetsuccess{
    width: 4rem;
    margin:0 auto;
}

#reset1>div>span,#reset2>div>span{
    display: block;
    /* margin-bottom: 6rem; */
    font-size: 0.16rem;
	width:0.24rem;
	height:0.15rem;
	background-size:0.24rem 0.15rem;
}
.input-error{
    width: 4rem;
    height: 0.19rem;
    color: red;
    background: #fff;
    padding-left:0.05rem;
	margin-bottom:0.21rem;
}
#getcode{
    cursor: pointer;
}
.okbtn{
    text-align: center;
    width: 4rem;
}
.okbtn>a{
    width: 4rem;
	height:0.5rem;
	margin:0;
	font-size:0.2rem;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.okbtn>a:first-child{
    margin-right: 0.56rem;
}
#resetsuccess{
    text-align: center;
    padding-top: 0.5rem;
}
#resetsuccess>img{
    position: relative;
    top: -0.03rem;
    margin-right: 0.08rem;
}
#resetsuccess>span{
    font-size: 0.16rem;
    color: #000;
}
#autojump{
    width:100%;
    text-align: center;
    margin-top: 0.6rem;
}
/* #resetsuccess a{ */
    /* text-decoration: underline; */
    /* color: #32b6ff; */
    /* font-size: 12rem; */
/* } */

.back-index{
	font-size:0.26rem;
	display:blcok;
	float:right;
	margin-top:0.26rem;
	font-family:Verdana,"华文细黑" !important;
}

.reset-title{
	margin-top:0.6rem;
	margin-bottom:0.4rem;
	text-align:center;
	font-family:Verdana,"华文细黑";
	font-size:0.36rem;
	color:#363a3e;
}

#phone,#yancode,#pass,#passsure{
	width:4rem;
	height:0.5rem;
	/* margin-bottom:21rem; */
	color:#9ba0a3;
	font-size:0.18rem;
	padding-left:0.2rem;
	border:0.01rem solid #d6dadf;
	background:#f8fafc;
}

#yancode{
	width:2.59rem;
	margin-bottom:0;
	margin-right:0.2rem;
}

#getcode{
	width:1rem;
	height:0.5rem;
	color:#fff;
	background:#286090;
	border-radius:0.05rem;
}

#reset2 .from-group{
	position:relative;
}

.show_img,.show_img2{
	z-index:1;
	position:absolute;
	width:0.24rem;
	height:0.15rem;
	background:url("../../images/show_pass.png") no-repeat;
	right:0.16rem;
	top:0.18rem;
}

.input-group-addon{
	padding: 0.06rem 0.12rem;
	font-size: 0.14rem;
	border: 0.01rem solid #ccc;
}
/* ie去掉input自带的X和眼睛 */
input::-ms-clear{
	display:none;
}
input[type="password"]::-ms-clear{
	display:none;
}

.passList{
	float:left;
	width: 100%;
	font-size: 0.16rem;
	margin-top: 0.15rem;
}

.passListTitle{
	font-size: 0.16rem;
}

.from-group .icon-exclamation-sign2{
	position: absolute;
	right: -0.5rem;
	top: 0.12rem;
	font-size: 0.2rem;
}

.from-group .passListDiv{
	position: absolute;
	width: 3rem;
	height:auto;
	border: 0.01rem solid #d6dadf;
	right: -3.2rem;
	top: 0.36rem;
	transition: all 0.2s linear;
	padding: 0.1rem;
	color: #888;
	border-radius: 0.04rem;
	opacity: 0;
	background-color: #fff;
}