:root {
    --main-color: #FE335C;
}

html,
body {
    max-width: 450px;
    margin: 0 auto;
    font-family: 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
    font-size: 14px;
    color: #313836;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    user-select: none;
    position: relative;
    font-weight: 400;
    background: #f7f7f7;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}


/*首页*/
#bodycontenthome {
    min-height: 0;
    position: relative;
    opacity: 0;
}

#bodycontenthome.active {
    min-height: 100px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: movehome;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes movehome {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.home-content {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.home-header {
    height: 37px;
    background: var(--main-color);
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    padding-top: 7px;
}

.header-content {
    width: 220px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    margin: 0 auto;
    color: #333;
    display: flex;
}

.icon-style {
    width: 73px;
    height: 26px;
    text-align: center;
    line-height: 26px;

}

.icon-style:nth-child(1) {
    margin-left: 2px;
    margin-top: 2px;
}

.icon-style:nth-child(2) {
    margin-top: 2px;
}

.icon-style:nth-child(3) {
    margin-right: 2px;
    margin-top: 2px;
}




.icon-style.active {
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    color: var(--main-color);
}

.home-cat-list {
    height: auto;
    overflow: hidden;
    padding: 0px 10px 10px 10px;
    background: #F9F9F9;
}

.home-search {
    height: 34px;
    background: rgba(255, 106, 51, 0.05);
    border-radius: 18px;
    border: 1px solid var(--main-color);
    color: #999;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 10px;
}

.home-search-left {
    display: flex;
    align-items: center;

}

.home-search-left img {
    width: 22px;
    height: 22px;
    margin-left: 12px;
}

.home-search-left span {
    margin-left: 8px;
}

.home-search-right {
    width: 56px;
    height: 28px;
    background: var(--main-color);
    border-radius: 16px;
    margin-right: 4px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.home-platform-list {
    overflow: hidden;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    margin-top: 12px;
    justify-content: space-between;
}

.home-platform-item {
    width: 25%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.home-platform-item img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.home-platform-item span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 7px;
}

.home-sort-list {
    overflow: hidden;
    font-weight: 500;
    font-size: 12px;
    color: #666;
    margin-top: 0px;
}

.home-sort-item {
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 12px;
    text-align: center;

}

.home-sort-item img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    border-radius: 100%;
}

.home-sort-item span {
    display: block;
    text-align: center;
    margin-top: 7px;
    width: 85%;
    height: 18px;
    overflow: hidden;
    margin: 7px auto 0 auto;
    line-height: 18px;
}

.home-goods-content-js {
    height: 44px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.home-goods-sort {
    width: 25%;
    text-align: center;
    float: left;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.home-goods-sort.active {
    font-weight: 600;
    color: #FE335C;
}

.line {
    width: 20px;
    height: 4px;
    background: -webkit-linear-gradient(left, #FE775E, #FE305C);
    background: linear-gradient(90deg, #FE775E, #FE305C);
    border-radius: 0.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-goods-sort.active .line {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-goods-sort-zj {
    display: flex;
    height: 44px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    justify-content: space-around;
    line-height: 44px;
    align-items: center;
}

.home-goods-sort-zji {
    width: 25%;
    text-align: center;
    line-height: 44px;
    float: left;
}

.home-goods-sort-zji img {
    width: 20px;
    height: 20px;
}

.home-goods-sort-zji.active {
    color: var(--main-color);
}

.home-goods-list {
    overflow: hidden;
    margin-top: 14px;
}

.goods_item_type2 {
    width: 49%;
    float: left;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0 !important;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.goods_item_type2:nth-child(2n) {
    float: right;
}

.imgbox_type2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.imgbox_type2 img {
    width: 100%;
    position: absolute;
}

.goods_item_sk {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 5px 4px;
}

.goods_item_title_type2 {
    overflow: hidden;
    line-height: 20px;
    padding: 0.3rem 0px;
    height: 20px;
    display: flex;
    align-items: center;
}

.goods_item_title_type2 img {
    width: 15px;
    height: 15px;
}

.goods_item_title_type2 .name_type2 {
    height: 20px;
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 1px;
    font-weight: 500;
    margin-left: 5px;
}

.quan_sk {
    overflow: hidden;
}

.quan {
    font-size: 12px;
    color: #FE335C;
    height: 20px;
    background: linear-gradient(90deg, #FF6A33 0%, #FE335C 100%);
    border-radius: 4px;
    margin-top: 3px;
    float: left;
}

.quan span {
    display: block;
    float: left;
}

.quan span:nth-child(1) {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
}

.quan span:nth-child(2) {
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 0 4px 4px 0;
    margin: 1px 1px 0 0;
    padding: 0 5px;
}

.new_quanhoujia_style {
    font-size: 11px;
    color: #FE335C;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.new_quanhoujia_style span {
    font-size: 16px;
    font-weight: 600;
}



.goods_item_type2_new:nth-child(2n) {
    margin-left: 1%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper_banner_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 10px auto;
    padding-bottom: 0px;
    border-radius: 12px;
}

.swiper_banner_item .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 12px;
}

.home-banner-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 10px auto;
    padding-bottom: 0px;
}

.home-banner-content-left {
    width: 49%;
    height: 245px;
    background: linear-gradient(180deg, #CCE9FF 0%, #ADBEFF 100%);
    border-radius: 12px;
    position: relative;
    float: left;
}


.swiper_banner_list_style {
    height: auto !important;
    overflow: hidden !important;
    padding-bottom: 0px !important;
}

.banner-style {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.banner-style p {
    width: 80%;
    margin: 20px auto;
    height: 44px;
    color: var(--main-color);
    overflow: hidden;
}

.home-banner-content-right {
    height: 235px;
    width: 49%;
    float: right;
    background: linear-gradient(180deg, #FEBB6D 0%, #FFF1DF 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

.home-banner-img {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.home-banner-img img {
    width: 100%;
    border-radius: 6px;
}

.price_js {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-decoration-line: line-through;
    margin-left: 5px;
    margin-top: 5px;
}

@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.donut {
    display: inline-block;
    border: 2px solid #969799;
    border-left-color: #fe3b55;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: donut-spin 1.2s linear infinite;
}

.search-loading-style {
    width: 100%;
    height: 100px;
    overflow: hidden;
    color: #969799;
    font-size: 14px;
    margin: 10px;
    display: none;
}

.search-loading-style1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-loading-style span {
    margin-left: 7px;
}

.home-fixed-style {
    height: auto;
    overflow: hidden;
}



.home-fixed-style.active {
    position: fixed;
    left: 0;
    top: 98px;
    z-index: 200;
    width: 100%;
    background: #fff;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
    box-shadow: 0px 2px 4px 0px rgba(73, 0, 139, 0.1);
}

.gotoback {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 99;
    opacity: 0;
}

.gotoback.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.gotoback img {
    width: 48px;
    height: 48px;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.home-sort-itemsb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto;
}

/* 会员权益页分类图标缩小（仅作用于 #sortlistss，不影响首页快捷入口） */
#sortlistss .home-sort-itemsb {
    width: 32px;
    height: 32px;
}

#sortlistss .home-sort-item img {
    width: 32px;
    height: 32px;
}

.addmoves {
    animation: flash_size 1.2s infinite;
}

@keyframes flash_size {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12)
    }
}

.home-sort-list-bg {
    height: auto;
    overflow: hidden;
    background: #F9F9F9;
}

.home-sort-list-bgs {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 50px;
}



.home-goods-contents {
    height: 44px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.home-tipoff_header_taber::-webkit-scrollbar {
    display: none;
}

.home-tipoff_header_tabers::-webkit-scrollbar {
    display: none;
}

.home-goods-sortsj {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    margin: 0 12px;
    white-space: nowrap;
    position: relative;
    font-weight: 500;

}

.home-goods-sortsj.active a {
    font-weight: 600;
    color: var(--main-color);
}

.linesj {
    width: 30px;
    height: 4px;
    background: var(--main-color);
    border-radius: 0.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-goods-sortsj.active .linesj {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-tipoff_header_taber {
    display: -webkit-box;
    list-style: none;
    overflow: auto;
    height: 44px;
    line-height: 44px;
    background: #fff;
    margin-top: 44px;
}

.home-tipoff_header_tabers {
    display: -webkit-box;
    list-style: none;
    overflow: auto;
    height: 44px;
    line-height: 44px;
    background: #fff;
    margin-top: 44px;
}

.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 99;
}

.home-search-bg {
    margin-top: 54px;
}

.home-search-bg.active {
    position: fixed;
    left: 0;
    top: 44px;
    z-index: 999999;
    background: #ffff;
    width: 100%;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
    margin-top: 0px;
}



.loader {
    margin: 33px auto 7px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-sort-list-item {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.home-sort-list-item:last-child {
    border-bottom: none
}

.home-sort-list-item p {
    font-weight: 600;
    font-size: 14px;
    color: var(--main-color);
    text-indent: 5%;
    margin: 15px 0;
}

.home-sort-list-items p {
    font-weight: 600;
    font-size: 14px;
    color: var(--main-color);
    text-indent: 5%;
    margin: 15px 0;
}


.home-sort-list-items {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px;
}

.home-sort-list-items:last-child {
    border-bottom: none
}

.home-sort-list-items p {
    font-weight: 600;
    font-size: 14px;
    color: var(--main-color);
    text-indent: 5%;
}



.home-goods-sortsj a {
    text-decoration: none;
    color: #333;
}



.swiper_banner_icons {
    overflow: hidden;
    position: relative;
}

.swiper_banner_icons .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 5px;
    height: 5px;
}

.swiper_banner_icons .swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
    width: 15px;
    height: 5px;
    border-radius: 5px;
}

.skeleton_content {
    max-width: 450px;
    height: auto;
    overflow: hidden;
}

.skeleton_header {
    height: 37px;
    background: #ededed;
    display: flex;
    align-items: center;
}

.skeleton-home-cat-list {
    height: auto;
    overflow: hidden;
    padding: 10px 10px;
    background: #fff;
}

.skeleton-home-search {
    height: 34px;
    background: #ededed;
    border-radius: 18px;
}

.skeleton-swiper-container {
    height: 107px;
    background: #ededed;
    border-radius: 12px;
    margin: 12px auto 10px auto;
}

.skeleton-home-platform-list {
    margin-top: 12px;
    min-height: auto;
    overflow: hidden;
}

.skeleton-home-sort-item {
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 12px;
    text-align: center;
}

.skeleton-home-sort-itemsb {
    width: 40px;
    height: 40px;
    background: #ededed;
    margin: 0 auto;
    border-radius: 100px;
}

.skeleton-home-sort-span {
    display: block;
    text-align: center;
    margin-top: 7px;
    width: 50%;
    height: 10px;
    overflow: hidden;
    margin: 7px auto 0 auto;
    background: #ededed;
    border-radius: 10px;
}

.skeleton-home-banner-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto 10px auto;
    padding-bottom: 0px;
}

.skeleton-home-banner-content-left {
    width: 49%;
    height: 245px;
    background: #ededed;
    border-radius: 12px;
    position: relative;
    float: left;
}

.skeleton-home-banner-content-right {
    height: 235px;
    width: 49%;
    float: right;
    background: #ededed;
    border-radius: 12px;
    padding: 5px 0;
}

.skeleton-header-content {
    width: 150px;
    height: 28px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    margin: 0 auto;
}

.skeleton-home-fixed-style {
    height: 88px;
    background: #ededed;
}

.skeleton-goods_load {
    min-height: 200px;
    overflow: hidden;
}

.skeleton-home-goods-list {
    overflow: hidden;
    margin-top: 14px;
}

.skeleton-goods_item_type2 {
    width: 49%;
    float: left;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0 !important;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    height: 263px;
}

.skeleton-imgbox_type2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background: #ededed;
}

.skeleton-goods_item_sk {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 5px 4px;
}

.skeleton-goods_item_title_type2 {
    height: 15px;
    background: #ededed;
    border-radius: 10px;
}

.skeleton-quan_sk {
    width: 115px;
    height: 15px;
    background: #ededed;
    border-radius: 10px;
    margin-top: 7px;
}

.skeleton-quanhoujia_type2 {
    width: 165px;
    height: 15px;
    background: #ededed;
    border-radius: 10px;
    margin-top: 7px;
}

.skeleton-goods_item_type2:nth-child(2n) {
    float: right;
}

.btn_involved {
    width: 60%;
    height: 28px;
    background: var(--main-color);
    border-radius: 16px;
    margin-right: 4px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -30%;
    animation: flash_size 1.2s infinite;
}

.home-sk .home-platform-item img {
    width: 48px;
    height: 48px;
}



#cmshome {
    display: none;
}

#cmssearch {
    display: none;
}

#cmsdetail {
    display: none;
}

#cmssearchresult {
    display: none;
}


/*搜索*/
#bodycontentsearch {
    position: relative;
    opacity: 0;
}

#bodycontentsearch.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: movehome;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes movehome {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.home-content {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.search-header {
    height: 44px;
    background: var(--main-color);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
}

.s-js {
    padding-bottom: 5px !important;
}

.s-img img {
    position: relative !important;
}

.h_back {
    width: 44px;
    height: 44px;
    text-align: center;
    flex: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.h_back img {
    width: 22px;
    height: 22px;
    margin-top: 11px;
    margin-left: 11px;
}

.h_title {
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    flex: 1;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.home-goods-content {
    height: 44px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    box-shadow: 0px 2px 4px 0px rgba(73, 0, 139, 0.1);
    position: fixed;
    left: 0;
    top: 44px;
    z-index: 99999;
    background: #fff;
    width: 100%;
}

.home-goods-sort {
    width: 25%;
    text-align: center;
    float: left;
    height: 44px;
    line-height: 44px;
    position: relative;
}

.home-goods-sort.active {
    font-weight: 600;
    color: var(--main-color);
}

.line {
    width: 20px;
    height: 4px;
    background: var(--main-color);
    border-radius: 0.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-goods-sort.active .line {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
    margin-top: 88px;
}

.search_bg_text {
    width: 90%;
    margin: 15px auto;
    height: auto;
    background: linear-gradient(180deg, #FFEAE3 0%, #FFFFFF 100%);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.serach_list_icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    margin: 10px auto 10px auto;
    padding: 0 10px;
}

.serach_list {
    width: 17px;
    height: 17px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 100px;
    font-size: 12px;
    background: #FF6A33;
}

.serach_list_icon text {
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    color: #FF6A33;
}

.serach_jt {
    font-size: 12rpx;
    color: #FF6A33;
}

.search_text {
    width: 92%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.search_text_style {
    width: 93%;
    height: 107px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    line-height: 22px;
    box-sizing: border-box;
    margin-top: 15px;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
}

.search_text_style:focus {
    outline: none;
}

.search_del {
    color: #ff6a33;
    font-size: 13px;
    position: absolute;
    left: 25px;
    bottom: 15px;
    z-index: 999;
    width: auto;
    padding: 0px;
    display: none;
}

.search_del span {
    float: left;
}

.search_del img {
    width: 18px;
    height: 18px;
    float: left;
}

.search_btn {
    width: 92%;
    height: 38px;
    background: var(--main-color);
    border-radius: 22px;
    overflow: hidden;
    margin: 15px auto;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
}

.search_btn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.pos {
    position: relative;
}

.search_hot_keyword {
    width: 90%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.search_hot_top {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_hot_top img {
    width: 20px;
    height: 20px;
}

.search_hot_list {
    overflow: hidden;
    margin: 12px auto 0 auto;
}

.search_item {
    height: 28px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 28px;
    float: left;
    padding: 0 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

.search_goods_list {
    width: 90%;
    margin: 12px auto;
    height: auto;
    overflow: hidden;
}

.search_goods_title {
    overflow: hidden;
    margin-bottom: 15px;
}

.search_goods_title img {
    width: 96px;
    margin: 0 auto;
}

.search_goods_item {
    width: 100%;
}

.search_list_jk {
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    margin-bottom: 13px;
    padding: 12px;
    overflow: hidden;
}

.search_list_left {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.search_list_left img {
    width: 80px;
    height: 80px;

}

.search_list_right {
    width: auto;
    height: 80px;
    margin-left: 92px;
}

.goods_item_title_type2 {
    overflow: hidden;
    line-height: 20px;
    padding: 0.3rem 0px;
    height: 20px;
    display: flex;
    align-items: center;
}

.goods_item_title_type2 img {
    width: 15px;
    height: 15px;
}

.goods_item_title_type2 .name_type2 {
    height: 20px;
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 1px;
    font-weight: 500;
    margin-left: 5px;
}

.quan_sk {
    overflow: hidden;
}

.quan {
    font-size: 12px;
    color: #FE335C;
    height: 20px;
    background: linear-gradient(90deg, #FF6A33 0%, #FE335C 100%);
    border-radius: 4px;
    margin-top: 3px;
    float: left;
}

.quan span {
    display: block;
    float: left;
}

.quan span:nth-child(1) {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
}

.quan span:nth-child(2) {
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 0 4px 4px 0;
    margin: 1px 1px 0 0;
    padding: 0 5px;
}

.new_quanhoujia_style {
    font-size: 11px;
    color: #FE335C;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.new_quanhoujia_style span {
    font-size: 16px;
    font-weight: 600;
}

.price_js {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.goods_item_type2_new:nth-child(2n) {
    margin-left: 1%;
}

.loading-style {
    width: auto;
    height: auto;
    overflow: hidden;
    color: #969799;
    font-size: 14px;
    margin: 10px;
    margin-bottom: 50px;
}

.loading-style1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-style span {
    margin-left: 7px;
}

@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-donut {
    display: inline-block;
    border: 2px solid #969799;
    border-left-color: #fe3b55;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: donut-spin 1.2s linear infinite;
}

.gotoback {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 99;
    opacity: 0;
}

.gotoback.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.gotoback img {
    width: 48px;
    height: 48px;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}



/*搜索列表*/
#bodycontentsearchresult {
    position: relative;
    opacity: 0;
}

#bodycontentsearchresult.active {
    animation-fill-mode: forwards;
    animation-name: movehome;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes movehome {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.home-content {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.searchresult-header {
    height: 44px;
    background: var(--main-color);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
}

.h_back {
    width: 44px;
    height: 44px;
    text-align: center;
    flex: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.h_back img {
    width: 22px;
    height: 22px;
    margin-top: 11px;
    margin-left: 11px;
}

.h_title {
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    flex: 1;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.search_bg_sj {
    height: 44px;
    background: var(--main-color);
    position: relative;
    width: 100%;
    margin-top: 44px;
    z-index: 1;
}

.search_bg_input {
    width: 92%;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_bg_input_fl {
    width: 29%;
    height: 36px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_bg_platform_img {
    width: 18px;
    height: 18px;
}

.search_bg_platform_img img {
    width: 18px;
    height: 18px;
}

.search_bg_platform_sty {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.search_bg_platform_sty img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 2px;
}

.search_bg_input_fr {
    width: 70%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_input_fk {
    display: flex;
    align-items: center;
}

.search_input_fk img {
    width: 18px;
    height: 18px;
}

.search_input_fk input {
    border: none;
    outline: none;
    height: 34px;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    font-family: PingFangSC, PingFang SC;
    margin-left: 5px;
}

.search_input_fk_fr {
    width: 56px;
    height: 30px;
    background: var(--main-color);
    border-radius: 16px;
    margin-right: 4px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.triangle_nr {
    width: 132px;
    height: auto;
    position: fixed;
    left: 37px;
    top: 82px;
    z-index: 9;
    display: none;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 0px;
    left: 25%;
    margin-left: -10px;
}

.filter {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0px;
    left: 25%;
    margin-left: -10px;
    z-index: -1;
    filter: blur(2px);
}

.triangle_list_bg {
    width: 132px;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    border-radius: 8px;

}

.triangle_nr.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
}

.triangle_list_bg_item {
    width: 132px;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.triangle_list_bg_item:last-child {
    border-bottom: none
}

.triangle_list_bg_item img {
    width: 18px;
    height: 18px;
    margin: 0 10px;
}

.triangle_list_bg_item span {
    margin-bottom: 2px;
}

.triangle_list_bg_item.active .sline {
    width: 10px;
    height: 4px;
    display: inline-block;
    border: 1px solid var(--main-color);
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    vertical-align: baseline;
    position: absolute;
    right: 12px;
    top: 16px;
}

.home-goods-contents {
    height: 44px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tipoff_header_taber::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
}

.home-goods-sortsj {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    margin: 0 12px;
    white-space: nowrap;
    position: relative;
    font-weight: 500;

}

.home-goods-sortsj.active {
    font-weight: 600;
    color: #FE335C;
}

.home-goods-sortsjs {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333;
    margin: 0 12px;
    white-space: nowrap;
    position: relative;
    font-weight: 500;

}

.home-goods-sortsjs.active {
    font-weight: 600;
    color: var(--main-color);
}

.home-goods-sortsjs.active a {
    font-weight: 600;
    color: var(--main-color);
}

.home-goods-sortsjs a {
    text-decoration: none;
    color: #333;
}

.linesj {
    width: 30px;
    height: 4px;
    background: var(--main-color);
    border-radius: 0.125rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.home-goods-sortsj.active .linesj {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-goods-sortsjs.active .linesj {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.tipoff_header_taber {
    width: 100%;
    height: 44px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    overflow-x: scroll;
    margin-top: 44px;
    /* box-shadow: 0px 2px 4px 0px rgba(73, 0, 139, 0.1); */
}

.home-goods-sort-zj {
    display: flex;
    height: 44px;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    justify-content: space-around;
    line-height: 44px;
    align-items: center;
    background: #fff;
}

.home-goods-sort-zjis {
    width: 25%;
    text-align: center;
    line-height: 44px;
    float: left;
}

.home-goods-sort-zjis.active {
    color: var(--main-color);
}

.goods_load {
    min-height: 500px;
}

.home-goods-list {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
}

.goods_item_type2 {
    width: 49%;
    float: left;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0 !important;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.goods_item_type2:nth-child(2n) {
    float: right;
}

.imgbox_type2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.imgbox_type2 img {
    width: 100%;
    position: absolute;
}

.goods_item_sk {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 5px 4px;
}

.goods_item_title_type2 {
    overflow: hidden;
    line-height: 20px;
    padding: 0.3rem 0px;
    height: 20px;
    display: flex;
    align-items: center;
}

.goods_item_title_type2 img {
    width: 15px;
    height: 15px;
}

.goods_item_title_type2 .name_type2 {
    height: 20px;
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 1px;
    font-weight: 500;
    margin-left: 5px;
}

.quan_sk {
    overflow: hidden;
}

.quan {
    font-size: 12px;
    color: #FE335C;
    height: 20px;
    background: linear-gradient(90deg, #FF6A33 0%, #FE335C 100%);
    border-radius: 4px;
    margin-top: 3px;
    float: left;
}

.quan span {
    display: block;
    float: left;
}

.quan span:nth-child(1) {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
}

.quan span:nth-child(2) {
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    border-radius: 0 4px 4px 0;
    margin: 1px 1px 0 0;
    padding: 0 5px;
}

.new_quanhoujia_style {
    font-size: 11px;
    color: #FE335C;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.new_quanhoujia_style span {
    font-size: 16px;
    font-weight: 600;
}



.goods_item_type2_new:nth-child(2n) {
    margin-left: 1%;
}

.loading-style {
    width: auto;
    height: auto;
    overflow: hidden;
    color: #969799;
    font-size: 14px;
    margin: 10px;
}

.loading-style1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-style span {
    margin-left: 7px;
}

@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.donut {
    display: inline-block;
    border: 2px solid #969799;
    border-left-color: var(--main-color);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: donut-spin 1.2s linear infinite;
}

.product-empty {
    width: 105px;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
    color: #4e4e4e;
    display: none;
}

.product-empty img {
    width: 105px;
}

.product-empty span {
    width: 105px;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.gotoback {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 99;
    opacity: 0;
}

.gotoback.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.gotoback img {
    width: 48px;
    height: 48px;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.price_js {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-decoration-line: line-through;
    margin-left: 5px;
}

.load-bg {
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 999999;
    width: 120px;
    height: 120px;
    transform: translateX(-50px);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.loader {
    margin: 33px auto 7px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*详情*/
#bodycontentdetail {
    position: relative;
    opacity: 0;
}

#bodycontentdetail.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.home-content {
    max-width: 450px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.detail-header {
    height: 44px;
    background: var(--main-color);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
}

.h_back {
    width: 44px;
    height: 44px;
    text-align: center;
    flex: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.h_back img {
    width: 22px;
    height: 22px;
    margin-top: 11px;
    margin-left: 11px;
}

.h_title {
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    flex: 1;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper_banner_item {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    min-height: 106px;
}

.swiper_banner_item .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.swipersk {
    width: 56px;
    height: 22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    line-height: 22px;
    color: #fff;
    margin-left: 80%;
}

.detail_info {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 14px 14px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
}

.detail-wares-particulars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-wares-priceall {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-wares-priceall-fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FE335C;
}

.detail-wares-priceall-fl span:nth-child(2) {
    font-size: 22px;
}

.detail-wares-priceall-fr {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-decoration-line: line-through;
    margin-left: 8px;
}

.detail-wares-priceall-countbox span {
    color: #FE335C;
}

.detail-wares-describe {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.detail-wares-describe img {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.detail-wares-coupon-bg {
    margin-top: 12px;
    position: relative;
    overflow: hidden;
}

.detail-wares-coupon-bg img {
    width: 100%;
}

.detail-wares-coupon-fl {
    width: 65%;
    height: auto;
    z-index: 8;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 5%;
}

.detail-wares-coupon-fl span {
    display: block;
}

.detail-wares-coupon-fl span:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
    color: #FE335C;
    margin-top: 5%;
}

.detail-wares-coupon-fl span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    color: rgba(254, 51, 92, 0.5);
    margin-top: 2%;
}

.detail-wares-coupon-fr {
    z-index: 8;
    position: absolute;
    left: 79%;
    top: 0;
    margin-top: 7%;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 4%;
}

.detail_shop_info {
    width: 93%;
    margin: 12px auto 0 auto;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    display: flex;
}

.detail_shop_info_fl {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    margin-left: 12px;
}

.detail_shop_info_fr {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    margin-left: 15px;
}

.detail_shop_info_name {
    display: flex;
    align-items: center;
}

.detail_shop_info_name img {
    width: 18px;
    height: 18px;
}

.detail_shop_info_name span {
    margin-left: 5px;
}

.d_shop_info_service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}

.d_shop_info_service_1 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.d_shop_info_service_1 img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.detail_shop_infos {
    width: 93%;
    margin: 12px auto 0 auto;
    padding: 12px 0;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
}

.detail_shop_wenan {
    margin: 0 0 0 12px;
    display: flex;
    align-items: center;
}

.detail_shop_wenan img {
    width: 18px;
    height: 18px;
}

.detail_shop_wenan span {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: 5px;
}

.detail_shop_wenan_1 {
    margin: 15px 15px 0 15px;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 15px;
}

.detail_shop_wenan_1 textarea {
    background: #F6F6F6;
    border: none;
    width: 100%;
    color: #666;
    height: 130px;
    outline: none;
    line-height: 18px;
}

.detail_goods_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
}

.detail_goods_img_fl {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.detail_goods_img_fl span:nth-child(1) {
    width: 2px;
    height: 12px;
    background: linear-gradient(180deg, #FF6A33 0%, #FE335C 100%);
    border-radius: 4px;
}

.detail_goods_img_fl span:nth-child(2) {
    margin-left: 5px;
}

.detail_goods_img_fr {
    display: flex;
    align-items: center;
}

.detail_goods_img_fr span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-right: 5px;
}

.detail_goods_img_fr img {
    width: 12px;
    height: 12px;
}

.detail_goods_imgs {
    margin: 15px 15px 0 15px;
    overflow: hidden;
    display: none;
}

.detail_goods_imgs img {
    width: 100%;
    display: block;
}

.detail_activity {
    width: 93%;
    margin: 16px auto 68px auto;
    overflow: hidden;
}

.detail_activity_title {
    font-weight: 600;
    font-size: 16px;
    color: #FE335C;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_activity_title span {
    margin: 0 9px;
}

.detail_activity_title img {
    width: 37px;
    height: 16px;
}

.detail_activity_list {
    overflow: hidden;
}

.banner_list img {
    width: 100%;
    margin-top: 12px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
}

.footer {
    max-width: 450px;
    height: 56px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer_fl {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
}

.footer_fl_icon {
    margin-left: 12px;
}

.footer_fl_icon img {
    width: 20px;
    height: 20px;
}

.footer_fl_icon span {
    display: block;
    margin-top: 4px;
}

.footer_fr {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.collection_fl {
    width: 132px;
    height: 38px;
    background: rgba(254, 51, 92, 0.1);
    border-radius: 20px 0px 0px 20px;
    border: 1px solid #FE335C;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #FE335C;
}

.collection_fr {
    width: 132px;
    height: 40px;
    background: linear-gradient(90deg, #FF6A33 0%, #FE335C 100%);
    border-radius: 0px 20px 20px 0px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.gotoback {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 12px;
    bottom: 60px;
    z-index: 99;
    opacity: 0;
}

.gotoback.active {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.gotoback img {
    width: 48px;
    height: 48px;
}

@keyframes move {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


.loader {
    margin: 33px auto 7px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, 0.2);
    border-right: 4px solid rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    border-left: 4px solid #ffffff;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.skeleton_content {
    max-width: 450px;
    height: auto;
    overflow: hidden;
}

.skeleton_header {
    height: 37px;
    background: #ededed;
    display: flex;
    align-items: center;
}

.skelenton_banner_swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
    height: 250px;
    background: #ededed;
}

.skelenton_detail_info {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    padding: 14px 14px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 3%);
    overflow: hidden;
}

.skelenton_detail-wares-particulars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skelenton_detail-wares-priceall {
    width: 160px;
    height: 15px;
    background: #ededed;
    border-radius: 12px;
}

.skelenton_detail-wares-priceall-countbox {
    width: 60px;
    height: 15px;
    background: #ededed;
    border-radius: 12px;
}

.skelenton_detail-wares-describe {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    height: 57px;
    background: #ededed;
    border-radius: 12px;
}

.skelenton_detail-wares-coupon-bg {
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    height: 67px;
    background: #ededed;
    border-radius: 12px;
}

.skelenton_detail_shop_info {
    width: 93%;
    margin: 12px auto 0 auto;
    height: 71px;
    background: #ededed;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 3%);
    border-radius: 12px;
    display: flex;
}

.skelenton_detail_activity {
    width: 93%;
    margin: 16px auto 30px auto;
    overflow: hidden;
}

.skelenton_detail_activity_title {
    height: 21px;
    width: 140px;
    border-radius: 12px;
    background: #ededed;
    margin: 0 auto;
}

.skelenton_detail_banner_list {
    height: 110px;
    border-radius: 12px;
    background: #ededed;
    margin-top: 12px;
}

.swiper-container_d {
    margin-top: 44px;
}

.swiper-container_d img {
    border-radius: 0px !important;
}

.home_loading {
    display: none;
    height: 50px
}

.search_loading {
    display: none;
    height: 50px
}

.searchlb_loading {
    display: none;
    height: 50px
}

#detail_title {
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
}

.search_bg_fx {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.load-bg-sk {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 888;
    position: fixed;
    display: none;
}

.font-style {
    font-size: 14px;
    margin-left: 14px;
    color: var(--main-color);
}

.customer {
    height: 32px;
    background: rgba(87, 89, 101, 0.9);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    display: none;
    z-index: 9;
}

/* ===== 会员权益页 —— 顶部品类 Tab（快速定位） ===== */
/* 吸顶沿用通用 .fixed；Tab 与下方卡片一一对应，点击跳转 + 滚动高亮 */
#home-sortss .home-tipoff_header_tabers {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

#home-sortss .home-tipoff_header_tabers .qy-tab a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

/* ===== 会员权益页 —— 按分类（type）分组 ===== */

/* 分组标题：分类名（影视会员 / 其它会员 / 外卖出行…） */
.qy-group-title {
    padding: 12px 12px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.qy-card-list {
    padding: 0 12px;
}

#home-sortss .qy-group:last-child {
    padding-bottom: 10px;
}

.qy-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 14px 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.qy-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 12px;
    background: #f5f5f5;
}

.qy-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qy-card-info {
    flex: 1;
    min-width: 0;
}

.qy-card-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.qy-card-sub {
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
}

.qy-card-tags {
    display: flex;
    gap: 6px;
}

.qy-tag {
    display: inline-block;
    background: #fff7e0;
    color: #c27c00;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.qy-card-action {
    flex-shrink: 0;
    margin-left: 10px;
}

/* 小程序开放标签容器，内部按钮样式在 wxtag-template 里，外部只能控制容器 */
.qy-weapp-btn {
    display: inline-block;
    vertical-align: middle;
}

.qy-points-btn {
    display: inline-block;
    background: #e02020;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
    white-space: nowrap;
}

/* 微信外 scheme 唤起按钮（a 标签） */
.qy-weapp-scheme {
    text-decoration: none;
}