/*
* @Author: 叶
* @Date: 2022-03-25 18:01:06
* @LastEditors: 叶
* @EditTime: 2022-04-06 09:01:30Path: /static/css/index.css
* @Description: 专题样式文件
*/

.zhuanti-chuanqi {}
.zhuanti-chuanqi a:hover {
	color: #cc3333
}
.zhuanti-xianxia a:hover {
	color: #7cb0e3
}
.zhuanti-shentu a:hover {
	color: #515e9f
}
.w400 {
	width: 400px;
}
.w300 {
	width: 300px;
}
.navbar {
	display: none;
}
.zhuanti-head {
	height: 540px;
}
.zhuanti-navbar {
	background-color: rgba(0, 0, 0, .6);
}
.zhuanti-navbar .nav {}
.zhuanti-navbar .nav ul {}
.zhuanti-navbar .nav ul .active a {}
.zhuanti-chuanqi .zhuanti-navbar .nav ul .active a {
	background-color: #600003;
}
.zhuanti-xianxia .zhuanti-navbar .nav ul .active a {
	background-color: #7cb0e3;
}
.zhuanti-shentu .zhuanti-navbar .nav ul .active a {
	background-color: #515e9f;
}
.zhuanti-navbar .nav ul .active a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #fff;
}
.zhuanti-navbar .nav ul li {}
.zhuanti-navbar .nav ul li a {
	display: block;
	font-size: 18px;
	padding: 20px 40px;
	position: relative;
}

.zhuanti-navbar .nav ul li:hover a {
	background-color: #cc3333;
	color: #fff;
}
.zhuanti-chuanqi .zhuanti-navbar .nav ul li:hover a {
	background-color: #600003;
}
.zhuanti-xianxia .zhuanti-navbar .nav ul li:hover a {
	background-color: #7cb0e3;
}
.zhuanti-shentu .zhuanti-navbar .nav ul li:hover a {
	background-color: #4a5b9e;
}
.zhuanti-navbar .nav ul li:hover a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #fff;
}
.zhuanti-navbar .gift-btn {
	display: inline-block;
	width: 115px;
	height: 48px;
}
.zhuanti-chuanqi .zhuanti-navbar .gift-btn  {
	background-image: url(images/chuanqi-gift-btn.png);
}
.zhuanti-xianxia .zhuanti-navbar .gift-btn  {
	background-image: url(images/xianxia-gift-btn.png);
}
.zhuanti-shentu .zhuanti-navbar .gift-btn  {
	background-image: url(images/shentu-gift-btn.png);
}
.newsBar {
	margin: 10px -2px;
	height: 45px;
	padding: 0 40px;
	background-repeat: no-repeat;
}
.zhuanti-chuanqi .newsBar {
	background-image: url(../zhuanti/images/chuanqi-newsBar-bg.png);
}
.zhuanti-xianxia .newsBar {
	background-image: url(../zhuanti/images/xianxia-newsBar-bg.png);
}
.zhuanti-shentu .newsBar {
	background-image: url(../zhuanti/images/shentu-newsBar-bg.png);
}
.newsBar a {
	display: block;
	padding: 10px;
	color: #cc3333;
	position: relative;
	padding-left: 15px;
}
.newsBar a::after {
	left: 0;
	width: 6px;
	height: 6px;
}
.newsBar a::after {
	left: 0;
	width: 6px;
	height: 6px;
}
.zhuanti-chuanqi .newsBar a::after {
	background-color: #600003;
}
.zhuanti-xianxia .newsBar a::after {
	background-color: #6699cc;
}
.zhuanti-shentu .newsBar a::after {
	background-color: #4a5b9e;
}
.zhuanti-chuanqi .newsBar a {
	color: #600003;
}
.zhuanti-xianxia .newsBar a {
	color: #6699cc;
}
.zhuanti-shentu .newsBar a {
	color: #4a5b9e;
}

.zhuanti-slide {
	height: 200px;
}
.zhuanti-slide .uk-slideshow-items {
	min-height: 200px !important;
}
.zhuanti-slide .cover {
	background-color: rgba(0, 0, 0, .6);
}
.zhuanti-slide .cover span {
	color: #fff;
	display: inline-block;
}

.zhuanti-recom-game {}
.zhuanti-recom-game .icon {
	width: 120px;
	height: 120px;
}
.zhuanti-recom-game .title {
	font-size: 20px;
}
.zhuanti-recom-game .desc {
	line-height: 28px;
}

.zhuanti-grid {}
.zhuanti-latest {}
.zhuanti-latest ul {}
.zhuanti-latest ul li {
	margin-bottom: 14px;
}
.zhuanti-latest ul li:first-child a {
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.zhuanti-latest ul li:first-child a::before {
	width: 40px;
	height: 22px;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 6px;
	margin-right: 10px;
}
.zhuanti-latest ul li:first-child span {
	display:none;
}
.zhuanti-latest .hot li:first-child a::before {
	content: '热门';
	background-color: #f55b5b;
}

.zhuanti-xianxia .zhuanti-latest .hot li:first-child a::before {
	background-color: #6699ff;
}

.zhuanti-latest .new li:first-child a::before {
	content: '最新';
	background-color: #fc9c3c;
}

.zhuanti-xianxia .zhuanti-latest .new li:first-child a::before {
	background-color: #66cc99;
}
.zhuanti-latest ul li a {
	display: block;
	flex: 1;
}
.zhuanti-latest ul li span {
	color: #999
}
.zhuanti .part-title {
	padding: 13px;
}
.zhuanti .part-title .title {
	font-size: 17px;
}
.zhuanti .part-title .more::after {
    content: '+';
    color: #999
}
.zhuanti-grid .thumb {
	width: 145px;
	height: 85px;
}
.zhuanti-grid .video-thumb {
	height: 150px;
}
.zhuanti-grid .cover {
	padding: 10px;
}
.zhuanti-grid .cover i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(./images/zhuanti-video.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.zhuanti-grid .cover span {
	color: #fff;
}
.zhuanti-news {}
.zhuanti-news .thumb {
	width: 145px;
	height: 100px;
}
.zhuanti-news .post-list li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}
.zhuanti-news .post-list li a {
	display: block;
	flex: 1;
}
.zhuanti-news .post-list li:last-child {
	border-bottom: 0;
}

.zhuanti-character {
	height: 315px;
}
.zhuanti-character .uk-slideshow-items {
	min-height: 100% !important;
}
.zhuanti-character i {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(./images/chuanqi-slide-arrow.png);
}
.zhuanti-xianxia .zhuanti-character i {
	background-image: url(./images/xianxia-slide-arrow.png);
}

.zhuanti-character .next {
	transform: translate(0,var(--uk-position-translate-y)) rotate(180deg)
}

.zhuantime-games {}
.zhuantime-games .item {}
.zhuantime-games .item .icon {
	width: 88px;
	height: 88px;
}
.zhuantime-games .item .title {
	font-size: 16px;
}
.zhuantime-games .item .down-btn {
	display: inline-block;
	padding: 2px 10px;
	color: #666;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}
.zhuanti-images {}
.zhuanti-images .uk-grid>div:first-child {
	width: 100%;
}
.zhuanti-images .uk-grid>div:first-child .thumb{
	height: 170px;
}
.zhuanti-images .thumb {
	height: 90px;
}

.zhuanti .category-news .news-warp .icon-time {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6;
}
.zhuanti .category-news .news-warp .desc {
	line-height: 28px;
}
.zhuanti .category-news .news-warp .desc p {
	margin: 0;
}

.zhuanti-chuanqi .category-news .news-warp .title a {
	color: #666;
}
.zhuanti .category-news .news-warp .title span {
    border: 1px solid #cc3333;
    font-size: 12px;
    color: #cc3333;
}
.zhuanti-chuanqi .category-news .news-warp .title span {
    border: 1px solid #cc3333;
    font-size: 12px;
    color: #cc3333;
}
.zhuanti-xianxia .category-news .news-warp .title span {
    border: 1px solid #7cb0e3;
    color: #7cb0e3;
}
.zhuanti-shentu .category-news .news-warp .title span {
	border: 1px solid #515e9f;
	color: #515e9f;
}

.zhuanti .category-news .news-warp .item:hover .title a {
	color: #cc3333;
}
.zhuanti-xianxia .category-news .news-warp .item:hover .title a {
	color: #7cb0e3;
}
.zhuanti-shentu .category-news .news-warp .item:hover .title a {
	color: #515e9f;
}
.zhuanti .category-news .news-warp .item:hover .desc {
	border-bottom: 1px dashed #cc3333;
}
.zhuanti-xianxia .category-news .news-warp .item:hover .desc {
	border-bottom: 1px dashed #7cb0e3;
}
.zhuanti-shentu .category-news .news-warp .item:hover .desc {
	border-bottom: 1px dashed #515e9f;
}


.zhuanti .category-game {}
.zhuanti .category-game .game-warp {}
.zhuanti .category-game .game-warp .item {
	margin-top: 20px;
}
.zhuanti .category-game .game-warp .item .icon {
	width: 90px;
	height: 90px;
}
.zhuanti .category-game .game-warp .item .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.zhuanti .category-game .game-warp .item .desc {
	margin-top: 10px;
	padding-bottom: 20px;
}
.zhuanti .category-game .game-warp .item .down-btn {
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-image: url(images/chuanqi-down-btn.png);
}
.zhuanti-shentu .category-game .game-warp .item .down-btn {
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-image: url(images/shentu-down-btn.png);
}
.zhuanti-xianxia .category-game .game-warp .item .down-btn {
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background-image: url(images/xianxia-down-btn.png);
}

/*专题分页*/
.zhuanti .pagination .active span {
	background: #cc3333;
}
.zhuanti .pagination li a:hover {
    background: #cc3333;
    color: #fff;
    border: 1px solid #cc3333 !important;
}
.zhuanti .pagination .page-item:hover {
    background: #cc3333;
    color: #fff;
}
.zhuanti-xianxia .pagination .active span {
	background: #7cb0e3;
}
.zhuanti-xianxia .pagination li a:hover {
    background: #7cb0e3;
    border: 1px solid #7cb0e3 !important;
}
.zhuanti-xianxia .pagination .page-item:hover {
    background: #7cb0e3;
}
.zhuanti-shentu .pagination .active span {
	background: #515e9f;
}
.zhuanti-shentu .pagination li a:hover {
    background: #515e9f;
    border: 1px solid #515e9f !important;
}
.zhuanti-shentu .pagination .page-item:hover {
    background: #515e9f;
}


/*侧边栏*/
.zhuanti .side-news {}
.zhuanti .side-news .post-list {}
.zhuanti .side-news .post-list li {
	margin-top: 20px;
}
.zhuanti .side-news .post-list li span {
	display: inline-block;
	margin-left: 10px;
	color: #999;
}
.zhuanti .side-news .post-list a {
	display: block;
	flex: 1;
	position: relative;
	padding-left: 15px;
}
.zhuanti .side-news .post-list a::after {
	content: '';
	left: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #cc3333;
	border-bottom: 4px solid transparent;
}
.zhuanti-xianxia .side-news .post-list a::after {
	border-left: 6px solid #7cb0e3;
}
.zhuanti-shentu .side-news .post-list a::after {
	border-left: 6px solid #515e9f;
}
.zhuanti .side-hotGames {}
.zhuanti .side-hotGames .item .icon {
	width: 80px;
	height: 80px;
}
.zhuanti .side-hotGames .item .title {
	font-size: 16px;
	margin-bottom: 10px;
}
.zhuanti .side-hotGames .item .down-btn {
	margin-left: 15px;
}
.zhuanti .side-hotGames .item .down-btn a {
	border: 1px solid #cc3333;
	color: #cc3333;
	display: inline-block;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 13px;
}
.zhuanti .side-hotGames .item .down-btn a:hover {
	background: #cc3333;
	color: #fff;
}
.zhuanti-xianxia .side-hotGames .item .down-btn a {
	border: 1px solid #7cb0e3;
	color: #7cb0e3;
}
.zhuanti-shentu .side-hotGames .item .down-btn a {
	border: 1px solid #515e9f;
	color: #515e9f;
}
.zhuanti-xianxia .side-hotGames .item .down-btn a:hover {
	background: #7cb0e3;
}
.zhuanti-shentu .side-hotGames .item .down-btn a:hover {
	background: #515e9f;
}

.zhuanti .side-gonglue {}
.zhuanti .side-gonglue ul {}
.zhuanti .side-gonglue ul li {
	margin-top: 20px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.zhuanti .side-gonglue ul li a {
	display: block;
	flex: 1;
}
.zhuanti .side-gonglue ul li span {
	color: #cc3333;
	display: inline-block;
	transform: translateX(-5px);
}
.zhuanti-xianxia .side-gonglue ul li span {
	color: #7cb0e3;
}
.zhuanti-shentu .side-gonglue ul li span {
	color: #515e9f;
}


.zhuanti .show {}
.zhuanti .show-game {}
.zhuanti .show .show-head {
	margin-top: 30px;
}
.zhuanti .show .show-head h1 {
	font-size: 22px;
	font-weight: bold;
}
.zhuanti .show .show-head .icon {
	width: 110px;
	height: 110px;
}

.zhuanti .show .show-head .xg-list a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.zhuanti .show .show-head .score {
	width: 100px;
	height: 100px;
	border: solid 2px #cc3333;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	color: #cc3333;
}
.zhuanti-shentu .show .show-head .score {
	border: solid 2px #515e9f;
	color: #515e9f;
}
.zhuanti-xianxia .show .show-head .score {
	border: solid 2px #7cb0e3;
	color: #7cb0e3;
}
.zhuanti .show .show-head .score b {
	display: block;
	font-size: 46px;
	line-height: 0;
}
.zhuanti .show .show-head .down-btn {}
.zhuanti .show .show-head .down-btn .btn {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 55px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.zhuanti .show .show-head .down-btn .az {
	background-image: url(./images/chuanqi-down-btn-az.png);
}
.zhuanti .show .show-head .down-btn .ios {
	background-image: url(./images/chuanqi-down-btn-ios.png);
}

.zhuanti-shentu .show .show-head .down-btn .az {
	background-image: url(./images/shentu-down-btn-az.png);
}
.zhuanti-shentu .show .show-head .down-btn .ios {
	background-image: url(./images/shentu-down-btn-ios.png);
}

.zhuanti-xianxia .show .show-head .down-btn .az {
	background-image: url(./images/xianxia-down-btn-az.png);
}
.zhuanti-xianxia .show .show-head .down-btn .ios {
	background-image: url(./images/xianxia-down-btn-ios.png);
}
.zhuanti .show .show-head .down-btn .ewm-box {
	top: 100%;
	width: 100%;
	display: none;
}
.zhuanti .show .show-head .down-btn .ewm-box .ewm {
	background: #fff;
	width: 144px;
	margin: 0 auto;
	transform: translateY(-2px);
	border: 1px solid #cc3333;
	text-align: center;
}
.zhuanti-shentu .show .show-head .down-btn .ewm-box .ewm {
	border: 1px solid #515e9f;
}
.zhuanti-xianxia .show .show-head .down-btn .ewm-box .ewm {
	border: 1px solid #7cb0e3;
}

.zhuanti .show .show-head .down-btn .btn:hover .ewm-box {
	display: block;
}
.zhuanti .show .show-head .down-btn .none {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .6
}
.zhuanti .show .show-content {}
.zhuanti .show .show-content .show-title {
	font-size: 16px;
	color: #cc3333;
}
.zhuanti-shentu .show .show-content .show-title {
	color: #515e9f;
}
.zhuanti-xianxia .show .show-content .show-title {
	color: #7cb0e3;
}
.zhuanti .show .show-content .show-title .bg {
	height: 10px;
	background-image: url(../images/swiper-slide-title.bg.png);
}
.zhuanti .show .show-content .content-warp {}
.zhuanti .show .show-content .content-warp p {
	line-height: 28px;
	text-indent: 2em;
}

.zhuanti .show .show-content .content-warp h2,
.zhuanti .show .show-content .content-warp h3 {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0;
	color: #cc3333;
	padding-left: 20px;
	color: #333;
}
.zhuanti-shentu .show .show-content .content-warp h2,
.zhuanti-shentu .show .show-content .content-warp h3 {
	color: #7cb0e3;
}
.zhuanti-xianxia .show .show-content .content-warp h2,
.zhuanti-xianxia .show .show-content .content-warp h3 {
	color: #7cb0e3;
}

.zhuanti .show .show-content .content-warp h2::after,
.zhuanti .show .show-content .content-warp h3::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #cc3333;
}
.zhuanti-shentu .show .show-content .content-warp h2::after,
.zhuanti-shentu .show .show-content .content-warp h3::after {
	background: #515e9f;
}
.zhuanti-xianxia .show .show-content .content-warp h2::after,
.zhuanti-xianxia .show .show-content .content-warp h3::after {
	background: #7cb0e3;
}


.zhuanti .show .show-xg-news {}
.zhuanti .show .show-xg-news span {
	color: #cc3333;
}
.zhuanti-shentu .show .show-xg-news span {
	color: #515e9f;
}
.zhuanti-xianxia .show .show-xg-news span {
	color: #7cb0e3;
}
.zhuanti .show .show-xg-news li {
	margin-top: 15px;
}
.zhuanti .show .show-xg-news a {
	font-size: 16px;
	flex: 1;
	display: block;
}
.zhuanti .show .show-more-game {}
.zhuanti .show .show-more-game .show-title {
	background: #f5f5f5;
	padding: 10px;
}
.zhuanti .show .show-more-game .show-title .title {
	color: #333;
}
.zhuanti .show .show-more-game .icon {
	width: 90px;
	height: 90px;
}
.zhuanti .show .show-more-game .item .title {
	font-size: 17px;
	margin-bottom: 6px;
}
.zhuanti .show .show-more-game em {
	color: #999;
	display: inline-block;
	margin: 0 5px;
}
.zhuanti .show .show-more-game .down-btn {
	margin-top: 6px;
}
.zhuanti .show .show-more-game .down-btn a {
	display: inline-block;
	border: 1px solid #ccc;
	color: #666;
	padding: 4px 12px;
	font-size: 13px;
}



.zhuanti .show .show-news {}
.zhuanti .show .show-news .show-head {
	border-bottom: 1px dashed #eee;
	padding: 30px 0;
}
.zhuanti .show .show-news .show-head h1 {
	font-size: 26px;
	margin-bottom: 30px;
}
.zhuanti .show .show-news .show-head .info {}
.zhuanti .show .show-news .show-head .info span {
	margin: 0 20px;
}

.zhuanti .show .show-news .show-bottom-news .show-title {
	background: #eee;
	padding: 10px;
	font-size: 16px;
	color: #333;
}