

.navbar-expand-lg {
    display: block;

}

.border-bott {
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 20px;
}

@media (min-width: 980px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }



    .nsms-5 {
        margin-left: 1rem !important;
    }

    .accordion-item {
        width: 80%;
        border: none;
        border-bottom: 1px solid #7A126B;
    }




}

.displ-ct {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.navbar-brand {
    margin-left: 1rem;

}

.navbar-toggler {

    border: none;
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.faq-text-container {
    padding: 2rem 1rem;
    padding-top: 0;
}

.faq-label {
    min-width: 2em;
    color: #7A126B;
    font-weight: bold;
    /* flex-shrink: 0; */
}

.mx-8 {
    max-width: 80% !important;
}

.faq-text {

    margin-right: 4rem;
}

@media (max-width: 767.98px) {
 

    .faq-text-container {
        padding: 0;
    }

    .supported ul li {
        text-align: center;
    }

    .navbar-brand {
        font-weight: bold;
        font-size: .65rem;
    }

    .tab-content {
        margin-left: 0;
        margin-right: 0;
    }

    .row {
        flex-direction: column;
    }

    form .row {
        flex-direction: row;
    }

    .tab-content::before {
        display: none;
    }

    .list-group-item::after {
        display: none;
    }

    .tabbored {

        border-left: none;

    }


    #list-tab {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding: 0 10px 10px 10px;
        border-bottom: 2px solid #9b9b9b;
        background: #fff;
        margin-bottom: 1rem;
        scrollbar-width: none;
        border-radius: unset;
        /* Firefox */
    }

    #list-tab::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    #list-tab .list-group-item {
        display: inline-block;
        width: auto;
        min-width: 0;
        max-width: none;
        text-align: center;
        margin: 7px 8px 7px 0;
        font-size: 0.8rem !important;
        padding: 10px 16px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: unset;
        border-bottom-left-radius: unset;
    }

    #list-tab .list-group-item.active {
        border-bottom: 2px solid #7A126B;
    }

    .col-md-3 {
        width: 100%;
        padding: 0;
    }

    .col-md-9 {
        width: 100%;
        padding: 0;
    }



    .flot {

        min-height: 10rem;
    }


    .flotleft {
        position: absolute;
        top: 8%;
        left: 5%;
    }

    .pfz {
        font-size: 0.85rem !important;
    }


    .bg-container .mt-5 {
        margin-top: 0rem !important;
    }

    .border-bott .mb-4 {
        margin-left: 0rem !important;
        margin-bottom: .5rem !important;
    }

    .fs-4 {
        font-size: .875rem !important;
    }

    .fs-5 {
        font-size: .95rem !important;
    }

    .qa-label {
        display: inline-block;
        min-width: 2em;
        font-weight: bold;
        color: #7A126B;
    }

    .qa-text {
        display: inline-block;
        text-indent: 2em;
        vertical-align: top;
        white-space: pre-line;
        /* 保证换行时缩进 */
    }

    p {
        margin-bottom: 0.5rem;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }



    .faq-no {
        min-width: 1.5em;
        color: #7A126B;
        font-weight: bold;
        font-size: 1.1em;
        flex-shrink: 0;
    }

    .faq-label {
        min-width: 2em;
        color: #7A126B;
        font-weight: bold;
        /* flex-shrink: 0; */
    }

    .faq-text {
        flex: 1;
        word-break: break-all;
        margin-right: 2rem;
    }

    .accordion-body .faq-text {
        font-size: .75rem;
    }

}

.faq-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.tabbored .accordion-item,
.faq-container .accordion-item {
    border: none;
    border-bottom: .5px solid #7A126B;
}

.tabbored .accordion-item:first-child,
.faq-container .accordion-item:first-child {
    border-top: none;
}

    .accordion .accordion-item:first-child {
        border-top: none !important;
    }


.accordion-button {
    padding: 2rem 1rem;
}

.accordion ul {
    list-style: disc !important;
    margin-left: 5px;

}

.accordion-body {
    padding: 0px 0px 0px 0px !important
}

#faqAccordion {
    text-align: justify;

}

.displ-ctfaq {
    display: flex;
    align-items: flex-start;
    margin-right: 1rem;
}

.accordion ul li {
    margin: 10px;
    margin-top: 2px !important;
}
   .pb-1 {
        padding-bottom: 1rem !important;
    }