@charset "utf-8";
ul, li, ol {list-style: none;}
[class*="am-u-"] {padding-left:0rem;padding-right:0rem;}
.am-container {padding-left:0px;padding-right:0px ;}
.am-container > .am-g {margin-left: 0px;margin-right:0px ;}
.small-nav img,.small-nav a,.am-g.small-nav {border:none;}

/*手机导航*/
.small-nav {padding:10px 0px; font-size:12px;}
.small-nav .am-u-sm-3 { text-align: center; margin: 5px 0; }
.small-nav .nav-icon {max-width: 50px; max-height: 50px; padding: 12px; margin: 0 auto; border-radius: 50px; background-color: #ccc; }
.small-nav .am-u-sm-3:last-child { float: left; }
.small-nav .mini-nav-title { margin-top: 5px; }
.small-nav a { text-decoration: none !important; }

/*走马灯*/
.banner-mixed{position: relative;border-top:1px solid #F5F5F5 ;border-bottom: 1px #f5f5f5 solid;overflow: hidden;}
.banner-news-title{position: absolute;left:10px;padding-right:10px;border-right:1px solid #eee ;}
.banner-news li,#banner-news li a{height: 30px;line-height:30px; font-size: 12px;}
.banner-news{max-width:1200px; margin:0px auto; overflow:hidden; height:30px;width:100%; text-align:left;}
.news-category-name { line-height: 11px; max-width: 50px; }
.banner-news li {padding:0 10px 0 80px;}
.mod-vip{display: none;}

/*标题*/
.items-nav-title{text-align: center;width: 100%;overflow: hidden;background:#eee;}
.items-nav-title .floor-title {font-size: 14px;margin:20px 0px;line-height: 1px;border-left: 60px solid #0e90d2;border-right: 60px solid #0e90d2;
text-align: center;float:none}
.items-nav-title .floor-desc,.items-nav-title .today-brands,.items-nav-title .more{display: none;}

/*楼层*/
.floor {background: #fff; position: relative; }
.outer-con .price { color: #c00; font-weight: bold; }
.items-nav-title a:hover { color: #0e90d2; }

/*小标签*/
.aggregation .word{padding: 5px; overflow: hidden;}
.word .outer {margin: 5px; width: calc(50% - 12px); height: 32px;  line-height: 32px; text-align: center;color: #fff;background-color: rgba(0, 0, 0, 0.03);border-radius: 3px; display: inline-block; border: 1px solid #fff; text-decoration: none; overflow: hidden;}

/*楼层左侧*/
.aggregation .outer-con .describe { color: #fff; max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.floor .aggregation { overflow: hidden; width: 150px; text-align: center; }
.aggregation .outer-con{ padding: 10px; text-align: center; }

/*楼层商品*/
.floor .goods-list .goods-items { background-color: #fff; position: relative; overflow: hidden; }
.floor li {width: 50%;float: left;text-align: center;}
.floor .goods-list .goods-items .goods-images,
.aggregation .outer-con img,
.floor .aggregation img,
.small-nav img { width: 100%; }
.floor .goods-list .goods-items .goods-images{ padding: 10px; }
.slideall {position: relative;}
@media only screen and (min-width: 480px) {
    .small-nav img{max-width: 100%;max-height: 100%;}
    .small-nav{ font-size:14px;}
}

@media only screen and (min-width: 640px) {
    /*标题*/
    .items-nav-title{background: #fff; border-bottom: 2px solid #666;}
    .am-container {padding-left:0px;padding-right:0px ;}
    .home-floor{width:100%;overflow:visible;}

    /*主题布局*/
    .banner{ width:100%;overflow:hidden;}
    .banner .am-slider .am-slides li > a {display: block; max-width: 1920px; margin: 0 auto;height: 100%;}
    .banner .am-slider .am-slides li img {max-width: 100%; height: 100%;object-fit: cover;}

     /*改写的公告*/
    .banner-mixed{height:auto; background:#FFF; opacity:0.8; -webkit-transition: opacity .2; -moz-transition: opacity .2s ease-in; -ms-transition: opacity .2s ease-in; -o-transition: opacity .2s ease-in; transition: opacity .2s ease-in;text-align: center; margin-bottom: 10px; }
    .banner-news-title{font-size: 14px;position: static;border-right:none ;color:#e60012 ;font-size: 16px;font-weight: 600; text-align: center;}
    .banner-news{ height: auto;width: 100%;padding-top:5px; }
    .banner-news li{ font-size:12px; padding:0px 0px;height: 30px;float: right;width:30% ;}

    /*标题*/
    .items-nav-title .floor-title {border: none;font-size:18px;line-height: 24px;margin:5px 0px ;font-weight: 600;}
    .items-nav-title .floor-desc {display:block;font-size: 14px;color: #999;line-height:18px;margin-bottom: 5px;}

    /*楼层*/
    .floor { margin-bottom: 15px; }
    .floor .goods-list { overflow: hidden; }
    .outer-con .describe {font-size: 14px;font-weight: 600;}
    .floor .goods-list .goods-items { float: left; width: 25%; padding: 10px 15px; border-right: 1px solid; border-bottom: 1px solid; border-color: #eee; }
    .floor .aggregation img {position: absolute;top:auto;left:0;bottom:0;}

    /*楼层 hover*/
    .word .outer:hover { background: #fff; color: #d2354c !important; -webkit-transition: background .2s ease-in; -moz-transition: background .2s ease-in; -ms-transition: background .2s ease-in; -o-transition: background .2s ease-in; transition: background .2s ease-in; -webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; -ms-transition: color .2s ease-in; -o-transition: color .2s ease-in; transition: color .2s ease-in; }
    /*.goods-items:before { content: ""; position: absolute; top: 0; left: -100%; display: block; height: 100%; width: 50%; z-index: 999; background-color: rgba(255, 255, 255, 0.3); -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; -ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -o-transform: skewX(-20deg); transform: skewX(-20deg); background: -webkit-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: -moz-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: -o-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=rgba(255, 255, 255, 0.4),GradientType=0.9); }
    .goods-items:hover:before { left: 100%; }*/
    .goods-items:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transition: box-shadow .2s ease-in; -moz-transition: box-shadow .2s ease-in; -ms-transition: box-shadow .2s ease-in; -o-transition: box-shadow .2s ease-in; transition: box-shadow .2s ease-in; }
    .floor .aggregation img { -webkit-transition: transform .6s ease-in; -moz-transition: transform .6s ease-in; -ms-transition: transform .6s ease-in; -o-transition: transform .6s ease-in; transition: transform .6s ease-in; }
    .floor .aggregation img:hover { transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
}

@media only screen and (min-width: 1025px) {
    .small-nav { display:none;}
    .am-g-fixed{max-width:1000px;}
    .floor li{width:20%;}
    .banner-news{ padding: 10px; }

    /*轮播*/
    .banner {margin: 0 auto; }
    .banner .am-slider, .banner .am-slider .am-slides li {height:360px;}
    /*分类*/
    .category-content .category-list.navTwo li { height:36px;}
    .category-content .category-list.navTwo .b-category-name {line-height: 28px;}
    .category-content .category-list.navTwo .category-name i img {width: 22px; height: 22px;border-radius: 22px;}

    /*标题*/
    .items-nav-title{text-align: left;position: relative;margin-top:10px ;}
    .items-nav-title .floor-title {float:left;border: none;margin-top:8px; font-size:16px;font-weight: 600;}
    .items-nav-title .floor-desc {display:block;font-size: 12px;color: #999;float: left;margin-left: 10px;margin-top:12px;}
    .items-nav-title .more {display: block;position: absolute;right: 0px;top:12px;font-size: 12px;overflow: hidden;}
    .items-nav-title .more .more-link{color: #FFF;background: #F72862 none repeat scroll 0% 0%;display: block;line-height: 20px;padding: 0px 10px; border-radius: 10px;font-size: 14px;}
    .items-nav-title .today-brands{display: block;position: absolute;right: 50px;overflow: hidden;height: 20px; top: 12px;text-align: right;}
    .today-brands a {font-size:12px;display: inline-block;vertical-align: middle;margin:0px 5px;}

     /*改写的公告*/
    .banner-mixed{ right: 0px;width:190px; z-index: 11;border:none; opacity: 1; margin-bottom: 0; background: linear-gradient(155.36deg, #FF9900 5.97%, #FFF48C 101.16%);border-radius: 10px;}
    .banner-mixed .banner-news li {float: none;width: 100%;padding:0px 5px;border:none ;line-height:32px ;}

    /*楼层*/
    .outer-con .title {line-height:22px ;color:#666 ;}
    .floor {position: relative;border: none;}

    /*楼层左侧*/
    .aggregation .word{ padding: 5px 10px; }

    /*楼层颜色*/
    #floor1 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #68937f;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor2 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #d17b28;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor3 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #594e90;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor4 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #728fb9;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor5 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #648b6c;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor6 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #cd6655;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor7 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #708db7;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor8 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #9c7b36;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor9 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #caa463;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor10 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #f768e8;position: absolute;bottom:0px;border-left: 30px solid #fff}
}
@media only screen and (min-width: 1260px) {
    .am-g-fixed{max-width:1200px}
    /*轮播图布局*/
    .banner .am-slider, .banner .am-slider .am-slides li{height:430px;}

    /*公告布局*/
    .banner-mixed { width:240px;text-align: left;}
    .banner-news{padding-top: 5px;}
    .banner-news li {height: 26px;line-height: 26px;}
    .banner-news-title{display: block; padding-left:5px; padding-top: 5px; border-top: 1px solid #eee; }
    .mod-vip{ display: block; padding: 10px; margin: 12px 5px 0;}
    .m-baseinfo{position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    width: 157px;margin: 0 auto 16px;}
    .m-baseinfo img.user-avatar {display: block;width: 50px;height: 50px;border-radius: 50px;}
    .m-baseinfo em span {position: absolute;top: 0px;left: 56px;font-size: 12px;color: #fff;width: 140px;}
    .member-login .btn{width:48%;height: 25px;display: inline-block;line-height: 25px;text-align: center;}
    .member-login .btn:hover { color: #fff !important; text-decoration: none; }
    .member-login{overflow: hidden;height:25px;text-align: center;    padding: 0 28px;}
    .member-logout {  position: absolute; top: 33px; left: 60px; font-size: 12px; color: #f4546b; }
    .member-center { overflow: hidden; }
    .member-center a {float: left;margin-left: -1px;width:50px;text-align: center;border-left: 1px solid #EEE;font-size: 12px; text-decoration: none; }
    .member-center a strong {height: 18px;display: block;font-size: 14px;color: #F40;}

    /*楼层*/
    .floor .aggregation { width: 222px; }
}

@media only screen and (max-width: 640px) {
    .items-nav-title{ padding: 0 10%;}
    .banner-news-title{line-height: 30px; height: 30px; color: #333; max-width: 62px;}
    .am-footer { padding-bottom: 50px; }

    /*楼层*/
    .floor .aggregation { width: 100%; height: auto; }
    .aggregation .word { padding: 10px; }
    .word .outer { width: calc(33% - 12px); }
    .floor .goods-list .goods-items { width: 50%; float: left; padding: 10px; border-bottom: 1px solid #eee; }
    .floor .goods-list .goods-items:nth-of-type(2n + 1) { border-right: 1px solid #eee; }
    .floor .goods-list .goods-items:nth-of-type(2n) { border-left: 1px solid transparent; }
}

/*head*/
.category-content .category-list li {height: 40px;}
.head {margin-right: auto;margin-left: auto;max-width: 1200px;display: flex;padding-bottom: 8px;height: 400px;position: relative;}

.head .left {width: 221px;height: 402px;margin-right: 14px;position: relative;}
.HomeCateCascader{padding-top: 8px;}
.HomeCateCascader .cateList{display: flex;flex-direction: column;justify-content: space-between;height: calc(100% - 8px);}
.HomeCateCascader .cateItem{display: flex;align-items: center;flex: 1;cursor: pointer;color: #666;padding-left: 20px;
    min-height: 40px;max-height: 40px;text-align: left;}
.HomeCateCascader .cateItem .smallIcons{width: 18px;height: 18px;margin-right: 8px;}
.HomeCateCascader .cateItem .cateName{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;max-width: 115px;width: 100%;}
.headShopBox {height: 508px;width: 830px;box-shadow: 0 0 4px 2px hsl(0deg 0% 67% / 10%);position: absolute;left: 172px;top: 0;z-index: 3;}
.el-carousel__item {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: inline-block;overflow: hidden;z-index: 0;}
.head .center {width: 711px;height: 400px;border-radius: 10px;overflow: hidden;}
.el-carousel__container {height: 380px;position: relative;}
.head .right {position: relative;margin-left: 14px;width: 240px;height: 400px;}
.member-login{height: 36px;}
.member-login .btn{padding: 0;width: 70px;height: 26px;line-height: 25px;font-size: 12px !important;text-align: center;}
.member-login .am-btn-primary-fl{color: #fff !important;font-size: 15px;border: 1px solid #ffffff;border-radius: 5px}
.member-login .am-btn-primary-fr{color: #fff !important;font-size: 15px;border: 1px solid #ffffff;border-radius: 5px}
.banner-news-title {font-size: 20px;color: #000000;display: flex;justify-content: space-between;align-items: center;}
.moreLink {cursor: pointer;color: #666;font-size: 12px;}
.mod-vip .m-baseinfo p{text-align: center;color: #bcbcbc;padding: 10px 0;cursor: pointer;font-size: 12px;line-height: 18px;}
.mod-vip .m-baseinfo img{display: block;width: 38px;height: 38px;border-radius: 38px;cursor: pointer;}

/*活动专区*/
.actisale_box .actisale {height: 320px;background-image: url(../images/home_cuxiao.jpg); ;display: flex;border-radius: 10px;}
/*热卖专区*/
.hotsale_box,.actisale_box {margin-right: auto;margin-left: auto;max-width: 1200px;margin-bottom: 20px;}
.hotsale_box .hotsale {height: 320px;background-image: url(../images/home_hot.png); ;display: flex;border-radius: 10px;}
.hotsale_box .hotsale .left,.actisale_box .actisale .left {justify-content: center;align-items: center;width: 432px;z-index: 99}
.hotsale_box .hotsale .left .lqz-hot-goods-img,.actisale_box .actisale .left .lqz-hot-goods-img {filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));position: absolute;z-index: 100;-o-object-fit: cover;object-fit: cover;margin: 33px 0 0 118px;}
.hotsale_box .hotsale .right,.actisale_box .actisale .right {width: 768px;position: relative;overflow: hidden;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
.hotsale_box .hotsale .small,.actisale_box .actisale .small {left: 5px;}
.hotsale_box .hotsale .arrow,.actisale_box .actisale .arrow{opacity: 0;border-radius: 100%;cursor: pointer;position: absolute;top: 45%;background-color: #3D3C34;color: #fff;width: 32px;height: 32px;text-align: center;line-height: 29px;transition: all .5s;z-index: 1;font-size: 22px;}
.hotsale_box .hotsale .right:hover .arrow,.actisale_box .actisale .right:hover .arrow{opacity: 1}
.hotsale_box .hotsale ul,.actisale_box .actisale ul {display: flex;align-items: start;transition: all .5s;}
.hotsale_box .hotsale ul .rightItem,.actisale_box .actisale ul .rightItem {cursor: pointer;width: 236px;height: 280px;padding: 7px 18px 18px 18px;text-align: center;border: 1px solid transparent;transition: .3s;background: #fff;margin: 20px 0 0 15px;border-radius: 5px;}
.hotsale_box .hotsale ul .rightItem .imgBox,.actisale_box .actisale ul .rightItem .imgBox {width: 200px;height: 200px;overflow: hidden;margin: auto;}
.hotsale_box .hotsale ul .rightItem .imgBox img,.actisale_box .actisale ul .rightItem .imgBox img {width: 100%;}
.hotsale_box .hotsale .details,.actisale_box .actisale .details {display: flex;flex-direction: column;flex-wrap: wrap;}
.hotsale_box .hotsale .details .desc,.actisale_box .actisale .details .desc {transition: .5s;font-size: 14px;line-height: 16px;height:32px;font-weight: 400;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;color: #666;}
.hotsale_box .hotsale .details .present,.actisale_box .actisale .details .present {margin-top:6px;text-indent: 6px;color: #ff6200;font-size: 14px;display: flex;text-align: center;line-height: 22px;}
.hotsale_box .hotsale .preleft,.actisale_box .actisale .preleft {width: calc(100% - 48px);border: 1px solid #ff6200;font-weight: 600;}
.hotsale_box .hotsale .money,.actisale_box .actisale .money {font-size: 12px;font-weight: 400;text-decoration: none;}
.hotsale_box .hotsale .preright,.actisale_box .actisale .preright {color: #fff;width: 48px;border: 1px solid #ff6200;border-left: none;background: linear-gradient(100.99deg,#ff6200 8.28%,#ff873d 93.61%);}
.hotsale_box .hotsale .details .origin,.actisale_box .actisale .details .origin {color: #212121;font-size: 12px;line-height: 12px;margin-top: 4px;text-decoration: line-through;padding-left: 10px;opacity: .3;}
.hotsale_box .hotsale .large,.actisale_box .actisale .large {right: 0;}
.hotsale_box .hotsale .lqz-hot-content,.actisale_box .actisale .lqz-hot-content{width: 343px;height: 70px;margin: 40px 27px 0 72px;font-family: 'Roboto';font-style: normal;font-weight: 500;font-size: 30px;line-height: 35px;color: #FFFFFF;}
.hotsale_box .lqz-hot-tower,.actisale_box .lqz-hot-tower{width: 325px;height: 16px;margin: 96px 0 0 80px;}
.hotsale_box .lqz-hot-tower-word,.actisale_box .lqz-hot-tower-word{width: 338px;height: 65px;background: #FFFFFF;opacity: 0.8;border-radius: 10px;margin: 2px 0 0 73px;}
.hotsale_box .lqz-hot-coupon,.actisale_box .lqz-hot-coupon{position: absolute;width: 258px;height: 23px;font-family: 'Roboto';font-style: normal;font-weight: 500;font-size: 19px;line-height: 23px;color: #333333;margin: 22px 0 0 20px;}
.hotsale_box .lqz-hot-arrow,.actisale_box .lqz-hot-arrow{ float: right;width: 32px;height: 32px;margin-right: 16px;margin-top: 18px;}
.hotsale_box .present .preLeft,.actisale_box .present .preLeft{ font-weight: 500;  font-size: 14px;  line-height: 16px;  text-transform: capitalize;  color: #FF6302;}
.hotsale_box .present .preLeft:last-child,.actisale_box .present .preLeft:last-child{color:#B3B3B3;}


/*产品分类板块*/
.home-floor {display: flex;justify-content: space-between;align-items: center;height: 663px;margin-bottom: 20px;margin-right: auto;margin-left: auto;max-width: 1200px;border-radius: 10px;}
.home-floor .lqz-cate-img {position:absolute;}
.home-floor .left {overflow: hidden;width: 295px;height: 663px;}
.home-floor .right {flex: 1;}
.home-floor .el-carousel--horizontal {overflow-x: hidden;}
.home-floor .el-carousel {position: relative;width:905px;height:663px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

.home-floor .el-carousel__container {position: relative;height: 300px;}
.home-floor .home-floor .el-carousel__arrow--left {left: 0;}
.home-floor .home-floor .el-carousel__arrow {background: #212121;opacity: .2;border-radius: 0;width: 32px;height: 32px;font-size: 14px;}
.home-floor .el-carousel__arrow--left {left: 16px;}
.home-floor .el-carousel__arrow {border: none;outline: none;padding: 0;margin: 0;height: 36px;width: 36px;cursor: pointer;transition: .3s;border-radius: 50%;background-color: rgba(31,45,61,.11);color: #fff;position: absolute;top: 50%;z-index: 10;transform: translateY(-50%);text-align: center;font-size: 12px;}
.home-floor .el-carousel__arrow, .el-carousel__button {outline: 0;}
.home-floor .right .right-item[data-v-41f42add] {background-color: #fff;padding-left: 20px;}
.home-floor .el-carousel__item--card, .el-carousel__item.is-animating {transition: transform .4s ease-in-out;}
.home-floor .el-carousel__item.is-active {z-index: 2;}
.home-floor .el-carousel__item {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: inline-block;overflow: hidden;z-index: 0;}
.home-floor .el-carousel__item, .el-carousel__mask {position: absolute;height: 100%;top: 0;left: 0;}
.home-floor .right .goods-wrap {display: flex;flex-wrap: wrap;align-items: center;background: #F3F3F3;height: 663px;align-content: space-between;}
.home-floor .right .goods-item {text-align: center;width: 286px;height:324px;margin-left: 15px;background: #fff;border-radius: 10px;}
.home-floor .right .goods-item a {border: 1px solid transparent;padding: 21px 26px 0 26px;display: block;}
.home-floor .right .goods-item .imgBox {width: 230px;height: 185px;overflow: hidden;margin: auto;}
.home-floor .right .goods-item .imgBox img {width: 230px;height: auto;outline: 0;transition: .5s;}
.home-floor .right .goods-item .desc {margin-top: 15px;}
.home-floor .right .goods-item .desc .name {transition: all .5s;color: #666;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;-webkit-line-clamp: 2;min-height: 40px;font-family: 'Source Han Sans CN';font-style: normal;font-weight: 400;font-size: 14px;line-height: 139.5%;text-align: center;}
.home-floor .right .goods-item .desc .price {margin-top: 15px;font-family: 'Source Han Sans CN';font-style: normal;font-weight: 500;font-size: 14px;line-height: 100%;text-align: center;color: #FF6302;}
.home-floor .right .goods-item .desc .view {display: none;margin-top: 12px;background: linear-gradient(100.99deg,#ff6200 8.28%,#ff873d 93.61%);box-shadow: 0 8px 16px 2px rgb(255 107 14 / 8%);border-radius: 50px;color: #fff;padding: 7px 36px;font-weight: 500;font-size: 14px;line-height: 22px;}
.home-floor .right .right-item {background-color: #F3F3F3;}
.home-floor .el-carousel__arrow--left {left: 0;}
.home-floor .el-carousel__arrow--right {right: 0;}
.home-floor .el-carousel__arrow {background: #212121;;border-radius: 100%;width: 32px;height: 32px;font-size: 14px;opacity: 0}
.home-floor .el-carousel:hover .el-carousel__arrow{opacity: .2}
.home-floor .el-carousel__arrow i {font-size: 22px;}
.home-floor .lqz-home-cate{margin: 67px 25px 0 30px;width: 240px;height: 128px;position: absolute;}
.home-floor .lqz-home-cate-img{margin: 67px 17px 0 17px;width: 261px;height: 310px;}
.home-floor .lqz-home-cate-img>img{    display: block;margin: 0 auto;}
.home-floor .lqz-home-cate .lqz-home-brand{font-weight: 400;font-size: 30px;line-height: 35px;height:35px;color: #333333;}
.home-floor .lqz-home-cate .lqz-home-name{font-style: normal;font-weight: 400;font-size: 40px;line-height: 120.19%;color: #333333;margin-top: 10px;}
.home-floor .lqz-home-cate .lqz-home-word{height: 16px;font-weight: 400;font-size: 14px;line-height: 16px;color: #333333;margin-top: 19px;}
.home-floor .lqz-home-cate .lqz-home-word>div{float: left;}
.home-floor .lqz-home-cate .lqz-home-word .lqz-home-line{background: #999999;height: 12px;width: 1px;margin: 2px 10px;}
.home-floor .lqz-home-cate .lqz-home-brand>div{float: left;}
.home-floor .lqz-home-cate .lqz-home-brand img{width: 32px;height: 32px;}
.home-floor .lqz-home-cate .lqz-home-brand>div:first-child{font-weight: 400;  font-size: 30px;  line-height: 35px;  color: #333333;  }
.home-floor .lqz-home-cate .lqz-home-brand>div:last-child{margin-left: 63px }
.home-floor .el-carousel__container{height: 663px;}

/*广告1*/
.category-ad {width: 1200px;margin:25px auto;overflow: hidden;position: relative;}
.category-ad ul {width: 4545px;height: 121px; transition-duration: 0.3s;}
.category-ad ul li {display: inline-block;float: left;width: 291px!important;height: 100%;position: relative;margin-right: 12px;}
.category-ad ul li img {width: 291px;height: 121px;}
.category-ad ul li:hover img {opacity: .7;}

/*广告轮播*/
.middle-slide-ad {width: 1200px;margin: 0 auto;margin-top: 20px;overflow: hidden;border-radius: 10px;}
.middle-slide-ad .am-slider-a1 .am-control-nav li a.am-active {background-color: #fff;}
.middle-slide-ad .am-slider-a1 .am-control-nav li a {width: 20px;height: 7px;background-color: rgba(0, 0, 0, 0.25);-webkit-box-shadow: inset 0 0 3px #fff;box-shadow: none;border-radius: 1%;}

/*新闻速递*/
.news-sd {width: 1200px;margin: 0 auto;margin-top: 40px;overflow: hidden;}
.news-sd-title {width: 100%;height: 26px;line-height: 26px;}
.news-sd-title h2 {float:left;height: 26px;line-height: 26px;font-size: 22px;font-weight: 500;}
.news-sd-title a {float:right;color:#999999;font-size: 14px;line-height: 26px;}
.news-sd-title a i {font-size: 18px;margin-left: 7px;}
.news-sd-content {width: 1200px;margin: 20px auto;display: flex;justify-content: space-between;}
.news-sd-content-item-box {width: 387px;height: 327px;overflow: hidden;background-color: #fff;border-radius: 10px;padding: 16px;}
.news-sd-content-item-box-img {width: 355px;height: 201px;margin: 0 auto 12px;overflow: hidden;display: flex;align-items: center;border-radius: 10px 10px 0 0;}
.news-sd-content-item-box-img a:first-child {width: 100%;}
.news-sd-content-item-box-img a:first-child img {width: 100%;height: auto;border-radius: 10px 10px 0 0;}
.news-sd-content-item-box-title {font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.news-sd-content-item-box-views-praise {width: 355px;height: 35px;line-height: 35px;border-bottom: 1px solid #E3E3E3;}
.news-sd-content-item-box-views, .news-sd-content-item-box-praise {width: 80px;height: 35px;line-height: 35px;font-size: 12px;float: left;color: #666666;}
.news-sd-content-item-box-views i, .news-sd-content-item-box-praise i {cursor:pointer;font-size: 20px;margin-right: 6px;display: block;float: left;margin-top: -1px;}
.news-sd-content-item-box-time-more {height: 35px;line-height: 35px;color: #666666;}
.news-sd-content-item-box-time-more span:last-child{float:right;}
.news-sd-content-item-box-time-more span:last-child i{margin-left: 7px;}
.news-sd-content-item-box-time-more a {color: #666666;}

/*企业动态&&最新资讯*/
.news-qdzx {width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;}
.news-qdzx-item {width: 590px;height: 500px;}
.news-qdzx .news-qdzx-item:first-child {background: linear-gradient(122.87deg, #F7B536 -0.52%, #EE8B07 94.08%);border-radius: 10px;color: #FFF;padding: 16px;}
.news-qd-title {width: 100%;height: 26px;line-height: 26px;}
.news-qd-title h2 {float:left;height: 26px;line-height: 26px;font-size: 22px;font-weight: 500;}
.news-qd-title a {float:right;color:#fff;font-size: 14px;line-height: 26px;}
.news-qd-title a i {font-size: 18px;margin-left: 7px;}
.news-qd-content-item-box {width: 100%;height: 205px;margin: 16px auto 0;display: flex;justify-content: space-between;}
.news-qd-content-item-box-img {width: 205px;height: 205px;border-radius: 10px;}
.news-qd-content-item-box-info {width: 337px;height: 205px;padding: 16px 0;}
.news-qd-content-item-box-info a{color:#fff}
.news-qd-content-item-box-info p:first-child {font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-qd-content-item-box-info p:nth-child(2) {height: 67px;font-size: 14px;opacity: 0.9;margin-top: 10px;      overflow: hidden;text-overflow: ellipsis;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break: break-all;}
.news-qd-content-item-box-views-praise {width: 100%;height: 35px;line-height: 35px;border-bottom: 1px solid #fff;margin-top: 10px;}
.news-qd-content-item-box-views, .news-qd-content-item-box-praise {width: 80px;height: 35px;line-height: 35px;font-size: 12px;float: left;color: #fff;}
.news-qd-content-item-box-views i, .news-qd-content-item-box-praise i {cursor:pointer;font-size: 20px;margin-right: 6px;display: block;float: left;margin-top: -1px;}
.news-qd-content-item-box-time-more {height: 35px;line-height: 35px;color: #fff;}
.news-qd-content-item-box-time-more span:last-child{float:right;}
.news-qd-content-item-box-time-more span:last-child i{margin-left: 7px;}
.news-qd-content-item-box-info p:first-child a {font-size: 16px;color: #FFF;}
.news-qd-content-item-box-time-more  a{height: 35px;line-height: 35px;color: #fff;}
.news-zx-content-box-time-more a {height: 35px;line-height: 35px;color: #666666;}
.news-zx-content-box {width: 590px;height: 242px;background-color: #fff;border-radius: 10px;padding: 16px;}
.news-qdzx-item .news-zx-content-box:last-child{margin-top: 16px;}
.news-zx-title {width: 100%;height: 26px;line-height: 26px;}
.news-zx-title h2 {float:left;height: 26px;line-height: 26px;font-size: 22px;font-weight: 500;}
.news-zx-title a {float:right;color:#666;font-size: 14px;line-height: 26px;}
.news-zx-title a i {font-size: 18px;margin-left: 7px;}
.news-zx-content-info {width: 558px;height: 168px;margin: 16px auto;display: flex;justify-content: space-between;}
.news-zx-content-info-img {width: 168px;height: 168px;border-radius: 10px;}
.news-zx-content-box-info {width: 374px;padding-top: 10px;}
.news-zx-content-box-info p:first-child {font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-zx-content-box-info p:nth-child(2) {height: 45px;font-size: 14px;opacity: 0.9;margin-top: 10px;      overflow: hidden;text-overflow: ellipsis;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;}
.news-zx-content-box-views-praise {width: 100%;height: 35px;line-height: 35px;border-bottom: 1px solid #E3E3E3;margin-top: 10px;}
.news-zx-content-box-views, .news-zx-content-box-praise {width: 80px;height: 35px;line-height: 35px;font-size: 12px;float: left;color: #666666;}
.news-zx-content-box-views i, .news-zx-content-box-praise i {cursor:pointer;font-size: 20px;margin-right: 6px;display: block;float: left;margin-top: -1px;}
.news-zx-content-box-time-more {height: 35px;line-height: 35px;color: #666666;}
.news-zx-content-box-time-more span:last-child{float:right;}
.news-zx-content-box-time-more span:last-child i{margin-left: 7px;}

/*顶部广告*/
.header-top-ad {min-width: 1200px;max-width: 1920px;height: 60px;margin: 0 auto;position: relative;overflow: hidden;}
.header-top-ad img {position: absolute;left: 50%;margin-left: -960px;height: 60px;}
.header-top-ad i {position: absolute;right: 16px;top: 3px;font-size: 23px;color: #fff;cursor: pointer;transition: 0.3s;}
.header-top-ad i:hover {transform: rotate(180deg);}
.header-top-ad .login-box_close{position: absolute;width: 40px;height: 40px;right: 0;top: 0;line-height: 40px;text-align: center;cursor: pointer;}

/*banner左侧*/
.banner-news>a>img{margin: 0 auto;display: block;width: 220px;height: 271px;}
.mod-vip .m-baseinfo .am-text-truncate>p{padding: 0;color:#fff;text-align:left;}

.home-top-shipping{margin-right: auto;margin-left: auto;max-width: 1200px;}
.home-top-shipping .shipping-content{width: 25%;}
.home-service .serviceText{text-align: left;margin-left: 14px;}
.home-service .serviceText p{color:#787878;}

.head .center .am-slider-a1 .am-control-nav li a.am-active {background-color: #fff;}
.head .center .am-slider-a1 .am-control-nav li a {width: 20px;height: 7px;background-color: rgba(0, 0, 0, 0.25);-webkit-box-shadow: inset 0 0 3px #fff;box-shadow: none;border-radius: 1%;}

.am-nav-pills > li + li {margin-left: 16px;margin-top: 0;}
/*楼层*/
.lqz-floor{max-width: 1200px;margin: auto}
.lqz-floor .widget-title {overflow: hidden;position: relative;}
.lqz-floor .widget-title h3 {position: relative;margin: 6px 0 8px;color: #424242;font-size: 14px;float: left;font-weight: 700;}
.lqz-floor .widget-title h3:after {content: '';width: 50px;height: 1px;background: #ffa500;display: block;position: relative;margin-top: 8px;left: initial;right: initial;margin-left: 0;margin-right: auto;transform: none;}
.lqz-floor .widget-title .product-tab-nav {border: none;float: right;}
.lqz-floor .widget-title .nav-tabs>li{float: left;margin-bottom: -1px;position: relative;display: block;}
.lqz-floor .nav-tabs>li.active>span, .lqz-floor .nav-tabs>li.active>span:hover, .lqz-floor .nav-tabs>li.active>span:focus {color: #ffa500;background-color: rgba(0,0,0,0);border: 1px solid rgba(0,0,0,0);border-bottom-color: transparent;cursor: default;}
.lqz-floor .nav-tabs>li>span:hover{color: #ffa500;background-color: rgba(0,0,0,0);border: 1px solid rgba(0,0,0,0);border-bottom-color: transparent;cursor: default;}
.lqz-floor .widget-title .nav-tabs>li>span {display:block;margin-right: 2px;line-height: 1.42857;border: 1px solid transparent;border-radius: 3px 3px 0 0;}
.lqz-floor .widget-title .nav>li>span {position: relative;padding: 10px 15px;cursor: pointer;}
.lqz-floor .widget-title .nav-tabs li:after {content: '';position: absolute;right: 0;top: 30%;height: 40%;border-right: 1px solid #ddd;}
.lqz-floor .widget-title .nav-tabs li:last-child:after{border-right: none}
.lqz-loading {display:none;position: absolute;z-index: 2000;margin: 0;right: 0;bottom: 0;left: 57%;-webkit-transition: opacity .3s;transition: opacity .3s;width: 50px;height: 50px;}
.lqz-mask-1 {top: 30%;}
.lqz-mask-2 {top: 44%;}
.lqz-mask-3 {top: 58%;}

.banner-news .serve {overflow: hidden;}
.banner-news .serve {overflow: hidden;}
.banner-news .serve a {display: block;}
.banner-news .serve a, .serve li {color: #212121;font-size: 12px;line-height: 14px;}
.banner-news .serve li {float: left !important;margin: 17px 0;width: 50% !important;text-align: center;cursor: pointer;height: auto !important;}
.banner-news .serve li .iconfont,.banner-news .serve li img {display: block;margin: auto auto 8px;width: 32px;height: 32px;transition: .5s;}


/*新品上线*/
.hotsale_box, .actisale_box {margin-top: 20px;}
.new-product {margin-right: auto;margin-left: auto;max-width: 1200px;}
.new-product .hotsale {height: 260px;margin-top: 20px;background-color: #fff;display: flex;}
.new-product .hotsale .left {display: flex;justify-content: center;align-items: center;width: 180px;}
.new-product .hotsale .left img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.new-product .hotsale .right {width: calc(100% - 180px);background-color: #fff;position: relative;overflow: hidden;padding-left: 20px;}
.new-product .hotsale .small {left: -1px;}
.new-product .hotsale .arrow {cursor: pointer;position: absolute;top: 45%;border: 1px solid #f2f2f2;background-color: rgba(0,0,0,.16);color: #fff;width: 32px;height: 32px;text-align: center;line-height: 32px;transition: all .5s;z-index: 1;}
.new-product .hotsale .large {right: 0;}
.new-product .hotsale ul {display: flex;align-items: start;transition: all .5s;}
.new-product .hotsale ul .rightItem {cursor: pointer;width: 196px;height: 260px;padding: 7px 27px 23px;text-align: center;border: 1px solid transparent;transition: .3s;}
.new-product .hotsale ul .rightItem .imgBox {width: 128px;height: 128px;overflow: hidden;margin: auto;}
.new-product .hotsale ul .rightItem .imgBox img {width: 100%;}
.new-product .hotsale .details {display: flex;flex-direction: column;flex-wrap: wrap;}
.new-product .hotsale .details .desc {transition: .5s;width: 140px;min-height: 44px;word-wrap: break-word;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;font-size: 14px;line-height: 22px;color: #666;margin: 4px 0 12px;font-weight: 500;}
.new-product .hotsale .details .present {color: #ff6200;font-size: 14px;display: flex;text-align: center;line-height: 22px;}
.new-product .preLeft {width: calc(100% - 48px);border: 1px solid #ff6200;font-weight: 600;}
.new-product .hotsale .preright {color: #fff;width: 48px;border: 1px solid #ff6200;border-left: none;background: linear-gradient(100.99deg,#ff6200 8.28%,#ff873d 93.61%);}
.new-product .hotsale .details .origin {color: #212121;font-size: 12px;line-height: 12px;margin-top: 4px;text-decoration: line-through;padding-left: 10px;opacity: .3;}
.new-product .hotsale .money {font-size: 12px;font-weight: 400;text-decoration: none;}
.new-product .hotsale .arrow:hover {background-color: rgba(0,0,0,.32);}

/*合作伙伴*/
#partners .partners_contain .partners_intro,#partners  .partners_contain {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#partners .partners_contain {height: 400px;background: #fff;width: 1200px;margin: 20px auto 0;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#partners .partners_contain .partners_intro {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 442px;height: 346px;background: #ededed;margin-right: 80px;}
#partners .partners_contain .partners_intro > img {width: 134px;margin-top: 60px;}
#partners .partners_contain .partners_intro > span:nth-child(2) {font-size: 36px;font-weight: 600;color: #2f3234;margin: 3px 0 26px 0;}
#partners .partners_contain .partners_intro > span:nth-child(3) {font-size: 18px;font-weight: 600;color: #444;}
#partners .brand_list_container {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
#partners {background-color: #fff;}
#partners .brand_list_container .el-carousel__button {border-radius: 2px;width: 10px;height: 5px;background-color: orange;}
#partners .el-image img {max-height: 80px;}
#partners .el-image {width: 160px;}

/*footer*/
footer {margin-top: 0;}