@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-color: black;
  -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 {
  vertical-align: top;
  border: none;
  object-fit: cover;
  font-family: 'object-fit: contain'; }

html {
  font-size: 26px; }

h4 {
  text-decoration: underline; }

.non_underline {
  text-decoration: none; }

ol, ul, li {
  list-style: none; }

.main {
  margin: 0 auto;
  width: 1125px;
  background-color: #f2f2f2;
  overflow: hidden; }
  .main .page {
    width: 1125px;
    position: relative;
    margin-bottom: -2px;
    overflow: hidden; }
  .main .page1 {
    background-image: url("../images/1.jpg?v=1");
    height: 1003px;
    overflow: hidden; }
  .main .page2 {
    background-image: url("../images/2.jpg?v=1");
    height: 1103px; }
  .main .page3 {
    background-image: url("../images/3.jpg?v=1");
    height: 937px; }
  .main .page4 {
    height: 885px;
    background-image: url("../images/4.jpg?v=1"); }
  .main .page5 {
    height: 1986px;
    background-image: url("../images/5.jpg?v=1"); }
    .main .page5 .btn_more {
      display: block;
      margin: 0 auto;
      margin-top: 315px;
      width: 930px;
      height: 705px; }

.player {
  position: relative;
  width: 983px;
  height: 553px;
  margin: 250px auto 0;
  border-radius: 20px;
  overflow: hidden; }

#player1 {
  margin-top: 430px; }

.swiper {
  position: relative;
  width: 1125px;
  margin-top: 180px;
  height: 825px;
  overflow: hidden;
  z-index: 99999; }
  .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.swiper-button-next {
  position: absolute;
  right: 0;
  background: url("../images/L.png");
  width: 61px;
  height: 167px;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%); }

.swiper-button-prev {
  position: absolute;
  left: 0;
  background: url("../images/R.png");
  width: 61px;
  height: 167px;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%); }

.swiper-pagination {
  position: absolute !important;
  top: 1030px !important;
  z-index: 2000;
  left: 50%;
  transform: translateX(-50%); }

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #515253;
  opacity: 1;
  width: 19px;
  height: 19px;
  margin: 0 5px; }

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

.x-cover-playbtn, .x-bigplaybtn-panel {
  width: 93px !important;
  height: 93px !important;
  background-image: url("../images/play.png"); }

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