body{
  background: #F7F7F7;
}
#container div,
#container p,
#container span,
#container button{
  box-sizing: border-box;
}
#container{
  margin-top: 0;
  position: relative;
}
/*热门品牌*/
.hot-brand-box{
  height: 445px;
  background: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  padding-top: 51px;
}
.hot-brand-box .hot-brand-content{
  width: 878px;
  margin: auto;
}
.hot-brand-box .hot-brand-content .hot-brand-title{
  height: 38px;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.hot-brand-box .hot-brand-content .hot-brand-item{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item-box{
  margin: 0 42px 40px 0;
  position: relative;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item-box .crown{
  width: 35px;
  height: 35px;
  position: absolute;
  right: -13px;
  top: -9px;
  z-index: 2;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item{
  background: #fff;
  width: 188px;
  height: 108px;
  border-radius: 6px;
  box-shadow: -1px 11px 16px 0px 
    rgba(22, 96, 154, 0.32);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 124px;
  max-height: 48px;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item-box:nth-child(4n){
  margin-right: 0;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item .hot-item-name{
  text-align: center;
  position: absolute;
  line-height: 23px;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(34deg, 
		#28cccc 0%, 
    #73e2e2 100%);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  transition: ease-in-out 0.2s;
  transform: translateY(100%);
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item:hover .hot-item-name{
  transform: translateY(0%);
}
.mask-abb {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255,125,84,.88) -25%, rgba(255,64,60,.88) 62%, rgba(233,0,0,.88) 125%);
  visibility: hidden;
  opacity: 0;
  transition:ease-in-out .3s;
}
.hot-brand-box .hot-brand-content .hot-brand-item .hot-item-box:hover .mask-abb {
  opacity: 1;
  visibility: visible;
}
.mask-abb .abb-entrance {
  position: relative;
  flex:1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: linear .2s;
  transform-style: preserve-3d;
}
.mask-abb .abb-entrance:hover {
  color: #ff0000;
}
.mask-abb .abb-entrance:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.mask-abb .abb-entrance-brand::before {
  background: url(/brand/images/bg-abb-brand.png) no-repeat right top;
  transform: translate3d(100%,0,0);
}
.mask-abb .abb-entrance-brand:hover {
  background: #f2f6ff;
  box-shadow: 0 10px 20px -5px rgba(170,0,1,.4);
}
.mask-abb .abb-entrance-brand:hover::before {
  transform: translate3d(0,0,0);
  transition: ease-in-out .4s;
}
.mask-abb .abb-entrance-service::before {
  background: url(/brand/images/bg-abb-service.png) no-repeat -20px 20px;
  opacity: 0;
}
.mask-abb .abb-entrance-service:hover::before {
  background: url(/brand/images/bg-abb-service.png) no-repeat left bottom;
  opacity: 1;
  transition: ease-in-out .4s;
}
.mask-abb .abb-entrance-service:hover {
  background: #f2f6ff;
  box-shadow: 0 -10px 20px -5px rgba(170,0,1,.4);
}
/*品牌推荐*/
.brand-recommed-box{
  height: 376px;
  position: relative;
  background: #fff;
}
.brand-recommed-box.new{
  height: auto;
}
.brand-recommed-box::before{
  content: '';
  background: url('../images/bg2-3.png');
  background-repeat: no-repeat;
  background-size: auto 115px;
  background-position: center top;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 115px;
}
.brand-recommed-box::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 250px;
  background: url('../images/bg2-2.png');
  background-repeat: no-repeat;
  background-size: auto 250px;
  background-position: center bottom;
}
.brand-recommed-box .brand-recommed-content{
  width: 1200px;
  margin: auto;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.brand-recommed-box .brand-recommed-content .show-all{
  font-size: 16px;
  color: #333;
  position: absolute;
  right: 0;
  top: 71px;
  cursor: pointer;
}
.brand-recommed-box .brand-recommed-content .show-all img{
  width: 10px;
  height: 13px; 
  margin-right: 4px;
  transform: translateY(-1px);
}
.brand-recommed-box .brand-recommed-content .show-all img.new{
  transform: translateY(0px) rotate(180deg);
}
.brand-recommed-box .brand-recommed-content .brand-recommed-title{
  display: block;
  margin: auto;
  height: 39px;
  margin-bottom: 34px;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper{
  /* height: 137px; */
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper.hide{
  position: absolute;
  z-index: -100;
  opacity: 0;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container{
  /* height: 153px; */
  padding-top: 30px;
  transform: translateY(-10px);
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper,
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container{
  width: 100%;
  position: relative;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide{
  /* width: 200px; */
  /* height: 42px; */
  position: relative;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide .img-box{
  margin: auto;
  margin-bottom: 49px;
  text-align: center;
  height: 44px;
  position: relative;
  width: 100%;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide .img-box .crown{
  width: 35px;
  position: absolute;
  right: -13px;
  top: -19px;
  z-index: 2;
  left: auto;
  transition: all 0.3s;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide .img-box:last-child{
  margin-bottom: 0;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide img.swiperBrand{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-height: 44px;
  max-width: 156px;
  cursor: pointer;
  transition: all 0.3s;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide .img-box:hover img.swiperBrand{
  top: calc(50% - 10px);
  /* transform: translateY(-10px); */
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-container .swiper-slide .img-box:hover img.crown{
  top: -29px;
  /* transform: translateY(-10px); */
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-cover{
  position: absolute;
  left: 0;
  top: 50%;
  width: 174px;
  height: 180px;
  transform: translateY(-50%);
  padding-top: 20px;
  z-index: 2;
  cursor: pointer;
    background-image: linear-gradient(90deg, 
		#ffffff 0%, 
		rgba(255, 255, 255, 0.86) 46%, 
		rgba(255, 255, 255, 0.2) 100%);
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-cover.new{
  left: auto;
  right: 0;
	/* background-image: linear-gradient(90deg, 
  rgba(255, 255, 255, 0) 0%, 
     #fff 100%); */
     background-image: linear-gradient(90deg, 
     rgba(255, 255, 255, 0.2) 0%, 
     rgba(255, 255, 255, 0.86) 46%, 
      #fff 100%);
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-cover>div{
  width: 100%;
  height: 42px;
  margin-bottom: 49px;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-btn{
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 3;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-swiper .swiper-btn.next{
  left: auto;
  right: 0;
  transform: translate(50%,-50%) rotate(180deg);
}

.brand-recommed-box .brand-recommed-content .brand-recommed-show{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-show .recommed-show-item{
  width: 200px;
  height: 43px;
  margin-bottom: 48px;
  position: relative;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-show .recommed-show-item img.brand-recommed-img{
  max-height: 43px;
  max-width: 156px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
  cursor: pointer;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-show .recommed-show-item img.crown{
  width: 35px;
  position: absolute;
  right: -13px;
  top: -19px;
  z-index: 2;
  left: auto;
  transition: all 0.3s;
}
.brand-recommed-box .brand-recommed-content .brand-recommed-show .recommed-show-item:hover img.brand-recommed-img{
  top: calc(50% - 10px);
}
.brand-recommed-box .brand-recommed-content .brand-recommed-show .recommed-show-item:hover img.crown{
  top: -29px;
}
/*品牌筛选*/
.brand-search-box{
  width: 1200px;
  margin: auto;
  padding-top: 59px;
}
.brand-search-box .brand-search-title{
  display: block;
  margin: auto;
  margin-bottom: 28px;
  height: 38px;
}
.brand-search-box .brand-search-params{
  width: 1200px;
	/* height: 511px; */
  height: auto;
	background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 30px 20px;
}
.brand-search-box .brand-search-params .brand-search-cate{
  padding-left: 5px;
  padding-bottom: 16px;
  display: flex;
  width: 100%;
}
.brand-search-box .brand-search-params .brand-search-cate.bor{
  border-bottom: 1px solid #e5e5e5;
}
.brand-search-box .brand-search-params .brand-search-cate.pad{
  padding-top: 17px;
  padding-bottom: 0px;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-name{
  width: 108px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-name::before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 16px;
  margin-right: 5px;
	background-image: linear-gradient(0deg, 
		#28cccc 0%, 
    #73e2e2 100%);
    transform: translateY(2px);
}
.cate-zm{
  line-height: 19px;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box{
  width: calc(100% - 98px);
  display: flex;
  flex-wrap: wrap;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item{
  width: 320px;
	height: 120px;
	border-radius: 6px;
  border: solid 1px #e5e5e5;
  margin: 0 14px 14px 0; 
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item:hover,
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item.active{
  border: solid 2px #28cccc;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item:hover .cate-item-name,
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item.active .cate-item-name{
  font-weight: bold;
  color: #19b0b0;
  transform: translate(-1px,-1px);
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item:hover .cate-item-num,
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item.active .cate-item-num{
  color: #19b0b0;
  transform: translate(-1px,-1px);
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item:hover .cate-pic,
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item.active .cate-pic{
  left: 19px;
  top: 19px;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item .cate-pic{
  width: 80px;
  height: 80px;
  background-color: #eee;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item .cate-item-name,
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item .cate-item-num{
  font-size: 22px;
  color: #333;
  padding-left: 97px;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item .cate-item-num{
  /* font-family: MicrosoftYaHei; */
  font-size: 18px;
  margin-top: 9px;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-item-box .cate-item .cate-item-name{
  /* font-family: MicrosoftYaHei; */
  padding-top: 10px;
  min-height: 49px;
  /* line-height: 18px; */
}
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span{
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-right: 44px;
  cursor: pointer;
  position: relative;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span:hover,
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span.active{
  color: transparent;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span:hover span,
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span.active span{
  color: #19b0b0;
}
.brand-search-box .brand-search-params .brand-search-cate .cate-zm>span span{
  font-weight: bold;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  white-space: nowrap;
  z-index: 2;
}
.brand-search-box .brand-search-nav{
  margin-top: 20px;
  width: 1200px;
	height: 42px;
	background-color: #f3f3f3;
  border: solid 1px #e5e5e5;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  padding-left: 30px;
}
.brand-search-box .brand-search-nav.float{
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #F7F7F7;
  margin-top: 0;
  z-index: 4;
}
.brand-search-box .brand-search-nav .search-nav-label{
  display: inline-block;
  /* border: dashed 1px #28cccc; */
  height: 24px;
  line-height: 23px;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 14px;
  margin: 0 10px;
  /* margin-bottom: -1px; */
  color: #fff;
  background: linear-gradient(0deg, rgba(40,204,204,0.7) 0%, rgba(115,226,226,0.7) 100%);
  border-radius: 4px;
  transform: translateY(-1px);
}
.brand-search-box .brand-search-nav .search-nav-label:hover{
  background: linear-gradient(0deg, rgba(40,204,204,1) 0%, rgba(115,226,226,1) 100%);
}
.brand-search-box .brand-search-nav .search-nav-label:nth-child(2){
  margin-left: 0;
}
.brand-search-box .brand-search-nav .search-nav-label img{
  width: 8.5px;
  height: 8.5px;
  transform: translateY(-1px);
  cursor: pointer;
  margin-left: 6px;
}
.brand-search-box .brand-search-nav span{
  padding-left: 40px;
}
.brand-search-box .brand-search-nav span i{
  font-style: normal;
  color: #19b0b0;
}
.brand-search-box .brand-search-item-box{
  background: #fff;
  padding: 30px;
  padding-bottom: 83px;
  padding-top: 11px;
}
.brand-search-box .brand-search-item-box.new{
  padding: 0;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-item-title{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 22px;
  margin-top: 19px;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box{
  display: flex;
  flex-wrap: wrap;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item{
  width: 216px;
	height: 120px;
  border: solid 1px #e5e5e5;
  margin-right: 14px;
  margin-bottom: 41px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item::after{
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item:hover{
  border: solid 2px #28cccc; 
  transform: translateY(-10px);
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item:hover p{
  color: #19b0b0;
  bottom: -25px;
  font-weight: bold;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item:nth-child(5n){
  margin-right: 0;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item p{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -24px;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 8px;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item img.search-img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-height: 50px;
  max-width: 157px;
}
.brand-search-box .brand-search-item-box .brand-search-item .search-logo-box .search-logo-item img.crown{
  position: absolute;
  right: -13px;
  top: -9px;
  z-index: 2;
  width: 35px;
}
/*在售商品弹窗*/
.sell-modal{
  position: absolute;
  width: 410px;
  z-index: 1000000002;
  padding: 25px 26px 20px 27px;
  box-shadow: 0px 2px 10px 0px 
		rgba(153, 153, 153, 0.6);
}
.sell-modal.hide{
  z-index: -100;
  left: -1000px;
  visibility: hidden;
}
.sell-modal .sell-modal-bg{
  position: absolute;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.9;
  border-radius: 6px;
}
.sell-modal .sell-modal-jt{
  position: absolute;
  left: -8px;
  top: 43px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid #333;
    border-bottom: 10px solid transparent;
    opacity: 0.9;
}
.sell-modal .sell-modal-jt.right{
  left: auto;
  right: -8px;
  transform: rotate(180deg);
}
.sell-modal .sell-modal-jt.top{
  left: auto;
  right: 30px;
  top: auto !important;
  bottom: -14px;
  transform: rotate(270deg);
}
.sell-modal .sell-modal-jt.top2{
  left: 30px;
  top: auto !important;
  bottom: -14px;
  transform: rotate(270deg);
}
.sell-modal .sell-title{
  height: 40px;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  z-index: 2;
}
.sell-modal .sell-item{
  position: relative;
  z-index: 2;
}
.sell-modal .sell-item .sell-item-one{
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 7px;
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  color: #333;
  margin-bottom: 10px;
  display: inline-block;
}
.sell-modal .sell-item .sell-item-one:hover{
  background: linear-gradient(
  -22deg
  , #28cccc 0%, #73e2e2 100%);
  color: #fff;
}
.sell-modal .sell-item .sell-item-two{
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-10px);
  width: calc(100% + 10px);
}
.sell-modal .sell-item .sell-item-two .sell-item-btn{
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 8px;
  border-right: 1px solid rgba(255,255,255,0.3);
  cursor: pointer;
}
.sell-modal .sell-item .sell-item-two .sell-item-btn:last-child{
  border-right: none;
}
.sell-modal .sell-item .sell-item-two .sell-item-btn:hover{
  color: #19b0b0;
}

.no-record {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  font-size: 16px;
  height: 80px;
  color: #fff;
  border: 10px solid #dbecec;
  background: #02b4b6;
  box-sizing: border-box;
}