:root {
	--primary-color: #006eff;
	--border-color: #D7D7D7;
}

.b-r-4 {
	border-radius: 4px!important
}

.b-r-2 {
	border-radius: 2px!important
}
.b-t {
	border-top: 1px solid var(--border-color);
}
.b-b {
	border-bottom: 1px solid var(--border-color);
}
.b-a {
	border: 1px solid var(--border-color);
}
.change-color {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff!important
}
.btn {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

.btn:hover {
	transform: translateY(-3px);
}

.avatar {}

.avatar img {
	border-radius: 50%;
}

.header {
	box-shadow: 0 0 30px rgba(0,0,0,0.07);
	z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	}

.navbar {
}

.logo {}

.logo img {
	height: 100%;
}


.nav {	
    background-color: #fff;

	
}


.nav>ul {
	list-style: none;
}

.nav>ul>li {
	display: inline-block;
	line-height: 50px;
	
}


.nav>ul>li>a {
	margin: 0 30px;
    font-weight: bold;
	font-size: 16px;
	position:relative
}
.nav>ul>.current-menu-item>a::after {
	content: '';
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	border-radius: 8px;
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
}
.nav>ul>.current-menu-item {}

.nav>ul>.current-menu-item a {
	display: block;
}
.nav>ul>li .sub-menu {
	display: none;
	background: #B1C3D9;
	list-style: none;
	padding: 20px;
	border-radius: 4px;
	border-top:1px solid var(--border-color);
	animation-name: uk-fade-left-small;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
}
.nav>ul>li:hover .sub-menu {
	display: block;
	position: absolute;
	top: 0;
	margin-top: 50px;
	width: 100%;
	left: 0;
}
.nav>ul>li .sub-menu li {
	width: 25%;
	float: left;
	margin-bottom: 15px;
	transition: all .3s
}

.nav>ul>li .sub-menu li:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.nav>ul>li .sub-menu a:link {
color: #333333;
font-size:: 16px;
}




.nav>ul>li .sub-menu li a {
	background: #f7fafc;
	display: block;
	margin: 0 15px;
	font-size: 16px;
	transition: none
}
.nav>ul>li .sub-menu li a:hover {
	color: #fff;
	border-radius: 4px;
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}
.mob-nav {}
.mob-nav>ul {
	padding: 0 20px;
}
.mob-nav>ul>li {
	    margin-bottom: 10px;
}
.mob-nav>ul>li a {
	font-size: 18px;
	color: #666;
}
.mob-nav .sub-menu {
	margin-left: 15px;
    padding-left: 15px;
    background: #f8f8f8;
    padding: 8px 10px;
    margin: 15px 0;
}
.mob-nav .sub-menu a {
	font-size: 14px;
	display: block;
	padding: 8px;
}
.header-info {}


.header-info i {
	margin-right: 3px;
	cursor: pointer;
}

.header-info em {
	height: 12px;
	width: 1px;
	background: rgba(0, 0, 0, 0.3);
	margin: 0 20px;
}

.header-info a {}

.header-info .avatar img {
	border: 3px solid #fff;
}
.user-info-menu {}
.user-info-menu a {
	padding: 6px;
}
.user-info-menu a:hover {
	color: #000
}
.user-down {
	width: 330px;
	display: none;
	padding-top: 60px;
	z-index: 999;
}

.head-avatar {}

.head-avatar:hover .user-down {
	display: block;
}

.user-info {
	background: #f4faff;
	padding: 20px;
}
.user-info:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
	background-image: -webkit-linear-gradient(46deg,#b5dfff 48%,#f4faff 91%);
	background-image: -o-linear-gradient(46deg,#b5dfff 48%,#f4faff 91%);
	background-image: linear-gradient(44deg,#b5dfff 48%,#f4faff 91%);
	width: 60px;
	height: 76px;
	-webkit-border-radius: 0 0 100% 0;
	border-radius: 0 0 100% 0;
}
.user-info:after {
	content:'';
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .4;
	background-image: -webkit-linear-gradient(47deg,#b5dfff 1%,#f4faff);
	background-image: -o-linear-gradient(47deg,#b5dfff 1%,#f4faff 100%);
	background-image: linear-gradient(43deg,#b5dfff 1%,#f4faff);
	width: 100px;
	height: 57px;
	-webkit-border-radius: 100% 0 0 0;
	border-radius: 100% 0 0 0;
}
.user-info h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.head-login {
	color: #fff;
	padding: 4px 15px;
}
.head-login:hover {
	color: #fff;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.search {}
.search input {
	border: none;
}
.search button {
	background: transparent;
	border: none;
	padding: 0 15px;
	cursor: pointer
}

/*
* ----------------------------------------------------------------------------
* 首页slide
* ----------------------------------------------------------------------------
*/

.slide {
}
.slide .slide-ul {
	min-height:auto!important;
	box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
	-webkit-box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
}

.slide .slide-item {}

.slide .slide-item img {
	width: 100%!important
}

.section-title {
	color: #3c3c3c;
}

.section-title .more {
	padding: 2px 2px 2px 6px;
}

.section-more {}

.section-more .btn {
	padding: 12px 50px;
}


/*
* ----------------------------------------------------------------------------
* 首页四格推荐
* ----------------------------------------------------------------------------
*/

.fastnav {}

.fastnav-item {
	padding: 0 35px;
}

.fastnav-item:hover .item-i {
	color: var(--primary-color);
}
.fastnav-item i {
	font-size: 40px;
	transition:  all .3s;
}

.fastnav-item h3 {
	font-size: 18px;
	margin-bottom: 2px
}

.fastnav-item h3 .go {
	padding: 1px 2px 1px 5px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: top;
}

.fastnav-item h3 .go i {
	font-size: 14px;
}


/*
* ------------------------------------------------------------------------------
* 快捷导航样式
* ------------------------------------------------------------------------------
*/

.fastlink {}

.fastlink-item {}

.fastlink-title {
	font-size: 15px;
	padding-bottom: 10px;
}

.fastlink-title i {
	color: var(--primary-color);
	margin-right: 3px;
	font-weight: normal;
}

.fastlink-title span {
	font-weight: normal;
	letter-spacing: 0;
	font-size: 14px;
}

.fastlink-list {
	list-style: none;
	border-left: 1px solid var(--border-color);
	margin: 15px 0 0;
}

.fastlink-list li {
	position: relative;
}

.fastlink-list li a {
	display: block;
	font-size: 14px;
	color: #666666;
	padding: 6px 12px;
}

.fastlink-list li::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #fff;
	border: 1px solid #aac0ff;
	position: absolute;
	left: -4px;
	top: 7px;
	border-radius: 50%;
	margin: 7px 0;
	z-index: 90;
	transition: all .3s;
}

.fastlink-list li a:hover {
	color: var(--primary-color);
}

.tags-item {
	margin: 10px 0;
}

.tags-item a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	background: #f6f6f6;
	padding: 4px 6px;
	border-radius: 3px;
	margin: 3px 0 3px 3px;
}

.tags-item a:hover {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
}

.tags-item a:nth-child(3) {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff!important
}

.fastlink-img {
	margin-top: 15px;
	max-height: 270px;
	overflow: hidden
}

.fastlink-img .cover {
	padding: 8px 10px;
	font-size: 14px;
}
/*
* 面包屑导航 
* ----------------------------------------------------------------------------
* */
.crumb {
	color: #999999;
}
.crumb a {
	color: #666;
}
.crumb i {
	font-size: 13px
}


/*
* ----------------------------------------------------------------------------
* 卡片布局
* ----------------------------------------------------------------------------
*/

.card {}

.card-item {
	transition: all .3s;
}

.card-item .cover {
	height: 180px;
}
.card-item .cover img {
	height: 100%;
}
.card-item .title {
	font-size: 15px;
	transition: all .3s;
	min-height: 45px;
}
.item-foot {
	color: #999999;
}
.item-foot a {
	color: #999999;
}

.card-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.item-foot .cat a {
	background: #f6f6f6;
	padding: 3px 6px;
	border-radius: 2px;
	font-size: 14px;
	display: inline-block;
}

.item-foot .cat a:hover {
	background: var(--primary-color);
	color: #fff;
}
/*
* ----------------------------------------------------------------------------
* 列表子分类
* ----------------------------------------------------------------------------
*/
.sub-nav{}
.sub-nav li {
	display: inline-block;
	margin-left: 10px;
	color: #999;
}
.sub-nav li .all {
	cursor: pointer;
	border-radius: 4px;
	padding: 3px 10px;
}
.sub-nav li a {
	color: #999;
	padding: 3px 8px;
	display: inline-block;
	border-radius: 4px
}
.sub-nav li a:hover {
	color: var(--primary-color)
}
/*
* ----------------------------------------------------------------------------
* 首页排行榜
* ----------------------------------------------------------------------------
*/

.rank {}

.rank-menu {
	background-color: #feae18;
	width: 305px;
	background-image: url(../images/rank-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rank-menu li {
	border-radius: 4px 0 0 4px;
	text-align: left;
}

.rank-menu li a {
	display: block;
	font-size: 16px;
	padding: 20px 25px;
	color: #fff;
}

.rank-menu .uk-active {
	background: #fff;
}

.rank-menu .uk-active a {
	color: #feae18;
}

.rank-item {
	border-bottom: 1px dashed #f6f6f6;
}

.rank-item:last-child {
	border: 0;
}

.rank-item:hover {
	background: #f8fbff;
}

.rank-item a {
	color: #a5a8b1;
}

.rank-item-cover {
	width: 120px;
	height: 80px;
}

.rank-item-title {
	width: 320px;
}

.rank-item-title a {
	color: #262626;
}

.rank-item-cat {
	width: 180px;
	color: #a5a8b1
}

.rank-item-count {}

.rank-item-author {
	width: 120px;
}

.rank-item-author,
.rank-item-title,
.rank-item-cat,
.rank-item-count {
	margin-top: 15px;
}


/*
* ----------------------------------------------------------------------------
* 首页专辑列表
* ----------------------------------------------------------------------------
*/

.topic {}

.topic-item {
	padding: 30px;
}

.topic-item h3 {
	font-size: 17px;
}

.topic-item ul {}

.topic-item ul li {
	margin-top: 0!important;
}

.topic-item ul li a {
	color: #7c808a;
	padding: 10px 0;
}
.topic-item ul li a:hover {
	color: var(--primary-color);
	padding-left: 3px;
}
.topic-item .info {
	color: #999999;
}

.topic-item .info a {
	color: #999999;
}

.topic-item .topic-item-cover {
	height: 260px;
	max-width: 200px;
	transition: all .3s
}

.topic-item .topic-item-cover img {
	height: 100%;
	max-width: 100%;
}
.topic-item .topic-item-cover:hover {
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}



/*
* ----------------------------------------------------------------------------
* 首页博客列表样式
* ----------------------------------------------------------------------------
*/
.blog {}
.blog-item {
	height: 200px;
	margin-bottom: 30px;
	transition: all .3s;
}
.blog-item:hover {
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.blog-item .cover {
	height: 200px;
}
.blog-item .cover img {
	height: 100%;
	min-width: 100%;
	max-width: none;
}
.blog-item-content {
	padding: 10px 25px;
}
.blog-item-content h3 {
	margin-bottom: 10px;
}
.blog-item-content h3 a {
	font-size: 18px;
}
.blog-item-content p {
	color: #666666;
	margin: 12px 0;
}
.blog-item-content .cat a {
	margin-right: 5px;
	font-family: arial;
}

/*
* ------------------------------------------------------------------------------
* 分类页面
* ------------------------------------------------------------------------------
*/
.cat-bg {
	height: 220px;
}
.cat-bg img {
	-webkit-filter:blur(10px);
	filter:blur(10px);
}
.cat-bg h3 {
	color: #333333;
	font-size: 36px;
	letter-spacing: 1px;
	font-weight: bold;
}
.cat-bg .uk-overlay-primary {
	background-image: url(../images/aaa.jpg);
	background-position: center center;
}

/*
* ------------------------------------------------------------------------------
* 分类页面子分类列表
* ------------------------------------------------------------------------------
*/
.list-nav {}
.list-nav ul {
	list-style: none;
}
.list-nav ul li {
	display: inline-block;
	color: #999;
}
.list-nav ul li a {
	display: inline-block;
	padding: 20px 0;
	margin: 0 20px;
	color: #999;
	font-size: 14px
}
.list-nav .current-cat {}
.list-nav .current-cat a {
	position: relative;
	color: #333
}
.list-nav .current-cat a::after {
	content: '';
	display: block;
	width: 100%;
	left: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	z-index: 10;
	border-radius: 8px;
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
}

/*
* ----------------------------------------------------------------------------
* 分页样式
* ----------------------------------------------------------------------------
*/
.fenye {}
.prev, .next {
}

.fenye .page-numbers {
	background: #fff;
	display: inline-block;
	padding: 7px 15px;
	border-radius: 4px;
	margin: 0 3px;
	color: #666;
	border: 1px solid var(--border-color)
}

.fenye .current {
	background-color: #3385ff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
	color: #fff;
	border:none;
	transition: all .3s
}
.fenye .current:hover {
	border: none!important;
	-webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
	box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
}
.fenye .page-numbers:hover {
	border: 1px solid var(--border-color);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

/*
* ----------------------------------------------------------------------------
* 分类切换模块 
* ----------------------------------------------------------------------------
* */

.cat-switcher {}

.cat-switcher h3 {
	color: #333333;
	padding-bottom: 10px;
}

.cat-switcher li {
	cursor: pointer;
}

.cat-switcher .uk-active h3 {
	color:#333
}
.cat-switcher .uk-active h3 a {
	color: var(--primary-color);;
}
.cat-switcher .uk-active h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	box-shadow: 0px 2px 10px -1px #2c63ff;
	border-radius: 3px;
}
.cat-switcher {}

/*
* ----------------------------------------------------------------------------
* 文章页
* ----------------------------------------------------------------------------
* */

.single {}
.single-warp {
	padding: 30px;
}
.single-main {
	width: 860px;
}
.single-head {}
.single-head i {
	margin-right: 3px
}
.single-head span a {
	color: #999;
}
.single-nav {}
.single-nav li {
	
}
.single-nav li span {
    padding-bottom: 15px;
    display: block;
    font-size: 18px;
    color: #333;
}
.single-nav li span:hover {
	color: var(--primary-color);
}
.single-nav li a {
    padding-bottom: 15px;
    display: block;
    font-size: 18px;
    color: #333;
}
.single-nav li a:hover {
	color: var(--primary-color);
}
.single-nav .current {
    border-bottom: 3px solid var(--primary-color);
}

.single-foot {}
.single-foot a {
	color: #fff;
	font-size: 14px;
	margin: 0 10px
}
.single-foot a:hover {
	color:#fff
}
.single-foot .btn {
	padding: 10px 25px;
	border-radius: 50px;
}
.single-foot i {
	transform: translateY(1px);
    display: inline-block;
    margin-left: 1px;
}
.share {}
.share .btn {
	color: #333
}
.single-content a {
	text-decoration: underline;
}
.single-content pre {
	background: #262626;
    color: #cccccc;
    border-left: 5px solid #006eff;
    cursor: text;
    font-size: 14px;
}

.single-content pre code {
	
}
.single-content h3 {
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
}
.single-content h3:after {
	content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
    background: var(--primary-color);
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.single-content h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 100%;
    border-bottom: 2px dashed #ddd;
}
.single-content ul {
	list-style: none;
}
.single-content ul li {}


.single-content table {
	border: 1px solid #cccccc;
}

.single-content table th {
	color: #cccccc;
	font-weight: bold;
	font-size: 15px!important;
	border-right: 1px solid #cccccc;
}

.single-content table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #cccccc;
}

.single-content ul {
	padding: 0
}
.single-content li {
	line-height: 46px;
	border-bottom: 1px dashed #cccccc;
	list-style: none;
	padding-left: 20px;
	position: relative
}
.single-content li:after {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--primary-color);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
}

.single-card {}
.single-card a {
	text-decoration: none;
}
.single-card .thumb {
	width: 125px;
	height: 90px;
}
.single-card .thumb img {
	height: 100%;
	min-width: 100%;
}
.single-card .title {
	margin-top: 6px;
}
.single-card .des {
	line-height: 20px;
}
.single-card .views {
	background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 25px;
}

.single-bottom {}
.single-bottom h3 {
	text-indent: 20px;
	font-size: 16px;
}
.single-bottom h3:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    background: var(--primary-color);
    left: 0;
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}

/*
* ----------------------------------------------------------------------------
* 作者页面
* ----------------------------------------------------------------------------
* */
.author{}
.author-head {
	height: 245px
}
.author-head img {
	width: 100%;
}
.author-head .avatar {
	height: 100px;
	width: 100px
}
.author-head .avatar>img {
	width: 100%
}
.author-head-info {
	padding: 5px
}
.author-menu {
	list-style: none
}
.author-menu .uk-active {}

.author-menu .uk-active a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: var(--primary-color);
	box-shadow: 0px 2px 10px -1px #2c63ff;
	border-radius: 3px;
}
.author-menu li  {
	margin-right: 30px;
}
.author-menu li a {
	color: #999;
	font-size: 16px;
}
/*
* ----------------------------------------------------------------------------
* 热门标签调用模块
* ----------------------------------------------------------------------------
* */
.hot-tag {}
.hot-tag a {
	color: #999;
	padding: 3px 8px;
	border-radius: 3px;
	display: inline-block;
	margin-right:15px
}
.hot-tag a:hover {
	background: var(--primary-color);
	color: #fff;
}
.hot-tag .all-tag {
	font-size: 14px;
	color: #fff;
}
/*
* ------------------------------------------------------------------------------
* 首页ABOUT模块
* ------------------------------------------------------------------------------
*/
.home-about {
	background: #2c63ff;
}
.home-about-title {
	border-bottom: 1px solid #6f95ff
}

.home-about-title em {
	font-style: normal
}

.home-about-ewm {

}
.home-about-ewm a {
	width: 120px;
	height: 120px
}
.home-about-ewm a img {
	width: 100%
}
/*
* ----------------------------------------------------------------------------
* 侧边栏
* ----------------------------------------------------------------------------
* */
.sidebar {
	width: 340px
}
.side-title {}
.side-title-style {}
.side-title-style:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: var(--primary-color);
    left: -15px;
    box-shadow: 3px 0px 10px -1px var(--primary-color);
    border-radius: 2px;
}
.helper {
	letter-spacing: .5px;
	padding: 20px;
}

.helper p {
	max-width: 80%;
}

.helper .btn {
	padding: 6px 10px;
	font-size: 14px;
	line-height: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.helper .btn i {
	font-size: 14px;
	margin-right: 5px;
}

.helper .helper-thumb {
	position: absolute;
	right: 0;
	bottom: 0;
}

.helper .btn {
	font-size: 14px
}

.side-author {
	background: #f4faff;
}
.side-author .avatar img {
	border-radius: 50%;
	border: 5px solid #fff
}
.side-author-count {}
.side-author-count ul {
	list-style: none
}
.side-author-count ul li {}
.side-author-count ul li p {
	font-size: 16px;
}
.side-author-count ul li span {
	color: #666666;
}
.side-author-count .item {
	border-radius: 4px;
    margin: 2px;
    padding: 10px 0;
}
.side-author-count .item p {
	font-size: 14px;
	color: #666;
}
.side-author-count .item span {
	font-size: 14px;
	color: #999999;
    display: block;
}
.side-author-latest {}
.side-author-latest ul {
	list-style: none;
	margin-left: 10px;
	border-left: 1px solid #cccccc;
}
.side-author-latest ul li {
	padding: 0 25px;
}
.side-author-latest ul li:last-child {
	margin-bottom: 0!important
}
.side-author-latest ul li a {
	font-size: 14px;
	color: #3c3c3c;
}
.side-author-latest ul li span {
	font-size: 14px;
	color: #999999
}
.side-author-latest ul li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -3px;
	top: 25px;
	background: var(--primary-color);

}
.side-author-latest ul li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	left: -6px;
	top: 22px;
	opacity: 0.3;
	background: var(--primary-color);
}

.side-art {}
.side-art .side-art-cover {
	max-height: 60px;
}
/*
* ------------------------------------------------------------------------------
* 评论样式
* ------------------------------------------------------------------------------
*/
.comments {}

.comments-title {
	padding: 15px;
}

.comment-list {
	padding: 20px
}
.comment-list .children {
	margin-left: 25px;
	padding: 0;
}
.comment-list .children .comment {
	border-left: 6px solid var(--border-color)!important;
	padding-left: 20px;
}
.comment-list .children .comment-main {
	border: 0;
	padding-top: 0;
}
.comment-list .children .children {
	margin-bottom: 0
}
.comment-from {
	margin-bottom: 30px
}
.comment-from .btn {
	font-size: 14px;
	padding: 0px 15px;
	line-height: 32px;
}
.comment-from .btn:hover {
	transform: none
}
.comment-main {
	padding-top: 15px;
	border-top: 1px solid var(--border-color)
}
.comment-head {
	font-size: 14px
}
.comment-head a {
	font-size: 14px;
	color: #999;
}
.comment-head .data {
	color: #bdbdbd;
}
.comment-head .data a {
	font-size: 14px;
	color: #999999;
}
.comment-head .avatar {
	margin-right: 3px
}
.comment-content {
	padding: 25px 0 0 25px;
	font-size: 14px;
}
.comment-content p {
	margin: 0
}
/*
* ------------------------------------------------------------------------------
* 最新评论样式
* ------------------------------------------------------------------------------
*/
.new-comment {
	margin: 0;
	max-height:360px
}

.new-comment li {
	padding: 20px 0;
	font-size: 14px;
}

.new-comment li>.avatar {
	margin-right: 4px
}
.new-comment li>.avatar img {
	border-radius: 4px;
}
.new-comment li:last-child {
	border: 0
}

.new-comment li a {
	color: #999;
	line-height: 26px;
}

.new-comment li .content {
	padding: 6px 10px;
}

.new-comment li p {
	margin: 10px 0 0
}


/*
* ------------------------------------------------------------------------------
* 标签大全样式
* ------------------------------------------------------------------------------
*/
.page-tags-item {
	padding: 20px 0;
	transition: all .3s
}
.page-tags-item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}
.page-tags-item .name {
	padding: 0 20px;
	color: #333;
	font-size: 15px;
}

.page-tags-item .name:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	width: 5px;
	background: var(--primary-color);
	box-shadow: 3px 0px 10px -1px var(--primary-color);
	border-radius: 2px;
}

.page-tags-item li {
	margin: 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-tags-item li a {
	color: #888;
	font-size: 15px
}

.page-tags-item li a:hover {
	color: #000
}

.page-tags-li {
	padding: 20px;
}

.page-tags-li a {
	display: inline-block;
	background: #f2f6fc;
	color: #666;
	padding: 5px 10px;
	margin: 3px 5px;
}
/*
* ------------------------------------------------------------------------------
* 登录页面样式
* ------------------------------------------------------------------------------
*/
.login-warp {
	background: #00000030
}
.login-bg {}
.login-bg img {
	width: 100%;
	-webkit-filter:blur(10px);
	filter:blur(10px);
}
.login-main {
	width: 960px;
	margin: 0 auto;
}

.login-box {
	width: 100%;
}

.login-bg-01 {
	width: 100%;
	bottom: -15px;
	z-index: 20;
}

.login-bg-01 .bg-box {
	height: 50px;
	background: #fff;
	margin: 0 10px;
	opacity: .5;
}

.login-bg-02 {
	width: 100%;
	bottom: -30px;
	z-index: 10;
}

.login-bg-02 .bg-box {
	height: 50px;
	background: #fff;
	margin: 0 20px;
	opacity: .2;
}

.login-contnet {
	z-index: 30;
	width: 100%;
}

.login-l {
	height: 100%;
	border-right: 1px solid #f2f2f2;
}

.login-l h2 {
	font-family: arial;
	padding-bottom: 15px;
}

.login-l .btn-on {
	font-size: 14px;
	letter-spacing: 1px;
	transition: all .3s;
	color: #fff
}

.login-l .login-sms {}

.login-l .btn-on i {
	margin-right: 3px;
}
.login-l .submit {
	color: #fff
}
.login-r {
	height: 100%;
	background-size: 100%;
}

.login-r img {
	min-height: 100%;
	max-width: none;
	min-width: 100%;
}

.s-res {
	border-top-left-radius: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0;
	box-shadow: 10px 0 30px -10px rgba(0, 0, 0, 0.2);
	margin-left: -175px;
	transition: all .3s;
}

.login-r:hover .s-res {
	margin: 0;
}
.s-res a {
	color: #fff;
	padding: 6px 20px;
}
.s-res h4 {
	padding-bottom: 15px;
	font-size: 16px;
}

.s-res p {}

.s-res p:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 100%;
	background: #666666
}

.s-res span {
	z-index: 10;
	padding: 0 4px;
}

.s-res .btn-on {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px 20px;
	font-family: arial;
}

.s-res .btn-on i {
	margin-right: 3px;
}

.s-res .btn-on:hover {
	color: #fff;
}
.email-sms {}
.email-sms .btn {
	font-size: 14px;
	padding: 6px 7px;
	margin: 5px;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer
}
.email-sms .btn:hover {
	transform: none
}
.social-login {
	font-family: arial;
	font-size: 14px;
	color: #fff!important;
	padding: 5px 10px;
}
.social-login i {
	font-size: 14px	
}

.form-popup {
	max-width: 600px;
	margin: 0 auto;
}
.main-menu-wrap, footer {
	display: block;
}
	
/*
* ------------------------------------------------------------------------------
* 单页合集样式
* ------------------------------------------------------------------------------
*/

.page-about {}

.page-menu {}

.page-menu ul {}

.page-menu ul li {
	padding: 20px 0;
	margin: 0!important;
	border-bottom: 1px solid var(--border-color);
	text-indent: 20px
}

.page-menu ul li:last-child {
	border: none
}

.page-menu ul li a {
	display: block;
	color: #888;
	font-size: 15px;
}

.page-menu .current-menu-item {
	background: #fafafa;
}

.page-menu .current-menu-item a {
	position: relative;
	font-weight: bold;
	color: #2c63ff!important
}

.page-menu .current-menu-item a::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 100%;
	background: #2c63ff;
	left: 0;
	box-shadow: 3px 0px 10px -1px #2c63ff;
	border-radius: 2px;
}

.page-main {}



/*
* ------------------------------------------------------------------------------
* 用户中心
* ------------------------------------------------------------------------------
*/
.user-menu li {}
.user-menu .uk-active a {
	color: #fff;
}
.user-menu li a {
	font-size: 15px;
	padding-bottom: 25px;
}

.user-data {
	padding: 20px
}
.user-data ul {
	font-family: Arial;
	list-style: none
}
.user-data ul li {
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.user-data ul li:last-child {
	margin-bottom: 0;
}
.user-data .user-data-title {
	
}
.user-data .user-data-title span {
	border-bottom: 1px solid #000;
	padding-bottom: 10px
}
.user-box {
	padding: 30px
}
.user-comment {}
.user-comment-content {
	padding: 20px;
	width: 95%;
}
.user-comment-item {
	margin-bottom: 20px;
	padding-bottom: 20px
}
.user-set {}
.user-set-head {
	padding-bottom: 20px;
}

.user-set-head .upload-avatar {
	cursor: pointer;
	opacity: 0;
	height: 40px;
}
.user-set-head  .user-name {
	margin-top: 5px
}
.user-set-head .btn {
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	transform: translateY(15px);
}
.user-user-submit {
	font-size: 15px;
	padding: 6px 15px;
}


/*
* ------------------------------------------------------------------------------
* 网址导航样式
* ------------------------------------------------------------------------------
*/
.site {}

.site-head {
	width: 100%;
	max-height: 300px;
	background-size: 100%;
}

.site-switcher {
	width: 600px;
}

.site-switcher-menu {}

.site-switcher-menu li {
	display: inline-block;
	padding: 10px 0;
	margin: 0 20px;
}

.site-switcher-menu li span {
	cursor: pointer;
	font-size: 15px;
	color: #fff;
}

.site-switcher-menu .uk-active {
	position: relative;
}

.site-switcher-menu .uk-active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2c63ff;
	box-shadow: 0 1px 7px -1px #2c63ff;
	border-radius: 4px;
}

.site-switcher-main {
	box-shadow: 0 6px 20px -8px #e5f2ff;
}

.site-select {
	border: 0;
	padding: 0 20px;
	outline: medium;
	cursor: pointer
}

.site-form {
	display: none;
}

.site-form input {
	width: 100%;
	border-radius: 4px;
	padding: 16px 0;
	text-indent: 1em;
	border: 0;
}

.site-form input:focus {
	outline: medium;
}

.site-form button {
	position: absolute;
	top: 10px;
	right: 0;
	border: 0;
	background: none;
	cursor: pointer;
	margin: 5px 10px;
	font-weight: bold;
	color: #54677b;
}

.site-search {
	flex: 1;
}

.site-item {
	box-shadow: 0 10px 20px -10px rgb(230, 234, 245);
	transition: all .3s;
}

.site-item:hover {
	transform: translateY(-5px);
}

.site-item>a {
	color: #262626;
}

.site-item>a:hover {
	color: #000;
}

.site-item-data {
	padding-top: 10px;
	margin-top: 10px;
}

.site-item .site-item-tag {}

.site-item .site-item-tag a {
	display: inline-block;
	padding: 3px 8px;
	background: #f9f9f9;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
}

.site-item .site-item-tag a:hover {
	color: #fff;
	background: #2c63ff;
	box-shadow: -3px 2px 10px -2px #2c63ff;
}

.site-item .site-item-go {
	flex: 1;
	color: #262626;
}

.site-icon {
	width: 32px;
	height: 32px;
}

.site-icon img {
	min-height: 100%
}
.sitenav {}
.sitenav li {
	list-style: none
}
.sitenav li:last-child {
	border: 0
}
.sitenav li a {
	color: #999;
	font-size:13px;
	background: #fff;
	min-width: 90px;
}
.sitenav li a:hover {
	color:#262626
}
.sitenav li i {
	font-size: 14px;
	color: #ddd;
	margin-right: 3px;
	transition: all .3s
}
.sitenav li a:hover i {
	margin-right: 6px
}
.sitenav li b {
	padding: 0 20px;
	border-right: 1px solid #cccccc;
}
.sitenav li b i {
	color: #666666
}
.site-submit {
	line-height: 52px;
	font-size: 15px;
}
.site-title {

}
.site-title span {
	padding-bottom:12px;
	border-bottom: 2px solid #000;
	color: #262626;
	font-size: 15px;
}
.site-box {
	padding: 15px 20px
}
.site-box .site-box-cover {
	width: 160px;
	height: 160px
}
.site-box .site-box-cover img {
	width: 100%;
	height: 100%
}
.site-box-cover-small {
	width: 45px;
	height: 45px;
}
.site-content {}
.site-content ul {
	padding: 20px;
	list-style: none;
}
.site-content li {
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}
.site-content li:last-child {
	border: 0;
	margin: 0;
	padding: 0
}
.site-content p {
	margin: 0;
	display:inline-block
}
.site-content .btn {
	padding: 2px 6px;
    font-size: 14px;
}

/*
* ------------------------------------------------------------------------------
* 底部样式
* ------------------------------------------------------------------------------
*/

.footer {}

.foot {}
.foot-logo {
	height: 48px;
}
.foot-logo img {
	height: 100%
}
.foot-item {
	padding-right: 50px;
	color: #676b6f;
}
.foot-item-first {

}
.foot-item-first:after {
	content: "";
	display: block;
	width: 0;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	height: 100%;
	top: 0;
	margin-top: 0;
	border-right: 1px solid;
	border-color: #25282a;
	-webkit-box-shadow: 1px 0 1px #393c40;
	box-shadow: 1px 0 1px #393c40;
}
.foot-item .foot-item-title {
	font-size: 16px;
}

.foot-item ul {
	list-style: none;
}

.foot-item ul li {
	width: 50%;
	margin-top: 0!important;
	margin-bottom: 10px;
	float: left;
}

.foot-item ul li a {
	color: #676b6f;
	font-size: 14px;
}

.foot-item p {
	font-family: arial;
}
.foot-cop {
	background: #25282a;
	color: #676b6f;
	font-size: 14px;
}
.foot-cop a {
	color: #676b6f;
	font-size: 14px;
}
.foot-cop a:hover {
	color: #fff;
}
.link {
	border: 1px dashed #333;
}
.link ul {
	list-style: none;
	padding: 12px 15px;
}
.link ul li {
	display: inline-block;
	font-size: 14px;
}
.link ul li a {
	color: #666;
	font-size: 14px;
	margin-right: 15px;
	font-size: 14px;
}
.foot a:hover {
	color: #fff;
}

/*
* ------------------------------------------------------------------------------
* 通知样式修改
* ------------------------------------------------------------------------------
*/
.uk-notification-message {
	color: #fff;
	font-size: 14px
}
.uk-notification-message .uk-notification-close {
	display: none!important
}
.uk-notification-message-primary {}
.uk-notification-message-warning {
	background:#faa05a
}
.uk-notification-message-success {
	background:#32d296
}
.uk-notification-message-danger {
	background:#f0506e
}


/*
* ------------------------------------------------------------------------------
* 夜间模式
* ------------------------------------------------------------------------------
*/

.night .b-a {
		border: 1px solid #222
}
.night .b-b {
		border-bottom: 1px solid #222
}
.night .b-t {
		border-top: 1px solid #222
}
.night a, .uk-link {
    color: #fff;
}
.night .navbar {
    background: #1d1f20;
}
.night .nav>ul>li>a {
    color: #fff;
}
.night .nav>ul>li .sub-menu li a:hover {
    color: #fff;
    border-radius: 4px;
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}
.night .nav>ul>li .sub-menu {
    background: #262626;
    border-top: 1px solid #262626;
}
.night .nav>ul>li .sub-menu li a {
    background: #1d1f20;
    color: #fff;
}
.night .header-info i {
    color: #fff;
}
.night .user-info {
    background: #151617;
}
.night .user-info:before {
    background-image: -webkit-linear-gradient(46deg,#111111 48%,#343434 91%);
    background-image: -o-linear-gradient(46deg,#b5dfff 48%,#f4faff 91%);
    background-image: linear-gradient(44deg,#343434 48%,#111111 91%);
}
.night .user-info:after {
    background-image: -webkit-linear-gradient(47deg,#111111 1%,#c4c4c4);
    background-image: -o-linear-gradient(47deg,#b5dfff 1%,#f4faff 100%);
    background-image: linear-gradient(43deg,#111111 1%,#3e3e3e);
}
.night .header-info .avatar img {
    border: 3px solid #333;
}
.night .user-info-menu {
    background-color: #111!important
}
.night .user-info h4 {
    color: #fff;
}
.night .side-author .avatar img {
    border: 4px solid #262626;
}
.night .uk-background-muted {
    background-color: #111
}
.night .uk-background-default {
    background-color: #151617
}
.night .fastnav-item h3 a {
    color: #fff;
}
.night .fastnav-item i {
    color: #fff;
}
.night .fastlink-title {
    color: #fff;
}
.night .fastlink-list {
    border-left: 1px solid #262626;
}
.night .fastlink-list li::after {
    background: #151617;
    border: 1px solid #262626;
}
.night .tags-item a {
    background: #262626;
	color: #999;
}
.night .cat-switcher .uk-active h3 {
    color: #fff;
}
.night .card-item .title {
    color: #fff;
}
.night .item-foot .cat a {
    background: #262626;
}
.night .section-title h3 {
    color: #fff;
}
.night .blog-item-content h3 a {
    color: #666666;
}
.night .rank-item {
    border-bottom: 1px dashed #262626;
}
.night .rank-item:hover {
    background: #111;
}
.night .rank-item-title a {
    color: #fff;
}
.night .topic-item h3 a {
    color: #fff;
}
.night .list-nav .current-cat a {
    color: #fff;
}
.night .fenye .page-numbers {
    background: #151617;
    border: 0
}
.night .fenye .current {
    background-color: #3385ff!important;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff))!important;
    background-image: -webkit-linear-gradient(left, #006eff, #13adff)!important;
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%)!important;
    background-image: linear-gradient(90deg, #006eff, #13adff)!important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
}
.night .fenye .page-numbers:hover {
    background-color: #3385ff!important;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff))!important;
    background-image: -webkit-linear-gradient(left, #006eff, #13adff)!important;
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%)!important;
    background-image: linear-gradient(90deg, #006eff, #13adff)!important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3)!important;
 		border: 0;
    color: #fff;
}
.night .hot-tag a {
    color: #999;
}
.night .single-content a {
   color: #fff;
}
.night .single-content pre {
    background: #111;
    border: 1px solid #262626;
}
.night .comment-from textarea {
		background: #111;
    border: 1px solid #262626;
}
.night .comment-from textarea:focus{
		background: #111;
    border: 1px solid #262626;
}
.night .side-author-count {
    background-color: #151617!important
}
.night .side-author-count ul li {

}
.night .side-author-count .item {
	background-color: #111;
}
.night .side-title {
   color: #fff;
}
.night .side-author-latest ul {
    border-left: 1px solid #262626;
}
.night .side-author-latest ul li a {
    color: #999;
}
.night .side-author-latest ul li span {
    color: #444;
}
.night .helper h5 {
   color: #fff;
}
.night .single-head h1 {
   color: #fff;
}
.night .single-content h3 {
   color: #fff;
}
.night .single-content h3:before {
    border-bottom: 2px dashed #262626;
}
.night .single-content li {
    border-bottom: 1px dashed #262626;
}

.night .uk-modal-dialog {
	background-color: #111;
}
.night .uk-modal-dialog h3 {
   color: #fff;
}
.night .search input {
	background-color: #111;
}
.night .search input:focus{
		background: #111;
}
.night .search i {
   color: #fff;
}
.night input:focus{
		background: #111!important;
}
.night .uk-input, .night .uk-select, .night .uk-textarea {
	background: #111;
    border: 1px solid #262626;
}
.night .hot-tag a:hover {
	color: #fff;
}
.night .page-tags-item .name {
	color: #fff;
}
.night::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #000;
}

.night::-webkit-scrollbar-track {
	background-color: #000;
}

.night::-webkit-scrollbar-thumb {
	background-color: #262626;
	border-radius: 10px
}

.night .tags-item a:nth-child(3) {
	box-shadow: none;
}
.tags-item a:hover {
	box-shadow: none;
}
.night .comment-main {
	border-top: 1px solid #262626;
}

.night .comment-list .children .comment {
    border-left: 6px solid #262626!important;
}
.night .single-nav li span {
	color: #fff;
}
.night .single-nav li a {
	color: #fff;
}
.night .new-comment::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #111;
}
.night .new-comment::-webkit-scrollbar-track {
	background-color: #111;
}

.night .new-comment::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 10px
}


::-webkit-scrollbar {
	width: 10px;
	height: 4px;
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px
}


@media screen and (max-width: 600px) {
	.user-down {
		margin-right: 10px!important
	}
	.slide .slide-ul {
		height:110px!important
	}
	.slide .slide-ul img {
		min-width: 100%!important;
		max-width:none!important
	}
	.slide .slide-item {
		height:110px!important
	}
	.blog-item {
		height: auto
	}
	.rank-menu {
		width: 100%
	}
	.rank-item-cat {
		padding: 0
	}
	.rank-item-cover {
		width: 100%
	}
	.topic-item .topic-item-cover {
		width: 100%;
		max-width: 100%
	}
	.foot-item-first:after {
		display: none
	}
	.navbar {
		padding: 15px 0
	}
	.logo {
		flex: 1
	}
	.single {
		width: auto
	}
	.single-head {
	}
	.single-main {
		width: 100%;
	}
	.single-foot a {
		margin: 0 5px
	}
	.single-foot .btn {
		padding: 6px 15px;
	}
	.sidebar {
		width: 100%
	}
	.author-menu {
	    white-space: nowrap;
	    overflow-x: scroll;
	    overflow-y: hidden;
	}
	.user-menu .uk-active a {
		color: #333;
	}



