.official-wrap {
  height: 100vh;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.official-wrap .this-is-web {
  height: 100vh;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.official-wrap .item-wrap {
  height: 100vh;
  width: 100vw;
  display: flex;
}
.official-wrap .item-wrap .index-home-img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.official-wrap .item-wrap .list-page-left {
  width: 25vw;
  height: 100%;
  padding-top: 43vh;
  box-sizing: border-box;
}
.official-wrap .item-wrap .list-page-left .left-item {
  padding-left: 70px;
  font-size: 13px;
  margin-bottom: 20px;
  color: #999999;
  cursor: pointer;
  width: 170px;
}
.official-wrap .item-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-wrap .item-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-wrap .item-wrap .home-list-page {
  width: 73vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.official-wrap .item-wrap .home-list-page .new-img-wrap {
  width: 73vw;
  height: 80vh;
  padding: 10vh 0;
  display: flex;
}
.official-wrap .item-wrap .home-list-page .new-img-wrap .one-img {
  width: 73vw;
  height: 80vh;
}
.official-wrap .item-wrap .home-list-page .new-img-wrap .one-img .one-img-class {
  width: 73vw;
  height: 80vh;
  object-fit: cover;
}
.official-small-wrap {
  z-index: 1;
}
.official-small-wrap .list-page-left {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  background: #ffffff;
  overflow-x: auto;
  padding-left: 35px;
  box-sizing: border-box;
}
.official-small-wrap .list-page-left .left-item {
  width: 100%;
  white-space: nowrap;
  padding-right: 35px;
  font-size: 14px;
  text-align: center;
  color: #999999;
  cursor: pointer;
}
.official-small-wrap .list-page-left .left-item:hover {
  color: #002fa7;
}
.official-small-wrap .list-page-left .active {
  color: #002fa7;
  text-decoration: underline;
  outline-color: #002fa7;
}
.official-small-wrap p {
  margin: 0;
  padding: 0;
}
.official-small-wrap .this-is-iphone .top-img {
  width: 100vw;
  height: 130vw;
  object-fit: cover;
}
.official-small-wrap .this-is-iphone .text-wrap {
  padding: 9vw 8vw;
}
.official-small-wrap .this-is-iphone .text-wrap .text-title {
  margin-bottom: 4.8vw;
  font-size: 3.8vw;
  color: #002fa7;
  font-weight: bold;
}
.official-small-wrap .this-is-iphone .text-wrap .text-illustrate {
  font-size: 3.3vw;
  color: #9f9fa0;
  line-height: 1.5;
}
.official-small-wrap .this-is-iphone .img-wrap {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.official-small-wrap .this-is-iphone .img-wrap .img-class {
  width: 100vw;
  height: auto;
  object-fit: cover;
}
.official-small-wrap .this-is-iphone .more-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 6vw 8vw;
}
.official-small-wrap .this-is-iphone .more-wrap .more-text {
  margin-right: 2vw;
  font-size: 16px;
  color: #002fa7;
  line-height: 17px;
  letter-spacing: 1px;
}
.official-small-wrap .this-is-iphone .more-wrap .more-img {
  width: 30px;
  height: 19px;
}
/*# sourceMappingURL=brand-wrap.css.map */