table,
tr,
td {
    border: 1px solid #eee !important;
}

table {
    width: 100%;
}

tr {
    height: 30px;
}


/*版心-banner Start*/

.help_banner {
    width: 100%;
    height: 300px;
    background: url(../img/pic/bzzxin.png) no-repeat;
    background-size: 100% 150%;
    margin-top: 70px;
    padding-top: 108px;
}

.typeArea {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.help_banner .bannerCont {
    width: 1000px;
    height: 63px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
}
.help_banner .bannerCont img{
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}
.help_banner .bannerCont input {
    width: 780px;
    height: 16px;
    margin-top: 19px;
    float: left;
    margin-left: 8px;
    color: #666;
    font-size: 16px;
    border: none;
}

.help_banner .bannerCont p {
    width: 130px;
    height: 63px;
    background: linear-gradient(90deg, #5F6969, #2C3030);
    border-radius: 0px 10px 10px 0px;
    float: right;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
}



/*版心-banner End*/


/*通用shadow Start*/



/*通用shadow End*/


/*左侧tab Start*/

.helpCenterL {
    float: left;
    width: 300px;
    background: #F0F0F1;
    box-shadow: 0px 1px 13px 0px rgb(143 143 143 / 50%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.helpCenterL h3 {
    height: 67px;
    line-height: 67px;
    padding-left: 40px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background: linear-gradient(90deg, #5F6969, #2C3030);
}

.helpCenterL h3 i {
    width: 18px;
    height: 18px;
    margin-top: 9.5px;
    background: url(../img/question_mark.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 2px;
}

.helpCenterL .tabAjaxArea {
    /* overflow-y: scroll; */
}

.helpCenterL .tabAjaxArea::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
    border-radius: 8px;
}

.helpCenterL .tabAjaxArea::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 8px;
}

.helpCenterL .tabAjaxArea h4,
.helpCenterL .tabAjaxArea h5 {
    padding-left: 40px;
    display: flex;
    vertical-align: middle;
    align-items: Center;
    height: 67px;
    line-height: 67px;
    color: #333;
    background: #f3f3f3;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid #CDD2DD;
}

.helpCenterL .tabAjaxArea h4.active,
.helpCenterL .tabAjaxArea h4:hover,
.helpCenterL .tabAjaxArea h5.active,
.helpCenterL .tabAjaxArea h5:hover {
    color: #fff;
    background: linear-gradient(90deg, #5F6969, #2C3030);
}

.helpCenterL .tabAjaxArea h4 i,
.helpCenterL .tabAjaxArea h5 i {
    width: 30px;
    height: 30px;
    background: url(../img/slide_down.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 18px;
}

.helpCenterL .tabAjaxArea h4.active i,
.helpCenterL .tabAjaxArea h5.active i{
    background: url(../img/slide_up.png) no-repeat center !important;
}
.helpCenterL .tabAjaxArea ul{
    padding: 10px 0;
}
.helpCenterL .tabAjaxArea li {
    color: #666660;
    height: 30px;
    line-height: 30px;
    padding-left: 70px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.helpCenterL .tabAjaxArea li.active,
.helpCenterL .tabAjaxArea li:hover {
    color: #000;
}


/*左侧tab End*/


/*右侧Start*/

.helpCenterR {
    width: 877px;
    float: right;
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgb(143 143 143 / 50%);
    border-radius: 10px;
    position: relative;
}
.helpCenterR .help_head{
    width: 100%;
    height: 67px;
    line-height: 67px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    background: linear-gradient( 90deg, #5F6969, #2C3030);
    font-size: 20px;
    padding-left: 31px;
}

.helpCenterR .problemLabel {
    padding: 30px;
    display: none;
}

.helpCenterR .problemLabel li {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.helpCenterR .problemLabel li::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #666;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.helpCenterR .problemLabel li:hover::after {
    background: #09f;
}

.helpCenterR .problemLabel li:hover {
    color: #09f;
}

.helpCenterR .help_back {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(../img/back.png) no-repeat center;
}

.helpCenterR .problemCont .help_backFoo {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.helpCenterR .help_back:hover {
    background: url(../img/back_hover.png) no-repeat center;
}


/*右侧End*/

.loading_lkw {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/loading.gif) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

.loading_lkw::after {
    content: '小可奈正在努力搬运数据中, 小可奈还是单身哦...';
    position: absolute;
    width: 300px;
    left: -85px;
    bottom: -15px;
}


/*加载进来的数据给样式 Start*/


/*.detailAjaxArea .ql-long-11190612{
	color: #333;
	line-height: 200%;
}
.detailAjaxArea h1{
	/*font-size: 16px;
	margin: 10px 0;
}
.detailAjaxArea h2{
	margin: 10px 0;
	font-size: 14px;
}*/

.detailAjaxArea {
    color: #333;
    padding: 30px;
}

.detailAjaxArea strong {
    font-weight: bold;
}

.detailAjaxArea img {
    width: 100%;
}


/*加载进来的数据给样式 End*/