@CHARSET "UTF-8";
#wst-slide .wst-slide-itemswrap,#wst-slide .wst-slide-items,#wst-slide .wst-slide-items li{height:700px;overflow:hidden}
/* 轮播图商品信息叠加层 */
.wst-banner-overlay{position:absolute;top:0;left:0;right:0;height:700px;z-index:5;pointer-events:none}
.wst-banner-overlay-inner{max-width:1200px;height:100%;margin:0 auto;position:relative}
.wst-banner-left{position:relative;width:42%;min-width:420px;height:100%;background:#f0f0f0;display:flex;flex-direction:column;justify-content:center;padding:70px 50px 90px;box-sizing:border-box;pointer-events:auto;overflow:visible}
.wst-banner-panels{position:relative;min-height:260px}
.wst-banner-panel{display:none}
.wst-banner-panel.active{display:block;animation:wstBannerFade .45s ease}
@keyframes wstBannerFade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.wst-banner-title{margin:0 0 24px;font-size:42px;line-height:1.25;font-weight:700;letter-spacing:1px;color:#333}
.wst-banner-desc{margin:0 0 36px;font-size:14px;line-height:1.9;color:#999;max-width:360px}
.wst-banner-btn{display:inline-block;padding:12px 28px;border-radius:6px;color:#fff;font-size:15px;text-decoration:none;background:linear-gradient(90deg,#FF5933 0%,#FF5F8D 100%);box-shadow:0 8px 20px rgba(255,89,51,.35);transition:transform .25s ease,box-shadow .25s ease}
.wst-banner-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px rgba(255,89,51,.45)}
.wst-banner-arrows{position:absolute;right:0;bottom:40px;display:flex;align-items:center;gap:0;pointer-events:auto;z-index:6}
.wst-banner-prev,.wst-banner-next{display:block;line-height:0}
.wst-banner-prev img,.wst-banner-next img{margin-right: 10px;
display:block;width:48px;height:48px;object-fit:cover;cursor:pointer;transition:opacity .25s ease}
.wst-banner-prev:hover img,.wst-banner-next:hover img{opacity:.85}
.wst-banner-icons{position:absolute;left:50px;bottom:36px;display:flex;align-items:center;gap:14px;z-index:7}
.wst-banner-icon-item{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;transition:background .25s ease}
.wst-banner-icon-item img{object-fit:contain;display:block;transition:filter .25s ease;mix-blend-mode:lighten}
.wst-banner-icon-item:hover{background:linear-gradient(135deg,#FF5933 0%,#FF5F8D 100%)}
.wst-banner-icon-item:hover img{filter:brightness(0) invert(1);mix-blend-mode:normal}
/* 首页新版轮播 */
.wst-hero-wrap{overflow:hidden}
.wst-hero-slide{position:relative;height:700px;overflow:hidden;background:#f0f0f0}
.wst-hero-bg,.wst-hero-bg li{list-style:none;margin:0;padding:0}
.wst-hero-bg{position:absolute;inset:0}
.wst-hero-bg li{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;background-position:center right;opacity:0;transition:opacity .6s ease;z-index:1}
.wst-hero-bg li.active{opacity:1;z-index:2}
.wst-hero-overlay{position:relative;z-index:3;height:100%;max-width:1200px;margin:0 auto;display:flex;align-items:stretch}
.wst-hero-left{position:relative;width:42%;min-width:420px;background:#f0f0f0;display:flex;flex-direction:column;justify-content:center;padding:70px 50px 90px;box-sizing:border-box}
.wst-hero-panels{position:relative;min-height:260px}
.wst-hero-panel{display:none}
.wst-hero-panel.active{display:block;animation:wstHeroFade .45s ease}
@keyframes wstHeroFade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.wst-hero-title{margin:0 0 24px;font-size:42px;line-height:1.25;font-weight:700;letter-spacing:1px}
.wst-hero-title .title-main{color:#333}
.wst-hero-title .title-highlight{color:#FF5933}
.wst-hero-desc{margin:0 0 36px;font-size:14px;line-height:1.9;color:#999;max-width:360px}
.wst-hero-btn{display:inline-block;padding:12px 28px;border-radius:6px;color:#fff;font-size:15px;text-decoration:none;background:linear-gradient(90deg,#FF5933 0%,#FF5F8D 100%);box-shadow:0 8px 20px rgba(255,89,51,.35);transition:transform .25s ease,box-shadow .25s ease}
.wst-hero-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 24px rgba(255,89,51,.45)}
.wst-hero-icons{position:absolute;left:50px;bottom:36px;display:flex;align-items:center;gap:14px}
.wst-hero-icon-item{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:transparent;transition:background .25s ease;flex-shrink:0}
.wst-hero-icon-item img{width:22px;height:22px;object-fit:contain;display:block}
.wst-hero-icon-item .icon-hover{display:none}
.wst-hero-icon-item:hover,.wst-hero-icon-item.active{background:linear-gradient(135deg,#FF5933 0%,#FF5F8D 100%)}
.wst-hero-icon-item:hover .icon-default,.wst-hero-icon-item.active .icon-default{display:none}
.wst-hero-icon-item:hover .icon-hover,.wst-hero-icon-item.active .icon-hover{display:block}
.wst-hero-icon-item:not(.wst-hero-icon-order):hover .icon-default,.wst-hero-icon-item:not(.wst-hero-icon-order).active .icon-default{display:none}
.wst-hero-icon-item:not(:has(.icon-hover)):hover img,.wst-hero-icon-item:not(:has(.icon-hover)).active img{filter:brightness(0) invert(1)}
.wst-hero-arrows{position:absolute;right:60px;bottom:40px;display:flex;align-items:center;gap:0;z-index:4}
.wst-hero-prev,.wst-hero-next{display:block;line-height:0}
.wst-hero-prev img,.wst-hero-next img{display:block;width:48px;height:48px;object-fit:cover;cursor:pointer;transition:opacity .25s ease}
.wst-hero-prev:hover img,.wst-hero-next:hover img{opacity:.85}
.wst-hero-slide .wst-slide-items{display:none}
.wst-slide-controls{position:absolute;width:200px;text-align:right;top:-40px;right:50%}
.wst-slide-controls span{width:24px;height:24px;text-align:center;display:inline-block;line-height:24px;border-radius:12px;background-color:#333;color:white;cursor:pointer}
.wst-slide-controls .curr{background-color:#e13335;border-radius:12px;color:white;cursor:pointer}
.wst-slide{position:relative;top:2px}
.wst-slide-numbox{width:1200px;margin:0 auto;height:0;position:relative;z-index:3}
.wst-slide-items{min-width:1200px}
.wst-tab-box{overflow:hidden;border-right:1px solid #eee;width:100%;height:auto;margin:0 auto;background:#fff}
.wst-tab-nav{overflow-y:hidden;margin:0;padding:0;height:35px;top:0;z-index:30;background:#fff;width:100%;border-bottom:1px solid #eee;border-left:1px solid #eee}
.wst-tab-nav li,.wst-tab-nav .tab{width:40%;cursor:pointer;float:left;margin:0;list-style:none;border:0;line-height:34px;text-align:center;color:#999999;padding-left:10px;padding-right:10px}
.wst-tab-nav .on{border-bottom:1.5px solid #C44F41;color:#C44F41;font-weight:bold}
.wst-tab-content{padding:5px;width:99%;height:auto;border:1px solid #eee;border-top:0;background:#FFF}
#wst-right-news{width:100%;height:30px;background:#df2002;line-height:25px;color:#fff}
#wst-right-news>p{float:left;margin-left:12px;font-weight:bold}
#wst-right-news>a{display:block;float:right;color:#fff;margin-right:5px}
#wst-right-new-list{height:117px;background-color:#fff}
#wst-right-new-list>div{width:190px;height:23px;line-height:25px;padding-left:10px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;list-style-type:disc}
#wst-right-new-list>div>a{color:#605e5e}
#wst-right-new-list>div>a:hover{color:#df2002}
.visitor-new-list{height:118px!important;overflow:hidden;border:0;background-color:#fff}
.visitor-new-list>li{height:23px!important}
.apply-btn{background:url(../img/apply.png) no-repeat 0 0;background-size:cover;display:block;width:180px;height:60px;margin:20px auto 10px}
.shop-login{margin-left:60px;height:26px;display:block;color:#999;line-height: 12px;}
.ws-right-user{display:block;width:210px;height:128px;background:#fff}
.ws-right-user .top,.ws-right-user .bottom{float:left}
.ws-right-user .top img{float:left;width:65px;height:65px;margin:10px;border-radius:1000px}
.ws-right-user .top .name{float:left;width:125px}
.ws-right-user .top .uname{height:23px;line-height:25px;width:100px;margin:0 auto;margin-top:15px;text-align:center;color:#ff2704;font-size:14px;font-family:"microsoft yahei";text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ws-right-user .top .sign{display:block;width:105px;height:30px;line-height:30px;margin:0 auto;margin-top:10px;color:#fff;background-color:#ff0c00;
	border:1px solid #ff0c00;cursor:pointer;border-radius:5px;box-shadow:0 2px 0 #c3443d;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear}
.ws-right-user .top .sign:hover{background-color:#ee4419}
.ws-right-user .top .sign:focus{outline:0}
.ws-right-user .top .sign .plus{position:absolute;top:0;width:100%;left:0;font-size:18px;color:#f4cf00;font-style:normal;opacity:0;text-align:center;-webkit-transition:all .5s linear;transition:all .5s linear}
.ws-right-user .top .active .plus{top:-36px;opacity:1}
.ws-right-user .top .actives .plus{top:-36px;opacity:0;}
.ws-right-user .top .actives,.ws-right-user .top .actives:hover{color:#747171;background-color:#eee;border:1px solid #ddd;box-shadow:0 2px 0 #ddd;}
.ws-right-user .bottom .left{float:left;width:110px;margin-top:10px;padding-left:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ws-right-user .bottom .right{float:right;width:80px;margin-top:10px;padding-left:10px}
#wst-right-ads{position: relative;}
#wst-right-ads>a>img{width:210px;height:128px;display:block;}

#screen-left-nav{width:35px;max-height:335px;position:fixed;top:40%;left:15%;background:#fff;z-index:999;display:block}
.lnav{margin:0 auto;background:#fff;line-height:30px;text-align:center;overflow:hidden;margin-top:-1px;cursor:pointer;display:block;width:30px;height:29px;color:#625351;transition:all .2s ease-in;-moz-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNDg5NURBNDY3MjA2ODExODIyQUVDNTgwRDU1MkZBQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0M3MTMzQTlBRTQxMUU0OEY2QkNDMkMzNDJCRDdGNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1N0M3MTMzOTlBRTQxMUU0OEY2QkNDMkMzNDJCRDdGNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBkOTE3NzktZTE1Yi0yNTRkLTljYzMtOGVjNmE4ZTAyMjRjIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIxNzkxODUyODJEQjExRTQ4RkM0REQwQTBFRkQyNTY2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+3tRxHgAAAAlQTFRFwsLCycnJ////r0pOrgAAAAN0Uk5T//8A18oNQQAAAB5JREFUeNpiYIIABhTIyAQXxgtGpUelR6VpKw0QYACUOgb65Nz92gAAAABJRU5ErkJggg==) 0 25px no-repeat}
.lcurr{background:#df2003}
.lcurr a{color:white}
.wst-floor-slide-numbox span{background-color:#d4d4d4;cursor:pointer;display:inline-block;height:4px;width:24px;border-radius:1.5px}
.wst-floor-slide-numbox .curr{background-color:#E52637}
.wst-floor-slide-numbox>div{position:relative;left:43%;top:-20px;z-index:99;height:10px;}
.floor-bottom .bx_container{margin-top:15px}
.ads-lunbobottom{margin-top:30px;margin-bottom:20px;overflow:hidden}
.ads-lunbobottom a{float:left}
.ads-lunbobottom a img{width:240px;height:320px}
/* 广告墙 */
.ads_wall{width: 1200px; max-height: 480px; margin: 0 auto;}
.ads_wall a{overflow: hidden;transition:all ease .4s;display: block;}
.ads_wall a:hover{transform: scale(1.01);}
.ads_wall a img{width: 100%; height: 100%; }
.ads_wall_l{width: 448px; height: 100%; }
.ads_wall_c{width: 292px; height: 100%; margin-left: 6px; position: relative; text-align: center; }
.ads_wall_r{width: 448px; height: 100%; }
.ads_wall_item_top{display: block; width:100%; height: 237px; margin-bottom: 6px; position: relative; }
.ads_wall_item_bottom{display: block; width:100%; height: 237px; position: relative; }
.ads_wall_more{ text-align: center; font-size: 12px; color: #fff; position: absolute; bottom:20px; }
.ads_wall_line{width: 30px; height: 2px; background-color: #fff; margin-top: 8px; margin-right: 10px; }
.wall_r_line{width: 50px;}
/* 品牌街 */
.brand_street_out{width: 1200px; margin: 10px auto; margin-top: 30px; }
.bs_tit{font-size: 21px;color: #2F2F2F;letter-spacing:2px;}
.brand_street{width: 100%; max-height: 210px; margin-top: 10px; box-sizing: border-box; }
.brand_street li img{width: 112px; height: 112px;}
.brand_street li{margin-right:4px;box-sizing: border-box; width: 116px; height: 112px; float: left; transition:all ease .4s; }
.brand_street li:nth-child(10n){border-right: none;}
.brand_street li:nth-child(n+11){border-bottom:none; }
.brand_street li:hover{box-shadow: 0 0 5px #bdbcbc;transform: scale(1.05);}
/* 店铺街 */
.shop_street_out{width: 1200px; margin: 10px auto; margin-top: 30px; }
.ss_tit{font-size: 21px; color:#2F2F2F;letter-spacing:2px; }
.shop_street{width: 100%; height: 138px; margin-top: 10px;background-color: #f4f4f4; box-sizing:border-box; padding: 6px 0px; }
.shop_street li:nth-child(n+2){margin-left: 0.5%; }
.shop_street li img{width: 100%; height: 100%; }
.shop_street li{background-image: url(../img/shopstreet_bg.png); background-repeat:no-repeat; background-size: 100% auto; width: 19.6%; height: 100%; float: left;transition:all ease .4s;position:relative;}
.shop_street li:hover{transform: translateY(-5px);}
/* 积分商城 */
.intergral_out{width: 1200px; margin: 10px auto; margin-top: 30px; }
.itl_tit{font-size: 21px; color: #2F2F2F; letter-spacing:2px; margin-bottom: 10px; }
.itl_main{background-color: #f4f4f4; width: 100%; height: 148px; padding:6px 0px; box-sizing:border-box; }
.itl_bg img{width: 100%;height: 100%;}
.itl_bg{display: block; height: 100%; width: 238px; }
.itl_item:nth-child(2){background-color: #fcfdda;}
.itl_item:nth-child(3){background-color: #ffefd9;}
.itl_item:hover img{transform:translateX(-10px); }
.itl_item img{transition:all ease .4s; position: absolute; max-height: 100%; right: 0; }
.itl_item{display: block; width: 468px; height: 100%; position: relative; margin-left: 12px; }
.itl_name{position: absolute; font-size: 14px; color: #333; top:10%; width: 60%; left: 5%; overflow: hidden; word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; z-index: 22; }
.itl_price_box{left: 5%; top:45%; position: absolute; color:#666; font-weight: bold; font-size: 16px; z-index: 22; }
.itl_price{color: #df2002; }
.itl_score{font-size: 12px; color: #df2002; font-weight: normal; }
.itl_btn{position: absolute; padding: 1px 10px; background-color: #df2002; border-radius: 25px; color:#fff; left: 5%; top:75%; font-size: 11px!important; background-color: #df2002; color:#fff; transition:all ease .4s; }
.itl_btn:hover{transform:translateY(-5px); }
/* 分销商品 */
.distribute_tit{color: #333; padding-left: 15px; width:1200px; margin:0 auto; margin-top: 30px; font-size: 18px; letter-spacing:2px; }
.distribute_out{width: 1200px; margin: 10px auto; height: 350px; background-color: #f4f4f4; padding: 6px 0; margin-top: 10px; }
.dis_left_bg img{width: 100%;height: 100%;}
.dis_left_bg{width: 237px; height: 100%;margin-left: 1px;}
.dis_list{width: 962px; height:100%; }
.dis_list li{margin-left: 10.4px; float: left; width: 230px; height: 100%; position: relative; background-color: #fff; overflow: hidden; }
.dis_list li:hover img{transform:scale(1.05); }
.dis_list li img{    max-width: 100%;max-height: 100%;margin: auto;transition: all ease .4s;}
.dis_gname{padding:10px;text-align:center;width:210px; height: 33px;line-height: 20px;overflow:hidden;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.dis_gprice{width:100%; height: 78px;color:#df2002; text-align:center;font-size: 16px;}
/* 轮播右侧拍卖区域 */
.aution_out{width:100%; height:170px; position:relative; background-color: #fff; overflow: hidden; }
.au_l_btn,.au_r_btn{position: absolute; top: 40%; background-color:rgba(0,0,0,.5); color: #fff; left: 0; padding: 5px; cursor: pointer; display: none; }
.au_r_btn{left: initial; right: 0; }
.aution_list{width: 100%; position: relative; }
.aution_tit{background-image: url(../img/img_floor_titlebg.png); background-repeat: no-repeat; background-size: auto 18px; font-size: 16px; color: #df2002; letter-spacing: 2px; padding-left: 26px; }
.aution_main{float: left; width: 210px; height:153px; box-sizing:border-box; }
.aution_item{position: relative; display: block; text-align: center; height: 100%; width: 100%; }
.aution_item img{width: 150px; height: 150px; }
.aution_time{position: absolute; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.3); font-size: 16px; color: #fff; padding: 10px 0; }
.aution_h,.aution_i,.aution_s{width: 24px; height: 30px; background-color: #df2002; padding: 5px; border-radius: 5px; }
/* 优惠券 */
.coupon_out{width: 1200px; height: 137px; margin: 0 auto; margin-top: 10px;overflow: hidden;background:url(../img/coupon_bg.png) no-repeat;}
.coupon_bg img{width: 100%;height: 100%;}
.coupon_bg{position: relative;width: 225px; height: 124px; display: block; }
.coupon_bg .coupon_tit{position: absolute; font-size: 24px; color: #fff; left: 40px; top: 30%; }
.coupon_bg .coupon_desc{position: absolute; color: #fff; font-size: 18px; left:40px; top: 66%; }
.coupon_box{float:left;width: 920px;height: 124px}
.coupon_item{width: 229px;margin-top: 16px;overflow: hidden;border-right: 1px solid #F9EE9E;}
.coupon_item .coupon_tit{font-size:37px; color:#F9EE9E; width:105px;float:left;height:64px;line-height: 76px;margin-left:5px;text-align:right}
.coupon_item .unit{font-size:14px;}
.coupon_item .coupon_desc{margin-left:5px;color:#F9EE9E; font-size: 18px; width:114px;float:left;height:50px;line-height: 25px;padding-top:8px;}
.coupon_item .r_btn{margin-left:23px;width:188px;clear:both;font-size: 16px;background:#F9EE9E;color: #000; text-align: center; line-height: 20px; padding: 6px 0px;border-radius:15px;margin-bottom: 7px;}
/* 团购插件 */
.groupon_list_out{width: 390px; height: 440px; box-sizing: border-box; }
.groupon_view{width: 100%; height: 100%; overflow: hidden; }
.groupon_list{width: 100%; height: 100%; overflow: hidden; position: relative; padding-top:10px;}
.groupon_list li{width: 379px; height: 145px; box-sizing:border-box;padding:5px;padding-left:15px;}
.groupon_list li img{transition:all linear .2s;width:110px;height:110px;}
.groupon_list li:hover img{transform:scale(1.1); }
.groupon_goods{width:240px;float:left;padding-top:30px;padding-left:5px;height: 38px;overflow:hidden; text-overflow: ellipsis;}
.groupon_goodsprice{float:left;font-size:16px;color:#E52637;margin-top:5px;padding-left: 5px;}
.groupon_btns{position: absolute; left: 0; right: 0; bottom: 0; text-align: center; }
.groupon_btns .curr{background-color: #e89593; }
.groupon_btns span{display: inline-block; width: 7px; height: 7px; border-radius: 50%; background-color: #fff; margin-left: 3px; }
/* 新品、热销... */
.rec_area{width: 1200px; height: 500px; margin: 0 auto; margin-top: 30px;overflow: hidden}
.ral{width: 394px; height: 100%; background-repeat: no-repeat; margin-right: 6px;background:#fff;}
.ral_box{width:100%;padding-top: 15px;box-sizing: border-box;padding-left: 20px;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.ral_box_tit{font-size: 18px; color:#2F2F2F;display:inline-block;}
.ral_desc{font-size: 12px; color:#ACACAC;display:inline-block;padding-left:5px;}
.ral img{width: 100%;height: 100%;}
.rac{width: 364px;height: 100%;background-repeat: no-repeat;margin-right: 6px;background: #fff;padding: 0px 15px;}
.rac_t{width: 100%; height: 50%; box-sizing:border-box;}
.rac_t_tit,.rac_b_tit{font-size:18px;color:#2F2F2F;letter-spacing:2px;padding: 5px;padding-top:15px}
.rac_t_main{width: 100%; height: 80%; background-color: #fff; }
.rac_t_main li:hover img{transform:scale(1.1); }
.rac_t_main li:first-child{margin-left: 0;}
.rac_t_main li{width: 50%; height: 100%; float: left; }
.rac_t_img img{transition:all linear .2s; position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; max-width: 100%; max-height: 100%; }
.rac_t_img{display: block; height: 60%; position: relative; }
.rac_t_info{height: 29%; margin-top: 1%; padding-top: 5%; padding-right: 1%; box-sizing: border-box; }
.c666{color:#666;}
.del_line{text-decoration: line-through;}
.c14_333{color: #333; }
.rac_gname{width: 95%; overflow: hidden; padding-left: 5%; height:38px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.rac_gprice{font-size:16px;color:#E52637;margin-top:5px;padding-left: 5%;}
.f10{font-size: 10px;}
.f12{font-size: 12px;margin-top:5px}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.rac_price{margin-top: 5px; text-align: right; }
.rar{width: 394px;height: 100%;background-repeat: no-repeat;margin-right: 6px;background: #fff;}
.rar_tit{width: 100%;padding-top: 15px;box-sizing: border-box;padding-left: 20px;padding-bottom: 15px;font-size:18px;}
.rar_glist{width: 100%;margin: 0 auto;}
.rar_gitem:nth-child(2){background-color: #ffcd92;}
.rar_gitem{margin-top: 10px;width: 100%;height: 432px;display: block;overflow: hidden;position: relative;}
.rar_gitem:hover img{transform:translateY(-10px); }
.rar_gname{color: #333;text-align: center;width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding-top: 5px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.rar_gdesc{color:#ACACAC;text-align:center;padding-top: 3px;padding-left: 5px;width:100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.rar_price{text-align: center;padding-right: 5px;position: relative;z-index:22;font-size:16px;color:#E52637;margin-top:5px;}
.rar_line{width: 70%;height: 1px;background-color: #fff;margin:5px auto;margin-bottom:3px;}
.rar_img img{transition:all ease 0.4s;position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;bottom: 0;max-width: 100%;max-height: 100%;}
.rar_img{width: 320px;display: block;height: 320px;position: relative;margin:0 auto;}
/*.fl{float: left;}*/
.fr{float: right;}
.rar_glist .recomgd_view{width: 100%; height: 100%; overflow: hidden; }
.rar_glist .recomgd_list{width: 100%; height: 100%; overflow: hidden; position: relative; }
.rar_glist .recomgd_list li{float: left; width: 394px; height: 412px; box-sizing:border-box; }
.rar_glist .recomgd_btns{text-align: center; }
.rar_glist .recomgd_btns .curr{background-color: #E52637; }
.rar_glist .recomgd_btns span{display: inline-block; width: 7px; height: 7px; border-radius: 50%; background-color: #ddd; margin-left: 3px;cursor:pointer;}
/*分类*/
.category{font-size:18px;}
.category span:last-child{display:none;}
/*.wst-category{width:1200px;margin:0 auto;}*/
/*.wst-floor-slide-items{overflow:hidden;height:490px;width:210px;line-height:70px;background-color:rgba(245,248,253,0.8);}*/
/*.wst-floor-slide-items .catname{font-size: 16px;font-weight:600;color: #333;text-align: center;letter-spacing:2px;margin-left: 15px;height:60px;line-height:70px}*/
/* 楼层 */
.floor-box{width:100%;overflow:hidden}
#fl_1_0_box{background:url("../img/listbag1.png") no-repeat;background-size:100% 100%;height:700px}
.floor_ads{width:1200px;height:110px;margin:20px auto;overflow: hidden;margin-bottom: 10px;}
.goods-list{width:1200px;margin:0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.goods-list .goods{display: block;}
/*.goods-list .goods:hover{width:332px; height:390px; border-right:1px solid #afaaaa;-webkit-box-shadow:0 0 10px #cfcfcf; -moz-box-shadow:0 0 10px #cfcfcf; box-shadow:0 0 10px #cfcfcf; }*/
/*.goods-list .goods:hover .img{transform:scale(1.02);}*/
.goods-list .goods:nth-child(1),.goods-list .goods:nth-child(4){margin-left:0px}
.goods-list .goods .img{width: 340px;height:330px;background-color:#f4f2f5;display: flex;justify-content: center;align-items: center;}
.goods-list .goods .img a{display:block;}
.goods-list .goods .img a img{width:340px;height:330px;}
.goods-list .goods .p-price{font-size:20px;height: 20px;line-height:20px;color:#b91806;font-weight:600;}
.goods-list .goods .info{width:268px;height:50px;margin:0 auto;}
.goods-list .goods .cart{width: 125px; height: 30px;cursor: pointer;color:#fff;line-height:30px;font-size:15px}
.goods-list .goods .p-name a{width: 295px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;margin: 15px auto 0;text-align:left;color:#fff;font-size:18px;text-align:center;}
.goods-list .goods .p-shop{padding:5px}
.goods-list .goods .p-mprice{color:#999;padding:5px 0 5px 5px;width:120px;float:left}
.goods-list .goods .p-mprice span{text-decoration:line-through;margin-left:10px;font-weight:normal}
.goods-list .goods .p-appraise{padding:5px 5px 5px 0;width:100px;float:right;text-align:right}
.goods-list .goods .p-appraise span{font-weight:bold;color:#1499e5}
#fl_3_0_pl .goods-list .more{width:330px;display:block!important;position:relative;}
#fl_3_0_pl .goods-list .more p{width:256px;height:70px;background-color:rgba(222,226,229,0.7);text-align:center;line-height:70px;font-size:22px;letter-spacing:2px;border-radius:50px;position:absolute;bottom:0px}
.goods-list .goods-f1:nth-child(4),.goods-list .goods-f1:nth-child(5),.goods-list .goods-f1:nth-child(6){display:none}

.goods-list .goods-f1{box-shadow: -8px -8px 2px 0px #132d66;background-color: #0f61b5;}
.goods-list .goods-f1 .p-price{color:#fff27f}
.goods-list .goods-f1 .cart{background:url("../img/goods-f1-cart.png") no-repeat;text-indent: 10px;}

.goods-list .goods-f2{width:382px;margin-bottom:18px;border: 2px #eee solid;}
.goods-list .goods-f2 .img{width: 382px;height: 372px;margin: 45px auto 0;background-color:#fff;}
.goods-list .goods-f2 .img a img{width:382px;height:372px;object-fit: cover;}
.goods-list .goods-f2 .p-name{width: 215px;background-color: #dd0101;transform: perspective(10px) rotateX(-1deg);transform-origin: left;float:left;}
.goods-list .goods-f2 .p-name a{font-size: 20px;width:200px;margin:0 auto;display:block;letter-spacing: 2px;height: 60px;line-height: 60px;}
.goods-list .goods-f2 .info{width:166px;float:right;height:52px;}
.goods-list .goods-f2 .p-price{display:none}
.goods-list .goods-f2 .cart{width: 179px;height: 60px;line-height: 60px;text-align:center;background-color: #0f61b5;transform: perspective(15px) rotateX(2deg);transform-origin: right;font-size:20px;letter-spacing: 2px;}

.goods-list .goods-f3{width: 594px;height: 365px;margin-bottom:30px;background:url("../img/goods-f3-bag.png") no-repeat;background-size:100% 100%;}
.goods-list .goods-f3 .img{width: 315px;height: 315px;float:right;background-color:#fff;position: relative;top: 26px;right: 8px;}
.goods-list .goods-f3 .img a img{height: 315px;width: 315px;}
.goods-list .goods-f3 .p-name{width:265px}
.goods-list .goods-f3 .p-name a{width:210px;font-size:30px;font-weight:600;line-height: initial;margin: 125px auto 0px;color:#000;}
.goods-list .goods-f3 .info{float:left;border:0;display:block;width:265px;text-align:center}
.goods-list .goods-f3 .p-price{margin-top: 20px;}
.goods-list .goods-f3 .cart{width: 85px;height: 30px;background: #2a2a2a;margin: 20px auto 0;font-size: 12px;letter-spacing: 1px;}


.floor-top-ads{margin:0px;width:1200px}
.floor-top-ads a{float:left}
.floor-top-ads img{width:100%;height:110px}
.floor-header .tab{float:right;margin-right:10px;margin-top:7px}
.floor-header .tab li{display:block;margin:0;float:left}
.floor-header .tab a{font-size:14px;display:block;height:15px;letter-spacing:1px}
.floor-header .tab-item1 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected1 a{color:#df2002;}
.floor-header .tab-item2 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected2 a{color:#df2002;}
.floor-header .tab-item3 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected3 a{color:#df2002;}
.floor-header .tab-item4 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected4 a{color:#df2002;}
.floor-header .tab-item5 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected5 a{color:#df2002;}
.floor-header .tab-item6 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected6 a{color:#df2002;}
.floor-header .tab-item7 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected7 a{color:#df2002;}
.floor-header .tab-item8 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected8 a{color:#df2002;}
.floor-header .tab-item9 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected9 a{color:#df2002;}
.floor-header .tab-item10 a{padding:8px 12px 8px 12px}
.floor-header .j-tab-selected10 a{color:#df2002;}
.floor-left{float:left;width:20%;height:620px}
.floor-left-ads{width:238px;height:224px}
.floor-left-ads img{width:478px;height:224px}
.floor-left-title{margin-left:1px;color:#fff;font-size:15px;float:left;margin-top:13px}
.floor-header{width:1200px;margin:85px auto 40px;}
/*.floor-header-f1,.floor-header-f2,.floor-header-f3,.floor-header-f4,.floor-header-f5{float:left;}*/
.floor-header-f1 .floor-right-title span{color:#fff;}
.floor-right-title{margin:0 auto;}
.floor-header .floor-right-title span{display:block;font-weight: 600;font-size:52px;letter-spacing:2px;margin:0 auto;text-align: center;}
.floor-header-f2 .floor-right-title span{background:url("../img/floor-header-f2.png") no-repeat;width: 674px;height: 56px;line-height: 25px;}
.floor-header-f3 .floor-right-title span{background:url("../img/floor-header-f3.png") no-repeat;width: 489px;height: 56px;line-height: 25px;}
.floor-header .floor-right-title:after{content:"专注品质，对每一件产品都是用心";display: block;font-size: 20px;margin-top:25px;text-align:center;font-weight: 400;color:#555}
.floor-right{width:100%;}
.floor-right-ads .wst-floor-slide-1{height:283px}
.floor-right-ads{width:238px;float:left;border-bottom:1px solid #eee;border-right:1px solid #eee;border-left:1px solid #eee}
/*.wst-floor-slide-items{overflow:hidden;height:560px;width:239px;position:relative}*/
/*.wst-floor-slide-items img{height:560px;width:239px}*/
/* 猜你喜欢 */
.wst-container3{width:100%;}
.like_goods_list{width: 1200px;box-sizing:border-box;margin:0px auto;}
.lg_glist{width: 1200px;height: auto;display: block;margin:50px auto 0px;}
/*.lg_glist .fmr_gitem:nth-child(5n){border-right: none;}*/
.fmr{width:934px;height: 100%;box-sizing:border-box;}
.fmr_glist{width: 100%;height: 100%;}
/* 左图右文布局样式 */
.fmr_gitem{
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.fmr_gitem:hover{
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.fmr_img{
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    top: 0;
    overflow: hidden;
}

.fmr_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: transform 0.3s ease;
}

.fmr_img:hover img{
    transform: scale(1.05);
}

/* 右侧内容区域 */
.fmr_gitem > *:not(.fmr_img) {
    margin-left: 30px;
    margin-right: 30px;
}

.fmr_gname{
    width: auto;
    height: auto;
    line-height: 1.4;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    word-break: break-word;
    display: block;
    margin: 20px 30px 15px 30px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    bottom: 0;
    text-align: left;
}

.fmr_gname a {
    color: #333;
    text-decoration: none;
}

.fmr_gname a:hover {
    color: #e74c3c;
}

.fmr_gprice{
    text-align: left;
    font-size: 24px;
    height: auto;
    line-height: 1;
    color: #e74c3c;
    font-weight: 600;
    margin: 15px 30px;
}

.like_goods_list .info{
    width: auto;
    height: auto;
    margin: 15px 30px;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.like_goods_list .cart{
    cursor: pointer;
    text-align: center;
    line-height: 25px;
}

.like_goods_list .shopingcart{
    background: url(../img/icon-cart-like.png) 0px 0px no-repeat;
    height: 22px;
    width: 27px;
}

.like_goods_list .purchase{
    width: auto;
    margin: 20px 30px 30px 30px;
    position: relative;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    background: #e74c3c;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.like_goods_list .purchase:hover{
    background: #c0392b;
    transform: translateY(-1px);
}

.like_goods_list .purchase:before,
.like_goods_list .purchase:after{
    display: none;
}

/* 移动端响应式 */
@media (max-width: 768px) {
    .like_goods_list{
        width: 95%;
        padding: 0 2.5%;
    }
    
    .lg_glist{
        width: 100%;
        margin: 30px auto 0px;
    }
    
    .fmr_gitem{
        flex-direction: column;
        margin-bottom: 15px;
    }
    
    .fmr_img{
        width: 100%;
        height: 250px;
    }
    
    .fmr_gname{
        margin: 15px 20px 10px 20px;
        font-size: 18px;
        text-align: center;
    }
    
    .fmr_gprice{
        margin: 10px 20px;
        text-align: center;
        font-size: 20px;
    }
    
    .like_goods_list .info{
        margin: 10px 20px;
        justify-content: center;
    }
    
    .like_goods_list .purchase{
        margin: 15px 20px 20px 20px;
        text-align: center;
        display: block;
        width: calc(100% - 40px);
    }
}

.lg_tit{margin:0px auto 80px;height: 56px;width:695px;text-align:center;line-height: 25px;font-size: 50px;letter-spacing:1px;font-weight: 600;color: #000;background:url("../img/hotbag.png") no-repeat;background-size:100% 100%;}
.lg_tit b{color:#3f84e9;font-weight: 600;}
.lg_tit:after{content:"专注品质，对每一件产品都是用心";display: block;font-size: 20px;margin-top: 40px;font-weight: 400;}

/* 热销产品推荐样式 */
.hot_product_section {
  width: 1200px;
  margin: 80px auto;

}

/* 商品分类展示 */
.category-showcase {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 40px 0;
	/*flex-wrap: wrap;*/
}

.category-item {
	flex: 0 0 auto;
	text-align: center;
}

.category-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	width: 160px;
	height: 180px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	cursor: pointer;
    margin:0 60px;
}

.category-link:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.category-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
	overflow: hidden;
	flex-shrink: 0;
}

.category-link:hover .category-icon {
	transform: scale(1.1);
}

.category-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.category-name {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	transition: color 0.3s ease;
	text-align: center;
	line-height: 1.4;
}

.hot_section_title {
  text-align: center;
  margin-bottom: 60px;
}

.hot_section_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.hot_section_subtitle {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}

.hot_product_container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  overflow: hidden;
  margin: 0 20px;
  transition: transform 0.3s ease;
}

.hot_product_container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.hot_product_left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot_product_left a {
  display: block;
  width: 100%;
}

.hot_product_img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.hot_product_left:hover .hot_product_img {
  transform: scale(1.05);
}

.hot_product_right {
  flex: 1;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hot_product_name {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
  cursor: pointer;
}

.hot_product_name:hover {
  color: #5256D3;
}

.hot_product_desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 30px 0;
  text-align: justify;
  transition: color 0.3s ease;
  cursor: pointer;
}

.hot_product_desc:hover {
  color: #A9ABE8;
}

.hot_product_price {
  font-size: 32px;
  font-weight: bold;
  color: #e74c3c;
  margin: 0 0 30px 0;
}

.price_symbol {
  font-size: 24px;
  margin-right: 5px;
}

.hot_product_btn {
  display: inline-block;
  background: #A9ABE8;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
}

.hot_product_btn:hover {
  background: #A9ABE8;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  color: #fff;
  text-decoration: none;
}

.hot_product_btn:active {
  transform: translateY(0);
}

/* 热销产品链接样式 */
.hot_product_link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hot_product_link:hover {
  text-decoration: none;
  color: inherit;
}

.hot_product_link:visited {
  color: inherit;
}

.hot_product_link:focus {
  outline: none;
  color: inherit;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .hot_product_section {
    width: 100%;
    margin: 40px auto;
  }
  
  .hot_product_container {
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .hot_product_container {
    flex-direction: column;
  }
}

/* 热销产品推荐样式 */
.hot_section_title {
    text-align: center;
    margin-bottom: 50px;
}

.hot_section_title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.hot_section_title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #A9ABE8;
    border-radius: 2px;
}

.hot_section_subtitle {
    font-size: 14px;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hot_product_container {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
}

.hot_product_container:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.hot_product_left {
    flex: 2;
   
    overflow: hidden;
    position: relative;
}


.hot_product_left:hover::before {
    opacity: 1;
}

.hot_product_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hot_product_left:hover .hot_product_img {
    transform: scale(1.08);
}

.hot_product_right {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hot_product_name {
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.hot_product_subtitle {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 25px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hot_product_desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
    cursor: pointer;
}

.hot_product_name:hover {
    color: #5256D3;
}

.hot_product_desc:hover {
    color: #A9ABE8;
}

.hot_product_price {
    font-size: 32px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}

.price_symbol {
    font-size: 22px;
    margin-right: 3px;
}

.hot_product_btn {
    display: inline-block;
    background: #A9ABE8;
    color: white;
    padding: 10px 55px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.hot_product_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.hot_product_btn:hover::before {
    left: 100%;
}

.hot_product_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .hot_section_title h2 {
        font-size: 28px;
    }
    
    .hot_product_container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .hot_product_left {
        flex: none;
        width: 100%;
        height: 250px;
    }
    
    .hot_product_right {
        padding: 30px 20px;
    }
    
    .hot_product_name {
        font-size: 22px;
    }
    
    .hot_product_price {
        font-size: 28px;
    }
    
    .hot_product_btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* 推荐产品网格样式 */
.product_grid_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
}

.product_card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.product_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product_card_image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0;
}

.product_card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product_card:hover .product_card_image img {
    transform: scale(1.05);
}

.product_card_content {
    padding: 15px;
}

.product_card_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 15px 15px 10px 15px;
    line-height: 1.4;
    height: auto;
    min-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: #fff;
}

.product_card_title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product_card_title a:hover {
    color: #5256D3;
}

.product_card_price {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.original_price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
   margin-right: 20px;
    margin-bottom: 5px;
}

.sale_price {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
}

.product_card_action {
    text-align: center;
    padding: 15px;
    background: #fff;
}

.buy_now_btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background: #A9ABE8;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.buy_now_btn:hover {
    background: linear-gradient(135deg, #6e70b8 0%, #50527a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(82, 86, 211, 0.3);
}

/* 防止横向滚动条的全局规则 */
* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* 商家登录按钮区域 */
.shop-login-section {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	text-align: center;
	padding: 0 20px;
}

.shop-login-btn {
	display: inline-block;
	background: #4A90E2;
	color: #fff;
	padding: 12px 40px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
	letter-spacing: 1px;
}

.shop-login-btn:hover {
	background: #357ABD;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
	color: #fff;
	text-decoration: none;
}

/* 推荐产品下方图片样式 */
.custom_service_section {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	display: flex;
	align-items: stretch;
	gap: 40px;
	padding: 0 20px;
}

.custom_service_left {
	flex: 1.5;
	display: flex;
	align-items: stretch;
}

.custom_image {
	width: 100%;
	height: 100%;
	display: block;
	max-width: 100%;
	object-fit: contain;
}

.custom_service_right {
	flex: 1;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

.custom_service_content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.custom_service_title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
}

.custom_service_desc {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

.custom_service_features {
	margin-bottom: 30px;
}

.custom_feature_item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}

.custom_feature_item:last-child {
	margin-bottom: 0;
}

.custom_feature_icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
	padding: 8px;
	box-sizing: border-box;
}

.custom_feature_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.custom_feature_content {
	flex: 1;
}

.custom_feature_title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
}

.custom_feature_desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.custom_service_btn {
	display: inline-block;
	background: #ff6b35;
	color: #fff;
	padding: 10px 22px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
    width:140px;
}

.custom_service_btn:hover {
	background: #e55a2b;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.recommendation_image_section {
    width: 100%;
    margin: 40px 0;
    text-align: center;
    padding: 0 20px;
}

/* 第一个导航分类商品展示区域样式 */
.first_nav_section {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    background: #ffffff;
    position: relative;
}


.nav_section_header {
    margin-bottom: 15px;
    position: relative;
    padding: 20px 10px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nav_section_title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    letter-spacing: 1px;
    text-align: left;
}

.nav_view_all {
    font-size: 14px;
    color: #217125;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav_view_all:hover {
    color: #4A90E2;
}

.nav_arrow_icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.nav_view_all:hover .nav_arrow_icon {
    transform: translateX(3px);
}

.nav_section_subtitle {
    font-size: 12px;
    color: #999999;
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav_products_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.nav_product_card {
    width: 260px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 10px 30px;
}

.nav_product_card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.nav_product_image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_product_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.3s ease;
}

.nav_product_card:hover .nav_product_image img {
    transform: scale(1.05);
}

.nav_cart_btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.3s ease;
    z-index: 5;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.nav_product_card:hover .nav_cart_btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.nav_cart_btn:hover {
    background: transparent;
    transform: scale(1.1);
    box-shadow: none;
}

.nav_cart_btn img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    padding: 0;
}

.nav_product_info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.nav_product_title {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav_product_title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav_product_title a:hover {
    color: #4A90E2;
}

.nav_product_rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.nav_rating_stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav_rating_stars .star-icon {
    width: 14px;
    height: 14px;
    display: block;
}

.nav_rating_score {
    font-size: 13px;
    color: #666;
}

.nav_product_price_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.nav_product_price_current {
    font-size: 20px;
    font-weight: bold;
    color: #e40000;
}

.nav_product_price_original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.nav_btn_buy {
    background: #A9ABE8;
    color: white;
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.nav_btn_buy:hover {
    background: #af8aee;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3);
}

.nav_btn_cart {
    background: rgba(243, 244, 246, 0.9);
    color: #374151;
    border: 1px solid #A9ABE8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav_btn_cart:hover {
    background: #e5e7eb;
    color: #374151;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 第二个导航分类商品展示区域样式 - 背景图撑满屏幕 */
.index_category_section_two {
    width: 100%;
    padding: 60px 0;
    background: url('../img/1_08.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    margin: 50px 0;
}

.index_category_section_two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.category_inner_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.category_section_header {
    text-align: center;
    margin-bottom: 40px;
}

.category_section_title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
  
    
}

.category_section_subtitle {
    font-size: 14px;
    color: #888;
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.category_products_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category_product_item {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.category_product_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category_product_img_box {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.category_product_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category_product_item:hover .category_product_img_box img {
    transform: scale(1.05);
}

.category_product_details {
    padding: 20px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.category_product_price {
    font-size: 22px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 10px 0;
}

.category_product_name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category_product_name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category_product_name a:hover {
    color: #d74827;
}

.category_buy_btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #FF5933;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.category_buy_btn:hover {
    background: #d74827;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(169, 171, 232, 0.3);
}

/* 交错式商品展示（上图标题+下列表） */
.index_category_section_stagger .category_section_title{
    font-size:36px;
    font-weight:700;
    color:#FF5933;
    letter-spacing:2px;
}
.index_category_section_stagger .category_section_header{
    margin-bottom:50px;
}
.index_category_section_stagger .category_products_list{
    display:flex;
    flex-direction:column;
    gap:36px;
}
.index_category_section_stagger .category_product_item{
    display:flex;
    align-items:flex-end;
    width:100%;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    overflow:visible;
}
.index_category_section_stagger .category_product_item:hover{
    transform:none;
    box-shadow:none;
}
.index_category_section_stagger .category_product_item:nth-child(odd){
    flex-direction:row;
}
.index_category_section_stagger .category_product_item:nth-child(even){
    flex-direction:row-reverse;
}
.index_category_section_stagger .category_product_info{
    flex:0 0 42%;
    min-width:360px;
    min-height:300px;
    padding:36px 40px 32px;
    box-sizing:border-box;
    background:#F7F7F7;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.index_category_section_stagger .category_product_name{
    font-size:16px;
    font-weight:600;
    color:#333;
    line-height:1.6;
    margin:0 0 20px;
    height:auto;
    overflow:visible;
    display:block;
    -webkit-line-clamp:unset;
}
.index_category_section_stagger .category_product_price{
    font-size:28px;
    font-weight:700;
    color:#FF5933;
    margin:0 0 18px;
}
.index_category_section_stagger .category_product_stats{
    display:flex;
    align-items:center;
    gap:28px;
    margin-bottom:auto;
    padding-bottom:28px;
}
.index_category_section_stagger .category_stat_item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#999;
    font-style:normal;
}

.index_category_section_stagger .category_stat_item em{
    font-style:normal;
    color:#999;
}
.index_category_section_stagger .category_buy_btn{
    display:inline-block;
    width:130px;
    min-width:140px;
    padding:12px 32px;
    border-radius:6px;
    background:linear-gradient(90deg,#FF5933 0%,#FF5F8D 100%);
    box-shadow:0 6px 16px rgba(255,89,51,.3);
    font-size:15px;
}
.index_category_section_stagger .category_buy_btn:hover{
    background:linear-gradient(90deg,#FF5933 0%,#FF5F8D 100%);
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(255,89,51,.4);
}
.index_category_section_stagger .category_product_img_box{
    flex:1;
    height:400px;
    min-width:0;
    overflow:hidden;
    /* background:#e8e8e8; */
}
.index_category_section_stagger .category_product_img_box a{
    display:block;
    width:100%;
    height:100%;
}
.index_category_section_stagger .category_product_img_box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.index_category_section_stagger .category_product_item:hover .category_product_img_box img{
    transform:scale(1.03);
}

/* 双组大图+圆形缩略图展示 */
.index_category_section_showcase{
    width:100%;
    padding:60px 0 70px;
    background:url('../img/1_16.jpg') no-repeat center center;
    background-size:cover;
    position:relative;
    margin:50px 0;
}
.index_category_section_showcase .category_inner_wrapper{
    max-width:1200px;
}
.index_category_section_showcase .category_section_title{
    font-size:36px;
    font-weight:700;
    color:#FF5933;
    letter-spacing:2px;
}
.index_category_section_showcase .category_section_header{
    margin-bottom:50px;
}
.showcase_groups{
    display:flex;
    flex-direction:column;
    gap:50px;
}
.showcase_group{
    display:flex;
    align-items:stretch;
    min-height:460px;
    position:relative;
}
.showcase_group--odd{
    flex-direction:row;
}
.showcase_group--even{
    flex-direction:row-reverse;
}
.showcase_main{
    flex:1;
    min-width:0;
    min-height:460px;
    background:#f7f3ef;
    overflow:hidden;
    box-sizing:border-box;
}
.showcase_main a{
    display:block;
    width:100%;
    height:100%;
    min-height:460px;
}
.showcase_main img{
    width:100%;
    height:476px;
   
    object-fit:cover;
    object-position:center;
    display:block;
}
.showcase_panel{
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:rgba(255,255,255,.35);
}
.showcase_card{
    position:relative;
    z-index:2;
    padding:42px 48px 38px;
    color:#fff;
    background:linear-gradient(90deg,#FF5F8D 0%,#FF5933 100%);
    box-shadow:0 10px 30px rgba(255,89,51,.25);
    top: 50px;
}
.showcase_group--odd .showcase_card{
    margin-left:-50px;
}
.showcase_group--even .showcase_card{
    margin-right:-50px;
}
.showcase_card_title{
    margin:0 0 18px;
    font-size:18px;
    font-weight:600;
    line-height:1.6;
}
.showcase_card_title a{
    color:#fff;
    text-decoration:none;
}
.showcase_card_price{
    font-size:32px;
    font-weight:700;
    margin-bottom:28px;
}
.showcase_buy_btn{
    display:inline-block;
    padding:10px 28px;
    border-radius:20px;
    background:#fff;
    color:#FF5933;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:transform .25s ease,box-shadow .25s ease;
}
.showcase_buy_btn:hover{
    color:#FF5933;
    transform:translateY(-2px);
    box-shadow:0 6px 16px rgba(0,0,0,.12);
}
.showcase_thumbs{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:28px;
    padding:0px 40px 10px;
    flex-wrap:wrap;
}
.showcase_group--even .showcase_thumbs{
    justify-content:flex-end;
}
.showcase_thumb{
    position:relative;
    width:110px;
    height:110px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
    display:block;
    background:#e0e0e0;
    cursor:pointer;
}
.showcase_thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:50%;
    transition:transform .35s ease;
}
.showcase_thumb:hover img{
    transform:scale(1.08);
}
.showcase_thumb_mask{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:2;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.55);
    color:#fff;
    font-size:14px;
    letter-spacing:1px;
    opacity:0;
    visibility:hidden;
    transition:opacity .3s ease,visibility .3s ease;
    pointer-events:none;
}
.showcase_thumb:hover .showcase_thumb_mask{
    opacity:1;
    visibility:visible;
}

/* 六宫格商品展示（一排三个） */
.index_category_section_six{
    width:100%;
    padding:60px 0 70px;
    background:#F8F8F8;
    margin:50px 0;
}
.index_category_section_six .category_section_title{
    font-size:36px;
    font-weight:700;
    color:#FF5933;
    letter-spacing:2px;
    text-align:center;
}
.index_category_section_six .category_section_header{
    margin-bottom:45px;
}
.index_category_section_six .grid_products_row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px 24px;
}
.index_category_section_six .grid_product_item{
    background:transparent;
    overflow:visible;
    transition:transform .3s ease;
}
.index_category_section_six .grid_product_item:hover{
    transform:translateY(-4px);
}
.index_category_section_six .grid_product_img_box{
    position:relative;
    width:100%;
    height:300px;
    overflow:visible;
    background:#ececec;
}
.index_category_section_six .grid_product_img_box a{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
}
.index_category_section_six .grid_product_img_box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.index_category_section_six .grid_product_item:hover .grid_product_img_box img{
    transform:scale(1.05);
}
.index_category_section_six .grid_product_footer{
    position:relative;
    display:flex;
    align-items:center;
    min-height:50px;
    padding:16px 18px 16px 130px;
    background:#fff;
    box-sizing:border-box;
}
.index_category_section_six .grid_product_price{
    position:absolute;
    left:18px;
    top:-32px;
    z-index:3;
    min-width:86px;
    padding:30px 10px;
    text-align:center;
    background:#FF5933;
    color:#fff;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    box-shadow:0 4px 12px rgba(255,89,51,.25);
}
.index_category_section_six .grid_product_name{
    flex:1;
    margin:0;
    padding:0;
    font-size:14px;
    font-weight:500;
    color:#333;
    line-height:1.55;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.index_category_section_six .grid_product_name a{
    color:inherit;
    text-decoration:none;
}
.index_category_section_six .grid_product_name a:hover{
    color:#FF5933;
}

/* 第二个导航区域响应式设计 */
@media (max-width: 768px) {
    .category_products_grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .category_product_item {
        flex-direction: column;
    }
    
    .category_product_img_box {
        width: 100%;
        height: 200px;
    }
    
    .category_product_details {
        padding: 15px;
    }

    .index_category_section_stagger .category_product_item,
    .index_category_section_stagger .category_product_item:nth-child(odd),
    .index_category_section_stagger .category_product_item:nth-child(even){
        flex-direction:column;
        align-items:stretch;
    }
    .index_category_section_stagger .category_product_info{
        flex:none;
        width:100%;
        min-width:0;
        min-height:auto;
    }
    .index_category_section_stagger .category_product_img_box{
        width:100%;
        height:240px;
    }

    .showcase_group,
    .showcase_group--odd,
    .showcase_group--even{
        flex-direction:column;
        min-height:auto;
    }
    .showcase_group--odd .showcase_card,
    .showcase_group--even .showcase_card{
        margin-left:0;
        margin-right:0;
    }
    .showcase_main,
    .showcase_main a,
    .showcase_main img{
        min-height:240px;
    }
    .showcase_thumbs{
        justify-content:center;
        padding:24px 20px 30px;
        gap:16px;
    }
    .showcase_thumb{
        width:80px;
        height:80px;
    }

    .index_category_section_six .grid_products_row{
        grid-template-columns:repeat(2,1fr);
        gap:20px 16px;
    }
    .index_category_section_six .grid_product_img_box{
        height:220px;
    }
    .index_category_section_six .grid_product_footer{
        min-height:64px;
        padding:14px 14px 14px 96px;
    }
    .index_category_section_six .grid_product_price{
        font-size:18px;
        min-width:76px;
        padding:10px 8px;
        top:-26px;
        left:14px;
    }
}

@media (max-width: 480px){
    .index_category_section_six .grid_products_row{
        grid-template-columns:1fr;
    }
}

/* 第三个导航分类商品展示区域 - 横向全屏 */
.index_category_section_three {
    width: 100%;
    padding: 40px 0;
    background: #5D60A5;
    margin: 50px 0;
 
}

.category_three_header {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.category_three_header .category_section_title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.category_three_header .category_section_subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.category_three_container {
    display: flex;
    gap: 10px;
   
}

.category_three_item {
    flex: 0 0 auto;
    width: 280px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.category_three_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.category_three_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_three_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category_three_item:hover .category_three_img img {
    transform: scale(1.05);
}

.category_three_info {
    padding: 15px;
    text-align: center;
}

.category_three_name {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.4;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category_three_name a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category_three_name a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.category_three_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.category_three_price {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    flex-shrink: 0;
}

.category_three_btn {
    display: inline-block;
    padding: 6px 16px;
    background: #ffffff;
    color: #A9ABE8;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.category_three_btn:hover {
    background: #f0f0f0;
    color: #8b8fd8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}


.footer-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 30px 20px 30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-left-section {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: #888;
    text-decoration: none;
        font-size: 13px;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #A9ABE8;
}

.footer-right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
    gap: 15px;
}

.contact-box {
    text-align: center;
    width: 100%;
}

.footer-links-inline {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links-inline .friendlink-item {
    display: block;
    margin: 0;
}

.contact-icon {
    margin-bottom: 10px;
}

.contact-icon img {
    width: 50px;
    height: 50px;
}

.contact-details {
    color: #666;
}

.contact-details .contact-phone {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 5px 0 3px 0;
        letter-spacing: 1px;
    }
    
.contact-details .contact-desc {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

/* 定制服务区域响应式 */
@media (max-width: 768px) {
    .custom_service_section {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }
    
    .custom_service_left,
    .custom_service_right {
        flex: 1;
        width: 100%;
    }
    
    .custom_service_title {
        font-size: 24px;
    }
}

.contact-details .contact-address {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.friendlink-item {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.friendlink-item:hover {
    color: #A9ABE8;
}

.footer-bottom-info {
        width: 100%;
}

.footer-friendlink-simple {
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
    margin-bottom: 10px;
}

.footer-friendlink-simple .friendlink-label {
    color: #333;
    margin-right: 10px;
    font-weight: 500;
}

.footer-friendlink-simple .friendlink-item {
    margin: 0 10px;
}

.footer-copyright {
    text-align: center;
    width: 100%;
    padding: 10px 0 0 0;
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    border-top: 1px solid #e0e0e0;
}

.footer-copyright p {
    margin: 3px 0;
}

/* Footer响应式设计 */
@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column;
        padding: 30px 20px;
    }
    
    .footer-left-section {
        flex-direction: column;
        gap: 25px;
    }
    
    .footer-column {
        margin-bottom: 0;
        width: 100%;
    }
    
    .footer-right-section {
        border-left: none;
        border-top: 1px solid #e0e0e0;
        padding-left: 0;
        padding-top: 30px;
        gap: 20px;
    }
    
    .contact-box {
        width: 100%;
    }
    
    .footer-copyright {
        padding-top: 15px;
    }
}

