.nav-box-classify {
  height: 407px;
  width: 100%;
  position: relative;
}
.nav-box-classify .nav-list,
.nav-box-classify .child-class {
  padding-top: 32px;
  font-size: 14px;
}
.nav-box-classify .nav-list > div,
.nav-box-classify .child-class > div {
  height: 40px;
  line-height: 40px;
}
.nav-box-classify .nav-list-box {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 100%;
}
.nav-box-classify .nav-list-box .nav-list {
  color: #fff;
}
.nav-box-classify .nav-list-box .nav-list .focus {
  color: #e53439;
}
.nav-box-classify .nav-list-box .nav-list .parent-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px;
}
.nav-box-classify .nav-list-box .nav-list .child-class {
  position: absolute;
  top: 0;
  left: 215px;
  width: 284px;
  background: #fff;
  min-height: 407px;
  color: #333;
  padding: 32px 24px 0;
}
.query {
  padding: 0 24px;
  font-size: 14px;
  background: #fff;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  margin-top: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.query > div > span:nth-child(1) {
  margin-left: 10px;
}
.query > div > span {
  color: #333;
  margin-right: 20px;
}
.choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px;
  width: 100%;
}
.choose > div:nth-child(1) {
  line-height: 68px;
}
.choose > div:nth-child(1) span {
  font-size: 14px;
  display: inline-block;
  margin-right: 32px;
}
.choose > div:nth-child(2) {
  font-size: 14px;
  color: #999;
}
.goods-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.goods-box .goods-item:nth-child(4n+4) {
  margin-right: 0;
}
.goods-box .goods-item {
  width: 255px;
  margin-right: 12px;
  background: #fff;
  margin-bottom: 12px;
  padding-bottom: 20px;
  position: relative;
}
.goods-box .goods-item .orange {
  background: #fa6400;
}
.goods-box .goods-item .red {
  background: #e53439;
}
.goods-box .goods-item .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  width: 52px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.goods-box .goods-item .goods-img {
  /*width: 261px;*/
  /*height: 292px;*/
}
.goods-box .goods-item .name,
.goods-box .goods-item .price {
  padding: 0 14px;
  margin-top: 14px;
}
.goods-box .goods-item .name {
  font-size: 14px;
}
.goods-box .goods-item .name > span {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background: #e53439;
  padding: 1px 3px;
}
.goods-box .goods-item .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.goods-box .goods-item .price > div:nth-child(1) {
  color: #e53439;
  font-size: 16px;
  font-weight: 600;
}
.goods-box .goods-item .price > div:nth-child(2) {
  color: #999;
  font-size: 12px;
}
.el-input__inner {
  background: rgba(0, 0, 0, 0) !important;
  border: none;
  color: #333;
  font-weight: 600;
  padding: 0 !important;
  text-align: left;
}
