.banner {
  position: relative;
  width: 100vw;
  height: calc(100vh - 60px);
}
.banner .title_1 {
  color: #fff;
  font-size: 76px;
}
.banner .fit-image {
  object-position: bottom;
}
.banner .partContent {
  position: absolute;
  left: 70px;
  top: 140px;
}
.banner .partContent .banner_text {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.main {
  padding-top: 60px;
  transform-origin: 0 0;
  font-size: 0;
}
.bgImage {
  width: 100%;
  height: 100%;
}
.part {
  padding-top: 140px;
  display: inline-flex;
  width: calc(100% - 140px);
  padding-left: 70px;
  padding-right: 70px;
}
.part_1 {
  padding-bottom: 140px;
}
.part_1 .con {
  position: relative;
}
.part_1 .swiper {
  width: calc(100vw - 140px);
  padding-bottom: 60px;
}
.part_1 .swiper .swiper-back {
  width: 100%;
  height: 330px;
  background: url(../images/swiper-back_64115e9226f6a56b7248.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  background-position: bottom;
  display: block;
}
.part_1 .swiper .swiper-back .fit-image {
  height: 238px;
  object-fit: contain;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.part_1 .swiper .content_text {
  margin-top: 5px;
  width: 365px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.part_1 .swiper .viewBtn.text {
  justify-content: left;
}
.part_1 .swiper .viewBtn.text .viewText {
  line-height: 22px;
}
.part_1 .swiper-horizontal > .swiper-pagination-bullets,
.part_1 .swiper-pagination-bullets.swiper-pagination-horizontal,
.part_1 .swiper-pagination-custom,
.part_1 .swiper-pagination-fraction {
  bottom: 0;
}
.part_1 .bgImage {
  width: 100%;
  height: 100%;
}
.part_2 {
  background: rgba(221, 226, 230, 0.3);
}
.part_2 .con {
  width: 1300px;
  margin: 0 auto;
}
.part_2 .search {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 30px;
  background: #FFFFFF;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
}
.part_2 .search .search-item {
  height: 70px;
  width: calc(100% - 60px);
  display: inline-flex;
  align-items: center;
  margin: 0 30px;
  border-bottom: 1px solid #DDE2E6;
}
.part_2 .search .search-item:last-of-type {
  border-bottom: 0;
}
.part_2 .search .item-title {
  font-weight: 600;
}
.part_2 .search .line {
  width: 1px;
  height: 16px;
  background: #000000;
  margin-left: 15px;
  margin-right: 15px;
}
.part_2 .search .sub-item {
  padding: 12px 9px;
  margin-right: 17px;
  cursor: pointer;
}
.part_2 .search .sub-item.clicked {
  background: #000000;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
}
#list {
  width: 100%;
  margin: 0 auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 1300px;
}
#list .item {
  width: 406px;
  text-align: left;
  margin-bottom: 100px;
}
#list .item .item-img {
  display: block;
}
#list .item:nth-of-type(3n) {
  padding-right: 0;
}
#list .item:nth-of-type(7),
#list .item:nth-of-type(8),
#list .item:nth-of-type(9) {
  border-bottom: 0;
}
#list .item .item-info {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  margin-top: 10px;
}
#list .item .item-price {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  margin-top: 15px;
}
.viewBtn.white {
  margin-top: 55px;
}
.mob {
  display: none;
}
@media screen and (max-width: 800px) {
  html {
    font-size: calc(100vw / 3.75);
    max-width: 750px;
    min-height: 320px;
    margin: auto;
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
  .banner .partContent {
    position: absolute;
    left: 0.25rem;
    top: 0.8rem;
    width: 2.5rem;
  }
  .banner .partContent .title_1 {
    font-size: 0.3rem;
  }
  .banner .partContent .banner_text {
    font-size: 0.14rem;
  }
  .part {
    width: calc(100% - 0.46rem);
    padding-left: 0.23rem;
    padding-right: 0.23rem;
    padding-top: 0.9rem;
  }
  .part_1 {
    padding-bottom: 0.7rem;
  }
  .part_1 .swiper {
    width: calc(100vw - 0.46rem);
    padding-bottom: 0.4rem;
    margin-top: 0.25rem;
  }
  .part_1 .swiper .swiper-back {
    width: 100%;
    height: 2.68rem;
    background: url(../images/swiper-back-m_f19a02c60cc3d8bb27d6.jpg) no-repeat center center;
    background-size: 100%;
  }
  .part_1 .swiper .swiper-back .fit-image {
    bottom: 10px;
  }
  .part_1 .swiper .content_text {
    margin-top: 0.15rem;
    width: 100%;
  }
  .part_1 .viewBtn.text {
    margin-top: 0.1rem;
  }
  .part_2 .search .search-item {
    margin: 0 0.2rem;
    margin-left: 0.13rem;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    border-bottom: 0;
  }
  .part_2 .search .search-item .item-title {
    white-space: nowrap;
    padding-left: 0.07rem;
  }
  .part_2 .search .search-line {
    height: 1px;
    background: #DDE2E6;
    width: calc(100% - 0.3rem);
    margin: 0 auto;
  }
  .part_2 .search .line {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    width: 1px;
    height: 0.1rem;
    background: #000000;
  }
  .part_2 .search .sub-item {
    padding: 0.1rem 0.07rem;
    white-space: nowrap;
  }
  #list {
    min-width: auto;
  }
  #list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem;
  }
  #list .item .item-img img {
    width: 100%;
  }
  #list .item .item-info {
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    line-height: 0.21rem;
    margin-top: 0.15rem;
  }
  #list .item .item-price {
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    margin-top: 0.12rem;
  }
  .part .con {
    width: 100%;
  }
  .con .content {
    display: block;
  }
  .ani-fromLeft {
    transform: translateX(0);
  }
}
@media screen and (min-width: 801px) {
  .item-img img {
    width: 406px;
    height: 406px;
    object-fit: cover;
  }
}
@media (hover: hover) and (pointer: fine) {
  .banner .viewBtn:hover {
    background: #fff;
    color: #000;
  }
  .banner .viewBtn:hover .viewIcon .viewArrow1,
  .banner .viewBtn:hover .viewIcon .viewArrow2 {
    background: url(../images/arrow-black_93ffab902999017d365f.svg);
    background-size: 100%;
  }
}

