body{
	background: #f7f7f7;
}
#header{
	/*background: #1f1c23;*/
}
.nav{
	background: #fff;
	padding: 15px 0;
	position: relative;
}
.nav ol{
	width: 1113px;
    margin: auto;
    overflow: hidden;
}
.nav ol li{
	width: 33%;
    float: left;
    color: #5d5d5d;
    text-align: center;
    font-size: 17px;
    position: relative;
    padding: 36px 0 0px 0;
}
.nav ol li .num{
	display: block;
    height: 33px;
    width: 34px;
    background: url(/ued/images/step.png) no-repeat 0px 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    line-height: 33px;
    margin-left: -17px;
    z-index: 2;
    font-size: 14px;
}
.nav ol li.current .num{
	background: url(/ued/images/stepNow.png) no-repeat 0px 0px;
	color: #fff;
}
.nav hr{
	border-color: #2ca24e;
    border-bottom: none;
    width: 750px;
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 1;
    margin-left: -375px;
}
.content{
    width: 420px;
    padding: 10px 165px;
    margin: auto;
    background: #fff;
    box-shadow: #f1f1f1 0px 0px 65px;
    border-radius: 8px;
    margin-top: 15px;

}
ul .title{
    display: block;
    margin: 8px 0;
    font-size: 15px;
}
.content input[type="text"]{
    width: 410px;
    padding-left: 10px;
    border:#c3c3c3 solid 1px;
    outline:none;
    height: 35px;
    border-radius: 5px;

    font-size: 14px;
}
.select_mn input[type="text"]{
    cursor: pointer;
    color: #9e9e9e;
}
.content .select_mn input[type="text"]:focus{
    border:#c3c3c3 solid 1px;
}
.content input:focus{
    border: #2ba14d solid 1px;
}
.content ul li{
    position: relative;
}
.content ul li.num{
    width: 50%;
    float: left;
}
.content ul li.num input[type="text"]{
    width: 200px;
}
.triangle{
    display: inline-block;
    *display: inline;
    zoom:1;
    border:#ccc solid 5px;
    border-color:#c0c0c0 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 45px;
}
.select_content {
    position: absolute;
    top: 67px;
    background: #fff;
    width: 398px;
    padding-left: 10px;
    left: 0px;
    z-index: 999;
    border: #c0c0c0 solid 1px;
    border-top: none;
    display: none;
}
.select_content a{
    color:#333;
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.content ul li.dl_num{
    clear:both;
    padding-top: 1px;
}
.img_yzm input[type="text"]{
    width: 300px;
    float: left;
}
.img_yzm img{
    float: right;
    width: 90px;
    height: 40px;
    margin-right: 10px;
}
.content ul li.telphone{
    clear: both;
    padding-top: 1px;
    /*overflow: hidden;*/
}
.notics{
    color: #e91e1a;
    position: absolute;
    right: 20px;
    top: 13px;
}
.content ul li.telphone input[type="text"]{
    width: 300px;
    float: left;
}
.get_yzm{
    width: 100px;
    height:38px;
    line-height: 40px;
    color:#2ca24e;
    border:#2ca24e solid 1px;
    border-radius:5px;
    float: right;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
}
.getlogin_yzm{
    width: 100px;
    height:38px;
    line-height: 40px;
    color:#2ca24e;
    border:#2ca24e solid 1px;
    border-radius:5px;
    float: right;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
}
.button_box{
    text-align: center;
    margin: 10px 0
}
.button{
    background: #2ca24e;
    height:50px;
    line-height: 50px;
    border-radius:5px;
    width: 300px;
    color: #fff;
    display: inline-block;
    *z-index: 1;
    *display: inline;
    font-size: 16px;
    text-align: center;
}
.error{
    /*position: absolute;*/
    left: 418px;
    color: #e91e1a;
    display: none;
    top: 43px;
}
li.num .error{
    left: 112px;
    top: 18px;
}
.items_box{
    text-align:center;
    margin: 10px 0;
}
.items_box label{
    color: #329acd
}
.items_box .error{
    left: 297px;
    top: 1px;
}
.telphone .error,.dl_num .error{
        top: 53px;
}
.login-header-title {
  position: absolute;
  top: -90px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 371px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
/*login*/
.login_body{
    background: url(/ued/images/login_bg.png) no-repeat 0px 0px;
    background-size: cover;
}
.login{
    position: relative;
    width: 340px;
    background: #fff;
    padding: 20px 40px 50px 40px;
    border-radius: 5px;
    margin: auto;
    margin-top: 170px;
    box-shadow: none
}
.login input[type="text"]{
    width: 340px;
    margin-top: 40px;
    padding-left: 25px;
}
.login strong{
    font-size: 18px;
    color: #545454;
    font-weight: normal;
}
.login .button_box{
    margin-top: 10px;
}
.login a.button{
    width: 340px;
    color: #fff;
}
.login a{
    color: #545454;
}
.login #user{
    background: url(/ued/images/user.png) no-repeat 10px 13px;
}
.login #password{
    background: url(/ued/images/password.png) no-repeat 10px 13px;
}
.login #user:focus{
    background: url(/ued/images/onuser.png) no-repeat 10px 13px;
}
.login #password:focus{
    background: url(/ued/images/onpassword.png) no-repeat 10px 13px;
}
.link_register{
    float:left;
    margin-top: 10px;
}
.forget_password{
    float:right;
    margin-top: 10px;
}
.login .error{
    left: 23px;
    top: 65px;
}
.succss_bg{
    padding-top: 135px;
    text-align: center;
    background: url(/ued/images/succss_bg.png) no-repeat center 0px;
    font-size: 21px;
}
.succss_bg.reset{
    background: url(/ued/images/succss_iocn.png) no-repeat center 0px;
}
