.selectforgoods{
  width: 100%;
}
.select-tabs{
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
}
.tab{
  height: 100%;
  line-height: 35px;
  font-size: 18px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #CCCBCB;
}
.checked-tab{
  font-size: 18px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #333333;
  border-bottom: 2px solid #333333;
}
.select-content{
  margin-top: 20px;
  width: 100%;
}

.select-content-son{
  display: none;
  width: 100%;
}
.checked-select{
  display: block;
}

/* scroll */
.brand-box,.category-ulbox,.colorall,.price-box,.store-box{
  max-height: 400px;
  margin-bottom: 100px;
}
.scrollbar-box{
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollbar-box::-webkit-scrollbar {
  position: relative;
  width: 8px;
  background-color: #FBFBFB;
}

.scrollbar-box::-webkit-scrollbar-thumb {
  background: #C2C2C2;
  border-radius: 6px;
}

/* brand */
.brand-search{
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-search input{
  height: 20px;
  width: 300px;
  outline: none;
  border: 0;
  font-size: 18px;
  font-family: Arial Bold, Arial;
  font-weight: normal;
  color: #333333;
  background: transparent;
}
.brand-search img{
  width: 20px;
  height: 20px;
}
.brand-search img:hover{
  cursor: pointer;
}
.brand-box{
  width: 100%;
}
/* store and brand for content */
.brand-son-title,.store-son-title{
  width: 100%;
  height: 57px;
  line-height: 67px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.brand-son-card,.store-son-card{
  height: 59px;
  border-bottom: 1px solid #EEEEEE;
  /* line-height: 40px; */
  padding-top: 10px;
}
.brand-son-card span,.store-son-card span{
  vertical-align: middle;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: normal;
  color: #333333;
  margin-left: 5px;
}
.brand-son-card img,.store-son-card img{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.brand-son-card img:hover.store-son-card img:hover{
  cursor: pointer;
  opacity: .7;
}

/* brand click // store click */
.brand-nocheck,.brand-checked,.store-nocheck,.store-checked{
  display: none;
}
.checked-card span{
  font-weight: 600;
}
.brand-son-card .brand-nocheck,.store-son-card .store-nocheck{
  display: inline-block;
}
.checked-card .brand-checked,.checked-card .store-checked{
  display: inline-block;
}
.checked-card .brand-nocheck,.checked-card .store-nocheck{
  display: none;
}


/* category */
.category-ulbox a{
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  padding-left: 20px;
}
.category-ulbox li{
  color: #333;
}
.category-ulbox .category-ul li a{
  font-weight: unset;
  font-size: 16px;
}
.sonofcate{
  padding-left: 20px;
}
.faofcate{
  font-size: 18px;
  color: #000 !important;
}

/* color */
.colorall{
  width: 100%;
  height: 400px;
  display: flex;
  row-gap: 30px;
  column-gap: 30px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.colorbox{
  width: 36px;
  height: 70px;
}
.color-border{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid transparent;
  padding: 2px;
  position: relative;
}
.color-border:hover{
  cursor: pointer;
}
.dui{
  position: absolute;
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.checked-color .dui{
  display: block;
}
.checked-color{
  border: 1px solid #000;
}
.color-circle{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .18);
}
.color-name{
  font-size: 12px;
  font-family: Arial;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}

/* price */
.price-box-input{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.price-btn{
  width: 100%;
  height: 42px;
  background: #000000;
  border-radius: 9px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}
.price-btn:hover{
  cursor: pointer;
  opacity: .7;
}
.low-price,.high-price{
  width: 146px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 9px;
  border: 1px solid #CCCBCD;
  color: #B4B3B3;
  outline: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.low-icon{
  position: absolute;
  top: 10px;
  left: 122px;
  color: #B4B3B3;
}
.high-icon{
  position: absolute;
  top: 10px;
  right: 17px;
  color: #B4B3B3;
}


/* RIGHT */
.content-goods{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-items: center;
  gap: 20px;
}
.goods{
  width: 267px;
}
.goods-top{
  width: 100%;
  height: 320px;
  background: #F7F7F7;
  border-radius: 9px;
}
.goods-top a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-top img{
  width: auto;
  height: auto;
  max-width: 185px;
  max-height: 240px;
}
.goods-bottom{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin-top: 17px;
  gap: 6px;
}
.topspan{
  font-weight: 600;
  font-family: Arial Bold, Arial;
}
.bottomspan{
  font-size: 14px;
  font-family: Arial;
}
.price{
  font-size: 14px;
  font-family: Arial Bold, Arial;
  font-weight: 600;
}
.namebox{
  width: max-content;
  height: 20px;
  border: 1px solid #5C5C5C;
  font-size: 12px;
  font-family: Arial;
  line-height: 18px;
  padding: 0 5px;
}


@media screen and (max-width:768px) {
  .content-goods{
    width: 100%;
    /* padding: 0 20px; */
    margin: unset;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .goods{
    width: 47%;
  }
  .goods-top{
    height: 51vw;
  }
  .goods-top img{
    max-width: 72.88%;
    max-height: 68.8%;
  }
}
