body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
span,
a,
img,
em,
i,
input,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	background: #fff;
	overflow-x: hidden;
}

ul,
ol,
li,
dl,
dt,
dd,
p,
span,
a,
img,
em,
i,
input,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	list-style-type: none;
	border: none;
	font-style: normal;
	background: none;
	outline: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	content: "";
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.indent {
	text-indent: -999px;
	overflow: hidden;
}

.none {
	display: none;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

/*阴影、图片放大动画效果*/
.shadow {
	-webkit-transition: box-shadow 0.3s ease-out 0s;
	transition: box-shadow 0.3s ease-out 0s;
}

.shadow:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-webkit-transform: translate3d(0px, -2px, 0px);
	transform: translate3d(0px, -2px, 0px);
}

.zoom {
	animation-name: puffIn;
	-webkit-animation-name: puffIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

.pic:hover .zoom {
	animation-name: puffOut;
	-webkit-animation-name: puffOut;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
}

@keyframes puffIn {
	0% {
		opacity: 0;
		transform: scale(2, 2);
		transform-origin: 50% 50% 0;
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: 50% 50% 0;
	}
}

@-webkit-keyframes puffIn {
	0% {
		filter: blur(2px);
		opacity: 0;
		-webkit-transform: scale(2, 2);
		-webkit-transform-origin: 50% 50% 0;
	}

	100% {
		filter: blur(0px);
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-webkit-transform-origin: 50% 50% 0;
	}
}

@keyframes puffOut {
	0% {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: 50% 50% 0;
	}

	100% {
		opacity: 0;
		transform: scale(2, 2);
		transform-origin: 50% 50% 0;
	}
}

@-webkit-keyframes puffOut {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		-webkit-transform-origin: 50% 50% 0;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2, 2);
		-webkit-transform-origin: 50% 50% 0;
	}
}

.line {
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}



.content {
	background: url(/images/tg/sgjh/bg.jpg?201802061356) center top no-repeat;
}

.wrap {
	width: 1002px;
	padding-bottom: 80px;
	margin: 0 auto;
}

.header {
	height: 90px;
	padding-top: 100px;
	position: relative;
}

.logo_9377 {
	width: 152px;
	height: 70px;
	background: url(/images/cms_style_2015/9377_logo.png?201802061356) no-repeat;
	position: absolute;
	top: 16px;
	left: -12px;
}

.nav {
	line-height: 30px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 30px;
	right: -100px;
}

.nav a {
	color: #000;
	display: inline-block;
	margin: 0 8px;
}

.nav a:hover {
	color: #f00;
}

.theme {
	width: 790px;
	height: 66px;
	background: url(/images/tg/sgjh/theme.png?201802061356) no-repeat;
	margin: 0 auto;
}


.recom_game {
	padding: 50px 30px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	color: #646464;
}

.recom_game h1 {
	color: #646464;
	display: block;
	font-size: 35px;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 1px solid #d70023;
}

.recom_game h2 {
	display: block;
	margin-top: 40px;
	font-size: 18px;
}

.recom_game p {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	padding-bottom: 20px;
}

.banner {
	height: 90px;
	background: #fff;
	border: 1px solid #e3e0dd;
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 20px;
}

.banner ul {
	height: 90px;
	overflow: hidden;
}

.banner li,
.banner li .item,
.banner li .ad-detail {
	height: 90px;
	float: left;
}

.banner li {
	margin: 0 0;
}

.banner li .item {
	width: 250px;
	text-align: center;
	display: inline;
}

.banner li .ad-detail {
	width: 0px;
	overflow: hidden;
	margin-left: -15px;
	position: relative;
}

.banner li .ad-detail a {
	width: 750px;
	height: 90px;
	background: url(about:blank?201802061356);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.hot_game {
	width: 760px;
}

.hot_game li {
	width: 368px;
	height: 348px;
	color: #535353;
	border: 1px solid #e3e0dd;
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
	position: relative;
}

.hot_game li .icon {
	width: 100px;
	height: 100px;
	background: url(/images/tg/sgjh/icon.png?201802061356) 0 -40px;
	position: absolute;
	top: -6px;
	left: -6px;
	z-index: 9;
}

.hot_game li .pic {
	height: 274px;
	display: block;
	position: relative;
}

.hot_game li .flash {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.hot_game li .flash a {
	width: 368px;
	height: 274px;
	background: url(about:blank?201802061356);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.hot_game li .infor {
	height: 54px;
	padding: 10px 20px;
}

.hot_game li .infor p {
	line-height: 30px;
	color: #ec1d15;
}

.hot_game li .btn {
	width: 116px;
	height: 26px;
	line-height: 26px;
	color: #ec1d15;
	font-weight: bold;
	border: 2px solid #ec1d15;
	border-radius: 20px;
	text-align: center;
	margin: 12px 0;
}

.hot_game li .btn:hover {
	color: #fff;
	background: #ec1d15;
	border-color: #ec1d15;
}

.right_adver {
	width: 242px;
}

.ranking {
	height: 348px;
	border: 1px solid #e3e0dd;
	overflow: hidden;
	margin-bottom: 10px;
}

.ranking .tit {
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(/images/tg/sgjh/rank_h3.jpg?201802061356) no-repeat;
	display: block;
	padding-left: 60px;
}

.ranking .txt {
	color: #333;
	padding: 0 10px;
}

.ranking .txt li {
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #b1b1b1;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
}

.ranking .txt li.b5 {
	border-bottom: none;
}

.ranking .txt li .infor {
	height: 22px;
	color: #333;
	display: block;
}

.ranking .txt li .icon {
	width: 24px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: url(/images/tg/sgjh/icon.png?201802061356) 0 -20px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	margin-right: 10px;
}

.ranking .txt li.b4 .icon,
.ranking .txt li.b5 .icon {
	background: url(/images/tg/sgjh/icon.png?201802061356) -34px -20px;
}

.ranking .txt li span {
	vertical-align: middle;
}

.ranking .txt li .btn {
	width: 68px;
	height: 20px;
	line-height: 20px;
	color: #828282;
	border: 1px solid #828282;
	border-radius: 12px;
	text-align: center;
}

.ranking .txt li .infor:hover .btn {
	color: #fff;
	background: #ec1d15;
	border-color: #ec1d15;
}

.ranking .txt li .pic {
	width: 200px;
	height: 70px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

.ranking .txt li .pic a {
	width: 200px;
	height: 70px;
	background: url(about:blank?201802061356);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.shower {
	height: 350px;
	position: relative;
}

.shower a {
	width: 242px;
	height: 350px;
	background: url(about:blank?201802061356);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



.footer {
	color: #888;
	background: #f0f0f0;
	padding: 30px 0;
}

.footer dl {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.footer dt {
	width: 140px;
	height: 56px;
	background: url(/images/cms_style_2012_new/footer_logo_black.png?201802061356) no-repeat;
	border-right: 1px solid #888;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	_float: left;
}

.footer dd {
	_line-height: 56px;
	display: inline-block;
	vertical-align: middle;
	_float: left;
}



/** 右侧浮动菜单**/
.float_buttons {
	width: 159px;
	height: 299px;
	position: fixed;
	right: 2px;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	bottom: 100px;
	_bottom: "auto";
	z-index: 4
}

.float_open {
	width: 159px;
	height: 299px;
	background: url(/images/tg/sgjh/float_open.png?201802061356) no-repeat;
}

.float_close {
	position: absolute;
	width: 18px;
	height: 42px;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.none {
	display: none;
}

.footer {
	color: #888;
	background: #f0f0f0;
	padding: 30px 0;
	line-height: 14px;
}

.footer dl {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.footer dt {
	width: 140px;
	height: 56px;
	background: url(http://static.9377s.com/images/cms_style_2012_new/footer_logo_black.png?201802061356) no-repeat;
	border-right: 1px solid #888;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	_float: left;
}

.footer dd {
	_line-height: 56px;
	display: inline-block;
	vertical-align: middle;
	_float: left;
	text-align: left;
}

.footer p {
	line-height: 24px;
}

.footer a {
	color: #666;
}

.footer a.red {
	color: #f00;
}

.red {
	color: #f00;
}

.www {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("http://static.9377s.com/images/cms_style_2015/footer-ico.png?201802281550") -50px -50px no-repeat;
}

.gaba {
	display: inline-block;
	vertical-align: middle;
	color: #fff !important;
	width: auto;
	height: 30px;
	line-height: 15px;
	padding: 8px 10px 8px 40px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	overflow: hidden;
	margin-left: 15px;
	background: #91b5c3 url("http://static.9377s.com/images/ghs.png") 14px center no-repeat;
}

.yyz {
	display: inline-block;
	vertical-align: middle;
	width: 62px;
	height: 74px;
	margin-left: 16px;
	background: url("http://static.9377s.com/images/yyz.jpg") 0 0 no-repeat;
}

.hot_game li .icon{background:url(http://static.9377s.com/images/tg/sgjh/icon2018.png?201802061356) 0 -40px;} 