/*
    Theme Name: 1618主题
    Theme URI: https://www.ztjun.com/
    Author: 阿叶(主题君)
    Author URI: https://www.ztjun.com/
    Description:1618主题是由主题君开发的一款手机游戏应用下载WordPress主题
    Version: 0.0.1
*/

/*颜色变量*/
:root {
    --pm-c: #ff5000;
	--dm-c: #fdeaea;
    --br-c: #f0f0f0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
/*颜色类*/
.c-fff {
	color: #fff!important;
}
.c-pm {
	color: var(--pm-c);
}
.c-333 {
	color: #303133;
}

.bg-gradient {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-pm {
	background-color: var(--pm-c);
}
.bg-f7 {
	background-color: #f7f7f7;
}

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
}

/*修改UIKIT框架自带样式*/
body,html {
	background-color: #f6f7f8;
}
a,a:hover {
	text-decoration: none;
}
ol,ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*图片高清*/
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;    
}

/*文章N行隐藏样式*/
.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;
}
.line-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
}
.icon {
	border-radius: 10px;
	overflow: hidden;
}

/*自定义通知弹窗样式*/
.uk-notification-message {}
.uk-notification-message-success {
	background: #32d296!important;
	color: #fff!important;
	font-size: 15px!important;
}
.uk-notification-message-primary {
	background: #333!important;
	color: #fff!important;
}
.uk-notification-close {
	color: #fff;
}

/*伪类居中*/
.after-middle {
	position: relative;
}
.after-middle::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.after-center {
	position: relative;
}
.after-center::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}
.before-middle {
	position: relative;
}
.before-middle::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}

.uk-container {
    max-width: 1180px;
}

#header {
	background-color: var(--pm-c);
	box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
}
.top-bar {
	height: 35px;
	background-image: url('./assets/images/tbar_bg.png');
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 35px;
}
.top-bar ul {}
.top-bar ul li {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-left: 10px;
}
.top-bar ul li::after {
	right: 0;
	height: 25%;
	width: 1px;
	background-color: #ccc;
}
.top-bar ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.top-bar ul li:last-child::after {
	display: none;
}
.top-bar ul li a {
	color: #606266;
}
.head {
	padding: 10px 0;
}
.head .logo {
	height: 35px;
}
.head .logo img {
	height: 100%;
}
.nav-bar {
	height: 45px;
}
.nav-bar .nav {
	border-right: 1px solid #eee;
}
.nav-bar .nav li {
	margin-right: 10px;
	display: inline-block;
}
.nav-bar .nav li a {
	color: #606266;
	padding: 0 20px;
	font-size: 15px;
	display: block;
	line-height: 45px;
}
.nav-bar .nav .current-menu-item {}
.nav-bar .nav li a:hover,.nav-bar .nav .current-menu-item a {
	background: #f6f7f9;
	color: var(--pm-c);
	font-weight: bold;
}
.search {
	width: 180px;
}
.search form {
	height: 35px;
}
.search input {
	outline: none;
	height: 100%;
	border: 0;
	font-size: 13px;
	color: #aaa;
}
.search input:-ms-input-placeholder {
	color: #aaa;
}
.search input::-webkit-input-placeholder{
	color: #aaa;
}
.search button {}
.search button svg {
	width: 17px;
	color: #C0C4CC;
	font-weight: bold;
}

.module {
	background-color: #fff;
	padding: 20px;
}
.module-title {}
.module-title span {
	margin: 0;
	color: #303133;
	font-size: 17px;
}
.sidebar {
	width: 340px;
}
.home-slideshow {
	height: 220px;
}
.home-slideshow .uk-slideshow-items {
	min-height: 100% !important;
}

.home-recom {}
.home-recom .icon {
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.home-recom .title {
	margin-top: 10px;
	line-height: normal;
}

.home-recom .btn {
    background-color: var(--pm-c);
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
}

.home-latest {}
.home-latest .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed var(--br-c);
}
.home-latest .item:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0
}
.home-latest .item .cat {
	line-height: 0;
}
.home-latest .item .cat i {
	margin-right: 5px;
	border-radius: 50%;
	background-color: var(--pm-c);
	width: 15px;
	height: 15px;
	line-height: 12px;
	text-align: center;
}
.home-latest .item .cat svg {
	color: #fff;
	width: 12px;
}
.home-latest .item .cat a {
	color: #909399;
	font-size: 13px;
}
.home-latest .item .time {
	margin-right: 20px;
}
.home-latest .item .time svg {
	width: 14px;
	margin-right: 5px;
}
.home-latest .item .title {
	margin: 10px 0;
	height: 42px;
}
.home-latest .item .title a {
	font-size: 15px;
}
.home-latest .item .thumb {
	width: 110px;
	height: 80px;
	border-radius: 4px;
}
.home-hotnews {}
.home-hotnews .item {
	border-bottom: 1px dashed var(--br-c);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.home-hotnews .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.home-hotnews .item .title {
	margin-bottom: 8px;
	font-size: 15px;
	height: 42px;
}
.home-hotnews .item .thumb {
	width: 65px;
	height: 65px;
	border-radius: 4px;
}

.home-gift {}
.home-gift .item {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px dashed var(--br-c);
}
.home-gift .item:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}
.home-gift .item .icon {
	width: 58px;
	height: 58px;
	border: 1px solid var(--br-c);
	border-radius: 50%;
	padding: 4px;
}
.home-gift .item .icon img {
	border-radius: 50%;
}
.home-gift .item .title {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: normal;
}
.home-gift .item .title a {
	line-height: 0;
}
.home-gift .item .btn {
	background-color: var(--pm-c);
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	padding: 4px 10px;
}

.homg-games {}
.homg-games .item {}
.homg-games .item .icon {
	width: 72px;
	height: 72px;
}
.homg-games .item .title {
	font-size: 16px;
}
.homg-games .item .c-name {
	margin: 5px 0;
}

.home-area {
	height: 300px;
}
.home-area .uk-slideshow-items {
	min-height: 100% !important;
}

.home-area .item-warp {
	width: 350px;
	margin: 60px 80px;
	background-color: rgb(0 0 0 / 60%);
}
.home-area .item-warp .icon {
	width: 95px;
	height: 95px;
}
.home-area .item-warp .title {
	line-height: normal;
}
.home-area .item-warp .title a {
	color: #fff;
	font-size: 18px;
}
.home-area .item-warp .btn {
	padding: 5px 12px;
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	color: #fff;
	background-color: var(--pm-c);
}
.home-area .item-warp .desc {
	line-height: 24px;
}
.nex-icon {
	width: 36px;
	height: 54px;
	background-color: rgb(0 0 0 / 50%);
	background-image: url('./assets/images/nex_icon.png');
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
}
.nex-icon-l {
	transform: rotate(180deg) translate(0,50%)
}


.home-rank {}
.home-rank .item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed var(--br-c);
}
.home-rank .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.home-rank .item:nth-child(1) .num {
	background-color: var(--pm-c);
}
.home-rank .item:nth-child(2) .num {
	background-color: #ff9b19;
}
.home-rank .item:nth-child(3) .num {
	background-color: #ffcb2e;
}
.home-rank .item .num {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #ddd;
	color: #fff;
	border-radius: 4px;
}
.home-rank .item .icon {
	width: 70px;
	height: 70px;
}
.home-rank .item .title {
	font-size: 15px;
	line-height: normal;
}
.home-rank .item .info {
	margin: 8px 0;
}
.home-rank .news-rank-item {}
.home-rank .news-rank-item .thumb {
	width: 100px;
	height: 70px;
}
.home-rank .news-rank-item .title {
	margin-bottom: 13px;
	min-height: 42px;
}
.home-rank .news-rank-item .time svg {
	width: 14px;
	margin-right: 5px;
}
.home-rank .item .btn {
    background-color: var(--pm-c);
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
}
.home-images {}
.home-images .item {
	height: 295px;
}
.home-images .item-s {
	height: 140px !important;
	margin-bottom: 15px;
}
.home-images .item-s:last-child {
	margin-bottom: 0;
}
.home-images .item-s .cover {}
.home-images .item-s .cover span {
    padding: 10px !important;
	font-size: 15px !important;
}
.home-images .item img {}
.home-images .item .cover {
	bottom: 0;
	width: 100%;
	background-color: rgb(0 0 0 / 60%);
}
.home-images .item .cover span {
    padding: 15px;
    display: block;
	color: #fff;
	font-size: 16px;
}

.home-links li {
	display: inline-block;
	margin-right: 15px;
}
.home-links li a {
	color: #909399;
}

.category {}
.category-news {}
.category-news .module-title,
.category-games .module-title {
	border-bottom: 1px solid var(--br-c);
	padding-bottom: 15px;
}
.category-news .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed var(--br-c);
}
.category-news .item .thumb {
	width: 200px;
	height: 128px;
}
.category-news .item .title {
	font-size: 17px;
	font-weight: bold;
}
.category-news .item .desc {
	line-height: 26px;
	margin: 15px 0;
}
.category-news .item i svg {
	width: 14px;
	margin-right: 5px;
}
.category-news .item .tag a {
	color: #606266;
}
.category-news .item .tag i svg {
	width: 15px;
}

.category-games {}
.category-games .sub-nav {}
.category-games .sub-nav ul {
	margin-left: -5px;
	display: flex;
	flex-wrap: wrap;
}
.category-games .sub-nav ul li {
	width: 12.5%;
	text-align: center;
	margin-bottom: 5px;
}
.category-games .sub-nav ul li a {
	display: block;
	background-color: #f7f7f7;
	padding: 10px;
	margin-left: 5px;
	color: #909399;
	border: 1px solid #f7f7f7;
}
.category-games .sub-nav ul .current-cat a,
.category-games .sub-nav ul li a:hover {
	background-color: #fdeaea;
	color: var(--pm-c);
	border: 1px solid #ff8e5a;
}

.category-games .item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed var(--br-c);
}
.category-games .item .icon {
	display: block;
	width: 120px;
	height: 120px;
}
.category-games .item .btn {
	width: 100%;
	text-align: center;
}
.category-games .item .btn a {
	display: block;
    color: #fff;
	background-color: var(--pm-c);
    border-radius: 4px;
    padding: 8px 15px;
}

.category-games .item .title {
	font-size: 18px;
	font-weight: bold;
}
.category-games .item .desc {
	line-height: 26px;
	margin: 20px 0;
	height: 80px;
}
.category-games .item i svg {
	width: 14px;
	margin-right: 5px;
}
.category-games .item .thumb {
	width: 346px;
	display: flex;
}
.category-games .item .thumb>div {
	display: block;
	height: 180px;
	width: 100%;
	margin-left: 5px;
}

.single {}
.single-news {
	padding: 30px;
}
.single-news .single-head {
    padding-top: 10px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed var(--br-c);
}
.single-news .single-head h1 {
    margin-bottom: 30px;
	font-size: 24px;
}
.single-news .single-head .info {}
.single-news .single-head .info .time svg {
	width: 14px;
	margin-right: 5px;
}
.single-main {}
.single-main p {
    margin: 10px 0;
	font-size: 15px;
	line-height: 32px;
	text-indent: 2em;
}
.wp-block-image img,
.single-main p img {
	display: block;
	margin: 0 auto;
	max-width: 500px;
}
.single-main h3,
.single-main h2 {
	font-size: 15px;
	margin: 15px 0;
	font-weight: bold;
}
.game-info {
    border-left: 5px solid #f6f7f8;
}
.game-info p {
    margin: 0;
    font-size: 15px;
    line-height: 32px;
    text-indent: 0;
    padding-left: 15px;
}
.single-cop-notice {
	margin-bottom: 0;
	text-indent: 0 !important;
	font-size: 14px !important;
}
.single-game {}
.single-game .single-head {}
.single-game .single-head h1 {
	font-size: 22px;
	margin-bottom: 38px;
}
.single-game .single-head .icon {
	width: 120px;
	height: 120px;
}
.single-game .single-head .icon img {
    width: 100%;
    height: 100%;
}
.single-game .single-head ul {}
.single-game .single-head ul .c-name {}
.single-game .single-head ul .c-name span {
    position: relative;
}
.single-game .single-head ul .c-name span:after {
    content: '、';
}
.single-game .single-head ul .c-name span:last-child:after {
    display: none;
}
.single-game .single-head .ewm {}
.single-game .single-head .ewm img {
    width: 100px;
    margin-bottom: 5px;
}
.single-game .single-head .download {}
.single-game .single-head .download .btn {
    cursor: pointer;
	line-height: 48px;
	padding: 0 20px;
	border-radius: 6px;
	width: 138px;
	margin-right: 20px;
	color: #C0C4CC;
	font-size: 16px;
	background-color: #eee;
}
.single-game .single-head .download .az {
	background-image: linear-gradient(to bottom, #fe824a, #fe5a45) !important;
	color: #fff;
}
.single-game .single-head .download .ios {
	background-image: linear-gradient(to bottom,#60bcf7,#4ca5ff) !important;
	color: #fff;
}
.single-game .single-head .download svg {
	margin-right: 10px;
}

.single-game .module-title,
.single-gift .module-title{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed var(--br-c);
}
.single-game .module-title span,
.single-gift .module-title span {
    color: var(--pm-c);
}


.single .category-news .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.single .category-news .item .thumb {
    width: 140px;
    height: 100px;
}


.single-slide {}
.single-slide .uk-grid {
    margin-left: -3px;
}
.single-slide .uk-grid>* {
    padding-left: 3px;
}
.single-slide .slider-nav {
    
}

.bind-game {
    padding: 20px;
    border: 1px dashed  var(--pm-c);
    background-color: #fff6ee;
    background-size: 5px 5px;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .9) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 75%,transparent 75%, transparent);
}
.bind-game .icon {
    width: 110px;
    height: 110px;
}
.bind-game .title {
    font-size: 17px;
    font-weight: bold;
}
.bind-game .down {
    display: block;
    padding: 8px 16px;
    background: var(--pm-c);
    border-radius: 20px;
    color: #fff;
}

.single-bottom-news {}
.single-bottom-news .item {
	border-bottom: 1px dashed var(--br-c);
	padding-bottom: 15px;
}
.single-bottom-news .item .thumb {
	width: 90px;
	height: 65px;
}
.single-bottom-news .item .title {
	margin-bottom: 6px;
	height: 42px;
	font-size: 15px;
}
.single-bottom-news .item .time svg {
	width: 13px;
	margin-right: 5px;
}
.single-bottom-news .uk-width-1-2:nth-last-child(1) .item,
.single-bottom-news .uk-width-1-2:nth-last-child(2) .item  {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.side-gamebox {}
.side-gamebox .icon {
	width: 80px;
	height: 80px;
}
.side-gamebox .title {
	font-size: 17px;
	font-weight: bold;
}
.side-gamebox .info {
	margin: 6px 0;
}
.side-gamebox .desc {
	margin: 15px 0;
}
.side-gamebox .btn {
	display: block;
	text-align: center;
	background-color: var(--pm-c);
	color: #fff;
	padding: 8px;
	border-radius: 4px;
}

.fenye {
    text-align: center;
}
.prev, .next {}
.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin-right: 6px;
	color: #666;
	border: 1px solid #f6f7f8
}

.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;
}
#footer {
	background: #1f2327;
	color: #606266;
}
#footer a {
	color: #606266;
}
.foot-nav {}
.foot-nav li {
	display: inline-block;
}
.foot-nav li:not(:last-child)::after {
    content: "|";
	font-size: 12px;
	margin: 0 10px;
	display: inline-block;
	color: #363636;
	transform: translateY(-2px);
}
/*移动端样式*/
@media (max-width: 760px) {
}