* {
	padding: 0;
	margin: 0;
}

.page-container {
  position: relative;
}

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

#loop-video {
  display: none;
}

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

.top-container {
  height: 56.25vw;
}

.top-container video {
  display: block;
  width: 100%;
}

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

.page-line-2 {
  margin-top: 7.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: 24.12vw;
}

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

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

.role-container .role-swiper {
  margin-top: -30.8vw;
  width: 71.04vw;
}

.role-icon-swiper {
  position: absolute;
  left: 50%;
  bottom: -5vw;
  padding-top: 3.8vw;
  width: 45vw;
  transform: translateX(-50%);
  overflow-y: visible;
}

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

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

.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%;
}

.role-info-swiper {
  position: absolute;
  top: 46vw;
  left: 12.8vw;
  width: 19.73vw;
  height: 9.84vw;
}

.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;
}

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

.spec-container .swiper-content {
  position: relative;
}

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

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

.spec-container .swiper-slide::after {
  content: '';
  position: absolute;
  top: .4vw;
  left: 1.1vw;
  width: 96%;
  height: 96.3%;
  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: 12.5vw;
  left: 50%;
}

.spec-container .spec-arrow div {
  position: absolute;
  width: 6.9vw;
  height: 4.375vw;
  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/rymf/game_role_arrow_left.png);
}

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

.footer {
	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;
}