/*
	Theme Name: Xdown主题
	Theme URI: https://www.wpxyz.net/
	Author: WordPress小宇宙
	Author URI: https://www.wpxyz.net/
	Description:
	Version: 1.0.0
*/

/* 公共样式 */
:root {
	--pm-c: #39d89c;
	--dm-c: #fdeaea;
	--bg-c: #F5FCF9;
	--br-c: #eee;
}

.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-678 {
	background-color: #f6f7f8;
}

.bg-f7 {
	background-color: #f7f7f7;
}

.bg-f8 {
	background-color: #f8f8f8;
}

.bg-f {
	background-color: #ffffff;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,
html {
	background-color: var(--bg-c);
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

.uk-container {
	box-sizing: border-box;
	padding: 0px;
}

.w400 {
	width: 400px;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	object-fit: cover;
}

/*边框样式*/
.b-a {
	border: 1px solid var(--br-c) !important;
}

.b-b {
	border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
	border-top: 1px solid var(--br-c) !important;
}

.b-l {
	border-left: 1px solid var(--br-c) !important;
}

.b-r {
	border-right: 1px solid var(--br-c) !important;
}

/* 虚线上边框 */
.b-t-dashed {
	border-top: 1px dashed var(--br-c) !important;
}

/* 虚线下边框 */
.b-b-dashed {
	border-bottom: 1px dashed var(--br-c) !important;
}

/* 内边距  */
.p-a-0 {
	padding: 0px;
}

.p-a-5 {
	padding: 5px;
}

.p-a-10 {
	padding: 10px;
}

.p-a-15 {
	padding: 15px;
}

.p-a-20 {
	padding: 20px;
}

.p-a-25 {
	padding: 25px;
}

.p-a-30 {
	padding: 30px;
}

/* 内上边距 */
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-t-30 {
	padding-top: 30px;
}

/* 内下边距 */
.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-b-30 {
	padding-bottom: 30px;
}

/* 内右边距 */
.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-30 {
	padding-right: 30px;
}

/* 内左边距 */
.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-30 {
	padding-left: 30px;
}

/*圆角样式*/
.b-r-4 {
	border-radius: 4px !important;
}

.b-r-6 {
	border-radius: 6px !important;
}

.b-r-8 {
	border-radius: 8px !important;
}

.b-r-10 {
	border-radius: 10px !important;
}

.b-r-12 {
	border-radius: 12px !important;
}

.b-r-24 {
	border-radius: 24px !important;
}

/* 上外边距 */
.m-t-0 {
	margin-top: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

/* 下外边距 */
.m-b-0 {
	margin-bottom: 0px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

/* 左外边距 */
.m-l-0 {
	margin-left: 0px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

/* 右外边距 */
.m-r-0 {
	margin-right: 0px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

/* 溢出2行省略号 */
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

/* 溢出3行省略号 */
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

/* 溢出4行省略号 */
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}

/*伪类居中*/
/* 增加伪类 前置 */
.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);
}

/* 分页 */
.pagination {
	margin: 60px 0 40px 0;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	border: 1px solid var(--br-c);
	color: #555;
	background: #fff;
	padding: 6px 12px;
}
.pagination .current {
	background: var(--pm-c);
	color: #fff;
}

.pagination .page-numbers:hover {
	background: var(--pm-c);
	color: #fff;
}



.pagination li a {
	display: inline-block;
	color: #666;
}

.pagination li a:hover {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c) !important;
}

/* 评分 */
.star {
	height: 15px;
	width: 80px;
	display: inline-block;
	background: url(./assets/images/icon-star-bg.png) repeat-x 15px / contain;
}

.star:before {
	content: "";
	display: block;
	background: url(./assets/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: 80px;
}

/*面包屑导航*/
.crumbs {
	font-size: 12px;
	color: #999;
}

.crumbs a {
	color: #999 !important;
	display: inline-block;
	position: relative;
	font-size: 12px;
}

.crumbs a::after {
	content: ">";
}

/* 平台 安卓 苹果 图标显示 */
.platform i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.platform .az {
	background-image: url(./assets/images/az.png);
	margin-right: 5px;
}

.platform .ios {
	background-image: url(./assets/images/ios.png);
}

/* 公共标题 */
.module-title {
	position: relative;
	background-color: #f9f9f9;
	height: 40px;
	line-height: 40px;
	padding-right: 15px;
}

.module-title .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	line-height: 40px;
	padding-left: 18px;
}

.module-title .more {
	display: block;
	line-height: 40px;
	color: #999999;
	font-size: 12px;
}

.module-title .title::before {
	display: inline-block;
	width: 7px;
	height: 20px;
	background-color:var(--pm-c);
	left: 0;
}

/*默认图标尺寸*/
.item .icon {
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}

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

/* 默认缩略图尺寸 */
.item .thumb img {
	width: 100%;
	height: 100%;
}

.item:hover .title {
	color: var(--pm-c);
}

/* 默认的一些文字大小和颜色 */
.info .title {
	font-size: 16px;
	color: #333;
	display: block;
}

.info .desc {
	font-size: 14px;
	color: #666;
}

.info .time {
	font-size: 14px;
	color: #999;
}

.info .read {
	font-size: 14px;
	color: #999;
}

.info .source {
	font-size: 14px;
	color: #999;
}

.info .more {
	font-size: 14px;
	color: #999;
}

.info .up-to-date {
	font-size: 14px;
	color: #999;
}

/* list 样式 */
.list ul li .title {
	padding-left: 25px;
}

.list ul li .title::before {
	display: inline-block;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
}

/* 公共样式 end */
/* 公共头部样式 */
header {
	position: relative;
	height: 250px;
	background: url('./assets/images/header_bg.jpg') no-repeat center;
	background-size: cover;
}

.logo-search {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 45px 0;
	margin-bottom: 51px;
}

.header-logo-search {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
}

/* logo样式 */
.logo {}

.logo a {
	display: block;
}

.logo img {
	height: 100%;
}

header .nav {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 1300px;
	height: 110px;
	background: url('./assets/images/nav_bg.png') no-repeat;
	padding: 0 30px;
	box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 10px 20px -30px #000;
}

header .nav ul {
	padding-left: 0px;
	padding-right: 0px;
}

header .nav ul li {
	display: inline-block;
	position: relative;
	width: 145px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 25px;
}

header .nav ul li a {
	font-size: 17px;
	color: #333333;
	letter-spacing: 2px;
	position: relative;
	display: block;
	padding-top: 45px;
}

header .nav ul li::before {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	border-radius: 10px;
	background-color: #dfdfdf;
	background-repeat: no-repeat;
	background-position: center;
    background-size: 30px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
header .nav ul li:nth-child(1)::before{
	background-image: url('./assets/images/nav_home.png') 
}
header .nav ul li:nth-child(2)::before{
	background-image: url('./assets/images/nav_news.png') 
}
header .nav ul li:nth-child(3)::before{
	background-image: url('./assets/images/nav_game.png')
}
header .nav ul li:nth-child(4)::before{
	background-image: url('./assets/images/nav_soft.png') 
}
header .nav ul li:nth-child(5)::before{
	background-image: url('./assets/images/nav_album.png') 
}
header .nav ul li:nth-child(6)::before{
	background-image: url('./assets/images/nav_rank.png') 
}
header .nav ul li:nth-child(7)::before{
	background-image: url('./assets/images/nav_gift.png')
}
header .nav ul li:nth-child(8)::before{
	background-image: url('./assets/images/nav_kf.png')
}
header .nav ul li:hover::before,
header .nav ul li.active::before {
	background-color: #22df95;
	/*box-shadow: 0px 7px 5px -6px #22df95;*/
}

header .nav ul li:hover a,
header .nav ul li.active a {
	font-weight: bold;
	color:var(--pm-c);
}

/* 搜索 */
header .search {
	background: #F5F5F5;
	text-align: center;
	overflow: hidden;
	border-radius: 37px;
	box-sizing: border-box;
}

header .search-1 {
	width: 362px;
	height: 42px;
	position: relative;
	border: solid 1px #e5e5e5;
}

.search-input {
	height: 100%;
	border: none;
	outline: medium;
	vertical-align: top;
	width: 290px;
	height: 42px;
	line-height: 34px;
	color: #B8B8B8;
	font-size: 15px;
	background: #F5F5F5;
	border-radius: 37px;
	margin-right: 50px;
	text-indent: 24px;
}

.search-input:-webkit-input-placeholder {
	color: #B8B8B8;
}

.search-input:-moz-input-placeholder {
	color: #B8B8B8;
}

.search-input:-ms-input-placeholder {
	color: #B8B8B8;
}

header .search .search-btn_icon {
	width: 30px;
	height: 100%;
	border: none;
	float: right;
	vertical-align: top;
	background: url(./assets/images/search.png) no-repeat center;
	background-size: 21px 21px;
	position: absolute;
	left: 4px;
	cursor: pointer;
	top: 2px;
}

header .search .search-btn {
	width: 92px;
	height: 42px;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
	float: right;
	position: absolute;
	right: 0;
	cursor: pointer;
	background-color: var(--pm-c);
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
}

/* 公共头部样式end */

/* 公共页脚样式 */
.footer {
	margin-top: 20px;
	background-color: #333333;
	padding: 55px 0 30px;
}
.foot-box{
	display:flex;
	justify-content: space-between;
	width: 100%;
}
.footer p {
	color: #999999;
	font-size: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.footer a {
	color: #999999;
	font-size: 14px;
}

.footer .foot-nav ul li::after {
	content: "|";
	right: 0;
	color: #999999;
	margin-left: 10px;
	margin-right: 8px;
}

.footer .foot-nav ul li:last-child::after {
	content: '';
}

.footer .foot-nav ul li {
	display: inline-block;
}
.footer .foot-nav ul li:hover a{
	color: var(--pm-c);
}
.footer .foot_logo{}
/* 公共页脚样式end */

/* 友情链接 */
.home-links {
	padding-top: 10px;
}
.home-links ul {}
.home-links ul li {
    display: inline-block;
}
.home-links a {
	font-size: 14px;
	color: #666666;
	margin-right: 20px;
	line-height: 35px;
}

.home-links a:hover {
	color: var(--pm-c);
}

/* .home-links a:after {
	content: '|';
	padding-left: 10px;
}

.home-links a:last-child::after {
	content: '';
	padding-left: 0px;
} */

/* 首页start */

.index-banner {
	padding: 25px 15px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
	margin-top: 10px;
}

.index-list {
	background-color: #fff;
	padding: 25px 15px;
	margin-top: 20px;
}

.index-link {
	background-color: #fff;
	padding: 25px 15px;
	margin-top: 20px;
}

.index-hd {
	padding-top: 0px !important;
	margin-top: 0px !important;
	display: flex;
	justify-content: space-between;
}

.home-switcher {
	background: #fff;
	padding: 30px 8px 0px;
	overflow: hidden;
}

.index-switcher{
	position: relative;
	/* height: 118px; */
	overflow: hidden;
}
.index-switcher .item{
	width: 9%;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}
.index-switcher .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 auto;
}
.index-switcher .item .title {
	margin-top: 14px;
}

.index-switcher .item .title a {
	font-size: 14px;
	color: #555555;
}
.index-switcher .item .down{
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: solid 1px #2acb8d;
	text-align: center;
	color: #2acb8d;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 15px auto 0;
}
.home-catlist {
	display: flex;
	align-items: center;
	margin: 25px 10px 15px;
}

.home-catlist-item {
	overflow: hidden;
	width: 33.3%;
	display: flex;
	align-items: flex-start;
}

.home-catlist ul {
	flex-wrap: wrap;
	flex: 1;
	max-height: 115px;
}
.home-catlist ul li{
	padding-left: 5px;
	max-width: 160px;
}
.home-switcher .item:hover .title a {
	color: var(--pm-c);
}

.home-catlist ul li::before{
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #dddddd;
	left: 0;
}
.home-catlist ul li a {
	overflow: hidden;
	display: block;
	padding: 0 10px;
	margin-right: 5px;
	font-size: 14px;
	color: #555555;
	line-height: 40px;
	letter-spacing: 1px;
}

.home-catlist ul li:hover a {
	color: #FFFFFF;
	transition: all .3s;
}

.home-catlist .home-catlist-item:nth-child(1) li:hover a {
	color: #13C679;
}

.home-catlist .home-catlist-item:nth-child(2) li:hover a {
	color: #FFB73E;
}

.home-catlist .home-catlist-item:nth-child(3) li:hover a {
	color: #1F8EFB;
}

.home-catlist .home-catlist-item span {
	overflow: hidden;
	display: block;
	width: 39px;
	height: 112px;
	color: transparent;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.home-catlist .home-catlist-item .rj {
	background: url('./assets/images/catlist01.png') no-repeat center;
}

.home-catlist .home-catlist-item .yx {
	background: url('./assets/images/catlist02.png') no-repeat center;
}

.home-catlist .home-catlist-item .zq {
	background: url('./assets/images/catlist03.png') no-repeat center;
}

/* 轮播图 */
.home-banner {
	width: 564px;
}

.home-banner-img {
	width: 564px;
	height: 320px;
	overflow: hidden;
}

.home-banner .uk-slideshow-items,
.home-banner .home-banner-swiper li {
	height: 310px;
	min-height: 310px !important;
}

.home-banner .home-banner-swiper li .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding-left: 15px;
	box-sizing: border-box;
}

.home-banner .home-banner-swiper li p {
	line-height: 40px;
	color: #FFFFFF;
	width: 99%;
	font-size: 15px;
}

.home-banner-bottom {}

.home-banner-bottom .home-news {
	box-sizing: border-box;
}

.home-news .item {
	position: relative;
	margin-top: 20px;
}

.home-banner-bottom .home-news .item .thumb {
	width: 153px;
	height: 105px;
}

.home-banner-bottom .home-news .item .title {
	font-size: 16px;
	color: #000000;
	display: block;
}

.home-banner-bottom .home-news .item:hover .title {
	color: var(--pm-c);
}

.home-banner-bottom .home-news .item .desc {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}

.home-banner-bottom .home-news .item .time {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 49px;
	height: 23px;
	line-height: 22px;
	background: rgba(0, 0, 0, 0.45);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.home-banner-bottom .home-news ul{
	width: 273px;
	margin-right: 10px;
}
.home-banner-bottom .home-news .list {
	display: flex;
	padding-left: 15px;
	margin-bottom: 27px;
}
.home-banner-bottom .home-news .list:last-child{
	margin-bottom: 0px;
}
.home-banner-bottom .home-news .list::before{
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #e5e5e5;
}
.home-banner-bottom .home-news .label {
	color: #999999;
	font-size: 14px;
}

.home-banner-bottom .home-news .title {
	color: #333333;
	font-size: 14px;
	flex: 1;
}

.home-banner-bottom .home-news .list:hover .title {
	color: var(--pm-c);
}


.home-latest {
	margin-right: 20px;
	width: 297px;
}

.home-latest .latest-top {
	height: 135px;
	border: 1px solid #eeeeee;
	padding: 0 16px 28px 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.home-latest .latest-top::before{
  content: 'NEW';
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(90deg, #17E45B 0% ,#12D471 100%);
  padding: 12px 25px 0px;
  transform: rotate(-43deg);
  top: -7px;
	left: -28px;
}
.home-latest .latest-top .item {
	margin-bottom: 20px;
}

.home-latest .latest-top .title {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 25px;
}

.home-latest .latest-top .item:hover .title {
	color: var(--pm-c);
}

.home-latest .latest-top .desc {
	color: #888888;
	font-size: 13px;
	line-height: 30px;
}

.home-latest ul {
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
	margin-left: 3px;
}

.home-latest ul .list {
	margin-bottom: 10px;
}

.home-latest ul .list:last-child {
	margin-bottom: 0 !important;
}

.home-latest ul .list::before {
	width: 6px;
	height: 6px;
	background-color: #2acb8d;
	border-radius: 6px;
	left: -25px;
	top: 13px;
	border: 2px solid #E9FAF3;
}

.home-latest ul .list .title {
	font-size: 15px;
	color: #333333;
	display: block;
	letter-spacing: 2px;
	margin-top: 10px;
}

.home-latest ul .list:hover .title {
	color: #30cd91;
}

.home-latest ul .list .time {
	color: #999999;
	font-size: 12px;
	letter-spacing: 1px;
}

.highest-heat>div:nth-child(2) {
	margin-left: -15px;
}
.highest-heat .big-title{
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 11px;
	background: url('./assets/images/hot_title.png') no-repeat left/contain;
}
.highest-heat{
	width: 880px;
}
.highest-heat .item{
	width: 23%;
	margin-left: 15px;
}
.highest-heat .item .icon{
	width: 76px;
	height: 77px;
	border-radius: 10px;
	overflow: hidden;
}
.highest-heat .item .info{
	flex: 1;
	margin-left: 12px;
	overflow: hidden;
	position: relative;
}
.highest-heat .item .title{
	
}
.highest-heat .item .hot{
	font-size: 14px;
	color: #888888;
}
.highest-heat .item .hot i{
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ff632d;
}
.highest-heat .item .down{
	display: block;
	width: 195px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	border: solid 1px var(--pm-c);
	text-align: center;
	font-size: 14px;
	color: var(--pm-c);
	margin-top: 30px;
}
.highest-heat .item:hover .down{
	background: var(--pm-c);
	color: #ffffff;
}
.home-game-right{
	margin-left: 20px;
	
}
.home-game-type{
	border: solid 1px #eeeeee;
	width: 273px;
}
.home-game-type ul{
	padding: 22px 20px;
	background: url('./assets/images/type_game_bg.png') no-repeat top/contain;
}
.home-game-type ul li{
	display: inline-block;
	text-align: center;
	margin-right: 6px;
	max-width: 21%;
}
.home-game-type ul li .icon{
	width: 44px;
	height: 44px;
}
.home-game-type ul li .title{
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #888888;
}
.home-game-type .more{
	display: block;
	width: 240px;
	height: 40px;
	background: url('./assets/images/type_game_btn.png') no-repeat center/contain;
  margin-top: 30px;
}
.home-game-type .game-item{
	padding: 17px;
}
.home-game-type .game-item .item .icon{
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
}
.home-game-type .game-item .item .title{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.game-info{
	width: 273px;
	border: solid 1px #eeeeee;
	margin-top: 20px;
	padding: 18px 22px 5px 11px;
	box-sizing: border-box;
}
.game-info .title{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.game-info .info{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.game-info .info .thumb{
	width: 102px;
	height: 70px;
}
.game-info .info .desc{
	font-size: 14px;
	line-height: 36px;
	color: #888888;
	margin-left: 10px;
	flex: 1;
}
.game-info .game-info-bottom {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.game-info .game-info-bottom span{
	display: block;
	padding-left: 16px;
	font-size: 12px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #888888;
}

.game-info .game-info-bottom span::before{
	width: 12px;
	height: 12px;
	left: 0px;
	background: url('./assets/images/label.png') no-repeat center/contain;

}

.game-category-rank{
	margin-top: 20px;
	width: 274px;
	border: solid 1px #eeeeee;
}

.game-category-rank .tbhead{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 38px;
	line-height: 38px;
	background-color: #f7f7f7;
	padding: 0 15px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}

.game-category-rank .tbhead span:nth-child(2){
	padding-right: 40px;
}

.game-category-rank .tbdody{
	padding: 0 15px;
}

.game-category-rank .tbdody li{
	border-bottom: dotted 1px #dcdbdc;
	padding: 12px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.game-category-rank .tbdody li:last-child{
	border-bottom: none;
}

.game-category-rank .tbdody .num{
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-color: #d8d8d8;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.game-category-rank .tbdody li:nth-child(1) .num{
	background-color: #ff632d;
}
.game-category-rank .tbdody li:nth-child(2) .num{
	background-color: #ff902d;
}
.game-category-rank .tbdody li:nth-child(3) .num{
	background-color: #ffcb2d;
}
.game-category-rank .tbdody .title{
	font-size: 14px;
	color: #333333;
	display: block;
	max-width: 120px;
}

.game-category-rank .tbdody .type{
	font-size: 14px;
	color: #333333;
}

/* 游戏安利墙 */
.common-title {
	font-size: 32px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 1px;
	margin: 0 auto;
	width: 700px;
	height: 52px;
	text-align: center;
}

.home-game-zx {
	background: transparent;
	margin-top: 24px;
	padding-bottom: 15px;
}

.home-game-zx .common-title{
	background: url('./assets/images/game_title.png') no-repeat top;
}

.home-game-zx .item {
	background-color: #fff !important;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.home-game-zx .item:hover{
	box-shadow: 0px 0px 8px 0px	rgba(171, 171, 171, 0.48);
}

.home-game-zx .item .thumb {
	width: 100%;
	overflow: hidden;
}

.home-game-zx .item .title {
    margin-top: 14px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
}

.home-game-zx .item:hover .title {
	color: var(--pm-c);
}

.home-game-zx .item span {
	font-size: 12px;
	color: #888888;
}

.home-game-zx .more{
	display: block;
	width: 199px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	border: solid 1px #dcdbdc;
	text-align: center;
	margin: 30px auto 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}
.home-game-zx .more:hover{
	background-color: var(--pm-c);
	color: #fff;
	border: solid 1px var(--pm-c)
}

.home-hot-news {
	overflow: hidden;
	flex: 1;
}

.home-hot-news .hot-news-list .list {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.home-hot-news .hot-news-list .list .num {
	width: 21px;
	height: 21px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #D1D1D1;
	border-bottom-right-radius: 0px;
	font-size: 16px;
}

.home-hot-news .hot-news-list li:nth-child(1) .list .num {
	background: url('./assets/images/01.png') no-repeat center/contain;
}

.home-hot-news .hot-news-list li:nth-child(2) .list .num {
	background: url('./assets/images/02.png') no-repeat center/contain;
}

.home-hot-news .hot-news-list li:nth-child(3) .list .num {
	background: url('./assets/images/03.png') no-repeat center/contain;
}

.home-hot-news .hot-news-list .list .title {
	font-size: 16px;
	color: #333333;
	margin-left: 10px;
}

.home-hot-news .hot-news-list .list .time {
	font-size: 16px;
	color: #999999;
	margin-left: 10px;
}

.home-hot-news .hot-news-list .item {
	display: none;
}

.home-hot-news .hot-news-list ul li.active .item {
	display: flex;
}

.home-hot-news .hot-news-list .item .thumb {
	width: 202px;
	height: 115px;
}

.home-hot-news .hot-news-list .item .desc {
	font-size: 16px;
	color: #999999;
	margin-left: 15px;
	flex: 1;
}

/* 手游下载 */
.home-game{
	display: flex;
}
.home-game .game-type{
	width: 234px;
	height: 520px;
	border-radius: 20px 0px 0px 0px;
	background: url('./assets/images/game_bg.png') no-repeat center/cover;
	padding: 14px;
	padding-top: 370px;
	box-sizing: border-box;
}
.home-soft .game-type{
	background: url('./assets/images/soft_bg.png') no-repeat center/cover;
}
.home-game .game-type li{
	width: 98px;
	height: 30px;
	border: solid 1px #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
}
.home-game .game-type li a {
	color: #ffffff;
	font-size: 14px;
	display: block;
}

.home-game .game-type li:hover {
	background-color: #fff;
}
.home-game .game-type li:hover a {
    color: #fa6b29 !important;
}
.home-soft .game-type li:hover a {
    color: #3b86f0 !important;
}
.home-game .home-game-list{
    flex: 1;
    border: solid 1px #eee;
    margin: 15px 0;
    margin-left: 0px;
    padding: 15px 0;
    overflow: hidden;
}
.home-game .home-game-list .item {
	display: flex;
	align-items: center;
}

.home-game .home-game-list .item .icon {
	width: 98px;
	height: 98px;
	overflow: hidden;
	position: relative;
}
.home-game .home-game-list .item .info{
	flex: 1;
	overflow: hidden;
	position: relative;
	margin-left: 17px;
}
.home-game .home-game-list .item .title {
  margin-bottom: 12px;
}

.home-game .home-game-list .item .title a {
	font-size: 16px;
	color: #333333;
}
.home-game .home-game-list .item .type{
	color: #888888;
	font-size: 14px;
	display: block;
	margin-top: 12px;
}

.home-game .home-game-list .item:hover .title a {
	color: var(--pm-c);
}

/* 游戏攻略 */
.home-news-gl{
	display: flex;
}
.home-news-gl .home-news-list{
	width: 498px;
}
.home-news-gl .home-news-list .news-list-top .item{
	background-color: #f6f6f6;
}
.home-news-gl .home-news-list .news-list-top .thumb{
	width: 290px;
	height: 178px;
}
.home-news-gl .home-news-list .news-list-top .info{
	padding: 16px 24px 18px 15px;
	flex: 1;
}
.home-news-gl .home-news-list .news-list-top .info .title{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
}
.home-news-gl .home-news-list .news-list-top .info .desc{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.home-news-gl .home-news-list .news-list-bottom .list{
	
}
.home-news-gl .home-news-list .news-list-bottom .list .title-list{
	display: flex;
}
.home-news-gl .home-news-list .news-list-bottom .list .title{
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
}
.home-news-gl .home-news-list .news-list-bottom .list .time{
	font-size: 14px;
	line-height: 36px;
	color: #888888;
}
.home-news-gl .home-news-list .news-list-bottom .list .info-list{
	display: flex;
}
.home-news-gl .home-news-list .news-list-bottom .list .thumb{
	width: 122px;
	height: 80px;
	overflow: hidden;
}
.home-news-gl .home-news-list .news-list-bottom .list .desc{
	font-size: 14px;
	line-height: 35px;
	color: #666666;
	flex: 1;
	margin-left: 20px;
}
.home-news-gl .home-gl-list{
	width: 390px;
}
.home-news-gl .home-gl-list ul li{
	padding-left: 20px;
	margin-bottom: 15px;
}
.home-news-gl .home-gl-list ul li:last-child{
	margin-bottom: 0px;
}
.home-news-gl .home-gl-list ul li:before{
	width: 7px;
	height: 7px;
	background-color: #e4e4e4;
	left: 0;
}
.home-news-gl .home-gl-list ul li .title{
	font-size: 16px;
	color: #333333;
	display: block;
	flex:1;
}
.home-news-gl .home-gl-list ul li .time{
	font-size: 14px;
	color: #999999;
}
.home-news-gl .home-video{
	margin-top: 20px;
}
.home-news-gl .home-video .item{
	width: 220px;
	position: relative;
	margin-bottom: 22px;
}
.home-news-gl .home-video .item:last-child{
	margin-bottom: 0px;
}
.home-news-gl .home-video .itme .thumb{
	width: 220px;
	height: 135px;
	overflow: hidden;
}
.home-news-gl .home-video .item .title{
	position: absolute;
	bottom:0;
	left: 0;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 12px 0 42px;
	box-sizing: border-box;
	background: url('./assets/images/video_icon.png') no-repeat left/contain rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.home-game-gl .item {
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 9px;
	position: relative;
}

.home-game-gl .item .thumb {
	width: 281px;
	height: 141px;
	border-radius: 7px;
	overflow: hidden;
}

.home-game-gl .item .title {
	position: absolute;
	top: 125px;
	left: 18px;
	z-index: 10;
	padding: 0 10px;
	margin-right: 10px;
	box-sizing: border-box;
	width: 280px;
	color: #FFFFFF;
	font-size: 17px;
}

.home-game-gl .item .desc {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-top: 15px;
}

.home-game-gl .item .down {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	line-height: 23px;
	background: url('./assets/images/more.png') no-repeat 40px/contain;
	margin-top: 5px;
	background-size: 30px 12px;
}

.home-game-gl .item:hover .down {
	color: var(--pm-c);
	background: url('./assets/images/more_.png') no-repeat 40px/contain;
	background-size: 30px 12px;
}

/* 专辑推荐 */
.home-album{
	
}
.home-album .home-album-rank{
	width: 269px;
	margin-right: 22px;
}
.home-album .home-album-rank ul li{
	border: solid 1px #eeeeee;
	height: 56px;
	margin-bottom: 17px;
	display: flex;
}
.home-album .home-album-rank ul li:last-child{
	margin-bottom: 0px;
}
.home-album .home-album-rank ul li .num{
	font-size: 12px;
	color: #ffffff;
	display: block;
	width: 53px;
	height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
	background: url(./assets/images/album.png) no-repeat center/contain;
	padding-top: 10px;
	font-weight: bold;
}
.home-album .home-album-rank ul li .num i{
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	display: block;
	padding-left: 6px;
	font-weight: bold;
}
.home-album .home-album-rank ul li .title{
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
	line-height: 56px;
	padding-right: 5px;
	flex: 1;
}
.home-album .home-album-rank ul li:hover{
	border: solid 1px var(--pm-c);
}
.home-album .home-album-rank ul li:hover .num{
	background: url(./assets/images/album_.png) no-repeat center/contain;
}
.home-album .home-album-rank ul li:hover .title{
	color:var(--pm-c);
}
.home-album .home-album-middle{
	width: 585px;
	margin-right: 22px;
}
.home-album-top .item{
	display: flex;
}
.home-album-top .item .icon{
	width: 130px;
	height: 130px;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
	margin-right: 24px;
}
.home-album-top .item .info{
	flex:1;
	position:relative;
	overflow: hidden;
}
.home-album-top .item .title {
	font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
}

.home-album-top .item .type-info{
	margin: 24px 0;
}
.home-album-top .item .type-info span{
	display: inline-block;
	min-width: 90px;
	height: 35px;
	line-height: 34px;
	border: solid 1px #eeeeee;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 8px;
	font-size: 14px;
	color: #999999;
}
.home-album-top .item .tj {
	
}
.home-album-top .item .tj span{
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}
.home-album-top .item .tj ul{
	display: inline-block;
	margin-left: 10px;
}
.home-album-top .item .tj ul li{
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	display: inline-block;
	padding-left: 18px;
	margin-right: 5px;
}
.home-album-top .item .tj ul li::before{
	left: 0;
	width: 12px;
	height: 14px;
	background: url(./assets/images/hot_icon.png) no-repeat left/contain;
}
/* 专辑列表 */
.home-album-list .bt-title{
	background: url(./assets/images/album_list.png) no-repeat left/contain;
	background-size: 25px 25px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	padding-left: 35px;
	font-weight: bold;
}
.home-album-game-list {
	display: flex;
}
.home-album-game-list .item{
	width: 16.6%;
	padding-left: 0.3%;
	padding-right: 0.3%;
	box-sizing: border-box;
}
.home-album-game-list .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
}
.home-album-game-list .item .title{
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	display:block;
}
.home-album-game-list .item:hover .title{
	color: var(--pm-c);
}
/* 相关专辑 */
.home-xg-album .bt-title{
	background: url(./assets/images/album_hot.png) no-repeat left/contain;
	background-size: 25px 25px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	padding-left: 35px;
	font-weight: bold;
}
.home-xg-album .game-item::before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
.home-xg-album .game-item{
	position: relative;
	width: 190px;
	height: 150px;
}
.home-xg-album .game-item .thumb{
	width: 190px;
	height: 150px;
	overflow: hidden;
}
.home-xg-album .game-item .title{
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 36%;
	left: 20px;
	right: 20px;
	z-index: 3;
}
.home-xg-album .game-item:hover .title{
	color: var(--pm-c);
	border-top: 1px solid var(--pm-c);
	border-bottom: 1px solid var(--pm-c);
}
.home-album .home-album-hot{
	border-left: solid 1px #eeeeee;
	width: 269px;
}
.home-album .home-album-hot>.title{
	width: 104px;
	height: 30px;
	background: url(./assets/images/today_news.png) no-repeat center/contain;
	margin-left: 15px;
}
.home-album .home-album-hot .title2{
	width: 104px;
	height: 30px;
	margin-left: 15px;
	background: url(./assets/images/hot_week.png) no-repeat center/contain;
}
.home-album .home-album-hot>.title::before{
	left: -18.9px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #ffa507;
	z-index:3;
}
.home-album .home-album-hot>.title::after{
	left: -22px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #fff;
	border: solid 1px #ffa507;
	z-index:2;
}
.home-album .home-album-hot .title2::before{
	left: -18.9px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #ff6927;
	z-index:3;
}
.home-album .home-album-hot>.title2::after{
	left: -22px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #fff;
	border: solid 1px #ff6927;
	z-index:2;
}
.home-album .home-album-hot ul li{
	padding-left: 22px;
	margin-top: 13px;
	display: flex;
}
	
.home-album .home-album-hot ul li .title{
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	flex: 1;
}
.home-album .home-album-hot ul li:hover .title{
	color:var(--pm-c);
}
.home-album .home-album-hot ul li .num{
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
	margin-left: 10px;
	line-height: 24px;
}
.home-game-zx1 {
	width: 818px;
}

.home-game-zx1 .thumb-item {
	margin-top: 20px;
}

.home-game-zx1 .thumb-item .thumb {
	width: 395px;
	height: 248px;
	position: relative;
}

.home-game-zx1 .thumb-item a {
	display: block;
}

.home-game-zx1 .thumb-item .thumb .title {
	width: 395px;
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.45);
	font-size: 17px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}

.home-game-zx1 .item {
	border: 1px solid #EBEBEB;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.home-game-zx1 .item .thumb {
	width: 132px;
	height: 83px;
}

.home-game-zx1 .item .info {
	padding: 15px;
	flex: 1;
}

.home-game-zx1 .item .title {
	font-size: 16px;
	color: #000000;
	display: block;
}

.home-game-zx .item:hover .title {
	color: var(--pm-c);
}

.home-game-zx1 .item .desc {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.home-game-zx1 ul {
	overflow: hidden;
}

.home-game-zx ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	margin-bottom: 20px;
}

.home-game-zx1 ul li:last-child {
	margin-bottom: 0px;
}

.home-game-zx ul li::before {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #E5E5E5;
	left: 0px;
}

.home-game-zx1 ul li .title {
	font-size: 16px;
	color: #333333;
	display: block;
	flex: 1;
}

.home-game-zx1 ul li:hover .title {
	color: var(--pm-c);
}

.home-game-zx1 ul li .time {
	font-size: 16px;
	color: #999999;
	margin-left: 10px;
}

.home-game-cp {
	flex: 1;
	overflow: hidden;
}

.home-game-cp ul {
	margin-top: 22px;
}

.home-game-cp ul li {
	height: 48px;
	line-height: 48px;
	background: #F3F3F3;
	border-radius: 10px;
	margin-top: 20px;
	display: flex;
	overflow: hidden;
}

.home-game-cp ul li .score {
	display: inline-block;
	width: 76px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	background: linear-gradient(180deg, #69B5FF 0%, #46A3FE 100%);
}

.home-game-cp ul li .title {
	font-size: 15px;
	color: #333333;
	margin-left: 17px;
	display: block;
	flex: 1;
}

.home-game-cp ul li:hover .title {
	color: var(--pm-c);
}

/* 手游图片 */
.home-image{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
}
.home-game-img .common-title{
	background: url(./assets/images/image_title.png) no-repeat top/cover;
	width: 680px;
	height: 55px;
}
.home-game-img .home-game-img-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

.home-game-img .game-img-l .thumb {
	width: 295px;
	height: 468px;
}
.home-game-img .game-img-r-t{
	display: flex;
}
.home-game-img .game-img-r-t-l .thumb {
	width: 230px;
	height: 285px;
}

.home-game-img .game-img-r-t-r .thumb {
	width: 640px;
	height: 285px;
}
.home-game-img .game-img-r-b{
	display: flex;
}
.home-game-img .game-img-r-b-l .thumb {
	width: 445px;
	height: 170px;
}

.home-game-img .game-img-r-b-r .thumb {
	width: 423px;
	height: 170px;
}
.home-game-img .game-img-m .thumb a,
.home-game-img .game-img-r .thumb a,
.home-game-img .game-img-l .thumb a {
	display: block;
	height: 100%;
	transition: all .5s ease .1s;
}

.home-game-img .game-img-m .thumb:hover a,
.home-game-img .game-img-r .thumb:hover a,
.home-game-img .game-img-l .thumb:hover a {
	transform: scale(1.3);
}

/* 热门排行榜 */
.home-rank {
	padding-bottom: 0px;
}
.home-rank .rank-warp {
	padding-top: 25px;
}

.home-rank .rank-warp .rank-title {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}
.home-rank .rank-warp .rank-title::before{
	width: 30px;
	height: 24px;
	background: url('./assets/images/title_dot.png') no-repeat center/contain;
	margin-left: -40px;
}
.home-rank .rank-warp .rank-title::after{
	width: 30px;
	height: 24px;
	background: url('./assets/images/title_dot.png') no-repeat center/contain;
	margin-left: 8px;
}
.home-rank .rank-1 {
	background: url('./assets/images/rank_bg1.png') no-repeat top/contain;
}

.home-rank .rank-2 {
	background: url('./assets/images/rank_bg2.png') no-repeat top/contain;
}

.home-rank .rank-3{
	background: url('./assets/images/rank_bg3.png') no-repeat top/contain;
}

.home-rank .rank-warp .rank-list {
	background-color: #ffffff;
	overflow: hidden;
	margin: 25px;
	margin-bottom: 0px;
}

.home-rank .rank-warp .rank-list .list {
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home-rank .rank-warp .rank-list .list .num {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin-left: 15px;
	width: 22px;
	height: 22px;
	background-color: #e5e5e5;
	border-radius: 50%;
}
.home-rank .rank-warp .rank-list .list:nth-child(-n+3) .num{
	width: 24px;
	height: 29px;
	line-height: 29px;
	border-radius: 0;
}
.home-rank .rank-warp .rank-list .list:nth-child(1) .num {
	background: url(./assets/images/rank_1.png) no-repeat center/contain;
}

.home-rank .rank-warp .rank-list .list:nth-child(2) .num {
	background: url(./assets/images/rank_2.png) no-repeat center/contain;
}

.home-rank .rank-warp .rank-list .list:nth-child(3) .num {
	background: url(./assets/images/rank_3.png) no-repeat center/contain;
}

.home-rank .rank-warp .rank-list .list .item {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home-rank .rank-warp .rank-list .icon {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	display: none;
}

.home-rank .rank-warp .rank-list .info {
	flex: 1;
	overflow: hidden;
	margin: 0 10px;
}

.home-rank .rank-warp .rank-list .info a {
	font-size: 16px;
	color: #333;
	display: block;
}

.home-rank .rank-warp .rank-list .list.active .info a {
	font-weight: bold;
}

.home-rank .rank-warp .rank-list .type {
	font-size: 14px;
	color: #888888;
	letter-spacing: 1px;
	align-self: flex-start;
	line-height: 28px;
	margin-top: 8px;
	display: none;
}

.home-rank .rank-warp .rank-list .btn {
	font-size: 15px;
	width: 60px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 8px;
	display: none;
}

.home-rank .rank-warp .rank-list .default-type {
	display: block;
	padding-right: 20px;
}

.home-rank .rank-1 .btn {
	border: solid 1px #ff8585;
	color: #ff8585;
}

.home-rank .rank-2 .btn {
	border: solid 1px #3dbeff;
	color: #3dbeff;
}

.home-rank .rank-3 .btn {
	border: solid 1px #ffba42;
	color: #ffba42;
}

.home-rank .rank-warp .rank-list .list.active {
	padding: 15px;
	margin-top: 0px;
}

.home-rank .rank-warp .rank-list .list.active .item {
	margin-left: 0px;
}

.home-rank .rank-warp .rank-list .list.active .icon {
	display: block;
}

.home-rank .rank-warp .rank-list .list.active .type {
	display: block;
}

.home-rank .rank-warp .rank-list .list.active .btn {
	display: block;
}

.home-rank .rank-warp .rank-list .list.active .default-type {
	display: none;
}

.home-rank .rank-warp .rank-list .list.active .num {
	position: absolute;
	top: 14px;
	left: 0px;
	z-index: 11;
	padding-left: 0px;
}
.home-rank .rank-warp .rank-list .list.active .icon{
	margin-left: 8px;
}
.home-rank .rank-1 .rank-list .list:hover .info a {
	color:#ff8585;
}
.home-rank .rank-2 .rank-list .list:hover .info a {
	color: #3dbeff;
}
.home-rank .rank-3 .rank-list .list:hover .info a {
	color: #ffba42;
}

/* 首页end */

/* 其他页 */
.container-child{
	width: 100%;
	background: url(./assets/images/bg.jpg) no-repeat top/contain;
	background-size:100%;  
}

/* 公共菜单导航按钮 */


.common-menu{
    background: url(./assets/images/news_menu.png) no-repeat center/contain;
	width: 100%;
	height: 215px;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-top: 20px;
}
.common-menu .title{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 2px;
}
.common-menu .title::before{
	width: 18px;
	height: 18px;
  left: 43%;
}
.common-menu .title::after{
	width: 18px;
	height: 18px;
  margin-left: 10px;
}
.common-menu .category-menu{
	padding-left: 190px;
    margin-right: 50px;
}

.category-menu .uk-grid{
	margin-left: 0px !important;
}
.category-menu li {
	line-height: 30px;
	width: 14%;
	text-align: center;
	box-sizing: border-box;
}

.category-menu li a {
	font-size: 16px;
	color: #666666;
	letter-spacing: 2px;
	display: block;
	border-radius: 6px;
	border: solid 1px #e5e5e5;
}
.category-menu li a:hover,
.category-menu .current-cat a {
    color: #fff;
    border: 1px solid var(--pm-c);
    background: var(--pm-c);
    
}

.category-menu li a {
	color: #666;
}




/* 手游下载页 */
.category{
	background: #fff;
	padding: 20px;
}


.category-game .game-warp {
	margin-left: -30px;
}

.category-game .game-warp .item {
  width: 360px;
	margin-left: 30px;
	padding: 22px;
	box-sizing: border-box;
	border: solid 1px #e5e5e5;
	position: relative;
	margin-bottom: 10px;
}

.category-game .game-warp .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.category-game .game-warp .item .info{
	flex: 1;
	margin-left: 16px;
	overflow: hidden;
	position: relative;
}

.category-game .game-warp .item .title {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
}

.category-game .game-warp .item .category-size {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	display: block;
	margin: 8px 0;
}

.category-game .game-warp .item .down {
	display: block;
	width: 42px;
	height: 100px;
	background: url('./assets/images/down_btn.png') no-repeat center/contain;
	position: absolute;
	right: -21px;
	top: 40px;
	color: transparent;
}
.category-game .game-warp .item:hover{
	border: 1px solid var(--pm-c);
}
.category-game .game-warp .item:hover .title{
	color: var(--pm-c);
}

.category-game .game-warp .item:hover .down {
	background: url('./assets/images/down_btn_.png') no-repeat center/contain;
}

/* 资讯中心 */

.news-warp{
	overflow: hidden;
	flex: 1;
	margin-top: 25px;
}
.news-warp .item {
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.news-warp .item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

.news-warp .item .thumb {
	width: 185px;
	height: 123px;
}
.news-warp .item .info{
	flex: 1;
	margin-left: 20px;
}
.news-warp .item .title {
	transition: all 0.3s;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	color: #333333;
	overflow: hidden;
}

.news-warp .item:hover .title {
	color: var(--pm-c);
}

.news-warp .item .desc {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	letter-spacing: 1px;
}

.news-warp .item .type span {
	font-size: 12px;
	color: #999999;
	display: inline-block;
	height: 29px;
	line-height: 28px;
	padding: 0 15px;
	margin-top: 20px;
	text-align: center;
	background-color: #f7f7f7;
	margin-right: 10px;
}

/* 手游专辑 */
.album-menu{
	width: 100%;
	height: 233px;
	background: url('./assets/images/sy_album_top.png') no-repeat center/contain;
  position: relative;
}
.album-menu ul {
    pad: 0;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.album-menu ul li {
    display: inline-block;
	width: 106px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	border: none;
	border-radius: 0;
}
.album-menu .current-cat a {
	background: var(--pm-c);
	color: #fff;
}
.album-menu ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
}
.category-album .album-warp {
	margin-left: -15px;
}

.category-album .album-warp .item {
	box-sizing: border-box;
  border: solid 1px #e5e5e5;
	padding: 20px 20px 15px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
}

.category-album .album-warp .item .title{
	flex: 1;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.category-album .album-warp .item .time{
	font-size: 14px;
	color: #888888;
	display: inline-block;
	margin-left: 15px;
}
.category-album .album-warp .item .icon-list {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: flex-start;
}
.category-album .album-warp .item .item-warp{
	width: 80px;
	overflow: hidden;
	margin-right: 18px;
}
.category-album .album-warp .item .icon-list .icon {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.category-album .album-warp .item .icon-list .name{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 15px;
	text-align: center;
}
.category-album .album-warp .item .down{
	display: block;
	width: 42px;
	height: 120px;
	background: url('./assets/images/album_btn.png') no-repeat center/contain;
	position: absolute;
	top: 46px;
	right: -21px;
}
.category-album .album-warp .item:hover{
	border: 1px solid var(--pm-c);
}
.category-album .album-warp .item:hover .down{
	background: url('./assets/images/album_btn_.png') no-repeat center/contain;
}

/* 应用专辑 */
.soft-album-menu{
	background: url('./assets/images/yy_album_top.png') no-repeat center/contain;
}

/* 礼包列表 */
.category-gift .gift-warp .item {
	padding-bottom: 25px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.category-gift .gift-warp .item .icon {
	width: 110px;
	height: 110px;
	border-radius: 15px;
	overflow: hidden;
}
.category-gift  .gift-warp .item .info{
	margin-left: 15px;
	flex: 1;
	overflow: hidden;
	position: relative;
}
.category-gift  .gift-warp .item .title {
  font-size: 18px;
	color: #333333;
	display: block;
	overflow: hidden;
}

.category-gift  .gift-warp .item .desc {
	font-size: 14px;
	line-height: 23px;
  color: #666666;
	margin-top: 15px;
}
.category-gift  .gift-warp .item .type span{
	display: inline-block;
	height: 29px;
	line-height: 29px;
	background-color: #f7f7f7;
	padding: 0 12px;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.category-gift  .gift-warp .item .down{
	display: block;
	width: 104px;
	height: 42px;
	line-height: 42px;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	margin-left: 20px;
}

.category-gift  .gift-warp .item:hover .title {
	color: var(--pm-c);
}

.category-gift  .gift-warp .item:hover .down{
	color: #fff;
	background-color: var(--pm-c);
}

/* 侧边栏 */
.sidebar {
	width: 288px;
}
.side-title{
	width: 100%;
	height: 30px;
	background: url('./assets/images/title_bg.png') no-repeat left/contain;
	line-height: 30px;
	padding-left: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: bold;
}

/* 热门攻略111 */
.side-hot-gl .item{
	padding:18px 11px;
	margin-bottom: 20px;
}

.side-hot-gl .item:last-child{
	margin-bottom: 0px;
}
.side-hot-gl .item-bottom{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.side-hot-gl .item .thumb{
  width: 102px;
	height: 70px;
}
.side-hot-gl .item .info{
	margin-left: 10px;
	flex: 1;
	overflow: hidden;
}
.side-hot-gl .item .title{
	font-size: 16px;
	color: #333333;
	display: block;
}
.side-hot-gl .item .desc{
	font-size: 14px;
	color: #888888;
	line-height: 36px;
}

.side-hot-gl .item .type{
	font-size: 12px;
	color: #888888;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.side-hot-gl .item .type span{
	display: block;
	background: url('./assets/images/label.png') no-repeat left/contain;
	background-size: 12px 12px;
	padding-left: 18px;
}
/* 热游安利111 */
.side-hot-gameal .item{
	display: flex;
	align-items: center;
}
.side-hot-gameal .item .item-right{
	display: flex;
	justify-content: space-between;
	flex: 1;
	overflow: hidden;
	padding-bottom: 20px;
	margin-left: 13px;
}
.side-hot-gameal .item .icon{
	width: 76px;
	height: 77px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 5px;
}
.side-hot-gameal .item .info{
	flex: 1;
	overflow: hidden;
	margin-top: 25px;
}
.side-hot-gameal .item .title{
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
}
.side-hot-gameal .item .type{
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
	display: block;
}
.side-hot-gameal .item .hot{
	margin-top: 25px;
	padding-right: 5px;
}
.side-hot-gameal .item .label{
	font-size: 14px;
	color: #999999;
}
.side-hot-gameal .item .num{
	font-size: 24px;
	letter-spacing: 1px;
	color: #ff632d;
	display: block;
}

/* 精彩视频111 */
.side-recom-gonglue .item{
	width: 100%;
	position: relative;
	margin-bottom: 22px;
}
.side-recom-gonglue .item .thumb{
	position: relative;
	height: 180px;
}
.side-recom-gonglue .item .title{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0 12px 0 42px;
	box-sizing: border-box;
	background: url('./assets/images/video_icon.png') no-repeat left/contain rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.side-recom-gonglue ul .list{
	padding-left: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.side-recom-gonglue ul .list:last-child{
	margin-bottom: 0px;
}
.side-recom-gonglue ul .list::before{
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #eeeeee;
}
.side-recom-gonglue ul .list .title{
	font-size: 15px;
	color: #333333;
	display: block;
	flex: 1;
	overflow: hidden;
}
	
.side-recom-gonglue ul .list .time{
	display: block;
	margin-left: 10px;
	font-size: 14px;
	color: #999999;
}

/* 新品榜單111 */
.side-game-rank .game-category-rank{
	width: 100%;
}
.side-game-rank .game-category-rank li{
	display: block;
}
.side-game-rank .item{
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	display: none;
}
.side-game-rank .item .icon{
	width: 64px;
	height: 64px;
	border-radius: 8px;
	overflow: hidden;
}
.side-game-rank .item .desc{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-left: 10px;
	flex: 1;
	overflow: hidden;
}
.side-game-rank .item .down{
	margin-left: 15px;
	display: block;
	width: 60px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px var(--pm-c);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: var(--pm-c);
}
	
.side-game-rank li.active .item{
	display: flex;
}

/* 热点资讯 */
.side-hot-zx ul .list{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.side-hot-zx ul .list .num{
	display: block;
	width: 20px;
	height: 20px;
	background: #C6C6C6;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-align: center;
}

.side-hot-zx ul .list:nth-child(1) .num{
	background: #FF6600;
}

.side-hot-zx ul .list:nth-child(2) .num{
	background-color: #FF9753;
}

.side-hot-zx ul .list:nth-child(3) .num{
	background-color: ;
}

.side-hot-zx ul .list .title{
	display: block;
	flex: 1;
	color: #333333;
	font-size: 16px;
	margin: 0 15px;
}

.side-hot-zx ul .list .time{
	color: #999999;
	font-size: 16px;
}

/* 热门推荐 */
.side-hot-tj .item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.side-hot-tj .item:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

.side-hot-tj .item .icon{
	width: 82px;
	height: 82px;
	border-radius: 10px;
	overflow: hidden;
}

.side-hot-tj .item .info{
	margin-left: 15px;
	flex: 1;
}

.side-hot-tj .item .title{
	font-size: 17px;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}

.side-hot-tj .item .category-size{
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 5px;
}

.side-hot-tj .item .down{
	display: block;
	width: 83px;
	height: 42px;
	line-height: 41px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	text-align: center;
}

/* 热门游戏 */
.side-hot-game ul .item{
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.side-hot-game ul .item:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none !important;
}

.side-hot-game ul .item .icon{
	width: 81px;
	height: 81px;
	border-radius: 10px;
}

.side-hot-game ul .item .info{
	flex: 1;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
}

.side-hot-game ul .item .title{
	font-size: 17px;
	color: #333333;
	display: block;
}

.side-hot-game ul .item .category-size{
	font-size: 14px;
	color: #999999;
	display: block;
	margin-top: 5px;
}

.side-hot-game ul .item .desc{
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}

.side-hot-game ul .item .down{
	width: 76px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	display: block;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	margin-left: 15px;
}

.side-hot-game ul .item:hover .down{
	color: #fff;
	background-color: var(--pm-c);
}

/* 手游专辑 */
.side-game-album .thumb{
	width: 191px;
	height: 127px;
}

.side-game-album .uk-grid-small .title{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	height: 34px;
	line-height: 33px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	padding: 0 8px;
	position: absolute;
	bottom: 0px;
	left: 15px;
	right: 1px;
}

/* 其他排行 */
.side-more-rank .list{
	margin-bottom: 20px;
	padding-left: 25px;
	display: flex;
	align-items: center;
}

.side-more-rank .list::before{
	left:0;
	width: 17px;
	height: 17px;
	background: url('./assets/images/rank_dot.png') no-repeat center/contain;
}

.side-more-rank .list .title{
	flex: 1;
	margin-right: 15px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #333333;
}

.side-more-rank .list .time{
  font-size: 14px;
  color: #333333;
}

.side-more-rank .item .thumb{
	width: 288px;
	height: 150px;
}

.side-more-rank .list:hover .title{
	color: var(--pm-c);
}
/* 手游专辑 */
.side-game-album .item{
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.side-game-album .item .icon{
	width: 88px;
	height: 88px;
	border-radius: 10px;
	overflow: hidden;
}
.side-game-album .item .info{
	flex: 1;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
}

.side-game-album .item .title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}

.side-game-album .item p span{
	font-size: 16px;
	color: #666666;
}

.side-game-album .list{
	padding-left: 15px;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
}

.side-game-album .list:last-child{
	margin-bottom: 0px;
}

.side-game-album .list::before{
	left: 0;
	width: 6px;
	height: 6px;
	background: #E5E5E5;
	border-radius: 6px;
}
.side-game-album .list .title{
	display: block;
	flex: 1;
	margin-right: 10px;
	font-size: 16px;
	color: #333333;
}

.side-game-album .list .time{
	font-size: 16px;
	color: #999999;
}

.side-hot-sy .item .icon{
	width: 95px;
	height: 95px;
	border-radius: 10px;
	overflow: hidden;
}

.side-hot-sy .item .title{
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: center;
	margin: 15px 0;
}

.side-hot-sy .item .down{
	display: block;
	font-size: 16px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	width: 83px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	border-radius: 4px;
	margin: 0 auto;
}

.side-game-gl .thumb{
	width: 191px;
	height: 113px;
}

.side-game-gl .list{
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.side-game-gl .list::before{
	left: 0px;
	width: 6px;
	height: 6px;
	background: #E5E5E5;
	border-radius: 6px;
}

.side-game-gl .list .title{
	font-size: 16px;
	color: #333333;
	display: block;
	flex: 1;
	margin-right: 15px;
}

.side-game-gl .list .time{
	font-size: 16px;
	color: #999999;
}

/* 热门攻略111 */
.side-hot-gl .thumb{
	width: 395px;
	height: 210px;
	position: relative;
}
.side-hot-gl .thumb .title{
	width: 395px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.45);
	font-size: 17px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}

.side-hot-gl ul .list{
	margin-top: 23px;
	display: flex;
	align-items: center;
}
.side-hot-gl ul .list::before{
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 6px;;
	background: #E5E5E5;
}
.side-hot-gl ul .list .title{
	font-size: 16px;
	color: #333333;
	display: block;
	margin-right: 15px;
	padding-left: 20px;
	flex: 1;
}
.side-hot-gl ul .list .time{
	font-size: 16px;
	color: #999999;
}

/* 独家礼包111 */
.side-hot-gift .item{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding-right: 5px;
}
.side-hot-gift .item .icon{
	width: 76px;
	height: 76px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.side-hot-gift .item .info{
	flex: 1;
	margin-left: 10px;
	overflow: hidden;
	padding-bottom: 15px;
}
.side-hot-gift .item .title{
	font-size: 16px;
	color: #333333;
	display: block;
	overflow: hidden;
}

.side-hot-gift .item .type{
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.side-hot-gift .item .hot i{
	font-size: 24px;
	color: #ff632d;
	margin-left: 10px;
	vertical-align: sub;
}

/* 推荐礼包1111 */
.side-tj-gift .thumb{
	width: 288px;
	height: 165px;
	margin-top: 20px;
}
.side-tj-gift ul .list{
	padding-left: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.side-tj-gift ul .list:last-child{
	margin-bottom: 0;
}
.side-tj-gift ul .list::before{
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #eeeeee;
}
.side-tj-gift ul .list .title{
	flex: 1;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #333333;
}
.side-tj-gift ul .list .label{
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: rgba(42,203,141,0.1);
	border-radius: 22px;
	font-size: 12px;
	color: var(--pm-c);
	text-align: center;
}
.side-tj-gift ul .list:hover .title{
	color: var(--pm-c);
}
.side-tj-gift ul .list:hover .label{
	width: 24px;
	height: 24px;
	background: var(--pm-c);
	color: #ffffff;
}


/* 热门专辑1111 */
.single-hot-album .item{
	display: flex;
	align-items: center;
}
.single-hot-album .item .thumb{
	width: 221px;
	height: 150px;
	border-radius: 20px;
	overflow: hidden;
}
.single-hot-album .item .info{
	flex: 1;
	overflow: hidden;
	margin-left: 25px;
}
.single-hot-album .item .game-item{
	display: flex;
	margin-top: 20px;
}
.single-hot-album .item .game{
	width: 16.6%;
	padding-right: 25px;
	box-sizing: border-box;
}
.single-hot-album .item .icon{
	width: 66px;
	height: 66px;
	border-radius: 15px;
	overflow: hidden;
}
.single-hot-album .item .name{
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.single-hot-album .hot-album-list{
	display: flex;
	justify-content: space-between;
}
.single-hot-album .hot-album-list ul{
	width: 46%;
	justify-content: space-between;
}
.single-hot-album .hot-album-list ul:nth-child(1){
	margin-right: 8%;
}
.single-hot-album .hot-album-list ul li{
	padding-left: 18px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.single-hot-album .hot-album-list ul li::before{
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: var(--pm-c);
}
.single-hot-album .hot-album-list ul li .label{
	font-size: 12px;
	color: #999999;
}
.single-hot-album .hot-album-list ul li .title{
	flex: 1;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
}
.single-hot-album .hot-album-list ul li .num{
	font-size: 12px;
	color: #999999;
}
.single-hot-album .hot-album-list ul li:hover .title{
	color: var(--pm-c);
}

/* 游戏礼包1111 */
.single-game-gift .item{
	margin-bottom: 10px;
}
.single-game-gift .item:nth-child(odd){
	margin-right: 10px;
}

.single-game-gift .item .icon{
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}

.single-game-gift .item .info{
	flex: 1;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}

.single-game-gift .item .title{
	font-size: 16px;
	color: #333333;
	display: block;
}

.single-game-gift .item .desc{
	font-size: 13px;
	color: #888888;
	line-height: 24px;
	margin-top: 10px;
}

.single-game-gift .item .down{
	width: 80px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid var(--pm-c);
	display: block;
	color: var(--pm-c);
	font-size: 13px;
	margin-left: 20px;
}

.single-game-gift .item:hover .down{
	background: var(--pm-c);
	color:#fff;
}

/* 最新资讯 */
.category-hot-zx-list {
	margin-top: 0px;
	background: #FFF;
	position: relative;
}

.category-hot-zx-list .list {
	padding-left: 4px;
}

.category-hot-zx-list .item .icon {
	width: 150px;
	height: 98px;
	border-radius: 4px;
}

.category-hot-zx-list .item .title {
	font-size: 14px;
	color: #333;
}

.category-hot-zx-list .item .desc {
	font-size: 14px;
	color: #999;
	display: inline-block;
}

.category-hot-zx-list .list .title {
	font-size: 14px;
	color: #333;
}

.category-hot-zx-list .list .time {
	font-size: 14px;
	color: #999999;
}

.category-hot-zx-list .list::before {
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 0;
	background: url('./assets/images/dot.png') no-repeat center/contain;
}
.single{
	background: #fff;
	padding: 20px;
}

/* 游戏详情 */
.single-game .single-head .score,
.single-gift .single-head .score{
	position: absolute;
	right: 130px;
	top: 10px;
	text-align: center;
}
.single-game .single-head .score span,
.single-gift .single-head .score span{
	display: block;
	width: 155px;
	height: 206px;
	background: url('./assets/images/pf.png') no-repeat center/contain;
	text-align: center;
	line-height: 180px;
	font-size: 42px;
	color: #ff5f00;
	font-weight: bold;
}
.single-game .single-head .score p,
.single-gift .single-head .score p{
	font-size: 16px;
	color: #dadada;
	font-weight: bold;
	margin-top: 10px;
}

/* 游戏简介 */
.single-content {}
.single-content .game-title b:after {
    content: '游戏简介';
}
.single-content .app-title b:after {
    content: '应用简介';
}
.single-content h2,
.single-content h3 {
	font-size: 16px;
	color: var(--pm-c);
	font-weight: bold;
	margin: 16px 0;
	padding-left: 12px;
}

.single-content h2::before,
.single-content h3::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	background: url('./assets/images/dot.png') no-repeat center/contain;
	margin-right: 12px;
	transform: rotate(180deg);
} 

.single-content iframe {
    margin: 0 auto;
    width: 86%;
    height: 420px;
    display: block;
}
.single-content p {
	text-indent: 2em;
	line-height: 36px;
	font-size: 16px;
	margin: 20px 0;
	color: #666;
}
.single-content p a:hover {
    color: var(--pm-c)!important;
    font-weight: bold;
}
.single-content img,
.single-content figure img,
.single-content p img {
	display: block;
	max-width: 86%;
	margin: 10px auto;
	height: auto !important;
}

/* 游戏截图 */
.single-swiper {
	padding-bottom: 10px;
}

.single-swiper-warp {
	padding: 20px 0;
	width: 790px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.single-swiper .swiper-wrapper {
	height: auto;
}

.single-swiper .swiper-slide .thumb {
	width: 100%;
	overflow: hidden;
}

.single-swiper .swiper-slide img {
	width: 100%;
	max-width: 100%;
}

/* 切换按钮 */
.single-swiper .swiper-btn {
	cursor: pointer;
	width: 62px;
	height: 62px;
	border-radius: 31px;
	background: rgba(0, 0, 0, 0.6);
	margin-left: -25px;
}

.single-swiper .button-prev {
	background: url('./assets/images/left_btn.png') no-repeat rgba(0, 0, 0, 0.6);
	background-position: 16px;
	transform: translate(0, -50%) rotate(180deg);
}

.single-swiper .button-next {
	background: url('./assets/images/left_btn.png') no-repeat rgba(0, 0, 0, 0.6);
	background-position: 16px;
	margin-right: -25px;
}

.single-swiper .swiper-btn svg {
	color: transparent;
}

/* 内页标题 */
.single-head {
	position: relative;
	height: 291px;
	background: url('./assets/images/game_head_bg.png') no-repeat center/cover;
	padding: 41px 42px 45px;
	box-sizing: border-box;
	border-radius: 10px;
}
.single-head .item {
	position: relative;
	width: 64%;
}
.single-head .item .icon {
	width: 135px;
	height: 135px;
	border-radius: 20px;
}
.single-head .title {
	font-size: 22px;
	color: #333333;
	margin-bottom: 0;
	font-weight: bold;
}

.single-head ul li {
	color: #888888;
	font-size: 13px;
	border-radius: 6px;
	border: solid 1px #dcdbdc;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	padding: 0 16px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-top: 5px;
}

/* 下载按钮 */
.single-head .download {
	position: relative;
}

.single-head .download .btn {
	position: relative;
	height: 46px;
	line-height: 46px;
	min-width: 187px;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 20px;
}

.btn span {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-indent: 65px;
	line-height: 46px;
	font-weight: bold;
}

.single-head .download .btn::before {
	left: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	z-index: 100;
}

.single-head .download .btn::after {
	left: 25px;
	display: inline-block;
	background-repeat: no-epeat;
}

.single-head .download .pc{
	background: var(--pm-c);
}
.single-head .download .az{
	background: var(--pm-c);
}
.single-head .download .az:after {
    content: '安卓版下载';
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.single-head .download .app{
	background-color: #3692e8;
}
.single-head .download .h5{
	background-color: #7b70e5;
}
.single-head .download .ios{
	background-color: #3692e8;
}
.single-head .download .ios:after {
    content: '苹果版下载';
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.single-head .download .xz{
	background-color: #3692e8;
}
.single-head .download .lb{
	background: var(--pm-c);
}

.single-head .download .az:before {
	background-image: url(./assets/images/az_btn.png);
	width: 16px;
	height: 20px;
}

.single-head .download .ios:before {
	background-image: url(./assets/images/ios_btn.png);
	width: 15px;
	height: 19px;
}

.single-head .download .pc:before {
	background-image: url(./assets/images/pc.png);
	width: 20px;
	height: 18px;
}

.single-head .download .app:before {
	background-image: url(./assets/images/app.png);
	width: 14px;
	height: 19px;
}
.single-head .download .xz::before {
	background-image: url(./assets/images/game_icon.png);
	width: 22px;
	height: 17px;
}

.single-head .download .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: 0.4;
}
.single-head .download .none:after {
    content: '暂无下载';
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.single-head .download .code {
	display: none;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 20px;
	color: #777;
	font-size: 14px;
	line-height: normal;
	right: -170px;
	z-index: 10;
	right: 0px;
	top: 140px;
	z-index: 101;
}

.single-head .download .code img {
	border: 1px solid #f5f5f5;
	margin-bottom: 15px;
}
.single-head .download .pc:hover .code,
.single-head .download .app:hover .code,
.single-head .download .az:hover .code,
.single-head .download .ios:hover .code,
.single-head .download .lb:hover .code{
	display: block;
}

/* 专辑详情 */
.single-album {}
.single-album .single-head {}
.single-album .single-head .desc {
    line-height: 32px;
    color: #999;
}
.single-album .single-head-card {
	width: 360px;
	height: 160px;
	position: absolute;
	right: 38px;
	top: 90px;
}

.single-album .single-head-card .info-top .title {
	font-size: 16px;
	color: #333333;
	display: block;
}

.single-album .single-head-card .info-top .category-size {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

.single-album .single-head-card .info-top .desc {
	font-size: 14px;
  color: #666666;
	margin-top: 10px;
}

.single-album .single-head-card .info-top .icon {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.single-album .single-head-card .down {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 46px;
	line-height: 44px;
	text-align: center;
	background-image: linear-gradient(90deg, 	#16dcb9 0%, 	#3fd797 100%);
	border-radius: 10px;
	margin-top: 20px;
}

.single-album .single-head .xg-zj{
	margin-top: 40px;
}

.single-album .xg-zj a,
.single-album .xg-zj span{
	font-size: 13px;
	color: #888888;
}

.single-album .xg-zj a:hover{
	color: var(--pm-c)
}

.single-album .single-head .score{
	width: 77px;
	height: 101px;
	background: url('./assets/images/album_tj.png') no-repeat center/contain;
	position: absolute;
	right: 38px;
	top: 25px;
}
.single-album .album-warp{
	margin-top: 20px;
}
.single-album .album-warp .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.single-album .album-warp .item .top-num {
	display: block;
	width: 50px;
	height: 22px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 22px;
  position: absolute;
  left: 0;
  top: 0;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 10px 0px 10px 0px;
	background-color: #cdcdcd;
	text-align: center;
}

.single-album .album-warp>div:nth-child(-n+3) .item .top-num{
	background-color: #ff944d;
}
.single-album .album-warp .item .info,
.single-album .album-warp .item .info-top{
	overflow: hidden;
	flex: 1;
}

.single-album .album-warp .item .icon {
	width: 95px;
	height: 95px;
	border-radius: 10px;
	overflow: hidden;
}

.single-album .album-warp .item .title {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.single-album .item .category-size{
	font-size: 14px;
	color: #888888;
}
.single-album .album-warp .item .down{
	display: block;
	width: 87px;
	height: 40px;
	line-height: 39px;
	border: 1px solid var(--pm-c);
	border-radius: 6px;
	font-size: 16px;
	color: var(--pm-c);
	text-align: center;
	margin-left: 10px;
}
.single-album .album-warp .item .desc {
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
}

.single-album .album-warp .item:hover .title{
	color: var(--pm-c);
}
.single-album .album-warp .item:hover .down{
	background: var(--pm-c);
	color: #fff;
}

/* 资讯详情头部标题 */
.single-news .single-header {
	padding-bottom: 25px;
	padding-top: 20px;
}

.single-news .single-header h1 {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
	padding: 40px 0 30px;
	line-height: 48px;
}
.single-news .single-header .info{
	height: 40px;
	line-height: 40px;
	background-color: #f7f7f7;
	display: flex;
	justify-content:space-between;
	padding: 0 20px;
}
.single-news .single-header .info span {
	font-size: 14px;
	color: #9195a3;
	display: inline-block;
	padding-left: 20px;
}
.single-news .single-header .info span:nth-child(1) {
	background: url('./assets/images/news_icon_wz.png') no-repeat left/contain;
	background-size: 15px 14px;
}
.single-news .single-header .info span:nth-child(2) {
	margin: 0 60px;
	background: url('./assets/images/news_icon_zz.png') no-repeat left/contain;
	background-size: 13px 13px;
}
.single-news .single-header .info span:nth-child(3) {
	background: url('./assets/images/news_icon_time.png') no-repeat left/contain;
	background-size: 14px 14px;
}


/* 礼包详情 */
.single-gift .info ul li{
	width: 191px;
}

/* 排行榜列表 */
.rank-menu{
	background: url('./assets/images/rank_menu.png') no-repeat center/contain;
}
.rank-menu .title{
	color: #9592ff;
}
	
.rank-menu .title::before,
.rank-menu .title::after{
	background: url('./assets/images/rank_menu_icon.png') no-repeat center/contain;
}

.rank-menu .item.active, .rank-menu .item:hover{
	background: #9592ff;
}

.category-rank .rank-warps {}

.rank-warps>ul>li {
	margin-bottom: 20px;
	position: relative;
	padding: 20px;
	margin-right: 20px;
}

.rank-warps>ul>li:hover {
	border: 1px solid var(--pm-c) !important;
}

.rank-warps>ul>li .icon {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}

.rank-warps>ul>li .item-warp{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.rank-warps>ul>li .info {
	flex: 1;
	overflow: hidden;
	margin-left: 15px;
}

.rank-warps>ul>li .title {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.rank-warps>ul>li .info p span{
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #666666;
}
.rank-warps>ul>li .info p span i{
	font-style: normal;
	color: var(--pm-c);
	font-weight: bold;
}
.rank-warps>ul>li .desc {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.rank-warps>ul>li .down {
	display: block;
	width: 42px;
	height: 100px;
	position: absolute;
	top: 35px;
	right: -21px;
	color: transparent;
	background: url('./assets/images/down_btn.png') no-repeat center/contain;
}

.rank-warps>ul>li .num {
	width: 91px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	background: url('./assets/images/rank_n.png') no-repeat center/contain;
	font-size: 16px;
  color: #FFFFFF;
	font-weight: bold;
	margin-right: 40px;
}
.rank-warps>ul>li:nth-child(-n+4) .num{
	color: transparent;
}
.rank-warps>ul>li:nth-child(1) .num {
	background: url('./assets/images/rank_01.png') no-repeat center/contain;
}

.rank-warps>ul>li:nth-child(2) .num {
	background: url('./assets/images/rank_02.png') no-repeat center/contain;
}

.rank-warps>ul>li:nth-child(3) .num {
	background: url('./assets/images/rank_03.png') no-repeat center/contain;
}

.rank-warps>ul>li:nth-child(4) .num {
	background: url('./assets/images/rank_04.png') no-repeat center/contain;
}

.rank-warps>ul>li:hover .title{
	color: var(--pm-c);
}
.rank-warps>ul>li:hover .down{
	background: url('./assets/images/down_btn_.png') no-repeat center/contain;
}

/* 排行榜大全 */
.category-rank-news .item .icon-list .item-warp .icon{
  width: 90px;
	height: 90px;
	border-radius: 45px;
	overflow: hidden;
}

.category-rank-news .item .icon-list .item-warp{
	position: relative;
	width: 90px;
	margin-right: 25px;
}
.category-rank-news .item .num{
	width: 78px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 4px;
}

.category-rank-news .item .item-warp:nth-child(1) .num{
  color: #ffffff;
	background: url('./assets/images/rank_news_01.png') no-repeat center/contain;
  background-size: 78px 38px;
}

.category-rank-news .item .item-warp:nth-child(2) .num{
	color: #878787;
	background: url('./assets/images/rank_news_02.png') no-repeat top/contain;
  background-size: 80px 31px;
}

.category-rank-news .item .item-warp:nth-child(3) .num{
	color: #c48f00;
	background: url('./assets/images/rank_news_03.png') no-repeat center/contain;
  background-size: 78px 33px;
}

.category-rank-news .item .icon-list .item-warp .name{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 20px;
}

.category-rank-news .item .icon-list .more{
	position: relative;
	display: flex;
	margin-top: -30px;
	margin-left: 20px;
}

.category-rank-news .item .icon-list .more .icon{
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 65px;
	border: solid 5px #ffffff;
}
.category-rank-news .item .icon-list .more .icon:last-child{
	position: absolute;
	left: 38px;
}

.category-rank-news .item .down{
	top: 50px !important;
}

/* 排行榜详情 */
.single .single-rank-title {
	height: 190px;
	margin-top: 20px;
	background: url('./assets/images/show_rank_top.png') no-repeat center/contain;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}

.single-rank-title .title {
  font-size: 24px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 0 20px;
}

.single-rank-title .time {
	font-size: 14px;
	color: #888888;
	display: inline-block;
	margin-top: 30px;
}

/* 关于我们 */

.page .page-content p {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	letter-spacing: 2px;
}

/* 帮助中心 */
.page-map {
	background-color: #fff;
	margin-top: 20px;
	padding-top: 5px;
}

.page-map .page-map-list {
	margin-top: 10px;
	border-bottom: 1px dashed #EBEBEB;
	margin-bottom: 20px;
}
.page-map .page-map-list .title{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url('./assets/images/hot_title.png') no-repeat left/contain;
}
.page-map .page-map-list li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.page-map .page-map-list li a {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}

.page-map .page-map-list li.active a,
.page-map .page-map-list li:hover a {
	color: var(--pm-c);
}
.page-map .page-map-list:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* 404 */
.page-error {
	min-height: 639px;
	padding: 100px 0;
	font-size: 24px;
	color: #666;
	box-sizing: border-box;
	text-align: center;
}

.page-404 {
	width: 248px;
	height: 234px;
	background-image: url(./assets/images/page-404-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.page-500 {
	width: 248px;
	height: 234px;
	margin: 0 auto;
	background-image: url(./assets/images/page-500-bg.png);
	background-repeat: no-repeat;
}

.page-error .title {
	letter-spacing: 2px;
	font-size: 16px;
	color: #333333;
	margin-top: 65px;
	margin-bottom: 50px;
}

.page-error .go-home {
	display: inline-block;
	padding: 0 36px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	letter-spacing: 2px;
	color: var(--pm-c);
	border: solid 1px var(--pm-c);
	border-radius: 8px;
}

.search-total {
	font-size: 16px;
	color: var(--pm-c);
	font-weight: bold;
	margin: 10px 0;
}

/* 开服表 */
.kaifu .module-title .title{
	font-size: 20px;
	color: #222222;
	flex: 1;
}
.kaifu .module-title .more{
	color: #888888;
	font-size: 14px;
}
.kaifu .module-title .more span{
	font-size: 20px;
	color: #222222;
	display: inline-block;
	margin-right: 10px;
}
.kaifu .module-title .more i{
	font-style: normal;
	color: var(--pm-c);
	font-size: 14px;
}
.kaifu-warp tr {
  border: 1px solid #eeeeee;
}

.kaifu-warp tr th {
  height: 45px;
  line-height: 45px;
  background: var(--pm-c);;
  box-sizing: border-box;
  padding: 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.kaifu-warp tr:nth-child(-n+3) {
 background: #FFFDCF;
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
  background: #EEF7FF;
}

.kaifu-warp tr td {
  font-size: 14px;
  color: #666666;
  line-height: 38px;
}
.kaifu-warp tr td:nth-child(4){
	color: #ff3b27;
}
.kaifu-warp tr .icon {
 width: 40px;
 height: 40px;
}

.kaifu-warp tr .icon img {
  border-radius: 4px;
}

.kaifu-warp tr .title {
  font-size: 14px;
  color: #333333;
  min-width: 80px;
}

.kaifu-warp tr .time {
  font-size: 14px;
  color: #333333;
}

.kaifu-warp tr td span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #c6c5c5;
}

.kaifu-warp .btn {
  display: block;
  width: 108px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 auto;
}

.kaifu-warp .down {
  border: solid 1px var(--pm-c);
  color: var(--pm-c);
	background: url('./assets/images/kaifu_down_.png') no-repeat 12px/contain;
	background-size: 14px 14px;
	padding-left: 16px;
}

.kaifu-warp .gift {
  border: solid 1px #f7ba36;
  color: #f7ba36;
	background: url('./assets/images/kaifu_lb_.png') no-repeat 12px/contain;
  background-size: 15px 15px;
	padding-left: 20px;
}

.kaifu-warp .down:hover {
  color: #ffffff;
	background: url('./assets/images/kaifu_down.png') no-repeat 12px/contain var(--pm-c);
	background-size: 15px 15px;
}

.kaifu-warp .gift:hover {
  color: #ffffff;
	background: url('./assets/images/kaifu_lb.png') no-repeat 12px/contain #f7ba36;
  background-size: 15px 15px;
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #ffffff;
}

.kaifu-warp .game-type {
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
}

.kaifu-warp .game-type::after {
  width: 14px;
  height: 14px;
  z-index: 99;
  background: url('./assets/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: 14px;
  color: #333333;
  cursor: pointer;
	font-weight: 400;
}

.kaifu-warp .uk-dropdown .uk-dropdown-nav li.uk-active {
	background: #EEF6FF;
}

/* 手机端兼容性 */
@media (max-width: 760px) {
	header {
	  height: 100px;
	  background: url(./assets/images/header_bg.png) no-repeat top/contain;
	}
	header .header {
		display: block;
	}
	.logo-search {
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
		padding: 0px 0;
		margin-bottom: 0px;
	}
	header .nav ul li::before{
		background: transparent !important;
		display: none;
	}
	header .logo {
		width: 70px;
		height: 40px;
		margin: auto;
		padding-top: 0px;
	}

	header .logo img {
		height: 100%;
	}

	header .nav {
		width: 100%;
		height: 60px;
		line-height: 60px;
		margin-top: 0px;
		overflow: hidden;
		padding: 0;
	}

	header .nav ul {
		white-space: nowrap;
		overflow-x: scroll;
		height: 66px;
		float: none;
	}

	header .nav ul li {
		margin-right: 0;
		width: 92px;
		height: 50px;
		line-height: 50px;
	}

	header .nav ul li a {
		font-size: 16px;
	}

	header .search {
		display: none;
	}
  
	.footer {
		padding: 15px;
	}

	.footer p {
		font-size: 12px;
		margin-top: 25px;
	}

	.home-links a {
		font-size: 12px;
		margin-right: 5px;
	}
	
	.home-catlist,
	.home-banner-box,
	.home-banner-gl,
	.home-banner-bottom .home-news,
	.highest-heat-box,
	.home-news-gl .home-news-list .news-list-top .item,
	.home-news-gl,
	.home-album-list,
	.home-xg-album>div,
	.home-album-top .item,
	.home-game .home-game-list .item{
		display: block;
	}
	
	.index-banner,
	.home-game-mx-list,
	.home-hd-list,
	.index-list,
	.category,
	.single-news,
	.categories-news,
	.single-warp,
	.single-head .item,
	.lb-warp,
	.single-rank,
	.list-news,
	.single-game,
	.like-game-list,
	.single-bottom,
	.category-gift,
	.signle-gift{
		display: block !important;
	}
	
	.home-catlist-item,
	.game-info,
	.home-banner-bottom .home-news ul,
	.highest-heat,
	.game-category-rank,
	.home-news-gl .home-news-list,
	.home-news-gl .home-news-list .news-list-top .thumb,
	.home-news-gl .home-gl-list,
	.home-news-gl .home-video .item,
	.home-album .home-album-rank,
	.home-album .home-album-middle,
	.home-album .home-album-hot{
		width: 100%;
	}
	
	.home-latest{
		width: 100%;
		margin-right: 0px;
	}
	
	.highest-heat .item{
		width:100%;
		margin-bottom: 20px;
	}
	
	.highest-heat .big-title {
		background: url(./assets/images/hot_title.png) no-repeat left/cover;
	}
	.home-game-right{
		margin-left:0px;
	}
	.common-title {
	  width: 100%;
	  height: 25px;
	}
	.home-game-img .common-title {
	  width: 100%;
	  height: 32px;
	}
	.home-xg-album .game-item{
		margin-bottom: 20px;
	}
	.home-album-game-list .item .icon {
	  width: 50px;
	  height: 50px;
	}
	.home-game .home-game-list .item .icon{
		width: 65px;
		height: 65px;
	}
	.home-game .home-game-list .item .info{
		margin-left: 0px;
		margin-top: 10px;
	}
	.home-game .home-game-list .item .title a{
		font-size: 14px;
	}
	.home-game .home-game-list{
		padding-left: 0px;
	}

	.home-latest ul .list .title {
		font-size: 14px;
	}
	
	.home-banner .uk-slideshow-items, .home-banner .home-banner-swiper li {
		height: 200px;
		min-height: 200px !important;
	}
	
	.home-game-img .home-game-img-list,
	.home-game-img .game-img-r .game-img-bottom{
		display: block;
	}
	
	.home-game-img .game-img-l .thumb,
	.home-game-img .game-img-m .thumb,
	.home-game-img .game-img-r .game-img-bottom .thumb{
		width: 100%;
	}
	
	.home-game-img .game-img-m,
	.home-game-img .game-img-r,
	.home-game-img .game-img-r .game-img-bottom .thumb{
		margin-left: 0px !important;
	}
	
	.game-img-r{
		margin-top:15px;
	}

	.home-game-gl .item{
		width: 100%;
	}
	
	.home-game-gl .uk-grid,
	.home-banner-bottom{
		display: block;
	}
	
	.home-game-gl .uk-grid .uk-width-1-4{
		width: 80%;
		margin-left: 6%;
	}
	
	.home-game-gl .item .thumb{
		width: 100%;
		margin: 0 auto;
	}
	
	.home-game-zx{
		width: 88%;
	}
	
	.home-game-zx>div:nth-child(2){
		display: block;
	}
	
	.home-game-zx ul,
	.home-hot-news,
	.home-game-cp{
		margin-left: 0px !important;
	}
	
	.home-game-video,
	.home-game-video .item,
	.home-game-video .item .thumb{
		width: 100%;
	}
	
	.home-banner-bottom .home-news{
		width: 100%;
	}
	
	.home-banner-bottom .home-game-gift{
		width: 100%;
		padding-left: 0px;
	}
	
	.home-album .item .title {
	  margin-top: 10px;
	  margin-bottom: 5px;
	}
	.home-game-zx .thumb-item .thumb{
		width: 100%;
	}
	
	.home-game-hot,
	.home-hd-right,
	.home-latest {
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.home-banner {
		width: 100%;
		margin-left: 0px !important;
		margin-top: 20px;
	}

	.home-banner-img {
		width: 100%;
		height: auto;
	}

	.home-banner-list .item {
		width: 45%;
	}

	.home-banner .list-bottom .item .icon-list .icon {
		width: 30px;
		height: 30px;
	}

	.home-banner-list .list-top .item .desc {
		line-height: 20px;
	}

	.home-banner .list-bottom .item .title,
	.home-banner-list .list-top .item .title {
		font-size: 12px;
	}

	.home-banner-list .list-top .item .icon {
		width: 68px;
		height: 40px;
	}

	.home-switcher {
		margin: 0 20px;
	}

	.home-hot-video .item {
		width: 100%;
	}

	.home-hot-video .item .thumb {
		margin: 0 auto;
	}

	.home-rank .item {
		width: 43%;
	}

	.home-switcher .item {
		width: 33.3%;
		margin-bottom: 10px;
	}

	.home-game-mx .game-mx .thumb {
		width: 170px;
		height: 110px;
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
	}

	.home-hd {
		width: 100%;
	}

	.home-hd-left,
	.home-hd-right {
		width: 100%;
	}

	.home-hd-left>.thumb {
		width: 340px;
		height: 180px;
		margin-bottom: 15px;
	}

	.home-hd-list .thumblist .thumb {
		width: 45%;
	}

	.home-rank {
		margin-top: 20px;
	}

	.home-warp-rank {
		padding: 30px;
	}

	.home-warp-rank .rank-warp {
		margin-bottom: 20px;
		padding: 10px;
		margin-left: 5px;
	}
	
	.category,
	.single{
		padding: 20px !important;
	}
	.category .game-warp {
		margin-left: 0px;
	}

	.category .category-warp .item {
		width: 90%;
	}

	.category .category-warp .item .icon {
		width: 80px;
		height: 80px;
	}

	.category .category-warp .item .single {
		display: block;
	}

	.categories .category-menu .item {
		width: 47%;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: normal;
	}
	
	.news-warp .item .thumb {
		width: 150px;
		height: 100px;
	}
	.news-warp .item .desc {
	  font-size: 12px;
	  line-height: 20px;
		margin-top: 5px !important;
	}
	.news-warp .item .info{
		margin-left: 15px;
	}
	
	.album-warp{
		display: block;
	}
	.album-warp .uk-width-1-2{
		width: 100% !important;
	}
	.category-album .album-warp .item>.icon a {
	  width: 90px;
	  height: 90px;
	}
	.category-album .album-warp .item .icon-list .icon {
	  width: 36px;
	  height: 30px;
	}
	.category-album .album-warp .item>.icon{
		margin: 10px;
	}
	.category-album .album-warp .item .info{
		padding: 10px;
		height: 115px;
	}
	.category-album .album-warp .item .icon-list .down {
	  width: 25px;
	  height: 20px;
  }
	.category-album .album-warp .item p{
		display: none;
	}
	.sidebar {
		margin-left: 0px !important;
		width: 100%;
	}
	.side-other-rank .list .game-item {
		margin-right: 12px;
	}
	.side-game-gl .thumb {
	  width: 160px;
	  height: 100px;
	}
	.side-hot-gl .thumb {
	  width: 100%;
	}
	.single-head ul li {
		font-size: 12px;
	}

	.single-head .icon {
		margin: 0;
		width: 100px;
		height: 100px;
	}

	.single-head .item .info>div {
		margin: 0 auto;
	}

	.single-head .info {
		margin-left: 0px !important;
		margin-top: 10px;
	}

	.single-head .download {
		position: absolute;
		right: 0px;
		top: -3px;
		display: block;
	}

	.single-head .download .btn {
		margin-bottom: 10px !important;
		height: 44px;
		line-height: 44px;
		min-width: 135px;
	}
	.single-head .download .h5{
		display: none;
	}
	
	.btn span{
		font-size: 12px;
		line-height: 44px;
	}
	
	.single-header,
	.single-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.single-swiper-warp {
		width: 100%;
	}

	.single-swiper .swiper-slide .thumb {
		width: 100%;
		height: 100%;
	}

	.single-swiper .swiper-btn {
		width: 30px;
		height: auto;
		background-size: 40%
	}

	.single-news .single-header h1 {
		font-size: 20px;
		line-height: 36px;
	}

	.single-news .single-header .info span {
		font-size: 12px;
	}

	.single-news .single-header .info span:nth-child(2) {
		margin: 0 30px;
	}
	
	.single-album .single-head{
		height: 100%;
	  padding: 20px;
	}
	.single-album .single-head .icon{
		margin: 0 auto;
	}
	.single-album .single-head .info .label {
	  font-size: 12px;
	  padding: 0 10px;
	  width: 65px;
	}
	.signle-gift .single-head .item {
	  padding-right: 20px;
	}
	.single-cy-zx .thumblist .thumb {
		width: 100%;
		height: 200px;
	}

	.page-error {
		min-height: auto;
		padding: 50px 0;
	}

	.page-404 {
		height: 300px;
		width: 80%;
		margin: 0 auto;
		background-size: 100%;
	}
	.search-page .module-title .title {
		font-size: 13px;
	}
	.search-page .like-game-list .uk-width-1-4{
		width: 100%;
	}

	.single-head .info-list .gx-time {
		margin-left: 0px !important;
		margin-top: 15px;
	}

	.single-head .info-list ul li {
		padding-right: 5px;
		padding-left: 5px;
	}

	.single-head-card {
		width: 294px;
		height: 175px;
		padding: 15px 15px;
		margin-top: 15px;
	}

	.single-head-card .info-top .icon {
		width: 90px;
		height: 90px;
	}

	.single-head-card .down-btn {
		width: 90px;
		height: 60px;
		line-height: 58px;
		padding-left: 25px;
		right: -16px;
		top: 58px;
	}

	.single-head-card .down-btn::before {
		left: 22px;
	}

	.single-head-card .down-btn::after {
		left: 30px;
	}
	.signle-gift{
		padding: 0 !important;
	}

	.rank-banner {
		height: 73px;
		background-position: top;
	}

	.single-rank-title {
		height: 30px;
		line-height: 30px;
		margin-top: 10px !important;
	}

	.single-rank-title .title,
	.single-rank-title .time {
		font-size: 12px;
		letter-spacing: 0px;
	}

	.rank-banner .crumbs-box {
		margin-top: 10px !important;
	}

	.single-rank-list ul li {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}

	.single-rank-list ul li .num {
		text-align: center;
		margin: 0 auto;
	}

	.single-rank-list ul li .icon {
		width: 100px;
		height: 100px;
		margin: 0;
		position: absolute;
		top: 120px;
	}

	.single-rank-list ul li .title {
		padding-right: 0px;
	}

	.single-rank-list ul li .btn {
		top: 15px;
	}

	.single-rank-list ul li .time {
		margin-bottom: 0px;
	}

	.single-rank-list ul li .info {
		margin-left: 115px;
	}
	
	.gift-warp>div:nth-child(2){
		display: block !important;
	}
	.gift-warp>div:nth-child(2) .uk-width-1-2{
		width: 100% !important;
	}
}

/* 手机端兼容性 */
@media (max-width: 760px) {
	
}