.official-website-wrap .list-page-left {
  position: fixed;
  top: 0;
  left: 28px;
  width: 410px;
  height: 100vh;
  padding-top: 36vh;
  z-index: 99;
}
.official-website-wrap .list-page-left .left-item {
  padding-left: 70px;
  font-size: 13px;
  margin-bottom: 20px;
  color: #999999;
  cursor: pointer;
  width: 170px;
}
.official-website-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-website-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-website-wrap .home-list-page {
  margin-left: 410px;
  width: calc(100vw - 410px);
  height: 100vh;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
.official-website-wrap .home-list-page .list-page-content {
  display: flex;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap {
  border-left: 2px solid #002fa7;
  height: 100%;
  padding: 40px 70px;
  box-sizing: border-box;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .item-img,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .item-img,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .item-img,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img {
  position: relative;
  width: 100%;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .item-img .cur-img,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .item-img .cur-img,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .item-img .cur-img,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img .cur-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .item-img .hover-img,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .item-img .hover-img,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .item-img .hover-img,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img .hover-img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .item-img:hover .hover-img,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .item-img:hover .hover-img,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .item-img:hover .hover-img,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .item-img:hover .hover-img {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #002fa7;
  font-weight: bold;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .text-str,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .text-str,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .text-str,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str {
  width: 70%;
  font-size: 14.5px;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .text-str > p,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .text-str > p,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .text-str > p,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str > p {
  margin: 0;
  padding: 0;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .text-str > p:first-child,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .text-str > p:first-child,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .text-str > p:first-child,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str > p:first-child {
  font-size: 13.6px;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .shop-more-img,
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .shop-more-img,
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .shop-more-img,
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .shop-more-img {
  width: 30px;
  height: 18px;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap {
  width: 700px;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .item-img {
  height: 88%;
}
.official-website-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text {
  font-size: 14px;
  margin-top: 30px;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap {
  padding: 0 50px 40px;
  display: flex;
  flex-wrap: wrap;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap {
  height: 50%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .item-img {
  height: 80%;
}
.official-website-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 15px;
}
.official-website-wrap .home-list-page .list-page-content .four-list-wrap {
  width: 700px;
  padding: 0 50px 40px;
  display: flex;
  flex-wrap: wrap;
}
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap {
  width: 50%;
  height: 50%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap .item-img {
  height: 80%;
}
.official-website-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 15px;
}
.official-website-wrap .home-list-page .list-page-content .two-list-wrap {
  padding: 0 50px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 400px;
}
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap {
  width: 100%;
  height: 50%;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap .item-img {
  height: 80%;
}
.official-website-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 15px;
}
.official-website-small-wrap .list-page-left {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  background: #2d2d2d;
  overflow-x: auto;
  padding-left: 35px;
  box-sizing: border-box;
}
.official-website-small-wrap .list-page-left .left-item {
  white-space: nowrap;
  padding-right: 35px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}
.official-website-small-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-website-small-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-website-small-wrap .home-list-wrap {
  width: 100vw;
  height: 99vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page {
  padding-top: 90px;
  width: 100vw;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page .list-page-content {
  height: 100%;
  width: 100vw;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap {
  border-bottom: 2px solid #002fa7;
  width: 100vw;
  box-sizing: border-box;
  padding: 30px;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .item-img,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .item-img,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .item-img,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .item-img {
  position: relative;
  width: 100%;
  height: 70%;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .item-img .cur-img,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .item-img .cur-img,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .item-img .cur-img,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .item-img .cur-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  object-fit: cover;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .item-img .hover-img,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .item-img .hover-img,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .item-img .hover-img,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .item-img .hover-img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  object-fit: cover;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #002fa7;
  font-weight: bold;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .text-str > p,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .text-str > p,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .text-str > p,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .text-str > p {
  margin: 0;
  padding: 0;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text .shop-more-img,
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .shop-item-text .shop-more-img,
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .shop-item-text .shop-more-img,
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .shop-item-text .shop-more-img {
  display: none;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap {
  height: 65vh;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .item-img {
  height: 88%;
}
.official-website-small-wrap .home-list-page .list-page-content .one-list-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 5px;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap {
  width: 48%;
  height: calc(75vh / 2);
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .item-img {
  height: 70%;
}
.official-website-small-wrap .home-list-page .list-page-content .more-list-wrap .more-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 5px;
}
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap {
  height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap {
  width: 48%;
  height: 50%;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap .item-img {
  height: 70%;
}
.official-website-small-wrap .home-list-page .list-page-content .four-list-wrap .four-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 5px;
}
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap {
  width: 100vw;
  height: 45vh;
  display: flex;
  justify-content: space-between;
}
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap {
  width: 48%;
  height: 100%;
  box-sizing: border-box;
}
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap .item-img {
  height: 70%;
}
.official-website-small-wrap .home-list-page .list-page-content .two-list-wrap .two-item-wrap .shop-item-text {
  font-size: 12px;
  margin-top: 5px;
}
/*# sourceMappingURL=list-wrap.css.map */