@charset "utf-8";
/* font */
@font-face {
    font-family: 'DINAlternateBold';
    src: url('../font/DIN Alternate Bold.ttf');
}
@font-face{
    font-family: 'DINExp';
    src : url('../font/D-DINExp.otf');
}
@font-face{
    font-family: 'DINExpBold';
    src : url('../font/D-DINExp-Bold.otf');
}
.font-DINAlB {
    font-family: DINAlternateBold;
}
body {
    background-color: #f2f2f2;
}
/* 公共样式重定义 */
.det-content *.arrow-r:after {
    width: 0.1rem;
    height: 0.1rem;
    border-style: solid;
    border-color: #bbb;
    border-width: 0.03rem 0.03rem 0 0;
    margin-top: -0.05rem;
}

/* det download */
.det-download {
    max-width: 768px;
    height: 1.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #232326;
}

.det-download a {
    display: block;
    width: 1.8rem;
    height: .8rem;
    line-height: .8rem;
    background-color: #FF2121;
    background: linear-gradient(to right, #EA0161, #EE2A24);
    color: #fff;
    font-size: .32rem;
    text-align: center;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    border-radius: 0.1rem;
}

.det-download span {
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0.2rem 0;
    color: #fff;
    margin: 0 2.2rem 0 0.8rem;
}

.det-download i {
    text-align: center;
    display: inline-block;
    width: .8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
}

.det-download i img {
    width: 40%;
    vertical-align: middle;
}

.det-download span img {
    height: 100%;
    vertical-align: middle;
}

.det-download span em {
    flex: 1;
    margin-left: 0.15rem;
    line-height: 0.4rem;
}

.det-download span b {
    font-size: 0.32rem;
    color: #FF2121;
}

/* 轮播 */
.slide-wrap {
    height: 7.2rem;
    position: relative;
    overflow: hidden;
    margin: 0 0 0.2rem;
    background-color: #fff;
    border-radius: 0 0 0.64rem 0.64rem;
}

.slide-main {
    width: 100%;
    height: 7.2rem;
    overflow: hidden;
}

.slide-main img {
    width: 100%;
    height: 7.2rem;
    vertical-align: top;
}

.slide-page {
    width: 0.88rem;
    height: 0.42rem;
    line-height: 0.42rem;
    color: #ddd;
    background: rgba(0, 0, 0, 0.26);
    text-align: center;
    font-size: 0.28rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.8rem;
    border-radius: 0.2rem 0rem 0.2rem 0rem;
}

.slide-page b {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    padding-right: 0.05rem;
    margin-right: 0.05rem;
    position: relative;
}

.slide-page b:after {
    content: "";
    width: 1px;
    height: 0.18rem;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -0.09rem;
    right: 0;
}

/*  */
.det-opacity {
    opacity: 0;
    transition: opacity .6s;
}
.det-nav {
    display: flex;
    max-width: 768px;
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0 1.8rem;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    transform: translate3d(0, -100%, 0);
    transition: all 0.5s;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 222222;
}
.det-nav a {
    flex: 1;
    font-size: 0.28rem;
    color: #222;
}
.det-nav a.cur {
    color: #FF2121;
    position: relative;
}
.det-nav a.cur:after {
    content: "";
    width: 0.52rem;
    height: 0.04rem;
    background: #FF2121;
    background-size: contain;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    margin-left: -0.26rem;
}
.det-main {
    max-width: 768px;
    margin: 0 auto 1.3rem;
    overflow-x: hidden;
}

.det-content {
    padding: 0 0.25rem;
    margin-top: -0.8rem;
    position: relative;
}

/* 价格商品名区域 */

.det-info {
    background-color: #fff;
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem 0.3rem;
    min-height: 0.6rem;
    margin-bottom: 0.25rem;
    border-radius: 0.7rem 0rem 0.12rem 0.12rem;
    position: relative;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -0.01rem 0.1rem;
    overflow: hidden;
}

.det-amount {
    display: flex;
    margin-bottom: 0.3rem;
    position: relative;
}

.det-month {
    color: #FF2121;
}

.det-month em {
    font-size: 0.28rem;
    font-family: 'DINAlternateBold';
}

.det-month em b {
    font-size: 0.56rem;
    font-weight: normal;
}

.det-month .i-vip {
    display: none;
    width: 0.6rem;
    height: 0.32rem;
    background: url(../../images/detail/i-vip.png) no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.det-price {
    color: #222;
    margin-right: 0.2rem;
}

.cou-price {
    display: inline-block;
    color: #FF2121;
    font-size: 0.24rem;
    height: 0.52rem;
    line-height: 0.52rem;
    padding: 0rem 0.15rem;
    border-radius: 0.52rem;
    margin-left: 0.1rem;
    background-color: #FFEDED;
}
.plus .cou-price {
    color: #222222;
    background-color: #F3EAC6;
}

.det-price.grey {
    font-size: 0.32rem;
    color: #999;
    font-weight: normal;
}

.det-amount .font-del {
    color: #999;
}

.det-plus {
    display: none;
    text-align: center;
    padding-top: 0.1rem;
}

.det-plus .discount {
    color: #FFE5B7;
}

.det-plus .discount em {
    font-family: 'DINAlternateBold';
}

.det-plus .discount em b {
    font-weight: normal;
    font-size: 0.34rem;
}

.det-plus .tag {
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #3A3A39;
    font-size: 0.24rem;
    padding: 0 0.15rem;
    background: linear-gradient(270deg, #E6CF85, #F4EECF);
    border-radius: 0.2rem;
    margin-top: 0.05rem;
}
/* 秒杀 */
.det-seckill {
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
    background: url(../../images/detail/seckill-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.2rem 0.3rem 0.3rem;
    margin: -0.2rem -0.3rem 0.3rem;
    color: #fff;
    position: relative;
}
.det-seckill:after {
    content: "";
    width: 1.34rem;
    height: 0.3rem;
    background: url(../../images/detail/detail-seckill.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.3rem;
    top: 0.45rem;
}
.det-seckill .kill-price {
    font-size: 0.28rem;
}
.det-seckill .kill-price b {
    display: inline-block;
    font-size: 0.6rem;
    position: relative;
    font-family: 'DINExpBold';
}
.det-seckill .kill-price b:after {
    content: "";
    width: 0.82rem;
    height: 0.28rem;
    background: url(../../images/detail/i-killprice.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -0.9rem;
    bottom: 0.25rem;
}
.det-seckill .kill-month {
    display: inline-block;
    height: 0.36rem;
    line-height: 0.36rem;
    padding-right: 0.2rem;
}
.det-seckill .kill-month.arrow-r:after {
    border-color: #fff;
}
.det-seckill .kill-countd {
    height: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.22rem;
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
}

.det-seckill .kill-countd span{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    background: rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 0.04rem;
    margin: 0 0.05rem;
}
.det-seckill .kill-countd.end{
    display: inline-block;
    background: url(../../images/detail/i-timeline.png) no-repeat;
    background-size: 0.24rem 0.24rem;
    background-position: left center;
    padding-left: 0.3rem;
}

.det-name {
    font-size: 0.32rem;
    line-height: 0.42rem;
    margin-bottom: 0.15rem;
    color: #222;
}

.det-des {
    color: #999;
    font-size: 0.22rem;
}

.det-label {
    display: inline-block;
    width: 0.68rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
    color: #fff;
    font-size: 0.24rem;
    font-weight: normal;
    vertical-align: top;
    margin-right: 0.1rem;
    margin-top: 0.05rem;
    padding-right: 0.15rem;
    position: relative;
}

.det-label:after {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    border-style: solid;
    border-color: #fff;
    border-width: 0.02rem 0.02rem 0 0;
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0.12rem;
    margin-top: -0.04rem;
}

.det-collect {
    display: block;
    width: 0.5rem;
    height: 0.7rem;
    text-align: center;
    font-size: 0.2rem;
    color: #222;
    position: absolute;
    top: 0.05rem;
    right: 0;
}

.det-collect i {
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    background-image: url(../../images/detail/i-collect.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.det-collect i.cur {
    background-image: url(../../images/detail/i-collected.svg);
    background-repeat: no-repeat;
}

.det-shop {
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
    background: url(../../images/detail/detail-shop-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.25rem;
    color: #FF203F;
    font-size: 0.26rem;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.det-shop .i-shop {
    display: inline-block;
    width: 0.32rem;
    height: 0.3rem;
    background: url(../../images/detail/i-shop-save.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 0.25rem;
    margin-right: 0.1rem;
}

.det-shop .i-arrow {
    display: inline-block;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../../images/detail/i-shop-r.png) no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 0.27rem;
    margin-left: 0.05rem;
}

/* 商品信息 vip样式 */
.det-info.vip .det-month {
    color: #DAA431;
}

.det-info.vip .i-vip {
    display: inline-block;
}

/* 商品信息 plus样式 */
.det-info.plus .det-amount {
    height: 1.4rem;
    margin: -0.2rem -0.3rem 0.3rem;
    padding: 0.2rem 0.3rem 0;
    background: url(../../images/detail/detail-amount-plus.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.det-info.plus .det-month {
    color: #F2CB94;
}

.det-info.plus .det-price {
    color: #F2CB94;
}

.det-info.plus .det-plus {
    display: block;
}

.det-info.plus .det-label ,.det-info.plus .yyg-sign{
    width: .84rem;
    height: 0.3rem;
    
    margin-top: 0.06rem;
    padding-right: 0;
    font-size: 0;
}
.det-info.plus .det-label{
    background: url(../../images/detail/i-plus.png) no-repeat;
    background-size: contain;
}
.det-info.plus .yyg-sign{
    background: url(../../images/detail/yyg-sign-icon.png) no-repeat;
    background-size: contain;
}

.det-info.plus .save-sign{
    display: inline-block;
    width: 1.12rem;
    height: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    color: #853D01;
    font-size: 0.2rem;
    background: linear-gradient( 312deg, #F2CB94 0%, #FBE6C7 71%, rgba(255,247,235,0.97) 100%);
    border-radius: 0.14rem 2rem 0.14rem 0rem;
    border: 0.01rem solid;
}

.det-info.plus .det-label:after {
    display: none;
}

.det-info.plus .det-collect {
    display: none;
}


/* 直降、免息、促销 */
.det-tag {
    display: block;
    height: 1.14rem;
    position: absolute;
    top: -0.72rem;
    left: 0.25rem;
    overflow: hidden;
}

.det-tag.l0 {
    left: 0;
}

.det-tag .zj {
    display: inline-block;
    width: 1.48rem;
    height: 1.14rem;
    line-height: 0.3rem;
    padding: 0.06rem 0.35rem 0.03rem 0;
    box-sizing: border-box;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background: url(../../images/detail/i-zj.png) no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.det-tag .zj.sj {
    margin-right: -0.6rem;
}

.det-tag .zj em {
    display: block;
    margin-top: 0.03rem;
    font-family: 'DINAlternateBold';
    font-size: 0.24rem;
}
.det-tag .zj b {
    display: inline-block;
    margin-left: 0.02rem;
    font-weight: normal;
    font-size: 0.34rem;
}

.det-tag .mx {
    display: inline-block;
    width: 2rem;
    height: 0.92rem;
    line-height: 0.5rem;
    margin-top: 0.22rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background: url(../../images/detail/i-mx.png) no-repeat;
    background-size: contain;
}

/* .det-tag i:nth-of-type(2) {
    margin-left: -0.6rem;
} */

.det-ad {
    display: block;
    /* margin: 0 -0.25rem -0.4rem;
    overflow: hidden;
    border-radius: 0 0 0.3rem 0.3rem;
    position: relative;
    z-index: 1; */
    margin-bottom: 0.3rem;
}


/*  */
.det-box {
    font-size: 0.28rem;
    color: #333;
    background-color: #fff;
    margin-bottom: 0.25rem;
    padding: 0.3rem;
    border-radius: 0.12rem;
    position: relative;
    overflow: hidden;
}

/* 优惠、活动、规格 */
.det-dl {
    display: flex;
    line-height: 0.6rem;
}

.det-dl:not(:first-child) {
    padding-top: 0.2rem;
    margin-top: 0.2rem;
    position: relative;
}

.det-dl:not(:first-child):after {
    content: "";
    background-color: #F0F0F0;
    width: 100%;
    height: 0.01rem;
    position: absolute;
    top: 0;
    left: 1rem;
}

.det-dl dt {
    min-width: 1rem;
    font-weight: bold;
}

.det-dl dd {
    flex: 1;
    overflow: hidden;
}

.det-dl dd a {
    display: block;
}


.det-dl dd img {
    max-height: 0.36rem;
    margin-right: 0.1rem;
    margin-top: 0.12rem;
    vertical-align: top;
}

.det-sel {
    display: flex;
    padding-right: 0.5rem;
    position: relative;
}

.det-sel .tag {
    display: inline-block;
    background-color: #ffeee3;
    width: 0.6rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    color: #FF2121;
    font-size: 0.22rem;
    border-radius: 0.08rem;
    margin: 0.14rem 0.2rem 0 0;
}

.det-sel a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .det-sel.more {
    white-space: nowrap;
    overflow: hidden;
}

.det-sel.more a {
    text-overflow: unset;
}

.det-sel.more:after {
    content: "";
    width: 0.32rem;
    height: 0.08rem;
    background-image: url(../../images/detail/i-more.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.03rem;
} */
/* .det-sel.arrow-r:after {
    border-color: #bbb;
} */

.det-coupon {
    display: inline-block;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #ED3F2C;
    font-size: 0.22rem;
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    margin-top: 0.14rem;
    border-top: 0.015rem solid #ED3F2C;
    border-bottom: 0.015rem solid #ED3F2C;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
.det-coupon:before,
.det-coupon:after {
    content: "";
    width: 0.13rem;
    height: 0.34rem;
    background: url(../../images/detail/detail-coupon-l.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.11rem;
    top: -0.015rem;
    z-index: 1;
}
.det-coupon:after {
    background: url(../../images/detail/detail-coupon-r.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: -0.11rem;
}

.det-quality {
    background: linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%);
    padding: 0.25rem 0.25rem 0.25rem 0.6rem;
    color: #999;
    font-size: 0.22rem;
    line-height: 1.6;
    margin: 0 -0.3rem -0.3rem;
    border-radius: 0rem 0rem 0.12rem 0.12rem;
    position: relative;
}

.det-quality:before {
    content: "";
    width: 0.26rem;
    height: 0.26rem;
    background: url(../../images/detail/arrow-ok.png) no-repeat;
    background-size: 0.26rem 0.26rem;
    background-position: left center;
    position: absolute;
    left: 0.25rem;
    top: 0.3rem;

}

/* 开通会员 */

.det-vip {
    display: flex;
    background: #333;
    border-radius: 0.12rem;
    line-height: 0.44rem;
    padding: 0.15rem 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
    overflow: hidden;
    font-size: 0.24rem;
    color: #FED2A9;
}

.det-vip .icon-vip {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    background-image: url(../../images/detail/detail-vip.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.15rem;
}

.det-vip p {
    flex: 1;
    min-height: 0.44rem;
}

.det-vip .btn {
    background: url(../../images/detail/arrow-r.png) no-repeat;
    background-size: 0.24rem 0.26rem;
    background-position: right center;
    color: #FED2A9;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-right: 0.3rem;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    margin-top: -0.15rem;
}
/* 提额卡 */
.det-rise {
    height: 1.52rem;
    background: url(../../images/detail/det-risee-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #853D01;
    font-size: 0.2rem;
    padding: 0.5rem 0.3rem 0.3rem;
    border-radius: 0rem 0rem 0.12rem 0.12rem;
    box-sizing: border-box;
    margin-top: -0.45rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.det-rise b {
    display: block;
    font-size: 0.32rem;
    margin-bottom: 0.08rem;
}
.det-rise .font {
    font-family: 'JuiceNO1-Regular';
}
.det-rise em {
    color: #AF815A;
}
.det-rise a {
    display: block;
    height: 0.54rem;
    line-height: 0.27rem;
    background: linear-gradient( 270deg, #692B06 0%, #984B13 100%);
    border-radius: 0.32rem;
    color: #fff;
    font-size: 0.24rem;
    padding: 0.05rem 0.3rem;
    text-align: center;
    position: absolute;
    bottom: 0.35rem;
    right: 0.4rem;
}
.det-rise a i {
    display: inline-block;
    width: 0.98rem;
    height: 0.28rem;
    line-height: 0.28rem;
    background: linear-gradient( 84deg, #FF4444 0%, #FF0000 100%);
    border-radius: 0.14rem 0rem 0.14rem 0rem;
    border: 0.01rem solid #F5F5F5;
    text-align: center;
    font-size: 0.2rem;
    position: absolute;
    top: -0.22rem;
    left: 55%;
}


/* 评价 */
.det-review {
    padding: 0.15rem 0.3rem;
}

.det-review h4 {
    font-size: 0.3rem;
    font-weight: normal;
    color: #030E1C;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.det-review h4 em {
    font-size: 0.24rem;
}
/* .det-review h4:after {
    content: "";
    width: 0.56rem;
    height: 0.1rem;
    background: url(../../images/detail/detail-review-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.det-review h4 a {
    float: right;
    font-size: 0.24rem;
    color: #999;
    padding-right: 0.2rem;
}

.det-review .top {
    height: 0.64rem;
    line-height: 0.64rem;
    margin-bottom: 0.25rem;
}

.det-review .face {
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
}

.det-review .name {
    display: inline-block;
    vertical-align: middle;
}

.det-review .name.vip {
    color: #E0BC85;
}

.det-review .i-vip {
    display: inline-block;
    width: 0.58rem;
    height: 0.28rem;
    background: url(../../images/detail/i-vip.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.det-review .text {
    font-size: 0.24rem;
    max-height: 0.8rem;
    line-height: 0.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

/* 商家信息 */
.det-mct {
    display: flex;
    height: 0.88rem;
    line-height: 0.88rem;
    margin-bottom: 0.3rem;
    /* position: relative; */
}

.det-mct .face {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    margin-right: 0.15rem;
}

.det-mct .info {
    flex: 1;
    height: 0.88rem;
    line-height: 0.44rem;
    color: #999;
    font-size: 0.24rem;
    font-weight: normal;
    overflow: hidden;
}
.det-mct .name {
    color: #030E1C;
    font-size: 0.28rem;
}

.det-mct .btn {
    display: inline-block;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #030E1C;
    font-size: 0.24rem;
    padding: 0 0.4rem 0 0.2rem;
    border: 0.01rem solid #ccc;
    border-radius: 0.32rem;
    margin-top: 0.16rem;
}
.det-mct .btn.arrow-r:after {
    border-color: #030E1C; 
    right: 0.23rem;
}

/* .det-mct .state {
    display: flex;
}

.det-mct .state li {
    flex: 1;
    color: #999;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.48rem;
}

.det-mct .state li b {
    display: block;
    color: #222;
    font-size: 0.4rem;
    font-family: 'DINAlternateBold';
} */

/* 详情介绍 */
/* .det-intr-tit {
    height: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.25rem;
    color: #222;
    font-size: 0.28rem;
    text-align: center;
}

.det-intr-tit b {
    display: inline-block;
    padding: 0 0.1rem;
    position: relative;
}

.det-intr-tit b::before,
.det-intr-tit b::after {
    content: "";
    width: 1.3rem;
    height: 0.13rem;
    line-height: 0.13rem;
    background: url(../../images/detail/detail-intr-l.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    margin-top: -0.075rem;
}

.det-intr-tit b::after {
    background: url(../../images/detail/detail-intr-r.png) no-repeat;
    background-size: contain;
    left: auto;
    right: -1.3rem;
}
 */
.det-intr {
    background-color: #fff;
    font-size: 0.28rem;
    border-radius: 0.12rem;
}

/* .det-intr-menu {
    display: flex;
    height: 1rem;
}

.det-intr-menu.fixed {
    background-color: #fff;
    max-width: 768px;
    margin: 0 auto;
    position: fixed;
    top: 0.88rem;
    left: 0;
    right: 0;
}

.det-intr-menu a {
    flex: 1;
    height: 1rem;
    line-height: 1rem;
    color: #999;
    text-align: center;
}

.det-intr-menu a.cur {
    color: #FF2121;
} */

.det-intr-tit {
    font-size: 0.3rem;
    color: #030E1C;
    margin-bottom: 0.25rem;
}

.det-intr-content {
    /* display: none; */
    padding: 0.25rem;
}

/* .det-intr-content.cur {
    display: block;
} */

.det-intr-table {
    width: 100%;
}

.det-intr-table th {
    width: 25%;
    padding: 0.2rem 0.3rem;
    border: solid 1px #eee;
    font-weight: normal;
    color: #222;
    text-align: left;
}

.det-intr-table td {
    padding: 0.2rem;
    border: solid 1px #eee;
}

.det-intr-tab {
    display: none;
    width: 1.16rem;
    padding: 0 0.2rem;
    background-color: #fff;
    border: solid 0.01rem #eee;
    border-radius: 0.12rem;
    position: fixed;
    right: 0.3rem;
    bottom: 3rem;
    z-index: 1;
}

.det-intr-tab a {
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    color: #030E1C;
    text-align: center;
    border-bottom: solid 0.01rem #eee;
}
.det-intr-tab a:last-of-type {
    border-bottom: none;
}
.det-intr-tab .close {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../../images/detail/i-close.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -0.16rem;
    right: -0.16rem;
    z-index: 1;
}

/* footer */

.det-foot {
    display: flex;
    height: 1.1rem;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top: solid 0.01rem #F5F5F5;
    padding: 0.15rem 0.25rem;
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.det-foot.plus {
    height: 1.48rem;
    padding: 0.3rem;
}

.det-link {
    display: flex;
    min-width: 28%;
    margin-right: 0.1rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.det-link a {
    flex: 1;
    display: inline-block;
    min-width: 0.6rem;
    height: 0.8rem;
    margin-top: 0.05rem;
    text-align: center;
    color: #999;
    font-size: 0.2rem;
    color: #222;
}

.det-link i {
    display: block;
    width: 0.44rem;
    height: 0.44rem;
    margin: 0 auto 0.05rem;
}

.det-link i.service {
    background: url(../../images/detail/i-message.png) no-repeat;
    background-size: contain;
}

.det-link i.seller {
    background: url(../../images/detail/i-seller.png) no-repeat;
    background-size: contain;
}

.det-btn {
    flex: 1;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #FF0000;
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
    border-radius: 0.4rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.det-btn-lh {
    line-height: unset;
}

.det-btn-flex {
    flex: auto;
}

.coupPrice {
    font-size:0.22rem;
}

.det-btn.no,.det-btn.grey {
    background-color: #ccc;
    background: linear-gradient(270deg, #C4C4C4 0%, #DDDDDD 100%);
}

.det-btn.vip,
.det-btn.plus {
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient( 323deg, #692B06 0%, #984B13 100%);
    color: #F2CB94;
}
.det-btn.vip.no,
.det-btn.plus.no {
    opacity: 0.6;
}
.det-btn.share {
    background: linear-gradient(95deg, #FF2EA8 0%, #FF0058 100%);
    margin-right: 0.15rem;
}
.det-btn.sale {
    opacity: 0.6;
}

.det-btn.share b {
    font-family: 'DINAlternateBold';
}
.det-btn.appoint {
    background: #F8B166;
}


/* 选择商品规格  */
.sel-main {
    background-color: #fff;
    padding: 0.3rem;
    box-sizing: border-box;
}

.sel-close {
    top: 0.2rem;
    right: 0.2rem;
    margin-top: 0;
    color: #999;
    font-size: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
}

.sel-box {
    margin-bottom: 0.5rem;
}

.sel-top {
    display: flex;
    padding: 0 0.3rem 0 0;
    margin-bottom: 0.5rem;
}

.sel-pic {
    display: inline-block;
    width: 2.24rem;
    height: 2.24rem;
    border-radius: 0.16rem;
}

.sel-info {
    flex: 1;
    padding-top: 0.2rem;
    margin-left: 0.35rem;
    line-height: 1.6;
    overflow: hidden;
}

.sel-price {
    display: block;
    font-size: 0.28rem;
    color: #FF2121;
    font-family: DINAlternateBold;
}

.sel-price em {
    font-size: 0.4rem;
}

.sel-price em b {
    font-weight: normal;
    font-size: 0.48rem;
}

.sel-price .vip-price {
    display: inline-block;
    background-image: url(../../images/detail/i-vip2.png);
    background-repeat: no-repeat;
    background-size: 0.64rem 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    padding: 0 0.15rem 0 0.8rem;
    background-color: #EFE6C0;
    border-radius: 2rem 2rem 2rem 0rem;
    vertical-align: middle;
    font-size: 0.22rem;
    color: #4E4B43;
}

.sel-price .act-price {
    display: inline-block;
    background: linear-gradient(to right, #FF5291 , #F5142F);
    height: 0.28rem;
    line-height: 0.28rem;
    font-size: 0.2rem;
    color: #fff;
    padding: 0 0.15rem;
    border-radius: 0.2rem;
    vertical-align: middle;
}

.sel-month {
    display: block;
    font-size: 0.24rem;
}

.sel-month em {
    color: #FF2121;
    font-size: 0.2rem;
}

.sel-month em b {
    font-weight: normal;
    font-size: 0.28rem;
}

.sel-stock {
    display: block;
    color: #222;
}

.sel-cate {
    font-size: 0.28rem;
    color: #222;
}

.sel-cate dt {
    margin-bottom: 0.15rem;
    line-height: 0.58rem;
    position: relative;
}

.sel-cate dt .warn {
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(../../images/sicon/i-warn.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.sel-cate dd {
    margin-bottom: 0.15rem;
    line-height: 0.58rem;
}

.sel-filter {
    display: block;
    font-size: 0;
}

.sel-filter a {
    display: inline-block;
    height: 0.58rem;
    font-size: 0.28rem;
    padding: 0 0.15rem;
    min-width: 1rem;
    background-color: #F4F4F4;
    color: #222;
    margin-right: 0.2rem;
    border-radius: 0.3rem;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.sel-filter a.cur {
    border: solid 1px #FA1430;
    background-color: #FFEEF0;
    color: #FA1430;
    box-sizing: border-box;
}

.sel-filter a.no {
    color: #ccc;
}

/* 优选弹窗 */

.optimal-tit {
    background-color: #fff;
}

.optimal-content {
    background-color: #fff;
    padding: 0.3rem;
}

/* 促销弹窗 */
.discount-tit {
    margin-bottom: 0.2rem;
}

.discount-name {
    padding: 0 0.3rem;
    color: #999;
    font-weight: normal;
}
.discount-name:first-child {
    margin-top: 0.3rem;
}

.discount-name em {
    font-size: 0.2rem;
}

.det-promotio {
    margin: 0 auto .2rem auto;
    width: 6.9rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: .1rem;
    padding: 0.3rem 0.3rem 0;
}

.det-promotio dl {
    display: flex;
    min-height: 0.32rem;
}

.det-promotio dt,
.det-promotio dd {
    margin-bottom: 0.2rem;
}

.det-promotio dt {
    background: #FFEDEB;
    display: inline-block;
    height: 0.3rem;
    line-height: 0.32rem;
    margin-right: 0.15rem;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    color: #FA2C10;
    font-size: 0.2rem;
    text-align: center;
}

.det-promotio dd {
    flex: 1;
    color: #666;
}

.det-promotio dd a {
    display: block;
    position: relative;
    padding-right: 0.2rem;
    line-height: 140%;
}

.det-promotio dd a:after {
    content: "";
    position: absolute;
    top: 0.12rem;
    right: 0;
    width: 0.12rem;
    height: 0.12rem;
    border-style: solid;
    border-color: #999;
    border-width: 0.015rem 0.015rem 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    vertical-align: middle;
}

.det-promotio dd a em{
    display: block;
    color: #999;
}

.det-share {
    width: 5.34rem;
    height: 3.7rem;
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
}

.det-up {
    display: none;
    width: 0.64rem;
    height: 0.64rem;
    background-color: #fff;
    background-image: url(../../images/detail/i-up.png);
    background-repeat: no-repeat;
    background-size: 0.3rem 0.32rem;
    background-position: center center;
    border: 0.01rem solid #eee;
    border-radius: 50%;
    position: fixed;
    right: 0.3rem;
    bottom: 1.8rem;
    z-index: 1;
}
/* 预约 */
.saleWrap {
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
    position: relative;
    z-index: 1;
    margin: 0 -0.25rem -0.4rem;
    overflow: hidden;
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0.14rem 0.48rem 0.61rem 0.48rem;
    justify-content: space-between;
}
.salePriceWrap {
    color: #fff;
}
.salerPriceText {
    font-size: 0.24rem;
}
.saleNum {
    font-size: 0.22rem;
    margin-top: 0.04rem;
}
.saleNoNum {
    font-size: 0.3rem;
}
.saleNum span {
    font-size: 0.48rem;
}
.saleRight {
    justify-content: right;
    flex-shrink: 0;
}
.saleTimeWrap {
    text-align: center;
}
.saleTimeText {
    font-size: 0.26rem;
    color: #fff;
}
.saleTime {
    background-color: #fff;
    padding: 0.03rem 0.12rem;
    font-size: 0.26rem;
    color: #FB2342;
    border-radius: 0.32rem;
    font-weight: bold;
    margin-top: 0.1rem;
}
.salePeopleWrap {
    text-align: right;
}
.saleNum {
    font-size: 0.22rem;
    color: #ffffff;
}
.saleRule {
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.22rem;
    padding: 0.03rem 0.13rem;
    border-radius: 0.32rem;
    margin-top: 0.1rem;
    display: inline-block;
}
.saleBefore {
    display: none;
}
.saleBeforeGb {
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 102;
}
.saleBeforeWrap {
    background-color: #fff;
    width: 5.4rem;
    left: 50%;
    margin-left: -2.7rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 103;
    border-radius: 0.2rem;
    padding: 0.4rem 0.32rem 0rem 0.32rem;
    box-sizing: border-box;
}
.saleBeTitle {
    color: #222;
    font-size: 0.34rem;
    text-align: center;
    font-weight: bold;
}
.saleBeRule {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    color: #555555;
    line-height: 0.46rem;
    max-height: 2.8rem;
    overflow-y: scroll;
}
.saleBeBtn {
    border-top: 1px solid #F0F0F0;
    color: #222222;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.9rem;
    margin-top: 0.4rem;
}
.saleResulBg {
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 102;
}
.saleResult {
    display: none;
}
.saleResultWrap {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -2.8rem;
    width: 5.6rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #fff;
    z-index: 103;
}
.resultTop {
    background-image: url("../../images/detail/sale_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0.4rem;
    height: 2.08rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 0.3rem;
}
.resultDesc {
    color: #222;
    font-size: 0.28rem;
    text-align: center;
}
.resultBtnWrap {
    margin-top: 0.58rem;
    justify-content: space-between;
    padding: 0rem 0.3rem;
    padding-bottom: 0.3rem;
}
.resultBtnItem {
    width: 2.33rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.32rem;
    border-radius: 0.9rem;
}
.resultBtnY {
    color: #FF2121;
    border: 1px solid #FF2121;
}
.resultBtnG {
    color: #fff;
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
}
.salePayTime {
    color: #fff;
    font-size: 0.26rem;
    padding: 0.3rem 0rem;
}
.salePayTime span {
    background-color: #fff;
    color: #FB2342;
    border-radius: 0.3rem;
    padding: 0rem 0.1rem;
    margin: 0rem 0.1rem;
}
/* 为你推荐商品 */
.forYouWrap {
    background-color: #fff;
    border-radius: 0.12rem;
    margin-bottom: 0.25rem;
}
.forTitle {
    padding: 0.24rem;
    color: #030E1C;
    font-size: 0.3rem;
    font-weight: bold;
}
.forProWrap {
    padding: 0.05rem;
}
.forSwiper {
    min-height: 1rem;
}
.forPagination {
    bottom: 0rem;
    width: 100%;
}
.forPagination span {
    width: 0.12rem;
    height: 0.05rem;
    border-radius: 0.1rem;
    background-color: #DBDADA;
    display: inline-block;
    margin: 0rem 0.05rem;
}
.forPagination span.swiper-active-switch {
    background-color: #FF2121;
    width: 0.19rem;
}
.forProPage {
    box-sizing: border-box;
    flex-wrap: wrap;
}
.forProItem {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0.1rem;
    flex-shrink: 0;
}
.forProWrap {
}
.forProImg {
    width: 100%;
    text-align: center;
    position: relative;
}
.forProImg img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.2rem;
}
.forProName {
    text-overflow:ellipsis;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow: hidden;
    margin-top: 0.12rem;
}
.forProPrice {
    color: #FF2121;
    font-size: 0.28rem;
    margin-top: 0.12rem;
}
.openShop img {
    width: 7.02rem;
    height: 4.5rem;
    position: fixed;
    top: 6.9rem;
    left: 50%;
    margin-left: -3.51rem;
    z-index: 103;
}
.optimalTipPop-main {
    max-height: 10rem;
}

/* 规格图点击放大 slide */
.sel-slide {
    display: none;
    z-index: 10001;
}

.sel-slide,
.sel-slide-main {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.sel-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.sel-slide-img a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.sel-slide-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.sel-slide-num {
    position: absolute;
    bottom: 0.6rem;
    right: 0.4rem;
    z-index: 1;
    color: #f3f3f3;
    font-size: 0.28rem;
}
.sel-slide-num b {
    color: #fff;
    font-weight: normal;
}

.sel-slide-close {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: rgba(255,255,255,0.3);
    color: #000;
    font-size: 0.48rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0.4rem;
    top: 0.6rem;
    z-index: 1;
}
/*桔会卡*/
#J-cashBackBtn{
    margin-right: .2rem;
    background: linear-gradient(134deg, #E9C588 0%, #C49853 100%);
    color: #ffffff;
}
.det-btn.juhui-btn{
    background: linear-gradient( 270deg, #692B06 0%, #984B13 100%);
    color: #F2CB94;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.det-btn.juhui-btn span{
    font-size: .48rem;
    padding: 0 .1rem;
}
.det-btn.juhui-btn span em{
    font-size: .32rem;
}
.no-use-btn{
    background: #bfbfbf !important;
    color: #ffffff !important;
    flex-direction: column!important;
}
.small-font{
    font-size: .24rem;
    text-decoration: none;
}

/* 商品详情新增促销价标识 */
.promotion-v1-tag{ position: absolute; z-index: 999; top: 0rem; width: 1.8rem; height: 1.8rem; justify-content: center; align-items: center; background: #000; display: none; }
.promotion-v1-tag.top {top:1.2rem}
.promotion-v1-tag strong{ font-size: .66rem; font-weight: normal; margin-top: 0.3rem;}
.promotion-v1-banner{ width: 94%; padding: 0 3%; height: 1.6rem; background: #000; border-radius: .1rem; font-size: 0; text-align: left; display: none; text-align: center; position: absolute; z-index: 12; top: 0; left: 0; }
.promotion-v1-banner span,.promotion-v1-banner b{ display: inline-block; padding: .4rem 0; height: .8rem; vertical-align: top; }
.promotion-v1-banner b{ line-height: .8rem; padding: .4rem .36rem; font-size: .5rem; font-weight: normal; color: #fff; }
.promotion-v1-banner span em, .promotion-v1-banner span strong{ display: block; line-height: 130%; text-align: center; font-weight: normal; }
.promotion-v1-banner span em{ font-size: .28rem; color: #fff; }
.promotion-v1-banner span strong{ font-size: .36rem; }
.promotion-v1-banner span:nth-of-type(1) em{ font-size: .24rem; }
.promotion-v1-banner span:nth-of-type(1) strong{ font-size: .44rem; }
#deliveryPriceTag{ margin-bottom: .2rem; }
.forProImg .listImg {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 0.72rem;
    height: 0.72rem;
    z-index: 999;
}
.forProImg .listImg img {
    width: 100%!important;
    height: 100%;
    vertical-align:top;
}