html {
    font-size: 8px;
}

html, body, p {
    margin: 0;
    padding: 0;
}

.sa {
    display: flex;
    justify-content: space-around;
}

.sb {
    display: flex;
    justify-content: space-between;
}

.fa {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    outline: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.fs8 {font-size: 8px!important;}
.fs10 {font-size: 10px!important;}
.fs11 {font-size: 11px!important;}
.fs12 {font-size: 12px!important;}
.fs14 {font-size: 14px!important;}
.fs16 {font-size: 16px!important;}

img {
    vertical-align: middle;
}

em {
    font-style: normal;
}

[v-cloak] {
    display: none;
}

@media only screen and (min-width: 600px) {
    .main {
        max-width: 375px;
    }
}

.main {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.main .scroller {
    width: 100%;
}

.main.mescroll-bar>div {
    min-height: calc(100vh - 186px);
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.blank-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 88;
}

.header {
    position: fixed;
    top: 0;
    padding-top: 0;
    height: 44px;
    width: 100%;
    background: #f8f8f8;
    z-index: 999;
}

header.header>* {
    top: 0;
}

.header h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    color: #666;
}

.header>a {
    display: block;
    position: absolute;
    top: 0;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    z-index: 1009;
}

.header a i {
    position: absolute;
    top: 0;
    height: 44px;
}

.header-left {
    left: 0;
}

.header-right {
    display: none;
    right: 0
}

.img-w100 {
    width: 100%;
}

/*.header .i-back{margin-left: 24px;}*/
.header .i-back i {
    width: 44px;
    background: url('/public/images/mobile/icon_arrows_l.png') no-repeat center;
    background-size: 12px;
}

.header .i-share {
    display: none;
    margin-right: 56px;
}

.header .i-share i {
    width: 44px;
    background: url('/client/images/zzf_new_order/new_share.png') no-repeat right center;
    background-size: 22px;
}

.header .i-menu {
    display: none;
    margin-right: 56px;
}

.header .i-menu i {
    width: 44px;
    background: url('/client/images/sort/icon_menu.png') no-repeat right center;
    background-size: 22px;
}

.index_head {
    width: 100%;
    padding-top: 0;
    height: 86px;
    background: #fb0628;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 995;
}

.index_head .left, .index_head .right {
    position: absolute;
    top: 0;
}

.index_head .left {
    left: 15px;
}

.index_head .right {
    right: 15px;
}

.index_head .left .scan, .index_head .left .return_icon, .index_head .right .mes_icon, .index_head .right .share_icon {
    width: 33px;
    height: 44px;
    display: inline-block;
}

.index_head .left .scan {
    display: none;
    background: url(/client/images/scan4.png) no-repeat left center;
    background-size: 30px;
}

.index_head.active .scan {
    display: none;
}

.index_head .left .return_icon {
    width: 25px;
    height: 38px;
    background: url(/groupbuy/images/icon_arrow_left.png) no-repeat left center;
    background-size: 12px;
}

.index_head .index_header_logo {
    position: absolute;
    top: 0px;
    left: 14px;
    width: 60px;
    height: 88px;
    display: none;
    background: url(/client/images/sr_logo.png) no-repeat left center;
    background-size: 30px 30px;
}

.index_head.active .index_header_logo {
    display: block;
}

.index_head .right .mes_icon {
    background: url(/client/images/mes4.png) no-repeat right center;
    background-size: 30px;
    position: relative;
}

.index_head .right .mes_icon2 {
    background: url(/client/images/ic_home_jump_website.png) no-repeat right 5px;
    background-size: 20px;
    position: relative;
}

.index_head.active .mes_icon2 {
    display: none;
}

.index_head .right .mes_icon .has {
    width: 5px;
    height: 5px;
    background-size: cover;
    position: absolute;
    right: -6px;
    top: 5px;
    background: url(/client/images/dot.png) no-repeat center / cover;
    display: none;
}

.index_head .right .share_icon {
    display: none;
    height: 38px;
    background: url(/client/images/new_share_white.png) no-repeat right center / 24px auto;
    position: relative;
}

.index_head .search_box {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_head .search_box img {
    display: block;
    margin: 13px 10px 13px auto;
    width: auto;
    height: 19px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_head .search_box .logo {
    display: block;
    width: 200px;
    height: 20px;
    margin: 13px auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index_head .search {
    display: flex;
    align-items: center;
    margin: 0 15px;
    background: rgba(255,255,255,.65);
    height: 28px;
    position: relative;
    border-radius: 5px;
}

.index_head .search .photo_btn {
    width: 32px;
    height: 32px;
    background: url(/client/images/photo_btn_white.png) no-repeat right center / 9px auto;
    position: absolute;
    right: 10px;
    top: 0;
}

.index_head .search .word {
    display: block;
    margin-right: 45px;
    padding-left: 33px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(/client/images/search_btn_white.png) no-repeat 10px center / 13px auto;
    font-size: 13px;
    color: #fff;
}

.index_head.active {
    height: 44px;
}

.index_head.active .search_box {
    padding: 5px 35px;
}

.index_head.active .search_box img {
    display: none;
}

.index_head.active .search_box .logo {
    display: none;
}

.slider-ind {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(46,46,46,0.95);
    right: 19px;
    z-index: 9999;
}

.slider {
    display: none;
    position: fixed;
    width: 88px;
    height: auto;
    overflow: hidden;
    right: 2px;
    background: rgba(46,46,46,0.95);
    border-radius: 3px;
    text-align: left;
    z-index: 9999;
}

.slider a {
    display: block;
    line-height: 20px;
    padding: 12px 0;
    padding-left: 36px;
    color: #bbb;
    font-size: 14px;
}

.slider a+a {
    border-top: 1px solid #bbb;
}

.slider a.ihome {
    background-image: url(/client/images/ihome.png);
}

.slider a.isort {
    background-image: url(/public/images/mTouch/footer/index_icon_02_w.png);
}

.slider a.icart {
    background-image: url(/public/images/mTouch/footer/index_icon_03_w.png);
}

.slider a.iuser {
    background-image: url(/public/images/mTouch/footer/index_icon_04_w.png);
}

.slider a.ishare {
    background-image: url(/helppoor/images/preShare.png);
}

.slider a.iyx {
    background-image: url(/client/images/cy02/bottom_nav03_03.png);
}

.slider>a {
    background-repeat: no-repeat;
    background-position: 10px 13px;
    background-size: auto 15px;
}

.nav-bar {
    width: 100%;
    height: 42px;
    background: #fff;
    z-index: 9;
}

.nav-bar .nav-list {
    width: calc(100% - 41px);
    font-size: 14px;
    line-height: 14px;
}

.nav-bar .nav-list .swiper-slide {
    display: inline-block;
    padding: 0 4px;
    width: 88px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.nav-bar .nav-list .swiper-slide.active {
    color: #eb1b1b;
}

.nav-bar .nav-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    background: url(/public/images/mobile/icon_arrows_l.png) no-repeat center center;
    background-size: 9px;
    transform: rotate(-90deg);
    transition: all .3s;
    z-index: 10;
}

.nav-bar .nav-arrow.active {
    transform: rotate(90deg);
}

.nav-bar-all {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.nav-bar-all .all-bar {
    height: 42px;
}

.nav-bar-all .all-bar span {
    margin-left: 9px;
    font-size: 15px;
    line-height: 42px;
    color: #333;
}

.nav-bar-all .nav-all-list {
    padding: 0 4px 6px;
    background: #fff;
    display:flex;
    flex-wrap:wrap;
}

.nav-bar-all .nav-all-list li {
    display: inline-block;
    padding: 6px;
    width: 25%;
    box-sizing: border-box;
}

.nav-bar-all .nav-all-list li span {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.nav-bar-all .nav-all-list li.active span {
    color: #eb1b1b;
    border-color: #eb1b1b;
}

.special-nav {
    padding: 2px 10px 5px;
}

.special-nav .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.special-nav .sp-next {
    flex-direction: column;
}

.sp-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.sp-nav-item img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.sp-nav-item p {
    padding: 5px 2px 0;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sp-nav-box {
    position: relative;
    width: 72%;
    padding-top: 72%;
}

.sp-nav-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.top-nav {
    margin: auto;
    width: fit-content;
    height: 100%;
}

.top-nav .top-nav-wrapper {
    height: 22px;
    font-size: 14px;
    /*background: rgba(0,0,0,.3);*/
    border-radius: 11px;
}

.top-nav-wrapper span {
    position: relative;
    padding: 0 8px;
    height: 100%;
    color: #fff;
    border-radius: 11px;
}

.top-nav-wrapper span+span {
    margin-left: 8px;
}

.top-nav-wrapper span.active {
    color: #333;
    background: #fff;
}

.top-nav-wrapper span img {
    max-height: 150%;
}

.top-nav-tag {
    position: absolute;
    top: -8px;
    right: -4px;
    padding: 1px 2px;
    font-size: 8px;
    color: #fff;
    background: #f00;
    border-radius: 6px 6px 6px 0;
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 999;
}

.bottom-nav .bottom-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 100%;
    box-sizing: border-box;
}

.bottom-icon>img {
    width: auto;
    height: 100%;
}

.search-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 36px;
    background: #fff;
}
.search-bar.bg {
    position: relative;
    height: fit-content;
    background: transparent;
}

.search-bar.bg .bg-img {
    width: 100%;
}

.search-bar.bg .search-content {
    position: absolute;
    left:0;
    right:0;
}

.search-bar.bg .search-input {
    background-color: rgba(255, 255, 255, .6);
}
.search-bar .cat-icon {
    width: 28px;
    height: 28px;
    background: url(/client/images/cy02/i_search_sort.png) no-repeat center;
    background-size: 18px;
}

.search-bar .search-input {
    display: block;
    position: relative;
    padding-left: 33px;
    width: 297px;
    height: 25px;
    line-height: 25px;
    background-image: url(/client/images/icon_search.png);
    background-repeat:no-repeat;
    background-position:10px center;
    background-size: 13px;
    font-size: 13px;
    color: #666;
    background-color: #f0f0f0;
    border-radius: 14px;
    margin:0 auto;
}

.search-bar .search-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
}

.search-bar input, .search-bar input:active, .search-bar input:hover, .search-bar input:focus {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 13px;
    background: none;
    outline: none;
}

.loading {
    width: 100%;
    height: 50px;
    background: url(//image.buy.shanrongmall.com/public/images/loading.gif) no-repeat center center;
    background-size: 30px;
}

.go_top {
    width: 36px;
    height: 36px;
    background: url(//image.buy.shanrongmall.com/client/images/go_top.png) no-repeat center;
    background-size: 36px auto;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    display: none;
}

.wx-share-tips {
    position: fixed;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 1999;
    pointer-events: none;
}
.wx-share-tips img {
    margin-left: calc(100% - 81px);
}
.wx-share-tips p {
    margin-top: 10px;
    font-size: 38px;
    text-align: center;
    color: #fff;
}

.bottom_shareBox {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 325px;
    width: 100%;
    background: #f7f7f6;
    border-top: 1px solid #ccc;
    z-index: 1111;
    overflow-y: auto;
}

.bottom_shareBox .bottom_share_tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    text-align: center;
    margin: 0 15px;
    border-bottom: 1px solid #ccc;
}

.bottom_shareBox .bottom_share_cont {
    padding: 0 20px 24px;
}

.bottom_shareBox .bottom_share_cont .share_item {
    display: block;
    float: left;
    width: 33.333%;
    margin-top: 18px;
}

.bottom_shareBox .bottom_share_cont .share_item img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 43%;
}

.bottom_shareBox .bottom_share_cont .share_item p {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.bottom_shareBox .share_cancel {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #999;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.cf::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.floor {
    position: relative;
}

.floor:not(:last-child) {
    margin-bottom: 5px;
}

.floor-title {
    display: flex;
    align-items: center;
    padding: 10px 14px 10px 10px;
    width: 100%;
    box-sizing: border-box;
}

.floor-theader {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.floor-tdesc {
    margin-left: 8px;
    font-size: 12px;
    color: #999;
}

.floor-tmore {
    position: relative;
    margin-left: auto;
    padding: 1px 15px 1px 8px;
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    border-radius: 10px;
}

.floor-title.light .floor-theader {
    color: #fff;
}

.floor-title.light .floor-tdesc {
    color: #fff;
}

.floor-title.light .floor-tmore {
    color: #fff;
    border-color: #fff;
}

.floor-title .floor-tmore::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.floor-title .floor-tmore::after {
    background: url(/secondchannel/images/icon_arrow_right_bl.png) no-repeat left center/contain;
}
.floor-title.light .floor-tmore::after {
    background: url(/secondchannel/images/icon_arrow_right.png) no-repeat left center/contain;
}

.floor, .floor>img, .adv-wrapper img, .rotate-wrapper img, .slide-wrapper img, .prod-wrapper>img {
    width: 100%;
}

.report-containner .report_l {
    margin-left: 16px;
}

.report_l img {
    height: 24px;
    width: 22px;
}

.cat-title {
    padding: 14px 10px 10px;
}

.cat-title span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.cat-title a {
    float: right;
    margin-left: auto;
    padding-right: 19px;
    font-size: 13px;
    line-height: 24px;
    background: url(/public/images/mSearch/right_arrow.png) right 10px center no-repeat;
    background-size: 13px 13px;
    color: #666;
}

.more-btn {
    position: absolute;
    top: 0;
    right: 11px;
    width: 45px;
    height: 45px;
    background: url(/public/images/mobile/icon_arrows_r.png) no-repeat right center;
}

.swiper-slide.more-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #fff;
    font-size: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    box-sizing: border-box;
}

.adv-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.adv-wrapper>div {
    box-sizing: border-box;
}

.advs-rotate-wrapper>div {
    transition: 0.25s;
}

.grid-wrapper {
    position: relative;
}

.grid-box {
    position: absolute;
    box-sizing: border-box;
}

.grid-box img {
    width: 100%;
    height: 100%;
}
.ad_2_03_0 .main-ad {
    padding: 5px 10px 3px;
    text-align: center;
}

.ad_2_03_0 .main-ad>img {
    width: 100%;
}

.ad_2_03_0 .sub-ad {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px 3px;
}

.ad_2_03_0 .sub-ad>div {
    margin: 3px;
    width: calc(25% - 6px);
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.ad_2_03_0 .sub-ad>div>img {
    width: 100%;
}

.ads_2_03_0 .main-ad {
    padding: 5px 10px 3px;
    text-align: center;
}

.ads_2_03_0 .main-ad>img {
    width: 100%;
}

.ads_2_03_0 .sub-ad-wrapper {
    position: relative;
    padding: 3px 10px 5px;
}

.ads_2_03_0 .sub-ad {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.ads_2_03_0 .sub-ad>div {
    display: flex;
    padding: 4px;
    width: 25%;
    height: 80px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.ads_2_03_0 .sub-ad>div:nth-child(4n) {
    border-right: 0
}

.ads_2_03_0 .sub-ad>div:nth-child(n+5):nth-child(-n+8) {
    border-bottom: 0
}

.ads_2_03_0 .sub-ad>div>img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.ads_2_03_0 .swiper-pagination-bullet {
    background: #e8e8e8!important;
}

.ads_2_03_0 .swiper-pagination-bullet-active {
    background: #ffacac!important;
}

.ad_2_04_0 .main-ad {
    padding: 5px 10px 3px;
    text-align: center;
}

.ad_2_04_0 .main-ad>img {
    width: 100%;
}

.ad_2_04_0 .sub-ad {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}

.ad_2_04_0 .sub-ad .swiper-wrapper>div {
    margin: 4px 0;
    width: 102px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
}

.ad_2_04_0 .sub-ad .swiper-wrapper>div+div {
    margin-left: 6px;
}

.ad_2_04_0 .sub-ad div>img {
    width: 100%;
}

.tab-wrapper {
    padding-top: 5px;
    background: #fff;
}

.prod-tab {
    padding: 0 4px;
    width: 81px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

.prod-tab.active {
    color: #eb1b1b;
    border-bottom: 3px solid #eb1b1b;
}

/*.prod-hor-box{display: block;margin: 10px 0;padding: 0 5px;height: 180px;background: #fff;box-sizing: border-box;}*/
.prod-hor-box {
    display: block;
    padding: 15px 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
}

.prod-ver-box {
    display: inline-block;
    margin: 4px 4px 0 4px;
    margin-right: 0;
    width: calc(50% - 6px);
    box-sizing: border-box;
    background: #fff;
    vertical-align: top;
}

.prod-ver-sbox {
    display: block;
    margin: 4px 0;
    width: 26%;
    /* height: 300px;*/
    background: #fff;
    overflow: hidden;
}

.prod-ver-sbox+.prod-ver-sbox {
    margin-left: 6px;
}

.prod-ver-advBox {
    max-width: 100%;
    text-align: center;
}

.prod-ver-advBox img {
    width: 100%;
}

.img-box {
    position: relative;
    background: #fff;
}

.img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.sale-tag {
    position: absolute;
    top: 12px;
    left: 0;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 12px;
    color: red;
    border: 2px solid red;
    border-radius: 4px;
    transform: rotate(-45deg);
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: 100%;
}

.prod-hor-box .img-box {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 110px;
}

.prod-hor-box .sale-tag {
    top: 12px;
    font-size: 12px;
}

.prod-ver-sbox .sale-tag {
    top: 12px;
    font-size: 12px;
}

.prod-hor-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 122px);
    height: 110px;
    margin-left: 8px;
}
.prod-ver-info {
    width: 100%;
}

.prod-name {
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.prod-ver-info .prod-name {
    padding-top: 8px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 4px;
    margin: 0 10px;
}

.prod-hor-info .prod-name {
    padding: 5px 3px 0;
    font-size: 14px;
    color: #111;
}

.prod-ver-sinfo .prod-name {
    padding: 8px 4px 0;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.prod-price {
    padding: 0 10px;
    font-size: 11px;
    line-height: 20px;
    color: #eb1b1b;
}

.origin-price {
    padding: 0 10px;
    font-size: 9px;
    line-height: 15px;
    color: #999;
    text-decoration: line-through;
}

.prod-ver-info .prod-price {
    padding: 7px 12px;
    height: 11px;
    font-size: 16px;
    line-height: 11px;
    font-weight: bold;
}

.prod-ver-info .origin-price {
    padding: 0 10px 3px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.prod-hor-info .prod-price {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
}
.prod-hor-info .origin-price {
    padding: 0 3px;
    font-size: 12px;
    line-height: 20px;
}

.prod-ver-sinfo .prod-price {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #e93340;
    margin: 4px 0;
    font-weight: bold;
}

.prod-ver-sinfo .origin-price {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #999;
    padding-bottom: 2px;
}

.prod-ver-horizon .prod-price {
    font-size: 11px;
    line-height: 12px;
    text-align: left;
    color: #e93340;
    margin: 4px 0;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    min-width: 50%;
}

.prod-ver-horizon .origin-price {
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    color: #999;
    padding-bottom: 2px;
    padding: 0;
    display: inline-block;
    min-width: 45%;
}

.prod-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #eb1b1b;
}

.spe06-wrapper {
    padding: 0px 10px 15px 10px;
}

.outBanner {
    width: 100%;
    border-radius: 8px;
}

.advContainBox {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.innerAdvBox {
    position: absolute;
    bottom: 0;
    margin: 0 10px 10px 10px;
    z-index: 99;
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.innerAdvBox {
    display: flex;
}

.innerAdvImgBox {
    height: 100%;
    width: 33.33%;
}

.innerAdvImg {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px;
}

.point-buy-more-btn {
    width: 35px;
    height: 35px;
    background: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #808080;
}

/* floating adv */
.floating-adv {
    position: fixed;
    max-width: 107px;
    right: 0px;
    top: 50%;
    z-index: 7;
}

.floating-adv .floating-img {
    width: 100%;
}

.floating-adv .close-chatroom {
    position: absolute;
    top: -27px;
    right: 0;
    width: 25px;
}

.spe07-wrapper {
    padding: 0 10px;
    background: linear-gradient(to right,#ef8c59,#e53224);
    overflow: hidden;
    padding-bottom: 20px;
    border-radius: 10px;
    margin: 15px;
}

.spe07-title {
    margin-top: 10px;
    min-height: 25px;
    color: #fff;
    font-size: 15px;
}

.spe07-content {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.prod-swiper-box {
    margin: 5px 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    height: 150px;
    overflow: hidden;
}

.spe07-content .img-box {
    width: 150px;
}

.prod-info-wrap {
    font-size: 14px;
    width: 50%;
    padding-left: 10px;
}

.prod-info-wrap .prod-name {
    margin-bottom: 10px;
}

.prod-info-wrap .prod-desc {
    color: #888;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.prod-info-wrap .point-prod-price {
    color: #eb1b1b;
    margin-bottom: 10px;
}

.prod-info-wrap .prod-point {
    color: #eb1b1b;
}

.thumbs-box {
    opacity: 0.4;
    border-radius: 3px;
}

.thumbs-box img {
    width: 100%;
}

.thumbs-box.swiper-slide-thumb-active {
    opacity: 1
}

.spe07-scrollbar-wrapper {
    width: 50%;
    margin: 0 auto;
    height: 5px;
    margin-top: 10px;
}

.spe07-scrollbar-wrapper .swiper-scrollbar {
    background: rgba(255,255,255,.9);
    height: 4px;
}

.spe07-scrollbar-wrapper .swiper-scrollbar-drag {
    background: rgba(0,0,0,0.4);
}

.all-prod-page {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1009;
}

.all-prod-page-title {
    position: relative;
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #666;
    background: #f8f8f8;
}

.all-prod-page-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    background: url('/public/images/mobile/icon_arrows_l.png') no-repeat center;
    background-size: 12px;
}

.all-prod-page-content {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.prod-ver-horizon .horizon-float {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
}

.prod-ver-info .salesBox {
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 38px;
    bottom: 50%;
    transform: translateY(50%);
}

@media only screen and (max-width: 320px) {
    .prod-ver-info .salesBox {
        right:23px;
    }

    .add-cart-btn {
        right: 1px!important;
    }
}

.tips {
    padding-right: 4px;
}

.prod-ver-flow .tips {
    padding-right: 10px;
    margin-bottom: 6px;
}
.fupin-prod-waterfall-wrapper .new-prod-price {
    color: #ee5050;
    font-weight: 700;
    font-size: 10.5px;
    display: inline-block;
    text-align: left;
    left: 10px;
    bottom: 0;
}

.fupin-prod-waterfall-wrapper .new-prod-price .sticking-price {
    font-size: 14px;
}

.fupin-prod-waterfall-wrapper .new-price-wrapper {
    position: relative;
    min-height: 14px;
    margin-bottom: 4px;
}

.prod-ver-flow .prod-ver-info .prod-price {
    padding: 7px 0 7px 10px;
}

.prod-ver-flow .origin-price {
    padding: 0 10px 3px 10px;
}

.prod-ver-flow .new-plus-price .sticking-price {
    font-size: 14px;
}

.swiper-slide .prod-ver-sinfo .prod-price .sticking-price {
    font-size: 14px;
}

.prod-ver-flow .add-cart-btn {
    right: 12px;
    bottom: 4px;
    transform: none;
}

.add-cart-btn {
    position: absolute;
    right: 5px;
    width: 20px;
    bottom: 50%;
    transform: translateY(50%);
}

.PR-fall2 .add-cart-btn {
    right: -3px;
}

.prod-ver-flow .prod-name .prod-name-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@supports(top: constant(safe-area-inset-top) or top:env(safe-area-inset-top)) {
    .index_head.is-app, .spec_cover_head.is-app {
        padding-top: calc(constant(safe-area-inset-top) + 24px)!important;
        padding-top: calc(env(safe-area-inset-top) + 24px)!important;
    }

    .index_head.is-app .left,.index_head.is-app .right,.spec_cover_head.is-app .left,.spec_cover_head.is-app .right {
        top: calc(constant(safe-area-inset-top) + 24px)!important;
        top: calc(env(safe-area-inset-top) + 24px)!important;
    }
}

.advs-rotate-wrapper .adv-item {
    perspective:1000px;
    display: inline-block;
    position: relative;
    padding: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.advs-rotate-wrapper .adv-item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.advs-rotate-wrapper .adv-item img {
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.advs-rotate-wrapper .adv-item img+img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
}

.advs-rotate-wrapper .adv-item.active img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.advs-rotate-wrapper .adv-item.active img+img {
    -webkit-transform: rotateY(0.1deg);
    transform: rotateY(0.1deg);
}

.prods-rotate-wrapper .prod-item {
    position: relative;
}

.prods-rotate-wrapper .prod-item .rotate-prod-box {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0.1deg);
    transform: rotateY(0.1deg);
}

.prods-rotate-wrapper .prod-item .rotate-prod-box {
    top: 0;
    left: 0;
    position: relative;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.prods-rotate-wrapper .prod-item .rotate-prod-box+.rotate-prod-box {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: absolute;
}

.prods-rotate-wrapper .prod-item.active .rotate-prod-box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.prods-rotate-wrapper .prod-item.active .rotate-prod-box+.rotate-prod-box {
    -webkit-transform: rotateY(0.1deg);
    transform: rotateY(0.1deg);
}

.prods-rotate-wrapper .prod-item .rotate-prod-box.hide {
    display: none;
}

.tips .Activity, .prodNameTitle .Activity {
    display: inline-block;
}

.img-box .brandbox {
    top: 0;
    margin: 0;
}

.fupinSale {
    color: #333333;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 88;
    padding: 0 4px;
    min-height: 26px;
    background: url(/secondchannel/img/shop_icon_label_sales.png) no-repeat right center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    font-size: 12px;
}

.new-origin-prod-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.fillBlankTag {
    visibility: hidden;
}

.fupin-prod-waterfall-wrapper .new-prod-price, .fupin-prod-waterfall-wrapper .new-prod-price .sticking-price {
    font-size: 16px;
    color: #f10f0f;
}

.myVideoDiv {
    width: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.myVideoDiv .videoBtn{
    position: absolute;
    width:45px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%)!important;
}
.myVideoDiv .videoBtn.videoBtnNone{
    display: none!important;
}
.video-js {
    width: 100%;
}

.adv-slide-slider {
    height: auto;
}

.myvideo {
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: fill;
}

/*adv-roll*/
.roll-wrapper {
    margin: 0 10px;
    box-sizing: border-box;
}

.roll-wrapper .swiper-container {
    box-sizing: border-box;
}

.roll-wrapper .swiper-slide {
    box-sizing: border-box;
    perspective: 300px;
}

.roll-wrapper .swiper-slide .slide-item img {
    width: 100%;
    margin-top: 40px;
    transition: all .4s;
    z-index: 10;
    transform: rotateY(0.1deg);
}

.roll-wrapper .swiper-slide.swiper-slide-active .slide-item img {
    transition: all .3s;
}

.roll-wrapper .swiper-slide.last-item .slide-item img {
    transition: all .5s;
}

.roll-wrapper .swiper-slide .slide-item+.slide-item img {
    margin-top: 6px;
}

.roll-wrapper .swiper-slide.swiper-slide-active img, .roll-wrapper .swiper-slide.last-item img {
    margin-top: 8px;
}

.roll-wrapper .swiper-slide.first-item-next img, .roll-wrapper .swiper-slide.last-item-next img {
    margin-top: 8px;
}

.roll-wrapper .swiper-slide.first-item-next img {
    transform-origin: center right;
    transform: rotateY(-80deg);
    z-index: 1;
    opacity: .3;
}

.roll-wrapper .swiper-slide.last-item-next img {
    transform-origin: center left;
    transform: rotateY(80deg);
    z-index: 1;
    opacity: .8;
}
/*adv-roll*/

.prod-hor-slide-group-wrapper {
    padding: 0 10px 10px;
}

.prod-hor-slide-group-wrapper .swiper-slide {
    width: 66%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.prod-hor-slide-group-wrapper .title-img {
    width: 100%;
    line-height: 0;
}

.prod-hor-slide-group-wrapper .prod-hor-box {
    padding: 10px;
    border-radius: 0;
}

.prod-hor-slide-group-wrapper .prod-hor-box+.prod-hor-box {
    padding-top: 0px;
}

.prod-hor-slide-group-wrapper .prod-hor-box .img-box {
    width: 75px;
    height: 75px;
}

.prod-hor-slide-group-wrapper .prod-hor-info {
    margin-left: 10px;
    width: calc(100% - 90px);
    height: 75px;
    position: relative;
}
.prod-hor-slide-group-wrapper .prod-hor-info .add-cart-btn {
    position: absolute;
    right: 5px;
    width: 25px;
    bottom:0;
    transform: translateY(0);
}

.prod-hor-slide-group-wrapper .prod-price {
    bottom: 5px;
    padding-left: 0;
    font-size:16px;
}
.prod-hor-slide-group-wrapper .origin-price{
    font-size:12px;
}

/*prod-ver-one*/
.prodVerOne {
    padding: 0 10px;
    background: #fff;
}

.prodVerOne .tab-wrapper {
    padding-top: 5px;
    background: #fff;
}

.prodVerOne .prod-one-tab.active {
    color: #eb1b1b;
    font-weight: 700;
}

.prodVerOne .prod-one-tab {
    width: 81px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

.prodVerOne .prod-one-box {
    background: #fff;
    padding-bottom: 20px;
}
.prodImgWrapper{
    position: relative;
}
.prodImgWrapper img {
    width: 100%;
}

.prodVerOne .prod-one-info {
    width: 100%;
    position: relative;
}

.prodVerOne .prod-one-info .prod-name {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.prodVerOne .prod-name {
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.prodVerOne .prod-one-flow .prod-name .prod-name-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.prodVerOne .prod-one-info .prod-price {
    height: 11px;
    font-size: 16px;
    line-height: 11px;
    font-weight: bold;
    color: #eb1b1b;
    display: inline-block;
    padding: 0;
}

.prodVerOne .prod-one-info .salesBox {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color;margin-left: 9px;
    color: #999;
    font-weight: normal;
}

/*prod-ver-one*/
/*prod-cap-three*/
.prod_cap_three {
    padding: 10px 10px 10px;
}
.prod_cap_three .floor-title {
    padding: 10px;
}
.prod_cap_three .prod-three-slide{
    border-radius:6px;
}
.prod_cap_three .prod-three-slide .prodThreeWrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px;
}

.prod_cap_three .prodThreeWrapper.prod-three-less {
    justify-content: flex-start;
}

.prod_cap_three .prodThreeWrapper.prod-three-less .prod-three-item {
    margin-right: 10px;
}

.prod_cap_three .prodThreeWrapper .prod-three-item {
    width: 32.5%;
    background-color: #f5f5f5;
    border-radius:4px;
    overflow:hidden;
    padding-bottom:8px;
}
.prod_cap_three .prodThreeWrapper .prod-three-item .img-box{
    background-color:#fff;
}
.prod_cap_three .prodThreeWrapper .prod-three-item .priceWrapper{
    text-align:center;
}
.prodThreeWrapper .prod-ver-info .prod-name{
    text-align: center;
}
.prodThreeWrapper .prod-ver-info .prod-name span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prod_cap_three .prodThreeWrapper .priceWrapper .prod-price{
    font-size:16px;
    line-height: 18px;
    padding-right: 0;
    padding-left: 0;
}
.prod_cap_three .prodThreeWrapper .priceWrapper .origin-price{
    font-size:12px;
}
.prod_cap_three .prodThreeWrapper .priceWrapper .unit-price{
    font-size: 12px;
    line-height: 18px;
    color:#999;
}
.prod_cap_three .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.prod_cap_three .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #8e9ac2;
    border: none;
}

.prod_cap_three .swiper-pagination-bullet-active {
    width: 12px;
    height: 4px;
    background: #fffff5;
    border-radius: 4px;
}

.prod_cap_three .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

/*prod-cap-three*/
/*prod-cap-tab*/
.prodCapTab {
    margin: 0 10px;
    background: #fff;
    padding:0 10px 10px;
}

.prodCapTab .cap-tab-container {
    padding-top: 5px;
    /* background: #fff; */
}

.prodCapTab .cap-tab-slide.active {
    color: #fff;
    font-weight: 700;
    font-size:15px;
    background-color:#497b55;
    border-radius:6px 6px 0 0;
}
.prodCapTab .cap-prod-container{
    background-color:#497b55;
    border-radius:0 6px 6px 6px;
    padding-bottom:6px;
    padding-left:6px;
    padding-top: 8px;
}
.prodCapTab .cap-tab-slide {
    color:#d9e7e5;
    width: 81px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    text-align:center;
}

.prodCapTab .prod-one-box {
    background: #fff;
    padding-bottom: 20px;
}

.prodCapTab .prodImgWrapper img {
    width: 100%;
}

.prodCapTab .prodInfoWrapper {
    width: 100%;
    position: relative;
}

.prodCapTab .prodInfoWrapper .prod-name {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size:12px;
    margin:0 6px;
}
.prodCapTab .cap-prod-container .prod-name .prod-name-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prodCapTab .prodInfoWrapper .priceWrapper{
    text-align:center;
}
.prodCapTab .prodInfoWrapper .prod-price {
    font-size: 16px;
    font-weight: bold;
    color: #eb1b1b;
    display: inline-block;
    padding: 0;
    line-height:20px;
}
.prodCapTab .prodInfoWrapper .origin-price {
    line-height:20px;
}
.prodCapTab .cap-prod-container .swiper-slide{
    width:100px;
    margin-right:4px;
    background-color:#f5f5f5;
    border-radius:4px;
    overflow:hidden;
    padding-bottom:8px;
}
/*prod-cap-tab*/

/*adv-grid-10*/
.adv-grid-10 {
    position: relative;
}

.adv-grid-10 .container-box {
    position: absolute;
    top: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.adv-grid-10 .container-box>div {
    width: 28%;
}
/*adv-grid-10*/

/*adv-grid-09*/
.adv-grid-09{
    padding:10px;
}
.adv-grid-09>div{
    box-sizing:border-box;
    height:106px;
}
.adv-grid-09>div img{
    width:100%;
    height:100%;
    object-fit: fill;
}
.adv-grid-09 div:first-child{
    padding-right:5px;
    padding-bottom:5px;
    height:111px;
}
.adv-grid-09 div:nth-child(2){
    padding-left:5px;
    padding-bottom:5px;
    height:111px;
}
.adv-grid-09 div:nth-child(3){
    padding-right:5px;
}
.adv-grid-09 div:nth-child(4){
    padding-left:5px;
}
/*adv-grid-09*/

/*adv-grid-08*/
.adv-grid-08{
    padding:10px;
}
.adv-grid-08>div{
    box-sizing:border-box;
    height:106px;
}
.adv-grid-08>div img{
    width:100%;
    height:100%;
    object-fit: fill;
}
.adv-grid-08 div:first-child{
    padding-right:5px;
    padding-bottom:5px;
    height:111px;
}
.adv-grid-08 div:nth-child(2){
    padding-left:5px;
    padding-bottom:5px;
    height:111px;
}
.adv-grid-08 div:nth-child(3){
    padding-right:5px;
}
.adv-grid-08 div:nth-child(4){
    padding-left:5px;
}
/*adv-grid-08*/
/*prod-ver-03-lbg*/
.prod-ver-03-lbg .swiper-container {
    position: absolute;
    top: 8px;
    left: 18%;
    padding: 12px 8px;
    width: calc(100% - 20%);
    height: calc(100% - 8px);
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}

.prod-ver-03-lbg .prod-ver-03-item {
    width: 38%;
    margin-right: 8px;
}
.prod-ver-03-lbg .prod-ver-info .prod-name{
    margin:0;
    text-align:center;
    padding-bottom: 4px;
}
.prod-ver-03-lbg  .prod-name span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
    padding:0 4px;
    line-height: 16px;
}
.prod-ver-03-lbg .prod-ver-info .priceWrapper{
    margin-bottom:7px;
    padding-left:4px;
    box-sizing:border-box;
    text-align:center;
}
.prod-ver-03-lbg .prod-ver-info .originPrice{
    font-size:12px;
    color:#999;
    text-decoration:line-through;
}
.prod-ver-03-lbg .prod-ver-info .prod-price{
    text-align:left;
    font-size:14px;
    color:#FB0628;
    height:unset;
    line-height:unset;
    padding:0;
}
/*prod-ver-03-lbg*/

/* hot-recommend-new*/
.prod_new_six .promotion-img{
    width:100%;
}
.prod_new_six .promotionEndTimeWra{
    margin:0 10px;
    position:relative;
}
.prod_new_six .prom-time{
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
}
.prod_new_six .prom-time em{
    color:#578144;
    font-size:12px;
    margin-right:2px;
}
.prod_new_six .prom-time i {
    width: 22px;
    height: 22px;
    background: #578144;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    border-radius: 3px;
    font-style: normal;
    color:#FFFFFF;
    display:inline-block;
}

.prod_new_six .prom-time u {
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    width: 12px;
    text-align: center;
    text-decoration: none;
}
.prod_new_six .prod-six-slide{
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
    padding: 0 10px;
    margin-bottom: 4px;
}
.prod_new_six .prod-six-slide:last-child{
    margin-bottom:0;
}
.prod_new_six .prod-six-slide.prod-six-less{
    justify-content:flex-start;
}
.prod_new_six .prod-six-item{
    width:32%;
    margin-right: 4px;
    perspective:1000px;
    overflow: hidden;
}
.prod_new_six .prod-six-slide .prod-six-item:last-child{
    margin-right: 0;
}
.prod_new_six .prod-name span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
    padding:0 4px;
    line-height: 16px;
}
.prod_new_six .prod-ver-info .prod-name{
    margin:0;
    text-align:center;
    padding-bottom: 4px;
}
.prod_new_six .img-box .prod-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: 100%;
    box-sizing:border-box;
}
.prod_new_six .img-box .sale-tag{
    top: 12px;
    font-size: 12px;
}
.prod_new_six .img-box .sale-sum{
    position: absolute;
    font-size: 10px;
    color: #333333;
    background-color:#F5F5F5;
    width:60%;
    text-align:center;
    box-sizing:border-box;
    white-space: nowrap;
    padding:2px 4px;
    border-radius:2px 2px 0 0;
    overflow:hidden;
    text-overflow:ellipsis;
}
.prod_new_six .img-box .couponWrapper{
    box-sizing: border-box;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    text-align:center;
}
.prod_new_six .img-box .tagText{
    display: inline-block;
    background: #FFE9EB;
    font-size: 10px;
    font-weight: 400;
    color: rgba(230, 26, 44, 1);
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
.prod_new_six .swiper-pagination-progressbar{
    width:40px;
    height:4px;
    left:50%;
    border-radius:5px;
    transform:translateX(-50%);
    overflow:hidden;
}
.prod_new_six .prod-ver-info .priceWrapper{
    margin-bottom:7px;
    padding:0 4px;
    box-sizing:border-box;
    text-align:center;
    position:relative;
}
.prod_new_six .swiper-slide-cart .prod-ver-info .priceWrapper{
    text-align:left;
    padding-left:9px;
}
.prod_new_six .swiper-slide-cart .prod-price{
    display:block;
}
.prod_new_six .swiper-slide-cart .originPrice{
    display:block;
}
.prod_new_six .priceWrapper .cartBtn {
    position: absolute;
    right: 4px;
    width: 20px;
    top:50%;
    transform:translateY(-50%);
}
.prod_new_six .prod-ver-info .priceWrapper.noProdName{
    margin-top:4px;
}
.prod_new_six .prod-ver-info .originPrice{
    font-size:12px;
    color:#999;
    text-decoration:line-through;
}
.prod_new_six .prod-ver-info .originPayPrice{
    font-size:12px;
    color:#999;
}
.prod_new_six .prod-ver-info .originPayPrice.point{
  font-size: 10px;
}

.prod_new_six .prod-ver-info .prod-price {
    text-align: center;
    font-size: 14px;
    color: #FB0628;
    height: unset;
    line-height: unset;
    padding: 0;
}

.prod_new_six .prod-ver-info .text-install{
    font-size:10px;
}
.prod_new_six .prod-ver-info .prod-price .sticking-price{
    font-size:12px;
}
.prod_new_six .swiper-pagination-progressbar,.brand_ver_ten .swiper-pagination-progressbar {
    width: 40px;
    height: 4px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    overflow: hidden;
    background: #CCCCCC;
}
.prod_new_six .swiper-pagination-progressbar .swiper-pagination-progressbar-fill ,.brand_ver_ten .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #FB0628;
    border-radius:5px;
}
.prod_new_six .swiper-scrollbar-drag{
    background:#FB0628;
    border-radius:5px;
}
.prod_new_six .swiper-container-horizontal>.swiper-scrollbar{
    background:#CCCCCC;
    bottom: 6px;
    top:unset;
    left:50%;
    transform:translateX(-50%);
    border-radius: 5px;
    overflow:hidden;
}
.prod_new_six .swiper-container-horizontal>.swiper-scrollbar{
    height:3px;
    width:40px;
}

.prod_new_six_tab_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10px;
    padding: 6px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.prod_new_six_tab_bar::-webkit-scrollbar {
    display: none;
}
.prod_new_six_tab {
    margin-right: 4px;
    padding: 2px 10px;
    font-size: 14px;
    white-space: nowrap;
}
.prod_new_six_tab.active {
    color: #f10f0f;
    font-weight: 700;
    background: #ffedef;
    border-radius: 17.5px;
}
.prod_new_six_tab.active::before {
    content: "";
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 14px;
    background-image: url(/secondchannel/img/jgqj_icon_location.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    vertical-align: -4%;
}
/* zj */
.prod-zj-wrapper {
    overflow: hidden;
}
.prod-zj-wrapper img {
    width: 100%;
}
.prod-zj-wrapper .prod-hor-box {
    display: flex;
    margin: 10px 8px;
    padding: 8px 6px;
}
.prod-zj-wrapper .prod-hor-info {
    flex: 1;
    height: auto;
}
.prod-zj-wrapper .prod-name {
    font-size: 13px;
    font-weight: 500;
    -webkit-line-clamp: 1;
}
.prod-zj-wrapper .img-box{
    width: 145px;
    height: 145px;
    border: 2px solid #FFD03F;
    border-radius: 13px;
    box-shadow: 0px 2px 4px #eacea4;
    overflow: hidden;
}
.prod-zj-wrapper .prod-brand {
    position: relative;
    width: 86px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prod-zj-wrapper .prod-brand span {
    position: absolute;
    top: 2px;right: 14px;bottom: 0;left: 0;
    margin: auto;
    width: fit-content;height: fit-content;
    font-size: 13px;
    font-weight: 500;
}
.prod-zj-wrapper .zj-price {
    position: relative;
    margin-top: 8px;
    font-size: 10px;
    text-align: center;
}
.prod-zj-wrapper .zj-price img {
    width: 176px;
}
.prod-zj-wrapper .zj-price span {
    position: absolute;
}
.prod-zj-wrapper .zj-price em {
    font-size: 9px;
    font-style: normal;
}
.prod-zj-wrapper .zj-price span:nth-of-type(1) {
    top: 7px;left: 0;right: 0;
    margin: auto;
}
.prod-zj-wrapper .zj-price span:nth-of-type(2) {
    bottom: 18px;left: 10px;
}
.prod-zj-wrapper .zj-price span:nth-of-type(3) {
    bottom: 18px;right: 10px;
}
.prod-zj-wrapper .zj-prod-price {
    position: relative;
}
.prod-zj-wrapper .zj-prod-price span {
    position: absolute;
    top: 0;bottom: 2px;left: 18px;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}
.prod-zj-wrapper .zj-prod-price span em {
    font-size: 16px;
}
.prod-zj-wrapper .zj-prod-price span:before {
    content: '¥';
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.prod-zj-wrapper .zj-prod-price span.has-ori:after {
    content: '活动价';
    display: inline-block;
    margin-left: 4px;
    padding: 0 6px;
    font-size: 10px;
    line-height: 12px;
    vertical-align: bottom;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
}

/* hot-recommend-new */

/* menu-nav-slide */
.menuNavSlideWrapper {
    margin: 0 10px;
    box-sizing: border-box;
}

.menuNavSlideWrapper .swiper-container {
    box-sizing: border-box;
}
.menuNavSlideWrapper .swiper-slide {
    box-sizing: border-box;
    perspective: 300px;
    width:84px;
    display:inline-block;
    margin-right:6px;
}
.menuNavSlideWrapper .swiper-slide .slide-item .icon-name{
    text-align:center;
    font-size:14px;
    font-weight: 700;
}
.menuNavSlideWrapper .swiper-slide .slide-item img {
    width: 60%;
}
.menuNavSlideWrapper .swiper-slide{
    transition: all .3s;
    transform: rotateY(0.1deg);
}
.menuNavSlideWrapper .swiper-slide {
    padding-top: 0;
}
.menuNavSlideWrapper .swiper-slide.swiper-slide-next{
    padding-top:15px;
}
.menuNavSlideWrapper .swiper-slide.swiper-slide-next+.swiper-slide{
    padding-top:15px;
}
.menuNavSlideWrapper .swiper-slide .slide-item{
    text-align:center;
    margin-bottom: 4px;
}
/* menu-nav-slide */

/* adv-grid-10*/
.ad_new_six .prod-six-slide{
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
    margin-bottom:8px;
}
.ad_new_six .prod-six-slide.prod-six-less{
    justify-content:flex-start;
}
.ad_new_six .prod-six-item{
    width:32%;
    margin-right: 8px;
}
.ad_new_six .prod-six-item .img-box{
    background:transparent;
}
.ad_new_six .prod-six-item .img-box img{
    width:100%;
}
.ad_new_six .prod-six-slide .prod-six-item:last-child{
    margin-right: 0;
}

.ad_new_six .rotate-prod-box{
    padding:6px 6px 0;
    box-sizing:border-box;
}
.ad_new_six .img-box{
    overflow:hidden;
}
.ad_new_six .img-box .prod-img{
    border-radius:unset!important;
}
.ad_new_six .swiper-pagination-progressbar{
    width:40px;
    height:4px;
    left:50%;
    border-radius:5px;
    transform:translateX(-50%);
    overflow:hidden;
}
.ad_new_six .swiper-pagination-progressbar,.brand_ver_ten .swiper-pagination-progressbar {
    width: 40px;
    height: 4px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    overflow: hidden;
    background: #CCCCCC;
}
.ad_new_six .swiper-pagination-progressbar .swiper-pagination-progressbar-fill ,.brand_ver_ten .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #FB0628;
    border-radius:5px;
}
.ad_new_six .swiper-scrollbar-drag{
    background:#FB0628;
    border-radius:5px;
}
.ad_new_six .swiper-container-horizontal>.swiper-scrollbar{
    background:#CCCCCC;
    bottom: 6px;
    top:unset;
    left:50%;
    transform:translateX(-50%);
    border-radius: 5px;
    overflow:hidden;
}
.ad_new_six .swiper-container-horizontal>.swiper-scrollbar{
    height:3px;
}
/* adv-grid-10 */

.prod-2cat {
    display: flex;
}
.p2c-box {
    margin: 0 10px;
    padding: 8px;
    width: calc(50% - 15px);
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.p2c-tag {
    position: absolute;
    bottom: 0;left: 0;right: 0;
    margin: auto;
    width: fit-content;
    padding: 2px 8px;
    font-size: 10px;
    color: #ae1b21;
    border-radius: 9px;
    background-color: #fbe7e8;
}
.p2c-tag em {
    font-size: 8px;
}

/* flash-sale-lr */
.fslr-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.fslr-box {
    padding: 8px;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
.fslr-box+.fslr-box {
    margin-top: 10px;
    flex: 1;
}
.fslr-box .img-box img {
    height: auto;
}
.fslr-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}
.fslr-arr {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fc5956;
}
.fslr-arr img {
    width: 8px;
}
.fslr-box .price-info {
    margin-top: 3px;
}
.fslr-box .prod-price {
    font-size: 12px;
    font-weight: 600;
}
.fslr-box .origin-price {
    font-size: 10px;
}
.fslr-wrapper .fslr-box:first-child .prod-price {
    font-size: 14px;
}
.fslr-wrapper .fslr-box:first-child .origin-price {
    font-size: 12px;
}
.fslr-box .price-info span {
    margin: 4px 0;
    padding: 0;
}
.fslr-arr .fs-status {
    color: #333;
}
.fslr-arr .fs-count .sale-style1 {
    background-color: #333;
}

.fade-change-enter,
.fade-change-leave-to {
    transform: scale(.3);
    opacity: .3;
}

.fade-change-enter-to,
.fade-change-leave {
    transform: scale(1);
    opacity: 1;
}

.fade-change-enter-active,
.fade-change-leave-active {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .5s;
    margin: auto;
}

/* flash-sale-new */
.flash-sale-box.sale-box.common {
    display: flex;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    padding:0 10px;
}

.flash-sale-box .sale-box-item.common {
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    background: #fff;
}
.flash-sale-box .sale-box-item.common:nth-child(1) {
    margin-right: 2.5px;
}
.flash-sale-box .sale-box-item.common.set_price_box{
    background: url(/client/images/index/wdj_bg_rocker2.png) no-repeat left top;
    background-size: 100%;
}
.flash-sale-box .sale-box-item.set_price_box .sale-box-title .my_set{
    font-size: 14px;
    color:#fff;
    font-weight:bold;
    margin-right: 4px;
}
.flash-sale-box .sale-box-item.set_price_box .sale-box-title .you_set{
    font-size:10px;
    color:#fff;
    font-weight:normal;
}
.flash-sale-box .sale-box-item.common:nth-child(2) {
    margin-left: 2.5px;
}
.flash-sale-box .sale-box-item.flash_price_box{
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFF2EF 100%);
    border-radius: 2px;
    border-radius: 2px;
}
.flash-sale-box .sale-box-item.flash_price_box .sale-box-title {
    position: relative;
    padding: 8px 8px 8px;
}
.flash-sale-box .sale-box-item.set_price_box .sale-box-title {
    position: relative;
    padding: 2px 2px 7px;
}
.flash-sale-box .sale-box-item.flash_price_box .sale-box-title .showAlldata {
    background-image: url(/client/images/index/icon_more_black.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 90%;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 2px;
}
.flash-sale-box .sale-box-item.set_price_box .sale-box-title .showAlldata {
    background-image: url(/client/images/index/icon_more_white.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 92%;
    width: 14px;
    height: 14px;
    /* position: absolute; */
    /* top: 13px; */
    /* right: 28px; */
    display:inline-block;
}

.flash-sale-box .sale-box-item.common .sale-box-title a {
    height: 20px;
    display: inline-block;
}
.flash-sale-box .sale-box-item.set_price_box .sale-box-title a:first-child {
    height:32px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    /* width:80%; */
    white-space:nowrap;
    overflow:hidden;
    padding-left:2px;
}
.flash-sale-box .sale-box-item.flash_price_box .sale-box-title .sale-box-time {
    top: 50%;
    right: 15px;
    transform:translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 20px;
    font-size: 12px;
    color: #F02B2B;
}

.flash-sale-box .sale-box-item.common .sale-box-time i {
    margin: 0 1px;
}

.flash-sale-box .sale-box-item.common .sale-box-title span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.flash-sale-box .sale-box-item.common .sale-box-prod-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 8px 0px;
    min-height: 102px;
}
.flash-sale-box #flashPriceBox .sale-box-prod-wrapper{
    /* padding-bottom:10px; */
}
.flash-sale-box .sale-box-item.common.set_price_box .sale-box-prod-wrapper{
    margin-left: 0px;
    margin-right: 29px;
}

.flash-sale-box .sale-box-item.common .sale-box-prod-wrapper .sale-box-prod {
    width: 50%;
    height: 100%;
    text-align: center;
}
.flash-sale-box .sale-box-item.common .sale-box-prod-wrapper .sale-box-prod a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flash-sale-box .sale-box-item.common .price {
    /* margin-top: 6px; */
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #F10F0F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flash-sale-box .sale-box-item.common .origin-price {
    font-size: 8px;
    color: #999;
    text-decoration: line-through;
    margin-top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flash-sale-box .sale-box-item.common .sale-box-price-box {
    position: relative;
    margin: 3px auto 0;
    width: 44px;
}

.flash-sale-box .sale-box-item.common .sale-box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 16px;
    font-size: 12px;
    color: #F02B2B;
}

.flash-sale-box .sale-box-item.common .sale-box-price>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    height: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    overflow: hidden;
}
.flash-sale-box .sale-box-item {
    position: relative;
    width: 50%;
    border-radius: 2px;
}


.flash-sale-box .sale-box-item .sale-box-time i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #F02B2B;
    border-radius: 2px;
    font-style: normal;
}

.flash-sale-box .set_price_box.sale-box-item .img-box {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flash-sale-box .sale-box-item.flash_price_box .img-box {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.flash-sale-box .sale-box-item .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.flash-sale-box .sale-box-prod a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flash-sale-box .sale-box-prod .img-box img {
    width: 100%;
    height: 100%;
}
.flash-sale-box .set_price_box .sale-box-prod .img-box img {
    width: 60px;
    height: 60px;
    position:relative;
}
.flash-sale-box .flash_price_box .sale-box-prod .img-box img {
    width: 100%;
    height: 100%;
}
.flash-sale-box .sale-box-prod .originPrice {
    font-size: 8px;
    line-height: 12px;
    color: #999;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: scale(0.8);
}
.flash-sale-box .price-origin {
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
    line-height: 12px;
}

.flash-sale-box .sale-box-price-box img {
    width: 100%;
}
.flash-sale-box .show {
    width: 75%;
    height: 75%;
    opacity: 1;
    transition: 0.5s;
}

.flash-sale-box .hidden {
    width: 75%;
    height: 75%;
    opacity: 0;
    transform: scale(0.7);
    transition: 0.5s;
}

.flash-sale-box .show2 {
    opacity: 1;
    transform: scale(1.2);
    transition: 0.5s;
}

.flash-sale-box .hidden2 {
    opacity: 0;
    transition: 0.5s;
}
@media screen and (max-width: 330px) {
    .flash-sale-box .sale-box-item.set_price_box .sale-box-title {
        padding: 0px 2px 3px;
    }
    .flash-sale-box .sale-box-item.common.set_price_box .sale-box-title a:first-child {
        overflow:unset;
    }
    .flash-sale-box .sale-box-item.set_price_box .sale-box-title .my_set{
        font-size: 12px;
        margin-right: 0px;
    }
    .flash-sale-box .sale-box-item.common.set_price_box .sale-box-prod-wrapper{
        margin-left: 0px;
        margin-right: 27px;
    }
    .flash-sale-box .set_price_box.sale-box-item .img-box {
        width: 56px;
        height: 56px;
    }
    .flash-sale-box .set_price_box .sale-box-prod .img-box img {
        width: 80%;
        height: 80%;
    }
    .flash-sale-box .sale-box-item.flash_price_box .sale-box-title {
        padding: 7px 8px 7px;
    }
    .flash-sale-box .sale-box-item.flash_price_box .sale-box-title .showAlldata {
        right: 0px;
    }
    .flash-sale-box .sale-box-item.flash_price_box .img-box {
        width: 53px;
        height: 53px;
    }
    .flash-sale-box .sale-box-item.common .sale-box-prod-wrapper {
        min-height: 91px;
    }
}
@media screen and (min-width: 350px) and (max-width: 370px) {
    .flash-sale-box .set_price_box.sale-box-item .img-box {
        width: 60px;
        height: 60px;
    }
    .flash-sale-box .set_price_box .sale-box-prod .img-box img {
        width: 55px;
        height: 55px;
    }
    .flash-sale-box .sale-box-item.common .sale-box-prod-wrapper {
        min-height: 95px;
    }
    .flash-sale-box .sale-box-item.flash_price_box .img-box {
        width: 65px;
        height: 65px;
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 400px) {
    .flash-sale-box .sale-box-item.set_price_box .sale-box-title {
        padding: 5px 3px 11px;
    }
    .flash-sale-box .sale-box-item.set_price_box .sale-box-title a:first-child {
        padding-left:5px;
    }
    .flash-sale-box .sale-box-item.common.set_price_box .sale-box-prod-wrapper{
        margin-left: 0px;
        margin-right: 33px;
    }
    .flash-sale-box .set_price_box.sale-box-item .img-box {
        width: 70px;
        height: 70px;
    }
    .flash-sale-box .set_price_box .sale-box-prod .img-box img {
        width: 65px;
        height: 65px;
    }
    .flash-sale-box .sale-box-item.common .sale-box-prod-wrapper {
        min-height: 110px;
    }
    .flash-sale-box .sale-box-item.flash_price_box .img-box {
        width: 78px;
        height: 78px;
        margin-bottom:8px;
    }
}
/* flash-sale-new */
/*adv-slide-two*/
.advSlideTwo .swiper-slide .imgWrapper img{
    width:100%;
    border-radius:4px;
}
/*adv-slide-two*/
/*adv-slide-three*/
.advSlideThree .swiper-slide{
    width:28%;
}
.advSlideThree .swiper-slide .imgWrapper img{
    width:100%;
}
/*adv-slide-three*/

/*adv-three-new*/
.advThreeNew .swiper-slide{
    width:33.33%;
}
.advThreeNew .swiper-slide .imgWrapper img{
    width:100%;
}
.advThreeNew .swiper-pagination-bullet{
    background: rgba(254,141,45,0.7);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.advThreeNew .swiper-pagination-bullet-active{
    background: rgba(254,141,45,1);
}
.advThreeNew .swiper-pagination-bullets {
    bottom: 2px;
}
/*adv-three-new*/

/*adv-three-scale*/
.advThreeScale .swiper-container{
    padding-bottom:10px;
    padding-top:15px;
}
.advThreeScale .swiper-container .swiper-slide{
    width:35%;
    -webkit-transform: scale(0.9) translateY(0) translate3d(0,0,0);
    transform: scale(0.9) translateY(0) translate3d(0,0,0);
    transition: all .4s linear;
    opacity:0.7;
    overflow:hidden;
}
.advThreeScale .swiper-container .swiper-slide-active {
    -webkit-transform: scale(1) translateY(-10px) translate3d(0,0,0);
    transform:scale(1) translateY(-10px) translate3d(0,0,0);
    opacity:1;
}
.advThreeScale .swiper-container  .swiper-slide .imgWrapper img {
    width: 100%;
    border-radius: 4px;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    box-shadow: 0 0 12px 0 rgba(133,191,248,0.32);
}
/*adv-three-scale*/
/*prod-fold-one*/
.prodFoldOne {
    padding: 0 10px;
    background:#fff;
}
.prodFoldOne .prod-one-flow{
    transition:all 1s;
}

.prodFoldOne .tab-wrapper {
    padding-top: 5px;
    background: #fff;
}

.prodFoldOne .prod-one-tab.active {
    color: #eb1b1b;
    font-weight: 700;
}

.prodFoldOne .prod-one-tab {
    width: 81px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
}

.prodFoldOne .prod-one-box {
    background: #fff;
    border-radius:8px 8px 4px 4px;
    overflow:hidden;
    box-shadow:2px 2px 5px rgba(4,65,247,0.2);
}
.prodFoldOne .prod-one-box+ .prod-one-box{
    margin-top:15px;
}
.prodFoldOne .prodImgWrapper{
    position: relative;
}
.prodFoldOne .prodImgWrapper img {
    width: 100%;
}
.prodFoldOne .prodImgWrapper .salesBox{
    position:absolute;
    right:0;
    bottom:0;
    color: #333333;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 88;
    padding: 0 4px;
    min-height: 26px;
    background: url(/secondchannel/img/shop_icon_label_sales.png) no-repeat right center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 7px;
    text-align: center;
    font-size: 12px;
}
.prodFoldOne .prod-one-info {
    width: 100%;
    position: relative;
    padding-bottom:15px;
    box-sizing:border-box;
}
.prodFoldOne .prod-one-info .prod-name {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left:12px;
    padding-right: 40px;
    box-sizing:border-box;
}

.prodFoldOne .prod-name {
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.prodFoldOne .prod-one-flow .prod-name .prod-name-two {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.prodFoldOne .prod-one-info .priceWrapper{
    text-align:right;
    padding-right: 45px;
    line-height:20px;
    position:relative;
}
.prodFoldOne .prod-one-info .add-cart-btn{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
}
.prodFoldOne .prod-one-info .prod-price {
    font-size: 16px;
    font-weight: bold;
    color: #eb1b1b;
    display: inline-block;
    padding: 0;
}
.prodFoldOne .prod-one-info .origin-price{
    padding:0;
    margin-left:2px;
    font-size:12px;
}

.prodFoldOne .prod-one-info .salesBox {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color;margin-left: 9px;
    color: #999;
    font-weight: normal;
}
.prodFoldOne .foldMoreWrapper{
    background:#fff;
    margin-top:5px;
    box-sizing:border-box;
    padding:10px;
    border-radius:4px;
    text-align:center;
}
.prodFoldOne .foldMoreWrapper img{
    width:20px;
    transition:all 0.5s;
}
.prodFoldOne .foldMoreWrapper img.rotateImg{
    transform:rotate(180deg);
}
/*prod-fold-one*/
/*new-special-nav*/
.newSpecialNav .sp-next .sp-nav-item  {
    height:unset;
}
.newSpecialNav .sp-next {
    align-content: flex-start;
    flex-direction: row;
}
.newSpecialNav .sp-nav-box{
    display:block;
    text-align:center;
    padding-top:0;
}
.newSpecialNav .sp-nav-box img{
    position:relative;
    margin-bottom:8px;
}
.newSpecialNav .sp-nav-item p{
    margin-bottom:10px;
}
.stateDiaDetails.alert-container.animated{
    width:84%!important;
    margin-left:-42%!important;
}
.stateDiaDetails .alert-content{
    padding:42px 32px 54px!important;
}
.stateDiaDetails .alert-btn-p,.stateDiaDetails .alert-title{
    color:#e0bc69;
}
.stateDiaDetails .stateDiaContent .stateInnerWrapper{
    font-size:14px;
    line-height: 22px;
    word-break:break-all;
}
/*new-special-nav*/
/*prod-hor*/
.prodHorWrapper .prod-hor-box{
    padding: 15px 10px 0;
}
.prodHorWrapper .new-prod-hor-info{
    position:relative;
    height: unset;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.prodHorWrapper .new-prod-hor-info .prod-price{
    position:relative;
}
.prodHorWrapper .cartBtn {
    position: absolute;
    right: 4px;
    width: 24px;
    bottom: 4px;
}
/*prod-hor*/
/*hot-sale*/
.hotSaleWrapper .top_box{
    font-size: 17px;
    line-height:50px;
    box-sizing: border-box;
    padding-left:12px;
    font-weight:700;
    color: #fff;
    position:relative;
}
.hotSaleWrapper .top_box .more_link{
    position:absolute;
    right:13px;
    top:50%;
    transform:translateY(-50%);
    color: #fff;
    font-size:12px;
    display:flex;
    align-items:center;
    font-weight:200;
}
.hotSaleWrapper .top_box .more_link .imgWrapper{
    width: 10px;
    height: 10px;
    position: relative;
}
.hotSaleWrapper .top_box .more_link img{
    width:4px;
    left:5px;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
}
.hotSaleWrapper .swiper-container{
    position: relative;
    margin-right: 8px;
    margin-left:8px;
    padding-bottom:15px;
}
.hotSaleWrapper .swiper-container .swiper-slide{
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    width:100%;
}
.hotSaleWrapper .swiper-container .swiper-slide .prod_item{
    padding-left: 10px;
    padding-top: 12px;
    padding-right: 10px;
    width:100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.hotSaleWrapper .swiper-container .swiper-slide .prod_item:last-child .rightContent{
    border-bottom:none;
}
.hotSaleWrapper .swiper-container .swiper-slide .img-box{
    position: relative;
    background: #fff;
    overflow: hidden;
    width:68px;
    height: 68px;
    margin-right:8px;
    margin-bottom:10px;
}
.hotSaleWrapper .swiper-container .swiper-slide .img-box img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.hotSaleWrapper .swiper-container .swiper-slide .pointNum{
    position: absolute;
    width: 20px;
    height: 24px;
    line-height: 18px;
    background-image: url('/secondchannel/img/ranking_bg_number.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size:10px;
    color:#fff;
}
.hotSaleWrapper .swiper-container .swiper-slide .prod_item:nth-child(1) .pointNum{
    background-image:url('/secondchannel/images/img_list_top1.png');
}
.hotSaleWrapper .swiper-container .swiper-slide .prod_item:nth-child(2) .pointNum{
    background-image:url('/secondchannel/images/img_list_top2.png');
}
.hotSaleWrapper .swiper-container .swiper-slide .prod_item:nth-child(3) .pointNum{
    background-image:url('/secondchannel/images/img_list_top3.png');
}
.hotSaleWrapper .swiper-container .swiper-slide .rightContent{
    flex:1;
    border-bottom:1px solid #f7f7f7;
    position: relative;
}
.hotSaleWrapper .swiper-container .swiper-slide .prod-name{
    font-size: 12px;
    letter-spacing: 0;
    box-sizing: border-box;
    text-align:left;
    overflow: hidden;
    line-height: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top:4px;
    margin-bottom: 10px;
    padding-right:82px;
    color: #333333;
    word-break:break-all;
}
.hotSaleWrapper .swiper-container .swiper-slide .imedia_btn{
    position: absolute;
    right:2px;
    top:calc(50% - 6px);
    transform: translateY(-50%);
    background-color: #FF5000;
    color:#ffffff;
    font-size:10px;
    line-height: 22px;
    width:70px;
    height:22px;
    border-radius:10px;
    text-align: center;
}
.hotSaleWrapper .swiper-container .swiper-scrollbar{
    position: absolute;
    left:50%;
    bottom: 6px;
    width: 32px;
    height: 3px;
    transform: translate(-50%, 0);
    background:#D8D8D8;
    touch-action: none;
}
.hotSaleWrapper .swiper-container .swiper-scrollbar-drag{
    background:#F1271F ;
}
.hotSaleWrapper .swiper-container .prod-price{
    font-weight:700;
    font-size:12px;
    padding:0;
}
.hotSaleWrapper .swiper-container .origin-price{
    font-size:10px;
    color:#888888;
    padding-left: 3px;
}
/*hot-sale*/
/*ad_2_04_m*/
.ads_24_m{
    padding:10px 10px 10px;
}
.ads_24_m .swiper-slide {
    box-sizing: border-box;
    perspective: 300px;
    width:84px;
    display:inline-block;
    margin-right:6px;
}
.ads_24_m .swiper-slide .slide-item+.slide-item{
    margin-top:5px;
}
.ads_24_m .swiper-slide .slide-item .imgWrapper img {
    width: 100%;
}
.ads_24_m .swiper-slide{
    transform: translate3d(0,0,0) rotateY(0.1deg);
}
/*ad_2_04_m*/

/*mix-adv-prod2*/
.mixAdvProd2 {
    padding:0 10px;
    box-sizing:border-box;
}
.mixAdvProd2 .mixAdvContent{
    background-color:#fff;
    overflow:hidden;
    position:relative;
    z-index:999;
    padding:8px 8px 8px 0;
    border-radius: 6px;
}
.mixAdvProd2 .mixAd{
    box-sizing:border-box;
    width: 29%;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:9;
}
.mixAdvProd2 .mixAd img{
    width:100%;
}
.mixAdvProd2 .mixProdWrapper{
    width: 70%;
    position:relative;
    margin-left: 30%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border-radius:4px;
    overflow:hidden;
    box-sizing:border-box;
    z-index:999;
}
.mixAdvProd2 .mixProdWrapper.mixProdWrapperLess{
    justify-content:flex-start;
}
.mixAdvProd2 .mix-item{
    width: 28%;
    margin-right: 4%;
}
.mixAdvProd2 .bottomWrapper{
    margin-top: 4px;
    margin-bottom:4px;
}
.mixAdvProd2 .prod-name span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
    padding:0 4px;
}
.mixAdvProd2 .priceWrapper{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
}
.mixAdvProd2 .mix-item:last-child{
    margin-right:0;
}
.mixAdvProd2 .prod-price{
    font-size:9px;
    font-weight:700;
    padding:0;
    margin-right:4px;
    line-height:unset;
}
.mixAdvProd2 .originPrice{
    font-size:8px;
    color:#999;
    text-decoration:line-through;
}
/*mix-adv-prod2*/
/*MIX_05_0*/
.recommand-title{
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.recommond-wrapper{
    padding: 0 10px;
    display: flex;
}
.rec-left,
.rec-right{
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}
.rec-prod-box{
    display: flex;
}
.rec-right .rec-prod-box{
    flex-direction: column;
}
.rec-prod-l{
    width: 50%;
    overflow: hidden;
    margin: 0 5px;
}
.rec-prod-r{
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}
.rec-prod-r .img-box{
    width: 54px;
}
.rec-prod-r .prod-info{
    flex: 1;
}
.rec-prod-name{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #333;
    text-align: center;
    display: -webkit-box;
}
.rec-prod-r .rec-prod-name{
    margin-top: 0;
}
.rec-prod-l .prod-price{
    padding: 0 4px;
    font-size: 10px;
}
.rec-prod-l .origin-price{
    padding: 0 4px;
    font-size: 12px;
}
.rec-tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}
.rec-to-right{
    width: 14px;
    margin-left: 4px;
}
.rec-left:nth-child(2),
.rec-right {
    margin-left: 10px;
}
/*MIX_05_0*/
@media screen and (max-width: 370px) {
    .prod_new_six .img-box .sale-sum{
        width:65px;
    }
}

.prod-zxfq .prod-item {
    background: #fff;
}

.prod-zxfq .prod-item.border {
    border: 5px solid #FFE69A;
    border-radius: 10px;
    overflow: hidden;
}

.prod-zxfq.prod-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.prod-zxfq .prod-info {
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}

.prod-zxfq .prod-name {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-zxfq .prod-price {
    margin: 8px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.store-item {
    background: #fff;
}

.store-item.border {
    border: 5px solid #FFE69A;
    border-radius: 10px;
    overflow: hidden;
}

.store-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
}
.store-wrapper .img-box img {
    max-width: 75%;
    height: 75%;
}

.store-info {
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
}

.store-name {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-address {
    margin: 8px 0;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-address::before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 13px;
    height: 15px;
    background: url("/decorationStaging/images/adress.png") center center/100% no-repeat;
    vertical-align: text-bottom;
}

.store-count {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.zxfq-discount {
    display: flex;
    align-items: center;
    width: fit-content;
    color: #F10F0F;
    border: 1px solid #F10F0F;
    border-radius: 3px;
}

.zxfq-bg {
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    background: #fef4ef;
}

.zxfq-txt {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
}

.zxfq-discount.hide {
    color: transparent;
    background: transparent;
    border-color: transparent;
}

.zxfq-discount.hide * {
    color: transparent;
    background: transparent;
    border-color: transparent;
}

.prod-feature-inner {
    overflow: hidden;
}

.prod-feature {
    display: flex;
    margin: 8px;
    padding: 13px;
    background-image: linear-gradient(-49deg, #FFE2B3 0%, #FFF4E3 76%);
    border-radius: 4px;
}

.prod-feature .img-box {
    margin: auto;
    width: 104px;
    height: 104px;
    border-radius: 4px;
}

.prod-feature .prod-info {
    flex: 1;
    padding-left: 10px;
}

.prod-feature .prod-name {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #81521E;
}

.prod-feature .prod-price {
    margin: 4px 0;
    padding: 0;
    font-size: 18px;
    color: #F10F0F;
}

.prod-feature .prod-price span {
    margin-left: 6px;
    font-size: 14px;
    color: #A66D2D;
    text-decoration: line-through;
}

.prod-feature .feature-box {
    display: flex;
    align-items: center;
    padding: 4px 12px 4px 4px;
    width: fit-content;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #81521E;
    background: #F4DCB8;
    border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}

.feature-box img {
    height: 100%;
    margin-right: 8px;
}

.prod-oneyuan {
    display: flex;
    position: relative;
    margin: 8px;
    padding: 13px;
    background: #fff;
    border-radius: 4px;
}

.prod-oneyuan-inner {
    overflow: hidden;
}

.prod-oneyuan .img-box {
    margin: auto;
    width: 104px;
    height: 104px;
    border-radius: 4px;
}

.prod-oneyuan .prom-tag {
    position: absolute;
    top: 0;
    right: 10px;
    width: 62px;
}

.prod-oneyuan .prod-info {
    flex: 1;
    padding-top: 10px;
    padding-left: 10px;
}

.prod-oneyuan .prod-name {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.prod-oneyuan .prod-price {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    color: #F10F0F;
}

.prod-oneyuan .prod-price span {
    margin-left: 6px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.prod-oneyuan .prod-time {
    font-size: 12px;
    color: #666;
}

.oneyuan-title {
    padding: 8px 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.showDiaDetails.alert-container{
    border-radius: 8px;
    background:transparent;
    border:none;
    height:auto!important;
}
.showDiaDetails .alert-title{
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
    background: #f2f2f2;
    box-sizing:border-box;
    border:none;
}
.showDiaDetails .alert-content{
    background:#fff;
    border-radius: 8px;
    width:100%;
    padding-left:14px;
    padding-right: 0px;
    padding-bottom:30px!important;
    padding-top:52px!important;
}
.showDiaDetails .showDiaContent{
    max-height:50vh;
    overflow:auto;
    box-sizing:border-box;
}
.showDiaDetails .showInnerWrapper{
    padding-right:10px;
}
.showDiaDetails .alert-btn-box{
    background:transparent;
    border:none;
    position:relative;
    background-image: url("/secondchannel/img/integral/i_close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-top:4px;
}
.showDiaDetails .alert-btn-p{
    color:red;
    text-indent:-99999px;
    background:transparent;
}

.inst-p-price {font-weight: normal!important;color: #999!important;}
.inst-o-price {text-decoration: none!important;color: #eb1b1b!important;}
/*adv-rotate-num*/
.advRotateNum .swiper-container-horizontal>.swiper-scrollbar{
    bottom: 6px;
    top:unset;
    left:50%;
    transform:translateX(-50%);
    border-radius: 5px;
    overflow:hidden;
    width:40px;
}
/*adv-rotate-num*/
/*new-one-prod*/
.newOneProd {
    padding: 0 10px;
    background:#fff;
}
.newOneProd .prodImgWrapper{
    position: relative;
}
.newOneProd .prodImgWrapper .prod-img {
    width: 100%;
}
.newOneProd .prod-one-box {
    background: #fff;
    border-radius:8px;
    overflow:hidden;
}
.newOneProd .prod-one-box+ .prod-one-box{
    margin-top:10px;
}
.newOneProd .prod-one-info {
    width: 100%;
    padding-bottom: 12px;
    box-sizing:border-box;
    position:absolute;
    bottom:0;
    padding-left:20px;
}
.newOneProd .prod-one-info .prod-name {
    font-size: 13px;
    margin-bottom: 8px;
    padding-right: 50px;
    box-sizing:border-box;
    color:#fff;
}

.newOneProd .prod-name {
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newOneProd .prod-one-info .priceWrapper{
    text-align:right;
    padding-right: 45px;
    line-height:20px;
    position:relative;
}
.newOneProd  .priceOneWrapper{
    display:flex;
    align-items:baseline;
}
.newOneProd .prod-one-info .add-cart-btn{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
}
.newOneProd .prod-yuan{
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    margin-right: 3px;
}
.newOneProd .prod-one-info .prod-price {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff!important;
    display: inline-block;
    padding: 0;

}
.newOneProd .prod-one-info .origin-price{
    padding:0;
    margin-left:6px;
    font-size:14px;
    color:#ffffff;
}
/*new-one-prod*/
/*prod-ver-slide*/
.prodVerSlide .prodShopCart{
    position:relative;
}
.prodVerSlide .prodShopCart .prod-price{
    text-align:left;
    padding-left:4px;
}
.prodVerSlide .prodShopCart .origin-price{
    text-align:left;
    padding-left:4px;
}
.prodVerSlide .prodShopCart .cartBtn{
    position: absolute;
    right: 4px;
    width: 20px;
    bottom: 4px;
}
/*prod-ver-slide*/
.advOneAnounce .advOne_tip {
    color:#dd4b41;
    background-color: rgba(255,255,255,0.4);
    line-height:40px;
    font-size:13px;
    font-weight:500;
    position:relative;
    padding-left:35px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.advOneAnounce .advOne_tip::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url(/secondchannel/images/annouce.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size: 20px;
}
.mbookCouponContain{
    padding: 0 15px 0 15px;
}
.mbookCouponContain .coupon_con{
    color: #F72D17;
    font-size: 10px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    display: inline-block;
    border-radius: 10px;
    line-height: 18px;
    height:18px;
    text-align: center;
    /* padding:0 4px; */
}
.mbookCouponContain .coupon_btn{
    line-height:16px;
    font-size:12px;
    color:#ffffff;
    background-image: linear-gradient(180deg, #FF6969 0%, #FE0000 100%);
    border:none;
    padding:2px 0;
    height:unset;
    width:80%;
    box-sizing:border-box;
    text-align:center;
    white-space:nowrap;
    margin:0 auto;
    border-radius:10px;
    margin-bottom: 4px;
    margin-top: 5px;
}
.mbookCouponContain .coupon_btn.has_gone,.mbookCouponContain .coupon_btn.over_date,.mbookCouponContain .coupon_btn.has_get{
    opacity:0.5;
}
.mbookCouponContain .coupon_tips{width: 100%;height: 0;position: relative;transition: all 0.5s;}
.mbookCouponContain .coupon_tips .finger_move{position: absolute;right: 20px;top:-48px;width: 60px;z-index: 994;pointer-events: none;}
.mbookCouponContain .couponCon{display: flex;position: relative;}
.mbookCouponContain .couponCon .couItem{
    display:flex;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    width:21.5%;
    margin-right: 4px;
}
.mbookCouponContain .cou_item{
    box-sizing:border-box;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    border-radius:5px;
}
/* .mbookCouponContain .couItem_two .firt_child_item{width: 110px;border-right:1px solid rgba(153,153,153,0.5);}.firt_child_item .coupon_deno{width: 100%;text-align: center;margin: 8px 0;} */
/* .mbookCouponContain .couItem_two .cou_item:first-child{display: flex;padding-right: 10px;}
.mbookCouponContain .couItem_two .cou_item:first-child .couRightWrapper{display: flex;flex-direction: column;justify-content: space-around;width:100%;}
.mbookCouponContain .couItem_two .cou_item:first-child .coupon_scope{max-width: unset;}
.mbookCouponContain .couItem_two .cou_item:first-child .coupon_btn{height: 24px;margin:auto 0;padding:0 2px;line-height: 24px;width: 70px;}
.mbookCouponContain .couItem_two .cou_item:first-child{width:100%;} */
.mbookCouponContain .couItem_two .cou_item:nth-child(2n){margin-right: 0;}
.mbookCouponContain .couItem_two .cou_item:nth-child(3n){margin-right: 0;}
.mbookCouponContain .cou_item:nth-child(2n){margin-right: 0;}
.mbookCouponContain .coupon_type{background-color:#773908; ;font-size: 12px;font-weight: 700;display: inline-block;padding:2px 10px;}
.mbookCouponContain /deep/ .swiper-pagination-bullet{background-color: rgba(254,122,100,0.8);border-radius: 50%;width: 6px;height: 6px;}
.mbookCouponContain /deep/ .swiper-pagination-bullet-active{background-color: rgba(254,122,100,1);}
.mbookCouponContain .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 2px;}
.mbookCouponContain .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {bottom: -3px;left: 0;width: 100%}
.mbookCouponContain .couRightWrapper{display: inline-block;}
.mbookCouponContain .couItem_three .couRightWrapper{margin-right: 4px;width: 100px;}
.mbookCouponContain .coupon_scope{font-size: 13px;font-weight: 700;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp:2;color:#773908;}
.mbookCouponContain .coupon_deno{
    color: #F72D17;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    display: table-cell;
    /* white-space: nowrap; */
    display: inline-block;

}
.mbookCouponContain .sym_deno{
    vertical-align: baseline;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
}
/* .mbookCouponContain .firt_child_item .coupon_con{border-bottom: none;text-align: center;padding-left: 0;} */
.mbookCouponContain .expire_date{color:#7E3C09 ;margin-top: 5px;font-weight: 500;font-size:10px;transform:rotateY(0.1deg);height:16px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.mbookCouponContain .center_cou{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width:100%;
    padding-top:5px;

    position: relative;
    background-image: url(/secondchannel/img/new/coupon_bg_u.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    position:relative;
}
.mbookCouponContain .center_cou::after{
    content:"";
    border-bottom: 1px dashed #FFAAAA;
    position:absolute;
    bottom:0;
    left:50%;
    width:95%;
    transform:translateX(-50%);
}
.mbookCouponContain .coupon_btn_wrapper{
    overflow:hidden;
    background-image: url(/secondchannel/img/new/coupon_bg_d.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.mbookCouponContain .couItem_two .center_cou{
    flex:1;
    padding-right: 65px;
}
.mbookCouponContain .btn_loading{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.mbookCouponContain .coupon_tag{display: none;width: 50px;height: 35px;position: absolute;right: 0;top:0;background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;}
.mbookCouponContain .couItem.has_gone .coupon_tag{display: inline-block;background-image:url("/secondchannel/img/jfh/has_gone.png"); }
.mbookCouponContain .couItem.has_get .coupon_tag{display: inline-block;background-image:url("/secondchannel/img/jfh/has_get.png");right: 3px; }
.mbookCouponContain .couItem.has_used .coupon_tag{display: inline-block;background-image:url("/secondchannel/img/jfh/has_used.png");right: 3px; }
.mbookCouponContain .couItem.over_date .coupon_tag{display: inline-block;background-image:url("/secondchannel/img/jfh/over_date.png");right: 3px; }
.mbookCouponContain .couItem.has_used .coupon_btn,.couItem.over_date .coupon_btn,.couItem.has_gone .coupon_btn{opacity:0.8;background-image:url("/secondchannel/img/jfh/canot_btn.png");}
.mbookCouponContain .coupon_btn.none_start{opacity: 0.5;}
.modalContentWraMbook .modalTileWra{background-image:url("/secondchannel/img/jfh/hurry_coupon.png"); background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;margin-bottom: 8px;color: #ffffff;text-align:center;padding-bottom: 4px;}
.modalContentWraMbook .prodContain{background-image:url("/secondchannel/img/jfh/hurry_bg.png"); background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;padding:10px 10px 50px;border-radius: 10px;position: relative;}
.mbookCouponContain .couponContainer .van-button::before{background-color: transparent!important;}
.mbookCouponContain .inter_time{color:#E92F06;transform: rotateY(0.1deg);}
.modalContentWraMbook{width:80%;position: absolute;left: 50%;top:18%;transform: translateX(-50%);}
.modalContentWraMbook .modalClossWra{position: absolute;left: 50%;bottom: -50px;width:30px;transform: translateX(-50%);}
.modalContentWraMbook .modalClossWra img{width: 30px;}
.modalContentWraMbook .modalTileWra .congra_txt{font-weight: 500;font-size: 18px;padding: 10px 0;}
.modalContentWraMbook .modalTileWra .expire_txt{font-weight: 200;font-size: 12px;line-height: 18px;}
.modalContentWraMbook .prodWra{margin-right: 10px;margin-bottom: 5px;overflow: hidden;position: relative;min-width:224px;}
.modalContentWraMbook .allProdCheckWrapper{display: flex;}
.modalContentWraMbook .convenWra{padding-left: 10px;margin-bottom: 8px;}
.modalContentWraMbook .convenWra img{width: 70%;pointer-events: none;}
.modalDialogMbook{position: fixed;left: 0;top:0;right: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 99999;}
.modalDialogMbook .prodWra .rec_item{display: flex;padding:5px 10px;background-color: #ffffff;border-radius: 6px;}
.modalDialogMbook .prodInfoWra .most_point{border:1px solid #F8312F;border-radius: 10px;color:#F8312F;font-size:10px;display: inline-block;margin-bottom: 5px;padding:0 4px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;}
.modalDialogMbook .type-radio:checked + .slide-block::after {content: "";display: inline-block;width: 100%;height: 100%;position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);background-image:url("/secondchannel/img/jfh/hurry_radio.png"); background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;}
.modalDialogMbook  .type-radio:checked + .slide-block {color: #798492;background-color: #ffffff;}
.modalDialogMbook .radioWra .slide-block img{width: 90%;}
.modalDialogMbook .rec_item .img-box{width: 70px;height: 70px;}
.modalDialogMbook .prodInfoWra .prod-name{font-size: 12px;font-weight: 700;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;white-space:wrap;word-break: break-all;}
.modalDialogMbook .prodWra .prodInfoWra{margin-left:10px;flex:1;}
.modalDialogMbook .prodWra .priceTextWrapper{color: #F53534 ;font-size: 0;margin-top:5px;display:flex;align-items:center;}
.modalDialogMbook .prodWra .price-text{font-size:10px;color: #F53534;font-weight: 700;}
.modalDialogMbook .prodWra .prod-price{font-size: 18px;color:#F53534;font-weight: 700;padding:0;line-height:22px;margin-bottom: 4px;}
.modalDialogMbook .prodWra .origin-price{font-size: 10px;color:#373737;text-decoration: line-through;}
.modalDialogMbook .hurryBtn{position: absolute;width: 93px;height: 33px;right: 15px;bottom: 12px;transition: all 0.5s;}
.modalDialogMbook .hurryTag{width: 32px;margin-left:3px;pointer-events: none;}
.modalDialogMbook .hurryBtn img{width: 100%;}
.modalContentWraMbook .not-event {pointer-events: none;}
.modalContentWraMbook .img-bl {width: 100%;display: block;margin: -1px 0;}
.modalContentWraMbook .radioWra{position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.modalContentWraMbook .slide-block{display: flex;justify-content: center;align-items: center;width: 21px;height: 21px;position: relative;border-radius: 50%;border:2px solid #ffffff;}
.checkboxWrapperMbook{padding-bottom: 5px;}
.checkboxWrapperMbook .van-checkbox-group{display: flex;flex-direction: column;height: 100%;}
.checkboxWrapperMbook .van-checkbox{height: 33.33333%;}
.checkboxWrapperMbook .van-checkbox__icon{width: 20px;height: 20px;border:2px solid #ffffff;border-radius: 50%;}
.checkboxWrapperMbook .van-checkbox__icon.van-checkbox__icon--checked{background-color: #ffffff;}
.checkboxWrapperMbook .van-checkbox__icon img{width: 100%;}
.couponListDialogMbook{z-index: 999999!important;}
@media only screen and (max-height: 667px) {.modalContentWraMbook{top:10%;}}
</style>
  <style>
  .mbookCouponContain .couItem_two .coupon_deno{
      padding:0 8px 0 0;
      position: relative;
  }
.mbookCouponContain .couItem_two .coupon_deno::after{
    content: "";
    position: absolute;
    height: 80%;
    width:0;
    border-right: 1px dashed #fda683;
    right: 0;
    top:50%;
    transform: translateY(-50%);
}
.mbookCouponContain .couItem_two .cou_item{
    padding-top:10px;
    padding-bottom:10px;
}
.mbookCouponContain .couItem_one .cou_item{
    width: 100%;
    /* padding-top:10px;
    padding-bottom:10px; */
}
/* .mbookCouponContain .couItem_two .center_cou{
    padding-right:60px ;
}
.mbookCouponContain .couItem_three .cou_item{
    background-image: url(/secondchannel/img/point/pont_cou3.png);
}
.mbookCouponContain .couItem_one .cou_item{
    background-image: url(/secondchannel/img/point/pont_cou1.png);
} */
.mbookCouponContain .couItem_one{
    /* padding:0 10px; */
}
.mbookCouponContain .couItem_one .center_cou{
    display: block;
    /* padding:5px 20px 0 30px; */
}
.mbookCouponContain .couItem_one .coupon_deno{
    display: block;
    /* padding-left:20px; */
    font-size:24px;
}
.mbookCouponContain .couItem_one .coupon_con{
    /* display: block; */
    margin-top: 3px;
    margin-bottom: 5px;
}
.mbookCouponContain .couItem_three .center_cou{
    display: block;
}
.mbookCouponContain .couItem_three .coupon_deno{
    display: block;

}
.mbookCouponContain .couItem_three .coupon_con{
    margin-top:4px;
}
.mbookCouponContain .couItem_three .cou_item{
    width:calc((100% - 8px)/3);
}
.mbookCouponContain{
    background-image: url(/secondchannel/img/new/coupon_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding-bottom: 4px;
}
.mbookCouponContain .columCatWrapper{
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 10px;
    padding-top: 13px;
}
.mbookCouponContain .cat_point{
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}
.mbookCouponContain .point_add{
    margin-right: 4px;
    letter-spacing: 1px;
}
.mbookCouponContain .cat_btn{
    font-size:14px;
    color:#ffffff;
    padding:4px 13px;
    background-image: linear-gradient(180deg, #FFA888 0%, #FE2424 100%);
    box-shadow: inset 0 -1px 5px 0 rgba(199,2,2,0.50);
    border-radius: 135px;
}
.mbookCouponContain .point_fav{
    font-size: 12px;
    font-weight: 200;
    padding-left: 4px;
    position: relative;
    border-left: 1px solid #ffffff;
    margin-left: 2px;
}
.mbookCouponContain .couponCon{
    margin:12px 4px 0;
    padding-bottom: 4px;
}
.mbookCouponContain .point_ling{
    margin-right:4px;
}
/* .mbookCouponContain .point_only{
    margin-right:4px;
} */
.mbookCouponContain.mbookCouponContainPa .columCatWrapper{
    padding-top: 30px;
}
.mbookCouponContain.mbookCouponContainPa .couponCon{
    margin-top:18px;
}
.mbookCouponContain.mbookCouponContainPa .couponCon.couponCon_one{
    margin-top:20px;
}
.goodsBoxThreeOne{
    margin:0 5px 0 6px;
    padding-bottom: 21px;
}
.goodsBoxThreeOne .promotionEndTimeWra{
    margin:0 10px;
    position:relative;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 12px;

}
.goodsBoxThreeOne .prom-time{
    /* position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%); */
}
.goodsBoxThreeOne .prom-time em{
    color:#fff;
    font-size:12px;
    margin-right:2px;
}
.goodsBoxThreeOne .prom-time i {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    border-radius: 3px;
    font-style: normal;
    color: #F72D17;
    display:inline-block;
    margin-right: 2px;
    font-weight: 600;
}

.goodsBoxThreeOne .prom-time u {
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    width: 12px;
    text-align: center;
    text-decoration: none;
    color:#fff;
    margin-right: 2px;
}
.goodsBoxThreeOne .swiper-slide{
    width: 30%;
    margin-right: 4px;
}
.goodsBoxThreeOne .swiper-slide:last-child{
    margin-right: 0;
}
.goodsBoxThreeOne .prod-six-slide{
    box-sizing:border-box;
    display:flex;
    justify-content:space-between;
    /* padding: 0 10px; */
    margin-bottom: 4px;
}
.goodsBoxThreeOne .prod-six-slide:last-child{
    margin-bottom:0;
}
.goodsBoxThreeOne .prod-six-slide.prod-six-less{
    justify-content:flex-start;
}
.goodsBoxThreeOne .prod-six-item{
    width:32%;
    margin-right: 4px;
    perspective:1000px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
}
.goodsBoxThreeOne .prod-six-slide .prod-six-item:last-child{
    margin-right: 0;
}
.goodsBoxThreeOne .prod-name span{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
    padding:0 4px;
    line-height: 16px;
}
.goodsBoxThreeOne .prod-ver-info .prod-name{
    margin:0;
    text-align:left;
    padding-bottom: 4px;
    font-size: 13px;
    padding-top: 8px;
    display: -webkit-box;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.goodsBoxThreeOne .img-box .prod-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height: 100%;
    box-sizing:border-box;
    margin: auto;
    max-width: 100%;
    border-radius: unset!important;
}
.goodsBoxThreeOne .img-box .top-tag{
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 2px;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    background-image: linear-gradient(180deg, #fe5a5a 0%, #fe5a5a 100%);
    border-radius:0 0  6px 0;
    text-align: center;
}
.goodsBoxThreeOne .img-box .sale-sum{
    position: absolute;
    font-size: 10px;
    color: #333333;
    background-color:#F5F5F5;
    width:60%;
    text-align:center;
    box-sizing:border-box;
    white-space: nowrap;
    padding:2px 4px;
    border-radius:2px 2px 0 0;
    overflow:hidden;
    text-overflow:ellipsis;
}
.goodsBoxThreeOne .img-box .couponWrapper{
    box-sizing: border-box;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:100%;
    text-align:center;
}
.goodsBoxThreeOne .img-box .tagText{
    display: inline-block;
    background: #FFE9EB;
    font-size: 10px;
    font-weight: 400;
    color: rgba(230, 26, 44, 1);
    padding: 1px 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
.goodsBoxThreeOne .swiper-pagination-progressbar{
    width:40px;
    height:4px;
    left:50%;
    border-radius:5px;
    transform:translateX(-50%);
    overflow:hidden;
}
.goodsBoxThreeOne .prod-ver-info .priceWrapper{
    margin-bottom:7px;
    padding:0 0 0 6px;
    box-sizing:border-box;
    text-align:left;
    position:relative;
    font-size: 0;
}
.goodsBoxThreeOne .swiper-slide-cart .prod-ver-info .priceWrapper{
    text-align:left;
    padding-left:9px;
}
.goodsBoxThreeOne .swiper-slide-cart .prod-price{
    display:block;
}
.goodsBoxThreeOne .swiper-slide-cart .originPrice{
    display:block;
}
.goodsBoxThreeOne .priceWrapper .cartBtn {
    position: absolute;
    right: 4px;
    width: 20px;
    top:50%;
    transform:translateY(-50%);
}
.goodsBoxThreeOne .prod-ver-info .priceWrapper.noProdName{
    margin-top:4px;
}
.goodsBoxThreeOne .prod-ver-info .originPrice{
    font-size:12px;
    color:#999;
    text-decoration:line-through;
    margin-left: 4px;
}
.goodsBoxThreeOne .prod-ver-info .originPayPrice{
    font-size:12px;
    color:#999;
}
.goodsBoxThreeOne .prod-ver-info .prod-price{
    text-align:left;
    font-size:14px;
    color: #f10f0f;
    height:unset;
    line-height:unset;
    padding:0;
    font-weight: 700;
}
.goodsBoxThreeOne .prod-ver-info .text-install{
    font-size:10px;
}
.goodsBoxThreeOne .prod-ver-info .prod-price .sticking-price{
    font-size:12px;
}
.goodsBoxThreeOne .swiper-pagination-progressbar,.brand_ver_ten .swiper-pagination-progressbar {
    width: 40px;
    height: 4px;
    left: 50%;
    border-radius: 5px;
    transform: translateX(-50%);
    overflow: hidden;
    background: #CCCCCC;
}


.goodsBoxThreeOne .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.goodsBoxThreeOne .img-box {
    position: relative;
    background: #fff;
}
.goodsBoxThreeOne .prod-ver-info{
    position: relative;
}
@media screen and (max-width: 370px) {
    .goodsBoxThreeOne .img-box .sale-sum{
        width:65px;
    }
}
.goodsBoxThreeOne .swiper-pagination-progressbar .swiper-pagination-progressbar-fill ,.brand_ver_ten .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #FB0628;
    border-radius:5px;
}
.goodsBoxThreeOne .swiper-scrollbar-drag{
    background:#ffffff;
    border-radius:5px;
}
.goodsBoxThreeOne .swiper-container-horizontal>.swiper-scrollbar{
    background:rgba(204,204,204,0.5);
    bottom: 6px;
    top:unset;
    left:50%;
    transform:translateX(-50%);
    border-radius: 5px;
    overflow:hidden;
}
.goodsBoxThreeOne .swiper-container-horizontal>.swiper-scrollbar{
    height:3px;
    width:40px;
}
.prodOneItemContainer{
    border-radius: 12px;
    padding-top: 15px;
    background-image: url("/secondchannel/img/new/sales_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffffff;
}
.prodOneItemContainer .prodOneItem{
    display: flex;
    padding:8px;
    font-size:14px;
    /* background-color: #ffffff;
    border-radius: 12px; */
    margin-bottom: 8px;
}
.prodOneItemContainer .img-box{
    width: 114px;
    height: 114px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.prodOneItemContainer .img-box img{
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prodOneItemContainer .img-box::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.prodOneItemContainer .prodOneInfo{
    padding-left: 10px;
    flex: 1;
}
.prodOneItemContainer .prod-name{
    color: #333;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 6px;
}
.prodOneItemContainer .prod-name .name_txt{
    line-height: 20px;
}
.prodOneItemContainer .prod-tag {
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    color: #fb082a;
    background-color: #fee8eb;
    border-radius: 2px;
}
.prodOneItemContainer .payOneWrapper{
    font-size: 12px;
    color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("/secondchannel/img/new/price_bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 18px;
    padding-right: 50px;
    background-color: #fff3f3;
    position: relative;
    height:35px;
    box-sizing: border-box;
    padding-top: 5px;
}
.prodOneItemContainer .payOneWrapper::after{
    content: "";
    position: absolute;
    right:12px;
    top:50%;
    transform: translateY(-48%);
    width: 31px;
    height:25px;
    background-image: url("/secondchannel/img/new/roll.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.prodOneItemContainer .payPrice em{
    font-size: 18px;
}
.prodOneItemContainer .payPrice{
    margin-right:2px;
    font-size: 18px;
    font-weight:400;
    display: flex;
    align-items: baseline;
}
.prodOneItemContainer .payPrice .one_hight_point{
    font-weight: 200;
    font-size: 10px;
    margin-left:10px;
}
.prodOneItemContainer .payOneContainer{
    display: inline-block;
    margin-top:5px;
    width: 95%;
}
.prodOneItemContainer .prod-type-tag{
    margin-right: 5px;
    padding: 1px 2px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #E61A2C;
    border-radius: 2px;
}
.prodOneItemContainer .prodPrice{
    font-size: 12px;
}
.prodOneItemContainer .prodPrice em{
    font-size: 16px;
}
.prodOneItemContainer .priceWrapper{
    color: #C3C3C3;
    font-size: 12px;
    display: flex;
    align-items: baseline;
    margin-top:15px;
    width: 95%;
    background-image: url("/secondchannel/img/new/arrow_bg.png");
    /* background-image: url("./arrow_bg.png"); */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 38px;
    box-sizing: border-box;
}
.prodOneItemContainer .circle_l{
    position:absolute;
    width: 6px;
    height:6px;
    background-color:rgba(254,197,201,0.8);
    border-radius: 50%;
    left:35px;
    top: -1px;
}
.prodOneItemContainer .circle_l::before{
    position:absolute;
    content:"";
    width: 5px;
    height:5px;
    background-color:rgba(255,83,110,0.8);
    border-radius: 50%;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prodOneItemContainer .circle_r{
    position:absolute;
    width: 8px;
    height:8px;
    background-color:rgba(254,197,201,0.8);
    border-radius: 50%;
    right:33px;
    bottom: -1px;
}
.prodOneItemContainer .circle_r::before{
    position:absolute;
    content:"";
    width: 6px;
    height:6px;
    background-color:rgba(255,83,110,0.8);
    border-radius: 50%;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prodOneItemContainer .priceWrapper .originPrice{
    columns: #999999;
    font-size:12px;
    line-height: 38px;
    padding-left: 5px;
}
.prodOneItemContainer .priceWrapper .originPrice em{
    margin-left: 2px;
}
.prodOneItemContainer .priceWrapper .arrow_icon{
    position:absolute;
    right:0;
    bottom: 10px;
    background-image: url("/secondchannel/img/new/down_bg.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 73px;
    height: 47px;
    text-align: center;
    font-weight: 500;
    color:#ffffff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5px;
}
.prodOneItemContainer .priceWrapper .arrow_text{
    font-size:10px;
    font-weight: 200;
}
.prodOneItemContainer .originPrice{
    margin-left:5px;
    text-decoration: line-through;
}
.prodWaterfallOne #guess_u_like_all{
    background-color: #fff;
    margin:0 10px;
    border-radius: 8px;
    padding:5px 0 14px;
}
.prodWaterfallOne .recomName.active{
    position: relative;
}
.prodWaterfallOne .recomName.active::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background-color:#F72D17;
    background-image: unset;
}
.prodWaterfallOne .prodOnecontentContainer{
    position: relative;
    margin-top: 6px;
}
.prodWaterfallOne .prodOnecontentContainer::before{
    position: absolute;
    content:"";
    width: 26px;
    height: 26px;
    left:15px;
    top:-16px;
    background-image: url(/secondchannel/img/new/dian_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.prodWaterfallOne .prodOnecontentContainer::after{
    position: absolute;
    content:"";
    width: 26px;
    height: 26px;
    right:15px;
    top:-16px;
    background-image: url(/secondchannel/img/new/dian_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.adClockTimeWrapper{
    padding:18px 10px;
}
.adClockTimeWrapper .statusOneWrapper_left{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.adClockTimeWrapper .status_sale{
    transform:skewX(-10deg);
    font-size:16px;
    font-weight:700;
    color:#ffffff;
    letter-spacing:2px;
}
.adClockTimeWrapper .prom-time{
    margin-left: 4px;
    display:flex;
    align-items:center;
    color:#ffffff;
    font-size:16px;
    font-weight:700;
}
.adClockTimeWrapper .prom-time i {
    min-width: 10px;
    height: 18px;
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 18px;
    border-radius: 3px;
    font-style: normal;
    color: #F72D17;
    display: inline-block;
    margin-right: 2px;
    font-weight: 600;
    transform:skewX(-5deg)
}
.adClockTimeWrapper .prom-time u {
    height: 100%;
    line-height: 16px;
    font-size: 12px;
    width: 12px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    margin-right: 2px;
    font-weight: 700;
    transform:skewX(-8deg)
}


.adCalenDateWrapper{
    padding:10px 15px;
    background:linear-gradient(to bottom,#f83620,#f9635c);
    color:#ffffff;
}

.adCalenDateWrapper .calen_head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    align-items: baseline;
}
.adCalenDateWrapper .calen_date_contain{
    display:
            flex;
    justify-content: space-between;
}
.adCalenDateWrapper .calen_week{
    font-weight:700;
    font-size:16px;
    margin-bottom:10px;
}
.adCalenDateWrapper .calen_date{
    font-size:15px;
    color:rgba(255,255,255,0.7);
    padding:2px;
}
.adCalenDateWrapper .calen_item{
    display:
            flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.adCalenDateWrapper .activeDate.calen_date{
    border:1px solid #f8b60d;
    border-radius:50%;
}
.adCalenDateWrapper .calen_month{
    font-weight:700;
    font-size:16px;
    display:
            flex;
    align-items: baseline;
    padding-left: 28px;
    position:
            relative;
}
.adCalenDateWrapper .calen_month::before{
    position:absolute;
    content:"";
    width:15px;
    height:15px;
    left:4px;
    top:50%;
    transform:translateY(-50%);
    background-image: url(/secondchannel/img/mbook/calen-date.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size: contain;
}
.adCalenDateWrapper .calen_month_s{
    font-size:18px;
    margin-right:4px;
}
.adCalenDateWrapper .calen_desc{
    font-size:12px;
}
.adCalenDateWrapper .cale_pop_wrapper .calen_pop_title{
    color:#000;
    font-size:14px;
    text-align:center;
    font-weight:700;
    position:absolute;
    left:50%;
    top:15px;
    transform:translateX(-50%);

}
.adCalenDateWrapper .cale_pop_wrapper .van-popup{
    border-radius:8px 8px 0 0;
    padding-top:50px;
}
.adCalenDateWrapper .calen_pop_btn{
    color:#fff;
    font-size:16px;
    font-weight:700;
    background-color:#f00030;
    line-height:40px;
    text-align:
            center;
    margin:0 auto;
    width:70%;
    border-radius:15px;
    letter-spacing:1px;
    margin-bottom:10px;
    margin-top:5px;
}
.adCalenDateWrapper .advRotate{
    padding:0 10px;
}