@charset "utf-8";
/*
    Theme Name: 51FONT
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/


:root {
	--pm-c: #fb561c;
	--dm-c: #fdeaea;
	--bg-c: #f6f8fb;
	--br-c: #F2F6FC;
}
body,html {}
a,a:hover {
	color: #303133;
	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;
}
.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;
}
.uk-container {
	max-width: 1380px;
}
.header {
	background: #fff;
	padding: 15px 0;
}
.header .logo {}
.header .logo a {
	display: flex;
	align-items: end;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.header .logo a img {
	height: 100%;
	margin-right: 5px;
}
.header .logo span {
	font-size: 12px;
	color: #909399;
	line-height: 14px;
}

main {
	position: relative;
	overflow: hidden;
}
section {
	position: relative;
	z-index: 100;
}
.part-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 300px;
	overflow: hidden;
	background: #000;
}
.part-banner img {
	filter: blur(15px);
}
.part-slogan {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}
.part-navbox {
	background: #fff;
	padding: 25px;
	border-radius: 4px;
}
.part-navbox .hot {
	flex: 1;
	overflow: hidden;
}
.part-navbox .hot i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: var(--pm-c);
	color: #fff;
	text-align: center;
	line-height: 18px;
	border-radius: 4px;
	margin-right: 3px;
}
.part-navbox .hot i:before {
	font-size: 12px;
}
.part-navbox .hot a {
	font-size: 15px;
	font-weight: bold;
	color: var(--pm-c);
}
.part-navbox .count {
	font-size: 13px;
	color: #909399;
}
.part-navbox .count b {
	color: var(--pm-c);
}

.part-navbox .search {
	margin: 30px 0;
}
.part-navbox .search form {
	display: flex;
	align-items: center;
	position: relative;
	background: var(--bg-c);
	height: 52px;
	border-radius: 6px;
}
.part-navbox .search input {
	border: 0;
	background: transparent;
	flex: 1;
	overflow: hidden;
	height: 100%;
	outline: none;
	text-indent: 15px;
}
.part-navbox .search button {
	border: 0;
	background: var(--pm-c);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 88px;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
}
.part-navbox .tags {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.part-navbox .tags li {
	width: 10%;
	display: inline-block;
}
.part-navbox .tags li a {
	display: block;
	border: 1px solid var(--br-c);
	font-size: 12px;
	padding: 6px 10px;
	color: #606266;
	margin: 3px;
	border-radius: 4px;
}
.part-navbox .tags li a:hover {
	color: var(--pm-c);
	border: 1px solid var(--pm-c);
}

.part-imgad {
	padding-bottom: 35px;
}
.part-imgad a {
	height: 100px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}

.bg {
	background: var(--bg-c);
	padding: 35px;
}

.part-title {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.part-title .title {
	font-size: 24px;
	line-height: 24px;
	color: #222;
}
.part-title ul {}
.part-title ul li {
	display: inline-block;
	margin-left: 15px;
}
.part-title ul li a {
	font-size: 13px;
	color: #909399;
}
.part-title ul li a:hover,
.part-title ul .all a {
	color: var(--pm-c);
	font-weight: bold;
}

.font-item {
    background: #fff;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 4px;
}
.font-item .top {
	display: flex;
	height: 22px;
	margin-bottom: 25px;
}
.font-item .top .type {
	display: block;
	background: #67C23A;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	height: 22px;
	line-height: 22px;
	padding: 0 6px;
	margin-right: 3px;
	text-align: center;
}
.font-item .top .type.sq {
	background: #ff9800;
}
.font-item .top .sitename {
	color: #909399;
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}

.font-item .font-demo {
	position: relative;
}

.font-item .font-demo p {
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
.font-item .font-demo span {
	letter-spacing: 1px;
	font-size: 13px;
	opacity: .8;
}
.font-item .bottom {
	display: flex;
	align-items: center;
	position: relative;
}
.font-item .bottom span {
	color: #909399;
	font-size: 10px;
	text-transform: uppercase;
}