.navBg[data-v-e449861c] {
  width: 100%;
  height: 5.104vw;
  background: #ffffff;
  z-index: 0;
}
.swiperDiv[data-v-e449861c] {
  width: 100%;
}
.swiperDiv .swiper-img[data-v-e449861c] {
  width: 100%;
  height: 31.25vw;
  margin: 0;
  padding: 0;
}
.swiperDiv .navbar[data-v-e449861c] {
  width: 100%;
  background: #828282;
  display: inline-block;
}
.swiperDiv .navbar .navbar-inner[data-v-e449861c] {
  display: flex;
  align-items: center;
  width: 63.542vw;
  margin: 1.302vw auto;
}
.swiperDiv .navbar .navbar-inner .navbar-item[data-v-e449861c] {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 0.833vw;
  line-height: 1.2;
  margin-left: 0.938vw;
  cursor: pointer;
  position: relative;
}
.swiperDiv .navbar .navbar-inner .navbar-item img[data-v-e449861c] {
  width: 0.417vw;
  height: 0.208vw;
  margin-left: 0.521vw;
}
.swiperDiv .navbar .navbar-inner .navbar-item .selector[data-v-e449861c] {
  position: absolute;
  width: auto;
  min-width: 5.208vw;
  background: #828282;
  border-radius: 0.104vw;
  top: 3.125vw;
  left: 0;
  z-index: 999;
}
.swiperDiv .navbar .navbar-inner .navbar-item .selector .selector-item[data-v-e449861c] {
  white-space: nowrap;
  width: auto;
  height: 1.875vw;
  text-align: center;
  line-height: 1.875vw;
  font-size: 0.729vw;
  color: #ffffff;
}
.swiperDiv .navbar .navbar-inner .navbar-item .selector .selector-item[data-v-e449861c]:hover {
  background: #a4a4a4;
}
.middle[data-v-e449861c] {
  width: 62.5vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.middle .nbar[data-v-e449861c] {
  float: left;
  display: block;
  margin-top: 1rem;
  width: 100%;
}
.middle .goods-box[data-v-e449861c] {
  width: 62.5vw;
  margin-top: 2.604vw;
}
.middle .goods-box .goods-item-mobile[data-v-e449861c] {
  display: none;
}
.middle .goods-box .goods-item[data-v-e449861c] {
  display: inline-block;
  width: 13.958vw;
  height: 13.958vw;
  background: #ffffff;
  border: 1px solid #dddddd;
  position: relative;
  margin-right: 1.823vw;
  margin-bottom: 2.083vw;
}
.middle .goods-box .goods-item:hover .mask[data-v-e449861c] {
  opacity: 1;
}
.middle .goods-box .goods-item[data-v-e449861c]:nth-child(4n + 4) {
  margin-right: 0;
}
.middle .goods-box .goods-item img[data-v-e449861c] {
  width: 11.198vw;
  height: 11.771vw;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 1.042vw;
}
.middle .goods-box .goods-item .mask[data-v-e449861c] {
  transition: 0.3s;
  opacity: 0;
  background: rgba(130, 130, 130, 0.72);
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.middle .goods-box .goods-item .mask p[data-v-e449861c]:last-of-type {
  font-size: 0.938vw;
  display: block;
  width: 85%;
  line-height: 1.3;
  padding: 0.26vw;
}
.middle .goods-box .goods-item .mask p[data-v-e449861c]:nth-child(2) {
  font-size: 1.146vw;
  display: block;
  width: 85%;
  line-height: 1.3;
  padding: 0.26vw;
}
.middle .goods-box .goods-item .mask p[data-v-e449861c]:first-of-type {
  display: block;
  width: 85%;
  font-size: 1.25vw;
  line-height: 1.3;
  padding: 0.26vw;
}
.middle .pagination-box[data-v-e449861c] {
  display: inline-block;
  margin-top: 7.292vw;
  margin-bottom: 5.208vw;
}

@media screen and (max-width: 400px) {
.goods-box[data-v-e449861c] {
    margin: 0;
}
}
@media screen and (max-width: 800px) and (min-width: 399px) {
.goods-box[data-v-e449861c] {
    margin-left: 20px;
}
}
@media screen and (max-width: 800px) {
.navBg[data-v-e449861c] {
    height: 0px;
}
.navbar[data-v-e449861c] {
    height: auto !important;
}
.navbar .navbar-inner[data-v-e449861c] {
    width: 90% !important;
    flex-wrap: wrap;
}
.navbar .navbar-inner .navbar-item[data-v-e449861c] {
    width: 150px !important;
    padding-bottom: 5px;
    font-size: 12px !important;
    height: 20px;
}
.navbar .navbar-inner .navbar-item img[data-v-e449861c] {
    width: 8px !important;
    height: 4px !important;
    margin-left: 5px !important;
}
.navbar .navbar-inner .navbar-item .selector[data-v-e449861c] {
    width: 100% !important;
    top: 25px !important;
    border: 1px solid #ccc;
}
.navbar .navbar-inner .navbar-item .selector .selector-item[data-v-e449861c] {
    font-size: 12px !important;
    padding-top: 5px;
    width: 100% !important;
    height: 25px !important;
    line-height: 22px;
}
.middle[data-v-e449861c] {
    width: 90%;
}
.middle .goods-item[data-v-e449861c] {
    display: none !important;
}
.middle .goods-box[data-v-e449861c] {
    display: flex;
    width: 100% !important;
    flex-flow: row wrap;
}
.middle .goods-item-mobile[data-v-e449861c] {
    display: inline-block !important;
    width: 150px;
    height: 150px;
    margin-top: 10px;
    margin-right: 10px;
    background: #ffffff;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.middle .goods-item-mobile img[data-v-e449861c] {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.middle .goods-item-mobile .cloth[data-v-e449861c] {
    position: relative;
    top: -90px;
    background: rgba(130, 130, 130, 0.72);
    width: 150px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.middle .goods-item-mobile .cloth p[data-v-e449861c]:last-of-type {
    padding-bottom: 10px;
    font-size: 12px;
    display: block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.middle .goods-item-mobile .cloth p[data-v-e449861c]:nth-child(2) {
    font-size: 12px;
    display: block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.middle .goods-item-mobile .cloth p[data-v-e449861c]:first-of-type {
    font-size: 14px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
}


@media screen and (max-width: 800px) {
.el-pager .number {
    font-size: 12px !important;
    line-height: 1.5;
    padding: 0 5px;
}
.el-icon {
    font-size: 12px !important;
    line-height: 1.5;
    padding: 0 5px;
    height: 16px !important;
}
.more {
    padding-top: 5px !important;
}
}

