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;
	--font-color-white: #fff;
	--font-family: 'Poppins', sans-serif;
	--body-bgc-color: linear-gradient(180deg, #a8ffff, #feffd9);
	--bgc-color-white: #fff;
}

* {
	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: var(--font-family);
	color: var(--font-color-blank);
}

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

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

a {
	text-decoration: none;
	color: var(--font-color-blank);
	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%;
	min-height: 100px;
	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 {
	width: 100%;
}

.similar_game {
	box-sizing: border-box;
}

.similar_game .similar_list {
	padding: 1rem 0;
	display: grid;
	grid-template-columns: repeat(3,4.875rem);
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}

.similar_game .similar_list .sim_game_item {
	display: inline-block;
	font-size: .7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.similar_game .similar_list .sim_game_item > a {
  text-decoration: none;
}

.similar_game .similar_list .sim_game_item > a > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}

.similar_game .similar_list .sim_game_item > a > span {
	display: inline-block;
	font-size: .7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.similar_game .similar_list .t_in_i_game_item {
	box-sizing: border-box;
	width: 5.25rem;
	height: 5.25rem;
	position: relative;
}

.similar_game .similar_list .t_in_i_game_item > a > img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
}

.similar_game .similar_list .t_in_i_game_item > a > span {
	display: inline-block;
	font-size: 0.6rem;
	width: 100%;
	text-align: center;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: -2px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 5px 5px;
	padding: 4px 0;
}

.desc {
	position: relative;
	color: var(--font-color-blank);
	padding-bottom: 0;
	background: var(--bgc-color-white);
	padding: 1rem 1.333rem;
}

.desc .floder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.853rem;
	font-weight: 700;
	margin-bottom: 1.493rem;
}

.desc .floder > img {
	display: block;
	width: 1.333rem;
	height: 1.333rem;
}

.desc > span {
	overflow: hidden;
	display: -webkit-box;
	margin: 0;
	font-size: 0.8rem;
	font-size: 11px;
}

.desc > div {
	text-align: right;
}

.desc .more {
	-webkit-line-clamp: 99999 !important;
}




/* 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;
}



/* aaaa */

/* index.css */
.custom-indicator {
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.1);
}


.swip_g {
	width: 120%;
	overflow-x: auto;
}

.swip_g::-webkit-scrollbar {
	height: 0;
}

.swip_g::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.swip_g::-webkit-scrollbar-thumb {
	background-color: #888;
}

.swip_g::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.swip_r_six {
	width: 46rem;
	padding-bottom: 2rem;
	overflow-y: hidden;
}

.swip_r_six .s_item {
	width: 6.4rem;
	height: 9.333rem;
	float: left;
	margin-right: 0.8rem;
	position: relative;
}

.swip_r_six .s_item > a > img {
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.swip_r_six .s_item .a {
	position: absolute;
	border-radius: 0.8rem;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.7));
}

.swip_r_six .s_item > .a > span {
	width: 100%;
	font-size: 0.693rem;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	padding: 0 0.533rem;
	color: #fff;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.swip_g {
	width: 120%;
	overflow-x: auto;
}

.swip_g::-webkit-scrollbar {
	height: 0;
}

.swip_g::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

.swip_g::-webkit-scrollbar-thumb {
	background-color: #888;
}

.swip_g::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

.swip_r_six {
	width: 55.6rem;
	padding-bottom: 2rem;
	overflow-y: hidden;
}

.swip_r_six .s_item {
	width: 8rem;
	height: 8rem;
	float: left;
	margin-right: 0.8rem;
	position: relative;
}

.swip_r_six .s_item > a > img {
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.swip_r_six .s_item .a {
	position: absolute;
	border-radius: 0.8rem;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.7));
}

.swip_r_six .s_item > .a > span {
	width: 100%;
	font-size: 0.693rem;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 20px;
	padding: 0 0.533rem;
	color: #fff;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.cotegory_1 {
	width: 100%;
	padding: 1rem 0;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 0.28rem));
	grid-row-gap: 0.5rem;
	grid-column-gap: 0.5rem;
}

.cotegory_1 > a {
	height: 2.077294686rem;
	display: flex;
	text-decoration: none;
	align-items: center;
	color: #000;
	background: #f7f7f7;
	border: 1px solid #797979;
	border-radius: 8px;
	box-sizing: border-box;
	padding-right: 0;
	padding: 5px;
}

.cotegory_1 > a > span {
	margin-left: 0.5rem;
	font-size: 0.8695652174rem;
}

.cotegory_1 > a:active {
	transform: translateY(1px);
}

.most_1 > h4 {
	display: flex;
	align-items: center;
	padding: 0.2415458937rem 0;
	width: 50%;
	border-radius: 0.2rem;
	position: relative;
	overflow: hidden;
}

.most_1 > h4 > span {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}

.most_1 > h4 > i {
	position: absolute;
	width: 10px;
	height: 155px;
	left: 30%;
	top: -50px;
	background: #fff;
	opacity: 0.3;
	transform: rotate(35deg);
	z-index: 2;
	-webkit-animation: flickerAnimationFrame-data-v-71228a5b 2s ease-in infinite;
	animation: flickerAnimationFrame-data-v-71228a5b 2s ease-in infinite;
}

@-webkit-keyframes flickerAnimationFrame-data-v-71228a5b {
	0% {
		left: -30%;
		top: -50px;
	}

	70% {
		left: -30%;
		top: -30px;
	}

	to {
		left: 100%;
		top: -30px;
	}
}

@keyframes flickerAnimationFrame-data-v-71228a5b {
	0% {
		left: -30%;
		top: -50px;
	}

	70% {
		left: -30%;
		top: -30px;
	}

	to {
		left: 100%;
		top: -30px;
	}
}



.dialog_ad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 202222222222;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	right: 0;
	height: 0;
	overflow: hidden;
}

.game_show_box {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 30vh;
}

.dialog_ad .game_show_box {
	margin-top: 0;
	max-height: 82vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	padding: 4px;
}

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

@media screen and (max-width: 550px) {
	.close_dialog_ad {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
	}

	.close_dialog_ad img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 551px) {
	.close_dialog_ad {
		position: absolute;
		top: 0.5rem;
		right: 0.5rem;
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
	}

	.close_dialog_ad img {
		width: 100%;
		height: 100%;
	}
}



.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;
}

.top_game {
	display: grid;
	grid-template-columns: repeat(4, 3.5rem);
	grid-column-gap: 1.31rem;
	grid-row-gap: 2rem;
	padding-bottom: 2rem;
}

.top_game .game_item {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	border: 1px solid #fff;
}

.top_game .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.top_game .game_item span {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
	text-align: center;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_game {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	padding-top: 0.5rem;
}

.top_game .game_item {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	border: 1px solid #fff;
}

.top_game .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.top_game .game_item span {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
	text-align: center;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.swiper-page {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.swiper-page .swiper-container {
	width: 100%;
	height: 5.2rem;
	border-radius: 5px;
}

.game_item {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	border: 1px solid #fff;
}

.game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.game_item span {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
	text-align: center;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mid_game .three_column,
.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
}

.mid_game .three_column .game_item,
.mid_game .two_column .game_item {
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.mid_game .three_column .game_item img,
.mid_game .two_column .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 1px solid #fff;
}

.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.75rem 0;
}

.mid_game .two_column .left_big img {
	display: block;
	width: 11.55rem;
	height: 11.55rem;
	border-radius: 2rem;
	border: 1px solid #fff;
}

.mid_game .two_column > .game_item {
	display: flex;
	height: 11.25rem;
	flex-direction: column;
	justify-content: space-between;
}

.mid_game .two_column > .game_item img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
}

.game_item span,
.left_big span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.over_game {
	display: flex;
	flex-direction: column;
}

.over_game span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mid_game .three_column,
.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
}

.mid_game .three_column .game_item,
.mid_game .two_column .game_item {
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.mid_game .three_column .game_item img,
.mid_game .two_column .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 1px solid #fff;
}

.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.75rem 0;
}

.mid_game .two_column .left_big img {
	display: block;
	width: 11.55rem;
	height: 11.55rem;
	border-radius: 2rem;
	border: 1px solid #fff;
}

.mid_game .two_column > .game_item {
	display: flex;
	height: 11.25rem;
	flex-direction: column;
	justify-content: space-between;
}

.mid_game .two_column > .game_item img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
}

.game_item span,
.left_big span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.over_game {
	display: flex;
	flex-direction: column;
}

.over_game span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mid_game .three_column,
.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
}

.mid_game .three_column .game_item,
.mid_game .two_column .game_item {
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

.mid_game .three_column .game_item img,
.mid_game .two_column .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 1px solid #fff;
}

.mid_game .two_column {
	box-sizing: border-box;
	padding: 0.75rem 0;
}

.mid_game .two_column .left_big img {
	display: block;
	width: 11.55rem;
	height: 11.55rem;
	border-radius: 2rem;
	border: 1px solid #fff;
}

.mid_game .two_column > .game_item {
	display: flex;
	height: 11.25rem;
	flex-direction: column;
	justify-content: space-between;
}

.mid_game .two_column > .game_item img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
}

.game_item span,
.left_big span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.over_game {
	display: flex;
	flex-direction: column;
}

.over_game span {
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.bottom .five {
	box-sizing: border-box;
	padding: 0.5rem 0 1rem 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	overflow: hidden;
}

.bottom .five .three_box,
.bottom .five .two_box {
	height: 4.875rem;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
}

.bottom .five .three_box .game_item,
.bottom .five .two_box .game_item {
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
}

.bottom .five .three_box .game_item img,
.bottom .five .two_box .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
	border: 1px solid #fff;
}

.bottom .five .two_box {
	height: 8rem;
	margin: 1.25rem 0 0.25rem 0;
}

.bottom .five .two_box .game_item {
	width: 8rem;
	height: 8rem;
}

.bottom .five .two_box .game_item img {
	border-radius: 1rem;
}

.game_item span {
	display: inline-block;
	font-size: 0.7rem;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




.top_game {
	display: grid;
	grid-template-columns: repeat(4, 3.5rem);
	padding-bottom: 2rem;
	padding-top: 0.5rem;
	grid-column-gap: 1.31rem;
	grid-row-gap: 2rem;
}

.top_game .game_item {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 0.75rem;
	border: 1px solid #fff;
}

.top_game .game_item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0.75rem;
}

.top_game .game_item span {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-size: 0.7rem;
	text-align: center;
	-webkit-text-emphasis: inherit;
	text-emphasis: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.game_info {
	width: 100%;
	display: flex;
	margin-top: 1rem;
}

.game_info a {
	width: unset;
	text-decoration: none;
}

.game_info img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
	margin-right: 0.5rem;
}

.game_info .name_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: Microsoft YaHei, å¾®è½¯é›…é»‘;
	font-size: 0.75rem;
	width: 50%;
}

.game_info .name_info .players {
	margin: 0.3rem 0;
}

.game_info .name_info .my_star {
	font-size: 1rem;
	display: flex;
}

.game_info .name_info .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.play_btn {
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	background-color: #ea3397;
	border-radius: 0.75rem;
}


.six_game {
	width: 100%;
	overflow: hidden;
}


.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;
}

.game_info {
	width: 100%;
	display: flex;
}

.game_info > img {
	display: block;
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 1rem;
	margin-right: 1.5rem;
}

.game_info .name_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: Microsoft YaHei, å¾®è½¯é›…é»‘;
	font-size: 0.75rem;
	width: 58%;
}

.game_info .name_info .players {
	margin: 0.3rem 0;
}

.game_info .name_info .my_star {
	font-size: 1rem;
	display: flex;
}

.game_info .name_info .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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;
}

.play_btn {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	background-color: #ea3397;
	border-radius: 0.75rem;
	margin-top: 1rem;
	font-size: 0.8476821192rem;
}

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



.play {
	text-align: center;
	color: #fff;
	font-size: 0.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;
}


.game_info_3 {
	min-height: 10rem;
	margin-bottom: -0.5rem;
}

.game_info {
	position: relative;
}

.game_info > img {
	display: block;
	width: 100%;
	height: 9.067rem;
	border-radius: 0.427rem;
	margin-bottom: 0.8rem;
}

.game_info .game_name {
	display: block;
	position: absolute;
	top: 4.1rem;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.8533333333rem;
	font-weight: 800;
}

.game_info .play_btn {
	position: absolute;
	top: 6.1rem;
	left: calc(50% - 2.8rem);
}

.game_info .name_info {
	display: flex;
	justify-content: space-between;
	height: 1.44rem;
	line-height: 1.44rem;
	margin-bottom: 0.86rem;
}

.game_info .name_info .name {
	font-size: 0.8rem;
	font-weight: 700;
	color: #333;
	font-weight: 800;
}

.game_info .name_info .my_star {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzI2LjQ2OSIgeTE9IjI3NyIgeDI9IjMyNi40NjkiIHkyPSIyNTUuMDIyIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIuNTU3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjIyIiBzdG9wLW9wYWNpdHk9Ii44ODIiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik0yOTcgMjYyYTggOCAwIDAxOC04aDQxYTggOCAwIDAxOCA4djdhOCA4IDAgMDEtOCA4aC00MWE4IDggMCAwMS04LTh2LTd6IiBmaWxsPSJ1cmwoI2EpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjk3IC0yNTQpIi8+PC9zdmc+');
	background-size: 100% 100%;
	width: 3.2rem;
	text-align: center;
	color: #fff;
}

.game_info .name_info .my_star > span {
	margin-left: 0.267rem;
	font-size: 0.747rem;
}


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

.score {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0.267rem;
	border-radius: 0.267rem;
	font-size: 0.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: 0.23rem 0.567rem;
	color: #fff;
	font-size: 0.64rem;
}

.my_star > span {
	margin-left: 0.427rem;
}


.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: 0.1rem 0.267rem;
	color: #fff;
	font-size: 0.64rem;
	bottom: 0.267rem;
	left: 0.267rem;
}

.my_star > span {
	margin-left: 0.427rem;
}

.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;
}

.loadingWrap {
	position: fixed;
	top: 45%;
	left: 47%;
}

.loadingWrap .van-popup {
	background-color: rgba(0, 0, 0, 0.7);
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}


#dialog_ad {
	display: none;
}