.ml0 {
	margin-left: 0px !important;
}
.ml,
.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

:root {
	--theme-color: #ba231a;
	--theme-hover: #960E06;
	--theme-gray-color: #f2f1ed;
	--action-color: #c00;
	--theme-border-color: #ddd;
	--font-color: #262626;
	--theme-bg-color: #f2f1ed;
	--theme-base-color: #ffffff;
	--shadow-color: rgba(200, 200, 200, 0.3);
	--mi-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' stroke='%23ddd'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
	--mi-bg-red: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-opacity='.5' stroke='red'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

.g-breadcrumb>li {
	display: inline-block;
}

.g-breadcrumb>li+li:before {
	content: "/";
	padding: 0 5px;
	color: #ccc;
}

.main,
.main-archive {
	width: 800px;
	float: left;
	transition: all .3s ease-out 0s
}

.main-full {
	width: 100%;
	float: none
}

.sidebar {
	float: right;
	width: 280px
}

.sidebar.fixed {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: 290px
}

.sidebar.abs {
	position: absolute;
	bottom: 0;
	right: 10px
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.btn-primary:hover {
	color: #eee;
	opacity: .9;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(189, 146, 55, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: var(--theme-color);
	background-color: var(--theme-black-color);
	border-color: var(--theme-black-color)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: var(--theme-color);
	background-color: var(--theme-black-color);
	border-color: var(--theme-black-color)
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(189, 146, 55, .5)
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}
.input-group>.form-control:first-child {
	margin-right: 0;
}
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append,
.input-group-append .btn+.btn,
.input-group-prepend .btn+.btn {
	margin-left: -1px
}

.input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-prepend>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-prepend>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: var(--font-color);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #5E534B;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
	color: #5E534B;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.multiple-search.warning ::-webkit-input-placeholder {
	color: #c00 !important
}

.multiple-search.warning :-moz-placeholder,
.multiple-search.warning ::-moz-placeholder {
	color: #c00 !important
}

.multiple-search.warning :-ms-input-placeholder {
	color: #c00 !important
}

input[type=date].form-control,
input[type=time].form-control {
	appearance: none
}

select.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.search-select {
	font-size: 15px;
	color: #000;
}

.btn-search {
	cursor: pointer;
	background-color: #f2f1ed;
}

.btn-search:hover {
	color: #fff;
	background-color: var(--theme-color);
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.search-keys{
	margin-right: 0;
}
.g-loop {
	list-style: none;
	padding: 0;
	margin: 0
}

.g-loop-list {
	padding: 0 0 10px;
	margin: 0;
	list-style: none
}

.g-loop-list .item {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 20px;
	color: #999;
	line-height: 36px;
	border-bottom: 1px dashed #eee
}

.g-loop-list .item:before {
	position: absolute;
	left: 2px;
	top: 16px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #929292;
	content: ""
}

.g-loop-list .item .date {
	float: right;
	font-size: 14px
}

.g-loop-list.cols-3 .item {
	width: 30%;
	display: inline-block;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 12px;
}

.g-loop-list.cols-2 .item {
	width: 48%;
	display: inline-block;
	line-height: 28px;
	padding-right: 15px;
}

.g-loop-list.cols-4 .item {
	width: 23%;
	display: inline-block;
	line-height: 28px;
}

.g-loop-list.cols-4 .item:before {
	top: 18px;
}

.g-loop-list.cols-4 .item a {
	width: 100%;
	font-size: 14px;
}

@media (max-width:767px) {
	.g-loop-list .item .date {
		display: none
	}

	.g-loop-list.cols-3 .item {
		width: 99%;
	}
}

.g-loop-list .item a {
	display: inline-block;
	width: 60%;
	font-size: 14px;
	vertical-align: top;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.g-loop-list.cols-3 .item a {
	width: 100%;
}

.g-loop-list .item a:hover {
	color: #ba231a;
	text-decoration: none
}

@media (max-width:767px) {
	.g-loop-list .item a {
		font-size: 18px;
		width: 100%
	}
}

.g-loop-list.attr-post-list .item a {
	width: 100%;
}

.tea-box .g-loop-list {
	padding: 0 0 10px
}

.g-loop-default {
	padding: 0;
	margin: 0 0 20px
}

.g-loop-default .item {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	transition: all .3s ease 0s
}

.g-loop-default.cols-2 .item {
	width: 45%;
	display: inline-block;
	line-height: 28px;
	padding-right: 15px;
}

@media (max-width:767px) {
	.g-loop-default .item {
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9
	}
}

.g-loop-default .item:hover {
	margin: 0 -15px;
	padding: 20px 15px;
	background: #fafafa;
	transition: all .3s ease 0s
}

.g-loop-default .item:hover .edit-link {
	display: block
}

@media (max-width:767px) {
	.g-loop-default .item:hover {
		margin: 0;
		padding: 15px 0
	}

	.g-loop-default .item:hover .edit-link {
		display: none
	}
}

.g-loop-default .item3 .item-content {
	margin: 0
}

.g-loop-default .item3 .item-images {
	display: block;
	margin-bottom: 10px;
	font-size: 0
}

.g-loop-default .item3 .item-images span {
	position: relative;
	display: inline-block;
	width: 24.25%;
	margin-right: 1%;
	vertical-align: top;
	overflow: hidden;
	border-radius: 3px;
	transition: all .3s ease-out 0s
}

.g-loop-default .item3 .item-images span:before {
	display: block;
	content: "";
	padding-top: 62.5%
}

@media (max-width:420px) {
	.g-loop-default .item3 .item-images span {
		width: 32.49%
	}

	.g-loop-default .item3 .item-images span:nth-child(3) {
		margin-right: 0
	}

	.g-loop-default .item3 .item-images span:last-child {
		display: none
	}
}

.g-loop-default .item3 .item-images span:hover {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	transition: all .3s ease-out 0s
}

.g-loop-default .item3 .item-images span:last-child {
	margin-right: 0
}

.g-loop-default .item3 .item-images .item-images-el {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: all .3s ease-out 0s
}

.g-loop-default .item3 .item-images .item-images-el:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.g-loop-default .item3 .item-meta {
	position: relative;
	margin-top: 10px;
	bottom: 0
}

@media (max-width:767px) {
	.g-loop-default .item3 .item-meta {
		padding: 0
	}
}

.g-loop-default .item3 .item-excerpt {
	height: auto;
	font-size: 14px
}

.g-loop-default .item3 .item-excerpt p {
	margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.g-loop-default .item-sticky .item-title a {
		display: block
	}

	.g-loop-default .item-sticky .item-title a .sticky-post {
		-webkit-text-fill-color: #fff
	}
}

.g-loop-default .item-img {
	position: relative;
	float: left;
	width: 28.8%;
	overflow: hidden;
	border-radius: 3px;
	transition: box-shadow .3s ease 0s
}

@media (max-width:767px) {
	.g-loop-default .item-img {
		width: 33%
	}
}

.g-loop-default .item-img:before {
	content: "";
	display: block;
	padding-top: 55.5%
}

.g-loop-default .item-img:hover {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
	transition: box-shadow .3s ease 0s
}

.g-loop-default .item-img:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.g-loop-default .item-img .item-img-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.g-loop-default .item-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s ease-out 0s
}

.g-loop-default .item-img.item-video:hover .item-img-inner:after,
.g-loop-default .item-img.item-video:hover .item-img-inner:before {
	opacity: 1;
	transition: all .3s ease-out 0s
}

.g-loop-default .item-img.item-video .item-img-inner:after,
.g-loop-default .item-img.item-video .item-img-inner:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	box-sizing: border-box;
	opacity: .9;
	border-radius: 50%;
	transition: all .3s ease-out 0s
}

@media (max-width:767px) {

	.g-loop-default .item-img.item-video .item-img-inner:after,
	.g-loop-default .item-img.item-video .item-img-inner:before {
		width: 36px;
		height: 36px;
		margin-left: -18px;
		margin-top: -18px
	}
}

.g-loop-default .item-img.item-video .item-img-inner:before {
	z-index: 1;
	content: "";
	background: #ba231a;
	opacity: .8
}

.g-loop-default .item-img.item-video .item-img-inner:after {
	z-index: 1;
	padding-left: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f04b";
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .2))
}

@media (max-width:767px) {
	.g-loop-default .item-img.item-video .item-img-inner:after {
		padding-left: 4px;
		font-size: 20px;
		line-height: 36px
	}
}

.g-loop-default .item-ad:hover {
	background: #fff
}


.g-loop-default .item-category {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 6px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=60);
	background: rgba(0, 0, 0, .6);
	border-radius: 2px;
	text-decoration: none
}

@media (max-width:767px) {
	.g-loop-default .item-category {
		display: none
	}
}

.g-loop-default .item-category:hover {
	background: #ba231a
}

.g-loop-default .item-content {
	margin-left: 31.82%
}

@media (max-width:767px) {
	.g-loop-default .item-content {
		margin-left: 35%
	}
}

.g-loop-default .item-content .edit-link {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0 5px;
	font-size: 14px;
	line-height: 28px
}

.g-loop-default .item-no-thumb .item-content {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-height: auto
}

.g-loop-default .item-no-thumb .item-excerpt {
	margin-bottom: 10px;
	max-height: 44px;
	height: auto;
	font-size: 14px
}

.g-loop-default .item-no-thumb .item-meta {
	position: relative;
	bottom: 0
}

.g-loop-default .item-title {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.5
}

.g-loop-default .item-spe .item-title {
	margin: 0px;
}

@media (max-width: 1219px) {
	.g-loop-default .item-title {
		margin: 0 0 5px;
	}
}

@media (max-width: 991px) {
	.g-loop-default .item-title {
		margin: 0 0 10px;
	}
}

@media (max-width:767px) {
	.g-loop-default .item-title {
		font-size: 18px;
		font-weight: 400
	}
}

@media (max-width:470px) {
	.g-loop-default .item-title {
		font-weight: 400;
		margin-bottom: 0px;
		vertical-align: top;
	}
}

.g-loop-default .item-title a {
	color: #333;
	overflow: hidden;
	max-height: 56px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600
}

@media (max-width:767px) {
	.g-loop-default .item-title a {
		color: #000;
		max-height: 50px;
		font-size: 16px;
		font-weight: 500;
	}
}

@media (max-width:470px) {}

.g-loop-default .item-title a span {
	color: #e0b228
}

.g-loop-default .item-title a .sticky-post {
	display: inline-block;
	padding: 0 5px;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: #ba231a;
	border-radius: 3px;
	vertical-align: top
}

@media (max-width:767px) {
	.g-loop-default .item-title a .sticky-post {
		margin-top: 3px;
		font-size: 11px;
		line-height: 19px
	}
}

.g-loop-default .item-title a:hover {
	color: #ba231a
}

.g-loop-default .item-excerpt {
	height: 55px;
	line-height: 1.58;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.g-loop-default .item-juzi .item-excerpt {
	height: 28px;
}

.g-loop-default .item-excerpt p {
	margin-bottom: 0;
	color: #333;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
}

@media (max-width: 1219px) {
	.g-loop-default .item-excerpt p {
		line-height: 20px;
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.g-loop-default .item-excerpt p {
		line-height: 26px;
		margin-bottom: 15px;
	}
}

@media (max-width:767px) {
	.g-loop-default .item-excerpt {}
}

@media (max-width:470px) {
	.g-loop-default .item-excerpt {
		height: 30px;
	}

	.g-loop-default .item-excerpt p {
		font-size: 13px;
	}
}

.g-loop-default .item-meta {
	position: absolute;
	bottom: 20px;
	color: #999;
	font-size: 13px
}

.g-loop-default .item-spe .item-meta {
	position: relative;
	margin: 0px;
	bottom: 0;
}

@media (max-width:767px) {
	.g-loop-default .item-meta {
		left: 0;
		width: 100%;
		height: 20px;
		bottom: 10px;
		box-sizing: border-box;
		padding-left: 35%
	}
}

@media (max-width:470px) {
	.g-loop-default .item-meta {
		height: 15px;
		bottom: 15px;
	}
}

.g-loop-default .item-meta .item-meta-li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	line-height: 30px;
	line-height: 2.5rem
}

@media (min-width:992px) and (max-width:1219px) {
	.g-loop-default .item-meta .item-meta-li {
		margin-right: 10px;
		line-height: 1.5rem;
		vertical-align: bottom;
	}
}

@media (max-width:767px) {
	.g-loop-default .item-meta .item-meta-li {
		line-height: 20px;
		line-height: 1.5rem;
		margin-right: 10px;
		vertical-align: bottom;
	}
}

@media (max-width:470px) {
	.g-loop-default .item-meta .item-meta-li {
		line-height: 16px;
		line-height: 1.2rem;
		vertical-align: top;
		font-size: 12px;
	}
}

.g-loop-default .item-meta .item-meta-li .fa {
	font-size: 14px;
	font-size: 1.16667rem;
	margin-right: 3px;
}

.g-loop-default .item-meta a {
	color: #999;
	text-decoration: none
}

.g-loop-default .item-meta a:hover {
	color: #ba231a
}

.g-loop-default .item-meta .author {
	margin-right: 30px;
	display: inline-block
}

@media (min-width:992px) and (max-width:1219px) {
	.g-loop-default .item-meta .author {
		display: none
	}
}

.g-loop-default .item-meta .avatar {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top
}

.g-loop-default .item-meta .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	vertical-align: top
}

.g-loop-default .item-meta .avatar img:hover {
	opacity: .9;
	filter: alpha(opacity=90)
}

.g-loop-default .item-meta .nickname {
	line-height: 30px;
	line-height: 2.5rem
}

@media (max-width:767px) {

	.g-loop-default .item-meta .author,
	.g-loop-default .item-meta .comments,
	.g-loop-default .item-meta .hearts,
	.g-loop-default .item-meta .likes {
		display: none
	}

	.g-loop-default .item-meta .views {
		margin: 0;
		float: right
	}
}

.g-loop-default .item2 .item-img {
	float: right
}

.g-loop-default .item2 .item-content {
	margin-left: 0;
	margin-right: 30.82%
}

@media (max-width:767px) {
	.g-loop-default .item2 .item-content {
		margin-right: 34.8%
	}
}

.g-loop-default .item2 .item-category {
	left: auto;
	right: 10px
}

@media (max-width:767px) {
	.g-loop-default .item2 .item-meta {
		padding-left: 0;
		padding-right: 35%
	}
}

@media (max-width:767px) {
	.g-loop-default .item2 .item-meta .views {
		float: none
	}
}

.g-loop-default .item4 .item-content {
	margin-left: 0
}

.g-loop-default .item4 .item-image {
	position: relative;
	display: block;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
	transition: all .3s ease-out 0s
}

.g-loop-default .item4 .item-image:hover {
	opacity: .9;
	transition: all .3s ease-out 0s
}

.g-loop-default .item4 .item-image:before {
	display: block;
	padding-bottom: 40%;
	content: ""
}

.g-loop-default .item4 .item-image .item-image-el,
.g-loop-default .item4 .item-image .item-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.g-loop-default .item4 .item-image .item-image-el {
	background-size: 100% auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.g-loop-default .item4 .item-image img {
	display: block;
	width: 100%;
	height: auto
}

.g-loop-default .item4 .item-meta {
	position: relative;
	bottom: 0
}

@media (max-width:767px) {
	.g-loop-default .item4 .item-meta {
		padding: 0
	}
}

.tea-box .g-loop-default {
	padding: 0 15px
}

@media (max-width:767px) {
	.tea-box .g-loop-default {
		padding: 0 10px
	}
}

.g-loop-card,
.g-loop-image {
	margin: 0 0 20px;
	font-size: 0
}

.g-loop-card .item,
.g-loop-image .item {
	display: inline-block;
	width: 32%;
	margin: 1%;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
	vertical-align: bottom;
	transition: all .2s ease-out 0s
}

.g-loop-card .item:hover,
.g-loop-image .item:hover {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: all .2s ease-in 0s
}

.g-loop-card .item:hover .item-video:after,
.g-loop-card .item:hover .item-video:before,
.g-loop-image .item:hover .item-video:after,
.g-loop-image .item:hover .item-video:before {
	opacity: 1;
	transition: all .2s ease-in 0s
}

.g-loop-card .item:hover .item-thumb img,
.g-loop-image .item:hover .item-thumb img {
	opacity: .9;
	transition: all .2s ease-in 0s
}

.g-loop-card.cols-2 .item,
.g-loop-image.cols-2 .item {
	width: 48.99%
}

.g-loop-card.cols-2 .item:nth-child(odd),
.g-loop-image.cols-2 .item:nth-child(odd) {
	margin-left: 0
}

.g-loop-card.cols-2 .item:nth-child(2n+2),
.g-loop-image.cols-2 .item:nth-child(2n+2) {
	margin-right: 0
}

.g-loop-card.cols-2 .item:first-child,
.g-loop-card.cols-2 .item:nth-child(2),
.g-loop-image.cols-2 .item:first-child,
.g-loop-image.cols-2 .item:nth-child(2) {
	margin-top: 0
}

.g-loop-card.cols-3 .item:nth-child(3n+1),
.g-loop-image.cols-3 .item:nth-child(3n+1) {
	margin-left: 0
}

.g-loop-card.cols-3 .item:nth-child(3n+3),
.g-loop-image.cols-3 .item:nth-child(3n+3) {
	margin-right: 0
}

.g-loop-card.cols-3 .item:first-child,
.g-loop-card.cols-3 .item:nth-child(2),
.g-loop-card.cols-3 .item:nth-child(3),
.g-loop-image.cols-3 .item:first-child,
.g-loop-image.cols-3 .item:nth-child(2),
.g-loop-image.cols-3 .item:nth-child(3) {
	margin-top: 0
}

.g-loop-card.cols-4 .item,
.g-loop-image.cols-4 .item {
	width: 23.49%
}

.g-loop-card.cols-4 .item:nth-child(4n+1),
.g-loop-image.cols-4 .item:nth-child(4n+1) {
	margin-left: 0
}

.g-loop-card.cols-4 .item:nth-child(4n+4),
.g-loop-image.cols-4 .item:nth-child(4n+4) {
	margin-right: 0
}

.g-loop-card.cols-4 .item:first-child,
.g-loop-card.cols-4 .item:nth-child(2),
.g-loop-card.cols-4 .item:nth-child(3),
.g-loop-card.cols-4 .item:nth-child(4),
.g-loop-image.cols-4 .item:first-child,
.g-loop-image.cols-4 .item:nth-child(2),
.g-loop-image.cols-4 .item:nth-child(3),
.g-loop-image.cols-4 .item:nth-child(4) {
	margin-top: 0
}

.g-loop-card.cols-5 .item,
.g-loop-image.cols-5 .item {
	width: 18.71%;
	margin: .8%
}

.g-loop-card.cols-5 .item:nth-child(5n+1),
.g-loop-image.cols-5 .item:nth-child(5n+1) {
	margin-left: 0
}

.g-loop-card.cols-5 .item:nth-child(5n+5),
.g-loop-image.cols-5 .item:nth-child(5n+5) {
	margin-right: 0
}

.g-loop-card.cols-5 .item:first-child,
.g-loop-card.cols-5 .item:nth-child(2),
.g-loop-card.cols-5 .item:nth-child(3),
.g-loop-card.cols-5 .item:nth-child(4),
.g-loop-card.cols-5 .item:nth-child(5),
.g-loop-image.cols-5 .item:first-child,
.g-loop-image.cols-5 .item:nth-child(2),
.g-loop-image.cols-5 .item:nth-child(3),
.g-loop-image.cols-5 .item:nth-child(4),
.g-loop-image.cols-5 .item:nth-child(5) {
	margin-top: 0
}

@media (max-width:991px) {

	.g-loop-card.cols-2 .item,
	.g-loop-card.cols-3 .item,
	.g-loop-card.cols-4 .item,
	.g-loop-card.cols-5 .item,
	.g-loop-image.cols-2 .item,
	.g-loop-image.cols-3 .item,
	.g-loop-image.cols-4 .item,
	.g-loop-image.cols-5 .item {
		width: 48.99%;
		margin: 1%
	}

	.g-loop-card.cols-2 .item:nth-child(3),
	.g-loop-card.cols-2 .item:nth-child(5),
	.g-loop-card.cols-3 .item:nth-child(3),
	.g-loop-card.cols-3 .item:nth-child(5),
	.g-loop-card.cols-4 .item:nth-child(3),
	.g-loop-card.cols-4 .item:nth-child(5),
	.g-loop-card.cols-5 .item:nth-child(3),
	.g-loop-card.cols-5 .item:nth-child(5),
	.g-loop-image.cols-2 .item:nth-child(3),
	.g-loop-image.cols-2 .item:nth-child(5),
	.g-loop-image.cols-3 .item:nth-child(3),
	.g-loop-image.cols-3 .item:nth-child(5),
	.g-loop-image.cols-4 .item:nth-child(3),
	.g-loop-image.cols-4 .item:nth-child(5),
	.g-loop-image.cols-5 .item:nth-child(3),
	.g-loop-image.cols-5 .item:nth-child(5) {
		margin: 1%
	}

	.g-loop-card.cols-2 .item:nth-child(odd),
	.g-loop-card.cols-3 .item:nth-child(odd),
	.g-loop-card.cols-4 .item:nth-child(odd),
	.g-loop-card.cols-5 .item:nth-child(odd),
	.g-loop-image.cols-2 .item:nth-child(odd),
	.g-loop-image.cols-3 .item:nth-child(odd),
	.g-loop-image.cols-4 .item:nth-child(odd),
	.g-loop-image.cols-5 .item:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%
	}

	.g-loop-card.cols-2 .item:nth-child(2n+2),
	.g-loop-card.cols-3 .item:nth-child(2n+2),
	.g-loop-card.cols-4 .item:nth-child(2n+2),
	.g-loop-card.cols-5 .item:nth-child(2n+2),
	.g-loop-image.cols-2 .item:nth-child(2n+2),
	.g-loop-image.cols-3 .item:nth-child(2n+2),
	.g-loop-image.cols-4 .item:nth-child(2n+2),
	.g-loop-image.cols-5 .item:nth-child(2n+2) {
		margin-right: 0;
		margin-left: 1%
	}

	.g-loop-card.cols-2 .item:first-child,
	.g-loop-card.cols-2 .item:nth-child(2),
	.g-loop-card.cols-3 .item:first-child,
	.g-loop-card.cols-3 .item:nth-child(2),
	.g-loop-card.cols-4 .item:first-child,
	.g-loop-card.cols-4 .item:nth-child(2),
	.g-loop-card.cols-5 .item:first-child,
	.g-loop-card.cols-5 .item:nth-child(2),
	.g-loop-image.cols-2 .item:first-child,
	.g-loop-image.cols-2 .item:nth-child(2),
	.g-loop-image.cols-3 .item:first-child,
	.g-loop-image.cols-3 .item:nth-child(2),
	.g-loop-image.cols-4 .item:first-child,
	.g-loop-image.cols-4 .item:nth-child(2),
	.g-loop-image.cols-5 .item:first-child,
	.g-loop-image.cols-5 .item:nth-child(2) {
		margin-top: 0
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.g-loop-card .item-sticky .item-title .sticky-post,
	.g-loop-image .item-sticky .item-title .sticky-post {
		-webkit-text-fill-color: #fff
	}
}

.g-loop-card .item-img,
.g-loop-image .item-img {
	position: relative
}

.g-loop-card .item-img .item-category,
.g-loop-image .item-img .item-category {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 6px;
	font-size: 1rem;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 2px
}

.g-loop-card .item-img .item-category:hover,
.g-loop-image .item-img .item-category:hover {
	color: #fff;
	text-decoration: none;
	background: #ba231a
}

.g-loop-card .item-thumb,
.g-loop-image .item-thumb {
	display: block
}

.g-loop-card .item-thumb img,
.g-loop-image .item-thumb img {
	width: 100%;
	height: auto;
	display: block;
	transition: all .2s ease-out 0s
}

.g-loop-card .item-video,
.g-loop-image .item-video {
	position: relative;
	display: block
}

.g-loop-card .item-video:after,
.g-loop-card .item-video:before,
.g-loop-image .item-video:after,
.g-loop-image .item-video:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	box-sizing: border-box;
	opacity: .9;
	border-radius: 50%;
	transition: all .2s ease-out 0s
}

@media (max-width:767px) {

	.g-loop-card .item-video:after,
	.g-loop-card .item-video:before,
	.g-loop-image .item-video:after,
	.g-loop-image .item-video:before {
		width: 36px;
		height: 36px;
		margin-left: -18px;
		margin-top: -18px;
		opacity: .9
	}
}

.g-loop-card .item-video:before,
.g-loop-image .item-video:before {
	z-index: 1;
	content: "";
	background: #ba231a;
	opacity: .8
}

.g-loop-card .item-video:after,
.g-loop-image .item-video:after {
	z-index: 1;
	padding-left: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f04b";
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .2))
}

@media (max-width:767px) {

	.g-loop-card .item-video:after,
	.g-loop-image .item-video:after {
		padding-left: 4px;
		font-size: 20px;
		line-height: 36px
	}
}

.g-loop-card .item-title,
.g-loop-image .item-title {
	margin: 0;
	padding: 10px;
	font-size: 1.33333rem;
	font-weight: 500
}

@media (max-width:767px) {

	.g-loop-card .item-title,
	.g-loop-image .item-title {
		font-weight: 400
	}
}

.g-loop-card .item-title a,
.g-loop-image .item-title a {
	line-height: 1.4;
	height: 3.73333rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-decoration: none
}

.g-loop-card .item-title a:hover,
.g-loop-image .item-title a:hover {
	color: #ba231a
}

.g-loop-card .item-title .sticky-post,
.g-loop-image .item-title .sticky-post {
	display: inline-block;
	padding: 0 5px;
	margin-top: 1px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	background: #ba231a;
	border-radius: 3px;
	vertical-align: top
}

@media (max-width:500px) {

	.g-loop-card .item-title .sticky-post,
	.g-loop-image .item-title .sticky-post {
		margin-top: 2px;
		line-height: 18px
	}
}

.g-loop-card .item-meta,
.g-loop-image .item-meta {
	padding: 0 10px 10px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	overflow: hidden
}

@media (max-width:767px) {

	.g-loop-card .item-meta,
	.g-loop-image .item-meta {
		font-size: 10px
	}
}

.g-loop-card .item-meta-left,
.g-loop-image .item-meta-left {
	float: left
}

.g-loop-card .item-meta-right,
.g-loop-image .item-meta-right {
	float: right
}

.g-loop-card .item-meta-li,
.g-loop-image .item-meta-li {
	margin-left: 5px;
	color: #999
}

@media (max-width:767px) {

	.g-loop-card .item-meta-li:nth-child(2),
	.g-loop-card .item-meta-li:nth-child(3),
	.g-loop-card .item-meta-li:nth-child(4),
	.g-loop-image .item-meta-li:nth-child(2),
	.g-loop-image .item-meta-li:nth-child(3),
	.g-loop-image .item-meta-li:nth-child(4) {
		display: none
	}
}

@media (min-width:992px) and (max-width:1219px) {

	.g-loop-card .item-meta-li:nth-child(3),
	.g-loop-card .item-meta-li:nth-child(4),
	.g-loop-image .item-meta-li:nth-child(3),
	.g-loop-image .item-meta-li:nth-child(4) {
		display: none
	}
}

.g-loop-card .item-meta-li .fa,
.g-loop-image .item-meta-li .fa {
	color: #ccc
}

.g-loop-card .item-meta-li.a,
.g-loop-image .item-meta-li.a {
	text-decoration: none
}

.g-loop-image .item-img {
	overflow: hidden
}

.g-loop-image .item-img:before {
	padding-top: 62.5%;
	content: "";
	display: block
}

.g-loop-image .item-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.g-loop-image .item-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.g-loop-card .item {
	position: relative
}

.g-loop-card .item:before {
	display: block;
	padding-top: 62.5%;
	content: ""
}

.g-loop-card.cols-5 .item-wrap {
	padding: 12px
}

.g-loop-card.cols-5 .item-video:after,
.g-loop-card.cols-5 .item-video:before {
	right: 12px;
	bottom: 37px
}

.g-loop-card.cols-5 .item-video .item-title {
	padding-right: 64px
}

.g-loop-card.cols-5 .item-title {
	font-size: 15px;
	padding: 0 12px;
	bottom: 35px
}

.g-loop-card.cols-5 .item-meta {
	padding: 0 12px;
	bottom: 12px;
	line-height: 1.1
}

.g-loop-card .item-img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100% auto;
	background-size: cover;
	background-repeat: no-repeat
}

.g-loop-card .item-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	content: "";
	transition: all .3s ease 0s
}

.g-loop-card .item-img:hover:before {
	background: rgba(0, 0, 0, .3);
	transition: all .3s ease 0s
}

.g-loop-card .item-wrap {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	color: #fff;
	box-sizing: border-box
}

@media (max-width:767px) {
	.g-loop-card .item-wrap {
		padding: 8px
	}
}

.g-loop-card .item-wrap:hover {
	text-decoration: none
}

.g-loop-card .item-video:after,
.g-loop-card .item-video:before {
	left: auto;
	top: auto;
	right: 15px;
	bottom: 42px;
	width: 40px;
	height: 40px;
	margin: 0;
	opacity: .8
}

@media (max-width:767px) {

	.g-loop-card .item-video:after,
	.g-loop-card .item-video:before {
		bottom: 30px;
		right: 8px;
		width: 30px;
		height: 30px
	}
}

.g-loop-card .item-video:after {
	line-height: 40px;
	font-size: 20px;
	opacity: .8;
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .1))
}

@media (max-width:767px) {
	.g-loop-card .item-video:after {
		font-size: 14px;
		line-height: 30px
	}
}

.g-loop-card .item-video .item-title {
	padding-right: 70px
}

@media (max-width:767px) {
	.g-loop-card .item-video .item-title {
		padding-right: 46px
	}
}

.g-loop-card .item-title {
	position: absolute;
	bottom: 40px;
	left: 0;
	max-height: 44px;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

@media (max-width:767px) {
	.g-loop-card .item-title {
		bottom: 26px;
		padding: 0 8px;
		font-size: 14px;
		max-height: 38px
	}

	.g-loop-card .item-title .sticky-post {
		margin-top: 1px;
		font-size: 9px;
		padding: 0 4px;
		line-height: 16px
	}
}

.g-loop-card .item-meta {
	position: absolute;
	left: 0;
	bottom: 15px;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	opacity: .9
}

@media (max-width:767px) {
	.g-loop-card .item-meta {
		bottom: 8px;
		margin-top: 8px;
		padding: 0 8px;
		line-height: 12px
	}
}

.g-loop-card .item-meta-li,
.g-loop-card .item-meta-li .fa {
	color: #fff
}

.g-loop-noimage .item-content {
	margin-left: 0
}

.g-loop-noimage .item-meta {
	position: relative;
	bottom: 0;
	color: #999;
	font-size: 13px;
}

@media (max-width:767px) {
	.g-loop-noimage .item-meta {
		padding-left: 0;
	}
}

/*panel*/
.g-panel,
.g-panel-image .g-panel-head {
	margin-bottom: 20px;
}

.g-panel-head {
	position: relative;
	margin-bottom: 15px;
	padding: 0 15px;
}

.g-panel-head h1,
.g-panel-head h2,
.g-panel-head h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 48px;
	font-weight: 500;
	color: #333;
}

.g-panel-head h1 a,
.g-panel-head h2 a,
.g-panel-head h3 a {
	text-decoration: none
}

.g-panel-head h1 span,
.g-panel-head h2 span,
.g-panel-head h3 span {
	position: relative;
	display: inline-block;
	padding-bottom: 12px
}

.g-panel-head h1 span:before,
.g-panel-head h2 span:before,
.g-panel-head h3 span:before {
	position: absolute;
	left: 0;
	top: 100%;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background: #ba231a;
	content: ""
}

.g-panel-head span {
	color: #ba231a
}

.g-panel-head small {
	font-size: 1.08333rem;
	margin-left: 10px;
	color: #999;
	font-weight: 400
}

@media (max-width:991px) {
	.g-panel-head small {
		display: none
	}
}

.g-panel-head .more {
	float: right;
	font-size: 1.08333rem;
	font-weight: 400;
	line-height: 20px;
	color: #999;
	transition: all .3s ease-out
}

.g-panel-head .more:hover {
	color: #ba231a;
	text-decoration: none;
	transition: all .3s ease-out
}

.g-panel-head h1.page-title,
.g-panel-head h2.page-title {
	font-weight: 500;
	color: #c00;
	padding: 0 10px;
	border-bottom: 2px solid #c00;
	display: inline-block;
}

.g-panel.g-panel-default {
	background: #FFFFFF;
	padding: 17px 29px 30px;
	border-radius: 4px;
	overflow: hidden;
}

.g-panel.g-panel-default h3.g-panel-title {
	font-weight: bold;
}

.g-panel .g-panel-head h3.h-title {
	font-weight: bold;
	padding-left: 10px;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.2;
	border-left: 4px solid #ba231a;
	margin: 20px 0;
}

.g-panel.g-panel-default .g-panel-head {
	padding: 0;
}

.g-panel.g-panel-default .g-panel-body {
	margin-bottom: 0;
	color: #333;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.28rem;
	line-height: 2.2em;
}

.g-panel.list-panel .g-panel-head {
	margin-bottom: 0;
}

.g-panel.list-panel .g-panel-head h1 {
	font-weight: 600;
}

.g-panel.list-panel .g-panel-head h1.page-title,
.g-panel.list-panel .g-panel-head h2.page-title {
	border-bottom: none;
	border-left: 3px solid #c00;
}

.g-panel.list-panel .g-panel-head .nav {
	padding: 20px 15px;
}

@media only screen and (max-width: 640px) {
	.g-panel.list-panel .g-panel-head .nav {
		display: none;
	}
}
.g-panel.list-panel .g-panel-head.has-more{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.g-panel-info{
	padding-right: 15px;
	padding-bottom: 10px;
	color: #999;
	font-size: 13px;
	font-size: 1.1rem;
}
.g-loop-default .type-zuci .item-title,
.g-loop-default .type-zuci .item-title a{
	font-size: 16px;
}
.g-panel.list-panel .g-loop-default .item {
	border: none;
	margin-bottom: 15px;
	padding: 20px;
	overflow: hidden;
	background: #FFF;
}

.g-panel.list-panel .g-loop-default .item:hover {
	margin: 0 0 15px;
}

@media (max-width:470px) {
	.g-panel.list-panel .g-loop-default .item {
		padding: 18px 10px;
	}
}

.g-loop-default.cols-2 .item.item-empty {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	text-align: center;
	font-size: 22px;
	font-weight: 100;
}
.g-panel-links{
	background: #FFFFFF;
	padding: 20px;
	overflow: hidden;
}
.g-panel-links .g-panel-head{
	padding-left: 0;
}
.g-panel-links .g-panel-head h3{
	line-height: 24px;
	font-weight: bold;
}
.g-panel-links .g-panel-body a{
	color: #333;
	text-align: justify;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 15px;
	margin-right: 10px;
}
.g-panel-links .g-panel-body a em{
	font-style: normal;
	color: var(--action-color);
}
.g-panel-links .g-panel-body a:hover{
	color: var(--theme-color);
}
/*tabs*/
.tabs {
	margin-bottom: 15px
}

.tabs .nav-tabs {
	padding: 0 !important;
	margin: 0 !important
}

.tabs .nav-tabs>li {
	margin-bottom: -1px !important
}

.tabs .nav-tabs a {
	border-radius: 0;
	color: #666;
	background-color: #f3f3f3;
	border: 1px solid #ddd
}

.tabs .nav-tabs a:hover {
	background-color: #f9f9f9;
	border: 1px solid #ddd
}

.tabs .nav-tabs .active a {
	color: #333
}

.tab-content {
	/*border: 1px solid #ddd;*/
	border-top: 0;
	background: #fff
}

.tab-content p {
	margin-bottom: 10px !important;
	text-indent: 0 !important
}

.tab-content p:last-child {
	margin-bottom: 0 !important
}

.tab-pane {
	padding: 15px;
	overflow: hidden
}

.tab-content {
	padding-top: 20px;
}

.tab-list {
	display: none;
	min-height: 200px;
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.list {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.list.tabs {
	font-size: 0;
	white-space: nowrap;
	overflow: hidden
}

@media (max-width:991px) {
	.list.tabs {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto
	}

	.list.tabs::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0
	}
}

.list.tabs .tab {
	position: relative;
	display: inline-block;
	margin-right: 31px;
	vertical-align: middle
}

.list.tabs .tab:after {
	position: absolute;
	top: 2px;
	right: -16px;
	content: "";
	width: 1px;
	height: 16px;
	background: hsla(0, 0%, 39%, .1)
}

.list.tabs .tab:last-child {
	margin-right: 0
}

.list.tabs .tab:last-child:after {
	display: none
}

.list.tabs .tab.active a,
.list.tabs .tab.active span {
	position: relative;
	color: #ba231a;
	font-weight: 500
}

.list.tabs .tab.active span {
	border-bottom: 2px solid #ba231a;
	font-weight: 600;
}

.list.tabs .tab.active a:after,
.list.tabs .tab.active span:after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 2px;
	background: #ba231a;
	border-radius: 2px;
	content: ""
}

.list.tabs .tab.active a:hover:after {
	background: #ba231a
}

.list.tabs .tab a,
.list.tabs .tab span {
	display: block;
	font-size: 16px;
	padding-bottom: 12px;
	color: #666;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.list.tabs .tab a:hover {
	color: #ba231a
}

.list.tabs,
.tab-content {
	border: none
}

.g-filter {
	font-size: 14px
}

.g-panel-head.filter-panel {
	padding: 0;
	background: #FFFFFF;
}

.g-panel-head.filter-panel .main-title {
	padding-left: 45px;
	font-weight: 600;
	color: #262626;
	line-height: 56px;
	background: url(../images/category_icon.jpg) no-repeat;
}

.g-panel.list-panel .g-panel-head h1.page-title.main-title {
	border-left: none;
}

.g-panel-head.filter-panel .g-filter {
	border-top: 1px dashed #eee;
}

.g-filter a {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.g-filter .pull-left {
	float: left
}

.g-filter .pull-right {
	float: right
}

.g-filter .filter-header {
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 3px 3px 0 0;
}

.g-filter .topic-header {
	padding: 15px 15px 10px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5
}

@media (max-width: 767px) {
	.g-filter .topic-header {
		padding: 10px
	}
}

.g-filter .topic-tab {
	margin: 0 15px 0 0;
	color: #444;
	font-size: 14px;
	padding: 3px 0;
	line-height: 1;
	white-space: nowrap;
}

.g-filter .filter-title {
	font-weight: 600;
	display: inline-block;
	width: 45px;
}

.g-filter .topic-tab.current-tab {
	padding: 3px 5px;
	background-color: #ba231a;
	color: #fff;
	border-radius: 3px
}

.g-filter .topic-tab.current-tab span {
	color: #fff;
}

.g-filter .topic-tab.current-tab:hover {
	color: #fff
}

.g-filter .filter-topic-wrap a {
	text-decoration: none
}

.g-filter .filter-topic-item {
	display: table;
	width: 100%;
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	background: #fff;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.g-filter .filter-topic-item:hover {
	background: #fafafa
}

.g-filter .desc {
	line-height: 1.8em;
	color: #777;
}

/*entry*/
.g-hentry {
	background: #fff;
	padding: 30px;
	margin-bottom: 20px
}

@media (max-width:1219px) {
	.g-hentry {
		padding: 20px
	}
}

@media (max-width:767px) {
	.g-hentry {
		padding: 20px 10px
	}
}

.entry .entry-head {
	margin-bottom: 20px
}

.entry .entry-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: normal;
}

.entry .entry-info {
	padding-bottom: 10px;
	color: #999;
	font-size: 13px;
	font-size: 1.1rem;

}

.entry blockquote.entry-info {
	border-left: 3px solid #eee;
	background: #fbfcfc;
}

.entry .entry-info a {
	color: #9eadb6
}

.entry .entry-info a:focus,
.entry .entry-info a:hover {
	color: #ba231a;
	text-decoration: none
}

.entry .entry-info .nickname {
	color: #ba231a
}

.entry .entry-info .dot {
	margin: 0 6px;
	color: #ccc
}

.entry .entry-excerpt {
	padding: 15px;
	margin-bottom: 25px;
	font-size: 15px;
	font-size: 1.15rem;
	line-height: 1.8;
	color: #999;
	background: #fbfbfb;
	border: 1px solid #efefef;
	border-radius: 3px
}

.entry .entry-excerpt p:last-child {
	margin-bottom: 0
}

.entry .entry-reference {
	margin: 15px 0 0 0
}

.entry .entry-reference span {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 21px
}

.entry,
.entry .entry-content {
	font-size: 15px;
	font-size: 1.28rem;
	color: #262626;
	line-height: 2.2em;
}

.entry .entry-content a {
	color: #ba231a;
	border-bottom: 1px dashed #ba231a;
}

.entry .entry-content .pip-tags a {
	border: none;
	color: #262626;
}

.entry .entry-content .list-price-box table td {
	font-size: 15px;
	text-align: left;
}

.entry .entry-content .h1,
.entry .entry-content .h2,
.entry .entry-content .h3,
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3 {
	margin: 30px 0 20px;
	line-height: 1.4;
	font-weight: 500
}

.entry .entry-content h1 a,
.entry .entry-content h2 a,
.entry .entry-content h3 a {
	color: #262626;
	border-bottom: none;
}

.entry .entry-content h1 a:hover,
.entry .entry-content h2 a:hover,
.entry .entry-content h3 a:hover {
	color: #ba231a;
}

.entry .entry-content h4,
.entry .entry-content h5 {
	font-weight: 500
}

.entry .entry-content .h1,
.entry .entry-content h1 {
	font-size: 24px;
	font-size: 2rem
}

.entry .wenda-content {
	padding: 48px 45px 20px 45px;
	background: #FFF9EE;
	position: relative;
	overflow: hidden;
}

.entry .wenda-content i.cai {
	background: #FF7031;
	position: absolute;
	left: -5px;
	top: -32px;
	height: 30px;
	line-height: 30px;
	width: 135px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	-moz-transform: translate(-40px, 45px) rotate(-45deg);
	-webkit-transform: translate(-40px, 45px) rotate(-45deg);
	-o-transform: translate(-40px, 45px) rotate(-45deg);
	transform: translate(-40px, 45px) rotate(-45deg);
}

.wenda-info {
	text-align: right;
	line-height: 40px;
}

.wenda-info span {
	color: #666;
	margin-right: 30px;
	font-size: 14px;
}

@media only screen and (max-width: 992px) {
	.wenda-info span {
		margin-right: 15px;
		font-size: 13px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.entry .wenda-content {
		padding: 30px 8px 0px 8px;
	}

	.entry .wenda-content i.cai {
		left: 0px;
		top: 0px;
		height: 30px;
		line-height: 30px;
		width: 85px;
		-moz-transform: translate(0px, 0px) rotate(0deg);
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		-o-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.entry .entry-content .h2,
.entry .entry-content h2,
.entry .entry-content .h3,
.entry .entry-content h3 {
	padding-left: 10px;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.2;
	border-left: 4px solid #ba231a
}

.entry .entry-content p {
	margin-bottom: 18px;
	margin-bottom: 1.33334rem;
	line-height: 2
}

.entry .entry-content p.has-drop-cap:not(:focus):first-letter {
	font-size: 3em;
	line-height: 1;
	font-weight: 100
}

.entry .entry-content figure {
	margin-bottom: 20px;
	margin-bottom: 1.66667rem
}

.entry .entry-content .woocommerce p {
	text-indent: 0
}

.entry .entry-content blockquote {
	font-size: 14px;
	font-size: 1.16667rem;
	color: #666;
	background: #fbfbfb;
	border-left-color: #e5e5e5
}

.entry .entry-content blockquote p:last-child {
	margin-bottom: 0
}

.entry .entry-content ol,
.entry .entry-content ul {
	padding-left: 2em;
	margin-bottom: 20px;
	list-style-position: outside
}

.entry .entry-content li {
	margin-bottom: 10px
}

.entry .entry-content img {
	height: auto
}

.entry .entry-content audio,
.entry .entry-content img,
.entry .entry-content video {
	max-width: 100%;
	vertical-align: top
}

@media (max-width:767px) {

	.entry .entry-content audio,
	.entry .entry-content video {
		display: block;
		width: 100%;
		height: auto
	}
}

.entry .entry-content video::-internal-media-controls-download-button {
	display: none
}

.entry .entry-content video::-webkit-media-controls-enclosure {
	overflow: hidden
}

.entry .entry-content video::-webkit-media-controls-panel {
	width: calc(100% + 30px)
}

.entry .entry-content embed,
.entry .entry-content iframe {
	max-width: 100%;
	vertical-align: top
}

@media (max-width:767px) {

	.entry .entry-content embed,
	.entry .entry-content iframe {
		display: block;
		width: 100%;
		min-height: 200px;
		max-height: 500px
	}
}

.entry .entry-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.entry .entry-content .aligncenter img {
	margin: 0 auto
}

.entry .entry-content .alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.entry .entry-content .alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px
}

.entry .entry-content .wp-caption,
.entry .entry-content button,
.entry .entry-content input,
.entry .entry-content select,
.entry .entry-content textarea {
	max-width: 100%
}

.entry .entry-content .wp-caption-text {
	padding-top: 5px;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #666
}

.entry .entry-content .has-theme-light-color {
	color: #f5f5f5
}

.entry .entry-content .has-theme-light-background-color {
	background-color: #f5f5f5
}

.entry .entry-content .has-theme-gray-color {
	color: #999
}

.entry .entry-content .has-theme-gray-background-color {
	background-color: #999
}

.entry .entry-content .has-theme-black-color {
	color: #333
}

.entry .entry-content .has-theme-black-background-color {
	background-color: #333
}

.entry .entry-content .has-theme-hover-color {
	color: #ba231a
}

.entry .entry-content .has-theme-hover-background-color {
	background-color: #ba231a
}

.entry .entry-content .has-theme-color-color {
	color: #ba231a
}

.entry .entry-content .has-theme-color-background-color {
	background-color: #ba231a
}

.entry-footer {
	margin: 30px 0
}

.entry-copyright {
	margin-top: 30px;
	padding: 15px;
	font-size: 13px;
	font-size: 1.13333rem;
	line-height: 1.33;
	color: #666;
	border: 1px solid #efefef;
	background: #fbfbfb;
	border-radius: 3px
}

.entry-copyright a,
.entry-copyright span {
	color: #555
}

.entry-copyright p {
	margin-bottom: 8px !important;
	text-indent: 0 !important
}

.entry-copyright p:last-child {
	margin-bottom: 0 !important
}

.entry-tag {
	font-size: 0
}

.entry-tag a {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 5px 15px;
	font-size: 14px;
	font-size: 1.16667rem;
	line-height: 1.2;
	color: #666;
	border: 1px solid #999;
	border-radius: 3px
}

.entry-tag a:focus,
.entry-tag a:hover {
	color: #fff;
	background: #ba231a;
	border-color: #ba231a;
	text-decoration: none
}

.entry-bar {
	height: 60px;
	margin: 30px -30px
}

@media (max-width:1219px) {
	.entry-bar {
		margin: 30px -20px
	}

	.entry-bar .info-item.share .mobile {
		display: none
	}
}

@media (max-width:767px) {
	.entry-bar .author {
		display: none
	}

	.entry-bar .info {
		float: none !important;
		overflow: hidden
	}

	.entry-bar .info-item.act {
		display: none
	}

	.entry-bar .info-item.meta {
		margin: 0;
		float: right
	}

	.entry-bar .info-item.share {
		float: left;
		margin-right: 0;
		padding-left: 0;
		vertical-align: top
	}

	.entry-bar .info-item.share .meta-item {
		display: none
	}

	.entry-bar .info-item.share .mobile {
		display: block;
		line-height: 30px;
		background: #ba231a;
		color: #fff;
		border-radius: 3px
	}

	.entry-bar .info-item.share .mobile .fa {
		vertical-align: top;
		line-height: 30px;
		font-size: 14px;
		margin-right: 2px
	}

	.entry-bar .info-item.share:before {
		display: none
	}
}

.entry-bar .info-item {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-left: 15px;
	color: #ccc;
	line-height: 30px
}

.entry-bar .info-item:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #ddd;
	content: ""
}

.entry-bar .info-item a {
	color: #ccc;
	text-decoration: none
}

.entry-bar .info-item a:hover {
	color: #ba231a
}

.entry-bar .info-item .hearted {
	color: #ff716f
}

.entry-bar .info-item .hearted:hover {
	color: #f33
}

.entry-bar .meta {
	padding-left: 0
}

.entry-bar .meta:before {
	display: none
}

.entry-bar .act {
	margin-right: 0
}

.entry-bar .meta-item {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	overflow: hidden;
	vertical-align: top;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item:hover {
	overflow: visible;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item:hover .wx-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 40px;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item:hover .icon-dashang {
	background: #ba231a;
	transition: all .3s ease-out 0s
}

.entry-bar .meta-item:hover .dashang-img {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 40px;
	transition: all .3s ease-out 0s;
	pointer-events: auto
}

.entry-bar .meta-item.wechat:hover {
	color: #44b549
}

.entry-bar .meta-item.weibo:hover {
	color: #e05244
}

.entry-bar .meta-item.qq:hover {
	color: #22a4ff
}

.entry-bar .fa {
	font-size: 18px
}

.entry-bar .icon-dashang {
	display: inline-block;
	margin-top: 6px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #ccc;
	border-radius: 3px;
	vertical-align: top;
	transition: all .3s ease-out 0s
}

.entry-bar .icon-dashang:after {
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	color: #fff;
	content: "\8D4F";
	vertical-align: top
}

.entry-bar.fixed .entry-bar-inner {
	position: fixed;
	z-index: 99;
	bottom: 0;
	border-top: 1px solid #ddd;
	transition: all .3s ease-out 0s
}

@media (max-width:991px) {
	.entry-bar.fixed .entry-bar-inner {
		position: relative
	}
}

.dashang-img,
.wx-wrap {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	z-index: 9;
	left: -60px;
	bottom: 50px;
	width: 160px;
	line-height: 1;
	text-align: center;
	border: 1px solid #efefef;
	background: #fff;
	transition: all .3s ease-out 0s;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05);
	box-sizing: content-box;
	pointer-events: none
}

.dashang-img:after,
.dashang-img:before,
.wx-wrap:after,
.wx-wrap:before {
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 0;
	height: 0;
	margin-left: -8px;
	line-height: 0;
	border: 8px solid transparent;
	border-top-color: #efefef;
	content: ""
}

.dashang-img:after,
.wx-wrap:after {
	z-index: 1;
	bottom: -15px;
	border-top-color: #fff
}

.dashang-img canvas,
.dashang-img img,
.wx-wrap canvas,
.wx-wrap img {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px 0;
	vertical-align: top
}

.dashang-img span,
.wx-wrap span {
	display: block;
	padding-bottom: 10px;
	color: #999;
	font-size: 12px;
	line-height: 1;
	vertical-align: top
}

.dashang-img span {
	width: 160px;
	display: inline-block
}

.dashang-img2 {
	width: 330px;
	font-size: 0;
	left: -146px
}

@media (max-width:767px) {
	.dashang-img2 {
		max-width: 100%;
		width: 300px
	}

	.dashang-img2 span {
		max-width: 50%
	}
}

@media (max-width:767px) {

	.dashang-img2:after,
	.dashang-img2:before {
		left: auto;
		right: 25%
	}
}

.entry-bar-inner {
	padding: 15px 30px;
	background: #fff;
	background: hsla(0, 0%, 100%, .92);
	border-top: 1px solid transparent;
	transition: all .3s ease-out 0s
}

@media (max-width:767px) {
	.entry-bar-inner {
		padding: 15px 20px
	}
}

.entry-bar-inner .author a {
	display: inline-block;
	text-decoration: none;
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle
}

.entry-bar-inner .author img {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	border-radius: 50%
}

.entry-bar-inner .author-title {
	position: relative;
	display: inline-block;
	padding: 3px 8px;
	margin-left: 8px;
	font-size: 12px;
	font-size: 1rem;
	color: #ba231a;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid #ba231a;
	vertical-align: middle;
	border-radius: 1px
}

.entry-bar-inner .author-title:after,
.entry-bar-inner .author-title:before {
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -4px;
	content: "";
	border: 4px solid transparent;
	border-right: 4px solid #ba231a
}

.entry-bar-inner .author-title:after {
	left: -7px;
	border-right: 4px solid #fff
}

.entry-action {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center
}

@media (max-width:767px) {
	.entry-action {
		position: relative
	}
}

.entry-action .btn-dashang,
.entry-action .btn-zan {
	display: inline-block;
	padding: 5px 30px;
	font-size: 16px;
	line-height: 30px;
	color: #ba231a;
	border: 1px solid #ba231a;
	border-radius: 3px;
	vertical-align: top
}

.entry-action .btn-dashang.liked,
.entry-action .btn-dashang:hover,
.entry-action .btn-zan.liked,
.entry-action .btn-zan:hover {
	color: #fff;
	background-color: #ba231a;
	cursor: pointer;
	border-color: #ba231a
}

.entry-action .btn-dashang i.fa-thumbs-up:after,
.entry-action .btn-zan i.fa-thumbs-up:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f164";
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: .4s
}

.entry-action .btn-dashang.liked i,
.entry-action .btn-dashang i,
.entry-action .btn-zan.liked i,
.entry-action .btn-zan i {
	position: relative
}

.entry-action .btn-dashang.liked i.fa-thumbs-up:after,
.entry-action .btn-zan.liked i.fa-thumbs-up:after {
	opacity: 0;
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: .4s
}

.entry-action .btn-dashang {
	position: relative;
	z-index: 99;
	margin-left: 10px;
	overflow: hidden
}

@media (max-width:767px) {
	.entry-action .btn-dashang {
		position: static
	}
}

.entry-action .btn-dashang:hover {
	overflow: visible;
	transition: all .3s ease-out 0s
}

.entry-action .btn-dashang:hover .dashang-img {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: 40px;
	transition: all .3s ease-out 0s;
	pointer-events: auto
}

.entry-action .dashang-img {
	left: 0;
	margin-left: -27px
}

@media (max-width:767px) {
	.entry-action .dashang-img {
		margin-left: -16px;
		left: 50%
	}
}

.entry-action .dashang-img2 {
	left: 0;
	margin-left: -111px
}

@media (max-width:767px) {
	.entry-action .dashang-img2 {
		margin-left: -150px;
		left: 50%
	}
}

.entry-action-num {
	font-size: 14px;
	font-size: 1.16667rem;
	vertical-align: top
}

.g-breadcrumb {
	padding: 8px 15px;
	margin: 0;
	color: #999;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid #f7f7f7
}

.g-breadcrumb a,
.g-breadcrumb span {
	color: #666
}

@media (max-width:767px) {
	.g-breadcrumb {
		display: none
	}
}

.g-breadcrumb li.home i {
	color: #ba231a;
	margin-right: 10px;
	font-size: 18px
}

.pip-breadcrumb {
	background: transparent;
	padding-left: 10px;
}

.entry-page {
	margin: 30px 0;
	overflow: hidden
}

.entry-page-next,
.entry-page-prev {
	position: relative;
	float: left;
	width: 45%;
	padding: 60px 15px 10px;
	color: #fff;
	background-size: cover;
	background-position: 50%;
	border-radius: 3px;
	overflow: hidden
}

@media (max-width:767px) {

	.entry-page-next,
	.entry-page-prev {
		width: 100%;
		margin-bottom: 10px;
		float: none
	}
}

.entry-page-next:before,
.entry-page-prev:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: ""
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
	background: rgba(0, 0, 0, .7)
}

.entry-page-next a,
.entry-page-prev a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	font-size: 15px;
	font-size: 1.2rem
}

.entry-page-next a span,
.entry-page-prev a span {
	display: block;
	padding: 10px 15px 0;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	color: #FFFFFF;
}

.entry-page-next a:hover,
.entry-page-prev a:hover {
	color: #fff;
	text-decoration: none
}

.entry-page-next .entry-page-info,
.entry-page-prev .entry-page-info {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	overflow: hidden
}

.entry-page-next {
	float: right
}

.entry-content-title,
.entry-related-title {
	margin: 30px 0 20px;
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: 500
}

.entry-content-title,
.entry-related-title {
	position: relative;
	padding: 0 0 0 12px;
}

.entry-content-title a {
	color: #333333;
}

.entry-content-title a:hover {
	color: #ba231a;
}

.entry-content-title:before,
.entry-related-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	content: "";
	background-color: #c00;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	border-radius: 4px;
}

.entry-related {
	padding-left: 22px
}

/*.entry-related li {
	width: 49.9%;
	float: left;
	font-size: 16px;
	line-height: 2;
	list-style-position: outside;
	color: #999
}

@media (max-width:767px) {
	.entry-related li {
		width: 100%
	}
}

.entry-related li a {
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top
}*/

.entry-related-img.post-loop-image .item-meta-li:nth-child(3),
.entry-related-img.post-loop-image .item-meta-li:nth-child(4) {
	display: none
}

@media (max-width:767px) {
	.entry-related-img.post-loop-image .item-meta-li:nth-child(2) {
		display: none
	}
}

.widget {
	margin-bottom: 20px;
	font-size: 14px;
}

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

.widget ol li,
.widget ul li {
	position: relative;
	padding: 5px 0 5px 12px
}

.widget ol li li,
.widget ul li li {
	padding-left: 20px;
	border-bottom: 0
}

.widget ol li:before,
.widget ul li:before {
	position: absolute;
	left: 0;
	top: 13px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #ccc
}

.widget ol a,
.widget ul a {
	color: #666
}

.widget ol a:hover,
.widget ul a:hover {
	color: #ba231a;
	text-decoration: none
}

.widget .tagcloud {
	font-size: 0
}

.widget .tagcloud a {
	display: inline-block;
	width: 32.39%;
	margin: 0 .7% 1.4%;
	padding: 5px 12px;
	font-size: 12px !important;
	line-height: 1.2;
	text-align: center;
	color: #666;
	border: 1px solid hsla(0, 0%, 39%, .5);
	border-radius: 2px;
	text-decoration: none;
	background: hsla(0, 0%, 100%, .2);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.widget .tagcloud a:nth-child(3n+1) {
	margin-left: 0
}

.widget .tagcloud a:nth-child(3n+3) {
	margin-right: 0
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #ba231a;
	border-color: #ba231a
}

.widget-title {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1
}

.widget-title a {
	color: #333333;
	text-decoration: underline;
}
.widget-title a:hover{
	color: var(--theme-color);
}
.widget-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background: #ba231a;
	border-radius: 2px
}

.widget_tag_cloud a {
	margin: 0 2px
}

.widget_lastest_products .p-list {
	margin: 0 -5px !important;
	padding-top: 5px
}

.widget_lastest_products .p-item {
	padding: 0 5px;
	margin: 0 0 10px;
	border: 0
}

.widget_lastest_products .p-item:before {
	display: none
}

.widget_lastest_products .p-item-wrap .thumb {
	position: relative;
	height: 0;
	display: block;
	padding-top: 62.5%;
	border-radius: 3px;
	background: #f8f9fa;
	overflow: hidden
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video {
	position: relative
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:after,
.widget_lastest_products .p-item-wrap .thumb.thumb-video:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	text-align: center;
	content: "";
	opacity: .9;
	border-radius: 50%;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:before {
	background: #ba231a;
	opacity: .8
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:after {
	padding-left: 3px;
	line-height: 32px;
	font-size: 16px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f04b";
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .1))
}

.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:after,
.widget_lastest_products .p-item-wrap .thumb.thumb-video:hover:before {
	opacity: 1;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .thumb:hover img {
	opacity: .9;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	transition: all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .title {
	margin: 0;
	bottom: 0;
	opacity: 1;
	padding: 5px 0
}

.widget_lastest_products .p-item-wrap .title a {
	height: 34px;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 17px
}

.widget_lastest_products:hover .title {
	bottom: 0
}

.sidebar .widget_nav_menu {
	padding: 0;
	background: #eee;
	border-radius: 3px;
	overflow: hidden
}

.sidebar .widget_nav_menu .widget-title {
	padding-left: 30px;
	margin: 0;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3
}

.sidebar .widget_nav_menu .widget-title span {
	margin: 0;
	padding: 0;
	color: #333;
	border: 0
}

.sidebar .widget_nav_menu ul li {
	position: relative;
	padding: 0;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5
}

.sidebar .widget_nav_menu ul li:before {
	display: none
}

.sidebar .widget_nav_menu ul li li {
	padding-left: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 0
}

.sidebar .widget_nav_menu ul li li a {
	padding-left: 45px
}

.sidebar .widget_nav_menu ul li li a:after {
	position: absolute;
	left: 35px;
	top: 0;
	content: "\f105";
	font-family: FontAwesome;
	color: #666
}

.sidebar .widget_nav_menu ul li li a:hover:after {
	color: #fff
}

.sidebar .widget_nav_menu ul li li li a {
	padding-left: 60px
}

.sidebar .widget_nav_menu ul li li li a:after {
	left: 50px
}

.sidebar .widget_nav_menu ul li li li a:hover:after {
	color: #fff
}

.sidebar .widget_nav_menu ul li.current-menu-item a,
.sidebar .widget_nav_menu ul li.current-post-parent a {
	color: #fff;
	background: #ba231a
}

.sidebar .widget_nav_menu ul li.current-menu-item a:after,
.sidebar .widget_nav_menu ul li.current-post-parent a:after {
	color: #fff
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a {
	background: none
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:after,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:after {
	color: #666
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:hover,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:hover {
	color: #fff;
	background: #ba231a
}

.sidebar .widget_nav_menu ul li.current-menu-item .sub-menu a:hover:after,
.sidebar .widget_nav_menu ul li.current-post-parent .sub-menu a:hover:after {
	color: #fff
}

.sidebar .widget_nav_menu ul li.current-menu-item li a,
.sidebar .widget_nav_menu ul li.current-post-parent li a {
	color: #333
}

.sidebar .widget_nav_menu ul li a {
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: #333
}

.sidebar .widget_nav_menu ul li a:hover {
	color: #fff;
	background: #ba231a
}

.widget_profile {
	padding: 0;
	background: #fff;
}

.widget_profile .profile-cover {
	position: relative;
	width: 100%;
	height: 0 !important;
	padding-bottom: 37%;
	overflow: hidden
}

.widget_profile .profile-cover img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover
}

.widget_profile .cover_photo {
	height: 110px;
	background: #eee
}

.widget_profile img {
	width: 100%;
	height: auto;
	vertical-align: top
}

.widget_profile p {
	margin: 0
}

.widget_profile .avatar-wrap {
	text-align: center
}

.widget_profile .avatar-link {
	position: relative;
	display: block;
	width: 80px;
	padding: 4px;
	margin: 0 auto;
	border-radius: 50%;
	background: hsla(0, 0%, 100%, .3)
}

.widget_profile .avatar-link:hover {
	background: hsla(0, 0%, 100%, .5)
}

.widget_profile .avatar {
	width: 100%;
	height: auto;
	border-radius: 50%;
	background: #fff;
	transition: all .3s ease-out 0s
}

.widget_profile .profile-info {
	padding: 10px 15px 20px;
	text-align: center;
	line-height: 1.6
}

.widget_profile .author-name {
	display: inline-block;
	line-height: 22px;
	overflow: hidden;
	max-width: 180px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top
}

.widget_profile .author-group {
	position: relative;
	display: inline-block;
	padding: 3px 8px;
	margin-left: 8px;
	font-size: 12px;
	font-size: 1rem;
	color: #ba231a;
	font-weight: 400;
	line-height: 1.2;
	border: 1px solid #ba231a;
	vertical-align: top;
	border-radius: 1px
}

.widget_profile .author-group:after,
.widget_profile .author-group:before {
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -4px;
	content: "";
	border: 4px solid transparent;
	border-right: 4px solid #ba231a
}

.widget_profile .author-group:after {
	left: -7px;
	border-right: 4px solid #fff
}

.widget_profile .author-description {
	margin-top: 10px;
	font-size: 13px;
	color: #999
}

.widget_profile .profile-posts {
	padding: 20px 15px;
	border-top: 1px dashed #efefef
}

.widget_post_thumb ul .item {
	margin: 0;
	padding: 7px 0 8px;
	overflow: hidden
}

.widget_post_thumb ul .item:last-child {
	padding-bottom: 0
}

.widget_post_thumb ul .item:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	transition: all .3s ease-out 0s
}

.widget_post_thumb ul li:before {
	display: none
}

.widget_post_thumb .item-img {
	float: left;
	width: 100px;
	overflow: hidden;
	border-radius: 3px
}

.widget_post_thumb .item-img img {
	width: 100%;
	height: 63px;
	vertical-align: top;
	transition: all .3s ease-out 0s
}

.widget_post_thumb .item-img.item-video:hover .item-img-inner:after,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:before {
	opacity: 1;
	transition: all .3s ease-out 0s
}

.widget_post_thumb .item-img.item-video .item-img-inner {
	position: relative;
	display: block
}

.widget_post_thumb .item-img.item-video .item-img-inner:before {
	content: "";
	background: #ba231a;
	opacity: .8
}

.widget_post_thumb .item-img.item-video .item-img-inner:after,
.widget_post_thumb .item-img.item-video .item-img-inner:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .3s ease-out 0s
}

.widget_post_thumb .item-img.item-video .item-img-inner:after {
	padding-left: 3px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-family: FontAwesome;
	color: #fff;
	content: "\f04b";
	opacity: .9;
	background: radial-gradient(rgba(0, 0, 0, .2), hsla(0, 0%, 100%, .1))
}

.widget_post_thumb .item-title {
	height: 38px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.4
}

.widget_post_thumb .item-title a {
	color: #333
}

.widget_post_thumb .item-date {
	margin: 0;
	font-size: 12px;
	color: #999;
	line-height: 14px
}

.widget_post_thumb .item-content {
	margin-left: 110px
}

.widget_post_thumb .item3 .item-title {
	height: auto;
}

.widget_post_thumb .item3 .item-content {
	margin-left: 0
}

.widget_image_ad {
	padding: 0
}

.widget_image_ad img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 3px
}

.widget_image_ad a {
	display: block;
	transition: all .3s ease
}

.widget_image_ad a:hover {
	opacity: .9;
	transition: all .3s ease
}

.widget_html_ad {
	padding: 0;
	overflow: hidden
}

.widget_html_ad img {
	vertical-align: top;
	max-width: 100%;
	height: auto
}

.widget_kuaixun .widget-title-more {
	float: right;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	line-height: 19px
}

.widget_kuaixun .widget-title-more:hover {
	color: #ba231a;
	text-decoration: none
}

.widget-kx-list {
	line-height: 1.6
}

.widget-kx-list .kx-item {
	margin-bottom: 5px
}

.widget-kx-list .kx-item:before {
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: center center;
	transform-origin: center center
}

.widget-kx-list .kx-item:hover .kx-share {
	display: block
}

.widget-kx-list .kx-item.active:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.widget-kx-list .kx-title {
	color: #333;
	display: block
}

.widget-kx-list .kx-content {
	display: none;
	margin: 10px 0;
	font-size: 13px;
	color: #666;
	border: 1px solid #e5e5e5;
	padding: 10px
}

.widget-kx-list .kx-content p {
	margin: 0
}

.widget-kx-list .kx-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 5px
}

.widget-kx-list .kx-meta {
	margin-top: 0
}

.widget-kx-list .kx-meta span {
	margin-right: 8px;
	font-size: 13px
}

.widget-kx-list .kx-share {
	display: none;
	float: right;
	font-size: 0
}

.widget-kx-list .kx-share span {
	font-size: 13px
}

.widget-kx-list .kx-share .share-icon {
	margin-right: 5px
}

@media (max-width:1219px) {

	.widget-kx-list .kx-share .share-icon.copy,
	.widget-kx-list .kx-share .share-icon.qq {
		display: none
	}
}

.widget-kx-list .kx-share .share-icon:last-child {
	margin-right: 0
}

.widget-tag ul li a {
	color: #FFF;
	display: block;
	padding: 7px 12px;
	font-size: 14px;
}

.widget-tag ul li {
	background: #EEE;
	display: inline-block;
	padding: 0;
	margin-bottom: 5px;
	margin-right: 3px;
	border-radius: 3px;
}

.widget-tag ul li:before {
	display: none
}

.widget-tag ul li:nth-child(9n) {
	background-color: #4a4a4a
}

.widget-tag ul li:nth-child(9n+1) {
	background-color: #15a287
}

.widget-tag ul li:nth-child(9n+2) {
	background-color: #5cb85c
}

.widget-tag ul li:nth-child(9n+3) {
	background-color: #d9534f
}

.widget-tag ul li:nth-child(9n+4) {
	background-color: #567e95
}

.widget-tag ul li:nth-child(9n+5) {
	background-color: #b433ff
}

.widget-tag ul li:nth-child(9n+6) {
	background-color: #00a67c
}

.widget-tag ul li:nth-child(9n+7) {
	background-color: #b37333
}

.widget-tag ul li:nth-child(9n+8) {
	background-color: #f60
}

.widget-tag ul li:hover {
	opacity: .9;
}

.widget-tag ul li:hover a {
	color: #FFFFFF;
}

.widget-special-list {
	line-height: 1.6;
}

.special-tag {
	background-color: #FFFFFF;
	margin: 2px;
	box-sizing: border-box;
	width: 30%;
	float: left;
	overflow: hidden;
	height: 32px;
	border: 1px solid #ececec;
	text-align: center;
}

.widget ul.widget-special-list li {
	padding: 5px 0 5px 5px;
	background-color: #FFFFFF;
	margin: 2px;
	box-sizing: border-box;
	width: 30%;
	float: left;
	overflow: hidden;
	height: 32px;
	border: 1px solid #ececec;
	text-align: center;
}

.widget ul.widget-special-list.book-catalog li {
	width: 46%;
	border: none;
	text-align: left;
}

.widget ul.widget-special-list li:before {
	display: none;
}

.widget ul li.special-tag {
	padding: 5px 0 5px 5px;
}

.widget.widget-default,
.widget.widget_kuaixun {
	padding: 15px;
	background: #fff;
}

.widget.widget-default ol li:before,
.widget.widget-default ul li:before {
	display: none;
}

.g-page {
	text-align: center;
}

.g-page.g-page-default {
	background: #FFFFFF;
}

.sub-title {
	padding-left: 10px;
	font-size: 18px;
	font-size: 1.5rem;
	line-height: 1.2;
	border-left: 4px solid #ba231a;
	margin: 20px 0;
}

.pagination li {
	display: inline-block;
	margin: 0 7px;
	line-height: 33px;
}

.pagination li a,
.pagination li span {
	background: #d5d1d2;
	cursor: pointer;
	padding: 8px 12px;
}

.pagination li.active span {
	background: #b10200;
	color: #FFFFFF;
}

.author img {
	float: left;
	margin-right: 15px;
}

.pip-tags a {
	display: inline-block;
	background-color: #f2f1ed;
	margin: 2px 5px;
	padding: 2px 10px;
	font-size: 13px;
	text-decoration: none;
}

.book-info {
	padding: 30px;
	background: #fff;
}

.book-info .base {}

.book-info .base dt {
	float: left;
	position: relative;
	width: 140px;
	height: 200px;
}

.book-info .base dt img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.book-info .base dt i {
	position: absolute;
	left: -30px;
	top: -30px;
	display: block;
	width: 70px;
	height: 70px;
	text-indent: -999px;
	overflow: hidden;
	/* background-image: url(../images/status.png); */
	background-repeat: no-repeat;
}

.book-info .base dt i.serial {
	background-position: 0 0;
}

.book-info .base dt i.finish {
	background-position: 0 -70px;
}

.book-info .base dd {
	float: left;
	margin-left: 20px;
	width: 508px;
	/*height: 200px;*/
}

.book-info .base dd h1 {
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}

.book-info .base dd .info {
	margin-bottom: 14px;
	line-height: 20px;
	font-size: 14.5px;
	color: #999;
}

.book-info .base dd .info span {
	margin-right: 20px;
}

.book-info .base dd .update {
	margin-bottom: 14px;
	line-height: 20px;
	font-size: 14.5px;
}

.book-info .base dd .update a {
	color: #0189d0;
}

.book-info .base dd .update a:hover {
	color: #fe7031;
}

.book-info .base dd .intro {
	position: relative;
	margin-bottom: 31px;
	height: 142px;
	line-height: 24px;
	font-size: 14.5px;
	color: #666;
	background: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.book-info .base dd .intro.show {
	display: block;
	height: auto;
	overflow: inherit;
}

.book-info .base dd .intro .more {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 15;
	display: block;
	padding-left: 50px;
	width: 52px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	color: #ba231a;
	background: #fff;
	background: -webkit-linear-gradient(left, transparent, #fff 40%);
	background: -o-linear-gradient(right, transparent, #fff 40%);
	background: -moz-linear-gradient(right, transparent, #fff 40%);
	background: linear-gradient(to right, transparent, #fff 40%);
}

.book-info .base dd .intro .more i {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	background: url(../images/down-blue.png) no-repeat 100% 50%;
}

.book-info .base dd .intro .more.show i {
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	filter: FlipV;
}

.book-info .base dd .btns {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	background: #fff;
	overflow: hidden;
}

.book-info .base dd .btns li {
	float: left;
	width: 189px;
	height: 40px;
	margin-right: 20px;
}

.book-info .base dd .btns li a {
	display: block;
	line-height: 38px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #666;
}

.book-info .base dd .btns li a:hover {
	border: 1px solid #bbb;
	color: #484848;
}

.book-info .base dd .btns li.read-online {
	width: 190px;
}

.book-info .base dd .btns li.read-online a {
	display: block;
	text-align: center;
	background: #fe7031;
	border: 1px solid #fe7031;
	border-radius: 2px;
	color: #fff;
}

.book-info .base dd .btns li.read-online a:hover {
	border: 1px solid #fe7031;
	background: #fe7031;
	color: #fff;
}

.book-info .base dd .btns li.add-bookshelf.yes a {
	border: 1px solid #fe7031;
	color: #fe7031;
}

.book-info .book-catalog {
	margin-top: 30px;
}

.book-info .book-catalog h4 {
	display: block;
	font-size: 22px;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 18px;
	font-weight: normal;
}

.book-info .catalog-list li {
	display: inline-block;
	width: 48%;
	line-height: 38px;
}

.book-info .tags {
	margin-top: 30px;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 15px;
	background: #f0f8fc;
	border: 1px solid #e7eef1;
}

.book-info .tags a {
	margin-right: 10px;
	color: #0189d0;
}

.book-info .tags a:hover {
	color: #fe7031;
}

.book-info .attentions {
	margin-top: 20px;
}

.book-info .attentions h3 {
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
}

.book-info .attentions h3::before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	width: 5px;
	height: 22px;
	background: #0189d0;
	border-radius: 100px;
	content: " ";
}

.book-info .attentions ul {
	margin-right: -20px;
}

.book-info .attentions ul li {
	float: left;
	padding-right: 20px;
	width: 256px;
	height: 45px;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.book-info .chapters {
	margin-top: 20px;
}

.book-info .chapters {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

.book-info .chapters h3 {
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
}

.book-info .chapters h3::before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	width: 5px;
	height: 22px;
	background: #0189d0;
	border-radius: 100px;
	content: " ";
}

.book-info .chapters ul li {
	float: left;
	padding-right: 30px;
	width: 246px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.book-info .chapters .more {
	margin-top: 20px;
}

.book-info .chapters .more a {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #484848;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
}

.book-info .chapters .more a:hover {
	color: #fe7031;
	border: 1px solid #fe7031;
}

.book-info .guess {
	margin-top: 20px;
}

.book-info .guess h3 {
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
}

.book-info .guess h3::before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	width: 5px;
	height: 22px;
	background: #0189d0;
	border-radius: 100px;
	content: " ";
}

.book-info .guess ol {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.book-info .guess ol li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	float: left;
	margin-right: -1px;
	width: 205px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #e4e4e4;
}

.book-info .guess ol li:hover {
	color: #fe7031;
}

.book-info .guess ol li.on {
	width: 208px;
	border: 1px solid #fe7031;
	background: #fe7031;
	color: #fff;
}

.book-info .guess ul {
	margin-top: 20px;
	margin-right: -20px;
}

.book-info .guess ul li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	padding: 15px;
	width: 230px;
	height: 96px;
	border: 1px solid #ebebeb;
	overflow: hidden;
}

.book-info .guess ul li:nth-child(3),
.book-info .guess ul li:nth-child(4),
.book-info .guess ul li:nth-child(6),
.book-info .guess ul li:nth-child(7) {
	width: 231px;
}

.book-info .guess ul li .pic {
	float: left;
	margin-right: 10px;
	width: 72px;
	height: 96px;
}

.book-info .guess ul li .pic img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.book-info .guess ul li .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.book-info .guess ul li h5 {
	margin-bottom: 6px;
	line-height: 24px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.book-info .guess ul li p {
	line-height: 24px;
	color: #999;
}

.book-info .guess ul li p+p {
	margin-top: 20px;
}

.book-info .guess ul li p em {
	display: inline-block;
	padding: 0 3px;
	height: 18px;
	line-height: 18px;
	color: #fe7031;
	border: 1px solid #ffc6ad;
}

.book-info .guess ul li.first {
	float: none;
	margin: 0 20px 0 0;
	padding: 0;
	width: auto;
	height: 118px;
	border: 0;
}

.book-info .guess ul li.first .pic {
	margin-right: 20px;
	width: 262px;
	height: 118px;
	overflow: hidden;
}

.book-info .guess ul li.first h5 {
	line-height: 30px;
	font-size: 18px;
}

.book-info .guess ul li.first p {
	height: 72px;
	line-height: 24px;
	font-size: 14.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.book-info .review {
	margin-top: 20px;
}

.book-info .review h3 {
	padding: 15px 0;
	font-size: 22px;
	font-weight: normal;
}

.book-info .review h3::before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	width: 5px;
	height: 22px;
	background: #0189d0;
	border-radius: 100px;
	content: " ";
}

.book-info .review .review-form {
	position: relative;
	padding: 20px;
	background: #f2f1ed;
	border: 1px solid #ebebeb;
}

.book-info .review .form-item {
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}

.book-info .review .form-item textarea {
	padding: 1%;
	width: 98%;
	background: #fff;
	border: none;
	color: #666;
}

.book-info .review .form-btns {
	margin-top: 10px;
	text-align: right;
}

.book-info .review .form-btns span {
	margin-right: 10px;
	line-height: 32px;
	color: #999;
}

.book-info .review .form-btns span em {
	margin: 0 5px;
	color: #fe7031;
}

.book-info .review .form-btns button {
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.book-info .review .form-msg {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 300px;
	line-height: 32px;
	color: #f01742;
}

.book-info .review .review-list {}

.book-info .review .review-list li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.book-info .review .review-list li .name {
	margin-bottom: 6px;
	line-height: 24px;
	color: #999;
}

.book-info .review .review-list li .name b {
	margin-right: 5px;
}

.book-info .review .review-list li .text {
	line-height: 24px;
	color: #666;
}

.book-info .review .more {
	padding: 20px 0;
}

.book-info .review .more a {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #484848;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.book-info .review .more a:hover {
	color: #fe7031;
	border: 1px solid #fe7031;
}

.book-list {
	margin-top: 15px;
}

.book-list.g-loop-default.cols-2 .item:nth-child(odd) {
	margin-right: 1%;
}

.book-list.g-loop-default.cols-2 .item:nth-child(even) {
	margin-left: 1%;
}

.book-list.g-loop-default .item-img {
	width: 22.9%;
	height: 150px;
}

.book-list.g-loop-default .item-content {
	margin-left: 26.92%;
}

.book-list.g-loop-default .item-excerpt {
	height: 82px;
}

.entry .entry-content h3.book-catalog-box {
	border-left: none;
	margin: 30px 0;
}

.entry .entry-content h3.book-catalog-box a {
	margin: 0 3px;
}

.entry .entry-content .book-info {
	padding: 15px;
	border: 1px dashed #eee;
}

.entry .entry-content .book-info .base dt {
	width: 120px;
	height: auto;
}

.entry .entry-content .book-info .base dd {
	width: 450px;
}

.entry .entry-content h3.book-title {
	margin-top: 10px;
}

.entry .entry-content .book-info .base dd .intro {
	height: 94px;
}

.juzi-info {
	padding-top: 60px;
}

.juzi-info .juti-title {
	line-height: 3em;
	letter-spacing: 4px;
}

.g-panel.g-panel-tab .g-panel-head h3.h-title {
	margin-bottom: 10px;
}

.g-panel-tab .g-panel-head {
	border-bottom: 1px solid #eee;
}

.g-panel-tab .tab-content {
	padding-top: 0;
}

.tab-info {
	border-bottom: 1px dashed #eee;
	padding: 0 3px 10px 3px;
	overflow: hidden;
}

.tab-info .tab-head span {
	font-size: 14px;
	color: #999;
	margin-left: 28px;
	height: 30px;
	line-height: 36px;
}

.tab-head .biaoti {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.g-panel-tab .tab-desc {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	overflow: hidden;
	margin-top: 5px;
}

.g-loop-list.g-juzi-list .item a {
	width: 50%;
}

.g-loop-list.g-juzi-list .item span a {
	width: auto;
	color: #999;
}

.g-loop-list.g-juzi-list li:hover a {
	color: #ba231a;
}

.content-yi,
.content-shang,
.content-zhu,
.content-pinyin {
	text-align: left;
}

.content-yi p {
	line-height: 2;
}

.content-yi span:last-child,
.content-zhu span:last-child {
	color: #262626;
	margin: 10px 0 20px;
	font-size: 14px;
	line-height: 2.2em;
	display: inline-block;
	background: #f2f1ed;
	padding: 15px 10px;
	border-radius: 12px;
	display: block;
	font-weight: 600;
}

.content-pinyin .py {
	display: block;
	color: #EF9033;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.entry-reference {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #e5e5e5;
	font-size: 14px;
	font-size: 1.16667rem;
	color: #666;
	background: #fbfbfb;
}

.showmore {
	position: relative;
	overflow: hidden;
	visibility: visible;
}

.showmore.linear-gradient:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 90px;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#FFFFFF));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #FFFFFF);
}

.showmore-box {
	text-align: center;
}

.showmore-btn {
	color: #333333;
	display: inline-block;
	cursor: pointer;
}

.content-yi span.showmore-icon,
.content-zhu span.showmore-icon,
.showmore-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH6NKgYAAAANdFJOUwDbFKsIdc6QWie/PnTGNDckAAAAoUlEQVQ4y82TuxFBURRF3/gM5kkW4/ckCMR0IBZRAhXQAR1QghkFKEFpGtgrEHHCu2afe+85exfFX9RCzru8M5gzNVBtImjBLoLagUnudaWfQR0uEXTgmCV7Rhls4RVBCc8sOTPIYAm3CNqwypI14wzuDGcRNOEUQeNB7zugrfRye65+UEdiQ9Sx66JstWoGtY8ZTi2qptYYaHA0ahrOX9QHucwW62H0OJkAAAAASUVORK5CYII=) center center no-repeat;
	background-size: auto 14px;
	margin: 3px;
}

.transform-rotate-90 {
	transform: rotate(90deg);
}

.shiwen-panel .word {
	display: inline-block;
	width: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 15px;
}

.shiwen-panel ruby {
	font-size: 20px;
}

.shiwen-panel .word ruby rt {
	font-size: 14px;
}

@media (max-width:767px) {
	.shiwen-panel .word {
		display: inline-block;
		width: 40px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
	}

	.shiwen-panel ruby {
		font-size: 16px;
	}

	.shiwen-panel .word ruby rt {
		font-size: 13px;
	}
}

.modules-gird .g-panel {
	width: 28%;
	float: left;
	background-color: #FFFFFF;
	margin: 1%;
	padding: 0 15px;
}

.modules-gird .g-panel .g-panel-head {
	margin-bottom: 0;
}

.modules-gird .g-panel .g-panel-title a {
	color: #ba231a;
}

.modules-gird .g-panel .g-panel-title:before {
	position: absolute;
	left: 0;
	top: 15px;
	height: 18px;
	width: 3px;
	border-radius: 4px;
	background-color: #ba231a;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
	content: "";
}

.g-loop-label .item {
	float: left;
	text-align: center;
	padding: .5rem;
	box-sizing: border-box;
	width: 10%;
	line-height: 2rem;
	font-size: 18px;
	list-style: none;
}

.g-loop-label .item a {
	display: block;
	transition: all .2s;
	border: 1px solid #f2f1ed;
	background: #F5F4F1;
	padding: 10px 0;
}

.g-loop-label .item a span {
	display: block;
	height: 1.2rem;
	line-height: 1rem;
	font-size: 14px;
	padding: 0;
	margin: 0 0 2px;
	font-weight: 400;
	overflow: hidden;
	color: #999;
}

.g-loop-label .item a.active,
.g-loop-label .item a:hover {
	text-decoration: none;
	color: #333;
	background: #fff;
}

.g-loop-label .item a:hover span {
	color: var(--theme-light-color)
}

.g-loop-label .item.z2 {
	width: 16.6666%;
}

.g-loop-label .item.z3,
.g-loop-label .item.z4 {
	width: 20%;
}

.g-loop-label .item.z5,
.g-loop-label .item.z6,
.g-loop-label .item.z7,
.g-loop-label .item.z8,
.g-loop-label .item.z9 {
	width: 33.3333%;
}

.g-loop-label .item.z10,
.g-loop-label .item.z11,
.g-loop-label .item.z12,
.g-loop-label .item.z13,
.g-loop-label .item.z14 {
	width: 50%;
}

.nav-list {
	margin-bottom: 5px
}

.nav-list .title,
.nav-list h3,
.jielong-search-card .jielong-search-form button,
.jielong-search-card .jielong-search-form input {
	font-size: 16px
}

.nav-list .list {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 8px;
	margin-left: -2px;
	margin-right: -2px;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory
}

.nav-list .list::-webkit-scrollbar {
	height: 8px;
	background-color: var(--theme-bg-color)
}

.nav-list .list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px var(--theme-border-color);
	border-radius: 10px;
	margin-block: 15px
}

.nav-list .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px var(--theme-border-color);
	background-color: #ccc
}

.nav-list .list::-webkit-scrollbar-button {
	display: none
}

.nav-list .list a {
	flex-grow: 1;
	white-space: nowrap;
	text-align: center;
	border: 1px solid var(--theme-border-color);
	background-color: #F8F8F6;
	border-radius: 5px;
	font-size: 14px;
	padding: 4px 15px;
	margin: 5px 4px;
	line-height: 1.6em;
	scroll-snap-align: start;
}

.nav-list .list a:hover {
	background-color: #F0f0f0
}

.nav-list .list a.active {
	position: relative;
	background-color: var(--action-color);
	border-color: var(--action-color);
	font-weight: 700;
	color: #fff
}

.nav-list .list a.active::after,
.nav-list .list a.active::before {
	position: absolute;
	content: " ";
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid transparent
}

.nav-list .list a.active::after {
	bottom: -6px;
	border-top-color: var(--action-color)
}

.nav-list .list a.active::before {
	bottom: -7px
}
.g-panel-nav{background-color: #fff;padding: 10px}
.g-panel-nav .nav-list{margin-bottom: 0;}
 .zi-list .han span img {
 	width: 28px;
 	height: 28px;
 	vertical-align: middle
 }

 .zi-list {
 	--zi-column: 10;
 	--zi-spacing: 14px;
 	--zi-spacing-half: calc(var(--zi-spacing) / 2);
 	--zi-column-dyz: 8;
 	--zone-a: rgba(125, 210, 255, 0.1);
 	--zone-b: rgba(248, 215, 60, 0.1);
 	--zone-c: rgba(237, 137, 253, 0.1);
 	--zone-d: rgba(109, 252, 171, 0.1);
 	--zone-e: rgba(255, 123, 156, 0.1);
 	--zone-f: rgba(101, 255, 218, 0.1);
 	--zone-g: rgba(55, 89, 255, 0.05);
 	--zi-border-color: #e9e9e9;
 	--zi-hover-border-color: transparent;
 	--zi-background-color: rgba(220, 220, 220, 0.02);
 	--zi-hover-background-color: #fff;
 	--zi-color: #333;
 	--zi-sn-color: rgba(50, 50, 50, 0.6);
 	list-style: none;
 	margin: 0 calc(var(--zi-spacing-half)*-1);
 	padding: 0;
 	flex-wrap: wrap;
 	justify-content: flex-start;
 	position: relative
 }

 .zi-list[d-bh=false] .bh {
 	display: none !important
 }

 .zi-list li {
 	position: relative;
 	border: 1px solid var(--zi-border-color);
 	background-color: var(--zi-background-color);
 	transition: all .2s ease-out;
 	min-height: 60px;
 	padding: 6px;
 	margin: 10px var(--zi-spacing-half);
 	width: calc(100%/var(--zi-column) - var(--zi-spacing))
 }

 .zi-list li>span {
 	padding: 0 6px;
 	margin-top: 6px
 }

 .zi-list li:hover {
 	border: 1px solid var(--zi-hover-border-color);
 	background-color: var(--zi-hover-background-color) !important;
 	box-shadow: 0 10px 25px rgba(0, 0, 0, .05), 0 20px 48px rgba(0, 0, 0, .05), 0 1px 4px rgba(0, 0, 0, .1)
 }

 .zi-list li:hover .han {
 	color: var(--action-color);
 	padding-bottom: 0
 }

 .zi-list li:hover .han img {
 	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(115%) !important
 }

 .zi-list li[d-z=a] {
 	background-color: var(--zone-a)
 }

 .zi-list li[d-z=b] {
 	background-color: var(--zone-b)
 }

 .zi-list li[d-z=c] {
 	background-color: var(--zone-c)
 }

 .zi-list li[d-z=d] {
 	background-color: var(--zone-d)
 }

 .zi-list li[d-z=e] {
 	background-color: var(--zone-e)
 }

 .zi-list li[d-z=f] {
 	background-color: var(--zone-f)
 }

 .zi-list li[d-z=g] {
 	background-color: var(--zone-g)
 }

 .zi-list .zone {
 	position: absolute;
 	bottom: 2px;
 	right: 0;
 	font-size: 12px;
 	color: var(--zi-sn-color)
 }

 .zi-list .sj,
 .zi-list .sn {
 	color: var(--zi-sn-color);
 	font-size: 11px;
 	font-weight: 700;
 	flex-grow: 1;
 	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif
 }

 .zi-list .tag {
 	position: absolute;
 	top: -1px;
 	left: -1px;
 	margin: 0;
 	font-size: 11px;
 	color: #fff;
 	background-color: rgba(0, 0, 255, .4);
 	border-bottom-right-radius: 5px;
 	border-top-left-radius: 5px
 }

 .zi-list .py {
 	font-family: "Pinyin", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	line-height: 1.5 !important;
 	display: block;
 	font-size: 16px;
 	padding: 0 3px;
 	margin-top: 0;
 }

 .zi-list .bh {
 	color: #999;
 	font-size: 12px;
 	margin-top: 0
 }

 .zi-list .han {
 	--zi-height: 36px;
 	font-family: "Songti", "Songti SC", "STSong", "宋体", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
 	display: block;
 	font-weight: 500;
 	font-size: 26px;
 	color: var(--zi-color);
 	height: var(--zi-height);
 	transition: all .2s ease-in-out
 }

 .zi-list .han::after {
 	display: block;
 	content: "";
 	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0
 }

 .zi-list .han span {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	height: var(--zi-height)
 }

 .zi-list .han:hover {
 	color: var(--action-color);
 	border-color: #e0e0e0
 }

 .zi-list .han.swjz {
 	padding-top: 6px;
 	height: auto
 }

 .zi-list .han.swjz img {
 	width: 100%;
 	max-width: 50px;
 	max-height: 50px
 }

 .zi-list {
 	display: flex
 }

 .zi-list.zi-list-less .more {
 	position: relative;
 	text-align: center;
 	margin-top: 15px;
 	flex-grow: 1;
 	flex-basis: 100%;
 	background-color: transparent;
 	border: 0;
 	box-shadow: none;
 	padding: 0;
 	min-height: auto
 }

 .zi-list.zi-list-less .more a {
 	margin: 0 auto;
 	padding-left: 20px;
 	padding-right: 20px;
 	max-width: 260px
 }

 .zi-list.zi-list-dyz li {
 	width: calc(100%/var(--zi-column-dyz) - var(--zi-spacing))
 }

 .zi-list .navigation {
 	flex-grow: 1;
 	flex-basis: 200px
 }

 .zi-list .navigation a {
 	display: flex;
 	height: 100%;
 	flex-direction: column;
 	justify-content: center
 }

 .zi-list .navigation a .text {
 	font-size: .8125rem;
 	color: #adb5bd;
 	margin-top: 4px
 }

 .zi-list-message {
 	font-size: .9375rem;
 	color: var(--text-color-gray);
 	text-align: center;
 	padding-top: 15px
 }

 .zi-list li {
 	text-align: center;
 	display: flex;
 	flex-direction: column;
 	justify-content: flex-end
 }
.entry .entry-content .zi-list a{
	border-bottom: none;
	color: var(--font-color);
}
 @media (max-width:1419.98px) {
 	.zi-list {
 		--zi-column-dyz: 6;
 		--zi-column: 8
 	}
 }

 @media (max-width:1199.98px) {
 	.zi-list {
 		--zi-column-dyz: 6;
 		--zi-column: 8
 	}
 }

 @media (max-width:991.98px) {
 	.zi-list {
 		--zi-column-dyz: 8;
 		--zi-column: 10;
 		--zi-spacing-half: calc(var(--zi-spacing) / 2)
 	}

 	.zi-list {
 		--zi-spacing: 10px
 	}
 }

 @media (max-width:767.98px) {
 	.zi-list {
 		--zi-column-dyz: 6;
 		--zi-column: 6
 	}
 }

 @media (max-width:575.98px) {
 	.zi-list {
 		--zi-column-dyz: 5;
 		--zi-column: 6;
 		--zi-spacing: 8px;
 		--zi-spacing-half: calc(var(--zi-spacing) / 2)
 	}
 }

 @media (max-width:420px) {
 	.zi-list {
 		--zi-column-dyz: 4;
 		--zi-column: 5
 	}

 }

 @media (max-width:320px) {
 	.zi-list {
 		--zi-column-dyz: 3;
 		--zi-column: 4
 	}

 }

 /* .zi-simple-list li::before {
 	display: block;
 	content: "";
 	width: 100%;
 	padding-bottom: 100%
 }
.widget ul.zi-simple-list li:before{
	position: relative;
	border: none;
} */
 .zi-simple-list {
 	display: flex;
 	flex-wrap: wrap;
 	margin: 0 -5px
 }

 .zi-simple-list li {
 	position: relative;
 	font-family: "Songti", "Songti SC", "STSong", "宋体", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
 	display: block;
 	border: 2px solid #eee;
 	background: var(--mi-bg);
 	font-weight: 500;
 	margin: 5px;
 	text-align: center;
 	width: calc(25% - 10px);
 	transition: all .1s
 }

 .zi-simple-list li>a {
 	position: absolute;
 	top: 0;
 	right: 0;
 	bottom: 0;
 	left: 0;
 	font-size: 30px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	color: var(--theme-black-color);
 	line-height: 1em
 }

 .zi-simple-list li>a img {
 	width: 32px;
 	height: 32px;
 	vertical-align: middle
 }

 .zi-simple-list li:hover {
 	border-color: var(--theme-color)
 }

 .zi-simple-list li:hover a {
 	color: var(--theme-color)
 }

 @media (max-width:991.98px) {
 	.zi-simple-list li {
 		width: calc(8.3333333333% - 10px)
 	}
 }

 @media (max-width:720px) {
 	.zi-simple-list li {
 		width: calc(12.5% - 10px)
 	}
 }

 @media (max-width:575.98px) {
 	.zi-simple-list li {
 		width: calc(16.6666666667% - 10px)
 	}
 }

 @media (max-width:420px) {
 	.zi-simple-list li {
 		width: calc(25% - 10px)
 	}
 }

 .widget ul.zi-simple-list {
 	margin: 0 -5px;
 }

 .widget ul.zi-simple-list li {
 	padding: 0;
 }
.zi-list-card{
	display: flex;
	list-style: none;
	margin: 0 -3px;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
.zi-list-card li {
	display: flex;
	justify-content: space-between;
	position: relative;
	text-align: center;
	transition: all .2s ease-out;
	min-height: 60px;
	padding: 6px;
	margin: 10px 3px;
	width: calc(16.66% - 18px);
	line-height: 1.6;
}
.zi-card,.zi-label{
	display: flex;
	flex-direction: column;
}
.zi-card{
	flex-grow: 1;
	position: relative;
	border: 1px solid var(--theme-border-color);
}
.zi-list-card li:hover .zi-card{
	border-color: var(--font-color);
}
.zi-meta{
	display: flex;
	font-size: 12px;
	padding: 0 3px;
	color: #999;
	justify-content: space-between;
}
.zi-label{
	min-width: 36px;
	justify-content: space-between;
}
.zi-label a{
	font-size: 12px;
	padding:1px 5px;
	margin-bottom: 2px;
	background-color: #f2f1ed;
	border: 1px solid #f2f1ed;
}
.zi-label a:last-child{
	margin-bottom: 0;
}
.zi-label a:hover{
	background-color: var(--theme-color);
	color:#fff;
}
.zi-card .py {
	font-family: "Pinyin", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	display: block;
	font-size: 14px;
	padding: 0 3px;
	margin-top: 0;
}
.zi-card .han{
	font-family: "Songti", "Songti SC", "STSong", "宋体", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
	display: block;
	font-weight: 500;
	font-size: 26px;
	color: var(--font-color);
	height: 36px;
	transition: all .2s ease-in-out;
}
.zi-card .han::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.item-list {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.item-list li {
	margin: 0 5px 12px;
	width: calc(12.5% - 10px);
}

@media (max-width: 991px) {
	.item-list li {
		width: calc(20% - 10px);
	}
}

@media (max-width: 767px) {
	.item-list li {
		width: calc(25% - 10px);
	}
}

.item-list li a {
	display: block;
	font-size: 14px;
	padding: 5px 0;
	line-height: 1.8;
	text-align: center;
	border: 1px solid #ddd;
	transition: all .15s;
	color: var(--font-color);
}
.g-loop li em,
.item-list li a em{
	font-style: normal;
	font-weight: 600;
	color: var(--theme-color);
}
.entry .entry-content .item-list li a {
	border: 1px solid #ddd;
	color: var(--font-color);
}
.item-list li.active {
	background-color: var(--theme-color);
}
.entry .entry-content .item-list li.active a,
.item-list li.active:hover a,
.item-list li.active a {
	color: var(--theme-base-color);
}



.widget .item-list li {
	margin-bottom: 10px;
	padding: 0;
}

.widget .item-list li a {
	font-size: 14px;
}

.widget .item-list li:before {
	display: none;
}

.item-list.letter li {
	width: calc(8.33333% - 10px);
}

.item-list.cols-2 li {
	width: calc(50% - 10px);
}

.item-list.cols-3 li {
	width: calc(33.333333% - 10px);
}

.item-list.cols-4 li {
	width: calc(25% - 10px);
}

.item-list.cols-5 li {
	width: calc(20% - 10px);
}

.item-list.cols-6 li {
	width: calc(16.6666666% - 10px);
}

.item-list.cols-10 li {
	width: calc(10% - 10px);
}

.item-list.cols-12 li {
	width: calc(8.33333% - 10px);
}

.entry .entry-content .item-list li:hover a,
.item-list li:hover a {
	border-color: var(--theme-color);
	color: var(--theme-color);
}

.item-list li.item-jielong a {
	cursor: pointer;
	text-decoration: none;
	color: var(--font-color);
}

.item-list li.item-jielong a:hover {
	color: #fff;
	background-color: var(--theme-color);
}
.entry .entry-content .bishun-box ul,
.entry .entry-content .quick-list ul,
.entry .entry-content ul.zi-list,
.entry .entry-content ul.item-list {
	padding-left: 0;
}

.quick-list ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}

.quick-list ul li {
	font-size: inherit;
	width: 33.33333%;
	padding: 5px;
	list-style: none;
}

.quick-list ul li a {
	display: block;
	text-align: center;
	border-radius: 3px;
	padding: 3px 0;
	font-size: 14px;
	line-height: 1.8em;
	border: 1px solid #ddd;
	transition: all .15s;
	color: var(--font-color);
}
.entry .entry-content .quick-list ul li a{
	color: var(--font-color);
	border-bottom: 1px solid #ddd;
}
.quick-list ul li a.active {
	font-weight: 700;
}
.entry .entry-content .quick-list ul li a.active,
.entry .entry-content .quick-list ul li a:hover,
.quick-list ul li a.active,
.quick-list ul li a:hover {
	color: #fff;
	border-color: var(--theme-color);
	background-color: var(--theme-color)
}

.quick-list.col-2 ul li {
	width: calc(50% - 10px);
}

.quick-list.col-3 ul li {
	width: calc(33.3333% - 10px);
}

.quick-list.col-4 ul li {
	width: calc(25% - 10px);
}

.quick-list.col-5 ul li {
	width: calc(20% - 10px);
}

.quick-list.col-7 ul li {
	width: calc(14.2857% - 10px);
}

.quick-list.col-6 ul li {
	width: calc(16.6666% - 10px);
}

.quick-list.col-8 ul li {
	width: calc(12.5% - 10px);
}

.quick-list.col-10 ul li {
	width: calc(10% - 10px);
}

.quick-list.col-12 ul li {
	width: calc(8.33333% - 10px);
}

.quick-list.col-13 ul li {
	width: calc(7.692% - 10px);
}

/* customs */
.text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-center {
	text-align: center;
}

.text-bold {
	font-weight: bold !important;
}

.text-muted {
	color: #777
}
.entry.entry-wenyan .entry-content h3{
	display: flex;
	font-size: 16px;
	border-left:none;
	padding-left:1.6em;
	background: url(../images/h1-3.png) no-repeat 0;
	background-size: 16px 16px;
}
.entry.entry-wenyan .entry-content h3 .zi_font{
	padding-right: 15px;
	font-weight: bold;
}
.entry-wenyan .zi__con {
    padding-bottom: 1em;
    font-size: 15px;
}
.entry.entry-wenyan .entry-content ol,
.entry-wenyan .zi__con ol,
.entry-wenyan .zi__con ul{
    padding-left: 0;
}
span.order {
    color: var(--action-color);
    margin: 0 0.3em;
}
span.x_x {
    color: #0087f5;
    margin-right: 0.2em;
}

span.x_y {
    color: #965c2e;
}
.x_j em{
	font-style: normal;
    color: var(--action-color);
}

.kangxi_line>.float-left {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #c5653e;
	background: transparent url(../images/zibg.gif) no-repeat center center;
}
img.kximg {
	width: 150px;
	height: 150px;
	margin: 9px;
}
.bishun-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bishun-image .line {
	border: 1px solid #ddd;
}
.bishun-box{margin-top: 10px;width: 100%;}
.bishun-box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 1px;
	counter-reset: stroke-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bishun-box ul li {
	position: relative;
	width: 12.4%;
	height: auto;
	margin-top: -1px;
	margin-left: -1px;
	text-align: center;
	border: 1px solid #efddce;
	counter-increment: stroke-counter;
}

.bishun-box ul li .bot,
.bishun-box ul li .idx {
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: var(--font-color);
	font-size: 14px;
	line-height: 32px;
	background: #f2f1ed;
}

.bishun-box ul li img {
	width: 60px;
	height: 60px;
	margin: 15px 0;
}

.bishun-box ul li .font {
	font-size: 58px;
	margin: 3px 0;
}

.bishun-strokes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 1px;
	counter-reset: stroke-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bishun-strokes li {
	position: relative;
	width: 90px;
	height: auto;
	margin-top: -1px;
	margin-left: -1px;
	text-align: center;
	border: 1px solid #f0f0f0;
	counter-increment: stroke-counter;
}

.bishun-strokes li span {
	display: block;
	padding: 6px;
	border: 1px solid #f0f0f0;
}

.bishun-strokes li span:first-child {
	background: var(--mi-bg);
	border-bottom: none;
}

.bishun-strokes li span:last-child {
	border-top: none;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.bishun-strokes li::before {
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 100;
	content: counter(stroke-counter);
	text-align: center;
	width: 20px;
	height: 20px;
	color: #666;
	font-size: 12px;
	transform: scale(.8);
}
.g-hentry.entry-dict{padding-top: 40px;}
.entry-dict .entry .entry-title {
	font-weight: 600;
	margin-bottom: 0;
}

.entry-dict .entry .entry-content h2 {
	padding: 8px 0px 8px 10px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	border-left: 3px solid #965c2e;
	background-color: #f2f1ed;
	color: #965c2e;
}
.entry-desc{
	display: block;
	overflow: hidden;
	padding: 15px;
	color: #666666;
	font-size: 14px;
}
.entry-more{
	border-top:1px dashed #efddce;
	display: flex;
	justify-content: center;
	padding-top: 15px;
}
.entry-more a{
	color: #965c2e;
}
.entry-more a:hover{
	color: var(--theme-color);
}
.zi-pic {
    width: 120px;
}
.entry-thumb{
	display: flex;
	justify-content: center;
}
.entry-thumb .zi-thumb {
    border: 1px solid var(--theme-border-color);
    width: 200px;
    height: 200px;
    background: transparent url(../images/zibg.gif) no-repeat center center;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.entry-attr dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.entry-attr dl dt {
	letter-spacing: 1px;
	background-image: url(../images/bt1.gif);
	height: 26px;
	width: 65px;
	line-height: 26px;
	color: #875b1a;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.entry-attr dl dd {
	line-height: 26px;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
	width: calc(50% - 75px)
}

.entry-attr dl dt.line+dd {
	width: calc(100% - 75px)
}

.entry-attr dl dd.break {
	flex-basis: 100%;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}
.entry-attr dl.col-row dd{
	width: calc(100% - 75px)
}
.entry-attr dl dd:last-child {
	flex-grow: 1
}

.entry-attr .ci-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 10px
}

.entry-attr .ci-list>* {
	margin-right: 6px
}

.entry-attr .ci-list a {
	color: var(--theme-color);
	border-bottom: 1px solid var(--theme-color);
	transition: --theme-color .2s linear;
}
.entry-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    overflow-x: auto;
}
.entry-header .pinyin {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.entry-header .pinyin span {
	text-align: center;
	width: 50px;
}
.entry-header .entry-title {
	font-size: 36px;
	letter-spacing: 10px;
	padding-left: 10px;
	white-space: nowrap;
	margin-bottom: 20px;
	line-height: 120%;
	overflow-y: hidden;
	font-family: "Songti","Songti SC","宋体","Noto Serif CJK SC","Source Han Serif SC","Source Han Serif CN",STSong,"AR PL New Sung","AR PL SungtiL GB",NSimSun,SimSun,"TW-Sung","WenQuanYi Bitmap Song","AR PL UMing CN","AR PL UMing HK","AR PL UMing TW","AR PL UMing TW MBE",PMingLiU,MingLiU,serif;
}

.entry-cards {
	margin-bottom: 20px;
	padding: 0 0 5px
}

.entry-cards li,
.entry-cards ul {
	display: flex;
	justify-content: center
}

.entry-cards ul {
	list-style: none;
	margin: 0
}

.entry-cards li {
	line-height: 1.5;
	flex-direction: column-reverse;
	align-items: center;
	margin-left: 10px;
	border: 1px solid rgba(120, 120, 120, .2);
	border-radius: 5px;
	padding: 5px 8px;
	white-space: nowrap;
	position: relative;
	transition: all .2s
}

.entry-cards li:first-child {
	margin-left: 0
}

.entry-cards li:hover {
	background-color: var(--theme-black-color);
	border: 1px solid rgba(120, 120, 120, .4);
	box-shadow: 0 .5rem 1rem var(--shadow-color)
}
.entry-cards li:hover a{
	color: var(--theme-color);
}
.entry-cards li span {
	font-size: 13px;
	color: #875b1a
}

.entry-cards li a {
	font-size: 15px!important;
	color: var(--font-color);
}

.entry-cards li a::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: ""
}
.widget-body>h4{
	padding-left: 8px;
	margin: 10px 0;
}
.widget-info{
	display: flex;
}
.widget-base-img {
    width: 72px;
    height: 72px;
}
.widget-base-info{
	margin-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.widget-desc{
	line-height: 1.6;
}
.widget-desc a{
	color: var(--theme-color);
}
.widget-zuci .widget-title{
	margin-top: 10px;
}
.widget-zuci .widget-title a{
	text-decoration: none;
}
dt{
	font-weight: bold;
}
dd.active{
	color: var(--action-color);
}
.answer-box{
	color: #262626;
	margin: 10px 0 20px;
	font-size: 14px;
	line-height: 2.2em;
	background: #f2f1ed;
	padding: 15px 10px;
	border-radius: 6px;
	display: block;
	font-weight: 600;
}
.answer-box em{
	font-style: normal;
	color: var(--action-color);
}

.ci-body {
	--ext-name-border: 1px solid #875b1a;
	--ext-name-color: #875b1a
}

.ci-body h2 {
	font-size: 18px;
	border-bottom: 1px solid var(--border-color);
	background-color: var(--theme-secondary-bg-color);
	border-top: 1px solid var(--border-color);
	padding: 10px;
	margin-bottom: 20px
}

.ci-body h3,
.ci-body h4 {
	font-size: 16px
}

.ci-body h3 {
	margin-left: 0;
	color: var(--action-color)
}
.ci-body h3.subtitle {
	color: var(--font-color);
}
.ci-body h3,
.ci-body h4,
.ci-body p {
	margin-bottom: 15px
}

.ci-body h4 {
	color: var(--ext-name-color);
	position: relative;
	margin-left: 20px
}

.ci-body h4+p {
	font-size: 14px;
	line-height: 1.8em;
	color: blue
}

.ci-body h4:before {
	position: absolute;
	content: "▶";
	color: #666;
	left: -20px
}

.ci-body p {
	line-height: 1.8em
}

.ci-body sup {
	color: var(--action-color);
	padding: 0 4px
}

.ci-body label {
	color: var(--action-color);
	margin: 0
}

.ci-body details {
	margin-left: 15px;
	margin-bottom: 15px
}

.ci-body details summary {
	margin-left: -10px
}

.ci-body details p {
	color: var(--body-info-color);
	font-size: 14px
}

.ci-body details p.title {
	font-size: 16px;
	margin-left: -5px;
	color: blue;
	font-weight: 700
}

.ci-body details p.title+.explain {
	font-size: 15px;
	color: #328df8
}

.ci-body a {
	color: var(--action-color);
	border-bottom: 1px solid var(--action-color);
	transition: all .2s
}

.ci-body a:hover {
	border-bottom: 1px solid transparent
}

.ci-body .content,
.ci-body .explain,
.ci-body h4+p {
	margin-left: 5px
}

.ci-body .py {
	margin: 0 2px
}

.ci-body .no {
	position: absolute;
	color: var(--action-color);
	top: 0
}

.ci-body .gray {
	color: #666
}

.ci-body .name {
	font-size: 12px;
	font-weight: 700;
	padding: 4px;
	margin-right: 10px;
	border: var(--ext-name-border);
	color: var(--ext-name-color);
	white-space: nowrap;
	border-radius: 4px
}

.ci-body .ext {
	position: relative;
	font-size: 15px;
	color: var(--body-color);
	border-bottom: 1px solid var(--body-secondary-bg-color);
	padding: 10px 0;
	margin-left: 60px;
	margin-bottom: 0
}

.ci-body .ext .no {
	position: unset;
	top: unset
}

.ci-body .ext .name {
	padding: 2px 4px;
	width: 3em;
	text-align: center;
	box-sizing: content-box;
	display: inline-block;
	position: absolute;
	left: -60px;
	top: 12px;
	line-height: 1.5em
}

.ci-body .ext .name i{
	display: none
}

.ci-body .explain {
	font-size: 15px
}

.ci-body .explain.primary {
	position: relative;
	border-radius: 5px;
	font-weight: 700;
	padding: 10px 10px 10px 40px;
	border: 1px dashed rgba(3, 122, 31, .05);
	background-color: rgba(2, 129, 32, .05);
	margin-left: 0
}

.ci-body .explain.primary::before {
	content: "\e634";
	font-family: iconfont;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 1;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	color: rgba(200, 200, 200, .6)
}

.ci-body .explain.content {
	position: relative;
	margin-left: 30px
}

.ci-body .explain.content .no {
	left: -26px
}

.ci-body .explain.list a {
	border-top: unset;
	border-left: unset;
	border-right: unset;
	border-radius: unset;
	display: unset
}

.ci-body .explain .em {
	color: blue
}

.ci-body .explain .arrow {
	color: #999;
	padding-right: 10px
}

.ci-body .explain.list {
	position: relative;
	margin-left: 2em;
	margin-bottom: 6px
}

.ci-body .explain.list:last-child {
	margin-bottom: 15px
}

.ci-body .explain.list .no {
	left: -1.5em;
	font-weight: 700
}

.ci-body .explain cite {
	display: block;
	font-size: 15px;
	color: #875b1a;
	font-style: normal;
	line-height: 1.5em;
	margin: 5px 5px 5px 24px;
	position: relative
}

.ci-body .explain cite:before {
	content: " ";
	position: absolute;
	left: -16px;
	top: 8px;
	width: 6px;
	height: 6px;
	background-color: #875b1a;
	border-radius: 5px
}

.ci-body .explain q::before {
	content: "〔"
}

.ci-body .explain q::after {
	content: "〕"
}

.ci-body .entry,
.ci-body .list>li,
.ci-body .note {
	position: relative;
	border-bottom: 1px solid var(--body-secondary-bg-color);
	margin-bottom: 0;
	padding: 8px 0
}

.ci-body .entry {
	font-size: 15px;
	margin-top: 0;
	margin-left: 50px
}

.ci-body .entry .name {
	position: absolute;
	left: -50px;
	padding: 4px;
	line-height: 1em;
	top: 10px
}

.ci-body .entry+details {
	margin-top: 6px
}

.ci-body .entry+details .no {
	font-weight: 700;
	font-size: 18px
}

.ci-body .title+ul.list,
.ci-body h3+ul.list {
	font-size: 15px;
	margin: 0 0 15px 5px
}

.ci-body .title+ul.list>li,
.ci-body h3+ul.list>li {
	margin-left: 30px
}

.ci-body .title+ul.list>li .no,
.ci-body h3+ul.list>li .no {
	left: -30px;
	font-weight: 700 !important;
	font-size: 14px
}

.ci-body .list>li,
.ci-body .note {
	margin-left: 25px
}

.ci-body .list>li .no,
.ci-body .note .no {
	left: -25px;
	top: 8px
}

.ci-body .content {
	font-size: 16px
}

.ci-body .note {
	line-height: 140%
}

.ci-body em {
	position: relative;
	z-index: 0;
	font-style: normal;
	color: #c00;
	margin: 0 2px
}

.ci-body .compare span:after,
.ci-body1 em:after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	z-index: -1;
	height: 3px;
	border-radius: 2.5px;
	background-color: #bae56c;
	content: " "
}
.ci-body em:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    color: #c00;
    overflow: hidden;
    white-space: nowrap;
    content: "\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB\30FB";
}
.ci-body .compare {
	width: 100%;
	font-size: 13px;
	border-top: 1px solid var(--border-color);
	margin-top: 15px;
	margin-left: -10px
}

.ci-body .compare td {
	padding: 4px 0
}

.ci-body .compare td,
.ci-body .compare th {
	text-align: center;
	border-bottom: 1px solid var(--border-secondary-color)
}

.ci-body .compare td:not(:last-child),
.ci-body .compare th:not(:last-child) {
	white-space: nowrap
}

.ci-body .compare td:last-child,
.ci-body .compare th:last-child {
	text-align: left
}

.ci-body .compare th {
	background-color: rgba(200, 200, 200, .1);
	padding: 4px
}

.ci-body .compare span {
	font-weight: 700;
	position: relative;
	z-index: 0
}