    @charset "utf-8";

    .faqs_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faqs_titlel {
        display: flex;
        align-items: center;
    }

    .faqs_titlel span {
        width: 21px;
        height: 3px;
        background-color: #fc780d;
    }

    .faqs_titlel p {
        margin-left: 12px;
        font-family: 'ProximaNova-Semibold';
        text-transform: capitalize;
        font-size: 36px;
        color: #333;
    }

    .faqs_titler_for {
        display: flex;
        border: 2px solid#009944;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        overflow: hidden;
    }

    .faqs_titler_sr {
        width: 225px;
        height: 34px;
        line-height: 34px;
        border: 0;
        padding-left: 15px;
    }

    .faqs_titler_tj {
        width: 50px;
        height: 34px;
        background-color: #009944;
        border: 3px solid#009944;
        background-position: center;
        background-repeat: no-repeat;
    }

    .faqs_titler_sr::-webkit-input-placeholder {
        color: #999;
    }

    .faqs_titler_sr::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }

    .faqs_titler_sr:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }

    .faqs_titler_sr:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }

    .faqs_ct {
        margin-top: 50px;
    }

    .faqs_ctitem {
        border: 1px solid #dddddd;
        margin-bottom: 20px;
    }

    .faqs_ctitemt {
        padding: 30px 40px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .faqs_ctitemtl {
        flex: 1;
        display: flex;
    }

    .faqs_ctitemtl span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background-color: #333333;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .faqs_ctitemtl p {
        margin-left: 15px;
        flex: 1;
        font-family: 'ProximaNova-Semibold';
        font-size: 18px;
        color: #333;
    }

    .faqs_ctitemtr {
        display: flex;
    }

    .faqs_ctitemtr_sj {
        font-size: 18px;
        color: #666666;
        margin: 0 70px;
    }

    .faqs_ctitemtr_i {
        margin-top: -4px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .faqs_ctitemtr_i i {
        font-size: 28px;
        color: #999999;
    }

    .faqs_ctitemb {
        display: none;
    }

    .faqs_ctitemb_box {
        display: flex;
        padding: 30px 40px;
    }

    .faqs_ctitemb_tb {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        background-color: #fc780d;
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .faqs_ctitemb_ct {
        padding-left: 15px;
        flex: 1;
        word-break: break-all;
        color: #666;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .faqs_ctitemb_ct table {
        width: 100%;
    }
    .faqs_ctitemb_box .table-container {
        width: 100%;
        overflow-x: auto;
      }
    .faqs_ctitemb_ct table td {
        text-align: center;
        border-bottom-width: 0 !important;
        border-right-width: 0 !important;
        border: 1px solid #e1e1e1 !important;
        padding: 10px !important;
        line-height: 15px;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    .faqs_ctitemb_ct table tr:first-child {
        background: #f1f1f1;
        font-family: 'ProximaNova-Semibold';
        color: #555;
    }

    .faqs_ctitemb_ct table tr:first-child p {
        font-family: 'ProximaNova-Semibold';
    }

    .faqs_fy {
        margin-top: 40px;
    }

    .foot {
        margin-top: 0;
    }

    @media screen and (max-width:1700px) {
        .faqs_ctitemt {
            padding: 30px 20px;
        }

        .faqs_ctitemb_box {
            padding: 20px 20px;
        }

        .faqs_ctitemtr_sj {
            margin: 0 50px;
        }
    }

    @media screen and (max-width:1200px) {
        .faqs_ctitemt {
            padding: 20px 10px;
        }

        .faqs_ctitemb_box {
            padding: 20px 10px;
        }

        .faqs_ctitemtr_sj {
            margin: 0 40px;
        }
    }

    @media screen and (max-width:992px) {
        .faqs_titlel p {
            font-size: 30px;
        }

        .faqs_ct {
            margin-top: 30px;
        }
    }

    @media screen and (max-width:768px) {
        .faqs_titlel span {
            width: 21px;
            height: 1px;
            background-color: #009944;
        }

        .faqs_ct {
            margin-top: 20px;
        }

        .faqs_titlel p {
            font-size: 24px;
        }

        .faqs_titler {
            display: none;
        }

        .faqs_ctitemtr_sj {
            display: none;
        }

        .faqs_ctitemtl p {
            font-size: 16px;
            margin: 0 10px;
        }

        .faqs_ctitemt {
            padding: 10px 15px;
        }

        .faqs_ctitemb_ct p {
            font-size: 12px;
            line-height: 20px;
        }
        .faqs_ctitemb_box .table-container {
            position: relative;
            -webkit-overflow-scrolling: touch; /* 启用顺滑滚动 */
          }
          
          .faqs_ctitemb_box table {
            font-size: 14px; /* 适当减小字号 */
            display: block;
          }
          
          .faqs_ctitemb_box th, td {
            min-width: 120px; /* 保持最小列宽 */
            padding: 8px 10px;
            text-align: left;
            white-space: nowrap; /* 防止文字换行 */
          }
          
          /* 添加滚动提示阴影 */
          .faqs_ctitemb_box .table-container::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 100%;
            pointer-events: none;
          }

    }