/*web端，通用样式开始*/
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #f8fbfd;
  font-family: "微软雅黑", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #f8fbfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.arrow {
  position: fixed;
  bottom: 1.5rem;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

.gradient {
  background: linear-gradient(180deg, #9bcdff 0%, #0582ff 100%);
}

.img1-1 {
  width: 70%;
  margin-top: 16%;
  margin-bottom: 8%;
}

.img-arrow {
  width: 10%;
}

.btn {
  display: block;
  width: 80%;
  background: #0582ff;
  color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  cursor: pointer;
}

.btn:hover {
  color: #fff;
}

.p1_p {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  margin-top: 6%;
}

.img2-1 {
  width: 70%;
  margin-top: 24%;
  margin-bottom: 8%;
}

.p2_p {
  color: #484f56;
  font-weight: 100;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  margin-top: 6%;
}

.backtop {
  text-align: right;
  right: 5%;
}

.backtop img {
  width: 68px;
}

.box1 {
  padding: 0%;
  margin-top: 5%;
}

.box2 {
  padding: 6%;
}

.imgbanner {
  width: 65%;
}

.imglogo {
  width: 15%;
  margin-bottom: 10%;
  position: absolute;
  left: 3%;
  top: 6%;
}

.imgcode {
  width: 75%;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  align-self: center;
}

.imgmain {
  width: 94%;
  margin: 0 auto;
}

.text {
  align-self: center;
  text-align: left;
  color: #484f56;
  font-size: 20px;
}

.container {
  display: flex;
}

h2 {
  font-size: 4rem;
  margin-bottom: 5%;
}

.page02 p {
  font-size: 20px;
}

.site_title {
  color: #28dec5;
  background-image: -webkit-linear-gradient(92deg, #28dec5, #54f06a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
}

.footer {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  height: 70px;
  overflow: hidden;
  z-index: 99999;
  text-align: center;
  line-height: 70px;
  color: #838c96;
  background: #f8fbfd;
  font-size: 14px;
}

.bg_gray {
  background: #f8fbfd;
}

.bg_write {
  background: #fff;
}

@-webkit-keyframes go {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

.go {
  bottom: 2%;
  -webkit-animation: go 1.5s linear 0s infinite;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  text-align: center;
}

.go img {
  width: 46px;
}

.zmtq-txt > p {
  margin-bottom: 30px;
}

.zmtq-txt .reset-line {
  margin-bottom: 0;
}

.zmtq-txt-two p,
.zmtq-txt-img {
  text-align: center;
  color: #00376d;
}

.reset-line span {
  color: #0582ff;
  cursor: pointer;
}

.zmtq-icp {
  cursor: pointer;
  vertical-align: middle;
}
.zmtq-icp img {
  width: 20px;
  height: auto;
  object-fit: cover;
  margin-top: -5px;
}

.imgcode-box {
  display: inline-block;
}
.box3 {
  display: none;
}
.box-wrap {
  display: none;
}
.zmtq-txt-img :last-child {
  white-space: nowrap;
}
.btn-reset {
  margin-bottom: 0;
}
.mask-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999;
}
.mask-loading > div {
  text-align: right;
}
.mask-loading .mask-arrow {
  padding-top: 20px;
  width: 18%;
  margin-right: 5%;
}
.mask-loading .mask-text {
  width: 80%;
  margin-top: -7px;
}
/*web端，通用样式结束*/
/*移动端响应式开始*/
@media only screen and (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
  .imglogo {
    width: 70%;
    left: 50%;
    margin-left: -35%;
  }
  .box2 {
    display: none;
  }
  .box1 {
    width: 100%;
  }
  .box3 {
    display: block;
  }
  .box3 .btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .imgbanner {
    margin-bottom: 8%;
  }
  .go img {
    width: 24px;
  }
  .box4 {
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box5 {
    display: none;
  }
  .box-wrap {
    display: block;
  }
  .text {
    font-size: 14px;
  }
  .zmtq-txt-reset > p {
    margin-bottom: 10px;
    text-align: center;
  }
  .backtop img {
    width: 50px;
  }
  .backtop {
    position: absolute;
    text-align: right;
    bottom: 5%;
  }
  .zmtq-icp img {
    width: 16px;
  }
}
/*移动端响应式结束*/
