/*
	Theme Name: Xdown主题(手机端)
	Theme URI: https://www.iwm.sh.cn/
	Author: WordPress小宇宙
	Author URI: https://www.iwm.sh.cn/
	Description:
	Version: 1.0.0
*/

/* 公共样式 */
:root {
	--pm-c: #2bcf91;
	--dm-c: #fdeaea;
	--bg-c: #FAFAFA;
	--br-c: #eee;
}

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

.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 {
	max-width: 750px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
}

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

p {
	padding: 0px;
	margin: 0px;
}

ol,
ul {
	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;
}

.my-uk-flex-content {
	justify-content: space-between;
}

.fl{
	flex: 1;
}

/*边框样式*/
.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;
}

/* 外边距 */
.m-a-0 {
	margin: 0 !important;
}

.m-a-5 {
	margin: 0.05rem;
}

.m-a-10 {
	margin: 0.1rem;
}

.m-a-20 {
	margin: 0.2rem;
}

.m-a-30 {
	margin: 0.3rem;
}

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

.p-a-5 {
	padding: 0.05rem;
}

.p-a-10 {
	padding: 0.1rem;
}

.p-a-20 {
	padding: 0.2rem;
}

.p-a-30 {
	padding: 0.3rem;
}

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

.p-t-5 {
	padding-top: 0.05rem;
}

.p-t-10 {
	padding-top: 0.1rem;
}

.p-t-15 {
	padding-top: 0.15rem;
}

.p-t-20 {
	padding-top: 0.2rem;
}

.p-t-30 {
	padding-top: 0.3rem;
}

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

.p-b-5 {
	padding-bottom: 0.05rem;
}

.p-b-10 {
	padding-bottom: 0.1rem;
}

.p-b-15 {
	padding-bottom: 0.15rem;
}

.p-b-20 {
	padding-bottom: 0.2rem;
}

.p-b-30 {
	padding-bottom: 0.3rem;
}

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

.p-l-5 {
	padding-left: 0.05rem;
}

.p-l-10 {
	padding-left: 0.1rem;
}

.p-l-15 {
	padding-left: 0.15rem;
}

.p-l-20 {
	padding-left: 0.2rem;
}

.p-l-30 {
	padding-left: 0.3rem;
}

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

.p-r-5 {
	padding-right: 0.05rem;
}

.p-r-10 {
	padding-right: 0.1rem;
}

.p-r-15 {
	padding-right: 0.15rem;
}

.p-r-20 {
	padding-right: 0.2rem;
}

.p-r-30 {
	padding-right: 0.3rem;
}

.m-t-b-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

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

.m-t-5 {
	margin-top: 0.05rem;
}

.m-t-10 {
	margin-top: 0.1rem;
}

.m-t-15 {
	margin-top: 0.15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-r-4 {
	border-radius: 0.04rem !important;
}

.b-r-5 {
	border-radius: 0.05rem !important;
}

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

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

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

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

.b-r-24 {
	border-radius: 0.24rem !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);
}

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

.item .icon img {
	width: 100%;
	height: 100%;
	border-radius: 0.15rem;
}

.item .title {
	font-size: 0.28rem;
	letter-spacing: 0.03rem;
	color: #333333;
}

.item .desc {
	font-size: 0.24rem;
	letter-spacing: 0.01rem;
	color: #888888;
}

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

/*面包屑导航*/
.crumbs {
	font-size: 0.24rem;
	padding: 0 0.3rem;
	color: #a5a5a5;
}

.crumbs a {
	color: #909399;
	display: inline-block;
	position: relative;
	font-size: 0.24rem;
}

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

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

.platform .az {
	background: url('./assets/images/icon-az.png') no-repeat center/contain;
}
.platform .az_ {
	background: url('./assets/images/icon-az_.png') no-repeat center/contain;
}

.platform .ios {
	background: url('./assets/images/icon-ios.png') no-repeat center/contain;
}
.platform .ios_ {
	background: url('./assets/images/icon-ios_.png') no-repeat center/contain;
}

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

.module-title .title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #333333;
	padding-left: 0.3rem;
	display: block;
	flex: 1;
}

.module-title .more {
	color: #999999;
	font-size: 0.24rem;
}

.module-title .title::before {
	display: inline-block;
	width: 0.08rem;
	height: 0.4rem;
	background: var(--pm-c);
	left: 0rem;
}

.commit-title{
	position: relative;
	height: 0.52rem;
	line-height: 0.52rem;
	background: url('./assets/images/title_bg.png') no-repeat left/contain;
	font-size: 0.28rem;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0.2rem;
}

.pd3 {
	padding: 0.3rem;
}

.x-scoll {
	/* padding-left: 0.3rem; */
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

.module {
	padding: 0.3rem 0.3rem;
	background-color: #fff;
}

.space-hr{
	width:100%;
	height: 0.09rem;
	background: #F3F3F3;
}

/* 友情链接 */
.home-links li {
	display: inline-block;
	margin-right: 0.25rem;
	padding-right: 0.25rem;
}

.home-links li::after {
	content: '';
	background: #999999;
	width: 0.02rem;
	height: 0.22rem;
	margin-left: 0.25rem;
}

.home-links a {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #999999;
}

.home-links li:last-child::after {
	width: 0;
}

/* 页脚 */
.footer {
	font-size: 0.24rem;
	color: #888;
	padding-bottom: 0.45rem;
	padding-top: 0.47rem;
	background-color: #333333;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.footer .foot_logo {
	width: 1.85rem;
	margin: 0 auto 0.2rem;
}
.footer ul {
	padding: 0 0.3rem 0.1rem;
}

.footer ul li {
	display: inline-block;
	margin-top: 0.2rem;
}

.footer ul li a {
	display: block;
	font-size: 0.24rem;
	color: #999999;
	margin-right: 0.3rem;
}

.footer ul li a::after {
	height: 0.22rem;
	width: 0.02rem;
	background-color: #888;
	margin-left: 0.19rem;
	margin-right: 0.25rem;
}

.footer ul li:nth-child(4) a::after,
.footer ul li:last-child a::after {
	width: 0;
}

.footer ul li:last-child a {
	border: none;
}

.footer p {
	margin: 0px !important;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.6rem;
	padding: 0 0.1rem;
}

.star {
	height: 0.18rem;
	width: 0.9rem;
	background: url(./assets/images/icon-star-bg.png) repeat-x center/0.18rem;
	display: inline-block;
}

.star:before {
	content: "";
	display: block;
	background: url(./assets/images/icon-star.png) repeat-x 0/0.18rem;
	height: 0.18rem;
}

.star-1:before {
	width: 0.18rem;
}

.star-2:before {
	width: 0.36rem;
}

.star-3:before {
	width: 0.54rem;
}

.star-4:before {
	width: 0.72rem;
}

.star-5:before {
	width: 0.9rem;
}

/* 分页 */
.pagination {
	margin: 0.6rem 0 0.4rem 0;
	text-align: center;
}

.pagination .page-item {
	display: inline-block;
	margin: 0.05rem;
	font-size: 0.13rem;
	border: 1px solid var(--br-c);
	color: #555;
}

.pagination .active span {
	background: var(--pm-c);
	color: #fff;
}

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

.pagination .page-item .page-link {
	display: block;
	padding: 0.06rem 0.12rem;
	border: 1px solid transparent;
}

.pagination li span {}

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

/* 上一页 下一页 */
.page {
	overflow: hidden;
}

.page a {
	width: 100%;
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: left;
	font-size: 0.26rem;
	color: #666;
}

header {
	background: url('./assets/images/head_bg.jpg') no-repeat center;
	background-size: 100%;
}
.header {
    padding: .3rem;
    padding-bottom: 0;
}
.head .logo a {
	display: inline-block;
	height: 0.5rem;
}

.logo {
	flex: 1;
}

.logo img {
	height: 100%;
}

.search {
	position: relative;
	width: 2.88rem;
	height: 0.55rem;
}

.search form {
	height: 0.55rem;
}
.search input {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0.55rem;
	font-size: 0.24rem;
	color: #c5c5c5;
	text-indent: 0.3em;
	background: #fff;
	box-sizing: border-box;
	transition: all .8s;
	padding-left: 0.55rem;
}

/* 针对 谷歌 内核 */
input::-webkit-input-placeholder {
	color: #c5c5c5;
	font-size: 0.24rem;
}

/* 火狐 */
input:-moz-placeholder {
	color: #c5c5c5;
	font-size: 0.24rem;
}

.search button {
	border: 0;
	width: 0.55rem;
	height: 0.55rem;
	background-image: url("./assets/images/icon-search.png");
	background-size: 0.26rem 0.26rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border-radius: 50%;
	padding: 0.2rem;
	margin: 0 0.1rem;
	position: absolute;
	top: 50%;
	left: -0.05rem;
	transform: translate(0, -50%);
}

.nav {
	padding: 0;
	padding-top: 0.4rem;
}

.nav li {
	margin-right: 0.6rem;
	white-space: nowrap;
	position: relative;
	line-height: 0.83rem;
}

.nav li a {
	font-size: 0.3rem;
	color: #ffffff;
	line-height: 0.4rem;
	display: block;
	padding-bottom: .3rem;
	border-bottom: 3px solid translate;
}

.nav li.active a{
	font-weight: bold;
	position: relative;
    border-bottom: 3px solid #fff;
}


.home-slide {
	position: relative;
    margin: 0.2rem .3rem;
	border-radius: 0.1rem
}

.home-slide .uk-slideshow-items {
    min-height: 150px !important;
}

.home-game-type ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-game-type ul li{
	height: 1.58rem;
	width: 1rem;
	position: relative;
	overflow: hidden;
}
.home-game-type ul li a{
	color: #666666;
	font-size: 0.24rem;
	display: block;
	position: absolute;
	bottom: 0px;
}
.home-game-type ul li:nth-child(1){
	background: url('./assets/images/type01.png') no-repeat top/contain;
	background-size: 0.93rem 0.93rem;
}
.home-game-type ul li:nth-child(2){
	background: url('./assets/images/type02.png') no-repeat top/contain;
	background-size: 0.93rem 0.93rem;
}
.home-game-type ul li:nth-child(3){
	background: url('./assets/images/type03.png') no-repeat top/contain;
	background-size: 0.93rem 0.93rem;
}
.home-game-type ul li:nth-child(4){
	background: url('./assets/images/type04.png') no-repeat top/contain;
	background-size: 0.93rem 0.93rem;
}
.home-game-type ul li:nth-child(5){
	background: url('./assets/images/type05.png') no-repeat top/contain;
	background-size: 0.93rem 0.93rem;
}

/* 小编推荐 */
.home-game-tj{
	border: solid 0.01rem #eeeeee;
	margin: 0 0.3rem;
	background: url('./assets/images/home_tj_title.png') no-repeat top/contain;
	position: relative;
	padding-top: 0.72rem;
}
.home-game-tj .name{
	position: absolute;
	top: 0;
	left: 0;
	height: 0.62rem;
	width: 100%;
	background: url('./assets/images/tj_title.png') no-repeat center/contain;
	background-size: 1.83rem 0.26rem;
}
.home-game-tj .game{
	margin-bottom: 0.3rem;
}
.home-game-tj .game .icon{
	width: 1.21rem;
	height: 1.21rem;
	margin: 0 auto;
	border-radius: 0.2rem;
	overflow: hidden;
}
.home-game-tj .game .title{
	color: #666666;
	font-size: 0.26rem;
	display: block;
	text-align:center;
	margin-top: 0.2rem;
}

/* 热度最高 */
.home-game-hot .item {
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
}
.home-game-hot .item:last-child,
.home-game-hot .item:last-child .icon{
	margin-bottom: 0px !important;
}
.home-game-hot .item:last-child>div{
	border: none !important;
}
.home-game-hot .item .item-warp{
	display: flex;
	align-items: center;
	padding-bottom: 0.3rem;
	overflow: hidden;
}
.home-game-hot .icon {
	width: 1.21rem;
	height: 1.21rem;
	border-radius: 0.2rem;
	margin-bottom: 0.3rem;
}

.home-game-hot .title {
	font-size: 0.28rem;
	color: #333333;
	font-weight: bold;
	display: block;
}

.home-game-hot .info {
	position: relative;
	overflow: hidden;
	flex: 1;
}

.home-game-hot .info .num{
	color: #888888;
	font-size: 0.24rem;
}

.home-game-hot .info .num i{
	color: #ff632d;
	font-size: 0.32rem;
	font-weight: bold;
}
.home-game-hot .info .desc{
	color: #888888;
	font-size: 0.24rem;
}

.home-game-hot .down {
	width: 1.21rem;
	height: 0.61rem;
	line-height: 0.61rem;
	border-radius: 0.3rem;
	font-size: 0.24rem;
	color: var(--pm-c);
	text-align: center;
	margin-left: 0.2rem;
	border:  0.01rem solid var(--pm-c);
}

/* 游戏专辑 */
.home-game-al{
	min-height: 5rem;
	overflow: hidden;
	background-color: #f6fbf9;
	padding-top: 0.4rem;
	box-sizing: border-box;
}
.home-game-al .name{
	height: 0.62rem;
	width: 100%;
	background: url("./assets/images/yxal_title.png") no-repeat center/contain;
}

.home-game-al .game-al-list {
	overflow-x: scroll;
	margin-top: 0.2rem;
	padding: 0.2rem 0.1rem;
}

.home-game-al .game-al-list .card {
	min-width: 3.25rem;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-right: 0.2rem;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(171, 171, 171, 0.48);
}

.home-game-al .game-al-list:last-child {
	margin-right: 0;
}

.home-game-al .game-al-list .icon {
	width: 2.84rem;
	height: 1.7rem;
	border-radius: 0.1rem;
	margin: 0 auto;
	overflow: hidden;
}

.home-game-al .game-al-list .info {
	overflow: hidden;
}

.home-game-al .game-al-list .title {
	display: block;
	font-size: 0.26rem;
	color: #333333;
	margin: 0.2rem 0 0.2rem;
}

.home-game-al .game-al-list .time {
	display: block;
	color: #888888;
	font-size: 0.24rem;
	margin-top: 0.05rem;
}

/* 游戏专辑 */
.home-game-album .list{
	border: solid 1px #dcdcdc;
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	padding-right: 0.2rem;
	height: 0.66rem;
	line-height: 0.66rem;
}
.home-game-album .list:first-child{
	border: solid 1px var(--pm-c);
}

.home-game-album .list .num{
	width: 1.04rem;
	height: 0.66rem;
	background: url('./assets/images/album_border_.png') no-repeat right/contain #E3E3E3;
	line-height: 1rem;
	color: #ffffff;
	font-size: 0.24rem;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
}
.home-game-album .list:first-child .num{
	background: url('./assets/images/album_border.png') no-repeat right/contain #39D89C;
}
.home-game-album .list:first-child .title{
	color: var(--pm-c);
}
.home-game-album .list .title{
	flex: 1;
	display: block;
	padding-left: 0.2rem;
	font-size: 0.28rem;
	color: #333333;
}
.home-game-album .list .total{
	color: #999999;
	font-size: 0.24rem;
}
.home-game-album .item .name{
	color: #333333;
	font-size: 0.26rem;
	font-weight: bold;
	background: url('./assets/images/album_icon.png') no-repeat left/contain;
	background-size: 0.45rem 0.45rem;
	height: 0.45rem;
	line-height: 0.45rem;
	padding-left: 0.6rem;
}
.home-game-album .item .game-item{
	display: flex;
	justify-content: space-between;
}
.home-game-album .item .item-icon{
	width: 24%;
	overflow: hidden;
	text-align: center;
}
.home-game-album .item .item-icon:nth-child(-n+3){
	margin-right: 2%;
}
.home-game-album .item .icon{
	width: 1.21rem;
	height: 1.21rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.home-game-album .item .title{
	color: #666666;
	font-size: 0.26rem;
	display: block;
	margin-top: 0.3rem;
}

/* 游戏资讯 */
.home-game-news .game-news-list{
	margin-top: 0.32rem;
}
.game-news-list .item{
	position: relative;
	padding: 0.35rem 0.25rem 0.28rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.game-news-list .item::before{
	content: 'NEW';
	position: absolute;
	left: -0.45rem;
	top: -0.22rem;
	width: 1.3rem;
	height: 0.8rem;
	line-height: 1.15rem;
	font-size: 0.19rem;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(270deg, #17E45A 0%, #13D66E 100%);
	transform: rotate(-45deg);
	text-align: center;
}
.game-news-list .item .title{
	color: #333333;
	font-size: 0.28rem;
	line-height: 0.36rem;
	display: block;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.game-news-list .item .desc{
	color: #888888;
	font-size: 0.24rem;
	line-height: 0.48rem;
	margin-top: 0.2rem;
}
.game-news-list .list{
	border-bottom: 1px dashed #dcdbdc;
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
}
.game-news-list .list:last-child{
	margin-bottom: 0;
}
.game-news-list .list .title{
	font-size: 0.28rem;
	color: #333333;
	line-height: 0.36rem;
	display: block;
	margin-bottom: 0.2rem;
	flex: 1;
	overflow: hidden;
}
.game-news-list .list .time{
	padding-left: 0.2rem;
	color: #888888;
	font-size: 0.24rem;
}
.game-news-list .list .thumb{
	width: 1.96rem;
	height: 1.29rem;
	overflow: hidden;
}
.game-news-list .list .info{
	flex:1;
	overflow: hidden;
	position: relative;
	margin-left: 0.24rem;
}
.game-news-list .list .desc{
	color: #666666;
	line-height: 0.6rem;
	font-size: 0.26rem;
}

.game-news-list .list .time:before{
	width: 0.31rem;
	height: 0.31rem;
	background: url('./assets/images/time.png') no-repeat center/contain;
	left: 0;
}

/* 游戏排行榜 */
.game-rank-list{
	display: flex;
	overflow-x: scroll;
}
.home-game-rank .rank-warp {
	margin-right: 0.22rem;
	background: url("./assets/images/rank01.png") no-repeat top/contain;
	padding: 0.25rem;
}

.home-game-rank .rank-warp .rank-list {
	background: #FBFBFB;
	padding: 0.3rem 0.33rem;
	width: 5.93rem;
	box-sizing: border-box;
}
.home-game-rank .rank-warp .rank-title {
	color: #ffffff;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 0.2rem;
}
.home-game-rank .rank-warp .rank-title::before{
	width: 0.3rem;
	height: 0.22rem;
	background: url("./assets/images/rank_icon.png") no-repeat center/contain;
	margin-left: -0.4rem;
}
.home-game-rank .rank-warp .rank-title::after{
	width: 0.3rem;
	height: 0.22rem;
	background: url("./assets/images/rank_icon.png") no-repeat center/contain;
	margin-left: 0.1rem;
}

.home-game-rank .rank-warp .rank-list .list {
	margin-bottom: 0.4rem;
	position: relative;
}
.home-game-rank .rank-warp .rank-list .list:last-child{
	margin-bottom: 0rem;
}
.home-game-rank .rank-warp .rank-list .list .num {
	display: block;
	height: 0.36rem;
	width: 0.32rem;
	line-height: 0.32rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0;
	left: -0.16rem;
	z-index: 99;
	color: #fff;
	font-size: 0.24rem;
	background: url('./assets/images/rank_n.png') no-repeat center/contain;
}

.home-game-rank .rank-warp .rank-list .list .item {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-bottom: 0.01rem dashed #dcdbdc;
	padding-bottom: 0.3rem;
}
.home-game-rank .rank-warp .rank-list .list .item:last-child{
	border: none !important;
	padding-bottom: 0px;
}
.home-game-rank .rank-warp .rank-list .list:nth-child(-n+3) .num{
	background: url('./assets/images/rank_1.png') no-repeat center/contain;
}
.home-game-rank .rank-warp .rank-list .list .item .icon {
	width: 1rem;
	height: 1rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.home-game-rank .rank-warp .rank-list .list .item .info {
	position: relative;
	overflow: hidden;
	flex: 1;
	margin-left: 0.2rem;
}

.home-game-rank .rank-warp .rank-list .list .item .title {
	display: block;
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
}

.home-game-rank .rank-warp .rank-list .list .item .type-size {
	display: block;
	color: #888888;
	font-size: 0.24rem;
}
.home-game-rank .rank-warp .rank-list .list .item .down {
	display: block;
	width: 1.42rem;
	height: 0.61rem;
	line-height: 0.6rem;
	text-align: center;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	color: #ff8585;
	border: 0.01rem solid #ff8585;
}

/* 列表页菜单 */
.category-menu {
	padding-bottom: 0.05rem;
	box-sizing: border-box;
	padding: 0.3rem;
	position: relative;
	background: linear-gradient(0deg,#d1ffee,white);
}
.category-menu .category-name {
	font-weight: bold;
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: .2rem;
}

.category-menu ul{
    margin-left: -.1rem;
}
.category-menu ul li {
    padding-left: .1rem;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
}
.category-menu ul li a {
    display: block;
    border: solid 0.01rem #dcdcdc;
    border-radius: 0.06rem;
    font-size: 0.24rem;
    padding: .1rem;
    color: #999;
}
.category-menu ul li.current-cat a {
    color: #fff;
    background-color: var(--pm-c);
    border: 1px solid var(--pm-c);
}

.category-game-list {
	margin: 0.4rem 0.3rem;
}
.category-game-list .item{
	padding: 0.35rem 0.25rem;
	border-bottom: 0.01rem solid #E8E8E8;
	margin-bottom: 0.35rem;
	position: relative;
	margin-right: 0.2rem;
}
.category-game-list .item .item-warp{
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
}

.category-game-list .item .icon {
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 0.15rem;
}

.category-game-list .item .title {
	font-size: 0.28rem;
	color: #333333;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.category-game-list .item .info{
	flex: 1;
	margin-left: 0.25rem;
	overflow: hidden;
	position: relative;
}
.category-game-list .item .type-size{
	color: #666666;
	font-size: 0.24rem;
	display: block;
}
.category-game-list .item .desc{
	color: #666666;
	font-size: 0.24rem;
	margin: 0.1rem 0 0;
}
.category-game-list .item .down{
	background: url('./assets/images/down.png') no-repeat center/contain;
	display: block;
	margin-left: 0.2rem;
	width: 0.61rem;
	height: 1.41rem;
	position: absolute;
	right: -0.3rem;
	top: 0.65rem;
	color: transparent;
}

/* 礼包列表 */
.category-gift {
	padding: 0.3rem;
}
.gift-banner{
	margin-top: -0.01rem;
	height: 2.33rem;
	width: 100%;
	background: url('./assets/images/gift_banner.png') no-repeat center/contain;
}
.category-gift .category-gift-list {
	margin-top: 0.1rem;
}

.category-gift-list .item {
	border: 0.01rem solid #eeeeee;
	padding: 0.3rem;
	margin-top: 0.32rem;
}
.category-gift-list .item .item-warp{
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}
.category-gift-list .item .icon {
	width: 1.22rem;
	height: 1.22rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.category-gift-list .item .info {
	margin-left: 0.26rem;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.category-gift-list .item .title {
	color: #333333;
	font-size: 0.28rem;
	display: block;
	font-weight: bold;
}
.category-gift-list .item .title span{
	display: inline-block;
	height: 0.38rem;
	line-height: 0.38rem;
	border-radius: 0.06rem;
	border: 0.01rem solid var(--pm-c);
	color: var(--pm-c);
	font-size: 0.24rem;
	padding: 0 .11rem;
	margin-left: 0.15rem;
	font-weight: normal;
}
.category-gift-list .item .desc {
	color: #666666;
	font-size: 0.24rem;
}
.category-gift-list .item .time{
	display: inline-block;
	background-color: #f7f7f7;
	height: 0.46rem;
	padding: 0 0.16rem;
	line-height: 0.46rem;
	color: #999999;
	font-size: 0.24rem;
	text-align: center;
	margin-top: 0.2rem;
}
.category-gift-list .item .receive {
	display: block;
	margin-left: 0.2rem;
	background-image: linear-gradient(180deg, #22de95 0%, 	#2cc98c 100%);
	border-radius: 0.08rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	height: 0.61rem;
	line-height: 0.61rem;
	width: 1.41rem;
}
/* 专辑列表 */
.category-album .album-menu{
	margin-top: -0.02rem;
	height: 2.63rem;
	width: 100%;
	background: url('./assets/images/album_menu.png') no-repeat center/contain;
	position: relative;
}
.category-album .album-soft-menu{
	background: url('./assets/images/soft_album_menu.png') no-repeat center/contain;
}
.category-album .album-menu ul{
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0px;
	height: 0.6rem;
	line-height: 0.6rem;
	box-sizing: border-box;
	padding: 0;
	display: flex;
}
.category-album .album-menu ul li{
    display: inline-block;
}
.category-album .album-menu ul .current-cat a{
	background: var(--pm-c);
	color: #fff;
}
.category-album .album-menu ul li a {
    font-size: .24rem;
	color: #fff;
	display: block;
		height: 0.6rem;
	line-height: 0.6rem;
	width: 1.7rem;
	text-align: center;
	border: none;
	border-radius: 0;
}
.category-album-list .item{
	border: 1px solid #e5e5e5;
	margin-bottom: 0.3rem;
	padding: 0.3rem 0.25rem;
	position: relative;
}
.category-album-list .item .item-icon{
	justify-content: space-between;
	margin-right: 0.8rem;
	margin-top: 0.3rem;
}
.category-album-list .item .icon{
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.category-album-list .item .name{
	color: #666666;
	font-size: 0.24rem;
	text-align: center;
	display: block;
	margin-top: 0.15rem;
}
.category-album-list .item .title{
	font-weight: bold;
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	display: block;
	margin-right: 0.2rem;
}
.category-album-list .item .time{
	display: inline-block;
	color: #888888;
	font-size: 0.24rem;
}
.category-album-list .item .more{
	display:block;
	width: 0.6rem;
	height: 1.55rem;
	background: url('./assets/images/album_btn2.png') no-repeat center/contain;
	position: absolute;
	right: -0.3rem;
	top: 0.7rem;
}

/* 专辑详情页 */
.single-album{
	height: 5.16rem;
	background: url('./assets/images/album_header_bg.png') no-repeat top/contain;
}
.single-album .single-header {
	padding-top: 0.45rem;
}

.single-album .single-header .title{
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 0.3rem;
	line-height: 0.35rem;
	display: inline-block;
	max-width: 4rem;
}

.single-album .single-info ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.2rem;
}

.single-album .single-info ul li{
	border: 0.01rem solid #dcdbdc;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.16rem;
	font-size: 0.24rem;
	color: #888888;
	text-align: center;
	margin: 0 0.1rem;
	background-color: #ffffff;
	border-radius: 0.06rem;
}

.single-album .single-header .single-info-tj{
	height: 3.14rem;
	background: url('./assets/images/album_header.png') no-repeat center/contain;
	position: relative;
	margin: 0.3rem 0rem;
	box-sizing: border-box;
	padding: 0.35rem 0.6rem;
}
.single-album .single-header .single-info-tj .gamebtn {
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    padding: 0;
    margin-top: 0.28rem;
    background-image: linear-gradient(90deg, #16dcb9 0%, #3fd797 100%);
    display: block;
    text-align: center;
    color: #fff;
}
.single-album .single-info-tj .icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.single-album  .single-header .single-info-tj span {
	display: block;
	font-size: 0.24rem;
	color: #666666;
}
.single-album .single-info-tj .desc,
.single-album .single-info-tj .others {
	font-size: 0.24rem;
	margin-top: .1rem;
}

.single-album .single-header .single-info-tj .title {
	font-size: 0.28rem;
	color: #333333;
	text-align: left;
	margin-top: 0;
	width: 60%;
}
.single-album .single-header .single-info-tj .btn{
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.1rem;
	padding: 0;
	margin-top: 0.28rem;
	background-image: linear-gradient(90deg, #16dcb9 0%, #3fd797 100%);
}
.single-album .single-header .tj{
	position: absolute;
	width: 1.14rem;
	height: 1.5rem;
	background: url('./assets/images/tj.png') no-repeat center/contain;
	position: absolute;
	right: 0.75rem;
	top: -0.2rem;
}
/* 专辑详情-专辑列表 */
.single-album-list .item{
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
}
.single-album-list .item .num{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border-radius: 10px 0px 10px 0px;
	background-color: #cdcdcd;
	height: 0.35rem;
	width: 0.9rem;
	line-height: 0.35rem;
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	font-weight: bold;
}
.single-album-list .item:nth-child(-n+3) .num{
	background-color: #FF944D;
}
.single-album-list .item .icon{
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 0.2rem;
}
.single-album-list .item .info{
	flex: 1;
	margin-left: 0.2rem;
	overflow: hidden;
}
.single-album-list .item .title{
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	display: block;
}
.single-album-list .item .type-size{
	color: #666666;
	font-size: 0.24rem;
	display: block;
	margin-top: 0.05rem;
}
.single-album-list .item .desc{
	color: #666666;
	font-size: 0.24rem;
	margin-top: 0.05rem;
}
.single-album-list .item .down{
	margin-left: 0.2rem;
	border: solid 0.01rem #2cc98c;
	border-radius: 0.06rem;
	width: 1.14rem;
	height: 0.63rem;
	line-height: 0.63rem;
	text-align: center;
	font-size: 0.26rem;
	color: var(--pm-c);
	background: url('./assets/images/down_icon.png') no-repeat 0.18rem/contain;
	background-size: 0.23rem 0.23rem;
	padding-left: 0.2rem;
}

/* 排行榜 */
.rank-menu{
	min-height: 4.67rem;
	background: url('./assets/images/rank_menu.png') no-repeat center/contain;
}
.rank-menu .category-name{
	color: #9592ff;
	top: 0.6rem;
}
.rank-menu .category-name::before,
.rank-menu .category-name::after{
	background: url('./assets/images/rank_menu_icon.png') no-repeat center/contain;
}
.rank-menu ul{
	padding-top: 0.95rem;
}
.rank-menu ul li:hover,
.rank-menu ul li.active {
	background-color: #9592ff;
}

.category-rank .category-menu ul li {
	margin-right: 0.08rem;
	width: 3rem;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.category-rank-list .item .score{
	color:var(--pm-c);
	border-radius: 0.04rem;
	border: 0.01rem solid var(--pm-c);
	font-size: 0.24rem;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	width: 0.7rem;
	margin-left: 0.1rem;
	min-width: 0.7rem;
}
.category-rank-list .item .info{
	padding-right: 1.6rem;
}
.category-rank-list .item .rank-num {
	width: 0.92rem;
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.24rem;
	background: url("./assets/images/rank_0n.png") no-repeat center/contain;
	position: absolute;
	right: 0.6rem;
}

.category-rank-list ul li:nth-child(1) .rank-num {
	background: url("./assets/images/rank_01.png") no-repeat center/contain;
	color: transparent;
}

.category-rank-list ul li:nth-child(2) .rank-num {
	color: transparent;
	background: url("./assets/images/rank_02.png") no-repeat center/contain;
}

.category-rank-list ul li:nth-child(3) .rank-num {
	color: transparent;
	background: url("./assets/images/rank_03.png") no-repeat center/contain;
}
.category-rank-list ul li:nth-child(4) .rank-num {
	color: transparent;
	background: url("./assets/images/rank_04.png") no-repeat center/contain;
}
/* 排行榜大全 */
.category-rank-news .rank-news-list{
	padding: 0.3rem;
}

.rank-news-list .item {
	border: 0.01rem solid #F0F0F0;
	margin-bottom: 0.26rem;
	padding: 0.2rem 0.25rem 0.3rem;
	position: relative;
	margin-right: 0.2rem;
}

.rank-news-list .rank-title {
	display: flex;
	align-items: center;
}
.rank-news-list .rank-title .title{
	flex: 1;
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	margin-right: 0.2rem;
}
.rank-news-list .rank-title .time{
	color: #999999;
	font-size: 0.24rem;
}
.rank-news-list .item .icon-list{
	margin-right: 0.8rem;
}
.rank-news-list .item .game-item {
	text-align: center;
	margin: 0.3rem auto 0;
	padding-left: 0.05rem !important;
	position: relative;
}

.rank-news-list .item .game-item .icon {
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	overflow: hidden;
	margin: 0 auto;
}
.rank-news-list .item .num {
	width: 1.06rem;
	height: 0.4rem;
	line-height: 0.42rem;
	font-size: 0.2rem;
	text-align: center;
	position: absolute;
	bottom: 0.42rem;
	left: 0.1rem;
}
.rank-news-list .item .game-item:nth-child(1) .num {
	color: #ffffff;
	background: url(./assets/images/rank_top1.png) no-repeat center/contain;
	background-size: 1.06rem 0.4rem;
}
.rank-news-list .item .game-item:nth-child(2) .num {
	color: #878787;
	background: url(./assets/images/rank_top2.png) no-repeat top/contain;
	background-size: 1.06rem 0.4rem;
}
.rank-news-list .item .game-item:nth-child(3) .num {
	color: #c48f00;
	background: url(./assets/images/rank_top3.png) no-repeat center/contain;
	background-size: 1.06rem 0.4rem;
}

.rank-news-list .item .game-item .name {
	font-size: 0.24rem;
	color: #666666;
	display: block;
	margin-top: 0.2rem;
}

.rank-news-list .item .more{
	position: relative;
	display: flex;
	margin-top: 0.5rem;
}
.rank-news-list .item .more .icon{
	position: relative;
	width: 0.81rem;
	height: 0.81rem;
	border-radius: 0.81rem;
	border: solid 0.05rem #ffffff;
}
.rank-news-list .item .more .icon:last-child {
	position: absolute;
	left: 0.7rem;
}
.rank-news-list .item .down{
	background: url('./assets/images/album_btn2.png') no-repeat center/contain;
	display: block;
	margin-left: 0.2rem;
	width: 0.61rem;
	height: 1.41rem;
	position: absolute;
	right: -0.3rem;
	top: 0.65rem;
	color: transparent;
}

/* 排行详情 */
.single-rank .rank-title{
	height: 2rem;
	background: url('./assets/images/rank_news_bg.png') no-repeat center/contain;
	text-align: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
}
.single-rank .rank-title h1 {
	letter-spacing: 0.03rem;
	color: #333333;
	font-size: 0.28rem;
	line-height: 1;
	margin-bottom: 0.4rem;
	font-weight: bold;
	padding-top: 0.5rem;
}

.single-rank .rank-title .time {
	letter-spacing: 0.02rem;
	font-size: 0.24rem;
	color: #888888;
}

/* 游戏礼包 */
.single-game-gift ul li{
	margin-top: 0.3rem;
	padding-right: 0.1rem;
}
.single-game-gift ul li .title{
	color: #333333;
	font-size: 0.28rem;
	display: block;
	overflow: hidden;
}
.single-game-gift ul li .item-warp{
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}
.single-game-gift ul li .icon{
	width: 1rem;
	height: 1rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.single-game-gift ul li .info{
	flex: 1;
	overflow: hidden;
	margin-left: 0.2rem;
}
.single-game-gift ul li .desc{
	color: #888888;
	font-size: 0.24rem;
	line-height: 0.48rem;
}
.single-game-gift ul li .down{
	display: block;
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.06rem;
	border: 0.01rem solid var(--pm-c);
	color: var(--pm-c);
	font-size: 0.28rem;
	text-align: center;
	margin-top: 0.3rem;
}

/* 新游资讯 */ 
.single-game-news .item{
	padding: 0.3rem;
	margin-top: 0.3rem;
}
.single-game-news .item .title{
	color: #333333;
	font-size: .28rem;
	display: block;
	overflow: hidden;
	font-weight: bold;
}
.single-game-news .item .item-warp{
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
}
.single-game-news .item .thumb{
	width: 2.07rem;
	height: 1.41rem;
}
.single-game-news .item .desc{
	margin-left: .24rem;
	flex: 1;
	overflow: hidden;
	color: #888888;
	font-size: 0.28rm;
	line-height: 0.5rem;
}
.single-game-news .item .type{
	justify-content: space-between;
	margin-top: 0.3rem;
}
.single-game-news .item .type span{
	color: #888888;
	font-size: 0.24rem;
	display: block;
	padding-left: 0.32rem;
}
.single-game-news .item .type span::before{
	left: 0;
	width: 0.25rem;
	height: 0.25rem;
	background: url('./assets/images/dot2.png') no-repeat center/contain;
}
/* 热门专辑 */
.single-hot-album .item{
	width: 100%;
	height: 2.51rem;
	background: url('./assets/images/hot_album_bg.png') no-repeat center/contain;
	border-radius: 0.2rem;
	margin-top: 0.3rem;
	padding: 0.3rem;
	box-sizing: border-box;
	text-align: right;
}
.single-hot-album .item .title{
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	display: block;
}
.single-hot-album .item .type{
	display: flex;
	justify-content: flex-end;
	margin-top: 0.25rem;
}
.single-hot-album .item .type span{
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	padding: 0 0.22rem;
	background-color: #f7f7f7;
	font-size: 0.24rem;
	color: #999999;
}
.single-hot-album .item .time{
	margin-right: 0.11rem;
}

.single-hot-album .item .more{
	display: block;
	width: 2.2rem;
	height: 1.1rem;
	line-height: 1.3rem;
	background: url('./assets/images/album_btn.png') center/contain;
	display: inline-block;
	margin-right: -0.2rem;
	margin-top: 0.15rem;
}

.single-hot-album .game-item{
	display: flex;
	border-bottom: 0.01rem dashed #eeeeee;
	padding-bottom: 0.3rem;
}

.single-hot-album .game-item .item-warp{
	width: 25%;
	text-align: center;
	padding-right: 0.1rem;
	box-sizing: border-box;
}

.single-hot-album .game-item .icon{
	width: 1.21rem;
	height: 1.21rem;
	overflow: hidden;
	border-radius: 0.15rem;
	margin: 0 auto;
}

.single-hot-album .game-item .title{
	color: #666666;
	font-size: 0.26rem;
	display: block;
	overflow: hidden;
	margin-top: 0.2rem;
}
.single-hot-album ul li{
	padding-left: 0.4rem;
	display: flex;
	align-items: center;
	margin-top: 0.25rem;
}
.single-hot-album ul li::before{
	left: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: var(--pm-c);
}

.single-hot-album ul li .label{
	color: #999999;
	font-size: 0.24rem;
}
.single-hot-album ul li .title{
	color: #333333;
	font-size: 0.28rem;
	flex: 1;
	display: block;
	overflow: hidden;
	margin-left: 0.3rem;
}
.single-hot-album ul li .total{
	color: #999999;
	font-size: 0.24rem;
	display: block;
	margin-left: 0.1rem;
}
/* 热游安利 */
.single-hot-game-al .item{
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
}
.single-hot-game-al .item .icon{
	width: 1.21rem;
	height: 1.21rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.single-hot-game-al .item .item-warp{
	border-bottom: 0.01rem dashed #dcdbdc;
	padding-bottom: 0.3rem;
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
	margin-left: 0.25rem;
}
.single-hot-game-al .item .info{
	flex: 1;
	overflow: hidden;
}
.single-hot-game-al .item  .title{
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.single-hot-game-al .item .desc{
	color: #888888;
	font-size: 0.24rem;
	margin-top: 0.1rem;
}
.single-hot-game-al .item .hot{
	color: #888888;
	font-size: 0.24rem;
}
.single-hot-game-al .item .hot i{
	color: #ff632d;
	font-size: 0.32rem;
}
.single-hot-game-al .item .down{
	display: block;
	margin-left: 0.2rem;
	width: 1.21rem;
	height: 0.61rem;
	line-height: 0.61rem;
	border: 0.01rem solid var(--pm-c);
	border-radius: 0.3rem;
	color: var(--pm-c);
	font-size: 0.24rem;
	text-align: center;
}

/* 精彩视频 */
.single-game-video .item{
	height: 3.1rem;
	width: 100%;
	position: relative;
}
.single-game-video .item .thumb{
	height: 3.1rem;
}
.single-game-video .item .title{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.3rem 0 0.73rem;
	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: 0.24rem;
}
.single-game-video ul li{
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	padding-left: 0.3rem;
}
.single-game-video ul li::before{
	left: 0;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #eeeeee;
}
.single-game-video ul li .title{
	flex: 1;
	display: block;
	font-size: 0.28rem;
	color: #333333;
}
.single-game-video ul li .time{
	display: block;
	margin-left: 0.2rem;
	color: #999999;
	font-size: 0.24rem;
}

/* 新游榜单 */
.single-game-rank-warp{
	border: solid 0.01rem #eeeeee;
	margin-top: 0.3rem;
}
.single-game-rank-warp .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f7f7f7;
	height: 0.6rem;
	line-height: 0.6rem;
	padding: 0 0.3rem 0 0.2rem;
}
.single-game-rank-warp .name span{
	color: #333333;
	font-size: 0.24rem;
	font-weight: bold;
}
.single-game-rank-warp ul li{
	padding: 0 0.3rem 0 0.2rem;
}
.single-game-rank-warp ul li:nth-child(-n+3){
	padding-top: 0.3rem;
}
.single-game-rank-warp ul li .list{
	display: flex;
}
.single-game-rank-warp ul li .num{
	width: 0.37rem;
	height: 0.37rem;
	background-color: #d8d8d8;
	color: #ffffff;
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
}
.single-game-rank-warp ul li:nth-child(1) .num{
	background-color: #ff632d;
}
.single-game-rank-warp ul li:nth-child(2) .num{
	background-color: #ff902d;
}
.single-game-rank-warp ul li:nth-child(3) .num{
	background-color: #ffcb2d;
}
.single-game-rank-warp ul li .item{
	flex: 1;
	padding-bottom: 0.3rem;
	margin-left: 0.25rem;
}
.single-game-rank-warp ul li .item-top{
	display: flex;
	align-items: center;
}
.single-game-rank-warp ul li .title{
	display: block;
	flex: 1;
	color: #333333;
	font-size: 0.28rem;
}
.single-game-rank-warp ul li .type{
	display: block;
	color: #333333;
	font-size: 0.25rem;
	margin-left: 0.2rem;
}
.single-game-rank-warp ul li .item-bottom{
	display: flex;
	align-items: center;
	margin-top: 0.3rem;
	display: none;
	border-bottom: dashed 0.01rem #dcdbdc;
	padding-bottom: 0.3rem;
}
.single-game-rank-warp ul li:nth-child(-n+3) .item-bottom{
	display: flex;
}
.single-game-rank-warp ul li .desc{
	flex: 1;
	margin: 0 0.2rem;
	color: #999999;
	font-size: 0.25rem;
	line-height: 0.45rem;
}

.single-game-rank-warp ul li .icon{
	width: 1rem;
	height: 1rem;
	border-radius: 0.08rem;
	overflow: hidden;
}

.single-game-rank-warp ul li .down{
	display: block;
	width: 1.1rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	background-color: var(--pm-c);
	color: #fff;
	font-size: 0.24rem;
	border-radius: 0.3rem;
}

/* 更多排行 */
.single-other-rank .thumb{
	width: 100%;
	height: 3.22rem;
	margin-top: 0.3rem;
}
.single-other-rank ul li{
	padding-left: 0.5rem;
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
}
.single-other-rank ul li::before{
	width: 0.32rem;
	height: 0.32rem;
	left: 0;
	background: url('./assets/images/dot3.png') no-repeat center/contain;
}
.single-other-rank ul li .title{
	color: #333333;
	font-size: 0.28rem;
	display: block;
	flex: 1;
}
.single-other-rank ul li .time{
	color: #999999;
	font-size: 0.24rem;
	display: block;
	margin-left: 0.2rem;
}

/* 手游专辑 */
.single-game-album .game-album-list{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding-bottom: 0.1rem;
}
.game-album-list .card{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.08);
	border-radius: 0.2rem;
	position: relative;
	min-width: 4.23rem;
	margin-right: 0.24rem;
	overflow: hidden;
}
.game-album-list .card .icon_bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 4.23rem;
	height: 1.99rem;
	filter: blur(4px);
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
.game-album-list .card .item{
	border-radius: 0.2rem;
	position: relative;
	z-index: 2;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
.game-album-list .card .item>.title{
	background: rgba(0,0,0,0.45);
	display: block;
	height: 0.65rem;
	line-height: 0.65rem;
	padding:0 0.2rem;
	font-size: 0.25rem;
	color: #FFFFFF;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
.game-album-list .card .game-item{
	padding: 0.25rem;
	margin-top: 0.39rem;
}
.game-album-list .card .game-item .icon{
	width: 1.09rem;
	height: 1.09rem;
	border-radius: 0.1rem;
	border: 0.03rem solid #fff;
}
.game-album-list .card .game-item .title{
	color: #555555;
	font-size: 0.25rem;
	display: block;
	margin: 0.1rem 0;
}

/* 公共标题 */
.single-header h1.title {
	font-size: 0.28rem;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0.1rem;
	line-height: 1;
}

.single-header .single-info .icon {
	width: 1.44rem;
	height: 1.44rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

/* 下载页 */
.single-game .single-header{
	width: 100%;
	padding: 0.68rem;
	padding-bottom: 0;
	box-sizing: border-box;
	background: url('./assets/images/single-game-head.png') no-repeat center top #F0F6F4;
	background-size: 100%;
	position: relative;
}

.single-game .single-header .title{
	width: 65%;
	overflow: hidden;
}
.single-game .single-header ul{
	margin-top: 0.1rem;
}
.single-game .single-header ul li {
	color: #888888;
	font-size: 0.24rem;
	line-height: 0.45rem;
}

.single-game .single-header .info{
    display: flex;
    justify-content: space-between;
    background-color: #f0f6f4;
    margin: 0.3rem 0;
    text-align: center;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
}
.single-game .single-header .info .list{
	width: 33.3%;
	color: #999;
	font-size: 0.24rem;
}
.single-game .single-header .info .list span{
	display: block;
	margin-top: 0.05rem;
}
.single-game .single-header .info .list:nth-child(-n+2){
	border-right: 0.01rem solid #d5e8e5;
	padding-right: 0.2rem;
}
.single-app .gamebtn {
    background: #F0F6F4;
    padding: .2rem .3rem;
    text-align: center;
}
/* 下载领取  */
.single-app .gamebtn .btn {
    background: var(--pm-c);
	padding: 0.2rem 0;
	border-radius: 0.1rem;
	display: block;
	font-size: 0.28rem;
	font-weight: bold;
	color: #FFFFFF !important;
	width: 100%;
	position: relative;
}
.single-app .gamebtn .is_az:after {
    content: '安卓版下载';
}
.single-app .gamebtn .is_ios:after {
    content: '苹果版下载';
}
.single-app .gamebtn .none:after {
    content: '暂无下载';
}
.single-app .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-gift .single-header .score,
.single-game .single-header .score{
	position: absolute;
	right: 0.4rem;
	top: 0.15rem;
	width: 1.9rem;
	height: 2rem;
	background: url('./assets/images/score.png') no-repeat center/contain;
	background-size: 1.33rem 1.76rem;
	text-align: center;
}
.single-gift .single-header .score span,
.single-game .single-header .score span{
	line-height: 1.8rem;
	font-size: 0.36rem;
	color: #ff5f00;
	font-weight: bold;
}
.single-gift .single-header .score p,
.single-game .single-header .score p{
	color: #dadada;
	font-size: 0.2rem;
	margin-top: 0.3rem;
	font-weight: bold;
}
/* 资讯详情 */
.single-news{
	background-color: #fff;
}
.single-news .single-header {
	margin: 0;
	padding-bottom: 0.4rem;
	padding-top: 0.3rem;
}

.single-news h1 {
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #222222;
	font-weight: bold;
	padding: 0.3rem;
	text-align: center;
}
.single-news .single-info{
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	height: 0.56rem;
	line-height: 0.56rem;
	padding: 0 0.3rem;
}
.single-news .single-info span {
	font-size: 0.24rem;
	line-height: 0.5rem;
	color: #9195a3;
	margin-right: 0.1rem;
	padding-left: 0.32rem;
}
.single-news .single-info span:nth-child(1){
	background: url('./assets/images/ly_icon.png') no-repeat left/contain;
	background-size: 0.21rem 0.21rem;
}
.single-news .single-info span:nth-child(2){
	background: url('./assets/images/zz_icon.png') no-repeat left/contain;
	background-size: 0.22rem 0.22rem;
}
.single-news .single-info span:nth-child(3){
	background: url('./assets/images/time_icon.png') no-repeat left/contain;
	background-size: 0.22rem 0.22rem;
}
/* 礼包详情 */
.single-gift{
	padding: 0.3rem;
	background: url('./assets/images/gift-header-bg.png') no-repeat top/contain;
	position: relative;
}
.single-gift .single-header{
	padding: 0.38rem 0.3rem 0.3rem;
	background: url('./assets/images/gift-header.png') no-repeat top/contain;
	position: relative;
}
.single-gift .single-header h1.title{
	width: 65%;
}
.single-gift .single-header .score{
	right: 0.1rem;
	top: -0.05rem;
}
.single-gift .single-header .single-info{
	display: flex;
	align-items: center;
	margin-bottom: 0.1rem;
}
.single-gift .single-header .gift-info{
	flex:1;
	margin-left: 0.23rem;
	overflow: hidden;
	position: relative;
}
.single-gift .single-header .single-info .date{
	color: #888888;
	font-size: 0.24rem;
	margin-top: 0.1rem;
}


/* 游戏截图 */
.single-app .single-slide .item {
}
.single-app .single-slide .uk-slider-items {}

.single-app .single-slide .item img {
	border-radius: 0.1rem;
}

/* 游戏简介 */
.single-content h2,
.single-content h3 {
	font-size: 0.28rem;
	font-weight: bold;
	color: var(--pm-c);
	margin-top: 0.25rem;
	margin-bottom: 0.1rem;
	padding-left: 0.35rem;
	position: relative;
}
.single-content h2::before,
.single-content h3::before{
	content: '';
	display: inline-block;
	width: 0.16rem;
	height: 0.18rem;
	background: url('./assets/images/dot.png') no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.single-content h2::after,
.single-content h3::after{
	content: '';
	display: inline-block;
	width: 0.16rem;
	height: 0.18rem;
	background: url('./assets/images/dot.png') no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	margin-left: 0.2rem;
}

.single-content p {
	text-indent: 2em;
	font-size: 0.26rem;
	color: #666666;
	line-height: 0.58rem;
	margin-bottom: 0px !important;
	display: inline-block;
	margin: 0.1rem 0;
}

.single-app .single-content img {
	display: block;
	max-width: 100%;
	margin: 0.1rem auto;
	height: auto !important;
}

/* 关于我们 */

.page .page-content p {
	font-size: 0.28rem;
	color: #666666;
	line-height: 0.6rem;
}

.page-map-list .title{
	color: #222222;
	line-height: 0.3rem;
	font-size: 0.26rem;
	font-weight: bold;
	padding-left: 0.2rem;
}

.page-map-list .title::before{
	left: 0;
	width: 0.08rem;
	height: 0.23rem;
	background-color: #58ACFE;
	border-top-right-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}

.page-map-list ul {
	margin: 0.2rem 0 0.1rem;
	padding-bottom: 0.1rem;
}

.page-map-list:last-child ul{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-map-list ul li {
	display: inline-block;
	margin-bottom: 0.24rem;
	height: 0.6rem;
	margin: 0 0.12rem;
	min-width: 1.4rem;
}

.page-map-list ul li a {
	font-size: 0.26rem;
	color: #666666;
}
.page-map-list ul li.active a{
	color: var(--pm-c);
}
/* 搜索页 */
.search-container header{
	height: 1.28rem;
	background-size: 100% 160%;
}
.search-header{
	padding-right: .3rem;
}
.search-header .back {
	width: 0.23rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: url(./assets/images/back.png) no-repeat center/contain;
	margin-left: 0.3rem;
	margin-top: 0.3rem;
}
.search-header .search {
	background-color: #fff;
	height: 0.6rem;
	line-height: 0.55rem;
	border-radius: 0.3rem;
	width: 5.07rem;
	margin: 0 0.3rem;
	margin-top: 0.3rem;
}
.search-header .search input {
	text-indent: 1em;
	font-size: 0.22rem;
	height: 0.6rem;
	line-height: 0.55rem;
	display: block;
	outline: none;
	border-radius: 0.3rem;
}
.search-header .close{
	color: #ffffff;
	font-size: 0.26rem;
	line-height: 0.55rem;
	margin-top: 0.3rem;
}
.search-page .total{
	color: #333333;
	font-size: 0.26rem;
	letter-spacing: 0.02rem;
	margin-left: 0.16rem;
	margin-right: 0.3rem;
}

/* 404 */
.page-error {
	min-height: 6rem;
	padding: 1rem 0;
	font-size: 0.26rem;
	color: #3f5073;
	background-color: #fff;
	box-sizing: border-box;
	padding-bottom: 3rem;
}

.page-404 {
	width: 3.05rem;
	height: 2.94rem;
	margin: 0 auto;
	background: url(./assets/images/404.png) no-repeat center/contain;
}

.page-500 {
	width: 3.05rem;
	height: 2.94rem;
	margin: 0 auto;
	background: url(./assets/images/500.png) no-repeat center/contain;
}

.page-error .title {
	font-size: 0.24rem;
	letter-spacing: 0.02rem;
	color: #333333;
	margin: 0.6rem 0 1rem;
}

.page-error .go-home {
	display: inline-block;
	padding: 0 0.25rem;
	height: 0.62rem;
	line-height: 0.62rem;
	font-size: 0.26rem;
	letter-spacing: 0.03rem;
	color: var(--pm-c);
	border: 0.01rem  solid var(--pm-c);
	border-radius: 0.08rem;
}
/* 开服表 */
.kaifu{
	background-color: #fff;
}

.kaifu-warp>ul .item{
	color: #848484;
	font-size: 0.26rem;
	display: flex;
	align-items: center;
	padding: 0.3rem 0.25rem;
	margin-bottom: 0.32rem;
	border: solid 1px #eeeeee;
}
.kaifu-warp ul .item .icon{
	width: 1.21rem;
	height: 1.21rem;
	border-radius: 0.15rem;
}
.kaifu-warp ul .item .info{
	margin-left: 0.25rem;
}
.kaifu-warp ul .item .title{
	font-size: 0.28rem;
	color: #333333;
	display: block;
	font-weight: bold;
	max-width: 4rem;
	min-width: auto;
	position: relative;
	padding-right: 0.75rem;
	box-sizing: border-box;
}
.kaifu-warp ul .item .type-size{
	display: block;
	margin-top: 0.05rem;
	color: #666666;
	font-size: 0.24rem;
}
.kaifu-warp ul .item .type-size i{
	color: #ff9c32;
	font-size: 0.24rem;
	font-weight: bold;
	font-style: normal;
}
.kaifu-warp ul .item .more{
	display: block;
	width: 1.31rem;
	height: 0.61rem;
	line-height: 0.6rem;
	text-align: center;
	background-image: linear-gradient(180deg, 
		#22de95 0%, 
		#2cc98c 100%);
	border-radius: 0.08rem;
	color: #ffff;
	font-size: 0.26rem;
	letter-spacing: 0.03rem;
	margin-left: 0.2rem;
}
.kaifu-menu>ul{
	justify-content: space-between;
}
.kaifu-menu>ul li {
	background-color: #f7f7f7;
	border-radius: 0.1rem;
	display: block;
	padding: 0.1rem 0.7rem 0.1rem 0.4rem;
}
.kaifu-menu>ul li .title{
	color: #666666;
	font-size: 0.26rem;
	line-height: 0.38rem;
}
.kaifu-menu>ul li.active,
.kaifu-menu>ul li:hover{
	background-color: var(--pm-c);
}
.kaifu-menu>ul li.active .title,
.kaifu-menu>ul li:hover .title{
	color: #fff;
}
.kaifu-menu>ul li .title::after{
	margin-left: 0.2rem;
	width: 0.13rem;
	height: 0.11rem;
	background: url('./assets/images/select.png') no-repeat center/contain;
}
.kaifu-menu>ul li:hover .title::after,
.kaifu-menu>ul li.active .title::after{
	width: 0.13rem;
	height: 0.11rem;
	background: url('./assets/images/select_.png') no-repeat center/contain;
}

.kaifu-menu>ul li .dropdown{
	width: 100%;
	background-color: #f7f7f7;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
	width: 2.2rem;
}
.kaifu-menu>ul li .dropdown a,
.kaifu-menu>ul li .dropdown span{
	display: inline-block;
	width: 1.55rem;
	height: 0.6rem;
	background: #D9D9D9;
	border-radius: 0.05rem;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.58rem;
	text-align: center;
	padding: 0 0.1rem;
	box-sizing: border-box;
}
.kaifu-menu>ul li .dropdown .active{
	background: var(--pm-c);
}

.kaifu-warp .item .info .label{
	display: inline-block;
	width: 0.7rem;
	height: 0.34rem;
	line-height: 0.33rem;
	text-align: center;
	font-size: 0.24rem;
	padding-left: 0.11rem;
	margin-left: 0.1rem;
	position: absolute;
	right: 0;
	top: 0rem;
	border-radius: 0.06rem;
}
.kaifu-warp .item .info .today i{
	color: var(--pm-c);
}

.kaifu-warp .item .info .az{
	color: #14c341;
	border: solid 0.01rem #14c341;
}
.kaifu-warp .item .info .ios{
	color: #067bff;
	border: solid 0.01rem #067bff;
}

/* list 样式 */
.list ul li a {
	padding-left: 0.2rem;
}

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

/* 鼠标移入 阴影立体效果 */
.list-game-li ul li:hover {
	box-shadow: 0px 0px 0.16rem 0px rgba(100, 100, 100, 0.22);
	box-shadow: 0px 0px 0.09rem 0px rgba(210, 222, 235, 0.72);
}

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