@font-face {
    font-family: 'MyCustomFont';
    src: url('https://p.wpxx.de/public/%E5%AD%97%E4%BD%93/jan.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
    color: rgba(0, 0, 0, .8);
    font-family: 'MyCustomFont', "Microsoft YaHei", SimHei, Arial, SimSun, Verdana, sans-serif;
    font-size: 0.95em;
    background: #f5f8fa;
    margin: 0;
}


ol,ul {
	padding-inline-start: 18px
}

audio,video {
	display: block
}

sup {
	vertical-align: super;
	font-size: smaller
}

hr {
	background-image: -webkit-linear-gradient(left,transparent,#bdd 50%,transparent);
	background-image: linear-gradient(90deg,transparent,#bdd 50%,transparent);
	height: 2px;
	border: 0
}

table tbody tr:nth-child(odd) {
	background: hsla(0,0%,56.5%,.05)
}

table tbody tr:first-child {
	text-align: center!important;
	background: #333;
	color: #fff
}

table tbody tr:first-child td {
	font-weight: 700!important
}

caption,td,th {
	font-weight: 400
}

td {
	padding: 5px 10px;
	border: 1px solid #eee;
	vertical-align: middle;
	text-align: center;
	word-break: break-word
}

.right {
	float: right
}

.sticky {
	color: #72b2aa
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em
}

h1 {
	font-size: 1.125em;
	text-align: center
}

h2 {
	font-size: 2em
}

.post-content h1:before {
	content: "#";
	color: #bd19da;
	margin-right: 5px
}

.post-content h2:before {
	content: "#";
	color: #1998da;
	margin-right: 5px
}

.post-content h3:before {
	content: "#";
	color: #f77b83;
	margin-right: 5px
}

.post-content h4:before {
	content: "#";
	color: #bb1717;
	margin-right: 5px
}

.post-content h5:before {
	content: "#";
	color: #daba19;
	margin-right: 5px
}

.post-content h6:before {
	content: "#";
	color: #2718ff;
	margin-right: 5px
}

.post-content h1 {
	font-size: 1.25em;
	text-align: left
}

.post-content h2 {
	font-size: 1.125em
}

.post-content h3 {
	font-size: 1em;
	font-weight: 700
}

li,ol,ul {
	text-indent: 0
}

table {
	border: 1px solid #eaeaea;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 10px 0
}

table,td {
	text-indent: 0
}

td {
	border: 1px solid #eaeaea
}

#teamnewslist ol {
	list-style: none;
	margin-left: 36px;
	padding-left: 14px;
	border-left: 2px solid hsla(0,0%,67.8%,.2)
}

#teamnewslist b {
	font-size: 14px;
	font-weight: 400;
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 1px;
	text-indent: 0
}

#teamnewslist b:after {
	position: absolute;
	top: 6px;
	left: -22px;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid hsla(0,0%,67.8%,.2)
}

#teamnewslist li {
	list-style: none;
	margin: 0 0 20px;
	line-height: 180%
}

#teamnewslist li:hover b:after {
	border-color: #27ae60
}

#teamnewslist li:hover b {
	color: #27ae60
}

#catalog-col li {
	list-style: none
}

#catalog-col li:before {
	content: "#";
	color: #bd19da;
	margin-right: 5px
}

#catalog-col ul li ul li:before {
	color: #1998da
}

#catalog-col ul li ul li ul li:before {
	color: #f77b83
}

#catalog-col ul li ul li ul li ul li:before {
	color: #bb1717
}

#catalog-colul li ul li ul li ul li ul li:before {
	color: #daba19
}

#catalog-col ul li ul li ul li ul li ul li ul li:before {
	color: #2718ff
}

#bddownload a,#download a,#lzdownload a {
	color: #fff;
	background-color: #00c3b6;
	padding: 6px 10px 6px 40px;
	border-radius: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 0!important;
	background-position: 5%
}

#bddownload a:hover,#download a:hover,#lzdownload a:hover {
	background-color: #f77b83
}

#download a {
	background-image: url(../img/default.svg)
}

#bddownload a {
	background-image: url(../img/baidu.svg)
}

#lzdownload a {
	background-image: url(../img/lanzou.png)
}

#bddownload,#download,#lzdownload {
	display: inline-block;
	text-indent: 0!important;
	margin: 10px 20px 10px 0
}

#tips-red {
	border: 1px solid hsla(0,0%,67.8%,.2);
	border-left: 3px solid red;
	border-radius: 15px;
	padding: 15px 20px;
	margin: 10px 0
}

#tips-green {
	border: 1px solid hsla(0,0%,67.8%,.2);
	border-left: 3px solid #72b2aa;
	border-radius: 15px;
	padding: 15px 20px;
	margin: 10px 0
}

#tips-orange {
	border: 1px solid hsla(0,0%,67.8%,.2);
	border-left: 3px solid #ff9b00;
	padding: 15px 20px;
	margin: 10px 0;
	border-radius: 15px
}

input.done_checkbox,input.todo_checkbox {
	-webkit-appearance: none;
	position: relative;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	border: 2px solid #409eff;
	vertical-align: -5px
}

input.done_checkbox:checked {
	border: none;
	background: #409eff
}

input.done_checkbox:checked:after {
	content: "";
	width: 3px;
	height: 7px;
	position: absolute;
	top: 2px;
	left: 5px;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

a {
	color: #444;
	text-decoration: none
}

a:active,a:hover {
	color: #72b2aa
}

p {
	margin: .5em 0
}

.clearfix {
	clear: both
}

.clearfix:after,.clearfix:before {
	display: table
}

.center {
	text-align: center
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 6px 0;
	font-weight: 600
}

h1,h2 {
	font-size: 1.125em
}

.archive-title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 1em
}

.post-title {
	font-size: 1.125em
}

h2 span {
	color: #72b2aa
}

h3,h4,h5,h6 {
	font-size: 1em
}

input,select,textarea {
	padding: 5px;
	border: 1px solid #e9e9e9;
	width: 100%;
	border-radius: 2px;
	font: 1em Arial;
	box-sizing: border-box
}

input#author,input#mail,input#url,input.captcha {
	width: 75%
}

blockquote:after,blockquote:before,q:after,q:before {
	content: ""
}

blockquote {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
	margin: 10px 0;
	padding: 15px 20px;
	word-break: break-word;
	background: #f7f8fa;
	border-radius: 15px
}

blockquote,pre {
	border-left: .25em solid #72b2aa;
	border-radius: 15px
}

pre {
	padding: 0 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	font: 14px/22px courier new;
	position: relative;
	margin: 20px 0;
	text-indent: 0
}

pre:after,pre:before {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}

pre:before {
	content: "-- CODE --"
}

pre:after {
	content: "-- EOF --";
	text-align: right
}

code {
	padding: 2px;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-word;
	letter-spacing: 0;
	text-indent: 0;
	font: 14px/26px courier new
}

code,pre {
	background-color: #f7f8fa;
	line-height: 2em
}

pre code {
	padding: 0
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 75pc
}

#header {
	background: #fff;
	height: 72px;
	line-height: 72px;
	box-shadow: 0 2px 4px 0 #e6e6e6;
	z-index: 999;
	position: fixed;
	width: 100%
}

#search {
	display: inline;
	float: right;
	padding-left: 10px
}

#search input {
	background: #f2f2f2;
	border-radius: 24px;
	border: 0;
	font-size: 87.5%;
	padding: 10px 30px 10px 10px
}

#search button {
	position: relative;
	border: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background: transparent url(../img/search.png) no-repeat 50%;
	background-size: 24px;
	direction: ltr;
	text-indent: -9999em;
	margin-top: -47px;
	margin-right: 6px;
	float: right;
	cursor: pointer
}

#logo {
	margin-right: 30px;
	float: left;
	height: 72px
}

.logo {
	font-size: 1.25em;
	font-weight: 700;
	width: 20%
}

.logo img {
	height: 48px;
	padding: 12px 0
}

.current {
	background: linear-gradient(#72b2aa,#72b2aa) bottom no-repeat;
	background-size: 100% 3px;
	font-weight: 700;
	color: #72b2aa;
}

#menu {
	text-align: left;
	margin-top: 0
}

#menu,#menu li {
	display: inline
}

#nav-menu a {
	padding: 0 10px;
	display: inline-block;
}

#menubutton {
	display: none;
	float: right;
	background: transparent;
	border: 0;
	margin-top: 18px;
	cursor: pointer
}

#menubutton span {
	float: left;
	padding: 6px 0 7px
}

#menubutton i {
	width: 25px;
	height: 2px;
	clear: both;
	display: block;
	background-color: #444;
	margin: 5px 0
}

.menu-search {
	float: right!important
}

#menu li {
	float: left;
	padding: 0 10px;
}

#menu li ul li {
	float: left;
	padding: 0;
}

#has-sub {
	display: inline-block
}

#has-sub ul li {
	width: 100%;
	background: #fff;
	text-align: center;
	line-height: 3pc
}

#has-sub:hover ul {
	display: block
}

#has-sub ul {
	display: none;
	width: 108px;
	position: absolute;
	margin: 0 0 0 -10px;
	font-weight: 400;
	padding: 0;
}

#has-sub>a:after {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	top: -3px;
	content: "";
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 4px solid rgba(0,0,0,.75)
}

#has-sub:hover>a:after {
	border-top: 4px solid #27ae60
}

#main {
	width: 70%;
	float: left;
	box-shadow: 0 2px 4px 0 #e6e6e6;
	background: #fff;
	padding: 2.5%;
	border-radius: 6px;
	margin: 90px 13% 0;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeRoute
}

@keyframes fadeRoute {
	0% {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

#footer {
	clear: both;
	padding: 15px 0;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-size: .875em
}

.post-content h1 {
	font-size: 1.125em
}

.post-content h2 {
	font-size: 1em
}

h1,h2,li,ol,ul {
	text-indent: 0
}

.post {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #eaeaea
}

.post-excerpt {
	text-indent: 2em;
	line-height: 2em;
	margin-bottom: 5px;
	word-break: break-all
}

.post-excerpt img {
	width: 150px;
	height: 90px;
	float: right;
	margin-left: 10px;
	border-radius: 5px
}

.post-meta,.posts-meta {
	margin-top: 5px;
	padding: 0;
	color: #999;
	font-size: .875em
}

.post-meta a,.posts-meta a,.tags a {
	color: #999
}

.post-meta a:hover,.posts-meta a:hover,.tags a:hover {
	color: #72b2aa
}

.post-meta {
	padding-bottom: 8px;
	border-bottom: 2px solid #eaeaea;
	text-align: center
}

.tags {
	line-height: 2em;
	font-size: .875em;
	overflow: hidden;
	background-color: #f7f8fa;
	padding: 5px 10px;
	border-left: .25em solid #72b2aa;
	margin: 5px 0;
	border-radius: .375em
}

.post-near {
	margin: 15px 0
}

.post-near li {
	list-style: none;
	padding-bottom: 10px
}

.post-left {
	float: left;
	background: url(../img/icon.gif) no-repeat 2px -54px;
	padding-left: 16px
}

.post-left,.post-right {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 40%
}

.post-right {
	float: right;
	text-align: right;
	padding-right: 20px;
	background: url(../img/icon.gif) no-repeat right -82px
}

.post-meta li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 9pt;
	border-left: 1px solid #eaeaea
}

.post-meta li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: 0
}

.posts-meta li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 9pt;
	border-left: 1px solid #eaeaea
}

.posts-meta li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: 0
}

#more {
	margin: 10px 0;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: .2em solid #72b2aa
}

.more-list {
	margin: 5px 0;
	list-style: none;
	line-height: 2em
}

.more-list li {
	padding-left: 15px;
	background: url(../img/icon.gif) no-repeat 0 8px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.page-navigator {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	font-size: .875em
}

.page-navigator li {
	display: inline-block;
	margin: 0 4px
}

.page-navigator a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px
}

.page-navigator a:hover {
	background: linear-gradient(#72b2aa,#72b2aa) bottom no-repeat;
	background-size: 100% 3px
}

.page-navigator .current a {
	color: #72b2aa
}

.post-content {
	line-height: 2em;
	margin-bottom: 5px;
	word-break: break-word
}

.post-content a {
	color: #72b2aa
}

.post-content img {
	border-radius: 6px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	cursor: pointer
}

.reward {
	padding: 10px 0;
	margin: 10px auto;
	width: 100%;
	font-size: 16px;
	text-align: center
}

#QR {
	padding-top: 20px
}

#QR a {
	border: 0
}

#QR img {
	width: 180px;
	max-width: 100%;
	display: inline-block;
	margin: .8em 2em 0;
	border: 1px solid #ddd;
	padding: 3px;
	background: #f7f8fa
}

#QR img:hover {
	border: 1px solid #72b2aa
}

#rewardButton {
	border: 1px solid#f77b83;
	background-color: #fff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	height: 36px;
	display: block;
	border-radius: 4px;
	transition-duration: .4s;
	color: #f77b83;
	margin: 0 auto;
	padding: 0 25px;
	outline-style: none
}

#rewardButton:hover {
	color: #fff;
	background-color: #f77b83;
	border-color: #f77b83;
	outline-style: none
}

#misubmit {
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	text-indent: 0;
	text-decoration: none;
	color: #fff;
	padding: 7px 10px;
	width: 100%;
	font-size: 1em;
	background: #72b2aa
}

#comments h2,#response {
	margin: 20px 0;
	font-weight: 700;
	padding: 0 0 0 10px;
	border-left: .2em solid #72b2aa
}

#comments {
	margin-top: 10px
}

#comment-form label {
	display: inline-block;
	margin-bottom: .5em;
	width: 4pc
}

#comment-form .required:after {
	content: " *";
	color: #c00
}

.comment-content {
	line-height: 1.8em
}

.cancel-comment-reply a,.comment-reply a {
	margin-top: 1.5em;
	padding: .25em .5em;
	border-radius: .25em;
	background-color: #72b2aa;
	color: #fff;
	font-size: .75em
}

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

.comment-children {
	padding-left: 2em
}

.comment-list li {
	margin: .5em 0
}

.comment-meta a {
	color: #444;
	font-size: .75em
}

.comment-author {
	display: block;
	margin-top: 1em;
	border-top: 1px solid #eaeaea;
	padding-top: 1em;
	color: #444
}

.comment-author .avatar {
	float: left;
	margin-right: 10px
}

.comment-author cite {
	font-weight: 700;
	font-size: .925em;
	font-style: normal
}

.comment-list .respond {
	border-top: 1px solid #eaeaea;
	margin-top: 15px
}

.respond .cancel-comment-reply {
	float: right;
	margin-top: 1em
}

.comment-reply {
	float: right;
	margin-top: -20px
}

.comment-reply a {
	color: #fff
}

.comment-a a {
	color: #72b2aa
}

.comment-a {
	display: inline-block;
	float: left;
	padding-right: 8px
}

.comment-by-author:after {
	content: "V";
	background: #72b2aa;
	font-size: .75em;
	border-radius: 3px;
	padding: 1px 5px;
	color: #fff;
	margin: 0 0 0 5px
}

.commentReview {
	display: inline-block;
	color: red
}

.subcolor {
	color: #444
}

#cornertool li {
	cursor: pointer
}

html::-webkit-scrollbar {
	width: 6px
}

#catalog-col.catalog::-webkit-scrollbar {
	width: 2px
}

#catalog-col.catalog::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb {
	background-color: rgb(0 195 182/.5)
}

#catalog-col,#catalog:after,#catalog:before,#catalog span,#cornertool li {
	transition: .2s;
	-webkit-transition: .2s
}

#catalog-col.catalog,#cornertool li {
	visibility: visible;
	opacity: 1
}

#catalog-col,#cornertool .hidden {
	visibility: hidden;
	opacity: 0
}

#catalog-col::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

#catalog-col::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #ddd
}

#cornertool li:before {
	display: block
}

#catalog-col b {
	font-size: 1.125em
}

#catalog-col,#cornertool {
	position: fixed;
	bottom: 5px;
	z-index: 999
}

#catalog-col {
	right: 50%;
	margin-right: -515px;
	min-width: 150px;
	max-width: 50%;
	max-height: 50%;
	color: #eee;
	background: rgba(0,0,0,.7);
	font-size: 87.5%;
	border: 1em solid transparent;
	border-right-width: .3em;
	overflow: auto
}

#catalog-col.catalog {
	margin-right: -533px
}

#catalog-col>ul {
	margin: .5em .75em 0 0
}

#catalog-col ul {
	padding-left: 10px
}

#catalog-col a {
	color: #eee;
	border: 0
}

#catalog-col a:hover {
	border-bottom: 1px solid #eee
}

#cornertool ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

#cornertool {
	right: 50%;
	margin-right: -578px
}

#cornertool .hidden {
	left: 20px
}

#cornertool li {
	position: relative;
	display: block;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	color: #fff;
	background: rgba(0,0,0,.7)
}

#percentage {
	font-size: 75%
}

#top:hover:before {
	content: "\25b2"
}

#top:hover span {
	display: none
}

#catalog-col li {
	margin: 5px 0;
	line-height: 1.6
}

#catalog.catalog span {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

#catalog:after,#catalog:before,#catalog span {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -6px;
	width: 12px;
	height: 1px;
	background: currentColor
}

#catalog:before {
	content: "";
	margin-top: -5px
}

#catalog:after {
	content: "";
	margin-top: 3px
}

#catalog.catalog {
	left: -5px
}

#catalog.catalog:before {
	margin: -4px 0 0 -11px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg)
}

#catalog.catalog:after {
	margin: 2px 0 0 -11px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg)
}

.hidden {
	visibility: hidden;
	opacity: 0
}

@media (max-width:1160px) {
	#cornertool {
		right: 10px;
		margin: 0
	}

	#catalog-col.catalog {
		right: 55px;
		margin: 0
	}
}

@media(max-width:768px) {
	#has-sub ul li {
		display: none!important
	}

	#has-sub>a:after {
		display: none
	}

	.menu-search {
		width: 100%;
		padding: 0!important
	}

	body {
		background: #f6f6f6
	}

	#main {
		padding: 3%;
		margin: 66px 0 10px;
		width: 94%;
		border-radius: 0
	}

	.logo {
		padding-left: 6px
	}

	.container {
		padding: 0
	}

	#header,#main {
		box-shadow: 0 1px 3px hsla(0,0%,92%,.5);
		transition: none
	}

	#header {
		height: 56px;
		line-height: 56px
	}

	#header,#menu {
		background: #fff
	}

	#menu {
		box-shadow: 0 1px 3px hsla(0,0%,92%,.5);
		width: 100%;
		margin: 1px 0 0;
		list-style-type: none;
		border-bottom: 1px solid #eaeaea;
		display: none;
		padding: 0 0 15px
	}

	#menu li {
		display: inline;
		text-align: right;
		line-height: 3pc
	}

	#menubutton {
		display: inline-block;
		float: right;
		margin-top: 0;
		height: 56px
	}

	#nav-menu a {
		width: 68px;
		text-align: center
	}

	#logo {
		height: 56px
	}

	.logo img {
		height: 36px;
		padding-top: 10px
	}

	#search button {
		margin-top: -34px;
		cursor: pointer
	}

	#search input {
		background: hsla(0,0%,100%,.15);
		border-radius: 24px;
		margin-top: 15px;
		border: 1px solid #e9e9e9;
		padding-right: 24px
	}

	#search {
		width: 96%;
		padding: 0 2%
	}

	#footer {
		background: #fff;
		width: 94%;
		padding: 15px 3%
	}

	.post-excerpt {
		display: none
	}

	.post-title {
		font-size: 1.125em
	}

	#QR img {
		width: 128px;
		margin: .5em .5em 0
	}
}

loader {
	opacity: 0;
	position: fixed;
	top: 0;
	z-index: 99999;
	height: 2px;
	background: #27ae60;
	animation: loading 1s infinite;
	-webkit-animation: loading 1s infinite
}

loader.active {
	opacity: 1
}

@keyframes loading {
	0% {
		right: 50%;
		left: 50%
	}

	30% {
		right: 0;
		left: 0
	}

	to {
		right: 50%;
		left: 50%
	}
}

/* 隐藏内容样式 */
.hidden-content{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:20px;margin:20px 0;text-align:center;position:relative;overflow:hidden}.hidden-content.reply-required{border-color:#ffc107;background:#fff3cd}.hidden-content.login-required{border-color:#6c757d;background:#f8f9fa}.hidden-content p{margin:0;font-weight:500;color:#6c757d}.hidden-content.reply-required p{color:#856404}.hidden-content.login-required p{color:#6c757d}@media (prefers-color-scheme: dark){.hidden-content{background:#19252f;border-color:#4a5568;color:#e2e8f0}.hidden-content.reply-required{border-color:#d69e2e;background:#744210}.hidden-content.login-required{border-color:#4a5568;background:#19252f}.hidden-content p{color:#e2e8f0}.hidden-content.reply-required p{color:#d69e2e}.hidden-content.login-required p{color:#e2e8f0}}