@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: contain;
  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: #FFFFFF;
  overflow: hidden; }
  .main img {
    margin-bottom: -2px; }
  .main #player {
    width: 1125px;
    height: 610px;
    margin-bottom: -5px; }

.swiper {
  position: relative;
  width: 1125px;
  height: 852px;
  margin-bottom: -5px; }

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 0%;
  background-color: #8FA3B4; }

/*显示当前活动块的图片*/
.swiper-pagination .swiper-pagination-bullet-active {
  width: 100px;
  height: 10px;
  background-color: #466E8A; }

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