.ac_nav {
    width: 100%;
    /* height:40px; */
    background: rgba(244, 244, 244, 1);
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    margin-bottom: 20px;
}

.ac_edit {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.ac_label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.ac_title {
    margin-right: 30px;
}

.ac_box {
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.sc_tips_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.sc_tips {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}

.update_title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
}

.update_progress {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    margin-bottom: 30px;
}

.ud_item {
    background-image: url(../img/accout_image_bg2_def.png);
    background-size: 100% 100%;
    width: 335px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.ud_item:first-child {
    background-image: url(../img/accout_image_bg1_def.png);
}

.ud_item:nth-child(2).ud_active {
    background-image: url(../img/accout_image_bg2_sel.png);
    color: #F2F2F2;
}

.ud_item:last-child {
    background-image: url(../img/accout_image_bg3_def.png);
}

.ud_item:first-child.ud_active {
    background-image: url(../img/accout_image_bg1_sel.png);
    color: #F2F2F2;
}

.ud_item:last-child.ud_active {
    background-image: url(../img/accout_image_bg3_sel.png);
    color: #F2F2F2;
}

.ver_phone {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 17px;
}

.ver_inp {
    width: 206px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.ver_inp:focus,
.edit_inp:focus {
    border-color: #79CB1E;
}

.send_btn {
    width: 98px;
    height: 32px;
    background: rgba(51, 51, 51, 1);
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.ver_form_item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px;
}

.ver_form {
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}

.next_step {
    width: 150px;
    height: 40px;
    background: rgba(121, 203, 30, 1);
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    display: block;
    cursor: pointer;
}

.next_step:hover {
    color: rgba(255, 255, 255, 1);
}

.edit_inp {
    width: 250px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 3px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.changeSuccess {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-top: 50px;
}

.changeSuccess>img {
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}