<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.saleItem {
    position: relative;
    display: inline-block;
    border-top: 4px solid #6dc6c8;
    width: 100%;
    height: 268px;
    padding: 0 25px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 28px 7px rgba(34, 34, 34, .05)
}

.saleItem:visited {
    background: #f1f1f1
}

.saleItem:visited .saleItem__info {
    border-color: #e3e3e3
}

.saleItem:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 4px
}

.saleItem:hover:before {
    width: 100%
}

.saleItem:hover {
    box-shadow: 0 0 15px #728672
}

.saleItem .saleItem__title {
    margin: 25px 0 14px
}

.saleItem .saleItem__title .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.saleItem .saleItem__type {
    display: inline-block;
    height: 19px;
    font-size: 16px;
    color: #222
}

.saleItem .saleItem__type span {
    margin: 0 16px 0 6px
}

.saleItem .saleItem__label {
    float: right
}

.saleItem .saleItem__label .icon {
    margin-left: 12px
}

.saleItem .saleItem__intro {
    height: 46px;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    letter-spacing: .75px
}

.saleItem .saleItem__info {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 76px
}

.saleItem .saleItem__info dl {
    margin: 16px 0;
    display: inline-block;
    text-align: center;
    width: 25%
}

.saleItem .saleItem__info dl dt {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px;
    color: #00b3b7
}

.saleItem .saleItem__info dl dt span {
    font-size: 16px;
    white-space: nowrap
}

.saleItem .saleItem__info dl dd {
    margin: 0;
    height: 16px;
    font-size: 12px;
    color: #999
}

.saleItem .saleItem__footer {
    height: 62px
}

.saleItem .saleItem__footer a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.saleItem .saleItem__footer .saleItem__footer__button {
    display: inline-block;
    margin-top: 16px;
    padding: 0 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    color: #fff
}

.saleItem .saleItem__footer .saleItem__footer__button--price {
    margin-right: 16px;
    background: linear-gradient(258deg, #5fb258, #3c8977)
}

.saleItem .saleItem__footer .saleItem__footer__button--detail {
    background: rgba(50, 55, 57, .6)
}

.saleItem .saleItem__footer .saleItem__footer__collection {
    line-height: 20px;
    position: relative;
    float: right;
    padding-left: 28px;
    margin-top: 20px;
    font-size: 14px;
    color: #222;
    border: none;
    outline: none;
    background: none;
    cursor: pointer
}

.saleItem .saleItem__footer .saleItem__footer__collection:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(/static/mall/images/icon_star.png) no-repeat;
    background-size: 20px 20px
}

.saleItem .saleItem__footer .saleItem__footer__collection.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background: url(/static/mall/images/icon/icon_star_full.png) no-repeat;
    background-size: 20px 20px
}

.suggestItem {
    width: 100%;
    height: 268px;
    padding-top: 1px;
    box-sizing: border-box;
    background: no-repeat 0 0/100% 100%;
    background-color: #fff;
    box-shadow: 0 0 28px 7px rgba(34, 34, 34, .05)
}

.suggestItem__icon {
    display: block;
    margin: 66px auto 30px;
    width: 50px;
    height: 60px
}

.suggestItem__text {
    text-align: center;
    height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 36px
}

.ivu-table-wrapper {
    border: none
}

.ivu-table:after, .ivu-table:before {
    display: none
}

.ivu-table th {
    color: #fff;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #3c8977
}

.ivu-table td {
    border-bottom: 1px solid #eee
}

.fiter-prefix {
    padding: 16px 0;
    margin: 0 48px !important;
    background: #fff;
    border-bottom: 1px solid #e1e1e1
}

.fiter-prefix .label {
    display: inline-block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    background: #eee;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(93deg, #3c8977, #5fb258);
    color: #fff
}

.fiter-prefix .filter-option {
    display: inline-block;
    margin-left: 32px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    cursor: pointer
}

.fiter-prefix .filter-option.active {
    color: #00b3b7
}

.banner {
    position: relative;
    margin: 0 auto;
    width: 100%
}

.banner__swiper {
    --swiper-pagination-color: #d7c261
}

.banner__swiper .swiper-pagination {
    bottom: 35% !important
}

.banner__swiper .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 14px;
    height: 14px
}

.banner__swiper .swiper-slide {
    font-size: 0
}

.banner__swiper .swiper__cover {
    width: 100%
}

.banner__news {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: url(/static/mall/images/bg_banner.jpg) no-repeat 0 0/100% 100%
}

.banner__news .banner__news__wrap {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-around;*/
    width: 1630px;
    margin: 0 auto;
}

.banner__news h2 {
    float: left;
    margin: 26px 34px;
    height: 26px;
    line-height: 28px;
    font-size: 28px;
    font-weight: 500;
    color: #fff
}

.banner__news .banner__news__list {
    margin-top: 13px;
    float: left;
    height: 60px;
    font-size: 16px;
    color: #ddd;
    line-height: 24px;
    width: 300px;
}

.banner__news .banner__news__list .time {
    margin-right: 18px;
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #d7c261;
    line-height: 24px
}

.banner__news .banner__news__list .users {
    margin-right: 12px;
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #ddd;
    line-height: 24px
}

.banner__news .banner__news__list .word {
    display: inline-block;
    width: 280px;
    height: 20px;
    vertical-align: middle;
    line-height: 16px
}

.banner__news .banner__infolist {
    float: right;
    margin-top: 11px
}

.banner__news .banner__info {
    display: inline-block;
    margin-right: 30px;
    text-align: center
}

.banner__news .banner__info dt {
    margin-bottom: 12px;
    height: 16px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #fff
}

.banner__news .banner__info dd {
    height: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

.banner__news .banner__info dd span {
    font-size: 14px
}
@media screen and (max-width: 1200px){
    .banner__news .banner__news__wrap {
        width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1560px) {
    .banner__news .banner__news__wrap {
        width: 1200px;
        margin: 0 auto
    }

    .banner__news h2 {
        margin-left: 0
    }

    .banner__news .banner__news__list .word {
        width: 140px
    }
}

.popular .popular__title {
    position: relative;
    margin: 45px 0 15px;
    padding-bottom: 22px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #222;
    line-height: 36px
}

.popular .popular__title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: #222;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.popular .popular__nav {
    text-align: center
}

.popular .popular__nav a {
    margin-right: 20px;
    height: 16px;
    font-size: 16px;
    color: #222;
    text-decoration: none
}

.popular .popular__nav a.active {
    color: #5fb258
}

.advice {
    position: relative;
    margin-top: 50px
}

.advice .advice__bg {
    width: 100%;
    min-height: 50px
}

.advice .advice__link {
    display: inline-block;
    position: absolute;
    left: calc(50% - 127px);
    bottom: 60px;
    width: 254px;
    height: 62px;
    line-height: 62px;
    background: url(/static/mall/images/bg_btn_advice.png) 0 0/100% 100%;
    text-decoration: none;
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

.aboutUs .aboutUs__title {
    position: relative;
    margin: 92px 0 30px;
    padding-bottom: 29px;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #222;
    line-height: 48px
}

.aboutUs .aboutUs__title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background: #222;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.aboutUs .aboutUs__title + div {
    margin-bottom: 70px;
    text-align: center;
    font-size: 16px;
    color: #222
}

.aboutUs .aboutUs__item {
    position: relative;
    padding-top: 46px;
    height: 160px;
    background: #fff;
    box-shadow: 0 0 32px 3px rgba(34, 34, 34, .05);
    border-radius: 2px;
    cursor: pointer
}

.aboutUs .aboutUs__item .icon {
    display: block;
    margin: 0 auto 14px;
    width: 44px;
    height: 44px
}

.aboutUs .aboutUs__item .text {
    display: block;
    text-align: center;
    height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.aboutUs .aboutUs__item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s
}

.aboutUs .aboutUs__item.active .mask {
    opacity: 1
}

.aboutUs .aboutUs__data {
    margin: 90px auto 92px
}

.aboutUs .aboutUs__data dl {
    display: inline-block;
    text-align: center
}

.aboutUs .aboutUs__data dt {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #222
}

.aboutUs .aboutUs__data dt span {
    font-size: 55px;
    font-weight: 700
}

.aboutUs .aboutUs__data dd {
    margin: 30px 0 0;
    font-size: 24px;
    font-weight: 400;
    color: #222
}</pre></body></html>