.banner-inner .banner-content .title p {
  color: #ffffff !important;
}

.banner-inner .banner-content .desc p {
  color: #ffffff !important;
}
#app{
  background: #fbffff;
}
/* 照片区域样式 */
.photo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 70px 0 74px;
  background-color: #f1fbfe;
  background: #fbffff;
  background-size: 26px 26px;
  overflow: hidden;
  position: relative;
}
.photo .back1 {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 599px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}
.photo .back2 {
  position: absolute;
  bottom: 0%;
  right: -10%;
  width: 448px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}
.photo .back3 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0.3;
}
.photo .inner {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  margin: 0 auto;
}

.photo .section1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.photo .section1 p {
  width: 100%;
  color: #000000;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 50px;
  line-height: 33px;
  text-align: center;
}

.photo .section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 42px 36px;
  margin-top: 40px;
}

.photo .section2 .item {
  display: flex;
  flex-wrap: wrap;
  width: 31%;
  overflow: hidden;
  border-radius: 28px 0 28px 0;
  box-shadow: 0 12px 28px rgba(47, 92, 112, 0.13);
  cursor: pointer;
}

.photo .section2 .item:first-child {
  width: 60%;
  border-radius: 34px 0 30px 0;
}

.photo .section2 .item:nth-child(2) {
  width: 36%;
  border-radius: 34px 0 30px 0;
}

.photo .section2 .item:nth-child(3) {
  width: 31%;
}

.photo .section2 .item:nth-child(4) {
  width: 31%;
}

.photo .section2 .item:nth-child(5) {
  width: 31%;
}

.photo .section2 .item el-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.photo .section2 .item .el-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.photo .section2 .item .el-image__inner {
  display: flex;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo .section2 .item img {
  display: flex;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.photo .section2 .item:hover .el-image__inner {
  transform: scale(1.05);
}

.photo .section2 .item:hover img {
  transform: scale(1.05);
}

/* 照片分页样式 */
.photo .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 28px;
  margin-top: 58px;
}

.photo .pre-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(38, 76, 96, 0.13);
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo .pre-pageBtn:hover {
  background: #1d94cc;
}

.photo .pre-pageBtn:hover path {
  fill: #ffffff;
}

.photo .pre-pageBtn svg {
  width: 24px;
  height: 16px;
}

.photo .next-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(38, 76, 96, 0.13);
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo .next-pageBtn:hover {
  background: #1d94cc;
}

.photo .next-pageBtn:hover path {
  fill: #ffffff;
}

.photo .next-pageBtn svg {
  width: 24px;
  height: 16px;
}

.photo .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.photo .pages::after {
  content: "...... 12";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2d3740;
}

.photo .pages .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2d3740;
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo .pages .num-active {
  background: #1d94cc;
  color: #ffffff;
}

.photo .pages .num:hover {
  background: #1d94cc;
  color: #ffffff;
}

.photo .pages.pages-real::after {
  content: none;
  display: none;
}

/* 视频区域样式 */
.video {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 0 92px;
  background: linear-gradient(180deg, #ffffff 0%, #fbffff 100%);
  box-shadow: 0px -1px 40px #00000014;
  overflow: hidden;
  position: relative;
}

.video .back1 {
  position: absolute;
  bottom: -70%;
  left: -10%;
  width: 371px;
  height: 777px;
  opacity: 0.42;
  background: radial-gradient(50% 50% at 50% 50%, #32a2de3d 0%, #32a2de00 100%);
}

.video>img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.video .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.video .section1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.video .section1 p {
  width: 100%;
  color: #000000;
  font-family: Chonburi;
  font-weight: 400;
  font-size: 50px;
  line-height: 33px;
  text-align: center;
}

.video .section2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 38px;
  position: relative;
}

.video .swiper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(100%, 1440px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.video .prev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(38, 76, 96, 0.13);
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  left: 14%;
  top: 48%;
  transform: translateY(-50%);
  z-index: 4;
}

.video .prev:hover {
  background: #1d94cc;
}

.video .prev:hover path {
  fill: #ffffff;
}

.video .prev svg {
  width: 24px;
  height: 16px;
}

.video .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.video .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 55%;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
  opacity: 0.52;
  transform: scale(0.9);
  transform-origin: center center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  z-index: 1;
}

.video .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.video .swiper-slide-active .img-poster {
  box-shadow: 0 20px 50px rgba(29, 132, 204, 0.15);
}

.video .swiper-slide-prev,
.video .swiper-slide-next {
  opacity: 0.52;
}

.video .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none;
}

.video .swiper-slide .img-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  transition: box-shadow 0.5s ease;
}

.video .swiper-slide .img-poster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #223e56;
}

.video .swiper-slide .img-poster img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video .swiper-slide .mask {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 62, 86, 0.6);
}

.video .swiper-slide .play {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: all 0.5s ease;
}

.video .swiper-slide .play:hover {
  background: #ffffff;
}

.video .swiper-slide:not(.swiper-slide-active) .play {
  display: none;
}

.video .swiper-slide .play svg {
  width: 23px;
  height: 26px;
}

.video .next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(38, 76, 96, 0.13);
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  right: 14%;
  top: 48%;
  transform: translateY(-50%);
  z-index: 4;
}

.video .next:hover {
  background: #1d94cc;
}

.video .next:hover path {
  fill: #ffffff;
}

.video .next svg {
  width: 24px;
  height: 16px;
}

.factory-video-dialog {
  width: min(92vw, 430px, 48vh) !important;
  margin-top: 5vh !important;
  border-radius: 10px;
  background: #000000;
  overflow: hidden;
}

.factory-video-dialog .el-dialog__header {
  padding: 0;
}

.factory-video-dialog .el-dialog__headerbtn {
  top: 10px;
  right: 10px;
  z-index: 2;
}

.factory-video-dialog .el-dialog__headerbtn .el-dialog__close {
  color: #ffffff;
  font-size: 22px;
}

.factory-video-dialog .el-dialog__body {
  display: flex;
  justify-content: center;
  padding: 0;
  background: #000000;
}

.factory-video-dialog video {
  display: block;
  width: 100%;
  max-height: 86vh;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #000000;
}

/* photo pagination unified with pros page styles */
.photo .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 37px;
  margin-top: 78px;
}

.photo .pre-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo .pre-pageBtn:hover {
  background: #edf8fd;
}

.photo .pre-pageBtn:hover path {
  fill: #333333;
}

.photo .pre-pageBtn svg {
  width: 31px;
  height: 21px;
}

.photo .next-pageBtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  width: 68px;
  height: 68px;
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #d8d8d880;
  cursor: pointer;
  transition: all 0.5s ease;
}

.photo .next-pageBtn:hover {
  background: #edf8fd;
}

.photo .next-pageBtn:hover path {
  fill: #333333;
}

.photo .next-pageBtn svg {
  width: 31px;
  height: 21px;
}

.photo .pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.photo .pages::after {
  content: "...... 12";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1d94cc;
}

.photo .pages .num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  border-radius: 8px;
}

.photo .pages .num-active {
  background: #1d82b8;
  color: #ffffff;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

.photo .pages .num:hover {
  background: #1d82b8;
  color: #ffffff;
  font-family: DIN;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
}

/* responsive: factory page */
@media only screen and (max-width: 1280px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 30%;
    width: 54%;
  }

  .banner-inner .banner-content .title p {
    font-size: 40px;
    line-height: 62px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 15px;
    line-height: 30px;
  }

  .aboutNav {
    gap: 110px;
  }

  .aboutNav .item {
    width: auto;
    padding: 18px 0;
  }

  .aboutNav .item p {
    font-size: 22px;
    line-height: 24px;
  }

  .photo {
    padding: 62px 0 66px;
  }

  .photo .inner {
    width: 88%;
  }

  .photo .section1 p,
  .video .section1 p {
    font-size: 44px;
    line-height: 40px;
  }

  .photo .section2 {
    gap: 34px 28px;
    margin-top: 36px;
  }

  .video {
    padding: 36px 0 80px;
  }

  .video .section2 {
    margin-top: 34px;
  }

  .video .swiper {
    width: 100%;
  }

  .video .swiper-slide {
    width: 58%;
  }

  .video .prev {
    left: 8%;
  }

  .video .next {
    right: 8%;
  }

  .video .swiper-slide .play {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    max-width: 58px;
    max-height: 58px;
  }

  .video .swiper-slide .play svg {
    width: 21px;
    height: 24px;
  }

  .photo .page {
    gap: 32px;
    margin-top: 66px;
  }

  .photo .pre-pageBtn,
  .photo .next-pageBtn {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }

  .photo .pages .num,
  .photo .pages .num-active,
  .photo .pages .num:hover {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-inner .banner-content {
    left: 6%;
    top: 32%;
    width: 62%;
  }

  .banner-inner .banner-content .title p {
    font-size: 34px;
    line-height: 50px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 12px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .aboutNav {
    gap: 90px;
  }

  .aboutNav .item {
    width: auto;
    padding: 16px 0;
  }

  .aboutNav .item p {
    font-size: 20px;
    line-height: 24px;
  }

  .photo {
    padding: 54px 0 58px;
  }

  .photo .section1 p,
  .video .section1 p {
    font-size: 38px;
    line-height: 40px;
  }

  .photo .section2 {
    gap: 28px 22px;
    margin-top: 32px;
  }

  .photo .section2 .item {
    border-radius: 24px 0 24px 0;
  }

  .photo .section2 .item:first-child,
  .photo .section2 .item:nth-child(2) {
    border-radius: 28px 0 24px 0;
  }

  .video {
    padding: 32px 0 68px;
  }

  .video .section2 {
    margin-top: 30px;
  }

  .video .swiper-slide {
    width: 66%;
  }

  .video .prev {
    left: 5%;
  }

  .video .next {
    right: 5%;
  }

  .photo .page {
    gap: 26px;
    margin-top: 56px;
  }

  .photo .pages {
    gap: 14px;
  }
}

@media only screen and (max-width: 820px) {
  .banner-inner > img {
    height: 360px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 110px;
    width: 70%;
  }

  .banner-inner .banner-content .title p {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-inner .banner-content .desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .aboutNav {
    gap: 70px;
  }

  .aboutNav .item {
    width: auto;
    padding: 14px 0;
  }

  .aboutNav .item p {
    font-size: 18px;
    line-height: 22px;
  }

  .photo {
    padding: 44px 0 48px;
  }

  .photo .back1,
  .photo .back2,
  .photo .back3,
  .video .back1,
  .video > img {
    display: none;
  }

  .photo .inner {
    width: 90%;
  }

  .photo .section1 p,
  .video .section1 p {
    font-size: 32px;
    line-height: 38px;
  }

  .photo .section2 {
    gap: 20px;
    margin-top: 28px;
  }

  .photo .section2 .item,
  .photo .section2 .item:first-child,
  .photo .section2 .item:nth-child(2),
  .photo .section2 .item:nth-child(3),
  .photo .section2 .item:nth-child(4),
  .photo .section2 .item:nth-child(5) {
    width: 48%;
    border-radius: 20px 0 20px 0;
  }

  .video {
    padding: 28px 0 54px;
  }

  .video .section2 {
    margin-top: 28px;
  }

  .video .swiper-slide {
    width: 76%;
  }

  .video .prev,
  .video .next {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    max-width: 44px;
    max-height: 44px;
  }

  .video .prev {
    left: 4%;
  }

  .video .next {
    right: 4%;
  }

  .video .swiper-slide .play {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
  }

  .video .swiper-slide .play svg {
    width: 19px;
    height: 22px;
  }

  .photo .page {
    gap: 22px;
    margin-top: 42px;
  }

  .photo .pre-pageBtn,
  .photo .next-pageBtn {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
  }

  .photo .next-pageBtn svg,
  .photo .pre-pageBtn svg {
    width: 26px;
    height: 18px;
  }

  .photo .pages .num,
  .photo .pages .num-active,
  .photo .pages .num:hover {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-inner > img {
    height: 330px;
    object-fit: cover;
    object-position: center center;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 100px;
    width: 90%;
  }

  .banner-inner .banner-content .title p {
    font-size: 20px;
    line-height: 30px;
  }

  .banner-inner .banner-content .desc {
    margin-top: 20px;
  }

  .banner-inner .banner-content .desc p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .aboutNav {
    border-bottom-width: 6px;
    gap: 52px;
  }

  .aboutNav .item {
    width: auto;
    padding: 14px 0;
  }

  .aboutNav .item p {
    font-size: 16px;
    line-height: 22px;
  }

  .photo,
  .video {
    padding: 20px 0;
  }

  .photo .inner {
    width: 92%;
  }

  .photo .section1 p,
  .video .section1 p {
    font-size: 20px;
    line-height: 28px;
  }

  .photo .section2,
  .video .section2 {
    gap: 14px;
    margin-top: 20px;
  }

  .photo .section2 .item,
  .photo .section2 .item:first-child,
  .photo .section2 .item:nth-child(2),
  .photo .section2 .item:nth-child(3),
  .photo .section2 .item:nth-child(4),
  .photo .section2 .item:nth-child(5) {
    width: 100%;
    border-radius: 18px 0 18px 0;
  }

  .video .swiper-slide {
    width: 86%;
  }

  .video .prev,
  .video .next {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
  }

  .video .swiper-slide .play {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
  }

  .video .swiper-slide .play svg {
    width: 17px;
    height: 20px;
  }

  .photo .page {
    gap: 20px;
    margin-top: 20px;
  }

  .photo .pre-pageBtn,
  .photo .next-pageBtn {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    max-width: 46px;
    max-height: 46px;
  }

  .photo .next-pageBtn svg,
  .photo .pre-pageBtn svg {
    width: 24px;
    height: 16px;
  }

  .photo .pages {
    gap: 10px;
  }

  .photo .pages::after {
    font-size: 14px;
    line-height: 20px;
  }

  .photo .pages .num,
  .photo .pages .num-active,
  .photo .pages .num:hover {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .banner-inner > img {
    height: 300px;
  }

  .banner-inner .banner-content {
    left: 5%;
    top: 86px;
    width: 90%;
  }

  .aboutNav {
    gap: 36px;
  }

  .aboutNav .item {
    width: auto;
  }

  .aboutNav .item p {
    font-size: 15px;
    line-height: 20px;
  }

  .video .swiper-slide {
    width: 88%;
  }

  .photo .page {
    gap: 14px;
  }

  .photo .pages {
    gap: 8px;
  }
}

@media only screen and (max-width: 414px) {
  .banner-inner > img {
    height: 260px;
  }

  .banner-inner .banner-content {
    top: 78px;
  }

  .banner-inner .banner-content .desc p {
    line-height: 21px;
  }

  .aboutNav {
    gap: 20px;
  }

  .aboutNav .item {
    padding: 12px 0;
  }

  .aboutNav .item p {
    font-size: 14px;
    line-height: 20px;
  }

  .video .prev,
  .video .next {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }

  .video .swiper-slide .play {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
  }

  .video .swiper-slide .play svg {
    width: 15px;
    height: 18px;
  }

  .photo .pre-pageBtn,
  .photo .next-pageBtn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .photo .next-pageBtn svg,
  .photo .pre-pageBtn svg {
    width: 20px;
    height: 14px;
  }

  .photo .pages .num,
  .photo .pages .num-active,
  .photo .pages .num:hover {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    font-size: 16px;
    line-height: 22px;
  }

  .photo .pages::after {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .banner-inner > img {
    height: 250px;
  }

  .banner-inner .banner-content {
    top: 72px;
  }

  .aboutNav {
    gap: 16px;
  }

  .aboutNav .item p {
    font-size: 13px;
    line-height: 18px;
  }

  .photo .page {
    gap: 10px;
  }

  .photo .pages {
    gap: 6px;
  }

  .photo .pages .num,
  .photo .pages .num-active,
  .photo .pages .num:hover {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    font-size: 15px;
    line-height: 20px;
  }
}
