

html, body, div, p, blockquote, fieldset, b, strong, span, a, em, i, img,
	ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, video, form, input,
	button, select, textarea, table, tr, td {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

img {
	vertical-align: top;
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active, a:link {
	text-decoration: none;
}

a:hover, a:active, input:focus {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

body, html {
	width: 100%;
	font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue,
		Helvetica-Neue, Helvetica, "BBAlpha Sans", sans-serif;
	background: #0F131E;
	color: #7e7f83;
	overflow-x: hidden;
}

body.fixed, html.fixed {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

button, input, select, textarea {
	font-family: inherit;
	margin: 0;
	vertical-align: baseline;
	outline: 0;
	resize: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #000000;
}

::-webkit-scrollbar-track-piece {
	background-color: #000000;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #222222;
	border: none;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #fad733;
	display: block;
}

.clearfix {
	zoom: 1;
}

.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: none;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.gameDetails {
	width: 100%;
	padding-top: 1.8rem;
}

.gameDetails .header {
	width: 100%;
	margin-bottom: 0.32rem;
}

.gameDetails .header .isVideo {
	width: 100%;
	display: block;
	position: relative;
}

.gameDetails .header .isVideo .posterImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.gameDetails .header .isVideo .posterImg>img {
	width: 100%;
	height: 100%;
	display: block;
}

.gameDetails .header .isVideo .posterImg .playBtnPop {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}

.gameDetails .header .isVideo .posterImg .playBtnPop img {
	width: 15%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gameDetails .header .isVideo #video {
	width: 100%;
}

.gameDetails .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	margin: 0 5%;
}

.gameDetails .content .item {
	width: 100%;
	border-bottom: 1px solid rgba(38, 42, 52, 0.5);
	padding-bottom: 0.43rem;
	margin-bottom: 0.43rem;
}

.gameDetails .content .item h3 {
	font-size: 0.54rem;
	color: #F1F1F1;
	line-height: 0.8rem;
	font-weight: bold;
	margin-bottom: 0.42rem;
}

.gameDetails .content .item.gameInfo {
	border-color: transparent;
}

.gameDetails .content .item.gameInfo .gameSummary {
	font-family: Roboto-Bold;
	font-weight: bold;
	font-size: 0.54rem;
	color: #FFFFFF;
	line-height: 0.8rem;
	max-height: 1.6rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0.32rem;
}

.gameDetails .content .item.gameInfo .gameSynopsis {
	position: relative;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameName {
	font-size: 0.4rem;
	color: #F1F1F1;
	margin-bottom: 0.4rem;
	
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameLabel {
	font-size: 0;
	width: 7rem;
	height: 0.58rem;
	overflow: hidden;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameLabel span {
	display: inline-block;
	margin-right: 0.16rem;
	font-size: 0.267rem;
	line-height: 0.42rem;
	color: #94989D;
	padding: 0.1rem 0.16rem;
	background: #262A34;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameScore {
	position: absolute;
	right: 0;
	top: 12%;
	height: 1.6rem;
	padding: 0 0.08rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameScore .average {
	margin-top: 0.16rem;
	font-weight: bold;
	text-align: center;
	font-size: 0.64rem;
	color: #FFE500;
	line-height: 0.88rem;
}

.gameDetails .content .item.gameInfo .gameSynopsis .gameScore .amount {
	font-size: 0.2667rem;
	color: #94989D;
}

.gameDetails .content .item.GameGift {
	padding-bottom: 0.21rem;
}

.gameDetails .content .item.GameGift>div {
	position: relative;
	margin-bottom: 0.42rem;
}

.gameDetails .content .item.GameGift>div p {
	font-size: 0.4rem;
	line-height: 0.64rem;
	color: #AEAEB0;
	width: 7rem;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.gameDetails .content .item.GameGift>div a {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.64rem;
	font-size: 0.33rem;
	color: #0F131E;
	padding: 0 0.29rem;
	background: #FFE500;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gameDetails .content .item.GameAdvertisingMap h3 {
	position: relative;
}

.gameDetails .content .item.GameAdvertisingMap h3 span {
	position: absolute;
	right: 0;
	top: 0.2rem;
	width: 0.44rem;
}

.gameDetails .content .item.GameAdvertisingMap h3 span img {
	width: 100%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: rotate 2s;
	-moz-transition: rotate 2s;
	-ms-transition: rotate 2s;
	-o-transition: rotate 2s;
	transition: rotate 2s;
}

.gameDetails .content .item.GameAdvertisingMap h3 span.active img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.gameDetails .content .item.GameAdvertisingMap .swiper-container-map {
	height: auto;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}

.gameDetails .content .item.GameAdvertisingMap .swiper-container-map .swiper-wrapper
	{
	width: 100%;
}

.gameDetails .content .item.GameAdvertisingMap .swiper-container-map .swiper-wrapper .swiper-slide
	{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.gameDetails .content .item.GameAdvertisingMap.active .swiper-container-map
	{
	height: 0;
	overflow: hidden;
}

.gameDetails .content .item.gameAbstract {
	position: relative;
}

.gameDetails .content .item.gameAbstract span {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0.4rem;
	width: 0.4rem;
}

.gameDetails .content .item.gameAbstract span img {
	width: 100%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.gameDetails .content .item.gameAbstract span.active img {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.gameDetails .content .item.gameAbstract p {
	line-height: 0.5rem;
	splay: block;
	height: auto;
	color: #94989D;
	font-size: 0.4rem;
}

.gameDetails .content .item.gameAbstract p.overstep {
	line-height: 0.5rem;
	height: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.gameDetails .content .item.gameAbstract.active p {
	display: block;
	height: auto;
}

.gameDetails .content .item.gameComment {
	display: none;
}

.gameDetails .content .item.gameComment h3 {
	position: relative;
}

.gameDetails .content .item.gameComment h3 a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.33rem;
	color: #FFF600;
	text-align: right;
	padding-right: 0.4rem;
}

.gameDetails .content .item.gameComment h3 a img {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.3rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gameDetails .content .item.gameComment .swiper-slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 4.213rem;
	padding: 0.213rem 0.213rem 0.35rem 0.35rem;
	background: #262A34;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gameDetails .content .item.gameComment .swiper-slide .commentator {
	font-size: 0.33rem;
	color: #94989D;
	line-height: 0.5rem;
	margin-bottom: 0.213rem;
}

.gameDetails .content .item.gameComment .swiper-slide .comment {
	font-size: 0.33rem;
	color: #F1F1F1;
	line-height: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0.61rem;
}

.gameDetails .content .item.gameComment .swiper-slide .commentInfo {
	width: 100%;
	position: absolute;
	bottom: 0.35rem;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.213rem 0 0.35rem;
}

.gameDetails .content .item.gameComment .swiper-slide .commentInfo .commentTime
	{
	opacity: 0.5;
	font-size: 0.2667rem;
	color: #94989D;
	line-height: 0.56rem;
}

.gameDetails .content .item.gameComment .swiper-slide .commentInfo .commentLaud
	{
	position: absolute;
	right: 0.213rem;
	top: 0;
	line-height: 0.56rem;
	font-size: 0.4rem;
	color: #94989D;
	padding-right: 0.65rem;
}

.gameDetails .content .item.gameComment .swiper-slide .commentInfo .commentLaud span
	{
	position: absolute;
	top: 0;
	right: 0;
	width: 0.53rem;
}

.gameDetails .content .item.gameComment .swiper-slide .commentInfo .commentLaud span img
	{
	width: 100%;
}

.gameDetails .content .item.gameVersion>div {
	width: 100%;
	position: relative;
	margin-bottom: 0.21rem;
}

.gameDetails .content .item.gameVersion>div p {
	font-size: 0.33rem;
	color: #94989D;
	line-height: 0.5rem;
}

.gameDetails .content .item.gameVersion>div span {
	font-size: 0.33rem;
	color: #94989D;
	line-height: 0.5rem;
	position: absolute;
	top: 0;
	right: 0;
}

.gameDetails .footer {
	height: 1.8rem;
	border-top: 1px solid #d8d8d8;
	padding: 0.25rem 0.2rem;
	zoom: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 99%;
	background-size: cover;
	background: #0F131E;
	z-index: 666;
}

.gameDetails .footer::after {
	position: absolute;
	height: 1.8rem;
	border-top: 1px solid #d8d8d8;
	padding: 0.29rem 0.85rem;
	zoom: 1;
	top: 0;
	left: 0;
	width: 99%;
	background-size: cover;
	background: #0F131E;
	z-index: 666;
}

.gameDetails .footer .gameIcon {
	width: 1.22rem;
	float: left;
	display: block;
}

.gameDetails .footer .gameIcon img {
	width: 100%;
	display: block;
}

.gameDetails .footer .gameMainInfo {
	float: left;
	width: 6rem;
	margin-left: 0.22rem;
}

.gameDetails .footer .gameMainInfo h1 {
	opacity: 0.8;
	color: #F1F1F1;
	line-height: 0.5rem;
	font-weight: normal;
	font-size: 0.43rem;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.gameDetails .footer .gameMainInfo .bq_score {
	margin: 0;
	width: 0.8rem;
	float: left;
}

.gameDetails .footer .gameMainInfo .bq_score p {
	font-size: 0.59rem;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0;
	width: 0.8rem;
}

.gameDetails .footer .gameMainInfo .bq_score span {
	vertical-align: baseline;
	font-size: 0.33rem;
	color: #F1F1F1;
}

.gameDetails .footer .gameMainInfo .bq_info {
	font-size: 0.1rem;
	margin: 0.02rem 0;
	width: 6rem;
}
.gameDetails .footer .gameMainInfo .bq_info div{
	margin:0;
	border:0;
	padding:0;
	height: 11px;
	line-height: 11px;
	}
.gameDetails .footer .gameMainInfo .bq_info .info_ver span {
	opacity: 0.4;
	font-size: 9px;
	color: #F1F1F1;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline;
	/* width: 2rem; */
}

.gameDetails .footer .gameMainInfo .bq_info .info_company span {
	opacity: 0.4;
	font-size: 9px;
	color: #F1F1F1;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline;
	/* width: 2rem; */
}

.gameDetails .footer .gameMainInfo .bq_info .info_salas a{
	opacity : 0.4;
	font-size: 9px;
	color: #F1F1F1;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0 0.16rem 0 0;
	/* width: .8rem; */
	display: inline;
	opacity: 0.4;
}

.gameDetails .footer .btn {
	float: right;
	height: .8013rem;
	line-height: .8013rem;
	font-size: 0.3rem;
	font-weight: bold;
	color: #0F131E;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 5px;
	background: #FFE500;
	margin-top: 0.26rem;
	width: 1.846rem;
	text-align: center;
}

.content .gameInfo .gameScore .btn {
	float: right;
	height: 1rem;
	line-height: 1.02rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #0F131E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffff00;
	margin-top: 0.3rem;
	width: 3.146rem;
	text-align: center;
}