body,
p {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
}

.G_middle {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}

.G_center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}

.G_middcent {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.pageloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  overflow: hidden;
  background: #E9EDDA;
  background-size: cover;
}

.pageloading .container {
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageloading .container .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageloading .container .cont {
  width: 227px;
  height: 308px;
  /* background-image: url(../images/wap/load.png); */
  background-size: cover;
  position: absolute;
}

.pageloading .container .load_tong {
  width: 10vw;
}

.pageloading .container .cont .num {
  padding-top: 17px;
  font-size: 18px;
}

.pageloading .container .cont .num span {
  font-size: 20px;
}

.pageloading .container .cont p {
  padding-top: 15px;
  font-size: 18px;
  color: #0e598c;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  display: block;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99;
}

.header p {
  line-height: 80px;
  text-align: center;
  font-size: 20px;
}

.main-content {
  width: 100%;
  height: calc(100vh - 68px);
  margin-top: 68px;
}

.slide1 .btn {
  /* position: absolute;
  left: 50%;
  margin-left: -91.5px;
  bottom: 10%;
  width: 193px;
  z-index: 9;
  cursor: pointer; */
}

.swiper1 .btn img {
  width: 100%;
}

.main-content .swiper-wrapper .swiper-slide {
  width: 100%;
  /* height: 100vh !important; */
  position: relative;
}

.main-content .swiper-wrapper .swiper-slide .txtnone {
  display: none;
}

/* 11111111111 */

.main-content .swiper-wrapper .homebg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* padding-top: 68px; */
  background: #FDF9FA;
}

.main-content .swiper-wrapper .homebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content .swiper-wrapper .main_k .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content .swiper-wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* padding-top: 68px; */
  /* background: url(index/allbg.png) repeat-x; */
  background-size: auto 100%;
}

.main-content .swiper-wrapper .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_e3eee5 {
  background-color: #FDF9FA;
}

.main-content .swiper-wrapper .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 68px; */
}

.main-content .swiper-wrapper .content .cen {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-content .swiper-wrapper .content .cen>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content .swiper-wrapper .content .cen .wrap-img {
  position: absolute;
  bottom: 8%;
  left: 50%;
  display: flex;
  width: 74%;
  transform: translateX(-50%);
}

.main-content .swiper-wrapper .content .cen .wrap-img img {
  width: 100%;
}

.main-content .swiper-wrapper .content .cen .wrap-img .swiper-container {
  padding-bottom: 4vw;
}

.main-content .swiper-wrapper .content .cen .wrap-img .swiper-slide {
  height: auto !important;
}

.main-content .swiper-wrapper .content .cen .wrap-img .swiper-pagination {
  top: auto;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 2px;
  transform: translateX(-50%);
}

.main-content .swiper-wrapper .content .cen .wrap-img .swiper-pagination span {
  height: 2px !important;
}

.main-content .slide-bottom {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.main-content .slide-bottom img:last-of-type {
  display: none;
}

.main-content .slide-bottom.white img:first-of-type {
  display: none;
}

.main-content .slide-bottom.white img:last-of-type {
  display: block;
}

.swiper-container-vertical .swiper-pagination-bullets {
  right: 20px;
}

.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin: 12px auto;
  background: #fff;
  border: 1px solid #ad374c;
  opacity: 1 !important;
}

.swiper-container-vertical .swiper-pagination-bullets.white .swiper-pagination-bullet {
  background: #FFF;
}

.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  background-color: #ad374c !important;
  border: 1px solid #FFF;
}

.swiper-scrollbar {
  background-color: rgba(26, 93, 171, .2);
}

.swiper-scrollbar-drag {
  background-color: #1A5DAB;
}

.swiper-container-horizontal>.swiper-scrollbar{
  width: 31vw;
  height: .3vw;
  left: 50%;
  margin-left: -15.5vw;
}

.inside-content .swiper-button-navigation {
  width: 2%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  cursor: pointer;
}
.inside-content .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.inside-content .swiper-button-left {
  left: 10%;
}
.inside-content .swiper-button-right {
  right: 10%;
}

.slide1 .main_k {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide1 .add_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}

.slide1 .toptip {
  position: absolute;
  top: 0;
}

.slide1 .alltxt {
  position: absolute;
  width: 74vw;
  margin-left: -7vw;
}

.slide1 .alltxt .tong {
  width: 100%;
}

.slide1 .alltxt .txt {
  position: absolute;
  width: 39%;
  left: 10.5%;
  bottom: -16%;
}

.main-content .arrow {
  width: 70px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 10px;
  z-index: 2;
}

.main-content .arrow2 {
  display: none;
}

.main-content .end_btn {
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 15px;
  z-index: 2;
  display: none;
}


@media screen and (max-width: 1440px) {}

@media screen and (max-height: 800px) {
  .slide1 .toptip {
    width: 530px;
  }

  .slide1 .btn {
    /* transform: scale(.85); */
  }
}

@media screen and (max-height: 650px) {}





@media screen and (max-height: 700px) {
  #viewbig_k .content {
    transform: scale(0.8);

  }


  .pagerongcai .bottit {
    margin-bottom: 10px;
    width: 220px;
  }

  .pagerongcai .sekalist {
    width: 900px;
    margin-bottom: 10px;
  }

  .pagerongcai .btn {
    width: 160px;
    margin-top: 10px;
  }

  .main-content .swiper-wrapper .slide9 .cen .video {
    width: 400px;
    height: 227px;
  }

  .video_bg {
    width: 838px;
  }

  .main-content .swiper-wrapper .slide9 .cen .video .play .btn {
    width: 52.8px;
    height: 52.8px;
  }

  .main-content .swiper-wrapper .slide6 .cen .gif {
    left: 263px;
    top: 258px;
    width: 201px;
    height: 219px;
  }

  .main-content .slide-bottom {
    bottom: 0;
  }

  .pagerongcai .sekalist .contents .imglist {
    height: 180px;
  }

  .pagerongcai .sekalist .contents p {
    line-height: 56px;
  }

  .pagerongcai .sekalist .contents {
    padding-bottom: 61px;
  }

  .pagerongcai .sekalist .img1 {
    bottom: 18px;
  }
}

@media screen and (max-height: 750px) and (min-height:701px) {
  .pagerongcai .bottit {
    margin-bottom: 14px;
  }

  .pagerongcai .sekalist {
    margin: 0 auto 25px;
  }
}