@media screen and (min-width: 1000px) {
    .main_content {
        width: 1100px !important;
        margin: 30px auto;
        display: flex;
    }
    .search_r {
        margin-left: 80px;
        width: calc(100% - 370px);
    }
    .search_l_div {
        width: 290px;
    }
    .main-width {
        width: 1100px !important;
    }
    .span-title {
        padding-left: 20px;
        line-height: 40px;
        font-size: 15px;
        letter-spacing: .05em;
    }
    .content_span_title {
        padding-left: 20px;
        line-height: 40px;
        font-size: 15px;
        letter-spacing: .05em;
        font-weight: bold;
    }
    .span-q {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #ecd443;
        font-size: 1.4285714286rem;
        border-radius: 7px;
        text-align: center;
    }
    .search_r_content_img_div {
        line-height: 40px;
    }
    .search_r_content_img {
        height: 20px
    }
    .m_t_60 {
        margin-top: 60px
    }
    .search_r_t_faq {
        font-size: 14px;
        font-weight: bold;
        color: #ecd443;
    }
    .search_r_t_question {
        font-size: 22px;
        font-weight: bold;
    }
    .search_r_t {
        margin: 0 auto
    }
    .search_r_content_span {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .search_t {
        display: none;
        margin: 20px auto;
    }
    .search_l_t {
        font-size: 14px;
        letter-spacing: .05em;
    }
    .show_content_div {
        padding-left: 20px;
        line-height: 40px;
        font-size: 15px;
        letter-spacing: .05em;
        width: calc(100% - 60px)
    }
    .consult_question_text {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .useful {
        border-radius: 10px;
        width: 240px;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        background: #85c68c;
        color: #fff !important;
        border:2px solid #85c68c;
        cursor: pointer;
    }
    .not_useful {
        border-radius: 10px;
        width: 240px;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        border:2px solid #85c68c;
        cursor: pointer;
    }
}
@media screen and (max-width: 1000px) {
    .main_content {
        margin: 0 auto;
    }
    .span-title {
        padding-left: 20px;
        font-size: 14px;
    }
    .content_span_title {
        padding-left: 20px;
        line-height: 32px;
        font-size: 15px;
        width: calc(100% - 52px);
        font-weight: bold;
    }
    .span-q {
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #ecd443;
        font-size: 18px;
        border-radius: 7px;
        text-align: center;
    }
    .search_r_content_img_div {
        line-height: 32px;
    }
    .search_r_content_img {
        height: 18px
    }
    .m_t_60 {
        margin-top: 30px
    }
    .search_r_t_faq {
        font-size: 13px;
        font-weight: bold;
        color: #ecd443;
        text-align: center;
    }
    .search_r_t_question {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .search_r_t {
        display: none;
        margin: 20px auto;
    }
    .search_r_content_span {
        font-size: 15px;
        font-weight: bold;
        background: #e6f2e6;
        padding: 20px;
        color: #58595b;
        letter-spacing: .05em;
    }
    .search_t {
        margin: 10px auto 20px;
    }
    .search_t_faq {
        font-size: 13px;
        font-weight: bold;
        color: #ecd443;
        text-align: center;
    }
    .search_t_question {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .search_l_t {
        font-size: 15px;
        font-weight: bold;
        background: #e6f2e6;
        padding: 20px;
        color: #58595b;
        letter-spacing: .05em;
    }
    .show_content_div {
        padding-left: 20px;
        line-height: 40px;
        font-size: 15px;
        letter-spacing: .05em;
        width: calc(100% - 52px)
    }
    .consult_question_text {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .useful {
        border-radius: 10px;
        width: 160px;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        background: #85c68c;
        color: #fff !important;
        border:2px solid #85c68c;
        cursor: pointer;
    }
    .not_useful {
        border-radius: 10px;
        width: 160px;
        padding: 10px 0 !important;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        border:2px solid #85c68c;
        cursor: pointer;
    }
}
.category_li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
}
.category_li_div {
    padding: 0 20px;
    border-left: 3px solid #ecd443;
    cursor: pointer;
}
.category_li:hover {
    background: #faf6df;
}
.category_li_a {
    color: black !important;
    text-decoration: none !important;
}
.search_r_content_ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.search_r_content_li {
    background: #fff;
    border-bottom: 1px solid #9e9e9e;
}
.search_r_content_li_a {
    padding: 16px 0;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    text-decoration: none !important;
    color: black !important;
    align-items: center;
}
.search_r_content_li_a_div {
    display: flex
}
.search_l_ul {
    margin: 24px 0 0;
}
.active {
    background: #faf6df;
}

.show_content_div p {
    margin-bottom: 15px;
}
.content_ul {
    margin-bottom: 20px;
    list-style-type: disc;
}
.content_ul li {
    margin-bottom: 5px;
}
.content_div {
    margin-top: 30px;
    justify-content: space-between;
    display: flex
}
.line {
    border-bottom: 1px solid #dddddd;
    margin: 0 auto 30px;
}

.remark_block{
    background-color: #f5f5f5 !important;
    display: none;
    margin: 0 auto;
}

.remark_text {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding:10px
}
