

@charset "utf-8";

:root {
	--bg-c: #f5f7fd;
    --pm-c: #409EFF;
    --br-c: #f2f3f5
}
body,html {
	background: var(--bg-c);
	font-family: arial;
}
a:hover {
    color: var(--pm-c);
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
body,html {
	background: var(--bg-c);
}
a,a:hover {
	text-decoration: none;
	transition: all .3s;
}
ol,ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.c-pm {
    color: var(--pm-c);
}
.b-a {
	border: 1px solid var(--br-c)!important;
}
.b-b {
	border-bottom: 1px solid var(--br-c)!important;
}
.b-t {
	border-top: 1px solid var(--br-c)!important;
}
.b-l {
	border-left: 1px solid var(--br-c)!important;
}
.b-r {
	border-right: 1px solid var(--br-c)!important;
}

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;    
}

.b-r-4 {
	border-radius: 4px !important;
}
.b-r-6 {
	border-radius: 6px !important;
}
.b-r-8 {
	border-radius: 8px !important;
}
.b-r-10 {
	border-radius: 10px !important;
}

.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}
a:hover{
	color: var(--pm-c);
}
.header {
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(114,144,179,.05);
}
.header .logo a {
    display: block;
    height: 45px;
}
.header .logo img {
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.header .nav {}
.header .nav ul {
	padding: 0;
	margin: 0;
}
.header .nav ul li {
	margin: 0 30px;
}
.header .nav ul li a {
    color: #606266;
	font-size: 15px;
	display: block;
	padding: 25px 0;
	border-bottom: 3px solid transparent
}
.header .nav ul li:hover a {
    font-weight: bold;
    color: var(--pm-c);
} 
.header .nav ul .current-menu-item a {
    font-weight: bold;
    color: var(--pm-c);
    border-bottom: 3px solid var(--pm-c);
}
.header .search {
	height: 40px;
}
.header .search form {
	width: 260px;
	background: var(--bg-c);
	outline:none
}
.header .search form input {
	font-size: 13px;
	border: 0;
	outline:none;  
	background-color: transparent!important;
}
.header .search form button {
	height: 40px;
	display: block;
	line-height: normal;
	color: #fff;
	padding: 0;
	width: 60px;
	background-color: transparent;
}
.header .search form button:before {
    color: var(--pm-c);
    font-size: 16px;
    font-weight: bold;
}
input:focus{   
	border:none;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input::-ms-input-placeholder {
	color: #999;
}

.part {
	padding: 20px;
}
.part-title {
	font-family: arial;
}
.part-title b {
	font-size: 17px;
	color: #303133;
	display: inline-block;
	padding-bottom:15px;
}

.sidebar {
	width: 360px;
}

/*渐变背景色*/
.gradient-bg {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

/*首页幻灯片模块*/
.module-slide {}
.module-slide .uk-slideshow-items {
	min-height: 355px!important;
}

.module-slide .slide-arrow {
	padding: 10px;
	font-size: 30px;
	opacity: 0;
}
.module-slide>div:hover .slide-arrow {
	opacity: 1;
}
.module-slide .uk-slideshow-items .slide-cover {
	padding: 25px;
}
.module-slide .uk-slideshow-items .slide-cover b {
    color: #fff;
    font-size: 20px;
}
.module-slide .slide-recom {
	width: 260px;
	margin-left: 15px;
}
.module-slide .slide-recom .recom-item {
	display: block;
	height: 170px;
	margin-bottom: 15px;
}
.module-slide .slide-recom .recom-item:last-child {
	margin-bottom: 0;
}
.module-slide .slide-recom .recom-item .item-cover {
	padding: 15px;
}




.news-flash {
	height: 510px;
	border-top: 3px solid var(--pm-c);
}

.flash-warp {
    overflow-y: scroll;
    height: 470px;
}
.flash-warp ul {
	padding-left: 15px;
	margin-left: 5px;
	border-left: 1px solid var(--br-c);
}
.flash-warp ul li {
	margin-bottom: 20px;
	position: relative;
}
.flash-warp ul li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pm-c);
}
.flash-warp ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -21px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pm-c);
    opacity: 0.3;
}
.flash-warp ul li>div {
    padding-right: 5px;
}
.flash-warp ul li time {}
.flash-warp ul li a {
	display: block;
	margin-top: 5px;
}
.flash-warp ul::-webkit-scrollbar{
  width:10px;
  height:10px;
}
.flash-warp ul::-webkit-scrollbar-track{
  background: var(--bg-c);
}
.flash-warp ul::-webkit-scrollbar-thumb{
  background: #dde2ef;
  border-radius:10px;
}


.home-special {}
.home-special .special-list {}
.home-special .special-list .item {
	display: block;
	height: 98px;
	background: #000;
}
.home-special .special-list .bg {
	opacity: .5;
}
.home-special .special-list .item .title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.home-special .special-list .item .count {
	color: rgba(255,255,255,.7);
}



.module-blog {}
.module-blog .blog-item {
	padding-bottom: 20px;
}
.module-blog .blog-item:last-child {
	border: 0!important;
	margin: 0;
	padding: 0;
}
.module-blog .blog-item .blog-thumb {
	height: 130px;
	width: 200px;
}
.module-blog .blog-item .blog-thumbs {}
.module-blog .blog-item .blog-thumbs .item {
	display: block;
	height: 130px;
}
.module-blog .blog-item .item-cat {
    margin: 10px;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    background: rgba(0,0,0,.6);
}

.module-blog .blog-item .item-title {}
.module-blog .blog-item .item-title a {
	font-size: 18px;
	font-weight: bold;
}
.module-blog .blog-item .item-title .item-status {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    margin-left: 3px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    transform: translateY(-2px);
}
.module-blog .blog-item .item-title .rm {
	background-color: #f57d44
}
.module-blog .blog-item .item-title .jh {
	background-color: #a42ffc
}
.module-blog .blog-item .item-desc {
	font-size: 15px;
	margin: 18px 0;
	line-height: 22px;
}

.item-info {}
.item-info .item-author {}
.item-info .item-author .ava {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
	margin-right: 5px;
}
.item-info .item-author .ava img {
	height: 100%;
	width: 100%;
}
.item-info span {
	font-size: 13px;
}
.item-info span:before {
	margin-right: 3px;
    display: inline-block;
    transform: translateY(1px);
}

.recom-author {}
.recom-author .item {
	padding-bottom: 20px;
	border-bottom: 1px dashed var(--br-c);
}
.recom-author .item:last-child {
	padding: 0;
	border: 0;
}
.recom-author .item .ava {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-right: 10px;
}
.recom-author .item .name {
	font-size: 15px;
	margin-bottom: 6px;
}
.recom-author .item .count span {
	font-size: 12px;
}
.recom-author .author-page {}
.recom-author .author-page a {
	background: var(--pm-c);
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 6px;
	border-radius: 3px;
}
.recom-author .item .field {
	background: #f9f9f9;
	padding: 12px;
}

.side-menu {}
.side-menu ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 -3px;
}
.side-menu ul li {
    width: 33.333%;
    float: left;
}
.side-menu ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 8px 8px;
    font-size: 13px;
    margin: 2px;
    border-radius: 4px;
    background: #f9f9f9;
}
.side-menu ul li a:hover {
    background: var(--pm-c);
    color: #fff;
}


.post-thumb {}
.post-thumb .item {
    margin-bottom: 12px;
	padding-bottom: 12px;
}
.post-thumb .item:last-child {
	border: 0!important;
	padding-bottom: 0;
	margin: 0;
}
.post-thumb .item .thumb {
	width: 100px;
	height: 75px;
}
.post-thumb .item .title {
	margin-bottom: 10px;
	font-size: 15px;
	height: 45px;
}


.home-tags {}
.home-tags ul {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	overflow: hidden;
}
.home-tags ul li {
	float: left;
}
.home-tags ul li a {
	display: block;
	text-align: center;
	margin: 2px;
	padding: 6px;
	color: #909399;
	font-size: 13px;
	background: #F9F9F9;
}
.home-tags ul li:hover a {
	background: var(--pm-c);
	color: #fff;
}
.crumb {
    color: #909399;
}
.crumb a {
    color: #606266;
}
.crumb i {
    display: inline-block;
    margin: 0 2px;
    display: inline-block;
    transform: translateY(1px);
}

.category-head {
    width: 100%;
    height: 200px;
    background-color: #000
}
.category-head img {
    opacity: .6;
    filter: blur(10px);
}
.category-head .uk-overlay {
    width: 100%;
}
.category-head .uk-overlay h3 {
    font-size: 24px;
}


/*快讯列表*/
.category-kx {}
.category-kx ul {
    padding: 0;
}
.category-kx ul li {
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid var(--br-c);
}
.category-kx ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pm-c);
}
.category-kx ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d6def8;
}
.category-kx ul li .title {
    width: 70%;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
}
.category-kx ul li .title a:hover {
    color: var(--pm-c);
}
.category-kx ul li a {}
.category-kx ul li .thumb {
    margin-left: 60px;
    width: 100px;
    height: 70px;
}

.details {}
.details .details-header {
    padding: 30px;
}
.details .details-header h1 {
    font-size: 26px;
    margin-bottom: 30px;
}
.details .details-header .info {}
.details .details-header .info span {
    margin-right: 30px;
}
.details .details-content {
    padding: 30px;
}
.details .details-content p {
    font-size: 16px;
    line-height: 30px;
}
.details .details-content p b {
    margin-bottom: 10px;
    display: inline-block;
}
.details .details-content h1,
.details .details-content h2,
.details .details-content h3{
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.details .details-content h1:before,
.details .details-content h2:before,
.details .details-content h3:before{
    content: '#';
    color: var(--pm-c);
}
.details .details-content img {
    display: block;
    max-width: 500px;
    margin: 15px auto;
}
.details .details-tags {}
.details .details-tags a {
    display: inline-block;
    background: var(--bg-c);
    color: #909399;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 15px;
}
.details .details-tags a:hover {
    color: #fff;
    background: var(--pm-c);
}
.details .details-page {
    padding: 30px;
}
.details .details-page b {
    display: block;
    color: #333;
    margin-bottom: 10px;
}
.details .news-flash {
    height: 300px;
    overflow: hidden;
}
.details .flash-warp ul {
    height: 260px;
}

.single-cop {
    background: #f5f7fd;
}
.single-cop b {
    color: #666;
}
.single-cop span {
    color: #999;
}
.details-game {
    margin: 0 auto;
    background: var(--bg-c);
    border: 1px solid #d8eafc;
}
.details-game .icon {
    width: 86px;
    height: 86px;
    border-radius: 15px;
}
.details-game .icon img {
    margin: 0;
}
.details-game .title {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.details-game .desc {
    letter-spacing: .5px;
}
.details-game .info {}
.details-game .info span {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.details-game .info span:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin-left: 15px;
}
.details-game .info span:last-child:after {
    display: none;
}
.details-game .download {
    margin-left: 20px;
}
.details-game .download a {
    display: block;
    padding: 6px 10px;
    background: #48a0fe;
    color: #fff;
    margin: 7px 0;
}
.details-game .az {
    background: #ef800e!important;
}
.details-game .ios {
    background: #0194ee!important;
}
.ajax-btn a {
    display: inline-block;
    background: #4470f5;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff!important;
    margin-top: 20px;
}
.ajax-btn a:hover {
    opacity: .6;
}

.recom-app {}
.recom-app .icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border-radius: 12px;
}
.recom-app .title {
    margin: 9px 0 6px 0;
}
.recom-app .down {
    background: var(--pm-c);
    color: #fff;
    display: inline-block;
    padding: 3px 12px;
    font-size: 13px;
}

/*
 * 分页
 */
.fenye {}
.prev, .next {}
.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
	transition: all .3s;
	border: 1px solid #F6F6F6
}

.fenye .current {
	background-color: var(--pm-c);
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
}
.fenye .page-numbers:hover {
	background-color: var(--pm-c);
	color: #fff;
}

.link {}
.link a {
	margin-right: 15px;
	color: #909399;
}

.footer {
	background: #1f2327;
	color: #606266;
}
.footer a {
	color: #606266!important;
}


.foot-menu {}
.foot-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.foot-menu ul li {
	margin: 0 20px;
	display: inline-block;
}


/*网站信息*/
.admin-site-count {
    display:flex;
    margin: 0 -10px
}
.admin-site-count .item {
    flex: 1;
}
.admin-site-count .item .item-box {
    min-width: 150px;
    padding: 30px;
    margin: 0 11px;
    background: #222;
    text-align: left;
    border-radius: 4px;
    position: relative;
}
.admin-site-count .item .item-box span {
    display: block;
    font-size: 24px;
    font-family: fantasy;
    margin-bottom: 15px;
    color:#fff
}
.admin-site-count .item .item-box small {
    color: rgba(255,255,255,0.6)
}
.admin-site-count .item .box-1 {
    background: #00a1ff;
}
.admin-site-count .item .box-2 {
    background: #8bc34a;
}
.admin-site-count .item .box-3 {
    background: #ff6b14;
}
.admin-site-count .item .box-4 {
    background: #9963ff;
}
.admin-site-count .item .box-5 {
    background: #5faace;
}
.admin-site-count .item .box-6 {
    background: #5f4eec;
}
.admin-site-count .site-info-warp {
    margin: 0 -10px;
    overflow: hidden;
}
.admin-site-count .site-info-warp .info-item {
    width: 50%;
    float: left;
}
.admin-site-count .site-info-warp .site-info {
    border: 1px solid #eee;
    border-bottom: 0
}
.admin-site-count .site-info-warp .item-warp {
    padding: 0 10px;
}
.admin-site-count .site-info {
    width: 100%
}
.admin-site-count .site-info tbody {
    width: 100%;
}
.admin-site-count .site-info tbody tr {
    border-bottom: 1px solid #eee
}
.admin-site-count .admin-site-count .site-info tbody tr td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}
.admin-site-count .site-info tbody tr .t {
    width: 100px;
    border-right: 1px solid #eee;
}
.admin-site-count .site-info tbody tr .v {
    min-width: 300px;
}
.admin-site-count .site-info thead tr {
    background: #eee;
}



.details-content blockquote {
    display: block;
    padding: 15px;
    font-size: 15px;
    padding-top: 40px;
    font-style: normal;
    color: inherit;
    margin-top: 25px;
    line-height: 30px !important;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    position: relative;
    text-indent: 2em;
    margin-bottom: 5px;
}
.details-content blockquote h3 {
    position: absolute !important;
    top: -15px;
    left: 15px;
    display: inline-block;
    border-color: #fcb42b;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px 10px;
    background-color: #fcb42b;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 0;
    font-size: 15px !important;
}
.details-content blockquote h3:before {
    display: none;
}
.xg-list {}
.xg-list p {
    line-height: 35px!important;
    text-indent: 2em;
    font-size: 15px!important;
}




/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width:12px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}



@media (max-width: 760px){
    .header {
        padding: 15px 0;
    }
    .header .logo a {
        height: 30px;
    }
    .module-slide .uk-slideshow-items {
        min-height: 180px!important;
    }
    .module-slide .uk-slideshow-items .slide-cover {
        padding: 15px;
    }
    .module-slide .uk-slideshow-items .slide-cover b {
        font-size: 16px;
    }
    .module-blog .blog-item .blog-thumb {
        width: 80px;
        height: 60px;
        margin-right: 10px !important;
    }
    .module-blog .blog-item .item-title {
        margin-bottom: 15px;
    }
    .module-blog .blog-item .item-title a {
        font-size: 16px;
    }
    .module-blog .blog-item .blog-thumbs .item {
        height: 40px;
    }
    .item-info span {
        margin: 0 !important;
    }
    .details .details-header h1 {
        margin-bottom: 20px;
        line-height: 26px;
        font-size: 18px;
    }
    .details .details-content img {
        display: inline-block;
        margin: 0 auto;
        max-width: 100%;
    }
    .sidebar {
        display: none;
    }
    .category-head {
        height: 100px !important;
    }
    .category-head .uk-overlay h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .category-kx ul li .title {
        font-size: 16px;
    }
    .details-game {
        display: block !important;
    }
    .details-game .icon {
        margin: 0 auto;
        width: 68px;
        height: 68px;
    }
    .details-game .title {
        margin: 10px 0;
    }
    .details-game .download {
        margin: 0;
    }
    .details-game .download a {
        display: block;
        text-align: center;
    }

}



