.proMenus-classifys {
  position: initial;
  height: auto;
}
.screen_1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.nban {
  width: 100%;
  position: relative;
  height: 80px;
  box-sizing: initial;
}
.nban .nside {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  border-top: 1px solid #DDDDDD;
  align-items: center;
}
.nside .index-nside {
  color: #333;
}
.nside .nside-a {
  color: #333;
}
.nside .nside-right {
  color: #DDD;
}
.model1 {
  width: 100%;
  padding-bottom: 80px;
}
.model1 .list {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
}
.model1 .list .item {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.model1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.model1 .list .item .img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.model1 .list .item .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
  object-fit: cover;
}
.model1 .list .item .name {
  padding: 10px 0;
  background: #F8F8F8;
  font-size: 18px;
  color: #333;
  text-align: center;
  transition: 0.5s;
}
.model1 .list .item:hover .name {
  color: #CC2229;
}
.model1 .list .item:hover .img img {
  transform: scale(1.2);
}
.model1 .pages {
  width: 100%;
}
.model1 .pages .btn-prev,
.model1 .pages .btn-next {
  margin: 0 5px !important;
  width: 30px;
  height: 30px;
  background: #F8F8F8 !important;
  border-radius: 4px;
}
.model1 .pages .btn-prev i,
.model1 .pages .btn-next i {
  color: #333;
}
.model1 .pages .btn-prev::before,
.model1 .pages .btn-next::before {
  display: none;
}
.model1 .pages .btn-prev:hover,
.model1 .pages .btn-next:hover {
  background: #CC2229 !important;
}
.model1 .pages .btn-prev:hover i,
.model1 .pages .btn-next:hover i {
  color: #fff;
}
.model1 .pages .number:hover {
  border: none;
  color: #CC2229 !important;
}
.model1 .pages .number.active {
  color: #CC2229 !important;
  border: none !important;
}
@media (max-width: 1200px) {
  .model1 {
    padding: 0 30px;
    padding-bottom: 40px;
  }
  .model1 .proMenus-classifys {
    width: 100%;
    transform: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .model1 .list {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .model1 .list {
    justify-content: space-between;
  }
  .model1 .list .item {
    width: 49%;
    margin: 0;
    margin-bottom: 10px;
  }
  .model1 .list .item .name {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .model1 {
    padding: 0 10px;
  }
}
