section {
    height: 476px;
}
.acc-tag {
    margin-bottom: 20px;
}
.acc-tag span:nth-of-type(2) {
    color: #F39800;
}
#username-box {
    width: 480px;
    border-radius: 4px;
}

.name-box , .yzm-box{
    height: 101px;
    display: flex;
    align-items: center;
    padding: 0 22px 0 22px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    justify-content: space-between;
    border-radius: 4px;
    cursor: pointer;
}
.phone-tag {
    flex: 1;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}
.phone-tag span:nth-of-type(1) {
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
}
.phone-tag span:nth-of-type(2) {
    margin-top: 10px;
    border-radius: 4px;
}
.btn {
    width: 88px;
    height: 36px;
    background: #0091DB;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
}
.img-box {
    width: 67px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.btn1 {
    width: 88px;
    height: 36px;
    background: #0091DB;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
}
