/*修改页面*/
.phone {
    padding: 3.0rem 1.25rem;
}
.phone .phone-header {
    text-align: center;
}
.phone .phone-header span {
    font-size: 1.5rem;
}
.modify-phone {
    margin: -2rem;
}
.verify-phone {
    margin-top: -2rem;
    font-size: 1.333rem;
}
.handset {
    margin: 0.917rem 0;
    font-size: 1.083rem;
}
.verify-box {
    display: -webkit-flex;
    display: flex; 
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.verify-code {
    width: 10.417rem;
    height: 2.8rem;
    border:1px solid #e6e6e6;
    background: #eee;
    color: #b5b5b5;
    border-radius: 3px;
    padding:0 0.625rem; 
}
.verify-btn {
    color: #a4a4a4;
    font-size: 1rem;
    color: #fff;
    padding: .5rem .6rem;
    border-radius: 3px;
    background: #000;
}
.verify-box .disabled {
    color: #a4a4a4;
    font-size: 1rem;
    background: #fdfdfd;
}

/*修改成功页面*/
.success-phone {
    padding: 1.333rem;
}
.success-phone .new-phone {
    border:1px solid #ebebeb;
    background: #fff;
    height: 3.25rem;
    padding: .625rem 0.833rem;
}
.success-phone .new-phone input {
    height: 2rem;
    line-height: 2rem;
    border:none;
}
.success-phone .empty-name {
    float: right;
    margin-top: .25rem;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../m-images/icon2.png) no-repeat 0 -3.958rem;
    background-size: 33.333rem 33.333rem;
}
.success-phone .verification {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.75rem;
    height: 3.333rem;
}
.success-phone .verification input {
    width: 60%;
    padding: 0 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 1rem;
}
.success-phone .get-verification {
    width: 35%;
    background-color: #363539;
    color: #fff;
    font-size: 0.917rem;
    text-align: center;
    line-height: 3.333rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.success-phone .disabled {
    color: #a4a4a4;
    font-size: 1rem;
    background: #fdfdfd;
}
.success-tips {
    margin-top: 8rem;
    color: #605f62;
    line-height: 1.6;
}
.success-tips h2 {
    font-size: 1.083rem;
}
.success-tips p {
    font-size: 0.917rem;
}