@charset "UTF-8";
/*与集团同步产品详情*/
@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('../../quanyihui/fonts/youshe.ttf');
}
@media screen and (orientation: landscape) {
    .goods2_detail_body {
        max-width: 640px;
        margin: 0 auto;
        background: #f4f5f6;
        min-height: 100vh;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
    }
    .goods2_detail_payment {
        max-width: 640px;
    }
    /* 确保内容垂直居中 */
    html, body {
        height: 100%;
    }
}
.goods2_detail_body {
    background: #f4f5f6;
}

/*返回*/
.goods2_detail_gohome {
    position: fixed;
    z-index: 90;
    /*left: 0;*/
    bottom: 2.18rem;
    font-size: 0;
}
.goods2_detail_gohome .gohome {
    width: 1.6rem;
    height: 0.6rem;
}

/*引导条*/
.goods2_detail_vip {
    width: 100%;
    font-size: 0;
}

/*品牌选择区*/
.goods2_detail_brand {
    padding: 0.3rem 0 0.3rem 0.2rem;
    font-size: 0;
}
.goods2_detail_brand .swiper-slide {
    text-align: center;
}
.goods2_detail_brand .swiper-slide img {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    background-color: #fff; /* 添加白色背景 */
    object-fit: contain;
}
.goods2_detail_brand .swiper-slide p {
    font-size: 0.24rem;
    color: #727272;
    margin-top: 0.1rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.goods2_detail_brand .swiper-slide.active img {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/icon_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.02rem;
}
.goods2_detail_brand .swiper-slide .mask {
    display: none;
}
.goods2_detail_brand .swiper-slide.active .mask {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.9rem;
    height: 0.9rem;
    transform: translateX(-50%);
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/icon_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_brand .swiper-slide.active p {
    color: #333;
}

/*主体内容*/
.goods2_detail_con {
    font-family: PingFangSC-Regular;
    color: #5e5e5e;
    padding: 0 0.24rem 1.38rem;
}
.goods2_detail_banner {
    margin: 0 0.06rem;
}
.goods2_detail_banner img {
    border-radius: 0.2rem;
}
.goods2_detail_sku,
.goods2_detail_video {
    border-radius: 0.2rem;
    background: #fff url(../../../images/quanyihui/newGoodsDetailGroupUpdate/title_bg.png) no-repeat;
    background-size: 100%;
}
.goods2_detail_sku2 {
    position: relative;
    margin-top: -0.4rem;
}
.goods2_detail_sku .title,
.goods2_detail_video .title {
    padding: 0.15rem 0.24rem;
    display: flex;
    align-items: center;
}
.goods2_detail_sku .title img {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
}
.goods2_detail_sku .title p,
.goods2_detail_video .title p {
    font-size: 0.32rem;
    color: #8d5e16;
    flex: 1;
    padding: 0 0.2rem;
}
.goods2_detail_sku .sku_box {
    padding: 0.15rem 0.11rem;
}
.goods2_detail_sku .sku_box .sku_container {
    padding: 0 0 0.1rem;
}

.goods2_detail_sku .sku_box .sku_item {
    position: relative;
    height: 2.8rem;
    overflow: hidden;
}
.goods2_detail_sku .sku_box .sku_item .jb {
    position: absolute;
    top: 0.09rem;
    right: 4%;
    background: linear-gradient(90deg, #ffd789 1%, #ffe8b7 96%);
    text-align: center;
    width: 0.7rem;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
    color: #d9a235;
    border-radius: 0 0.18rem 0 0.18rem;
}
.goods2_detail_sku .sku_box .sku_item .tit {
    font-size: 0.24rem;
    color: #bc741b;
    /*margin: 0.4rem 0 0 0.3rem;*/
    margin: 0.4rem 0 0 0.2rem;
    width: 90%;
}
.goods2_detail_sku .sku_box .sku_item .tit strong {
    font-size: 0.28rem;
    color: #b77417;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'YouSheBiaoTiHei';
}
.goods2_detail_sku .sku_box .sku_item .price {
    position: absolute;
    bottom: 0.56rem;
    left: 0;
    width: 100%;
    text-align: center;
}
.goods2_detail_sku .sku_box .sku_item .price p {
    color: #e75e4b;
    font-size: 0.3rem;
}
.goods2_detail_sku .sku_box .sku_item .price p span {
    font-size: 0.5rem;
    font-family: PingFangSC-Medium;
    padding-left: 0.02rem;
}
.goods2_detail_sku .sku_box .sku_item .price p em {
    font-size: 0.24rem;
    padding-left: 0.02rem;
}
.goods2_detail_sku .sku_box .sku_item .price p:nth-child(2) {
    color: #a79691;
    font-size: 0.24rem;
    padding-top: 0.04rem;
}
.goods2_detail_sku .sku_box .sku_item .price p:nth-child(2) span {
    font-size: 0.24rem;
}
.goods2_detail_sku .sku_box .sku_item1 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg1.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item_active .sku_item1 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg1_active.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item2 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg2.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item_active .sku_item2 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg2_active.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item3 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg3.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item_active .sku_item3 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg3_active.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item4 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg4.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item_active .sku_item4 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg4_active.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item5 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg5.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item_active .sku_item5 {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bg5_active.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_item2 .jb {
    background: linear-gradient(90deg, #ffcfb2 1%, #ffe5d2 96%);
    color: #e58a5e;
}
.goods2_detail_sku .sku_box .sku_item2 .tit {
    color: #a7695f;
}
.goods2_detail_sku .sku_box .sku_item2 .tit strong {
    color: #d7612c;
}
.goods2_detail_sku .sku_box .sku_item3 .jb {
    background: linear-gradient(90deg, #f9dbeb 1%, #ffe1db 96%);
    color: #ac91bc;
}
.goods2_detail_sku .sku_box .sku_item3 .tit {
    color: #b079a2;
}
.goods2_detail_sku .sku_box .sku_item3 .tit strong {
    color: #af52d7;
}
.goods2_detail_sku .sku_box .sku_item4 .jb {
    background: linear-gradient(90deg, #f9e1ff 1%, #dec7ff 96%);
    color: #a186ff;
}
.goods2_detail_sku .sku_box .sku_item4 .tit {
    color: #69679f;
}
.goods2_detail_sku .sku_box .sku_item4 .tit strong {
    color: #7a63de;
}
.goods2_detail_sku .sku_box .sku_item5 .jb {
    background: linear-gradient(90deg, #ffd789 1%, #ffe8b7 96%);
    color: #d9a235;
}
.goods2_detail_sku .sku_box .sku_item5 .tit {
    color: #9f8241;
}
.goods2_detail_sku .sku_box .sku_item5 .tit strong {
    color: #a68d33;
}
.goods2_detail_sku .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    height: 0.06rem;
    width: 10%;
    left: 45%;
    background: #ededed;
}
.goods2_detail_sku .swiper-scrollbar-drag {
    background: #fe642b;
}

.goods2_detail_sku .sku_box .sku_bigitem {
    position: relative;
    padding: 0.3rem 0.4rem;
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bigbg1.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_sku .sku_box .sku_bigitem .jb {
    position: absolute;
    top: 0.09rem;
    right: 2.4%;
    background: linear-gradient(90deg, #ffcfb2 1%, #ffe5d2 96%);
    text-align: center;
    width: 0.7rem;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
    color: #e58a5e;
    border-radius: 0 0.18rem 0 0.18rem;
}
.goods2_detail_sku .sku_box .sku_bigitem .tit {
    font-size: 0.32rem;
    color: #e75e4b;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.goods2_detail_sku .sku_box .sku_bigitem .line {
    height: 0.02rem;
    border-top: dashed 0.02rem #e3995c;
    margin: 0.2rem 0 0.1rem;
    overflow: hidden;
}
.goods2_detail_sku .sku_box .sku_bigitem .shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #a09f9f;
}
.goods2_detail_sku .sku_box .sku_bigitem .shop span {
    font-size: 0.24rem;
}
.goods2_detail_sku .sku_box .sku_bigitem .shop a {
    font-size: 0.18rem;
    margin-right: 0.1rem;
}
.goods2_detail_sku .sku_box .sku_bigitem h4,
.goods2_detail_sku .sku_box .sku_bigitem p span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.goods2_detail_sku .sku_box .sku_bigitem h4 {
    font-size: 0.32rem;
    color: #e75e4b;
    margin: 0.16rem 0 0.04rem;
    font-weight: normal;
}
.goods2_detail_sku .sku_box .sku_bigitem p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goods2_detail_sku .sku_box .sku_bigitem p span {
    color: #a09f9f;
    font-size: 0.24rem;
}
.goods2_detail_sku .sku_box .sku_bigitem p em {
    color: #e89a69;
    font-size: 0.24rem;
    flex-shrink: 0;
}
.goods2_detail_sku .sku_box .sku_bigitem_active {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/sku_bigbg1_active.png) no-repeat;
    background-size: 100% 100%;
}

/*待使用卡券*/
.goods2_detail_coupon {
    padding: 0.3em 0 0;
}
.goods2_detail_coupon h2 {
    font-size: 0.34rem;
    color: #333;
    font-weight: bold;
    margin: 0 0 0.3rem;
}
.goods2_detail_coupon .coupon_box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0.36rem 0.32rem;
    border-radius: 0.2rem;
}
.goods2_detail_coupon .coupon_box .tu {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.1);
}
.goods2_detail_coupon .coupon_box .tu img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.goods2_detail_coupon .coupon_box .txt {
    flex: 1;
    padding: 0 0.34rem;
}
.goods2_detail_coupon .coupon_box .txt h4,
.goods2_detail_coupon .coupon_box .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.goods2_detail_coupon .coupon_box .txt h4 {
    font-weight: bold;
    font-size: 0.28rem;
    color: #3d3d3d;
    margin: 0 0 0.1rem;
}
.goods2_detail_coupon .coupon_box .txt p {
    font-size: 0.24rem;
    color: #acacac;
}
.goods2_detail_coupon .coupon_box .rset {
    width: 1.49rem;
    flex-shrink: 0;
    text-align: center;
}
.goods2_detail_coupon .coupon_box .rset .lq_btn {
    width: 100%;
    height: 0.65rem;
    line-height: 0.65rem;
    margin: 0.1rem 0 0;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
    background: #ffc606;
    border-radius: 0.32rem;
}
.goods2_detail_coupon .coupon_box .rset .lq_btn2 {
    color: #fff;
    background: #ffc77f;
}

/*权益金余额条*/
.goods2_detail_money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.2rem;
    margin: 0.2rem 0 0;
    background: #fff;
    border-radius: 0.2rem;
}
.goods2_detail_money p,
.goods2_detail_money p span {
    font-size: 0.32rem;
    color: #e96a58;
}
.goods2_detail_money .pay {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #666;
}
.goods2_detail_money .pay i {
    width: 0.16rem;
    height: 0.16rem;
    display: inline-block;
    margin: 0 0.03rem;
    border-width: 0.02rem 0.02rem 0 0;
    border-style: solid;
    transform: rotate(45deg);
}

/*详情信息*/
.goods2_detail_info {
    padding: 0.3rem 0.2rem;
    background: #ffffff;
    border-radius: 20px;
    margin: 0.2rem 0 0;
}
.goods2_detail_info .inner_info {
    overflow: hidden;
}
.goods2_detail_info .inner_info p {
    font-size: 0.26rem;
    color: #5e5e5e;
    line-height: 0.31rem;
    word-break: break-all;
}
.goods2_detail_info .inner_info p strong {
    font-size: 0.34rem;
}
.goods2_detail_info .inner_info h1,
.goods2_detail_info .inner_info h2,
.goods2_detail_info .inner_info h3,
.goods2_detail_info .inner_info h4,
.goods2_detail_info .inner_info h5,
.goods2_detail_info .inner_info h6,
.goods2_detail_info .inner_info strong {
    font-weight: bold;
}
.goods2_detail_info .inner_info i {
    font-style: italic;
}
/*详情是副文本，所以注释掉*/
/* .goods2_detail_info .inner_info .tit {
  font-size: 0.34rem;
  margin: 0 0 0.3rem;
}
.goods2_detail_info .inner_info .subtit {
  font-size: 0.3rem;
  margin: 0 0 0.1rem;
}
.goods2_detail_info .inner_info .txt {
  margin: 0 0 0.3rem;
  font-size: 0;
}
.goods2_detail_info .inner_info .txt p {
  font-size: 0.26rem;
  color: #5e5e5e;
  line-height: 0.31rem;
  text-align: justify;
  word-break: break-all;
}
.goods2_detail_info .inner_info .txt p.p_mgr {
  margin-bottom: 0.1rem;
}
.goods2_detail_info .inner_info .txt p.p_mgr2 {
  margin-bottom: 0.3rem;
}
.goods2_detail_info .inner_info .txt:last-child {
  margin: 0;
} */
.goods2_detail_info .more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.2rem 0;
    color: #999;
}
.goods2_detail_info .more span {
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
}
.goods2_detail_info .more i {
    width: 0.3rem;
    height: 0.22rem;
    background: url(../../../images/quanyihui/goods/more.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_info .more i.up {
    transform: rotate(180deg);
}
.goods2_detail_info .inner_infoset {
    height: 2rem;
    overflow: hidden;
}

/*悬浮条*/
.goods2_detail_float {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0.1rem 0.3rem;
    background: linear-gradient(90deg, #fff5e7 0%, #fffaf4 100%);
    z-index: 100;
}
.goods2_detail_float .tu {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0;
    background: linear-gradient(180deg, #fff8ed 0%, #ffd59d 100%);
    border-radius: 100%;
}
.goods2_detail_float .txt {
    margin: 0 0.24rem 0 0.16rem;
    color: #333;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.goods2_detail_float .price {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.goods2_detail_float .price span {
    font-size: 0.26rem;
    color: #333;
}
.goods2_detail_float .price em {
    font-size: 0.24rem;
    color: #a79691;
}
.goods2_detail_float .price span:last-of-type {
    padding-right: 0.12rem;
}

/*底部按钮*/
.goods2_detail_payment {
    position: fixed;
    width: 100%;
    height: 1.2rem;
    background: #fff;
    box-shadow: 0 0.02rem 0.1rem 0 #dadada;
    bottom: 0;
    font-size: 0;
    z-index: 999;
}

.goods2_detail_payment .payment {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0.2rem 0.24rem 0;
}

.goods2_detail_payment .payment .btn_comm {
    width: 48.8%;
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    letter-spacing: 0.02rem;
    text-align: center;
    font-family: Source Han Sans CN;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.goods2_detail_payment .payment .btn_comm .text-container {
    display: inline-block;
    /* 移除默认动画 */
    animation: none;
}

.goods2_detail_payment .payment .btn_comm .overflow-scroll {

    animation: autoScroll 8s linear infinite;
    /* 添加更平滑的过渡效果 */
    will-change: transform;

}
/* 定义关键帧 */
@keyframes autoScroll {
    100% {
        transform: translateX(-100%);
    }
}

.goods2_detail_payment .payment .btn_comm .p_top{
    font-size: .26rem;
    line-height: .5rem;
    height: .5rem;
}
.goods2_detail_payment .payment .btn_comm .p_bottom{
    font-size: .22rem;
    line-height: .3rem;
    height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 0 .4rem;
}
.goods2_detail_payment .payment .btn_comm .p_bottom .overflow-scroll {

    /* 设置动画名称和持续时间 */
    animation: scroll 10s linear infinite;

}
/* 定义关键帧 */
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.goods2_detail_payment .payment .btn_l {
    border: 0.02rem solid #ff8e00;
    color: #ff8e00;
}

.goods2_detail_payment .payment .btn_r {
    color: #7f4300;
    background-image: linear-gradient(90deg, #ffdb69, #ffa641);
}

.goods2_detail_payment .payment .btn_one {
    width: 100% !important;
}

.goods2_detail_payment .payment .btn_hui {
    opacity: 0.5;
}

/*视频*/
.goods2_detail_video {
    overflow: hidden;
}
.goods2_detail_video .title {
    padding: 0.2rem 0.15rem;
}
.goods2_detail_video .title img {
    width: 1.08rem;
    height: 0.7rem;
    flex-shrink: 0;
}
.goods2_detail_video .video {
    position: relative;
    font-size: 0;
    margin: 0.3rem 0.25rem;
}
.goods2_detail_video .video video {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}

.goods2_detail_video .video .play,
.goods2_detail_video .video .pause {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.22rem;
    height: 1.22rem;
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/video_play.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.goods2_detail_video .video .pause {
    background: url(../../../images/quanyihui/newGoodsDetailGroupUpdate/video_pause.png) no-repeat;
    background-size: 100% 100%;
}
.goods2_detail_video .video .poster {
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    right: -1.5%;
    bottom: -1.5%;
    z-index: 5;
}
