.help {
    min-width: 1200px;
    background-color: #e9e5e4;
    background-image: url('https://genwan.genwan.com/haozk/centerBg.png');
    background-size: 1920px 1137px;
    background-repeat: no-repeat;
    background-position: 0 80px;
}

.help .main-help {
    min-height: 430px;
    padding-top: 80px;
}

.help .main-help .help-title {
    padding-top: 24px;
    width: 227px;
    height: 48px;
    background-image: url('../images/help/iconHelp.png');
    background-repeat: no-repeat;
    background-size: 227px 48px;
    background-position: 0 24px;
}

.help .main-help .layui-tab {
    margin: 28px 0 0;
}

.help .main-help .layui-tab .layui-tab-title {
    height: 68px;
    border: 0;
}

.help .main-help .layui-tab .layui-tab-title li {
    width: 155px;
    min-width: 155px;
    height: 68px;
    padding: 0;
    box-sizing: border-box;
    background-image: url('../images/help/helpTabs.png');
    background-repeat: no-repeat;
    background-size: 315px 68px;
    line-height: 64px;
}

.help .main-help .layui-tab .layui-tab-title li span{
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #695549;
    z-index: 9;
}

.help .main-help .layui-tab .layui-tab-title .layui-this span {
    color: #FFFCD5;
}

.help .main-help .layui-tab .layui-tab-title .layui-this:after {
    width: 155px;
    min-width: 155px;
    height: 68px;
    border: 0;
    border-radius: 0;
    background-image: url('../images/help/helpTabs.png');
    background-repeat: no-repeat;
    background-size: 315px 68px;
    background-position-x: -160px;
    line-height: 64px;
}

.help .help-footer-bg {
    margin-top: -170px;
    height: 400px;
    background-image: url('https://genwan.genwan.com/haozk/helpFooterBg.png');
    background-repeat: no-repeat;
    background-size: 1920px 400px;
}