body {
    background: #fbfbfb;
}

.categoryList {
    display: none;
}

.headerCol {
    background: #fff;
}

.nav a {
    color: #333;
}


/* 商品分类部分修改 */

.sceneCustomize,
.sortCustomize,
.brand,
.hotCustomize {
    background: #fff;
}
/* *********************** */


/* 主体 */

.helpCon {
    width: 100%;
}

.helpCon .right {
    float: left;
    width: 230px;
}

.helpCon .right .quesClass {
    width: 100%;
}

.helpCon .right .quesClass .titH {
    height: 50px;
    background: #baa47f;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.helpCon .right .quesClass .quesList {
    width: 100%;
}

.helpCon .right .quesClass .quesList>ul>li {
    width: 230px;
    line-height: 50px;
    position: relative;
    margin-bottom: 2px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background: #eaeaea;
    cursor: pointer;
}

.helpCon .right .quesClass .quesList>ul>li::after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    right: 25px;
    top: 20px;
    border-bottom-width: 7px;
    border-left-width: 7px;
    border-right-width: 7px;
    border-style: solid;
    border-color: transparent transparent #a8a8a8 transparent;
}

.helpCon .right .quesClass .quesList .inner {
    display: none;
}

.helpCon .right .quesClass .quesList .inner li {
    width: 230px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.helpCon .right .quesClass .quesList .inner li:last-of-type {
    border: none;
}

.helpCon .left {
    float: right;
    width: 950px;
}

.helpCon .left .titL {
    height: 50px;
    line-height: 50px;
    background: #eaeaea;
    color: #666;
    text-indent: 40px;
    font-size: 16px;
}

.helpCon .left span {
    font-family: '宋体';
}

.helpCon .left .contL {
    width: 100%;
    padding: 17px 60px 190px;
    background: #fff;
}

.helpCon .left .contL .contInner {
    padding: 9px 24px;
}
.helpCon .left .contL .contInner h4 {
    line-height: 60px;
    color: #baa47f;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
}
.helpCon .left .contL .contInner p {
    line-height: 28px;
    color: #666;
    font-size: 14px;
}
.helpCon .left .contL .contInner p{
    margin-top: 30px ;
}

