.help_content {
    width: 100%;
    background: #EDEEF7;
    padding: 20px 0 40px 0;
}

.help_index_section {
    width: 1200px;
    display: flex;
    min-height: 560px;
    margin: 0 auto;
    justify-content: space-between;
}

* {
    box-sizing: border-box;
}

.footer {
    margin-top: 0;
}

.help_index_left {
    width: 200px;
    height: 560px;
    max-height: 560px;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.help_index_left_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.help_index_left_title .iconfont {
    font-size: 24px;
    font-weight: 400;
    color: #999999;
    position: relative;
    top: -2px;
}

.help_index_left_title span {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.help_index_left_item_active {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.help_index_left_item_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.help_index_left_item_title .iconshangla {
    color: #ff5028;
}

.help_index_left_item_item,
.help_index_left_item_detail {
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.question_index_active {
    background: #f5f5f5;
    border-left: 3px solid #FE5244;
}

.help_index_right {
    width: 980px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
}

.help_index_right .help_index_right_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.help_index_right_list {
    padding: 30px 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.help_index_right_list .help_index_right_item {
    width: 46%;
    margin-left: 4%;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.noSearch {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.noSearch_img {
    display: block;
    width: 130px;
    height: 130px;
}

.help_index_left_item_item a {
    color: #666666;
}

.help_index_right_list .help_index_right_item a {
    color: #999999 !important;
}

.help_index_right_list .help_index_right_item:hover a,
.help_index_left_item_item:hover a {
    color: #ff5028 !important;
}

.help_index_right_list .help_index_right_item:hover,
.help_index_left_item_item:hover {
    color: #ff5028 !important;
}

.right_second_classify {
    display: none;
    padding: 10px 30px 20px 30px;
}

.right_second_classify:hover {
    background: #F5F5F5;
}

.right_second_classify:hover .right_second_classify_title {
    color: #ff5028 !important;
}

.right_second_classify .right_second_classify_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.right_second_classify_content {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help_detail_right {
    width: 980px;
    display: flex;
    background: #F4F5F7;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-height: 560px !important;
}

pre {
    background-color: #f5f5f5;
    min-height: 430px !important;
}

.help_right_nav {
    width: 220px;
    border-radius: 5px 0 0 5px;
    background: #FFFFFF;
    min-height: 560px !important;
    position: relative;
    overflow-y: auto;
}

.help_right_nav::-webkit-scrollbar {
    display: none;
}

.lightWord {
    color: #ff5028 !important;
}

.help_right_nav_item {
    height: 80px;
    padding-top: 10px;
    cursor: pointer;
}

.help_right_nav_item:first-child {
    border-radius: 5px 0 0 0;
}

.help_right_nav_item:last-child {
    border-radius: 0 0 0 5px;
}

.help_right_nav_item:hover {
    background: #F4F5F7;
}

.help_right_nav_item_active {
    background: #F4F5F7 !important;
}

.help_right_nav_item_title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    padding-left: 20px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help_right_nav_item_content {
    padding-left: 20px;
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help_right_content {
    padding: 0 40px;
    min-height: 560px !important;
    flex: 1;
}

.help_right_content::-webkit-scrollbar {
    display: none;
}

.help_right_content_title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px solid #e6e6e6;
}

.help_right_content_footer {
    width: 680px;
    line-height: 60px;
    height: 60px;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 400;
    color: #FE5244;
    display: flex;
    justify-content: space-between;
}

.help_right_content img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.help_right_content p {
    background-color: #f5f5f5 !important;
}

.help_right_content_footer_left,
.help_right_content_footer_right {
    max-width: 340px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.help_right_content p {
    white-space: normal;
}

.help_right_content_footer_left a,
.help_right_content_footer_right a {
    color: #FE5244;
}