@charset "utf-8";
/*
    Theme Name: 币社区
    Theme URI: https://www.bishequ.com/
    Author: 阿叶
    Version: v1.1.0
*/


:root {
    --pm-c: #005dff;
    --bg-c: #f6f7f9;
    --br-c: #eaedf1;
    --md-c: #909399
}

html,body {
	background-color: var(--bg-c);
	font-size: 13px;
	font-family: arial;
	color: #575e68;
}
* {
	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;
}
.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}


.header {
	border-bottom: 1px solid var(--br-c);
	background: #fff;
	padding: 15px 0;
}
.header .uk-container {
	display: flex;
	align-items: center;
}
.header .logo {}
.header .logo a {
	display: inline-block;
	height: 32px;
}
.header .logo a img {
	height: 100%;
}
.header .nav {
	text-align: center;
}
.header .nav li {
	display: inline-block;
}
.header .nav li a {
	font-size: 15px;
	padding: 0 15px;
	display: block;
	color: #575e68;
}
.header .nav li a:hover,
.header .nav .current-menu-item a {
	font-weight: bold;
	color: var(--pm-c);
}
.header .btns {
	display: flex;
	align-items: center;
}
.header .btns a {
	display: block;
	height: 34px;
	line-height: 36px;
	width: 68px;
	text-align: center;
	background: var(--pm-c);
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid var(--pm-c);
	margin-left: 5px;
}
.header .btns .ai {
	background: transparent;
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.part {
	background: #fff;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
	border: 1px solid var(--br-c);
	box-shadow: 0 2px 12px 0 rgba(55, 99, 170, .06);
}
.part-title {}
.part-title .title {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #303133;
	display: flex;
	align-items: center;
	position: relative;
}

.side-nav {
	background: #fff;
	width: 180px;
	border-radius: 4px;
	border: 1px solid var(--br-c);
	box-shadow: 0 2px 12px 0 rgba(55, 99, 170, .06);
}
.side-nav .filter {
	padding: 10px;
	border-bottom: 1px solid var(--br-c);
}
.side-nav .filter li {}
.side-nav .filter li a {
	display: block;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	border-radius: 4px;
	color: var(--md-c);
	display: flex;
	align-items: center;
}
.side-nav .filter li a:before {
	margin-right: 10px;
	font-size: 17px;
	display: block;
}
.side-nav .filter li:hover a ,
.side-nav .filter .active a {
	background: #eaf2ff;
	color: var(--pm-c);
	font-weight: bold;
}
.side-nav .circle {
	padding: 10px;
}
.side-nav .circle .title {
	font-weight: bold;
	font-size: 15px;
	color: #333;
	padding: 10px;
}
.side-nav .circle ul {}
.side-nav .circle li {
	margin-bottom: 5px;
}
.side-nav .circle li:last-child {
	margin-bottom: 0;
}
.side-nav .circle  li a {
	display: flex;
	font-size: 14px;
	align-items: center;
	border-radius: 4px;
	color: #575e68;
	padding: 10px;
	position: relative;
}
.side-nav .circle li a:hover {
	background: #eaf2ff;
	color: var(--pm-c);
	font-weight: bold;
}

.side-nav .circle li span {
	display: block;
	height: 18px;
	line-height: 19px;
}
.side-nav .circle li img {
	width: 18px;
	height: 18px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 8px;
}

.side-bar {
	width: 330px;
}
.banner {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.part-latest {}
.part-latest .latest-warp {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid var(--br-c);
	box-shadow: 0 2px 12px 0 rgba(55, 99, 170, .06);
}
.part-latest .item {
	padding: 20px;
	border-bottom: 1px solid var(--br-c)
}
.part-latest .item:hover {
	background: #fbfbfb;
}
.part-latest .item .title {
	margin-bottom: 15px;
}
.part-latest .item .title a {
	font-weight: bold;
	font-size: 16px;
}
.part-latest .item .desc {
	color: var(--md-c);
	line-height: 26px;
	flex: 1;
	overflow: hidden;
}
.part-latest .item .thumb {
	width: 120px;
	height: 86px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 20px;
}
.part-latest .item .data {
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.part-latest .item .user {
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
}
.part-latest .item .user .ava {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 8px;
	cursor: pointer;
}
.part-latest .item .user .name {
	height: 20px;
	line-height: 22px;
	font-size: 13px;
	color: #303133;
	cursor: pointer;
}
.part-latest .item span {
	color: var(--md-c);
	display: inline-block;
	font-size: 12px;
}
.part-latest .item span:before {
	margin-right: 2px;
	font-size: 14px;
}
.part-latest .item .view {}
.part-latest .item .view:before {
    font-size: 15px;
    transform: translateY(1px);
    display: inline-block;
}
.part-latest .item .time {
	margin-left: 30px;
}
.part-latest .view-more {
	margin-top: 10px;
	display: block;
	text-align: center;
	background: var(--pm-c);
	color: #fff;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
}

.side-rank {
	margin-top: 20px;
}
.side-rank ul {}
.side-rank ul li {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.side-rank ul li .num {
    color: #C0C4CC;
    font-size: 15px;
    font-weight: bold;
    font-family: Archivo;
    overflow: hidden;
    margin-right: 12px;
}
.side-rank ul li:nth-child(1) .num {
background: linear-gradient(180deg,#f64242 20%,rgba(246,66,66,.4) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.side-rank ul li:nth-child(2) .num {
    background: linear-gradient(180deg,#ff7426 20%,rgba(255,116,38,.4) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.side-rank ul li:nth-child(3) .num {
    background: linear-gradient(180deg,#ffac0c 20%,rgba(255,172,12,.4) 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.side-rank ul li a {
	font-size: 14px;
	flex: 1;
	display: block;
}
.side-rank .view {
	display: block;
	text-align: center;
	background: var(--pm-c);
	color: #fff;
	font-size: 13px;
	padding: 10px;
	border-radius: 4px;
}
.side-recom {
	margin-top: 20px;
}
.side-recom .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.side-recom .item:last-child {
	margin-bottom: 0;
}
.side-recom .item .thumb {
	display: block;
	width: 99px;
    height: 66px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.side-recom .item .title {
	margin-bottom: 26px;
}
.side-recom .item .title a {
	font-size: 14px;
}
.side-recom .item .data {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.side-recom .item .data {
	font-size: 12px;
	color: #aaaeb3
}
.side-recom .item .data .tag a {
	display: inline-block;
	background: #eaf2ff;
	color: var(--pm-c);
	border-radius: 2px;
	height: 22px;
	font-size: 12px;
	line-height: 24px;
	padding: 0 6px;
}

.category {}
.category-top {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background: #000;
	padding: 30px;
}
.category-top .bg {
	filter: blur(10px);
	opacity: .3;
	transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y)) scale(1.1)
}
.category-top .top-warp {
	position: relative;
	z-index: 10;
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
}
.category-top  .icon {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}
.category-top  .icon img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.category-top  h1 {
	font-size: 20px;
	list-style: 18px;
	color: #fff;
	margin: 0;
	margin-bottom: 15px;
}
.category-top .desc {
	line-height: 18px;
	font-size: 14px;
	opacity: .68;
	margin-bottom: 15px;
}
.category-top .data {
	opacity: .68;
}
.category-top .data span {
	font-size: 13px;
}
.category-top .data span:after{
	content: '';
	height: 10px;
	width: 1px;
	background: #fff;
	display: inline-block;
	margin: 0 15px 0 17px;
	opacity: .5;
}
.category-top .data span:last-child:after {
	display: none;
}


.category-top .more a {
	display: block;
    text-align: center;
    background: var(--pm-c);
    color: #fff;
    font-size: 13px;
    padding: 6px;
    border-radius: 4px;
}

.fenye {
    margin-top: 15px;
    text-align: center;
}
.fenye .page-numbers {
	display: inline-block;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	border-radius: 4px;
	font-size: 12px;
	color: var(--md-c);
    box-shadow: 0 2px 12px 0 rgba(55, 99, 170, .06);
}
.fenye .page-numbers:hover,
.fenye .current {
	background: var(--pm-c);
	color: #fff;
}


.single {}
.single-news {}
.single-news .news-header { 
}
.single-news .news-header h1 {
	text-align: center;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.single-news .news-header .info {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bg-c);
    background-image: linear-gradient(0deg, var(--bg-c), #fff);
}
.single-news .news-header .info a,
.single-news .news-header .info span {
	color: var(--md-c);
	font-size: 13px;
}

.single-content {
	margin-top: 30px;
}

.single-content p {
	font-size: 15px;
    line-height: 32px;
    color: #606266;
    text-indent: 2em;
}

.single-content img {
	display: block;
	max-width: 68%;
	margin: 0 auto;
}






.footer {
	margin-top: 20px;
	background: #252931;
	padding: 30px;
	text-align: center;
	color: rgba(255, 255, 255, 0.34);
}
.footer a {
	color: rgba(255, 255, 255, 0.34);
}
.footer .foot-nav {}
.footer .foot-nav a:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 15px;
}
.footer .foot-nav a:last-child:after {
	display: none;
}
.footer div {
	margin: 15px 0;
}

@media (max-width: 760px) {
    .uk-container {
        padding: 0 10px;
    }
    .header .logo a {
        height: 28px;
    }
    .mob-mav {
        font-size: 20px;
    }
    #mob-mav {}
    #mob-mav ul {}
    #mob-mav ul li {
        margin-bottom: 15px;
    } 
    #mob-mav ul li a {
        color: #fff;
    }
    .part {
        padding: 15px;
    }
    .logo {
        flex: 1;
    }
    .header .nav,
    .header .btns {
        display: none;
    }
    .part-latest .item .title {
        margin-bottom: 10px;
    }
    .part-latest .item .data {
        margin-top: 10px;
    }
    .part-latest .item .time {
        margin-left: 0;
    }
    .part-latest .item .thumb {
        width: 100px;
        height: 75px;
    }
    .single {
    }
    .single-news .news-header h1 {
        margin: 20px 0;
        font-size: 20px;
        font-weight: bold;
    }
    .single-content img {
        max-width: 100%;
    }
    .single-content p {
        line-height: 30px;
    }
    .side-bar {
        width: 100%;
    }
    .footer {
        padding: 15px 10px;
    }
    .footer .foot-nav a:after {
        margin: 0 3px 0 6px;
    }
    .footer a {
        font-size: 12px;
    }
    .footer div {
        line-height: 22px;
        font-size: 12px;
    }
}
