
@charset "UTF-8";

:root {
    --pm-c: #FD702C ;
    --br-c: #f2f2f2;
    --md-c: #909399;
	--bg-c: #F4F4F4
}
html,body {
	color: #333;
	font-size: 14px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.hide {
  display: none !important;
}
a,a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
ul,ol {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.c-md {
	color: var(--md-c);
}
.c-pm {
	color: var(--pm-c);
}
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
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;
}
.icon-time {
	color: #999;
	font-size: 13px;
	background-image: url(../images/icon_time.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
}
.icon-star {
	height: 14px;
	width: 14px;
	background-image: url(../images/icon_star.png);
	background-position: 0 14px;
	position: relative;
}
.icon-star:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url(../images/icon_star.png);
}


.hr {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #CCC;
}

.header {
	padding: 32px 0;
}
.header .logo {}
.header .search {
	width: 278px;
	height: 40px;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.4);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	position: relative;
}
.header .search input {
	width: 100%;
	height: 100%;
	border: 0;
	padding-left: 15px;
	background: #fff;
	flex: 1;
	overflow: hidden;
}
.header .search span {
	background-color: var(--pm-c);
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.navbar {
	background: #FFF0E9;
	padding: 15px;
}
.navbar ul {}
.navbar ul li {
	display: inline-block;
}
.navbar ul li a {
	font-size: 18px;
	display: block;
	color: var(--pm-c);
	padding: 6px 30px;
	border-radius: 50px;
	background-repeat: no-repeat;
	position: relative;
}
.navbar ul li a:hover,
.navbar ul .active a {
	background-color: var(--pm-c);
	color: #fff;
	font-weight: bold;
}
.navbar ul li a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	margin-right: 5px;
	transform: translateY(4px);
	background-image: url(../images/nav_icon_bg.png);
}
.navbar ul .active a:before {
	background-image: url(../images/nav_icon_bg.png);
	background-position: 0 -20px;
}
.navbar ul .i-1:before {
	background-position: 0 0;
}
.navbar ul .i-2:before {
	background-position: -20px 0;
}
.navbar ul .i-3:before {
	background-position: -40px 0;
}
.navbar ul .i-4:before {
	background-position: -60px 0;
}
.navbar ul .i-5:before {
	background-position: -80px 0;
}
.navbar ul .i-6:before {
	background-position: -100px 0;
}
.navbar ul .i-7:before {
	background-position: -120px 0;
}
.navbar ul .i-1:hover:before,
.navbar ul .active .i-1:before  {
	background-position: 0px -20px;
}
.navbar ul .i-2:hover:before,
.navbar ul .active .i-2:before  {
	background-position: -20px -20px;
}
.navbar ul .i-3:hover:before,
.navbar ul .active .i-3:before  {
	background-position: -40px -20px;
}
.navbar ul .i-4:hover:before,
.navbar ul .active .i-4:before  {
	background-position: -60px -20px;
}
.navbar ul .i-5:hover:before,
.navbar ul .active .i-5:before  {
	background-position: -80px -20px;
}
.navbar ul .i-6:hover:before,
.navbar ul .active .i-6:before  {
	background-position: -100px -20px;
}
.navbar ul .i-7:hover:before,
.navbar ul .active .i-7:before  {
	background-position: -120px -20px;
}

.main {
	padding: 20px;
	background: #fff;
	width: 1160px;
	margin: 0 auto;
}
.cover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
}

/*首页顶部资讯*/
.home-top-news {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home-top-news .item {
	display: block;
	width: 170px;
	height: 100px;
}
.home-top-news .item .cover {}
.home-top-news .item .cover span {
	display: block;
	color: #fff;
	padding: 6px 10px;
	font-size: 13px;
}

/*首页顶部游戏*/
.home-top-game {
	margin-bottom: 20px;
}
.home-top-game .item {
	width: 150px;
	overflow: hidden;
	position: relative;
}
.home-top-game .item:before {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	height: 100%;
	background: var(--br-c);
}
.home-top-game .item:last-child:before {
	display: none;
}
.home-top-game .item .icon {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 10px;
}
.home-top-game .item .title {
	margin-bottom: 10px;
}
.home-top-game .item .title a {
	color: #333;
	font-size: 15px;
}
.home-top-game .item span {
	color: #999;
	font-size: 13px;
}

/*首页分类推荐*/
.home-top-dir {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home-top-dir ul {
	height: 24px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.home-top-dir ul:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background: linear-gradient(to right, transparent, #fff);
}
.home-top-dir .uk-grid-small>.uk-grid-margin {
	margin-top: 10px;
}
.home-top-dir ul li {
	display: inline-block;
}
.home-top-dir ul li a {
	display: block;
	line-height: 24px;
	margin-left: 5px;
	color: #666;
	position: relative;
	margin-right: 5px;
	padding-right: 10px;
}
.home-top-dir ul li a:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	display: inline-block;
	width: 1px;
	height: 13px;
	background: var(--br-c);
}
.home-top-dir ul li span {
	display: block;
	width: 56px;
	height: 24px;
	background-image: url(../images/home_top_dir_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 24px;
	text-indent: 10px;
	color: #fff;
}
.home-top-dir ul:nth-child(2) li span{
	background-position: 0 -96px;
}
.home-top-dir ul:nth-child(3) li span{
	background-position: 0 -24px;
}
.home-top-dir ul:nth-child(4) li span{
	background-position: 0 -120px;
}
.home-top-dir ul:nth-child(5) li span{
	background-position: 0 -48px;
}
.home-top-dir ul:nth-child(6) li span{
	background-position: 0 -144px;
}
.home-top-dir ul:nth-child(7) li span{
	background-position: 0 -72px;
}
.home-top-dir ul:nth-child(8) li span{
	background-position: 0 -168px;
}

/*宽度类*/
.w400 {
	width: 400px;
}
.w320 {
	width: 320px;
}


/*首页轮播图*/
.home-banner {
	position: relative;
}
.home-banner .uk-slideshow-items {
	min-height: 240px !important;
}
.home-banner .uk-slideshow-items .item {}
.home-banner .uk-slideshow-items .item span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
}
.home-banner .uk-slideshow-nav {
	position: absolute;
	display: flex;
	height: 4px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.home-banner .uk-slideshow-nav li {
	flex: 1;
	background: #aaa;
	border-right: 1px solid #fff;
}
.home-banner .uk-slideshow-nav li:last-child {
	border: 0;
}
.home-banner .uk-slideshow-nav li a {
	display: block;
	width: 100%;
	height: 100%
}
.home-banner .uk-slideshow-nav .uk-active a {
	background: var(--pm-c);
}


/*模块标题*/
.part-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 12px;
}
.part-title .title {
	font-weight: bold;
	font-size: 20px;
	color: #333;
	position: relative;
}
.part-title .title:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_part_bg.png) no-repeat;
	transform: translateY(2px);
	margin-right: 10px;
}
.part-title .more {
	color: var(--pm-c);
	display: inline-block;

}
.part-title .more:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_more.png) no-repeat;
	transform: translateY(2px);
}

/*高分推荐*/
.score-recom {}
.score-recom .item {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.score-recom .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.score-recom .item .thumb {
	width: 110px;
	height: 66px;
	margin-right: 15px;
}
.score-recom .item .title {
	margin-bottom: 20px;
	line-height: normal;
}
.score-recom .item .title a {
	font-size: 15px;
}
.score-recom .item .desc {
	flex: 1;
	color: #999;
	overflow: hidden;
	margin-left: 8px;
}
.score-recom .item .score  {
	width: 44px;
	height: 22px;
	background: var(--pm-c);
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #fff;
}

/*最新发布*/
.home-latest {
	margin: 0 20px;
}
.home-latest .top {
	margin-bottom: 25px;
}
.home-latest .top .title {
	text-align: center;
	margin-bottom: 10px;
}
.home-latest .top .title a {
	font-weight: bold;
	font-size: 18px;
	color: var(--pm-c);
}
.home-latest .top .desc {
	color: #999;
	font-size: 14px;
}
.home-latest ul {
	margin-bottom: 15px;
}
.home-latest ul:last-child {
	margin-bottom: 0;
}
.home-latest ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.home-latest ul li:last-child {
	margin-bottom: 0;
}
.home-latest ul li:nth-child(1),
.home-latest ul li:nth-child(8) {
	background: #F5F4F4;
	line-height: 36px;
}
.home-latest ul li:nth-child(1) a,
.home-latest ul li:nth-child(8) a {
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.home-latest ul li:nth-child(1) a:before,
.home-latest ul li:nth-child(8) a:before {
	background: var(--pm-c);
}
.home-latest ul li a {
	display: block;
	flex: 1;
}
.home-latest ul li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #E6E6E6;
	margin-right: 10px;
	transform: translateY(-3px);
}
.home-latest ul li a:hover {
	color: var(--pm-c);
}
.home-latest ul li a:hover:before {
	background: var(--pm-c);
}
.home-latest ul li span {
	color: #999;
}

/*推荐文章(缩略图)*/
.recom-thumb {}
.recom-thumb .item {
	height: 130px;
	display: block;
	margin-bottom: 15px;
}
.recom-thumb .item:last-child {
	margin-bottom: 0;
}
.recom-thumb .item .cover {
	height: 100%;
	width: 100%;
	text-align: center;
	display: none
}
.recom-thumb .item:hover .cover {
	display: block
}
.recom-thumb .item span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 90%;
	font-size: 15px;
}

/*热门游戏*/
.hot-games {}
.hot-games .icon {
	margin: 0 auto;
	width: 86px;
	height: 85px
}
.hot-games .icon a {
	display: inline-block;
	widht: 86px;
	height: 85px
}
.hot-games .icon img {
	widht: 100%;
	height: 100%;
	border-radius: 15px;
}
.hot-games .title {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: normal;
}
.hot-games .title a {
	font-size: 15px;
}
.hot-games span {
	color: #999;
	font-size: 13px;
}

/*首页热门资讯*/
.home-hot-news {}
.home-hot-news .thumb {
	display: block;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.home-hot-news .thumb .cover span {
	display: block;
	color: #eee;
	padding: 6px;
	font-size: 13px;
}
.home-hot-news ul {}
.home-hot-news ul li {
	display: flex;
	align-items: center;
}
.home-hot-news ul li a {
	flex: 1;
	display: block;
}
.home-hot-news ul li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #E6E6E6;
    margin-right: 10px;
    transform: translateY(-3px);
}
.home-hot-news ul li a:hover {
	color: var(--pm-c);
}
.home-hot-news ul li a:hover:before {
	background: var(--pm-c);
}
.home-hot-news ul li span {
	color: #999;
}
.home-hot-news ul li:last-child {
	margin-bottom: 0;
}

/*游戏礼包*/
.game-gift {}
.game-gift .item {
	margin-bottom: 18px;
}
.game-gift .active .list {
	display: none !important;
}
.game-gift .item .list {
	display: flex;
	align-items: center;
}
.game-gift .item .num {
	display: inline-block;
	color: var(--pm-c);
	width: 20px;
	height: 20px;
	text-align: center;
	background: #f6f6f6;
	margin-right: 10px;
}
.game-gift .item .list .title {
	display: block;
	font-size: 15px;
	flex: 1;
}
.game-gift .item .receive {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
    padding: 2px 6px;
	font-size: 13px;
}
.game-gift .active .card {
	display: flex !important;
}
.game-gift .item .card {
	display: none;
	align-items: center;
	background: #F7F7F7;
	padding: 15px 5px;
}
.game-gift .item .card .num {
	background: var(--pm-c);
	color: #fff;
}
.game-gift .item .card .icon {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}
.game-gift .item .card .icon img {
	border-radius: 12px;
}
.game-gift .item .card .title {
	margin-bottom: 10px;
}
.game-gift .item .card .title a {
	font-weight: bold;
}
.game-gift .item .card span {
	color: #999;
	font-size: 13px;
}
.game-gift .item .card .receive {
	margin-left: 10px;
	background: var(--pm-c);
	color: #fff;
}

/*首页手游、应用下载*/
.home-apps {}
.home-apps .apps-nav {
	width: 140px;
}
.home-apps .apps-nav li {
	width: 100%;
	line-height: 65px;
}
.home-apps .apps-nav li a {
	display: block;
	position: relative;
}
.home-apps .apps-nav li a:hover {
	color: var(--pm-c);
}

.home-apps .apps-nav li a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon_apps_nav.png);
	background-repeat: no-repeat;
	margin: 0 15px;
	transform: translateY(3px);
}
.home-apps .apps-nav li:hover {
	background: -webkit-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -moz-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -o-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFF4EF), to(rgba(255,244,239,0)));
	background: linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
}
.home-apps .game .nav-1 a:before {
	
}
.home-apps .game .nav-1:hover a:before {
	background-position: 0 -18px;
}
.home-apps .game .nav-2 a:before {
	background-position: -18px 0px;
}
.home-apps .game .nav-2:hover a:before {
	background-position: -18px -18px!important
}
.home-apps .game .nav-3 a:before {
	background-position: -36px 0px;
}
.home-apps .game .nav-3:hover a:before {
	background-position: -36px -18px!important
}
.home-apps .game .nav-4 a:before {
	background-position: -54px 0px;
}
.home-apps .game .nav-4:hover a:before {
	background-position: -54px -18px!important
}
.home-apps .game .nav-5 a:before {
	background-position: -72px 0px;
}
.home-apps .game .nav-5:hover a:before {
	background-position: -72px -18px!important
}
.home-apps .game .nav-6 a:before {
	background-position: -90px 0px;
}
.home-apps .game .nav-6:hover a:before {
	background-position: -90px -18px!important
}
.home-apps .game .nav-7 a:before {
	background-position: -108px 0px;
}
.home-apps .game .nav-7:hover a:before {
	background-position: -108px -18px!important
}
.home-apps .game .nav-8 a:before {
	background-position: -126px 0px;
}
.home-apps .game .nav-8:hover a:before {
	background-position: -126px -18px!important
}


.home-apps .app .nav-1 a:before {
	background-position: -144px 0px;
}
.home-apps .app .nav-1:hover a:before {
	background-position: -144px -18px;
}
.home-apps .app .nav-2 a:before {
	background-position: -162px 0;
}
.home-apps .app .nav-2:hover a:before {
	background-position: -162px -18px!important
}
.home-apps .app .nav-3 a:before {
	background-position: -180px 0px;
}
.home-apps .app .nav-3:hover a:before {
	background-position: -180px -18px!important
}
.home-apps .app .nav-4 a:before {
	background-position: -198px 0px;
}
.home-apps .app .nav-4:hover a:before {
	background-position: -198px -18px!important
}
.home-apps .app .nav-5 a:before {
	background-position: -216px 0px;
}
.home-apps .app .nav-5:hover a:before {
	background-position: -216px -18px!important
}
.home-apps .app .nav-6 a:before {
	background-position: -234px 0px;
}
.home-apps .app .nav-6:hover a:before {
	background-position: -234px -18px!important
}
.home-apps .app .nav-7 a:before {
	background-position: -252px 0px;
}
.home-apps .app .nav-7:hover a:before {
	background-position: -252px -18px!important
}
.home-apps .app .nav-8 a:before {
	background-position: -270px 0px;
}
.home-apps .app .nav-8:hover a:before {
	background-position: -270px -18px!important
}


.home-apps .apps-warp {
	flex: 1;
	overflow: hidden;
	margin-left: 5px;
}
.home-apps .apps-warp .uk-grid-small {
	margin-left: 5px;
}
.home-apps .apps-warp .uk-grid-small>* {
    padding-left: 5px;
}
.home-apps .apps-warp .uk-grid-small>.uk-grid-margin {
    margin-top: 5px;
}
.home-apps .apps-warp .item {
	background: #FAFAFA;
	padding: 18px;
}
.home-apps .apps-warp .item .icon {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.home-apps .apps-warp .item .icon img {
	border-radius: 15px;
}
.home-apps .apps-warp .item .title {
	line-height: normal;
}
.home-apps .apps-warp .item .title a {
	font-size: 15px;
}
.home-apps .apps-warp .item .platform {
	margin: 10px 0;
	color: #B3B3B3;
	font-size: 13px;
}
.home-apps .apps-warp .item .platform span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.home-apps .apps-warp .item .platform .ios {
	background-color: #4795E3;
	background-image: url(../images/icon_ios.png);
}
.home-apps .apps-warp .item .platform .az {
	background-color: #85C808;
	background-image: url(../images/icon_az.png);
	
}
.home-apps .apps-warp .item .info {
	color: #999;
	font-size: 13px;
	white-space: nowrap;
}
.home-apps .apps-warp .item .info span {
	position: relative;
}
.home-apps .apps-warp .item .info span:first-child:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin-left: 10px;
	margin-right: 5px;
}

/*首页手游攻略*/
.home-gonglue {
	flex: 1;
	overflow: hidden;
}
.home-gonglue .thumb {
	display: block;
	height: 210px;
	margin-bottom: 15px;
}
.home-gonglue .thumb:last-child {
	margin-bottom: 0;
}
.home-gonglue .thumb .cover {}
.home-gonglue .thumb .cover span {
	display: block;
	padding: 6px;
	color: #fff;
	font-size: 15px;
}
.home-gonglue .top {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}
.home-gonglue .top .title {
	text-align: center;
}
.home-gonglue .top .title a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.home-gonglue .top .desc {
	margin: 15px 0;
	color: #999;
}
.home-gonglue .top .info {
	color: #999;
	font-size: 13px;
}
.home-gonglue ul {}
.home-gonglue ul li {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.home-gonglue ul li:last-child {
	margin-bottom: 0;
}
.home-gonglue ul li a{
	display: block;
	flex: 1;
}
.home-gonglue ul li a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #E6E6E6;
    margin-right: 10px;
    transform: translateY(-3px);
}
.home-gonglue ul li span {
	color: #999;
}

/*热门攻略*/
.hot-gonglue {}
.hot-gonglue .uk-slideshow-items {
	min-height: 390px !important;
}
.hot-gonglue .item {}
.hot-gonglue .item>div {
	margin-bottom: 30px;
}
.hot-gonglue .item .title {
	line-height: normal;
}
.hot-gonglue .item .title a {}
.hot-gonglue .item .thumb {
	height: 70px;
	width: 120px;
	margin-right: 15px;
}
.hot-gonglue .item .desc {
	color: #999;
	font-size: 13px;
	margin: 6px 0;
}
.hot a:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon_hot.png);
	background-repeat: no-repeat;
	transform: translateY(3px);
	margin-right: 5px;
}
.hot-gonglue .slideshow-nav {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.hot-gonglue .slideshow-nav .right,
.hot-gonglue .slideshow-nav .left {
	width: 28px;
	height: 28px;
	border: 1px solid #F5F5F5;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_slideshow_nav.png);
	background-position: center;
	margin: 0 15px;
}
.hot-gonglue .slideshow-nav .right {
	transform: rotate(180deg);
}
.hot-gonglue .slideshow-nav .right:hover,
.hot-gonglue .slideshow-nav .left:hover {
	background-color: #f5f5f5;
}

.hot-gonglue .slideshow-nav .uk-slideshow-nav {}
.hot-gonglue .slideshow-nav .uk-slideshow-nav li {
	display: inline-block;
	margin: 0 7px;
}
.hot-gonglue .slideshow-nav .uk-slideshow-nav li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #D9D9D9;
	border-radius: 50%;
}
.hot-gonglue .uk-slideshow-nav .uk-active a {
	background: #999 !important;
	
}

/*首页最新资讯*/
.home-zixun {
	flex: 1;
	overflow: hidden;
}
.home-zixun .item {}
.home-zixun .item .thumb {
	height: 130px;
}
.home-zixun .item .title {
	margin-top: 10px;
}
.home-zixun .item .title a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.home-zixun .item .desc {
	margin-top: 5px;
	color: #999;
}
.home-zixun .item .info {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.home-zixun .item .info .author {
	position: relative;
}
.home-zixun .item .info .author:before {
	content:'' ;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/icon_ava.png);
	background-repeat: no-repeat;
	transform: translateY(2px);
	margin-right: 5px;
}
.home-zixun .item .info .author:after {
	content:'' ;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #D9D9D9;
	margin: 0 15px;
	transform: translateY(-2px);
}

/*新游排行*/
.game-rank {}
.game-rank li {
	display: flex;
	text-align: center;
	padding: 0 10px;
	height: 32px;
	margin: 12px 0;
}
.game-rank li:last-child {
	margin-bottom: 0;
}
.game-rank .rank-head {
	background: #F7F7F7;
	color: #999;
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	font-size: 15px;
	margin: 0;
}
.game-rank .num {
	color: #999;
	width: 32px;
	height: 32px;
	margin-right: 15px;
}
.game-rank li:nth-child(2) .num {
	background-image: url(../images/rank_num_bg.png);
	color: transparent;
}
.game-rank li:nth-child(3) .num {
	background-image: url(../images/rank_num_bg.png);
	background-position: 32px;
	color: transparent;
}
.game-rank li:nth-child(4) .num {
	background-image: url(../images/rank_num_bg.png);
	background-position: 64px;
	color: transparent;
}
.game-rank .name {
	flex: 1;
	overflow: hidden;
}
.game-rank .cname {
	width: 110px;
	color: #999;
}
.game-rank .down {
	width: 32px;
	height: 22px;
	background-image: url(../images/icon_rank_down.png);
	background-repeat: no-repeat;
	background-position: center
}
.game-rank .rank-head .down {
	background: transparent;
}

/*首页专辑*/
.home-album {}
.album-warp {}
.album-warp .item {
	background: #FAFAFA;
	padding: 20px 30px;
	border: 1px solid #FAFAFA;
}
.album-warp .item .icon {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	position: relative;
	background: #fff;
}
.album-warp .item .icon img {
	position: relative;
	z-index: 10;
	border-radius: 12px;
}
.album-warp .item .icon:before {
	content: '';
	position: absolute;
	right: -6px;
	top: 5px;
	display: inline-block;
	width: 12px;
	height: 64px;
	background-image: url(../images/icon_album_bg.png);
}
.album-warp .item .title {
	line-height: normal
}
.album-warp .item .title a {
	font-weight: bold;
	font-size: 15px;
}
.album-warp .item .info {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.album-warp .item .more {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_album_more.png);
	background-repeat: no-repeat;
}
.album-warp .item:hover {
	background: #FFFCFA;
	border: 1px solid var(--pm-c);
}
.album-warp .item:hover .more {
	background-position: -20px;
}
.album-warp .item:hover .title a {
	color: var(--pm-c);
}

/*首页新游动态*/
.home-dongtai {
	flex: 1;
	overflow: hidden;
}
.home-dongtai .thumb {
	height: 190px;
	display: block;
	margin-bottom: 15px;
}
.home-dongtai .cover {}
.home-dongtai .cover span {
	display: block;
	padding: 10px;
	color: #fff;
}
.home-dongtai .item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.home-dongtai .item .title {
	margin-bottom: 10px;
}
.home-dongtai .item .title a {}
.home-dongtai .item .title a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #E6E6E6;
    margin-right: 10px;
    transform: translateY(-3px);
}
.home-dongtai .item .desc {
	color: #999;
	font-size: 13px;
}
.home-dongtai .item .more {
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_album_more.png);
    background-repeat: no-repeat;
}
.home-dongtai .item:hover .title a {
	color: var(--pm-c);
}
.home-dongtai .item:hover .title a:before {
	background: var(--pm-c);
}
.home-dongtai .item:hover .more {
		background-position: -20px;
}

/*游戏视频*/
.game-video {}
.game-video .item {
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px solid var(--br-c);
}
.game-video .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.game-video .item .title {
	margin-bottom: 10px;
}
.game-video .item .title a {}
.game-video .item .desc {
	color: #999;
	font-size: 13px;
	margin-bottom: 5px;
}
.game-video .item .thumb {
	width: 120px;
	height: 70px;
}
.game-video .item .thumb:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_video.png);
	opacity: 0;
	transition: all .3s;
}
.game-video .item:hover .thumb:after {
	opacity: 1;
}
/*游戏美宣*/
.home-images {}
.home-images .images-warp {
	overflow: hidden;
}
.home-images a {
	display: block;
	margin-left: 2px;
	margin-bottom: 2px;
}
.home-images .w290 {
	width: 290px;
}
.home-images .w170 {
	width: 170px;
}
.home-images .w270 {
	width: 270px;
}
.home-images .h150 {
	height: 149px;
}
.home-images .h300 {
	height: 300px;
}

/*首页排行*/
.home-rank {}
.home-rank .rank-item {}
.home-rank .rank-item .rank-title {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 15px 30px;
}
.home-rank .rank-item .rank-title:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/home_rank_title_bg.png);
	background-repeat: no-repeat;
	transform: translateY(3px);
	margin-right: 5px;
}
.home-rank .rank-item {
	border: 1px solid var(--br-c);
}
.home-rank .rank-1 .rank-title {
	color: #FF5C5C;
	border-bottom: 1px solid #FFCFCF
}
.home-rank .rank-2 .rank-title {
	color: #8955F9;
	border-bottom: 1px solid #DECFFF
}
.home-rank .rank-2 .rank-title:before {
	background-position: -18px;
}
.home-rank .rank-2 .card .card-foot {
	background-color: #8955F9 !important;
}
.home-rank .rank-2 .num {
	background-color: #8955F9 !important;
}
.home-rank .rank-2 .card .card-foot .num {
	color: #8955F9 !important;
	background: #fff !important;
}
.home-rank .rank-2 .card .card-top .btn {
	border: 1px solid #8955F9 !important;
	color: #8955F9 !important;
}
.home-rank .rank-2 .list .icon-star:before {
    background-position-y: -56px !important;
}
.home-rank .rank-2 .card .icon-star {
    background-position-y: -70px;
}

.home-rank .rank-3 .rank-title {
	color: #5C8AFF;
	border-bottom: 1px solid #CDDBFF
}
.home-rank .rank-3 .rank-title:before {
	background-position: -36px;
}

.home-rank .rank-3 .card .card-foot {
	background-color: #5C8AFF !important;
}
.home-rank .rank-3 .num {
	background-color: #5C8AFF !important;
}
.home-rank .rank-3 .card .card-foot .num {
	color: #5C8AFF !important;
	background: #fff !important;
}
.home-rank .rank-3 .card .card-top .btn {
	border: 1px solid #5C8AFF !important;
	color: #5C8AFF !important;
	
}

.home-rank .rank-3 .list .icon-star:before {
    background-position-y: -84px !important;
}
.home-rank .rank-3 .card .icon-star {
    background-position-y: -98px;
}
.home-rank .num {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}
.home-rank .item .title {
	margin: 0 10px;
}
.home-rank .icon-star {
	height: 14px;
	width: 70px;
	background-image: url(../images/icon_rank_star.png);
	background-position-y: -42px;
	position: relative;
}
.home-rank .icon-star:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	background-image: url(../images/icon_rank_star.png);
}
.home-rank .icon-1:before {
	content: '';
	width: 14px;
}
.home-rank .icon-2:before {
	content: '';
	width: 28px;
}
.home-rank .icon-3:before {
	content: '';
	width: 42px;
}
.home-rank .icon-4:before {
	content: '';
	width: 56px;
}
.home-rank .icon-5:before {
	content: '';
	width: 70px;
}
.home-rank .rank-warp {}
.home-rank .rank-warp .item {}
.home-rank .rank-warp .card {
	display: none;
}
.home-rank .active .list {
	display: none !important;
}
.home-rank .active .card {
	display: block !important;
}
.home-rank .rank-warp .list {
	display: flex;
	align-items: center;
	margin: 20px 30px;
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.home-rank .rank-warp .list .num {
	background: #FF5C5C;;
	color: #fff;
	position: relative;
}
.home-rank .rank-warp .active .num:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #fff;
}
.home-rank .rank-warp .list .icon-star {
	background-position-y: -14px;
}
.home-rank .rank-warp .list .icon-star:before {
	background-position-y: -28px;
}
.home-rank .rank-warp .card .card-top {
	padding: 20px 30px;
}
.home-rank .rank-warp .card .card-top .icon {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.home-rank .rank-warp .card .card-top .info span {
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 13px;
}
.home-rank .rank-warp .card .card-top .btn {
	border: 1px solid #FF5C5C;
	color: #FF5C5C;
	padding: 8px 13px;
	border-radius: 30px;
}
.home-rank .rank-warp .card .card-foot {
	background-color: #FF5C5C;
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	display: flex;
	align-items: center;
}
.home-rank .rank-warp .card .card-foot .num {
	background-color: #fff;
	color: #FF5C5C;
}
.home-rank .rank-warp .card .card-foot .title a {
	color: #fff;
	font-size: 14px;
}
.home-link {
	border: 1px solid var(--pm-c);
}
.home-link .title {
	height: 110px;
	background-image: url(../images/link_bg.png);
	background-repeat: no-repeat;
	background-color: var(--pm-c);
	writing-mode: vertical-rl;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	letter-spacing: 4px;
}
.home-link ul {
	padding: 25px 30px;
}
.home-link ul li {
	display: inline-block;
}
.home-link ul li a {
	color: #999;
}
.home-link ul li a:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #aaa;
	margin: 0 12px;
}
.home-link ul li:last-child a:after {
	display: none
}


.crumbs {
	color: #999;
	font-size: 13px;
	background-image: url(../images/icon_crumbs.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: normal;
}
.crumbs a {
	color: #999;
	display: inline-block;
	position: relative;
	font-size: 13px;
}
.crumbs a:after {
	content: '>';
}
.crumbs a:last-child:after {
	display: none;
}


.category {}
.category-news {
	margin-top: 30px;
}
.category-news .news-menu {
	background: #f7f7f7;
	display: flex;
	padding: 0 10px;
	margin-top: 4px;
}
.category-news .news-menu a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	position: relative;
    padding: 0 15px
}
.category-news .news-menu .active {
	background: #fff;
}
.category-news .news-menu a:hover {
	background: #fff;
}
.category-news .news-menu a:hover:after,
.category-news .news-menu .active:after {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: var(--pm-c);
}
.category-news .news-item {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--br-c);
}
.category-news .news-item .thumb {
	width: 200px;
	height: 118px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.category-news .news-item .title {}
.category-news .news-item .title a {
	font-size: 18px;
	font-weight: bold;
}
.category-news .news-item .desc {
	margin: 20px 0 30px 0;
	color: #666;
}
.category-news .news-item .foot {
	display: flex;
	color: #999;
	font-size: 13px;
}
.category-news .news-item .foot .itme {}


.edit-recom {
	margin-bottom: 20px;
}
.edit-recom .item-title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 4px;
	background: #FF9C54;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	letter-spacing: 4px;
	writing-mode: vertical-rl;
}
.edit-recom .uk-width-auto {
	width: 16.666%;
}
.edit-recom .icon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 12px;
	margin:  0 auto;
}
.edit-recom .title {
	margin-top: 6px;
	text-align: center;
}
.edit-recom .title a {
	color: #666;
}
.category-down {
	margin-top: 20px;
}
.down-menu {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.down-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.down-menu ul li {
	display: inline-block;
	width: 8.33%;
	text-align: center;
}
.down-menu ul li a {
	display: block;
	color: #999;
	line-height: 36px;
	border-radius: 5px;
	border: 1px solid transparent;
}
.down-menu ul li a:hover,
.down-menu ul .active a {
	border: 1px solid var(--pm-c);
	font-weight: bold;
	color: var(--pm-c);

}
.category-down .down-item {
	text-align: center;
	background: #FAFAFA;
	padding: 20px;
}
.category-down .down-item .title {}
.category-down .down-item .title a {
	font-size: 18px;
}
.category-down .down-item .icon {
	width: 100px;
	height: 100px;
	border-radius: 12px;
	overflow: hidden;
	margin: 15px auto;
	position: relative;
}
.category-down .down-item .icon-star {
	width: 70px;
}
.star-1:after {
	width: 14px;
}
.star-2:after {
	width: 28px;
}
.star-3:after {
	width: 42px;
}
.star-4:after {
	width: 56px;
}
.star-5:after {
	width: 100%;
}
.category-down .down-item .score {
	color: var(--pm-c);
	margin-left: 5px;
	font-size: 15px;
}
.category-down .down-item .info {
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}
.category-down .down-item .hr {
	transform: translateY(1px);
	margin: 0 5px;
}
.category-down .down-item .down {
	margin-top: 18px;
	display: inline-block;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	position: relative;
	padding: 8px 24px ;
	border-radius: 20px;
}
.category-down .down-item .down:hover {
	background-color: var(--pm-c);
	color: #fff;
}
.category-down .down-item .down:hover:before {
	background-image: url(../images/icon_category_down.png);
	background-position: 0 16px;
}
.category-down .down-item .down:before {
	content: '';
	display: inline-block;
	transform: translateY(3px);
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/icon_category_down.png);
}

.category-album {
	margin-top: 30px;
}
.category-album .album-item {
	padding: 20px;
	border: 1px solid var(--br-c);
}
.category-album .album-item:hover {
	border: 1px solid var(--pm-c);
	background: linear-gradient( 180deg, rgba(250,247,245,0) 0%, #FAF7F5 100%);
}
.category-album .album-item .item-top {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.category-album .album-item .item-top .icon {
	width: 70px;
	height: 70px;
	margin-right: 15px;
	position: relative;
}
.category-album .album-item .item-top .icon img {
	position: relative;
	z-index: 10;
	border-radius: 12px;
}
.category-album .album-item .item-top .icon:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 3px;
    display: inline-block;
    width: 12px;
    height: 64px;
    background-image: url(../images/icon_album_bg.png);
}
.category-album .album-item .item-top .title {}
.category-album .album-item .item-top .title a {
	font-size: 16px;
	font-weight: bold;
}
.category-album .album-item:hover .title a {
	color: var(--pm-c);
}
.category-album .album-item .item-top .info {}
.category-album .album-item .item-top .info span {
	display: block;
	color: #999;
	font-size: 13px;
	margin-top: 6px;
}
.category-album .album-item .item-top .more {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_album_more.png);
    background-repeat: no-repeat;
}
.category-album .album-item:hover .more {
	background-position: -20px;
}
.category-album .album-item .item-games {}
.category-album .album-item .item-games .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}

.category-album .album-item .item-games .title {
	margin-top: 5px;
	color: #666;
}
.category-album .album-item .item-games .title a {
	color: #666;
}


.category-gift {}
.category-gift .gift-item {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--br-c);
}
.category-gift .gift-item .icon {
	border-radius: 12px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
}
.category-gift .gift-item .title {
	margin-bottom: 10px;
}
.category-gift .gift-item .title a {
	font-size: 16px;
}
.category-gift .gift-item .desc {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.category-gift .gift-item .time {
	color: #999;
}
.category-gift .gift-item .receive {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	position: relative;
	line-height: 36px;
	padding: 0 15px;
	border-radius: 20px;
	margin-left: 15px;
}
.category-gift .gift-item .receive:hover {
	background-color: var(--pm-c);
	color: #fff;
}
.category-gift .gift-item .receive:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/icon_gift.gif);
	transform: translateY(3px);
}
.category-gift .gift-item .receive:hover:before {
	background-position: -16px 0;
}

.category-rank {}
.category-rank .rank-menu {
	width: 250px;
}
.category-rank .rank-menu li {
	height: 70px;
}
.category-rank .rank-menu li a {
	display: block;
	position: relative;
	line-height: 70px;
	font-size: 18px;
}
.category-rank .rank-menu li a:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 15px;
	transform: translateY(4px);
	background-image: url(../images/rank_menu_bg.png);
}
.category-rank .rank-menu li:hover,
.category-rank .rank-menu .active {
	background: -webkit-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -moz-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -o-linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#FFF4EF), to(rgba(255,244,239,0)));
	background: linear-gradient(90deg, #FFF4EF 0%, rgba(255,244,239,0) 100%);
}
.category-rank .rank-menu li a:hover,
.category-rank .rank-menu .active a {
	color: var(--pm-c);
}
.category-rank .rank-menu li:hover a:before,
.category-rank .rank-menu .active a:before {
	background-position: 0 -20px

}
.category-rank .rank-warp {
	width: 880px;
}
.category-rank .rank-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--br-c);
}
.category-rank .rank-item:hover {
	border-bottom: 1px solid var(--pm-c);
}
.category-rank .rank-item .icon {
	width: 100px;
	height: 100px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 20px;
}
.category-rank .rank-item .key {
	display: inline-block;
	width: 34px;
	height: 44px;
	margin-right: 30px;
	text-align: center;
	color: #ccc;
	font-size: 20px;
}
.category-rank .rank-item:nth-child(1) .key {
	background-image: url(../images/rank_item_key.png);
	background-position: 0 0;
	color: transparent;
}
.category-rank .rank-item:nth-child(2) .key {
	background-image: url(../images/rank_item_key.png);
	background-position: 0 -44px;
	color: transparent;
}
.category-rank .rank-item:nth-child(3) .key {
	background-image: url(../images/rank_item_key.png);
	background-position: 0 -88px;
	color: transparent;
}
.category-rank .rank-item .title {}
.category-rank .rank-item .title a {
	font-size: 20px;
	font-weight: bold
}
.category-rank .rank-item .info {
	margin: 15px 0;
}
.category-rank .rank-item .info span {
	color: #666;
	font-size: 15px;
	position: relative;
}
.category-rank .rank-item .info span:last-child:after {
	display: none;
}
.category-rank .rank-item .info span:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin: 0 10px;
}
.category-rank .rank-item .info i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(3px);
	margin-right: 5px;
	border-radius: 3px;
}
.category-rank .rank-item .type {
	margin-right: 20px;
}
.category-rank .rank-item .info .ios {
	background-image: url(../images/icon_ios.png);
	background-color: #4795E3;
}
.category-rank .rank-item .info .az {
	background-color: #85C808;
	background-image: url(../images/icon_az.png);
}
.category-rank .rank-item .info .none {
	background-color: #ccc !important;
}
.category-rank .rank-item .desc {
	font-size: 15px;
	color: #999;
}
.category-rank .rank-item .down {
	margin-top: 18px;
	display: inline-block;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	position: relative;
	padding: 8px 24px ;
	border-radius: 20px;
}
.category-rank .rank-item .down:hover {
	background-color: var(--pm-c);
	color: #fff;
}
.category-rank .rank-item .down:hover:before {
	background-image: url(../images/icon_category_down.png);
	background-position: 0 16px;
}
.category-rank .rank-item .down:before {
	content: '';
	display: inline-block;
	transform: translateY(3px);
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/icon_category_down.png);
}


.pagination {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 60px auto;
}

.pagination li {
    margin-right: 9px;
    border: solid 1px #e5e5e5;
    display: inline-block;
}

.pagination li span {
    display: inline-block;
    padding: 7px 12px;
}

.pagination .page-link {
    display: inline-block;
    padding: 7px 12px;
}
.pagination .page-link:hover,
.pagination .active {
    color: #fff;
    background-color: var(--pm-c);
}

.pagination .num {
    line-height: 32px;
}



.single {}
.single-news {}
.single-news .single-header {
	padding: 40px 30px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid var(--br-c);
}
.single-news .single-header h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}
.single-news .single-header .info {}
.single-news .single-header .info span {
	margin: 0 20px;
	font-size: 14px;
	color: #999;
}
.single .single-content {}
.single .single-content iframe {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 320px;
}
.single .single-content p {
	font-size: 16px;
	text-indent: 2em;
	color: #666;
	line-height: 32px;
}
.single .single-content p img {
	max-width: 68%;
	margin: 0 auto;
	display: block;
}
.single-down {
	margin-top: 30px;
}
.single-down .single-header .icon {
	width: 140px;
	height: 140px;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	margin-right: 30px;
}
.single-down .single-header h1 {
	font-weight: bold;
	font-size: 31px;
}
.single-down .single-header .info {
    display: flex;
    flex-wrap: wrap;
}
.single-down .single-header .info span {
	display: block;
	width: 33.33%;
	margin-top: 15px;
	color: #808080;
	font-size: 14px;
}
.single-down .single-header .score {
	margin-left: 35px;
}
.single-down .single-header .score b {
	font-size: 46px;
	color: var(--pm-c);
	position: relative;
}
.single-down .single-header .score b:after {
	content: '分';
	font-size: 14px;
	font-weight: normal;
}

.single-down .single-header .star {
	height: 14px;
	width: 70px;
	margin-left: 35px;
	background-image: url(../images/icon_single_star.png);
	position: relative;
}
.single-down .single-header .star:after {
	content: '';
	position: absolute;
	height: 14px;
	width: 0;
	top: 0;
	left: 0;
	background-image: url(../images/icon_single_star.png);
	background-position: 0 -14px;
}
.single-down .single-header .star-1:after {
	width: 14px;
}
.single-down .single-header .star-2:after {
	width: 28px;
}
.single-down .single-header .star-3:after {
	width: 42px;
}
.single-down .single-header .star-4:after {
	width: 56px;
}
.single-down .single-header .star-5:after {
	width: 70px;
}
.single-down .single-header .zan {
	margin-top: 20px;
}
.single-down .single-header .zan span {
	display: block;
	color: #999;
	margin-right: 30px;
	cursor: pointer;
}
.single-down .single-header .zan span:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon_single_zan.png);
	transform: translateY(3px);
	margin-right: 5px;
}
.single-down .single-header .zan .hr {
	height: 13px;
	width: 1px;
	background: #EDEDED
}
.single-down .single-header .zan .hr:before {
	display: none;
}

.single-down .single-down-btn {
	margin-top: 25px;
}
.single-down .single-down-btn .btn {
	width: 200px;
	height: 50px;
	border-radius: 99px;
	margin-right: 20px;
	line-height: 50px;
	text-indent: 60px;
	align-items: center;
	display: flex;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	position: relative;
}
.single-down .single-down-btn .btn:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: 30px;
}
.single-down .single-down-btn .btn:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 46px;
	background-image: url(../images/single_qrcode.png);
	background-repeat: no-repeat;
	background-position: center;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.single-down .single-down-btn .az {
	background: #00D295;
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
}
.single-down .single-down-btn .az:before {
	background-image: url(../images/single_down_btn.png);
}
.single-down .single-down-btn .ios {
	background: #FD702C;
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
}
.single-down .single-down-btn .ios:before {
	background-image: url(../images/single_down_btn.png);
	background-position: 0 -20px;
}
.single-down .single-down-btn .qrcode {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background: #fff;
	text-align: center;
	width: 100%;
	text-indent: 0;
	z-index: 10;
}
.single-down .single-down-btn .qrcode img {
	margin: 0 auto;
}
.single-down .single-down-btn .btn:hover .qrcode {
	display: block;
}
.single .single-title {
	background: #F7F7F7;
	border-bottom: 1px solid #E5E5E5;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	position: relative;
}
.single .single-title:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 15px;
	margin-right: 10px;
	transform: translateY(5px);
}
.single .single-title.desc:before  {
	background-image: url(../images/single_title_desc.png);
}
.single .single-title.images:before  {
	background-image: url(../images/single_title_images.png);
}

.single-down .single-content {
	margin-top: 30px;
}
.single-down .single-content h3 {
	font-weight: bold;
	color: #333;
	font-size: 17px;
}
.single-down .single-images {
	position: relative;
}
.single-down .single-images .uk-slider-nav {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: #F0F0F0;
	z-index: 10;
	transition: al .3s;
}
.single-down .single-images .uk-slider-nav li {
	flex: 1;
}
.single-down .single-images .uk-slider-nav a {
	display: block;
	height: 8px;
	width: 100%;
}
.single-down .single-images .uk-slider-nav .uk-active a {
	display: block;
	background: #ccc;
	border-radius: 20px;
}

.single-collection {}
.single-collection .single-header {
	margin-top: 30px;
}
.single-collection .single-header>.icon {
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: 30px;
}
.single-collection .single-header>.icon:before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    width: 24px;
    height: 100px;
    background-image: url(../images/collection_icon_bg.png);
    background-repeat: no-repeat
}
.single-collection .single-header>.icon img {
	position: relative;
	z-index: 10;
}
.single-collection .single-header h1 {
	font-weight: bold;
	font-size: 24px;
}
.single-collection .single-header .data {
	margin-top: 15px;
}
.single-collection .single-header .data span {
	color: #808080;
	margin-right: 70px;
}
.single-collection .more-collection {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.single-collection .more-collection span {
	margin-right: 5px;
	color: #999;
}
.single-collection .more-collection a {
	display: block;
	max-width: 180px;
	line-height: 36px;
	position: relative;
	margin-right: 10px;
}
.single-collection .more-collection a span {
	display: block;
	position: relative;
	z-index: 10;
	padding: 0 15px;
	color: #333;
}
.single-collection .more-collection a:hover span {
	color: var(--pm-c);
}
.single-collection .more-collection a:hover:after {
	background: #FFF8F5;
}
.single-collection .more-collection a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F6F6F6;
	transform: skew(-20deg, 0);
    border-radius: 6px;
}
.single-collection .collection-recom {
	padding: 15px;
	width: 290px;
	height: 90px;
	background: -moz-linear-gradient(168deg, rgba(255,248,231,0) 0%, #FFF8E8 100%);
	background: -o-linear-gradient(168deg, rgba(255,248,231,0) 0%, #FFF8E8 100%);
	background: -webkit-linear-gradient(168deg, rgba(255,248,231,0) 0%, #FFF8E8 100%);
	background: linear-gradient(168deg, rgba(255,248,231,0) 0%, #FFF8E8 100%);
	border: 1px solid #FFE9C9
}
.single-collection .collection-recom .recom-title {
	writing-mode: vertical-rl;
	font-size: 16px;
	font-weight: bold;
	background: #FF9C54;
	color: #fff;
	padding: 6px;
	height: 80px;
	letter-spacing: 4px;
}
.single-collection .collection-recom .icon {
	width: 80px;
	height: 80px;
	margin-left: 20px;
	margin-right: 15px;
	border-radius: 12px;
	overflow: hidden;
}
.single-collection .collection-recom .title {}
.single-collection .collection-recom .title a {
	font-weight: bold;
	font-size: 16px;
}
.single-collection .collection-recom .platform {
	margin: 10px 0;
	color: #B3B3B3;
	font-size: 13px;
}
.single-collection .collection-recom .platform span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.single-collection .collection-recom .platform .ios {
	background-color: #4795E3;
	background-image: url(../images/icon_ios.png);
}
.single-collection .collection-recom .platform .az {
	background-color: #85C808;
	background-image: url(../images/icon_az.png);
	
}
.single-collection .collection-recom .info {
	color: #999;
	font-size: 13px;
	white-space: nowrap;
}
.single-collection .collection-recom .info span {
	position: relative;
}
.single-collection .collection-recom .info span:first-child:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin-left: 10px;
	margin-right: 5px;
}

.single-collection .collection-warp {
	margin-top: 30px;
}
.single-collection .collection-warp .item {
	background: #FAFAFA;
	padding: 20px;
}
.single-collection .collection-warp .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 15px;
}
.single-collection .collection-warp .item .title {
	margin-bottom: 15px;
}
.single-collection .collection-warp .item .title a {
	font-size: 16px;
}
.single-collection .collection-warp .item .info {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
	white-space: nowrap;
}
.single-collection .collection-warp .item .info span {
	position: relative;
}
.single-collection .collection-warp .item .info span:first-child:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #ccc;
	margin-left: 10px;
	margin-right: 5px;
}
.single-collection .collection-warp .item .star {
	display: inline-block;
	position: relative;

}
.single-collection .collection-warp .item .star:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../images/icon_single_star.png);
	background-position: 0 -14px;
	transform: translateY(2px);
	margin-right: 5px;
}
.single-collection .collection-warp .item .down {}

.single-collection .collection-warp .item .down {
	margin-top: 18px;
	display: inline-block;
	border: 1px solid #FAD5C3;
	color: var(--pm-c);
	position: relative;
	padding: 8px 12px ;
	border-radius: 20px;
}
.single-collection .collection-warp .item .down:hover {
	background-color: var(--pm-c);
	color: #fff;
}
.single-collection .collection-warp .item .down:hover:before {
	background-image: url(../images/icon_category_down.png);
	background-position: 0 16px;
}
.single-collection .collection-warp .item .down:before {
	content: '';
	display: inline-block;
	transform: translateY(3px);
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-image: url(../images/icon_category_down.png);
}
.single-collection .collection-warp .item .desc {
	margin-top: 15px;
	color: #999;
}

.single-gift {
	margin-top: 30px;
}
.single-gift .single-header {}
.single-gift .single-header .icon {
	border-radius: 12px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	margin-right: 20px;
}
.single-gift .single-header h1 {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}
.single-gift .single-header .data {}
.single-gift .single-header .data span {
	color: #808080;
	margin-right: 70px;
}
.single-gift .single-header .progress {
	color: #808080;
	margin-top: 15px;
	position: relative;
}
.single-gift .single-header .progress progress {
	max-width: 160px;
	height: 16px;
	background: #EBEBEB;
	margin: 0;
}
.single-gift .single-header .progress progress::-webkit-progress-value {
  background-color: #FF9243;
  border-radius: 0px;
}
.single-gift .single-header .progress b {
	position: absolute;
    top: 0;
    left: 20%;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}
.single-gift .single-header .receive {}
.single-gift .single-header .receive .btn {
	width: 170px;
	line-height: 50px;
	background: #FF4343;
	box-shadow: inset 0px -3px 0px 0px rgba(0,0,0,0.25);
	border-radius: 8px 8px 8px 8px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin: 10px 0;
	filter: grayscale(100%);
	opacity: .2;
}
.single-gift .single-content {}
.single-gift .single-content p {
	text-indent: 0;
}
.single-gift .single-content h3 {
	font-weight: bold;
	font-size: 17px;
}

.bottom-like {}
.bottom-like .item {
	width: 14.2%;
	text-align: center;
}
.bottom-like .item .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 10px;
}


.bottom-xg-apps {}
.bottom-xg-apps .item {
	background: #F7F7F7;
	padding-left: 5px;
}
.bottom-xg-apps .item .icon {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 4px;
}
.bottom-xg-apps .item .title {
	display: block;
	margin: 0 10px;
	flex: 1;
	overflow: hidden;
}
.bottom-xg-apps .item .platform {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 30px;
}
.bottom-xg-apps .item .platform.ios {
	background-color: #4795E3;
	background-image: url(../images/icon_ios.png);
}
.bottom-xg-apps .item .platform.az {
	background-color: #85C808;
	background-image: url(../images/icon_az.png);
}
.bottom-xg-apps .item .down {
	display: block;
	height: 40px;
	width: 40px;
	background-color: var(--pm-c);
	background-image: url(../images/icon_down.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 40px;
}

.sidebar {}
.sidebar .home-dongtai .item:last-child {
	border: 0;
}
.side-rank-news {}
.side-rank-news ul {}
.side-rank-news ul li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.side-rank-news ul li:nth-child(1) .num {
	color: #F15051;
}
.side-rank-news ul li:nth-child(2) .num {
	color: #FF7F08
}
.side-rank-news ul li:nth-child(3) .num {
	color: #FFB803
}
.side-rank-news ul li .num {
	color: #ccc;
	font-size: 16px;
	margin-right: 12px;
	font-weight: bold;

}
.side-rank-news ul li a {
	display: block;
	flex: 1;
}


.side-hot-gift {}
.side-hot-gift .icon {
	display: block;
	border-radius: 20px 20px 20px 0px;
	overflow: hidden;
	position: relative;
}
.side-hot-gift .icon:after {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: #FD452C;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/side_gift.png);
	background-position: center;
	background-repeat: no-repeat;
}
.side-hot-gift ul {}
.side-hot-gift ul li {
	margin-top: 15px;
}
.side-hot-gift ul li a {
	display: block;
	flex: 1;
}
.side-hot-gift ul li .desc {
	max-width: 100px;
	color: var(--pm-c);
	margin: 0 5px;
}
.side-hot-gift ul li .time {
	color: #999;
}

.page {
	margin-top: 30px;
}
.page .page-nav {
	background-color: #FAFAFA;
	width: 200px;
	margin-right: 40px;
}
.page .page-nav ul {
	width: 200px
}
.page .page-nav ul li {
	width: 100%;
	text-align: center;
	position: relative;
	border-bottom: 1px solid var(--br-c);
}
.page .page-nav ul li a {
	display: block;
	line-height: 60px;
	font-size: 15px;
	color: #808080;
}
.page .page-nav ul li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: inline-block;
	width: 4px;
	height: 36px;
}
.page .page-nav ul .active a:before {
	background-color: var(--pm-c);
}
.page .page-content {
	min-height: 520px;
}
.page .page-title {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
}
.page-error {
	min-height: 520px;
	margin-top: 80px;
}
.page-error .error-bg {
	width: 200px;
	height: 190px;
	margin: 0 auto;
	background-image: url(../images/page_error_bg.png);
}
.page-error p {
	color: #999;
	font-size: 15px;
}
.page-error .go-home {
	margin-top: 20px;
	display: inline-block;
	line-height: 44px;
	border-radius: 50px;
	font-size: 18px;
	padding: 0 30px;
	color: var(--pm-c);
	border: 1px solid #FAD5C3
}

.footer {
	background: #333333;
	padding: 40px;
	text-align: center;
}
.foot-nav {}
.foot-nav a {
	color: #999;
}
.foot-nav a:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #666;
	margin-left: 20px;
	margin-right: 15px;
}
.foot-nav a:last-child {
	margin: 0;
	border: 0;
}
.foot-nav a:last-child:after {
	display: none;
}
.footer p {
	color: #999;
}
.footer a {
	color: #999;
}


#qrcode-ios img ,
#qrcode-az img {
	width: 100px;
	height: 100px;
	margin: 10px auto;
}