@charset "utf-8";
/*
    Theme Name: 网名主题
    Theme URI: https://www.qqwm.cn/
    Author: 阿叶
    Author URI: https://www.qqwm.cn/
    Description: 
    Version: v1.1.0
*/


:root {
    --pm-c: #2e6cf3;
    --bg-c: #f6f7f9;
    --br-c: #eaedf1;
    --md-c: #909399
}

html,body {
	background-color: var(--bg-c);
	font-size: 13px;
	font-family: arial;
	color: #303133;
}
* {
	line-height: normal;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: var(--pm-c);
}
.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;
}
.c-pm {
    color: var(--pm-c);
}
.shadow {
	box-shadow: 0 2px 12px 0 rgba(55,99,170,.06)
}
.cover {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.uk-container {
	max-width: 1086px;
}
header {
	background: var(--pm-c);
	border-bottom: 1px solid var(--br-c);
	margin-bottom: 20px;
	
}
.top-bar {
	background: #ffff;
}
.top-bar span {
	color: #606266;
	font-size: 12px;
	line-height: 32px;
}
.top-head {
	padding: 30px 0;
	display: flex;
	align-items: center;
}
.logo {}
.logo a {
    display: flex;
    align-items: center;
}
.logo img {
    margin-right: 10px;
}
.logo span {
    color: #fff;
    font-size: 10px;
    opacity: .6;
}
.top-head .count {
    flex: 1;
    text-align: right;
}
.nav-bar {
	background: #fff;
}
.nav-bar ul {
    flex: 1;
	display: flex;
	align-items: center;
}
.nav-bar ul li a:hover ,
.nav-bar ul .current-menu-parent a,
.nav-bar ul .current-menu-item a {
	background: #f4f7ff;
	color: var(--pm-c);
	border-bottom: 3px solid var(--pm-c);
}
.nav-bar ul li {
	display: inline-block;
}
.nav-bar ul li a {
	display: block;
	padding: 15px 20px 12px 20px;
	color: #606266;
	border-bottom: 3px solid #fff
}
.nav-bar .uk-container {
    display: flex;
    align-items: center;
}
.search {
    min-width: 230px;
    position: relative;
    overflow: hidden;
    height: 49px;
    line-height: 50px;
    border-left: 1px solid var(--br-c);
    border-right: 1px solid var(--br-c);
}
.search input {
    border: 0;
    height: 100%;
    padding: 0 15px;
    color: var(--md-c);
    outline: none;
    width: 100%;
}
.search button {
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.search button:before {
    font-size: 15px;
    color: var(--md-c);
}

.module {
	position: relative;
	background: #fff;
	padding: 25px;
	border: 1px solid var(--br-c);
}

.module-title {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.module-title .title {
	font-size: 16px;
	font-weight: bold;
	color: #0f172a;
	display: flex;
	align-items: center;
	position: relative;
}
.module-title .more {
	color: var(--md-c);
	font-size: 13px;
}
.module-title .title:before {
	color: #fff;
	display: inline-block;
	margin-right: 15px;
    font-size: 9px;
    display: inline-block;
    background: var(--pm-c);
    height: 17px;
    width: 17px;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    border-radius: 3px;
    transform: translateY(1px);
}
.module-title .title:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--pm-c);
	position: absolute;
	left: 10px;
	top: 55%;
	transform: translate(0,-50%);
	opacity: .2;
}


.module-banner {
	position: relative;
	overflow: hidden;
}
.module-banner .uk-slideshow-items {
	min-height: 295px !important;
	border-radius: 6px;
	width: 295px;
}
.module-banner .item {
}
.module-banner .item .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.module-banner .item .cover span {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
}

.module-latest {
	flex: 1;
	overflow: hidden;
}
.module-latest .top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--br-c);
}
.module-latest .top .title {
	margin-bottom: 10px;
}
.module-latest .top .title a {
	font-size: 16px;
	font-weight: bold;
}
.module-latest .top .desc {
	color: var(--md-c);
	line-height: 24px;
	font-size: 14px;
}
.module-latest ul {}
.module-latest ul li {
	margin-top: 20px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
}
.module-latest ul li:last-child {
	margin-bottom: 0;
}
.module-latest ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #E4E7ED;
	transform: translate(0,-50%);
}
.module-latest ul li a {
	display: block;
	flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.module-latest ul li .time {
	color: #ff5722;
	font-size: 13px;
}


.module-tags {}
.module-tags ul {
	display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.module-tags ul li {
	width: 12.5%;
	text-align: center;
}
.module-tags ul li a {
	margin: 2px;
	display: block;
	border: 1px solid var(--br-c);
	padding: 0 18px;
	border-radius: 4px;
	font-size: 12px;
	color: #606266;
	height: 30px;
	line-height: 30px;
}
.module-tags ul li a:hover {
	background: var(--pm-c);
	color: #fff;
	font-weight: bold;
	border: 1px solid var(--pm-c);
}
.sied-tags ul li {
	width: 33.33%;
}

.side-bar {
	width: 350px;
}

.module-rank {}
.module-rank ul {
	height: 249px;
}
.module-rank ul li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 10px;
}
.module-rank ul li:nth-child(odd) {
	background-color: var(--bg-c);
	background-image: linear-gradient(180deg, var(--bg-c), #fff);
}
.module-rank ul li a {
	display: block;
	flex: 1;
	overflow: hidden;
	margin: 0 10px;
}
.module-rank ul li .hot {
	color: var(--md-c);
	font-size: 12px;
}
.module-rank ul li .hot:before {
	color: #ff5722;
	font-size: 15px;
	margin-right: 1px;
}
.module-rank ul li .num {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
	background: #DCDFE6;
	color: #fff;
	border-radius: 3px;
}
.module-rank ul li:nth-child(1) .num {
	background: #ff5722;
}
.module-rank ul li:nth-child(2) .num {
	background: #ff9800;
}
.module-rank ul li:nth-child(3) .num {
	background: #ffc107;
}
.side-rank ul {
	height: auto;
}



.module-list {}
.module-list ul {}
.module-list ul li {
	display: flex;
	align-items: center;
	padding: 15px 10px;
}
.module-list ul li:nth-child(odd) {
	background-color: var(--bg-c);
	background-image: linear-gradient(180deg, var(--bg-c), #fff);
}
.module-list ul li a {
	display: block;
	flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}
.module-list ul li .time {
	color: var(--md-c);
	font-size: 13px;
}

.module-album {}
.module-album .uk-width-auto {
	width: 200px;
}
.module-album .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
	height: 200px;
}
.module-album .thumb img {
    opacity: .4;
    transition: all .3s;
}
.module-album .thumb:hover img {
    opacity: 1;
}
.module-album .thumb .cover {
	position: relative;
	z-index: 10;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.module-album .thumb .cover .title {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0 20px;
}
.module-album .thumb .cover .count {
	display: block;
	padding: 0 20px 20px 20px;
	color: #fff;
	opacity: .6;
	font-size: 13px;
}
.module-album .uk-slidenav {
	cursor: pointer;
}


.module-links {}
.module-links ul {}
.module-links ul li {
    display: inline-block;
}
.module-links ul li a {
    font-size: 13px;
    color: var(--md-c);
}






/*面包屑导航*/

.crumbs {
	color: var(--md-c);
	display: flex;
	align-items: center;
}
.crumbs a {
	color: var(--md-c);
	position: relative;
}
.crumbs a:after {
	display: inline-block;
	margin-right: 5px;
}
.crumbs>*:last-child:after {
	display: none;
}

.category-list {}
.category-list .item {
	display: flex;
	padding: 20px;
}
.category-list .item:nth-child(odd) {
	background-color: var(--bg-c);
	background-image: linear-gradient(180deg, var(--bg-c), #fff);
}
.category-list .item .thumb {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	border-radius: 6px;
}
.category-list .item .title {}
.category-list .item .title a {
	font-size: 16px;
	font-weight: bold;
}
.category-list .item .time {
    color: var(--md-c);
    font-size: 13px;
    margin-top: 15px;
}
.category-list .item .desc {
	color: var(--md-c);
	font-size: 13px;
	line-height: 26px;
	margin: 15px 0;
}
.category-list .item .tag a {
    color: #606266;
    font-size: 13px;
}
.category-list .item .tag:before {
	margin-right: 2px;
	color: #303133;
}
.category-list .item .tag a:hover {
    color: var(--pm-c);
}

.fenye {}
.fenye .page-numbers {
	display: inline-block;
	background-color: var(--bg-c);
	background-image: linear-gradient(180deg, var(--bg-c), #fff);
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 12px;
	color: var(--md-c);
}
.fenye .page-numbers:hover,
.fenye .current {
	background: var(--pm-c);
	color: #fff;
}




.single {}
.single .single-header {
	text-align: center;
	margin-bottom: 25px;
}
.single .single-header h1 {
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.single .single-header .info {
	padding: 20px 15px;
    background-image: linear-gradient(0deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
    margin-bottom: 20px;
}
.single .single-header .info span {
	color: var(--md-c);
	font-size: 13px;
	margin: 0 40px;
}
.single .single-content {}
.single .single-content .desc {
font-size: 15px;
    line-height: 32px;
    color: #606266;
    text-indent: 2em;
}
.single .single-content h3 {
	font-size: 17px;
	font-weight: bold;
	color: var(--pm-c);
}
.single .single-content p {
	font-size: 15px;
    line-height: 32px;
    color: #606266;
	position: relative;
}
.single .single-content p img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}
.single .single-content .copy {
    cursor: pointer;
	padding: 15px;
	background-color: var(--bg-c);
	background-image: linear-gradient(180deg, var(--bg-c), #fff);
}
.single .single-content p:before {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 13px;
	color: var(--md-c);
	opacity: .2;
}
.single .single-content p:hover:before {
	opacity: 1;
	color: #303133;
}
.next-post {
    display: block;
    text-align: center;
    color: var(--md-c);
}
.next-post:hover {
    font-weight: bold;
}


.footer {
	background: var(--pm-c);
	padding: 30px;
	margin-top: 20px;
	color: rgb(255 ,255 ,255 ,68%)
}
.footer a {
    color: rgb(255 ,255 ,255 ,68%)
}
.footer p span {
    margin: 0 2px;
}

@media (max-width: 760px) {

}
