body,html{
    background: #f9f9f9;
}
.main{
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #dedede;
    position: relative;
}
.name{
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}
.name .user-name{
    width: 32px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 24px;
}

.user-info{
    width: 1200px;
    height: 80px;
    background-color: #ffffff;
    line-height: 80px;
}

.user-info span{
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
}



.password{
    width: 440px;
    margin: 0 auto;
    position: relative;
    margin-top: 80px;

}
.title{
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #36a7fa;
    padding-bottom: 15px;
    font-weight: bold;
}
.border{
    width: 440px;
    height: 50px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}
.box-tips{
    width: 440px;
    height: 50px;
    margin-top: 40px;
    position: relative;
}
.border s{
    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;
    font-size: 14px;
    color: #333333;
    float: right;
    line-height: 1;
    border: solid 1px #c9c9c9;
    padding: 15px 0;
    padding-left: 10px;
}
.submit{
    width: 360px;
    height: 50px;
    background-color: #36a7fa;
    border-radius: 6px;
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.border input{
    width: 358px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
}
.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;
}

.btn{
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}
.btn span{
    width: 160px;
    height: 50px;
    background-color: #36a7fa;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.box-tips em{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 22px;
    text-align: left;
    position: absolute;
    bottom: -30px;
    left: 90px;
    color: #f76260;
    font-size: 12px;
}
.main{
    position: relative;
}

.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;
}

.examine .ok{
    width: 110px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    background-color: #36a7fa;
    border-radius: 6px;
    cursor: pointer;
}