@charset "utf-8";

:root {
    --pm-c: #149ffa;
    --bg-c: #f7f7f7;
    --br-c: #f6f6f6;
    --md-c: #999;
}


html,body {
	background-color: var(--bg-c);
}

.c-fff {
	color: #fff!important;
}
.c-pm {
	color: var(--pm-c)!important;
}
.c-333 {
    color: #303133;
}
.bg-pm {
	background-color: var(--pm-c);
}
.bg-sc {
	background-color: #67C23A!important
}
.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.c-success {
	color: #67C23A;
}

.bg-success {
	background-color: #67C23A;
}

.c-warning {
	color: #ff6300
}

.bg-warning {
	background-color: #ff6300
}

.c-danger {
	color: #F56C6C;
}

a,
a:hover {
	color: #303133;
	font-size: 15px;
}
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;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	text-decoration: none;
}

.hide {
	display: none !important;
}


.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;
}

.icon {
	display: block;
	border-radius: 12px;
	overflow: hidden;
}
.icon img {
	width: 100%;
	height: 100%;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}


/*HEADER*/
/* .header {
	position: relative;
	height: 200px;
	background: url(../images/header_bg.png);
} */
.header .logo {
	padding: 35px 0;
}
.header .logo a {
	display: inline-block;
	height: 69px;
}
.header .search {
	width: 300px;
	position: relative;
}
.header .search input {
	height: 48px;
	width: 100%;
	border: 0;
	line-height: 50px;
	outline: none;
	border-radius: 10px;
	background: #fff;
	text-indent: 18px;
}
.navbar .search input::placeholder {
  color: #999;
}
.header .search button {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	border: 0;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/icon_search.png) no-repeat center;
}

.navbar {}
.navbar ul {
	background: url(../images/navbar_bg.png);
	display: flex;
	align-items: center;
	padding: 0 60px;
	position: relative;
}
.navbar ul:after,
.navbar ul:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 106px;
	height: 89px;
}
.navbar ul:before {
	left: -106px;
	background: url(../images/navbar_bg_before.png);
}
.navbar ul:after {
	right: -106px;
	background: url(../images/navbar_bg_after.png);
}
.navbar ul li {
	display: inline-block;
	height: 70px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.navbar ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 10px 25px;
}
.navbar ul .active a {
	color: var(--pm-c);
	background: #fff;
	box-shadow: 0px 2px 2px 0px rgb(20 109 168 / 75%);
	border-radius: 10px;
}


.module {
	background: #fff;
	padding: 15px;
}
.module-title {
	margin-bottom: 25px;
}
.module-title .title {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.module-title .title:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 13px;
	background: url(../images/module_title_bg.png);
	margin-right: 10px;
}
.module-title .more {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/module_title_more.png);
}


.w346 {
	width: 346px;
}
.top-special-games {
	display: flex;
	justify-content: space-between;
}
.top-special-games .item {
	text-align: center;
}
.top-special-games .item .icon {
	border-radius: 50%;
	height: 68px;
	width: 68px;
	border: 1px solid #e8f6ff;
	padding: 3px;
	margin: 0 auto;
}
.top-special-games .item .icon img {
	border-radius: 50%;
}
.top-special-games .item .title {
	margin-top: 5px;
	line-height: normal;
}
.top-special-games .item .title a {
	color: #666
}
.top-special-games .item span {
	color: #999;
	font-size: 13px;
}


.top-recom-news {
	margin: 20px 0;
	padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #e5e5e5
}
.top-recom-news .item {
	width: 185px;
}
.top-recom-news .item a {
	display: block;
	position: relative;
}
.top-recom-news .item .thumb {
	width: 185px;
	height: 114px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.top-recom-news .item .title {
	color: #666;
	font-size: 13px;
	margin-top: 20px;

}
.top-recom-news .item .title:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 4px 5px;
	border-color: transparent transparent transparent #e7e7e7
}


.top-recom-list {}
.top-recom-list ul {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.top-recom-list ul:last-child {
	margin-bottom: 0;
}
.top-recom-list ul li {
	display: inline-block;
	margin-right: 15px;
}
.top-recom-list ul li a {
	color: #666;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.top-recom-list ul li i {
	display: flex;
	align-items: center;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	background-color: #e7f5fe;
	border-radius: 20px;
	color: var(--pm-c);
	font-size: 12px;
	font-style: normal;
}
.top-recom-list ul li i:before {
	content: '';
	display: inline-block;
	width: 15px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
.top-recom-list ul .game:before {
	height: 13px;
	background-image: url(../images/icon_small_game.png);
}
.top-recom-list ul .soft {
	background: #fff3eb;
	color: #ff853c;
}
.top-recom-list ul .soft:before {
	height: 13px;
	background-image: url(../images/icon_small_soft.png);
}
.top-recom-list ul li img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 3px;
}
.top-recom-list ul li span {
	min-width: 80px;
}

.home-toutiao {
	margin-top: 15px;
	display: flex;
	align-items: center;
	height: 56px;
	background-color: #f2faff;
	border-radius: 8px;
}
.home-toutiao i {
	display: inline-block;
	width: 74px;
	height: 75px;
	background: url(../images/home_toutiao_bg.png);
	transform: translateY(-6px);
	margin-left: 15px;
}
.home-toutiao ul {
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.home-toutiao ul li {
	margin-right: 60px;
}
.home-toutiao ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	border-radius: 50%;
	transform: translateY(-2px);
	margin-right: 6px;
}

.home-banner {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.home-banner .thumb {
	width: 227px;
}
.home-banner .thumb a {
	display: block;
	height: 145px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
}
.home-banner .thumb a:last-child {
	margin-bottom: 0;
}
.home-banner .thumb .cover {
	background: rgb(0 0 0 / 60%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
.home-banner .thumb .cover span {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
}
.home-banner .slideshow {
	height: 306px;
	flex: 1;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.home-banner .slideshow .uk-slideshow-items {
	min-height: 306px !important;
	border-radius: 10px;
}
.home-banner .slideshow .slideshow-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	margin: 15px;
}
.home-banner .slideshow .slideshow-nav * {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.home-banner .slideshow .slideshow-nav ul li:before {
	display: none;
}
.home-banner .slideshow .slideshow-nav ul li:nth-child(1):before {
	content: '1';	
}
.home-banner .slideshow .slideshow-nav ul li:nth-child(2):before {
	content: '2';	
}
.home-banner .slideshow .slideshow-nav ul li:nth-child(3):before {
	content: '3';	
}
.home-banner .slideshow .slideshow-nav ul li:nth-child(4):before {
	content: '4';	
}
.home-banner .slideshow .slideshow-nav ul li:nth-child(5):before {
	content: '5';	
}
.home-banner .slideshow .slideshow-nav .uk-active:before {
	display: block;
}

.real-time-update {
	margin-left: 15px;
}
.real-time-update .item {
	margin-bottom: 12px;
	background-color: #f9f9f9;
	border-radius: 4px;
	padding: 12px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	overflow: hidden;
}
.real-time-update .item:after {}
.real-time-update .item:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 50px;
	max-width: 50px;
	background-image: url(../images/real_time_update_dot.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 18px;
	left: 10px;
}
.real-time-update .item:last-child {
	margin-bottom: 0;
}
.real-time-update .item .time {
	color: #999;
	font-size: 14px;
	margin-bottom: 8px;
}
.real-time-update .item .title {}
.real-time-update .item .title a:before{
	content: 'ÈÈÃÅ';
	display: inline-block;
	color: #fff;
	background: var(--pm-c);
	border-radius: 2px;
	font-size: 12px;
	padding: 1px 3px;
	margin-right: 3px;
	height: 18px;
	line-height: 18px;
}
.real-time-update .item .thumb {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 47px;
	background-color: #e4e4e4;
	border-radius: 10px;
	margin-left: 10px;
}

.players-news {
	margin-right: 30px;
	width: 330px;
}
.players-news .item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.players-news .item:last-child {
	margin-bottom: 0;
}
.players-news .item-card {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 15px;
} 
.players-news .item .title {
	margin-bottom: 25px;
}
.players-news .item .thumb {
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 65px;
	background-color: #e4e4e4;
	border-radius: 4px;
}
.players-news .item .info {
	font-size: 12px;
	color: #888;
}
.players-news .item a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.players-news .item span {
	font-size: 14px;
	color: #999;
}


.recom-gonglue {}
.recom-gonglue .top {
	padding: 18px;
	background: #F8F8F8;
	margin-bottom: 26px;
}
.recom-gonglue .top a {
	display: block;
	flex: 1;
}
.recom-gonglue .top .time {
	color: #999;
}
.recom-gonglue .top .desc {
	line-height: 30px;
	font-size: 14px;
	color: #888;
}
.recom-gonglue .item {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.recom-gonglue .item:last-child {
	margin-bottom: 0;
}
.recom-gonglue .item span {
	font-size: 14px;
	color: #888;
}
.recom-gonglue .item a {
	display: block;
	flex: 1;
}

.recom-games {}
.recom-games .item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.recom-games .item:last-child {
	margin-bottom: 0;
}
.recom-games .item .icon {
	width: 65px;
	height: 65px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
}
.recom-games .item .title {
	margin-bottom: 15px;
}
.recom-games .item .info {
	font-size: 13px;
	color: #999999;
}
.recom-games .item .down-btn {
	line-height: 34px;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 0 15px;
	font-size: 14px;
}
.recom-games .item .down-btn:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_down_btn.png);
	margin-right: 3px;
}


.home-apps {
	margin-top: 45px;
	padding: 22px;
	position: relative;
}
.home-apps:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translate(-50%,0);
	height: 87px;
	width: 1227px;
}
.home-apps.games {
	background-image: linear-gradient(to bottom, #e0f4ff , #fff, #fff);
}
.home-apps.games:before {
	background: url(../images/home_games_bg.png);
}
.home-apps.softs {
	background-image: linear-gradient(to bottom, #fff9f2 , #fff, #fff);
}
.home-apps.softs:before {
	background: url(../images/home_softs_bg.png);
}
.home-apps.softs .apps-nav li a:hover,
.home-apps.softs .apps-nav .active a {
	border: 1px solid #ffae51;
	color: #ffae51;
}
.home-apps .apps-nav {
	margin-top: 70px;
	margin-bottom: 30px;
}
.home-apps .apps-nav li {
	display: inline-block;
	margin-right: 10px;
}
.home-apps .apps-nav li a {
	display: block;
	border: 1px solid #E5E5E5;
	color: #666;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 14px;
}
.home-apps .apps-nav li a:hover,
.home-apps .apps-nav .active a {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}
.home-apps .item {
	display: flex;
	align-items: center;
}
.home-apps .item .icon {
	width: 90px;
	height: 90px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 15px;
}
.home-apps .item .title {
	line-height: normal;
}
.home-apps .item .score {
	margin: 8px 0;
	background: url(../images/icon_score.png) no-repeat center left;
	padding-left: 25px;
	font-size: 13px;
	color: #999;
}
.home-apps .item .score b {
	color: #ffa120;
}
.home-apps .item .down-btn {
	border: 1px solid #eee;
	color: #999;
	font-size: 14px;
	display: inline-block;
	border-radius: 20px;
	padding: 3px 16px;
}
.home-apps .item:hover .down-btn {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.game-dontai {}
.game-dontai .top {
	background-image: url(../images/icon_badge_news.png);
	background-repeat: no-repeat;
	background-color: #f0f6f9;
}
.game-dontai .top .uk-flex-cover {
	padding: 30px 20px;
	background-image: url(../images/icon_dongtai_news.png);
	background-repeat: no-repeat;
	background-position: 90% 90%;
}
.game-dontai .top .thumb {
	width: 382px;
	height: 228px;
	position: relative;
	overflow: hidden;
}
.game-dontai .top .title {
	line-height: normal;
}
.game-dontai .top .title a {
	font-weight: bold;
	font-size: 17px;
}
.game-dontai .top .desc {
	margin: 22px 0;
	color: #666;
	font-size: 14px;
	line-height: 26px;
}
.game-dontai .top .info {
	color: #999;
	font-size: 14px;
}
.game-dontai .item {
	display: flex;
	align-items: center;
	padding-top: 25px;
}
.game-dontai .item .title {
	margin-bottom: 20px;
}
.game-dontai .item .title a {}
.game-dontai .item .info {
	color: #999;
	font-size: 14px;
}
.game-dontai .item .thumb {
	width: 120px;
	height: 70px;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
}
.game-dontai .uk-grid-margin {
	margin-top: 25px;
}
.game-dontai .uk-grid-margin .item {
	border-top: 1px solid var(--br-c);
}



.gonglue-rank {
	margin-left: 15px;
}
.gonglue-rank .item {
	position: relative;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee
}
.gonglue-rank .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.gonglue-rank .item .num {
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background-color: #f3f3f3;
	background-size: 100%;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
}
.gonglue-rank .item:nth-child(1) .num {
	color: transparent;
	background-color: transparent;
	background-image: url(../images/icon_rank_small_01.png);
}
.gonglue-rank .item:nth-child(2) .num {
	color: transparent;
	background-color: transparent;
	background-image: url(../images/icon_rank_small_02.png);
}
.gonglue-rank .item:nth-child(3) .num {
	color: transparent;
	background-color: transparent;
	background-image: url(../images/icon_rank_small_03.png);
}
.gonglue-rank .item .title {
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.gonglue-rank .active .title a {
	font-weight: bold;
}
.gonglue-rank .item .title a {
	display: block;
	flex: 1;
}
.gonglue-rank .item .title span {
	color: #999;
	margin-left: 20px;
	font-size: 13px;
}
.gonglue-rank .active .item-foot {
	display: flex;
}
.gonglue-rank .item-foot {
	display: none;
	align-items: center;
	padding-left: 30px;
	margin-top: 15px;
}
.gonglue-rank .item-foot .thumb {
	width: 115px;
	height: 70px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 15px;
}
.gonglue-rank .item-foot .desc {
	color: #888;
	font-size: 15px;
	line-height: 30px;
}


.home-album {}
.home-album .cname {
	background-color: rgb(0 0 0 / 60%);
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	margin: 15px;
	font-size: 12px;
	color: #fff;
	padding: 3px 12px;
}
.home-album .item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.home-album .item .thumb {
	height: 193px;
	position: relative;
	overflow: hidden;
}
.home-album .item .item-foot {
	position: relative;
	padding: 18px 15px;
}
.home-album .item .item-foot .title {
	margin-bottom: 20px;
	padding-right: 66px;
}
.home-album .item .item-foot .title a {
	font-weight: bold;
}
.home-album .item .item-foot .info {
	font-size: 13px;
	color: #999;
}
.home-album .item .item-foot .view {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%);
	display: inline-block;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	border-radius: 20px;
	padding: 5px 16px;
}


.module-soft-album {}
.module-soft-album .thumb {}
.module-soft-album ul {
}
.module-soft-album ul li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.module-soft-album ul li:last-child {
	margin-bottom: 0;
}
.module-soft-album ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.module-soft-album ul li .cname {
	display: inline-block;
	position: relative;
	margin-left: 15px;
}
.module-soft-album ul li .cname:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #E5E5E5;
    border-radius: 50%;
    transform: translateY(-2px);
    margin-right: 6px;
}
.module-soft-album ul li span {
	font-size: 14px;
	color: #999;
}
.module-soft-album .item-warp {
	margin-top: 30px;
	background: url(../images/home_album_bg.png) no-repeat;
	padding: 22px;
	overflow: hidden;
}
.module-soft-album .item-warp .title {
	height: 44px;
	line-height: 44px;
	background-image: url(../images/part_album_title_bg.png);
	background-repeat: no-repeat;
}
.module-soft-album .item-warp .title a {
	font-size: 17px;
	font-weight: bold;
	padding-left: 60px;
}
.module-soft-album .item-warp .bind-games {
	margin-top: 25px;
}
.module-soft-album .item-warp .bind-games .item {
	width: 14.25%;
	text-align: center;
}
.module-soft-album .item-warp .bind-games .item .icon {
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
}
.module-soft-album .item-warp .bind-games a {
	font-size: 14px;
	color: #666;
}
.module-soft-album .item-warp .bind-games .more {
	background: #fff;
	display: block;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	line-height: 70px;
	border-radius: 10px;
}

.module-side-gift {
	margin-left: 15px;
}
.module-side-gift .item {
	position: relative;
	padding-left: 40px;
	background-image: url(../images/module_side_gift_bg.png);
	background-repeat: no-repeat;
	padding-bottom: 17px;
	margin-bottom: 17px;
	border-bottom: 1px dashed #eee
}
.module-side-gift .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.module-side-gift .item .title {
	display: flex;
	align-items: center;
	line-height: normal;
}
.module-side-gift .item a {
	flex: 1;
	overflow: hidden;
	font-size: 15px;
}
.module-side-gift .active .title a {
	font-weight: bold;
	font-size: 17px;
}
.module-side-gift .item .receive {
	color: #999;
	font-size: 13px;
	font-weight: normal;
	flex: inherit;
}
.module-side-gift .active .receive {
	color: var(--pm-c);
}
.module-side-gift .active .item-foot {
	display: flex;
}
.module-side-gift .item-foot {
	display: none;
	align-items: center;
	margin-top: 15px;
}
.module-side-gift .item-foot .icon {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 15px;
}
.module-side-gift .item-foot .desc {
    color: #888;
    font-size: 15px;
    line-height: 30px;
}


.home-rank {
	background-image: url(../images/home_rand_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 20px 0;
}
.home-rank .home-rank-warp {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}
.home-rank .rank-item {
	width: 380px;
}
.home-rank .rank-item .rank-title {
	background-repeat: no-repeat;
	height: 142px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.home-rank .rank-item .rank-title b {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	transform: translateY(45px);
}
.home-rank .rank-item.rank-01 .rank-title {
	background-image: url(../images/home_rank_top_bg_01.png);
}  
.home-rank .rank-item.rank-02 .rank-title {
	background-image: url(../images/home_rank_top_bg_02.png);
}  
.home-rank .rank-item.rank-03 .rank-title {
	background-image: url(../images/home_rank_top_bg_03.png);
}  

.home-rank .rank-item .rank-warp {
	background: #fff;
	border-radius: 10px;
	margin-top: -20px;
	padding: 22px;
}
.home-rank .rank-item .item-top {
	position: relative;
	height: 220px;
}
.home-rank .rank-item .item-top .item {
	position: absolute;
	text-align: center;
	top: 50px;
	width: 86px;
}
.home-rank .rank-item .item-top .item-1 {
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
	width: 120px;
}
.home-rank .rank-item .item-top .item-2 {
	right: 0;
}
.home-rank .rank-item .item-top .item-3 {
	left: 0;
}
.home-rank .rank-item .item-top .item .icon {
	width: 86px;
	height: 82px;
	background-image: url(../images/rank_item_01_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}
.home-rank .rank-item .item-top .item:after {
	content: '';
	display: inline-block;
	width: 37px;
	height: 37px;
	position: absolute;
	top: 60px;
	left: 30px;
}
.home-rank .rank-item .item-top .item-1:after  {
	width: 41px;
	height: 43px;
	background: url(../images/rank_item_01_num.png);
	left: 40px;
	top: 80px;
}
.home-rank .rank-item .item-top .item-2:after  {
	background: url(../images/rank_item_02_num.png);
}
.home-rank .rank-item .item-top .item-3:after  {
	background: url(../images/rank_item_03_num.png);
}

.home-rank .rank-item .item-top .item .icon a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.home-rank .rank-item .item-top .item-1 .icon {
	width: 120px;
	height: 125px;
	background-image: url(../images/rank_item_01_bg.png);
}
.home-rank .rank-item .item-top .item-1 .icon a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
	height: 80px;
	width: 80px;
    margin-top: 20px;
    margin-left: 22px;
}

.home-rank .rank-item .item-top .item-2 .icon {
	background-image: url(../images/rank_item_02_bg.png);
}
.home-rank .rank-item .item-top .item-2 .icon a {
	width: 64px;
	height: 64px;
    margin-top: 12px;
    margin-left: 16px;
}

.home-rank .rank-item .item-top .item-3 .icon {
	background-image: url(../images/rank_item_03_bg.png);
}
.home-rank .rank-item .item-top .item-3 .icon a {
	width: 64px;
	height: 64px;
    margin-top: 10px;
    margin-left: 16px;
}

.home-rank .rank-item .item-top .item .title {
	margin-top: 20px;
}
.home-rank .rank-item .item-top .item .title a {
	font-size: 16px;
}
.home-rank .rank-item .item-top .item-1 .title {
	margin-top: 15px;
	margin-bottom: 12px;
}
.home-rank .rank-item .item-top .item-1 .title,
.home-rank .rank-item .item-top .item-1 .title a {
	color: #fe9400;
}
.home-rank .rank-item .item-top .item-2 .title,
.home-rank .rank-item .item-top .item-2 .title a {
	color: #ff3e3e;
}
.home-rank .rank-item .item-top .item-3 .title,
.home-rank .rank-item .item-top .item-3 .title a {
	color: var(--pm-c);
}
.home-rank .rank-item .down-btn {
	margin-top: 15px;
	display: inline-block;
	font-size: 14px;
	padding: 4px 18px;
	border-radius: 20px;
	border: 1px solid #eee;
	color: #666;
}
.home-rank .rank-item .item-top .item-1 .down-btn {
	border: 1px solid #fe9400;
	color: #fe9400;
}
.home-rank .rank-item .item-top .item-2 .down-btn {
	border: 1px solid #ff3e3e;
	color: #fe9400;
}
.home-rank .rank-item .item-top .item-3 .down-btn {
	border: 1px solid  var(--pm-c);
	color:  var(--pm-c);
}

.home-rank .rank-item .item-list {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.home-rank .rank-item .item-list .num {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/rank_item_num.png);
	background-size: 100%;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-right: 15px;
}
.home-rank .rank-item .item-list .icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--br-c);
	padding: 2px;
	margin-right: 10px;
}
.home-rank .rank-item .item-list .icon img {
	border-radius: 50%;
}

.home-images {}
.home-images .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.home-images .w610 {
	width: 610px;
	margin-right: 15px;
}
.home-images .h330 {
	height: 336px;
}
.home-images .h160 {
	height: 160px;
}


.home-links {}
.home-links ul {}
.home-links ul li {
	display: inline-block;
}
.home-links ul li a {
	display: block;
	font-size: 13px;
	color: #888;
}
.home-links ul li a:after {
	content: '|';
	margin-right: 10px;
	margin-left: 15px;
	color: #ccc;
}



.crumbs {
	padding-top: 10px;
}
.crumbs,
.crumbs a {
	font-size: 12px;
	color: #999;
}

.category {}
.category-apps {}
.category-news {}
.category-apps .category-filter {
	margin: 35px 0;
}
.category-filter ul {
	display: flex;
	flex-wrap: wrap;
}
.category-filter ul .active a {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}
.category-filter ul li {
	text-align: center;
}
.category-apps .category-filter  ul li {
	width: 11.111%;
}
.category-news .category-filter  ul li {
	width: 16.66%;
}
.category-filter ul li a {
	display: block;
	line-height: 40px;
	border: 1px solid #eee;
	font-size: 16px;
	border-radius: 20px;
	color: #666;
}
.category-filter ul li a:hover {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.category-list {}
.category-list .game-item {
	display: flex;
	align-items: center;
	position: relative;
}
.category-list .game-item .icon {
	width: 114px;
	height: 114px;
	border-radius: 20px;
	margin-right: 15px;
}
.category-list .game-item .title {
	max-width: 60%;
}
.category-list .game-item .title a {
	font-weight: bold;
	font-size: 17px;
}
.category-list .game-item .info {
	font-size: 14px;
	margin: 20px 0;
	color: #666;
}
.category-list .game-item .desc {
	font-size: 14px;
	color: #666;
}
.category-list .game-item .down-btn {
	position: absolute;
	top: 15px;
	right: 0;
    line-height: 34px;
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0 15px;
    font-size: 15px;
}
.category-list .game-item .down-btn:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_down_btn.png);
	margin-right: 5px;
}

.category-hot-gonglue {
	margin-top: 25px;
	padding: 25px;
	padding-bottom: 10px;
	background: url(../images/category_hot_gonglue_bg.png) repeat-x;
}
.category-hot-gonglue .hot-gonglue-title {
	height: 30px;
	width: 150px;
	background: url(../images/category_hot_gonglue_title.png) no-repeat;
}
.category-hot-gonglue ul {
	width: 45%;
}
.category-hot-gonglue ul li {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.category-hot-gonglue ul li .num {
	font-size: 18px;
	font-style: italic;
	color: #ff992a;
	font-weight: bold;
	margin-right: 15px;
}

.category-hot-gonglue ul li a {
	display: block;
	flex: 1;
}
.category-hot-gonglue ul li .time {
	color: #999;
}
.category-news .category-list {
	margin-top: 30px;
}
.news-item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed #eee;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.news-item .time {
	width: 72px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px var(--pm-c);
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-right: 28px;
}
.news-item .time span {
	line-height: 30px;
	display: block;
	background: var(--pm-c);
	color: #fff;
}
.news-item .time b {
	display: block;
	color: var(--pm-c);
	font-weight: bold;
	line-height: 30px;
	font-size: 18px;
}

.news-item .title {
	margin-bottom: 20px;
}
.news-item .title a {
	font-weight: bold;
	font-size: 17px;
}
.news-item .thumb {
	width: 150px;
	height: 102px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.news-item .desc {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 20px;
}
.news-item .info {
	display: flex;
	justify-content: space-between;
}
.news-item .info span {
	font-size: 13px;
	color: #999;
}

.category-album {}
.category-album .category-filter {
	margin-top: 35px;
}
.category-album .category-filter ul li {
	    width: 12%;
}
.category-album .item-warp {
	background-image: url(../images/category_album_bg.png);
}
.category-album .item-warp:hover {
	background-image: url(../images/category_album_bg_on.png);
}
.category-album .item-warp .info {
	margin-top: 20px;
}
.category-album .item-warp .info span {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #999;
	border-radius: 20px;
	border: 1px solid #eee;
	padding: 5px 15px;
}
.category-album .item-warp .bind-games .item {
	width: 20%;
}
.category-album .item-warp:hover .more {
	background: var(--pm-c);
	color: #fff;
}


.category-rank .category-filter {
	margin-top: 25px;
}
.category-rank .category-filter ul li {
	width: 150px;
}
.category-list .rank-top {
	position: relative;
	display: flex;
	align-items: flex-end;
	margin-top: 70px;
	height: 210px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.category-list .rank-top .rank-item {
	width: 389px;
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	border: 0;
	padding: 0;
	margin: 0;
}
.category-list .rank-top .rank-item>div {
	padding: 25px 22px;
	overflow: hidden;
}
.category-list .rank-top .rank-item.item-1 {
	width: 405px;
	position: relative;
	z-index: 10;
	left: 50%;
	transform: translate(-50%,0);
	background-image: url(../images/rank_item_bg_01.png);
	background-repeat: no-repeat;
}
.category-list .rank-top .rank-item.item-2 {
	right: 0;
	background: linear-gradient(to bottom, #fff9f9, #fff);
}
.category-list .rank-top .rank-item.item-3 {
	left: 0;
	background: linear-gradient(to bottom, #f6fcff, #fff);
}
.category-list .rank-top .rank-item .icon {
    width: 108px;
    height: 103px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 20px;
    overflow: visible;
    border-radius: 0;
}
.category-list .rank-top .rank-item .icon:after {
	content: '';
	display: inline-block;
	width: 42px;
	height: 43px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 10;
}
.category-list .rank-top .rank-item.item-1 .icon:after {
	content: '';
	display: inline-block;
	width: 42px;
	height: 43px;
	background-image: url(../images/icon_rank_small_01.png);
}
.category-list .rank-top .rank-item.item-2 .icon:after {
		content: '';
	display: inline-block;
	width: 42px;
	height: 43px;
	background-image: url(../images/icon_rank_small_02.png);
}
.category-list .rank-top .rank-item.item-3 .icon:after {
		content: '';
	display: inline-block;
	width: 42px;
	height: 43px;
	background-image: url(../images/icon_rank_small_03.png);
}

.category-list .rank-top .rank-item.item-1 .icon {
    width: 120px;
    height: 109px;
	background-image: url(../images/rank_item_01_bg.png);
}
.category-list .rank-top .rank-item.item-2 .icon {
	background-image: url(../images/rank_item_02_bg.png);
}
.category-list .rank-top .rank-item.item-3 .icon {
	background-image: url(../images/rank_item_03_bg.png);
}
.category-list .rank-top .rank-item .icon a {
    display: block;
	width: 81px;
    height: 81px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.category-list .rank-top .rank-item.item-1 .icon a {
	margin: 19px 22px;
}
.category-list .rank-top .rank-item.item-2 .icon a {
	margin: 14px 20px;
}
.category-list .rank-top .rank-item.item-3 .icon a {
	margin: 12px 19px;
}
.category-list .rank-top .rank-item.item-1 .item-foot {
	margin-top: 50px;
}
.category-list .rank-top .rank-item .info {
	font-size: 13px;
	color: #999;
    display: flex;
    flex-wrap: wrap;
}
.category-list .rank-top .rank-item .info li {
	width: 50%;
	margin-top: 10px;
}
.category-list .rank-top .rank-item .item-foot {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.category-list .rank-top .rank-item .score {
	margin: 8px 0;
	background: url(../images/icon_score.png) no-repeat center left;
	padding-left: 25px;
	font-size: 13px;
	color: #999;
}
.category-list .rank-top .rank-item .score b {
	color: #ffa120;
}
.category-list .rank-top .rank-item  .down-btn {
    border: 1px solid #eee;
    color: #999;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    padding: 3px 20px;
}
.category-list .rank-top .rank-item.item-1 .down-btn {
    border: 1px solid #feab54;
    color: #feab54;
}
.category-list .rank-top .rank-item.item-2 .down-btn {
	border: 1px solid #ff3e3e;
    color: #ff3e3e;
}
.category-list .rank-top .rank-item.item-3 .down-btn {
	border: 1px solid var(--pm-c);
    color: var(--pm-c);
}

.category-list .rank-item {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dashed #eee;
}
.category-list .rank-item:hover {
	background: linear-gradient(to left, #eef7ff, #fff);
}
.category-list .rank-item:hover .title a {
	color: var(--pm-c);
}
.category-list .rank-item:hover .down-btn {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}
.category-list .rank-item .num {
	display: inline-block;
	width: 43px;
	height: 45px;
	background: url(../images/rank_item_num.png);
	background-size: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-right: 30px;
}

.category-list .rank-item .icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px;
}
.category-list .rank-item .title {
	
}
.category-list .rank-item .title a {
	font-size: 17px;
	font-weight: bold;
}
.category-list .rank-item .info {
	margin: 12px 0;
}
.category-list .rank-item .info span {
	color: #666;
	font-size: 14px;
	margin-right: 47px;
}
.category-list .rank-item .desc {
	font-size: 14px;
	color: #666;
}
.category-list .rank-item .down-btn {
	display: inline-block;
	font-size: 16px;
	border: 1px solid #eee;
	color: #666;
	border-radius: 50px;
	padding: 8px 35px;
}



.category-ranklist {
	background-image: none;
}
.category-ranklist .uk-grid {
	margin-left: -30px;
}
.category-ranklist .ranklist-item {
	width: calc(100% * 1 / 3.001);
	padding-left: 30px;
}
.category-ranklist .uk-grid-small>.uk-grid-margin {
    margin-top: 38px;
}
.category-ranklist .ranklist-item .item-header {
	width: 360px;
	height: 126px;
	margin: 0 auto;
	border-radius: 8px;
	background-image: url(../images/category-ranks-item-title.png);
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
.category-ranklist .ranklist-item .item-header .title {
	padding-top: 18px;
}
.category-ranklist .ranklist-item .item-header .title a {
	font-size: 17px;
	font-weight: bold;
}
.category-ranklist .ranklist-item .item-header span {
	font-size: 13px;
	color: #999;
}

.category-ranklist .ranklist-item .item-content {
	background: #fff;
	padding: 20px 25px;
	border-radius: 10px;
	margin-top: -40px;
}
.category-ranklist .ranklist-item .more {
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
	color: #999;
	background: #f8f8f8;
	border-radius: 20px;
	margin-top: 15px;
}
.category-ranklist .ranklist-item:hover .more {
	background: #f3faff;
	color: var(--pm-c);
}


.category-gift {}
.category-hot-gift {
	margin-top: 25px;
	padding: 25px;
	background: url(../images/category_hot_gonglue_bg.png) repeat-x;
}
.category-hot-gift .hot-gift-title {
	height: 30px;
    width: 150px;
    background: url(../images/category_hot_gift_title.png) no-repeat;
}
.category-hot-gift ul {
	margin-left: -100px;
}
.category-hot-gift ul li {
    padding-left: 100px;
    display: flex;
    align-items: center;
    margin-top: 15px !important;
}
.category-hot-gift ul li a {
	display: block;
	flex: 1;
}
.category-hot-gift ul li a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/module_side_gift_bg.png);
	margin-right: 10px;
	transform: translateY(2px);
}
.category-hot-gift ul li .time {
	color: var(--md-c);
	font-size: 14px;
}
.category-gift {}
.category-list .gift-item {
	display: flex;
	align-items: center;
}
.category-list .gift-item .icon {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	margin-right: 15px;
	overflow: hidden;
}
.category-list .gift-item .title {
	margin-bottom: 12px;
}
.category-list .gift-item .title a {
	font-size: 16px;
}
.category-list .gift-item .desc {
	color: var(--md-c);
	font-size: 14px;
	line-height: 30px;
}
.category-list .gift-item .receive-btn {
	display: inline-block;
	border: 1px solid var(--br-c);
	color: var(--md-c);
	padding: 8px 24px;
	border-radius: 30px;
	font-size: 14px;
}
.category-list .gift-item:hover .receive-btn {
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
}

.show {}
.show .show-header {
	margin-top: 25px;
	background: url(../images/show_header_bg.png) no-repeat;
}
.show-news .show-header {
	padding: 60px 0;
	text-align: center;
}
.show-news .show-header h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 56px;
}
.show-news .show-header .info {}
.show-news .show-header .info span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 24px;
	
}
.show-news .show-header .info span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	background-image: url(../images/icon-single-info.png);
	background-repeat: no-repeat;
	transform: translateY(2px);
	margin-right: 10px;
}
.show-news .show-header .info .form:before {
	height: 16px;
	width: 15px;
	transform: translateY(3px);
	background-position: -32px 0;
}
.show-news .show-header .info .author:before {
	height: 16px;
	transform: translateY(3px);
}
.show-news .show-header .info .time:before {
	height: 16px;
	width: 16px;
	background-position: -16px 0
}

.show-content {}
.show-content h3 {
	margin: 15px 0;
	display: inline-block;
	background-color: var(--pm-c);
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 6px;
	position: relative;
	padding-right: 30px;
	line-height: normal;
}
.show-content h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -22px;
	transform: translate(0,-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 15px 7px 7px;
	border-color: transparent transparent transparent var(--pm-c);
	z-index: 10;
}
.show-content h3:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.show-content p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
}
.show-content img {
	max-width: 86%;
	display: block;
	margin: 0 auto
}

.show-apps {}
.show-apps .show-header {
	padding: 30px;
	position: relative;
}
.show-apps .show-header h1 {
	font-size: 30px;
	font-weight: bold;
}
.show-apps .show-header .show-header-warp {
	width: 680px;
	display: flex;
}
.show-apps .show-header .icon {
	width: 150px;
	height: 150px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 25px;
}
.show-apps .show-header .info {
	margin-bottom: 10px;
}
.show-apps .show-header .info li {
	border: 1px solid #eee;
	display: inline-block;
	padding: 0 15px;
	line-height: 32px;
	border-radius: 20px;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.show-apps .show-header .down-btn {
	display: flex;
	align-items: center;
}
.show-apps .show-header .down-btn .btn {
	display: block;
	width: 170px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-repeat: no-repeat;
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.show-apps .show-header .down-btn span {
	display: inline-block;
	margin-left: 26px;
}
.show-apps .show-header .down-btn .az {
	background-image: url(../images/down-btn-az.png);
}
.show-apps .show-header .down-btn .ios {
	background-image: url(../images/down-btn-ios.png);
}
.show-apps .show-header .down-btn .ewm {
	display: none;
	background: #fff;
    position: absolute;
    width: 78%;
    top: 100%;
    z-index: 99;
    border: 1px solid #eee;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}
.show-apps .show-header .down-btn .btn:hover .ewm {
	display: block;
}
.show-apps .show-header .down-btn .ewm img {
	margin: 0 auto;
}
.show-apps .show-header .down-btn .ewm p {
	font-size: 13px;
	line-height: normal;
	color: var(--md-c);
	margin: 0;
	margin-bottom: 10px;
}

.show-apps .show-header .score {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translate(0,-50%);
	width: 175px;
	height: 178px;
	background-image: url(../images/show_header_score.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.show-apps .show-header .score ul {
	margin-top: 120px;
}
.show-apps .show-header .score ul li {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	color: #666;
}
.show-apps .show-header .score ul li b {
	color: var(--pm-c);
}

.show-slide {
	margin: 30px 0;
}
.show-slide .item {
	text-indent: 0;
}
.show-slide .item img {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
}

.icon-star {
	display: inline-block;
	width: 85px;
	height: 14px;
	background: url(../images/icon-star-bg.png) repeat-x center/17px;
	position: relative;
}
.icon-star:after {
	content: '';
	display: inline-block;
	height: 14px;
	width: 17px;
	background: url(../images/icon-star.png) repeat-x 0/17px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.star-1:after {
	width: 17px;
}
.star-2:after {
	width: 34px;
}
.star-3:after {
	width: 51px;
}
.star-4:after {
	width: 68px;
}
.star-5:after {
	width: 85px;
}
#app_info {}
#app_info li {
	background-image: url(../images/app_info_bg.png);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-size: 15px !important;
	line-height: 15px;
}
#app_info li b {
	color: var(--pm-c) !important;
	font-size: 15px !important;
}



.show-collection {}
.show-collection .collection-header {
	display: flex;
	margin-top: 25px;
	border-radius: 20px;
}
.show-collection .header-warp {
	flex: 1;
	overflow: hidden;
    background: url(../images/show_header_bg.png) no-repeat;
    padding: 40px;
    padding-bottom: 10px;
    border-radius: 20px;
}
.show-collection .header-warp h1 {
	font-weight: bold;
	font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.show-collection .header-warp .info {
	text-align: center;
}
.show-collection .header-warp .info span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 24px;
	
}
.show-collection .header-warp .info span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	background-image: url(../images/icon-single-info.png);
	background-repeat: no-repeat;
	transform: translateY(2px);
	margin-right: 10px;
}
.show-collection .header-warp .info .type:before {
	height: 16px;
	width: 17px;
	background-position: -48px 0
}
.show-collection .header-warp .info .time:before {
	height: 16px;
	width: 15px;
	transform: translateY(2px);
	background-position: -32px 0
}

.show-collection .header-recom {
	width: 318px;
	height: 203px;
	background-color: #b5def9;
	border-radius: 10px;
	margin-left: 12px;
}
.show-collection .header-recom .recom-warp {
	background: #fff;
	margin: 10px;
	margin-left: 30px;
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(140, 192, 227, 0.5);
	border-radius: 10px;
	padding: 20px;
}

.show-collection .xg-collection {
	margin-top: 38px;
	color: var(--md-c);
}
.show-collection .xg-collection span {
	font-size: 14px;
	color: var(--md-c);
}
.show-collection .xg-collection a {
	border: 1px solid #eee;
	padding: 6px 18px;
	display: inline-block;
	font-size: 14px;
	border-radius: 20px;
	color: var(--md-c);
}

.show-collection .header-recom {
	position: relative;
}
.show-collection .header-recom:after {
	content: '';
	display: inline-block;
	width: 57px;
	height: 16px;
	background: url(../images/header_recom_bg.png);
	position: absolute;
	top: 30px;
	left: -35px;
}
.show-collection .header-recom:before {
	content: '';
	display: inline-block;
	width: 57px;
	height: 16px;
	background: url(../images/header_recom_bg.png);
	position: absolute;
	top: 160px;
	left: -35px;
}

.show-collection .header-recom .icon {
	width: 85px;
	height: 85px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 15px;
}
.show-collection .header-recom .title {}
.show-collection .header-recom .title a {
	font-weight: bold;
	font-size: 17px;
}
.show-collection .header-recom .info {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
}
.show-collection .header-recom .desc {
	margin-top: 15px;
	color: #666;
	font-size: 13px;
	line-height: 22px;
}

.show-collection .collection-list {}
.show-collection .collection-list .game-item .icon {
	position: relative;
}
.show-collection .collection-list .game-item .icon .num {
	display: inline-block;
	width: 59px;
	height: 59px;
	background-image: url(../images/collection_item_rank.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.show-collection .collection-list .game-item .icon .num span {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    transform: rotate(-46deg);
    margin-top: 10px;
}
.show-collection .collection-list>div:nth-child(1) .game-item .num {
	background-image: url(../images/collection_item_rank_01.png);
}
.show-collection .collection-list>div:nth-child(2) .game-item .num {
	background-image: url(../images/collection_item_rank_02.png);
}
.show-collection .collection-list>div:nth-child(3) .game-item .num {
	background-image: url(../images/collection_item_rank_03.png);
}



.show-gift .show-header .info li {
	min-width: 120px;
}



.show-rank {}
.show-rank .show-header {
	padding: 62px 40px;
	background-image: url(../images/show_rank_bg.png);
}
.show-rank .show-header .header-warp {
	padding: 30px 40px;
	padding-left: 130px;
	display: inline-block;
	background: rgb(255 255 255 / 40%);
	background-image: url(../images/show_rank_trophy.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.show-rank .show-header .header-warp h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 25px;
	color: #50628f;
	margin-bottom: 40px;
}

.show-rank .show-header .header-warp .time {
	color: #50628f;
	font-size: 16px;
}

.show-rank-list {}
.show-rank-list .rank-item {
	border: 0;
	border-radius: 10px;
	padding-right: 20px;
}

.show-rank-list .rank-top {
	display: block;
	height: auto !important;
	margin: 0 !important;
}
.show-rank-list .rank-top .rank-item {
	width: 100% !important;
	position: relative !important;
	transform: none !important;
	left: 0 !important;
	background-image: none !important;
	margin-bottom: 30px;
}
.show-rank-list .rank-top .item-1 {
background: linear-gradient(to bottom, #fffcf1, #fffefa) !important;
}
.show-rank-list .rank-top .item-1 .down-btn {
	color: #feab54;
	border: 1px solid #feab54;
}
.show-rank-list .rank-top .item-1:hover .down-btn {
	background: #feab54;
}
.show-rank-list .rank-top .item-2 {
background: linear-gradient(to bottom, #fff9f9, #fffdfd)!important;
}
.show-rank-list .rank-top .item-2 .down-btn {
	color: #ff3e3e;
	border: 1px solid #ff3e3e;
}
.show-rank-list .rank-top .item-2:hover .down-btn {
	background: #ff3e3e;
}
.show-rank-list .rank-top .item-3 {
background: linear-gradient(to bottom, #f9fdff, #fcfeff)!important;
}
.show-rank-list .rank-top .item-3 .down-btn {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}
.show-rank-list .rank-top .rank-item .down-btn {
    border-radius: 50px;
    padding: 10px 35px;
}
.show-rank-list .rank-top .rank-item:hover .down-btn {
	color: #fff;
}
.show-rank-list .rank-item:hover .down-btn {
	background: var(--pm-c);
	color: #fff;
}



.side-more-rank {}
.side-more-rank ul {}
.side-more-rank ul li {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.side-more-rank ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.side-more-rank ul li a {
	display: block;
	flex: 1;
	padding-left: 30px;
	background-image: url(../images/side_rank_more.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.side-more-rank ul li .time {
	font-size: 15px;
	color: var(--md-c);
}

.side-soft-album {}
.side-soft-album .item-warp {
	padding: 22px;
	background-image: url(../images/side_soft_album_bg.png);
}
.side-soft-album .album-title {
	margin-bottom: 26px;
}
.side-soft-album .album-title a {
	font-weight: bold;
	font-size: 17px;
}
.side-soft-album .bind-games {
	text-align: center;
}
.side-soft-album .bind-games .title {
	color: var(--md-c);
	font-size: 14px;
	margin-top: 10px;
}
.side-soft-album .bind-games .title a {
	color: #666;
	font-size: 14px;
}

.side-soft-album .bind-games .more {
    background: #fff;
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 10px;
    color: #666;
}
.side-soft-album ul {
	margin: 10px 0;
}
.side-soft-album ul li {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.side-soft-album ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.side-soft-album ul li a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	border-radius: 50%;
	transform: translateY(-2px);
	margin-right: 15px;
}
.side-soft-album ul li .count {
	color: var(--md-c);
	font-size: 14px;
}


.bottom-type-apps {}
.bottom-type-apps .item {
	display: flex;
	align-items: center;
}
.bottom-type-apps .item .icon {
	width: 90px;
	height: 90px;
	margin-right: 15px;
}
.bottom-type-apps .item .title {
	display: flex;
	align-items: center;
}
.bottom-type-apps .item .title a {
	font-size: 16px;
	margin-right: 10px;
}
.bottom-type-apps .item .info {
	font-size: 14px;
	margin: 12px 0;
	color: var(--md-c);
}
.bottom-type-apps .item .desc {
	font-size: 14px;
	color: var(--md-c);
}
.bottom-type-apps .item .score {
	background: url(../images/icon_score.png) no-repeat center left;
	padding-left: 25px;
	font-size: 13px;
	color: #999;
}
.bottom-type-apps .item .score b {
	color: #ffa120;
}
.bottom-type-apps .item .down-btn {
    border: 1px solid #eee;
    color: #999;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    padding: 8px 20px;
}

.bottom-soft-album {}
.bottom-soft-album .item-warp {
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../images/show_album_bg.png) no-repeat 100%;
}
.bottom-soft-album .item-warp:last-child {
	margin-bottom: 0 !important;
}
.bottom-soft-album .item-warp .bind-games .item .icon {
	width: 65px;
	height: 65px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bottom-soft-album .item-warp .bind-games .item {
	width: 12.5%;
}
.bottom-soft-album ul {
	margin: 10px 0;
	margin-left: -80px;
}
.bottom-soft-album ul li {
	margin-bottom: 0;
	padding-left: 80px;
	margin-top: 20px !important;
}
.bottom-soft-album ul li a {}
.bottom-soft-album ul li a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--pm-c);
	border-radius: 50%;
	transform: translateY(-2px);
	margin-right: 15px;
}




.sidebar {
	width: 350px;
}
.sidebar .real-time-update {
	margin-left: 0;
}
.sidebar .real-time-update .item {
	align-items: end !important;
	margin-left: 0;
}
.sidebar .real-time-update .item:before {
	max-height: 75px;
	height: 75px;
}
.sidebar .real-time-update .item .title {
    line-height: 26px;
}
.sidebar .gonglue-rank {
	margin-left: 0;
}
.sidebar .module-side-gift {
	margin-left: 0;
}


.pagination {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 40px;
}
.pagination .page-item {
	margin: 0 2px;
	display: inline-block;
}
.pagination .page-item .page-link {
	display: block;
	color: #999;
	font-size: 14px;
	padding: 6px 12px;
	border: 1px solid #E6E6E6;
}
.pagination .active .page-link {
	background: var(--pm-c);
	color: #FFF;
	border: 1px solid var(--pm-c);
}
.pagination .page-item:hover .page-link {
	background: var(--pm-c);
	color: #fff;
	border: 1px solid var(--pm-c);
}

.page {
	display: flex;
	margin-top: 70px;
}
.page-nav {
	width: 210px;
	margin-right: 36px;
}
.page-nav ul {
	width: 100%;
	padding-top: 15px;
	border-right: 1px solid var(--br-c);
}

.page-nav ul li {
	line-height: 50px;
	background-color: var(--bg-c);
	border-radius: 25px 0px 0px 25px;
	margin-bottom: 20px;
}
.page-nav ul li a {
	text-align: center;
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-nav ul li a:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 16px;
	background-image: url(../images/page_nav_bg.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.page-nav ul .active a:before {
	background-image: url(../images/page_nav_bg_on.png);
}
.page-nav ul .active {
	background-color: var(--pm-c);
}
.page-nav ul .active a {
	color: #fff;
}

.page-nav ul li:nth-child(1) a:before {
	background-position: 0;
}
.page-nav ul li:nth-child(2) a:before {
    background-position: -15px 0;
    width: 17px;
}
.page-nav ul li:nth-child(3) a:before {
    background-position: -31px 0;
    width: 16px;
}
.page-nav ul li:nth-child(4) a:before {
    background-position: -47px 0;
    width: 13px;
}
.page-nav ul li:nth-child(5) a:before {
    background-position: -47px 0;
    width: 13px;
}
.page-nav ul li:nth-child(5) a:before {
    background-position: -60px 0;
    width: 16px;
}
.page-nav ul li:nth-child(6) a:before {
	background-position: -76px 0;
    width: 16px;
}
.page-nav ul li:nth-child(7) a:before {
    background-position: -92px 0;
    width: 15px;
}
.page-main {
	padding-top: 10px;
	flex: 1;
	overflow: hidden;
}

.map-list {
	margin-bottom: 40px;
}
.map-list ul li {
	margin-right: 10px;
	margin-bottom: 15px;
}
.map-list ul li a {
	padding: 0 25px;
}

.page-search {}
.page-search .search-tips {
	color: var(--pm-c);
	font-size: 16px;
	margin: 40px 0;
}

.page-error {
	padding: 200px 0;
	text-align: center;
}
.page-error p {
	margin: 50px 0;
}
.page-error .go-btn {
	display: inline-block;
	border: 1px solid var(--pm-c);
	color: var(--pm-c);
	border-radius: 20px;
	padding: 10px 40px;
}
.footer {
	margin-top: 20px;
	padding: 35px;
	background: #333;
	color: #888;
	text-align: center;
	font-size: 13px;
}
.footer a {
	color: #888;
	font-size: 13px;
}
.footer .foot-nav {
	margin-bottom: 20px;
}
.footer .foot-nav a {
	display: inline-block;
	margin: 0 3px;
	background: #404040;
	color: #888;
	padding: 7px 20px;
	font-size: 13px;
}


#qrcode-ios img ,
#qrcode-az img {
	width: 120px;
	height: 120px;
	margin: 20px auto;
}