.help-header-text{
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 36px;
    color: #FFFFFF;
    vertical-align: center;
    line-height: 200px;
    height:200px;
}
.help-background{
    background-color: #f5f5f5;
    padding-top: 16px;
}
.help-container{
    width:1200px;
    margin: 0 auto;
    background-color: #fff;
    height:1160px;

}
.help-header-container{
    height:60px;
    border-bottom: 1px solid #E8E8E8;
}

.part{
    display: inline-block;
}

.help-header-left{
    width:200px;
    border-right: 1px solid #E8E8E8;
    height:60px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 60px;
    vertical-align: center;
    padding-left: 32px;
}
.help-menu{
    width:200px;
    border-right: 1px solid #E8E8E8;
    vertical-align: top;
    height: 1100px;
}

.help-content{
    vertical-align: top;
    padding: 30px 48px;
    height: 1100px;
    overflow-y: scroll;
}

.help-content-part-container{
    margin-top: 30px;
}
.help-content .title{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    margin-bottom: 20px;
}
.help-content .content img{
    width:880px;
    margin-bottom: 20px;
    display: block;
}

.help-content .context{
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    margin-bottom: 16px;
}

.help-header-right{
    border-bottom: 1px solid #E8E8E8;
    height:60px;
    box-sizing: border-box;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 60px;
    vertical-align: center;
    padding-left: 32px;
}

.help-content-container{

}

.help-menu-title{
    height:40px;
    line-height: 40px;
    vertical-align: center;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    padding-left: 32px;

}

.help-menu-items>ul>li{
    padding:8px 40px;
    cursor: pointer;
}

.help-menu-items>ul>li:hover{
    background-color: #e6f7ff;
    border-right:4px solid #88c4ff;
}
.inside_banner {
    margin-top:80px;
    width: 100%;
}