.edit_header{
    background-color: #010101;
    height:44px;
    width:100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 44px;
    position: relative;
}
.edit_header .btn-back {
    position: absolute;
    left: 10px;
    top: 0;
    cursor: pointer;
}
.edit_title{
    text-align: center;
}

.body-wrapper.user-about-wrapper {
    padding: 0;
    height: calc(100% - 44px);
    overflow: auto;
}

.text-container {
    background: #fff;
    padding: 15px 20px;
    margin-top: 10px;
}

.text-container .title {
    color: #27274a;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #f1f3f8;
}

.text-container .content {
    color: #656577;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}
