@charset "utf-8";
/*
    Theme Name: Soul主题(移动端)
    Theme URI: https://www.260.cn/
    Author: 260游戏中心
    Author URI: https://www.260.cn/
    Description:
    Version: 0.0.1
*/
@charset "utf-8";

:root {
    --pm-c: #ff6600;
    --bg-c: #f4f5f4;
    --br-c: #f2f6fc;
    --md-c: #909399;
}


html,body {
	background-color: var(--bg-c);
	font-size: .08rem;
	max-width: 750px;
	margin: 0 auto;
}
a,a:hover {
	color: #303133;
	text-decoration: none;
}
.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;
}
.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;
}
.uk-flex-cover {
	flex: 1;
	position: relative;
	overflow: hidden;
}
.icon-star {
	width: 90px;
	height: 15px;
	background-image: url(static/images/icon-star.png);
	position: relative;
}
.icon-star:before {
	content: '';
	display: block;
	height: 15px;
	background-image: url(static/images/icon-star.png);
	background-position: 0 -15px;
}
.star-1:before {
	width: 18px;
}
.star-2:before {
	width: 36px;
}
.star-3:before {
	width: 54px;
}
.star-4:before {
	width: 72px;
}
.star-5:before {
	width: 100%;
}
.time {
	color: var(--md-c);
	font-size: 13px;
}
html,body {
	background: var(--bg-c);
}
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;
}
.icon {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.header {}
.top-bar {
	display: flex;
	align-items: center;
	padding: .2rem;
	background: var(--pm-c);
	overflow: hidden;
}
.top-bar .logo {
	flex: 1;
	overflow: hidden;
}
.top-bar .logo a {
	display: inline-block;
	height: .6rem;
}
.top-bar .logo a img {
	height: 100%;
}
.top-bar .search {
	width: 2.8rem;
	position: relative;
	overflow: hidden;
}
.top-bar .search form {
	background: #fff8f5;
	height: .6rem;
	width: 100%;
	color: #303133;
	border-radius: 1rem;
	overflow: hidden;
}
.top-bar .search input {
	width: 100%;
	height: 100%;
	border: 0;
	text-indent: .2rem;
	outline: none;
	font-size: .24rem;
}
.top-bar .search input::placeholder {
  color: #909399;
}
.top-bar .search button {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: .06rem;
	background: var(--pm-c);
	color: #fff;
	border-radius: .4rem;
	border: 0;
	padding: 0.1rem .16rem;
	cursor: pointer;
	font-size: .24rem;
}
.nav-bar {
	background: #fff;
}
.nav-bar ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.nav-bar li {
	display: inline-block;
	margin: 0 .2rem;
}
.nav-bar li a {
	display: block;
	font-size: .26rem;
	color: #606266;
	padding: .24rem 0;
}
.nav-bar .current-post-ancestor a,
.nav-bar .current-menu-item a {
    color: var(--pm-c);
    position: relative;
    font-weight: bold;
}
.nav-bar .current-post-ancestor a:after,
.nav-bar .current-menu-item a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 1em;
    height: 4px;
    border-radius: .2rem;
    background: var(--pm-c);
}



.slide-recom-games {
	position: relative;
	z-index: 10;
	margin-top: .1rem;
	margin-left: .1rem;
}
.slide-recom-games .uk-width-auto {
	width: 4rem;
}
.slide-recom-games .item {
	border-radius: .2rem;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.slide-recom-games .item .thumb {
	display: block;
	height: 2rem;
	overflow: hidden;
	position: relative;
}
.slide-recom-games .item .item-foot {
	padding: .2rem;
	background: #fff;
}
.slide-recom-games .item .title {
	line-height: normal;
}
.slide-recom-games .item .title a {
	font-size: .28rem;
	font-weight: bold;
}
.slide-recom-games .item .desc {
	color: var(--md-c);
	font-size: .26rem;
}
.slide-recom-games .view {
	display: inline-block;
    color: #fff;
    background: var(--pm-c);
    text-align: center;
    font-size: .24rem;
    border-radius: .4rem;
    padding: .08rem .2rem;
    font-weight: bold;
    line-height: normal;
}

.part {
	margin: .1rem;
	background: #fff;
	padding: .2rem;
	border-radius: .12rem;
}

.part-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.part-title .title a,
.part-title .title {
	color: #242427;
	font-size: .3rem;
	font-weight: 600;
	line-height: normal;
}


.games-bar {}
.games-bar .uk-width-auto {
	width: 23%;
	overflow: hidden;
}
.games-bar .item {
	text-align: center;
}
.games-bar .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
}
.games-bar .item .title {
	margin-top: .1rem;
	line-height: normal;
}
.games-bar .item .title a {
	color: #242427;
	font-size: .26rem;
}
.games-bar .item .desc {
    line-height: normal;
    margin: .12rem 0;
    font-size: .23rem;
    color: var(--md-c);
}
.games-bar .item .view {
	display: inline-block;
	background: var(--pm-c);
	color: #fff;
	border-radius: 20px;
	font-size: .22rem;
	padding: .06rem .16rem;
	font-weight: bold;
}


.home-games {}

.home-games .item {
    border-bottom: 1px solid var(--br-c);
    display: flex;
    align-items: center;
    border-radius: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;

}
.home-games .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.home-games .item:last-child {
	margin-bottom: 0;
}
.home-games .item .icon {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .2rem;
}
.home-games .item .title {
	line-height: normal
}
.home-games .item .title a {
	color: #242427;
	font-size: .3rem;
}
.home-games .item .type {
	margin-top: .1rem;
}
.home-games .item .type span {
    display: inline-block;
    color: var(--md-c);
    border: 1px solid var(--br-c);
    font-size: .24rem;
    padding: .04rem .12rem;
    line-height: normal;
    border-radius: .06rem;
    margin-right: .06rem;
}
.home-games .item .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .3rem;
    margin-top: .44rem;
}
.home-games .item .surplus span {
	line-height: normal;
	font-size: .26rem;
}
.home-games .item .surplus progress {
    max-width: 68%;
    margin: 0;
    margin-top: 2px;
    flex: 1;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    background-color: #eee; 
    height: 10px;
    margin-right: 10px;
}
.home-games .item .surplus progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: 10px;
}
.home-games .item .view {
	display: inline-block;
	background: var(--pm-c);
	color: #fff;
	border-radius: .4rem;
	font-size: .24rem;
	padding: .12rem .26rem;
	line-height: normal;
	font-weight: bold;
}


.game-news {}
.game-news .item {
	display: flex;
	align-items: center;
	border-radius: .2rem;
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	border-bottom: 1px solid var(--br-c);
}
.game-news .item:nth-child(5) {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.game-news .item:hover {
	background: #fff8f5
}
.game-news .item .thumb {
	border-radius: .16rem;
	display: block;
	width: 2rem;
	height: 1.5rem;
	position: relative;
	overflow: hidden;
	margin-right: .26rem;
}
.game-news .item .title {}
.game-news .item .title a {
	font-size: .3rem;
}
.game-news .item .desc {
	color: var(--md-c);
	font-size: .26rem;
	margin: 10px 0;
}
.game-news .item .info {
	color: var(--md-c);
	font-size: .24rem;
}
.game-news .more {
	margin-top: .3rem;
	display: block;
	background: #fff8f5;
	color: var(--pm-c);
	text-align: center;
	border-radius: .12rem;
	font-size: .26rem;
	padding: .2rem;
}
.game-news .more:hover {
	background: var(--pm-c);
	color: #fff;
}






.game-rank {}
.game-rank .item {
	display: flex;
	align-items: center;
	margin-bottom: .3rem;
}
.game-rank .item:last-child {
	margin-bottom: 0;
}
.game-rank .item .num {
	display: inline-block;
	width: .4rem;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	border-radius: .08rem;
	background: #ddd;
	color: #fff;
	font-size: .24rem;
	margin-right: .3rem;
}
.game-rank .item:nth-child(1) .num {
	background: #ff5a00
}
.game-rank .item:nth-child(2) .num {
	background: #ff9b19
}
.game-rank .item:nth-child(3) .num {
	background: #ffcb2e
}
.game-rank .item .icon {
	width: 1.2rem;
	height: 1.2re,;
	margin-right: .3rem;
}
.game-rank .item .title {}
.game-rank .item .title a {
	font-size: .3rem;
}
.game-rank .item .type {
    margin-top: .36rem;
}
.game-rank .item .type span {
    display: inline-block;
    color: var(--md-c);
    border: 1px solid var(--br-c);
    font-size: .24rem;
    padding: 0.04rem 0.12rem;
    line-height: normal;
    border-radius: 0.06rem;
    margin-right: .06rem;
}
.game-rank .item .view {
    display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: .4rem;
    font-size: .24rem;
    padding: 0.12rem 0.26rem;
    line-height: normal;
    font-weight: bold;
}
.game-rank .item-more {
    margin-top: .4rem;
    background: var(--bg-c);
    color: var(--md-c);
    display: block;
    padding: .2rem;
    border-radius: .08rem;
    text-align: center;
    font-size: .24rem;
}


.part-title {}
.part-title .switcher {
    display: flex;
    align-items: center;
}
.part-title .switcher li {
    display: flex;
    align-items: center;
    margin-right: .2rem;
}
.part-title .switcher li span {
  font-size: .3rem;
  color: #999;
  line-height: normal;
}
.part-title .switcher .uk-active span {
  color: #242427;
  font-weight: 600;
}
.part-cats {
    margin-bottom: .2rem;
    background: #fff;
    padding: .2rem;
    border-radius: .2rem;
}
.part-cats ul {
	max-height: 2rem;
	overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.06rem;
	margin-top: .3rem;
}
.part-cats ul::-webkit-scrollbar {
	width: .2rem;
	height: .16rem;
}
.part-cats ul::-webkit-scrollbar-thumb {
	background: #b1b6bd;
	border-radius: .2rem;
}
.part-cats ul li {
	width: 25%;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .12rem;
}
.part-cats ul li a {
	display: block;
	text-align: center;
	background: var(--bg-c);
	padding: .12rem .4rem;
	font-size: .24rem;
	border-radius: 4px;
	color: var(--md-c);
	margin: 0 .06rem;
}
.part-cats ul .current-cat a {
	background: var(--pm-c);
	color: #fff;
}



.list-games {}
.list-games .item {
	background: #fff;
	border-radius: .2rem;
	padding: .3rem;
	margin-bottom: .2rem;
}
.list-games .item .icon {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
	overflow: hidden;
	position: relative;
	margin-right: .3rem;
}
.list-games .item .title {
    line-height: normal;
    margin-bottom: .34rem;
}
.list-games .item .title a {
	font-size: .3rem;
	font-weight: bold;
}
.list-games .item .type {}
.list-games .item .type span {
    display: inline-block;
    color: var(--md-c);
    margin-right: .06rem;
    border: 1px solid var(--br-c);
    font-size: .24rem;
    padding: .06rem .12rem;
    border-radius: .06rem;
}
.list-games .item .view {
	display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: .6rem;
    padding: .12rem .3rem;
    font-weight: bold;
    font-size: .26rem;
}
.list-games .item .desc {
	border-top: 1px solid var(--br-c);
	padding-top: .2rem;
	margin-top: .3rem;
	color: var(--md-c);
	font-size: .26rem;
}




.list-news {
	background: #fff;
	border-radius: .2rem;
	padding: .2rem;
}
.list-news .part-cats {
	padding: 0;
}
.list-news .part-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: .2rem;
	margin-bottom: .2rem;
}
.list-news .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--br-c);
    padding-bottom: .24rem;
    margin-bottom: .24rem;
}
.list-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.list-news .item .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    width: 2rem;
    height: 1.5rem;
    border-radius: .08rem;
    margin-right: .2rem;
}
.list-news .item .title {
    height: .8rem;
    margin-bottom: .2rem;
	line-height: normal;
}
.list-news .item .title a {
	font-size: .28rem;
	font-weight: bold;
}
.list-news .item .desc {
	color: var(--md-c);
	font-size: .26rem;
	margin: .16rem 0;
}
.list-news .item .info {
	color: var(--md-c);
	margin-right: .1rem;
	font-size: .26rem;
}
.list-news .fenye .page-numbers {
	background: var(--bg-c);
}
.list-news.fenye .page-numbers:hover,
.list-news .fenye .current {
	background: var(--pm-c);
}




.list-gift {
	background: #fff;
	border-radius: .2rem;
	padding: .2rem;
}

.list-gift .item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 0.24rem;
    margin-bottom: 0.24rem;
}
.list-gift .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.list-gift .item .icon {
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-right: .2rem;
}
.list-gift .item .title {
	margin-bottom: .4rem;
}
.list-gift .item .title a {
	font-size: .3rem;
	font-weight: bold;
}
.list-gift .item .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .28rem;
}
.list-gift .item progress {
    max-width: 50%;
    margin: 0;
    flex: 1;
    overflow: hidden;
    border-radius: 3rem;
    border: none;
    background-color: var(--bg-c); 
    height: .22rem;
    margin-right: .2rem;
}
.list-gift .item progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: .2rem;
}

.list-gift .item .receive {
    margin-left: .2rem;
    display: inline-block;
    color: var(--pm-c);
    border-radius: 0.6rem;
    padding: 0.1rem 0.26rem;
    font-weight: bold;
    font-size: .24rem;
    border: 1px solid var(--pm-c);
}



.list-rank {}
.list-rank .rank-bg {
	height: 2.4rem;
	position: relative;
	overflow: hidden;
}
.list-rank .rank-warp {}
.list-rank .item {
    margin-bottom: 0.12rem;
    margin-top: 0;
}
.list-rank .item .item-top {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: .26rem;
	margin-bottom: .26rem;
}
.list-rank .item .item-top .title {}
.list-rank .item .item-top .title a {
	font-size: .3rem;
	font-weight: bold;
}
.list-rank .item .item-top .info {
	color: var(--md-c);
	font-size: .24rem;
}
.list-rank .item .item-top .view {
	display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: 0.4rem;
    font-size: .26rem;
    line-height: normal;
    padding: 0.12rem 0.3rem;
}
.list-rank .item .bind-games {
	text-align: center;
}
.list-rank .item .bind-games .icon {
	margin: 0 auto;
	height: .8rem;
	width: .8rem;
}
.list-rank .item .bind-games .title {}
.list-rank .item .bind-games .title a {
	font-size: .22rem;
}
.list-rank .item .item-more {
    margin-top: 0.2rem;
    background: var(--bg-c);
    color: var(--md-c);
    display: block;
    padding: 0.16rem;
    border-radius: 0.08rem;
    text-align: center;
    font-size: .24rem;
}


.fenye {
	margin: .4rem 0;
	text-align: center;
}
.fenye .page-numbers {
	display: inline-block;
	line-height: .62rem;
	padding: 0 .24rem;
	background: #fff;
	font-size: .26rem;
	border-radius: .08rem;
	color: var(--md-c);
}
.fenye .page-numbers:hover,
.fenye .current {
	background: var(--pm-c);
	color: #fff;
}



.show-game {}
.show-game .game-header {
	background: #fff;
	margin: 0.1rem;
    background: #fff;
    padding: 0.2rem;
    border-radius: 0.12rem;
}
.show-game .game-header .icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-right: .2rem;
	overflow: hidden;
	border-radius: .2rem;
}
.show-game .game-header h1 {
	font-size: .32rem;
	font-weight: bold;
	margin: 0;
}
.show-game .game-header .type {
    margin: .24rem 0;
    display: flex;
}
.show-game .game-header .type span {
	display: inline-block;
	background: #ffbd39;
	color: #fff;
	font-size: .22rem;
	padding: .04rem .12rem;
	line-height: normal;
	border-radius: .06rem;
	margin-right: .06rem;
}
.show-game .game-header .type span:nth-child(1){
    background: #0FE29A;
}
.show-game .game-header .type span:nth-child(2){
    background: #FFB700;
}
.show-game .game-header .type span:nth-child(3){
    background: #6659E7;
}
.show-game .game-header .type span:nth-child(4){
    background: #fc5185;
}
.show-game .game-header .type span:nth-child(5){
    background: #409EFF;
}

.show-game .game-header .desc {
    color: var(--md-c);
    font-size: .26rem;
}
.game-header .info {
	margin: .22rem 0;
	color: var(--md-c);
	font-size: .26rem;
}
.game-header .info span {
	margin-left: .2rem;
}
.game-header .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .26rem;
    max-width: 80%;
}
.game-header .surplus progress {
    margin: 0;
    flex: 1;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    background-color: var(--bg-c); 
    height: .22rem;
    margin-top: .04rem;
}
/* 进度条完成部分的样式 */
.game-header .surplus progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: 10px;
}

.show-game .down-btn {
	margin-top: .3rem;
	text-align: center;
}
.show-game .down-btn .btn {
	display: block;
	line-height: .75rem;
	border-radius: 1rem;
	background: var(--pm-c);
	color: #fff;
	font-size: .28rem;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.show-game .game-info {
	padding-top: .3rem;
	margin-top: .3rem;
	border-top: 1px solid var(--br-c);
}
.show-game .game-info ul {
	display: flex;
	align-items: center;
}
.show-game .game-info ul li {
	line-height: normal;
	font-size: .24rem;
	text-align: center;
	position: relative;
	width: 25%;
	margin-bottom: .1rem;
}
.show-game .game-info ul li:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	width: 1px;
	height: .6rem;
	background: var(--br-c);
}
.show-game .game-info ul li:last-child:after{
	display: none;
}
.show-game .game-info ul li .t {
	font-size: .24rem;
	display: block;
	font-weight: normal;
	color: #aaa;
}
.show-game .game-info ul li .v {
	display: block;
	font-size: .24rem;
	font-weight: bold;
	color: #303133;
	letter-spacing: .5px;
	padding: .2rem 0;
	padding-bottom: 0;
}
.show-game .game-info ul li .version {
    max-width: 1rem;
    overflow: hidden;
    margin: 0 auto;
}
.game-images {}
.game-images .item {
    height: 3.5rem;
    padding-left: 0.1rem
}
.game-images .item img {
    height: 100%;
    width: auto;
    border-radius: .06rem;
}
.game-images .item video {
    border-radius: .06rem;
    height: 3.5rem;
}
.game-content {}
.show-content p,
.game-content p {
    font-size: .28rem;
    line-height: .58rem;
    margin: .2rem 0;
}
.show-content h3,
.game-content h3 {
    border-left: 3px solid var(--pm-c);
    background: linear-gradient(to right, #fff8f5 30%, transparent);
    color: var(--pm-c);
    margin: .2rem 0;
    font-size: .28rem;
    font-weight: bold;
    padding: .2rem;
}
.show-content h3 a,
.game-content h3 a {
    color: var(--pm-c);
    font-size: 15px;
}
.page-content {
}
.show-news {
    padding: 0;
}
.show-news .show-header {
    padding: .2rem;
	padding-bottom: 0;
}
.show-news .show-header .header-tags {}
.show-news .show-header .header-tags span,
.show-news .show-header .header-tags a {
	display: inline-block;
    margin-right: .08rem;
    padding: 0.04rem 0.1rem;
    font-size: .24rem;
    background: rgba(13, 132, 255, .1);
    color: #0d84ff;
    border-radius: .06rem
}
.show-news .show-header .header-tags span:nth-child(2),
.show-news .show-header .header-tags a:nth-child(2) {
    background: rgba(254, 62, 41, .1);
    color: #fe3e29;
}
.show-news .show-header .header-tags span:nth-child(3),
.show-news .show-header .header-tags a:nth-child(3) {
    background: rgb(0,188,212, .1);
    color: #00BCD4
}
.show-news .show-header h1 {
	font-size: .36rem;
	font-weight: bold;
	line-height: .5rem;
	margin: .3rem 0 .4rem 0;
}
.show-news .header-info {
	padding: .2rem;
    border-top: 1px dashed var(--bg-c);
    border-bottom: 1px dashed var(--bg-c);
    box-shadow: inset -13px -48px 80px -35px var(--bg-c);
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show-news .header-info span {
	color: var(--md-c);
	font-size: .24rem;
}
.show-news .show-content {
	padding: .2rem;
}
.show-news .show-content p {
    text-indent: 2em;
    font-size: .28rem;
    line-height: .58rem;
    margin: 0.2rem 0;
}
.show-news .show-content img {
	display: block;
	margin: 0 auto;
	max-width: 86%;
	border-radius: 6px;
}
.show-table {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--br-c);
    border-bottom: 0;
}
.show-table li {
    width: 24%;
    text-align: center;
    font-size: .24rem;
    border-bottom: 1px solid var(--br-c);
    border-right: 1px solid var(--br-c);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
}
.show-table li:nth-child(4n){
    border-right: 0;
}


.show-game-list {
    margin-top: .3rem;
    border: 1px solid var(--br-c);
}
.show-game-list .item {
    display: block;
    border-bottom: 1px solid var(--br-c);
    padding: .3rem .2rem;
}
.show-game-list .item:last-child {
    border: 0;
}
.show-game-list .item:hover {
    background: var(--bg-c);
}
.show-game-list .item .num {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 4px;
    background: #ddd;
    color: #fff;
    margin-right: .2rem;
}
.show-game-list .item:nth-child(1) .num {
    background: #ff5a00
}
.show-game-list .item:nth-child(2) .num {
    background: #ff9b19
}
.show-game-list .item:nth-child(3) .num {
    background: #ffcb2e
}
.show-game-list .item .icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .2rem;
}
.show-game-list .item .icon img {
    width: 100%;
    height: 100%;
    max-width: none;
}
.show-game-list .item .title {
    display: block;
    font-size: .3rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: .3rem;
}
.show-game-list .item .type {}
.show-game-list .item .type span {
	display: inline-block;
	background: #ffbd39;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	line-height: normal;
	border-radius: 3px;
	margin-right: 3px;
}
.show-game-list .item .type span:nth-child(1){
    background: #0FE29A;
}
.show-game-list .item .type span:nth-child(2){
    background: #FFB700;
}
.show-game-list .item .type span:nth-child(3){
    background: #6659E7;
}
.show-game-list .item .type span:nth-child(4){
    background: #fc5185;
}
.show-game-list .item .type span:nth-child(5){
    background: #409EFF;
}
.show-game-list .item .desc {
    margin-top: .2rem;
    font-size: 13px;
    color: var(--md-c);
}
.show-game-list .item .more {
    border-radius: 1rem;
    font-size: .26rem;
    padding: 0.08rem 0.28rem;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
    font-weight: bold;
}
.version {
    color: #999;
    font-size: .24rem;
}
.footer {
	background: #282828;
	padding: .3rem;
}
.footer a {
	color: #fff;
	font-size: .24rem;
}
.footer .foot-link {
	padding-bottom: .3rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}
.footer .foot-link ul {
	white-space: nowrap;
	overflow-x: scroll;
}
.footer .foot-link ul li {
	display: inline-block;
	margin-right: .2rem;
}
.footer .foot-link ul li span {
	color: #fff
}
.footer .foot-link ul li a {
	color: #fff;
	font-size: .26rem;
}
.footer .foot-desc {
	padding: .24rem;
	background: rgba(255, 255, 255, .025);
	margin-bottom: .2rem;
}
.footer .foot-desc p {
	margin: .2rem 0;
	color: var(--md-c);
	font-size: .26rem;
	font-family: arial;
}
.footer .foot-desc p:first-child {
	margin-top: 0 !important;
}
.footer .foot-desc p:last-child {
	margin-bottom: 0;
}
.footer .foot-nav {}
.footer .foot-nav ul {}
.footer .foot-nav ul li {
	line-height: normal;
	display: inline-block;
	margin-right: .08rem;
}
.footer .foot-nav ul li a {
	font-size: .24rem;
	color: #fff
}

.home-games .item .desc {
  color: var(--md-c);
  font-size: .24rem;
  margin-top: .1rem;
}

/*移动端样式*/
@media (max-width: 760px) {

	
}

.part .item-more {
margin-top: .3rem;
  display: block;
  background: #fff8f5;
  color: var(--pm-c);
  text-align: center;
  border-radius: .12rem;
  font-size: .26rem;
  padding: .2rem;
}

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

