@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: 2.8rem;
	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: 2.8rem;
	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%);
}
.header {
    background: var(--pm-c);
        border-bottom: 1px solid var(--br-c);
}
.header .top-head {
    padding: 3rem;
    text-align: center;
}
.header .top-head .logo {
    display: flex;
    align-items: center;
    justify-content: center
}
.header .top-head .logo img {
    height: 4rem;
}
.header .top-head .logo span {
    color: #fff;
    opacity: .4;
    font-size: 2.2rem;
}
.header .nav-bar {
    background: #fff;
}
.header .nav-bar ul {
    white-space: nowrap;
    overflow-x: scroll;
}
.header .nav-bar ul li {
    display: inline-block;
}
.header .nav-bar ul li a {
    font-size: 2.6rem;
    display: block;
    color: #606266;
    padding: 2.4rem 3rem;
    border-bottom: 2px solid #fff
}
.header .nav-bar .current-menu-item a {
    font-weight: bold;
    color: var(--pm-c);
    border-bottom: 2px solid var(--pm-c);
}


.module {
	position: relative;
	background: #fff;
	padding: 3rem;
	margin-bottom: 1rem;
}

.module-title {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
}
.module-title .title {
	font-size: 3.2rem;
	font-weight: bold;
	color: #0f172a;
	display: flex;
	align-items: center;
	position: relative;
}
.module-title .more {
	color: var(--md-c);
	font-size: 2.6rem;
}
.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-latest {}
.module-latest .top {
    text-align: center;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid var(--br-c);
}
.module-latest .top .title {
	margin-bottom: 2rem;
}
.module-latest .top .title a {
	font-size: 3.4rem;
	font-weight: bold;
}
.module-latest .top .desc {
	color: var(--md-c);
	line-height: 4rem;
	font-size: 2.8rem;
}
.module-latest ul {}
.module-latest ul li {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 3rem;
}
.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: 2.8rem;
}



.module-tags {}
.module-tags ul {
	display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.module-tags ul li {
	width: 20%;
	text-align: center;
}
.module-tags ul li a {
	margin: 2px;
	display: block;
	border: 1px solid var(--br-c);
	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%;
}


.module-rank {}
.module-rank ul {}
.module-rank ul li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 3rem 2rem;
}
.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 2rem;
}
.module-rank ul li .hot {
	color: var(--md-c);
	font-size: 2.4rem;
}
.module-rank ul li .hot:before {
	color: #ff5722;
	font-size: 3rem;
	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: 3rem 2rem;
}
.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: 2.6rem;
}

.module-album {}
.module-album .uk-width-auto {
	width: 30rem;
}
.module-album .thumb {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
	height: 30rem;
}
.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: 3rem;
	margin-bottom: 2rem;
	padding: 0 3rem;
}
.module-album .thumb .cover .count {
	display: block;
	padding: 0 3rem 3rem 3rem;
	color: #fff;
	opacity: .6;
	font-size: 2.6rem;
}
.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: 2.6rem;
    color: var(--md-c);
}





.category-list {}
.category-list .item {
	display: flex;
	padding: 3rem;
}
.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: 20rem;
	height: 20rem;
	margin-right: 3rem;
	border-radius: 6px;
}
.category-list .item .title {}
.category-list .item .title a {
	font-size: 3.2rem;
	font-weight: bold;
}
.category-list .item .time {
    display: none;
}
.category-list .item .desc {
    color: var(--md-c);
    font-size: 2.8rem;
    line-height: 4.6rem;
    margin: 1.6rem 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: 6rem;
	line-height: 6rem;
	padding: 0 3rem;
	border-radius: 4px;
	font-size: 2.4rem;
	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: 4rem;
}
.single .single-header h1 {
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.single .single-header .info {
	padding: 3rem 2rem;
    background-image: linear-gradient(0deg, #f9f9fa, #fff);
    background-color: #f9f9fa;
    border-radius: 4px;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
}
.single .single-header .info span {
	color: var(--md-c);
	font-size: 2.6rem;
}
.single .single-content {}
.single .single-content .desc {
	font-size: 3rem;
    line-height: 5.6rem;
    color: #606266;
	position: relative;
    text-indent: 2em;
}
.single .single-content h3 {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--pm-c);
}
.single .single-content p {
	font-size: 3rem;
    line-height: 6rem;
    color: #606266;
	position: relative;
}
.single .single-content p img {
	display: block;
	margin: 0 auto;
	max-width: 40rem;
}
.single .single-content .copy {
    cursor: pointer;
	padding: 3rem;
	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: 4rem 2rem;
	margin-top: 4rem;
	color: rgb(255 ,255 ,255 ,68%);
	text-align: center;
    margin: 0;
    font-size: 2.6rem;
}
.footer p {
    margin: 1.6rem 0;
}
.footer a {
	color: rgb(255 ,255 ,255 ,68%);
	font-size: 2.6rem;
}