@charset "utf-8";
/*****************全局***************/
*{
    padding: 0;
    margin:0;
    list-style-type: none;
    font-size: 12px;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    color: #548DA8;
    text-decoration: underline;
}
body{
	background:#fff;
}
.header{
    height: 80px;
    padding-right: 300px;
    margin-top: 20px;
}
.logo-box{
    float: left;
    margin-left: 200px;
}
.enroll-logo,.header-font{
    display: inline-block;
    background-image: url("../images/enroll-icon.png");
    background-repeat: no-repeat;
}
.enroll-logo{
    width:200px;
    height:60px;
    background-position: -60px 0;
    border-right:2px solid #858585;
}
.header-font{
    width:320px;
    height:60px;
    background-position: 10px -85px;
}
.header-btn{
    float: right;
}
.header-btn>a{
    float: left;
    margin-top: 20px;
    padding: 0 10px;
    font-size: 14px;
}
.header-btn>a:first-child{
    border-right: 1px solid #000;
}
.section{
    width:1000px;
    margin:30px auto 0 auto;
}
.section h2{
    font-size: 18px;
    font-weight: normal;
    padding-left: 150px;
}
.changePwdImg-one,.changePwdImg-two,.changePwdImg-three{
    width:460px;
    margin:30px  auto 0 auto;
    height: 80px;
    background-image: url("../images/xiugai.png");
    background-repeat: no-repeat;
}
.changePwdImg-two{
    background-position: -1px -105px;
}
.changePwdImg-three{
    background-position: -1px -220px;
}
.change-font{
    width: 500px;
    margin:0 auto;
}
.rank,.pwdChang,.over{
    position: relative;

}
.rank{
    left:28px;
}
.pwdChang{
    left:172px;
}
.over{
    left:330px;
}
.change-ipt-common{
    width: 380px;
    margin:0 auto;
    padding: 40px 0 0 0;
}
.change-ipt-common input{
    padding: 12px 10px;
    width: 340px;
    margin:10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.change-ipt-common input[type=text],.change-ipt-common input[type=password]{
	border:1px solid #9C9C9C;
	outline:none;
}
.change-ipt-common input[type=text]:hover,.change-ipt-common input[type=password]:hover{
	border:1px solid #1792E0;
}
.change-ipt-common input[type=button]{
	 border:0 solid #000;
}
.xing{
    color: red;
}
.change-ipt-common table tr{
    width:380px;
}
.vilateipt{
    display: inline-block;
    width:119px;
    height:42px;
    margin-left: 7px;
    background-color: #f49856;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;

}

.vilateipt:hover{
    background-color: #ffc69e;
}
.vilateipt-box{
    width:380px;
}
.next-step{
    width: 365px!important;
    margin-left: 10px!important;
    color: #ffffff;
    background-color: #3598DC;
}
.next-step:hover{
    background-color: #48A5E5;
}
.time-box {
    width: 80px;
    height: 40px;
    margin: 40px auto 0px auto;
    font-size: 28px;
    line-height: 40px;
}
.success-font>span{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url("../images/xiugai.png");
    background-repeat: no-repeat;
    background-position: -10px -310px;
}
.success-font>label{
    font-size: 16px;
}
.success-font>a{
    color: #48A5E5;
    font-size: 16px;
}
.success-font>a:hover{
    color: #3598DC;
}
.success-font{
    width: 440px;
    margin:0 auto;
}