@charset "utf-8";
/*
    Theme Name: Soul主题
    Theme URI: https://www.260.cn/
    Author: 阿叶
    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);
}
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 {
	background: #fff;
}
.top-bar {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 30px;
	background: #282828;
}
.top-bar a,
.top-bar span {
	line-height: 40px;
	color: #b0b0b0;
	font-size: 13px;
}
.top-bar .login {}
.top-bar .login a {
	margin-left: 15px;
}
.nav-bar {
	padding: 0 30px;
    display: flex;
    align-items: center;
}
.nav-bar .logo {
}
.nav-bar .logo img {
	height: 40px;
}
.nav-bar .nav {
	flex: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.nav-bar .nav li {
	display: inline-block;
	margin: 0 30px;
}
.nav-bar .nav li a {
	display: block;
	font-size: 16px;
	color: #606266;
	padding: 28px 0;
}
.nav-bar .nav .current-post-ancestor a,
.nav-bar .nav .current-menu-item a {
    color: var(--pm-c);
    position: relative;
    font-weight: bold;
}
.nav-bar .nav .current-post-ancestor a:after,
.nav-bar .nav .current-menu-item a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 1em;
    height: 4px;
    border-radius: 10px;
    background: var(--pm-c);
}

.nav-bar .search {
	width: 240px;
	position: relative;
}
.nav-bar .search input {
	width: 100%;
	height: 40px;
	background: #fff8f5;
	border: 1px solid #ffd5b9;
	border-radius: 30px;
	text-indent: 15px;
	color: #303133;
	outline: none;
}
.nav-bar .search input::placeholder {
  color: #909399;
}
.nav-bar .search button {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 3px;
	background: var(--pm-c);
	color: #fff;
	border-radius: 20px;
	border: 0;
	padding: 8px 16px;
	cursor: pointer;
}
.nav-bar .search button:before {
	color: #fff;
	font-size: 16px;
}
.nav-bar .login {
	display: inline-block;
	line-height: 40px;
    background: var(--pm-c);
    color: #fff;
    border-radius: 20px;
    padding: 0 20px;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}


.home-banner {
	height: 200px;
	overflow: hidden;
	background: #333;
}
.home-banner img {
	filter: blur(20px);
}
.slide-recom-games {
	position: relative;
	z-index: 10;
	margin-top: -150px;
}
.slide-recom-games .item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}
.slide-recom-games .item:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 10px -10px #e0e0e0
}
.slide-recom-games .item .thumb {
	display: block;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.slide-recom-games .item .item-foot {
	padding: 20px;
	background: #fff;
}
.slide-recom-games .item .title {
	margin-bottom: 10px;
	line-height: normal;
}
.slide-recom-games .item .title a {
	font-size: 17px;
	font-weight: bold;
}
.slide-recom-games .item .desc {
	color: var(--md-c);
	font-size: 14px;
}
.slide-recom-games .view {
    color: #fff;
    background: var(--pm-c);
    display: block;	
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-radius: 20px;
    padding: 4px 16px;
    font-weight: bold;
}

.part {
	background: #fff;
}

.part-title {}
.part-title .title a,
.part-title .title {
	color: #242427;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.part-title .more {
    color: #999;
    font-size: 13px;
}

.games-bar {
	background: #fff;
	border-radius: 10px;
}
.games-bar .uk-width-auto {
	flex: 1;
	overflow: hidden;
}
.games-bar .item {
	text-align: center;
	padding: 30px 0;
}
.games-bar .item:hover {
	background: #fff8f5;
}
.games-bar .item .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.games-bar .item .title {
	margin-top: 8px;
	line-height: normal;
	padding: 0 20px;
}
.games-bar .item .title a {
	font-weight: bold;
	color: #242427;
}
.games-bar .item .desc {
	line-height: normal;
	margin: 8px 0;
	font-size: 13px;
	color: var(--md-c);
}
.games-bar .item .view {
	display: inline-block;
	background: var(--pm-c);
	color: #fff;
	border-radius: 20px;
	font-size: 12px;
	padding: 4px 16px;
	font-weight: bold;
}

.home-games {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}

.home-games .item {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
}
.home-games .item:hover {
	background: #fff8f5
}
.home-games .item:last-child {
	margin-bottom: 0;
}
.home-games .item .icon {
	width: 68px;
	height: 68px;
	margin-right: 12px;
}
.home-games .item .title {
	line-height: normal
}
.home-games .item .title a {
	font-weight: bold;
	color: #242427;
	font-size: 16px;
}
.version {
    font-size: 13px;
    color: #999;
}
.home-games .item .type {
	margin-top: 8px;
}
.home-games .item .type span {
    display: inline-block;
    color: var(--md-c);
    border: 1px solid var(--br-c);
    font-size: 13px;
    padding: 2px 6px;
    line-height: normal;
    border-radius: 3px;
    margin-right: 3px;
}
.home-games .item .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 15px;
    margin-top: 22px;
}
.home-games .item .surplus span {
	line-height: normal;
	font-size: 14px;
}
.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: 20px;
    font-size: 13px;
    padding: 6px 16px;
    font-weight: bold;
}

.game-news {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}
.game-news .item {
	padding: 20px;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.game-news .item:hover {
	background: #fff8f5
}
.game-news .item .thumb {
	border-radius: 8px;
	display: block;
	width: 116px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
}
.game-news .item .title {}
.game-news .item .title a {
	font-size: 16px;
}
.game-news .item .desc {
	color: var(--md-c);
	font-size: 14px;
	margin: 10px 0;
}
.game-news .item .info {
	color: var(--md-c);
	font-size: 14px;
}
.game-news .more {
	margin-top: 15px;
	display: block;
	background: #fff8f5;
	color: var(--pm-c);
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	padding: 10px;
}
.game-news .more:hover {
	background: var(--pm-c);
	color: #fff;
}






.game-rank {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.game-rank .part-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.game-rank .item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.game-rank .item:last-child {
	margin-bottom: 0;
}
.game-rank .item .num {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 4px;
	background: #ddd;
	color: #fff;
	margin-right: 15px;
}
.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: 68px;
	height: 68px;
	margin-right: 15px;
}
.game-rank .item .title {
	
}
.game-rank .item .title a {
	font-size: 16px;
}
.game-rank .item .type {
    margin-top: 20px;
}
.game-rank .item .type span {
    display: inline-block;
    color: var(--md-c);
    border: 1px solid var(--br-c);
    font-size: 13px;
    padding: 2px 6px;
    line-height: normal;
    border-radius: 3px;
    margin-right: 3px;
}
.game-rank .item .view {
    display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 16px;
    font-weight: bold;
}
.game-rank .item-more {
    margin-top: 20px;
    background: var(--bg-c);
    color: var(--md-c);
    display: block;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
}
.game-rank:hover .item-more {
    background: var(--pm-c);
    color: #fff;
}

.part-cats {
    height: 345px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.part-cats ul {
	overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
	margin-top: 15px;
}
.part-cats ul::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}
.part-cats ul::-webkit-scrollbar-thumb {
	background: #b1b6bd;
	border-radius: 10px;
}
.part-cats ul li {
	width: 33%;
	display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
    color: transparent;
}
.part-cats ul li a {
	display: block;
	text-align: center;
	background: var(--bg-c);
	padding: 6px 20px;
	font-size: 14px;
	border-radius: 4px;
	color: var(--md-c);
	margin: 0 3px;
}
.part-cats ul li a:hover ,
.part-cats ul .current-cat a {
	background: var(--pm-c);
	color: #fff;
}



.crumbs,
.crumbs a {
	color: var(--md-c);
	font-size: 14px;
}
.crumbs a:after {
	content: '>';
	font-family: simsun;
	font-weight: bold;
	color: #C0C4CC;
	font-size: 13px;
	margin: 0 3px;
}
.crumbs a:last-child:after {
	display: none;
}

.list-games {
	column-count: 3;
	column-gap: 20px;
}
.list-games .item {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	transition: all .3s;
}
.list-games .item:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 10px -10px #e0e0e0
}
.list-games .item .icon {
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.list-games .item .title {
    line-height: normal;
}
.list-games .item .title a {
	font-size: 16px;
	font-weight: bold;
}
.list-games .item .type {
	margin: 12px 0;
}
.list-games .item .type span {
    display: inline-block;
    color: var(--md-c);
    margin-right: 3px;
    border: 1px solid var(--br-c);
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
}
.list-games .item .view {
	display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: 20px;
    padding: 6px 16px;
    font-weight: bold;
}
.list-games .item .desc {
	border-top: 1px solid var(--br-c);
	padding-top: 15px;
	margin-top: 20px;
	color: var(--md-c);
	font-size: 14px;
	height: 20px;
}


.list-news {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.list-news .news-cats {}
.list-news .news-cats li {
	display: inline-block;
	margin-right: 3px;
}
.list-news .news-cats li a {
	display: block;
	background: var(--bg-c);
	color: var(--md-c);
	padding: 0 20px;
	line-height: 36px;
	border-radius: 4px;
	font-size: 14px;
}
.list-news .news-cats li a:hover,
.list-news .news-cats .current-cat a {
	background: var(--pm-c);
	color: #fff;
}
.list-news .part-title {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-news .news-warp {
	margin-top: 20px;
}
.list-news .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.list-news .item .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 125px;
    border-radius: 8px;
    margin-right: 15px;
}
.list-news .item .title {}
.list-news .item .title a {
	font-size: 17px;
	font-weight: bold;
}
.list-news .item .desc {
	color: var(--md-c);
	font-size: 14px;
	line-height: 26px;
	margin: 15px 0;
}
.list-news .item .info {}
.list-news .item .info span {
	color: var(--md-c);
	margin-right: 20px;
	font-size: 13px;
}
.list-news .item .info span:before {
	font-size: 15px;
}
.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: 10px;
	overflow: hidden;
	padding: 20px;
}
.list-gift .item {}

.list-gift {}
.list-gift .part-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list-gift .item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list-gift .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.list-gift .item .icon {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 15px;
}
.list-gift .item .title {}
.list-gift .item .title a {
	font-size: 17px;
	font-weight: bold;
}
.list-gift .item .desc {
	margin: 15px 0;
	color: var(--md-c);
	font-size: 15px;
}
.list-gift .item .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 15px;
}
.list-gift .item progress {
    max-width: 50%;
    margin: 0;
    flex: 1;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    background-color: var(--bg-c); 
    height: 12px;
    margin-right: 10px;
}
.list-gift .item progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: 10px;
}

.list-gift .item .receive {
    display: inline-block;
    color: var(--pm-c);
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid var(--pm-c);
}
.list-gift .item:hover .receive {
    background: var(--pm-c);
    color: #fff;
}


.fenye {
    margin: 50px 0 !important;
	text-align: center;
}
.fenye .page-numbers {
	display: inline-block;
	line-height: 36px;
	padding: 0 16px;
	background: #fff;
	font-size: 14px;
	border-radius: 4px;
	color: var(--md-c);
}
.fenye .page-numbers:hover,
.fenye .current {
	background: var(--pm-c);
	color: #fff;
}


.side-bar {
	width: 360px;
}
.side-bar .part-title {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.side-box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}

.side-recom-games {}
.side-recom-games .item {
	text-align: center;
}
.side-recom-games .item .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.side-recom-games .item .title {
	margin: 10px 0;
	line-height: normal;
}
.side-recom-games .item .title a {}
.side-recom-games .item .view {
    display: inline-block;
    background: var(--pm-c);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 16px;
    font-weight: bold;
}

.side-hot-news {}

.side-hot-news .item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--br-c);
}
.side-hot-news .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.side-hot-news .item .thumb {
	border-radius: 8px;
	display: block;
	width: 120px;
	height: 80px;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
}
.side-hot-news .item .title {
	margin-bottom: 15px;
}
.side-hot-news .item .title a {}
.side-hot-news .item .time {
	font-size: 14px;
}
.side-recom-tag {}
.side-recom-tag .item {
	border: 1px solid #FFF8F5;
	padding: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.side-recom-tag .item:hover {
	border: 1px solid var(--pm-c);
}
.side-recom-tag .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.side-recom-tag .item .icon {
	width: 68px;
	height: 68px;
	margin-right: 15px;
}
.side-recom-tag .item .title {
	line-height: normal;
	margin-bottom: 20px;
}
.side-recom-tag .item .title a {
	font-size: 16px;
}
.side-recom-tag .item .tags {
	display: flex;
	align-items: center;
}
.side-recom-tag .item .tags span {
    display: inline-block;
    color: var(--md-c);
    margin-right: 3px;
    border: 1px solid var(--br-c);
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
}
.side-recom-tag .item .view {
	display: block;
	height: 90%;
	background: #FFF8F5;
	color: var(--pm-c);
	font-size: 12px;
	padding: 0 8px;
	text-align: center;
	writing-mode: vertical-rl;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 5px;
	border-radius: 4px;
}
.side-recom-tag .item:hover .view{
	background: var(--pm-c);
	color: #fff;
}
.side-recom-tag .item:hover {
	background: #FFF8F5;
}
.side-recom-tag .more {
	display: block;
    background: var(--bg-c);
    color: var(--md-c);
    line-height: 38px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}
.side-recom-tag .more:hover {
    background: var(--pm-c);
    color: #fff;
}

.show-img {
	overflow: hidden;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}
.show-news {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.show-warp .crumbs a {
	color: #fff;
	opacity: .6;
}
.show-warp .crumbs span {
	color: #fff;
	opacity: .4;
}
.show-warp .crumbs a:after {
    color: #fff;
}
.show-warp {
	position: relative;
	z-index: 10;
	margin-top: -150px;
}
.show-news .show-header {
	padding: 30px;
	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: 5px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    background: rgba(13, 132, 255, .1);
    color: #0d84ff;
    border-radius: 3px
}
.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: 24px;
	line-height: normal;
	margin: 15px 0 30px 0;
}
.show-news .header-info {
	padding: 30px;
    border-top: 1px dashed var(--bg-c);
    border-bottom: 1px dashed var(--bg-c);
    padding: 15px 25px;
    box-shadow: inset -13px -48px 80px -35px var(--bg-c);
    background: none;
    display: flex;
    align-items: center;
}
.show-news .header-info span {
	color: var(--md-c);
	font-size: 13px;
	margin-right: 50px;
}
.show-news .show-content {
	padding: 30px;
}
.show-content p:first-child,
.show-content h3:first-child {
    margin-top: 0;
}
.show-news .show-content p {
	text-indent: 2em;
	line-height: 28px;
	font-size: 15px;
}
.show-news .show-content img {
	display: block;
	margin: 0 auto;
	max-width: 68%;
	border-radius: 6px;
}
.show-content h3 {
    border-left: 3px solid var(--pm-c);
    background: linear-gradient(to right, #fff8f5 30%, transparent);
    color: var(--pm-c);
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.show-content h3 a {
    color: var(--pm-c);
    font-size: 15px;
}
.rank-content {}
.rank-content img {
	width: 100%;
	height: 100%;
	max-width: 100% !important
}
.show-table {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--br-c);
    border-bottom: 0;
}
.show-table li {
    width: 19.5%;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid var(--br-c);
    border-right: 1px solid var(--br-c);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}
.show-table li a {
    font-size: 14px;
}
.show-table li:nth-child(5n){
    border-right: 0;
}
.rank-content {}
.bing-games {
	display: flex;
	align-items: center;
	border: 1px solid var(--br-c);
	padding: 20px;
	margin-bottom: -1px;
}
.bing-games:hover {
	background: #fcfcfc;
}
.bing-games .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    background: #ddd;
    color: #fff;
    margin-right: 15px;
}
.bing-games .num-1 {
    background: #ff5a00
}
.bing-games .num-2 {
    background: #ff9b19
}
.bing-games .num-3 {
    background: #ffcb2e
}
.bing-games .icon {
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.bing-games .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.bing-games .type {}
.bing-games .type span {
	display: inline-block;
	background: #ffbd39;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	line-height: normal;
	border-radius: 3px;
	margin-right: 3px;
}
.bing-games .type span:nth-child(1){
    background: #0FE29A;
}
.bing-games .type span:nth-child(2){
    background: #FFB700;
}
.bing-games .type span:nth-child(3){
    background: #6659E7;
}
.bing-games .type span:nth-child(4){
    background: #fc5185;
}
.bing-games .type span:nth-child(5){
    background: #409EFF;
}
.bing-games .desc {
	margin-top: 10px;
	line-height: 22px;
    font-size: 13px;
    color: var(--md-c);
}

.single-copyright {
	border: 1px solid var(--br-c);
    background-color: #fdfdfd;
    border-radius: 6px;
    padding: 18px 20px;
    color: var(--md-c);
    margin: 25px;
    margin-top: 0;
}
.single-copyright p {
	margin-bottom: 10px;
	margin-top: 0;
	text-indent: 0;
	font-size: 14px !important;
	line-height: normal;
}
.single-copyright p:last-child {
	margin-bottom: 0;
}

.show-game {

}
.show-game .game-header {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.show-game .game-header .icon {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 12px;
}
.show-game .game-header h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.show-game .game-header .type {
    margin: 20px 0;
    display: flex;
}
.show-game .game-header .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 .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: 15px;
}
.game-header .info {
	margin: 22px 0;
	color: var(--md-c);
	font-size: 15px;
}
.game-header .info span {
	margin-left: 10px;
}
.game-header .surplus {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 15px;
    max-width: 80%;
}
.game-header .surplus progress {
    margin: 0;
    flex: 1;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    background-color: var(--bg-c); 
    height: 13px;
    margin-top: 2px;
}
/* 进度条完成部分的样式 */
.game-header .surplus progress::-webkit-progress-value {
    background-color: var(--pm-c);
    border-radius: 10px;
}

.show-game .down-btn {
	margin-top: 20px;
}
.show-game .down-btn .btn {
	display: block;
	padding: 0 35px;
	line-height: 46px;
	border-radius: 40px;
	background: #f2f2f2;
	color: var(--md-c);
	font-size: 15px;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	text-indent: 6px;
}
.show-game .down-btn .btn::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0,-50%);
}
.show-game .down-btn .az {
	background: #15bf6b;
	color: #fff;
}
.show-game .down-btn .az:before {
	background-image: url(static/images/icon-az.png);
	background-size: 100%;
}
.show-game .down-btn .hz {
	background: var(--pm-c);
	color: #fff;
}
.show-game .down-btn .hz:before {
	background-image: url(static/images/icon-hz.png);
	background-size: 100%;
}
.show-game .down-btn .lb {
	background: #2196f3;
	color: #fff;
}
.show-game .down-btn .lb::before {
	background-image: url(static/images/icon-lb.png);
	background-size: 100%;
    height: 12px;
}
.show-game .game-info {
	padding-top: 25px;
	margin-top: 25px;
	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: 12px;
	text-align: center;
	position: relative;
	width: 25%;
}
.show-game .game-info ul li:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	width: 1px;
	height: 30px;
	background: var(--br-c);
}
.show-game .game-info ul li:last-child:after{
	display: none;
}
.show-game .game-info ul li .t {
	font-size: 12px;
	display: block;
	font-weight: normal;
	color: #aaa;
}
.show-game .game-info ul li .v {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #303133;
	letter-spacing: .5px;
	padding: 10px 0;
	padding-bottom: 0;
}
.show-game .game-info ul li .version {
    max-width: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.show-game-list {
    margin-top: 25px;
    border: 1px solid var(--br-c);
}
.show-game-list .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--br-c);
    padding: 25px 20px;
}
.show-game-list .item:last-child {
    border: 0;
}
.show-game-list .item .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px;
    background: #ddd;
    color: #fff;
    margin-right: 15px;
}
.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: 86px;
    height: 86px;
    margin-right: 15px;
}
.show-game-list .item .icon img {
    width: 100%;
    height: 100%;
    max-width: none;
}
.show-game-list .item .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
.show-game-list .item .type {
    margin: 12px 0;
}
.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 {
    font-size: 13px;
    color: var(--md-c);
}
.show-game-list .item .more {
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border: 1px solid var(--pm-c);
    color: var(--pm-c);
}
.show-game-list .item:hover .more {
    color: #fff;
    background: var(--pm-c);
}


.game-content {
	padding: 30px;
	background: #fff;
	border-radius: 12px;
}
.game-content p {
	line-height: 28px;
	font-size: 15px;
	margin: 15px 0;
}
.game-content h3 {
    border-left: 3px solid var(--pm-c);
    background: linear-gradient(to right, #fff8f5 30%, transparent);
    color: var(--pm-c);
    margin: 15px 0;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}
.game-type {
	display: flex;
}
.game-type span {
    background: var(--bg-c);
    border-radius: 3px;
    color: var(--md-c);
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    line-height: normal;
    margin-right: 5px;
}
.game-type .edit a {
    color: #fff;
}
.game-type span,
.game-type span a {
    color: var(--md-c);
    font-size: 13px;
}
.game-type span:hover a {
    color: #fff;
}
.game-type span:hover {
	background: var(--pm-c);
	color: #fff;
}

.game-images {
	position: relative;
	height: 320px;
}
.game-images .uk-slider-items {
    margin-left: -10px;
}
.game-images .item {}
.game-images .item video {
	border-radius: 8px;
	height: 300px;
}
.game-images .uk-grid-small>* {
    padding-left: 10px;
}
.game-images .item img {
	max-height: 300px;
	border-radius: 8px;
}
.button-prev,
.button-next {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background: url(static/images/slide-btn.png) no-repeat;
    width: 37px;
    height: 58px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}
.button-next {
    right: 0;
    transform: translate(0, -50%) rotate(180deg);
}
.game-images:hover .button-prev,
.game-images:hover .button-next {
    opacity: 8;
}


.show-comment {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
}
.show-comment .part-title {
    border-bottom: 1px solid var(--br-c);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.show-comment .comment-list {}
.show-comment .comment-list .comment-item {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.show-comment .comment-list .comment-item:last-child {
	border: 0;
}
.show-comment .comment-list .comment-item .user-info {
	display: flex;
	align-items: center;
}
.show-comment .comment-list .comment-item .user-info .avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	cursor: pointer;
	background-size: 100%;
}
.show-comment .comment-list .comment-item .user-info .name {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: normal;
	color: #606266;
	cursor: pointer;
}
.show-comment .comment-list .comment-item .user-info .name a {
	font-size: 16px;
}
.show-comment .comment-list .comment-item .user-info .grade {
    display: inline-block;
	background: var(--bg-c);
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 3px;
	line-height: normal;
}
.show-comment .comment-list .comment-item .user-info .info {
	font-size: 14px;
	color: var(--md-c);
	line-height: normal;
}
.show-comment .comment-list .comment-item .user-info .info span {
	margin-right: 10px;
}
.show-comment .comment-list .comment-item .user-info .time {
	font-size: 14px;
	color: var(--md-c);
}
.show-comment .comment-list .comment-item .comment-content {
	padding-left: 55px;
	margin: 15px 0;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 28px;
}
.show-comment .comment-list .comment-item .comment-content img {
	margin-top: 15px;
	display: block;
	max-width: 50%;
	border-radius: 4px;
	max-height: 320px;
}
.show-comment .comment-list .comment-item .comment-foot {
	display: flex;
	align-items: center;
	padding-left: 55px;
	color: var(--md-c);
	font-size: 13px;
}
.show-comment .view-more {
    display: block;
    background: var(--pm-c);
    color: #fff;
    line-height: 42px;
    border-radius: 40px;
    text-align: center;
}

.page {}
.page .page-menu {
	width: 280px;
	border-radius: 8px;
    background: #fff;
    padding: 25px;
}
.page .page-menu ul {}
.page .page-menu ul li {
	margin-bottom: 10px;
}
.page .page-menu ul li a {
	display: block;
	line-height: 52px;
	text-indent: 2em;
	color: var(--md-c);
	border-radius: 8px;
}
.page .page-menu ul li a:hover,
.page .page-menu ul .current-menu-item a {
	background: var(--pm-c);
	color: #fff;
	border-radius: 4px;
}
.page .page-content {
	border-radius: 8px;
    background: #fff;
    padding: 25px;
}
.page .page-content .part-title {
    border-bottom: 1px solid var(--br-c);
    margin-bottom: 20px;
}
.page .page-content p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 32px;
}


.footer {
	background: #282828;
	padding: 30px;
}
.footer a {
	color: #fff;
	font-size: 14px;
}
.footer .foot-title {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer .foot-link {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .06)
}
.footer .foot-link ul {}
.footer .foot-link ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer .foot-link ul li span {
	color: #fff
}
.footer .foot-link ul li a {
	color: #fff;
	font-size: 14px;
}
.footer .foot-desc {
	padding: 20px;
	background: rgba(255, 255, 255, .025);
	margin-bottom: 20px;
}
.footer .foot-desc p {
	margin: 15px 0;
	color: var(--md-c);
	font-size: 14px;
	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 {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, .06)
}
.footer .foot-nav ul {}
.footer .foot-nav ul li {
	line-height: normal;
	display: inline-block;
	margin-right: 10px;
}
.footer .foot-nav ul li a {
	font-size: 14px;
	color: #fff
}


@media (max-width: 760px) {

}

.more-link {
    height: 28px;
    border-radius: 14px;
    display: block;
    float: right;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}

.show-game .game-header .ewm {
  height: 120px;
  overflow: hidden;
  font-size: 12px;
}



.home-games .item .desc {
  font-size: 12px;
  color: var(--md-c);
  margin-top: 8px;
}