body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
input,
select,
textarea,
div,
table,
td,
th,
tr,
dt,
dd,
dl,
a {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

u {
	text-decoration: none;
}

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

img {
	border: none;
	vertical-align: middle;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

input,
select,
button {
	vertical-align: middle;
	outline: none;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

body {
	min-width: 1200px;
	font-family: "Microsoft YaHei", "Arial", "Heiti SC";
	background: #f5f5f5;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.crumb {
	width: 1200px;
	overflow: hidden;
	font-size: 14px;
	font-family: monospace;
	margin: 10px auto 0;
	border-radius: 0 0 6px 6px;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.crumb .wrap {
	width: 100%;
}

.crumb i {
	color: #999;
	margin-left: 6px;
}

.crumb a {
	color: #333;
}

.crumb a:hover {
	color: #1e89e0;
}
.crumb .wrap> a + a:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
.crumb+.Minbox {
	margin-top: 0;
}

.HeadCont {
	background: #fff;
	overflow: hidden;
	width: 100%;
}

.HeadCont .logo {
	height: 64px;
	margin: 30px 0;
}

.HeadCont .logo img {
	display: block;
	height: 64px;
}

.HeadCont .NavItems {
	width: 100%;
	overflow: hidden;
	height: 45px;
	background: #1e89e0;
}

.HeadCont .NavItems ul {
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
}

.HeadCont .NavItems li {
	float: left;
	display: block;
	padding: 0 25px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.HeadCont .NavItems li a {
	display: block;
	color: #fff;
}

.HeadCont .NavItems li.on,
.HeadCont .NavItems li:hover {
	background: #006bc7;
}

.FooterWrap {
	background: #222;
	padding: 20px 0;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
}

.FooterWrap a {
	color: #8e9193;
}

.FooterWrap footer {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.FooterWrap footer p {
	line-height: 34px;
	font-size: 12px;
	font-weight: normal;
	color: #8e9193;
}

.FooterWrap footer p .beian {
	width: 18px;
	height: 18px;
	margin: 0 8px 2px 2px;
}

#page {
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#page a,
#page span {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #333;
	font-size: 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 0 5px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

#page span {
	background-color: #1e89e0;
	color: #fff;
	border-color: #1e89e0;
	-webkit-box-shadow: 1px 2px 4px #006bc7;
	box-shadow: 1px 2px 4px #006bc7;
}

#page a:hover,
#page .activP {
	background-color: #1e89e0;
	color: #fff;
}

#page .prevPage i,
#page .nextPage i {
	display: inline-block;
	width: 12px;
	height: 20px;
	vertical-align: middle;
	margin-bottom: 3px;
}

#page .MorePage {
	background: #fff !important;
	color: #1e89e0 !important;
}

#page .nextPage i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.Minbox {
	width: 1200px;
	background: #fff;
	margin: 10px auto 0;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.MinTitle {
	width: 100%;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.MinTitle>span,
.MinTitle strong {
	display: block;
	float: left;
	height: 30px;
	color: #333;
	font-size: 20px;
	position: relative;
}

.MinTitle strong::before {
	display: inline-block;
	content: "";
	height: 20px;
	background-color: #fb371f;
	border-radius: 2px;
	width: 4px;
	margin: 0 6px -3px 0;
}

.MinTitle .more {
	float: right;
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	padding: 0 22px 0 0;
}

.MinTitle .more:hover {
	color: #1e89e0;
}

.MinTitle .more:hover::before,
.MinTitle .more:hover::after {
	background: #1e89e0;
}

.MinTitle .more::before,
.MinTitle .more::after {
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border-radius: 50%;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.MinTitle .more::after {
	right: 2px;
	opacity: 0.4;
}

.MinTitle .more:hover {
	color: #1e89e0;
}

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

.ContentWrap .ContLeft {
	width: 800px;
	margin-top: 10px;
	margin-right: 10px;
	min-height: 200px;
	overflow: hidden;
}

.ContentWrap .ContRight {
	width: 390px;
	min-height: 200px;
	margin-top: 10px;
	overflow: hidden;
}

.ContentWrap .ItemBox {
	background: #fff;
	border-radius: 6px;padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.CollectionSwipers .ItemBox {
	width: 63%;padding:0px;
}
.CollectionSwipers .ItemBox .AboutArt{margin: 0 auto;}
.Main1 .list {
	width: 100%;
	overflow: hidden;
}

.Main1 .list a {
	display: block;
	float: left;
	width: 112px;
	margin: 15px 5px 15px 15px;
}

.Main1 .list a img {
	width: 100%;
	height: 112px;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
}

.Main1 .list a p {
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-top: 10px;
}

.Main1 .list a:hover img {
	opacity: 0.88;
}

.Main1 .list a:hover p {
	color: #1e89e0;
}

.Main1 .tags {
	padding: 15px 0 10px;
	margin: 0 14px;
	border-top: 1px solid #f5f5f5;
}

.Main1 .tags dl+dl dt {
	background: #00ceff;
	color: #fff;
}

.Main1 .tags dl+dl+dl dt {
	background: #e1aacc;
	color: #fff;
}

.Main1 .tags dl {
	margin-bottom: 10px;
	overflow: hidden;
}

.Main1 .tags dl dt {
	float: left;
	width: 80px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	background: #fef015;
	color: #333;
}

.Main1 .tags dl dd {
	float: left;
	max-width: 1090px;
	height: 16px;
	margin: 8px 0;
	overflow: hidden;
}

.Main1 .tags dl dd a {
	display: block;
	float: left;
	line-height: 16px;
	color: #595959;
	margin-left: 18px;
	font-size: 14px;
}

.Main1 .tags dl dd a:hover {
	color: #00ceff;
}

.Main1 .tags dl dd .hot {
	color: #f96460;
}

.Main2 {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

.Main2>div {
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.Main2 .M2Left {
	width: 340px;
	height: 615px;
}

.Main2 .M2Min {
	width: 500px;
	margin: 0 10px;
	height: 615px;
}

.Main2 .M2Min .TabHd {
	width: 100%;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAAAw0lEQVR42rXQsQ7BUBSA4T5AGRpWsUgkXsVg1ZlBV49gsolEMJOYeAZs2gkx2Col0YREn+D6b4KI3DZxw/BNJ3/uPcfItf0i9hBfmMOU8RZCQ0fGV814KuMDBEI04aAB52EXE49l7EMgQB4m0kjBwiImHr3iJH+PAxRgIatgoYRQFZ9Rh42qgg0Hl59/+4YVlgk8RKr4CFMIYcRhnvnc+QSBCGu48BRcbN5enhjPA2iYybilGVeeu9TQwwD9BEN0UZbdHaHVNjQ1p+phAAAAAElFTkSuQmCC) no-repeat left;
	padding-left: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.Main2 .M2Min .TabHd span {
	padding-left: 8px;
	font-size: 15px;
	color: #313131;
	position: relative;
	cursor: pointer;
}

.Main2 .M2Min .TabHd .on {
	color: #1e89e0;
	font-weight: bold;
}

.Main2 .M2Min .TabHd span+span {
	margin-left: 8px;
}

.Main2 .M2Min .TabHd span+span::after {
	content: "/";
	display: block;
	position: absolute;
	top: -3px;
	left: -5px;
	font-size: 12px;
	color: #666;
}

.Main2 .M2Min .TabBody {
	border-left: 1px solid #dcdcdc;
	margin-top: 6px;
}

.Main2 .M2Min .TabBody .item+.item {
	display: none;
}

.Main2 .M2Min .TabBody .item {
	margin-top: 15px;
}

.Main2 .M2Min .TabBody .item ul {
	width: 100%;
}

.Main2 .M2Min .TabBody .item ul li {
	line-height: 30px;
	height: 30px;
	position: relative;
	color: #434343;
	font-size: 13px;
	margin-bottom: 15px;
}

.Main2 .M2Min .TabBody .item ul li:hover::before {
	border-color: #1e89e0;
}

.Main2 .M2Min .TabBody .item ul li:hover a {
	color: #1e89e0;
}

.Main2 .M2Min .TabBody .item ul li::before {
	width: 5px;
	height: 5px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: -4px;
	top: 12px;
}

.Main2 .M2Min .TabBody .item ul li a {
	color: #434343;
	display: block;
	padding-left: 12px;
	width: 330px;
	font-size: 15px;
	float: left;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Main2 .M2Min .TabBody .item ul li i {
	float: right;
	max-width: 95px;
	overflow: hidden;
	color: #666;
}

.Main2 .M2Min .TabBody .item ul li i::before {
	display: inline-block;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAn0lEQVR42nXNMQrCQBBG4bmdlZ0iWAiWgsHGPoWt4AG0CYgKgpDClQ1BFAvBSkQ0FhbBi/iagWVgH3zF8C+JmFrY4wiHrkTa4oMNRlihQi6mNd7QhtAe2OnRxg9hT3PX6EMuWJrxbO4MJ8gVqRm/8DhgjA5K/XKGsAammKGJif6thxrx2JHokeMeeXiDF5NHhQVSzPFCKZEGcCjgkITjHzrXKLqRU2ikAAAAAElFTkSuQmCC) no-repeat center;
	content: "";
	height: 11px;
	width: 11px;
	margin: -3px 6px 0 0;
	opacity: 0.7;
}

.Main2 .M2Min .TabBody .item ul+ul::before {
	display: block;
	content: "";
	height: 1px;
	background: #dcdcdc;
	width: 100%;
	margin: 15px 0;
}

.Main2 .M2Right {
	width: 340px;
	height: 615px;
}

.Main2 .list {
	width: 100%;
}

.Main2 .list li {
	overflow: hidden;
	margin-top: 10px;
}

.Main2 .list li:hover img {
	opacity: 0.8;
}

.Main2 .list li:hover p {
	color: #1e89e0;
}

.Main2 .list li img {
	width: 100%;
	height: 148px;
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
}

.Main2 .list li p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	color: #555;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Main3 {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

.Main3 .M3Left {
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 850px;
}

.Main3 .M3Left .TabHd {
	margin-bottom: 10px;
	overflow: hidden;
	width: 105%;
}

.Main3 .M3Left .TabHd li {
	margin: 10px 18px 0 0;
	width: 121px;
	float: left;
	height: 36px;
	border: 1px solid #dcdcdc;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	cursor: pointer;
}

.Main3 .M3Left .TabHd li a {
	display: block;
}

.Main3 .M3Left .TabHd li:hover,
.Main3 .M3Left .TabHd .on {
	border-color: #1e89e0;
}

.Main3 .M3Left .TabHd li:hover a,
.Main3 .M3Left .TabHd .on a {
	color: #1e89e0;
}

.Main3 .M3Left .TabBody .item+.item {
	display: none;
}

.Main3 .M3Left .TabBody .item {
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 828px;
	margin-top: 12px;
}

.Main3 .M3Left .TabBody .item li {
	float: left;
	width: 107px;
	padding: 15px;
	padding-bottom: 0px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}

.Main3 .M3Left .TabBody .item li a {
	display: block;
}

.Main3 .M3Left .TabBody .item li a .img {
	background: #ebebeb;
	width: 96px;
	height: 96px;
	padding: 2px;
	border-radius: 20px;
	margin: 0 auto;
}

.Main3 .M3Left .TabBody .item li a .img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.Main3 .M3Left .TabBody .item li a:hover p {
	color: #1e89e0;
}

.Main3 .M3Left .TabBody .item li a p {
	color: #434343;
	font-size: 13px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.Main3 .M3Right {
	width: 340px;
	height: 627px;
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

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

.Hotgame .list {
	display: block;
	height: 74px;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.Hotgame .list i {
	display: block;
	float: left;
	width: 38px;
	height: 74px;
	line-height: 74px;
	font-weight: bold;
	font-size: 25px;
	color: #535353;
	text-align: center;
}

.Hotgame .list img {
	float: left;
	width: 74px;
	height: 74px;
	border-radius: 15px;
}

.Hotgame .list:hover .info p {
	color: #1e89e0;
}

.Hotgame .list .info {
	width: 140px;
	float: left;
	padding-left: 10px;
	color: #313131;
	font-size: 12px;
}

.Hotgame .list .info p {
	display: block;
	font-size: 15px;
	color: #313131;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Hotgame .list .info span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	width: 100%;
}

.Hotgame .list .btn {
	width: 53px;
	height: 23px;
	border-radius: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 25px;
	background: #1e89e0;
}

.Hotgame .list:nth-child(1) i {
	color: #ff1d00;
}

.Hotgame .list:nth-child(2) i {
	color: #2974f0;
}

.Hotgame .list:nth-child(3) i {
	color: #ec6941;
}

.Main4 {
	padding: 10px;
	overflow: hidden;
}

.CollectionSwiper {
	overflow: hidden;
}
.CollectionSwiper .item{width: 30%;}
.CollectionSwiper .list {
	width: 102%;
}

.CollectionSwiper .list li {
	float: left;
	width: 283px;
	height: 190px;
	margin: 10px 15px 0 0;
}

.CollectionSwiper .list li a {
	display: block;
}

.CollectionSwiper .list li a .img {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.CollectionSwiper .list li a .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.CollectionSwiper .list li a .img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 283px;
	height: 165px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	color: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.CollectionSwiper .list li a:hover .img span {
	opacity: 1;
}

.CollectionSwiper .list li a:hover p {
	color: #1e89e0;
}

.CollectionSwiper .list li a p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 10px;
}

.CollectionSwiper .swiper-button-next,
.CollectionSwiper .swiper-button-prev {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px 5px;
	margin-top: -50px;
}

.CollectionSwiper .swiper-button-next::after,
.CollectionSwiper .swiper-button-prev::after {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.CollectionSwiper .swiper-button-prev {
	left: 0;
}

.CollectionSwiper .swiper-button-next {
	right: 2px;
}

.CollectionSwiper2 .list li {
	width: 246px;
}

.CollectionSwiper2 .list li a .img span {
	width: 246px;
}

.Main5 {
	padding: 10px;
	overflow: hidden;
}

.Main5 .item {
	float: left;
	width: 283px;
	min-height: 200px;
}

.Main5 .item .MinTitle span {
	margin-left: 50px;
	font-size: 16px;
	color: #666;
}

.Main5 .item+.item {
	margin-left: 15px;
}

.Main5 .RankList {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.Main5 .RankList .list {
	width: 100%;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	display: block;
	padding-bottom: 1px;
}

.Main5 .RankList .list i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #9d97be;
	border: 1px solid #9d97be;
	margin: 15px 10px 0 0;
}

.Main5 .RankList .list .bt {
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 248px;
	height: 48px;
	border-bottom: 1px dashed #dfd9ff;
	font-size: 16px;
	color: #525252;
}

.Main5 .RankList .list .info,
.Main5 .RankList .list .img {
	display: none;
}

.Main5 .RankList .list:nth-child(2) i {
	background: #ff8610;
	color: #fff;
	border-color: #ff8610;
}

.Main5 .RankList .list:nth-child(3) i {
	background: #ffd37f;
	color: #fff;
	border-color: #ffd37f;
}

.Main5 .RankList .on {
	height: 96px;
	border-bottom: 1px dashed #dfd9ff;
}

.Main5 .RankList .on i {
	margin-top: 32px;
	background: #9d97be;
	color: #fff;
	height: 32px;
	line-height: 32px;
}

.Main5 .RankList .on .bt {
	display: none;
}

.Main5 .RankList .on .img {
	display: block;
	float: left;
	width: 65px;
	height: 96px;
	margin-right: 12px;
}

.Main5 .RankList .on .img img {
	width: 65px;
	height: 65px;
	margin: 15px 0;
	border-radius: 14px;
}

.Main5 .RankList .on .info {
	display: block;
	float: left;
	width: 170px;
}

.Main5 .RankList .on .info p {
	display: block;
	float: left;
	margin: 16px 0 0 0;
	width: 170px;
	height: 14px;
	line-height: 14px;
	font-size: 15px;
	color: #525252;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Main5 .RankList .on .info span {
	display: block;
	float: left;
	margin: 8px 0;
	width: 170px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #5a98f5;
}

.Main5 .RankList .on .info .btn {
	display: block;
	float: left;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #ebecf2;
	color: #5c5c5c;
	border-radius: 3px;
	font-size: 12px;
	padding: 0 8px;
}

.PageTab {
	border-bottom: 1px solid #e7e9eb;
}

.PageTab a {
	display: inline-block;
	padding: 10px 24.5px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
	border-bottom: 3px solid transparent;
}

.PageTab .on {
	border-bottom: 3px solid #152d52;
	color: #333;
}
.PageTab .on b{color: #1e88df}
.ArtList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.ArtList li {
	height: 145px;
	padding: 20px 0;
	border-bottom: 1px dashed #ebebeb;
	overflow: hidden;
	width: 100%;
}

.ArtList li:hover {
	background: #fefbf7;
}

.ArtList li a {
	display: block;
}

.ArtList li a img {
	float: left;
	width: 200px;
	height: 145px;
	margin-right: 20px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.ArtList li a .info {
	float: left;
	width: 550px;
	height: 145px;
	overflow: hidden;
}

.ArtList li a .info strong {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ArtList li a .info strong .highlight{color: #1e88df
}
.ArtList li a .info .txt {
	display: block;
	height: 66px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	overflow: hidden;
	margin-top: 3px;
}

.ArtList li a .info .time {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px;
	overflow: hidden;
}

.ArtList li a .info .time span {
	max-width: 200px;
	margin-right: 30px;
	overflow: hidden;
	white-space: nowrap;
}


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

.RightArt li {
	overflow: hidden;
	width: 100%;
	margin-top: 12px;
}

.RightArt li .img {
	display: block;
	position: relative;
	width: 100%;
	height: 176px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.RightArt li .img img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.RightArt li .img p {
	width: 100%;
	height: 60px;
	line-height: 70px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.RightArt li .bt {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #555;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.RightArt li .bt::before {
	width: 3px;
	height: 3px;
	float: left;
	background: #999999;
	margin-top: 12px;
	margin-right: 8px;
	content: "";
	display: block;
}

.RightArt li .bt:hover {
	color: #1e89e0;
}

.RightHj {
	overflow: hidden;
}

.RightHj a {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.RightHj a:hover img {
	opacity: 0.8;
}

.RightHj a:hover span {
	color: #1e89e0;
}

.RightHj a img {
	width: 100%;
	height: 151px;
	border-radius: 5px;
}

.RightHj a span {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.RightHot {
	width: 105%;
	display: block;
	overflow: hidden;
}

.RightHot li {
	float: left;
	width: 100px;
	height: 130px;
	margin: 10px 20px 0 5px;
}

.RightHot li .img {
	overflow: hidden;
	display: block;
	border: 2px solid #fff;
	overflow: hidden;
}

.RightHot li .img,
.RightHot li .img img {
	width: 96px;
	height: 96px;
	border-radius: 24px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.RightHot li .img img:hover {
	opacity: 0.88;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.RightHot li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #525252;
}

.ArtDetaileHead {
	text-align: center;
	margin: 10px auto;
}

.ArtDetaileHead h1 {
	font-size: 26px;
	color: #333;
	font-weight: 500;
	line-height: 40px;
}

.ArtDetaileHead p {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

.ArtDetaileHead p span {
	margin: 0 30px;
}

.ArtContent {
	margin: 20px 0;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

.ArtContent p {
	line-height: 32px;
	font-size: 16px;
	color: #353535;
}

.ArtContent img {
	display: block;
	margin: 12px auto;
	max-width: 98%;
}

.ArtContent h3 {
	margin: 12px 0;
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #333;
	border-left: 4px solid #1e89e0;
	padding-left: 12px;
}

.ArtDesc {
	height: auto;
	line-height: 24px;
	margin: 10px auto;
	padding: 14px 18px 18px;
	border: 1px solid #ffe0b2;
	background-color: #fffaf2;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.ArtDesc strong {
	font-size: 15px;
	color: #ff4d03;
}

.newsLike {
	text-align: center;
}

.newsLike span {
	display: inline-block;
	margin: 15px;
	cursor: pointer;
	width: 68px;
}

.newsLike span i {
	display: inline-block;
	width: 68px;
	height: 68px;
	background-color: #f7f7f7;
	border-radius: 50%;
}

.newsLike span u {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #444;
	margin-top: 10px;
}

.newsLike .like i::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 36px;
	position: relative;
	top: 16px;
	background: url(../images/icon_like.png) no-repeat;
	background-position: -50px 0;
}

.newsLike .addfol i::before {
	content: "";
	display: inline-block;
	width: 34px;
	height: 36px;
	position: relative;
	top: 16px;
	background: url(../images/icon_like.png) no-repeat;
	background-position: -163px 0;
}

.newsLike .addfol:hover i {
	background: #ff4d03;
}

.newsLike .addfol:hover i::before {
	background-position: -108px;
}

.newsLike .like:hover i,
.newsLike .like.on i {
	background-color: #ffa115;
}

.newsLike .like:hover i::before,
.newsLike .like.on i::before {
	background-position: 0 0;
}

.AboutGame {
	padding: 20px 18px;
	background-color: #f5f5f5;
	margin: 20px 0 0;
	overflow: hidden;
}

.AboutGame img {
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 20px;
}

.AboutGame .info {
	float: left;
	width: 480px;
	height: 110px;
}

.AboutGame .info p {
	font-size: 14px;
	color: #999;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.AboutGame .info p span {
	display: inline-block;
	padding: 0 6px;
	line-height: 18px;
	color: #888;
	font-size: 12px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	margin-right: 10px;
}

.AboutGame .info .bt {
	font-size: 18px;
	color: #333;
	margin-bottom: 4px;
}

.AboutGame .btn {
	float: right;
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #1e89e0;
	border-radius: 1px;
	margin-top: 40px;
}

.HotSoft {
	overflow: hidden;
	width: 103%;
}

.HotSoft li {
	width: 93px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

.HotSoft li:hover p {
	color: #1e89e0;
}

.HotSoft li img {
	display: block;
	width: 100%;
	height: 93px;
	border-radius: 20px;
}

.HotSoft li p {
	width: 100%;
	height: 20px;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
}

.AboutArt {
	overflow: hidden;
	margin: 5px auto;
}

.AboutArt li {
	width: 50%;
	float: left;
	line-height: 36.1px;
	height: 36.1px;
}

.AboutArt li a {
	display: block;
	width: 95%;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.AboutArt li a:hover {
	color: #1e89e0;
}

.AboutArt li a::before {
	width: 3px;
	height: 3px;
	float: left;
	background: #666;
	margin-top: 17px;
	margin-right: 8px;
	content: "";
	display: block;
}

.CollectionWrap {
	width: 1200px;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	margin: 10px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.CollectionWrap .CollectionList {
	width: 100%;
	overflow: hidden;
}

.CollectionWrap .CollectionList li {
	width: 100%;
	height: 260px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
	margin-top: 30px;
}

.CollectionWrap .CollectionList li .img {
	float: left;
	width: 380px;
	height: 234px;
	display: block;
	margin-right: 20px;
	overflow: hidden;
}

.CollectionWrap .CollectionList li .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.CollectionWrap .CollectionList li .img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.CollectionWrap .CollectionList li .info {
	float: left;
	width: 780px;
}

.CollectionWrap .CollectionList li .info .bt {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.CollectionWrap .CollectionList li .info .bt:hover {
	color: #1e89e0;
	text-decoration: underline;
}

.CollectionWrap .CollectionList li .info .desc {
	height: 45px;
	line-height: 23px;
	color: #999999;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.CollectionWrap .CollectionList li .info .list {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.CollectionWrap .CollectionList li .info .list a {
	display: block;
	float: left;
	width: 88px;
}

.CollectionWrap .CollectionList li .info .list a:hover img {
	opacity: 0.8;
}

.CollectionWrap .CollectionList li .info .list a:hover p {
	color: #1e89e0;
	text-decoration: underline;
}

.CollectionWrap .CollectionList li .info .list a img {
	width: 100%;
	height: 88px;
	border-radius: 16px;
}

.CollectionWrap .CollectionList li .info .list a p {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #333;
}

.CollectionWrap .CollectionList li .info .list a+a {
	margin-left: 40px;
}

.TopicWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.TopicWrap:hover .swiper-button-prev,
.TopicWrap:hover .swiper-button-next {
	opacity: 1;
}

.TopicWrap img {
	width: 100%;
	height: 180px;
	-o-object-fit: cover;
	object-fit: cover;
}

.TopicWrap .swiper-slide {
	width: 320px;
	height: 280px;
	background: #f2f2f2;
	border-radius: 12px;
	overflow: hidden;
	float: left;
}

.TopicWrap .swiper-slide .info .bt {
	display: block;
	line-height: 20px;
	height: 20px;
	width: 300px;
	margin: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #222;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.TopicWrap .swiper-slide .info .bt:hover {
	color: #1e89e0;
}

.TopicWrap .swiper-slide .info .list {
	overflow: hidden;
	width: 100%;
}

.TopicWrap .swiper-slide .info .list a {
	display: block;
	float: left;
	margin-left: 12px;
}

.TopicWrap .swiper-slide .info .list a:hover {
	opacity: 0.8;
}

.TopicWrap .swiper-slide .info .list a,
.TopicWrap .swiper-slide .info .list a img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.TopicWrap .swiper-button-prev,
.TopicWrap .swiper-button-next {
	background: rgba(255, 255, 255, 0.5);
	display: block;
	width: 30px;
	height: 60px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	top: 80px;
	z-index: 2;
	opacity: 0.2;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.TopicWrap .swiper-button-prev::after,
.TopicWrap .swiper-button-next::after {
	display: block;
	content: "";
	width: 13px;
	height: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUBAMAAACkHKocAAAAJFBMVEUAAAD+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7////k1lZyAAAAC3RSTlMAwwwEq49woLWHbI1OKeQAAABGSURBVAjXYwAB82Iwxey9xQBEm+zeXQDm7t49AcLdCuUG4OQyVEO4DN27dyeAaMXdu7eBaCZpYgQWQAUaIAIbFRjAAkIMAD+9Jmo5SmY+AAAAAElFTkSuQmCC) no-repeat;
	margin: 20px 0 0 5px;
}

.TopicWrap .swiper-button-prev {
	left: 0;
}

.TopicWrap .swiper-button-next {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ArtType {
	height: 48px;
	background: #f7f7f7;
	border-radius: 12px;
	line-height: 48px;
	margin: 20px auto 0;
}

.ArtType a {
	display: block;
	float: left;
	margin: 0 30px 0 20px;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	position: relative;
}

.ArtType a:hover,
.ArtType .on {
	color: #1e89e0;
}

.ArtType a.on::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	height: 4px;
	background: #1e89e0;
	border-radius: 4px;
	width: 30px;
}

.Main6 {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.Main6 .CollecTionHead img {
	display: block;
	width: 455px;
	height: 248px;
	float: left;
	margin-right: 30px;
}

.Main6 .CollecTionHead .info {
	width: 695px;
	float: left;
	overflow: hidden;
}

.Main6 .CollecTionHead .info .bt {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 40px;
}

.Main6 .CollecTionHead .info .time {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
	height: 28px;
	line-height: 28px;
	margin-top: 7px;
	overflow: hidden;
}

.Main6 .CollecTionHead .info .desc {
	background-color: #f8f8f8;
	padding: 16px 13px;
	line-height: 24px;
	height: 100px;
	color: #777;
	position: relative;
	overflow: initial;
}

.Main6 .CollecTionHead .info .desc i {
	display: block;
	width: 62px;
	height: 71px;
	background-image: url(../images/zthj1.png);
	position: absolute;
	right: 40px;
	top: -58px;
	text-indent: -200%;
	overflow: hidden;
}

.Main6 .CollecTionHead .info .desc p {
	height: 96px;
	overflow: hidden;
}

.Main6 .list {
	overflow: hidden;
	width: 102%;
	margin-bottom: 20px;
}

.Main6 .list li {
	float: left;
	width: 382px;
	margin: 15px 15px 0 0;
}

.Main6 .list li .img {
	float: left;
	width: 100px;
	height: 100px;
}

.Main6 .list li .img img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.Main6 .list li .desc {
	line-height: 24px;
	color: #888;
	width: 100%;
	clear: both;
	word-break: break-all;
	height: 72px;
	overflow: hidden;
	padding-top: 10px;
}

.Main6 .list li .desc a {
	color: #f60;
}

.Main6 .list li .inf {
	float: right;
	width: 235px;
}

.Main6 .list li .inf .tit {
	font-size: 16px;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.Main6 .list li .inf span {
	display: block;
	line-height: 24px;
	color: #888;
	font-size: 13px;
	margin-top: 8px;
}

.Main6 .list li .inf span em {
	display: inline-block;
	padding: 0 6px;
	color: #999;
}

.Main6 .list li .inf span a {
	color: #666;
}

.Main6 .list li .inf span a:hover {
	color: #f00;
}

.Main6 .list li .d {
	padding-top: 6px;
}

.Main6 .list li a.btn {
	padding: 0 20px;
	line-height: 28px;
	display: block;
	border-radius: 3px;
	background: #f0f1f7;
	width: 55px;
	text-align: center;
	margin: 15px auto 0;
}

.Main6 .list li:hover a.btn,
.Main6 .list li a.btn:hover {
	background: #1e89e0;
	color: #fff;
}

.Main6 .list li:hover .box {
	-webkit-box-shadow: 0 7px 14px -3px rgba(0, 0, 0, 0.1), 0 8px 1pc -8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 14px -3px rgba(0, 0, 0, 0.1), 0 8px 1pc -8px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	border-color: #1e89e0;
}

.Main6 .list li:hover p.tit a {
	color: #1e89e0;
	font-weight: bold;
}

.Main6 .list li .box {
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border: 2px solid #efefef;
	padding: 13px;
}

.Main6 .list li .box .jhjd {
	background-image: url(../images/zthj2.png);
	width: 153px;
	height: 38px;
	right: 0;
	top: 0;
	position: absolute;
}

.Main6 .list li .box .jhjd-1 {
	background-position: 0 0;
}

.Main6 .list li .box .jhjd-2 {
	background-position: 0 -59px;
}

.Main6 .list li .box .jhjd-3 {
	background-position: 0 -119px;
}

.Main7 {
	overflow: hidden;
	margin: 10px auto;
}

.Main7 .M7Left {
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 850px;
}

.Main7 .M7Left .Arttab {
	width: 100%;
	height: 42px;
	position: relative;
	overflow: hidden;
}

.Main7 .M7Left .Arttab::before,
.Main7 .M7Left .Arttab::after {
	display: inline-block;
	position: absolute;
	content: "";
	z-index: 1;
	width: 50%;
	left: 20%;
	height: 21px;
}

.Main7 .M7Left .Arttab::after {
	top: 0;
	background: #e9e9e9;
}

.Main7 .M7Left .Arttab::before {
	top: 21px;
}

.Main7 .M7Left .Arttab span {
	width: 50%;
	float: left;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: block;
	line-height: 42px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: #e9e9e9;
}

.Main7 .M7Left .Arttab span:nth-child(1) {
	border-radius: 0 0 18px 0;
}

.Main7 .M7Left .Arttab span:nth-child(2) {
	border-bottom-left-radius: 18px;
}

.Main7 .M7Left .Arttab span:nth-child(1).on {
	background: #fff;
	border-radius: 0 18px 0 0;
}

.Main7 .M7Left .Arttab span:nth-child(2).on {
	background: #fff;
	border-radius: 18px 0 0 0;
}

.Main7 .M7Left .ArtTabBody .item+.item {
	display: none;
}

.Main7 .M7Left .ArtTabBody ul li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.Main7 .M7Left .ArtTabBody ul li img {
	width: 80px;
	height: 60px;
	margin: 0 10px;
	float: left;
}

.Main7 .M7Left .ArtTabBody ul li .info {
	float: left;
	height: 60px;
	width: 730px;
}

.Main7 .M7Left .ArtTabBody ul li .info p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.Main7 .M7Left .ArtTabBody ul li .info span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #666;
	height: 20px;
	line-height: 20px;
}

.Main7 .M7Left .ArtTabBody ul li:hover img {
	opacity: 0.8;
}

.Main7 .M7Left .ArtTabBody ul li:hover p {
	color: #1e89e0;
}

.Main7 .M7Left .ArtTabBody .more {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.Main7 .M7Left .ArtTabBody .more:hover {
	color: #1e89e0;
}

.Main7 .M7Right {
	width: 340px;
	background: #fff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.Main7 .M7Right ul li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}

.Main7 .M7Right ul li img {
	width: 68px;
	height: 68px;
	border-radius: 14px;
	margin-right: 10px;
	float: left;
}

.Main7 .M7Right ul li .info {
	float: left;
	height: 68px;
	width: 180px;
}

.Main7 .M7Right ul li .info p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 18px;
}

.Main7 .M7Right ul li .info span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #666;
	height: 20px;
	line-height: 20px;
}

.Main7 .M7Right ul li .btn {
	float: right;
	width: 50px;
	background: #1e89e0;
	border-radius: 3px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	margin: 16px 0 0;
}

.Main7 .M7Right ul li:hover img {
	opacity: 0.8;
}

.Main7 .M7Right ul li:hover p {
	color: #1e89e0;
}

.Main7 .M7Right ul li+li {
	border-top: 1px solid #eee;
}

.Main7 .M7Right ul li:last-child {
	padding-bottom: 0;
}

.Main8 {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.Main8 .list {
	overflow: hidden;
	width: 101%;
}

.Main8 .list li {
	width: 25%;
	float: left;
	height: 146px;
	overflow: hidden;
	margin-top: 10px;
}

.Main8 .list li .box {
	display: block;
	margin-right: 10px;
	position: relative;
	height: 100%;
}

.Main8 .list li .box img {
	display: block;
	width: 100%;
	height: 100%;
}

.Main8 .list li .info {
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	color: #fff;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.Main8 .list li .info .tt {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Main8 .list li .box:hover .info {
	top: 0;
}

.Main8 .list li .box:hover .tt {
	font-weight: normal;
	padding: 0 26px;
	text-align: left;
	height: 26px;
	line-height: 28px;
	padding-top: 12px;
	margin-bottom: 4px;
}

.Main8 .list li .box:hover .text {
	padding: 0 26px;
	line-height: 20px;
	height: 60px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.Main8 .list li .box:hover .btn {
	display: block;
	width: 85px;
	text-align: center;
	height: 28px;
	margin: 0 auto;
	background-color: #1e89e0;
	line-height: 28px;
	margin-top: 10px;
}

.Main8 .list li .btn:hover {
	opacity: 0.85;
}

.Main8 .Tags {
	width: 102%;
	margin-top: 10px;
	overflow: hidden;
}

.Main8 .Tags li {
	float: left;
	margin: 10px 20px 5px 0;
}

.Main8 .Tags li a {
	display: block;
	padding: 0 15px;
	line-height: 32px;
	background-color: #006bc7;
	border-radius: 4px;
	font-size: 14px;
	color: #1e89e0;
}

.Main8 .Tags li:nth-of-type(16n + 1) a {
	color: #f47920;
	background-color: #fff5ed;
}

.Main8 .Tags li:nth-of-type(16n + 2) a {
	color: #7fb80e;
	background-color: #f9ffed;
}

.Main8 .Tags li:nth-of-type(16n + 3) a {
	color: #6f60aa;
	background-color: #f1edff;
}

.Main8 .Tags li:nth-of-type(16n + 4) a {
	color: #009ad6;
	background-color: #edfaff;
}

.Main8 .Tags li:nth-of-type(16n + 5) a {
	color: #c77eb5;
	background-color: #ffedfb;
}

.Main8 .Tags li:nth-of-type(16n + 6) a {
	color: #4e72b8;
	background-color: #edf3ff;
}

.Main8 .Tags li:nth-of-type(16n + 7) a {
	color: #dea32c;
	background-color: #fff9ed;
}

.Main8 .Tags li:nth-of-type(16n + 8) a {
	color: #45b97c;
	background-color: #edfff5;
}

.Main8 .Tags li:nth-of-type(16n + 9) a {
	color: #7bbfea;
	background-color: #edf8ff;
}

.Main8 .Tags li:nth-of-type(16n + 10) a {
	color: #f1516c;
	background-color: #ffedf0;
}

.Main8 .Tags li:nth-of-type(16n + 11) a {
	color: #7fb86e;
	background-color: #f1ffed;
}

.Main8 .Tags li:nth-of-type(16n + 12) a {
	color: #9b95c9;
	background-color: #efedff;
}

.Main8 .Tags li:nth-of-type(16n + 13) a {
	color: #f69c9f;
	background-color: #ffedee;
}

.Main8 .Tags li:nth-of-type(16n + 14) a {
	color: #fcaf18;
	background-color: #fff9ed;
}

.Main8 .Tags li:nth-of-type(16n + 15) a {
	color: #2585a6;
	background-color: #edfbff;
}

.Main8 .Tags li:nth-of-type(16n + 16) a {
	color: #bea901;
	background-color: #fbf9e3;
}

.Main8 .Tags li:nth-of-type(16n + 1) a:hover {
	background-color: #f47920;
	color: #fff5ed;
}

.Main8 .Tags li:nth-of-type(16n + 2) a:hover {
	background-color: #7fb80e;
	color: #f9ffed;
}

.Main8 .Tags li:nth-of-type(16n + 3) a:hover {
	background-color: #6f60aa;
	color: #f1edff;
}

.Main8 .Tags li:nth-of-type(16n + 4) a:hover {
	background-color: #009ad6;
	color: #edfaff;
}

.Main8 .Tags li:nth-of-type(16n + 5) a:hover {
	background-color: #c77eb5;
	color: #ffedfb;
}

.Main8 .Tags li:nth-of-type(16n + 6) a:hover {
	background-color: #4e72b8;
	color: #edf3ff;
}

.Main8 .Tags li:nth-of-type(16n + 7) a:hover {
	background-color: #dea32c;
	color: #fff9ed;
}

.Main8 .Tags li:nth-of-type(16n + 8) a:hover {
	background-color: #45b97c;
	color: #edfff5;
}

.Main8 .Tags li:nth-of-type(16n + 9) a:hover {
	background-color: #7bbfea;
	color: #edf8ff;
}

.Main8 .Tags li:nth-of-type(16n + 10) a:hover {
	background-color: #f1516c;
	color: #ffedf0;
}

.Main8 .Tags li:nth-of-type(16n + 11) a:hover {
	background-color: #7fb86e;
	color: #f1ffed;
}

.Main8 .Tags li:nth-of-type(16n + 12) a:hover {
	background-color: #9b95c9;
	color: #efedff;
}

.Main8 .Tags li:nth-of-type(16n + 13) a:hover {
	background-color: #f69c9f;
	color: #ffedee;
}

.Main8 .Tags li:nth-of-type(16n + 14) a:hover {
	background-color: #fcaf18;
	color: #fff9ed;
}

.Main8 .Tags li:nth-of-type(16n + 15) a:hover {
	background-color: #2585a6;
	color: #edfbff;
}

.Main8 .Tags li:nth-of-type(16n + 16) a:hover {
	background-color: #bea901;
	color: #fbf9e3;
}

.SoftClass {
	overflow: hidden;
	width: 375px;
}

.SoftClass li {
	float: left;
	width: 113px;
	height: 113px;
	border-radius: 6px;
	margin: 0 10px 10px 0;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}

.SoftClass li a {
	display: block;
}

.SoftClass li a i {
	background: url(../images/icon_class.png@v=1.1) no-repeat;
	display: block;
	width: 33px;
	height: 33px;
	margin: 25px auto 15px;
}

.SoftClass li a p {
	text-align: center;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #999;
}

.SoftClass li a .icon_0 {
	background-position: 0 -45px;
}

.SoftClass li a .icon_1 {
	background-position: -45px -45px;
}

.SoftClass li a .icon_2 {
	background-position: -95px -45px;
}

.SoftClass li a .icon_3 {
	background-position: -145px -45px;
}

.SoftClass li a .icon_4 {
	background-position: -189px -45px;
}

.SoftClass li a .icon_5 {
	background-position: -237px -45px;
}

.SoftClass li a .icon_6 {
	background-position: -288px -45px;
}

.SoftClass li a .icon_7 {
	background-position: -329px -45px;
}

.SoftClass li a .icon_8 {
	background-position: -379px -45px;
}

.SoftClass li a .icon_9 {
	background-position: -427px -46px;
}

.SoftClass li a .icon_10 {
	background-position: -473px -46px;
}

.SoftClass li a .icon_11 {
	background-position: -559px -46px;
}

.SoftClass li:hover,
.SoftClass .on {
	background: #1e89e0;
}

.SoftClass li:hover p,
.SoftClass .on p {
	color: #fff;
}

.SoftClass li:hover a .icon_0,
.SoftClass .on a .icon_0 {
	background-position: 0 0;
}

.SoftClass li:hover a .icon_1,
.SoftClass .on a .icon_1 {
	background-position: -45px 0;
}

.SoftClass li:hover a .icon_2,
.SoftClass .on a .icon_2 {
	background-position: -95px 0;
}

.SoftClass li:hover a .icon_3,
.SoftClass .on a .icon_3 {
	background-position: -142px 3px;
}

.SoftClass li:hover a .icon_4,
.SoftClass .on a .icon_4 {
	background-position: -189px 0;
}

.SoftClass li:hover a .icon_5,
.SoftClass .on a .icon_5 {
	background-position: -237px 0;
}

.SoftClass li:hover a .icon_6,
.SoftClass .on a .icon_6 {
	background-position: -288px 0;
}

.SoftClass li:hover a .icon_7,
.SoftClass .on a .icon_7 {
	background-position: -329px 0;
}

.SoftClass li:hover a .icon_8,
.SoftClass .on a .icon_8 {
	background-position: -379px 0;
}

.SoftClass li:hover a .icon_9,
.SoftClass .on a .icon_9 {
	background-position: -427px 0;
}

.SoftClass li:hover a .icon_10,
.SoftClass .on a .icon_10 {
	background-position: -473px 0;
}

.SoftClass li:hover a .icon_11,
.SoftClass .on a .icon_11 {
	background-position: -559px 0;
}

.DownlTab {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}

.DownlTab .on {
	color: #1e89e0;
	font-weight: bold;
}

.DownlTab a+a {
	margin-left: 10px;
}

.DownlTab a+a::before {
	content: "/";
	font-size: 12px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}

.DownloadList {
	overflow: hidden;
	width: 103%;
	margin-bottom: 15px;
}

.DownloadList li {
	width: 374px;
	height: 110px;
	padding: 11px;
	float: left;
	margin: 20px 20px 0 0;
	border: #eee 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.DownloadList li a {
	display: block;
}

.DownloadList li a img {
	width: 86px;
	height: 86px;
	float: left;
	margin-right: 10px;
}

.DownloadList li a .info {
	float: left;
	width: 254px;
}

.DownloadList li a .info p {
	height: 26px;
	width: 100%;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.DownloadList li a .info span {
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin: 2px 0;
}

.DownloadList li a .info .desc {
	width: 100%;
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.DownloadList li a:hover .info p {
	color: #1e89e0;
}

.AboutVersion {
	display: block;
	overflow: hidden;
	margin: 5px auto;
}

.AboutVersion li {
	width: 100%;
	display: block;
	float: left;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #ddd;
	font-size: 12px;
}

.AboutVersion li a {
	display: block;
}

.AboutVersion li a:hover p {
	color: #1e89e0;
}

.AboutVersion li a p {
	width: 520px;
	overflow: hidden;
	height: 46px;
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 30px;
}

.AboutVersion li a font {
	line-height: 46px;
	overflow: hidden;
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
}

.AboutVersion li a span {
	overflow: hidden;
	display: block;
	float: right;
	width: 70px;
	text-align: center;
	border-radius: 5px;
	background: #1e89e0;
	color: #fff;
	height: 26px;
	margin-top: 10px;
	line-height: 26px;
}

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

.RightHotGame li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.RightHotGame li:hover .bt {
	color: #1e89e0;
}

.RightHotGame li a,
.RightHotGame li span,
.RightHotGame li i,
.RightHotGame li em {
	display: inline;
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
}

.RightHotGame li a.img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 12px;
	float: left;
}

.RightHotGame li a.img img {
	height: 80px;
	width: 80px;
	border-radius: 8px;
}

.RightHotGame li a.bt,
.RightHotGame li span {
	width: 265px;
	height: 20px;
	line-height: 20px;
}

.RightHotGame li a.bt {
	color: #454545;
	display: block;
	width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.RightHotGame li a.bt:hover {
	color: #1e89e0;
}

.RightHotGame li span {
	display: block;
	line-height: 20px;
	color: #999;
	margin-top: 10px;
}

.RightHotGame li span em {
	margin-left: 10px;
}

.RightHotGame li span em b {
	color: #f31a22;
	font-size: 14px;
	font-weight: 400;
}

.DetaileHead {
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	margin-top: 10px;
}

.DetaileHead .HeadLeft {
	width: 790px;
}

.DetaileHead .HeadLeft .gmlogo {
	width: 130px;
	height: 130px;
	border-radius: 28px;
	display: block;
	float: left;
	margin-right: 20px;
}

.DetaileHead .HeadLeft .info {
	float: left;
	width: 480px;
	height: 130px;
}

.DetaileHead .HeadLeft .info .bt {
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}

.DetaileHead .HeadLeft .info .bt h1 {
	font-size: 20px;
	color: #333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	float: left;
}

.DetaileHead .HeadLeft .info .bt span {
	font-size: 12px;
	color: #888;
	margin: 8px 0 0 5px;
	display: inline-block;
}

.DetaileHead .HeadLeft .info ul {
	width: 310px;
	float: left;
}

.DetaileHead .HeadLeft .info ul li {
	float: left;
	width: 180px;
	margin-right: 1%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #5e5e5e;
	margin-top: 20px;
}

.DetaileHead .HeadLeft .info ul li strong {
	font-size: 14px;
}

.DetaileHead .HeadLeft .info ul li:nth-child(even) {
	width: 120px;
}

.DetaileHead .HeadLeft .info .btns {
	width: 160px;
	float: left;
}

.DetaileHead .HeadLeft .info .btns .btn {
	display: block;
	width: 160px;
	height: 44px;
	background: #ddd;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.DetaileHead .HeadLeft .info .btns .btn i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAVCAMAAABrN94UAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMAyt/YSwz95RX3UCsaQigXxmI8JSMhDwX469LBr6eZeGdeWTUL9ZGLgM47FkcAAAC0SURBVCjPXZDXEoMgFETX2FAh9hq7af7/DwbiIOB5gGXODDv3gvbWQTKhHizJG8l+QupdAV/lHCp7sNUjQxY6gjWdmS4YNHQRwW4CwXARVHa8LqKQoruIDLRyXbeqIGiVcIA8unM2hwEfJWI8zjwCLOSk8+JQlPqAOrkSPnpPsPJfGlLr4rgn/AfUxbHdFB0vNwRczhMAPwpDxIQTbUVMUOrCMnclaVU2ywOMN4ld4mvLvPwAmgAzuGZZAGgAAAAASUVORK5CYII=) no-repeat;
	background-size: 100% 100%;
	margin: 0 0 -2px 5px;
}

.DetaileHead .HeadLeft .info .btns .btn:hover .QRCodeBox {
	display: block;
}

.DetaileHead .HeadLeft .info .btns .btn .QRCodeBox {
	display: none;
	background: #eee;
	width: 120px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 2;
	border: 5px solid #eee;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	border-radius: 5px;
}

.DetaileHead .HeadLeft .info .btns .btn .QRCodeBox img {
	width: 120px;
	height: 120px;
}

.DetaileHead .HeadLeft .info .btns .az {
	background: #40d6a4;
}

.DetaileHead .HeadLeft .scorebox {
	width: 140px;
	height: 130px;
	line-height: 130px;
	background: url(../images/colorsco.png) no-repeat;
	background-size: 100%;
	text-align: center;
	text-indent: -8px;
	margin-top: 12px;
}

.DetaileHead .HeadLeft .scorebox em {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.DetaileHead .HeadLeft .scorebox i {
	font-size: 12px;
	font-style: italic;
}

.DetaileHead .HeadRight {
	width: 380px;
}

.DetaileHead .HeadRight .Tags {
	width: 102%;
	height: 110px;
	overflow: hidden;
}

.DetaileHead .HeadRight .Tags li {
	float: left;
	margin: 5px 10px 5px 0;
}

.DetaileHead .HeadRight .Tags li a {
	display: block;
	padding: 0 15px;
	line-height: 28px;
	background-color: #006bc7;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.DetaileHead .HeadRight .Tags li:hover a {
	opacity: 0.8;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 1) a {
	background-color: #f47920;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 2) a {
	background-color: #7fb80e;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 3) a {
	background-color: #6f60aa;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 4) a {
	background-color: #009ad6;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 5) a {
	background-color: #c77eb5;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 6) a {
	background-color: #4e72b8;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 7) a {
	background-color: #dea32c;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 8) a {
	background-color: #45b97c;
}

.DetaileHead .HeadRight .Tags li:nth-of-type(9n + 9) a {
	background-color: #7bbfea;
}

.BodyTitle {
	border-bottom: 2px solid #1e89e0;
	margin-bottom: 20px;
}

.BodyTitle span {
	display: block;
	float: left;
	position: relative;
	font-size: 22px;
	padding-bottom: 10px;
}

.BodyTitle .on {
	font-weight: 700;
	color: #1e89e0;
}

.BodyTitle .on::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-left: 2px solid #1e89e0;
	border-bottom: 2px solid #1e89e0;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 49%;
	bottom: -5px;
}

.GamePic {
	position: relative;
	margin: 10px auto 0;
	width: 100%;
	overflow: hidden;
	height: 280px;
}

.GamePic .swiper-slide {
	width: auto;
	float: left;
}

.GamePic .swiper-slide img {
	display: block;
	height: 280px;
	width: auto;
	border-radius: 6px;
}

.GamePic :hover .swiper-button-next,
.GamePic :hover .swiper-button-prev {
	opacity: 1;
}

.GamePic .swiper-button-next,
.GamePic .swiper-button-prev {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.GamePic .swiper-button-next::after,
.GamePic .swiper-button-prev::after {
	color: #fff;
	font-size: 20px;
}

.RankTitle {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #354352;
	font-weight: bold;
	position: relative;
	margin: 25px auto;
}

.RankTitle strong {
	margin: 0 15px;
}

.RankTitle::before,
.RankTitle::after {
	content: "";
	display: inline-block;
	background: url(../images/icon_title.png) no-repeat;
	width: 144px;
	height: 12px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.RankTitle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.MainRank {
	overflow: hidden;
	background: #fff url(../images/bgrat.png) no-repeat top;
}

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

.RankTags li {
	float: left;
}

.RankTags li a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #eeeeee;
	border-radius: 4px;
	margin: 0 0 20px 20px;
	font-size: 12px;
	color: #666666;
	padding: 0 12px;
}

.RankTags li a:hover {
	opacity: 0.88;
}

.RightTags {
	width: 104%;
	overflow: hidden;
}

.RightTags li {
	float: left;
	margin: 15px 15px 0 0;
}

.RightTags li a {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 12px;
	color: #5f5f5f;
	padding: 0 10px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.RightTags li a:hover {
	background: #1e89e0;
	color: #fff;
}

.RankDetaile {
	overflow: hidden;
	background: #fff url(../images/bgrat.png) no-repeat top;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 10px;
}

.RankDetaile .desc {
	margin: 20px 20px 0;
	position: relative;
	line-height: 32px;
	color: #444;
	font-size: 16px;
}

.RankDetaile .desc::before {
	display: inline-block;
	content: "";
	width: 26px;
	height: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAUCAMAAACknt2MAAAAM1BMVEVMaXHFx8v19ff6+vnO6/zp6+ydoKX6+fbY6e3I6/z6+fj4+Pf8/P318/bQ2+K84P/C5/lUNGQzAAAAD3RSTlMABAcQuX4BI5XdLRhDOWkUPoagAAAAc0lEQVR42rWOSQ6AMAwDU+gWtvT/rwWnpYpAQhxgTrZsKyElZc4qrnbIcpCo4dROkKMXgJ6xHpsqQ2qbVsQqaGekGAlszWLE6MR+yNjlkOzoZIUdqs64Q51gHvL6ApiNBcTSQWStvI7k/6g8rzjeo/LlGzuczRNa0WNYPAAAAABJRU5ErkJggg==) no-repeat;
}

.RankDetaile .clock {
	line-height: 32px;
	font-size: 14px;
	color: #ccc;
	padding-left: 20px;
}

.RankDetaile .clock::before {
	display: inline-block;
	width: 15px;
	height: 15px;
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAAMFBMVEWdoKV8z+CYyPhMaXFcwPW01u5BsPj19ffQ2+LEqf34+PevrbHNys3Fx8uzsbP6+fYEtvAJAAAAEHRSTlMBk/YAN1YbB2l+GB4NBC8jdyzjAQAAAGxJREFUeNpFj40OxCAIg9uCuO1+9v5ve1XPrEHCZ0oAhFWUxXIJRxOz96Ta5KYMwJFqzmVc6qlCkLBJYcF1jK7Fo9X8ergETIZIfuPW9h/ncdb0k7H1IRGXcvOYB7T/x9onsPZ9Jwci/K7nnh8gOQKi3KPHfwAAAABJRU5ErkJggg==) no-repeat;
	margin: 0 5px -3px 0;
}

.RankItems {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.RankItems li {
	height: 178px;
	border-radius: 12px;
	border: 1px solid #eee;
	background: #fff;
	position: relative;
}

.RankItems li i {
	width: 60px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: -2px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background: #999;
	border-radius: 15px 0 15px 0;
}

.RankItems li a {
	display: block;
}

.RankItems li a img {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 12px;
	margin: 60px 20px 0;
}

.RankItems li a .info {
	float: left;
	width: 525px;
	height: 100px;
	margin-top: 58px;
}

.RankItems li a .info p {
	height: 25px;
	line-height: 25px;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.RankItems li a .info span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 8px 0;
}

.RankItems li a .info .desc {
	color: #999;
	font-size: 12px;
	line-height: 22px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.RankItems li a .btn {
	height: 36px;
	width: 70px;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	color: #1e89e0;
	border: 1px solid #1e89e0;
	border-radius: 4px;
	float: right;
	margin: 80px 15px 0 0;
}

.RankItems li a .btn:hover {
	background: #1e89e0;
	color: #fff;
}

.RankItems li:hover {
	-webkit-box-shadow: 0 0 6px #1e89e0;
	box-shadow: 0 0 6px #1e89e0;
}

.RankItems li:nth-child(1) i {
	background: #ff3600;
}

.RankItems li:nth-child(2) i {
	background: #ff6d34;
}

.RankItems li:nth-child(3) i {
	background: #ffb400;
}

.RankItems li+li {
	margin-top: 20px;
}


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

#indexfrom {
	max-width: 600px;
	padding: 40px;
	float: right;
}
#searchPlaceholder {
	width: calc(100% - 120px);
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

#search_an {
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #1e89e0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#search_an:hover {
	background-color: #0056b3;
}

#indexfrom input {
	display: inline-block;
	vertical-align: middle;
}
.CollectionSwipers{display: flex;justify-content: space-between;}
.CollectionSwiper .item ul li {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.CollectionSwiper .item ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CollectionSwiper .item ul li img {
    width: 80px;
    height: 60px;
    margin: 0 10px;
    float: left;
}

.CollectionSwiper .item ul li .info {
    float: left;
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.CollectionSwiper .item ul li .info p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.CollectionSwiper .item ul li .info span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #666;
    height: 20px;
    line-height: 20px;
}

.CollectionSwiper .item ul li:hover img {
    opacity: 0.8;
}

.CollectionSwiper .item ul li:hover p {
    color: #1e89e0;
}
.AboutArts{display: flex;justify-content: space-between;flex-wrap: wrap;}
.AboutArts li{width: 45%;}
.Minbox.Main4 .links a{display: block;float: left;padding: 5px 15px;}
.TypeTags {
    overflow: hidden;
}

.TypeTags li {
    width: 25%;
    float: left;
}

.TypeTags .on span, .TypeTags .on a {
    background: #1e89e0;
    color: #fff;
}

.TypeTags a, .TypeTags span {
    display: block;
    margin: 6px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #f2f5f7;
    border-radius: 4px;
    cursor: pointer;
}
/*
   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: #2ca6e0;
	border-color: #2ca6e0;
	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: #1e88df;
	border-color: #1e88df;
	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
*/