@charset "UTF-8";
/* CSS Document */
html, body {
  height: 100%; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  outline: none;
  font-family: "微软雅黑"; }

body {
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, textarea, select {
  font-size: 100%;
  border: none;
  background: none;
  outline: none; }

ul {
  list-style: none;
  overflow: hidden; }

button {
  border: none;
  background: #008cd6;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  cursor: pointer; }

button img {
  vertical-align: middle;
  margin-right: 12px; }

a {
  font-size: inherit;
  outline: none;
  text-decoration: none;
  color: inherit; }

img {
  border: none;
  object-fit: contain; }

.main {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden; }
  .main .page {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: -2px; }
  .main .page2 {
    background-image: url("../images/bg_2.jpg?v=4");
    height: 1806px; }
  .main .page3 {
    background-image: url("../images/bg_3.jpg?v=3");
    height: 1843px; }
  .main .readMore {
    width: 360px;
    height: 100px;
    position: absolute;
    bottom: 151px;
    left: 320px; }
    .main .readMore:nth-child(1) {
      bottom: 165px; }
  .main img {
    display: block;
    margin-bottom: -1px; }
  .main .page5 {
    background-image: url("../images/bg_5.jpg?v=3");
    height: 1642px; }
  .main .page6 {
    background-image: url("../images/bg_6.jpg?v=3");
    height: 1103px; }
  .main .page7 {
    background-image: url("../images/bg_7.jpg?v=3");
    height: 1408px;
    overflow: hidden; }
    .main .page7 a {
      /* 基础样式 */
      display: block;
      width: 162px;
      height: 82px;
      margin: 0 auto;
      margin-right: 70px;
      margin-top: 133px; }
      .main .page7 a:nth-child(1) {
        margin-top: 392px; }
      .main .page7 a:nth-child(4) {
        margin-top: 135px; }
    .main .page7 .tips {
      display: block;
      margin: 100px auto 40px; }
  .main .swiper {
    position: relative; }
  .main .video_swiper {
    padding-top: 180px;
    width: 1000px; }
    .main .video_swiper .swiper-slide {
      margin: 0 68px 0;
      width: 864px !important;
      height: 485px; }
      .main .video_swiper .swiper-slide .title {
        display: block;
        margin: 0 auto;
        margin-bottom: 100px; }
      .main .video_swiper .swiper-slide .player {
        width: 864px;
        height: 485px; }
  .main .pic_swiper {
    width: 1000px;
    margin: 0 auto; }
    .main .pic_swiper .swiper-slide {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main .pic_swiper .ban {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: -20px;
      left: 0;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #B3BEC0 100%);
      z-index: 50; }
    .main .pic_swiper .swiper-pagination {
      bottom: -100px !important;
      z-index: 100; }

.x-player div {
  border-radius: 20px; }

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D9DFE0; }

/*显示当前活动块的图片*/
.swiper-pagination .swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: white; }

.rule_dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  display: none; }
  .rule_dialog .rule {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 660px;
    height: 70%;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px; }
    .rule_dialog .rule .content {
      width: 100%;
      height: 85%;
      overflow-y: scroll;
      font-size: 30px; }
    .rule_dialog .rule .button {
      position: absolute;
      border-radius: 15px;
      bottom: 40px;
      left: 50%;
      width: 70%;
      transform: translateX(-50%);
      height: 80px;
      line-height: 80px;
      font-size: 42px;
      text-align: center;
      background-color: #0A8AF8;
      color: white; }

.x-cover-playbtn, .x-bigplaybtn-panel {
  width: 125px !important;
  height: 125px !important; }

/*# sourceMappingURL=index.css.map */
