* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

.underline {
    text-decoration: underline;
}

.ml3 {
    margin-left: 3px;
}

.mr3 {
    margin-bottom: 3px;
}

.lt3 {
    margin-left: 3px;
}

.lb3 {
    margin-right: 3px;
}

.mt3 {
    margin-top: 3px;
}

.tfy5 {
    transform: translateY(5px);
}

.ellipsis-display {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.layout-footer {
    width: 100%;
    height: 309px;
    background-color: #fafafa;
    font-family: Dosis, sans-serif;
}

.footer-content {
    width: 100%;
    display: flex;
    padding: 0 50px;
}

.footer-item {
    width: 17%;
}

.item-logo {
    width: 20%;
}

.footer-logo {
    height: 30px;
    max-height: 100px;
}

.footer-item-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.site-statement {
    text-align: center;
    margin-bottom: -43px;
}

.site-statement p {
    font-size: 12px;
    margin-bottom: 0px;
    color: rgba(8, 8, 8, 0.5);
    font-size: 12px;
    margin-bottom: 0px;
    color: rgba(8, 8, 8, 0.5);
    font-weight: 300;
    margin-bottom: -15px;
}

.flex-column a {
    color: #757575;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示文本溢出 */
    width: 90%;
    /* 设置元素宽度 */
}

.breadcrumb {
    font-size: 12px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 28px;
}

.breadcrumb-item {
    color: #0007149f;
    cursor: pointer;
}

.breadcrumb-active {
    font-weight: 600;
    cursor: pointer;
}

.pagination-blcok {
    width: 100%;
    display: flex;
}

.pagination {
    width: 100%;
    height: 60px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.page-item {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    align-content: center;
    font-size: 13px;
    margin-right: 15px;
}

.page-item:hover {
    background-color: #DCDFE6;
}

.current-page {
    background-color: #DCDFE6;
}

.arrow-icon {
    width: 15px;
    position: relative;
    top: -7px;
}

.table {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 5px;
    margin-top: 20px;
}

.table-head {
    width: 100%;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DCDFE6;
    padding: 0 10px;
}
.column-item {
    padding-right: 7px;
}
.column-item1 {
    width: 5%;
}

.column-item2 {
    width: 22%;
}

.column-item3 {
    width: 20%;
}

.column-item4 {
    width: 18%;
}

.column-item5 {
    width: 10%;
}
.column-item7 {
    width: 10%;
}
.column-item6 {
    width: 15%;
    text-align: center;
}

.column-br {
    line-height: 18px;
    padding-top: 7px;
}

.column-shop {
    display: flex;
    align-items: center;
}

.table-content {
    width: 100%;
}

.row-item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #DCDFE6;
    padding: 10px;
    font-size: 13px;
    align-items: center;
}

.shop-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.shop-letter {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: orange;
    /* 更改背景颜色为橙色 */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    /* 设置文字颜色为白色 */
    text-transform: uppercase;
    /* 文字转换为大写 */
    padding: 20px;
}

.shop-name {
    /* flex: 1; */
    flex: 0 1 auto;
    padding: 0 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}

.social-icon {
    width: 25px;
    margin-right: 2px;
}

.table-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 50px;
}

.border-green {
    padding: 5px;
    border-bottom: 8px solid #30a46c;
}

.border-blue {
    padding: 5px;
    border-bottom: 8px solid #00a2c7;
}

.border-orange {
    padding: 5px;
    border-bottom: 8px solid #f76b15;
}

.sub-date {
    font-size: 12px;
    color: #0007149f;
}

.btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-more-store {
    background-color: #ff6b2b;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

.btn-more-store a {
    color: white;
}

.btn-download.btn-download {
    font-size: 13px;
    color: #cc4e00;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 5px;
}

.btn-download:hover {
    background-color: #ff9c0029;
}

.baseDialogOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(96, 98, 102, .6);
    z-index: 9999;
    display: none;
}

.baseDialogScroll {
    display: flex;
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.baseDialogScrollPadding {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    flex-grow: 1;
    margin: auto;
}

.baseDialogContent {
    margin: auto;
    width: 50%;
    height: 80%;
    z-index: 1;
    position: relative;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    outline: none;
    border-radius: 10px;
}

.dialog-title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dialog-title .icon-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #cc4e00;
    border-radius: 2px;
}

.dialog-content {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.dialog-content a {
    color: #cc4e00;
}

.content-item {
    color: #cc4e00;
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
}

.content-item:hover {
    background-color: #ff9c0029;
}

.dialog-title .icon-close:hover {
    background-color: #ff8e0012;
}

.main {
    margin: 0 auto;
    width: 80%;
    padding: 20px;
    margin-left: 10%;
    margin-top: 70px;
}

.main .left-tree {
    flex: 0 0 370px;
    padding: 0 20px;
}

.tree-item {
    width: 100%;
}

.lever-item {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
}

.lever1 {
    color: #333333;
    font-weight: 600;
    margin-left: 8px;
}

.lever1-sub {
    font-size: 13px;
}

.lever-orange {
    color: #cc4e00;
    cursor: pointer;
}

.lever-orange a {
    color: #cc4e00;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    padding: 5px 8px;
}

.tree-item a {
    color: #cc4e00;
}

.lever-orange span {
    display: inline-block;
    width: 100%;
}

.lever-orange a:hover {
    background-color: #ff91014a;
    border-radius: 5px;
}

.lever2 {
    color: #333333;
    padding-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.lever2:hover {
    background-color: #0000000f;
}

.lever3-block {
    display: none;
}

.lever3-block .lever-item {
    margin-left: 8px;
}

.left-tree .arrow-icon {
    cursor: pointer;
    margin-right: 20px;
}

.lever-orange-line {
    color: #cc4e00;
    cursor: pointer;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

.lever-orange-line span:hover {
    color: #cc4e00;
    cursor: pointer;
    border-bottom: 1px solid #ff8b0065;
}

.show-more {
    width: 90px;
    color: #cc4e00;
    border: 1px solid #cc4e00;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    margin-left: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.show-more:hover {
    background-color: #ff8e0012;
}

.main .right-table {
    flex: 1 1 auto;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.shop-name a {
    text-decoration: underline;
}


#EtsyHunt-navbar {
    position: fixed;
    z-index: 2000;
    height: 60px;
    min-height: 60px;
    background-color: #F7D298;
    border-color: #F7D298;
    top: 0;
    box-shadow: 0 10px 10px -6px rgba(255, 255, 255, 0);
}

.EtsyHunt-navbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.EtsyHunt-navbar a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.nav-navbar .nav .nav-link {
    font-weight: 400;
    text-transform: none;
    padding-top: .25rem;
    padding-bottom: .25rem;
    letter-spacing: .5px;
    color: rgba(117, 117, 117, 0.8);
}

.nav-navbar .nav .nav-link {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-list-box {
    padding: 10px;
    background-color: white;
    /* max-height: 300px; */
}

/* .nav-list-box::-webkit-scrollbar {
    width: 12px;
}
.nav-list-box::-webkit-scrollbar-track {
background: white;
}
.nav-list-box::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}
*/
/* 当滑块悬停或活动时的样式 */
.nav-list-box::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
    /* 设置滑块在悬停状态下的背景颜色 */
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}

.EtsyHunt-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    margin: auto;
    width: 90%;
    max-width: 1250px;
    padding: 0px 15px;
}
.navbar-logo {
    width: 120px;
}
.navbar-logo .navbar-logo-img {
    display: inline-block;
    height: 30px;
    max-height: 60px;
    object-fit: cover;
    margin-top: 5px;
}

@media screen and (min-width: 1290px) {
    .navbar-mobile {
        color: #000000;
        display: flex;
        font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", "Helvetica", "Helvetica Neue", "BlinkMacSystemFont", sans-serif;
        font-size: 13px;
        font-weight: 600;
        padding: 0;
        height: 100%;
        width: 45%;
        line-height: inherit;
        box-sizing: border-box;
        -webkit-transition: none;
        transition: none;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
    }

    .navbar-mobile .nav {
        flex-wrap: nowrap;
        display: -webkit-box;
        display: flex;
        min-width: 180px;
    }
}

.nav-blog-link {
    color: #000000;
    padding: 0;
    height: 100%;
    line-height: inherit;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    line-height: 40px !important;
}

.nav-blog-link .arrow {
    border-top: 3px solid #000000;
    vertical-align: middle;
}

.nav-navbar .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.nav-navbar .nav-item {
    white-space: nowrap;
}

.nav-navbar .nav-item > .nav-display {
    overflow-y: auto;
    position: absolute;
    transform: translate(-40%);
}

.nav-navbar .nav-display > .nav-display-content {
    display: inline-block;
    vertical-align: top;
    min-width: 110px;
}

.nav-item > .nav-blog-link .arrow {
    border-top: 3px solid #000000;
    vertical-align: middle;
}

.panel-second-level-menu {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    letter-spacing: .5px;
    font-size: 13px;
    word-spacing: 2px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    display: block;
    cursor: auto;
}

.nav-navbar .nav .nav-blog-link {
    text-transform: none;
    padding: .25rem 1.125rem;
    letter-spacing: .5px;
    color: rgba(117, 117, 117, 0.8);
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;

    &:hover {
        color: #555;
        background: #f5f5f5;
    }
}

.nav-navbar .nav .nav-blog-link:hover {
    color: #555;
    background: #f5f5f5;
}

.nav-type-text {
    margin: 0px 7px;
    padding-bottom: 10px;
    cursor: pointer;
    line-height: 40px;
    color: #000000;
}

.nav-item:hover > .nav {
    display: block !important;
}

@media (min-width: 992px) {

    .nav-hover:hover .nav-blog-link,
    .nav-noactive .nav-blog-link {
        border-bottom: 2px solid #000000;
    }
}

.navbar-divider {
    background-color: #000000;
    opacity: 1;
    height: 16px;
    width: 1px;
}

.nav3 {
    font-weight: 600;
}

.nav-user-info-img {
    height: 48px;
    margin-right: 8px;
}

.nav-type-trans {
    display: flex;
    height: 40px;
}

.lan-switch {
    position: absolute !important;
}

.lan-switch .lan-switch-content {
    padding-left: 20px;
}

.nav-user-item {
    padding: 4px 16px;
    font-weight: 500;
}

.nav-user-info-email {
    width: 100px;
}

.nav-user-info-plan {
    border: 1px solid;
    border-radius: 7px;
    width: max-content;
    padding: 0 8px;
}

.scroll-item {
    display: grid;
    place-items: center;
    height: 40px;
}

.scroll-item .vertical-align-middle {
    border: 1px solid #FFBA00;
    width: 140px;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 auto;
    line-height: 1;
    background-color: #FFBA00;
    text-align: center;
}

@media (min-width: 1290px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1290px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        padding: 20px;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        z-index: 1002;
    }

    .mask-navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 1001;
        display: none;
    }
}

@media (max-width: 1290px) {
    .navbar-expand-lg .d-mobile-none {
        display: none !important;
    }

    .EtsyHunt-container {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .nav-navbar .nav-item > .nav-display {
        transform: translateX(60px);

        .nav-display-content {
            display: block;
        }
    }

    .nav-navbar .nav-item > .lan-switch {
        transform: translate(50px, -34px) !important;
        border-left: 1px dashed rgba(0, 0, 0, 0.08) !important;
    }
    .main {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }
    .table {
        width: auto;
    }
    .column-item1 {
        width: 50px;
    }
    .column-item2 {
        width: 200px;
    }
    .column-item3 {
        width: 150px;
    }
    .column-item4 {
        width: 150px;
    }
    .column-item5 {
        width: 100px;
    }
    .column-item6 {
        width: 150px;
    }
    .column-item7 {
        width: 100px;
    }
    .inner-container-left {
        width: 100% !important;
    }
}

.nav-item-carousel-pc a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-middle > .nav-item {
    margin-left: 20px;
}

.nav-item-carousel-pc:hover a {
    animation-play-state: paused;
}

.nav-right {
    color: #000000;
    font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", "Helvetica", "Helvetica Neue", "BlinkMacSystemFont", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

/* 鼠标移出时恢复动画 */
.nav-item-carousel-pc:not(:hover) .a {
    animation-play-state: running;
}

@keyframes scroll {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-400%);
    }
}

.scroll-container-tip {
    position: absolute;
    left: 0;
    width: 220px;
    padding: 10px;
    background-color: #ffffff;
    display: none;
    border-radius: 5px;
    box-shadow: 0 0px 1px 1px #cccccc85;
    z-index: 1000000;
}

.scroll-carousel:hover > .scroll-container-tip {
    display: block;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .nav-right:not(.nav-inline) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        justify-content: end;
        flex-wrap: nowrap;
        width: 100%;
        margin-left: 20px;
    }

    .navbar-expand-lg .nav-navbar:not(.nav-inline) .arrow {
        float: none;
        margin-top: 0px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

.navbar-middle > .switch-lan,
.navbar-middle > .login {
    display: none;
}

@media (max-width: 580px) {

    .nav-right > .switch-lan,
    .nav-right > .login {
        display: none !important;
    }

    .navbar-middle > .switch-lan,
    .navbar-middle > .login {
        display: block;
    }
}

.arrow {
    /* border-bottom: 3px solid #606266; */
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

#Footer {
    color: #606266 !important;
    background-color: rgba(250, 250, 250);
    border-top: 1px solid rgb(241, 242, 243);
    padding: 20px 0px 48px;
}

.Footer .container {
    display: flex;
    margin: auto;
    max-width: 1250px;
    /* width: 65%; */
}

.Footer .footer-logo {
    height: 30px;
    max-height: 100px;
}

.inner-container {
    display: flex;
    width: 100%;
    max-width: 1250px !important;
    padding-top: 20px;
    justify-content: space-between;
    font-weight: 300;
}

.inner-container .inner-container-item {
    padding: 5px 15px 0px;
}

.flex-wrap .inner-container-item {
    max-width: 50%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
}

.inner-container-left .inner-container-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25%;
}

.flex-wrap-item {
    -webkit-box-flex: 0;
    padding: 0px 15px;
}

.flex-wrap-item .flex-wrap-title {
    font-size: 1.05469rem;
    margin: 4px 0px 16px;
}

.flex-wrap-item .flex-wrap-title strong {
    color: #000000;
    font-weight: 400;
}

.flex-wrap-item div.flex-column a {
    color: #111;
    font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "PingFang SC", "Helvetica", "Helvetica Neue", "BlinkMacSystemFont", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
}

.flex-column > .text-truncate {
    display: block;
    padding-bottom: 2px;
    line-height: 1.9;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.lan-switch {
    width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
    display: none;
    bottom: -200px;
}

.lan-switch-item {
    padding: 6px 5px;
    cursor: pointer;
}

.lan-switch-item:hover {
    background-color: #f5f5f5;
}

.lan-switch-item:hover > .lan-switch-content {
    color: #555;
}

.lan-switch-content {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    color: rgba(117, 117, 117, 0.8);
}

.lan-switch-content:hover {
    color: #555;
}

.blog-open-on-hover:hover > .nav {
    display: block;
    position: absolute;
}
@media (max-width: 759px) {
    .inner-container {
        display: block !important;
    }

    .inner-container-item {
        max-width: 100%;
        width: 100%;
    }

    .inner-container-right.inner-container-item {
        display: flex;
        justify-content: center;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .col-xl-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .inner-container-botttom {
        width: 100% !important;
    }
}

.mb-4 {
    font-size: 14px;
    margin-bottom: 10px;
}

hr {
    border-top-color: rgba(117, 117, 117, 0.09);
}
button {
    border: 0;
    background-color: transparent;
    font-size: 20px;
}
.inner-container-left {
    width: 25%;
}
.content {
    display: flex;
    flex-direction: row-reverse;
    overflow-y: auto;
}
.inner-container-botttom {
    display: flex;
    justify-content: space-between;
    width: 60%;
}