* {
	margin: 0;
	padding: 0;
}
body{
	--bgcolor: #373737;
}
.hero-app {
	
}
.h-size{
	font-size: 16px;
}
.hh-size{
	font-size: 20px;
	margin-bottom: 1%;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: var(--bgcolor);
	z-index: 1111;
}

.nav-main {
	max-width: 1100px;
	margin: auto;
	padding-top: 10px;
}

.nav-main::after {
	clear: both;
	content: '';
	display: block;
}

.game-logo {
	display: inline-block;
	float: left;
	padding-left: 3%;
	font-size: 0px;
}

.game-logo img {
	width: 70px;
	vertical-align: middle;
	border-radius: 12px;
}
.game-logo span {
	color: white;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding-left: 15px;
}
.nav-btn {
	display: inline-block;
	float: left;
}

.nav-btn ul {
	font-size: 0;
}

.nav-btn li {
	position: relative;
	padding: 28px 15px 15px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	float: left;
	color: white;

}

.nav-btn li.active {
	color: #FE8D47;
}

.nav-btn li:hover {
	color: #FE8D47;
}

.nav-btn span {
	position: relative;
	width: 100%;
	cursor: pointer;
	transition: all .2s ease-in;
}

.navbar-toggle {
    position: absolute;
    right: 3%;
    padding: 9px 10px;
    margin-top: 23px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: white;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	display: none;
	cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.hero-main {
	padding-top: 90px;
}

.hero-item {
	max-width: 1300px;
	margin: auto;
	padding:5% 5%;
	position: relative;
	box-sizing: border-box;
}

.title {
	text-align: center;
}
.title img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.item1 {
	background: url('../img/banner.jpg') top center no-repeat;
	max-width: 100%;
	height: 760px;
	background-size: cover;
}
.item1 h3{
	width: 100%;
	font-size: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: linear-gradient(#FFCF02, #FF7352);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px red;
}
.swiper-box {
	position: relative;
	text-align: center;
	min-height: 400px;
}

.mySwiper {
	width: 50%;
	height: 80%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 3% 0 0;
	display: inline-block;
	vertical-align: middle;
}

.mySwiper .swiper-slide {
	font-size: 18px;
}

.mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	position: relative;
	bottom: 0;
	text-align: right;
	box-sizing: border-box;
	padding-right: 5%;
}
.swiper-pagination-bullet{
	background: white;
	border:1px solid #776CCB;
}
.swiper-pagination-bullet-active{
	background: #776CCB;
}

.text-box {
	display: inline-block;
	width: 46%;
	height: 100%;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}

/* .text-box ul{
	
} */
.text-box li {
	word-wrap: break-word;
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	
}

.text-box li.active {
	display: block;
}
.text-box li p{
}


.item3 {
	max-width: 100%;
	background: url("../img/item2-bg.jpg") center no-repeat;
	background-size: cover;
}

.item3-main {
	word-wrap: break-word;
	max-width: 1200px;
	margin: auto;
	font-size: 18px;
	padding: 3% 0;
}

.item3-main h3 {
	font-size: 28px;
	margin-bottom: 2%;
}

.item3-main a {
	color: dodgerblue;
	float: right;
	cursor: pointer;
	text-decoration: none;
}


.item4 {
	text-align: center;
}

.item4 li {
	display: block;
	padding: 2% 0;
	font-size: 0;
}

.item4 li span {
	width: 50px;
	height: 50px;
	border: 1px solid;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	font-size: 18px;
}

.faq-box {
	vertical-align: middle;
	display: inline-block;
	padding-left: 3%;
	width: 80%;
	text-align: left;
	font-size: 18px;
}

.footer {
	width: 100%;
	padding: 30px 5% 50px;
	background-color: var(--bgcolor);
	text-align: center;
	font-size: 18px;
	color: white;
	box-sizing: border-box;
}

.footer p {
	margin: 15px 0;
}
.privacy-header{
	position: relative;
	padding:5%;
	
	background: url(../img/item2-bg.jpg) center no-repeat;
	    background-size: cover;
}
.go-back{
	cursor: pointer;
	display: inline-block;
	padding: 0.5% 2%;
	border-radius: 5px;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.35);
	color: white;
}
.privacy-size{
	display: block;
	text-align: center;
	font-size: 30px;
	margin-top: 3%;
}
.privacy-main{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding:3% 5%;
	box-sizing: border-box;
}
.privacy-main p{
	font-size: 20px;
	word-wrap: break-word;
}
.privacy-main h3{
	padding: 10px 0 ;
}
.brpc{
	display: none;
}
@media screen and (max-width:1000px) {
	.nav{
		max-width: 750px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* .h-size{
		font-size: 26px;
	}
	.hh-size{
		font-size: 34px;
	} */
	.hero-app {
		max-width: 750px;
		margin: auto;
	}

	.nav-btn {
		width: 100%;
		background-color: var(--bgcolor);
		position: relative;
		overflow: hidden;
		transition: all .2s ease-in;
	}
	.nav-btn.active{
		
	}
	.nav-btn li {
		width: 100%;
		text-align: left;
		padding: 3% 5%;
	}
	.nav-btn li span {
		display: block;
	}
	.navbar-toggle{
		display: block;
	}
	
	.title{
		margin-bottom: 2%;
	}
	.text-box {
		width: 100%;
		height: auto;
	}
	
	.text-box li {
		position: relative;
		transform: translateY(0);
	}
	
	.mySwiper{
		width: 100%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction{
		padding: 2%;
		text-align: center;
	}
	
	
	
	/* .privacy-header{
		padding: 10% 5% 5%;
	}*/
	.privacy-size{
		font-size: 20px;
	} 
	.item1 {
		height: 540px;
	}
	.item1 h3{
		font-size: 35px;
	}
	.brpc{
		display: block;
	}
	.privacy-header{
		display: none;
	}
}
