.youquanyi-detail-shop{
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 35px;

}
.youquanyi-detail-shop .box2{
    /* border-top: 2px solid #f0f0f0; */
    margin: auto;
    width: 1415px;
    /* overflow: hidden; */
    /* border-radius: 10px 10px; */
    /* margin-top: 20px; */
    /* border-top: 1px solid #dedede; */
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18); */
    /* border-radius: 10px; */
}
.youquanyi-detail-shop .box2 .detail-left {
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px;
    width: 250px;
}


/*店长推荐*/

.youquanyi-detail-shop .box-redhot{
    margin: auto;
    overflow:hidden;
    width: 1360px;

}
.youquanyi-detail-shop .box-redhot .redhot-box1{

    overflow: hidden;

}
.youquanyi-detail-shop .box-redhot .redhot-box1 .redhot-box1-title{
    overflow: hidden;
    border-bottom: 1px solid #009688;
    color: #343434;
    height: 41px;
    background-color: #f9f9f9;
}
.youquanyi-detail-shop .box-redhot .redhot-box1 .redhot-box1-title .ptitle{
    float: left;
    background-color: #ff5b00;
    background: linear-gradient(to top left, #009688 53%, #03A9F4 89%);
    color: #ffffff;
    padding: 10px 23px 12px 23px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
}

.youquanyi-detail-shop .box-redhot .redhot-box1 li{
    float: left;
    overflow: hidden;
    width: 220px;
    border: 1px solid #dadada;
    margin: 28px 7px;
    height: 305px;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 9%);
    background-color: #ffffff;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    border-radius: 10px;
    will-change: transform;
}

.youquanyi-detail-shop .box-redhot .redhot-box1 li:hover {
    box-shadow: 3.483px 4.43px 18px 0 #8b8b8b;
    transform: translateY(-10px);
}

.youquanyi-detail-shop .box-redhot .redhot-box1 .titlename{
    padding-top: 5px;
    padding-right: 10px;
    /* padding-bottom: 2px; */
    padding-left: 10px;
    color: #2f2f2f;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    font-size: 14px;
    /*  font-weight: 700;*/
    line-height: 21px;
    min-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    word-break: break-all;
}


.youquanyi-detail-shop .box-redhot .redhot-box1 li a{
    color: #0a2b1d;
}
.youquanyi-detail-shop .box-redhot .redhot-box1 li p{
    color: #b1220c;
    font-size: 18px;
    margin: 0 10px 0 10px;
}
.youquanyi-detail-shop .box-redhot .redhot-box1 li img{
    width: 220px;
    height: 220px;
    object-fit: cover;
}
.youquanyi-detail-shop .box-redhot .redhot-box1 li span{
    margin: 10px;
}


.youquanyi-detail-shop .box2 .detail {
    /* float: left; */
    overflow:hidden;
    background-color: #ffffff;
    /* padding:10px; */
    /* width: 100%; */
    width: 1415px;
    /* margin-left: 11px; */
    border-radius: 8px;
    margin-bottom: 14px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}


.youquanyi-detail-shop .box2 .detail .detail-view{
    overflow:hidden;
    margin:20px;
    padding:10px;
}
.youquanyi-detail-shop .box2 .detail .detail-view img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.youquanyi-detail-shop .box2 .detail .detail-view p{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 40px;
    /*text-indent: 36px;*/
}



.youquanyi-detail-shop .box1{
    margin: auto;
    width: 1360px;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); */
}
.youquanyi-detail-shop .box1 .goods {
    overflow:hidden;
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    /* border-radius: 20px; */
    gap: 12px;
}
.youquanyi-detail-shop .box1 .goods .left{
    /* float: left; */
    overflow: hidden;
    width: 388px;
    min-width: 388px;
    padding: 5px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
    margin: 6px 0 15px 15px;
    border-radius: 10px;
    /* border: 1px solid rgb(221 221 221); */
}
.youquanyi-detail-shop .box1 .goods .left img{
    width:100%;
    margin-bottom: 15px;
    /* box-shadow: 5px 8px 13px 0 rgba(0,0,0,.12); */
    border-radius: 10px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right{
    overflow: hidden;
    width: 877px;
    min-width: 877px;
    min-height: 444px;
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title{
    line-height: 25px;
    color: #353535;
    letter-spacing: 0;
    -o-text-overflow: ellipsis;
    padding: 15px 10px 2px 10px;
    /* border-radius: 10px 10px 0 0; */
    display: flex;
    flex-direction: row;
}

/* 新增样式 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .recommend-badge {
    display: inline-flex;
    align-items: stretch;
    background: linear-gradient(135deg, #ff2600, #ff7a00);
    color: #fff;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 300;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgb(255 78 78 / 30%);
    height: 30px;
    width: 50px;
    min-width: 50px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .recommend-badge i {
    margin-right: 3px;
    font-size: 13px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .product-title {
    /* display: inline-block; */
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #333;
    /* line-height: 1.4; */
    /* line-height: 28px; */
    /* display: flex; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .price-limit-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 0 2px 4px rgba(0, 176, 155, 0.3);
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .price-limit-badge i {
    margin-right: 5px;
    font-size: 16px;
}

/* 价格区域整体重新排版 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice {
    overflow: hidden;
    padding: 14px 0px;
    height: auto;
    position: relative;
    /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
    display: flex;
    /* margin-top: 15px; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    /* border: 1px solid #ffffff; */
    /* padding-right: 12px; */
    background-color: #f6f6f6;
    border-radius: 10px;
}

/* 限时活动提示框样式优化 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    height: auto;
    /* line-height: 24px; */
    overflow: hidden;
    padding: 7px 15px;
    z-index: 10;
    background: linear-gradient(to right, #ff2222, #a85bff, #ff0000);
    background-size: 200% 100%;
    color: #ffffff;
    /* margin-bottom: 12px; */
    width: auto;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 2px 8px rgba(255, 87, 34, 0.3); */
    position: relative;
    animation: gradient-shift 2s ease infinite;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip .promotion-left {
    display: flex;
    align-items: center;
    /* font-weight: bold; */
    /* font-size: 15px; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip .countdown-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip .countdown-label {
    font-weight: bold;
    margin-right: 5px;
}


@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.1) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    animation: promotion-stripe 1s linear infinite;
    opacity: 0.3;
    will-change: background-position;
}

@keyframes promotion-stripe {
    to { background-position: 10px 0; }
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip i {
    margin-right: 8px;
    font-size: 16px;
    animation: rotate 2s linear infinite;
    will-change: transform;
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-tip .countdown-timer {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
    text-align: center;
    margin-left: 5px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .promotion-placeholder {
    padding: 10px;
    height: 24px;
}

/* 价格容器样式优化 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .price-container {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 10px;
    position: relative;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .price-symbol {
    display: inline-block;
    font-size: 23px;
    line-height: 24px;
    vertical-align: baseline;
    margin-right: 2px;
    color: rgb(220, 14, 24);
    font-weight: bold;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .price-value {
    display: inline-block;
    font-size: 36px;
    line-height: 50px;
    vertical-align: baseline;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    color: rgb(220, 14, 24);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .original-price {
    display: inline-block;
    font-size: 13px;
    /* line-height: 24px; */
    vertical-align: baseline;
    margin-left: 10px;
    color: rgb(183 183 183);
    text-decoration: line-through;
    position: relative;
    border: 1px solid rgb(217 215 215);
    border-radius: 5px;
    padding: 5px;
    background: #f5f5f5;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .original-price-user {
    display: inline-block;
    font-size: 13px;

    vertical-align: baseline;
    margin-left: 10px;
    color: rgb(0 166 203);

    position: relative;
    border: 1px solid rgb(1 208 255);
    border-radius: 5px;
    padding: 5px;
    background: rgb(239 252 255);

}



/* 会员价格信息样式优化 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-price-info {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-bottom: 15px;
    /* width: 97%; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-price-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .vip-icon {
    border-radius: 10px;
    height: 20px;
    /* width: 20px; */
    /* margin-right: 5px; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-price {
    font-size: 15px;
    color: #dd7d00;
    font-weight: bold;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-savings {
    font-size: 13px;
    color: #6300dd;
    margin-left: 5px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-savings a {
    color: #0a5ec4;
    text-decoration: underline;
    transition: color 0.3s;
    font-weight: 500;
    /* margin-top: 5px; */
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .member-savings a:hover{
    color: #ff0000;
}

/* 销量信息样式优化 - 移到价格后面 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .sales-info {
    display: inline-block;
    font-size: 12px;
    vertical-align: baseline;
    color: #2b968c;
    margin-left: 9px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 2px;
    background: #f5fffe;
    border: 1px solid #b5dcd8;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .sales-info i {
    font-size: 14px;
    color: #009688;
}

/* 右侧价格信息区域优化 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright {
    /* float: none; */
    /* width: auto; */
    min-width: 228px;
    /* display: flex; */
    margin-left: 14px;
    padding: 6px 6px 7px 8px;
    /* border-left: 1px dashed #e0e0e0; */
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    align-content: space-between;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    width: 100%;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-popularity {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    /* padding: 5px 10px; */
    /* border-radius: 4px; */
    /* width: 100%; */
    justify-content: center;
    /* margin-left: 9px; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-popularity i {
    /* color: #ff5722; */
    margin-right: 5px;
    font-size: 14px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-collection {
    margin: 5px 0;
    width: 100%;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .collection-btn {
    background-color: #ffffff;
    /* border: 1px solid #ddd; */
    color: #009688;
    /* padding: 8px 12px; */
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .collection-btn i {
    margin-right: 5px;
    color: #009688;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .collection-btn:hover {
    background-color: #f5f5f5;
    border-color: #ff9800;
    color: #ff9800;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-id {
    font-size: 13px;
    color: #999;
    text-align: right;
    width: 100%;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* margin-top: 5px; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-collection {
    margin: 0;
    width: auto;
    flex: 1;
    margin-right: 10px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .product-id {
    font-size: 13px;
    color: #999;
    text-align: right;
    width: auto;
    flex: 1;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .priceright .collection-btn {
    padding: 4px 4px;
    font-size: 12px;
}


.addquestion {
    margin: 10px;
    overflow: hidden;
}

.addquestion .addquestion-box{
    display: inline;
    overflow: hidden;
    margin:auto;
}
.addquestion .addquestion-box .addquestion-box1{
    float: left;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    overflow: hidden;
    color: #ff5722;
    position: absolute;
    transform: translate(0%,44%);
    padding: 4px;
    width: 54px;
    border-radius: 5px;
    background: linear-gradient(to top right, #ffffff 53%, #fff0e6 89%);
}

.addquestion .addquestion-box .addquestion-box2{
    float: right;
    /* width: 1298px; */
    font-style: normal;
    padding: 10px;
    border-radius: 8px;
    border-bottom: 1px solid #ededed;

}
.addquestion .addquestion-box .addquestion-box2 p{
    line-height: 31px;
    font-size: 15px;

}

.help-msg {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 1.6;

    border-radius: 0 2px 2px 0;

}

.youquanyi-detail-priceaction{
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.youquanyi-detail-priceaction .price-box1{
    margin: auto;
    /* width:1167px;*/
    overflow: hidden;
    border-radius:10px;
}
.youquanyi-detail-priceaction .price-box1 .title{
    margin: auto 0;
    overflow: hidden;
    font-size: 32px;
    color: #e70000;
    margin-bottom: 9px;
    padding: 20px;
    border-bottom: 1px solid #dbdbdb;
}
.youquanyi-detail-priceaction .price-box1 .title i{
    font-size: 32px;
    color: #e70000;
    padding-right: 10px;
}
.youquanyi-detail-priceaction .price-box1 .priceaction-index{
    overflow:hidden;
}
.youquanyi-detail-priceaction .price-box1 .priceaction-index-left{
    overflow:scroll;
    overflow-x: auto;
    overflow-y: auto;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index-left::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index-left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.08);
    background: #ededed;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index-left::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background: #fff;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox1,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox2,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox3,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox4,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox5 {
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox1 {
    width: 20%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox2 {
    width: 40%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox3,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox4,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox5 {
    width: 13.33%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    transition: all 0.3s;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box:hover {
    background-color: #f9f9f9;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box1,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box2,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box3,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box4,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box5 {
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box1 {
    width: 20%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box2 {
    width: 40%;
    justify-content: flex-start;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box3,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box4,
.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box5 {
    width: 13.33%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box2 a {
    color: #7c7c7c;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box .priceaction-box2 a:hover {
    color: #dc0001;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}
.gallery-top img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-thumbs {
    height: 90px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s;
}
.gallery-thumbs .swiper-slide:hover {
    opacity: 0.8;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.closeshop-list{
    overflow: hidden;
}
.closeshop-list li {

}
.closeshop-list li img{
    border-radius: 15px;
    width: 20px;
}
.closeshop-list li a{
    color: #5f5f5f;
    font-size: 12px;
}

.buy-button{
    background-color: #e40000!important;
    transition: transform .3s, box-shadow .3s;
    width: 199px;
    height: 55px;
    font-size: 20px;
    border-radius: 40px;
    will-change: transform;
}
.buy-button:hover{
    transform: translateY(-3px);
    box-shadow: 3.483px 4.43px 18px 0 #e40000;
}
.buy-button i{
    font-size: 20px;
}

.buy-no-button{
    background-color: #adadad!important;
    transition: .3s;
    width: 199px;
    height: 55px;
    font-size: 20px;
    border-radius: 40px;
}
.buy-no-button:hover{
    transform: translateY(-3px);
    box-shadow: 3.483px 4.43px 18px 0 #4d4d4d;
}
.buy-no-button i{
    font-size: 20px;
}
.ensure{
    color: #37aa3b;
    margin-right: 20px
}
.mobileqrcode{
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 8px;
    width: 110px;
    height: 134px;
    border-radius: 8px;
    /* background-color: #ff8722; */
    padding: 7px;
    overflow: hidden;
    /* box-shadow: 1px 1px 8px rgb(255 30 0 / 25%); */
}
.mobileqrcode .mobiletitle{
    overflow: hidden;
    padding-top: 2px;
    text-align: center;
    color: #292929;
}
.mobileqrcode .mobileqr{
    overflow: hidden;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}

/* 特价产品和热销产品模块样式 */


.yqy-promotion-header,
.yqy-hot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px;

    border-radius: 8px;
    position: relative;
}

.yqy-promotion-header h2,
.yqy-hot-header h2 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.yqy-promotion-header h2 i,
.yqy-hot-header h2 i {
    margin-right: 5px;
}

.yqy-promotion-nav-buttons button,
.yqy-hot-nav-buttons button {
    border: none;
    background-color: #e0e0e0;
    color: #333;
    padding: 8px 12px;
    margin-left: 8px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease;
}

.yqy-promotion-nav-buttons button:hover,
.yqy-hot-nav-buttons button:hover {
    background-color: #d0d0d0;
}

.yqy-promotion-row,
.yqy-hot-row {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 9px;
    /* padding: 8px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yqy-promotion-row::-webkit-scrollbar,
.yqy-hot-row::-webkit-scrollbar {
    display: none;
}

.yqy-promotion-card,
.yqy-hot-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 9px;
    flex-shrink: 0;
    transition: box-shadow 0.3s ease;
    width: calc(23% - 2px);
}

.yqy-promotion-card:hover,
.yqy-hot-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.yqy-promotion-card-inner {
    display: flex;
    align-items: center;
}

.yqy-promotion-image {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    flex-shrink: 0;
}

.yqy-promotion-image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
}

.yqy-hot-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.yqy-promotion-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 73px;
}

.yqy-promotion-name,
.yqy-hot-name {
    font-size: 14px;
    /* font-weight: 600; */
    color: #454545;
    /* margin-bottom: 3px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    height: auto;
}

.yqy-promotion-price,
.yqy-hot-price {
    font-size: 18px;
    color: #e53935;
    font-weight: bold;
    margin-top: auto;
}

.yqy-promotion-meta,
.yqy-hot-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}

.yqy-meta-item {
    padding: 3px 6px;
    border-radius: 10px;
    background-color: #f0f0f0;
    color: #444;
    white-space: nowrap;
}

.yqy-meta-type {
    background-color: #e3f2fd;
    color: #1e88e5;
}

.yqy-meta-stock {
    background-color: #e8f5e9;
    color: #43a047;
}

.yqy-meta-sales {
    background-color: #fff3e0;
    color: #fb8c00;
}

.yqy-promotion-empty,
.yqy-hot-empty {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-size: 14px;
}

/* 特价产品特殊样式 */
.yqy-promotion-container {
    /* border-top: 1px solid #dadada; */
}

.yqy-promotion-header h2 {
    color: #474747;
}

/* 热销产品特殊样式 */
.yqy-hot-container {
    /* border-top: 1px solid #faad00; */
}

.yqy-hot-header h2 {
    color: #ff9800;
}

/* 热销产品专用样式 - 一行6个商品 */
.yqy-hot-row {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
}

.yqy-hot-card {
    width: 214px;
    padding: 4px;
    background-color: #ffffff;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    box-sizing: border-box;
}

.yqy-hot-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.yqy-hot-card-inner {
    display: flex;
    flex-direction: column;
}

.yqy-hot-image {
    width: 100%;
    height: 215px;
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #f5f5f5;
}

.yqy-hot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.yqy-hot-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yqy-hot-name {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    height: auto;
    min-height: 36px;
}

.yqy-hot-price {
    font-size: 15px;
    color: #e53935;
    font-weight: bold;
    margin-top: 5px;
}



.yqy-more-link {
    display: flex;
    align-items: center;
    color: #ff0000;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
    padding: 4px 12px;
    border-radius: 5px;
}

.yqy-more-link span {
    margin-right: 5px;
}

.yqy-more-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.yqy-more-link:hover {
    color: #ff5722;
    background-color: #fff5f2;
}

.yqy-more-link:hover i {
    transform: translateX(3px);
}

.yqy-promotion-header:after, .yqy-hot-header:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10%;
    text-align: center;
    height: 2px;
    background: linear-gradient(to right, #f3f3f3, #ffffff);
    border-radius: 3px;
}

/* 产品属性标签样式 */
.attr-label, .limit-label, .warranty-label, .balance-label, .buy-limit-label,
.min-limit-label, .max-limit-label, .sale-time-label, .time-range-label,
.service-label, .quantity-label {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
    display: block;
    min-width: 70px;
}


/* 特殊限制样式 */
.closeshop-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: 5px;
}

.limit-item {

    display: flex;
    align-items: center;
    padding: 5px 5px;

    border-radius: 5px;
    background-color: #f9f9f9;
    transition: all 0.3s;
    width: 89px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.limit-item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 15px;
}

.limit-item a {
    color: #5f5f5f;
    font-size: 12px;
}

/* 质保期样式 */
.warranty-time {
    color: #f64e06;
    font-weight: bold;
}

/* 余额限制样式 */
.balance-amount, .buy-limit-amount, .min-limit-amount, .max-limit-amount {
    font-weight: bold;
    color: #ff001b;
    margin-right: 13px;
    font-size: 15px;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.balance-desc, .buy-limit-desc, .min-limit-desc, .max-limit-desc {
    color: #a1a1a1;
    font-size: 13px;
    margin-top: 6px;
}

/* 开放日期和时段样式 */
.sale-time-range {
    color: #333;
}

.time-range-value {
    color: #fe1200;
}

/* 手机二维码容器样式 */
.mobile-qrcode-container {
    position: relative;
    /* margin: 15px 0; */
    z-index: 99999;
}



/* 产品服务样式 */
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 5px 0;
}

.service-tag {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 0px 5px;
    border-radius: 5px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
    position: relative;
    overflow: hidden;
    /* border: 1px solid rgba(0, 0, 0, 0.05); */
}

.service-tag:hover {
    /* transform: translateY(-3px); */
    /* box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12); */
}

.service-tag i {
    margin-right: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.service-tag:hover i {
    transform: scale(1.15);
}

/* 为每个服务标签添加不同的颜色 */
.service-tag:nth-child(1),
.service-tag:nth-child(2),
.service-tag:nth-child(3),
.service-tag:nth-child(4){
    color: #444544;
}

.service-tag:nth-child(1) i,
.service-tag:nth-child(2) i,
.service-tag:nth-child(3) i,
.service-tag:nth-child(4) i{
    color: #7e7e7e;
    background: linear-gradient(to right, #5fb878, #5fb878);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* 购买数量样式 */
.quantity-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.quantity-input {
    width: 100px;
    color: #dc0001;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.stock-info {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.stock-count {
    color: #f67206;
    font-weight: 600;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* 设置最大宽度，可以根据需要调整 */
}

.refresh-btn {
    margin-left: 12px;
}

/* 购买按钮样式 */
.action-buttons {
    padding: 20px 0 20px 104px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.batch-buy-btn {
    margin-left: 0;
    white-space: nowrap;
}

.buy-button, .buy-no-button {
    white-space: nowrap;
    min-width: 120px;
    margin-right: 0;
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body {
    background: #ffffff;
    margin: 5px 0;
    /* overflow: hidden; */
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    /* border: 1px solid rgb(221 221 221); */
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .yqy-card-header {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0.1) 25%, transparent 9%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, #00000000);
    background-color: #1fb400;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0 33px 13px;
    border-radius: 10px 10px 0 0;
}


.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .good {
    display: flex;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding: 3px 0 15px 0;
}


.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .label {
    gap: 7px;
    /* margin-right: 10px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    border-top:1px solid #f0f0f0;
    padding-top: 10px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .label .attr-tag {
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    /* display: flex; */
    /* align-content: flex-start; */
    /* flex-direction: row-reverse; */
    /* justify-content: flex-start; */
    /* align-items: stretch; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .title .attr-tag-title{
    padding: 0px 14px;
    border-radius: 18px;
    font-size: 12px;
    cursor: pointer;
    height: 23px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goods {
    display: flex;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding: 8px 0;
}

/* 鼠标经过时渐显 */
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .good:hover::before {
    opacity: 2;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .good:last-child {
    margin-bottom: 30px;
    border-bottom: none;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .good .good-left {
    width: 100px;
    min-width: 100px;
    padding-right: 15px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist {

    margin: 0px 0px 13px 0px;

    /* background-color: #f5f5f5; */
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-top {
    display: flex;
    align-items: center;
    justify-content: left;
    background: linear-gradient(163deg, rgba(255, 255, 255, 0.1) 25%, transparent 9%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    padding: 11px;
    background-color: #ebebeb;
    color: #404040;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    font-size: 16px;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 0 0 15px 15px;
    /* border-left: 1px solid #ff8722; */
    /* border-right: 1px solid #ff8722; */
    /* border-bottom: 1px solid #ff8722; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .good .good-right {
    flex: 1;
    display: flex;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /* padding-right: 20px; */
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #ffffff;
    margin-bottom: 3px;
    min-width: 170px;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li:hover {
    border-color: #ff0000;
    background-color: #ffece6;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li.active-godd {
    border-color: #e70000;
    /* background-color: #fff5f2; */
    color: #e70000;
    font-weight: bold;
    background: url(/homestyle/style1/images/payinfo-selected-icon.png) no-repeat;
    background-position: right -0.5px bottom -0.1px;
    background-color: #ffffff;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li .spec-name {
    margin-right: 4px;
    font-size: 14px;
    flex: 1;
    font-weight: 500;
}

.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .goodslist .good-bottom .goods-list ul li .spec-price {
    color: #ff0303;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.spec-label {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 500;
    display: block;
    min-width: 70px;
}

.divider {
    border: none;
    height: 1px;
    background-color: #f0f0f0;
    margin: 15px 0;
}

/* 优化标签页样式 */
.layui-tab-title {
    border-bottom: 1px solid #e6e6e6;
    /* background-color: #f9f9f9; */
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
}

.layui-tab-title li {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    transition: all 0.3s;
}

.layui-tab-title .layui-this {
    color: #ff2200 !important;
    font-weight: 600 !important;
    position: relative;
}



.layui-tab-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

/* 优化产品问答区域 */
.addquestion {
    margin: 15px 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 15px;
}

.addquestion .addquestion-box {
    display: flex;
    align-items: flex-start;
}

.addquestion .addquestion-box .addquestion-box1 {
    float: none;
    margin: 0 15px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    overflow: hidden;
    color: #ff5722;
    padding: 4px;
    width: 54px;
    border-radius: 5px;
    background: linear-gradient(to top right, #ffffff 53%, #fff0e6 89%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.addquestion .addquestion-box .addquestion-box2 {
    float: none;
    width: auto;
    flex: 1;
    font-style: normal;
    padding: 10px;
    border-radius: 8px;
    margin-left: 80px;
    border-bottom: 1px solid #ededed;
}

.addquestion .addquestion-box .addquestion-box2 p {
    line-height: 31px;
    font-size: 15px;
    color: #333;
}

/* 帮助提示样式 */
.help-msg {
    margin-bottom: 15px;
    padding: 15px;
    line-height: 1.6;
    border-radius: 5px;
    background-color: #f9f9f9;
    border-left: 4px solid #5fb878;
    color: #333;
}

/* 价格浮动记录样式 */
.youquanyi-detail-priceaction .price-box1 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 20px;
}

.youquanyi-detail-priceaction .price-box1 .title {
    margin: 0;
    overflow: hidden;
    font-size: 18px;
    color: #e70000;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff5f5;
}

.youquanyi-detail-priceaction .price-box1 .title i {
    font-size: 18px;
    color: #e70000;
    padding-right: 10px;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index {
    padding: 10px;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .topbox {
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}

.youquanyi-detail-priceaction .price-box1 .priceaction-index .priceaction-index-left .priceaction .priceaction-box:hover {
    background-color: #f9f9f9;
}

/* 特价产品和热销产品模块样式优化 */
.yqy-promotion-container,
.yqy-hot-container {
    width: 1329px;
    margin: 19px auto;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); */
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}
.yqy-promotion-nav-buttons button,
.yqy-hot-nav-buttons button {
    border: none;
    background-color: #e0e0e0;
    color: #333;
    padding: 8px 12px;
    margin-left: 8px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.yqy-promotion-nav-buttons button:hover,
.yqy-hot-nav-buttons button:hover {
    background-color: #d0d0d0;
    transform: translateY(-2px);
}
.youquanyi-detail-shop .box1 .goods .yqy-card-body .right .classprice .price .guide_price {
    display: inline-block;
    font-size: 12px;
    vertical-align: baseline;
    margin-left: 10px;
    color: rgb(255 116 81);
    position: relative;
    border: 1px solid rgb(255 189 186);
    border-radius: 5px;
    padding: 4px;
    background: #fff7f7;
}


.yqy-limit-box {
    border-radius: 5px;
    padding: 14px 0px;
    background: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.yqy-limit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 12px;
    margin: 15px 10px 7px 10px;
}

.yqy-limit-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 6px;
    border-radius: 5px;
    background: #fff9f4;
    transition: all 0.3s;
    border-left: 4px solid #ffb06e;
}

.yqy-limit-item:hover {
    background: #fff2e8;

}


.yqy-limit-label {
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;

}

.yqy-limit-label i {
    background: linear-gradient(45deg, #ffdc69, #ff8900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.yqy-limit-value {
    color: #5d5d5d;

}

.yqy-platform-container {

    display: flex;
    justify-content: space-between;

    font-family: Arial, sans-serif;
}


.yqy-platform-box {
    flex: 1;
    background: #fff;
    padding: 10px 0;
}


.yqy-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 3px;
    position: relative;
}


.yqy-list {
    list-style: none;
    padding: 0;
    margin: 16px 10px 8px 10px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 7px 7px;
    font-size: 14px;
}

.yqy-list .ecommerce-no{
    color: #ff000c;
    font-size: 12px;
}
.yqy-list .ecommerce-ok{
    color: #018d26;
    font-size: 12px;
}

.yqy-list .ecommerce-ok i{
    color: #018d26;
}
.yqy-list .ecommerce-no i{
    color: #ff000c;
}


/* 公共图标样式 */
.yqy-icon {
    margin-right: 6px;
    font-weight: bold;
}

/* 允许 */
.yqy-allow .yqy-title {
    color: #111111;
    border-bottom-color: #cee4e2;
}
.yqy-icon.allow {
    color: #2e7d32;
}

/* 禁售 */
.yqy-ban .yqy-title {
    color: #c62828;
    border-bottom-color: #ef9a9a;
}
.yqy-icon.ban {
    color: #c62828;
}
.yqy-allow .yqy-title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 109px;
    text-align: center;
    height: 2px;
    background: linear-gradient(to right, #dfdfdf, #ffffff);
    border-radius: 3px;
}
.yqy-limit-box .yqy-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 3px;
    position: relative;
}
.yqy-limit-box .yqy-title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 111px;
    text-align: center;
    height: 2px;
    background: linear-gradient(to right, #dadada, #ffffff);
    border-radius: 3px;
}
/*分享按钮*/
.yqy-productdetail-share-box {
    text-align: center;
    margin: 15px auto;
}

/* 按钮整体区域 */
.yqy-productdetail-share-btn-group {
    display: inline-flex;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* 增强整体感 */
}

/* 缩小按钮尺寸 */
.yqy-productdetail-share-btn {
    padding: 8px 16px;       /* 缩小按钮 */
    border: none;
    font-size: 14px;         /* 更小更精致文字 */
    cursor: pointer;
    outline: none;
}

/* 左按钮 */
.yqy-productdetail-left {
    background: #ffffff;
    color: #009688;
    border-radius: 30px 0 0 30px;
}
/*分享*/
.yqy-share{

    padding: 7px;
}
/* 右按钮 */
.yqy-productdetail-right {
    background: #ffffff;
    color: #fb0000;
    border-radius: 0 30px 30px 0;
    padding: 8px 16px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.yqy-productdetail-share-btn:hover {
    opacity: 0.88;
}

/* 下方说明 更贴近按钮组 */
.yqy-productdetail-share-tips {
    margin-bottom: 8px;       /* 更贴近按钮 */
    font-size: 13px;
    color: #666;
}

/* 金额样式 */
.yqy-productdetail-share-tips span {
    color: #E60012;
    font-weight: bold;
}

/* ==================== 骨架屏样式 ==================== */

/* 骨架屏容器 */
.product-skeleton {
    margin: auto;
    width: 1320px;
    overflow: hidden;
    margin-bottom: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    padding: 20px;
    margin-top: 20px;
}

.skeleton-goods {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

/* 左侧图片骨架 */
.skeleton-image {
    width: 388px;
    min-width: 388px;
    height: 388px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 10px;
}

/* 右侧内容骨架 */
.skeleton-content {
    flex: 1;
    padding: 15px 20px;
}

/* 标题骨架 */
.skeleton-title {
    height: 30px;
    width: 80%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* 价格骨架 */
.skeleton-price {
    height: 60px;
    width: 60%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* 信息行骨架 */
.skeleton-info-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.skeleton-info-item {
    height: 20px;
    flex: 1;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-info-item:nth-child(1) {
    max-width: 150px;
}

.skeleton-info-item:nth-child(2) {
    max-width: 200px;
}

/* 规格骨架 */
.skeleton-specs {
    margin-top: 30px;
}

.skeleton-spec-title {
    height: 24px;
    width: 120px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 15px;
}

.skeleton-spec-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.skeleton-spec-item {
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 5px;
}

/* 按钮骨架 */
.skeleton-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.skeleton-button {
    width: 199px;
    height: 55px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 40px;
}

/* 骨架屏动画 */
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* 隐藏真实内容，显示骨架屏 */
.loading-skeleton #detail-view {
    display: none;
}

.loading-skeleton .product-skeleton {
    display: block;
}

/* 加载完成后隐藏骨架屏 */
.product-skeleton {
    display: none;
}

/* 详情页Tab骨架屏 */
.skeleton-tabs {
    width: 1415px;
    margin: 20px auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    padding: 20px;
}

.skeleton-tab-header {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.skeleton-tab-item {
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-tab-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.skeleton-text-line {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-text-line:nth-child(1) {
    width: 100%;
}

.skeleton-text-line:nth-child(2) {
    width: 95%;
}

.skeleton-text-line:nth-child(3) {
    width: 90%;
}

.skeleton-text-line:nth-child(4) {
    width: 85%;
}

/* 推荐商品骨架屏 */
.skeleton-products {
    width: 1384px;
    margin: 19px auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}

.skeleton-products-header {
    height: 30px;
    width: 150px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 15px;
}

.skeleton-products-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.skeleton-product-card {
    width: 196px;
    padding: 7px;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}

.skeleton-product-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 6px;
    margin-bottom: 8px;
}

.skeleton-product-name {
    height: 40px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
    margin-bottom: 8px;
}

.skeleton-product-price {
    height: 24px;
    width: 80px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
}
img {
    max-width: min(100%, 1300px);
}