.page-tips-wrap,
.page-footer-wrap {
  display: none;
}

@keyframes bird1 {
  0% {
    background-image: url('../images/bird1.png');
  }
  33.3% {
    background-image: url('../images/bird2.png');
  }
  66.6% {
    background-image: url('../images/bird3.png');
  }
  100% {
    background-image: url('../images/bird1.png');
  }
}
@keyframes bird2 {
  0% {
    background-image: url('../images/bird2.png');
  }
  33.3% {
    background-image: url('../images/bird3.png');
  }
  66.6% {
    background-image: url('../images/bird1.png');
  }
  100% {
    background-image: url('../images/bird2.png');
  }
}
@keyframes bird3 {
  0% {
    background-image: url('../images/bird3.png');
  }
  33.3% {
    background-image: url('../images/bird1.png');
  }
  66.6% {
    background-image: url('../images/bird2.png');
  }
  100% {
    background-image: url('../images/bird3.png');
  }
}

@keyframes bird-wrap1 {
  0% {
    left: 39.5%;
    opacity: 0;
  }
  25% {
    left: 29.5%;
    opacity: 1;
  }
  50% {
    left: 19.5%;
    opacity: 1;
  }
  75% {
    left: 9.5%;
    opacity: 1;
  }
  100% {
    left: -0.5%;
    opacity: 0;
  }
}

@keyframes bird-wrap2 {
  0% {
    right: 0.5%;
    opacity: 0;
  }
  25% {
    right: 12.5%;
    opacity: .6;
  }
  50% {
    right: 24.5%;
    opacity: .6;
  }
  75% {
    right: 36.5%;
    opacity: .6;
  }
  100% {
    right: 48.5%;
    opacity: 0;
  }
}

.fullpage {
  width: 100vw;
  height: 100vh;
}
.fullpage > .swiper-wrapper > .swiper-slide.footer {
  height: 670px !important;
}
.fullpage > .swiper-wrapper > .swiper-slide.footer > .page-tips-wrap,
.fullpage > .swiper-wrapper > .swiper-slide.footer > .page-footer-wrap {
  display: block;
}


.bird-wrap {
  width: 300px;
  height: 80px;
  position: absolute;
}
.bird-wrap1 {
  bottom: 130px;
  left: 19.5%;
  animation: bird-wrap1 30s linear infinite;
}
.bird-wrap2 {
  bottom: 60%;
  right: 10.5%;
  transform: scale(0.6);
  opacity: .6;
  animation: bird-wrap2 50s 20s linear infinite backwards;
}
.bird-wrap .bird {
  position: absolute;
  background-repeat: no-repeat;
  width: 50px;
  height: 41px;
}
.bird-wrap .bird1 {
  bottom: 0;
  left: 0;
  background-image: url(../images/bird1.png);
  animation: bird1 0.6s linear infinite;
}
.bird-wrap .bird2 {
  left: 200px;
  top: 0;
  background-image: url(../images/bird2.png);
  animation: bird2 0.8s linear infinite;
}
.bird-wrap .bird3 {
  left: 250px;
  bottom: 0;
  background-image: url(../images/bird3.png);
  animation: bird3 0.5s linear infinite;
}

.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .swiper-slide .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 1200px;
}
.banner-wrap .swiper-slide.white .hover {
  --main-color: #fff;
}
.banner-wrap .swiper-slide .hover h2 {
  font-size: 60px;
  color: var(--main-color);
  /*color: #fff;*/
  margin: unset;
  transform: translateX(-500px);
  opacity: 0;
  transition: transform 1.8s ease, opacity 1.8s ease;
  text-align: center;
}
.banner-wrap .swiper-slide .hover h2.in {
  transform: translateX(0);
  opacity: 1;
}
.banner-wrap .swiper-slide .hover small {
  display: block;
  font-size: 18px;
  color: var(--main-color);
  /*color: #fff;*/
  margin-top: 20px;
  transform: translateX(-600px);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
  text-align: center;
}
.banner-wrap .swiper-slide .hover small.in {
  transform: translateX(0);
  opacity: 1;
}
.banner-wrap img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner-wrap .pagination {
  bottom: 30px;
  position: absolute;
  left: 32px;
  right: 0;
  z-index: 100;
  overflow: hidden;
}
.banner-wrap .pagination.white {
  --main-color: #fff;
}
.banner-wrap .pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrap .pagination li {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 13px;
  color: var(--main-color);
  /*color: #fff;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main-color);
  /*background: #fff;*/
}
.banner-wrap .pagination li.active::after {
  left: 95px;
}
.banner-wrap .pagination li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6.25vw;
  height: 1px;
  transform: translateY(-50%);
  background: var(--main-color);
  /*background: #fff;*/
}
.banner-wrap .pagination li:last-child:after {
  display: none;
}
.banner-wrap .pagination li + li {
  margin-left: 6.25vw;
}
.banner-wrap .pagination li svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-wrap .pagination li span {
  display: none;
}
.banner-wrap .pagination li.active {
  width: 95px;
  height: 40px;
  background: unset;
}
.banner-wrap .pagination li.active span {
  display: block;
}
.popup-wrap {
  position: fixed;
  top: 120px;
  left: 40px;
  z-index: 20;
  background: rgba(63, 70, 121, 0.7);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.popup-wrap a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  width: 160px;
  line-height: 40px;
  text-align: center;
  transition: background .3s ease;
  border-radius: 5px;
}
.popup-wrap a:hover {
  background: rgba(255, 255, 255, .3);
}
.popup-wrap a + a {
  margin-top: 15px;
}
.banner-wrap .count-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
}
.banner-wrap .count-wrap.in {
  transform: translateY(0);
  opacity: 1;
}
.banner-wrap .count-wrap li + li {
  margin-left: 50px;
}
.banner-wrap .count-wrap .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
}
.banner-wrap .count-wrap .icon img {
  width: 100%;
  height: 100%;
}
.banner-wrap .count-wrap .icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.banner-wrap .swiper-slide.white .count-wrap .icon img:nth-child(1) {
  opacity: 0;
}
.banner-wrap .swiper-slide.white .count-wrap .icon img:nth-child(2) {
  opacity: 1;
}
.banner-wrap .count-wrap .text {
  font-size: 36px;
  color: var(--main-color);
  margin: 5px 0;
}
.banner-wrap .count-wrap .small {
  color: var(--main-color);
}

.content {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

.introduce-wrap {
  background: url(/images/h1.png) no-repeat center;
  background-size: cover;
}
.introduce-wrap .content {
  padding-top: 200px;
  max-width: 1196px;
}
.introduce-wrap .rw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduce-wrap .rw .row {
  flex: 1;
  text-align: center;
}
.introduce-wrap .cover {
  width: 386px;
  color: 257px;
  border-radius: 10px;
  overflow: hidden;
}
.introduce-wrap .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduce-wrap .desc {
  flex: 1;
  margin-left: 30px;
}
.introduce-wrap .desc h2 {
  font-size: 24px;
  color: #000;
  margin: unset;
}
.introduce-wrap .desc h2 > span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.introduce-wrap .desc small {
  display: block;
  font-size: 16px;
  color: #000000;
  margin: 10px 0 20px;
  letter-spacing: 3px;
}
.introduce-wrap .desc p {
  margin: unset;
  line-height: 1.4;
  color: #333;
}
.introduce-wrap .more {
  display: block;
  width: 142px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #333333;
  transition: background .3s ease;
  margin-top: 30px;
  color: #333;
}
.introduce-wrap .more:hover {
  background: #333;
  color: #fff;
}
.introduce-wrap .count-wrap {
  margin-top: 80px;
}
.introduce-wrap .count {
  font-size: 16px;
  color: RGBA(173, 154, 120, 1);
}
.introduce-wrap .count .number {
  font-size: 42px;
}
.introduce-wrap .count i {
  font-size: 30px;
  font-style: normal;
}
.introduce-wrap .name {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}


.server-wrap {
  background: url(/images/h2.png) no-repeat center;
  background-size: cover;
}
.server-wrap .content {
  max-width: 1196px;
  padding-top: 200px;
}
.server-wrap .content > h2 {
  font-size: 28px;
  color: #000;
  margin: unset;
}
.server-wrap .content > h2 > span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.server-wrap .content > p {
  color: #333;
  line-height: 1.6;
  margin: 20px 0 60px;
}
.server-wrap .content .icon {
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 40px;
}
.server-wrap .content .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}
.server-wrap .content .icon img:last-child {
  opacity: 0;
  transition: opacity .3s ease;
}
.server-wrap .content .wrap {
  height: 262px;
  background: #FFFFFF;
  border: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: background .3s ease, transform .3s ease;
  cursor: pointer;
}
.server-wrap .content .row {
  margin: 0 -10px;
}
.server-wrap .content .col {
  padding: 0 10px;
}
.server-wrap .content .col:hover .wrap {
  background: rgba(228, 230, 241, 1);
  transform: translateY(-20px);
}
.server-wrap .content .col:hover .wrap .icon img:last-child {
  opacity: 1;
}
.server-wrap .content .col {
  position: relative;
}
.server-wrap .content .col::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 70%;
  height: 15px;
  border-radius: 50%;
  background: radial-gradient(#666, transparent);
  filter: blur(5px);
  opacity: 0;
  transition: opacity .3s ease;
}
.server-wrap .content .col:hover::after {
  opacity: .3;
}
.server-wrap .content .wrap p {
  font-size: 18px;
  color: #000;
  margin: unset;
}
.server-wrap .content .col:hover .wrap p {
  color: var(--main-color);
}

.culture-wrap {
  background: url(/images/h3.png) no-repeat center;
  background-size: cover;
}
.culture-wrap .content > h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  margin: 13% auto 15px;
}
.culture-wrap .content > h2 > span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.culture-wrap .content > small {
  display: block;
  text-align: center;
  color: #666;
  margin-bottom: 10px;
}
.culture-wrap .rw {
  display: flex;
  justify-content: space-around;
  margin-top: 160px;
}
.culture-wrap .col:first-child {
  --distance-length: 30px;
  animation: bounce 3s ease-in-out infinite;
}
.culture-wrap .col:nth-child(2) {
  --distance-length: -50px;
  animation: bounce 5s ease-in-out infinite;
}
.culture-wrap .col:nth-child(3) {
  --distance-length: 30px;
  animation: bounce 3s ease-in-out infinite;
}
.culture-wrap .col:nth-child(4) {
  --distance-length: -50px;
  animation: bounce 4s ease-in-out infinite;
}
.culture-wrap .col:last-child {
  --distance-length: 30px;
  animation: bounce 5s ease-in-out infinite;
}
.culture-wrap .col:nth-child(even) {
  margin-top: 80px;
}
.culture-wrap .col:nth-child(3) {
  margin-top: -60px;
}
.culture-wrap .col .head span {
  display: block;
  font-size: 28px;
  transform: color .3s ease;
}
.culture-wrap .col:hover span,
.culture-wrap .col:hover p {
  color: var(--main-color);
  cursor: pointer;
}
.culture-wrap .col .head span:last-child {
  margin-left: 14px;
}
.culture-wrap .col:nth-child(even) .head span:last-child {
  margin-left: unset;
}
.culture-wrap .col .desc {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.culture-wrap .col .desc p {
  margin: unset;
  writing-mode: vertical-rl; /* 从右到左的垂直书写 */
  text-orientation: upright; /* 文本方向为直立 */
  white-space: nowrap; /* 防止文本换行 */
  font-size: 18px;
  letter-spacing: 4px;
  transform: color .3s ease;
}
.culture-wrap .desc p:first-child {
  margin-top: 34px;
}
.culture-wrap .desc p:last-child {
  margin-left: 10px;
}
.culture-wrap .col:nth-child(even) .head span:last-child::before,
.culture-wrap .col:nth-child(odd) .head span:first-child:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/images/dot.png) no-repeat center;
  background-size: contain;
  transform: translateY(-3px);
}
.culture-wrap .col:nth-child(odd) .head span:first-child:after {
  margin-left: 5px;
}
.culture-wrap .col:nth-child(even) .head span:last-child::before {
  margin-right: 5px;
}


.team-wrap {
  background: url(/images/h4.png) no-repeat center;
  background-size: cover;
}
.team-wrap .content {
  padding-top: 140px;
}
.team-wrap .col {
  padding: unset;
}
.team-wrap .header {
  padding: 40px 0 0 50px;
}
.team-wrap .header h2 {
  font-size: 28px;
  color: #000;
  margin: 0 0 10px;
}
.team-wrap .header h2 > span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}
.team-wrap .header small {
  display: block;
  color: #666;
  margin-bottom: 10px;
}
.team-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin: unset;
  padding: 5px 0;
}
.team-wrap .col {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
}
.team-wrap .col:nth-child(even),
.team-wrap .swiper-slide:nth-child(even) {
  /*background: rgba(214, 214, 214, 1);*/
}
.team-wrap .col:nth-child(odd),
.team-wrap .swiper-slide:nth-child(odd) {
  /*background: rgba(244, 244, 244, 1);*/
}
.team-wrap .header {
  height: 100%;
  background: rgba(244, 244, 244, 1) url(/images/textbgc.png) no-repeat bottom center;
  background-size: 80%;
}
.team-wrap .wrap {
  /*height: 355px;*/
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
.team-wrap .col:hover img,
.team-wrap .swiper-slide:hover img {
  transform: scale(1.1);
}
.team-wrap .wrap img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}
.team-wrap .wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40, 47, 65, .3);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  transition: transform .3s ease, opacity .3s ease;
  cursor: pointer;
}
.team-wrap .swiper {
  padding: 5px;
}
.team-wrap .swiper-slide {
  overflow: hidden;
}
.team-wrap .col:hover .wrap .hover,
.team-wrap .swiper-slide:hover .wrap .hover {
  transform: scale(2);
  opacity: 0;
}
.team-wrap .wrap .hover .desc {
  display: flex;
  align-items: end;
}
.team-wrap .wrap .hover h3 {
  margin: unset;
  font-size: 18px;
}
.team-wrap .wrap .hover small {
  display: block;
  color: rgb(253, 207, 127);
  margin: 10px 0 0;
  margin-left: 5px;
}
.team-wrap .wrap .hover .rich-text p {
  margin: unset;
  font-size: 14px;
  line-height: 1.4;
}
.team-wrap .wrap .hover .rich-text p + p {
  margin-top: 10px;
}

.news-wrap {
  background: url(/images/h5.png) no-repeat center;
  background-size: cover;
}
.news-wrap .content > h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  margin: 140px auto 15px;
}
.news-wrap .content > h2 > span {
  font-size: 18px;
  margin-left: 10px;
}
.news-wrap .content > small {
  display: block;
  text-align: center;
  color: #666;
  margin-bottom: 10px;
}
.news-wrap .content {
  max-width: 1260px;
}
.news-wrap .swiper {
  padding: 50px 30px 30px;
  margin: 0 -30px;
}
.news-wrap .swiper-slide {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #BFCBDD;
  border-radius: 10px;
}
.news-wrap .wrap header {
  height: 80px;
  background: var(--main-color);
  position: relative;
  border-radius: 10px 10px 0 0;
}
.news-wrap .wrap header h3 {
  margin: unset;
  font-size: 24px;
  color: #fff;
  padding-top: 30px;
  padding-left: 17px;
}
.news-wrap .wrap header h3 span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.news-wrap .wrap header img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
.news-wrap .wrap ul {
  padding: 17px;
}
.news-wrap .wrap ul li + li {
  margin-top: 25px;
}
.news-wrap .wrap ul a {
  display: flex;
}
.news-wrap .wrap .cover {
  width: 210px;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
}
.news-wrap .wrap .cover:hover img {
  transform: scale(1.2);
}
.news-wrap .wrap .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.news-wrap .wrap .desc {
  flex: 1;
  margin-left: 15px;
}
.news-wrap .wrap .desc p {
  line-height: 1.6;
  color: var(--main-color);
}
.news-wrap .wrap .desc small {
  color: #666;
}
.news-wrap .wrap .more {
  display: block;
  margin: 10px auto 30px;
  width: 142px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  background: var(--main-color);
  transition: background .3s ease;
  border-radius: 18px;
  text-align: center;
}
.news-wrap .wrap .more:hover {
  background: var(--hover-color);
}


@media screen and (max-width: 640px) {
  .fullpage {
    width: unset;
    height: unset;
  }
  .fullpage > .swiper-wrapper {
    display: block;
  }
  .page-tips-wrap,
  .page-footer-wrap {
    display: block;
  }
  .fullpage > .swiper-wrapper > .swiper-slide.footer {
    display: none;
  }


  .bird-wrap {
    display: none;
  }
  .banner-wrap {
    height: 240px;
  }
  .banner-wrap img {
    height: 100%;
  }
  .banner-wrap .swiper-slide .hover {
    left: 15px;
  }
  .banner-wrap .swiper-slide .hover h2 {
    font-size: 18px;
  }
  .banner-wrap .swiper-slide .hover small {
    font-size: 12px;
    line-height: 1.6;
    max-width: 70%;
    margin: 10px auto 0;
  }
  .banner-wrap .pagination {
    left: 15px;
    bottom: 15px;
  }
  .banner-wrap .pagination li {
    font-size: 12px;
  }
  .banner-wrap .pagination li.active {
    width: 70px;
    height: 30px;
  }
  .popup-wrap {
    top: unset;
    left: unset;
    right: 15px;
    bottom: 100px;
    padding: 5px;
  }
  .popup-wrap a {
    width: 60px;
    line-height: 25px;
    font-size: 10px;
  }
  .popup-wrap a + a {
    margin-top: 5px;
  }
  .banner-wrap .swiper-slide .hover {
    min-width: unset;
    transform: translate(0, -50%);
  }
  .banner-wrap .count-wrap {
    margin-top: 5px;
    display: none;
  }
  .banner-wrap .count-wrap .text {
    font-size: 14px;
  }
  .banner-wrap .pagination li.active::after {
    left: 70px;
  }

  .introduce-wrap .rw {
    display: block;
  }
  .introduce-wrap .content {
    padding: 30px 0 60px;
    max-width: 90%;
  }

  .introduce-wrap .cover {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .introduce-wrap .desc {
    margin-left: unset;
  }
  .introduce-wrap .desc h2 {
    text-align: center;
  }
  .introduce-wrap .desc h2 > span {
    font-size: 14px;
  }
  .introduce-wrap .desc small {
    margin-bottom: 15px;
    text-align: center;
  }
  .introduce-wrap .desc p {
    font-size: 14px;
    line-height: 1.6;
  }
  .introduce-wrap .more {
    margin: 30px auto 0;
  }
  .introduce-wrap .col {
    margin-top: 20px;
  }
  .introduce-wrap .count-wrap {
    margin-top: 40px;
  }
  .introduce-wrap .count-wrap > img:last-of-type {
    float: right;
    margin-top: 30px;
  }
  .introduce-wrap .count .number {
    font-size: 30px;
  }
  .introduce-wrap .count {
    font-size: 14px;
  }
  .introduce-wrap .count i {
    font-size: 20px;
  }


  .server-wrap .content {
    padding: 50px 0;
    max-width: 90%;
  }
  .server-wrap .content > h2 {
    text-align: center;
    font-size: 24px;
  }
  .server-wrap .content > h2 > span {
    font-size: 14px;
    line-height: 1;
  }
  .server-wrap .content > p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 20px 0 10px;
  }
  .server-wrap .content .wrap {
    margin-top: 20px;
  }

  .team-wrap .content {
    padding-top: 30px;
  }
  .team-wrap .header h2 {
    font-size: 24px;
  }

  .culture-wrap {
    overflow: hidden;
  }
  .culture-wrap .rw {
    width: 200%;
    transform: scale(0.5) translateX(-50%);
    margin: unset;
  }
  .culture-wrap .content > h2 {
    font-size: 24px;
  }
  .culture-wrap .content > h2 > span {
    font-size: 14px;
  }
  .culture-wrap .content > small {
    line-height: 1.6;
  }

  .team-wrap .header h2 > span {
    font-size: 14px;
  }
  .team-wrap .header {
    padding: 30px 30px 20px;
  }
  .team-wrap .header small {
    line-height: 1.6;
  }


  .news-wrap .content {
    max-width: 90%;
  }
  .news-wrap .content > h2 {
    margin-top: 30px;
    font-size: 24px;
  }
  .news-wrap .content > small {
    line-height: 1.6;
  }
  .news-wrap .content > h2 > span {
    font-size: 14px;
    font-weight: 400;
  }
  .news-wrap .swiper-slide {
    overflow: hidden;
  }
  .news-wrap .swiper-slide + .swiper-slide {
    margin-top: 20px;
  }
  .news-wrap .swiper-wrapper {
    display: block;
  }
  .news-wrap .wrap ul a {
    display: block;
  }
  .news-wrap .wrap .cover {
    width: 100%;
    height: 150px;
  }
  .news-wrap .wrap .desc {
    margin-left: unset;
  }
  .news-wrap .swiper {
    padding-top: unset;
  }

}




.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease;
}
.dialog-wrap.active {
  pointer-events: all;
  opacity: 1;
}
.dialog-wrap.active .content {
  transform: translate(-50%, -50%) scale(1);
}
.dialog-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100px;
  max-width: 800px;
  max-height: 80vh;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  overflow-y: hidden;
  transform: scale(0);
  transition: transform .3s ease;
}
.dialog-wrap .content .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.dialog-wrap .content .close img {
  display: block;
  width: 100%;
  height: 100%;
}
.dialog-wrap .content h2 {
  margin-top: unset;
}
.dialog-wrap .content .rich-text img {
  max-width: 100%;
}
.dialog-wrap .content .rich-text,
.dialog-wrap .content .rich-text p {
  color: #666;
  line-height: 1.8;
}



@media screen and (max-width: 640px) {
  .dialog-wrap .content {
    max-width: 90%;
    padding: 30px 15px 30px 30px;
  }
  .dialog-wrap .content .close {
    top: 10px;
    right: 10px;
  }
  .dialog-wrap .content .rich-text {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 10px;
  }
}

