:root {
    --pm-c: #e93030;
    --br-c: #e5e5e5;
    --md-c: #909399;
}
html,body {
	color: #333;
	font-size: 15px;
}
a,a:hover {
	font-size: 15px;
	text-decoration: none;
	color: #333;
}
ul,ol {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
input:focus {
	outline: none;
}
.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}

.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;
}

.navbar {
	padding-top: 30px;
}
.navbar .logo {
	margin-right: 100px;
	display: block;
	height: 50px;
	margin-top: 5px;
}
.navbar .logo img {
	height: 100%
}
.navbar ul {
	padding: 0;
	margin: 0;
	height: 90px;
	overflow: hidden;
}
.navbar ul li {
	display: inline-block;
	height: 100%;
	width: 80px;
	margin: 0 5px;
}
.navbar ul li a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	background-color: #ebf7fb;
	border-radius: 6px 6px 0 0;
}
.navbar ul li a span {
	position: absolute;
	max-width: 35px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 16px;
	text-align: center;
	color: #000;
}
.navbar ul li a:hover,
.navbar ul .active a {
	background: #3aaed4;
}
.navbar ul li a:hover span,
.navbar ul .active span {
	color: #fff;
	font-weight: bold;
}

.navbar .search {
	width: 240px;
	height: 40px;
	position: relative;
}
.navbar .search input {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 20px;
	border: solid 1px #3aaed4;
	text-indent: 15px;
}
.navbar .search i {
	display: inline-block;
	width: 18px;
	height: 17px;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0%,-50%);
}
.main {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}

.home-top-recom {
	margin-top: 25px;
}
.home-top-recom .item {
	width: 10%;
	text-align: center;
	margin-bottom: 20px;
}
.home-top-recom .item .icon {
	width: 86px;
	height: 86px;
}
.home-top-recom .item .title {
	margin: 15px 0;
	color: #666;
}
.home-top-recom .item .title a {
	font-size: 14px;
	color: #666;
}
.home-top-recom .item .btn {
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	color: #666;
	padding: 6px 18px;
	font-size: 14px;
}
.home-top-recom ul {
	margin-top: 20px;
}
.home-top-recom ul li {
	display: inline-block;
}
.home-top-recom ul li:nth-child(n+2) {
	margin-right: 15px;
}
.home-top-recom ul li a {
	color: #666;
	font-size: 14px;
}

.home-top-album {
	border-top: 1px dashed #eee;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.home-top-album .item {}
.home-top-album .item .icon {
	width: 100px;
	height: 100px;
	margin-right: 17px;
}
.home-top-album .item .title {
	margin-bottom: 20px;
}
.home-top-album .item .title a {
	font-size: 16px;
}
.home-top-album .item ul {
	display: flex;
	flex-wrap: wrap;
}
.home-top-album .item ul li {
	width: 33.3%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
    position: relative;
}
.home-top-album .item ul li:nth-child(4),
.home-top-album .item ul li:nth-child(5),
.home-top-album .item ul li:last-child {
	margin-bottom: 0;
}
.home-top-album .item ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #dfdfdf;
	top: 50%;
	transform: translate(0,-50%);
	margin-right: 10px;
}
.home-top-album .item ul li a {
	font-size: 14px;
}
.w412 {
	width: 412px;
}
.home-slideshow {
	position: relative;
}
.home-slideshow .item {}
.home-slideshow .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
}
.home-slideshow .cover span {
	color: #fff;
}
.home-slideshow .uk-slideshow-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	margin: 15px;
}
.home-slideshow .uk-slideshow-nav li {
	margin-left: 4px;
}
.home-slideshow .uk-slideshow-nav li a {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
}
.home-slideshow .uk-slideshow-nav .uk-active a {
	background-color: #5aa2ba;
}
.slide-bottom-post {
	margin-top: 12px;
}
.slide-bottom-post .thumb {
	height: 120px;
	display: block;
}
.slide-bottom-post .title {
	margin-top: 10px;
}

.part-title {
	border-bottom: 1px solid #3aaed4;
	position: relative;
}
.part-title:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #3aaed4;
	border-radius: 6px 6px 0px 0;
	background-image:url(../images/part-title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.part-title .title {
	font-weight: bold;
	font-size: 17px;
	line-height: 30px;
	margin-left: 15px;
	color: #111;
}
.part-title .more {
	color: #666;
	font-size: 14px;
}

.part-new-games {}
.part-new-games .item {
	margin-top: 20px;
}
.part-new-games .item .cname {
	background-color: #ebf7fb;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	color: #3aaed4;
}
.part-new-games .item a {
	display: flex;
	flex: 1;
	overflow: hidden;
	margin: 0 10px;
}
.part-new-games .item .icon {
	width: 26px;
	height: 26px;
	border-radius: 6px;
	margin-right: 10px;
}
.part-new-games .item .time {
	color: #999;
}


.part-hot-news {}
.part-hot-news .item {
	margin-top: 20px;
}
.part-hot-news .item a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-hot-news .item .thumb {
	display: block;
	width: 122px;
	height: 90px;
	margin-right: 15px;
}
.part-hot-news .item .title {
	margin-bottom: 15px;
}
.part-hot-news .item .title a {
	font-size: 16px;
}
.part-hot-news .item .desc {
	font-size: 14px;
	color: #999;
}
.part-hot-news .item .dot {
	position: relative;
}
.part-hot-news .item .dot:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #3aaed4;
	margin-right: 15px;
}

.w375 {
	width: 375px;
}
.home-latest {}
.home-latest .top {}
.home-latest .top .title {
	margin-bottom: 25px;
}
.home-latest .top .title a {
	font-size: 20px;
	font-weight: bold;
	color: #3aaed4;
}
.home-latest .top .desc {
	padding: 20px;
	color: #3aaed4;
	background-color: #e9f6fb;
	background-image: url(../images/home-latest-desc-bg.png);
	background-repeat: no-repeat;
	position: relative;
}
.home-latest .top .desc:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 13px;
	height: 11px;
	background-image: url(../images/home-latest-desc-bg.png);
	transform: rotate(180deg);
}
.home-latest .top .desc p {
	margin: 0;
	line-height: 25px;
}
.home-latest ul {}
.home-latest ul li {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.home-latest ul li a {
	color: #666;
	display: block;
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-latest ul li a:before {
	
}
.home-latest ul li span {
	color: #999;
}
.home-latest ul li:nth-child(9) a,
.home-latest ul li:nth-child(1) a {
	font-weight: bold;
	color: #333;
}
.home-latest ul li:nth-child(8) {
	margin-bottom: 35px;
}

.part-video {}
.part-video .thumb {
	display: block;
	height: 122px;
	position: relative;
	background: #000;
}
.part-video .thumb img {
	opacity: .6;
}
.part-video .thumb:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 42px;
	height: 32px;
	background-image: url(../images/icon-video.png);
	background-repeat: no-repeat;
}
.part-video ul {}
.part-video ul li {
	padding-top: 16px;
	margin-top: 16px;
	display: flex;
	align-items: center;
	border-top: 1px dashed #e5e5e5;
}
.part-video ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-video ul li a:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 15px;
	background-image: url(../images/icon-video.png);
	background-repeat: no-repeat;
	background-size: 100%;
	transform: translateY(2px);
	margin-right: 10px;
}
.part-video ul li .hot {
	position: relative;
	color: #888;
}
.part-video ul li .hot:before {
	
}


.part-hot-gonglue {
	overflow: hidden;
}
.part-hot-gonglue .gonglue-title {
	width: 100%;
}
.mode-title {
	display: flex;
	align-items: center;
}
.mode-title .title {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 134px;
	position: relative;
	background-image: url(../images/mode-title-bg.png);
	background-size: 100%;
	font-size: 18px;
	color: #fff5af;
	text-indent: -5px;
	font-weight: bold;
	font-style: italic;
	z-index: 10;
}
.mode-title .bar {
	flex: 1;
	height: 26px;
	background: #30B5E0;
	margin-left: -20px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	line-height: 24px;
}




.part-hot-gonglue .gonelue-warp {}
.part-hot-gonglue .item {
	margin-top: 18px;
	margin-bottom: 25px;
	position: relative;
}
.part-hot-gonglue .item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100px;
	left: 6px;
	bottom: 0;
	background: #eee;
}
.part-hot-gonglue .item:first-child:before {
	height: 30px;
}
.part-hot-gonglue .item:nth-child(6):before {
	height: 60px;
	top: -30px;
	bottom: auto;
}
.part-hot-gonglue .gonelue-warp>.thumb {
	height: 130px;
	margin-top: 20px;
}
.part-hot-gonglue .item .thumb {
	width: 125px;
	height: 70px;
	position: relative;
	margin-right: 15px;
}
.part-hot-gonglue .item .thumb a {
	width: 100px;
	margin-left: 25px;
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.part-hot-gonglue .item:nth-child(1):after {
	content: '';
	width: 30px;
	height: 34px;
	background-image: url(../images/hot-gonglue-bg-01.png);
	position: absolute;
	top: -6px;
	left: 25px;
}
.part-hot-gonglue .item:nth-child(2):after {
	content: '';
	width: 30px;
	height: 34px;
	background-image: url(../images/hot-gonglue-bg-02.png);
	position: absolute;
	top: -6px;
	left: 25px;
}
.part-hot-gonglue .item:nth-child(3):after {
	content: '';
	width: 30px;
	height: 34px;
	background-image: url(../images/hot-gonglue-bg-03.png);
	position: absolute;
	top: -6px;
	left: 25px;
}
.part-hot-gonglue .item .thumb:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #3aaed4;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translate(0,-50%);
	z-index: 10;
}
.part-hot-gonglue .item .thumb:after {
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #e8f3f7;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.part-hot-gonglue .item .title {
	margin-bottom: 20px;
}
.part-hot-gonglue .item .info {
	color: #666;
	font-size: 13px;
}
.part-hot-gonglue .item .info span:last-child {
	flex: 1;
	overflow: hidden;
}
.part-hot-album {}
.part-hot-album .item {}
.part-hot-album .item .item-games {
	display: none;
	margin-bottom: 15px;
	border-radius: 6px;
}
.part-hot-album .active .item-games {
	display: block;
}
.part-hot-album .item-list {
	margin-bottom: 17px;
}
.part-hot-album .item-list a {
	font-size: 16px;
	display: block;
	flex: 1;
	position: relative;
}
.part-hot-album .item-list a:before {
	content: '新';
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #ff9a49;
	border-radius: 4px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	margin-right: 15px;
}
.part-hot-album .item-list span {
	color: #999;
	font-size: 13px;
}
.part-hot-album .item-games {
	padding: 20px;
}
.part-hot-album .item-games .bg {
	filter: blur(15px);
	opacity: .3;
}
.part-hot-album .item-games .icon {
	display: block;
	width: 86px;
	height: 86px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
}
.part-hot-album .item-games .title {
	margin-top: 10px;
}
.part-hot-album .item-games .title a {
	font-size: 13px;
	color: #666;
}
.part-hot-album .uk-grid {
	position: relative;
	z-index: 10;
}

.home-album {
	padding: 40px 0;
	background-image: url(../images/home-album-bg.png);
}
.home-album .item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}
.home-album .item .item-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	line-height: normal;
	margin-bottom: 20px;
}
.home-album .item .item-title a {
	font-size: 18px;
	font-size: #111;
	font-weight: bold;
}
.home-album .item .icon {
	border-radius: 12px;
	overflow: hidden;
	display: block;
}
.home-album .item .title {
	margin-top: 10px;
	text-align: center;
}
.home-album .item .title a {
	font-size: 13px;
	color: #666;
}
.home-album .item .foot {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 20px;
	font-size: 13px;
	color: #666;
}
.home-album .item .foot span {
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 3px;
}
.home-album .item .icon-type {
	background-image: url(../images/icon-type.png);
}
.home-album .item .icon-time {
	background-image: url(../images/icon-time.png);
}


.home-games {}
.home-games .uk-width-auto {
	width: 14.25%;
}
.home-games .item {
	background-color: #f8fafb;
	padding: 30px;
	text-align: center;
}
.home-games .item .icon {
	display: block;
	width: 108px;
	height: 108px;
	border-radius: 16px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.home-games .item .title {
	margin: 20px 0 5px 0;
}
.home-games .item .title a {
	font-size: #333;
	font-size: 16px;
}
.home-games .item .icon-star {
	display: inline-block;
	width: 75px;
	height: 12px;
	background-image: url(../images/icon-star-bg.png);
	position: relative;
}
.home-games .item .icon-star:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icon-star.png);
	height: 100%;
}
.home-games .item .star-1:before {
	width: 15px;
}
.home-games .item .star-2:before {
	width: 30px;
}
.home-games .item .star-3:before {
	width: 45px;
}
.home-games .item .star-4:before {
	width: 60px;
}
.home-games .item .star-5:before {
	width: 75px;
}

.home-games .item .info {}
.home-games .item .info span {
	font-size: 13px;
	white-space:nowrap;
	color: #666;
	display: block;
	margin-top: 10px;
}


.part-news-recom {}
.part-news-recom .banner {}
.part-news-recom .banner .img {
	display: block;
	height: 242px;
	position: relative;
	overflow: hidden;
}
.part-news-recom .banner .title {
	margin-top: 15px;
}
.part-news-recom .banner .title a {
	font-weight: bold;
	font-size: 16px;
}
.part-news-recom .thumb {
	height: 138px;
	display: block;
	position: relative;
	overflow: hidden;
}
.part-news-recom ul {}
.part-news-recom ul li {
	display: flex;
	margin-top: 22px;
	align-items: center;
}
.part-news-recom ul li a {
	display: block;
	flex: 1;
	position: relative;
}
.part-news-recom ul li a:before {
	content: '推荐';
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	padding: 0 8px;
	background-color: #3aaed4;
	border-radius: 4px;
	margin-right: 10px;
}
.part-news-recom ul li span {
	color: #666;
	margin-left: 15px;
}

.part-game-news {}
.part-game-news .top {}
.part-game-news .top .title {}
.part-game-news .top .title a {
	font-weight: bold;
	font-size: 16px;
}
.part-game-news .top .thumb {
	display: block;
	width: 140px;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.part-game-news .top .desc {
	flex: 1;
	overflow: hidden;
	margin-left: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.part-game-news .item {
	margin-top: 20px;
}
.part-game-news .item .time {
	color: #3aaed4;
	position: relative;
}
.part-game-news .item .time:after {
	content: '';
	display: block;
	height:1px;
	width: 100%;
	background: #eee;
	position: absolute;
	top: 12px;
}
.part-game-news .item .time span {
	position: relative;
	z-index: 10;
	font-size: 15px;
	background-color: #fff;
}
.part-game-news .item .time .icon-time {
	font-size: 14px;
	color: #3aaed4;
	background-image: url(../images/game-news-time.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 10px;
}
.part-game-news .item .time .arrow {
	position: absolute;
	right: 0;
	padding-left: 10px;
}
.part-game-news .item .title {
	margin-top: 15px;
}
.part-game-news .item .title a {
	font-size: 16px;
}
.part-game-news .item .desc {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}

.part-gift {}
.part-gift .item {
	margin-bottom: 20px;
	display: flex;
}
.part-gift .active {
	display: flex;
}

.part-gift .item .surplus {
	color: #999;
	font-size: 14px;
	margin-right: 15px;
}
.part-gift .item .item-card {
	display: none;
	flex: 1;
	overflow: hidden;
} 
.part-gift .item .item-card .title {
	margin-bottom: 15px;
}
.part-gift .item .item-card .title a {} 
.part-gift .item .item-card .icon {
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.part-gift .item .item-card .desc {
	color: #666;
	font-size: 14px;
	flex: 1;
	line-height: 35px;
	overflow: hidden;
	margin: 0 10px;
} 

.part-gift .item .item-card .receive {
	width: 51px;
	color: #fff;
	font-size: 14px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #3aaed4;
	border-radius: 4px;
}

.part-gift .item .item-list {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}
.part-gift .item .item-list a {
	display: block;
	flex: 1;
	overflow: hidden;
}
.part-gift .item .item-list .receive {
	color: #3AAED4;
}
.part-gift .active .item-card {
	display: block;
}
.part-gift .active .item-list {
	display: none;
}

.part-jx-gonglue {}
.part-jx-gonglue .item {
	margin-bottom: 10px;
	background-color: #3aaed4;
}
.part-jx-gonglue .item .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 115px;
}
.part-jx-gonglue .item .thumb:after {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #3aaed4 transparent transparent;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.part-jx-gonglue .item:last-child .thumb {
}
.part-jx-gonglue .item:last-child .thumb:after {
	left: 0;
	right: auto;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent transparent #3aaed4;
}
.part-jx-gonglue .item .title {
	margin: 0 20px;
	margin-bottom: 15px;
}
.part-jx-gonglue .item .title a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.part-jx-gonglue .item span {
	color: #fff;
	margin: 0 20px;
	font-size: 14px;
}

.home-images {}
.home-images .w310 {
	width: 310px;
}
.home-images .w260 {
	width: 260px;
}
.home-images .h220 {
	height: 220px;
}
.home-images .h450 {
	height: 455px;
	margin-left: 15px;
}
.home-images .h142 {
	height: 142px;
	margin-left: 15px;
}
.home-images a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.home-rank {}
.home-rank .rank-box {
	padding: 0 20px;
	height: 700px;
	background-image: url(../images/home-rank-bg.png);
	background-repeat: no-repeat;
}
.home-rank .rank-box .rank-title {
	font-weight: bold;
	color: #3AAED4;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}
.home-rank .rank-box .item-card {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.home-rank .rank-box .item-card .icon {
	display: block;
	width: 75px;
	height: 82px;
	position: relative;
	margin-right: 15px;
}
.home-rank .rank-box .item-card .icon img{
    width: 66px;
    height: 66px;
    margin-top: 6px;
    margin-left: 6px;
    border-radius: 12px;
}
.home-rank .rank-box .item-card .icon a{
   position: relative;
   display: block;
   width: 75px;
   height: 82px;
}
.home-rank .rank-box .item-card .icon a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/rank-bg-01.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
	background-repeat: no-repeat;
}
.home-rank .rank-box .item-0 .icon a:after {
	background-image: url(../images/rank-bg-01.png);
}
.home-rank .rank-box .item-1 .icon a:after {
	background-image: url(../images/rank-bg-02.png);
}
.home-rank .rank-box .item-2 .icon img {
	margin: 10px 5px !important
}
.home-rank .rank-box .item-2 .icon a:after {
	background-image: url(../images/rank-bg-03.png);
}
.home-rank .rank-box .item-card .icon a {
	display: block;
	/*margin: 6px;*/
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.home-rank .rank-box .item-card .title a {
	font-size: 16px;
}
.home-rank .rank-box .item-card .info {
	color: #888;
	margin-top: 15px;
	font-size: 14px;
}
.home-rank .rank-box .item-card .down-btn {
	display: inline-block;
	background-color: #3AAED4;
	color: #fff;
	padding: 6px 18px;
	border-radius: 4px;
}

.home-rank .rank-box .item-list {
	display: flex;
	align-items: center;
	margin-top: 22px;
}
.home-rank .rank-box .item-list .num {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	background-color: #eeeeee;
}
.home-rank .rank-box .item-list .title {
	display: block;
	flex: 1;
	margin-left: 15px;
}
.home-rank .rank-box .item-list .cname {
	margin: 0 15px;
	color: #999;
	font-size: 14px;
}
.home-rank .rank-box .item-list .down {
	color: #999;
	font-size: 14px;
	background-image: url(../images/rank-down-bg.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0 5px;
}

.home-link {}
.home-link ul {}
.home-link ul li {
	display: inline-block;
	margin: 5px ;
}
.home-link ul li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #ccc;
	margin: 0 5px 0 15px;
}
.home-link ul li a {
	color: #666;
	font-size: 13px;
}
.home-link ul li:last-child:after {
	display: none;
}

.crumbs {
	margin: 30px 0;
}
.crumbs,
.crumbs a {
		font-size: 14px;
	color: #999;
}
.crumbs a:after {
	content: '>';
	font-family: simsun;
	font-weight: bold;
	opacity: .4;
	margin-left: 3px;
}
.crumbs a:last-child:after {
	display: none;
}
.sidebar {
	width: 365px;
}
.pagination {
	text-align: center;
	margin-top: 80px;
}

.pagination .page-item {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
	border: 1px solid #eee;
	color: #555;
}

.pagination .active span {
	background: #3AAED4;
	color: #fff;
}

.pagination .page-item:hover {
	background: #3AAED4;
	color: #fff;
}

.pagination .page-item .page-link {
	display: block;
	font-size: 13px;
	padding: 6px 12px;
	border: 1px solid transparent
}

.pagination li span {}

.pagination li a {
	display: inline-block;
	color: #666;
}

.pagination li a:hover {
	background: #3AAED4;
	color: #fff;
	border: 1px solid #3AAED4!important
}

.category {}
.category-nav {
	margin-top: 20px;
}
.category-nav ul {}
.category-nav ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.category-nav ul li a {
	display: block;
	line-height: 45px;
	padding: 0 28px;
	background: #fff;
	border-radius: 10px;
}
.category-nav ul li a:hover ,
.category-nav ul .active a {
	background: #3AAED4;
	color: #fff;
}
.category-news {}
.category-news .news-item {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.category-news .news-item .thumb {
	display: block;
	width: 275px;
	height: 185px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.category-news .news-item .title {
	margin-bottom: 30px;
}
.category-news .news-item .title a {
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
.category-news .news-item .info {}
.category-news .news-item .info span {
	display: inline-block;
	line-height: 28px;
	border-radius: 4px;
	border: solid 1px #3aaed4;
	color: #3AAED4;
	font-size: 14px;
	margin-right: 5px;
	padding: 0 10px;
}
.category-news .news-item .desc {
	margin-top: 30px;
	line-height: 36px;
	color: #666;
}

.category-down {}
.category-week-recom {
	width: 325px;
	margin-left: 30px;
	background: #fff;
	padding: 20px;
}
.category-week-recom .item {}
.category-week-recom .item:first-child {
	margin-bottom: 30px;
}
.category-week-recom .item .icon {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
}
.category-week-recom .item .type {
	color: #999;
	font-size: 14px;
	margin: 6px 0;
}
.category-week-recom .item .desc {
	color: #999;
	font-size: 14px;
}
.category-week-recom .item .title a {
	font-size: 16px;
}
.category-week-recom .item .more {
	line-height: 28px;
	display: inline-block;
	border-radius: 6px;
	color: #3AAED4;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #3AAED4;
}
.category-down {}
.category-down .item {
	position: relative;
	padding: 25px;
}
.category-down .item:hover {
	box-shadow: 0px 3px 10px 0px rgba(186, 204, 207, 0.75);
}
.category-down .item .down-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 45px;
	background: #3AAED4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	width: 100%;
	display: none;
}
.category-down .item:hover .down-btn {
	display: block;
}
.category-album {
	background: none;
}
.category-album .item {
	box-shadow: 0px 3px 10px 0px rgba(230, 241, 243, 0.75);
}

.category-rank {}
.category-rank .category-nav ul li a {
	border: 1px solid #3AAED4;
	color: #3AAED4;
}
.category-rank .category-nav ul li a:hover,
.category-rank .category-nav .active a {
	color: #fff;
}

.category-rank .rank-bg {
	height: 233px;
	border-radius: 10px;
	background-image: url(../images/category-rank-bg.png);
}
.category-rank .rank-warp {}
.category-rank .item {
	box-shadow: 0px 3px 10px 0px  rgba(230, 241, 243, 0.75);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.category-rank .item .icon {
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.category-rank .item .title {}
.category-rank .item .title a {
	font-weight: bold;
	font-size: 18px;
	color: #111;
}
.category-rank .item .info {
	margin: 25px 0;
}
.category-rank .item .info span {
	color: #888;
	font-size: 14px;
	margin-right: 40px;
	display: inline-block;
	   background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 0 3px;
}
.category-rank .item .info .type {
	display: inline-block;
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 0 3px;
    background-image: url(../images/icon-type.png);
}
.category-rank .item .info .time {
    background-image: url(../images/icon-time.png);
}
.category-rank .item .desc {
	color: #999;
	font-size: 14px;
}

.category-rank .item .down-btn {
	display: inline-block;
	line-height: 30px;
	background-color: #3aaed4;
	border-radius: 6px;
	color: #fff;
	padding: 0 25px;
	font-size: 14px;
	margin: 0 20px;
}

.category-rank .item .num {
	margin-left: 35px;
	width: 55px;
	height: 80px;
	background-image: url(../images/rank-num.png);
	text-align: center;
	line-height: 66px;
	font-size: 13px;
	font-weight: bold;
	color: #989898;
	position: relative;
}
.category-rank .item .num:before {
	content: '';
	display: inline-block;
	height: 90px;
	width: 1px;
	background: #eee;
	position: absolute;
	left: -35px;
}
.category-rank .item:nth-child(1) .num {
	background-image: url(../images/rank-num-01.png);
	color: transparent;
}
.category-rank .item:nth-child(2) .num {
	background-image: url(../images/rank-num-02.png);
	color: transparent;
}
.category-rank .item:nth-child(3) .num {
	background-image: url(../images/rank-num-03.png);
	color: transparent;
}

.category-gift {}
.category-gift .item {
	display: flex;
	align-items: center;
}
.category-gift .item .icon {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 15px;
}
.category-gift .item .title {
	margin-bottom: 15px;
}
.category-gift .item .title a {
	font-weight: bold;
	font-size: 16px;
}
.category-gift .item .desc {
	color: #999;
	font-size: 14px;
}
.category-gift .item .down-btn {
	width: 80px;
	line-height: 38px;
	text-align: center;
	color: #30B5E0;
	border-radius: 4px;
	border: solid 1px #3aaed4;
	margin-left: 15px;
}




.side-banner {
	height: 227px;
}
.side-banner:after {
	content: '';
	display: inline-block;
	width: 75px;
	height: 68px;
	background-image: url(../images/side-banner-recom-bg.png);
	position: absolute;
	top: 0;
	right: 0;
}
.side-banner .uk-slideshow-items {
	min-height: 227px !important;
}
.side-banner .uk-slideshow-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	margin: 15px;
}
.side-banner .uk-slideshow-nav li {
	margin-left: 4px;
}
.side-banner .uk-slideshow-nav li a {
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
}
.side-banner .uk-slideshow-nav .uk-active a {
	background-color: #5aa2ba;
}


.side-new-games {}
.side-new-games .item {
	margin-top: 20px;
}
.side-new-games .item .cname {
	background: #ebf7fb;
	color: #3AAED4;
	font-size: 14px;
	padding: 4px 12px;
	margin-right: 15px;
	position: relative;
}
.side-new-games .item .cname:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -45px;
	height: 39px;
	width: 5px;
	display: inline-block;
	background-image: url(../images/side-new-games-bg.png);
	z-index: 10;
}
.side-new-games .item:last-child .cname:after {
	display: none;
}
.side-new-games .item .icon {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 15px;
}
.side-new-games .item .icon img {
	width: 100%;
	height: 100%;
}
.side-new-games .item .title {
	margin-bottom: 10px;
}
.side-new-games .item .title a {
	font-size: 16px;
}
.side-new-games .item .info {
	color: #888;
	font-size: 13px;
}
.side-new-games .item .down-btn {
	background-color: #3AAED4;
	color: #fff;
	border-radius: 4px;
	padding: 4px 18px;
	margin-left: 10px;
}




.single {}
.single-news {}
.single-news .single-header {
	border-bottom: 1px dashed #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single-news .single-header h1 {
	text-align: center;
	margin: 50px 0;
	font-size: 30px;
	font-weight: bold;
}
.single-news .single-header .info {
	text-align: center;
}
.single-news .single-header .info span {
	color: #888;
	font-size: 14px;
	margin: 0 20px;
}
.single-news .single-content {}
.single-news .single-content p {
	line-height: 32px;
	text-indent: 2em;
	color: #666;
	font-size: 15px;
}
.single-news .single-content img {
	display: block;
	margin: 0 auto;
	max-width: 86%;
}

.single-apps {}
.single-apps .single-header {
	position: relative;
}
.single-apps .single-header h1 {
	font-weight: bold;
	font-size: 26px;
	color: #333;
	margin-bottom: 50px;
}
.single-apps .single-header .icon {
	width: 160px;
	height: 160px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
}
.single-apps .single-header .info {
	display: flex;
	max-width: 700px;
	flex-wrap: wrap;
}
.single-apps .single-header .info li {
	width: 33.33%;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}
.single-apps .single-header .header-rank {
	position: absolute;
	top: 0;
	right: 0;
	width: 215px;
	height: 193px;
	background-image: url(../images/single-rank-bg.png);
	background-repeat: no-repeat;
	text-align: center;
}
.single-apps .single-header .header-rank .title {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffc949;
	transform: translateY(75px);
}
.single-apps .single-header .header-rank .score {
	display: inline-block;
	font-size: 42px;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: italic;
	color: #ffefca;
	transform: translateY(75px);
}

.single-apps .single-header .down-btns {
	display: flex;
	align-items: center;
	margin-top: 30px;
	position: relative;
}
.single-apps .single-header .down-btns .btn {
	line-height: 50px;
	height: 50px;
	width: 180px;
	margin-right: 20px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
}
.single-apps .single-header .down-btns .lb,
.single-apps .single-header .down-btns .az {
	background-image: linear-gradient(90deg, #24e5e7 0%, #30b5e0 100%), linear-gradient(#ffffff, #ffffff);
}
.single-apps .single-header .down-btns .ios {
	background-image: linear-gradient(90deg, #fdc140 0%, #fe8253 100%), linear-gradient(#ffffff, #ffffff);
}
.single-apps .single-header .down-btns span {
	color: #fff;
	display: inline-block;
	position: relative;
}
.single-apps .single-header .down-btns span:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background-repeat: no-repeat;
	transform: translateY(4px);
	margin-right: 12px;
}
.single-apps .single-header .down-btns .az span:before {
	background-image: url(../images/icon-az.png);
}
.single-apps .single-header .down-btns .ios span:before {
	background-image: url(../images/icon-ios.png);
}
.single-apps .single-header .down-btns .lb span:before {
	display: none;
}
.single-apps .single-header .down-btns .rwm {
	display: none;
	width: 100%;
	background-color: #fff;
	position: relative;
	padding-bottom: 35px;
	z-index: 100;
}
.single-apps .single-header .down-btns .rwm:after {
	content: '扫码下载手机端';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
}
.single-apps .single-header .down-btns .btn:hover .rwm {
	display: block;
}

.single-content iframe{
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.single-content p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.single-content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	color: #3aaed4;
	margin: 15px 0;
	position: relative;
	background-image: url(../images/single-h3-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.single-content h3:before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 17px;
	font-size: 16px;
	background-image: url(../images/single-h3-bg.png);
	transform: translateY(2px);
	margin-right: 15px;
}
.single-content h3:after {
	content: '';
	display: inline-block;
	width: 75%;
	height: 0.1px;
	background: #eee;
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translate(0,-50%);
}
.single-content .single-images {
	position: relative;
}
.single-content .single-images .slider-arrow {
	position: absolute;
	top: 8%;
	display: inline-block;
	width: 49px;
	height: 104px;
	background-image: url(../images/single-images-arrow.png);
	cursor: pointer;
	color: transparent;
}
.single-content .single-images .slider-arrow.right {
	right: 0;
	transform: rotate(180deg);
}

.single-album {}
.single-album .album-header {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}
.single-album .album-header .icon {
	width: 160px;
	height: 160px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 36px;
}
.single-album .album-header h1 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.single-album .album-header .info {
	margin: 40px 0;
}
.single-album .album-header .info span {
	color: #888;
	margin-right: 50px;
}
.single-album .album-header .more-album {
	color: #888;
}
.single-album .album-header .more-album a {
	margin-right: 20px;
	color: #888;
	position: relative;
}
.single-album .album-header .more-album a:before {
	content: '荐';
	width: 20px;
	height: 20px;
	background-color: #3aaed4;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 2px 4px;
	margin-right: 5px;
}
.single-album .header-recom {
	width: 400px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 25px 20px;
	padding-top: 45px;
	position: relative;
}
.single-album .header-recom .recom-title {
	width: 312px;
	height: 55px;
	background-image: url(../images/album-recom-title.png);
	position: absolute;
	left: 50%;
	top: -32px;
	transform: translate(-50%,0);
}
.single-album .header-recom .title a {
	font-size: 16px;
}
.single-album .header-recom .icon {
	width: 90px;
	height: 90px;
	margin-right: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.single-album .header-recom .info {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	max-width: 86%;
}
.single-album .header-recom .info span {
	width: 50%;
	color: #888;
	font-size: 14px;
	margin-top: 12px;
}
.single-album .header-recom .down-btn {
	width: 80px;
	text-align: center;
	line-height: 37px;
	background-color: #3aaed4;
	border-radius: 6px;
	border: solid 1px #3aaed4;
	color: #fff;
	position: absolute;
	font-size: 14px;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
}



.single-album .album-warp {}
.single-album .album-warp .item {
	padding: 20px;
	background-color: #f8fafb;
	display: flex;
	position: relative;
	align-items: center;
}
.single-album .album-warp .item .num {
	display: inline-block;
	width: 60px;
	height: 50px;
	background-image: url(../images/icon-album-num-bg.png);
	position: absolute;
	top: 0;
	right: 0;
}
.single-album .album-warp .item .num b {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    transform: rotate(42deg);
    position: absolute;
    left: 27px;
    top: 8px;
}
.single-album .album-warp >div:nth-child(1) .num {
	background-image: url(../images/icon-album-num-01.png);
}
.single-album .album-warp >div:nth-child(2) .num {
	background-image: url(../images/icon-album-num-02.png);
}
.single-album .album-warp >div:nth-child(3) .num {
	background-image: url(../images/icon-album-num-03.png);
}
.single-album .album-warp >div:nth-child(-n+3) .num b {
	color: transparent;
}
.single-album .album-warp .item .icon {
	width: 95px;
	height: 95px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 15px;
}
.single-album .album-warp .item .title a {
	font-size: 16px;
}
.single-album .album-warp .item .icon-star {
	margin-top: 15px;
	display: inline-block;
	width: 100px;
	height: 17px;
	background-image: url(../images/icon-album-star-bg.png);
	position: relative;
}
.single-album .album-warp .item .icon-star:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icon-album-star.png);
	height: 17px;
}
.single-album .album-warp .item .icon-star.star-1:before {
	width: 20px;
}
.single-album .album-warp .item .icon-star.star-2:before {
	width: 40px;
}
.single-album .album-warp .item .icon-star.star-3:before {
	width: 60px;
}
.single-album .album-warp .item .icon-star.star-4:before {
	width: 80px;
}
.single-album .album-warp .item .icon-star.star-5:before {
	width: 100px;
}
.single-album .album-warp .item .info {
	color: #888;
	font-size: 14px;
	margin-top: 10px;
	line-height: normal;
}
.single-album .album-warp .item .down-btn {
	width: 70px;
	line-height: 38px;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #3aaed4;
	color: #30B5E0;
}


.single-gift .single-header .info li {
	width: 50%;
}



.bottom-recom-down {}
.bottom-recom-down .item {
	width: 16.66%;
	text-align: center;
}
.bottom-recom-down .item .icon {
	width: 108px;
	height: 108px;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	display: block;
}
.bottom-recom-down .item .title {
	margin: 10px 0;
}
.bottom-recom-down .item .cname {
	color: #999;
}



.page {}
.page .page-bg {
	width: 332px;
	height: 550px;
	background-image: url(../images/page-bg.png);
	margin-right: 30px;
}

.page .category-nav {
	margin: 0;
}
.page .page-content {}
.page .page-content .item {}
.page .page-content .item ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.page .page-content .item ul li a {
	color: #666;
}
.page .single-content h3 {
	background-position: 120px center;
}
.page .single-content h3:after {
	content: '';
	display: inline-block;
	width: 75%;
	height: 0.1px;
	background: #eee;
	position: absolute;
	top: 50%;
	right: 70px;
	transform: translate(0,-50%);
}
.page .single-content h3:after {
	display: none;
}

.page-error {
	text-align: center;
}
.page-error .error-bg {
	min-height: 480px;
	background-position: center;
	background-repeat: no-repeat;
}
.page-error .error-404 {
	background-image: url(../images/page-404-bg.png);
}
.page-error .error-500 {
	background-image: url(../images/page-500-bg.png);
}
.page-error .go-home {
	display: inline-block;
	width: 127px;
	line-height: 44px;
	text-align: center;
	border-radius: 8px;
	border: solid 1px #3aaed4;
	color: #30B5E0;
	margin-bottom: 30px;
}



.footer {
	text-align: center;
	padding: 60px 0;
	background-color: #3e5056;
	font-size: 14px;
	color: #aeb8bc;
}
.footer a {
	font-size: 14px;
	color: #aeb8bc;
}
.footer .foot-nav {}
.footer .foot-nav a {
	display: inline-block;
	position: relative;
}
.footer .foot-nav a:after {
	content: '';
	display: inline-block;
	height: 10px;
	width: 1px;
	background: #999;
	margin: 0 5px 0 15px;
}
.footer .foot-nav a:last-child:after {
	display: none;
}
