.reset_box {
    width: 100%;
    height: calc(100vh - 3.8rem);
    background-color: #fff;
    position: relative;
}
.reset_box .reset_container {
    width: 85%;
    max-width: 30em;
    margin: 0 auto;
    padding: 0 3rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 17px #d0d0d0;
}
.reset_box .title {
    width: 100%;
    font-family: "宋体";
    text-align: center;
    font-size: 1.5em;
    font-weight: 100;
    color: #999999;
    margin: 16.8px 0;
}
.reset_box .input_line {
    margin: 10px 0;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}
.reset_box .input_line input {
    outline: none;
    border: none;
    width: calc(100% - 25px);
    margin-left: 5px;
    font-size: 1.0666667rem;
    font-family: 宋体;
    line-height: 38px;
    height: 38px;
    background: hsla(0, 0%, 100%, 0);
    box-sizing: border-box;
}
.reset_box .account_icon {
    background-image: url(/v3/img/icon_tel.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.reset_box .password_icon {
    background-image: url(/v3/img/icon_pwd.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.reset_box .sms_code {
    float: right;
    font-size: 1.07em;
    width: 32%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    background: #348fe4;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .reset_box .sms_code {font-size: 0.5em;}
}
.reset_box .submit_btn {
    text-align: center;
    background: #348fe4;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 2em;
    display: inline-block;
    width: 100%;
}
.reset_box .to_reg {
    margin: 10px 0;
    text-align: right;
}