.public_title {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #f7f7f7
}

.public_title h2 {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #333;
	font-weight: bold;
	position: relative;
	margin-left: 20px;
	float: left
}

.public_title h2:before {
	content: "";
	width: 8px;
	height: 20px;
	border-radius: 25px;
	background-color: #f86a24;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -20px
}

.page .header {
	background-color: #fff
}

.page .header .wrapper {
	height: 140px;
	overflow: hidden
}

.page .header .wrapper .logo {
	width: 196px;
	height: 62px;
	display: block;
	float: left;
	margin: 39px 0
}

.page .header .wrapper .logo img {
	width: 100%;
	height: 100%;
	display: block
}

.page .header .wrapper .search {
	float: right
}

.page .header .wrapper .search form {
	width: 440px;
	height: 52px;
	margin: 44px 0;
	border: 2px solid #E9E9E9;
	border-radius: 26px;
	box-sizing: border-box;
	padding-left: 26px
}

.page .header .wrapper .search form .input {
	padding: 0;
	width: 350px;
	height: 100%;
	border: none;
	outline: none;
	vertical-align: top
}

.icon_search {
	background-image: url(//js1.18183.com//jjdao/pc/index/images/icon_sprites.png);
	background-repeat: no-repeat;
	background-size: 176px 146px
}

.page .header .wrapper .search form .icon_search {
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
	width: 26px;
	height: 26px;
	background-position: -121px -115px;
	margin: 11px 0;
	margin-right: 18px;
	float: right
}

.page nav {
	box-sizing: border-box;
	height: 60px;
	background: #F86A24
}

.page nav .nav_list {
	position: relative;
	overflow: hidden
}

.page nav .nav_list li {
	float: left
}

.page nav .nav_list li a {
	padding: 0 34px;
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: background 0.3s
}

.page nav .nav_list li a:hover {
	background: #E94A04
}

.page nav .nav_list li.active a {
	background: #E94A04
}

.bread {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
	margin: auto;
	font-size: 0;
	padding: 11px 0;
	box-sizing: content-box
}

.bread a {
	display: inline-block;
	color: #999;
	transition: color .3s;
	font-size: 14px;
	position: relative;
	padding-right: 20px
}

.bread a:before {
	content: '>';
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	font-size: 14px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.bread a:last-child:before {
	display: none
}

.bread span {
	color: #666;
	font-size: 14px
}

.bottom {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #252525;
	padding: 40px 0;
	box-sizing: border-box
}

.bottom .logo {
	width: 140px;
	height: 54px;
	margin: 0 auto;
	margin-bottom: 25px
}

.bottom .logo img {
	width: 100%;
	height: 100%
}

.bottom .bottom_nav {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #2e2e2e;
	margin-bottom: 20px
}

.bottom .bottom_nav a {
	display: inline-block;
	width: auto;
	padding: 0 20px;
	text-align: center;
	color: #999;
	font-size: 14px
}

.bottom .copyright {
	color: #777;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 15px
}

.bottom .tips {
	color: #777;
	font-size: 12px;
	text-align: center;
	line-height: 20px
}

.pages {
	height: 35px;
	padding: 10px 0;
	margin-bottom: 60px;
	position: relative;
	left: 50%;
	float: left
}

.pages ul {
	overflow: hidden;
	font-size: 14px;
	position: relative;
	left: -50%
}

.pages li {
	float: left;
	display: block;
	margin-right: 3px;
	background-color: #fff;
	color: #767676;
	overflow: hidden
}

.pages a {
	float: left;
	padding: 0 12px;
	border: 1px solid #ededed;
	border-radius: 5px;
	height: 33px;
	line-height: 33px;
	display: block;
	color: #767676
}

.pages a:hover {
	color: #00b35d
}

.pages span.disabled,
.pages .disabled span {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	border: 1px solid #ededed;
	padding: 0 12px;
	color: #767676
}

.pages a.active,
.pages li.active span,
.pages li.active a {
	background-color: #f86a24;
	border: 1px solid #f86a24;
	color: #fff
}

.pages li.active span {
	display: inline-block;
	padding: 0 12px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	overflow: hidden;
	border-radius: 5px
}

.pages span.pageinfo {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 0;
	padding-left: 20px
}

.pages span.pageinfo strong {
	display: inline-block;
	padding: 0 2px;
	color: #f86a24;
	font-weight: normal
}

.game_nav {
	display: none;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	box-sizing: border-box
}

.game_nav .item {
	width: 110px;
	float: left;
	margin-right: 40px;
	overflow: auto;
	display: block
}

.game_nav .item:hover span {
	color: #F86A24
}

.game_nav .item:last-child {
	margin-right: 0
}

.game_nav .item .img {
	width: 100%;
	height: 110px;
	margin-bottom: 12px;
	border-radius: 24px;
	overflow: hidden;
	background: #eee;
	float: left;
	position: relative
}

.game_nav .item .img::after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg)
}

.game_nav .item .img:hover::after {
	left: 150%;
	transition: 0.6s ease
}

.game_nav .item .img img {
	width: 100%;
	height: 100%
}

.game_nav .item span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	float: left;
	width: 100%;
	transition: color 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.recom_topic {
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px
}

.recom_topic .list {
	margin-left: -19px;
	margin-top: 20px;
	padding-bottom: 30px;
	box-sizing: border-box
}

.recom_topic .list .item {
	width: 260px;
	height: 164px;
	display: inline-block;
	margin-left: 17px;
	overflow: hidden;
	border-radius: 15px
}

.recom_topic .list .item img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	transition: all 0.6s ease
}

.recom_topic .list .item:hover img {
	transform: scale(1.1)
}

.hot_classify {
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px
}

.hot_classify .list {
	margin-left: -12px;
	padding-bottom: 20px;
	box-sizing: border-box
}

.hot_classify .list .item {
	color: #666;
	font-size: 16px;
	background-color: #f5f5f5;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 15px 35px;
	box-sizing: border-box;
	border-radius: 10px
}

.hot_classify .list .item:hover {
	color: #fff;
	background-color: #f86a24
}

.hot_article {
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px
}

.hot_article .list {
	padding-bottom: 20px;
	box-sizing: border-box
}

.hot_article .list .item {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	box-sizing: border-box
}

.hot_article .list .item .num {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #c9bdb0;
	border-radius: 5px;
	float: left;
	margin-right: 15px
}

.hot_article .list .item:first-child .num {
	background-color: #fc2a2a
}

.hot_article .list .item:nth-child(2) .num {
	background-color: #fc5b2a
}

.hot_article .list .item:nth-child(3) .num {
	background-color: #fc972a
}

.hot_article .list .item .msg {
	width: 239px;
	float: left
}

.hot_article .list .item .msg h2 {
	color: #333;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hot_article .list .item .msg .photo {
	width: 233px;
	height: 140px
}

.hot_article .list .item .msg .photo img {
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.content_classify {
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px
}

.content_classify .list {
	margin-left: -10px;
	padding: 10px 0 20px 0;
	box-sizing: border-box
}

.content_classify .list .item {
	color: #666;
	font-size: 14px;
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 10px;
	padding: 11px 12px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	border-radius: 10px
}

.content_classify .list .item:hover {
	color: #fff;
	background-color: #f86a24;
	border: 1px solid #f86a24
}

body .page>.main {
	width: 1200px;
	margin: 0 auto;
	background-color: #f5f5f5;
	position: relative
}

.bottom {
	position: relative
}

.add_wrap {
	width: 100%;
	height: auto;
	overflow: hidden
}

.add_bg {
	position: fixed;
	top: 200px;
	left: 50%;
	width: 1920px;
	height: 1000px;
	overflow: hidden;
	margin-left: -960px
}

.add_bg a {
	display: block;
	width: 100%;
	height: auto
}

.pc_not_show {
	display: none !important
}

@charset "utf-8";

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
big,
em,
font,
img,
strong,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption {
	padding: 0;
	margin: 0;
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

button,
input,
select,
textarea {
	font-size: 14px;
	font-family: "Hiragino Sans GB", "Helvetica Neue", "Helvetica", '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', tahoma, arial, sans-serif;
	outline: 0;
	-moz-outline: 0;
	padding: 0;
	margin: 0
}

ol,
ul,
li {
	list-style: none
}

li {
	vertical-align: text-top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

script {
	height: 0;
	line-height: 0
}

em,
i {
	font-style: normal
}

.clear {
	clear: both;
	zoom: 1
}

.clear:before,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	clear: both;
	overflow: hidden
}

.fix,
.top_toolbar {
	position: fixed;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}

.hide,
.hidden {
	display: none
}

.hr_10 {
	clear: both;
	font-size: 0;
	height: 10px;
	line-height: 1px;
	overflow: hidden
}

.hr_15 {
	clear: both;
	font-size: 0;
	height: 15px;
	line-height: 1px;
	overflow: hidden
}

.hr_20 {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 1px;
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.wrap,
.wrapper {
	width: 1200px;
	position: relative;
	margin: 0 auto
}

html {
	width: 100%;
	min-height: 100%
}

body {
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	font-size: 14px;
	font-family: "Hiragino Sans GB", "Helvetica Neue", "Helvetica", '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', tahoma, arial, sans-serif;
	color: #333
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	-moz-outline: 0
}

a,
button,
.btn {
	cursor: pointer
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.transit {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.lazy-gif {
	position: relative;
	display: inline-block
}

.lazy-gif:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: url(//js.18183.com/public/img/iconGif1.png) no-repeat
}

.lazy-gif:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI2QTkwMEQ3QzBENzExRTY5NjYxODE4NTAxRUJEMkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI2QTkwMEQ4QzBENzExRTY5NjYxODE4NTAxRUJEMkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjZBOTAwRDVDMEQ3MTFFNjk2NjE4MTg1MDFFQkQyRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjZBOTAwRDZDMEQ3MTFFNjk2NjE4MTg1MDFFQkQyRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+FYErAAADlklEQVR42uyb208TQRTGp9tWaCOXFkFaYjDhAaLSRB9MeNJ4+auNxsQHjSZeE2IfGtEEihUotIhAu63n6LelQLfd7e5clvAl3wvZ7PLbnjlzzs5MTMhTkpwhT5DHyGlyipyAWU34kPybXCfvkavkhox/Khby/UbJc+RZwA57/zagN8kb5D+mAU+RF8gzEl4iw1fIJfK2bmAGXSJnhRrtkL8GAY8FCN1bCF8dWievYuxLB86TC0hKOsVJ7TPGuGfFfVxrkW/jl40L/Yrj5V8hb2GshwbM08h9jSHcTxnkEs7orTCA+Q2uKExMwyiNGaJMtoMAJwE7IczXCHkaY7o1DLCFMM6K6Ihnj0lAt/0C30FSiJrSGIYVP8B5ZOOoin/lfdTm58K2V1gURPRVAMtA4GUDioqwurXlQcDX0OlcFM2CyRV4UVw8LboBT0megu5JaB29KAu2c8ALCt70ikvekK2Fs8AjKM1ka578UENSnAFjB3hOYbhdJz/qNWVIVMxpfBzgnIZx9VT8/7inSjkH2Pm6qFpXyU8U1urMmLREsK+LYRT7jxXN/cyYsQxo/fjjwgPyTRU1NgOPG1AcWJiyliQ/Z8xCO2WK7kouUNKW4ulBd4EyaomTdR6TNI9xHXaBkjAV2Ol0wi5QEpYwW1mEd1hqMXDTYGBeS3od4v3sBIBNDOuf5Fci3HXiJoMeGpipv5PfCA8rCT51xCF9YBhsEWHcknDvAwauGQT7gfxeeFwYG0J1Duk9A0D513xL/ib5ObsMXMUb1dUxNZGcNiU/59++EQtZsKoJ9oj8QgGsAGPDKTzKGmB5KeSZCGGjikeVRVeBvi4xUbi9bYatK3peG4wdYA6tisKC4rkYYkNKAFXAeKoFKyl48A/ySyFpl10fddi6l0t5txuvoKckPZTXbN8pHjpOPV7sBexA35CZNDToU3c1ebY93FI0RagSs/zq/kOvfviLhjEmQw2wnFLcpfLhEMhHHPhjr4LKbY8Hz4+8+DQZUdg1t1mn3y4eHs+8rpqOGOw2ui7f25baKBI6S40RUA1dl+tnq0E78WxkuukIQNfwleS430Ve9lraqEMzBof3jhdYr8BOg76Basm0RLaGryS2l4v97Ht2zh7sI8R175luIjmV/JSrl0cAfErHIY8ipsyhdHmMJ6BSKElzSG5BDmrtosMy8qBWL3UfxRsXJ/uYk10Jz0aRf4z6nedSqUfx/gowAA+6uqNOCpeuAAAAAElFTkSuQmCC) center center no-repeat
}

@media screen and (max-width:600px) {

	article,
	aside,
	canvas,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section,
	summary {
		display: block
	}

	body {
		min-width: 320px
	}

	.wrap,
	.wrapper {
		width: 100%
	}

	.hr_10 {
		height: 0.1rem
	}

	.hr_15 {
		height: 0.15rem
	}

	.hr_20 {
		height: 0.2rem
	}
}

#SOHUCS #SOHU_MAIN .module-cmt-notice {
	z-index: -99999 !important;
	display: none
}

.arcade,
.icon_arcade,
.icon_arcade_active,
.icon_arrow_r,
.icon_hot,
.icon_hot_active,
.icon_pocket,
.icon_pocket _active,
.icon_rom,
.icon_rom_active,
.icon_search,
.icon_video,
.icon_video_active,
.link,
.more,
.news,
.subject {
	background-image: url("../images/icon_sprites.png");
	background-repeat: no-repeat;
	background-size: 176px 146px
}

body {
	background-color: #f6f6f6;
	font-family: Microsoft YaHei
}

.part_tabs,
.part_news,
.part_hot,
.part_arcade,
.part_article,
.part_subject,
.part_links {
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 1200px;
	margin: 0 auto
}

.page .part_news {
	margin-top: 0
}

.page .part_tabs {
	margin-top: 20px;
	border-radius: 10px 10px 0px 0px
}

.page .part_tabs .tabs {
	overflow: hidden
}

.page .part_tabs .tabs li {
	position: relative;
	height: 90px;
	width: 33.3%;
	float: left;
	border-bottom: 4px solid #f5f5f5;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	color: #999999
}

.page .part_tabs .tabs li i {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../images/icon_sprites.png);
	background-repeat: no-repeat;
	background-size: 176px 146px;
	margin-right: 20px
}

.page .part_tabs .tabs li i.icon_arcade {
	background-position: -103px -3px
}

.page .part_tabs .tabs li i.icon_pocket {
	background-position: -3px -3px;
	width: 48px;
	height: 36px
}

.page .part_tabs .tabs li i.icon_video {
	background-position: -3px -41px
}

.page .part_tabs .tabs li.active {
	border-bottom: 4px solid #F86A24;
	color: #F86A24
}

.page .part_tabs .tabs li.active i.icon_arcade {
	background-position: -103px -45px
}

.page .part_tabs .tabs li.active i.icon_pocket {
	background-position: -53px -3px
}

.page .part_tabs .tabs li.active i.icon_video {
	background-position: -47px -41px
}

.page .part_tabs .tabs li:not(:last-child)::after {
	content: '';
	width: 18px;
	height: 58px;
	background: url(../images/sperator.png) no-repeat;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%)
}

.page .part_tabs .tabs_item {
	display: none
}

.page .part_tabs .tabs_item.active {
	display: block
}

.page .part_tabs .tabs_item .tabs_inner--head {
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F5F5;
	padding: 0 24px;
	width: 100%;
	overflow: hidden
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left {
	float: left
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs {
	overflow: hidden
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li {
	float: left;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #999;
	cursor: pointer
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li i {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 8px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li i.icon_hot {
	background-position: -98px -85px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li i.icon_rom {
	background-position: -33px -115px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li.active {
	color: #F86A24
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li.active .icon_hot {
	background-position: -3px -115px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li.active .icon_rom {
	background-position: -63px -115px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--left .inner_tabs li+li {
	margin-left: 60px
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--right {
	float: right
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--right a {
	padding: 0 12px;
	color: #666;
	font-size: 14px;
	position: relative
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--right a:not(:last-child)::after {
	content: '/';
	color: #d6d6d6;
	display: block;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%)
}

.page .part_tabs .tabs_item .tabs_inner--head .tabs_inner--right a:hover {
	color: #FA4D00
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper {
	padding: 20px;
	box-sizing: border-box;
	display: none
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper.active {
	display: block
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box {
	overflow: hidden
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item {
	width: 110px;
	float: left;
	margin-right: 40px;
	overflow: auto;
	display: block
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item:hover span {
	color: #F86A24
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item:last-child {
	margin-right: 0
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item .img {
	width: 100%;
	height: 110px;
	margin-bottom: 12px;
	border-radius: 24px;
	overflow: hidden;
	background: #eee;
	float: left;
	position: relative
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item .img::after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	transform: skewX(-45deg)
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item .img:hover::after {
	left: 150%;
	transition: 0.6s ease
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item .img img {
	width: 100%;
	height: 100%
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .box .item span {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #333;
	float: left;
	width: 100%;
	transition: color 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .links {
	overflow: hidden;
	margin-left: -16px
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .links li {
	float: left;
	margin: 20px 0 0 16px
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .links li a {
	display: block;
	width: 131px;
	height: 46px;
	background: #F9F9F8;
	border-radius: 23px;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 46px;
	color: #666;
	font-size: 14px
}

.page .part_tabs .tabs_item .tabs_inner--body .box_wrapper .links li a:hover {
	color: #fff;
	background: #F86A24
}

.page .part_news {
	overflow: hidden;
	margin-top: 30px;
	background-color: #f6f6f6
}

.page .part_news .part_news--left {
	width: 650px;
	height: 440px;
	float: left;
	margin-right: 20px
}

.page .part_news .part_news--left .swiper-container {
	border-radius: 10px;
	width: 650px;
	height: 440px
}

.page .part_news .part_news--left .swiper-container .swiper-wrapper .swiper-slide a {
	position: relative
}

.page .part_news .part_news--left .swiper-container .swiper-wrapper .swiper-slide a:hover img {
	transform: scale(1.1)
}

.page .part_news .part_news--left .swiper-container .swiper-wrapper .swiper-slide a img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease
}

.page .part_news .part_news--left .swiper-container .swiper-wrapper .swiper-slide .overlay {
	background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	height: 80px;
	z-index: 1;
	width: 101.5%;
	bottom: 3px
}

.page .part_news .part_news--left .swiper-container .swiper-wrapper .swiper-slide .overlay p {
	width: 100%;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 1;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 22px
}

.page .part_news .part_news--left .swiper-container .swiper-pg-wrapper {
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99
}

.page .part_news .part_news--left .swiper-container .swiper-pagination {
	position: relative;
	overflow: auto
}

.page .part_news .part_news--left .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 1;
	transition: width 0.3s ease;
	float: left;
	margin: 0 4px
}

.page .part_news .part_news--left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #FA5400;
	width: 16px;
	border-radius: 25px
}

.page .part_news .part_news--right {
	box-sizing: border-box;
	padding: 30px 20px;
	height: 440px;
	width: 530px;
	background: #fff;
	float: left;
	border-radius: 10px
}

.page .part_news .part_news--right .part_cluster--title {
	border-bottom: 1px dashed #EDEDED;
	padding-bottom: 30px;
	text-align: center
}

.page .part_news .part_news--right .part_cluster--title>a {
	font-size: 28px;
	color: #F86A24;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin: 0 10px
}

.page .part_news .part_news--right .part_cluster--news {
	width: 100%;
	padding-left: 12px;
	box-sizing: border-box;
	margin-top: 10px
}

.page .part_news .part_news--right .part_cluster--news li {
	width: 100%;
	position: relative
}

.page .part_news .part_news--right .part_cluster--news li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #FA4D00;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-3px) rotate(45deg);
	left: -12px
}

.page .part_news .part_news--right .part_cluster--news li a {
	padding-left: 6px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	color: #333
}

.page .part_news .part_news--right .part_cluster--news li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
	float: left
}

.page .part_news .part_news--right .part_cluster--news li a span {
	float: right
}

.page .part_news .part_news--right .part_cluster--news li a:hover {
	color: #F86A24
}

.page .part_hot {
	margin-top: 30px;
	background-color: transparent
}

.page .part_hot .common_title h2::before {
	width: 28px;
	height: 28px;
	background-position: -3px -115px
}

.page .part_hot .hot_list .row {
	overflow: hidden;
	margin-left: -20px
}

.page .part_hot .hot_list .row a {
	overflow: hidden;
	margin: 20px 0 0 20px;
	display: block;
	float: left;
	height: 290px;
	width: 290px;
	transition: width 0.4s ease
}

.page .part_hot .hot_list .row a.active {
	width: 580px
}

.page .part_hot .hot_list .row a img {
	width: 290px;
	height: 100%;
	border-radius: 10px;
	float: left
}

.page .part_hot .hot_list .row a .main {
	float: left;
	background-color: #fff;
	width: 290px;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-sizing: border-box
}

.page .part_hot .hot_list .row a .main .detail {
	margin: 20px;
	border-bottom: 1px dashed #E1E1E1
}

.page .part_hot .hot_list .row a .main .detail .info {
	overflow: hidden;
	line-height: 30px
}

.page .part_hot .hot_list .row a .main .detail .info span {
	float: left;
	width: 80px;
	height: 30px;
	background: linear-gradient(90deg, #FA4D00, #FC7B00);
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff
}

.page .part_hot .hot_list .row a .main .detail .info i {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #999999
}

.page .part_hot .hot_list .row a .main .detail h2 {
	color: #333;
	font-size: 16px;
	margin-top: 15px
}

.page .part_hot .hot_list .row a .main .detail p {
	line-height: 24px;
	color: #888;
	font-size: 12px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.page .part_hot .hot_list .row a .main>p {
	text-align: right;
	color: #F86A24;
	padding: 0 20px;
	box-sizing: border-box
}

.page .part_hot .hot_list .row a .main>p span i.icon_arrow_r {
	margin-right: 4px;
	display: inline-block;
	width: 15px;
	height: 10px;
	background-position: -147px -31px
}

.page .part_arcade {
	margin-top: 40px;
	background-color: transparent
}

.page .part_arcade .common_title h2 {
	height: 40px
}

.page .part_arcade .common_title h2::before {
	width: 28px;
	height: 28px;
	background-position: -68px -85px
}

.page .part_arcade .recently_list--wrapper {
	margin-top: 16px
}

.page .part_arcade .recently_list--wrapper .recently_list {
	border-radius: 10px;
	overflow: hidden;
	display: none;
	background-color: #fff;
	padding: 0 20px 20px 20px
}

.page .part_arcade .recently_list--wrapper .recently_list.active {
	display: block
}

.page .part_arcade .recently_list--wrapper .recently_list li {
	box-sizing: border-box;
	width: 110px;
	float: left;
	margin-right: 40px;
	margin-top: 20px
}

.page .part_arcade .recently_list--wrapper .recently_list li:nth-child(8n) {
	margin-right: 0
}

.page .part_arcade .recently_list--wrapper .recently_list li a {
	display: block
}

.page .part_arcade .recently_list--wrapper .recently_list li a .game_name {
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 12px;
	width: 100%;
	margin-bottom: 5px
}

.page .part_arcade .recently_list--wrapper .recently_list li a .photo {
	width: 100%;
	height: 110px;
	border-radius: 24px;
	overflow: hidden;
	position: relative
}

.page .part_arcade .recently_list--wrapper .recently_list li a .photo img {
	width: 100%;
	height: 100%;
	display: block
}

.page .part_arcade .recently_list--wrapper .recently_list li:hover a .game_name {
	color: #F86A24
}

.page .part_article {
	margin-top: 10px;
	background-color: transparent;
	padding: 30px 0px
}

.page .part_article .common_title h2::before {
	width: 26px;
	height: 28px;
	background-position: -93px -115px
}

.page .part_article .part_article--wrapper {
	border-radius: 10px;
	display: none;
	margin-top: 20px;
	background-color: #fff;
	overflow: hidden;
	padding: 10px 20px
}

.page .part_article .part_article--wrapper.active {
	display: block
}

.page .part_article .part_article--wrapper .article_left,
.page .part_article .part_article--wrapper .article_right,
.page .part_article .part_article--wrapper .article_center {
	float: left
}

.page .part_article .part_article--wrapper .article_left>h2,
.page .part_article .part_article--wrapper .article_right>h2,
.page .part_article .part_article--wrapper .article_center>h2 {
	color: #333333;
	font-weight: bold;
	font-size: 18px
}

.page .part_article .part_article--wrapper .article_left {
	width: 323px;
	margin-right: 77px
}

.page .part_article .part_article--wrapper .article_left .article_news {
	width: 100%;
	padding-left: 12px;
	box-sizing: border-box;
	margin-top: 10px
}

.page .part_article .part_article--wrapper .article_left .article_news li {
	width: 100%;
	position: relative
}

.page .part_article .part_article--wrapper .article_left .article_news li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #FA4D00;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-3px) rotate(45deg);
	left: -12px
}

.page .part_article .part_article--wrapper .article_left .article_news li a {
	padding-left: 6px;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #444444
}

.page .part_article .part_article--wrapper .article_left .article_news li a:hover {
	color: #F86A24
}

.page .part_article .part_article--wrapper .article_center {
	width: 354px;
	margin-right: 46px
}

.page .part_article .part_article--wrapper .article_center .article_point {
	overflow: hidden;
	margin-top: 22px
}

.page .part_article .part_article--wrapper .article_center .article_point li {
	overflow: hidden
}

.page .part_article .part_article--wrapper .article_center .article_point li a {
	display: block
}

.page .part_article .part_article--wrapper .article_center .article_point li a .photo {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 80px;
	border-radius: 10px
}

.page .part_article .part_article--wrapper .article_center .article_point li a .photo img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease
}

.page .part_article .part_article--wrapper .article_center .article_point li a .photo:hover img {
	transform: scale(1.3)
}

.page .part_article .part_article--wrapper .article_center .article_point li a .main {
	float: left;
	width: 214px;
	margin-left: 20px
}

.page .part_article .part_article--wrapper .article_center .article_point li a .main h2 {
	color: #333;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin-bottom: 10px
}

.page .part_article .part_article--wrapper .article_center .article_point li a .main h2:hover {
	color: #F86A24
}

.page .part_article .part_article--wrapper .article_center .article_point li a .main p {
	color: #999;
	font-size: 12px
}

.page .part_article .part_article--wrapper .article_center .article_point li+li {
	margin-top: 20px
}

.page .part_article .part_article--wrapper .article_right {
	width: 360px
}

.page .part_article .part_article--wrapper .article_right .article_hot {
	margin-top: 10px
}

.page .part_article .part_article--wrapper .article_right .article_hot .item {
	float: left;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 40px
}

.page .part_article .part_article--wrapper .article_right .article_hot .item a.i1 {
	display: inline-block;
	float: left;
	color: #FA4D00;
	margin-right: 10px
}

.page .part_article .part_article--wrapper .article_right .article_hot .item a.i2 {
	display: inline-block;
	float: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 180px;
	transition: color 0.3s
}

.page .part_article .part_article--wrapper .article_right .article_hot .item span {
	color: #999;
	float: right;
	padding-right: 10px
}

.page .part_article .part_article--wrapper .article_right .article_hot .item a:hover {
	color: #F86A24
}

.page .part_subject {
	margin-top: 10px;
	background-color: transparent
}

.page .part_subject .common_title h2::before {
	width: 29px;
	height: 28px;
	background-position: -37px -85px
}

.page .part_subject .subject_list {
	overflow: hidden;
	margin: 0px 0 0 -20px;
	display: none
}

.page .part_subject .subject_list.active {
	display: block
}

.page .part_subject .subject_list li {
	float: left;
	margin: 20px 0 0 20px
}

.page .part_subject .subject_list li a {
	display: block;
	width: 285px;
	height: 100%
}

.page .part_subject .subject_list li a .imgWrap {
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px
}

.page .part_subject .subject_list li a .imgWrap img {
	display: block;
	width: 100%;
	height: 180px;
	transition: all 0.6s ease
}

.page .part_subject .subject_list li a .imgWrap:hover img {
	transform: scale(1.1)
}

.page .part_subject .subject_list li a .detail {
	width: 100%;
	height: 55px;
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: #fff
}

.page .part_subject .subject_list li a .detail h2,
.page .part_subject .subject_list li a .detail p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.page .part_subject .subject_list li a .detail h2 {
	font-weight: normal;
	font-size: 16px;
	color: #333
}

.page .part_subject .subject_list li a .detail p {
	margin-top: 10px;
	font-size: 12px;
	color: #999
}

.page .part_links {
	margin-top: 40px;
	margin-bottom: 70px;
	background-color: transparent
}

.page .part_links .common_title h2::before {
	width: 32px;
	height: 28px;
	background-position: -3px -85px
}

.page .part_links ul {
	border-radius: 10px;
	padding: 30px 20px;
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden
}

.page .part_links ul li {
	width: 16.6%;
	position: relative;
	float: left
}

.page .part_links ul li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-3px) rotate(45deg);
	left: 2px
}

.page .part_links ul li a {
	padding: 0 20px;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #666
}

.page .part_links ul li:hover::before {
	color: #F86A24
}

.page .part_links ul li:hover a {
	color: #F86A24
}

.common_title h2 {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: #333;
	font-weight: bold;
	position: relative;
	float: left;
	padding-left: 42px
}

.common_title h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background-image: url("../images/icon_sprites.png");
	background-repeat: no-repeat;
	background-size: 176px 146px
}

.common_title .tab_hd {
	float: left;
	margin: 0 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}

.common_title .tab_hd li {
	float: left;
	margin-left: 10px;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	box-sizing: border-box;
	width: 80px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 0 5px;
	text-align: center
}

.common_title .tab_hd li a {
	color: #666;
}

.common_title .tab_hd li.active,
.common_title .tab_hd li.active a {
	color: #fff;
	background: linear-gradient(90deg, #FA4D00, #FC7B00)
}

.common_title .links {
	float: right;
	height: 40px;
	display: flex;
	align-items: center
}

.common_title .links>a {
	float: right;
	width: 26px;
	height: 26px;
	background-position: -147px -3px
}

.common_title .links ol {
	float: left;
	margin-right: 50px;
	overflow: hidden
}

.common_title .links ol li {
	float: left
}

.common_title .links ol li:not(:last-child) a::after {
	content: '/';
	color: #d6d6d6;
	display: block;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%)
}

.common_title .links ol li a {
	padding: 0 12px;
	color: #666;
	font-size: 14px;
	position: relative
}

.common_title .links ol li a:hover {
	color: #FA4D00
}

.part {
	display: flex;
	justify-content: space-between;
}

.part .hot_article .list .item .msg {
	width: 300px;
}

.common_title .links>.linkmore {
	color: #666;
	width: 60px;
}

#top {
	height: 26px;
	background-color: #222222;
	line-height: 26px;
	font-size: 12px;
	color: #a9a9a9;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

#top a {
	color: #a9a9a9;
}

.lr {
	float: right;
}

.page {
	background-color: #f5f5f5
}

.main {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden
}

.main_left {
	width: 860px;
	background-color: #fff;
	float: left
}

.news_list {
	padding: 10px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #fff
}

.news_list .item {
	overflow: hidden;
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #e9e9e9
}

.news_list .item:hover {
	background-color: #f5f5f5
}

.news_list .item .photo {
	width: 240px;
	height: 150px;
	float: left;
	margin-right: 20px;
	border-radius: 10px;
	overflow: hidden
}

.news_list .item .photo img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transition: all 0.6s ease
}

.news_list .item:hover .photo img {
	transform: scale(1.1)
}

.news_list .item .msg {
	float: left;
	width: 560px
}

.news_list .item .msg h2 {
	color: #333;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news_list .item .msg span {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news_list .item .msg ul {
	overflow: hidden
}

.news_list .item .msg ul li {
	color: #999;
	font-size: 14px;
	float: left;
	margin-right: 40px
}

.main_right {
	width: 320px;
	float: right
}
.main_left .common_title h2::before {
    width: 26px;
    height: 28px;
    background-position: -93px -115px;
}
.main_left .common_title .tab_hd li,.main_left .common_title h2 ,.main_left .common_title .tab_hd{float: none;}
.main_left .common_title .tab_hd{margin-top: 20px;}
.page {
    background-color: #f5f5f5
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main_top {
    overflow: hidden;
    background-color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.main_top .game_intro {
    float: left;
    width: 780px;
    margin-right: 30px
}

.main_top .game_intro .game_top {
    overflow: hidden;
    margin-bottom: 30px
}

.main_top .game_intro .game_top .box {
    overflow: hidden;
    float: left
}

.main_top .game_intro .game_top .box .img {
    width: 140px;
    height: 140px;
    margin-right: 30px;
    float: left
}

.main_top .game_intro .game_top .box .img img {
    width: 100%;
    height: 100%;
    border-radius: 25px
}

.main_top .game_intro .game_top .box .msg {
    float: left
}

.main_top .game_intro .game_top .box .msg h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main_top .game_intro .game_top .box .msg ul {
    overflow: hidden;
    margin-bottom: 20px
}

.main_top .game_intro .game_top .box .msg ul li {
    float: left;
    width: 200px;
    font-size: 14px;
    overflow: hidden
}

.main_top .game_intro .game_top .box .msg ul li span {
    color: #333
}

.main_top .game_intro .game_top .box .msg ul li p {
    color: #999;
    display: inline-block
}

.main_top .game_intro .game_top .qrcode {
    width: 120px;
    height: 140px;
    background: url(../images/ico_1.png) no-repeat;
    background-size: 100% 100%;
    float: right
}

.main_top .game_intro .game_top .qrcode #ewm-code {
    width: 100%;
    height: 120px;
    padding: 10px;
    box-sizing: border-box
}

.main_top .game_intro .game_top .qrcode #ewm-code canvas {
    width: 100%;
    height: 100%
}

.main_top .game_intro .game_top .qrcode p {
    color: #333;
    font-size: 14px;
    text-align: center
}

.main_top .game_intro .btns {
    display: inline-block
}

.main_top .game_intro .btns .item {
    float: left;
    width: 180px;
    height: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 16px;
    border-radius: 10px
}

.main_top .game_intro .btns .item:last-child {
    margin-right: 0
}

.main_top .game_intro .btns .item.icon_1 {
    background-color: #f86a24
}

.main_top .game_intro .btns .item.icon_1:hover {
    background-color: #fa5503
}

.main_top .game_intro .btns .item.icon_2 {
    background-color: #009ffc
}

.main_top .game_intro .btns .item.icon_2:hover {
    background-color: #0092e7
}

.main_top .game_intro .btns .item.icon_3 {
    background-color: #af72fa
}

.main_top .game_intro .btns .item.icon_3:hover {
    background-color: #9a52f2
}

.main_top .game_intro .btns .item.icon_4 {
    background-color: #58ba61
}

.main_top .game_intro .btns .item.icon_4:hover {
    background-color: #45ad4e
}

.main_top .game_intro .btns .item i {
    display: inline-block;
    background: url(../images/btns.png) no-repeat;
    background-size: 58px 58px;
    margin-right: 15px
}

.main_top .game_intro .btns .item.icon_1 i {
    width: 26px;
    height: 24px;
    background-position: -3px -31px
}

.main_top .game_intro .btns .item.icon_2 i {
    width: 26px;
    height: 24px;
    background-position: -31px -31px
}

.main_top .game_intro .btns .item.icon_3 i {
    width: 24px;
    height: 26px;
    background-position: -31px -3px
}

.main_top .game_intro .btns .item.icon_4 i {
    width: 26px;
    height: 26px;
    background-position: -3px -3px
}

.main_top .photos {
    width: 350px;
    height: 234px;
    float: right
}

.main_top .photos img {
    width: 100%;
    height: 100%
}

.detail {
    overflow: hidden;
    background-color: #fff
}

.detail .main_left {
    float: left;
    width: 860px;
    background: #fff
}

.detail .main_left .content {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box
}

.detail .main_left .content p {
    text-indent: 2em;
    margin: 25px 0
}

.detail .main_left .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.detail .main_right {
    float: right;
    width: 320px;
    background: #fff
}

.loops {
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.loops .swiper-container {
    margin-top: 10px
}

.loops .swiper-slide {
    width: 230px;
    height: 350px
}

.loops .swiper-slide.hen {
    width: 450px;
    height: 236px
}

.loops .swiper-slide img {
    width: 100%;
    height: 100%
}

.loops .swiper-button-next,.loops .swiper-button-prev {
    width: 24px;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    margin-top: 0;
    background-image: unset;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

.loops .swiper-button-next img,.loops .swiper-button-prev img {
    display: inline-block;
    vertical-align: middle
}

.loops .swiper-button-next {
    right: 0
}

.loops .swiper-button-prev {
    left: 0
}

.down_url {
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.down_url .box {
    margin-top: 30px;
    overflow: hidden
}

.down_url .box .down_box {
    width: 530px;
    overflow: hidden;
    float: left
}

.down_url .box .down_box .high_speed {
    margin-bottom: 10px
}

.down_url .box .down_box .high_speed h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px
}

.down_url .box .down_box .high_speed .list {
    margin-left: -10px
}

.down_url .box .down_box .high_speed .list .item {
    width: 166px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #f86a24;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

.down_url .box .down_box .high_speed .list .item:hover {
    background-color: #fa5503
}

.down_url .box .down_box .high_speed .list.green .item {
    background-color: #58ba61
}

.down_url .box .down_box .high_speed .list.green .item:hover {
    background-color: #45ad4e
}

.down_url .box .down_box .ordinary {
    margin-bottom: 10px
}

.down_url .box .down_box .ordinary h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px
}

.down_url .box .down_box .ordinary .list {
    margin-left: -25px;
    overflow: hidden
}

.down_url .box .down_box .ordinary .list .item {
    width: 160px;
    margin-left: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    float: left
}

.down_url .box .down_box .ordinary .list .item i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/ico_2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px
}

.down_url .box .down_box .ordinary .list .item span {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1
}

.down_url .box .photo {
    width: 280px;
    height: 280px;
    float: right
}

.down_url .box .photo img {
    width: 100%;
    height: 100%
}

.strategy {
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.strategy .list {
    margin-left: -20px;
    margin-top: 20px
}

.strategy .list .item {
    width: 400px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-left: 18px;
    overflow: hidden
}

.strategy .list .item i {
    float: left;
    color: #fa4d00;
    font-size: 14px;
    margin-right: 10px
}

.strategy .list .item span {
    float: left;
    width: 380px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.strategy .list .item:hover span {
    color: #fa4d00
}

.left_box {
    width: 860px;
    float: left
}

.right_box {
    width: 320px;
    float: right
}

.article_box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 10px
}

.article_title h1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.article_title .other {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    overflow: hidden;
    color: #999;
    text-indent: 0
}

.article_title .other span {
    height: 38px;
    display: inline-block;
    margin: 0 9px
}

.article_title .other span a {
    color: #999
}

.article_box .des {
    color: #f86a24;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff9f6;
    text-indent: 2em;
    padding: 25px 20px;
    box-sizing: border-box
}

.article_box .content {
    color: #424242;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
    box-sizing: border-box
}
.article_box .content a{color: #414142
}
.article_box .content p {
    text-indent: 2em;
    margin: 20px 0
}

.article_box .content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px
}

.article_box .content h2 {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 1.8;
    word-wrap: break-word;
    color: #0000cd;
    background: #eee;
    padding-left: 10px
}

.article_box .content h2::before {
    content: '';
    height: 24px;
    width: 3px;
    background: #fa612f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.article_box .lable {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box
}

.article_box .lable span {
    color: #333;
    font-size: 16px;
    margin-right: 10px
}

.article_box .lable ul li {
    display: inline-block;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 8px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-right: 10px
}

.article_box .lable ul li:hover {
    background-color: #fff7f3;
    border: 1px solid #f86a24
}

.article_box .lable ul li a {
    color: #666;
    font-size: 14px;
    line-height: 20px
}

.article_box .lable ul li:hover a {
    color: #f86a24
}

.relevant_news {
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px
}

.relevant_news .list {
    padding-bottom: 20px
}

.relevant_news .list .item {
    overflow: hidden;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px dashed #e9e9e9
}

.relevant_news .list .item:last-child {
    border-bottom: none
}

.relevant_news .list .item:hover {
    background-color: #f5f5f5
}

.relevant_news .list .item .photo {
    width: 240px;
    height: 150px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden
}

.relevant_news .list .item .photo img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.6s ease
}

.relevant_news .list .item:hover .photo img {
    transform: scale(1.1)
}

.relevant_news .list .item .msg {
    float: left;
    width: 560px
}

.relevant_news .list .item .msg h2 {
    color: #333;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.relevant_news .list .item .msg span {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.relevant_news .list .item .msg ul {
    overflow: hidden
}

.relevant_news .list .item .msg ul li {
    color: #999;
    font-size: 14px;
    float: left;
    margin-right: 40px
}

#pcBtnWrap {
    float: left;
    position: relative
}

#pcBtnWrap .changeBtn {
    color: #ddd;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    opacity: .6;
    position: absolute;
    bottom: -25px;
    width: 100%;
    opacity: .3
}

#pcBtnWrap .changeBtn b {
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 4px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.changeBtn.active b:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.changeBtn span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    float: inherit;
    height: 25px;
    line-height: 25px;
    margin-top: 0
}

.main_top .game_intro .btns .downTool .icon_1:hover {
    background-color: #d15959
}

.main_top .game_intro .btns .downTool .icon_1 {
    background-color: #e37676
}
.part_hot .common_title,.part_article .common_title,.part_subject .common_title,.part_links .common_title {
    overflow: hidden;
}
.common_title h2 b{color: #f66925}
.news_list .item .msg .highlight{display: initial;font-size: 20px;line-height: 50px;color: #f66925
}
/*
   Pagination B
*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 17px 0;
	border-radius: 3px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2c3e50;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
	z-index: 2;
	color: #11181f;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #f66925;
	border-color: #f66925;
	cursor: default;
}

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg > li > a,.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pagination-sm > li > a,.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}
.pagination_center{text-align: center}
/*
   Pagination E
*/