.wznr {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-color: #F7F7F7;
	overflow: hidden;
}
.wznr .wznrqu {
	background-color: #FFFFFF;
	float: left;
	width: 875px;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 8px;
	overflow: hidden;
}

.wznr .wznrqu {
	background-color: #FFFFFF;
	float: left;
	width: 875px;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 8px;
}

.wznr .wznrqu img{max-width:100%;border-radius:5px;overflow:hidden;margin-right:auto;margin-left:auto;height:auto;}
/*商品大图 */
.wznr .wznrqu .nrxg {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wznr .wznrqu .nrxg .nrxgdh {
	line-height: 38px;
	margin: 0px;
	float: left;
	height: 38px;
	width: 530px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
}
.wznr .wznrqu .nrxg .nrxgdh img {
	margin: 0px;
	padding: 0px;
	float: left;
}
.wznr .wznrqu .nrxg .nrxgdh h3 {
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.wznr .wznrqu .nrxg ul {
	margin: 0px;
	padding: 0px;
}

.wznr .wznrqu .nrxg li {
	line-height: 20px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F7F7F7;
	overflow: hidden;
	height: 20px;
	width: 538px;
	text-align: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 9px;
}
.wznr .wznrqu .nrxg em{
	position:固定;
	border:1px solid #FF3300;
	color:#FFFFFF;
	font-style:normal;
	font-size:10px;
	font-family:"新宋体";
	text-align:center;
	overflow:hidden;
	background-color: #FF6600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 13px;
	margin: 0px;
	height: 13px;
	width: 13px;
}

.wznr .wznrtjxg  {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 309px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* 核心容器样式 - 保持指定属性不变 */
.wznr .wznrtjxg .wznrtja {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 306px; /* 保持不变 */
    background-color: #FFFFFF;
    overflow: hidden; /* 保持不变 */
    height: auto; /* 改为自适应高度，更灵活 */
    border-radius: 8px; /* 增加圆角，更美观 */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 轻微阴影提升层次感 */
}

/* 标题栏样式优化 */
.wznr .wznrtjxg .wznrtja .wztjadd {
    line-height: 42px;
    margin: 0px;
    float: left;
    height: 42px;
    width: 296px;
    padding: 0 5px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0; /* 底部分隔线 */
    background-color: #FFFFFF; /* 浅背景色区分标题栏 */
}

.wznr .wznrtjxg .wznrtja .wztjadd img {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 20px; /* 图标尺寸统一 */
    height: 20px;
    margin-top: 11px;
    margin-right: 8px;
}

.wznr .wznrtjxg .wznrtja .wztjadd h3 {
    font-weight: 600;
    color: #333333;
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    font-size: 15px; /* 字体大小优化 */
    font-family: "Microsoft Yahei", sans-serif; /* 更美观的字体 */
}

/* 列表样式重置 */
.wznr .wznrtjxg .wznrtja ul {
    margin: 0px;
    padding: 5px; /* 内边距，避免内容贴边 */
    list-style: none; /* 清除默认列表样式 */
}

/* 列表项样式优化 */
.wznr .wznrtjxg .wznrtja li {
    padding: 0px;
    float: left;
    width: 142px;
    margin: 3px; /* 间距优化 */
    border: 1px solid #eee; /* 更细腻的边框 */
    overflow: hidden;
    border-radius: 6px; /* 圆角 */
    background-color: #fff;
    height: 368px; /* 自适应高度 */
    box-sizing: border-box; /* 盒模型优化 */
    transition: all 0.2s ease; /* 过渡动画 */
    position: relative; /* 新增：为价格标签定位做准备 */
}

/* 列表项hover效果 */
.wznr .wznrtjxg .wznrtja li:hover {
    border-color: #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transform: translateY(-1px); /* 轻微上浮 */
}

/* 图片容器样式 - 关键：9:16比例容器 */
.wznr .wznrtjxg .wznrtja .img-box {
    position: relative; /* 价格标签相对图片容器定位 */
    width: 100%;
    /* 9:16比例计算：高度 = 宽度 * 16/9 */
    padding-top: 177.78%; /* 16/9 ≈ 177.78% */
    overflow: hidden;
}

/* 价格标签样式 */
.wznr .wznrtjxg .wznrtja .price-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(255, 57, 41, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* 图片样式优化 - 9:16比例适配 */
.wznr .wznrtjxg .wznrtja li img {
    border-radius: 5px 5px 0 0; /* 仅顶部圆角 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; /* 清除间隙 */
    object-fit: cover; /* 图片裁剪，保持比例 */
}

/* 标题文本样式 */
.wznr .wznrtjxg .wznrtja .laoliu {
    line-height: 1.4;
    padding: 4px 6px;
    height: auto; /* 自适应高度 */
    max-height: 40px; /* 最大高度限制 */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
}

/* 成色样式 */
.wznr .wznrtjxg .wznrtja .cswg {
    padding: 2px 6px;
    font-size: 10px;
    color: #009933;
    line-height: 1.3;
}

/* 成色样式 */
.wznr .wznrtjxg .wznrtja .fhfs {
    padding: 2px 6px;
    font-size: 10px;
    color: #6666FF;
    line-height: 1.3;
}

/* 售后政策样式 */
.wznr .wznrtjxg .wznrtja .shzc {
    padding: 2px 6px;
    font-size: 10px;
    color: #FF9900; /* 醒目颜色 */
    line-height: 1.3;
}

/* 位置样式 */
.wznr .wznrtjxg .wznrtja .szwz {
    padding: 2px 6px 4px;
    font-size: 10px;
    color: #0099FF;
    line-height: 1.3;
}

/* 链接样式重置 */
.wznr .wznrtjxg .wznrtja li a {
    text-decoration: none; /* 清除下划线 */
    display: block; /* 整个区域可点击 */
}

/* 核心容器样式 - 保持指定属性不变 */
.wznr .wznrtjxg .wztjasd {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 306px; /* 保持不变 */
    background-color: #FFFFFF;
    overflow: hidden; /* 保持不变 */
    height: auto; /* 改为自适应高度，更灵活 */
    border-radius: 8px; /* 增加圆角，更美观 */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* 轻微阴影提升层次感 */
}

/* 标题栏样式优化 */
.wznr .wznrtjxg .wztjasd .wztjaaad {
    line-height: 42px;
    margin: 0px;
    float: left;
    height: 42px;
    width: 296px;
    padding: 0 5px;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0; /* 底部分隔线 */
    background-color: #FFFFFF; /* 浅背景色区分标题栏 */
}

.wznr .wznrtjxg .wztjasd .wztjaaad img {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 20px; /* 图标尺寸统一 */
    height: 20px;
    margin-top: 11px;
    margin-right: 8px;
}

.wznr .wznrtjxg .wztjasd .wztjaaad h3 {
    font-weight: 600;
    color: #333333;
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    font-size: 15px; /* 字体大小优化 */
    font-family: "Microsoft Yahei", sans-serif; /* 更美观的字体 */
}

/* 列表样式重置 */
.wznr .wznrtjxg .wztjasd ul {
    margin: 0px;
    padding: 5px; /* 内边距，避免内容贴边 */
    list-style: none; /* 清除默认列表样式 */
}

/* 列表项样式优化 */
.wznr .wznrtjxg .wztjasd li {
    padding: 0px;
    float: left;
    width: 142px;
    margin: 3px; /* 间距优化 */
    border: 1px solid #eee; /* 更细腻的边框 */
    overflow: hidden;
    border-radius: 6px; /* 圆角 */
    background-color: #fff;
    height: 368px; /* 自适应高度 */
    box-sizing: border-box; /* 盒模型优化 */
    transition: all 0.2s ease; /* 过渡动画 */
    position: relative; /* 新增：为价格标签定位做准备 */
}

/* 列表项hover效果 */
.wznr .wznrtjxg .wztjasd li:hover {
    border-color: #ddd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transform: translateY(-1px); /* 轻微上浮 */
}

/* 图片容器样式 - 关键：9:16比例容器 */
.wznr .wznrtjxg .wztjasd .img-box {
    position: relative; /* 价格标签相对图片容器定位 */
    width: 100%;
    /* 9:16比例计算：高度 = 宽度 * 16/9 */
    padding-top: 177.78%; /* 16/9 ≈ 177.78% */
    overflow: hidden;
}

/* 价格标签样式 */
.wznr .wznrtjxg .wztjasd .price-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(255, 57, 41, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* 图片样式优化 - 9:16比例适配 */
.wznr .wznrtjxg .wztjasd li img {
    border-radius: 5px 5px 0 0; /* 仅顶部圆角 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; /* 清除间隙 */
    object-fit: cover; /* 图片裁剪，保持比例 */
}

/* 标题文本样式 */
.wznr .wznrtjxg .wztjasd .laoliu {
    line-height: 1.4;
    padding: 4px 6px;
    height: auto; /* 自适应高度 */
    max-height: 40px; /* 最大高度限制 */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
}

/* 成色样式 */
.wznr .wznrtjxg .wztjasd .cswg {
    padding: 2px 6px;
    font-size: 10px;
    color: #009933;
    line-height: 1.3;
}

/* 成色样式 */
.wznr .wznrtjxg .wztjasd .fhfs {
    padding: 2px 6px;
    font-size: 10px;
    color: #6666FF;
    line-height: 1.3;
}

/* 售后政策样式 */
.wznr .wznrtjxg .wztjasd .shzc {
    padding: 2px 6px;
    font-size: 10px;
    color: #FF9900; /* 醒目颜色 */
    line-height: 1.3;
}

/* 位置样式 */
.wznr .wznrtjxg .wztjasd .szwz {
    padding: 2px 6px 4px;
    font-size: 10px;
    color: #0099FF;
    line-height: 1.3;
}

/* 链接样式重置 */
.wznr .wznrtjxg .wztjasd li a {
    text-decoration: none; /* 清除下划线 */
    display: block; /* 整个区域可点击 */
}


.wznr .wznrqu h2 {
	line-height: 28px;
	color: #000000;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 18px;
}
.wznr .wznrqu .sxypya {
	margin: 0px;
	height: 38px;
	width: 860px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	overflow: hidden;
	text-align: center;
	line-height: 38px;
	overflow: hidden;
	
}
.wznr .wznrqu .sxypya a {
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	width: 860px;
	overflow: hidden;
}

.wznr .wznrqu  .jianjie
{
    border-radius:25px;
	width: 98%;
	overflow: hidden;
	text-align: center;
	margin-top: 8px;
	overflow: hidden;
	font-size: 16px; /* 手机端最优字号，无需放大即可阅读 */
	margin-bottom: 8px; /* 段落间距=字号，区分清晰 */
	text-align: left; /* 左对齐，符合中文阅读习惯 */
	letter-spacing: 0.2px; /* 微调字距，避免文字拥挤 */
	background-color: #FEFBF8;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	line-height: 28px;
}




.wznr .wznrqu .zhiyin {
	line-height: 58px;
	color: #333333;
	float: left;
	height: 58px;
	width: 860px;
	overflow: hidden;
	text-align: center;
	margin-top: 8px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	overflow: hidden;

}

/* 播放器容器基础样式 */
.video-container {
    max-width: 99%;
    margin: 0 auto;
    background-color: #000;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%; /* 16:9比例容器 */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* 保持视频原始比例 */
    background-color: #000;
    transition: all 0.3s ease;
}

/* 普通全屏样式 */
.video-container.fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    padding-top: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 99998 !important;
    background: #000 !important;
    box-shadow: none !important;
}

/* 横屏视频强制横屏样式 */
.video-container.fullscreen.video-landscape.force-landscape {
    width: 100vh !important;
    height: 100vw !important;
    transform: rotate(90deg) translateX(0);
    transform-origin: top left;
    top: 0 !important;
    left: 100% !important;
    margin-left: -100vh !important;
}

.video-container.fullscreen.video-landscape.force-landscape .video-player {
    width: 100vh !important;
    height: 100vw !important;
    object-fit: contain;
}

/* 控制栏样式 */
.video-controls {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: #fff;
    padding: 0.8rem 1rem;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    z-index: 10;
    pointer-events: auto;
    border-radius: 8px;
}

/* 全屏时控制栏样式 */
.video-container.fullscreen .video-controls {
    position: fixed !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 90% !important;
    max-width: 1200px !important;
    z-index: 99999 !important;
    opacity: 1 !important;
    padding: 0.9rem 1.2rem;
}

/* 横屏视频强制横屏时控制栏适配 */
.video-container.fullscreen.video-landscape.force-landscape .video-controls {
    width: 80% !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* 关闭全屏按钮 */
.close-fullscreen-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close-fullscreen-btn:hover {
    background: rgba(0,0,0,0.9);
    transform: scale(1.05);
}

.video-container.fullscreen .close-fullscreen-btn {
    display: flex;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
}

/* 横屏视频强制横屏时关闭按钮位置调整 */
.video-container.fullscreen.video-landscape.force-landscape .close-fullscreen-btn {
    top: auto !important;
    right: 25px !important;
    bottom: 25px !important;
    transform: rotate(-90deg);
}

/* 控制栏显示条件 */
.video-container:hover .video-controls,
.video-container.playing .video-controls,
.video-container.fullscreen .video-controls {
    opacity: 1;
}

/* 控制按钮样式 */
.control-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.1s ease;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    background-color: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.control-btn:active {
    transform: scale(0.95);
}

/* 进度条容器 */
.progress-container {
    flex: 1;
    height: 4px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: height 0.2s ease;
}

.progress-container:hover {
    height: 6px;
}

/* 缓冲进度条 */
.buffer-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 2px;
    width: 0%;
    z-index: 1;
}

/* 播放进度条 */
.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ff4d4f;
    border-radius: 2px;
    width: 0%;
    z-index: 2;
    transition: width 0.1s linear;
}

/* 加载指示器 */
.loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    z-index: 10;
}

.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 中间播放按钮 */
.center-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease;
}

.center-play-btn:hover {
    background: rgba(0,0,0,0.8);
    transform: translate(-50%, -50%) scale(1.05);
}

.video-container:hover .center-play-btn,
.video-container.paused .center-play-btn {
    opacity: 1;
}

/* 响应式调整 - 移动端适配 */
@media (max-width: 768px) {
    .video-controls {
        padding: 0.6rem 0.8rem;
        gap: 0.6rem;
        bottom: 10px;
    }

    .video-container.fullscreen .video-controls {
        bottom: 15px !important;
        padding: 0.7rem 0.9rem;
    }

    .video-container.fullscreen.video-landscape.force-landscape .video-controls {
        bottom: 20px !important;
    }

    .control-btn {
        font-size: 1rem;
        padding: 0.4rem;
    }

    .close-fullscreen-btn {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .video-container.fullscreen .close-fullscreen-btn {
        top: 15px !important;
        right: 15px !important;
    }

    .video-container.fullscreen.video-landscape.force-landscape .close-fullscreen-btn {
        right: 20px !important;
        bottom: 20px !important;
    }

    .loading-indicator {
        font-size: 1rem;
        gap: 0.6rem;
    }

    .spinner {
        width: 20px;
        height: 20px;
    }

    .center-play-btn {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
}

/* 横屏设备适配 */
@media (orientation: landscape) and (max-height: 500px) {
    .video-container.fullscreen .video-controls {
        bottom: 10px !important;
    }

    .close-fullscreen-btn {
        width: 32px;
        height: 32px;
    }
}

/* 播放器结束 */
/* 商品标题样式 */
h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #f5f5f5;
    text-align: left !important;
    letter-spacing: 0.5px;
}

/* 商品信息卡片容器 */
.shuxing-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

/* 单行信息样式重构 */
.shuxing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f8f8f8;
    width: 100% !important;
    float: none !important;
}

.shuxingb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f8f8f8;
    width: 100% !important;
    float: none !important;
}



/* 最后一行去掉下边框 */
.shuxing:last-child {
    border-bottom: none;
}

/* 左侧标签样式 */
.shuxing .sxa {
    float: none !important;
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
    display: flex;
    align-items: center;
}

/* 右侧内容样式 */
.shuxing .sxb {
    float: none !important;
    font-size: 14px;
    color: #2d3748;
    font-weight: 400;
    text-align: right;
}

/* 卖家头像特殊样式 */
.shuxing .sxa img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    object-fit: cover;
    transition: all 0.3s ease;
}
.shuxingb .sxa img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    object-fit: cover;
    transition: all 0.3s ease;
}


/* 头像悬停效果 */
.shuxing .sxa img:hover {
    transform: scale(1.05);
    border-color: #e8f4f8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.shuxingb .sxa {
    position: relative;
    display: inline-block; /* 适配行内布局，避免伪元素跑偏 */
}

/* 从左指向右的三角指标（核心新增） */
.shuxingb .sxa::after {
    content: '';
    position: absolute;
    left: calc(100% + 6px); /* 头像右侧6px处，可微调 */
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
    /* 左指向右的三角形状 */
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #409eff; /* 三角颜色，可自定义 */
    transition: all 0.3s ease; /* 与头像过渡时长保持一致 */
}

/* 可选：hover 三角变色（增强交互，可删） */
.shuxingb:hover .sxa::after {
    border-color: transparent transparent transparent #1989fa;
}

/* 价格特殊样式 */
.shuxing .sxb {
    position: relative;
}
/* 品牌型号样式 */
.shuxing:nth-child(2) .sxb {
    color:#009900;
    font-size: 14px;
    font-weight: 700;
}
/* 价格文字特殊样式 */
.shuxing:nth-child(3) .sxb {
    color: #e53e3e;
    font-size: 18px;
    font-weight: 700;
}

/* 发货方式/售后支持等状态标签样式 */
.shuxing:nth-child(n+3) .sxb {
    padding: 4px 8px;
    border-radius: 4px;
    background: #f7fafc;
}

/* 不同状态的颜色区分 */
.shuxing:nth-child(4) .sxb {
    background: #e8f4f8;
    color: #4299e1;
}

.shuxing:nth-child(5) .sxb {
    background: #eaf6fa;
    color: #38b2ac;
}

.shuxing:nth-child(6) .sxb {
    background: #f0f8fb;
    color: #9f7aea;
}

.shuxing:nth-child(7) .sxb {
    background: #fdf2f8;
    color: #ed8936;
}





/* 图片放大缩小下载 */
    #imgModal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.95);
      display: none;
      z-index: 9999;
      padding: 10px;
      box-sizing: border-box;
      touch-action: none; /* 禁用浏览器默认触屏行为 */
    }
    .modal-content {
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #modalImg {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transition: transform 0.1s ease;
      touch-action: none;
    }
    /* 手机端按钮优化：更大更易点击 */
    .modal-btn {
      position: fixed;
      width: 50px;
      height: 50px;
      border: none;
      border-radius: 50%;
      background: #fff;
      color: #333;
      cursor: pointer;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      z-index: 10;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }
    /* 按钮位置适配手机屏幕 */
    .close-btn { top: 20px; right: 20px; }
    .zoom-in { bottom: 20px; left: calc(50% - 60px); }
    .zoom-out { bottom: 20px; right: calc(50% - 60px); }
    .download-btn { top: 20px; left: 20px; }
	
	/* 图片放大缩小下载 */
	
	
/* 收藏咨询够买 */
.sclyllkgm {
    width: 100%;          
    display: flex;        
    gap: 8px;             
    padding: 10px;        
    box-sizing: border-box; 
    background-color: #FFFFFF; 
    border-radius: 8px;   
    margin: 0;
}
.sclyllkgm button,
.sclyllkgm a {
    flex: 1;              
    display: flex;        
    align-items: center;  
    justify-content: center; 
    padding: 10px 5px;    
    text-decoration: none; 
    border-radius: 6px;   
    color: white;         
    font-size: 13px;      
    font-weight: 500;     
    cursor: pointer;      
    transition: all 0.3s ease; 
    box-sizing: border-box;
    border: none;
}
.sclyllkgm button::before,
.sclyllkgm a::before {
    font-size: 15px;      
    margin-right: 4px;    
    flex-shrink: 0;       
}
.sclyllkgm button.sc {
    background-color: #5bc0de; 
    border: 1px solid #46b8da;
}
.sclyllkgm button.sc.collected {
    background-color: #ccc; 
    border-color: #999;
    cursor: not-allowed;
}
.sclyllkgm button.sc::before {
    content: "\2605";         
}
.sclyllkgm a.zx1 {
    background-color: #5cb85c; 
    border: 1px solid #4cae4c;
}
.sclyllkgm a.zx1::before {
    content: "\1F4AC";         
}
.sclyllkgm a.lkgm {
   background-color: #FF7F24; 
    border-color: #E6701F;     
}
.sclyllkgm a.lkgm::before {
    content: "\1F6D2";         
}
/* 提示框核心样式（修复初始隐藏） */
#tipsBox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: none;
    z-index: 9999;
}
#tipsBox.show { display: block; }
#tipsBox.success { color: green; border-color: #67c23a; }
#tipsBox.error { color: red; border-color: #f56c6c; }


/* 收藏咨询够买 */

/* ======== 购物车 ======== */
     .cart-add-link {color: #0066cc;cursor: pointer;margin-right: 20px;}
    .cart-add-link:hover {text-decoration: underline;}
    .cart-mask-layer {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 9998;display: none;}
    /* ======== 仅保留电脑版样式 ======== */
    .cart-popup-wrap {position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 80px);max-width: 500px;background: #fff;border-radius: 8px;z-index: 9999;display: none;max-height: 80vh;box-shadow: 0 4px 12px rgba(0,0,0,0.15);}
    .cart-popup-inner {padding: 20px;max-height: calc(80vh - 60px);overflow-y: auto;}
    .address-form-row {margin-bottom: 10px;}
    .address-label-text {width: 70px; font-size:13px;}
    .goods-img-wrap {width: 67.5px;height: 120px;flex-shrink: 0;margin-right: 15px;}
    .area-group {display: flex;gap: 2px;flex:1;}
    .area-group input {width: 128px !important;padding:5px 3px;border:1px solid #ddd;border-radius:4px;font-size:11px;text-align: center;}

    .cart-popup-footer {position: relative; border-top: none;}
    .cart-btn-base {display: block;width: 100%;padding: 12px 0;background: #ff4400;color: #fff;text-align: center;border: none;border-radius: 6px;cursor: pointer;font-size: 16px;box-sizing: border-box;}
    .cart-btn-base:hover {background: #ff6633;}
    .cart-btn-close {margin-top: 10px;background: #eee;color: #333;}
    .goods-item-box {display: flex;align-items: flex-start;padding-bottom: 15px;border-bottom: 1px solid #eee;margin-bottom: 15px;}
    .goods-img-item {width: 100%;height: 100%;object-fit: cover;border-radius: 4px;font-size: 0;}
    .goods-info-wrap {flex: 1;padding-top: 2px;}
    .goods-info-title {font-size: 16px;color: #333;margin-bottom: 8px;font-weight: 600;}
    .goods-price-text {color: #ff4400;font-weight: bold;}
    .address-container {margin-bottom: 15px;}
    .address-form-row {display: flex;align-items: center;}
    .address-label-text {color: #666;flex-shrink: 0;}
    .address-input-field {flex: 1;padding: 8px;border: 1px solid #ddd;border-radius: 4px;box-sizing: border-box;}
    .address-input-field:focus{outline:none;border-color:#2196F3;}
    .address-input-field[readonly]{background:#f9f9f9;color:#666;cursor:not-allowed;}
    .pay-option-container {margin-bottom: 15px;}
    .pay-option-item {margin-right: 20px;cursor: pointer;display: inline-block;}
    .pay-option-item input:checked + span {color: #ff4400;font-weight: bold;}
    .price-calc-container {padding: 15px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 15px;}
    /* ============ 商品价格+运费 样式 ============ */
    .price-calc-text {
        font-size: 15px;
        color: #666666;
        margin: 0 0 8px 0;
        line-height: 1.6;
    }
    .goods-price-num, .freight-num {
        color: #ff6700;
        font-weight: 700;
        font-size: 16px;
        padding: 0 4px;
    }
    /* ============ 发货方式说明样式 ============ */
    .delivery-type {color: #2e6da4; font-weight: 600; margin: 0 0 10px 0; font-size: 14px; line-height: 1.5;}
    /* ============ 订单总金额 重点优化【文字小，数字大】 ============ */
    .price-total-text {
        font-size: 15px; /* 文字部分字体大小 */
        color: #666;     /* 文字部分颜色 */
        margin-top: 5px;
        display: block;
    }
    .price-total-text .total-num {
        color: #ff4400;  /* 数字颜色 */
        font-size: 20px; /* 数字字体放大 */
        font-weight: 700;/* 数字加粗 */
        padding-left: 4px;
    }
	/* 省市区联动下拉框样式 */
.area-group{display: flex;gap: 8px;align-items: center;width: 100%;}
.form-select {
    padding: 8px 10px; border: 1px solid #ddd; border-radius: 4px;
    font-size: 14px; box-sizing: border-box; appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23333' viewBox='0 0 16 16'><path d='M8 11l4-4H4l4 4z'/></svg>") no-repeat right 8px center;
    flex:1;
}
.form-select:focus{outline:none;border-color:#2196F3;box-shadow: 0 0 0 2px rgba(33,150,243,0.1);}
.form-select:disabled{color:#999;background:#f9f9f9;cursor:not-allowed;}
/* 新增切换按钮样式 */
.switch-address-btn {
        display: block !important; /* 改为块级元素占满宽度 */
        width: 100%;
        padding: 10px 0 !important; /* 调整按钮内边距 */
        background: #0066cc;
        color: #fff;
        border-radius: 6px !important; /* 增大按钮圆角 */
        font-size: 14px !important; /* 调整按钮字体 */
        cursor: pointer;
        margin-bottom: 10px !important;
        border: none;
}
.switch-address-btn:hover {
    background: #0088ff;
}
/* 隐藏元素样式 */
.address-form-hidden {
    display: none !important;
}
/* ======== 购物车 ======== */