*{
    margin: 0;
    padding: 0;
}

html{
    width: 100%;
    height: 100%;
    background: url('../../img/bg.gif') no-repeat  65% 90%;
}

body{
    font-family: "微软雅黑";
}
.container{
    width: 320px;
    margin: 0 auto;
}
h1{
    box-sizing: border-box;
    margin-top: 60px;
    width: 320px;
    text-align: center;
    color: #656565;
    font-size: 34px;
    font-weight: normal;
}
.tab{
    width: 320px;
    margin-top: 38px;
    font-size: 20px;
}
.tab a{
    text-decoration: none;
    color: #656565;    
}
.tab a:first-child{
    float: left;
    margin-left: 14px;
    border-bottom:4px solid #00BDD6; 
}
.tab a:last-child{
    float: right;
    margin-right: 14px;
}
.enter-number{
    clear: both;
    width: 320px;
    position: relative;
}
.enter-number .icon-tubiao209{
    position: absolute;
    left: 18px;
    top:42px;
    font-size: 27px;
    color: rgb(114,109,122);
}
.enter-number input{
    width: 320px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: none;
    margin-top: 35px;
    padding-left: 50px;
    font-size: 14px;
    box-sizing: border-box;
    color: #8A8691;
    font-family: "微软雅黑"; 
}
.error-number{
    color: #FF3F3F;
    margin-left: 18px;
    height: 28px;
    line-height: 28px;
    visibility: hidden;
}

/* 验证码样式 */
.code{
    width: 320px;
    position: relative;
}
.code input{
    width: 183px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: none;
    padding-left: 50px;
    font-size: 14px;
    box-sizing: border-box;
    color: #8A8691;
    font-family: "微软雅黑";    
}
.code .icon-yanzhengma2{
    position: absolute;
    left: 18px;
    top:7px;
    font-size: 27px;
    color: rgb(114,109,122);
}
.code .button{
    padding: 0px;
    width: 118px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #00BDD6;
    outline: none;
    font-size: 16px;
    text-align: center;
    margin-left: 12px;
    color: #fff;
    background-color: #00BDD6;
    cursor: pointer;
    font-family: "微软雅黑";    
}
.error-code{
        color: #FF3F3F;
        margin-left: 18px;
        height: 28px;
        line-height: 28px; 
        display: none; 
}
.true-code{
    color: #fff;
    margin-left: 18px;
    height: 28px;
    line-height: 28px; 
    visibility: hidden;
}
/* 新密码 */
.new-password{
    width: 320px;
    position: relative;
}
.new-password input{
    width: 320px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: none;
    padding-left: 50px;
    font-size: 16px;
    box-sizing: border-box;
    color: #8A8691;
    font-family: "微软雅黑";
    
}
.new-password .icon-21shuru{
    position: absolute;
    left: 18px;
    top:7px;
    font-size: 25px;
    color: rgb(114,109,122);
}   
.error-password{
    color: #FF3F3F;
    margin-left: 18px;
    height: 28px;
    line-height: 28px;  
    visibility: hidden;
}

/* 确认新密码 */
.yes-password{
    width: 320px;
    position: relative;
}

.yes-password input{
    width: 320px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #fff;
    outline: none;
    padding-left: 50px;
    font-size: 16px;
    box-sizing: border-box;
    color: #8A8691;
    font-family: "微软雅黑";    
}
.yes-password .icon-duihaocheckmark17{
    position: absolute;
    left: 18px;
    top:7px;
    font-size: 25px;
    color: rgb(114,109,122);
}   
.error2-password{
    color: #FF3F3F;
    margin-left: 18px;
    height: 28px;
    line-height: 28px;  
    visibility: hidden;
}

/* 最后按钮 */
.btn{
    width: 161px;
    height: 42px;
    color: #fff;
    border: 1px solid #00BDD6;
    border-radius: 30px; 
    background-color: #00BDD6;
    font-size: 18px;   
    outline: none;
    cursor: pointer;
    font-family: "微软雅黑";    
}
.btn-box a{
    text-decoration: none;
    margin-left: 78px;
    color: #00BDD6;
    font-size: 18px;
}
.help{
    width: 320px;
    text-align: center;
    font-size: 14px;
    color: #858585;
    margin-top: 28px;
    margin-bottom: 35px;
}

.icon-iconfontgantanhao2{
    margin-right: 3px;
}
.icon-tongguo{
    margin-right: 3px;
    color: #65BF28;
}
/* 验证成功的弹出 */

.success{
    width: 320px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: none;
    margin: 0 auto;
    margin-top: 165px;
}
.success img{
    width: 108px;
    height: 108px;
    color: #65BF28;
    margin-bottom: 36px;
}
.success p{
    height: 25px;
    font-size: 12px;
    line-height: 25px;
}
.success button{
    width: 143px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #00BDD6;
    border-radius: 30px;
    outline: none;
    background-color: #00BDD6;
    cursor: pointer;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);    
    margin-top: 34px; 
    font-family: '微软雅黑'
}