/*
* @Author: 叶
* @Date: 2022-08-08 20:01:06
* @LastEditors: 叶
* @Description: 主题样式文件
*/
body,
html {
	background: #f7f7f7;
}

a:hover {
	color: #fd494d;
}

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;
}

.icon {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}

.icon img {
	width: 100%;
	height: 100%;
}

.w380 {
	width: 380px;
}

.w360 {
	width: 360px;
}

.w320 {
	width: 320px;
}

.insertApp {
	background: #fafafa;
	padding: 20px;
	margin: 10px 0;
	border-radius: 5px;
}

.insertApp .pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 20px;
}

.insertApp .pic img {
	width: 100px;
	height: 100px;
	margin: 0 !important;
}


.insertAppInfo h4 {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	color: #333;
	font-weight: 500;
	margin-bottom: 6px;
}

.insertAppInfo li {
	color: #666;
	width: 40%;
	font-size: 14px;
	line-height: 28px;
}

.insertAppInfo li span {
	color: #999;
}

.insertAppBtn {
	border-radius: 5px;
	background: #fd494d;
	padding: 5px 50px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.insertApp:hover .insertAppBtn {
	border-radius: 20px;
	color: #ff0;
}

.insertApp:hover h4 {
	color: #fd494d;
}

.start {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 74px;
	height: 12px;
	background: url(../images/star.png) no-repeat;
}

.start5 {
	background-position: 0 0
}

.start4 {
	background-position: -14px 0
}

.start3 {
	background-position: -29px 0
}

.start2 {
	background-position: -44px 0
}

.start1 {
	background-position: -60px 0
}

.start0 {
	background-position: -74px 0
}

.top-bar {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 5px 0;
}

.top-bar a {
	color: #999;
}

.top-bar a:hover {
	color: #fd494d;
}

.head {
	padding: 20px 0;
}

.nav-bar {
	width: 100%;
	height: 50px;
	background-image: url(../images/nav-bar-bg.png);
}

.nav-bar ul {}

.nav-bar ul .active a {
	font-weight: bold;
	color: var(--pm-c);
}

.nav-bar ul .active a::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/nav-active-bg-01.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.nav-bar ul .active a::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/nav-active-bg-03.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.nav-bar ul .active a span {
	background-image: url(../images/nav-active-bg-02.png);
	background-repeat: repeat-x;
	background-position: center right;
}

.nav-bar ul li a:hover {
	color: #ff0;
}

.nav-bar ul .active a:hover {
	opacity: 1;
	color: var(--pm-c);
}

.nav-bar ul li {
	display: inline-block;
	margin-right: 10px;
}

.nav-bar ul li a {
	position: relative;
	display: block;
	line-height: 50px;
	font-size: 16px;
	padding: 0 22px;
	text-align: center;
	color: #fff;
}

.nav-bar ul li a span {
	padding: 0 10px;
	display: inline-block;
}

.search {}

.search form {
	width: 310px;
	overflow: hidden;
	border-radius: 20px;
	background-color: #f5f5f5;
	background-image: url(../images/search-bg.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.search form input {
	height: 40px;
	background: transparent;
	border: 0;
	text-indent: 3em;
	color: #999;
	width: 100%;
}

.search form button {
	background: transparent;
	border: 0;
	background: var(--pm-c);
	height: 100%;
	color: #fff;
}

.hot-search {
	background-image: url(../images/hot-search-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 14px;
}

.hot-search a {
	margin-right: 10px;
	color: #999
}

.home-switcher {}

.home-switcher ul {}

.home-switcher ul li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding-right: 40px;
}

.home-switcher ul li::after {
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
	color: #c8c8c8;
}

.home-switcher ul li:last-child::after {
	display: none;
}

.home-switcher ul li span {
	font-weight: bold;
	color: #333;
	position: relative;
	display: block;
	cursor: pointer;
}

.home-switcher ul li span:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 10px;
	transform: translateY(2px);
}

.home-switcher ul li .hot:before {

	background-image: url(../images/icon-switcher-hot-game.png);
}

.home-switcher ul li .new:before {
	width: 30px;
	background-image: url(../images/icon-switcher-new-game.png);
}

.home-switcher ul .uk-active span {
	color: var(--pm-c);
}

.home-switcher .item {
	width: 10%;
}

.home-switcher .item .title {
	margin-top: 5px;
}

.home-switcher .item .title a {
	font-size: 14px;
	color: #666;
}



.home-catlist {}

.home-catlist ul {}

.home-catlist ul li {
	max-width: 115px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}

.home-catlist ul li span {
	width: 75px;
	overflow: hidden;
	display: block;
}

.home-catlist ul li .g {
	background-color: #5982ea;
	color: #ffff;
}

.home-catlist ul li .s {
	background-color: #7cce1c;
	color: #ffff;
}

.home-catlist ul li a {
	display: block;
	background-color: #f8f8f8;
	margin: 0 5px;
	color: #777;
	padding: 0 10px;
}

.home-catlist ul li a:hover {
	background: var(--pm-c);
	color: #fff;
}



.home-slide {}

.home-slide .uk-slideshow-items {
	min-height: 220px !important;
}

.home-slide .item {
	height: 100%;
}

.home-slide .item .cover {
	background: rgba(0, 0, 0, .6);
}

.home-slide .item .cover span {
	display: block;
	color: #fff;
	margin: 0 10px;
	padding: 10px 0;
}


.home-thumb-mews {
	border-left: 1px solid #d8ddd8;
}

.home-thumb-mews .item {
	padding-left: 15px;
	position: relative;
}

.home-thumb-mews .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	width: 17px;
	height: 17px;
	background-image: url(../images/post-list-dot.png);
}

.home-thumb-mews .item:hover:before {
	background-image: url(../images/post-list-dot-active.png);
}

.home-thumb-mews .item .title {}

.home-thumb-mews .item .title a {
	display: block;
}

.home-thumb-mews .item .item-warp {
	height: 60px;
	background: #f9f9f9;
	margin-top: 19px;
}

.home-thumb-mews .item .item-warp .thumb {
	width: 100px;
	height: 100%;
}

.home-thumb-mews .item .item-warp .desc {
	margin: 0 15px;
	line-height: 28px;
}


.home-latest {}

.home-latest .latest-top {}

.home-latest .latest-top .item {
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home-latest .latest-top .title {
	display: block;
	color: var(--pm-c);
	font-size: 17px;
	margin-bottom: 10px;
}

.home-latest .latest-top .desc {
	color: #999;
	font-size: 14px;
}

.home-latest ul {
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home-latest ul li:last-child {
	margin-bottom: 0;
	border: 0;
	padding-bottom: 0;
}

.home-latest ul:last-child {
	margin-bottom: 0;
	border: 0;
	padding-bottom: 0;
}

.home-latest ul li {
	font-size: 14px;
	margin-bottom: 18px;
}

.home-latest ul li a {
	display: block;
}

.home-latest ul li>.c {
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 12px;
	padding: 2px 6px;
	margin-right: 5px;
	color: #999
}

.home-latest .latest-1 li:first-child .c {
	background: #ff9933;
	color: #fff;
}

.home-latest .latest-2 li:first-child .c {
	background: #3c9;
	color: #fff;
}

.home-latest .latest-3 li:first-child .c {
	background: #69f;
	color: #fff;
}


.home-cats {
	height: 259px;
	overflow: hidden;
}

.home-cats .uk-grid-small {
	margin-left: -8px;
}

.home-cats .uk-grid-small>div {
	padding-left: 8px;
}

.home-cats .uk-grid-small>.uk-grid-margin {
	margin-top: 8px;
}

.home-cats .item {
	border: solid 1px #eee;
	padding: 15px;
}

.home-cats .item-1 {
	background-image: linear-gradient(to right, #fff1f7, #fffcfd);
}

.home-cats .item-2 {
	background-image: linear-gradient(to right, #f4f4ff, #fffcfd);
}

.home-cats .item-3 {
	background-image: linear-gradient(to right, #fff8f2, #fffcfd);
}

.home-cats .item-4 {
	background-image: linear-gradient(to right, #f7fffc, #fffcfd);
}

.home-cats .item-5 {
	background-image: linear-gradient(to right, #fef2f3, #fffcfd);
}

.home-cats .item-6 {
	background-image: linear-gradient(to right, #fff1f7, #fffcfd);
}



.home-cats .item .icon {
	width: 48px;
	height: 48px;
}

.home-cats .item .c-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.home-cats .item .count {
	font-size: 13px;
	color: #999;
}

.module-title {}

.module-title .title {
	font-size: 16px;
	color: #333;
	position: relative;
	display: inline-block;
}

.module-title .title:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url(../images/icon-module-title-bg.png);
	margin-right: 10px;
}

.home-gamepc {}

.home-gamepc .item {
	margin-bottom: 25px;
}

.home-gamepc .item:last-child {
	margin-bottom: 0;
}

.home-gamepc .item .icon {
	width: 75px;
	height: 75px;
	margin-right: 15px;
}

.home-gamepc .item .title a {
	color: #333;
}

.home-gamepc .item .uk-margin-small {
	margin: 6px 0;
}

.home-gamepc .item .score {
	width: 60px;
	height: 60px;
	text-align: center;
	background-image: url(../images/home-pc-bg.png);
	line-height: 90px;
	color: var(--pm-c);
}




.home-video {
	height: 550px;
	position: relative;
	margin-bottom: -50px;
	background-image: url(../images/home-video-bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.home-video .uk-container {
	padding-top: 80px;
	position: relative;
	z-index: 10
}

.home-video .thumb {
	background-color: #000;
}

.home-video .thumb img {
	transition: all .3s;
}

.home-video .b-thumb {
	width: 370px;
	height: 290px;
}

.home-video .s-thumb {
	height: 138px;
}

.home-video .cover {
	background: rgba(0, 0, 0, .3);
}

.home-video .cover span {
	display: block;
	padding: 6px 0;
	color: #fff;
	margin: 0 10px;
}

.home-video i {
	display: none;
	top: 40%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-image: url(../images/icon-video.png);
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .3s;
}

.home-video .thumb:hover img {
	opacity: .6;
}

.home-video .thumb:hover i {
	opacity: 1;
	top: 50%;
}


.home-apps {}

.home-apps .side-menu {}

.home-apps .side-menu ul {
	margin: -3px;
	overflow: hidden;
}

.home-apps .side-menu ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}

.home-apps .side-menu ul li a {
	display: block;
	background-color: #f5f5f5;
	line-height: 42px;
	margin: 3px;
	font-size: 15;
	color: #666;
}

.home-apps .side-menu ul li a:hover {
	background: var(--pm-c);
	color: #fff;
}

.home-apps .side-album {
	height: 210px;
}

.home-apps .side-album i {
	width: 100%;
	height: 70px;
	background-image: url(../images/side-album-tiele-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	top: -13px;
	z-index: 10;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-style: normal;
	text-indent: -8px;
}

.home-apps .side-album .cover {
	margin-top: 10px;
	padding: 15px 10px;
	width: 100%;
	background-image: url(../images/side-album-cover.png);
	line-height: 1.5;
	text-align: center;
}

.home-apps .side-album .cover span {
	color: #fff;
	font-size: 16px;
}


.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.single-content p:nth-child(1) {
	padding: 10px;
	border: 1px #eee solid;
	background: rgba(0, 0, 0, .03);
}


.single-content h3 {
	font-weight: bold;
	color: #fd494d;
	font-size: 16px;
	padding-left: 10px;
	border-left: 5px solid #fd494d;
	line-height: 18px;
	margin: 12px 0px;
}


.pages a.active,
.pages a:hover,
.pages span {
	border-color: #fd494d;
	background: #fd494d;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}


.home-apps .apps-warp {
	margin-left: 30px;
}

.home-apps .apps-warp .item {
	width: 14.2%;
	margin-bottom: 10px;
}

.home-apps .apps-warp .item .icon {
	width: 86px;
	height: 86px;
	margin-bottom: 10px;
}

.home-apps .apps-warp .item .title a {
	color: #666;
	font-size: 13px;
}

.home-apps .apps-warp .uk-grid-small>.uk-grid-margin {
	margin-top: 35px;
}

.home-gift {}

.home-gift .item {
	margin-bottom: 25px;
}

.home-gift .item:last-child {
	margin-bottom: 0;
}

.home-gift .item .icon {
	width: 85px;
	height: 85px;
	margin-right: 10px;
	position: relative;
	border-radius: 16px;
}

.home-gift .item .icon i {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 85px;
	height: 25px;
	background-image: url(../images/gift-bottom.png);
}

.home-gift .item .title {
	font-size: 16px;
}

.home-mir {}

.home-mir .mir-slide {
	width: 290px;
	height: 280px;
}

.home-mir .mir-slide .uk-slideshow-items {
	min-height: 280px !important;
	margin-left: 70px;
}

.home-mir .mir-slide .side-nav {
	height: 100%;
	width: 80px;
	background-image: url(../images/mir-slide-nav-bg.png);
	background-position: center;
	text-align: center;
}

.home-mir .mir-slide .side-nav li {
	height: 25%;
	position: relative;
}

.home-mir .mir-slide .side-nav .icon {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 10px;
	left: 45%;
	cursor: pointer;
	opacity: .5;
}

.home-mir .mir-slide .side-nav .uk-active .icon {
	opacity: 1;
}

.home-mir .mir-news {
	margin-left: 20px;
}

.home-mir .mir-news li {
	margin-bottom: 15px
}

.home-mir .mir-news li:last-child {
	margin-bottom: 0;
}

.home-mir .mir-news li a {
	display: block;
	position: relative;
	padding-left: 20px;
}

.home-mir .mir-news li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 5px;
	height: 5px;
	background: #eee;
}

.home-mir .mir-games {
	margin-top: 25px;
}

.home-mir .mir-games .title {
	margin-top: 10px;
}

.home-mir .mir-games .title a {
	color: #666;
}

.home-mir .mir-album {
	width: 170px;
	margin-left: 30px;
}

.home-mir .mir-album .item {
	margin-bottom: 15px;
	position: relative;
}

.home-mir .mir-album .item::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 62px;
	height: 30px;
	background-image: url(../images/mir-album-bg.png);
	background-repeat: no-repeat;
}

.home-mir .mir-album .item:last-child {
	margin-bottom: 0;
}

.home-mir .mir-album .item .thumb {
	height: 102px;
}

.home-mir .mir-album .item .title {
	margin-top: 5px;
}

.home-mir .mir-album .item .title a {
	color: #666;
}




.home-rank {}

.home-rank .rank-warp {
	background-repeat: repeat-x;
	border-radius: 15px;
	padding: 0 20px;
	background-position: 5px 25px;
}

.home-rank .rank-1 {
	background-image: url(../images/rank-bg-01.png);
}

.home-rank .rank-2 {
	background-image: url(../images/rank-bg-02.png);
}

.home-rank .rank-3 {
	background-image: url(../images/rank-bg-03.png);
}

.home-rank .rank-warp .item-box {
	display: none;
}

.home-rank .rank-warp .item {
	padding-left: 40px;
	margin-bottom: 20px;
}

.home-rank .rank-warp .num {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	color: #fff;
}

.home-rank .rank-1 .num {
	background-color: var(--pm-c);
}

.home-rank .rank-warp .rank-title {
	margin: 0 auto;
	width: 180px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-20px);
}

.home-rank .rank-1 .rank-title {
	background-image: url(../images/rank-title-01.png);
}

.home-rank .rank-2 .rank-title {
	background-image: url(../images/rank-title-02.png);
}

.home-rank .rank-3 .rank-title {
	background-image: url(../images/rank-title-03.png);
}

.home-rank .rank-warp .item-box .icon {
	width: 75px;
	height: 75px;
}

.home-rank .rank-warp .item .title {
	font-size: 16px;
}

.home-rank .rank-warp .item .down {
	background: var(--pm-c);
	color: #fff;
	display: inline-block;
	padding: 3px 9px;
	border-radius: 4px;
	margin-left: 15px;
}

.home-rank .rank-2 .item .num {
	background: #04bbff;
}

.home-rank .rank-2 .item .down {
	background: #04bbff;
}

.home-rank .rank-3 .item .num {
	background: #8a7ef4;
}

.home-rank .rank-3 .item .down {
	background: #8a7ef4;
}

.home-rank .rank-warp .item-list a {
	display: block;
}

.home-rank .rank-warp .active .item-box {
	display: flex
}

.home-rank .rank-warp .active .item-list {
	display: none
}

.home-links {}

.home-links a {
	font-size: 13px;
	color: #666;
	margin-right: 15px;
	line-height: 24px;
}




.top-recom-game {}

.top-recom-game .item {
	width: 10%;
}

.top-recom-game .item .browse {
	display: inline-block;
	border-radius: 4px;
	padding: 3px 12px;
	border: solid 1px #ddd;
	font-size: 13px;
	color: #666;
}

.top-recom-game .item .browse:hover {
	background-color: var(--pm-c);
	color: #fff;
	border: solid 1px var(--pm-c);
}

.category {}

.category .crumbs {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.category .category-news {}

.category .category-news .news-menu {}

.category .category-news .news-menu ul {}

.category .category-news .news-menu ul li {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	margin-right: 6px;
}

.category .category-news .news-menu ul li a {
	display: block;
	line-height: 45px;
	background-color: #f5f5f5;
}

.category .category-news .news-menu ul .active a {
	background: var(--pm-c);
	color: #fff;
	font-weight: bold;
}

.category .category-news .news-warp {
	border-left: 1px solid #d8ddd8;
}

.category .category-news .news-warp .item {
	padding-left: 15px;
	position: relative;
	margin-top: 30px;
}

.category .category-news .news-warp .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9px;
	width: 17px;
	height: 17px;
	background-image: url(../images/post-list-dot.png);
}

.category .category-news .news-warp .item:hover:before {
	background-image: url(../images/post-list-dot-active.png);
}

.category .category-news .news-warp .item .title a {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.category .category-news .news-warp .item-warp {
	margin-top: 15px;
	background: #f9f9f9;
}

.category .category-news .news-warp .item-warp .thumb {
	width: 168px;
	height: 110px;
}

.category .category-news .news-warp .item-warp .uk-flex-1 {
	margin: 0 15px;
}

.category .category-news .news-warp .item-warp .desc {
	line-height: 28px;
	color: #666
}


.category .category-apps {}

.category .category-apps .apps-menu {
	margin-left: -10px;
}

.category .category-apps .apps-menu>* {
	padding-left: 10px;
}

.category .category-apps .apps-menu>.uk-grid-margin {
	margin-top: 15px;
}

.category .category-apps .apps-menu .item {
	width: 14.2%;
	margin-bottom: 10px;
}

.category .category-apps .apps-menu .item a {
	border: 1px solid #fef2f2;
	padding: 15px;
	background-image: linear-gradient(to right, #fff1f7, #fffcfd);
}

.category .category-apps .apps-menu .item:nth-child(2n+2) a {
	background-image: linear-gradient(to right, #fff1f7, #fffcfd);
}

.category .category-apps .apps-menu .item:nth-child(3n+3) a {
	background-image: linear-gradient(to right, #f4f4ff, #fffcfd);
}

.category .category-apps .apps-menu .item:nth-child(4n+4) a {
	background-image: linear-gradient(to right, #fff8f2, #fffcfd);
}

.category .category-apps .apps-menu .item:nth-child(5n+5) a {
	background-image: linear-gradient(to right, #f6fffc, #fffcfd);
}

.category .category-apps .apps-menu .item:nth-child(6n+6) a {
	background-image: linear-gradient(to right, #fef2f2, #fffcfd);
}


.category .category-apps .apps-menu .item:hover a {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .15)
}

.category .category-apps .apps-menu .item .icon {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background: #ababab;
}

.category .category-apps .apps-menu .item-1 .icon {}

.category .category-apps .apps-menu .item-2 .icon {}

.category .category-apps .apps-menu .item-3 .icon {}

.category .category-apps .apps-menu .item-4 .icon {}

.category .category-apps .apps-menu .item-5 .icon {}

.category .category-apps .apps-menu .item-6 .icon {}

.category .category-apps .apps-menu .item-7 .icon {}

.category .category-apps .apps-menu .item-8 .icon {}

.category .category-apps .apps-menu .item-9 .icon {}

.category .category-apps .apps-menu .item-10 .icon {}

.category .category-apps .apps-menu .item-11 .icon {}

.category .category-apps .apps-menu .item-12 .icon {}





.category .category-apps .apps-menu .item .c-name {
	margin-bottom: 5px;
	text-align: center;
}

.category .category-apps .apps-menu .item span {
	font-size: 13px;
}

.category .category-apps .apps-menu .uk-grid-small {
	margin-left: -10px;
}

.category .category-apps .apps-warp {}

.category .category-apps .apps-warp .item {
	background: #f7f7f7;
	border: solid 1px #eee;
}

.category .category-apps .apps-warp .item .icon {
	margin: 25px auto;
	width: 120px;
	height: 120px;
	border-radius: 12px;
}

.category .category-apps .apps-warp .item .cover {
	height: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 15px;
	display: none;
}

.category .category-apps .apps-warp .item:hover .cover {
	display: block;
}

.category .category-apps .apps-warp .item .cover .desc {
	color: #fff;
	max-height: 86px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.category .category-apps .apps-warp .item .cover .down {
	display: inline-block;
	background: var(--pm-c);
	line-height: 38px;
	color: #fff;
	padding: 0 20px;
}

.category .category-apps .apps-warp .item .item-foot {
	padding: 12px;
}

.category .category-apps .apps-warp .item .title {
	font-size: 16px;
}

.category .category-apps .apps-warp .item .info {
	margin: 5px 0;
	font-size: 14px;
}

.category .category-apps .apps-warp .item .platform {
	font-size: 14px;
}

.category .category-apps .apps-warp .item .platform i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.category .category-apps .apps-warp .item .platform i:last-child {
	margin-right: 0;
}

.category .category-apps .apps-warp .item .platform .a {
	background-image: url(../images/icon-category-az.png);
}

.category .category-apps .apps-warp .item .platform .i {
	background-image: url(../images/icon-category-ios.png);
}

.category .category-gift {}

.category .category-gift .gift-warp {}

.category .category-gift .gift-warp .item {
	border: solid 1px #eee;
	margin-top: 20px;
}

.category .category-gift .gift-warp .item .icon {
	width: 115px;
	height: 115px;
	margin: 22px;
}

.category .category-gift .gift-warp .item>.uk-flex-1 {
	margin: 0 20px;
}

.category .category-gift .gift-warp .item .title a {
	font-size: 18px;
}

.category .category-gift .gift-warp .item .info {}

.category .category-gift .gift-warp .item .info p {
	margin: 15px 0;
}

.category .category-gift .gift-warp .item .down {
	margin: 0 20px;
}

.category .category-gift .gift-warp .item .down a {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-image: url(../images/icon-category-gift-receive.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff1f2;
	transition: all .3s;
}

.category .category-gift .gift-warp .item .down:hover a {
	background-color: var(--pm-c);
	background-image: url(../images/icon-category-gift-receive-active.png);
}

.category .category-album {}

.category .category-album .album-top {}

.category .category-album .album-top .item-left {
	width: 570px;
	height: 420px;
}

.category .category-album .album-top .item-left .thumb {
	height: 355px;
	border-radius: 15px;
}

.category .category-album .album-top .item-left .item-foot {}

.category .category-album .album-top .item-left .item-foot .icon {
	width: 100px;
	height: 100px;
	border-radius: 26px;
	border: 4px solid #fff;
	margin: 0 20px;
}

.category .category-album .album-top .item-left .item-foot .title {}

.category .category-album .album-top .item-left .item-foot .title a {
	font-weight: bold;
	font-size: 16px;
}

.category .category-album .album-top .item-left .item-foot .see {
	display: inline-block;
	background: var(--pm-c);
	color: #fff;
	border-radius: 20px;
	padding: 6px 22px;
	font-weight: bold;
}

.category .category-album .album-top .item-right {}

.category .category-album .album-top .item-right .item {
	height: 185px;
}

.category .category-album .album-top .item-right .item .thumb {
	height: 144px;
	border-radius: 15px;
}

.category .category-album .album-top .item-right .item .icon {
	width: 62px;
	height: 62px;
	border-radius: 10px;
	border: 4px solid #fff;
	margin: 0 10px;
}

.category .category-album .album-top .item-right .item .title {
	font-weight: bold;
}

.category .category-album .album-menu {}

.category .category-album .w380 {
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.38);
}

.category .category-album .album-warp .item {
	height: 160px;
	border: 1px solid #eee;
}

.category .category-album .album-warp .item .title {
	font-size: 18px;
	font-weight: bold;
}

.category .category-album .album-warp .item .desc {
	line-height: 28px;
	margin: 10px 0;
}

.category .category-album .album-warp .games-warp {
	height: 100%;
	position: relative;
	background-image: url(../images/category-album-item-sign.png);
	background-position: -3px center;
	background-repeat: no-repeat;
}

.category .category-album .album-warp .games-warp>div {
	margin: 25px 0;
}

.category .category-album .album-warp .item .game-item {
	width: 16.666%;
}

.category .category-album .album-warp .item .game-item .icon {
	width: 90px;
	height: 90px;
	border-radius: 10px;
}

.category .category-album .album-warp .item .game-item .title {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}


.single {}

.single .crumbs-box {
	padding: 15px;
}

.single .crumbs {
	margin: 0;
}

.single-news .crumbs {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.single .single-news {}

.single .single-news .single-head {
	padding: 30px 0 45px 0;
	border-bottom: 1px dashed #eee;
}

.single .single-news .single-head h1 {
	font-size: 24px;
	font-weight: bold;
}

.single .single-news .single-head .info {}

.single .single-news .single-head .info span {
	margin: 0 20px;
}

.single .single-apps {}

.single .single-apps .single-head {
	background-image: url(../images/single-app-head-bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.single .single-apps .single-head .icon {
	width: 130px;
	height: 130px;
	border-radius: 15px;
	margin-right: 20px;
}

.single .single-apps .single-head h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.single .single-apps .single-head .score {
	width: 130px;
	height: 115px;
	background-image: url(../images/single-app-score.png);
	background-repeat: no-repeat;
	text-align: center;
}

.single .single-apps .single-head .score b {
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	font-size: 29px;
}

.single .single-apps .single-head .download {
	margin-top: 30px;
}

.single .single-apps .single-head .download .btn {
	min-width: 213px;
	height: 60px;
	line-height: 60px;
	margin-right: 25px;
	text-align: center;
	border-radius: 12px;
	position: relative;
}

.single .single-apps .single-head .download .btn:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

/* .single .single-apps .single-head .download .btn::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
} */
.single .single-apps .single-head .download .a {
	background-image: url(../images/single-app-az-bg.png);
}

.single .single-apps .single-head .download .btn.no {
	background-image: url(../images/az-no.png);
}

.single .single-apps .single-head .download .btn.no:before {
	display: none;
}

.single .single-apps .single-head .download .btn.no a {
	text-indent: 0;
}



.single .single-apps .single-head .download .a:before {
	background-image: url(../images/single-app-az-icon.png);
}

.single .single-apps .single-head .download .i:before {
	background-image: url(../images/single-app-ios-icon.png);
}

.single .single-apps .single-head .download .i {
	background-image: url(../images/single-app-ios-bg.png);
}

.single .single-apps .single-head .download .g {
	background-image: url(../images/single-app-az-bg.png);
}

.single .single-apps .single-head .download .g:before {
	background-image: url(../images/single-app-gift-icon.png);
}

.single .single-apps .single-head .download .d {
	background-image: url(../images/single-app-ios-bg.png);
}

.single .single-apps .single-head .download .d:before {
	background-image: url(../images/single-app-game-icon.png);
}

.single .single-apps .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: .6;
}

.single .single-apps .single-head .download .btn span,
.single .single-apps .single-head .download .btn a {
	position: relative;
	display: block;
	font-size: 17px;
	cursor: pointer;
	color: #fff;
	text-indent: 30px;
}

.single .single-apps .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
}

.single .single-apps .single-head .download .btn:hover .code {
	display: block;
}

.single .single-apps .single-head .download .code:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -11px;
	background-image: url(../images/single-app-down-mark.png);
	opacity: .8;
}

.single .single-apps .single-head .download .code img {
	border: 1px solid #f5f5f5;
	margin-bottom: 15px;
}

.single .single-content {
	padding: 30px 0;
}

.single .single-content p {
	line-height: 1.8;
}

.single .single-content p img {
	display: block;
	max-width: 520px;
	margin: 15px auto;
	height: auto !important;
}

.single .single-content h3,
.single .single-content h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0;
}

.single .single-content iframe {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.single .single-swiper-warp {
	padding: 0 30px;
}

.single .single-swiper {
	position: unset;
	padding: 50px 0;
}

.single .single-swiper .swiper-wrapper {
	height: auto;
}

.single .single-swiper .swiper-slide {}

.single .single-swiper .swiper-slide img {
	min-height: 100%;
}

.single .single-swiper .swiper-btn {
	cursor: pointer;
	z-index: 10;
	width: 55px;
	height: 55px;
	background-image: url(../images/swiper-btn-bg.png);
}

.single .single-swiper .swiper-slide-active {
	position: relative;
	z-index: 10;
}

.single .single-swiper .swiper-slide-active .thumb {
	transform: scale(1.2);
	z-index: 10;
	/* box-shadow: 0px 0px 25px -20px #000; */
}

.single .single-swiper .button-next {}

.single .single-swiper .button-prev {
	transform: translate(0, var(--uk-position-translate-y)) rotate(180deg);
}

.single .single-gift {}

.single .single-gift .single-head .score {
	height: 124px;
	width: 122px;
	background-image: url(../images/single-gift-head-bg.png);
}

#gift-box {}

#gift-box .gift-warp {
	background-color: transparent;
	width: 482px;
	height: 460px;
	background-image: url(../images/gift-box-bg.png);
}

#gift-box .gift-warp .uk-modal-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 50px 70px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/gift-box-close.png);
}

#gift-box .gift-warp .gift-content {
	padding-top: 120px;
	color: #d9741a;
}

#gift-box .receive-btn {
	cursor: pointer;
	display: inline-block;
	width: 260px;
	height: 65px;
	left: 50%;
	margin-bottom: 20px;
	transform: translate(-50%, -50px)
}


.single .single-album {}

.single .single-album .album-top {}

.single .single-album .album-top .icon {
	width: 150px;
	height: 150px;
	border-radius: 20px;
	margin-right: 20px;
}

.single .single-album .album-top .title {
	margin-bottom: 25px;
}

.single .single-album .album-top .title h1 {
	font-size: 24px;
	margin: 0;
	margin-right: 10px;
	max-width: 55%;
}

.single .single-album .album-top .title span {
	border-radius: 6px;
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	font-size: 13px;
	margin-left: 5px;
}

.single .single-album .album-top .title span:nth-child(1) {
	background: #01c78d;
}

.single .single-album .album-top .title span:nth-child(2) {
	background: #ffa61a;
}

.single .single-album .album-top .title span:nth-child(3) {
	background: #658ef6;
}

.single .single-album .album-top .desc {
	line-height: 32px;
}

.single .single-album .album-top .more-album {
	width: 330px;
	margin-left: 30px;
}

.single .single-album .album-top .more-album a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 6px 8px;
	font-size: 13px;
	color: #888;
}

.single .single-album .album-top .more-album a:hover {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.single .single-album .album-top .more-album .uk-grid-small {
	margin-left: -10px;
}

.single .single-album .album-top .more-album .uk-grid-small>* {
	padding-left: 10px;
}

.single .single-album .album-top .more-album .uk-grid-small>.uk-grid-margin {
	margin-top: 10px;
}

.single .single-album .album-warp {}

.single .single-album .album-warp .item {
	border: 1px solid #eee;
}

.single .single-album .album-warp .item .num {
	margin-top: 20px;
	display: inline-block;
	width: 119px;
	height: 35px;
	background-image: url(../images/single-album-num.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 28px;
	font-size: 14px;
}

.single .single-album .album-warp .item .num-1 {
	background-image: url(../images/single-album-num-1.png);
}

.single .single-album .album-warp .item .num-2 {
	background-image: url(../images/single-album-num-2.png);
}

.single .single-album .album-warp .item .num-3 {
	background-image: url(../images/single-album-num-3.png);
}

.single .single-album .album-warp .item .item-warp {
	padding: 25px;
}

.single .single-album .album-warp .icon {
	width: 115px;
	height: 115px;
	border-radius: 15px;
}

.single .single-album .album-warp .item .title {
	font-weight: bold;
	font-size: 18px;
}

.single .single-album .album-warp .item .info {
	margin: 15px 0;
	font-size: 14px;
}

.single .single-album .album-warp .item .info span {
	margin-right: 30px;
}

.single .single-album .album-warp .item .desc {
	line-height: 28px;
	font-size: 14px;
}

.single .single-album .album-warp .item .item-thumb {
	width: 305px;
}

.single .single-album .album-warp .item .item-thumb a {
	height: 160px;
	flex: 1;
	overflow: hidden;
	margin: 0 4px;
}

.single .single-album .album-warp .item .down {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin: 0 20px;
	background-image: url(../images/side-edit-recom-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--pm-c);
}

.single .single-album .album-news {
	margin-right: 30px;
}

.single .single-album .album-news .news-thumb {
	width: 230px;
	margin-right: 30px;
}

.single .single-album .album-news .news-thumb a {
	display: block;
	height: 140px;
	margin-bottom: 30px;
}

.single .single-album .album-news .news-thumb a:last-child {
	margin-bottom: 0;
}

.single .single-album .album-news ul {}

.single .single-album .album-news ul li {
	margin-bottom: 18px;
}

.single .single-album .album-news ul li:nth-child(4n+4) {
	margin-bottom: 25px;
}

.single .single-album .album-news ul li:nth-child(1) span {
	background-color: #ff9933;
	color: #fff;
}

.single .single-album .album-news ul li:nth-child(5) span {
	background-color: #33cc99;
	color: #fff;
}

.single .single-album .album-news ul li:nth-child(9) span {
	background-color: #6699ff;
	color: #fff;
}

.single .single-album .album-news ul li:last-child {
	margin-bottom: 0;
}

.single .single-album .album-news ul li a {}

.single .single-album .album-news ul li span {
	background-color: #eeeeee;
	border-radius: 4px;
	font-size: 12px;
	padding: 2px 6px;
	margin-right: 5px;
	color: #999;
}

.single .single-album .album-news ul li .time {
	background: transparent !important;
}

.single .single-images {}

.single .single-images .slideshow-arrow {
	width: 55px;
	height: 55px;
	background-image: url(../images/swiper-btn-bg.png);
	margin: 10px;
	cursor: pointer;
}

.single .single-images .slideshow-arrow:last-child {
	transform: translate(0, var(--uk-position-translate-y)) rotate(180deg);
}

.single .bing-game {
	padding: 22px;
	border: 1px solid var(--pm-c);
	background-image: url(../images/bing-game-mark.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}

.single .bing-game .icon {
	width: 100px;
	height: 100px;
	border-radius: 15px;
}

.single .bing-game .title {
	font-size: 16px;
	font-weight: bold;
}

.single .bing-game .info {
	margin: 12px 0;
}

.single .bing-game .info span {
	display: inline-block;
	background-color: #f5f5f5;
	line-height: 30px;
	font-size: 12px;
	padding: 0 12px;
	margin-right: 10px;
}

.single .bing-game .score {
	width: 105px;
	height: 93px;
	background-image: url(../images/bing-game-score.png);
	margin-left: 20px;
	text-align: center;
	position: relative;
}

.single .bing-game .score b {
	color: #fff;
	display: inline-block;
	font-size: 23px;
	line-height: 85px;
}

.single-xg-images {}

.single-xg-images .thumb {
	height: 160px;
}

.single-xg-images .title {
	background: #f5f5f5;
	padding: 12px 15px;
}

.single .relevant-art {}

.single .recom-games {}

.single .recom-games .item {
	width: 14.2%;
}

.single .recom-games .item .title {
	margin-top: 8px;
	font-size: 14px;
	margin-bottom: 8px;
}

.single .recom-games .item .title a {
	color: #666;
}

.single .recom-gift {}

.single .recom-gift .icon {
	width: 76px;
	height: 76px;
}

.single .recom-gift .title a {
	display: block;
}

.single .recom-gift .title span {
	display: inline-block;
	margin-top: 10px;
}

.single .recom-gift .receive {
	display: inline-block;
	line-height: 32px;
	border: 1px solid #ddd;
	padding: 0 25px;
	font-size: 13px;
	margin-left: 15px;
}

.single .recom-gift .receive:hover {
	border: 1px solid var(--pm-c);
}

.single .single-hot-news {}

.single .single-hot-news .uk-grid>.uk-grid-margin {
	margin-top: 15px;
}

.single .single-hot-news a {
	display: block;
	padding-left: 20px;
	position: relative;
}

.single .single-hot-news a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 5px;
	height: 5px;
	background: #eee;
}

.side-edit-recom {}

.side-edit-recom .item {
	margin-bottom: 20px;
}

.side-edit-recom .item .icon {
	width: 75px;
	height: 75px;
	border-radius: 6px;
}

.side-edit-recom .item .icon-star {}

.side-edit-recom .item .icon-star i {
	display: inline-block;
	height: 13px;
	width: 78px;
	background-image: url(../images/icon-star-o.png);
	position: relative;
}

.side-edit-recom .item .icon-star i::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background-image: url(../images/icon-star.png);
}

.side-edit-recom .item .star-1::after {
	width: 14px;
}

.side-edit-recom .item .star-2::after {
	width: 30px;
}

.side-edit-recom .item .star-3::after {
	width: 45px;
}

.side-edit-recom .item .star-4::after {
	width: 62px;
}

.side-edit-recom .item .star-5::after {
	width: 78px;
}

.side-edit-recom .item .down {
	width: 41px;
	height: 42px;
	border-radius: 50%;
	background-color: var(--pm-c);
	background-image: url(../images/side-edit-recom-down.png);
	background-repeat: no-repeat;
	background-position: center;
}

.side-edit-recom .receive {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-image: url(../images/side-edit-recom-receive.png);
	background-repeat: no-repeat;
	background-position: center;
}



.side-hot-gl {}

.side-hot-gl .thumb {
	height: 100px;
}

.side-hot-gl .uk-grid-small {
	margin-left: -10px;
}

.side-hot-gl .uk-grid-small>* {
	padding-left: 10px;
}

.side-album {}

.side-album ul {
	overflow: hidden;
}

.side-album ul li {
	flex: 1;
	text-align: center;
}

.side-album ul li span {
	display: block;
	background: #f6f6f6;
	line-height: 40px;
	cursor: pointer;
	border-top: 3px solid transparent;
}

.side-album ul .uk-active span {
	border-top: 3px solid var(--pm-c);
	margin-right: 0
}

.side-album .album-warp {}

.side-album .album-warp .item {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}

.side-album .album-warp .item .icon {
	width: 50px;
	height: 50px;
}

.side-album .album-warp .item .more {
	border: 1px solid #eee;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 4px;
	color: #999;
	font-size: 13px;
}

.page {}

.page-rank {}

.page-rank .rank-banner {
	background-image: url(../images/page-rank-bg.png);
	background-size: 100%;
	height: 560px;
}

.page-rank .rank-banner .rank-text {
	position: relative;
	z-index: 10;
	width: 1045;
	height: 430px;
	background-image: url(../images/page-rank-text.png);
	background-repeat: no-repeat;
}

.page-rank .rank-banner .crumbs a {
	color: rgba(255, 255, 255, .5) !important;
}

.page-rank .rank-main {
	transform: translateY(-300px);
	position: relative;
	z-index: 20;
}

.page-rank .rank-menu {
	background: rgba(255, 255, 255, .3);
}

.page-rank .rank-menu ul {
	overflow: hidden;
}

.page-rank .rank-menu ul li {
	float: left;
}

.page-rank .rank-menu ul li a {
	display: block;
	line-height: 62px;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
}

.page-rank .rank-menu ul li:hover a {
	background: #fff;
	font-weight: bold;
	color: var(--pm-c);
}

.page-rank .rank-menu ul .active a {
	background: #fff;
	font-weight: bold;
	color: var(--pm-c);
}

.page-rank .rank-top {}

.page-rank .rank-top .item {
	height: 190px;
	background-repeat: no-repeat;
	position: relative;
}

.page-rank .rank-top .item-1 {
	background-image: url(../images/rank-top-1-bg.png);
}

.page-rank .rank-top .item-2 {
	background-image: url(../images/rank-top-2-bg.png);
}

.page-rank .rank-top .item-3 {
	background-image: url(../images/rank-top-3-bg.png);
}

.page-rank .rank-top .item .num {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	width: 95px;
	text-align: center;
	color: #fff;
}

.page-rank .rank-top .item-warp {
	padding: 12px 15px
}

.page-rank .rank-top .item .icon {
	width: 80px;
	height: 80px;
	border-radius: 20px;
	border: 3px solid #fff;
	margin-right: 20px;
}

.page-rank .rank-top .item .title {
	font-size: 18px;
	font-weight: bold;
}

.page-rank .rank-top .item .info {}

.page-rank .rank-top .item .info p {
	margin: 5px 0;
	font-size: 14px;
}

.page-rank .rank-top .item .item-foot {
	height: 48px;
	margin: 0 15px;
	line-height: 50px;
}

.page-rank .rank-top .item .item-foot .desc {
	font-size: 14px;
}

.page-rank .rank-top .item .item-foot .down {
	background: #fff;
	border-radius: 20px;
	line-height: 32px;
	font-size: 12px;
	padding: 0 12px;
	margin-left: 15px;
}

.page-rank .rank-top .item-1 .title a {
	color: #c36e00;
}

.page-rank .rank-top .item-1 .item-foot .desc,
.page-rank .rank-top .item-1 .info p,
.page-rank .rank-top .item-1 .item-foot .down {
	color: #c1932a;
}

.page-rank .rank-top .item-2 .title a {
	color: #4b5b72;
}

.page-rank .rank-top .item-2 .item-foot .desc,
.page-rank .rank-top .item-2 .info p,
.page-rank .rank-top .item-2 .item-foot .down {
	color: #647895;
}

.page-rank .rank-top .item-3 .title a {
	color: #4f3314;
}

.page-rank .rank-top .item-3 .item-foot .desc,
.page-rank .rank-top .item-3 .info p,
.page-rank .rank-top .item-3 .item-foot .down {
	color: #a05a36;
}

.page-rank .rank-warp {}

.page-rank .rank-warp .item {
	border: solid 1px #eeeeee;
}

.page-rank .rank-warp .item .icon {
	width: 115px;
	height: 115px;
	margin: 22px;
}

.page-rank .rank-warp .item .title {
	font-size: 18px;
	font-weight: bold;
}

.page-rank .rank-warp .item .info {
	margin: 20px 0;
}

.page-rank .rank-warp .item .info span {
	margin-right: 30px;
}

.page-rank .rank-warp .item .num {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 30px;
	width: 63px;
	height: 85px;
	background-image: url(../images/rank-num-bg.png);
	text-align: center;
}

.page-rank .rank-warp .item .num b {
	color: #a2a2a2;
	font-size: 24px;
	display: inline-block;
	transform: translateY(35px);
}

.page-error {
	min-height: 600px;
	padding: 150px 0;
	font-size: 24px;
	color: #666;
}

.page-500 {
	width: 446px;
	height: 430px;
	margin: 0 auto;
	background-image: url(../images/page-500-bg.png);
	background-repeat: no-repeat;
}

.page-404 {
	width: 446px;
	height: 430px;
	margin: 0 auto;
	background-image: url(../images/page-404-bg.png);
	background-repeat: no-repeat;
}

.page-error .go-home {
	display: inline-block;
	line-height: 50px;
	border: solid 1px #eee;
	color: #666;
	font-size: 14px;
	padding: 0 30px;
}

.page-default {}

.page-default .crumbs {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.page-default .page-nav {
	width: 212px;
	min-height: 760px;
	background-image: linear-gradient(to bottom right, #fbece4, #efc7b7);
	position: relative
}

.page-default .page-nav::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 290px;
	background-image: url(../images/page-nav-foot-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.page-default .page-nav ul {
	padding: 20px 0;
}

.page-default .page-nav ul li {
	text-align: center;
	margin-bottom: 20px;
}

.page-default .page-nav ul li a {
	display: block;
	margin: 0 16px;
	line-height: 45px;
	color: #7f6464;
}

.page-default .page-nav ul li a:hover {
	background-color: rgba(255, 255, 255, .5);
}

.page-default .page-nav ul .active a {
	background-color: rgba(255, 255, 255, .5);
}

.page-default .page-content {
	padding: 15px 30px;
	max-height: 800px;
	overflow-y: scroll;
}

.page-default .page-map {}

.page-default .page-map .item {}

.page-default .page-map .item .item-title {
	background: #f7f7f7;
	padding: 10px;
}

.page-default .page-map .item .item-title a {
	color: #999;
}

.page-default .page-map .item ul {}

.page-default .page-map .item ul li {
	display: inline-block;
	width: 11.11%;
}

.page-default .page-map .item ul li a {
	display: block;
	padding: 10px 0;
	color: #666;
}






.footer {
	background: #333;
	color: #ababab;
}

.footer .foot-menu {}

.footer .foot-menu a {
	margin: 0 10px;
}

.footer a {
	color: #ababab;
}



.yxzt {
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fffaf7;
}

.yxzt .yxzt-main {
	background-color: #fffaf7;
}

.yxzt .crumbs,
.yxzt .crumbs a {
	color: rgba(255, 255, 255, .7) !important;
}

.cqsy {
	background-image: url(../images/cq/cq-bg.png);
}

.cqsy .cqsy-text {
	width: 520px;
	height: 286px;
	background-image: url(../images/cq/cq-text.png);
}

.yxzt-nav {}

.yxzt-nav ul {
	height: 63px;
	background-image: url(../images/cq/cq-nav-bg.png);
	padding-left: 100px;
}

.yxzt-nav ul li {
	display: inline-block;
}

.yxzt-nav ul li a {
	display: block;
	line-height: 63px;
	color: #fff;
	padding: 0 26px;
	font-size: 18px;
}

.yxzt-nav ul .active a {
	background-color: #675445;
}

.yxzt-nav .right-btn {
	top: -47px;
	right: -6px;
	display: block;
	width: 232px;
	height: 110px;
	background-image: url(../images/cq/cq-gift-bg.png);
}

.yxzt .yxzt-latest {
	width: 330px;
}

.yxzt .yxzt-latest .item {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dcdcdc;
}

.yxzt .yxzt-latest .item .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.yxzt .yxzt-latest .item .title a {
	color: #4a3834;
}

.yxzt .yxzt-latest .item .desc {
	line-height: 26px;
	color: #877b70;
	font-size: 14px;
}

.yxzt .yxzt-latest ul {}

.yxzt .yxzt-latest ul li {
	margin-bottom: 15px;
}

.yxzt .yxzt-latest ul li:last-child {
	margin-bottom: 0;
}

.yxzt .yxzt-latest ul li a {
	display: block;
	flex: 1;
}

.yxzt .yxzt-latest ul li em {
	font-style: normal;
	color: #866950;
	margin-right: 10px;
}

.yxzt .yxzt-slide {
	width: 450px;
	margin: 0 20px;
}

.yxzt .yxzt-slide .uk-slideshow-items {
	min-height: 260px !important;
}

.yxzt-show-news {}

.yxzt-show-news .uk-slideshow-items {
	min-height: 268px !important;
}

.yxzt-show-news .uk-slideshow-items div {
	background-position: right;
	background-repeat: no-repeat;
}

.yxzt-show-news .uk-slideshow-items .bg-1 {
	background-image: url(../images/cq/cq-slide-item-z.png);
}

.yxzt-show-news .uk-slideshow-items .bg-2 {
	background-image: url(../images/cq/cq-slide-item-f.png);
}

.yxzt-show-news .uk-slideshow-items .bg-3 {
	background-image: url(../images/cq/cq-slide-item-d.png);
}

.yxzt-show-news .uk-slideshow-items .desc {
	max-width: 480px;
	line-height: 28px;
	font-size: 16px;
	letter-spacing: .5px;
}

.yxzt-show-news .show-btn {
	z-index: 10;
}

.yxzt-show-news .show-btn div {
	width: 85px;
	height: 85px;
	background-image: url(../images/cq/cq-slide-btn-bg.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	opacity: .6;
	cursor: pointer;
}

.yxzt-show-news .show-btn div b {
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 85px;
	color: #876d44;
}

.yxzt-show-news .show-btn .uk-active {
	opacity: 1;
}

.yxzt .yxzt-video {
	width: 340px;
	margin-left: 20px;
}

.yxzt .yxzt-video .thumb {
	display: block;
	height: 108px;
	position: relative;
	background: #000;
}

.yxzt .yxzt-video .thumb img {
	opacity: .7;
}

.yxzt .yxzt-video .thumb::after {
	content: '';
	width: 44px;
	height: 44px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../images/cq/cq-icon-video.png);
	background-repeat: no-repeat;
}

.yxzt .yxzt-games {}

.yxzt .yxzt-games .item {
	border: solid 1px #bb9f70;
	padding: 15px;
}

.yxzt .yxzt-games .item .down {
	display: inline-block;
	background: #bb9f70;
	padding: 4px 12px;
	border-radius: 20px;
	color: #fff;
	font-size: 13px;
}

.yxzt .yxzt-games .item .info {
	margin: 6px 0;
}

.yxzt .yxzt-news {
	width: 340px;
	margin-left: 20px;
}

.yxzt .yxzt-news .item {
	margin-bottom: 15px;
}

.yxzt .yxzt-news .item .thumb {
	width: 125px;
	height: 80px;
}

.yxzt .yxzt-news ul {}

.yxzt .yxzt-news ul li {
	margin-bottom: 13px;
}

.yxzt .yxzt-news ul li:last-child {
	margin-bottom: 0;
}

.yxzt .yxzt-news ul li a {
	display: block;
	flex: 1;
}


.yxzt .yxzt-hot-games {}

.yxzt .yxzt-hot-games .item {}

.yxzt .yxzt-hot-games .item .thumb {
	height: 140px;
	background: #000;
}

.yxzt .yxzt-hot-games .item:hover .thumb>a>img {
	opacity: .6;
}

.yxzt .yxzt-hot-games .item .icon {
	z-index: 10;
	display: none;
	border-radius: 18px;
}

.yxzt .yxzt-hot-games .item:hover .icon {
	display: block;
}

.yxzt .yxzt-hot-games .item .item-foot {
	background-color: #f4ebe1;
	padding: 15px;
}

.yxzt .yxzt-hot-games .item .item-foot .title {
	display: block;
	font-size: 16px;
	flex: 1;
}

.yxzt .yxzt-hot-games .item .item-foot .down {
	border: 1px solid #bb9f70;
	color: #bb9f70;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 30px;
	font-size: 13px;
}



.yxzt .yxzt-title {}

.yxzt .yxzt-title .title {
	color: #a06c26;
	font-size: 18px;
	padding-left: 30px;
	background-image: url(../images/cq/yxzt-title-bg.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.yxzt .yxzt-list {}

.yxzt .yxzt-list .list-news {}

.yxzt .yxzt-list .list-news .title {
	font-size: 16px;
	font-weight: bold;
}

.yxzt .yxzt-list .list-news .item {
	border-bottom: 1px dashed #bb9f70;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.yxzt .yxzt-list .list-news .item .thumb {
	width: 170px;
	height: 108px;
	margin-right: 15px;
}

.yxzt .yxzt-list .list-news .desc {
	line-height: 34px;
	font-size: 14px;
	margin-bottom: 20px;
}


.yxzt .yxzt-list .list-games {}

.yxzt .yxzt-list .list-games .item {
	border-bottom: 1px dashed #bb9f70;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.yxzt .yxzt-list .list-games .item .icon {
	width: 95px;
	height: 95px;
	margin-right: 15px;
}

.yxzt .yxzt-list .list-games .item .title {
	font-size: 16px;
	font-weight: bold;
}

.yxzt .yxzt-list .list-games .item .info {
	margin: 12px 0;
}

.yxzt .yxzt-list .list-games .item .down {
	background-color: #bf9651;
	border-radius: 4px;
	line-height: 38px;
	color: #fff;
	padding: 0 20px;
	margin-left: 20px;
}

.yxzt .yxzt-list .list-games .item .down:hover {
	background: #a06c26;
}

.yxzt .yxzt-show {}

.yxzt .yxzt-show-news .show-header {
	padding: 40px 0;
	border-bottom: 1px dashed #bb9f70;
}

.yxzt .yxzt-show-news .show-header h1 {
	font-size: 24px;
	color: #a97a3a;
	font-weight: bold;
	margin-bottom: 30px;
}

.yxzt .yxzt-show-news .show-header .info {
	margin-bottom: 10px;
}

.yxzt .yxzt-show-news .show-header .info span {
	margin: 0 20px;
}

.yxzt .yxzt-show .show-content {
	padding: 30px 0;
}

.yxzt .yxzt-show .show-content p {
	text-indent: 2em;
	line-height: 28px;
}

.yxzt .yxzt-show .show-content p img {
	display: block;
	margin: 0 auto;
	max-width: 520px;
}

.yxzt .yxzt-show .show-content h2,
.yxzt .yxzt-show .show-content h3 {
	font-size: 17px;
	margin: 15px 0;
}

.yxzt .yxzt-show .show-content p {
	margin: 15px 0;
}

.yxzt .yxzt-show-news .show-bing-game {
	width: 800px;
	height: 165px;
	background-image: url(../images/cq/yxzt-show-bing-game.png);
	background-repeat: no-repeat;
}

.yxzt .yxzt-show-news .show-bing-game .icon {
	margin-left: 30px;
	width: 100px;
	height: 100px;
	border-radius: 15px;
}

.yxzt .yxzt-show-news .show-bing-game .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.yxzt .yxzt-show-news .show-bing-game .title a {
	color: #d9b479;
	font-weight: bold;
}

.yxzt .yxzt-show-news .show-bing-game .desc {
	color: #d9b479;
	font-size: 14px;
	line-height: 32px;
}

.yxzt .yxzt-show-news .show-bing-game .down {
	display: block;
	height: 45px;
	width: 156px;
	background-image: url(../images/cq/yxzt-show-bing-game-down.png);
	background-repeat: no-repeat;
	margin: 0 30px;
}

.yxzt .yxzt-show-game {}

.yxzt .yxzt-show-game .game-header {
	height: 200px;
	background-image: url(../images/cq/yxzt-show-game-header-bg.png);
}

.yxzt .yxzt-show-game .game-header .icon {
	width: 120px;
	height: 120px;
	border-radius: 16px;
	margin-left: 30px;
	margin-right: 20px;
}

.yxzt .yxzt-show-game .game-header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #d9b479;
}

.yxzt .yxzt-show-game .game-header .info {
	color: #d9b479;
	margin-bottom: 15px;
}

.yxzt .yxzt-show-game .game-header .info span {
	margin-right: 15px;
	font-size: 14px;
}

.yxzt .yxzt-show-game .game-header .desc {
	color: #d9b479;
	font-size: 14px;
}

.yxzt .yxzt-show-game .game-header .down {
	width: 180px;
	margin-right: 30px;
}

.yxzt .yxzt-show-game .game-header .down .btn {
	height: 52px;
	position: relative;
	margin: 15px 0;
	cursor: pointer;
}

.yxzt .yxzt-show-game .game-header .down .btn:hover .ewm {
	display: block;
}

.yxzt .yxzt-show-game .game-header .down .a {
	background-image: url(../images/cq/cq-down-az.png);
}

.yxzt .yxzt-show-game .game-header .down .i {
	background-image: url(../images/cq/cq-down-ios.png);
}

.yxzt .yxzt-show-game .game-header .down .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: .6;
}

.yxzt .yxzt-show-game .game-header .down .ewm {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 138px;
	text-align: center;
	background: #fff;
	border: solid 1px #a06c26;
	z-index: 10
}

.yxzt .yxzt-show-game .game-header .down .ewm img {
	margin: 0 auto;
}

.yxzt .yxzt-show-game .game-header .down .ewm p {
	margin: 0;
	margin-bottom: 10px;
	color: #4a2500;
	font-size: 14px;
}

.yxzt .yxzt-show .show-recom-game {}

.yxzt .yxzt-show .show-recom-game .item {}

.yxzt .yxzt-show .show-recom-game .item .icon {
	width: 95px;
	height: 95px;
}

.yxzt .yxzt-show .show-recom-game .item .title {
	font-size: 16px;
	font-weight: bold
}

.yxzt .yxzt-show .show-recom-game .item .info {
	margin: 15px 0;
}

.yxzt .yxzt-sidebar {
	width: 330px;
	margin-left: 30px;
}

.yxzt .yxzt-sidebar .side-hot-news {}

.yxzt .yxzt-sidebar .uk-grid-small {
	margin-left: -10px;
}

.yxzt .yxzt-sidebar .uk-grid-small>* {
	padding-left: 10px;
}

.yxzt .yxzt-sidebar .side-hot-news .thumb {
	height: 105px;
}

.yxzt .yxzt-sidebar .side-hot-news ul {}

.yxzt .yxzt-sidebar .side-hot-news ul li {
	margin-top: 15px;
}

.yxzt .yxzt-sidebar .side-recom-games {}

.yxzt .yxzt-sidebar .side-recom-games .item {
	border: 1px solid #bf9651;
	margin-bottom: 10px;
	position: relative;
	padding: 12px;
	height: 217px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.yxzt .yxzt-sidebar .side-recom-games .item-1 {
	background-image: url(../images/cq/cq-side-recom-games-bg-01.png);
}

.yxzt .yxzt-sidebar .side-recom-games .item-2 {
	background-image: url(../images/cq/cq-side-recom-games-bg-02.png);
}

.yxzt .yxzt-sidebar .side-recom-games .item-3 {
	background-image: url(../images/cq/cq-side-recom-games-bg-03.png);
}

.yxzt .yxzt-sidebar .side-recom-games .item-4 {
	background-image: url(../images/cq/cq-side-recom-games-bg-04.png);
}

.yxzt .yxzt-sidebar .side-recom-games .item .title {
	margin-bottom: 6px;
}

.yxzt .yxzt-sidebar .side-recom-games .item .icon {
	width: 37px;
	height: 37px;
	border-radius: 50%;
}

.yxzt .yxzt-sidebar .side-recom-games .item .down {
	display: block;
	line-height: 30px;
	background: #bf9651;
	text-align: center;
	color: #fff;
}


.yxzt .yxzt-sidebar .side-xb-recom {}

.yxzt .yxzt-sidebar .side-xb-recom .item {}

.yxzt .yxzt-sidebar .side-xb-recom .item .icon {
	margin-right: 15px;
}

.yxzt .yxzt-sidebar .side-xb-recom .item .title {
	font-size: 16px;
}

.yxzt .yxzt-sidebar .side-xb-recom .item span {
	color: #999;
	display: block;
	margin: 5px 0;
}

.yxzt .yxzt-sidebar .side-xb-recom .item .down {
	display: inline-block;
	width: 73px;
	height: 34px;
	background-image: url(../images/cq/side-recom-games-down.png);
}

.yxzt .pagination .active span {
	background-color: #bf9651;
}




/*移动端样式*/
@media (max-width: 760px) {
	.head {
		padding: 15px 0;
	}

	.head .logo {
		height: 35px;
		margin: 0 15px;
	}

	.head .logo img {
		height: 100%;
	}

	.nav-bar ul {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.nav-bar ul li {
		margin-right: 0;
	}

	.page-error {
		min-height: auto;
		padding: 50px 0;
	}

	.page-404 {
		height: 300px;
		width: 80%;
		margin: 0 auto;
		background-size: 100%;
	}

	.top-recom-game .item {
		width: 25%;
	}

	.top-recom-game .item:nth-child(n + 5) {
		display: none;
	}

	.top-recom-game .item .icon {
		height: 60px;
		width: 100%;
	}

	.single .single-apps {
		display: block;
	}

	.single .single-apps .single-head>div {
		display: block;
		text-align: center;
	}

	.single .single-apps .single-head .uk-grid-small {
		margin-left: -10px;
	}

	.single .single-apps .single-head .uk-grid-small>* {
		padding-left: 10px;
		font-size: 14px;
	}

	.single .single-apps .single-head .icon {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.single .single-apps .single-head .score {
		display: none;
	}

	.single .single-apps .single-head .download {
		margin-top: 15px;
	}

	.single .recom-games .item {
		width: 33.33%;
	}

	.category .category-news .news-warp .item-warp .thumb {
		width: 80px;
		height: 60px;
	}

	.category .category-news .news-warp .item-warp .desc {
		margin-bottom: 0 !important;
	}

	.single .single-apps .single-head .download .btn {
		width: 100%;
		margin-right: 0;
	}

	.single .single-apps .single-head .download .btn::after {
		display: none;
	}

	.single .single-apps .single-head .download .none {
		display: none;
	}

	.single .crumbs {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.footer {
		padding: 15px;
	}
}



.home-latest ul.latest-1 li:nth-child(4),
.home-latest ul.latest-1 li:nth-child(8) {
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}