.nav-bar2{border-bottom:1px solid #eaeaea}
.nav-bar2 a{font-size:12px;color:#999;line-height:45px}
.nav-bar2 a::after{content:"\e636";display:inline-block;padding:0 5px;font-family: "iconfont" !important;font-size: 12px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.nav-bar2 a:last-child::after{display: none;}

.product-list2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.product-list2 .item{cursor:pointer;width:260px;height:335px;background:#fff;border:1px solid #e3e3e3;-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,.18);box-shadow:0 6px 16px 0 rgba(0,0,0,.18);margin:0 22px 22px 0}
.product-list2 .item:nth-child(5n){margin-right:0}
.product-list2 .item .header{width:260px;height:220px;display:block}
.product-list2 .item .header img{-o-object-fit:cover;object-fit:cover;width:260px;height:220px}
.product-list2 .item .p-content{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;line-height:1.5em}
.product-list2 .item .p-content .p-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.product-list2 .item .p-content .p-head .price{color:red;font-size:16px}
.product-list2 .item .p-content .p-head .price>span{padding-left:3px}
.product-list2 .item .p-content .p-head .address{font-size:12px;color:#777}
.product-list2 .item .p-content .p-head .address::before{content:'\e620';font-family:iconfont!important;font-size:16px;padding-right:3px}
.product-list2 .item .p-content .name{margin:5px 0;height: 36px;font-size: 14px;}
.product-list2 .item .p-content .end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.product-list2 .item .p-content .end .verify{margin-right:5px;flex-shrink: 0;}
.product-list2 .item .p-content .end .verify.ed{background:url(image/sell/vip.png) no-repeat center left/27px;padding-left:29px;flex-shrink: 0;}
.product-list2 .item .p-content .end .verify.ed span{color:#ff7e00;border-color:#ff7e00}
.product-list2 .item .p-content .end  .verify span{border:1px solid #1479d7;border-radius:4px;color:#1479d7;padding:0 3px}
.product-list2 .item .p-content .end .minimum{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid red;border-radius:4px;line-height:16px;padding-right:3px;flex-shrink: 0;margin-right: 10px;}
.product-list2 .item .p-content .end .minimum>span{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3px;background-color:red;color:#fff;height:17px}

.swiper-container.product-list2 .item{box-sizing: border-box;}
.swiper-container.product-list2 .item .header img{width: 258px;}

/*index*/
.p-banner{min-width: 1400px;height: 20.8vw;min-height: 291px;}

.cate-title{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;position: relative;}
.cate-title .catename{font-size: 24px;}
.cate-title .catemore{color: #777777;}
.cate-title .catemore::after{content: '\e636';display: inline-block;width: 23px;height: 23px;text-align: center;line-height: 23px;background-color: #1479D7;color: #FFFFFF;border-radius: 50%;margin: 2px 0 2px 3px;font-family: "iconfont" !important;font-size: 14px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.navigation{position: relative;width: 60px;}
.navigation  .swiper-button-next, .navigation .swiper-button-prev{width: 23px;height: 23px;background-color: #1479D7;color: #FFFFFF;border-radius: 50%;text-align: center;line-height: 23px;}
.navigation  .swiper-button-next{right: 0;} 
.navigation .swiper-button-prev{left: 0;}
.navigation  .swiper-button-next::after, .navigation .swiper-button-prev::after{font-size: 14px;}
.fixed-cate{display: none;position: fixed;top: calc(50% - 150px);right: 50px;z-index: 9999;width: 80px;padding: 10px 0;background: #FFFFFF;box-shadow: 0px 2px 8px 0px rgba(94, 107, 119, 0.25);border-radius: 40px;}
.fixed-cate .item{overflow-x: hidden;display: flex;text-align: center;line-height: 52px;position: relative;font-size: 14px;}
.fixed-cate .item .hover{transform: translate(-160px);width: 80px;flex-shrink: 0;/* transition: transform .3s; */}
.fixed-cate .item:hover .hover{transform: translate(-80px);/* transition: transform .3s; */}
.fixed-cate .item:hover .default{transform: translate(160px);/* transition: transform .3s; */}
.fixed-cate .item .default{transform: translate(0px);width: 80px;flex-shrink: 0;/* ss */}
.fixed-cate .item.active .hover,.fixed-cate .item.active .default{color: #1479D7;}
.fixed-cate .item::after{content: "";position: absolute;bottom: 0;left: calc(50% - 4px);display: inline-block;width: 8px;height: 1px;background: #D3D3D3;}
.fixed-cate .item:last-child::after{display: none;}
.fixed-cate .item .default .rem{display: inline-block;width: 26px;height: 26px;line-height: 26px;background-color: #666;color: #fff;border-radius: 50%;}
.p-banner .p-banner-swiper{background: url(image/sell/nav-bar-new.png) no-repeat top center/100%;height: 100%;}
.p-banner .p-banner-swiper .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #EFEFEF;opacity: .5;}
.p-banner .p-banner-swiper .swiper-pagination-bullet-active{opacity: 1;}


/*list*/
/* 分页 */
.pages a {padding: 0 8px;min-width: 41px;height: 41px;margin: 0 14px;background: #FFFFFF;display: inline-block;box-sizing: border-box;}
.pages strong {background: #1479D7;box-shadow: 0px 0px 3px 0px rgba(99, 99, 99, 0.28);color: #FFFFFF;padding: 0 8px;width: 41px;height: 41px;display: inline-block;box-sizing: border-box;}


.layui-form.district {display: inline-block;padding-left: 10px;}

.layui-form.district .layui-input {padding-left: 3px;width: 50px;height: 20px;line-height: 20px;display: inline-block;font-size: 12px;}

.layui-form.district .btn {vertical-align: middle;width: 36px;height: 20px;background: #1479D7;border-radius: 2px;color: #fff;font-size: 12px;line-height: 20px;border: none;}

/*show*/
.product-info-img{width: 500px;-ms-flex-negative: 0;flex-shrink: 0;}
.product-info-img .gallery-top{width:100%;height:500px;margin:0 auto 10px}
.product-info-img .gallery-top .swiper-slide img,.product-info-img .gallery-thumbs .swiper-slide img{width: 100%;height:100%;-o-object-fit: cover;object-fit: cover;}
.product-info-img .gallery-thumbs{width:calc(100% - 60px);height:100px}
.product-head,.product-info .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.product-info .flex{margin: 20px auto;}
.product-info{width: calc(100% - 372px);-ms-flex-negative: 0;flex-shrink: 0;}
.product-company-info{width: 330px;-ms-flex-negative: 0;flex-shrink: 0;background: url(image/sell/p-company-info.png) no-repeat top/100%;padding: 45px 20px 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
.product-company-info  .company-info{background: #FFFFFF;padding: 40px 18px;border-radius: 24px 0px 24px 0px;}
.product-company-info  .company-info .layui-table tr{border-bottom: 1px solid #eaeaea;}
.product-company-info  .company-info .layui-table td{width: 50px;font-size: 12px;text-align: right;}
.product-company-info  .company-info .layui-table td:nth-child(2){width: calc(100% - 65px);text-align: left;}
.company-name {text-align: center;}
.company-name a{color: #4684FF;}
.gallery-thumbs-block{position: relative;}
.gallery-thumbs-block .swiper-button-prev{left: 0;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: start;width: 30px;}
.gallery-thumbs-block .swiper-button-next{right: 0;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;width: 30px;}
.gallery-thumbs-block .swiper-button-next:after, .gallery-thumbs-block .swiper-button-prev:after{color: #666666;font-size:18px}

.product-info-desc{width: calc(100% - 535px);-ms-flex-negative: 0;flex-shrink: 0;padding-top: 20px;}
.product-info-desc .name{font-size: 26px;}
.product-info-desc .desc{color: #777777;}
.product-info-desc .brand{color: #1479D7;}
.product-info-desc .price{font-size: 20px;color: #1479D7;}
.product-info-desc .details{width: 100%;background: #FAFAFA;-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.13);box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.13);padding: 30px 20px;margin: 25px 0;-webkit-box-sizing: border-box;box-sizing: border-box;color: #777777;}
.content-tips{width: 90%;font-size: 16px;margin: 20px auto;}

.product-block-title{font-size: 24px;line-height: 1.5em;margin: 20px 0 10px;}
/* .recommend-product{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.recommend-product .item{margin:0 25px 25px 0 ;width: 260px;}
.recommend-product .item:nth-child(5n){margin-right: 0;}
.recommend-product .item img{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px 8px 0 0}
.recommend-product .item .desribe{padding:10px 15px;background:#f2f1F1FF;-webkit-box-shadow:0 0 21px 0 rgba(100,99,99,.18);box-shadow:0 0 21px 0 rgba(100,99,99,.18)}
.recommend-product .item .desribe .name{font-size:16px;line-height:1.5em;margin-bottom:0;min-height:48px} */



.otherinfo{text-align: right;margin: -15px 0 30px;}
.otherinfo>span{padding-left: 15px;color: #9A9A9A;font-size: 14px;}
.otherinfo>span .iconfont{color: #9A9A9A;font-size: 14px;}
.end-btn-group{display: flex;justify-content: space-between;}
.end-btn-group>a{display: block;width: calc(50% - 8px);background-color: #1479D7;color: #FFFFFF;height: 57px;line-height: 57px;font-size: 20px;text-align: center;}


.sell-bg{background-color: #F5F5F5;margin: 0;padding: 20px 0;}
.sell-content{padding: 40px 100px;}
.sell-titlt{text-align: center;font-size: 30px;line-height:2em;margin:-20px 0 20px}
.sell-titlt::after{content:"";display:block;width:100%;height:1px;background:#c0c0c0}


/* V4 */

.bannerMall .swiperBox {
  float: left;
  height: 320px;
  width: calc(100% - 292px);
}

.bannerMall .swiperBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerMall .rightBox {
  float: right;
  width: 280px;
  height: 320px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  padding: 10px;
}

.bannerMall .rightBox .title {
  font-weight: bold;
  border-left: 3px solid #83B528;
  padding-left: 8px;
  margin-bottom: 10px;
  position: relative;
}

.bannerMall .rightBox .title .swiper-button-next {
  right: 0;
  height: 36px;
  width: 20px;
}

.bannerMall .rightBox .title .swiper-button-next::after {
  font-size: 16px;
  color: #494949;
}

.bannerMall .rightBox .title .swiper-button-prev {
  left: 214px;
  height: 36px;
  width: 20px;
}

.bannerMall .rightBox .title .swiper-button-prev::after {
  font-size: 16px;
  color: #494949;
}

.bannerMall .rightBox img {
  display: block;
  width: 100%;
  height: 150px;
}

.bannerMall .rightBox h3 {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0 0.4em;
}

.bannerMall .rightBox p {
  font-size: 14px;
  line-height: 1.2em;
  color: #494949;
  margin: 5px 0;
}

.bannerMall .rightBox p.conP {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  height: 44px;
  text-overflow: ellipsis;
}

.bannerMall .rightBox p.conT {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mallList .mallNav {
  display: flex;
  background: #1579D7;
  height: 36px;
  line-height: 36px;
}

.mallList .mallNav .tips {
  text-align: center;
  color: #fff;
  width: 135px;
  font-weight: bold;
}

.mallList .mallNav .menu {
  white-space: nowrap;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mallList .mallNav .menu li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
}

.mallList .mallNav .menu li i {
  display: inline-block;
}

.mallList .mallNav .menu li.active {
  color: #83B528;
  font-weight: bold;
  background: #F7F7F7;
}

.mallList .mallNavCon {
  background: #F7F7F7;
  padding: 0 20px 10px;
}

.mallList .mallNavCon .conNav {
  display: flex;
  height: 36px;
  line-height: 36px;
}

.mallList .mallNavCon .conNav .tips {
  font-weight: bold;
}

.mallList .mallNavCon .conNav .menu {
  white-space: nowrap;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mallList .mallNavCon .conNav .menu li {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  text-decoration: none;
  display: block;
  color: #333;
}

.mallList .mallNavCon .conNav .menu li i {
  display: inline-block;
}

.mallList .mallNavCon .conNav .menu li.active {
  color: #83B528;
  background: #F7F7F7;
}

.mallList .mallNavCon .memberList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mallList .mallNavCon .memberList .memberItem {
  width: calc(20% - 10px);
  margin: 5px;
  height: 26px;
  line-height: 26px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(4, 16, 26, 0.16);
  box-sizing: border-box;
  padding: 0 5px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mallList .mallNavCon .memberList .memberItem i {
  color: #FFD07F;
  margin-right: 3px;
}

.mallList .mallNavCon .memberList .memberItem.active {
  color: #83B528;
}

.mallList .breadcrumb {
  display: block;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}

.mallList .breadcrumb span {
  display: inline-block;
  margin-right: 5px;
}

.mallList .pro_list {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mallList .pro_list .pro_item {
  box-sizing: border-box;
  width: calc(20% - 16px);
  margin-right: 18px;
}

.mallList .pro_list .pro_item:nth-child(5n) {
  margin-right: 0 !important;
}
.mallList .pro_list .pro_item .imgbox {
  height: 223px;
  background: #f7f7f7;
  position: relative;
}
.mallList .pro_list .pro_item .imgbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mallList .pro_list .pro_item a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid hsla(0, 0%, 100%, 0);
  display: block;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  text-decoration: none !important;
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.mallList .pro_list .pro_item a .item_title {
  display: block;
  background-color: #f7f7f7;
}

.mallList .pro_list .pro_item a .item_title strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  padding: 10px 8px 0;
}

.mallList .pro_list .pro_item a .item_title span {
  display: block;
  color: #bdbdbd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
  padding: 0 8px;
  font-size: 12px;
}

.mallList .pro_list .pro_item a .item_title .price_box {
  color: #ffffff;
  background: #1579D7;
  /* background: linear-gradient(-90deg, #1579d7, #83b528); */
  padding: 5px 8px;
}

.mallList .pro_list .pro_item a .item_title .price_box div {
  display: block;
}

.mallList .pro_list .pro_item a .item_title .price_box div span {
  float: right;
  display: block;
  font-size: 12px;
  color: #ff0000;
}

.mallList .pro_list .pro_item a .item_title .price_box div i {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 分页 pages_v4 */
.pages_v4 a {
  padding: 0 8px;
  min-width: 41px;
  height: 41px;
  margin: 0 14px;
  background: #FFFFFF;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  border:1px solid #BDBDBD;
  color: #83B528;
}
.pages_v4 strong {
  background: #83B528;
  box-shadow: 0px 0px 3px 0px rgba(99, 99, 99, 0.28);
  color: #FFFFFF;
  padding: 0 8px;
  width: 41px;
  height: 41px;
  display: inline-block;
  box-sizing: border-box;
}
.pages_v4 .pages_btn {
  background: #83B528;
  margin-left: 5px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
