@CHARSET "UTF-8";
.home-container{background:none;}
/* .wst-nav-items1{display:none!important;} */ /* 已注释，不再隐藏header */

/* 全屏宽度图片容器样式 */
.fullwidth-image-container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.fullwidth-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* 左右两栏主视觉（图一效果）：左一大图，右两图竖排 */
.hero-banner-row {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
    padding: 0 10px;
    align-items: flex-start;
    /* 同一个盒子左右等高 */
    height: clamp(260px, 32vw, 420px);
}
.hero-banner-left {
    flex: 1;
    min-width: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
.hero-banner-left .hero-banner-link {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    height: 100%;
}
.hero-banner-left img {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
    /* object-fit: contain;
    background: #f6f6f6; */
}
.hero-banner-right {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    height: 100%;
}
.hero-banner-right-top,
.hero-banner-right-bottom {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
}
.hero-banner-right .hero-banner-link {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    height: 100%;
}
.hero-banner-right img {
    width: 100%;
    height: auto;
    display: block;
    height: 100%;
    /* object-fit: contain;
    background: #f6f6f6; */
}
.hero-banner-text{
    position:absolute;
    z-index:2;
    color:#ffffff;
    text-shadow:0 2px 8px rgba(0,0,0,0.35);
}
.hero-banner-text-main{
    left:32px;
    top:100px;
}
.hero-banner-eyebrow-en{
    margin: 0px 0 40px 0;
    font-size: 33px;
    letter-spacing: 2px;
}
.hero-banner-title-cn{
    margin:0 0 80px 0;
    font-size:60px;
    font-weight:700;
}
.hero-banner-title-cn1{
    margin:16px 0 16px 0;
    font-size:30px;
    font-weight:700;
    color: #364761;
}
.hero-banner-subtitle-cn{
    margin:0 0 20px 0;
    font-size:30px;
}
.hero-banner-subtitle-cn1{
    margin:0 0 20px 0;
    font-size:16px;
    color: #364761;
}
.hero-banner-subtitle-en{
    margin:0;
    font-size:16px;
    letter-spacing:1px;
}
.hero-banner-text-secondary{
    left:20px;
    top:18px;
}
.hero-banner-btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-block;
    padding: 8px 14px;
    background: rgba(60,60,60,0.85);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s;
}
.hero-banner-btn small {
    font-size: 12px;
    opacity: 0.9;
}
.hero-banner-link:hover .hero-banner-btn {
    background: rgba(40,40,40,0.95);
}

/* 特色服务区域样式 */
.features-section {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 25px;
}

.features-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.feature-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

.feature-subtitle {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
#wst-slide .wst-slide-itemswrap,#wst-slide .wst-slide-items,#wst-slide .wst-slide-items li{height:650px;overflow:hidden}
.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;}
/*分类*/
.nav{width: 580px;margin: 0 auto;position: relative;left: 285px;top: 95px;}
.category{width:100%;position: absolute;top: 0;}
.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}
.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;gap: 15px;}
.goods-list .goods{display: block;background-color:#fff;border-radius: 5px;width: 225px;position: relative;box-shadow: 0 2px 8px rgba(0,0,0,0.1);transition: transform 0.3s ease;}
/*.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: 225px;height:225px;display: flex;justify-content: center;align-items: center;border-radius: 5px;}
.goods-list .goods .img a{display:block;}
.goods-list .goods .img a img{width:200px;height:200px;}
.goods-list .goods .p-price{font-size:22px;height: 20px;line-height:20px;color:#FF4757;font-weight:600;margin-right:10px;}
.goods-list .goods .info{width:200px;margin:10px auto;display: flex;justify-content: space-between;align-items: center;padding: 0 10px;}
.goods-list .goods .cart{width: 180px; height: 36px;margin:15px auto 20px;cursor: pointer;color:#83C0E7;background: #fff;border: 2px solid #83C0E7;text-align:center;line-height:32px;font-size:14px;transition: all 0.3s ease;}
.goods-list .goods .cart:hover{background: #007DD1;color: #fff;transform: translateY(-1px);box-shadow: 0 4px 12px rgba(0, 125, 209, 0.3);}
.goods-list .goods .p-name{}
.goods-list .goods .p-name a{width: 200px;overflow: hidden;word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;margin: 8px auto 0;color:#000;font-size:14px;font-weight:600;line-height: 20px;}
.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}
/* 商品名称标题样式 */
.floor-header .floor-right-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.floor-header .title-underline {
    width: 80px;
    height: 4px;
    background: #2B93D9;
    margin: -9px auto 40px;
    border-radius: 2px;
}

#fl_1_0_box .floor-header{margin:40px auto 40px;color:#333;}

/* 商品彩色边框样式 */
.goods-list .goods .color-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 5px 5px 0 0;
}

.goods-list .goods .color-border-1 {
    background: #75BCF4;
}

.goods-list .goods .color-border-2 {
    background: #FED082;
}

.goods-list .goods .color-border-3 {
    background: #BADE9E;
}

.goods-list .goods .color-border-4 {
    background: #EFABFF;
}

.goods-list .goods .color-border-5 {
    background: #EC8380;
}

.goods-list .goods:hover {
    transform: translateY(-5px);
}


#fl_1_0_box{height:auto;background:none;}
.goods-list .goods-f1 .p-name a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.goods-list .goods-f1 .info{margin-top:10px;}
.goods-list .goods-f1 .cart{margin:15px auto}

#fl_2_0_box .floor-header{margin:40px auto 20px;}
#fl_2_0_pl{height:auto;background:none;display: flex;align-items: center;}
.goods-list .goods-f2{position:relative;top: 20px;}
.goods-list .goods-f2 .img{background:url("../img/goods-f1-img.png") no-repeat;background-size:100% 100%;width:289px;height:227px;}
.goods-list .goods-f2 .img a img{width:168px;height:168px;border-radius:50%;position: absolute;top: -64px;left: 30px;}
.goods-list .goods-f2 .p-name{position: absolute;bottom: 125px;left: 20px;}
.goods-list .goods-f2 .info{position:absolute;bottom: 75px;left: 23%;}
.goods-list .goods-f2 .market-price span{color:#fff}
.goods-list .goods-f2 .cart{margin-top:15px;}

#fl_3_0_box .floor-header{margin:40px auto 40px;}
/* 日用电器楼层使用和电子产品一样的5列网格布局 */
.goods-list .goods-f3 {
    /* 使用和电子产品一样的样式 */
}

#fl_4_0_box .floor-header{margin:40px auto 40px;}
/* 第4层及以后的楼层使用标准的5列网格布局 */

.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:0 auto;height: 60px;line-height: 60px;text-align: center;}
.floor-header-f1,.floor-header-f2,.floor-header-f3,.floor-header-f4,.floor-header-f5{display: inline-block;float: none;}
.floor-right-title{margin:0 auto;display:inline-block;text-align: center;}
.floor-header .floor-right-title span{display:block;font-weight: 600;font-size:30px;letter-spacing:2px;color:#333;}
.floor-right{width:100%;overflow:hidden;}
.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}*/
/* 更多按钮容器样式 */
.more-button-container{width:1200px;margin:30px auto;text-align: center;}
.more-button{display: inline-block;padding: 12px 40px;background: #fff;border: 2px solid #83C0E7;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 4px 15px 0 rgba(131, 192, 231, 0.2);}
.more-button:hover{background: #007DD1;color: #fff;transform: translateY(-2px);box-shadow: 0 8px 25px 0 rgba(7, 125, 209, 0.4);}
.more-button:hover p{color: #fff;}
.more-button p{margin: 0;color: #83C0E7;font-size: 16px;font-weight: 500;}

/* 热销爆款专区样式 */
.wst-container3{width:100%;overflow:hidden;padding: 0;}
.hotsale-section{width: 100%;background:#ddd;background-size: cover;padding: 60px 0;}

/* 热销爆款头部 */
.hotsale-header{text-align: center;margin-bottom: 40px;}
.hotsale-title{font-size: 48px;font-weight: bold;color: #333;margin: 0 0 15px 0;padding: 0;}
.hotsale-subtitle{font-size: 16px;color: #666;margin: 0;padding: 0;}

/* 商品卡片布局 */
.hotsale-products{width: 1200px;margin: 0 auto;display: flex;gap: 20px;justify-content: space-between;padding: 0 20px;}
.hotsale-product-card{flex: 1;background: #fff;border-radius: 12px;overflow: hidden;transition: all 0.3s ease;cursor: pointer;box-shadow: 0 2px 8px rgba(0,0,0,0.1);}
.hotsale-product-card:hover{transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0,0,0,0.15);}

/* 商品图片区域 */
.hotsale-product-image{position: relative;height: 200px;background: #f5f5f5;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.hotsale-product-image img{max-width: 100%;max-height: 100%;object-fit: cover;transition: transform 0.3s ease;}
.hotsale-product-card:hover .hotsale-product-image img{transform: scale(1.05);}

/* 商品信息区域 */
.hotsale-product-info{padding: 20px;}
.hotsale-product-name{font-size: 16px;color: #333;line-height: 1.5;margin: 0 0 12px 0;height: 48px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 评分区域 */
.hotsale-rating{display: flex;align-items: center;gap: 5px;margin-bottom: 12px;}
.star-icon{width: 16px;height: 16px;object-fit: contain;}
.rating-text{font-size: 14px;color: #666;margin-left: 5px;}

/* 价格区域 */
.hotsale-product-price{margin-bottom: 10px;}
.hotsale-current-price{font-size: 20px;color: #ff4757;font-weight: bold;margin-right: 10px;}
.hotsale-original-price{font-size: 14px;color: #999;text-decoration: line-through;}

/* 销量 */
.hotsale-sales{font-size: 14px;color: #666;margin-bottom: 15px;}

/* 购物车按钮 */
.hotsale-cart-btn{width: 100%;height: 40px;background: #273095;border: none;border-radius: 6px;font-size: 14px;font-weight: 500;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;gap: 8px;color: #fff;}
.hotsale-cart-btn:hover{background: #357ae8;transform: translateY(-1px);box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);}
.cart-icon{width: 18px;height: 18px;object-fit: contain;}

/* 查看全部商品按钮 */
.hotsale-view-all{text-align: center;margin-top: 40px;}
.view-all-btn{background: transparent;border: 2px solid #273095;border-radius: 6px;padding: 12px 40px;font-size: 16px;color: #273095;cursor: pointer;transition: all 0.3s ease;}
.view-all-btn:hover{background: #fff;color: #357ae8;}

/* 优质商家专区 */
.quality-shops-section .quality-shops-header{display: flex;flex-direction: column;align-items: center;}
.quality-shops-section .quality-shops-title-icon{display: block;margin: 0 auto 40px;width: auto;height: 24px;}
.quality-shops-section .hotsale-title{margin: 0 0 34px 0;}
/* .quality-shops-section .quality-shops-arch{width: 40px;height: 8px;margin: 0 auto;background: linear-gradient(90deg, transparent, #4A90E2, transparent);border-radius: 4px;} */
.quality-shops-row{width: 1200px;margin: 0 auto;display: flex;gap: 24px;justify-content: space-between;padding: 0 20px;}
.quality-shop-block{flex: 1;min-width: 0;background: #fff;border-radius: 12px;padding: 20px;box-shadow: 0 2px 8px rgba(0,0,0,0.08);}
.quality-shop-head{display: flex;align-items: center;gap: 8px;margin-bottom: 16px;padding-bottom: 12px;border-bottom: 1px solid #eee;}
.quality-shop-icon{flex-shrink: 0;width: 22px;height: 22px;background-size: contain;background-repeat: no-repeat;background-position: center;}
.quality-shop-icon-1{background-image: url('../img/1_42.png');}
.quality-shop-icon-2{background-image: url('../img/1_44.png');}
.quality-shop-icon-3{background-image: url('../img/1_47.png');}
.quality-shop-name{font-size: 16px;font-weight: 600;color: #333;text-decoration: none;}
.quality-shop-name:hover{color: #273095;}
.quality-shop-products{display: grid;grid-template-columns: repeat(2, 1fr);gap: 12px;}
.quality-product-item{background: #f9f9f9;border-radius: 8px;overflow: hidden;}
.quality-product-link{display: block;padding: 8px;text-decoration: none;color: inherit;}
.quality-product-img-wrap{height: 120px;background: #fff;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: 6px;}
.quality-product-img-wrap img{max-width: 100%;max-height: 100%;object-fit: contain;}
.quality-product-name{font-size: 13px;color: #333;margin: 8px 0 4px;line-height: 1.4;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.quality-product-price{font-size: 14px;color: #ff4757;font-weight: 600;margin: 0;}

/* 品质推荐：六宫格，每导航取2个，悬停上移+底部伪元素 */
.quality-recommend-section{width: 1200px;margin: 0 auto;padding: 50px 20px 60px;background: #f5f5f5;}
.quality-recommend-header{display: flex;flex-direction: column;align-items: center;margin-bottom: 32px;}
.quality-recommend-title-icon{display: block;margin: 0 auto 24px;width: auto;height: 24px;}
.quality-recommend-title{font-size: 28px;font-weight: bold;color: #333;margin: 0 0 8px;}
.quality-recommend-subtitle{font-size: 13px;color: #999;letter-spacing: 1px;margin: 0;}
.quality-recommend-grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 24px;}
.quality-recommend-card{background: #fff;border-radius: 12px;overflow: hidden;box-shadow: 0 2px 8px rgba(0,0,0,0.06);position: relative;transition: transform 0.35s ease, box-shadow 0.35s ease;}
.quality-recommend-card::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 3px;background: #e0e0e0;transition: background 0.35s ease;}
.quality-recommend-card:hover{transform: translateY(-8px);box-shadow: 0 12px 24px rgba(0,0,0,0.1);}
.quality-recommend-card:hover::after{background: linear-gradient(90deg, #4A90E2 30%, transparent 30%);}
.quality-recommend-link{display: block;text-decoration: none;color: inherit;padding-bottom: 3px;}
.quality-recommend-img-wrap{height: 200px;background: #fafafa;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.quality-recommend-img{max-width: 100%;max-height: 100%;object-fit: contain;}
.quality-recommend-name{font-size: 14px;color: #333;margin: 14px 16px 10px;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 42px;}
.quality-recommend-footer{display: flex;align-items: center;justify-content: space-between;padding: 0 16px 16px;}
.quality-recommend-price{font-size: 18px;color: #ff4757;font-weight: 600;}
.quality-recommend-cart{font-size: 12px;color: #999;display: inline-flex;align-items: center;gap: 4px;}
.quality-recommend-cart-icon{width: 16px;height: 16px;object-fit: contain;vertical-align: middle;}

/* 第一个导航商品专区 */
.first-nav-goods-section{width: 1200px;margin: 0 auto;padding: 40px 20px;}
.first-nav-header{text-align: left;margin-bottom: 24px;}
.first-nav-title{font-size: 32px;font-weight: bold;color: #333;margin: 0 0 26px 0;}
.first-nav-subtitle{font-size: 14px;color: #999;margin: 0;letter-spacing: 1px;}
.first-nav-cards{display: flex;gap: 20px;align-items: stretch;}
.first-nav-left-col{display: flex;flex-direction: row;gap: 20px;flex: 1;min-width: 0;}
.first-nav-right-col{display: flex;flex-direction: column;gap: 20px;flex: 1;min-width: 0;}
.first-nav-card{min-width: 0;border-radius: 12px;overflow: hidden;padding: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.first-nav-card:hover{transform: translateY(-8px);box-shadow: 0 12px 28px rgba(0,0,0,0.12);}
.first-nav-card:hover .first-nav-card-img-wrap img,
.first-nav-card:hover .first-nav-card-img-left img{transform: scale(1.05);transition: transform 0.3s ease;}
.first-nav-card .first-nav-card-img-wrap img,
.first-nav-card .first-nav-card-img-left img{transition: transform 0.3s ease;}
.first-nav-left-col .first-nav-card{flex: 1;position: relative;}
.first-nav-right-col .first-nav-card{flex: 1;}
.first-nav-card:not([style*="background"]){background: #F7F8FC;}
.first-nav-card-link{display: block;text-decoration: none;color: inherit;height: 100%;}
/* 左侧卡片：垂直布局 标题→描述→大图→价格 */
.first-nav-card-vertical{display: flex;flex-direction: column;}
.first-nav-card-vertical .first-nav-card-title{font-size: 16px;font-weight: 600;color: #333;margin: 0 0 8px;line-height: 1.4;}
.first-nav-card-vertical .first-nav-card-desc{font-size: 13px;color: #666;margin: 0 0 12px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.first-nav-card-vertical .first-nav-card-img-wrap{flex: 1;min-height: 140px;background: #fff;border-radius: 8px;display: flex;align-items: center;justify-content: center;overflow: hidden;margin-bottom: 12px;}
.first-nav-card-vertical .first-nav-card-img-wrap img{max-width: 100%;max-height: 180px;object-fit: contain;}
.first-nav-card-vertical .first-nav-card-price{text-align: center;
    top: 288px;
    font-size: 18px;
    color: #ff4757;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 75px;
    background: #fff;
    width: 110px;
    height: 30px;
    padding-left: 30px;
    border-radius: 30px;}
/* 右侧卡片：图左文右 商品图片在左、标题描述价格在右 */
.first-nav-card-horizontal{display: flex;}
.first-nav-card-horizontal .first-nav-card-link{display: flex;gap: 16px;align-items: stretch;}
.first-nav-card-img-left{flex-shrink: 0;width: 140px;height: 140px;min-height: 140px;background: #fff;border-radius: 8px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.first-nav-card-img-left img{width: 100%;height: 100%;object-fit: contain;}
.first-nav-card-horizontal .first-nav-card-content{flex: 1;min-width: 0;display: flex;flex-direction: column;justify-content: center;}
.first-nav-card-horizontal .first-nav-card-title{font-size: 15px;font-weight: 600;color: #333;margin: 0 0 6px;line-height: 1.4;}
.first-nav-card-horizontal .first-nav-card-desc{font-size: 13px;color: #666;margin: 0 0 8px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.first-nav-card-horizontal .first-nav-card-price{font-size: 16px;color: #ff4757;font-weight: 600;display: flex;align-items: center;gap: 6px;}
/* 图二布局 小方图在上→标题→描述→价格 */
.first-nav-card-img-top{display: flex;flex-direction: column;background: #F7F8FC !important;}
.first-nav-card-img-top .first-nav-card-link{display: flex;flex-direction: column;}
.first-nav-card-img-square{width: 100%;aspect-ratio: 1;background: #fff;border-radius: 8px;display: flex;align-items: center;justify-content: center;overflow: hidden;margin-bottom: 12px;}
.first-nav-card-img-square img{width: 100%;height: 100%;object-fit: contain;}
.first-nav-card-img-top .first-nav-card-title{font-size: 14px;font-weight: 600;color: #333;margin: 0 0 6px;line-height: 1.4;}
.first-nav-card-img-top .first-nav-card-desc{font-size: 12px;color: #666;margin: 0 0 8px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.first-nav-card-img-top .first-nav-card-price{font-size: 16px;color: #ff4757;font-weight: 600;display: flex;align-items: center;gap: 6px;}
/* .first-nav-cart-icon{width: 20px;height: 20px;object-fit: contain;vertical-align: middle;} */

/* 新品上市专区样式 */
.newarrival-section {
    width: 100%;
    background: #f7f9ff;
    padding: 60px 0;
}

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

.newarrival-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
}

.newarrival-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
}

.newarrival-products {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 两列 */
    gap: 24px 30px; /* 行列间距 */
    padding: 0 20px;
}

.newarrival-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    display: flex;              /* 图片在左，信息在右 */
    flex-direction: row;
    overflow: hidden;
    height: 220px;
}

.newarrival-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.newarrival-product-image {
    position: relative;
    width: 45%;                 /* 左侧占宽度 */
    min-height: 180px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.newarrival-product-card:hover .newarrival-product-image img {
    transform: scale(1.05);
}

.newarrival-product-info {
    flex: 1;
    padding: 18px 22px;
}

.newarrival-product-name {
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.newarrival-product-name a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newarrival-product-name a:hover {
    color: #e74c3c;
}

.newarrival-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.newarrival-product-price {
    margin: 10px 0 15px 0;
}

.newarrival-current-price {
    font-size: 20px;
    color: #ff4757;
    font-weight: bold;
    margin-right: 10px;
}

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

.newarrival-buy-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: linear-gradient(135deg, #5c8cf4 0%, #3f6ee9 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.newarrival-buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66, 133, 244, 0.3);
}

.newarrival-view-all {
    text-align: center;
    margin-top: 40px;
}

.view-all-newarrival-btn {
    background: transparent;
    border: 2px solid #273095;
    border-radius: 6px;
    padding: 12px 40px;
    font-size: 16px;
    color: #273095;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-all-newarrival-btn:hover {
    /*background: #737aca;*/
    color: #737aca;
    /*box-shadow: 0 6px 18px rgba(92, 140, 244, 0.35);*/
}

/* AI安全顾问 */
.ai-advisor-section{
    width:100%;
    background:#f7f7f9;
    padding:60px 0;
}
.ai-advisor-header{
    text-align:center;
    margin-bottom:36px;
}
.ai-advisor-title{
    font-size:32px;
    font-weight:700;
    color:#333;
    margin:0 0 10px 0;
}
.ai-advisor-subtitle{
    font-size:14px;
    color:#777;
}
.ai-advisor-layout{
    width:1200px;
    margin:0 auto;
    display:flex;
    gap:24px;
}
.ai-eval-card,
.ai-chat-card{
    flex:1;
    background:#fff;
    border-radius:12px;
    box-shadow:0 2px 10px rgba(0,0,0,0.06);
    padding:20px 22px;
    position:relative;
}
.ai-eval-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#273095,#5c8cf4,#35c96f);
    border-radius:12px 12px 0 0;
}
.ai-eval-title{
    font-size:18px;
    font-weight:600;
    margin:8px 0 16px 0;
    color:#333;
}
.ai-eval-body{
    font-size:14px;
    color:#555;
}
.ai-form-group{
    margin-bottom:16px;
}
.ai-label{
    display:block;
    margin-bottom:8px;
    color:#666;
}
.ai-select{
    width:100%;
    height:40px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 10px;
    outline:none;
}
.ai-select:focus{
    border-color:#273095;
}
.ai-checkbox-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}
.ai-checkbox{
    display:flex;
    align-items:center;
    padding:8px 10px;
    border:1px solid #e2e2e2;
    border-radius:6px;
    cursor:pointer;
    background:#fafafa;
}
.ai-checkbox input{
    margin-right:6px;
}
.ai-checkbox:hover{
    background:#f3f6ff;
    border-color:#273095;
}
.ai-primary-btn{
    width:100%;
    height:42px;
    border:none;
    border-radius:8px;
    background:#273095;
    color:#fff;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    margin-top:8px;
    transition:all .3s ease;
}
.ai-primary-btn:hover{
    background:#357ae8;
    box-shadow:0 4px 14px rgba(53,122,232,0.4);
}
.ai-chat-card{
    display:flex;
    flex-direction:column;
}
.ai-chat-container{
    flex:1;
    border:1px solid #eee;
    border-radius:8px;
    padding:12px 14px;
    background:#f8f9fb;
    overflow-y:auto;
    max-height:320px;
}
.chat-message{
    margin-bottom:10px;
    padding:8px 10px;
    border-radius:8px;
    max-width:80%;
    font-size:13px;
    line-height:1.6;
}
.ai-message{
    background:#e9edf7;
    color:#333;
    margin-right:auto;
}
.user-message{
    background:#273095;
    color:#fff;
    margin-left:auto;
}
.ai-chat-input-row{
    display:flex;
    margin-top:12px;
    gap:8px;
}
.ai-chat-input{
    flex:1;
    height:40px;
    border-radius:6px;
    border:1px solid #ddd;
    padding:0 10px;
    outline:none;
}
.ai-chat-input:focus{
    border-color:#273095;
}
.ai-chat-send-btn{
    width:90px;
    border:none;
    border-radius:6px;
    background:#273095;
    color:#fff;
    cursor:pointer;
    font-size:14px;
}
.ai-chat-send-btn:hover{
    background:#357ae8;
}
.typing-indicator{
    display:inline-flex;
    align-items:center;
}
.typing-indicator span{
    height:6px;
    width:6px;
    background:#999;
    border-radius:50%;
    margin:0 2px;
    opacity:.7;
    animation:aiTyping 1.4s infinite both;
}
.typing-indicator span:nth-child(2){animation-delay:.2s;}
.typing-indicator span:nth-child(3){animation-delay:.4s;}
@keyframes aiTyping{
    0%{transform:translateY(0);}
    50%{transform:translateY(-4px);}
    100%{transform:translateY(0);}
}
.loader{
    border:3px solid rgba(255,255,255,.4);
    border-radius:50%;
    border-top:3px solid #fff;
    width:20px;
    height:20px;
    animation:aiSpin 1s linear infinite;
}
@keyframes aiSpin{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

/* 关于我们 */
.about-section{
    width:100%;
    background:#ffffff;
    padding:70px 0;
}
.about-inner{
    width:1200px;
    margin:0 auto;
    display:flex;
    gap:40px;
    align-items:stretch;
}
.about-left{
    flex:1;
}
.about-right{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:200px;
    gap:12px;
}
.about-title{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin:0 0 16px 0;
}
.about-desc{
    font-size:14px;
    color:#666;
    line-height:1.8;
    margin-bottom:10px;
}
.about-features{
    display:flex;
    flex-wrap:wrap;
    margin-top:26px;
}
.about-feature-item{
    width:50%;
    display:flex;
    align-items:center;
    margin-bottom:18px;
}
.about-feature-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}

.about-feature-text h4{
    font-size:14px;
    font-weight:600;
    margin:0 0 4px 0;
}
.about-feature-text p{
    font-size:12px;
    color:#888;
    margin:0;
}
.about-more-btn{
    display:inline-block;
    margin-top:18px;
    padding:10px 30px;
    border-radius:24px;
    background:#273095;
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
.about-more-btn:hover{
    background:#357ae8;
}
.about-image{
    border-radius:12px;
    overflow:hidden;
    background:#f5f5f5;
}
.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


@media (max-width: 1240px) {
    .newarrival-products {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .newarrival-section {
        padding: 40px 0;
    }
    .newarrival-title {
        font-size: 36px;
    }
    .newarrival-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .newarrival-products {
        grid-template-columns: 1fr;
    }
    .newarrival-title {
        font-size: 28px;
    }
    .newarrival-product-image {
        height: 180px;
    }
}

/* 化妆品区域2x2网格布局 */
.cosmetics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cosmetics-item {
    display: flex;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

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

.cosmetics-image {
    flex: 0 0 200px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

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

.cosmetics-item:hover .cosmetics-image img {
    transform: scale(1.05);
}

.cosmetics-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cosmetics-name {
    margin-bottom: 10px;
}

.cosmetics-name a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cosmetics-name a:hover {
    color: #e74c3c;
}

.cosmetics-price {
    margin: 10px 0;
}

.cosmetics-price .current-price {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
}

.cosmetics-action {
    margin-top: 15px;
    text-align: right;
}

.cosmetics-btn {
    background: #fff;
    color: #83C0E7;
    border: 2px solid #83C0E7;
    padding: 10px 20px;
 
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(131, 192, 231, 0.2);
}
.cosmetics-btn:hover {
    background: #83C0E7;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(131, 192, 231, 0.4);
}

/* 企业采购专区样式 */
.enterprise-procurement-section {
    width: 100%;
    background: #fff;
    padding: 60px 0;
}

.enterprise-procurement-header {
    text-align: center;
    margin-bottom: 40px;
}

.enterprise-procurement-title {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0;
}

.enterprise-procurement-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0;
}

.enterprise-procurement-content {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 20px;
    align-items: stretch;
}

.enterprise-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.enterprise-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.enterprise-card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
}

.enterprise-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 25px 0;
}

/* 左侧定制化采购方案 */
.enterprise-features {
    margin-bottom: 25px;
}

.enterprise-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 34px;
    gap: 15px;
}

.enterprise-feature-item:last-child {
    margin-bottom: 0;
}

.enterprise-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: #f0f7ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-feature-text {
    flex: 1;
}

.enterprise-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 13px 0;
}

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

.enterprise-apply-btn {
    width: 100%;
    height: 65px;
    background: #4285f4;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.enterprise-apply-btn:hover {
    background: #357ae8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 133, 244, 0.3);
}

/* 右侧企业专属服务 */
.enterprise-services {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.enterprise-service-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 14px;
    border: 1.5px solid #e5eaf3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.enterprise-service-item:hover {
    border-color: #2f6bff;
    box-shadow: 0 10px 18px rgba(47, 107, 255, 0.12);
}

.enterprise-service-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.enterprise-service-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: #e9f2ff;
    border-radius: 10px;
    border: 1px solid #d6e6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-service-icon svg {
    width: 24px;
    height: 24px;
}

.enterprise-service-icon svg path {
    stroke: #2f6bff;
}

.enterprise-service-text {
    flex: 1;
}

.enterprise-service-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.enterprise-service-desc {
    font-size: 15px;
    color: #5a6478;
    line-height: 1.6;
    margin: 0;
}

/* 企业专享折扣 */
.enterprise-discount-box {
    background: linear-gradient(135deg, #e9f1ff 0%, #dfeaff 100%);
    border-radius: 16px;
    padding: 7px 24px;
    border: 1px solid #d0e1ff;
    margin-top: auto;
}

.enterprise-discount-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.enterprise-discount-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2f50;
    margin: 0;
}

.enterprise-discount-desc {
    font-size: 14px;
    color: #4c5670;
    line-height: 1.6;
    margin: 0 0 14px 0;
}

.enterprise-discount-table {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    flex-wrap: wrap;
}

.enterprise-discount-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    min-width: 90px;
}

.enterprise-discount-value {
    font-size: 22px;
    font-weight: 800;
    color: #2f6bff;
    line-height: 1.2;
}

.enterprise-discount-condition {
    font-size: 14px;
    color: #6b7285;
    line-height: 1.4;
}

/* 响应式设计 */
@media (max-width: 1240px) {
    .enterprise-procurement-content {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .enterprise-procurement-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .enterprise-procurement-title {
        font-size: 36px;
    }
    
    .enterprise-card {
        padding: 20px;
    }
}


