*{
    padding: 0px;
    margin: 0px;
    font-family: Microsoft Yahei   ;
}
body{
    background-color: #f4f4f4;
}

.ini_w{
    width: 1000px;
    margin: 0 auto;
}

.top_back{
    height: 80px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e4;
}

.top{
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.logo{
    float: left;
    position: absolute;
    top: 16.5px;
    left: 0;
    bottom: 0;
}
.top_right{
    float: right;
}
.top_right a{
    text-decoration: none;
    display: inline-block;
    color: #666666;
    font-size: 16px;
}
.top_right a:hover{
    color: #0861FF;
}
.top_right .login{
    margin-right: 15px;
}


.content_back{
    background: #fff;
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 2px 5px 15px rgba(0,0,0,.08);
    padding: 45px 0 35px;
    margin-top: 5%;
    text-align: center;
}

.login_title{
    font-size: 24px;
    line-height: 34px;
    color: #666;
    margin-bottom: 30px;
    font-family: Arial,"PingFang SC","Microsoft YaHei",SimSun,sans-serif;
}

.login_note{
    width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.account_input {
    width: 360px;
    height: 48px;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    border-radius: 25px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
}
.input_back{
    margin-bottom: 30px;
}
.login_note{
    overflow: hidden;
    position: relative;
}
.user_pass{
    float: left;
    width: 260px;
    height: 48px;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.user_verify{
    float: left;
    width: 200px;
    height: 48px;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.verify_hd{
    float: right;
    width: 160px;
    height: 48px;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.verify_hd img{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


.password_show_hide_hd{
    float: right;
    width: 100px;
    height: 48px;
    box-sizing: border-box;
    background-color: #ececec;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #aaa;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.password_show_hide {
    width: 20px;
    height: 14px;
    display: inline-block;
    background-image: url(/Public/new_user/images/bg_register_pw_hide.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 30px;
}
.password_show_hide.show {
    background-image: url(/Public/new_user/images/bg_register_pw_show.png);
}

.login_btn{
    width: 360px;
    height: 48px;
    box-sizing: border-box;
    background-color: #028bff;
    padding: 0 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f8f8f8;
}
.login_btn_div{
    text-align: right;
    font-size: 14px;
    color: #888;
}
.login_btn_div a{
    text-decoration: none;
    color: #028bff;
}

.login_btn_xy{
    font-size: 12px;
    color: #888;
}
.login_btn_xy a{
    text-decoration: none;
    color: #028bff;
}
.login_note_but{
    margin-bottom: 0px;
}
.get_code{
    line-height: 45px;
    cursor:pointer;
    border: 0px;
    background: #ececec;
    color: #aaa;
    outline: 0;
}
.get_code:hover{
    color: #028bff;
}
.login_wang{
    font-size: 12px;
    text-align: right;
    margin-right: 25px;
    margin-top: 10px;

}
.login_wang a{
    color: #ababab;
    text-decoration: none;
}
.login_wang a:hover{
    color: #028bff;
}