body {
  transition: opacity ease-in 0.2s;
	background: linear-gradient(to bottom, #a8ffff, #feffd9 100%) !important;
}

body[unresolved] {
  opacity: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
img {
	border: unset !important;
}
.game_item {
	border: unset !important;
}

:root {
	--font-color-blank: #000;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

.tr {
	border-bottom: 1px solid #000;
}

body,
html {
	padding: 0;
	margin: 0;
	max-width: 800px;
	margin: 0 auto;
	min-height: 53.333rem;
	font-family: 'Poppins', sans-serif;
	color: #000;
}

#app,
body,
html {
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

#app {
	height: 100%;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #fff;
	display: block;
}


/* top */

.top_p {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: hsla(0, 0%, 100%, 0.999);
	z-index: 10000000000000002000;
	padding: 1rem;
}

.top_p .top_con {
	width: 90%;
	margin: 0 auto;
	max-width: 550px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
}

.top_p .learn_more {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	margin-top: 1rem;
}

.top_p .learn_more a {
	color: #169bd5;
	text-decoration: underline;
}

.top_p .close {
	position: absolute;
	right: 1rem;
	top: 0.5rem;
  font-size: 20px;
}
.top_p .close svg {
  font-size: 16px;
}
/* end top */

/* header */
.header_page {
	width: 100%;
	position: fixed;
	top: 0;
	max-width: 800px;
	z-index: 1;
}

.header_page .header {
	width: 100%;
	display: flex;
	justify-content: space-between;
  align-items: center;
	font-size: 1rem;
	height: 3.5rem;
	line-height: 3.5rem;
	box-sizing: border-box;
	padding: 0 1rem;
	background: #ffffff !important;
}

.header_page .header .menu {
  display: flex;
  align-items: center;
}

.header_page .header .search {
	width: 2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: end;
}

.header_page .header .title {
	font-weight: 700;
}

.header_page .search_box {
	position: fixed;
}

.search_box {
	display: flex;
	width: 100%;
	padding: 0 1rem;
	margin-top: 5px;
	max-width: 800px;
}

.search_box > input {
	width: 80%;
	text-indent: 1.5em;
	border-radius: 10px;
	color: #000;
	height: 1.25rem;
	margin-right: 2px;
	box-sizing: content-box;
}

.search_box > div {
	margin-top: -3px;
}

/* menu */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2001
}

.menu-popup {
	display: none;
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-overflow-scrolling: touch;
}
.menu-popup--left {
	background: #fff !important;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	--webkit-transform: translate3d(0, -50%, 0);
}
.menu-popup .type_item {
	color: #000;
	box-sizing: border-box;
	width: 100%;
	height: 2.4rem;
	padding: .267rem 0;
	line-height: 2.4rem;
	padding-left: .8em;
	display: flex;
	align-items: center;
}
.menu-popup .type_item>div {
	display: flex;
	align-items: center;
}
.menu-popup .item_name {
	margin-left: 10px;
	font-size: .68rem;
}

/* banner */
.info_filter {
	width: 100%;
	height: 10rem;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.info_filter > img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 10rem;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.info_filter .game_item {
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 0.75rem;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 1rem;
}

.info_filter .game_item img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
	border: 1px solid #fff;
}

.info_filter .game_item span {
	display: block;
	margin-top: 1.9rem;
}


.info_filter {
	width: 100%;
	height: 10rem;
	position: relative;
	overflow: hidden;
}
.swiper {
	width: 100%;
  --swiper-pagination-color: #fff;/* 两种都可以 */
	z-index: 0 !important;
}
.swiper .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
}

.swiper-pagination {
  position: absolute;
  top: calc(8.3rem - 5px);
	left: 50% !important;
	transform: translateX(-50%) !important;
  font-size: 12px;
  background: rgba(0, 0, 0, .1);
  width: 90px !important;
  text-align: center;
  border-radius: 10px;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  background: rgb(31 31 31 / 40%) 100%;
  background-size: 100% 100%;
  border-radius: 0.3125rem;
}

.swiper-slide span {
  font-size: 16px;
  color: #080808;
  display: block;
  height: 2.347rem;
  line-height: 2.347rem;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  text-indent: .533rem;
}
.swiper-img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.swiper-img img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 10rem !important;
	height: 100%;
	border-radius: 10px 10px 0 0;
	-moz-filter: blur(5px);
	-ms-filter: blur(5px)
}

/* detail */
.detail {
	box-sizing: border-box;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	padding: 4.25rem 1rem .5rem;
}

#detail {
	height: 100%;
	font-size: 16px;
}
.game_info_3 {
	height: 200px;
	position: relative;
	margin-bottom: 0.8rem;
}
.game_info {
	width: 100%;
	height: 100%;
}
.game_info > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.427rem;
}
.game_info_3 .shadow {
	position: absolute;
	background-color: rgba(36, 36, 36, 0.45);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.426667rem;
}
.shadow .game_name {
	display: block;
	position: absolute;
	top: 4.1rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: .8533333333rem;
	font-weight: 800;
}
.shadow .play_btn {
	position: absolute;
	top: 6.1rem;
	left: calc(50% - 2.8rem);
	text-align: center;
	color: #fff;
	font-size: .747rem;
	width: 5.587rem;
	height: 1.533rem;
	opacity: 1;
	border-radius: 20px;
	line-height: 1.533rem;
	background: linear-gradient(90deg, #20faf6, #2d9afa);
	font-weight: 800;
}
.shadow .play_text {
	color: #fff;
}

/* Similar Games */
.similar_game {
	box-sizing: border-box;
}

.similar_list {
	padding: .4rem 0;
	display: grid;
	grid-template-columns: repeat(4, 4.05rem);
	grid-column-gap: .6rem;
	grid-row-gap: .6rem;
}

.similar_list .sim_game_item {
	border-radius: 10px;
	box-sizing: border-box;
	width: 4.05rem;
	height: 4.05rem;
	position: relative;
}

.similar_list .sim_game_item > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.similar_list .my_star {
	position: absolute;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+);
	background-size: 100% 100%;
	text-align: center;
	padding: .1rem .267rem;
	color: #fff;
	font-size: .64rem;
	bottom: .267rem;
	left: .267rem;
}
/* end Similar Games */


/* Games Story */
.desc {
	position: relative;
	padding: .75rem;
	padding-bottom: 14px;
	margin: .7rem auto 0;
	border-radius: .3125rem;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .27));
	padding-bottom: .75rem;
}
.desc p {
	overflow: hidden;
	display: -webkit-box;
	margin: 0;
	font-size: .7466666667rem;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.desc div {
	color: #2d9afa;
	text-align: right;
}

.score {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	padding: .5rem .267rem;
	border-radius: .267rem;
	font-size: .8rem;
	font-weight: 800;
}
.my_star {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+);
	background-size: 100% 100%;
	text-align: center;
	padding: .23rem .567rem;
	color: #fff;
	font-size: .64rem;
}





/* home */
.home {
	box-sizing: border-box;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	padding: 4.25rem 1rem 0.5rem;
}

.home .mid_content {
	box-sizing: border-box;
	min-height: 95%;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-direction: column;
}

.home .game_show_box {
	margin: 10px auto;
	width: 112%;
	background-color: #f3f3f3;
	margin-left: -6%;
}

.home .game_show_box > div {
	text-align: center;
	font-size: 0.5rem;
}








.showed_ad_style {
	min-height: 250px;
}

.showed_ad_style,
.showed_banner_style {
	background-color: #ebebeb;
	display: block !important;
}

.showed_banner_style {
	min-height: 50px;
}

.ob_ad_style {
	width: 300px;
	margin: 0 auto;
}





.item_name {
	margin-left: 10px;
	font-size: 0.68rem;
}

.about_us {
	padding: 0 0.7rem;
	display: flex;
	flex-direction: column;
	font-size: 0.65rem;
	line-height: 1.5rem;
}

.about_us a {
	color: #02a7f0;
	text-decoration: underline;
}

.about_us :first-child {
	padding-top: 0.5rem;
	border-top: 1px solid #e2dede;
}

.home_footer_ad {
	max-width: 800px;
	position: fixed;
	bottom: 0;
	text-align: center;
	background-color: #fff;
}

.game_bottom_ad,
.home_footer_ad {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}


.container-list {
	position: relative;
	margin-top: 0.5rem;
}

.footer_1 {
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	margin-bottom: 2.5rem;
}

.footer_1 .cop {
	text-align: center;
}

.footer {
	height: 2rem;
	display: flex;
	justify-content: center;
	line-height: 2rem;
}

.footer > div {
	margin: 0 0.5rem;
}

.footer a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #02a7f0;
}

.back_top {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: fixed;
	align-items: center;
	justify-content: center;
	right: 0.8rem;
	bottom: 5.867rem;
	z-index: 9999;
	text-align: center;
	line-height: 50px;
	font-size: 1.2rem;
	font-weight: 900;
}

.default_back_top {
	background-color: #007eff;
}

.back_top_1,
.back_top_4,
.back_top_5,
.back_top_7 {
	background-color: #fff;
}

.back_top_4,
.back_top_5,
.back_top_7 {
	line-height: 60px;
}

.back_top_3 {
	color: #fff;
}

.s_m_link {
	display: flex;
	justify-content: center;
}

.s_m_link a {
	width: 4rem;
	text-align: center;
}

.press {
	border-radius: 0.95rem;
	outline: 1px auto -webkit-focus-ring-color;
	border: 1px solid #fff;
	color: #fff;
}


.line {
	width: 1000%;
	border: 1px solid hsla(0, 0%, 47.5%, 0.13);
	poaition: absolute;
	margin: 1rem 0 1rem -2rem;
}


.more {
	margin-bottom: 0.8rem;
}

.more .title {
	margin-bottom: 0.8rem;
	font-size: 0.8rem;
	margin: 0.267rem;
	color: #333;
	font-weight: 800;
}

.more .more_list {
	display: flex;
	flex-wrap: wrap;
}

.more .more_list > a {
	width: unset;
	padding: 0.427rem 1.067rem;
	border-radius: 1.067rem;
	margin: 0.32rem;
}

.detail .game_show_box {
	margin: 10px auto;
	width: 112%;
	background-color: #f3f3f3;
	margin-left: -6%;
}

.detail .game_show_box > div {
	text-align: center;
	font-size: 0.5rem;
}

