html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
}

@font-face {
    font-family: Source Han Sans CN;
    src: url('../fonts/SourceHanSansSC-Normal.otf');
}

@font-face {
    font-family: Lantinghei SC;
    src: url('../fonts/Lantinghei.ttc');
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    width: 1920px;
    height: 2000px;
}

.top280 {
    top: 280px;
}

/*头部开始*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    background: #8FCC32;
}

    .header .header-left {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 1150px;
        margin-left: 60px;
    }

        .header .header-left .header-broadcast {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .header .header-left .header-broadcast .box {
                overflow: hidden;
                margin-left: 10px;
                white-space: nowrap;
            }

.header-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 26px;
}

    .header-subtitle-wrapper::before {
        width: 1px;
        height: 20px;
        content: '';
        background: #F9FCF5;
    }

.header-subtitle {
    width: 374px;
    height: 15px;
    margin-left: 13px;
    color: #FFFFFF;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
}

.header-swiper {
    width: 300px;
    height: 16px;
    color: #FFFFFF;
    font-family: Source Han Sans CN, Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.swiper-slide {
    color: #FFFFFF;
    font-size: 14px;
}

.header .header-left .header-broadcast img {
    width: 25px;
    height: 23px;
    margin-bottom: 4px;
}

.header-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .header-right-wrapper .header-right {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 700px;
        height: 16px;
        color: #FFFFFF;
        font-family: Source Han Sans CN, Regular;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        margin-right:40px;
    }

        .header-right-wrapper .header-right a {
            color: #FFFFFF;
        }

        .header-right-wrapper .header-right .nav-item {
            display: flex;
            flex-direction: column;
            transition: all .3s;
            text-align: center;
        }

            .header-right-wrapper .header-right .nav-item:last-child {
                margin-left: 20px;
            }

            .header-right-wrapper .header-right .nav-item:hover {
                color: #FFF176;
            }

                .header-right-wrapper .header-right .nav-item:hover::after {
                    width: 55%;
                    height: 1px;
                    margin: 0 auto;
                    content: '';
                    transition: width 1s linear;
                    border-radius: 2px;
                    background-color: #FFF176;
                }

.logged-block-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

    .logged-block-wrapper::before {
        width: 1px;
        height: 20px;
        content: '';
        background: #F9FCF5;
    }

    .logged-block-wrapper .logged-block {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-left: 10px;
    }

        .logged-block-wrapper .logged-block img {
            width: 18px;
            height: 18px;
        }

.logged-block-out {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
}

    .logged-block-out .out {
        cursor: pointer;
    }

/*头部结束*/

/*搜索开始*/
.search-wrapper {
    height: 120px;
    background: #F9FCF5;
}

.search-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 360px;
    width: 1200px;
    margin: 0 auto;
}

.search-block-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.search-left-logo img {
    width: 70px;
    height: 70px;
}

.search-left-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.search-left-title-top {
    /*width: 260px;*/
    height: 29px;
    color: #2E9B46;
    /*font-family: Lantinghei SC, serif;*/
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 3px;
    margin-left: 10px;
}

.search-left-title-bottom {
    height: 13px;
    color: #2E9B46;
    /*font-family: Source Han Sans CN, Regular;*/
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
}

.search-block-middle {
    width: 602px;
    height: 52px;
    margin: 34px auto;
    border: 1px solid #8FCC32;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(129, 200, 21, .08);
}

.form-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom_input {
    width: 100%;
    box-sizing: border-box;
    margin-left: 31px;
    color: #AAAAAA;
    border: none;
    outline-style: none;
    font-family: Source Han Sans CN, Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
}

    .custom_input::-webkit-input-placeholder {
        color: #999999;
    }

.form-search-btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 110px;
    height: 44px;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 22px;
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
    padding: 0 10px;
}

    .form-search-btn img {
        width: 25px;
        height: 25px;
    }

.custom_btn {
    box-sizing: border-box;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    outline-style: none;
    background-color: transparent;
    font-size: 16px;
}

.search-block-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: -40px;
}

.search-right-bg img {
    width: 82px;
    height: 79px;
}

/*搜索结束*/

/*中间导航部分*/
.nav-wrapper {
    z-index: 99;
    height: 481px;
}

.nav-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}

/*左侧导航*/
.nav-left {
    width: 240px;
    height: 400px;
    border: 1px solid #C4E691;
    border-radius: 20px;
}

.nav-left-top {
    width: 240px;
    height: 66px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
}

.nav-left-top-title {
    width: 132px;
    height: 21px;
    color: #FFFFFF;
    font-family: Source Han Sans CN, Regular;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
}

.nav-left-items {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    position:relative;
}

    /* .nav-left-items:hover .nav-right-wrapper{
    display: block;
    position: relative;
    width: 420px;
    height: 290px;
    background: #F9FCF5;
    border: 1px solid #C4E691;
    box-shadow: 0 10px 30px 0 rgba(71, 117, 0, 0.2);
    opacity: 0.95;
    border-radius: 0 4px 4px 0;
    top: -264px;
    left: 240px;
    z-index: 999;
} */
    .nav-left-items .nav-item-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 225px;
        height: 66px;
        margin-left: 15px;
        cursor: pointer;
    }

.nav-item-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    position:relative;
}

.divider {
    width: 200px;
    height: 1px;
    border-bottom: 1px dashed #7DBD1B;
}

.nav-item-wrapper .nav-item {
    display: flex;
    align-items: center;
    width: 225px;
    height: 50px;
    margin-left: 50px;
    border-radius: 25px 0 0 25px;
}

.w28h30 {
    width: 28px;
    height: 30px;
}

.w34h27 {
    width: 34px;
    height: 27px;
}

.w36h27 {
    width: 36px;
    height: 27px;
}

.nav-item .nav-item-title {
    height: 18px;
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 10px;
}

.nav-item-title::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 42px;
    content: ' ';
    transform: matrix(.71, .71, -.71, .71, 0, 0);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #999999;
    z-index: 3;
    position: absolute;
    top: 28px;
    right: 45px;
}

.nav-active {
    width: 225px;
    height: 50px;
    border: 1px solid #C4E691;
    border-radius: 25px 0 0 25px;
    background: #F9FCF5;
}

.nav-left-items .nav-item.nav-active .nav-item-title, .nav-item-title::after {
    color: #6C9B24;
}

    .nav-left-items .nav-item.nav-active .nav-item-title::after {
        border-color: #6C9B24;
    }

.nav-right-wrapper {
    top:0px;
    position: absolute;
    z-index: 999;
    left: 245px;
    display: none;
    width: 435px;
    height: 310px;
    transition: all .3s;
    opacity: .95;
    border: 1px solid #C4E691;
    border-radius: 0 4px 4px 0;
    background: #F9FCF5;
    box-shadow: 0 10px 30px 0 rgba(71, 117, 0, .2);
}

/*.dd{*/
/*    display: none;*/
/*    color: #2E9B46;*/
/*}*/
/*.nav-item-wrapper:hover+.dd{*/
/*    display: block;*/
/*    color:#000000 ;*/
/*}*/
/*.nav-left-items .nav-item-wrapper:hover.nav-right-wrapper{*/
/*    display: block;*/
/*    position: relative;*/
/*    width: 420px;*/
/*    height: 290px;*/
/*    background: #F9FCF5;*/
/*    border: 1px solid #C4E691;*/
/*    box-shadow: 0 10px 30px 0 rgba(71, 117, 0, 0.2);*/
/*    opacity: 0.95;*/
/*    border-radius: 0 4px 4px 0;*/
/*    top: -264px;*/
/*    left: 240px;*/
/*    z-index: 999;*/
/*}*/

.nav-right-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
}

.nav_title {
    height: 16px;
    margin-top: 10px;
    margin-left: 24px;
    color: #3F3F3F;
    font-family: Source Han Sans CN, Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.nav-right-items {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: 31px;
    cursor: pointer;
}

.nav-right-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*margin: 20px;*/
    text-align:center;
    margin: 8px 8px 8px 0;
}

.nav-right-item-pic {
    width: 60px;
    height: 60px;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
    background: #4E5348;
}

.nav-right-item .n-active .nav-right-item-pic {
    border: 2px solid #8FCC32;
}

.nav-right-item-desc {
    width:64px;
    color: #3F3F3F;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}

/*左侧导航结束*/
.banner-middle {
    width: 660px;
    height: 400px;
    border: 1px solid #CDE9A2;
    border-radius: 20px;
}

.user-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 240px;
    height: 400px;
    border: 1px solid #CDE9A2;
    border-radius: 20px;
    background: #FFFFFF;
}

.user-top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 256px;
}

    .user-top::after {
        width: 210px;
        height: 1px;
        margin: 0 15px;
        content: '';
        background: #EEEEEE;
    }

    .user-top .user-top-profile img {
        width: 74px;
        height: 74px;
        margin: 51px 83px 29px 83px;
    }

    .user-top .user-top-name {
        height: 18px;
        margin-left: 37px;
        color: #3F3F3F;
        font-family: Source Han Sans CN, Regular;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .user-top .user-top-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 150px;
        height: 30px;
        margin: 19px 43px 30px 44px;
    }

.user-top-btns .btn-register {
    width: 64px;
    height: 30px;
    color: #FFFFFF;
    border-radius: 15px;
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.user-top-btns .btn-store {
    width: 64px;
    height: 30px;
    color: #8FCC32;
    border: 1px solid #8FCC32;
    border-radius: 15px;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.user-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 204px;
    margin-top: 20px;
}

    .user-bottom .zone-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        height: 52px;
    }

.zone-item-desc {
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.user-bottom .zone-item .zone-item-img img {
    width: 27px;
    height: 27px;
    margin:0 auto;
}

/*中间导航部分结束*/

/*主要内容区*/
.content-wrapper {
    background: #F9FCF5;
}

.content-block {
    height: 100%;
    margin: 0 auto;
    width:1200px;
}

.content-block-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    height: 100px;
}

.content-block-bg {
    position: relative;
    left: -28px;
    width: 280px;
    height: 20px;
    opacity: .7;
    background: radial-gradient(circle, #A5CB31 0%, rgba(249, 252, 245, 0) 100%);
}

.content-header-wrapper {
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
    margin-bottom: -10px;
}

    .content-header-wrapper img {
        width: 53px;
        height: 50px;
    }

.content-header-title {
    width: 114px;
    height: 27px;
    color: #3F3F3F;
    font-family: Source Han Sans CN, Medium;
    font-size: 28px;
    font-weight: 500;
    line-height: 46px;
}

.content-tab-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 94px;
}

.content-tab-item {
    width: 80px;
    height: 34px;
    margin-right: 40px;
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 17px;
    background: #FFFFFF;
}

.content-tab-item-tt {
    height: 16px;
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
}

.tab-active {
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
}

    .tab-active .content-tab-item-tt {
        color: #FFFFFF;
    }

.content-list-wrapper {
    display: flex;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.store-item-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 285px;
    margin-right: 19px;
    cursor: pointer;
    transition: border-color .3s;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    background: #FFFFFF;
}

    .store-item-wrapper:hover {
        border-color: #C4E691;
    }

    .store-item-wrapper:nth-child(4n+0) {
        margin-right: 0;
    }

    .store-item-wrapper:nth-child(n+5) {
        margin-top: 19px;
    }

.store-cover-img img {
    width: 280px;
    height: 168px;
    border-radius: 6px 6px 0 0;
    background: #8ECB31;
}

.store-info-wrapper {
    width: 245px;
    margin: 0 20px;
}

.store-header-wrapper {
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;*/
}

    .store-header-wrapper img {
        width: 18px;
        height: 18px;
    }

.store-header-name {
    height: 40px;
    color: #3F3F3F;
    font-family: Source Han Sans CN, Regular;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.store-header-reputation {
    height: 14px;
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-left: 2px;
    white-space: nowrap;
}

.store-desc {
    display: inline-block;
    width: 255px;
    height: 50px;
    border-radius: 2px;
    background: #FAFAFA;
}

.store-desc-content {
    width: 241px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.store-divider {
    height: 1px;
    margin-top: 12px;
    background-color: #EEEEEE;
}

.store-look-wrapper {
    height: 48px;
}

.store-look-btn {
    width: 64px;
    height: 16px;
    color: #999999;
    font-family: Source Han Sans CN, Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 4px;
    /*transition: color .3s;*/
}

.store-item-wrapper:hover .store-divider {
    background-color: #8FCC32;
}

.store-item-wrapper .store-look-btn a:hover {
    color: #7FBE1C;
}

.content-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin-top: 60px;
}

.content-page-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-page-action {
    width: 62px;
    height: 26px;
    cursor: pointer;
    color: #666666;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    background: #FFFFFF;
    font-family: PingFang SC, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.action-disable {
    pointer-events: none;
    color: #CDCDCD;
}

.content-page-numbers {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    cursor: pointer;
}

.content-page-number {
    width: 26px;
    height: 26px;
    margin-right: 9px;
    color: #999999;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    background: #FFFFFF;
    font-family: PingFang SC, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

    .content-page-number:first-child {
        margin-left: 9px;
    }

.page-active {
    color: #F9FCF5;
    background: #8FCC32;
}

/*主要内容区结束*/

.swiper-slide a{
    color:#fff;
}
.store-header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

/* loading */
/* loading */
.loading-wrapper {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.page_loading, .page_loading > div {
    position: relative;
    box-sizing: border-box;
}

.page_loading {
    display: block;
    color: #000000;
    font-size: 0;
}

    .page_loading.la-dark {
        color: #333333;
    }

    .page_loading > div {
        display: inline-block;
        float: none;
        border: 0 solid currentColor;
        background-color: currentColor;
    }

.page_loading {
    width: 32px;
    height: 32px;
}

    .page_loading > div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
        animation: ball-spin-clockwise-fade 1s infinite linear;
        border-radius: 100%;
    }

        .page_loading > div:nth-child(1) {
            top: 5%;
            left: 50%;
            animation-delay: -.875s;
        }

        .page_loading > div:nth-child(2) {
            top: 18.1801948466%;
            left: 81.8198051534%;
            animation-delay: -.75s;
        }

        .page_loading > div:nth-child(3) {
            top: 50%;
            left: 95%;
            animation-delay: -.625s;
        }

        .page_loading > div:nth-child(4) {
            top: 81.8198051534%;
            left: 81.8198051534%;
            animation-delay: -.5s;
        }

        .page_loading > div:nth-child(5) {
            top: 94.9999999966%;
            left: 50.0000000005%;
            animation-delay: -.375s;
        }

        .page_loading > div:nth-child(6) {
            top: 81.8198046966%;
            left: 18.1801949248%;
            animation-delay: -.25s;
        }

        .page_loading > div:nth-child(7) {
            top: 49.9999750815%;
            left: 5.0000051215%;
            animation-delay: -.125s;
        }

        .page_loading > div:nth-child(8) {
            top: 18.179464974%;
            left: 18.1803700518%;
            animation-delay: 0s;
        }

    .page_loading.la-sm {
        width: 16px;
        height: 16px;
    }

        .page_loading.la-sm > div {
            width: 4px;
            height: 4px;
            margin-top: -2px;
            margin-left: -2px;
        }

    .page_loading.la-2x {
        width: 64px;
        height: 64px;
    }

        .page_loading.la-2x > div {
            width: 16px;
            height: 16px;
            margin-top: -8px;
            margin-left: -8px;
        }

    .page_loading.la-3x {
        width: 96px;
        height: 96px;
    }

        .page_loading.la-3x > div {
            width: 24px;
            height: 24px;
            margin-top: -12px;
            margin-left: -12px;
        }
.slide-items img {
    width: 100%;
    height:100%;
    border-radius: 20px;
}
.store-start-img {
    display: flex;
}
@keyframes ball-spin-clockwise-fade {
    50% {
        transform: scale(.5);
        opacity: .25;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
