.breadCrumb {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
  margin-bottom: 20px;
}
.chooseCateGory {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.chooseCateGory .chooseCateGoryTitle {
  padding: 5px 10px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #808080;
  margin-right: 15px;
}
.chooseCateGory .chooseCateGorySonTitle {
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-right: 20px;
  padding: 5px 10px;
  cursor: pointer;
}
.chooseCateGory .activeChooseCateGorySonTitle {
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
  padding: 5px 10px;
  background: #42B4C9;
  cursor: pointer;
}
.chooseBrand {
  position: relative;
  display: flex;
  margin-bottom: 20px !important;
  /* 隐藏 IE、Edge 和 Firefox 的滚动条 */
}
.chooseBrand .chooseCateGoryTitle {
  padding: 5px 10px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #808080;
  margin-right: 15px;
}
.chooseBrand .chooseBrandSonList {
  flex: 1;
  height: 31px;
  overflow: hidden;
}
.chooseBrand .chooseBrandSonList .chooseCateGorySonTitle {
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-right: 20px;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;

}
.chooseBrand .chooseBrandSonList .activeChooseCateGorySonTitle {
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
  padding: 5px 10px;
  background: #42B4C9;
  cursor: pointer;
  display: inline-block;
}
.chooseBrand .chooseBrandSonListAll {
  flex: 1;
  height: 200px;
  overflow: scroll;
}
.chooseBrand .chooseBrandSonListAll .chooseCateGorySonTitle {
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-right: 20px;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 100000;
}
.chooseBrand .chooseBrandSonListAll .activeChooseCateGorySonTitle {
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  margin-right: 20px;
  padding: 5px 10px;
  background: #42B4C9;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 100000;
}
.chooseBrand .chooseBrandSonListAll::-webkit-scrollbar {
  display: none;
}
.chooseBrand .chooseBrandSonListAll {
  /*-ms-overflow-style: none;*/
  /* IE and Edge */
  /*scrollbar-width: none;*/
  /* Firefox */
}
.chooseBrand .brandText {
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.chooseBrand .AllBrandText {
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  bottom: 0px;
}
.otherOptions {
  height: 50px;
  background: #F6F6F6;
  margin-bottom: 40px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  box-sizing: border-box;
}
.otherOptions .isStockNum {
  height: 100%;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.otherOptions .promotionsOptions {
  display: flex;
  height: 100%;
  align-items: center;
}
.otherOptions .promotionsOptions .activePromotionTitleBox {
  width: 63px;
  height: 24px;
  background: #E57F67;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.otherOptions .promotionsOptions .promotionTitleBox {
  width: 63px;
  height: 24px;
  background: #F6F6F6;
  border-radius: 4px;
  margin-right: 10px;
  color: #333;
  font-size: 14px;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.el-input--small .el-input__inner {
  height: 36px !important;
}
.shopImg, .shopGoodsName{
    cursor: pointer;
}
.secondarySearch{
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}
.secondarySearchInput{
  border: radius 4px;
  border: 1px solid #DCDFE6;
  height:30px;
  line-height: 30px;
  padding: 0 15px;
  outline: none;
}
.secondarySearchBtn{
  height: 32px;
  background-color:#42b4c9;
  color:#fff;
  border:none;
}
