* {
	padding: 0;
	margin: 0;
}
/* 导航栏 */
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 78px;
	padding: 0 275px 0 267px;
	background: #ffffff;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}
.header-wrap .header-left {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	color: #40434d;
}
.header-wrap .header-left .logo {
	position: relative;
	z-index: 1;
	width: 94.8px;
	height: 94.8px;
	margin-right: 20px;
	margin-top: 24px;
}
.header-right {
	display: flex;
	align-items: center;
}	

.header-right ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	float: left;
	font-size: 20px;
	color: #808080;
	padding: 20px;
	cursor: pointer;
	word-break: keep-all;
}

.header-right ul li a {
	font-size: 20px;
	color: #808080;
	text-decoration: none;
}

.header-right ul li a {
	font-size: 20px;
	color: #808080;
	text-decoration: none;
}

.header-right ul li .arrow-down {
	width: 9px;
	height: 5px;
	margin-left: 5px;
}

.header-right ul .nav-active a {
	color: #d78d69;
	position: relative;
}

.header-right ul .nav-active a::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 10px;
	background: url(../images/nav-active.png);
	background-repeat: no-repeat;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.header-right .bonbon {
	width: 46px;
}

#lang{
	position: relative;
}



.dropdown-menu {
	display: none;
	position: absolute;
	left: 50%;
	top: 55px;
	transform: translateX(-50%);
	width: fit-content;
	padding: 10px 0;
	max-height: 140px;
	/* overflow-y: scroll; */
	background-color: #fff;
	border: 1px solid #ebeef5;
	/* border-radius: 4px; */
	border-radius: 14px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	z-index: 3;
}
.dropdown-menu__item {
	/* list-style: none; */
	line-height: 36px;
	width: 100%;
	padding: 0 20px !important;
	margin: 0;
	font-size: 18px;
	color: #333333;
	opacity: 0.6;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
}
.dropdown-menu__item:hover {
	/* background-color: #ecf5ff;
	color: #66b1ff; */
	opacity: 1;
}
.dropdown-menu .popper__arrow {
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	/* margin-right: 3px; */
	border-top-width: 0;
	border-bottom-color: #ebeef5 !important;
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.dropdown-menu .popper__arrow, .dropdown-menu .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popper__arrow:after {
	top: -5px;
	margin-left: -6px;
	border-top-width: 0;
	border-bottom-color: #fff !important;
	content: " ";
	border-width: 6px;
}

.lang_hover a {
	color: #333;
}

/* end导航栏 */

/* banner */
.banner {
	position: relative;
	z-index: 0;
	background: url(../images/b1.jpg) no-repeat center top;
	height: 1080px;
}

.download-box {
	position: absolute;
	bottom: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.download-box a {
	margin: 0 23px;
}
.download-box a:hover {
	opacity: 0.8;
}
/* end banner */

/* main */
.main {
	width: 100%;
	height: 2465px;
	background: url(../images/b2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}

/* end main */

/* 角色价绍 */

.role {
	position: relative;
	height: 1132px;
	/* background-color: #d78d69; */
}
#role-content {
	position: absolute;
	width: 1562px;
	height: 1292px;
	/* left: 300px; */
	/* left: 15.625%; */
	right: 2%;
	top: 30px;
	z-index: 2;
}
.role-picture {
	position: absolute;
	/* left: 300px; */
	/* left: 15.625%; */
	/* top: 30px; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.job {
	position: absolute;
	left: 35px;
	top: 346px;
}

.role .bg {
	position: absolute;
	z-index: 1;
	/* left: 55.5%; */
	top: -18px;
	right: 334px;
}

.btn-group {
	position: absolute;
	display: flex;
	/* left: 79.8%; */
	right: 210px;
	top: 40px;
	flex-direction: column;
	z-index: 3;
}
.btn-group img {
	cursor: pointer;
	margin-top: 15px;
	width: 118px;
	height: 67px;
}
.btn-group .btn-selected {
	width: 131px;
	height: 74px;
}
.indicators {
	position: absolute;
	width: 1602px;
	height: 154px;
	bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	z-index: 4;
}
.indicators-item {
	display: inline-block;
	margin: 0 13.5px;
	cursor: pointer;
}
.indicators-prev,
.indicators-next {
	cursor: pointer;
}
/* end 角色价绍 */

/* 游戏特色 */
.feature {
	/* background-color: #d0111b; */
	position: relative;
	height: 1318px;
}

.feature .feature-title {
	position: absolute;
	width: 517px;
	height: 147px;
	left: 11.5%;
	top: 41px;
}

.banner-box {
	position: relative;
	top: 260px;
}

.bg-frame{
	position: absolute;
	z-index: -99;
	width: 397.4px;
	height: 684.6px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 16px;
	background: url(/images/bullet.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pagination-bullet-active {
	display: inline-block;
	width: 30px;
	height: 42px;
	background: url(/images/bullet-active.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.flip-items {
	width: 423px !important;
	height: 699px !important;
}
.flipster {
	padding-bottom: 37px !important;
}
.gotoPrev,
.gotoNext {
	position: absolute;
	cursor: pointer;
	top: 37%;
}
.gotoPrev {
	left: 30%;
}
.gotoNext {
	right: 30%;
}
/* end 游戏特色 */
