.main{
    position: relative;

    width: 1200px;
    height: 645px;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin: 0 auto;
    margin-top: 41px;
}
.password{
    width: 360px;
    margin: 0 auto;



}
.title{
    font-size: 24px;
    color: #333333;
    margin-top: 100px;
    border-bottom: 1px solid #ff9a00;
    padding-bottom: 15px;
}
.border{
    width: 360px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.border b{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background: url("../img/hide-pwd.jpg") no-repeat;
}
.border .on{
    background: url("../img/show-pwd.jpg") no-repeat;
}
.border input{
    width: 358px;
    height: 48px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;


    border:1px solid #e5e5e5;
    border-width: 0;

}


.submit{
    width: 360px;
    height: 40px;
    background-color: #ff9a00;
    border-radius: 4px;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.phone input{
    width: 308px;
    margin-left: 50px;
}
.imgcode span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
    width: 130px;
    height: 50px;
    background: #f9f9f9;
}
.smscode span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
    width: 130px;
    height: 50px;
    background: #f9f9f9;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.phone span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #f9f9f9;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.box-tips{
    width: 360px;
    height: 50px;
    margin-top: 30px;
    position: relative;
}
.box-tips em{
    display: block;
    width: 100%;
    height:30px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    bottom: -30px;
    left:0;
    color: #f76260;
    font-size: 12px;
}

.examine{
    width: 400px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 7px #E0E0E0;
    -webkit-box-shadow: 1px 1px 7px #E0E0E0;
    box-shadow: 1px 1px 7px #E0E0E0;
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -150px;
    margin-top: -200px;
    z-index: 100;
}
.examine p{
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.examine img{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 100px;
}

.box-tips s{
    color: #225592;
    font-size: 12px;
    float: right;
    position: absolute;
    right: 0;
    bottom: -38px;
    height: 38px;
    line-height: 30px;
    text-decoration: none;
}

.pupop_mask{
    width: 250px;
    height:150px;
    text-align: center;
    position: fixed;
    left:50%;
    top:50%;
    margin: -25px 0 0 -150px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 7px #666666;
    -webkit-box-shadow: 1px 1px 7px #666666;
    box-shadow: 1px 1px 7px #666666;
    color: #333;
}
.pupop_mask img{
    width: 40px;
    margin: 0 auto;
    margin-top: 30px;

}
.pupop_mask p{
    width: 200px;
    margin: 0 auto;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
.pupop_mask span{
    color: #f76260;
}


input {
    background-color:transparent;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}


input::-webkit-search-decoration {
    -webkit-appearance: none;
}