@charset "UTF-8";
body {
	background-color: #f0f0f0;
}

body * {
	max-height: 834462737px;
	-webkit-text-size-adjust: none;
}

.width {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.viewport-container {
	position: relative;
}

.widget-list {
	overflow: hidden;
}

.widget-list ul {
	overflow: hidden;
	margin-left: -1px;
	margin-top: -1px;
}

.widget-list li {
	float: left;
	width: 33.333%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	text-align: center;
	line-height: 1;
}

.widget-list li:hover {
	transition: all .25s;
	background-color: #f9f9f9;
}

.widget-list li a {
	display: block;
	margin: 10% 10% 2.5% 10%;
}

.widget-list li div {
	margin-left: auto;
	margin-right: auto;
	max-width: 72px;
}

.widget-list li i {
	display: block;
	padding-top: 100%;
	position: relative;
	border-radius: 20%;
	overflow: hidden;
}

.widget-list li span {
	display: block;
	position: absolute;
	z-index: 22;
	top: 0;
	left: 0;
	background-color: #fa6767;
	font-size: 11px;
	color: #ffffff;
	padding: 5%;
	border-bottom-right-radius: 15% 30%;
	border-top-right-radius: 15% 30%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	max-width: 100%;
}

.widget-list li img {
	display: block;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.widget-list li h1 {
	font-size: 13px;
	color: #000000;
	margin-top: 6.5%;
}

.widget-list li p {
	color: #999999;
	font-size: 12px;
	height: 18px;
	margin: 5% 10% 10% 10%;
}

.widget-list li h1,
.widget-list li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 374px) {
	.widget-list li h1 {
		font-size: 12px;
	}

	.widget-list li p {
		font-size: 10px;
		height: 15px;
	}
}

@media screen and (min-width: 376px) {
	.widget-list li h1 {
		font-size: 14px;
	}

	.widget-list li p {
		font-size: 13px;
		height: 19.5px;
	}
}

@media screen and (min-width: 415px) {
	.widget-list li h1 {
		font-size: 15px;
	}

	.widget-list li p {
		font-size: 14px;
		height: 21px;
	}
}

.top-default .top_place {
	padding-top: 12%;
}

.top-default .top_body {
	position: fixed;
	z-index: 917;
	top: 0;
	left: 0;
	right: 0;
}

.top-transparent .top_body {
	position: absolute;
}

.top-default .ratio-wrap {
	padding-top: 12%;
	position: relative;
	background-color: #f4f6f8;
}

.top-transparent .ratio-wrap {
	background-color: transparent;
	color: #ffffff;
}

.top-transparent .ratio-wrap a {
	color: #ffffff;
}

.top-default .ratio-container {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.top-default .container {
	position: relative;
	height: 100%;
	margin: 0 3%;
}

.top-default .item {
	height: 100%;
}

.top-default .item-left,
.top-default .item-right {
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	width: 35%;
}

.top-default .item-left {
	left: 0;
}

.top-default .item-right {
	right: 0;
	text-align: right;
}

.top-default .item-center {
	text-align: center;
}

.top-default .item-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.top-default .item-container span {
	display: inline-block;
	vertical-align: middle;
}

.top-default .item-left span.fa,
.top-default .item-right span.fa {
	font-size: 30px;
}

.top-default .item-left span.fa.big,
.top-default .item-right span.fa.big {
	font-size: 36px;
}

.top-default .item-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 374px) {
	.top-default .item-left span.fa,
    .top-default .item-right span.fa {
		font-size: 26px;
	}

	.top-default .item-left span.fa.big,
    .top-default .item-right span.fa.big {
		font-size: 32px;
	}

	.top-default .item-center {
		font-size: 14px;
	}
}

@media screen and (min-width: 376px) {
	.top-default .item-left span.fa,
    .top-default .item-right span.fa {
		font-size: 32px;
	}

	.top-default .item-left span.fa.big,
    .top-default .item-right span.fa.big {
		font-size: 38px;
	}

	.top-default .item-center {
		font-size: 17px;
	}
}

@media screen and (min-width: 415px) {
	.top-default .item-left span.fa,
    .top-default .item-right span.fa {
		font-size: 34px;
	}

	.top-default .item-left span.fa.big,
    .top-default .item-right span.fa.big {
		font-size: 40px;
	}

	.top-default .item-center {
		font-size: 18px;
	}
}

.bottom-app .bottom_place {
	transition: all .5s;
}

.bottom-app .bottom_place {
	padding-top: 12%;
}

.bottom-app.hide .bottom_place {
	padding-top: 0;
}

.bottom-app .bottom_body {
	position: fixed;
	z-index: 917;
	bottom: 0px;
	height: 50px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
	transition: all .5s;
	transform: translateY(0);
}

.bottom-app.hide .bottom_body {
	transform: translateY(100%);
}

.bottom-app .ratio-wrap {
	padding-top: 12%;
	position: relative;
}

.bottom-app .ratio-container {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bottom-app .container {
	height: 130%;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #ccc;
	padding: 1% 0.5%;
	background: rgba(0, 0, 0, .7);
}

.bottom-app .container a {
	display: block;
	height: 100%;
	position: relative;
}

.bottom-app .container i:first-child {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
}

.bottom-app .container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
	height: 41px;
}

#some_hezi {
	position: absolute;
	width: 220px;
	height: 20px;
	z-index: 11;
	top: 3px;
	bottom: 0;
	left: 13.5%;
	color: white;
	font-weight: 600;
	font-size: 17px;
	text-align: left;
	margin-left: 7px;
}

#some_wenzi {
	width: 50%;
	position: absolute;
	z-index: 11;
	top: 28px;
	bottom: 0;
	left: 6.5%;
	color: white;
	font-size: 13px;
	margin-left: 9%;
	text-align: left;
}

.bottom-app .container div {
	position: absolute;
	z-index: 11;
	top: -2px;
	bottom: 0;
	left: 75.5%;
	right: 2.5%;
}

.bottom-app .container p {
	position: absolute;
	z-index: 11;
	left: 0px;
	right: 0px;
	height: 50%;
	border: 1px solid #f7ae3a;
	padding-bottom: 2.5%;
	color: white;
	font-size: 14px;
	top: 43%;
	line-height: 156%;
	background: #f7ae3a;
	transform: translateY(-50%);
}

.bottom-app .container i:last-child {
	position: absolute;
	display: block;
	z-index: 11;
	padding-top: 5.5%;
	width: 5.5%;
	right: 0.5%;
	top: -9%;
	transform: translateY(-50%);
	background-color: #c6c6c6;
	overflow: hidden;
	border-radius: 50%;
}

.bottom-app .container span {
	position: absolute;
	z-index: 11;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #ffffff;
}

@media screen and (max-width: 374px) {
	.bottom-app .container p {
		font-size: 12px;
	}

	.bottom-app .container span.fa {
		font-size: 16px;
	}
}

@media screen and (min-width: 376px) {
	.bottom-app .container p {
		font-size: 16px;
	}

	.bottom-app .container span {
		font-size: 20px;
	}
}

@media screen and (min-width: 415px) {
	.bottom-app .container p {
		font-size: 18px;
	}

	.bottom-app .container span {
		font-size: 22px;
	}
}

.bottom-game .container {
	padding: 1.5%;
}

.bottom-game .bottom_place {
	position: relative;
}

.bottom-game .bottom_body {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1;
}

.bottom-game .bottom_place .width {
	padding-top: 1px;
}

.bottom-game .bottom_body .width {
	border-top: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.95);
}

.bottom-game .ratio-wrap {
	padding-top: 15%;
	position: relative;
	overflow: hidden;
}

.bottom-game .ratio-container {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bottom-game a {
	display: block;
	height: 100%;
	position: relative;
}

.bottom-game .icon {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	overflow: hidden;
	border-radius: 15%;
}

.bottom-game .icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.bottom-game .info {
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 17.5%;
	right: 15%;
	font-size: 14px;
}

.bottom-game .info h1,
.bottom-game .info p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.bottom-game .info h1 {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	font-weight: bold;
}

.bottom-game .info p {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 10px;
}

.bottom-game .info div {
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	color: #f1ac21;
	top: 50%;
	transform: translateY(-50%);
}

.bottom-game .down {
	position: absolute;
	z-index: 11;
	right: 0;
	background-color: #f47325;
	padding: 2.5% 3.5%;
	border: 1px solid #dadada;
	border-radius: 3px;
	font-size: 12px;
	color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
	.bottom-game .info {
		font-size: 12px;
	}

	.bottom-game .info p,
    .bottom-game .down {
		font-size: 10px;
	}
}

@media screen and (min-width: 376px) {
	.bottom-game .info {
		font-size: 15px;
	}

	.bottom-game .info p,
    .bottom-game .down {
		font-size: 13px;
	}
}

@media screen and (min-width: 415px) {
	.bottom-game .info {
		font-size: 16px;
	}

	.bottom-game .info p,
    .bottom-game .down {
		font-size: 14px;
	}
}

.nav2-default {
	font-size: 14px;
}

.nav2-default .nav2_place {
	padding-top: 10%;
}

.nav2-default .nav2_body {
	position: fixed;
	z-index: 91;
	top: 0;
	left: 0;
	right: 0;
}

.nav2-default .container {
	margin-top: 12%;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.nav2-default .ratio-wrap {
	padding-top: 10%;
	position: relative;
}

.nav2-default .ratio-container {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F6F7F9;
}

.nav2-default .container a {
	display: inline-block;
	width: 25%;
	height: 100%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	color: #000000;
	font-weight: bold;
}

.nav2-default .container a.current {
	border-bottom: 3px solid #FFB22D;
	color: #ffb22d;
}

.nav2-default .container a span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
	.nav2-default {
		font-size: 13px;
	}
}

@media screen and (min-width: 376px) {
	.nav2-default {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.nav2-default {
		font-size: 16px;
	}
}

.scrollpage_status {
	padding: 5% 2.5% 7.5% 2.5%;
	line-height: 1;
	text-align: center;
	font-size: 14px;
}

.scrollpage_status .load,
.scrollpage_status .no {
	display: none;
}

.scrollpage_status.load .load {
	display: block;
}

.scrollpage_status.no .no {
	display: block;
}

@media screen and (max-width: 374px) {
	.scrollpage_status {
		font-size: 13px;
	}
}

@media screen and (min-width: 376px) {
	.scrollpage_status {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.scrollpage_status {
		font-size: 16px;
	}
}

.top-default .item-center span.fa {
	font-size: 30px;
}

.top-default .item-center .fas span.fa-angle-up {
	display: none;
}

.top-default .item-center .fas.show span.fa-angle-up {
	display: inline-block;
}

.top-default .item-center .fas.show span.fa-angle-down {
	display: none;
}

.top-default .select {
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 50%;
	border: 1px solid #ccc;
	background-color: #ffffff;
	width: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	display: none;
}

.top-default .item-container .fas.show .select {
	display: block;
}

.top-default .select li {
	font-size: 16px;
	line-height: 1;
	border-top: 1px solid #ccc;
}

.top-default .select li:first-child {
	border-top: none;
}

.top-default .select li a {
	display: block;
	padding: 5%;
	color: #000000;
}

.top-default .select li:hover a,
.top-default .select li.selected a {
	color: #ff7a17;
	background-color: #f5f5f5;
}

@media screen and (max-width: 374px) {
	.top-default .item-center span.fa {
		font-size: 28px;
	}

	.top-default .select li {
		font-size: 14px;
	}
}

@media screen and (min-width: 376px) {
	.top-default .item-center span.fa {
		font-size: 32px;
	}

	.top-default .select li {
		font-size: 17px;
	}
}

@media screen and (min-width: 415px) {
	.top-default .item-center span.fa {
		font-size: 34px;
	}

	.top-default .select li {
		font-size: 18px;
	}
}

.gameIconType {
	display: block;
	position: absolute;
	z-index: 33;
	bottom: 0;
	right: 0;
	background-color: #ffffff;
	line-height: 17.5px;
	padding: 0 3.5px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
	border-radius: 5px;
	text-align: center;
	font-style: normal;
	color: red;
}

.gameIconType .discountC {
	display: none;
}

.gameIconType .discountN {
	display: inline;
}

.gameIconType-1:before,
.gameIconType-bt:before {
	content: 'BT';
}

/*.gameIconType-2:before,*/
/*.gameIconType-discount:before{*/
/*content: '折';*/
/*}*/

.gameIconType-2 .discountC,
.gameIconType-discount .discountC {
	display: block;
}

.gameIconType-3:before,
.gameIconType-h5:before {
	content: 'H5';
}

.game_details .header {
	padding: 2.5% 2.5% 2.5% 2.5%;
	color: #ffffff;
	line-height: 1;
	position: relative;
}

.game_details .header .bg1 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: 1500%;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	filter: blur(93px);
}

.game_details .header .bg2 {
	position: absolute;
	z-index: -11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5) center no-repeat;
}

.game_details .header a {
	color: #ffffff;
}

.game_details .header .top {
	position: relative;
}

.game_details .header .top .icon {
	float: left;
	width: 20%;
	padding-top: 20%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.game_details .header .top .icon img {
	display: block;
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.game_details .header .top .info {
	margin-left: 22.5%;
	width: 55%;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.game_details .header .top .info h1,
.game_details .header .top .info div,
.game_details .header .top .info p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.game_details .header .top .info h1 {
	color: #ffffff;
	font-size: 16px;
}

.game_details .header .top .info div {
	margin-top: 1%;
}

.game_details .header .top .info div span {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, .6);
	padding: 1% 2.5%;
	line-height: 1.25;
	border-radius: 10px;
	margin-right: 1.5%;
}

.game_details .header .top .info p {
	margin-top: 1%;
}

.game_details .header .top .down {
	float: right;
	padding: 2% 5%;
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 5px;
    /*margin-top: 20px;*/
}

.gmzhushou {
	float: right;
	padding: 2% 5%;
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 11%;
	margin-right: -20%;
}

.game_details .header .desc {
	margin-top: 2.5%;
	overflow: hidden;
	position: relative;
	line-height: 1.35;
	font-size: 14px;
}

.game_details .header .desc p {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.game_details .header .desc.show p {
	display: block;
}

.game_details .header .desc div {
	text-align: right;
	display: none;
}

.game_details .header .desc div.show {
	display: block;
}

.game_details .header .desc.show div {
	display: none;
}

@media screen and (max-width: 374px) {
	.game_details .header .top .info {
		font-size: 12px;
	}

	.game_details .header .top .info h1 {
		font-size: 14px;
	}

	.game_details .header .top .down {
		font-size: 14px;
	}

	.game_details .header .desc {
		font-size: 12px;
	}
}

@media screen and (min-width: 376px) {
	.game_details .header .top .info {
		font-size: 16px;
	}

	.game_details .header .top .info h1 {
		font-size: 18px;
	}

	.game_details .header .top .down {
		font-size: 18px;
	}

	.game_details .header .desc {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.game_details .header .top .info {
		font-size: 14px;
	}

	.game_details .header .top .info h1 {
		font-size: 18px;
	}

	.game_details .header .top .down {
		font-size: 16px;
	}

	.game_details .header .desc {
		font-size: 16px;
	}
}

.game_details .pro {
	background-color: #f6e0d8;
	padding: 2%;
	font-size: 16px;
	line-height: 1;
}

.game_details .pro span {
	display: inline-block;
	vertical-align: middle;
}

.game_details .pro span.pro_t {
	color: #666666;
}

.game_details .pro span.pro_i {
	background: #FF8E8E;
	color: #fff;
	border-radius: 917px;
	padding: 1.5% 2.5%;
}

.game_details .pro marquee {
	padding: 10px 5px;
}

@media screen and (max-width: 374px) {
	.game_details .pro {
		font-size: 14px;
	}
}

@media screen and (min-width: 376px) {
	.game_details .pro {
		font-size: 17px;
	}
}

@media screen and (min-width: 415px) {
	.game_details .pro {
		font-size: 18px;
	}
}

.game_details .block {
	background-color: #ffffff;
	padding: 3%;
	margin-top: 2.5%;
}

.game_details .block:first-child {
	margin-top: auto;
}

.game_details .block h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	border-left: 3px solid #f7ab32;
	padding-left: 2.5%;
	line-height: 1.25;
}

.game_details .block > div {
	margin-top: 3%;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 374px) {
	.game_details .block h1 {
		font-size: 15px;
	}

	.game_details .block div {
		font-size: 13px;
	}
}

@media screen and (min-width: 376px) {
	.game_details .block h1 {
		font-size: 17px;
	}

	.game_details .block div {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.game_details .block h1 {
		font-size: 18px;
	}

	.game_details .block div {
		font-size: 16px;
	}
}

.game_list {
	background-color: #ffffff;
}

.tab_wrap {
	position: relative;
}

.tab_ctrls {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2.5%;
	text-align: right;
}

.tab_ctrls ul {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 30px;
}

.tab_ctrls li {
	display: inline-block;
	padding: 2.5px 7.5px;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
}

.tab_ctrls li.active {
	background-color: #FFB22D;
	color: #ffffff;
}

@media screen and (max-width: 374px) {
	.tab_ctrls li {
		font-size: 14px;
	}
}

@media screen and (min-width: 376px) {
	.tab_ctrls li {
		font-size: 17px;
	}
}

@media screen and (min-width: 415px) {
	.tab_ctrls li {
		font-size: 18px;
	}
}

.gift ul {
	margin: 7.5% 0 2.5% 0;
}

.gift li {
	margin-bottom: 2.5%;
	border-radius: 15px;
	background-color: #f4f4f4;
	padding: 2.5%;
	position: relative;
	padding-right: 32.5%;
	font-size: 16px;
	line-height: 1.5;
}

.gift li h2 {
	overflow: hidden;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gift li h3 {
	overflow: hidden;
	color: #a8a8a8;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gift li h4 {
	overflow: hidden;
	color: #ff9900;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gift li span {
	display: block;
	background-color: #78be23;
	border-radius: 30px;
	position: absolute;
	z-index: 11;
	right: 2.5%;
	top: 50%;
	padding: 0 2.5%;
	color: #ffffff;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
	.gift li {
		font-size: 14px;
	}

	.gift li span {
		font-size: 13px;
	}
}

@media screen and (min-width: 376px) {
	.gift li {
		font-size: 17px;
	}

	.gift li span {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.gift li {
		font-size: 18px;
	}

	.gift li span {
		font-size: 17px;
	}
}

.game_details .imgsc {
	padding-top: 55%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.game_details .imgs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	text-align: justify;
}

.game_details .imgs::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.game_details .imgs::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #f4f4f4;
}

.game_details .imgs::-webkit-scrollbar-thumb {
	height: 10px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c5c5c5;
}

.game_details .imgs a {
	display: inline-block;
	margin-right: 1%;
	height: 100%;
	overflow: hidden;
}

.game_details .imgs img {
	display: block;
	max-width: 100%;
	height: 100%;
}

.game_details .recommends {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	text-align: justify;
	padding-top: 1.5%;
}

.game_details .recommends::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.game_details .recommends::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #f4f4f4;
}

.game_details .recommends::-webkit-scrollbar-thumb {
	height: 10px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c5c5c5;
}

.game_details .recommends li {
	display: inline-block;
	width: 20%;
	margin-right: 6.5%;
}

.game_details .recommends li:last-child {
	margin-right: auto;
}

.game_details .recommends span {
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.game_details .recommends i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.game_details .recommends img {
	display: block;
	width: 100%;
	height: 100%;
}

.game_details .recommends p {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width: 374px) {
	.game_details .recommends p {
		font-size: 13px;
	}
}

@media screen and (min-width: 376px) {
	.game_details .recommends p {
		font-size: 15px;
	}
}

@media screen and (min-width: 415px) {
	.game_details .recommends p {
		font-size: 16px;
	}
}

.game_details .trust .swiper-slide {
	background-color: #000000;
}

.game_details .trust .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.game_details .trust .swiper-pagination span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FFB22D;
	opacity: .5;
}

.game_details .trust .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #f47325;
	opacity: 1;
}

#weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 999;
}

#weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
	position: relative;
}

#weixin-tip p img {
	width: 100%;
}

#weixin-tip .close {
	position: absolute;
	width: 50px;
	top: 0;
	left: 5%;
}