html,
body {
	background: #0e0e0e;
}

.common-ele {
	--bg-color1: #000;
	--bg-color2: #333;
	--text-color: #fff;
	--active-color: #BE3A34;
	--header-top-bar-height: 38px;
	--header-nav-bar-height: 60px;
	--header-nav-font-size: 16px;
}

.common-ele .ell {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.common-header {
	height: calc(var(--header-top-bar-height) + var(--header-nav-bar-height));
	position: relative;
	z-index: 1000;
}

.head-top-bar {
	width: 100%;
	height: var(--header-top-bar-height);
	background: var(--bg-color1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.head-top-bar .item-group {
	height: 100%;
	display: flex;
	float: right;
	align-items: center;
	color: var(--text-color);
	margin-right: 6px;
}

.head-top-bar .item-group .item {
	margin: 0 16px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 100%;
}

.head-top-bar .item-group .item.login-btn {
	background:url(../../../4.0/en_images/nav1.png) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 10
}

.head-top-bar .item-group .item.login-btn .user-menu {
	display: none;
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
	z-index: 100;
	width: 200px;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu .user-name {
	display: block;
	padding: 6px 20px;
	color: #000;
	font-weight: bold;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a {
	display: block;
	padding: 6px 20px;
	font-weight: bold;
	color: #333;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a:hover {
	color: #666;
}

.head-top-bar .item-group .item.login-btn:hover .user-menu a.log-out {
	border-top: 1px solid #D6D6D6;
	padding-top: 16px;
	margin-top: 10px;
}

.head-top-bar .item-group .item.lang-btn {
	background:url(../../../4.0/en_images/nav2.png) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 10
}

.head-top-bar .item-group .item.lang-btn .lang-list {
	display: none;
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
	z-index: 100;
	width: 120px;
}

.head-top-bar .item-group .item.lang-btn:hover .lang-list {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}

.head-top-bar .item-group .item.lang-btn .lang-list .lang-item {
	display: block;
	padding: 6px 20px;
	font-weight: bold;
	color: #333;
}

.head-top-bar .item-group .item.lang-btn:hover .lang-list .lang-item:hover {
	color: #666;
}

.head-top-bar .item-group .item.hero-btn {
	background:url(../../../4.0/en_images/nav3.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar {
	width: 100%;
	height: var(--header-nav-bar-height);
	background: var(--bg-color2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: var(--header-top-bar-height);
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #454545;
}

.head-nav-bar .left-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.head-nav-bar .left-wrapper a {
	height: 100%;
	margin: 0 30px;
	display: flex;
	align-items: center;
	border-bottom: 4px solid transparent;
	transition: .3s;
	color: #fff;
	font-family:'webfont';
}

.head-nav-bar .left-wrapper a.logo {
	width: 120px;
	border: none;
}

.head-nav-bar .left-wrapper a:hover {
	color: var(--active-color)
}

.head-nav-bar .left-wrapper a.active {
	color: var(--active-color);
	border-color: var(--active-color);
}

.head-nav-bar .right-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 6px;
}

.head-nav-bar .right-wrapper a {
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 14px;
}

.head-nav-bar .right-wrapper a.fb-icon {
	background:url(../images/fac.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.fb-icon:hover {
	background:url(../images/fach.png) no-repeat center;
	background-size: contain;
}
.head-nav-bar .right-wrapper a.fb1-icon {
	background:url(../images/icon1.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.fb1-icon:hover {
	background:url(../images/icon1h.png) no-repeat center;
	background-size: contain;
}
.head-nav-bar .right-wrapper a.twitter-icon {
	background:url(../images/icon2.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.twitter-icon:hover {
	background:url(../images/icon2h.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.th-icon {
	background:url(../images/icon3.png) no-repeat center;
	background-size: contain;
}

.head-nav-bar .right-wrapper a.th-icon:hover {
	background:url(../images/icon3h.png) no-repeat center;
	background-size: contain;
}

.common-footer {
	background: var(--bg-color2);
	font-size: 16px;
}

.footer-nav-group {
	display: flex;
	margin: auto;
	width: 1680px;
	max-width: 90%;
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
}

.footer-nav-group .col-item {
	flex: 1;
}

.footer-nav-group .col-item .col-title {
	background: #424242;
	line-height: 80px;
	color: #fff;
	padding: 0 16px;
	font-size: 18px;
}

.footer-nav-group .col-item a {
	display: block;
	color: #605D5D;
	padding: 0 16px;
	line-height: 40px;
	font-size: 14px;
	transition: .2s;
}

.footer-nav-group .col-item a:hover {
	color: #fff;
}

.footer-nav-bar {
	text-align: center;
	padding: 30px 0;
	color: #605D5D;
}

.footer-nav-bar .row1 a {
	margin: 0 6px;
	color: #605D5D;
}

.wrap {
	background: #0e0e0e;
}

.mainDiv {
	z-index: 2;
}

.bannerCon {
	width: 100%;
	z-index: 2;
}
.banner .swiper-slide{
	margin-right:.1rem;
}
.bannerCon .bannerD {
	width: 100%;
	height: auto;
	margin: .08rem auto 0;
}

.bannerCon .bannerD .banner {
	border-bottom: .08rem solid transparent;
}
.bannerCon .bannerD .banner:after{
	display:block;
	content:'';
	width:100%;
	height:.08rem;
	background:url(../images/bot.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
}
.banner .swiper-slide.swiper-slide-active .box:after {
	border: none;
	display: none;
}
.banner .swiper-slide{
	width:5.65rem;
}
.main .bannerCon .swiper-button-prev{
	top:50%;
	margin-top:-.45rem;
}
.main .bannerCon .swiper-button-next{
	top:50%;
	margin-top:-.45rem;
}
.banner .bannerPic {
	width: 5.65rem;
	height: 3.17rem;
}

.gameSlogan {
	width: 6.64rem;
	position: absolute;
	left: 50%;
	top: 2.97rem;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 5;
}

.gameSlogan>img {
	display:block;
	max-width: 100%;
	margin:0 auto 0;
}

.btnList {
	width: 6.64rem;
	height: .52rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin: -.07rem auto 0;
}

.mainCon {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: .6rem;
}

.mainCon::after {
	content: '';
	background: url(../images/bg.jpg) no-repeat center;
	background-size:100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.picInt {
	width: 19.2rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin:0 auto;
}

.picInt>div:nth-child(1) {
	width: 100%;
	height: 4.65rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin-top: 1rem;
}

.picInt>div:nth-child(2) {
	width: 100%;
	height: 4.63rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin-top: .07rem;
}

.picInt>div:nth-child(3) {
	width: 100%;
	height:4.67rem;
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin-top: .1rem;
}

.picInt>div:nth-child(1):after {
	display: block;
	width: 9.32rem;
	height: .98rem;
	content: '';
	background: url(../images/line1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 2.46rem;
}

.picInt>div:nth-child(2):after {
	display: block;
	width: 9.33rem;
	height: .08rem;
	content: '';
	background: url(../images/line2.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 2.23rem;
}

.picInt>div:nth-child(3):after {
	display: block;
	width: 9.32rem;
	height: .16rem;
	content: '';
	background: url(../images/line3.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 2.18rem;
}

.picInt>div:nth-child(1) .picTxt {
	margin-top: 1.52rem;
	margin-left: .45rem;
}

.picInt>div:nth-child(1) img {
	margin-left: 2.7rem;
}

.picInt>div:nth-child(2) img {
	margin-left: 1.8rem;
}

.picInt>div:nth-child(2) .picTxt {
	margin-top: 1.37rem;
	margin-left: 3.58rem;
}

.picInt>div:nth-child(3) img {
	margin-left: 2.67rem;
}

.picInt>div:nth-child(3) .picTxt {
	margin-top: 1.4rem;
	margin-left: 1rem;
}

.picInt>div .picTxt p:nth-child(1) {
	font-size: .3rem;
	color: #fff;
	line-height: .42rem;
	font-family:'webfont';
}

.picInt>div .picTxt p:nth-child(2) {
	font-size: .14rem;
	color: #8b8d8d;
	line-height: .32rem;
	margin-top: .3rem;
	font-family: 'webfont1';
}
.picInt>div .picTxt p span{
	position:relative;
}
.picInt>div .picTxt p span:after {
	display:block;
	content:'';
	width:.08rem;
	height:.08rem;
	background:url(../images/san.png) no-repeat center;
	background-size:cover;
	position:absolute;
	right: -.2rem;
	bottom: .05rem;
}
.pubFooter {
	z-index: 2;
	margin-top: 0;
}

.common-footer {
	padding-top: .1rem;
}

.world {
	width: 100%;
	height: 4.68rem;
	position: relative;
	overflow: hidden;
	background: url(../images/world.jpg) no-repeat center;
	background-size: cover;
	margin: 1.23rem auto 0;
	z-index: 2;
}

.world p {
	font-size: .18rem;
	font-family: "webfont1";
	color:#8b8d8d;
	text-shadow: 0px .01rem .2rem rgba(65, 55, 28, .85);
	text-align: center;
	line-height: .42rem;
}

.videoCon {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: .64rem auto 0;
	z-index: 2;
}

.videoBanner {
	width: 14.5rem;
	height: 8.14rem;
	overflow: hidden;
	border: .01rem solid #5c5c5c;
	position: relative;
	margin: 0 auto 0;
}

.videoBanner .videoBody {
	width: 14.5rem;
	height: 8.14rem;
	position: relative;
	margin: 0 auto 0;
}

.videoBanner .videoBody video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoCon .pageBig{
	width:16rem;
	overflow: hidden;
	position:relative;
	margin:0 auto;
}
.videoCon .pagBox {
	width: 14.82rem;
	height: 1.6rem;
	overflow: hidden;
	position: relative;
	margin: .18rem auto 0;
}

.videoCon .pagBox .pagination1 {
	width: 1000%;
	text-align: left;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.videoCon .pagBox .pagination1 .swiper-pagination-bullet {
	width: 2.80rem;
	height: 1.57rem;
	position: relative;
	border: .01rem solid #5c5c5c;
	opacity: 1;
	border-radius: 0;
	background: none;
	margin-right: .18rem;
}

.videoCon .pagBox .pagination1 .swiper-pagination-bullet .smallPic {
	width: 100%;
	height: 100%;
	position: relative;
}

.videoCon .pagBox .pagination1 .swiper-pagination-bullet .smallPic img {
	display: block;
	width: 100%;
	height: 100%;
}

.videoCon .pagBox .pagination1 .swiper-pagination-bullet .smallPic i {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.videoCon .pagBox .pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active .smallPic i {
	display: none;
}

.videoCon .buttonPrev {
	width: .39rem;
	height: .9rem;
	background: none;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: .38rem;
	cursor: pointer;
}

.videoCon .buttonNext {
	width: .39rem;
	height: .9rem;
	background: none;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: .38rem;
	cursor: pointer;
}

.videoCon .buttonPrev img,
.videoCon .buttonNext img {
	display: block;
	width: 100%;
	height: 100%;
}

.videoCon .buttonPrev:hover img:nth-child(1),
.videoCon .buttonNext:hover img:nth-child(1) {
	display: none;
}

.hvr-shrink:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.picTc{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	position:fixed;
	left:0;
	top:0;
	z-index:50;
	display: none;
}
.picBanner{
	width:16.05rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	top:45%;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
	z-index:2;
}
.picBanner .bannerPic1{
	width:14.27rem;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
}
.picBanner .bannerPic1 ul li img{
	display:block;
	width:100%;
}
.picBanner .buttonPrev2{
	width:.39rem;
	height:.9rem;
	position:absolute;
	overflow: hidden;
	left:0;
	top:45%;
	margin-top:-.45rem;
	opacity:1;
	cursor: pointer;
}
.picBanner .buttonNext2{
	width:.39rem;
	height:.9rem;
	position:absolute;
	overflow: hidden;
	right:0;
	top:45%;
	margin-top:-.45rem;
	opacity:1;
	cursor: pointer;
}
.picBanner .buttonPrev2 img,.picBanner .buttonNext2 img{
	display:block;
	width:100%;
	height:100%;
}
.picBanner .buttonPrev2:hover img:nth-child(1),.picBanner .buttonNext2:hover img:nth-child(1){
	display:none;
}
.picTc i{
	display:block;
	width:100%;
	height:100%;
	background:none;
	position:absolute;
	left:0;
	top:0;
}
.close{
	display:block;
	width:.27rem;
	height:.27rem;
	position:absolute;
	right:.5rem;
	top:0;
	cursor:pointer;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.close:hover {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}