body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
details,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 12px Helvetica Regular, Microsoft YaHei, sans-serif, Tahoma;
	color: #434343;
}

input {
	outline: none;
}

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #969696;
	font-family: STHeiti, "Microsoft YaHei", Helvetica, Arial, sans-serif;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	width: 100%;
	height: auto;
}

.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

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

body {
	background: #f7f7f7;
}

#content {
	min-width: 320px;
	max-width: 768px;
	margin: 0 auto;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}

.Crumbs {
	background: #f5f5f5;
	height: 30px;
	line-height: 30px;
	color: #999;
	padding: 2px 12px;
	overflow: hidden;
	font-size: 14px;
	font-family: serif;
}

.Crumbs span,
.Crumbs a {
	color: #999;
}
.Crumbs > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
.Crumbs a:last-child {
	color: #666;
}

.basebox {
	overflow: hidden;
	position: relative;
	margin-top: 6px;
	padding: 6px;
	background: #fff;
}

.Qztitle {
	margin: 0 6px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	position: relative;
}

.Qztitle strong::before {
	width: 3px;
	height: 14px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006bc7), to(#1e89e0));
	background-image: linear-gradient(#006bc7, #1e89e0);
	border-radius: 2px;
	content: "";
	display: block;
	float: left;
	margin: 11px 8px 0 0;
}

.Qztitle span i {
	font-size: 12px;
	font-weight: 400;
	background: #1e89e0;
	color: #fff;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 4px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.Qztitle span,
.Qztitle strong {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	position: relative;
}

.Qztitle .more {
	float: right;
	font-size: 14px;
	color: #999;
	position: relative;
	font-family: serif;
}

.FooterWrap {
	text-align: center;
	padding: 12px 6px;
	margin-top: 6px;
	background: #222;
	overflow: hidden;
}

.FooterWrap .fnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
}

.FooterWrap .fnav li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 60px;
}

.FooterWrap .fnav li a {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 12px;
}

.FooterWrap p {
	line-height: 25px;
	color: #999;
	margin-top: 5px;
}

.FooterWrap p a img {
	margin-top: 5px;
}

.page {
	padding: 6px 6px 6px 0;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.page span:before {
	display: block;
	content: "";
	position: absolute;
	right: 5px;
	top: 11px;
	width: 15px;
	height: 10px;
	background-size: auto 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.page>a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 6px 0 6px 6px;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	background: #f5f5f5;
	text-align: center;
	color: #333;
}

.page>a:active,
.page span .cbtn a:active {
	background: #ddd;
}

.page>span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 6px 0 6px 6px;
	display: inline-block;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
	background: #1e89e0;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.page>span .cbtn {
	display: none;
	width: 100%;
	position: absolute;
	top: -62px;
	left: 0;
	z-index: 10;
	height: 92px;
	overflow-y: scroll;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px #bbb;
	box-shadow: 0 0 3px #bbb;
}

.page>span .cbtn a {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-bottom: 1px;
	float: left;
	width: 100%;
	background: #f6f6f6;
	font-size: 14px;
	color: #666;
}

.imgshow {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
}

.swiperbox .swiper-container,
.swiperbox .swiper-wrapper,
.swiperbox .swiper-slide {
	height: 100% !important;
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.imgshow .closebtn {
	position: absolute;
	z-index: 22;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAkFBMVEX///////////////////////////9MaXH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0hmzKAAAAMHRSTlOZdBB+BYxzAIAHgREECIl/inIOBotxDwNkAWELdRJ3Z2wCUVZYZhNuWVxbZV9ibV1BRoC2AAAAz0lEQVR42m3Q21LCQBAE0DYEOwtBNCFyR0G5g/7/31mTsPZmK/20Vad6amYx333l7MrpvMQ3kKUd9gzssYC0bTjCZdK2vR7Aba2uZU9mBUFOTQcuspeChsyloRma+smyd3pUV/ZA6cjvkjBEprU2NkkolFYfvieUNj2h8mm2SdmJM8OKEeo//b1CWW8FYOyEgfWnHISK0Naky0xLj7KhvUamvTLAt4dJU4+ySKGZ/3FeoV6sOTGvLZFIl7jIYp3hLmvpGPiBu10LdqT8XQz/AHIOFZsG0dbqAAAAAElFTkSuQmCC) no-repeat center;
	background-size: 30px;
	width: 60px;
	height: 60px;
	bottom: 0 !important;
	top: initial;
	left: 10px;
}

.Headwrap {
	height: 50px;
	line-height: 50px;
	background: #1e89e0;
	padding: 0 12px;
}

.Headwrap .home {
	font-weight: bold;
	color: #fff;
	display: block;
	float: left;
	font-size: 20px;
	height: 30px;
}

.Headwrap .home img {
	height: 30px;
	margin: 10px 0;
}

.Headwrap .menu {
	float: right;
	width: 20px;
	height: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAsElEQVR42u3SMQrCMBiGYcFRdHHSQ4gXEHXqNbxDcavi5ip4A/EEuYIgDiJCwd1Zgk5dFOL7jxUaak0m88Gz/Ms7JDVjjEtd7CC7oCfHNe54lKAxswQ2Jr+DHJ/4ZldLYG/y03Kc4oRzCUdMLIHkI7B1/QZ1xFBYoiFHr0LgTwJ9JFhUNMfYFtD4dS90igKpg8ANraJAEwOMKhqiHb5pCPgNRFh5Ekkgg69lElDwNfUGzGlZq3ZOXpUAAAAASUVORK5CYII=) center;
	background-size: 100%;
	margin-top: 15px;
	cursor: pointer;
}

.Headwrap .menu.on {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAkFBMVEX///////////////////////////9MaXH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0hmzKAAAAMHRSTlOZdBB+BYxzAIAHgREECIl/inIOBotxDwNkAWELdRJ3Z2wCUVZYZhNuWVxbZV9ibV1BRoC2AAAAz0lEQVR42m3Q21LCQBAE0DYEOwtBNCFyR0G5g/7/31mTsPZmK/20Vad6amYx333l7MrpvMQ3kKUd9gzssYC0bTjCZdK2vR7Aba2uZU9mBUFOTQcuspeChsyloRma+smyd3pUV/ZA6cjvkjBEprU2NkkolFYfvieUNj2h8mm2SdmJM8OKEeo//b1CWW8FYOyEgfWnHISK0Naky0xLj7KhvUamvTLAt4dJU4+ySKGZ/3FeoV6sOTGvLZFIl7jIYp3hLmvpGPiBu10LdqT8XQz/AHIOFZsG0dbqAAAAAElFTkSuQmCC) no-repeat center;
	background-size: 100%;
}

.burger {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 99;
	width: 100vw;
	max-width: 768px;
	min-width: 320px;
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.7);
}

.burger .TabHd {
	border-radius: 6px;
	text-align: center;
	background: #fff;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
	width: 200px;
	font-size: 0;
	overflow: hidden;
}

.burger .TabHd span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	height: 35px;
	width: 25%;
	cursor: pointer;
	position: relative;
}

.burger .TabHd span+span::before {
	display: inline-block;
	content: "|";
	font-size: 12px;
	position: absolute;
	color: #1e89e0;
	left: -1px;
}

.burger .TabHd .on {
	background: #1e89e0;
	color: #fff;
}

.burger .TabBd {
	margin: 6px;
}

.burger .TabBd ul+ul {
	display: none;
}

.burger .TabBd ul {
	width: 100%;
	overflow: hidden;
}

.burger .TabBd ul li {
	width: 25%;
	float: left;
}

.burger .TabBd ul li a {
	display: block;
	margin: 6px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #1e89e0;
	color: #fff;
}

.NavWrap {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #fff;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.NavWrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.NavWrap ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin: 0 6px;
	max-width: 100px;
	height: 48px;
}

.NavWrap ul li a {
	display: block;
	text-align: center;
	height: 48px;
	font-size: 18px;
	color: #333;
	position: relative;
	line-height: 48px;
}

.NavWrap ul .on a {
	color: #006bc7;
	font-weight: bold;
}

.IdxBanner {
	position: relative;
	overflow: hidden;
	margin: 6px 0;
	border-radius: 6px;
	padding: 10px 0;
	background: #fff;
}

.IdxBanner .BannerSwiper {
	width: 240%;
	left: -70%;
}

.IdxBanner .swiper .swiper-slide {
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.IdxBanner .swiper .swiper-slide a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100%;
}

.IdxBanner .swiper .swiper-slide a img {
	display: block;
	width: 100%;
	height: 55vw;
	max-height: 100%;
	min-height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
}

.IdxBanner .swiper .swiper-slide-active,
.IdxBanner .swiper .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.SoftList {
	overflow: hidden;
}

.SoftList li {
	float: left;
	width: 25%;
	margin: 10px 0 0;
}

.SoftList li a {
	display: block;
	text-align: center;
	width: 70px;
	margin: 0 auto;
}

.SoftList li a img {
	width: 70px;
	height: 70px;
	border-radius: 12px;
	display: block;
}

.SoftList li a p {
	width: 100%;
	line-height: 25px;
	height: 25px;
	margin: 6px 0;
	color: #555555;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.SoftList li a .btn {
	display: block;
	color: #1e89e0;
	background: #eaeaea;
	width: 52px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	margin: 4px auto;
	border-radius: 11px;
	font-size: 12px;
}

.GameList {
	overflow: hidden;
	margin: 0 6px;
}

.GameList li {
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
	border-bottom: 2px solid #eee;
}

.GameList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.GameList li img {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	display: block;
}

.GameList li .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin: 0 12px;
}

.GameList li .info p {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.GameList li .info span {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	display: block;
	overflow: hidden;
	margin-top: 14px;
	white-space: nowrap;
}

.GameList li .btn {
	display: block;
	background: #1e89e0;
	width: 66px;
	height: 30px;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-top: 17px;
}

.morebtn {
	display: block;
	margin: 10px auto;
	border: 1px solid #eee;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #555;
	text-align: center;
	width: 130px;
}

.HotCollection li {
	width: 50%;
	float: left;
}

.HotCollection li a {
	display: block;
	margin: 6px;
	overflow: hidden;
	position: relative;
}

.HotCollection li a img {
	height: 24vw;
	max-height: 180px;
	min-height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
}

.HotCollection li a p {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 4px 6px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.HotCollection li a span {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 2;
	width: 50px;
	background: #1e89e0;
	color: #fff;
	text-align: center;
	height: 36px;
	line-height: 34px;
	font-size: 14px;
	border-radius: 0 0 25px 25px;
}

.HotRank {
	overflow: hidden;
}

.HotRank li {
	width: 50%;
	float: left;
}

.HotRank li a {
	display: block;
	margin: 6px;
	background: #f5f5f5;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	color: #555;
	padding: 0 12px;
}

.ArtTabBox {
	padding: 0;
}

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

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

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

.ArtTabBox .Arttab::before {
	top: 21px;
}

.ArtTabBox .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;
}

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

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

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

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

.ArtTabBox .ArtTabBody .item+.item {
	display: none;
}

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

.ArtTabBox .ArtTabBody ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.ArtTabBox .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;
}

.ArtTabBox .ArtTabBody ul li .info span {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #666;
	height: 20px;
	line-height: 20px;
}
.ArtTabBox .ArtTabBody ul li .info .highlight{    display: initial;    line-height: 25px;
	color: #1e88df;
	font-size: 15px;}
.ArtTabBox .ArtTabBody ul li:hover img {
	opacity: 0.8;
}

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

.ArtTabBox .ArtTabBody .Lkmore {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.ArtTabBox .ArtTabBody .Lkmore:hover {
	color: #1e89e0;
}

.RankTabHd {
	border: 1px solid #1e89e0;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 6px;
}

.RankTabHd span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}

.RankTabHd span+span {
	border-left: 1px solid #1e89e0;
}

.RankTabHd .on {
	background: #1e89e0;
	color: #fff;
}

.RankTabBody {
	margin: 0 6px;
}

.RankTabBody .item+.item {
	display: none;
}

.RankTabBody ul {
	overflow: hidden;
}

.RankTabBody ul li {
	padding: 12px 0;
	border-bottom: 1px solid #f0f2ed;
}

.RankTabBody ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.RankTabBody ul li a i {
	display: block;
	float: left;
	width: 24px;
	height: 30px;
	background: url(../images/icon_rank.png) no-repeat;
	background-size: auto 30px;
	margin: 15px 10px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}

.RankTabBody ul li a img {
	width: 66px;
	height: 66px;
	border-radius: 12px;
}

.RankTabBody ul li a .info {
	margin: 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.RankTabBody ul li a .info p {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

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

.RankTabBody ul .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	float: left;
}

.RankTabBody ul li a .btn {
	display: block;
	border: 1px solid #1e89e0;
	color: #1e89e0;
	height: 28px;
	line-height: 28px;
	width: 68px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
}

.RankTabBody ul li:nth-child(1) i {
	background-position: -31px 0;
}

.RankTabBody ul li:nth-child(2) i {
	background-position: -59px 0;
}

.RankTabBody ul li:nth-child(3) i {
	background-position: -89px 0;
}

.RankTabBody .Lkmore {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
}

.PageTab {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.PageTab a {
	font-size: 16px;
	color: #333;
}

.PageTab a+a {
	margin-left: 12px;
}

.PageTab a+a::before {
	content: "/";
	display: inline-block;
	margin-right: 12px;
	font-size: 14px;
	color: #999;
}

.PageTab .on {
	color: #1e89e0;
}

.NewsList {
	overflow: hidden;
	margin: 6px 6px 0;
}

.NewsList li {
	padding: 12px 0;
	overflow: hidden;
	border-top: 1px solid #f0f2ed;
}

.NewsList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.NewsList li a img {
	width: 120px;
	height: 70px;
	border-radius: 12px;
	-o-object-fit: cover;
	object-fit: cover;
	float: left;
}

.NewsList li a .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 12px;
	min-width: 0;
}

.NewsList li a .info span {
	display: block;
	float: left;
	font-size: 13px;
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 12px;
}

.NewsList li a .info .num {
	float: left;
	padding-left: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAUCAMAAAA0jaRDAAAASFBMVEVMaXG/v7/u6/f48PDf4OLZ3eHPz86ysrKztLTT1db49fi1tbXi6/r08fD28vX6+vzp7vz47+7l7vTMztDx8O37+frg1/uoqKiRONtKAAAAF3RSTlMAu0MzX3GS792CDskDOhULKx0koigJTC3W1GUAAAD2SURBVHjafZHbcsMwCEQlWRZIdhpfkpz//9MWMZrGnUz3BcMuC8jhDVONAkist/ABz1mN1UW7qra/ggyUtHqSCjBf+McC871zsbx+4poFnX4FLyhP4xWDmCZUyEMwQ+rmULf2mHFqEuoQ6G6xwdYLu3D0wkLxHfXeiUIKjo3oH9FcJuTpKRIGFG8KCykwki/OMFAZdwgB1v8USrih4TLFzdtYJNspi7sUxu84LpuapTYfw+HzlIfFNVLGg0jvzjAfbbfQb1YXOOVuSejI3udCx6RIXk17xrPzWbvxgHdQRmmq4q4XNKuiMUbF1Hv4gFQXDFrSW/Ub3mQPk4uSbsIAAAAASUVORK5CYII=) no-repeat left;
	background-size: 18px;
}

.NewsList li a .info .time {
	float: right;
	padding-left: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAP1BMVEVMaXG1tbW/v7/T1dbZ3eH49fiysrLf4OLPz86ztLTMztD6+vzu6/f08fDi6/r28vX48PDp7vzx8O3t7vWoqKhZOQATAAAAFHRSTlMAybuCcQ7vX5LdogtDOgMVMysoBmGbM/kAAACZSURBVHjaTZDZDgMhDAPDGbLds/X/f2thrSDmhWgkEytCNKIT9JSJAnXLeauAumuwg9Md0NwlmSTanc+07w+oMjg/Qgxjyc5ltVDeUAnwBpcQmCC4LEIiBM3lbLjKrKoHJSLlXtGJjAePlXKVMnpVE0WPrDzIbwMyy59jQ1pdhvpBFrd5sfBw+kY6doQ11WZglvyyoWOZp/oDAaYHb9i+dbgAAAAASUVORK5CYII=) no-repeat left;
	background-size: 15px;
}

.NewsList li a .info p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.TagList li {
	float: left;
	margin: 6px 0 6px 6px;
}

.TagList 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.AboutArt {
	margin: 0 6px;
	overflow: hidden;
}

.AboutArt li {
	padding: 8px 0;
}

.AboutArt li a {
	display: block;
	width: 100%;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	color: #333;
}

.AboutArt li span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin-top: 2px;
}

.AboutArt li+li {
	border-top: 1px solid #eee;
}

.ArtBody {
	overflow: hidden;
	margin: 6px 0;
	padding: 12px;
}

.ArtBody .bt {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	margin: 10px 0 0;
}

.ArtBody .ArtInfo {
	border-bottom: 1px solid #eee;
	line-height: 36px;
	margin: 6px 12px;
	text-align: center;
	font-size: 12px;
}

.ArtBody .ArtInfo span {
	color: #999;
	margin: 0 12px 0 0;
}

.ArtBody .ArtInfo span i {
	color: #666;
}

.ArtBody .Artcont {
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.ArtBody .Artcont h3 {
	color: #333;
	margin: 2px 0;
	font-weight: bold;
	font-size: 18px;
}

.ArtBody .Artcont h3::before {
	width: 4px;
	height: 16px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006bc7), to(#1e89e0));
	background-image: linear-gradient(#006bc7, #1e89e0);
	border-radius: 2px;
	content: "";
	display: block;
	float: left;
	margin: 7px 8px 0 0;
}

.ArtBody .Artcont p {
	margin: 4px auto;
}

.ArtBody .Artcont img {
	max-width: 98%;
	margin: 8px auto;
	width: initial;
	display: block;
}

.ArtBody .Artcont table {
	border-collapse: collapse;
}

.ArtBody .Artcont a {
	color: #e13d3d;
}

.AboutGame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 6px;
}

.AboutGame img {
	width: 80px;
	height: 80px;
	border-radius: 12px;
}

.AboutGame .info {
	margin: 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.AboutGame .info .bt {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.AboutGame .info p {
	width: 100%;
}

.AboutGame .info p span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #999;
	float: left;
	width: 50%;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.AboutGame .btn {
	display: block;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background: #1e89e0;
	color: #fff;
	width: 54px;
	text-align: center;
	margin: 25px 0 0 5px;
}

.NewsCollections {
	overflow: hidden;
	margin: 0 6px;
}

.NewsCollections li {
	width: 50%;
	float: left;
}

.NewsCollections li a {
	width: 98%;
	display: block;
	margin: 6px 0;
	float: left;
}

.NewsCollections li a img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 6px;
	height: 20vw;
	max-height: 186px;
	min-height: 80px;
}

.NewsCollections li a p {
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-top: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.NewsCollections li:nth-child(even) a {
	float: right;
}

.PageTab2 {
	overflow: hidden;
}

.PageTab2 a {
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #1e89e0;
	color: #333;
	font-size: 14px;
	position: relative;
	text-align: center;
	margin: 6px;
}

.PageTab2 .on {
	background: #1e89e0;
	color: #fff;
}

.PageTab2 .on::before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.CollectionDetale {
	overflow: hidden;
	position: relative;
	margin: 6px;
}

.CollectionDetale img {
	display: block;
	border-radius: 6px;
	max-height: 280px;
	min-height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
}

.CollectionDetale .info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
	background-image: linear-gradient(rgba(255, 255, 255, 0.2), white);
}

.CollectionDetale .info .bt {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
}

.CollectionDetale .info .desc {
	line-height: 22px;
	height: 45px;
	margin: 4px 0;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.CollectionDetale .info .time {
	background-color: rgba(165, 179, 196, 0.4);
	color: #fff;
	float: right;
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	margin-top: 5px;
}

.CollectionGame {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 12px;
	margin: 0 6px;
	border-radius: 6px;
}

.CollectionGame .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.CollectionGame .info img {
	width: 80px;
	height: 80px;
	border-radius: 14px;
	margin-right: 15px;
}

.CollectionGame .info .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.CollectionGame .info .txt .bt {
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
}

.CollectionGame .info .txt p {
	font-size: 14px;
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 7px;
}

.CollectionGame .info .txt p span {
	margin-right: 5px;
}

.CollectionGame .btn {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	background: #1e89e0;
	color: #fff;
	font-size: 14px;
	border-radius: 16px;
	margin-top: 10px;
}

.CollectionList {
	overflow: hidden;
}

.CollectionList li {
	margin: 10px 6px;
	padding: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.CollectionList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.CollectionList li a img {
	width: 66px;
	height: 66px;
	border-radius: 12px;
}

.CollectionList li a .info {
	margin: 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

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

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

.CollectionList li a .info span i {
	background: #f7f7f7;
	padding: 2px 4px;
	border-radius: 4px;
	margin-right: 5px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.CollectionList .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	float: left;
	width: 100%;
}

.CollectionList li a .btn {
	display: block;
	border: 1px solid #1e89e0;
	color: #1e89e0;
	height: 28px;
	line-height: 28px;
	width: 60px;
	border-radius: 14px;
	text-align: center;
	margin-top: 20px;
}

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

.DownlType {
	height: 35px;
	background: #f2f9ff;
	border-radius: 18px;
	margin: 10px;
	text-align: center;
}

.DownlType a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #1e89e0;
	width: 120px;
	font-size: 14px;
}

.DownlType .on {
	background: #1e89e0;
	color: #fff;
	border-radius: 18px;
}

.AppList {
	overflow: hidden;
	margin: 0 6px;
}

.AppList li {
	padding: 12px 0;
}

.AppList li+li {
	border-top: 1px solid #f0f2ed;
}

.AppList li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.AppList li a img {
	width: 66px;
	height: 66px;
	border-radius: 12px;
}

.AppList li a .info {
	margin: 0 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

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

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

.AppList .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	float: left;
}

.AppList li a .btn {
	display: block;
	border: 1px solid #1e89e0;
	color: #1e89e0;
	height: 28px;
	line-height: 30px;
	width: 68px;
	border-radius: 15px;
	text-align: center;
	margin-top: 20px;
}

.PicSwiper {
	position: relative;
	height: 240px;
	overflow: hidden;
	margin: 0 6px;
}

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

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

.DetailHead {
	text-align: center;
	overflow: hidden;
}

.DetailHead img {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 15px;
	margin: 20px auto 10px;
}

.DetailHead .bt {
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

.DetailHead p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 10px 0;
	overflow: hidden;
}

.DetailHead p span {
	margin: 0 6px;
}

.DetailHead p span i {
	color: #666;
}

.DetailHead .btn {
	display: block;
	margin: 6px;
	border-radius: 6px;
	background: #1e89e0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}

.DetailHead .btn::before {
	display: inline-block;
	width: 14px;
	height: 14px;
	content: "";
	background-size: 100%;
	margin: 0 5px 3px 0;
	vertical-align: middle;
}

.Ranklist {
	overflow: hidden;
	margin: 6px;
}

.Ranklist li {
	width: 33.3%;
	float: left;
	overflow: hidden;
}

.Ranklist li a {
	display: block;
	margin: 6px;
	overflow: hidden;
	border-radius: 6px;
	text-align: center;
	height: 100px;
}

.Ranklist li a::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon_nav.png) no-repeat;
	background-size: auto 30px;
	margin: 15px auto;
}

.Ranklist li a span {
	width: 100%;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.Ranklist li:nth-child(3n + 1) a {
	background-image: linear-gradient(135deg, #1e89e0, #a3e4ff);
}

.Ranklist li:nth-child(3n + 2) a {
	background-image: linear-gradient(135deg, #f694a7, #fab9c6);
}

.Ranklist li:nth-child(3n + 2) a::before {
	background-position: -30px 0;
}

.Ranklist li:nth-child(3n + 3) a {
	background-image: linear-gradient(135deg, #af8cf1, #b1bdff);
}

.Ranklist li:nth-child(3n + 3) a::before {
	background-position: -60px 0;
}

.RankContent {
	padding: 0;
}

.RankWrap {
	overflow: hidden;
}

.RankWrap .RankTop {
	width: 100%;
	position: relative;
}

.RankWrap .RankTop img {
	display: block;
	width: 100%;
	height: 120px;
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
}

.RankWrap .RankTop strong {
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

.RankWrap .RankTop strong::before,
.RankWrap .RankTop strong::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 4px;
	background: #fff;
	border-radius: 1px;
	vertical-align: middle;
	margin: 0 20px;
}

.RankWrap .Rankhead {
	padding-bottom: 15px;
	display: table;
	width: 100%;
}

.RankWrap .Rankhead li {
	width: 30%;
	height: 170px;
	background: #fff;
	float: left;
	position: relative;
}

.RankWrap .Rankhead li>i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/ic_top.png) no-repeat;
	background-size: auto 30px;
	position: absolute;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.RankWrap .Rankhead li .num1 {
	background-position: 0 0;
}

.RankWrap .Rankhead li .num2 {
	background-position: -44px 0;
}

.RankWrap .Rankhead li .num3 {
	background-position: -89px 0;
}

.RankWrap .Rankhead li img {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	margin: 20px auto 6px;
}

.RankWrap .Rankhead li p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 5px;
}

.RankWrap .Rankhead li span {
	font-size: 12px;
	color: #999;
	display: block;
	width: 100%;
	text-align: center;
}

.RankWrap .Rankhead li span::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 16px;
	background-size: 100% auto;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

.RankWrap .Rankhead li span i {
	font-size: 13px;
	color: #ff7d3c;
}

.RankWrap .Rankhead li .btn {
	display: block;
	margin: 8px auto;
	color: #1e89e0;
	border: 1px solid #1e89e0;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 15px;
	font-size: 13px;
}

.RankWrap .Rankhead li:nth-child(2) {
	width: 38%;
	margin: -20px 1% 0;
	position: relative;
	z-index: 2;
	border-radius: 5px;
}

.RankWrap .Rankhead li:nth-child(2) img {
	width: 70px;
	height: 70px;
}

.RankWrap .Rankhead li:nth-child(2) .btn {
	margin-top: 18px;
}

.RankApp {
	margin: 12px;
}

.RankApp li+li {
	border-top: 1px dashed #edebeb;
}

.RankApp li {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0;
}

.RankApp .num {
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #cecece;
	width: 30px;
}

.RankApp li .img {
	display: block;
}

.RankApp li .img,
.RankApp li .img img {
	width: 70px;
	height: 70px;
	border-radius: 16px;
}

.RankApp li .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin: 0 12px;
}

.RankApp li .info .bt {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.RankApp .star {
	margin: 5px 0;
}

.RankApp .size {
	font-size: 12px;
	color: #999;
	display: block;
	width: 100%;
	margin: 2px 0;
}

.RankApp .size::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 16px;
	background-size: 100% auto;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

.RankApp .size i {
	font-size: 13px;
	color: #ff7d3c;
}

.RankApp li .info p {
	font-size: 12px;
	color: #a1a1a1;
	line-height: 20px;
	height: 20px;
	width: 100%;
	overflow: hidden;
}

.RankApp .btn {
	display: block;
	color: #1e89e0;
	border: 1px solid #1e89e0;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 15px;
	font-size: 13px;
	margin-top: 23px;
}

.RankUpDate {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	height: 30px;
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
}

.RankUpDate i {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background-size: 100%;
	vertical-align: middle;
	margin: 0 2px 3px 0;
}

.RankUpDate::before,
.RankUpDate::after {
	content: "";
	position: relative;
	top: 14px;
	vertical-align: top;
	display: inline-block;
	width: 20%;
	height: 1px;
}

.RankUpDate::before {
	background: -webkit-gradient(linear, right top, left top, from(#cfcfcf), to(#fff));
	background: linear-gradient(to left, #cfcfcf, #fff);
	margin-right: 10px;
}

.RankUpDate::after {
	background: -webkit-gradient(linear, right top, left top, from(#fff), to(#cfcfcf));
	background: linear-gradient(to left, #fff, #cfcfcf);
	margin-left: 10px;
}

.RankDetaileHead .img {
	position: relative;
}

.RankDetaileHead .img img {
	display: block;
	max-height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
}

.RankDetaileHead .img .bt {
	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));
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	left: 0;
	bottom: 0;
}

.RankDetaileHead .desc {
	margin: 12px;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
}

.RankDetaileHead>p {
	overflow: hidden;
	margin: 6px 12px 12px;
}

.RankDetaileHead>p span {
	color: #666;
}

.RankDetaileHead>p span i {
	color: #1e89e0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	text-align: right;
	padding-right: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px !important;
	background-image: url(./img/arrow-next.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0px !important;
	background-image: url(./img/arrow-prev.png) !important;
}

.swiper .img_wrap .tt-swiper01 {
	width: 100%;
	height: 220px;
}

.swiper .img_wrap .tt-itm {
	width: 100%;
	height: 300px;
}

.swiper .img_wrap .tt-itm img {
	width: 100%;
	height: 100%;
}

.swiper .img_wrap .tt-itm h3 {
	position: relative;
	;
	width: 80%;
	padding: 0px 1%;
	padding-right: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	bottom: 0px;
	font-size: 20px;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper_right .swiper-button-next,
.swiper_right .swiper-button-prev {
	width: 30px;
	height: 25px;
}

.swiper .img_wrap .tt-swiper01 .swiper-active-switch {
	background-color: #C10D0C;
}

.swiper .img_wrap .tt-swiper01 .swiper-active-switch {
	background-color: #f94742;
}

.swiper-slide {
	width: 100% !important;
}

.tt-itm a h3 {
	background-color: rgba(0, 0, 0, .5);
	position: relative;
	top: -49px;
	font-size: 0.5rem;
	color: #fff;
	line-height: 35px;
	width: 80%;
	overflow: hidden;
	padding-right: 20%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.swiper {
	width: 100%;
}

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

.RightArt li .bt {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #555;
	height: 35px;
	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;
}
.TabBd .Qztitle strong{color: #fff;font-size:1.3rem;}
#indexfrom {  
    display: flex;  
    flex-wrap: nowrap;   
    align-items: center;  
    width: 94%;
	margin: 10px auto 0;
}  
  
#indexfrom input[type="text"] {  
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px; 
    box-sizing: border-box; 
    font-size: 16px; 
}  
  
/* 针对提交按钮的样式 */  
#indexfrom input[type="submit"] {  
    padding: 10px 20px; /* 内边距 */  
    border: 1px solid #ccc; /* 边框 */  
    border-left: none; /* 去除左侧边框，因为与输入框相邻 */  
    background-color: #007BFF; /* 背景色 */  
    color: white; /* 文字颜色 */  
    border-radius: 0 4px 4px 0; /* 圆角，右侧圆角 */  
    cursor: pointer; /* 鼠标悬停时显示为手型 */  
    font-size: 16px; /* 字体大小 */  
}  
  
/* 可选：为输入框添加焦点样式 */  
#indexfrom input[type="text"]:focus {  
    outline: none; /* 去除默认焦点样式 */  
    border-color: #007BFF; /* 边框颜色变化 */  
}
.Qztitlesearch strong span{color: #1e88df;float: none;
}
/*
   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: #1e88df;
	border-color: #1e88df;
	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
*/
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}
