ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header-top {
    height: 36px;
    background-color: #49BC85;
}

#logo a {
    height: 24px;
}

#logo a img {
    height: 100%;
    width: auto;
}

#carts a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
}

#carts #cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #FF4D4F;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    padding-bottom: 2px;
    font-weight: bold;
}




#header-main {
    background-color: #F3F7F7;
}

#app-title {
    font-weight: bold;
}

#search-box {
    width: 100%;
    height: 32px;
    border: 1px solid #066FD1;
    overflow: hidden;
    border-radius: 100em;
}

#search-input {
    width: 100%;
    height: 100%;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: none;
    outline: none;
}

#menu-navs {
    overflow-y: auto;
}

.nav-item+.nav-item {
    margin-left: 16px;
}



.nav-item a {
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    color: #494949;
    text-decoration: none;
}


.nav-item.active a {
    color: #066FD1;
    position: relative;
}

.nav-item.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #066FD1;
    position: absolute;
    bottom: 0;
    left: 0;
}




/* 侧边栏 */

#sidebar-offcanvas {
    width: 360px;
}

#sidebar-offcanvas .sidebar-header {
    height: 36px;
}

#sidebar-offcanvas .offcanvas-body {
    height: calc(100vh - 60px);
}

.next-menus {
    background-color: #FCFCFC;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.12) inset;
}

.last-menus {
    background-color: #F9F9F9;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06) inset;
}

.menu-link {
    display: block;
}

.menu-icon {
    display: flex;
    cursor: pointer;
    padding: 0px 12px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.menu-icon.collapsed {
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

.smenu-link {
    display: block;
    padding: 2px 0px;
    text-decoration: none;
    color: #494949;

}

.smenu-link.active {
    color: #066FD1;
}

#top-menus {
    background: #F3F7F7;
}

.top-menu-item {
    border-bottom: 1px solid #ECECEC;
}

.top-menu-link {
    padding: 8px 0px;
    padding-left: 12px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: bold;
}

.next-menu-link {
    padding: 6px 0px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;

}

.last-menu-link {
    padding: 6px 0px;
    padding-left: 36px;
    padding-right: 24px;
    font-size: 12px;
    color: #7F7F7F;

}

.menu-title:hover {
    background-color: #F3F3F3;
}

.broadcast-bar {
    background-color: #F7F7F7;
    border-top: 1px solid #EBEBEB;
    color: #7f7f7f;
}

.collection-gallery-item {
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    position: relative;
    background: #fff;
}



.collection-gallery-item::after {
    content: "";
    width: 94%;
    height: 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    z-index: -1;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.collection-gallery-item:hover {
    border-color: #066FD1;
}

.collection-gallery-item:hover::after {
    border-color: #066FD1;
}

.collection-gallery-item .gallery-item {
    position: relative;
}

.collection-gallery-item .gallery-item .gallery-counts {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: #fff;
    padding: 6px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #404040;
}

.gallery-item a.gallery-link {
    width: 100%;
    aspect-ratio: 4/3;
}

.album-picture-item a.album-picture-link {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    border: 2px solid #C7C7C7;
    overflow: hidden;
}

.album-image {
    border-radius: 4px;
    border: 2px solid #C7C7C7;
    overflow: hidden;
}


.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px 4px 0 0;
    padding: 2px;
}

.album-picture-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.album-img {
    width: 100%;
    height: auto;
}

.collection-group-title {
    font-size: 18px;
    font-weight: bold;
    color: #525558;
    margin-bottom: 0;
}

.collection-group .collection-group-title::before {
    content: "";
    display: inline-block;
    height: 1em;
    vertical-align: -0.13em;
    width: 4px;
    margin-right: .45em;
    background: #206BC4;
}

.gallery-title {
    border-top: 1px solid #F2F2F2;
}

.gallery-title a {
    display: block;
    text-decoration: none;
    color: #494949;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sub-collection-title {
    background-color: #F3F3F3;
    border-radius: 4px;
}

.sub-collection-title:hover {

    background-color: #C6C6C6;
}

.page-contents {
    min-height: 500px;
}

#floating-panel {
    position: fixed;
    z-index: 999;
    top: 36%;
    right: 0px;
    margin: 20px;
}

#floating-panel .fp-item a {
    position: relative;

}

#floating-panel .fp-item a .svg-icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    color: #fff;
}

#floating-panel .fp-item a span {
    position: absolute;
    background: #000;
    color: #fff;
    width: 120px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    top: 3px;
    left: -128px;
    display: none;
}

#floating-panel .fp-item {
    margin-bottom: 5px;
}

#floating-panel .fp-item a:hover span {
    display: block;
}

#floating-panel .fp-email a .svg-icon {
    background-color: #EE6100;
}

#floating-panel .fp-email a:hover .svg-icon {
    background-color: #F5A066;
}

#floating-panel .fp-whats-app a .svg-icon {
    background: #50B83C;
}

#floating-panel .fp-whats-app a:hover .svg-icon {
    background: #96D48A;
}

#floating-panel .fp-instagram a .svg-icon {
    background: #E10493;
}

#floating-panel .fp-instagram a:hover .svg-icon {
    background: #DF99C6;
}

/* 页脚 */

footer {
    background-color: #222222;
    color: #888;
    font-size: 12px;
}

footer a {
    color: #A5A5A5;
}

@media (min-width: 576px) {
    #header-top {
        height: 48px;
    }

    #logo a {
        height: 32px;
    }

    #sidebar-offcanvas .sidebar-header {
        height: 48px;
    }

}

@media (min-width: 768px) {
    #header-top {
        height: 60px;
    }

    #logo a {
        height: 36px;
    }



    .nav-item a {
        padding: 16px 0px;
    }

    .nav-item+.nav-item {
        margin-left: 24px;
    }

    #sidebar-offcanvas .sidebar-header {
        height: 60px;
    }

    .top-menu-link {
        padding: 8px 0px;
        padding-left: 12px;
        padding-right: 24px;
        font-size: 15px;
    }




}

@media (min-width: 992px) {
    #search-box {
        width: 400px;
        height: 36px;
    }
}


@media (min-width: 1200px) {}