* {
	padding: 0;
	margin: 0;
}

.page-container {
  position: relative;
  padding-top: 52.9vw;
}

.page-container .bg-img {
  position: relative;
  top: -1vw;
	display: block;
	width: 100%;
	-webkit-user-drag: none;
}

.page-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-line {
  margin-top: -1.8vw;
}

.page-line img {
  display: block;
  width: 100%;
	-webkit-user-drag: none;
}

.page-title {
  position: relative;
  z-index: 2;
  margin-top: 1.56vw;
}

.page-title img {
  display: block;
  margin: 0 auto;
  width: 36.1vw;
}

.role-container {
  position: relative;
  margin-top: -6.4vw;
}

.role-container .role-swiper img {
  display: block;
  width: 100%;
}

.role-icon-swiper {
  position: absolute;
  left: 7.4vw;
  top: 17.7vw;
  width: 18.5vw;
}

.role-icon-swiper .swiper-slide {
  position: relative;
  width: 8.33vw;
}

.role-icon-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97.7%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 0 3.1vw 0 3.1vw;
}

.role-icon-swiper .swiper-slide.swiper-slide-active::after {
  background-color: transparent;
}

.role-icon-swiper img {
  width: 100%;
}

.role-icon-swiper .role-icon-line {
  width: 100%;
}

.game-icon-arrow {
  position: absolute;
  z-index: 3;
  left: 5.5vw;
  top: 25.7vw;
  width: 22vw;
}

.game-icon-arrow div {
  position: absolute;
  width: .9375vw;
  height: 1.875vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.game-icon-arrow .game-icon-arrow-left {
  left: 0;
  background-image: url(../img/wdcq/game_role_arrow_left.png);
}

.game-icon-arrow .game-icon-arrow-right {
  right: 0;
  background-image: url(../img/wdcq/game_role_arrow_right.png);
}

.role-info-swiper {
  position: absolute;
  top: 15vw;
  right: 7.8vw;
  width: 19.53vw;
  height: 31.25vw;
}

.role-info-swiper .swiper-wrapper img {
  display: block;
  width: 100%;
}

.role-info-swiper .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.role-info-line {
  position: absolute;
  top: 15vw;
  right: 28.8vw;
  z-index: 2;
}

.role-info-line img {
  display: block;
  height: 31.25vw;
  width: .52vw;
}

.spec-container {
  position: relative;
  margin-top: 2.5vw;
}

.spec-container .swiper-content {
  position: relative;
  margin-right: 1vw;
}

.spec-container .swiper-slide {
  position: relative;
	width: 52.3vw;
}

.spec-container .swiper-slide img {
  width: 100%;
}

.spec-container .swiper-slide:not(.swiper-slide-visible) {
	opacity: 0;
}

.spec-container .swiper-slide::after {
  content: '';
  position: absolute;
  top: 3.3vw;
  left: 1vw;
  width: 96.6%;
  height: 85.9%;
  background-color: rgba(0, 0, 0, .6);
}

.spec-container .swiper-slide.swiper-slide-active::after {
  background-color: transparent;
}

.spec-container .spec-pagination {
	margin-top: 54px;
	text-align: center;
}

.spec-container.swiper .spec-pagination .swiper-pagination-bullet {
	width: 43px;
	height: 43px;
	margin: 0 21px;
	background: url(../img/dqdg/banner_icon.png) no-repeat;
	background-position: -49px 0;
	opacity: 1;
}

.spec-container .spec-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-position: -3px 0;
}

.spec-container .spec-arrow {
  position: absolute;
  top: 15vw;
  left: 50%;
}

.spec-container .spec-arrow div {
  position: absolute;
  width: 1.875vw;
  height: 3.75vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  z-index: 2;
}

.spec-container .spec-arrow-left {
  right: 36.2vw;
  background-image: url(../img/wdcq/game_role_arrow_left.png);
}

.spec-container .spec-arrow-right {
  left: 36.2vw;
  background-image: url(../img/wdcq/game_role_arrow_right.png);
}

.footer {
  margin-top: -1vw;
	height: 344px;
	background: linear-gradient(0deg, #040404 0%, #121111 100%);
}

.footer .footer-logo {
	padding-top: 56px;
}

.footer .footer-logo img {
	display: block;
	margin: 0 auto;
	width: 173px;
}

.footer .footer-link {
	display: flex;
	padding-top: 36px;
	justify-content: center;
	line-height: 16px;
}

.footer .footer-link a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.footer .footer-link a:hover {
	color: #1E7BEC;
}

.footer .footer-link-line {
	height: 14px;
	width: 1px;
	background-color: #ccc;
	margin: 1px 18px;
}

.footer .footer-info {
	margin-top: 26px;
	line-height: 22px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.footer .footer-info a {
	color: #ccc;
	text-decoration: none;
}

.top-video video {
  position: relative;
  z-index: -1;
  width: 100%;
  display: block;
  object-fit: contain
}