html,
body {
    overflow-x: hidden;
}

body {
    padding-top: 56px;
}

body {
    color: #403b3b;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    line-height: 1.35
}

a {
    vertical-align: baseline;
    color: #004e56;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none
}

a:hover {
    color: #002023;
    text-decoration: none
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 53px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}


.fs-09 {
    font-size: 0.9rem !important
}

.fs-085 {
    font-size: 0.85rem !important
}

.fs-08 {
    font-size: 0.8rem !important
}

.fs-20 {
    font-size: 2.0rem !important
}

.fs-15 {
    font-size: 1.3rem !important
}

/*-----------------------
                Top menu 
-------------------------*/


.font-family-1 {
    font-family: "Delius", Georgia, "Times New Roman", serif;
}

.menus {
    content: url('/images/icons/menu.svg');
    position: relative;
    top: 3px;
    filter: brightness(0) invert(1) brightness(1);
}

.menus:hover {
    content: url('/images/icons/menu.svg');
    position: relative;
    top: 3px;
    filter: brightness(0) invert(1) brightness(0.5);
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}


.h1 {
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-family: "Delius", cursive;
    font-size: 2.4rem;
    line-height: 1;
    color: #241c15;
    letter-spacing: -.0625rem;
}

.h2 {
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-family: "Delius", cursive;
    font-size: 2rem;
    line-height: 1;
    color: #241c15;
    letter-spacing: -.0625rem;
}

.faq-container {
    width: 100%;
    background-color: #ffffff;
    font-family: "Delius", cursive;
    
    margin: auto;
   
}



.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.faq-title {
   
    cursor: pointer;
    color: #343a40;
    margin: 0;
    font-size: 20px;
}

.faq-title:hover {
    text-decoration: underline;
}

.faq-content {
    display: none;
    margin-top: 10px;
    color: #000000;
}
.faq-content p{
    color: #333333;
}

.pagination  a{ font-size: 22px; color:coral;}
.pagination  a:hover{ color: black;}
.sort-container {
    margin-bottom: 20px;
}
.sort-link {
    text-decoration: none;
    color: #666666;
    padding: 0 5px;
    font-size: 14px;
}
.sort-link:hover {
    color:chocolate;
}
.sort-link.active {
    color: chocolate; /* 点击后变为橙色 */
}