/* 通用 */
html, body {
    font-family: 'Noto Serif TC', "Microsoft YaHei", sans-serif;
    scroll-behavior:smooth; 
    /* overflow-x:hidden; */
    background-color: #f8f8f8;
}

a, 
a:hover{
    text-decoration: none;
    cursor:pointer;
}
.overflow{
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*显示行数*/
}

/* 导航栏 */
#header{
	background: rgba(0, 0, 0, 1);
	height: 100px;
	transition: all 0.5s;
}
#header.header-scrolled{
	height: 80px
}
#header .headerBody{
	height: 100%;
}
#nov_none{
	display: none;
}
#header .bi-list{
	color: #000000;
	font-size: 30px;
}
#header .bi-x-lg{
	color: #000000;
	font-size: 40px;
}
#header .navbar{
	justify-content: space-between; 
	height: 100%;
	position: relative;
}
#header button{
	right: 0;
	padding: 0 0 0 0 ;
	margin-right: 1%;
	border:unset;
}
#header .logo{
	margin-right: 0;
	/* text-align: center; */
	margin-left: 16px;
}
#header .logo img{
	padding:10px 0;
}
#header #navbarSupportedContent{
	justify-content: end;
}
#header li{
	padding: 0 5px;
}
#header li a{
	font-size: 22px;
	padding: 5px 10px;
	font-family: 'Montserrat-Bold';
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#header li a::after{
	position: relative;
    height: 2px;
    bottom: 3px;
    background-color: #FFFFFF;
    content: "";
    display: block;
    transition: all .3s ease;
    transform-origin: center;
    /* width: 80px; */
	width: 0;
}
#header li:hover a::after,
#header li.active a::after{
    width: 100%;
}
.dropdown-item:hover{
	background-color:none;
	background-color: #fefefe;  
}
@media screen and (max-width: 1200px) {
	#header .navbar{
	  justify-content:center; 
	}
}
@media screen and (max-width: 991px) {
	#header li:hover a{
	  cursor:pointer;
	}
	#nov_none{
	  display: block;
	}
	#navbarSupportedContent{
	  text-align: left;
	  background-color: #001e33;
	  position: relative;
	  max-width: 100%;
	  margin-bottom: 20px;
	}
}
/* 手机版 */
#header .myNavbar{
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1021;
	background-color: rgba(255, 255, 255, 0.9);
	left: -100%;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}
#header .myNavbar.show {
	display: block;
    left: 0;
}
#header .myNavbar .navMune{
	margin: 50px auto;
	width: 60%;
}
#header .myNavbar .navMune li{
	margin: 25px 0;
}
#header .myNavbar .navMune li a{
	color: #000;
	text-align: center;
	border: 2px solid #000;
	border-radius: 25px;
}
#header .myNavbar  li a::after{
	position: relative;
    height: 2px;
    bottom: 3px;
    background-color: #000000;
    content: "";
    display: block;
    transition: all .3s ease;
    transform-origin: center;
	width: 0;
}
#header .myNavbar li:hover a::after,
#header .myNavbar li.active a::after{
    width: 100%;
}
#header .myNavbar .close{
	height: 40px;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1022;
}/* 《- phone */

#home{
	position: relative;
	width: 100%;
	height: calc( 100vh - 100px);
}
#home .close{
	height: 25px;
	width: 25px;
	position: absolute;
	right: 6%;
	top: -30px;
	border-radius: 25px;
}
#home .close:hover{
	opacity: 0.7;
}
/* pc版详情 */
#home .myCollapse{
	position: fixed;
	top: 100px;
	width: 100%;
	height: auto;
	min-height: calc( 100vh - 100px);
	z-index: 1021;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}
#home .myCollapse .detail{
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 2;
}
#home .myCollapse.speed-in {
    left: 0;
}
#home .myCollapse .detail .icon{
	/* width: 100px; */
}
#home .myCollapse .detail .title{
	font-size: 2.8vw;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	white-space: normal;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#home .myCollapse .detail .content{
	margin-top: 10px;
	font-size: 1.2vw;
	color: #FFFFFF;
}
#home .myCollapse .detail .download{
	text-align: end;
}
#home .myCollapse .detail .download .download_btn{
	display: inline-block;
	margin-top: 40px;
	color: #FFFFFF;
	height: 70px;
	/* background-color: #001e33; */
	/* border-radius: 25px; */
	/* border: 1px solid #FFFFFF; */
	padding: 8px 16px;
}
#home .myCollapse .detail .download .download_btn img{
	height: 100%;
}
#home .gallery-bg{
	width: 100%;
	height: 100%;
}
/* phone—》 */
#home .gallery-bg.phone{
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
}/* 《- phone */

#home .gallery-bg .swiper-slide{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#home .games_show{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 2;
}
/* phone—》 */
#home .games_show.phone{
	position: relative;
	top: unset;
	transform: unset;
	z-index: 2;
}
#home .games_show.phone .gameListLoop .games-loop,
#home .games_show.phone .gameListLoop .games-loop2{
	margin: 30px auto;
}
#home .games_show.phone .gameListLoop .games-loop .swiper-wrapper,
#home .games_show.phone .gameListLoop .games-loop2 .swiper-wrapper{ 
	-webkit-transition-timing-function: linear; /*之前是ease-out*/ 
	-moz-transition-timing-function: linear; 
	-ms-transition-timing-function: linear; 
	-o-transition-timing-function: linear; 
	transition-timing-function: linear; 
}
#home .games_show.phone .gameListLoop .description{
	display: none;
	text-align: center;
	background-color: #2d2a35;
	color:#ffffff;
	font-size: 20px;
}
#home .games_show.phone .gameListLoop .description.show{
	display: block;
	padding: 15px 15px 30px;
}
#home .games_show.phone .gameListLoop .title{
	font-weight: 700;
	font-size: 24px;
}/* 《- phone */

#home .games_show .icon_list{
	width: 100%;
}
#home .games_show .icon_list .box{
	margin: 15px 0;
}
#home .games_show .icon_list .box img{
	width: 140px;
}
#home .games_show .icon_list .box a:hover img{
	transform: scale(1.05)
}
#home .games_show .banner_list{
	position: relative;
}
#home .games_show .banner_list .gallery-banner{
	width: calc(100% - 100px);
}
/* phone—》 */
#home .games_show.phone .banner_list .gallery-banner{
	width: calc(100% - 30px);
}/* 《- phone */

/* 轮播分页器 */
#home .games_show .banner_list .gallery-banner-pagination{
	width: 100%;
	margin: auto;
	bottom: -18px;
}
#home .games_show .banner_list .gallery-banner-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 18px;
	border-radius: 5px;
	margin: auto 3px;
	background-color: #565656;
	opacity: unset;
}
#home .games_show .banner_list .gallery-banner-pagination .swiper-pagination-bullet-active{
	background-color: #868686;
}
/* 轮播翻页按钮 */
#home .games_show .banner_list .swiper-button-next, 
#home .games_show .banner_list .swiper-button-prev{
	height: 100px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	transform: translate( 0, -50%);
}
#home .games_show .banner_list .swiper-button-next:hover, 
#home .games_show .banner_list .swiper-button-prev:hover{
	background-color: rgba(0, 0, 0, 0.7);
}
#home .games_show .banner_list .swiper-button-next{
	border-radius: 0px 20px 20px 0px;
	right: 30px;
}
#home .games_show .banner_list .swiper-button-prev{
	border-radius: 20px 0px 0px 20px;
	left: 30px;
}
/* 轮播翻页按钮 手机 */
#home .games_show.phone .banner_list .swiper-button-next, 
#home .games_show.phone .banner_list .swiper-button-prev{
	height: 50px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	transform: unset
}
#home .games_show.phone .banner_list .swiper-button-next{
	right: 0px;
}
#home .games_show.phone .banner_list .swiper-button-prev{
	left: 0px;
}/* 《- phone */

#about{
	position: relative;
	height: calc( 100vh - 80px );
	background-image: url( '../images/about.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#about .body{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#about .body .text{
	margin: 30px auto;
	width: 70%;
	text-align: center;
}
#about .body .text p{
	font-size: 1.6vw;
	color: #FFFFFF;
}
#about .body .text p.title{
	font-size: 2vw;
	font-weight: 700;
	margin-bottom: 30px;
}
/* phone—》 */
#about.phone{
	background-image: url( '../images/about_m.png' );
}
#about.phone .body .text p{
	font-size: 3vw;
}
#about.phone .body .text p.title{
	font-size: 5vw;
}
/* 《- phone */


#games{
	position: relative;
	background-color: #2d2a35;
	min-height: calc( 100vh - 80px );
}
#games .body{
	padding: 80px 0;	
	color: #FFFFFF;
}
#games .selectBtnGroup{
	border-bottom: 2px solid #333333;
	margin-left: 8.33333333%;
}
#games .selectBtnGroup a{
	font-size: 30px;
	font-weight: 500;
}
/* phone—》 */
#games.phone .selectBtnGroup a{
	font-size: 5vw;
}
#games.phone .selectBtnGroup .selectBtn{
	width: calc(97.5%);
	margin-left: 2.5%;
}/* 《- phone */

#games .selectBtn a{
	width: 260px;
	background-color: #2d2a35;
	border: unset;
	border-radius: unset;
}

/* phone—》 */
#games.phone .selectBtn a{
	width: 50%;
	text-align: center;
}/* 《- phone */

#games .selectBtn a::after{
	position: relative;
    height: 2px;
    bottom: -9px;
    background-color: #FFFFFF;
    content: "";
    display: block;
    transition: all .3s ease;
    transform-origin: center;
    /* width: 120px; */
	width: 0px;
}
#games .selectBtn a.active::after,
#games .selectBtn a:hover::after{
	width: 240px;
}

/* phone—》 */
#games .selectBtn a.active::after,
#games .selectBtn a:hover::after{
	width: 100%;
}/* 《- phone */

#games .gamesBody.featured
#games .gamesBody.all{
	position: relative;
	width: 100%;
}
#games .gamesBody.featured{
	display: none;
}
#games .gamesBody.featured.show{
	display: block;
}
#games .gamesBody.all{
	display: none;
}
#games .gamesBody.all.show{
	display: block;
}
/* 分页器 */
.myPagination{
	margin: 0px auto 35px;
	justify-content: center;
	align-items: center;
}
.myPagination li{
	margin: auto 0px;
	border: 1px solid #2d2a35 !important;
}
.paginationjs .paginationjs-pages li>a {
	font-size: 26px;
	font-family: Adobe Heiti Std, Adobe Heiti Std-R;
	color: #FFFFFF;
	background-color: #2d2a35;
	border-color: #2d2a35;
	letter-spacing: -0.96px;
}
.paginationjs .paginationjs-pages li>a:hover {
	color: #c70707;
	background-color: #2d2a35;
	border-color: #2d2a35;
}
.paginationjs .paginationjs-pages li.disabled>a:hover {
	color: #FFFFFF;
	background-color: #2d2a35;
	border-color: #2d2a35;
	background: 0 0;
}
.paginationjs .paginationjs-pages li.active>a {
	color: #c70707;
	background-color: #2d2a35;
	border-color: #2d2a35;
}
#id-pagination-container{
	margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
	.myPagination{
	  margin: 15px auto;
	}
	#id-pagination-container {
	  margin-bottom: 30px;
	}
}
/* 游戏列表 */
#games .gameList{
	margin: 20px auto 0;
	width: 95%;
	padding-bottom: 50px;
}
/* phone—》 */
#games.phone .gameList{
	justify-content: center;
}/* 《- phone */
#games .gameList .box{
	position: relative;
	margin: 10px;
	max-width: calc(33.3% - 20px);
	padding: 0;
}
/* @media screen and (max-width: 991px) {
	#games .gameList .box{
		max-width: calc( 50% - 20px);
	}
}
@media screen and (max-width: 767px) {
	#games .gameList .box{
		max-width: calc( 100% - 20px);
	}
} */
#games .gameList .box .gameImage {
	position: relative;
	margin: auto;

}
#games .gameList .box .gameImage .text{
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 15px 15px;
}
#games .gameList .box .gameImage .icon{
	position: absolute;
	bottom: 8px;
	left: 16px;
	width: 75px;
	height: 75px;
}
#games .gameList .box .gameImage .name{
	font-size: 1.6vw;
	font-weight: 500;
	width: 100%;
	color: #FFFFFF;
	padding: 8px 16px;
	padding-left: 100px;
	display: -webkit-box;
	display: -moz-box;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#games .gameList .box .hoverBox{
	padding: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	height: 100%;
	width: calc(100%);
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 15px;
	/* opacity: 0; */
	/* -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s; */
}
#games .gameList .box:hover .hoverBox{
	/* display: block; */
	/* opacity: 1; */
}
#games .gameList .box .hoverBox .text{
	font-size: 0.9vw;
}
#games .gameList .box .hoverBox .download{
	width: 100%;
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    justify-content: space-evenly;
    display: flex;
}
#games .gameList .box .hoverBox .download .download_btn{
    display: inline-block;
    color: #FFFFFF;
    height: 80px;
}
#games .gameList .box .hoverBox .download .download_btn img{
	height: 100%;
}
#games .gameList .box .hoverBox .action{
	position: absolute;
	bottom: 0;
	right: 0;
}
#games .gameList .box .hoverBox .action button{
	background-color: unset;
	border: unset;
	border-radius: unset;
}
#games .gameList .box .hoverBox .action button.open{
	transform: rotate(180deg);
	background-color: #1a1914;
}
#games .gameList .box .hoverBox .action .others{
	background-color: #1a1914;
	padding: 0;
}
#games .gameList .box .hoverBox .action .others li a{
	background-color: #1a1914;
	color: #FFFFFF;
}
#games .gameList .box .hoverBox .action .others li a img{
	height: 26px;
	margin-right: 4px;
}

/* 联系我们 */
#contact{
	position: relative;
	background-color: #2d2a35;
	height: calc( 100vh - 80px );
	background-image: url( '../images/contact_left.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}
#contact .body {
	height: 100%;
	background-image: url( '../images/contact_right.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
#contact .body .img_left {
	height: 100%;
}
#contact .body .img_left img{
	height: 100%;
	width: auto;
}
#contact .body .content{
	color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 40%;
    width: 70%;
    transform: translate(0, 50%);
}
#contact .body .content .title{
	font-size: 2.3vw;
	display: inline-block;
	padding: 10px 50px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 45px;
	margin-bottom: 20px;
}
#contact .body .content .email{
	font-size: 2.5vw;
	margin: 30px auto 60px;
}
#contact .body .content .email .email_title{
	max-width: fit-content;
	text-align: end;
}
#contact .body .content .email .email_text{
	max-width: fit-content;
	text-align: start;
}
#contact .body .content .email a{
	color: #ffffff;
	width: fit-content;
}
#contact .body .content .email a::after{
	position: relative;
    height: 2px;
    bottom: 3px;
    background-color: #FFFFFF;
    content: "";
    display: block;
    transition: all .3s ease;
    transform-origin: center;
    /* width: 80px; */
	width: 0;
}
#contact .body .content .email a:hover::after{
    width: 100%;
}
#contact .body .content .others{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#contact .body .content .others .content_btn{
	display: inline-block;
	margin: 8px;
	width: 50px;
}
#contact .body .content .others .content_btn img{
	width: 100%;
}
#contact .body .content .copyright{
	font-size: 2vw;
	color: #787877;
	margin: 0 auto;
}
#contact .body .content .protocol,
#contact .body .content .protocol a{
	font-size: 2vw;
	color: #787877;
}
#contact .body .content .protocol a:hover{
	color: #ffffff;
}

/* 协议规则 map */
#mapPage{
	position: relative;
	background-color: #2d2a35;
	padding: 30px;
	padding-top: 80px;
	color: #ffffff;
	min-height: calc(100vh - 80px);
}
#mapPage .mapList{
	margin: auto;
}

/* 协议 */
#category{
	position: relative;
    background-color: #2d2a35;
	padding: 30px;
	padding-top: 80px;
	color: #ffffff;
	min-height: calc( 100vh - 80px);
}
#category a{
	text-decoration: underline;
}

#footer{
    background-color: #2d2a35;
	color: #787877;
	text-align: center;
	border-top: 1px solid #787877;
}
#footer .text{
	width: 100%;
	margin: auto;
	padding: 0 30px;
}
#footer .others{
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 0;
}
#footer .others .content_btn{
	display: inline-block;
	margin: 8px;
	width: 30px;
}
#footer .others .content_btn img{
	width: 100%;
}
#footer .copyright{
	margin-bottom: 0;
}
#footer .protocol{
	text-align: end;
}
#footer .protocol a{
	color: #787877;
}
#footer .protocol a.active,
#footer .protocol a:hover{
	color: #ffffff;
}