﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
    outline: none;
}

img {
    border: none;
    outline: none;
}

ul li {
    list-style: none;
}

.top {
    width: 100%;
    height: 60px;
    background: #237ae4;
}

.head {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    padding-top: 20px;
}

.head-img {
    margin-top: 25px;
    float: left;
    margin-right: 35px;
    width: 280px;
}

    .head-img img {
        width: 180px;
    }

.head-login {
    float: right;
    padding-top: 20px;
    text-align: right;
}

    .head-login a {
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 18px;
    }



        .head-login a img {
            position: relative;
            top: 3px;
            padding-left: 5px;
        }

.container {
    margin: 24px auto;
    width: 1100px;
}

.findpassword, .success .p1, .sure, .information {
    font-size: 18px;
}

.findtitle ul li, .account p, .restpsd .label, .success {
    font-size: 14px;
}

#accountinfo {
    border: 1px solid rgb(201, 201, 201);
    box-shadow: rgb(201, 201, 201) 0px 0px 5px;
    border-radius: 5px;
    display: inline-block;
    width: 326px;
    height: 30px;
    padding-left: 10px;
    margin-left: 19px;
    padding-top: 6px;
    font-size: 16px;
}

.findpassword {
    margin-left: 40px;
    height: 26px;
    line-height: 26px;
    color: #237ae4;
    padding-left: 20px;
    border-left: 2px solid #237ae4;
}

.findtitle {
    margin-top: 20px;
    height: 30px;
    background: url(../../Images/Account/OPNG1-1.png) center center no-repeat;
}

    .findtitle ul li {
        float: left;
        width: 354px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
.findtitle ul{
    width: 714px;
    height: 29px;
    margin: 0 auto;
}

.info {
    margin-top: 52px;
    margin-left: 268px;
}

#RquirPPassword, #PPassword {
    width: 300px;
}

.account p {
    color: #999;
}

.test .newpsd, .test .oldpsd, .test .surepsd {
    display: inline-block;
}

.account-info, .test {
    margin-top: 34px;
    font-size: 16px;
    color: #999;
    position: relative;
}

.label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

/*.label:after{
content:'';
width: 100%;
display: inline-block;
height: 0;
}*/

.pw-strength {
    clear: both;
    position: relative;
    top: -34px;
    width: 240px;
    left: 90px;
    height: 0px;
}

.pw-bar {
    background: url(/Images/Home/pwd-1.png) no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}

.pw-bar-on {
    background: url(/Images/Home/pwd-2.png) no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: 2px;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
}

.pw-weak .pw-defule {
    width: 0px;
}

.pw-weak .pw-bar-on {
    width: 60px;
}

.pw-medium .pw-bar-on {
    width: 120px;
}

.pw-strong .pw-bar-on {
    width: 179px;
}

.pw-txt {
    padding-top: 2px;
    width: 180px;
    overflow: hidden;
}

    .pw-txt span {
        color: #707070;
        float: left;
        font-size: 12px;
        text-align: center;
        width: 58px;
    }

.passWordRemindBox {
    display: none;
}

.account input, .restpsd input {
    padding-left: 10px;
    height: 35px;
    margin-left: 19px;
    border: 1px solid rgb(201, 201, 201);
    box-shadow: rgb(201, 201, 201) 0px 0px 5px;
    border-radius: 5px;
}

.tiptext1 {
    width: 300px;
}

.tiptext2 {
    width: 150px;
}

.tiptext3 {
    position: relative;
}

.test button {
    height: 35px;
    width: 125px;
    margin-left: 20px;
}

#warningPValid {
}

.again {
    margin-left: 40px;
}

.lose {
    position: absolute;
    top: 1px;
    left: 440px;
    height: 35px;
    line-height: 35px;
    width: 200px;
}

    .lose img {
        vertical-align: middle;
        margin-top: -2px;
    }

.yanzheng {
    margin-left: 135px;
    width: 306px;
    height: 35px;
}

.account .button-enabled, .sure {
    background-color: #237ae4;
    /*background-color: #F61067;*/
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.account .button-disabled {
    background-color: #999;
    color: #fff;
    border-radius: 5px;
    cursor: not-allowed;
}

.account .button-enabled:hover, .sure:hover {
    /*background: #F6105C;*/
    background: #4499ff;
}

.restpsd {
    position: relative;
}

#OPwdInfo {
    color: grey;
    font-size: 14px;
    width: 340px;
    margin-left: 122px;
    display: inline-block;
    margin-top: 8px;
}

.restpsd input {
    width: 328px;
}

.restpsd .label {
    color: #999;
}

.information {
    margin-left: 22px;
    color: #f38816;
    text-decoration: underline;
}

.newpsd, .oldpsd, .surepsd {
    margin-top: 21px;
    display: inline-block;
}

.surepsd {
    margin-top: 27px;
}

.sure {
    margin-top: 52px;
    margin-left: 121px;
    width: 340px;
    height: 35px;
}

.success {
    margin-right: 280px;
    text-align: center;
}

    .success .p1 {
        margin-top: 26px;
        color: #4c4c4c;
    }

    .success .p2 {
        margin-top: 23px;
        height: 56px;
        line-height: 28px;
        color: #666;
    }

    .success .p3 {
        margin-top: 18px;
        font-size: 18px;
        font-weight: bold;
    }

        .success .p3 a {
            color: #2375e4;
        }

            .success .p3 a:hover {
                text-decoration: underline;
            }

.wrong {
    font-size: 15px;
    margin-left: 5px;
    color: red;
}

#pwdLvl {
    position: absolute;
    height: 50px;
    top: 192px;
    left: 523px;
    /*top: 178px;
    left: 490px;*/
}

#logo {
    /*width: 170px;
    height: 100px;*/
    width: 140px;
}
/*验证样式*/
.right {
    background-image: url(../../Images/Account/pass.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    font-size: 12px;
    margin-left: 5px;
    color: #3480d3;
    color: red;
    margin-left: 7px;
    background-size: 16px 16px;
}

.fault {
    background-image: url('../../Images/Account/error.png');
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 15px;
    /*margin-left: 5px;*/
    background-size: 21px 21px;
}


#pwdLvl .emila span {
    padding: 0px !important;
}

#level div {
    line-height: normal !important;
}

.pw-strength {
    clear: both;
    position: relative;
    top: -50px;
    width: 240px;
    left: 90px;
    height: 0px;
}

.pw-bar {
    background: url(/Images/Home/pwd-1.png) no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}

.pw-bar-on {
    background: url(/Images/Home/pwd-2.png) no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: 2px;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
}

.pw-weak .pw-defule {
    width: 0px;
}

.pw-weak .pw-bar-on {
    width: 60px;
}

.pw-medium .pw-bar-on {
    width: 120px;
}

.pw-strong .pw-bar-on {
    width: 179px;
}

.pw-txt {
    padding-top: 2px;
    width: 180px;
    overflow: hidden;
}

    .pw-txt span {
        color: #707070;
        float: left;
        font-size: 12px;
        text-align: center;
        width: 49px;
    }


#pwdLvl .emila span {
    padding: 0px !important;
}
#pwdLvl {
    position: absolute;
    height: 50px;
    top: 64px;
    left: 462px;
}
#level div {
    line-height: normal !important;
}