
.containerBox {
    background-color: #fff;
    width: 964px;
    min-height: 600px;
}

.containerBox .header {
    font-size: 17px;
    font-weight: bold;
    margin: 0 15px 0px;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #e1e1e1;
}

.containerBox .header span {
    width: 3px;
    height: 16px;
    background: #C94146;
    margin: 0 14px 0 0;
    display: inline-block;
}

.typeBox {
    display: flex;
    padding: 17px;
}

.typeSon {
    width: 337px;
    height: 135px;
    background: #FFFFFF;
    border: 1px solid #D9DCE4;
    margin: 0 0 0 70px;
    padding: 23px;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
}

.typeSon > a {
    width: 117px;
    height: 34px;
    background: #C94146;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    margin: 21px 0 0 0;
}

/*手机号修改*/
.amendBox {
    padding-left: 260px;
    padding-bottom: 64px;
    padding-top: 40px;
}

.amendSon {
    margin-top: 23px;

}

.amendSon > p {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.amendSon > input {
    display: inline-block;
    vertical-align: middle;
    width: 331px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #979797;
    font-size: 12px;

    font-weight: 400;
    color: #333;
    line-height: 17px;
    padding-left: 10px;
}

.phoneBox {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.phoneBox > input {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    height: 33px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #979797;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 33px;
    padding-left: 10px;

}

.phoneBox .getCode {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 33px;
    background: #C94146;
    border-radius: 3px;
    border: 1px solid #487FFC;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.amendBn {
    width: 331px;
    height: 42px;
    background: #C94146;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-left: 75px;
    margin-top: 41px;
    cursor: pointer;
}


.amendBox .amendSon {
    margin-top: 23px;
    display: flex;
    align-items: center;
}

.amendBox .amendSon p {
    width: 80px;
    font-size: 14px;
    text-align: center;
    font-size: 13px;
}

.amendBox .amendSon .inputBox {
    width: 331px;
    height: 36px;
    position: relative;
}

.amendBox .amendSon .inputBox input {
    width: 331px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 10px;
}

.amendBox .amendSon .inputBox img {
    position: absolute;
    height: 16px;
    right: 10px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.amendBox .amendSon .inputBox .img2 {
    display: none;
}

.amendBox .amendBn {
    width: 331px;
    height: 42px;
    background: #C94146;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
    margin: 41px 0 0 75px;
}

#user_info{
    color: #c84146;
    margin-left: 100px;
    margin-top: 20px;
    font-weight: bold;
}

#user_name_info, #user_phone_info {
    display: flex;
    width: 200px;
    height: 30px;
    line-height: 30px;
}

#user_name_info span:nth-child(1), #user_phone_info span:nth-child(1) {
    width: 70px;
    height: 30px;
    line-height: 30px;
}