/* 公共样式 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
span,
a,
b,
i,
strong {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
	display: block;
}

em,
i {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input {
	border: none;
}

a {
	text-decoration: none;
	background: none;
	font-size: inherit;
	color: inherit;
	transition: all .2s ease-out;
}

a:hover {
	color: var(--pm-c) !important;
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

:focus {
	outline: none;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix {
	clear: both;
	content: "";
	display: block;
	overflow: hidden
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*溢出*/
.oneTxtLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twoTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.threeTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fourTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fiveTxtLine {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

:root {
	--pm-c: #f12626;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.bgCover {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .3s ease-out;
}

img {
	object-fit: cover;
	transition: all .3s ease-out;
}

.wrapper {
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.flexColCenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flexRowCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexRowBetween {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex1 {
	flex: 1;
}

.flex-between {
	justify-content: space-between;
}

.flex {
	display: flex;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.pa15 {
	padding: 15px;
}

.pl20{
	padding-left: 20px !important;
}
.pr20{
	padding-right: 20px !important;
}
.w400 {
	width: 400px !important;
}

.w320 {
	width: 320px !important;
}

.platform i {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
}
.platform .az_ {
	background-image: url(../images/az.png);
	margin-right: 5px;
}

.platform .az {
	background-image: url(../images/az_.png);
	margin-right: 5px;
}

.platform .ios_ {
	background-image: url(../images/ios.png);
}
.platform .ios {
	background-image: url(../images/ios_.png);
}

/* 评分 */
.star {
	height: 15px;
	width: 75px;
	display: inline-block;
	background: url(../images/icon-star-bg.png) repeat-x 15px / contain;
	vertical-align: text-top;
}

.star:before {
	content: "";
	display: block;
	background: url(../images/icon_star.png) repeat-x 15px / contain;
	height: 15px;
}

.star-1:before {
	width: 16px;
}

.star-2:before {
	width: 30px;
}

.star-3:before {
	width: 48px;
}

.star-4:before {
	width: 64px;
}

.star-5:before {
	width: 75px;
}

/* 列表公共样式 */
.list-container {
	overflow: hidden;
	position: relative;
}

.list-container .list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
}

.list-container .list .dot {
	display: block;
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 1px;
	margin-right: 8px;
}

.list-container .list .tag {
	font-size: 14px;
	color: #999999;
	display: block;
	margin-right: 5px;
}

.list-container .list .video {
	width: 18px;
	height: 18px;
	background: url('../images/video_icon.png') no-repeat center/contain;
	margin-right: 10px;
}

.list-container .list .num {
	font-size: 14px;
	font-weight: bold;
	color: #B3B3B3;
	margin-right: 10px;
}

.list-container .list .title {
	display: block;
	font-size: 14px;
	color: #333333;
	flex: 1;
}

.list-container .list .time {
	font-size: 13px;
	color: #999999;
	display: block;
	margin-left: 5px;
}
.list-container .list:hover .title{
	color: var(--pm-c) !important;
}
/* 头尾 */
.header .top {
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	color: #E6E6E6;
	background: #323232;
}

.header .top ul li {
	float: left;
	line-height: 1;
	padding: 0 10px 0 20px;
}

.header .top ul li:nth-child(1) {
	background: url('../images/home_icon.png') no-repeat left/contain;
	background-size: 12px 12px;
}

.header .top ul li:last-child {
	padding-right: 0;
	background: url('../images/sc_icon.png') no-repeat left/contain;
	background-size: 12px 12px;
}

.header .center {
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #ededed;
}

.header .search {
	position: relative;
}

.header .search .txt {
	width: 340px;
	height: 40px;
	padding: 0 50px 0 20px;
	border-radius: 20px;
	border: 1px solid var(--pm-c);
	background-color: #fff;
}

.header .search .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 40px;
	border-radius: 20px;
	background: var(--pm-c) url('../images/search.png') no-repeat center/22px;
	cursor: pointer;
}

.header .nav {
	background: linear-gradient(180deg, #F27A7A 0%, #F12929 100%);
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.header .nav li {
	flex: auto;
	background: url('../images/nav_home.png') no-repeat 32px/contain;
	background-size: 20px 20px;
	padding-left: 20px;
}

.header .nav li:hover,
.header .nav li.active {
	height: 38px;
	line-height: 38px;
	background: #FFFFFF;
	border-radius: 99px;
	color: #333333 !important;
	background: #FFFFFF url('../images/nav_home_.png') no-repeat 32px/contain;
	background-size: 20px 20px;
}

.header .nav li a:hover {
	color: #333333 !important;
}

.header .nav li:nth-child(2) {
	background: url('../images/nav_news.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(3) {
	background: url('../images/nav_game.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(4) {
	background: url('../images/nav_app.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(5) {
	background: url('../images/nav_album.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}
.header .nav li:nth-child(6) {
	background: url('../images/nav_album.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}
.header .nav li:nth-child(7) {
	background: url('../images/nav_rank.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(8) {
	background: url('../images/nav_gift.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(2):hover,
.header .nav li:nth-child(2).active {
	background: #FFFFFF url('../images/nav_news_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(3):hover,
.header .nav li:nth-child(3).active {
	background: #FFFFFF url('../images/nav_game_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(4):hover,
.header .nav li:nth-child(4).active {
	background: #FFFFFF url('../images/nav_app_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(5):hover,
.header .nav li:nth-child(5).active {
	background: #FFFFFF url('../images/nav_album_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(6):hover,
.header .nav li:nth-child(6).active {
	background: #FFFFFF url('../images/nav_album_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(7):hover,
.header .nav li:nth-child(7).active {
	background: #FFFFFF url('../images/nav_rank_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.header .nav li:nth-child(8):hover,
.header .nav li:nth-child(8).active {
	background: #FFFFFF url('../images/nav_gift_.png') no-repeat 30px/contain;
	background-size: 20px 20px;
}

.footer {
	background-color: #333;
	padding: 40px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 20px;
}

.footer ul {
	margin-bottom: 15px;
}

.footer ul li {
	line-height: 1;
	padding: 0 10px;
	border-left: 1px solid #999;
	font-size: 14px;
	color: #999;
}

.footer ul li:first-child {
	border-left: 0;
}

.footer p {
	margin-top: 10px;
}

/* 公共 */
.pagePosition {
	font-size: 12px;
	color: #999;
}

.pagePosition a:hover {
	color: var(--pm-c);
}

.pageBanner img {
	width: 100%;
}

/*伪类­*/
/* 前置伪类 */
.before-middle {
	position: relative;
}

.before-middle::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* 后置伪类 */
.after-middle {
	position: relative;
}

.after-middle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.after-center {
	position: relative;
}

.after-center::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

/* 公共标题 */
.module-title {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #F2F2F2;
}

.module-title .title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	padding-left: 30px;
}

.module-title .more {
	display: block;
	width: 18px;
	height: 18px;
	background: url('../images/more.png') no-repeat center/contain #FFEBEB;
	background-size: 12px 12px;
	border-radius: 3px;
}

.module-title .title::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/public-title-dot.png') no-repeat center/contain;
	left: 0;
}

/* .module-title .title::after {
	display: inline-block;
	background-color: var(--pm-c);
	left: 10px;
	width: 5px;
	height: 10px;
	border-radius: 3px;
} */


.pageTitle .nav li.on a,
.pageTitle a:hover,
.pageTitle a.more:hover {
	color: var(--pm-c);
}

.pageTitle a.more {
	float: right;
	letter-spacing: 1px;
	color: #999;
	font-size: 14px;
}

.pagination {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
	margin: 0 2px;
	font-size: 14px;
	color: #555;
}

.pagination li.active span,
.pagination li a {
	display: block;
	padding: 6px 13px;
	border: 1px solid #eee;
	background-color: #fafcfc;
	border-radius: 2px;
	transition: all .3s ease;
}

.pagination li.active span,
.pagination li a:hover,
.pagination li.on a {
	background-color: var(--pm-c);
	color: #fff !important;
}

.gimg {
	display: block;
	margin-top: 20px;
}


.hide {
	display: none !important;
}

#aq-model {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(../../../../404.png) no-repeat center;
}

.menu{
	
}

.menu li{
	width: 180px;
	height: 40px;
	line-height: 38px;
	background: #F4F4F4;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	text-align: center;
	margin-right: 15px;
}

.menu li a{
	font-size: 14px;
	color: #808080;
	display: block;
}
.menu li.on{
	height: 50px;
	line-height: 42px;
	border: none;
	background: url(../images/news_type.png) no-repeat center/contain;
}

.menu li.on a {
	color: #fff !important;
}

/* 首页样式 */
.index-container {
	background: url('../images/bg.png') no-repeat top #F7F7F7;
	position: relative;
	overflow: hidden;
}

.home-switcher .swiper-container {
	height: 121px;
}

.home-switcher .swiper-slide a {
	width: 80px;
	float: left;
	display: block;
	margin-right: 34px;
}
.home-switcher .swiper-slide a:hover p {
	color: #333;
}
.home-switcher .swiper-slide a:last-child {
	margin-right: 0;
}

.home-switcher .swiper-slide a::after {
	display: block;
	content: '';
	width: 0;
	height: 2px;
	background-color: var(--pm-c);
	transition: all .3s ease-out;
}

.home-switcher .swiper-slide img {
	width: 100%;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
}

.home-switcher .swiper-slide p {
	font-size: 14px;
	margin: 8px 0;
	text-align: center;
}

.home-switcher .swiper-slide a:hover::after {
	width: 100%;
}

.home-switcher .swiper-button-prev,
.home-switcher .swiper-button-next {
	width: 30px;
	height: 30px;
	background-color: var(--pm-c);
	margin-top: 0;
	background-size: 30px;
	border-radius: 30px;
}

.home-switcher .swiper-button-prev {
	top: 10px;
	right: 0;
	left: auto;
	background-image: url(../images/arrow1.png);
	background-size: 14px 14px;
}

.home-switcher .swiper-button-next {
	right: 0;
	bottom: 0;
	background-image: url(../images/arrow2.png);
	background-size: 14px 14px;
}

.home-switcher .home-game-list {
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 18px;
	padding-top: 6px;
	margin-top: 10px;
}

.home-switcher .home-game-list .item {
	width: 100%;
	line-height: 40px;
	margin-top: 12px;
}

.home-switcher .home-game-list .item .title {
	font-size: 13px;
	color: #FF4949;
	margin-right: 8px;
	width: 86px;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	box-sizing: border-box;
	background: url(../images/home_game_bg.png) no-repeat center/contain;
}

.home-switcher .home-game-list .newest-app .title {
	color: #4DB4F9;
	background: url(../images/home_app_bg.png) no-repeat center/contain;
}

.home-switcher .home-game-list .hot-album .title {
	color: #FF7337;
	background: url(../images/home_album_bg.png) no-repeat center/contain;
}

.home-switcher .home-game-list .item .title::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url(../images/home_game_icon.png) no-repeat center 2px/contain;
}

.home-switcher .home-game-list .newest-app .title::before {
	background: url(../images/home_app_icon.png) no-repeat center 1px/contain;
}

.home-switcher .home-game-list .hot-album .title::before {
	background: url(../images/home_album_icon.png) no-repeat center 1px/contain;
}

.home-switcher .home-game-list .item ul li {
	flex: 1;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px #e6e6e6 solid;
	position: relative;
}

.home-switcher .home-game-list .item ul li:hover a {
	color: var(--pm-c) !important;
}

.home-switcher .home-game-list .item ul li a {
	display: block;
	max-width: 108px;
	text-align: center;
	padding: 0 9px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
}

.home-switcher .home-game-list .hot-album ul li a {
	max-width: 216px;
}

.home-switcher .home-game-list .item ul li:last-child {
	border-right: none;
}

.home-switcher .home-news-list .thumb {
	width: 170px;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.home-switcher .home-news-list .thumb img {
	width: 100%;
	height: 100%;
}

.home-switcher .home-news-list .thumb .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 5px;
	height: 40px;
	line-height: 45px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 0px 0px 8px 8px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.home-switcher .home-news-list .thumb:hover .title{
	color: var(--pm-c) !important;
}
.indexWrapA .gallery-top {
	height: 230px;
	border-radius: 10px 10px 0px 0px;
}

.indexWrapA .gallery-top img {
	width: 100% !important;
	height: 100%;
	border-radius: 10px 10px 0px 0px;
}

.indexWrapA .gallery-top .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	padding: 0 10px;
}

.indexWrapA .gallery-top .cover p {
	width: 300px;
	color: #fff;
}

.indexWrapA .gallery-thumbs {
	width: 400px;
	height: 60px;
	background: #F1F1F1;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.indexWrapA .gallery-thumbs img {
	width: 100%;
	height: 40px;
	border: 2px solid #fff;
}

.indexWrapA .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
	border-color: var(--pm-c);
}

.indexWrapA .swiper-pagination {
	bottom: -4px;
	left: auto;
	right: 10px;
	width: auto;
}

.indexWrapA .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #D9D9D9;
	border-radius: 2px;
	text-align: center;
	margin: 0 4px !important;
	color: transparent;
}

.indexWrapA .swiper-pagination-bullet-active {
	background-color: var(--pm-c);
}

.gameNews .gameNews-list {
	margin-top: 18px;
}

.gameNews .gameNews-list .item {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #F2F2F2;
}

.gameNews .gameNews-list .item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.gameNews .gameNews-list .thumb {
	width: 110px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
}

.gameNews .gameNews-list .info {
	overflow: hidden;
}

.gameNews .gameNews-list .title {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	display: block;
	min-height: 44px;
}

.gameNews .gameNews-list .item:hover .title {
	color: var(--pm-c) !important;
}

.gameNews .gameNews-list .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 5px;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 18px;
}

.gameNews .gameNews-list .pingfen {
	font-size: 28px;
	font-weight: bold;
	color: var(--pm-c);
	line-height: 33px;
	background: url('../images/pingfen_icon.png') no-repeat left/contain;
	background-size: 15px 15px;
	padding-left: 20px;
}

.indexWrapA .middleSection .top {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 14px;
	text-align: center;
}

.indexWrapA .middleSection .top span {
	width: 40px;
	height: 20px;
	background-color: var(--pm-c);
	border-radius: 6px 0px 6px 0px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.indexWrapA .middleSection .top .title {
	font-size: 18px;
	color: var(--pm-c);
	font-weight: bold;
	letter-spacing: 1px;
}
.indexWrapA .middleSection .top:hover .title{
	color: var(--pm-c) !important;
}
.indexWrapA .middleSection .top .desc {
	font-size: 12px;
	color: #666666;
	margin-top: 6px;
}

.indexWrapA .middleSection .list .item {
	position: relative;
}

.indexWrapA .middleSection .list .item .thumb {
	width: 120px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
}

.indexWrapA .middleSection .list .item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 22;
	width: 43px;
	height: 43px;
}

.indexWrapA .middleSection .list .item:nth-child(1)::before {
	background: url('../images/tt_icon.png') no-repeat center/contain;
}

.indexWrapA .middleSection .list .item:nth-child(2)::before {
	background: url('../images/tj_icon.png') no-repeat center/contain;
}

.indexWrapA .middleSection .list .item .info {
	overflow: hidden;
}

.indexWrapA .middleSection .list .item .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}

.indexWrapA .middleSection .list .item:hover .title{
	color: var(--pm-c) !important;
}
.indexWrapA .middleSection .list .item .desc {
	font-size: 14px;
	color: #666666;
	margin: 5px 0;
}

.indexWrapA .middleSection .list .item .time {
	font-size: 12px;
	color: #999999;
	display: block;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 18px;
}

.indexWrapA .rightSection .one-game {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E6E6E6;
	background: url('../images/game_icon.png') no-repeat right 0px/contain #FFFFFF;
	background-size: 74px 74px;
}

.indexWrapA .rightSection .one-game .icon {
	width: 90px;
	height: 90px;
	boder-radius: 20px;
	overflow: hidden;
}

.indexWrapA .rightSection .one-game .info {
	overflow: hidden;
	position: relative;
	flex: 1;
}

.indexWrapA .rightSection .one-game .title {
	font-size: 16px;
	color: #333333;
	display: block;
}
.indexWrapA .rightSection .one-game:hover .title{
	color: var(--pm-c) !important;
}
.indexWrapA .rightSection .one-game .time {
	font-size: 12px;
	color: #666666;
	display: block;
	background: url('../images/date.png') no-repeat left/contain;
	background-size: 16px 16px;
	padding-left: 20px;
}

.indexWrapA .rightSection .one-game .type {
	font-size: 12px;
	color: #666666;
	display: block;
	background: url('../images/type.png') no-repeat left/contain;
	background-size: 16px 16px;
	padding-left: 20px;
}

.indexWrapA .rightSection .one-game .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
	border-top: 1px solid #E6E6E6;
	padding-top: 15px;
}

.indexWrapA .rightSection .one-game .desc span {
	font-weight: bold;
}

.indexWrapA .rightSection .game-list .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.indexWrapA .rightSection .game-list .title {
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.indexWrapA .rightSection .game-list .title:hover{
	color: var(--pm-c) !important;
}
.indexWrapA .rightSection .home-hot-news .one-news {
	position: relative;
}

.indexWrapA .rightSection .home-hot-news .one-news .thumb {
	width: 320px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.indexWrapA .rightSection .home-hot-news .one-news .thumb::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url('../images/news_icon.png') no-repeat center/contain;
	z-index: 11;
}

.indexWrapA .rightSection .home-hot-news .one-news .title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 0px 0px 10px 10px;
	width: 100%;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

.indexWrapA .rightSection .home-hot-news .news-list .item {
	position: relative;
}

.indexWrapA .rightSection .home-hot-news .news-list .thumb {
	margin-top: 12px;
	width: 154px;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
}

.indexWrapA .rightSection .home-hot-news .news-list .title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 20px;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 0px 0px 8px 8px;
	width: 91%;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}

/* 精选资讯 */
.bottom-container {
	padding-bottom: 25px;
}

.bottom-container .uk-slider-items li {
	margin-right: 10px;
}

.bottom-container .uk-slider-items li .item {
	width: 370px;
	height: 370px;
	background: #F7F7F7;
	border-radius: 10px 10px 10px 10px;
	padding: 30px 20px 25px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.bottom-container .uk-slider-items li:hover .item {
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

.bottom-container .uk-slider-items li .thumb {
	width: 330px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.bottom-container .uk-slider-items li .thumb img {
	width: auto;
	height: 100%;
}

.bottom-container .uk-slider-items li .thumb .type {
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 6px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bottom-container .uk-slider-items li .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.bottom-container .uk-slider-items li:hover .title {
	color: var(--pm-c) !important;
}
.bottom-container .uk-slider-items li .desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}

.bottom-container .uk-slider-items li .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 25px;
	background: url('../images/time.png') no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 15px;
}

.bottom-container .uk-slider-items li .come_from {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 25px;
	background: url('../images/come_from.png') no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 15px;
}

.bottom-container .uk-slidenav-previous,
.bottom-container .uk-slidenav-next {
	border-radius: 16px;
	margin-top: 18px;
	width: 38px;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #FFB9B9;
}

.bottom-container .uk-slidenav-previous::before,
.bottom-container .uk-slidenav-next::before {
	width: 18px;
	height: 18px;
}

.bottom-container .uk-slidenav-previous svg,
.bottom-container .uk-slidenav-next svg {
	color: transparent;
}

.bottom-container .uk-slidenav-previous::before {
	background: url(../images/side_btn.png) no-repeat center/contain;
	left: 7px;
}

.bottom-container .uk-slidenav-next::before {
	background: url(../images/side_btn.png) no-repeat center/contain;
	transform: rotate(180deg) translateY(9px);
}

.bottom-container .uk-slidenav-previous {
	margin-left: 41%;
}

.bottom-container .uk-slidenav-next {
	margin-left: 56%;
}

.bottom-container .uk-dotnav {
	margin-top: 30px;
}

.bottom-container .uk-dotnav>.uk-active>* {
	background: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.bottom-container .uk-dotnav>*>* {
	background: #E9E9EB;
	border: 1px solid #E9E9EB;
}

.indexGameTab .nav {
	background-color: #f8f8f8;
}

.indexGameTab .nav .item {
	width: 33.333%;
	height: 90px;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.indexGameTab .nav .item .head {
	padding-top: 36px;
	background: url(../images/recommend.png) no-repeat center top;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.indexGameTab .nav .item ul {
	width: 210px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 20px;
	position: relative;
}

.indexGameTab .nav .item ul li {
	width: 100px;
	height: 30px;
	line-height: 28px;
	border-radius: 4px;
	border: solid 1px #27a6f1;
	color: #27a6f1;
	margin: 5px 0;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
}

.indexGameTab .nav .item:first-child,
.indexGameTab .nav .item:first-child ul li {
	color: #27a6f1;
}

.indexGameTab .nav .item:nth-child(2),
.indexGameTab .nav .item:nth-child(2) ul li {
	color: var(--pm-c);
	border-color: var(--pm-c);
}

.indexGameTab .nav .item:last-child,
.indexGameTab .nav .item:last-child ul li {
	color: #fb6e11;
	border-color: #fb6e11;
}

.indexGameTab .nav .item:nth-child(2) .head {
	background-image: url(../images/hot.png);
}

.indexGameTab .nav .item:last-child .head {
	background-image: url(../images/new.png);
}

.indexGameTab .nav .item.on:before {
	color: #fff;
	background: url(../images/bg02.png) no-repeat center/100% 100%;
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	height: 110px;
}

.indexGameTab .nav .item:nth-child(2).on:before {
	background-image: url(../images/bg03.png);
}

.indexGameTab .nav .item:last-child.on:before {
	background-image: url(../images/bg04.png);
}

.indexGameTab .nav .item.on .head {
	background-image: url(../images/recommend-white.png);
	color: #fff;
}

.indexGameTab .nav .item.on ul li {
	border-color: #fff;
	color: #fff;
}

.indexGameTab .list {
	padding: 10px 10px 0 10px;
}

.indexGameTab .list ul {
	height: 0;
	opacity: 0;
	overflow: hidden;
	margin-left: -20px;
	transition: all .3s .15s ease-out;
}

.indexGameTab .list ul.on {
	height: auto;
	opacity: 1;
	margin-left: 0;
}

.indexGameTab .list ul li {
	float: left;
	margin: 20px 20px 0 0;
}

.indexGameTab .list ul li:nth-child(4n) {
	margin-right: 0;
}

.indexGameTab .list ul li a {
	width: 270px;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	transition: all .3s ease-out;
}

.indexGameTab .list ul li .pic {
	width: 80px;
	height: 80px;
	border-radius: 20px;
}

.indexGameTab .list ul li .info {
	width: 140px;
	height: 80px;
	overflow: hidden;
}

.indexGameTab .list ul li .title {
	font-weight: bold;
	margin-bottom: 6px;
	transition: all .3s ease-out;
}

.indexGameTab .list ul li .others {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.indexGameTab .list ul li .icon {
	display: flex;
	height: 18px;
	margin-bottom: 20px;
}

.indexGameTab .list ul li .icon img {
	margin-right: 8px;
}

.indexGameTab .list ul li .dl {
	display: block;
	width: 80px;
	height: 0;
	line-height: 0;
	text-align: center;
	background-color: var(--pm-c);
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	opcity: 0;
	overflow: hidden;
	transition: all .3s ease-out;
}

.indexGameTab .list ul li a:hover {
	background-color: #ffe7e7;
}

.indexGameTab .list ul li a:hover .icon,
.indexGameTab .list ul li a:hover .others {
	display: none;
}

.indexGameTab .list ul li a:hover .dl {
	line-height: 30px;
	height: 30px;
	opcity: 1;
}

.indexGameTab .list ul li a:hover .title {
	margin: 6px 0 15px;
}

.indexNews .left {
	width: 400px;
}

/* 手游推荐 */
.home-game-tj .game-item {
	width: 33%;
}

.home-game-tj .game-item .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.home-game-tj .game-item .title {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.home-game-tj .game-item:hover .title{
	color: var(--pm-c) !important;
}
.home-game-tj .game-list {
	width: 25%;
	margin-top: 22px;
	text-align: center;
}

.home-game-tj .game-list .icon {
	width: 62px;
	height: 62px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}

.home-game-tj .game-list .title {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 8px;
}
.home-game-tj .game-list:hover .title{
	color: var(--pm-c) !important;
}
/* 游戏攻略 */
.indexNews .baseList {
	width: 400px;
}

.indexNews .baseList .item {
	background: #F7F7F7;
	border-radius: 8px;
}

.indexNews .baseList .item .thumb {
	width: 150px;
	height: 100px;
	border-radius: 8px;
	overflow: hidden;
}

.indexNews .baseList .item .info {
	overflow: hidden;
	padding-right: 10px;
}

.indexNews .baseList .item .title {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.indexNews .baseList .item .desc {
	font-size: 12px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

.indexNews .baseList .item .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 14px;
	background: url(../images/time.png) no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 16px;
}

.indexNews .baseList .itembox {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.indexNews .baseList .itembox .thumb {
	width: 150px;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
}

.indexNews .baseList .itembox .info {
	overflow: hidden;
	padding-right: 10px;
}

.indexNews .baseList .itembox .title {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.indexNews .baseList .itembox .desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 6px;
}

.indexNews .baseList .itembox .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 14px;
	background: url(../images/time_.png) no-repeat left/contain;
	background-size: 14px 14px;
	padding-left: 18px;
}

.indexNews .baseList .list {
	margin-top: 18px;
}

.indexNews .baseList .list .tag {
	font-size: 14px;
	color: #999999;
}

.indexNews .baseList .list .title {
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 0 6px;
}

.indexNews .baseList .list .time {
	font-size: 13px;
	color: #999999;
}

.indexNews .baseList li:hover .title {
	color: var(--pm-c) !important;
}

.indexNews .home-news {
	width: 400px;
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexNews .home-news .item {
	float: left;
	width: 190px;
	height: 110px;
	position: relative;
}

.indexNews .home-news .item .thumb {
	width: 190px;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
}

.indexNews .home-news li:nth-child(4) {
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
}

.indexNews .home-news li:nth-child(4) .thumb {
	width: 100%;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
}

.indexNews .home-news .item .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	height: 100px;
	line-height: 160px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

.indexNews .home-news .item:nth-child(n+5) .title {
	font-size: 12px;
	height: 40px;
	line-height: 45px;
	border-radius: 0px 0px 8px 8px;
}

.indexNews .home-news .list {
	margin-bottom: 20px;
	width: 100%;
	display: block;
	background: url('../images/dot.png') no-repeat left/contain;
	background-size: 24px 24px;
	padding-left: 30px;
}

.indexNews .home-news .list .title {
	font-size: 16px;
	color: #333333;
}

.indexNews .home-news li:hover .title {
	color: var(--pm-c) !important;
}

/* 热门礼包 */
.home-gift-list ul li {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home-gift-list ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.home-gift-list ul li .icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	overflow: hidden;
}

.home-gift-list ul li .info {
	overflow: hidden;
	margin-left: 15px;
}

.home-gift-list ul li .title {
	font-size: 14px;
	color: #333333;
	display: block;
}

.home-gift-list ul li .num {
	font-size: 12px;
	color: #999999;
	margin-top: 6px;
}

.home-gift-list ul li .num span {
	color: var(--pm-c);
}

.home-gift-list ul li .desc {
	font-size: 12px;
	color: #999999;
	margin-top: 6px;
	display: block;
}

.home-gift-list ul li .btn {
	font-size: 14px;
	color: var(--pm-c);
	display: block;
	width: 62px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	padding-left: 26px;
	background: url('../images/gift_.png') no-repeat 6px/contain #fff;
	background-size: 16px 16px;
}

.home-gift-list ul li:hover .btn {
	color: #fff !important;
	background: url('../images/gift.png') no-repeat 6px/contain var(--pm-c);
	background-size: 16px 16px;
}

.home-gift-list ul li:hover .title {
	color: var(--pm-c) !important;
}

/* 热门视频 */
.indexVideo .video-card {
	background: #F7F7F7;
	border-radius: 0px 0px 10px 10px;
	position: relative;
}

.indexVideo .video-card .thumb {
	width: 400px;
	height: 190px;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.indexVideo .video-card .player {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25%;
	left: 43%;
	background: url('../images/video.png') no-repeat center/contain;
}

.indexVideo .video-card .info {
	padding: 12px 20px;
}

.indexVideo .video-card .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.indexVideo .video-card .title:hover{
	color: var(--pm-c) !important;
}
.indexVideo .video-card .desc {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 6px;
}

.indexVideo .video-card .come_from {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 15px;
	background: url(../images/come_from.png) no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 15px;
}

.indexVideo .video-card .time {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 15px;
	background: url(../images/time.png) no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 15px;
}

.indexVideo .video-item {
	width: 190px;
	position: relative;
}

.indexVideo .video-item:nth-child(odd) {
	margin-right: 18px;
}

.indexVideo .video-item .thumb {
	width: 190px;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.indexVideo .video-item .player {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 22%;
	left: 40%;
	background: url('../images/video.png') no-repeat center/contain;
}

.indexVideo .video-item .title {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}
.indexVideo .video-item .title:hover{
	color: var(--pm-c) !important;
}
.indexVideo .video-list li {
	background: url('../images/video_icon.png') no-repeat left/contain;
	background-size: 18px 18px;
	padding-left: 26px;
	margin-bottom: 14px;
}

.indexVideo .video-list li:last-child {
	margin-bottom: 0;
}

.indexVideo .video-list li .title {
	font-size: 14px;
	color: #333333;
}

.indexVideo .video-list li .time {
	font-size: 13px;
	color: #999999;
	display: block;
	margin-left: 10px;
}
.indexVideo .video-list li:hover .title{
	color: var(--pm-c) !important;
}
/* 手游下载 */
.home-game .game-name {
	font-size: 24px;
	color: #222222;
	font-weight: 600;
}

.home-game .game-type {
	margin: 20px 0 25px;
}

.home-game .game-type li {
	display: inline-block;
	text-align: center;
	padding: 0 8px;
	margin-right: 9px;
	min-width: 90px;
	height: 34px;
	line-height: 32px;
	margin-bottom: 10px;
	background: #F4F4F4;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
}

.home-game .game-type li:last-child {
	margin-right: 0;
}

.home-game .game-type li a {
	font-size: 13px;
	color: #808080;
	display: block;
}

.home-game .game-type li.uk-active,
.home-game .game-type li:hover {
	border: 1px solid transparent;
	height: 42px;
	line-height: 34px;
	background: url('../images/game_bg.png') no-repeat center/cover;
	margin-bottom: 0px;
}

.home-game .game-type li.uk-active a,
.home-game .game-type li:hover a {
	font-weight: bold;
	color: #FFFFFF !important;
}

.home-game .home-game-list {
	margin-left: 0px;
}

.home-soft .home-game-list {
	padding: 0px 5px 0px 0px;
}

.home-game .home-game-list .item {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-left: -20px;
	margin-bottom: 8px;
}

.home-game .home-game-list .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.home-game .home-game-list .item .info {
	flex: 1;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}

.home-game .home-game-list .item .title a {
	font-size: 15px;
	color: #333333;
}

.home-game .home-game-list .item .type {
	font-size: 13px;
	color: #808080;
	display: inline-block;
	margin-top: 5px;
}

.home-game .home-game-list .item .score {
	font-size: 12px;
	color: #FF6969;
	display: block;
	margin-top: 5px;
	background: url('../images/star.png') no-repeat left/contain;
	background-size: 14px 14px;
	padding-left: 20px;
}

.home-game .home-game-list .item:hover .title a {
	color: var(--pm-c) !important;
}

/* 下载排行 */
.indexApp .rank ul li {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #F2F2F2;
}

.indexApp .rank ul li .icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	overflow: hidden;
	display: none;
	margin-left: 14px;
}

.indexApp .rank ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.indexApp .rank ul li i {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #F0F0F0;
	border-radius: 4px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.indexApp .rank ul li:nth-child(-n+3) i {
	background-color: var(--pm-c);
	color: #fff;
}

.indexApp .rank ul li .info {
	display: flex;
}

.indexApp .rank ul li .title {
	font-size: 14px;
	color: #333333;
	display: block;
}

.indexApp .rank ul li .type {
	font-size: 12px;
	color: #666666;
	margin: 5px 0;
	display: none;
}

.indexApp .rank ul li .type span {
	display: inline-block;
	margin: 0 5px;
	color: #999898;
}

.indexApp .rank ul li .hits {
	font-size: 12px;
	color: #999999;
	display: block;
	padding-left: 18px;
	background: url(../images/hits_icon.png) no-repeat left/contain;
	background-size: 14px 14px;
}

.indexApp .rank ul li .btn {
	width: 68px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: var(--pm-c);
	border-radius: 5px;
	margin-left: 10px;
	transition: all .3s ease-out;
	display: none;
}

.indexApp .rank ul li:hover .btn {
	color: #fff !important;
}

.indexApp .rank ul li.on .info,
.indexApp .rank ul li.on .type,
.indexApp .rank ul li.on .btn,
.indexApp .rank ul li.on .icon {
	display: block;
}

.indexApp .rank ul li.on i {
	height: 70px;
	line-height: 70px;
}

.indexApp .rank ul li:hover .title {
	color: var(--pm-c) !important;
}

/* 手游专辑 */
.indexWrapB .album {
	width: 820px;
}

.indexWrapB .album .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 0;
	overflow: hidden;
	position: relative;
	left: -20px;
	opacity: 0;
	transition: all .3s .2s ease-out;
}

.indexWrapB .album .list ul.on {
	height: auto;
	left: 0;
	opacity: 1;
}

.indexWrapB .album .list ul li {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	width: 400px;
	height: 190px;
	margin-top: 20px;
}

.indexWrapB .album .list ul li:hover {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}

.indexWrapB .album .list ul li .album-list {
	padding: 16px;
	background: url('../images/album_bg1.png') no-repeat;
}

.indexWrapB .album .list ul li:nth-child(2n+2) .album-list {
	background: url('../images/album_bg2.png') no-repeat;
}

.indexWrapB .album .list ul li:nth-child(3n+3) .album-list {
	background: url('../images/album_bg3.png') no-repeat;
}

.indexWrapB .album .list ul li:nth-child(4n+4) .album-list {
	background: url('../images/album_bg4.png') no-repeat;
}

.indexWrapB .album ul li .icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	overflow: hidden;
}

.indexWrapB .album ul li .info {
	overflow: hidden;
	margin-left: 15px;
}

.indexWrapB .album ul li .album-list .title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-top: 5px;
}
.indexWrapB .album ul li .album-list:hover .title{
	color: var(--pm-c) !important;
}
.indexWrapB .album ul li .num {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 12px;
}

.indexWrapB .album ul li .desc {
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}

.indexWrapB .album ul li .btn {
	font-size: 12px;
	color: #999999;
	transition: all .3s ease-out;
	margin-left: 10px;
	background: url('../images/jt.png') no-repeat right/contain;
	background-size: 10px 10px;
	padding-right: 18px;
}

.indexWrapB .album ul li:hover .icon {
	transform: scale(1.06);
}
.indexWrapB .album ul li:hover .btn{
	color: var(--pm-c) !important;
}
.indexWrapB .album .album-game {
	padding: 0 16px;
}

.indexWrapB .album .album-game .title {
	font-size: 14px;
	color: #333333;
	display: block;
	width: 33.3%;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.indexWrapB .album .album-game .title:hover{
	color: var(--pm-c) !important;
}
.indexWrapB .album .album-game .title:nth-child(-n+3) {
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 15px;
}

.indexWrapB .album .album-game .title::before {
	width: 6px;
	height: 6px;
	background: #E6E6E6;
	border-radius: 2px;
	left: 0;
	top: 12px;
}

/* 热门专辑 */
.home-hot-album .thumb {
	width: 320px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}

.home-hot-album .list {
	margin-top: 16px;
}

.home-hot-album .num {
	font-size: 14px;
	font-weight: bold;
	color: #B3B3B3;
	font-style: italic;
}

.home-hot-album .list:nth-child(1) .num {
	color: #F21414;
}

.home-hot-album .list:nth-child(2) .num {
	color: #FF4C00;
}

.home-hot-album .list:nth-child(3) .num {
	color: #FF8A00;
}

.home-hot-album .list .title {
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 0 10px;
}

.home-hot-album .list .time {
	font-size: 12px;
	color: #999999;
}

.home-hot-album .list:hover .title {
	color: var(--pm-c) !important;
}

.home-hot-album .uk-slideshow-items {
	position: relative;
}

.home-hot-album .uk-slideshow-items::before {
	position: absolute;
	left: -1px;
	top: 30px;
	z-index: 11;
	width: 60px;
	height: 60px;
	background: url('../images/hot_album_icon.png') no-repeat center/contain;
}

.home-hot-album .uk-dotnav {
	margin-left: 5px;
}

.home-hot-album .uk-dotnav>*>* {
	width: 8px;
	height: 8px;
	background: #D9D9D9;
	border-radius: 2px;
	border: none;
}

.home-hot-album .uk-light .uk-dotnav>.uk-active>* {
	background: var(--pm-c);
	border: none;
}

/* 游戏美宣 */
.indexImage .pic-left {
	clear: both;
	overflow: hidden;
}

.indexImage .pic-left .thumb {
	width: 522px;
	height: 302px;
	margin-bottom: 2px;
}

.indexImage .pic-left .thumb:nth-child(n+2) {
	width: 257px;
	height: 150px;
	float: left;
}

.indexImage .pic-left .thumb:nth-child(2) {
	margin-right: 2px;
}

.indexImage .pic-middle {
	margin: 0 2px;
}

.indexImage .pic-middle .thumb {
	width: 300px;
	height: 150px;
	margin-bottom: 2px;
}

.indexImage .pic-right .thumb {
	width: 340px;
	height: 150px;
}

.indexImage .pic-right .thumb:nth-child(2) {
	height: 302px;
	margin-top: 2px;
}

/* 排行榜 */
.rankWrap {
	display: flex;
	justify-content: space-between;
}

.rankWrap .pageTitle {
	color: transparent;
	height: 70px;
	background: url('../images/rank_title1.png') no-repeat center/contain;
}

.rankWrap .section {
	width: 386px;
	background: #fff;
	border-radius: 10px;
}

.rankWrap .section:nth-child(2) .pageTitle {
	background: url('../images/rank_title2.png') no-repeat center/contain;
}

.rankWrap .section:nth-child(3) .pageTitle {
	background: url('../images/rank_title3.png') no-repeat center/contain;
}

.rankWrap .section:nth-child(2) {
	margin: 0 20px;
}

.rankWrap ul {
	padding: 0 20px;
}

.rankWrap ul li {
	border-bottom: 1px dashed #F2F2F2;
	padding-bottom: 16px;
	margin-bottom: 16px;
	transition: none;
	overflow: hidden;
}

.rankWrap ul li:last-child {
	border: none;
	padding-bottom: 0;
}

.rankWrap ul li i {
	display: block;
	float: left;
	font-size: 12px;
	color: #999999;
	transition: all .3s ease-out;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #F0F0F0;
	border-radius: 4px;
	text-align: center;
}

.rankWrap ul li:nth-child(-n+3) i {
	color: #fff;
}

.rankWrap ul li:nth-child(1) i {
	background: #FF5C5C;
}

.rankWrap ul li:nth-child(2) i {
	background: #FF8B8B;
}

.rankWrap ul li:nth-child(3) i {
	background: #FFB0B0;
}

.rankWrap .section:nth-child(2) ul li:nth-child(1) i {
	background: #5194FF;
}

.rankWrap .section:nth-child(2) ul li:nth-child(2) i {
	background: #83B2FF;
}

.rankWrap .section:nth-child(2) ul li:nth-child(3) i {
	background: #A4C7FF;
}

.rankWrap .section:nth-child(3) ul li:nth-child(1) i {
	background: #19D68D;
}

.rankWrap .section:nth-child(3) ul li:nth-child(2) i {
	background: #4FDEA7;
}

.rankWrap .section:nth-child(3) ul li:nth-child(3) i {
	background: #7FE8C0;
}

.rankWrap ul li .icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	overflow: hidden;
	margin-left: 10px;
	display: none;
}

.rankWrap ul li .item {
	float: left;
	width: 230px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	overflow: hidden;
}

.rankWrap ul li .info {
	display: flex;
}

.rankWrap ul li .title {
	font-size: 14px;
	color: #333333;
	display: block;
}

.rankWrap ul li .type {
	font-size: 12px;
	color: #666666;
	margin: 5px 0;
	display: none;
}

.rankWrap ul li .type span {
	display: inline-block;
	margin: 0 5px;
	color: #999898;
}

.rankWrap ul li .score {
	font-size: 12px;
	color: #808080;
	display: block;
	padding-left: 18px;
	background: url('../images/score_icon.png') no-repeat left/contain;
	background-size: 14px 14px;
}

.rankWrap ul li .hits {
	font-size: 12px;
	color: #808080;
	display: block;
	padding-left: 18px;
	background: url('../images/hits_icon.png') no-repeat left/contain;
	background-size: 14px 14px;
}

.rankWrap ul li .ss {
	font-size: 12px;
	color: #808080;
	display: block;
	padding-left: 18px;
	background: url('../images/ss_icon.png') no-repeat left/contain;
	background-size: 14px 14px;
}

.rankWrap ul li .btn {
	width: 68px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #FF4A4A;
	border-radius: 5px;
	margin-left: 20px;
	transition: all .3s ease-out;
	display: none;
}

.rankWrap ul li:hover .btn {
	color: #fff !important;
}

.rankWrap .section:nth-child(2) ul li .btn {
	background: #5194FF;
}

.rankWrap .section:nth-child(3) ul li .btn {
	background: #19D68D;
}

.rankWrap ul li.on .icon,
.rankWrap ul li.on .type,
.rankWrap ul li.on .info,
.rankWrap ul li.on .btn {
	display: block;
}
.rankWrap ul li:hover .title {
	color: var(--pm-c) !important;
}
/* 分类 */
.home-news-type .news-type li {
	width: 180px;
	height: 40px;
	line-height: 38px;
	background: #F4F4F4;
	border-radius: 5px;
	border: 1px solid #E4E4E4;
	text-align: center;
}

.home-news-type .news-type li a {
	font-size: 14px;
	color: #808080;
	display: block;
}

.home-news-type .news-type li.uk-active {
	height: 50px;
	border: none;
	background: url('../images/news_type.png') no-repeat center/contain;
}

.home-news-type .news-type li:hover a {
	color: var(--pm-c) !important;
}

.home-news-type .news-type li.uk-active a {
	color: #fff !important;
}

.home-news-type .baseList li {
	position: relative;
	padding-left: 26px;
}

.home-news-type .baseList li::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 1px;
	left: 20px;
}

.home-news-type .baseList li .tag {
	font-size: 14px;
	color: #999;
}

.home-news-type .baseList li .title {
	font-size: 14px;
	color: #333;
}
.home-news-type .baseList li:hover .title {
	color: var(--pm-c) !important;
}
.home-news-type .baseList li .time {
	font-size: 13px;
	color: #999999;
	display: block;
	margin-left: 6px;
}

/* 友情链接 */
.indexLinks {
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
}

.indexLinks .title {
	width: 125px;
	height: auto;
	margin-right: 20px;
	background: url('../images/home_link.png') no-repeat center/contain;
}

.indexLinks ul {
	margin-left: -15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.indexLinks ul li {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
}
.indexLinks ul li:hover a{
	color: var(--pm-c) !important;
}
.indexLinks ul li::after {
	content: '|';
	display: inline-block;
	color: #CCCCCC;
	margin-left: 10px;
}

.indexLinks ul li:last-child::after {
	display: none;
}

/* 公共头部游戏 */
.hot-top-game .swiper-container {
	height: 106px;
}

.hot-top-game .swiper-slide a {
	margin-right: 28px;
}

.hot-top-game .name {
	width: 38px;
	height: 102px;
	background: url('../images/hot-top-game-title.png') no-repeat center/contain;
	font-size: 13px;
	color: var(--pm-c);
	line-height: 16px;
	padding: 8px 8px 5px;
	margin-right: 15px;
}
.hot-top-game .name::before{
	content: '';
	display: block;
	width: 16px;
	height: 15px;
	background: url('../images/top_hot_tj_icon.png') no-repeat center/contain;
  background-size: 16px 15px;
	margin-bottom: 4px;
}
.hot-top-game .swiper-button-prev {
	display: none;
}

.hot-top-game .swiper-button-next {
	width: 30px;
	height: 102px;
	background: url('../images/sx_icon.png') no-repeat center/contain var(--pm-c);
	background-size: 16px 16px;
	border-radius: 5px;
	top: 0;
}

/* ——————面包屑—————— */
.crumbs {
	margin: 0px 0 20px;
}

.crumbs,
.crumbs a {
	color: #999;
	font-size: 12px;
}
.crumbs .home{
	background: url('../images/address.png') no-repeat left/contain;
	padding-left: 20px;
}
.crumbs:last-child,
.crumbs:last-child,
.crumbs span:last-of-type a,
.crumbs span:last-of-type{
	color: #4D4D4D;
}

.crumbs .location {
	display: flex;
	align-items: center;
}

.crumbs .item::after {
	display: inline-block;
	content: '>';
	margin: 0 5px;
}

.crumbs .item:last-child:after {
	display: none;
}

.crumbs .item.active a {
	color: #4D4D4D;
}

/* page */
/* 文章页 */
.detail {
	margin: 20px 0;
}

.detail h1 {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}

.detail .others {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-bottom: 30px;
	margin: 30px 0 20px;
	border-bottom: 1px solid #F2F2F2;
}
.detail .others span {
	margin: 0 15px;
}
.detail .txt p {
	font-size: 16px;
	color: #666;
	line-height: 2.5;
	text-indent: 2em;
}

.detail .txt h2,
.detail .txt h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 25px 0 8px;
	background: url('../images/dot2.png') no-repeat left/contain;
  background-size: 22px 22px;
	padding-left: 28px;
}

.detail .txt img {
	max-width: 100%;
	margin: 15px auto;
}

.detail .txt iframe {
	width: 100%;
	height: auto;
	min-height: 500px;
}

.detail .txt p iframe {
	width: 100%;
	height: auto;
	min-height: 500px;
	margin-left: -2em;
}

.detail video {
	margin: 20px auto;
	display: block;
}

/* 图集样式 */
.imagesboxSwiper .swiper-slide img {
	width: 600px;
	height: 370px;
}
.imagesboxSwiper .swiper-pagination {
	bottom: 20px;
}

/* 404页面 */
.pageErrorWrap {
	min-height: 1000px;
	text-align: center;
	padding: 100px 0;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

.page-404 {
	width: 200px;
	height: 160px;
	margin: 0 auto;
	background-image: url(../images/404.png);
	background-repeat: no-repeat;
}

.page-500 {
	width: 200px;
	height: 160px;
	margin: 0 auto;
	background-image: url(../images/500.png);
	background-repeat: no-repeat;
}

.pageErrorWrap .title {
	letter-spacing: 2px;
	font-size: 14px;
	color: #999999;
	margin-top: 25px;
	margin-bottom: 35px;
}

.pageErrorWrap .go-home {
	display: inline-block;
	padding: 0 30px;
	height: 44px;
	line-height: 42px;
	font-size: 18px;
	letter-spacing: 2px;
	color: var(--pm-c);
	border: solid 1px var(--pm-c);
	border-radius: 5px;
	margin-top: 35px;
}
.pageErrorWrap .go-home:hover{
	border: solid 1px var(--pm-c);
	background: var(--pm-c);
	color: #fff !important;
}
/* 开服表 */
.kfPage .module-title .title{
	overflow: hidden;
}
.kfPage .module-title .title::before {
  width: 22px;
  height: 22px;
  background: url(../images/kaifu-title-dot.png) no-repeat center/contain;
}
.kfPage .module-title .num{
	font-size: 12px;
	color: #666666;
}
.kfPage .module-title .num i{
	font-size: 12px;
	font-weight: bold;
	color: var(--pm-c);
}

.kaifu-warp tr {
  border: 1px solid #F2F2F2;
}

.kaifu-warp tr th {
  height: 45px;
  line-height: 45px;
  background: #F8F8F8;
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
  box-sizing: border-box;
  padding: 0 12px;
}

/* .kaifu-warp tr:nth-child(-n+3) {
  background: #FAFAFA;
} */

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
  background: #FAFAFA;
}

.kaifu-warp tr td {
  font-size: 15px;
  letter-spacing: 1px;
  color: #666666;
  line-height: 38px;
}

.kaifu-warp tr .game-name{
	width: 220px;
}

.kaifu-warp tr .icon {
  width: 50px;
  height: 50px;
	border-radius: 10px;
	overflow: hidden;
}

.kaifu-warp tr .title {
  font-size: 14px;
  color: #333333;
	display: inline-block;
	line-height: 18px;
}
.kaifu-warp tr .type {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 14px;
}
.kaifu-warp tr .time {
 font-size: 14px;
 color: #666666;
}
.kaifu-warp tr .az_{
	width: 22px;
	height: 22px;
	background: url('../images/az_.png') no-repeat center/contain;
  background-size: 22px 22px;
	color: transparent;
}
.kaifu-warp tr .ios_{
	width: 22px;
	height: 22px;
	background: url('../images/ios_.png') no-repeat center/contain;
  background-size: 22px 22px;
	color: transparent;
}
.kaifu-warp tr td span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #c6c5c5;
}

.kaifu-warp .btn {
  display: block;
  width: 108px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}

.kaifu-warp .down {
  border: 1px solid #0598FA;
  color: #0598FA;
  padding-left: 18px;
}

.kaifu-warp .gift {
  border: solid 1px var(--pm-c);
  color: var(--pm-c);
  padding-left: 22px;
}

.kaifu-warp .btn::before {
  left: 12px;
  display: inline-block;
  z-index: 100;
}

.kaifu-warp .down::before {
  width: 14px;
  height: 14px;
  background: url(../images/kaifu_down.png) no-repeat center/contain;
}

.kaifu-warp .down:hover {
  background: #0598FA;
  color: #ffffff !important;
}

.kaifu-warp .down:hover::before {
  background: url(../images/album_btn.png) no-repeat center/contain;
}

.kaifu-warp .gift::before {
  width: 15px;
  height: 15px;
  background: url(../images/gift_.png) no-repeat center/contain;
}

.kaifu-warp .gift:hover {
  background-color: var(--pm-c);
  color: #ffffff !important;
}

.kaifu-warp .gift:hover::before {
  background: url(../images/gift.png) no-repeat center/contain;
}

.kaifu .uk-link-toggle:hover .uk-link,
.kaifu .uk-link:hover,
.kaifu a:hover {
  color: #fff !important;
}

.kaifu .game-type {
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
  box-sizing: border-box;
}

.kaifu .game-type::after {
  width: 14px;
  height: 14px;
  z-index: 99;
  background: url('../images/dropdown.png') no-repeat center/contain;
  margin-left: 10px;
}

.kaifu-warp .uk-dropdown {
  border-radius: 6px;
  padding: 10px 0;
  min-width: 140px;
  /* left: 305px !important;
  top: 420px !important; */
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav::after {
  width: 0;
  height: 0;
  border: 18px solid;
  border-color: transparent transparent #ffffff transparent;
  top: -20px;
  left: 55px;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li {
  font-size: 15px;
  letter-spacing: 1px;
  color: #666666;
  cursor: pointer;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li.uk-active {
  /* background-color: #249df8; */
  /* color: #fff; */
}

.popupSection {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popupSection .cover {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popupSection .cover .code {
	position: relative;
}

.popupSection #code {
	position: absolute;
	bottom: 110px;
	left: 0;
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 0 80px;
}

.popupSection .code .close {
	display: block;
	position: absolute;
	right: 30px;
	top: 20px;
	width: 42px;
	height: 42px;
	background: url(../images/close.png) no-repeat center/contain;
	cursor: pointer;
}

.popupSection .code .copyBtn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -113px;
	width: 226px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	color: var(--pm-c);
	background-color: #f8f8f8;
	border-radius: 26px;
	cursor: pointer;
}

.page-map .nav {
	position: relative;
	width: 210px;
	height: 425px;
	background: #F7F7F7;
	border-radius: 8px;
}

.page-map .nav li a {
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
}
.page-map .nav li:first-child,
.page-map .nav li:first-child a{
	border-radius: 8px 8px 0px 0px;
}
.page-map .nav li:last-child,
.page-map .nav li:last-child a{
	border-radius: 0px 0px 8px 8px;
}

.page-map .nav li.on a {
	background: var(--pm-c)  url('../images/jt_.png') no-repeat 180px/contain;
	background-size: 14px 14px;
	color: #fff !important;
}
.page-map .name{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 12px;
}
.page-map .item {
	margin-bottom: 20px;
}

.page-map .item p {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	position: relative;
}
.page-map .item p::before{
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	border-radius: 2px;
	left: 0;
}
.page-map .item ul li {
	width: 110px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
	margin-right: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.page-map .item ul li a {
	display: block;
	font-size: 14px;
	text-align: center;
}

.page-map .item ul li:nth-child(7n) {
	margin-right: 0;
}
.page-map .item ul li:hover {
	border: 1px solid var(--pm-c);
}
.page-map .item ul li a:hover {
	color: var(--pm-c) !important;
}

.leftSlide {
	width: 810px;
}

.rightSlide {
	width: 320px;
}

/* 资讯列表菜单 */
.news-nav{
	border-radius: 5px;
	background: #F7F7F7;
}
.news-nav li {
	flex: auto;
	text-align: center;
}

.news-nav li a {
	padding-top: 48px;
	height: 80px;
	display: block;
	text-align: center;
	background-position: center 16px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #666666;
}
.news-nav li.on,
.news-nav li:hover{
	background: #FFE7E7;
	position: relative;
}
.news-nav li:hover a,
.news-nav li.on a {
	background-color: #ffe7e7;
	color: var(--pm-c) !important;
	font-weight: bold;
	background: #FFE7E7;
}
.news-nav li.on::after{
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 40%;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: #FFE7E7 transparent  transparent transparent;
}
.news-nav li:first-child a {
	background: url(../images/news_menu_yxzx.png) no-repeat center 16px;
}

.news-nav li:nth-child(2) a {
	background: url(../images/news_menu_sycp.png) no-repeat center 15px;
}

.news-nav li:nth-child(3) a {
	background: url(../images/news_menu_sygl.png)  no-repeat center 15px;
}

.news-nav li:nth-child(4) a {
	background: url(../images/news_menu_xydt.png) no-repeat center 15px;
}

.news-nav li:nth-child(5) a {
	background: url(../images/news_menu_cyzx.png) no-repeat center 15px;
}
.news-nav li:nth-child(6) a {
	background: url(../images/news_menu_cyzx.png) no-repeat center 15px;
}
.news-nav li:nth-child(7) a {
	background: url(../images/news_menu_cyzx.png) no-repeat center 15px;
}

.news-nav li:first-child.on a,
.news-nav li:first-child:hover a {
	background: url(../images/news_menu_yxzx1.png) no-repeat center 15px;
}

.news-nav li:nth-child(2).on a,
.news-nav li:nth-child(2):hover a {
	background: url(../images/news_menu_sycp1.png) no-repeat center 15px;
}

.news-nav li:nth-child(3).on a,
.news-nav li:nth-child(3):hover a {
	background: url(../images/news_menu_sygl1.png) no-repeat center 15px;
}

.news-nav li:nth-child(4).on a,
.news-nav li:nth-child(4):hover a {
	background: url(../images/news_menu_xydt1.png) no-repeat center 15px;
}

.news-nav li:nth-child(5).on a,
.news-nav li:nth-child(5):hover a {
	background: url(../images/news_menu_cyzx1.png) no-repeat center 15px;
}
.news-nav li:nth-child(6).on a,
.news-nav li:nth-child(6):hover a {
	background: url(../images/news_menu_cyzx1.png) no-repeat center 15px;
}
.news-nav li:nth-child(7).on a,
.news-nav li:nth-child(7):hover a {
	background: url(../images/news_menu_cyzx1.png) no-repeat center 15px;
}

/* 资讯列表 */
.news-list li {
	border-bottom: 1px solid #F2F2F2;
	padding: 20px 0;
}

.news-list li .thumb {
	width: 220px;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
}

.news-list li .info {
	width: calc(100% - 220px);
	overflow: hidden;
}

.news-list li .desc {
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
}
.news-list li .title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.news-list li .others span {
	font-size: 12px;
	color: #999999;
	display: inline-block;
	padding-left: 18px;
}
.news-list li .time{
	margin-right: 30px;
	background: url(../images/time.png) no-repeat left/contain;
  background-size: 14px 14px;
}
.news-list li .hits{
	background: url(../images/time_.png) no-repeat left/contain;
	background-size: 14px 14px;
}
.news-list li:hover{
	background: linear-gradient(90deg, #FFFFFF 0%, #FFF5F5 50%, #FFFFFF 100%);
}
.news-list li:hover .title {
	color: var(--pm-c) !important;
}

/* 今日头条 */
.hotSwiper {
	margin-bottom: 20px;
}
.hotSwiper .swiper-wrapper a{
	position: relative;
}
.hotSwiper .swiper-wrapper a::before{
	content: '今日头条';
	display: block;
	width: 72px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: var(--pm-c);
	border-radius: 8px 0px 8px 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
}
.hotSwiper .swiper-slide img {
	width: 320px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #D9D9D9;
	border-radius: 2px;
	opacity: 1;
	margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--pm-c);
}

/* 近期热点 */
.rightSlide .hotNews ul {
	margin-top: 10px;
}

.rightSlide .hotNews ul li .num{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: var(--pm-c);
	border-radius: 4px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
}

.rightSlide .hotNews ul li .title {
	font-size: 14px;
	color: #333333;
}

.rightSlide .hotNews ul li .time {
	font-size: 13px;
	color: #999999;
	display: block;
	margin-left: 5px;
}
.rightSlide .hotNews ul li:first-child .title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.rightSlide .hotNews ul li:first-child .time{
	display: none;
}
.rightSlide .hotNews ul li:first-child .num{
	width: 24px;
	height: 24px;
	background: url('../images/dot.png') no-repeat center/contain;
	color: transparent;
}
.rightSlide .hotNews ul li:hover .title{
	color: var(--pm-c) !important;
}

/* 大家都在抢 */
.rightSlide .selectedGamePackage {
	margin-bottom: 30px;
}
.rightSlide .selectedGamePackage .bar{
	border-radius: 10px;
	overflow: hidden;
}
.rightSlide .selectedGamePackage ul {
	margin-top: 10px;
}
.rightSlide .selectedGamePackage ul li{
	margin-top: 16px;
}
.rightSlide .selectedGamePackage ul li::before{
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 1px;
	left: 0;
	display: inline-block;
}
.rightSlide .selectedGamePackage .baseList .title{
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 0 10px;
}
.rightSlide .selectedGamePackage .baseList li:hover .title{
	color: var(--pm-c) !important;
}
.rightSlide .selectedGamePackage .baseList .hits{
	font-size: 13px;
	color: #999999;
}
/* 热门礼包 */

/* 最新游戏 */
.rightSlide .sideNewGame .game-list .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}
.rightSlide .sideNewGame .game-list .title{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.rightSlide .sideNewGame .game-list .title:hover{
	color: var(--pm-c) !important;
}
/* 热门游戏 */
.rightSlide .hotGame ul li{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 18px;
	margin-top: 18px;
	transition: all .3s ease-out;
}

.rightSlide .hotGame ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.rightSlide .hotGame ul li .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
}

.rightSlide .hotGame ul li .info {
	overflow: hidden;
}

.rightSlide .hotGame ul li .title {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.rightSlide .hotGame ul li .others {
	font-size: 12px;
	color: #666666;
	margin: 10px 0;
}

.rightSlide .hotGame ul li .time {
	font-size: 12px;
	color: #999999;
	display: block;
	background: url(../images/date.png) no-repeat left/contain;
	background-size: 16px 16px;
	padding-left: 20px;
}

.rightSlide .hotGame ul li:hover .title {
	color: var(--pm-c) !important;
}
/* 更多排行 */
.sideMoreRank{
	
}
.sideMoreRank .item{
	height: 80px;
	background: url('../images/more_rank_bg.png') no-repeat right/contain #F7F7F7;
	border-radius: 10px;
	margin-bottom: 14px;
	padding: 15px;
}
.sideMoreRank .item .icon{
	width: 50px;
	height: 50px;
	border-radius: 12px;
	overflow: hidden;
}
.sideMoreRank .item .title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.sideMoreRank .item .time{
	font-size: 12px;
	color: #999999;
}
/* 相关攻略 */
.bottomXgNews .baseList{
	width: 100%;
	margin-left: 0;
}
.bottomXgNews .baseList .list,
.bottomXgNews .baseList .item{
	padding-left: 0 !important;
	width: 49%;
}
.bottomXgNews .baseList .list:nth-child(2n),
.bottomXgNews .baseList .item:nth-child(2n){
	margin-left: 20px;
	width: 48%;
}
.bottomXgNews .baseList .tag{
	font-size: 14px;
	color: #999;
}
.bottomXgNews .baseList .title{
	color: #333;
	font-size: 14px;
	display: block;
	margin: 0 5px;
}
.bottomXgNews .baseList li:hover .title{
	color: var(--pm-c) !important;
}
.bottomXgNews .baseList .time{
	font-size: 13px;
	color: #999;
}
/* 更多礼包 */
.bottomMoreGift ul li{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-bottom: 1px solid #F2F2F2;
}
.bottomMoreGift ul li:last-child{
	border: none;
}
.bottomMoreGift ul li:hover{
	background: #F7F7F7;
}
.bottomMoreGift ul li .icon{
	width: 30px;
	height: 30px;
	border-radius: 99px;
	overflow: hidden;
}
.bottomMoreGift ul li .title{
	display: block;
	max-width: 240px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin: 0 20px;
}
.bottomMoreGift ul li:hover .title{
	color: var(--pm-c) !important;
}
.bottomMoreGift ul li .desc{
	font-size: 14px;
	color: #999999;
}

.bottomMoreGift ul li .time{
	font-size: 13px;
	color: #999999;
	display: block;
	margin-left: auto;
}
/* 游戏视频 */
.bottomGameVideo .video-card{
	width: 390px;
}
.indexVideo .video-card .thumb{
	width: 390px;
}

/* 新游动态 */
.rightSlide .newGameNews {
	margin-bottom: 30px;
}

.rightSlide .newGameNews .item{
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
}
.rightSlide .newGameNews .item .thumb {
	width: 150px;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.rightSlide .newGameNews .item .info{
	overflow: hidden;
}
.rightSlide .newGameNews .item .title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}
.rightSlide .newGameNews .item:hover .title{
	color: var(--pm-c) !important;
}
.rightSlide .newGameNews .item .desc{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.rightSlide .newGameNews .item .hits{
	font-size: 12px;
	color: #999999;
	display: block;
	background: url(../images/time_.png) no-repeat left/contain;
	background-size: 12px 10px;
	padding-left: 18px;
	margin-top: 10px;
}
.rightSlide .newGameNews .list {
  margin-top: 18px;
}

.rightSlide .newGameNews .list .pic b {
	display: block;
	width: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: var(--pm-c);
	border-radius: 0px 6px 0px 6px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.rightSlide .newGameNews .list::before{
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	border-radius: 1px;
	left: 0;
}

.rightSlide .newGameNews .list .title {
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 0 10px 0 15px;
	position: relative;
}
.rightSlide .newGameNews .list:hover .title{
	color: var(--pm-c) !important;
}
.rightSlide .newGameNews .list .title::after{
	width: 20px;
	height: 20px;
	background: url('../images/dt_icon.png') no-repeat center/contain;
	right: -1px;
	top: 10px;
	display: none;
}
.rightSlide .newGameNews .list:nth-child(2) .title::after,
.rightSlide .newGameNews .list:nth-child(5) .title::after,
.rightSlide .newGameNews .list:nth-child(7) .title::after{
	display: block;
}
.rightSlide .newGameNews .list .time {
	font-size: 13px;
	color: #999999;
}
/* 最新专辑 */
.rightSlide .newAlbum .list .album-list{
	padding: 16px;
	background: url('../images/album_bg1.png') no-repeat;
}
.rightSlide .newAlbum .list ul li:nth-child(2) .album-list {
	background: url('../images/album_bg3.png') no-repeat;
}

.rightSlide .newAlbum .list ul li:nth-child(3) .album-list {
	background: url('../images/album_bg2.png') no-repeat;
}
.rightSlide .newAlbum .list ul li{
	width: 320px;
	height: 184px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	margin-top: 20px;
}
.rightSlide .newAlbum .list ul li:hover {
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.rightSlide .newAlbum .list ul li .album-list .title{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}
.rightSlide .newAlbum .list ul li .album-list:hover .title{
	color: var(--pm-c) !important;
}
.rightSlide .newAlbum .list ul li .album-list .type{
	font-size: 12px;
	color: #999999;
	display: inline-block;
}
.rightSlide .newAlbum .list ul li .album-list .num{
	font-size: 12px;
	color: #999999;
}
.rightSlide .newAlbum .list ul li .album-list .btn{
	display: block;
	font-size: 12px;
	color: #999999;
	transition: all .3s ease-out;
	margin-left: 10px;
	background: url('../images/jt.png') no-repeat center/contain;
	background-size: 10px 10px;
	padding-right: 18px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.rightSlide .newAlbum .list ul li:hover .album-list .btn{
	border: 1px solid var(--pm-c);
	color: transparent !important; 
	background: url(../images/jt_.png) no-repeat center/contain var(--pm-c);
	background-size: 10px 10px;
}
.rightSlide .newAlbum .album-game {
	padding: 0 16px;
}
.rightSlide .newAlbum .album-game .item{
	width: 25%;
	padding: 0 2px;
}
.rightSlide .newAlbum .album-game .icon{
	width: 56px;
	height: 56px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}
.rightSlide .newAlbum .album-game .title {
	font-size: 14px;
	color: #333333;
	display: block;
	position: relative;
	margin-top: 10px;
	text-align: center;
}
.rightSlide .newAlbum .album-game .item:hover .title{
	color: var(--pm-c) !important;
}
.aboutGameCard {
	border: solid 1px var(--pm-c);
	margin: 40px 0;
	display: block;
}

.aboutGameCard .info {
	padding: 20px;
	position: relative;
}

.aboutGameCard .info::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56%;
	background: #fee9e9 url(../images/bg01.png) no-repeat center/cover;
}

.aboutGameCard .pic {
	width: 120px;
	height: 120px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.aboutGameCard .info .center {
	width: 460px;
	position: relative;
	z-index: 2;
}

.aboutGameCard .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.aboutGameCard .desc {
	font-size: 14px;
	color: #999;
	line-height: 2;
}

.aboutGameCard .info .score {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 1px var(--pm-c);
	padding: 10px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.aboutGameCard .info .score>div {
	background-color: var(--pm-c);
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.aboutGameCard .info .score span {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 3px;
}

.aboutGameCard .info .score b {
	font-size: 36px;
}

.aboutGameCard .btm {
	background-color: #f67474;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
}

.aboutGameCard .btn {
	width: 136px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	background-color: #ffffff;
	color: var(--pm-c);
	font-weight: bold;
	border-radius: 20px;
	transition: all .3s ease-out;
}

.aboutGameCard .btn img {
	height: 16px;
	margin-right: 8px;
}

.aboutGameCard:hover .btn {
	box-shadow: inset 0 0 6px red;
}

/* 相关阅读 */
.btmSlide .bottomXgRead {
	margin-top: 30px;
}

.btmSlide .bottomXgRead li {
	margin: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	width: 186px;
	background: #F7F7F7;
	border-radius: 10px;
}

.btmSlide .bottomXgRead li:last-child {
	margin-right: 0;
}
.btmSlide .bottomXgRead li .tag{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	background: rgba(0,0,0,0.6);
	border-radius: 10px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 11;
}
.btmSlide .bottomXgRead li .thumb {
	width: 186px;
	height: 100px;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.btmSlide .bottomXgRead li .type {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	width: 72px;
	height: 28px;
	line-height: 28px;
	background: rgba(0,0,0,0.6);
	border-radius: 10px 0px 10px 0px;
}
.btmSlide .bottomXgRead li .info{
	padding: 10px 15px;
}
.btmSlide .bottomXgRead li .title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.btmSlide .bottomXgRead li:hover .title{
	color: var(--pm-c) !important;
}
.btmSlide .bottomXgRead li .desc{
	font-size: 12px;
	color: #666666;
	margin-top: 8px;
}
.btmSlide .bottomXgRead li .time{
	font-size: 12px;
	color: #999999;
	display: inline-block;
	padding-left: 18px;
	background: url(../images/time.png) no-repeat left/contain;
	background-size: 14px 14px;
	margin-top: 15px;
}

/* 猜你喜欢 */
.btmSlide .bottomLikeGame{
	
}
.btmSlide .bottomLikeGame ul li {
	margin-top: 20px;
	width: 14.2%;
}
.btmSlide .bottomLikeGame ul li .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}
.btmSlide .bottomLikeGame ul li .title{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.btmSlide .bottomLikeGame ul li:hover .title{
	color: var(--pm-c) !important;
}
/* 手游推荐 */
.btmSlide .relatedGame {
	margin-top: 20px;
}

.btmSlide .relatedGame ul li {
	width: 260px;
	height: 90px;
	margin: 20px 9px 0 0;
	padding: 10px;
	box-sizing: border-box;
}

.btmSlide .relatedGame ul li:hover{
	background: #F7F7F7;
	border-radius: 10px 10px 10px 10px;
}
.btmSlide .relatedGame ul li:nth-child(3n) {
	margin-right: 0;
}

.btmSlide .relatedGame ul li .icon {
	width: 70px;
	height: 70px;
	border-radius: 20px;
	overflow: hidden;
}
.btmSlide .relatedGame ul li .info{
	overflow: hidden;
}
.btmSlide .relatedGame ul li .title {
	font-size: 14px;
	color: #333333;
}
.btmSlide .relatedGame ul li:hover .title{
	color: var(--pm-c) !important;
}
.btmSlide .relatedGame ul li .score {
 color: #FF6969;
 font-size: 12px;
 display: block;
 margin: 5px 0;
 background: url(../images/star.png) no-repeat left/contain;
 background-size: 14px 14px;
 padding-left: 20px;
}
.btmSlide .relatedGame ul li .score span{
	color: #999999;
}
.btmSlide .relatedGame ul li .desc {
font-size: 12px;
color: #999999;
}

/* 游戏分类 */
.filter li {
	margin-right: 15px;
	width: 150px;
	height: 60px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	padding: 8px;
}
.filter li:nth-child(-n+7){
	margin-bottom: 15px;
}
.filter li:nth-child(7n) {
	margin-right: 0;
}

.filter li .icon{
	width: 44px;
	height: 44px;
	border-radius: 99px;
	overflow: hidden;
}
.filter li .title{
	font-size: 14px;
	color: #4D4D4D;
}
.filter li:hover .title{
	color: var(--pm-c) !important;
}
.filter li .type{
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 2px;
}
.filter li.on,
.filter li:hover{
	background: #FDF0F0;
}
.filter li.on .title,
.filter li:hover .title {
	color: var(--pm-c);
	font-weight: bold;
}
.filter li.on .type,
.filter li:hover .type {
	color: #FF7575;
}

/* 游戏下载列表 */
.app-list {
	margin-top: 10px;
	margin-left: 0px;
}

.app-list li {
	width: 216px;
	margin: 20px 20px 0 0;
	background: #FAFAFA;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
}

.app-list li:nth-child(5n) {
	margin-right: 0;
}

.app-list li .icon {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.app-list li .title {
	margin-top: 12px;
	font-size: 18px;
	color: #333333;
	display: block;
	margin-top: 12px;
}
.app-list li:hover .title{
	color: var(--pm-c) !important;
}
.app-list li .others {
	font-size: 12px;
	color: #999999;
	display: block;
	margin-top: 8px;
}
.platform{
	justify-content: center;
	margin-top: 12px;
}
.app-list li .btn {
	display: block;
	width: 90px;
	height: 36px;
	line-height:36px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 14px;
	color: #666666;
	text-align: center;
	transition: all .3s ease-out;
	margin: 15px auto 0;
}

.app-list li:hover {
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
}

.app-list li:hover .icon {
	transform: scale(1.05);
}

.app-list li:hover .btn {
	background-color: var(--pm-c);
	color: #fff !important;
	border: 1px solid var(--pm-c);
}

/* 游戏详情头部 */
.appInfo {
	margin-top: 20px;
}

.appInfo .pagePosition {
	margin-bottom: 20px;
}

.appInfo .pic {
	width: 150px;
	height: 150px;
	border-radius: 35px;
	overflow: hidden;
}

.appInfo .center {
	width: 640px;
}
/* 详情标题 */
.appInfo h1 {
	font-size: 31px;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}

.appInfo.package h1 {
	margin-bottom: 15px;
}
/* 详情信息 */
.appInfo .others {
	margin-top: 6px;
}

.appInfo .others li {
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	color: #666666;
	width: 32%;
	box-sizing: border-box;
	margin-top: 12px;
}
/* 详情评分 */
.appInfo .score {
	position: relative;
	color: #404040;
	line-height: 61px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: right;
}

.appInfo .score b {
	font-size: 50px;
}
.appInfo .desc{
	font-size: 16px;
	color: #808080;
	padding-right: 22px;
	margin-bottom: 5px;
	background: url('../images/pf_icon.png') no-repeat 65px 0/contain;
}
.appInfo .star{
	float: right;
}

/* 详情下载按钮 */
.appInfo .down-btn {
	margin-top: 20px;
}

.appInfo .down-btn .btn {
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	padding: 10px 35px;
	margin-right: 20px;
	cursor: pointer;
}

.appInfo .down-btn .btn {
	display: inline-block;
	position: relative;
}
.appInfo .down-btn .pc,
.appInfo .down-btn .az{
	background: #00D295;
}
.appInfo .down-btn .sy,
.appInfo .down-btn .ios,
.appInfo .down-btn .mob{
	background: #0598FA;
}

.appInfo .down-btn .lb{
	background: var(--pm-c);
}
.appInfo .down-btn .btn:hover .ewm {
	display: block;
}
.appInfo .down-btn .btn:hover a{
	color: #fff !important;
}
.appInfo .down-btn .btn .ewm {
	display: none;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	right: -94%;
	top: -236%;
	border-radius: 10px;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	border: 1px solid var(--pm-c);
}

.appInfo .down-btn .btn .ewm img {
	width: 130px;
	height: 130px;
}

.appInfo .down-btn .btn .ewm>div img {
	height: auto;
	width: auto;
}

.appInfo .down-btn .btn .ewm:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 15px;
	left: -12px;
	position: absolute;
	top: 50%;
	/* background-image: url('../images/btn-ewm-mark.png');
	background-size: auto; */
}

.appInfo .down-btn .btn a,
.appInfo .down-btn .btn span {
	position: relative;
	padding-left: 25px;
	font-size: 17px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center left;
}


.appInfo .down-btn .az a,
.appInfo .down-btn .az span {
	background-image: url('../images/az1.png');
}

.appInfo .down-btn .ios a,
.appInfo .down-btn .ios span {
	background-image: url('../images/ios1.png');
}
.appInfo .down-btn .pc a,
.appInfo .down-btn .pc span {
	background-image: url('../images/pc.png');
}

.appInfo .down-btn .mob a,
.appInfo .down-btn .mob span {
	background-image: url('../images/play.png');
}
.appInfo .down-btn .sy a,
.appInfo .down-btn .sy span {
	background-image: url('../images/album_btn.png');
}
.appInfo .down-btn .lb a,
.appInfo .down-btn .lb span {
	background-image: url('../images/nav_gift.png');
}

.appInfo .down-btn .xz a,
.appInfo .down-btn .xz span {
	background-image: url('../images/nav_game.png');
}

.appInfo .down-btn .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .4;
	border: none;
}

/* 截图 */
.swiperImgs .swiper-slide img,
.swiperImgsType .swiper-slide img,
.swiperImgsTypeA .swiper-slide img {
	width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 80px;
	background-color: rgba(255, 255, 255, .6);
	margin-top: -40px;
	background-size: 15px;
	transition: all .3s ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, .8);
}

.swiper-button-prev {
	border-radius: 0px 20px 20px 0px;
	left: 0;
}

.swiper-button-next {
	border-radius: 20px 0px 0px 20px;
	right: 0;
}

/* 文章内页标题样式*/
.detail_head {
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	padding: 0 32px;
	background: url(../images/bg-head.png) no-repeat 14px/contain #FDF1F1;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	margin: 10px 0 20px;
}

.detail_head.package {
	margin: 0 0 0 -20px;
}

/* 专辑列表 */
/* 热们专辑 */
.page-collection .topList li{
	height: 120px;
	background: #F5F5F5;
	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
	width: 49%;
	position: relative;
}

.page-collection .topList li:nth-child(1){
	margin-right: 1%;
}

.page-collection .topList li:nth-child(2){
	margin-left: 1%;
}

.page-collection .topList li::before{
	content: '推荐专辑';
	height: 28px;
	line-height: 28px;
	background: url('../images/album_tj.png') no-repeat 8px/contain #FF7337;
	background-size: 12px 12px;
	border-radius: 10px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	left: 0;
	top: 13px;
	z-index: 11;
	padding-left: 26px;
	padding-right: 15px;
	display: block;
}

.page-collection .topList li .thumb{
	width: 190px;
	height: 120px;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	position: relative;
}

.page-collection .topList li .name{
	height: 50px;
	line-height: 60px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	border-radius: 0px 0px 0px 10px;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.game-list{
	overflow: hidden;
}
.page-collection .topList li .item{
	width: 25%;
}
.page-collection .topList li .icon{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 auto;
}

.page-collection .topList li .title{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 8px;
	text-align: center;
}
.page-collection .topList li .item:hover .title{
	color: var(--pm-c) !important;
}
.page-collection .topList{
	
}
/* 专辑列表 */
.page-collection .indexWrapB .album{
	width: 100%;
}
.page-collection .indexWrapB .album .list ul li{
	width: 370px;
}
.page-collection .indexWrapB .list ul li .album-list .btn {
  display: block;
  font-size: 12px;
  color: transparent;
  transition: all .3s ease-out;
  margin-left: 10px;
  background: url(../images/jt.png) no-repeat center/contain;
  background-size: 10px 10px;
  padding-right: 18px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}
.page-collection .indexWrapB .list ul li:hover .album-list .btn{
	border: 1px solid var(--pm-c);
	color: transparent !important; 
	background: url(../images/jt_.png) no-repeat center/contain var(--pm-c);
  background-size: 10px 10px;
}
.page-collection .list li .btm .title {
	font-size: 14px;
}
/* 专辑详情 */
.collectionInfo {
	margin-top: 20px;
}

.collectionInfo img {
	width: 120px;
	height: 120px;
	border-radius: 25px;
	overflow: hidden;
}

.collectionInfo .info {
	overflow: hidden;
}

.collectionInfo h1.title {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

.collectionInfo .others {
	font-size: 14px; 
	color: #666666;
	margin: 20px 0;
}
.collectionInfo .others span{
	display: inline-block;
	width: 30%;
}
.collectionInfo .desc {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.collectionInfo .likeMore {
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	background: url('../images/xg_album.png') no-repeat 10px/contain #F7F7F7;
	background-size: 16px 16px;
	border-radius: 99px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	padding: 0 12px;
	width: 100%;
	padding-left: 30px;
}

.collectionInfo .likeMore .head {
	width: 182px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: var(--pm-c);
	font-weight: bold;
	background: url(../images/bg-head.png);
}

.collectionInfo .likeMore ul {
	width: 960px;
	height: 30px;
	line-height: 30px;
}

.collectionInfo .likeMore ul li a {
	display: block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #999999; 
}

.collectionInfo .likeMore ul li a:hover {
	font-weight: bold;
	color: #666666 !important;
}

.collectionInfo .album-card{
	margin-left: 15px;
}
.collectionInfo .album-card .name{
	width: 36px;
	height: 100px;
	background: linear-gradient(180deg, #26CB84 0%, #26CBCB 100%);
	border-radius: 10px 0px 0px 10px;
	margin-top: 10px;
	text-align: center;
}
.collectionInfo .album-card .name img{
  width: 28px;
  height: 90px;
	object-fit: contain;
	border-radius: 0px;
	margin-left: 6px;
	margin-top: 5px;
}
.collectionInfo .album-card .card-item{
	width: 280px;
	height: 120px;
	background: #FFFFFF;
	border: 1px solid rgba(38, 203, 133, 1);
	/* border-image: linear-gradient(180deg, rgba(38, 203, 133, 1), rgba(38, 203, 202, 1)) 1 1; */
	border-radius: 10px;
	padding: 20px;
}
.collectionInfo .album-card .icon{
	width: 80px;
	height: 80px;
	border-radius: 20px;
	overflow: hidden;
}
.collectionInfo .album-card .title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.collectionInfo .album-card:hover .title{
	color: var(--pm-c) !important;
}
.collectionInfo .album-card .type{
	font-size: 12px;
	color: #666666;
	display: block;
	margin: 8px 0;
	background: url('../images/album_icon2.png') no-repeat left/contain;
	background-size:16px 16px;
	padding-left: 20px;
}

.collectionInfo .album-card .desc{
	font-size: 12px;
	color: #999999;
}
.page-collection .pageTitle {
	margin-top: 30px;
}

/* 专辑详情列表 */
.page-collection .listRank li .item {
	margin-top: 10px;
	height: 150px;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 25px;
	position: relative;
}
.page-collection .listRank li:nth-child(-n+2) .item::before{
	right: 0;
	top: 35px;
	width: 74px;
	height: 74px;
	display: block;
}
.page-collection .listRank li:nth-child(1) .item::before{
	background: url('../images/hp_icon.png') no-repeat center/contain;
}
.page-collection .listRank li:nth-child(2) .item::before{
	background: url('../images/xz_icon.png') no-repeat center/contain;
}
.page-collection .listRank li .icon {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	overflow: hidden;
}
.page-collection .listRank li .title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 12px;
}
.page-collection .listRank li:hover .title{
	color: var(--pm-c) !important;
}
.page-collection .listRank li .type {
  font-size: 14px;
  color: #666666;
}
.page-collection .listRank li .type span{
	display: inline-block;
	width: 49%;
	margin-top: 10px;
}

.page-collection .listRank li .btn {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background: url('../images/album_btn_.png') no-repeat 21px/contain #FFFFFF;
	background-size: 16px 16px;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
}

.page-collection .listRank li a:hover {
	background-color: #fee9e9;
}
.page-collection .listRank li:hover .item{
	background: #FFFFFF;
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
}
.page-collection .listRank li:hover .btn {
	background: url('../images/album_btn.png') no-repeat 21px/contain var(--pm-c);
	background-size: 16px 16px;
	color: #fff !important;
}
.page-collection .rightSlide .newAlbum ul li a {
	padding: 26px 0;
}

.page-collection .rightSlide .newAlbum ul li:last-child a {
	border-bottom: 1px solid #eee;
}

.page-collection .rightSlide .newAlbum ul li a:hover {
	padding: 26px 10px;
}

/* 排行榜列表 */
.page-rank{
	background-color: #fff;
	padding: 20px 0;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.page-rank .banner-rank{
	height: 160px;
}

.page-rank .left-menu{
	width: 250px;
	margin-right: 20px;
}

.page-rank .left-menu li{
	width: 250px;
	height: 60px;
	line-height: 60px;
	border-radius: 99px;
	border: 1px solid #E6E6E6;
	padding-left: 63px;
	margin-bottom: 20px;
	background: #FFFFFF url('../images/rank_icon1.png') no-repeat 24px/contain;
	background-size: 26px 26px
}
.page-rank .left-menu li:nth-child(2){
	background: #FFFFFF url('../images/rank_icon4.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(3){
	background: #FFFFFF url('../images/rank_icon6.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(4){
	background: #FFFFFF url('../images/rank_icon2.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}

.page-rank .left-menu li:nth-child(5){
	background: #FFFFFF url('../images/rank_icon5.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(6){
	background: #FFFFFF url('../images/rank_icon3.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li a{
	font-size: 18px;
	color: #4D4D4D;
}

.page-rank .left-menu li.on{
	background: #FDF0F0 url('../images/rank_icon1.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(2).on{
	background: #FDF0F0 url('../images/rank_icon4.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(3).on{
	background: #FDF0F0 url('../images/rank_icon6.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(4).on{
	background: #FDF0F0 url('../images/rank_icon2.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(5).on{
	background: #FDF0F0 url('../images/rank_icon5.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}
.page-rank .left-menu li:nth-child(6).on{
	background: #FDF0F0 url('../images/rank_icon3.png') no-repeat 24px/contain;
	background-size: 26px 26px;
}

.page-rank .left-menu li.on a{
	font-weight: bold;
	color: var(--pm-c) !important;
}
.page-rank .left-menu li:hover a{
	color: var(--pm-c) !important;
}
.page-rank .rank-list li{
	margin-bottom: 30px;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 30px;
}
.page-rank .rank-list li:last-child{
	border: none;
	padding-bottom: 0px;
}
.page-rank .rank-list li .num{
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #F0F0F0;
	border-radius: 14px;
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-right: 30px;
}
.page-rank .rank-list li:nth-child(-n+3) .num{
	width: 50px;
	height: 50px;
	color: transparent;
}
.page-rank .rank-list li:nth-child(1) .num{
	background: url('../images/rank_01.png') no-repeat center/contain;
}
.page-rank .rank-list li:nth-child(2) .num{
	background: url('../images/rank_02.png') no-repeat center/contain;
}
.page-rank .rank-list li:nth-child(3) .num{
	background: url('../images/rank_03.png') no-repeat center/contain;
}
.page-rank .rank-list li .icon {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	overflow: hidden;
}
.page-rank .rank-list li .title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	display: block;
}

.page-rank .rank-list li .type{
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
}
.page-rank .rank-list li .type span{
	margin: 0 10px;
	display: inline-block;
}
.page-rank .rank-list li .type .score{
	font-size: 12px;
	color: #FF6969;
	margin-top: 5px;
	background: url(../images/star.png) no-repeat left/contain;
	background-size: 14px 14px;
	padding-left: 20px;
	margin-left: 0;
}
.page-rank .rank-list li .desc{
	font-size: 14px;
	color: #999999;
}
.page-rank .rank-list li .btn{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: url('../images/down_.png') no-repeat 20px/contain #FFFFFF;
	background-size: 18px 18px;
	border-radius: 5px;
	border: 1px solid var(--pm-c);
	padding-left: 46px;
	box-sizing: border-box;
	margin-left: 15px;
	font-size: 16px;
	color: var(--pm-c);
}
.page-rank .rank-list li:hover .btn{
	background: url('../images/album_btn.png') no-repeat 20px/contain var(--pm-c);
  background-size: 18px 18px;
	color: #fff !important;
}
.page-rank .rank-list li:hover .title{
	color: var(--pm-c) !important;
}
/* 排行榜大全 */
.page-rank-news{
	
}
.page-rank-news .list-rank-news{
	
}
.list-rank-news .rank-warp{
	width: 370px;
	height: 340px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #E6E6E6;
}
.list-rank-news .rank-warp:hover{
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.15);
}
.list-rank-news .rank-warp .rank-top{
	height: 80px;
	background: #F7F7F7 url('../images/rank_list_bg.png') no-repeat right/contain;
	border-radius: 10px;
	padding: 12px;
	text-align: center;
}
.list-rank-news .rank-warp:hover .rank-top{
	background: #FDF0F0 url('../images/rank_list_bg_.png') no-repeat right/contain;
}
.list-rank-news .rank-warp .rank-title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}
.list-rank-news .rank-warp .rank-time{
	font-size: 12px;
	color: #999999;
}
.list-rank-news .rank-warp .rank-list{
	padding: 20px;
}
.list-rank-news .rank-warp .rank-list .icon-list{
	margin-bottom: 20px;
}
.list-rank-news .rank-warp .rank-list .num{
	display: block;
	margin-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.list-rank-news .rank-warp .rank-list .icon{
	width: 60px;
	height: 60px;
	border-radius: 15px;
	overflow: hidden;
}
.list-rank-news .rank-warp .rank-list .info{
	
}
.list-rank-news .rank-warp .rank-list .title{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-right: 10px;
}
.list-rank-news .rank-warp .rank-list:hover .title{
	color: var(--pm-c) !important;
}
.list-rank-news .rank-warp .rank-list .score{
	font-size: 12px;
	color: #FF6969;
	display: block;
	margin-top: 5px;
	background: url(../images/star.png) no-repeat left/contain;
	background-size: 14px 14px;
	padding-left: 20px;
}
.list-rank-news .rank-warp .rank-list .type{
	display: inline-block;
	padding: 0 5px;
	height: 20px;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid #DFDFDF;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-right: 10px;
}
.list-rank-news .rank-warp .rank-list .desc{
	font-size: 12px;
	color: #999999;
}

/* 排行榜详情 */
.rankInfo{
	
}
.rankInfo .rank-title{
	height: 70px;
	line-height: 70px;
	background: #FFFFFF;
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.05);
	border-radius: 10px;
	border: 1px solid #E6E6E6;
	padding: 0 30px;
}
.rankInfo .rank-title .title{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-left: 38px;
	background: url('../images/rankInfo_icon.png') no-repeat left/contain;
	background-size: 28px 28px;
}
.rankInfo .rank-title .time{
	font-size: 14px;
	color: #999999;
}
/* 游戏礼包列表-热门礼包 */
.page-GamePackage ul.topList{
	padding: 10px;
}
.page-GamePackage ul.topList li {
	float: left;
	width: 210px;
	margin-right: 28px;
	border-radius: 10px;
	padding: 10px;
	transition: all .3s ease-out;
}

.page-GamePackage ul.topList li:hover{
	background: #F7F7F7;
}
.page-GamePackage ul.topList li:last-child {
	margin-right: 0;
}

.page-GamePackage ul.topList li .icon {
	width: 90px;
	height: 90px;
	border-radius: 24px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.page-GamePackage ul.topList li .icon::before{
	width: 24px;
	height: 24px;
	background: url('../images/gift_.png') no-repeat center/contain #FFFFFF;
	background-size: 16px 16px;
	border-radius: 0px 8px 0px 8px;
	left: 0;
	top: 87%;
	z-index: 111;
}

.page-GamePackage ul.topList li .title {
	margin: 15px 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}
.page-GamePackage ul.topList li:hover .title{
	color: var(--pm-c) !important;
}
.page-GamePackage ul.topList li .desc {
	font-size: 14px;
	color: #999999;
}

/* 游戏礼包列表 */
.page-GamePackage ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-GamePackage ul.list li {
	width: 394px;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	transition: all .3s ease-out;
}

.page-GamePackage ul.list li .icon {
	width: 80px;
	height: 80px;
	border-radius: 22px;
	overflow: hidden;
	margin: 20px 0px 20px 20px; 
}

.page-GamePackage ul.list li .info {
	padding: 20px 0px; 
}

.page-GamePackage ul.list li .title {
	font-size: 16px;
	color: #333333;
	display: block;
}
.page-GamePackage ul.list li:hover .title{
	color: var(--pm-c) !important;
}
.page-GamePackage ul.list li .desc {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-top: 8px;
}

.page-GamePackage ul.list li .btn {
	width: 50px;
	border-radius: 0px 10px 10px 0px;
	background: #f8f8f8 url(../images/gift_01.png) no-repeat center 36px;
	background-size: 22px 22px;
	padding-top: 66px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	transition: all .3s ease-out;
	margin-left: 5px;
}

.page-GamePackage ul.list li:hover {
	box-shadow: -6px 0px 6px 0px rgba(0,0,0,0.15);
}
.page-GamePackage ul.list li:hover .btn{
	color: var(--pm-c) !important;
}
.page-GamePackage ul.list li:hover .btn {
	background: #FDF0F0 url(../images/gift_.png) no-repeat center 36px;
	background-size: 22px 22px;
}

.vd-toplist {
	margin-bottom: 30px;
}

.vd-toplist ul {
	margin-top: 9px;
}

.vd-toplist li {
	width: 200px;
	border: solid 1px #eeeeee;
	float: left;
	margin: 11px 0 0 11px;
	transition: all .3s ease-out;
}

.vd-toplist li .pic {
	position: relative;
	overflow: hidden;
}

.vd-toplist li .photo {
	width: 100%;
	height: 120px;
}

.vd-toplist li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s ease-out;
}

.vd-toplist li .cover img {
	transform: scale(0);
}

.vd-toplist li .title {
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
}

.vd-toplist li .others {
	font-size: 14px;
	color: #999;
	padding: 0 20px 10px 20px;
}

.vd-toplist li:first-child {
	width: 378px;
	margin-left: 0;
}

.vd-toplist li:first-child .photo {
	height: 240px;
}

.vd-toplist li:first-child .title {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
}

.vd-toplist li:first-child .title span {
	display: inline-block;
	width: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-right: 15px;
	background-color: var(--pm-c);
	border-radius: 0px 6px 0px 6px;
}

.vd-toplist li:hover {
	border-color: var(--pm-c);
}

.vd-toplist li:hover .photo {
	transform: scale(1.05);
}

.vd-toplist li:hover .cover {
	opacity: 1;
}

.vd-toplist li:hover .cover img {
	transform: scale(1);
}

.vd-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vd-list ul li a {
	margin-top: 20px;
	display: block;
	width: 390px;
	border: solid 1px #eeeeee;
	overflow: hidden;
}

.vd-list ul li .pic {
	position: relative;
}

.vd-list ul li .photo {
	width: 200px;
	height: 120px;
}

.vd-list ul li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s ease-out;
}

.vd-list ul li .cover img {
	transform: scale(0);
}

.vd-list ul li .info {
	width: 188px;
	height: 120px;
	padding: 10px 20px;
}

.vd-list ul li .title {
	font-size: 14px;
	color: #333;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 15px;
}

.vd-list ul li .date {
	font-size: 14px;
	color: #999;
}

.vd-list ul li a:hover {
	border-color: var(--pm-c);
}

.vd-list ul li a:hover .cover {
	opacity: 1;
}

.vd-list ul li a:hover .cover img {
	transform: scale(1);
}

.vd-list ul li a:hover .info {
	background-color: #fee9e9;
}

.hot-pics {
	margin: 20px 0;
}

.pic-top {
	width: 880px;
	height: 400px;
}

.pic-top img {
	width: 100%;
	height: 100%;
}

.pic-top img:hover {
	transform: scale(1.02);
}

.pic-thumbs {
	width: 260px;
	height: 400px;
	padding-left: 10px;
}

.pic-thumbs .swiper-slide {
	border: 2px solid #fff;
}

.pic-thumbs .swiper-slide::before {
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -8px;
	content: '';
}

.pic-thumbs img {
	width: 100%;
	height: 100%;
}

.pic-thumbs .swiper-slide {
	cursor: pointer;
}

.pic-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: var(--pm-c);
}

.pic-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid var(--pm-c);
}

/* 搜索页面 */
.page-search .pageTitle {
	margin-top: 30px;
}

.page-search .app-list {
	margin-top: 0;
}
