@charset "UTF-8";

.content {
  height: 571px;
  background: url(../images/index/index@bg.png) no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
  z-index: 2;
}

.vip-outcon {
  width: 1200px;
  height: 0;
  position: relative;
  margin: auto;
}

.user-box {
  width: 202px;
  height: 347px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 98px;
  right: 226px;
  z-index: 100;
  background-color: #fff;
}

.login-box {
  width: 202px;
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.four-box {
  width: 202px;
  height: 149px;
  display: flex;
  flex-wrap: wrap;
}

.itew-warp {
  width: 101px;
  height: 75px;
}

.user-head {
  width: 88px;
  height: 88px;
}

.login-btn {
  width: 132px;
  height: 33px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(112, 112, 112, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 33px;
  color: #707070;
  font-size: 17px;
  margin-top: 17px;
}

.login-btn a {
  color: #707070;
  font-size: 17px;
  text-decoration: none;
}

/* 播放框 */
.play-box {
  width: 1200px;
  margin: auto;
}

.aud-img {
  width: 1200px;
  height: 218px;
  margin-top: 72px;
}

.video-aera {
  width: 1200px;
  height: 597px;
  background: url(../images/index/play@bg.jpg) repeat;
  background-size: 100% 100%;
  position: relative;
}

.swiper-content {
  position: absolute !important;
  margin-left: 240px !important;
}

.swiper-container {
  margin: 0 auto;
  width: 720px;
  height: 404px;
  overflow: hidden;
  margin-left: 240px;
  margin-top: 80px;
}

.video-box {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-color: #707070;
}

.swiper-pagination {
  width: 680px !important;
  height: 40px;
  margin-left: 272px;
  margin-bottom: 36px;
  font-size: 18px;
  color: #707070;
}

.swiper-container {
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
