.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;
  height: 100%;
  overflow: hidden;

}
.nav-box-classify .nav-list-box .nav-list:hover {
  overflow-y: auto;
}
/* .nav-box-classify .nav-list-box .nav-list .focus {
  color: #e53439;
} */
.nav-box-classify .nav-list-box .nav-list .parent-class {
  background: #002B68;
  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: 8px 16px;

}

.nav-box-classify .nav-list-box .nav-list .parent-hand:hover .parent-class {
  background-color: #3F4FFF;
}

.nav-box-classify .nav-list-box .nav-list .parent-hand:hover .parent-class .icon-right {
  /* color: #002B68!important; */
  color: #fff!important;
}
.nav-box-classify .nav-list-box .nav-list .parent-hand .parent-class :hover a{
  color: #fff!important;
}
.nav-box-classify .nav-list-box .nav-list .child-class .icon-right {
color: #fff !important; 
}

.child-class .sub-child-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.nav-list .child-class  .sub-child-wrap .sub-child {
  margin: 16px 24px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;

}

.sub-child-wrap .sub-child:hover {
  text-decoration: underline;
}
.nav-box-classify .nav-list-box .nav-list .child-class {
  position: absolute;
  top: 0;
  left: 215px;
  width: 500px;
  background: #003D7D;
  height: 100%;
  color: #fff;
  padding: 24px;
  font-weight: 700;
  font-size: 16px;
}
.nav-box-classify .nav-list-box .nav-list .child-class:hover {
  overflow-y: auto;
}

/* .nav-box-classify .nav-list-box .nav-list .child-class:hover > a{
  text-decoration: underline;
} */


.nav-list::-webkit-scrollbar {
  width: 6px !important;
  height: 10px !important;
}

.nav-list::-webkit-scrollbar-thumb {
  height: 100px;
  background-color: #ccc!important;
  border-radius: 10px;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.nav-list::-webkit-scrollbar-track {
  background-color: #fff;
  border: none;
  border-radius: 10px;
}

.child-class::-webkit-scrollbar {
  width: 6px !important;
  height: 10px !important;
}

.child-class::-webkit-scrollbar-thumb {
  height: 100px;
  background-color: #ccc !important;
  border-radius: 10px;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.child-class::-webkit-scrollbar-track {
  background-color: #fff;
  border: none;
  border-radius: 10px;
}

.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 > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 292px;
}
.goods-box .goods-item .goods-img {
  max-height: 292px;
  width: 100%;
}
.goods-box .goods-item .name,
.goods-box .goods-item .price {
  padding: 0 14px;
  margin-top: 14px;
}
.goods-box .goods-item .name {
  font-size: 14px;
  text-align: left;
}
.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: #FF9000;
  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;
}
