.line {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
	box-sizing: border-box
}

ul,
ol,
li {
	list-style: none
}

img {
	max-width: 100%
}

a {
	color: #262626
}

a:hover {
	color: #ff5c00
}

button,
input,
textarea {
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	letter-spacing: .5px;
	outline: none
}

html,
body {
	background: #fff
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	letter-spacing: .1px;
	padding-top: 36px;
	width: 100%;
	overflow-x: hidden
}

@media (min-width:768px) {
	body {
		padding-top: 58px
	}
}

body.hideScroll {
	height: 100%;
	overflow: hidden
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

@media (min-width:768px) {
	.fl {
		float: left
	}
}

@media (min-width:768px) {
	.fr {
		float: right
	}
}

input,
img {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline-style: none;
	vertical-align: middle
}

a,
a:active,
a:visited {
	text-decoration: none;
	transition: all .2s
}

.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all .2s
}

.bl {
	border-bottom: 1px solid #f3f3f3
}

.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.hide {
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.hidden {
	display: none !important
}

.nav-inline li {
	display: inline
}

.content-loading {
	text-align: center;
	padding: 60px 0 80px;
	color: #ccc;
	font-size: 13px
}

.content-loading .loading-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em
}

.clr_orange {
	color: #ff5c00;
	font-style: normal
}

.img-zoom {
	display: block;
	width: 100%;
	cursor: zoom-in;
	overflow: hidden;
	position: relative;
	transition: all .2s
}

.img-zoom img {
	display: block;
	margin: 0 auto
}

.img-zoom .thumb {
	display: none
}

@media (min-width:1024px) {
	.img-zoom .thumb {
		display: block
	}

	.img-zoom img {
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
		width: 0;
		height: 0;
		transition: none
	}

	.img-zoom.zoom_in {
		cursor: zoom-out;
		overflow: visible;
		z-index: 25;
		text-align: center;
		transition: none
	}

	.img-zoom.zoom_in .thumb {
		background-position: center top;
		background-size: auto;
		display: none
	}

	.img-zoom.zoom_in img {
		width: auto;
		height: auto;
		max-width: 100%;
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
		transition: none
	}
}

.copy-link .copy-content {
	width: 1px;
	opacity: 0
}

.icon-medal-1 {
	background: #ff5c00;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	height: 20px;
	width: 18px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	vertical-align: text-bottom;
	padding-right: 2px
}

.icon-medal-1::before {
	margin: 0
}

@media (max-width:1023px) {
	.hide_sm {
		display: none !important
	}
}

@media (min-width:1024px) {
	.show_sm {
		display: none !important
	}
}

@media (max-width:1329px) {
	.hide_md {
		display: none !important
	}
}

.edit_btn {
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle
}

.edit_btn a.btn {
	font-size: 12px;
	padding: 0 1em;
	line-height: 2
}

.addMobLine::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.addMobLine::after {
		display: none
	}
}

.box-warning {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fb5008;
	background: #fffaf2;
	border: 1px solid #fff0dc;
	padding: 9px 0;
	margin-bottom: 30px
}

.box-warning a {
	text-decoration: none;
	border-bottom: none !important
}

.section-title {
	font-size: 20px;
	color: #262626;
	line-height: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px
}

.section-title a {
	color: #262626
}

.section-title small {
	font-size: 12px;
	color: #888;
	margin-left: 20px;
	font-weight: normal
}

.section-title small a {
	color: #888
}

.section-title small a:hover {
	color: #ff5c00
}

.section-title .sub {
	font-size: 14px;
	font-weight: normal;
	color: #9a9a9a;
	margin-left: 5px
}

.section-title .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	font-weight: normal
}

.section-title .more a {
	color: #9a9a9a
}

.section-title .more a:hover {
	color: #ff5c00
}

.section-title .more a i {
	font-size: 9px;
	vertical-align: top
}

@media (min-width:768px) {
	.divNeedScroll {
		overflow: hidden !important;
		position: relative
	}

	.divNeedScroll .scroll-div {
		position: absolute;
		right: 3px;
		top: 0;
		bottom: 0;
		width: 1px;
		height: 100%;
		background: #f2f2f2;
		border-radius: 2px
	}

	.divNeedScroll .scroll-div .block {
		display: block;
		position: absolute;
		left: -3px;
		top: 0;
		width: 7px;
		height: 20px;
		background: #eee;
		border-radius: 5px;
		cursor: pointer
	}

	.divNeedScroll .scroll-div .block:hover {
		background: #d8d8d8
	}
}

.hot-icon {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/hot.gif) no-repeat left top
}

.ji-icon {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/xiaojianji.gif) no-repeat left top
}

.ji2-icon {
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/uisdc-chat-chicken.gif) no-repeat left top;
	cursor: pointer
}

.eye-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	border: 2px solid #ff5c00
}

.eye-icon::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	background: #ff5c00
}

.eye-icon em {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3.5px 0 0 -3.5px;
	transition: all .05s
}

.ico-navi {
	display: inline-block;
	width: 20px;
	height: 2px;
	position: relative;
	margin: -3px 0 0 6px;
	vertical-align: middle;
	background: #ff6000;
	transition: all .2s
}

.ico-navi:before,
.ico-navi:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #ff6000;
	position: absolute;
	left: 0;
	transition: all .2s
}

.ico-navi:before {
	top: -8px
}

.ico-navi:after {
	top: 8px
}

.ico-navi-open {
	background: transparent
}

.ico-navi-open:before {
	transform: rotate(45deg);
	top: 0
}

.ico-navi-open:after {
	transform: rotate(-45deg);
	top: 0
}

.loading-icon {
	width: 24px;
	height: 24px;
	overflow: hidden;
	border: 1px solid transparent;
	border-top-color: #ff5c00;
	border-radius: 100%;
	animation: circle 1s linear 0s infinite;
	display: block;
	position: relative;
	margin: 0 auto
}

.loading-icon:after,
.loading-icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 80%;
	height: 80%;
	left: 50%;
	top: 50%;
	margin: -40% 0 0 -40%;
	border: 1px solid transparent;
	border-top-color: #ff5c00;
	border-radius: 100%;
	animation: circle 1s linear 0s infinite
}

.loading-icon:after {
	width: 40%;
	height: 40%;
	margin: -20% 0 0 -20%;
	border-width: 1px;
	border-top-color: #ff5c00;
	animation: circle 1.2s linear 0s infinite
}

@keyframes circle {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.btn {
	display: block;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4;
	outline: none;
	border: none
}

.btn-default {
	background: #fafafa;
	color: #888
}

.btn-default-border {
	border: 1px solid #b4b4b4;
	color: #888
}

.btn-orange {
	background: #ff5c00;
	color: #fff
}

.btn-orange:hover {
	color: #fff;
	background: #e65300
}

.btn-orange-light {
	background: #ff7d33
}

.btn-orange-border {
	background: #fff5ef;
	border: 1px solid #ff5c00;
	color: #ff5c00
}

.btn-orange-txt {
	border: 1px solid #fff5ef;
	background: #fff5ef;
	color: #ff5c00
}

.btn-orange-txt:hover {
	color: #fff;
	background: #ff5c00;
	border-color: #ff5c00
}

.btn-group {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.btn-group>.btn {
	border-radius: 0
}

.btn-group>.btn:first-child {
	border-radius: 3px 0 0 3px
}

.btn-group>.btn:last-child {
	border-radius: 0 3px 3px 0
}

.a-glass {
	position: relative
}

@media (min-width:768px) {
	.a-glass:after {
		content: '';
		display: block;
		width: 100%;
		height: 30%;
		position: absolute;
		top: -100%;
		left: 60%;
		background: rgba(255, 255, 255, 0.5);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transition: none
	}

	.a-glass:hover:after {
		top: 200%;
		left: 0;
		transition: all .5s
	}
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes flash {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.h-mark {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.h-mark::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.h-mark:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	opacity: .3
}

.h-scale {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.h-scale img,
.h-scale .thumb {
	transition: all .2s
}

.h-scale:hover img,
.h-scale:hover .thumb {
	transform: scale(1.1)
}

.kind {
	position: relative;
	display: block;
	border-radius: 3px;
	overflow: hidden
}

.kind a {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.kind a img,
.kind a .thumb {
	transition: all .2s
}

.kind a:hover img,
.kind a:hover .thumb {
	transform: scale(1.1)
}

.kind img {
	width: 100%
}

.ktuwen {
	background: #ecf1f5;
	position: relative
}

.ktuwen .kbtn {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
	line-height: 22px;
	height: 22px;
	padding: 0 5px
}

@media (min-width:768px) {
	.ktuwen .kbtn {
		top: auto;
		bottom: 10px
	}
}

@media (min-width:768px) {
	.ktuwen .k-content {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.ktuwen .k-thumb {
	overflow: hidden
}

@media (min-width:768px) {
	.ktuwen .k-thumb {
		width: 220px;
		flex-shrink: 0
	}
}

.ktuwen .k-thumb .thumb {
	padding-top: 74.5454%;
	background-size: contain
}

.ktuwen .k-btn {
	padding: 25px 25px 35px
}

@media (min-width:768px) {
	.ktuwen .k-btn {
		padding: 65px 0 0;
		flex-shrink: 0
	}
}

.ktuwen .k-btn .btn {
	padding: 0 35px;
	line-height: 40px
}

@media (min-width:768px) {
	.ktuwen .k-btn .btn {
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle
	}
}

@media (min-width:1024px) {
	.ktuwen .k-btn .btn {
		padding: 0 15px;
		position: absolute;
		right: 0;
		bottom: 15px
	}
}

@media (min-width:1330px) {
	.ktuwen .k-btn .btn {
		padding: 0 35px;
		margin-right: 40px;
		position: static
	}
}

.ktuwen .k-main {
	padding: 0 25px;
	flex-grow: 1
}

@media (min-width:768px) {
	.ktuwen .k-main {
		padding: 25px
	}
}

.ktuwen .k-main h2 {
	color: #585858;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 2px
}

@media (min-width:768px) {
	.ktuwen .k-main h2 {
		margin-bottom: 7px;
		color: #555;
		font-size: 26px
	}
}

.ktuwen .k-main h2 .btn {
	display: inline-block;
	font-size: 12px;
	background: transparent;
	padding: 0 5px;
	line-height: 1.57;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	margin-top: -3px
}

@media (min-width:768px) {
	.ktuwen .k-main h2 .btn {
		margin-top: -5px;
		font-size: 13px
	}
}

.ktuwen .k-main h3 {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.ktuwen .k-main h3 {
		font-size: 16px;
		margin-bottom: 13px
	}
}

@media (min-width:1330px) {
	.ktuwen .k-main h3 {
		font-size: 18px
	}
}

.ktuwen .k-main h5 {
	font-size: 12px;
	font-weight: normal;
	color: #787878
}

.ktuwen .k-main h5 span {
	margin-right: 5px
}

.nptshow {
	line-height: 24px;
	color: #888
}

.nptshow a {
	color: #666
}

.nptshow a:hover {
	color: #ff5c00
}

.nptshow a:hover img {
	transform: scale(1)
}

.nptshow .ico {
	display: inline-block;
	width: 24px;
	margin-right: 10px;
	vertical-align: bottom
}

.nptshow p {
	display: inline
}

.keep_link .tuweia,
.keep_link .article-ad {
	display: none !important
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	*zoom: 1
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
		overflow: visible
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1330px
	}
}

.container:before,
.container:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.container .row {
	margin: 0 -7.3333px
}

.container .col-1-4,
.container .col-2-4,
.container .col-3-4 {
	float: left;
	box-sizing: border-box;
	padding: 0 7.3333px;
	width: 100%
}

@media (min-width:768px) {
	.container .col-1-4 {
		width: 50%
	}
}

@media (min-width:1024px) {
	.container .col-1-4 {
		width: 25%
	}
}

@media (min-width:768px) {
	.container .col-2-4 {
		width: 100%
	}
}

@media (min-width:1024px) {
	.container .col-2-4 {
		width: 50%;
		padding-right: 8px
	}
}

@media (min-width:768px) {
	.container .col-3-4 {
		width: 100%
	}
}

@media (min-width:1024px) {
	.container .col-3-4 {
		width: 75%;
		padding-right: 8.6666px
	}
}

.flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

@media (min-width:1024px) {
	.content {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.content .main {
	flex-grow: 1;
	box-sizing: border-box;
	width: 100%;
	flex-shrink: 1;
	padding-bottom: 1px;
	margin-bottom: 15px
}

.content .main::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.content .main::after {
		display: none
	}
}

@media (min-width:1024px) {
	.content .main {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-right: 46px
	}
}

.content .sidebar {
	flex-grow: 0
}

@media (min-width:1024px) {
	.content .sidebar {
		width: 280px;
		flex-shrink: 0
	}
}

@media (min-width:1330px) {
	.content .sidebar {
		width: 314px
	}
}

.list-item-default {
	justify-content: flex-start;
	margin-bottom: 40px;
	flex-direction: row-reverse
}

@media (min-width:768px) {
	.list-item-default {
		margin-bottom: 55px;
		flex-wrap: nowrap;
		flex-direction: row
	}
}

@media (min-width:1024px) {
	.list-item-default {
		margin-bottom: 15px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
		background: #fff;
		transition: all .2s
	}

	.list-item-default.list-item-default-tuwen:hover {
		background: transparent
	}

	.list-item-default:hover {
		background: #fafafa;
		border-radius: 5px
	}

	.list-item-default:hover .h-scale .thumb {
		transform: scale(1.1)
	}
}

.list-item-default .item-thumb {
	width: 33.3333%;
	flex-shrink: 0;
	margin: 0 0 0 15px
}

@media (min-width:768px) {
	.list-item-default .item-thumb {
		width: 260px;
		margin: 0 30px 0 0
	}
}

.list-item-default .item-thumb a {
	border-radius: 3px
}

.list-item-default .item-thumb .thumb {
	padding-top: 63.6363%;
	border-radius: 3px;
	background-position: left
}

.list-item-default .item-content {
	flex-grow: 1;
	text-align: left
}

.list-item-default .a_block {
	display: block
}

.list-item-default .title {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
	font-weight: normal
}

@media (min-width:768px) {
	.list-item-default .title {
		font-size: 20px;
		font-weight: bold;
		line-height: 30px;
		margin-bottom: 20px
	}
}

.list-item-default .title .new {
	font-size: 12px;
	display: inline-block;
	padding: 0 4px;
	border-radius: 2px;
	background: transparent;
	line-height: 18px;
	margin-right: 5px;
	vertical-align: text-bottom;
	font-weight: normal
}

@media (min-width:768px) {
	.list-item-default .title .new {
		padding: 2px 6px
	}
}

.list-item-default .title .tag {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	border: 1px solid #ff5c00;
	color: #ff5c00;
	padding: 0 3px;
	border-radius: 2px;
	vertical-align: bottom;
	line-height: 20px;
	margin-right: 5px
}

@media (min-width:768px) {
	.list-item-default .title .tag {
		padding: 1px 4px
	}
}

.list-item-default .title a {
	color: #262626;
	border-bottom: 1px solid transparent
}

@media (min-width:768px) {
	.list-item-default .title a {
		display: inline-block
	}
}

.list-item-default .title a:hover {
	color: #ff5c00
}

.list-item-default p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 14px;
	display: none;
	max-width: 615px
}

@media (min-width:768px) {
	.list-item-default p {
		display: block
	}
}

.list-item-default p a {
	display: block;
	color: #888
}

.list-item-default p a:hover {
	color: #666
}

.list-item-default h4 {
	font-size: 12px;
	font-weight: normal;
	color: #a7a7a7;
	line-height: 23px;
	height: 23px;
	overflow: hidden
}

.list-item-default h4 i {
	font-style: normal;
	margin-right: 15px
}

.list-item-default h4 a {
	color: #a7a7a7
}

.list-item-default h4 a:hover {
	color: #ff5c00
}

.list-item-default h4 .tags a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	background: #fbfbfd;
	border-radius: 3px
}

.list-item-default h4 .tags a:hover {
	background: #ff5c00;
	color: #fff
}

/* @media (min-width:768px) {
	.list-item-default h4 .tags a:last-child {
		display: none
	}
} */

.articles-hot .list-item-default h4 .author {
	display: none
}

@media (min-width:768px) {
	.articles-hot .list-item-default h4 .author {
		display: inline
	}
}

.list-item-zt .title a {
	display: flex;
	flex-direction: column-reverse
}

.list-item-zt .title a .item {
	display: block;
	font-style: normal
}

.list-item-zt .title a .item:last-child {
	margin-bottom: 5px
}

@media (min-width:768px) {
	.list-item-zt .title a {
		display: inline
	}

	.list-item-zt .title a .item {
		display: inline
	}

	.list-item-zt .title a .item:last-child {
		margin: 0
	}
}

.hangye-item {
	background: #fff;
	box-shadow: 0 16px 40px 0 rgba(237, 237, 237, 0.2);
	transition: all .2s;
	padding: 20px
}

@media (min-width:768px) {
	.hangye-item {
		padding: 33px 40px 40px
	}
}

.hangye-item:hover {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	transform: translate(0, -3px)
}

.hangye-item .title {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	margin-bottom: 10px
}

@media (min-width:1024px) {
	.hangye-item .title {
		font-size: 22px;
		height: 70px;
		overflow: hidden;
		margin-bottom: 30px;
		line-height: 35px
	}
}

.hangye-item .title a {
	color: #000
}

.hangye-item .title a:hover {
	color: #ff5c00
}

.hangye-item .item-content {
	position: relative;
	padding: 0 0 0 160px
}

@media (min-width:768px) {
	.hangye-item .item-content {
		padding: 0 0 0 230px
	}
}

.hangye-item .item-content .item-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px
}

@media (min-width:768px) {
	.hangye-item .item-content .item-thumb {
		width: 200px
	}
}

.hangye-item .item-content .item-thumb .thumb {
	padding-top: 63%;
	border-radius: 3px
}

.hangye-item .item-content .item-main p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.hangye-item .item-content .item-main p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px
	}
}

.hangye-item .item-content .item-main h5 {
	color: #bbb;
	font-size: 14px;
	font-weight: normal;
	line-height: 27px
}

.hunter-list-item {
	margin-bottom: 50px;
	padding-right: 290px;
	position: relative;
	min-height: 256px
}

@media (max-width:767px) {
	.hunter-list-item {
		background: #fff;
		padding: 15px;
		border: 1px solid #f3f3f3;
		margin-bottom: 40px;
		display: flex;
		flex-direction: column-reverse;
		border-top: 1px solid #efefef
	}

	.hunter-list-item:last-child {
		margin-bottom: 0
	}

	.hunter-list-item .topic,
	.hunter-list-item p {
		display: none
	}
}

.hunter-list-item:after {
	content: '';
	clear: both;
	display: block
}

.hunter-list-item h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.hunter-list-item h2 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 20px
	}
}

.hunter-list-item h2 a {
	color: #393939
}

.hunter-list-item h2 a:hover {
	color: #ff5c00
}

.hunter-list-item h2 .btn {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-right: 4px;
	padding: 3px 5px;
	vertical-align: middle
}

@media (min-width:768px) {
	.hunter-list-item h2 .btn {
		font-size: 14px;
		padding: 4px 8px;
		vertical-align: bottom
	}
}

.hunter-list-item h4 {
	font-size: 12px;
	color: #777;
	margin-bottom: 24px;
	font-weight: normal
}

.hunter-list-item h4 span {
	margin-right: 20px
}

.hunter-list-item h4 a {
	color: #777
}

.hunter-list-item h4 a:hover {
	color: #ff5c00
}

.hunter-list-item p {
	font-size: 14px;
	color: #555;
	line-height: 2.14;
	margin-bottom: 20px;
	height: 6.28em;
	overflow: hidden;
	letter-spacing: .5px
}

.hunter-list-item p a:hover,
.hunter-list-item p a {
	color: #555;
	display: block
}

.hunter-list-item .btn {
	display: inline-block;
	padding: 0 8px;
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #f2f2f2;
	color: #555;
	cursor: pointer
}

.hunter-list-item .btn.btn-blue {
	background: #fcfcfc;
	border-color: #eee
}

.hunter-list-item .btn.btn-blue:hover {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.hunter-list-item .btn.btn-red {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.hunter-list-item .btn:hover {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.hunter-list-item .btn:hover .prefix {
	color: #fff
}

.hunter-list-item .btn.has_zan,
.hunter-list-item .btn.has_zan:hover {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.hunter-list-item .btn .prefix {
	color: #f50;
	font-style: normal;
	font-family: Impact, sans-serif
}

.hunter-list-item .topic {
	font-size: 13px
}

@media (max-width:767px) {
	.hunter-list-item .topic {
		height: 40px;
		overflow: hidden
	}
}

.hunter-list-item .topic a {
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 32px
}

.hunter-list-item .topic .btn {
	border: none
}

.hunter-list-item .item-left {
	padding-top: 20px;
	background: #fff;
	z-index: 2;
	position: relative
}

@media (min-width:768px) {
	.hunter-list-item .item-left {
		padding-top: 0;
		background: transparent;
		z-index: auto;
		position: static
	}
}

.hunter-list-item .item-right {
	margin: 5px
}

@media (min-width:768px) {
	.hunter-list-item .item-right {
		margin-bottom: 45px;
		position: absolute;
		right: 0;
		top: 0;
		width: 260px;
		box-shadow: none;
		margin: 0
	}
}

.hunter-list-item .item-right .a_thumb {
	display: block;
	border-radius: 5px;
	overflow: hidden
}

@media (min-width:768px) {
	.hunter-list-item .item-right .a_thumb {
		border: 1px solid #eee;
		box-shadow: 3px 3px 50px #eee;
		border-radius: 5px
	}
}

.hunter-list-item .item-right .thumb {
	padding-top: 66.923%;
	position: relative
}

.hunter-list-item .item-right .thumb:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .2s
}

@media (min-width:768px) {
	.hunter-list-item .item-right .thumb:after {
		border-top: none
	}
}

.hunter-list-item .item-right a:hover .thumb:after {
	background: rgba(0, 0, 0, 0.2)
}

.hunter-list-item .gongneng {
	text-align: center;
	margin: 22px 0 0;
	position: relative
}

@media (max-width:767px) {
	.hunter-list-item .gongneng {
		display: none
	}
}

.hunter-list-item .gongneng .btn {
	margin: 0 7px;
	font-size: 12px
}

.hunter-list-item .gongneng .btn em {
	font-style: normal
}

.hunter-list-item .gongneng .btn-default {
	color: #555;
	background: #fcfcfc;
	border-color: #eee
}

.hunter-list-item .gongneng .btn-default:hover {
	background: #fff;
	border-color: #d8d8d8;
	color: #555
}

.hunter-list-item .gongneng .zan_txt {
	line-height: 32px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all .3s;
	color: #aaa
}

.hunter-list-item .gongneng .btn-blue:hover+.zan_txt {
	visibility: visible;
	opacity: 1
}

.hunter-list-item .gongneng .share-div {
	margin-top: 10px;
	display: block;
	visibility: hidden;
	opacity: 0;
	bottom: 0;
	position: absolute;
	transition: all .3s;
	background: #fff;
	transform: scale(0)
}

.hunter-list-item .gongneng .share-div.show {
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}

.hunter-list-item .gongneng .share-div .close {
	cursor: pointer;
	display: inline-block
}

.hunter-list-item .gongneng .share-div .close:hover {
	transform: rotate(360deg)
}

.hunter-list-item .gongneng .share-div .share {
	border-color: #61c408;
	background: #61c408;
	color: #fff;
	font-size: 18px;
	width: 34px;
	height: 34px;
	line-height: 32px
}

.hunter-list-item .gongneng .share-div .share i {
	color: #fff
}

.hunter-list-item .gongneng .share-div .share:hover {
	background: #fff;
	color: #61c408
}

.hunter-list-item .gongneng .share-div .share:hover i {
	color: #61c408
}

.zt-item {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.zt-item {
		margin-bottom: 30px
	}
}

.zt-item h2 {
	line-height: 1;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 0;
	height: 1em;
	overflow: hidden;
	color: #525252
}

@media (min-width:768px) {
	.zt-item h2 {
		font-size: 22px
	}
}

.zt-item h2:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 18px;
	vertical-align: middle;
	margin-right: 11px;
	background: #ff5c00;
	margin-top: -3px
}

.zt-item a {
	display: block;
	border-top-color: transparent;
	color: #555;
	border-radius: 3px;
	overflow: hidden;
	background: #fff
}

@media (min-width:768px) {
	.zt-item a {
		border: 1px solid #eaeaea
	}
}

.zt-item a .entry {
	color: #999
}

.zt-item a:hover {
	box-shadow: 0 0 20px #eaeaea
}

.zt-item a:hover .btns .btn {
	border-color: #ff5c00;
	background: #ff5c00;
	color: #fff
}

.zt-item a:hover .item-thumb:before {
	background: transparent
}

.zt-item h4 {
	margin: 0 15px 15px;
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	font-weight: normal;
	overflow: hidden;
	color: #525252
}

@media (min-width:768px) {
	.zt-item h4 {
		font-size: 16px
	}
}

.zt-item .entry {
	margin: 0 15px 18px;
	font-size: 14px;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
	letter-spacing: .2px
}

.zt-item .btns {
	text-align: center;
	margin: 0 0 22px
}

.zt-item .btns .btn {
	display: inline-block;
	padding: 2px 1em;
	font-size: 13px;
	line-height: 22px;
	border: 1px solid #eaeaea;
	cursor: pointer;
	letter-spacing: 1px
}

@media (min-width:768px) {
	.zt-item .btns .btn {
		font-size: 14px;
		line-height: 32px
	}
}

.zt-item .btns .btn:hover {
	border-color: #ff5c00;
	background: #ff5c00;
	color: #fff
}

.zt-item .item-thumb {
	position: relative
}

.zt-item .item-thumb .thumb {
	padding-top: 49.18918919%;
	border-radius: 3px 3px 0 0
}

.zt-item .item-thumb:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, #fff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, #fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
	z-index: 10
}

.zt-item .item-thumb:before {
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
	transition: all .2s;
	z-index: 10
}

.zt-item .item-thumb h5 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	z-index: 10
}

.zt-item .item-thumb h5 span {
	padding: 0 15px
}

.zt-item .item-thumb h5 .l {
	float: left
}

.zt-item .item-thumb h5 .r {
	float: right
}

.topic-item {
	border: 1px solid #f3f3f3;
	background: #fff;
	padding: 30px 20px 17px;
	transition: all .2s
}

.topic-item h2 {
	font-size: 18px;
	line-height: 1.5;
	height: 3em;
	color: #333;
	margin-bottom: 1.5em
}

.topic-item .item-content {
	position: relative;
	width: 100%;
	padding-top: 85.82%;
	overflow: hidden
}

.topic-item .item-content .thumb {
	border-radius: 5px
}

.topic-item .item-content .item-thumb {
	transition: all .2s;
	position: absolute;
	left: 0;
	right: 0;
	top: 0
}

.topic-item .item-main {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin-top: 66.7%;
	transition: all .2s
}

.topic-item .meta {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #bbb;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 13px
}

.topic-item .meta span {
	display: block
}

.topic-item .meta a {
	color: #bbb
}

.topic-item .meta a:hover {
	color: #ff5c00
}

.topic-item .entry {
	font-size: 14px;
	color: #888;
	line-height: 2;
	height: 0;
	width: 100%;
	padding-top: 0;
	position: relative;
	overflow: hidden;
	transition: all .25s
}

.topic-item .entry p {
	position: absolute;
	left: 0;
	top: 0;
	right: 0
}

.topic-item .entry:after {
	content: '';
	width: 100%;
	height: 0;
	padding-top: 50%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FFFFFF 79%)
}

.topic-item .entry .seeMore {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	font-size: 14px;
	text-align: center;
	z-index: 10
}

.topic-item:hover .item-thumb {
	transform: translate(0, -110%)
}

.topic-item:hover .item-main {
	margin-top: 0;
	top: 0
}

.topic-item:hover .entry {
	padding-top: 66.7%;
	padding-bottom: 20px
}

.topic-item:hover .seeMore {
	bottom: 0;
	color: #ff5c00
}

.topShow {
	margin-top: 30px
}

.crumbs {
	margin: 26px auto 0;
	padding-bottom: 20px;
	border-bottom: 15px solid #f7f7f7;
	font-size: 12px;
	color: #c9c9c9
}

@media (min-width:768px) {
	.crumbs {
		margin: 26px auto 20px;
		padding-bottom: 0;
		border-bottom: none
	}
}

.crumbs a {
	color: #c9c9c9
}

.crumbs a:hover {
	color: #ff5c00
}

.crumbs li {
	display: inline
}

.crumbs li:after {
	content: ' >'
}

.crumbs li:last-child::after {
	content: '';
	display: none
}

.nav-pages {
	margin: 30px 0
}

@media (min-width:768px) {
	.nav-pages {
		margin: 60px 0
	}
}

.nav-pages .nav {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -5px;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.nav-pages .nav {
		display: block
	}
}

.nav-pages .nav li {
	display: none;
	padding: 0 5px;
	flex-grow: 1;
	box-sizing: border-box;
	margin-bottom: 10px
}

.nav-pages .nav li.fy,
.nav-pages .nav li.active {
	display: block
}

@media (min-width:768px) {
	.nav-pages .nav li {
		display: inline;
		margin: 0 5px;
		width: auto
	}

	.nav-pages .nav li.fy,
	.nav-pages .nav li.active {
		display: inline
	}
}

.nav-pages .nav a {
	display: block;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	padding: 0 15px;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.nav-pages .nav a {
		display: inline-block
	}
}

.nav-pages .nav a:hover {
	color: #ff5c00;
	background: #fffaf6;
	border-color: #ff5c00
}

.nav-pages .nav .disabled a {
	cursor: default;
	color: #333;
	border: none;
	background: transparent;
	padding: 0
}

.nav-pages .nav .active a {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff;
	padding: 0 15px
}

.nav-pages.no-pages {
	color: #bfbfbf
}

.nav-pages-top {
	justify-content: space-between;
	border-bottom: 1px solid #f8f8f8;
	border-radius: 2px 3px 3px 3px;
	padding: 8px 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	line-height: 24px;
	color: #888;
	font-size: 14px
}

@media (min-width:768px) {
	.nav-pages-top {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		background: #fcfcfc;
		border: none
	}
}

.nav-pages-top form {
	position: relative;
	white-space: nowrap;
	line-height: 26px;
	text-align: right
}

.nav-pages-top form div {
	display: inline-block;
	line-height: 23px;
	vertical-align: text-bottom
}

.nav-pages-top form .fy a {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f6f6f6;
	border-radius: 2px;
	color: #bfbfbf;
	font-size: 9px;
	text-align: center;
	margin: 0 2px;
	background: #fff
}

.nav-pages-top form .fy a:hover {
	border-color: #ff5c00;
	background: #ff5c00;
	color: #fff
}

.nav-pages-top form .txt {
	width: 2.5em;
	text-align: center;
	line-height: 1;
	padding: 1px 0 0;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
	color: #888;
	vertical-align: text-bottom
}

.nav-pages-top form .txt:hover,
.nav-pages-top form .txt:focus {
	border-color: #ddd;
	color: #333
}

.nav-pages-top form .go_em {
	position: relative
}

.nav-pages-top form .go_em:hover button {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.nav-pages-top form [type=submit] {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ff5c00;
	border: none;
	cursor: pointer;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 20px;
	outline: none;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.part-hunter-last-month .hunter-part-title {
	border-bottom: none;
	margin: 0
}

.part-hunter-last-month .hunter-part-title span {
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-top: -7px
}

.part-hunter-last-month .hunter-part-title span em {
	font-style: normal;
	font-weight: bold;
	color: #ff6000
}

.part-hunter-last-month .hunter-cont {
	box-sizing: border-box;
	padding: 15px 0;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -40px;
	flex-wrap: wrap
}

.part-hunter-last-month .hunter-cont .cont_ul {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.part-hunter-last-month .hunter-cont .cont_ul {
		width: 50%
	}
}

.part-hunter-last-month .hunter-cont:after {
	content: '';
	display: block;
	clear: both
}

.part-hunter-last-month .hunter-cont ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.part-hunter-last-month .hunter-cont li {
	display: block;
	position: relative;
	font-size: 14px;
	margin-bottom: 5px;
	height: 2em;
	overflow: hidden
}

.part-hunter-last-month .hunter-cont li a {
	display: block;
	line-height: 2em;
	color: #555
}

.part-hunter-last-month .hunter-cont li a:hover {
	color: #ff6000
}

.part-hunter-last-month .hunter-cont li a:hover span {
	color: #ff6000
}

.part-hunter-last-month .hunter-cont li i {
	display: inline-block;
	vertical-align: middle;
	background: #f50;
	color: #fff;
	font-family: Impact, sans-serif;
	font-style: normal;
	width: 1.3em;
	text-align: center;
	border-radius: 3px;
	line-height: 1.3em;
	margin-top: -2px;
	margin-right: 1em
}

.part-hunter-last-month .hunter-cont li span {
	font-size: 12px;
	color: #777;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding-left: 5px;
	display: none
}

@media (min-width:768px) {
	.part-hunter-last-month .hunter-cont li span {
		display: block
	}
}

.part-zt .section-title {
	border-bottom: none
}

.part-zt .section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -7px;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.part-zt .section-content {
		margin: 0 -14px
	}
}

.part-zt .section-content .zt-item {
	box-sizing: border-box;
	padding: 0 7px;
	width: 50%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.part-zt .section-content .zt-item {
		padding: 0 14px
	}
}

@media (min-width:1024px) {
	.part-zt .section-content .zt-item {
		width: 25%
	}
}

.part-zt .section-content .zt-item .entry {
	display: none
}

.part-zt .seeAll {
	text-align: center
}

.part-zt .seeAll .btn {
	display: block;
	font-size: 14px;
	padding: 0 40px;
	line-height: 40px
}

@media (min-width:768px) {
	.part-zt .seeAll .btn {
		display: inline-block
	}
}

.part-zt-archive {
	margin-top: 56px
}

.part-zt-archive .section-title {
	border-bottom: none;
	margin-bottom: 10px
}

.part-zt-archive .section-title .more:hover {
	color: #ff5c00
}

.part-zt-archive .section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -7px -30px;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.part-zt-archive .section-content {
		margin: 0 -10px -30px
	}
}

.part-zt-archive .section-content .zt-item {
	box-sizing: border-box;
	padding: 0 7px;
	width: 50%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.part-zt-archive .section-content .zt-item {
		padding: 0 10px
	}
}

@media (min-width:1024px) {
	.part-zt-archive .section-content .zt-item {
		width: 33.3333%
	}
}

.part-zt-archive .section-content .zt-item h2 {
	color: #333;
	font-size: 20px
}

.part-zt-archive .section-content .zt-item h4 {
	color: #888;
	font-size: 14px;
	margin-bottom: 22px
}

.part-zt-archive .section-content .zt-item a {
	border: 1px solid #f2f2f2
}

.part-zt-archive .section-content .zt-item:last-child {
	display: none
}

@media (min-width:1024px) {
	.part-zt-archive .section-content .zt-item:last-child {
		display: block
	}
}

.part-zt-archive .section-content .zt-item .entry {
	display: none
}

.part-zt-archive .section-content .zt-item .btns .btn {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0
}

.part-uisdc-sifangke .section-title {
	border-bottom: none;
	padding-bottom: 5px
}

@media (min-width:768px) {
	.part-uisdc-sifangke .section-title {
		padding-bottom: 15px
	}
}

.part-uisdc-sifangke .section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -7px;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.part-uisdc-sifangke .section-content {
		margin: 0 -12px
	}
}

.part-uisdc-sifangke .section-content .item {
	width: 50%;
	padding: 0 7px;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.part-uisdc-sifangke .section-content .item {
		width: 20%;
		padding: 0 12px;
		margin-bottom: 40px
	}
}

@media (max-width:767px) {
	.part-uisdc-sifangke .section-content .item:last-child {
		display: none
	}
}

.part-uisdc-sifangke .section-content a {
	display: block
}

.part-uisdc-sifangke .section-content a:hover {
	transform: translate(0, -5px)
}

.part-uisdc-sifangke .section-content a:hover h3 {
	color: #ff5c00
}

.part-uisdc-sifangke .item-thumb {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.part-uisdc-sifangke .thumb {
	padding-top: 75%
}

.part-uisdc-sifangke .item-main {
	border-radius: 0 0 3px 3px;
	padding: 15px;
	background: #fff
}

@media (min-width:768px) {
	.part-uisdc-sifangke .item-main {
		border: 1px solid #f3f3f3
	}
}

.part-uisdc-sifangke h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 9px;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.part-uisdc-sifangke p {
	font-size: 12px;
	line-height: 1.5;
	color: #888;
	margin-bottom: 8px;
	height: 3em;
	overflow: hidden
}

@media (min-width:768px) {
	.part-uisdc-sifangke p {
		margin-bottom: 20px
	}
}

.part-uisdc-sifangke h5 {
	font-size: 12px;
	color: #bbb;
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.part-uisdc-sifangke h5 {
		flex-wrap: nowrap
	}
}

.part-uisdc-sifangke h5 span {
	width: 100%;
	display: block;
	height: 1.5em;
	overflow: hidden
}

@media (min-width:768px) {
	.part-uisdc-sifangke h5 span {
		width: auto
	}
}

.part-uisdc-sifangke .seeAll {
	text-align: center
}

.part-uisdc-sifangke .seeAll .btn {
	display: block;
	font-size: 14px;
	padding: 0 40px;
	line-height: 40px
}

@media (min-width:768px) {
	.part-uisdc-sifangke .seeAll .btn {
		display: inline-block
	}
}

.part-topic-wall .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	flex-wrap: wrap
}

.part-topic-wall .item {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.part-topic-wall .item {
		width: 33.333%
	}
}

@media (min-width:1024px) {
	.part-topic-wall .item {
		width: 16.6667%
	}
}

.part-topic-wall .wall-item {
	position: relative
}

.part-topic-wall .wall-item .item-thumb {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px
}

@media (min-width:768px) {
	.part-topic-wall .wall-item .item-thumb {
		display: block;
		width: 30px;
		right: 15px;
		bottom: 20px
	}
}

.part-topic-wall .wall-item .item-thumb .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.part-topic-wall .wall-item h2 {
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	height: 1.1em;
	overflow: hidden;
	margin-bottom: 5px
}

@media (min-width:768px) {
	.part-topic-wall .wall-item h2 {
		font-size: 18px;
		margin-bottom: 20px
	}
}

.part-topic-wall .wall-item h5 {
	font-size: 12px;
	color: #bbb;
	font-weight: normal
}

@media (min-width:768px) {
	.part-topic-wall .wall-item h5 {
		font-size: 14px
	}
}

.part-topic-wall .wall-item a {
	padding: 15px;
	border-radius: 5px;
	display: block;
	background: #fff;
	text-align: left
}

@media (min-width:768px) {
	.part-topic-wall .wall-item a {
		padding: 20px 15px
	}
}

.part-topic-wall .wall-item a:hover h2 {
	color: #ff5c00
}

.part-topic-wall .wall-item a:hover {
	transform: translate(0, -3px)
}

.part-topic-wall .item-alltags .wall-item h2 {
	color: #ff5c00
}

.share-div {
	display: none;
	color: #bbb
}

@media (min-width:768px) {
	.share-div {
		display: block
	}
}

.share-div .share_ul {
	margin: 0 -5px
}

.share-div .share_ul>li {
	display: inline
}

.share-div .share_ul a {
	display: inline-block;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #bbb;
	color: #bbb;
	border-radius: 100%
}

.share-div .share_ul a i::before {
	margin: 0
}

.share-div .share_ul a .icon-sina-1,
.share-div .share_ul a .icon-wechat-1 {
	margin-right: .15em
}

.share-div .share_ul a:hover {
	color: #fff;
	background: #ff5c00;
	border-color: #ff5c00
}

.share-div .share_ul .close-li {
	display: none
}

.fixed-sidebar {
	position: fixed;
	left: 50%;
	top: 88px;
	z-index: 19;
	transform: translate(-100%, 0)
}

.fixed-sidebar .menu {
	position: relative;
	background: #FDFDFD;
	border: 1px solid #F3F3F3;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.04);
	font-size: 14px
}

.fixed-sidebar .menu a {
	white-space: nowrap
}

.fixed-sidebar .menu .link-0 {
	display: block;
	padding: 10px 15px 12px;
	color: #888
}

.fixed-sidebar .menu .link-0 i {
	color: #bebebe;
	font-size: 16px;
	margin-right: 10px
}

.fixed-sidebar .menu .link-0 i::before {
	margin: 0
}

.fixed-sidebar .menu .link-0:hover {
	color: #ff5c00
}

.fixed-sidebar .menu .link-0:hover i {
	color: #ff5c00
}

.fixed-sidebar .menu .nav-1 {
	position: absolute;
	left: 90%;
	top: 0;
	min-height: 100%;
	background: #312F2F;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.fixed-sidebar .menu .item-0:hover .link-0 {
	background: #ff5c00;
	color: #fff
}

.fixed-sidebar .menu .item-0:hover .link-0 i {
	color: #fff
}

.fixed-sidebar .menu .item-0:hover .link-0::after {
	color: #fff
}

.fixed-sidebar .menu .item-0:hover .nav-1 {
	left: 100%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.fixed-sidebar .menu .link-1 {
	display: block;
	min-width: 5em;
	text-align: left;
	padding: 15px 30px;
	color: #e0e0e0;
	white-space: nowrap
}

.fixed-sidebar .menu .link-1:hover {
	background: #ff5c00;
	color: #fff
}

.fixed-sidebar .menu .has-children .link-0 {
	position: relative
}

.fixed-sidebar .menu .has-children .link-0::after {
	content: '\e807';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: #ebebeb;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fixed-sidebar .underline {
	position: relative
}

.fixed-sidebar .underline::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	height: 0;
	width: 80%;
	margin: 0 10%;
	border-bottom: 1px solid #f1f1f1
}

.fixed-sidebar .underline:hover::before {
	display: none
}

.fixed-sidebar.only-icon .item-0 {
	position: relative;
	width: 45px;
	height: 46px
}

.fixed-sidebar.only-icon .link-0 {
	width: 15px;
	overflow: hidden
}

.fixed-sidebar.only-icon .link-0::after {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.fixed-sidebar.only-icon .link-0:hover {
	position: absolute;
	left: 0;
	top: 0;
	width: auto
}

.fixed-sidebar.only-icon .has-children {
	position: static
}

.fixed-sidebar.only-icon .has-children .link-0:hover {
	position: relative;
	left: auto;
	top: auto;
	width: 15px
}

.home .fixed-sidebar {
	top: 97px
}

.part-hunter-look {
	margin-bottom: 10px
}

@media (max-width:767px) {
	.part-hunter-look {
		margin: 0 -15px 10px;
		padding: 0 15px 15px;
		position: relative
	}

	.part-hunter-look::after,
	.part-hunter-look::before {
		content: '';
		display: block;
		margin: 0 -15px;
		height: 0;
		border-bottom: 15px solid #f2f2f2
	}

	.part-hunter-look::before {
		margin-bottom: 15px
	}
}

.part-hunter-look .section-title {
	margin-bottom: 5px;
	border-bottom: none;
	font-size: 18px
}

@media (min-width:768px) {
	.part-hunter-look .section-title {
		font-size: 20px
	}
}

.part-hunter-look .section-title a {
	color: #ff5c00
}

.part-hunter-look .section-title .more {
	color: #262626;
	margin-top: -4px
}

.part-hunter-look .section-title .more:hover {
	color: #ff5c00
}

.part-hunter-look .section-cont .items {
	margin: 0 -8px;
	*zoom: 1
}

.part-hunter-look .section-cont .items:before,
.part-hunter-look .section-cont .items:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.part-hunter-look .section-cont .item {
	float: left;
	width: 100%;
	padding: 0 8px
}

@media (min-width:768px) {
	.part-hunter-look .section-cont .item {
		width: 25%
	}
}

.part-hunter-look .section-cont .hunter-item {
	margin-bottom: 20px;
	position: relative
}

.part-hunter-look .section-cont .hunter-item a {
	display: block;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 5px
}

@media (min-width:768px) {
	.part-hunter-look .section-cont .hunter-item a {
		padding: 30px 15px 15px;
		border: 1px solid #f2f2f2
	}
}

.part-hunter-look .section-cont .hunter-item a:hover {
	transform: translate(0, -5px)
}

.part-hunter-look .section-cont .hunter-item h2 {
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: normal
}

@media (min-width:768px) {}

.part-hunter-look .section-cont .hunter-item .hunter-thumb {
	overflow: hidden;
	margin-bottom: 20px
}

.part-hunter-look .section-cont .hunter-item .hunter-thumb .thumb {
	border-radius: 5px
}

.part-hunter-look .section-cont .hunter-item h4 {
	font-size: 12px;
	font-weight: normal;
	position: relative
}

.part-hunter-look .section-cont .hunter-item h4 span {
	display: inline-block
}

.part-hunter-look .section-cont .hunter-item h4 .btn {
	padding: 0 10px;
	color: #bbb;
	line-height: 24px
}

.part-hunter-look .section-cont .hunter-item h4 .btn:hover {
	background: #ff5c00;
	color: #fff
}

.part-hunter-look .section-cont .hunter-item h4 .hunter-product {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	color: #bbb
}

@media (max-width:767px) {
	.part-hunter-look .section-cont .hunter-item>a {
		padding-right: 30%
	}

	.part-hunter-look .section-cont .hunter-item .hunter-thumb {
		width: 25%;
		position: absolute;
		right: 0;
		top: 0
	}

	.part-hunter-look .section-cont .hunter-item h4 .hunter-product {
		position: static;
		transform: none;
		margin-left: 10px
	}
}

.part-hot-cats {
	margin: 56px 0 0
}

.part-hot-cats .section-title {
	border-bottom: none;
	margin-bottom: 10px
}

.part-hot-cats .section-content {
	margin: 0 -10px;
	overflow: hidden
}

.part-hot-cats .item {
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
	width: 50%
}

@media (min-width:768px) {
	.part-hot-cats .item {
		width: 33.3333%
	}
}

.part-hot-cats .item i {
	color: #ff5c00;
	position: absolute;
	left: 15px;
	top: 25px;
	font-size: 28px
}

@media (min-width:768px) {
	.part-hot-cats .item i {
		left: 30px;
		top: 25px;
		font-size: 36px
	}
}

.part-hot-cats .item i::before {
	margin: 0
}

.part-hot-cats .item h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden
}

@media (min-width:768px) {
	.part-hot-cats .item h3 {
		margin-bottom: 10px;
		line-height: 24px;
		height: 24px
	}
}

.part-hot-cats .item h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.part-hot-cats .item a {
	display: block;
	padding: 30px 10px 20px 58px;
	border-radius: 3px;
	background: #fafafa;
	position: relative
}

@media (min-width:768px) {
	.part-hot-cats .item a {
		padding: 30px 30px 30px 85px
	}
}

.part-hot-cats .item a:hover {
	background: #ff5c00
}

.part-hot-cats .item a:hover i,
.part-hot-cats .item a:hover h3,
.part-hot-cats .item a:hover h4 {
	color: #fff
}

.top-cats {
	margin-top: 26px;
	background: #fcfcfc;
	padding-top: 20px
}

.top-cats .items ul {
	display: flex;
	justify-content: space-between
}

.top-cats .items .item {
	flex-grow: 1;
	font-size: 18px
}

.top-cats .items .item a {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 5px solid transparent;
	color: #555
}

.top-cats .items .item a:hover {
	color: #ff5c00
}

.top-cats .items .item a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.top-cats .items .item a i {
	display: none
}

@media (min-width:1024px) {
	.top-cats .items .item a i {
		display: inline
	}

	.top-cats .items .item a i::before {
		margin-left: 0
	}
}

.single .top-cats {
	background: #fcfcfc;
	padding: 20px 0;
	margin-bottom: 30px
}

.single .top-cats .items .item {
	font-size: 16px
}

.single .top-cats .items .item a {
	padding-bottom: 0;
	border-bottom: none
}

.top-cats-sub .container {
	padding-top: 15px;
	padding-bottom: 15px
}

.top-cats-sub .container .items {
	margin: 0 -20px
}

.top-cats-sub .container .items .item {
	display: inline-block;
	padding: 0 20px
}

.top-cats-sub .container .items a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #888;
	border-radius: 3px;
	line-height: 30px
}

.top-cats-sub .container .items a:hover {
	color: #ff5c00
}

.top-cats-sub .container .items a.current {
	background: #ff5c00;
	color: #fff
}

.widget-uisdc-helper {
	position: relative;
	padding-top: 10px
}

.widget-uisdc-helper .uisdc-helper-main {
	border: 1px solid #f3f3f3;
	position: relative
}

.widget-uisdc-helper .uisdc-helper-thumb {
	position: absolute;
	right: 0;
	bottom: 0
}

.widget-uisdc-helper .uisdc-helper-thumb .thumb {
	padding-top: 132.075%;
	background-size: contain
}

.widget-uisdc-helper .uisdc-helper-title {
	font-size: 16px;
	font-weight: normal;
	color: #ff5c00;
	line-height: 20px;
	position: absolute;
	left: 12px;
	top: -11px;
	padding: 0 5px;
	background: #fff
}

.widget-uisdc-helper ul {
	padding: 25px 24px 0 17px;
	margin-bottom: 15px;
	font-size: 13px
}

.widget-uisdc-helper ul li {
	line-height: 17px;
	margin-bottom: 6px;
	position: relative;
	color: #888
}

.widget-uisdc-helper .btn {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 18px 17px;
	padding: 4px 8px;
	position: relative;
	z-index: 20
}

.widget-uisdc-helper .uisdc-helper-wechat {
	position: absolute;
	left: 50px;
	bottom: 0;
	padding: 10px 15px 8px;
	text-align: center;
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
	transform: translate(-100%, 0);
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.widget-uisdc-helper .uisdc-helper-wechat.show {
	left: 5px;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.widget-uisdc-helper .uisdc-helper-wechat::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	bottom: 20px;
	width: 0;
	height: 0;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.widget-uisdc-helper .uisdc-helper-wechat .thumb {
	width: 106px;
	padding-top: 106px;
	background-size: contain;
	margin: 0 auto
}

.widget-uisdc-helper .uisdc-helper-wechat h5 {
	font-size: 12px;
	font-weight: normal;
	color: #888;
	line-height: 2;
	white-space: nowrap
}

.widget-hunter-revealed {
	margin-bottom: 20px
}

.widget-hunter-revealed::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.widget-hunter-revealed::after {
		display: none
	}
}

@media (min-width:768px) {
	.widget-hunter-revealed {
		border-top: 4px solid #ff5c00;
		margin-bottom: 0
	}
}

.widget-hunter-revealed .widget-content {
	border: none;
	padding: 20px 0 32px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.widget-hunter-revealed .widget-content {
		border: 1px solid #f2f2f2;
		border-top: none;
		padding: 16px
	}
}

.widget-hunter-revealed .widget-title {
	font-size: 18px;
	color: #ff5c00;
	line-height: 20px;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2
}

@media (min-width:768px) {
	.widget-hunter-revealed .widget-title {
		margin-bottom: 15px;
		padding-bottom: 0;
		border-bottom: none
	}
}

.widget-hunter-revealed .widget-title a {
	color: #ff5c00
}

.widget-hunter-revealed .widget-title .more {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #9a9a9a
}

.widget-hunter-revealed .widget-title .more:hover {
	color: #ff5c00
}

.widget-hunter-revealed .widget-title .more span {
	font-size: 9px;
	display: inline-block;
	vertical-align: bottom
}

.widget-hunter-revealed .widget-title .more i::before {
	margin: 0
}

.widget-hunter-revealed .item {
	margin-bottom: 20px;
	*zoom: 1
}

@media (min-width:768px) {
	.widget-hunter-revealed .item {
		margin-bottom: 27px
	}
}

@media (min-width:1024px) {
	.widget-hunter-revealed .item {
		margin-bottom: 14px
	}
}

@media (min-width:1150px) {
	.widget-hunter-revealed .item {
		margin-bottom: 6px
	}
}

@media (min-width:1250px) {
	.widget-hunter-revealed .item {
		margin-bottom: 14px
	}
}

@media (min-width:1330px) {
	.widget-hunter-revealed .item {
		margin-bottom: 20px
	}
}

.widget-hunter-revealed .item:before,
.widget-hunter-revealed .item:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.widget-hunter-revealed .item:last-child {
	margin-bottom: 0
}

.widget-hunter-revealed .item .thumb-div {
	float: right;
	width: 26%;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 20px
}

.widget-hunter-revealed .item h2 {
	font-size: 16px;
	color: #505050;
	font-weight: normal;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.widget-hunter-revealed .item h2 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 2px;
		height: 40px
	}
}

.widget-hunter-revealed .item h2 i {
	color: #b4b4b4
}

.widget-hunter-revealed .item h4 {
	color: #c6c6c6;
	font-size: 12px;
	font-weight: normal
}

@media (min-width:1024px) {
	.widget-hunter-revealed .item h4 {
		display: none
	}
}

@media (min-width:1150px) {
	.widget-hunter-revealed .item h4 {
		display: block
	}
}

.widget-hunter-revealed .item a {
	display: block
}

.widget-hunter-revealed .item a:hover h2 i,
.widget-hunter-revealed .item a:hover h2 {
	color: #ff5c00
}

.widget-wonderful .wonderful-part {
	border-bottom: 1px dashed #eee;
	padding-bottom: 25px;
	margin-bottom: 25px
}

.widget-wonderful .wonderful-part:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.widget-wonderful .wonderful-part h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px
}

.widget-wonderful .wonderful-part h3 i {
	font-size: 20px;
	color: #666
}

.widget-wonderful .wonderful-part h3 i::before {
	margin-left: 0
}

.widget-wonderful .wonderful-part .part-content {
	margin: 0 -10px;
	max-height: 180px;
	overflow: hidden
}

.widget-wonderful .wonderful-part .part-content a {
	margin: 0 10px 20px;
	color: #555;
	font-size: 13px;
	white-space: nowrap;
	display: inline-block;
	background: #f5f6f7;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px
}

.widget-wonderful .wonderful-part .part-content a.a_all,
.widget-wonderful .wonderful-part .part-content a:hover {
	background: #ff5c00;
	color: #fff
}

.widget-wonderful .part-content-flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -5px;
	justify-content: flex-start
}

.widget-wonderful .part-content-flex .item {
	display: block;
	width: 33.3333%;
	padding: 0 5px;
	line-height: 20px;
	margin-bottom: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.widget-wonderful .part-content-flex .item a {
	font-size: 14px;
	color: #666
}

.widget-wonderful .part-content-flex .item a:hover {
	color: #ff5c00
}

.widget-wonderful .part-content-flex .item .thumb {
	display: inline-block;
	width: 18px;
	padding-top: 18px;
	vertical-align: middle;
	margin-right: 10px
}

.widget-news {
	padding-top: 30px
}

@media (min-width:768px) {
	.widget-news {
		padding-top: 0
	}
}

@media (max-width:767px) {
	.widget-news .section-title {
		border-bottom: none
	}
}

.widget-news li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	min-height: 32px
}

.widget-news li .num {
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #ff5c00;
	padding: 5px;
	border: 1px solid #ff5c00;
	border-radius: 3px
}

@media (min-width:768px) {
	.widget-news li .num {
		border-radius: 0;
		border: none;
		padding: 0;
		font-family: Impact;
		font-size: 32px;
		color: #dbdbdb
	}
}

.widget-news li a {
	display: block;
	position: relative;
	padding-left: 50px
}

@media (min-width:768px) {
	.widget-news li a {
		padding-left: 56px
	}
}

.widget-news li a:hover .num {
	color: #ff5c00
}

.widget-author {
	border-top: 4px solid #ff5c00
}

.widget-author .section-main {
	border: 1px solid #efefef;
	border-top: none;
	padding: 30px 16px 0;
	box-sizing: border-box
}

.widget-author .section-author {
	margin-bottom: 25px
}

.widget-author .section-author .a-thumb {
	width: 17.857%
}

.widget-author .section-author .a-thumb .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.widget-author .section-author .author-ewm {
	width: 7.143%;
	color: #b4b4b4;
	cursor: pointer
}

.widget-author .section-author .author-info {
	width: 75%;
	padding: 0 10px;
	box-sizing: border-box
}

.widget-author .section-author .author-info h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px
}

.widget-author .section-author .author-info h2 .btn {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0 3px;
	margin-left: 5px;
	vertical-align: text-top
}

.widget-author .section-author .author-info h4 {
	font-size: 13px;
	font-weight: normal;
	color: #969696
}

.widget-author .section-author .author-info h4 span {
	display: inline-block
}

.widget-author .section-author .author-info h4 span:first-child {
	position: relative;
	padding-right: 10px;
	margin-right: 5px
}

.widget-author .section-author .author-info h4 span:first-child::after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}

.widget-author .section-content h3 {
	text-align: center;
	position: relative;
	margin-bottom: 15px
}

.widget-author .section-content h3 strong {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	color: #a7a7a7
}

.widget-author .section-content h3:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #efefef;
	position: absolute;
	left: 0;
	top: 50%
}

.widget-author .section-content ul {
	padding-bottom: 10px
}

.widget-author .section-content ul li {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 24px
}

.widget-author .section-content ul li a {
	color: #666
}

.widget-author .section-content ul li a:hover {
	color: #ff5c00
}

.widget-author .section-content ul li .btn {
	font-style: normal;
	line-height: 20px;
	width: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4px
}

.widget-author .section-more {
	text-align: center;
	padding: 12px 0;
	font-size: 14px;
	border-top: 1px solid #f4f4f4
}

.widget-author .section-more a {
	color: #a7a7a7
}

.widget-author .section-more a:hover {
	color: #ff5c00
}

.widget-authors-hot {
	margin-bottom: 50px
}

.widget-authors-hot ul {
	margin: 0
}

.widget-authors-hot li {
	display: block
}

.widget-authors-hot li:last-child .item {
	padding-bottom: 0;
	border-bottom: none
}

.widget-authors-hot .item {
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #eee
}

.widget-authors-hot .item .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 8px #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.widget-authors-hot .item .author-avatar {
	float: left
}

.widget-authors-hot .item .item-main {
	min-height: 60px;
	margin-left: 70px;
	color: #393939
}

.widget-authors-hot .item .item-main h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 12px
}

.widget-authors-hot .item .item-main h2 span {
	font-size: 8px;
	color: #fff;
	background: #ff5c00;
	display: inline-block;
	vertical-align: text-top;
	font-weight: normal;
	border-radius: 2px;
	line-height: 1.4;
	padding: 0 4px;
	margin-left: 5px
}

.widget-authors-hot .item .item-main h2 a {
	color: #393939
}

.widget-authors-hot .item .item-main h2 a:hover {
	color: #ff5c00
}

.widget-authors-hot .item .item-main h3 {
	font-size: 13px;
	line-height: 1.1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	font-weight: normal
}

.widget-authors-hot .item .item-main h3 a {
	color: #888
}

.widget-authors-hot .item .item-main h3 a:hover {
	color: #ff5c00
}

.widget-authors-hot .item .item-main h3 i:before {
	margin-left: 0;
	margin-right: 0
}

.widget-authors-hot .item .item-main h4 {
	font-size: 13px;
	line-height: 1.1;
	font-weight: normal;
	margin-bottom: 12px
}

.widget-authors-hot .item .item-main h4 i {
	font-style: normal;
	color: #aaa;
	margin: 0 5px
}

.widget-authors-hot .item .item-main h4 a {
	color: #888
}

.widget-authors-hot .item .item-main h4 a:hover {
	color: #ff5c00
}

.widget-post-zt {
	padding-top: 20px
}

@media (min-width:768px) {
	.widget-post-zt {
		padding-top: 0
	}
}

.widget-post-zt li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 23px;
	font-size: 15px
}

@media (min-width:768px) {
	.widget-post-zt li {
		font-size: 14px
	}
}

.widget-post-zt li .num {
	display: block;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	border-radius: 2px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	left: 0;
	top: 4px;
	font-style: normal;
	font-size: 11px;
	color: #888
}

.widget-post-zt li:nth-child(1) .num,
.widget-post-zt li:nth-child(2) .num,
.widget-post-zt li:nth-child(3) .num {
	border-color: #ff5c00;
	color: #ff5c00
}

.widget-post-zt li span {
	display: block;
	color: #a7a7a7;
	font-size: 13px;
	margin-top: 4px
}

.widget-post-related .item {
	margin-bottom: 30px;
	min-height: 58px
}

.widget-post-related .item a {
	display: block;
	box-sizing: border-box;
	padding: 0 110px 0 26px;
	position: relative;
	color: #333
}

.widget-post-related .item a:hover {
	color: #ff5c00
}

.widget-post-related .item a:hover .num .btn {
	color: #ff5c00;
	border-color: #ff5c00
}

.widget-post-related .item .num {
	width: 16px;
	position: absolute;
	left: 0;
	top: 4px
}

.widget-post-related .item .num .btn {
	line-height: 16px;
	font-style: normal
}

.widget-post-related .item .item-thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 86px;
	border-radius: 3px;
	overflow: hidden
}

.widget-post-related .item .item-thumb .thumb {
	border-radius: 3px;
	background-position: left center
}

.widget-post-related .item h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.widget-talk-hot .section-content {
	margin-bottom: 10px
}

.widget-talk-hot .item {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #eee
}

.widget-talk-hot .item a {
	display: block
}

.widget-talk-hot .item a:hover h3 {
	color: #ff5c00
}

.widget-talk-hot .item a:hover .btn {
	color: #fff;
	background: #ff5c00
}

.widget-talk-hot .item:last-child {
	border-bottom: none
}

.widget-talk-hot .item h5 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 15px
}

.widget-talk-hot .item .user_avatar {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom
}

.widget-talk-hot .item .user_avatar .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.widget-talk-hot .item .btn {
	display: inline-block;
	background: transparent;
	padding: 0 5px;
	line-height: 24px
}

.widget-talk-hot .item h4 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	position: relative;
	line-height: 26px
}

.widget-talk-hot .item h4 .btn {
	position: absolute;
	right: 0;
	top: 0
}

.widget-talk-hot .item .icon-fire {
	color: #ff5c00
}

.widget-talk-hot .item h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px
}

.widget-zt-hot .section-content {
	margin-bottom: 28px
}

.widget-zt-hot .item {
	position: relative;
	margin-bottom: 16px
}

.widget-zt-hot .item a {
	display: block;
	position: relative;
	padding-left: 24px
}

.widget-zt-hot .item a:hover h2 {
	color: #ff5c00
}

.widget-zt-hot .item a:hover .btn {
	background: #ff5c00;
	color: #fff
}

.widget-zt-hot .item a:hover .num {
	color: #ff5c00;
	border-color: #ff5c00
}

.widget-zt-hot .item .num {
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #b4b4b4;
	color: #888;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 2px
}

.widget-zt-hot .item h2 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	width: 108px;
	overflow: hidden
}

.widget-zt-hot .item h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 22px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left: 150px;
	height: 22px;
	overflow: hidden
}

.widget-zt-hot .item_3,
.widget-zt-hot .item_2,
.widget-zt-hot .item_1 {
	margin-bottom: 20px
}

.widget-zt-hot .item_3 a,
.widget-zt-hot .item_2 a,
.widget-zt-hot .item_1 a {
	padding-left: 150px;
	min-height: 92px
}

.widget-zt-hot .item_3 a:hover .num,
.widget-zt-hot .item_2 a:hover .num,
.widget-zt-hot .item_1 a:hover .num {
	color: #fff
}

.widget-zt-hot .item_3 .num,
.widget-zt-hot .item_2 .num,
.widget-zt-hot .item_1 .num {
	top: 0;
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff;
	z-index: 10
}

.widget-zt-hot .item_3 .item_thumb,
.widget-zt-hot .item_2 .item_thumb,
.widget-zt-hot .item_1 .item_thumb {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 130px
}

.widget-zt-hot .item_3 .item_thumb .thumb,
.widget-zt-hot .item_2 .item_thumb .thumb,
.widget-zt-hot .item_1 .item_thumb .thumb {
	padding-top: 63.014%;
	border-radius: 2px
}

.widget-zt-hot .item_3 h2,
.widget-zt-hot .item_2 h2,
.widget-zt-hot .item_1 h2 {
	font-size: 16px;
	margin-bottom: 6px
}

.widget-zt-hot .item_3 h3,
.widget-zt-hot .item_2 h3,
.widget-zt-hot .item_1 h3 {
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	margin-left: 0;
	margin-bottom: 8px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

.widget-zt-hot .item_3 .btn,
.widget-zt-hot .item_2 .btn,
.widget-zt-hot .item_1 .btn {
	display: inline-block;
	background: transparent;
	padding: 0 5px;
	font-size: 12px;
	line-height: 24px
}

.widget-comment-hot .section-content {
	margin-bottom: 30px
}

@media (min-width:1024px) {
	.widget-comment-hot .section-content {
		margin-bottom: 0
	}
}

.widget-comment-hot .item {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px dashed #eee
}

.widget-comment-hot .item:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.widget-comment-hot .item:last-child h2 {
	margin-bottom: 0
}

.widget-comment-hot .item h2 {
	font-size: 13px;
	line-height: 23px;
	height: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	font-weight: normal;
	margin-bottom: 16px
}

.widget-comment-hot .item h2 a {
	color: #888
}

.widget-comment-hot .item h2 a:hover {
	color: #ff5c00
}

.widget-comment-hot .item .comment-content {
	padding: 15px;
	background: #f7f7f7;
	border-radius: 6px;
	font-size: 14px;
	color: #262626;
	margin-bottom: 10px;
	position: relative;
	transition: all .2s
}

.widget-comment-hot .item .comment-content::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-bottom: 6px solid #f7f7f7;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	left: 10px;
	bottom: 100%
}

.widget-comment-hot .item .comment-content p {
	text-align: justify;
	line-height: 23px;
	max-height: 69px;
	overflow: hidden
}

.widget-comment-hot .item .comment-content p a:hover {
	color: #000
}

.widget-comment-hot .item .comment-content:hover {
	background-image: -webkit-linear-gradient(top, #f7f7f7 0, #fbfbfb 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0, #fbfbfb 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0, #fbfbfb 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#fffbfbfb', GradientType=0)
}

.widget-comment-hot .item .meta {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	color: #262626;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	white-space: nowrap;
	height: 30px;
	overflow: hidden
}

.widget-comment-hot .item .meta a {
	color: #262626
}

.widget-comment-hot .item .meta a:hover {
	color: #ff5c00
}

.widget-comment-hot .item .meta .views {
	font-size: 13px;
	color: #888;
	white-space: nowrap
}

.widget-comment-hot .item .comment-avatar {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 9px
}

.widget-comment-hot .item .comment-avatar .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.widget-comment-hot .item .meta-zan {
	color: #bfbfbf
}

.widget-post-tabs .tabs-title {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 27px
}

.widget-post-tabs .title-item {
	flex-grow: 1;
	background: #fafafa;
	border-bottom: 1px solid #f3f3f3;
	line-height: 40px;
	font-size: 14px;
	color: #6a6a6a;
	text-align: center;
	display: block
}

.widget-post-tabs .title-item:hover {
	color: #ff5c00
}

.widget-post-tabs .title-item.current {
	background: #ff5c00;
	color: #fff;
	border-bottom-color: #ff5c00
}

.widget-post-tabs li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box
}

.widget-post-tabs li h2 {
	font-size: 14px;
	font-weight: normal
}

.widget-post-tabs li .num {
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #b4b4b4;
	color: #888;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 2px
}

.widget-post-tabs li a {
	display: block;
	position: relative;
	padding-left: 26px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 20px;
	overflow: hidden
}

.widget-post-tabs li a:hover {
	color: #ff5c00
}

.widget-post-tabs li a:hover .num {
	color: #ff5c00;
	border-color: #ff5c00
}

.widget-post-tabs li:nth-child(1) .num,
.widget-post-tabs li:nth-child(2) .num,
.widget-post-tabs li:nth-child(3) .num {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.widget-post-tabs li:nth-child(1) a:hover .num,
.widget-post-tabs li:nth-child(2) a:hover .num,
.widget-post-tabs li:nth-child(3) a:hover .num {
	color: #fff
}

.hunter-widget-hunter-authors {
	margin-bottom: 50px
}

.hunter-widget-hunter-authors ul {
	margin: 0
}

.hunter-widget-hunter-authors li {
	display: block
}

.hunter-widget-hunter-authors .item {
	margin: 0 0 45px
}

.hunter-widget-hunter-authors .item .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 8px #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.hunter-widget-hunter-authors .item .hunter-avatar {
	float: left
}

.hunter-widget-hunter-authors .item .item-main {
	min-height: 60px;
	margin-left: 70px;
	color: #393939
}

.hunter-widget-hunter-authors .item .item-main h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px
}

.hunter-widget-hunter-authors .item .item-main h2 span {
	font-size: 8px;
	color: #fff;
	background: #ff5a00;
	display: inline-block;
	vertical-align: text-top;
	font-weight: normal;
	border-radius: 2px;
	line-height: 1.4;
	padding: 0 4px;
	margin-left: 5px
}

.hunter-widget-hunter-authors .item .item-main h2 a {
	color: #393939
}

.hunter-widget-hunter-authors .item .item-main h2 a:hover {
	color: #ff5a00
}

.hunter-widget-hunter-authors .item .item-main h3 {
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	font-weight: normal
}

.hunter-widget-hunter-authors .item .item-main h3 a {
	color: #393939
}

.hunter-widget-hunter-authors .item .item-main h3 a:hover {
	color: #ff5a00
}

.hunter-widget-hunter-authors .item .item-main h3 i:before {
	margin-left: 0;
	margin-right: 0
}

.hunter-widget-hunter-authors .item .item-main h4 {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 12px;
	font-weight: normal
}

.hunter-widget-hunter-authors .item .item-main h4 i {
	font-style: normal;
	color: #aaa;
	margin: 0 5px
}

.hunter-widget-hunter-authors .item .item-main h4 a {
	color: #393939
}

.hunter-widget-hunter-authors .item .item-main h4 a:hover {
	color: #ff5a00
}

.widget-topic-hot .section-title {
	margin-bottom: 30px
}

.widget-topic-hot .section-content {
	margin: 0 -10px 10px
}

.widget-topic-hot .section-content a {
	white-space: nowrap;
	display: inline-block;
	font-size: 14px;
	color: #888;
	padding: 0 10px;
	line-height: 2.2857;
	background: #f9f9f9;
	border-radius: 3px;
	margin: 0 10px 20px
}

.widget-topic-hot .section-content a:hover {
	background: #ff5c00;
	color: #fff
}

.widget-topic-hot .section-content a:hover .clr_orange {
	color: #fff
}

.widget-hunter-next {
	padding: 15px 25px 25px;
	transition: all .2s
}

@media (min-width:768px) {
	.widget-hunter-next {
		border: 1px solid #f3f3f3;
		box-shadow: 5px 5px 10px #f7f7f7
	}
}

.widget-hunter-next:hover {
	transform: translate(0, -5px)
}

.widget-hunter-next .section-title {
	font-size: 14px;
	font-weight: normal
}

.widget-hunter-next .section-content h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 13px
}

.widget-hunter-next .section-content p {
	font-size: 14px;
	color: #888;
	line-height: 1.714;
	max-height: 5.143em;
	overflow: hidden;
	margin-bottom: 24px
}

.widget-hunter-next .section-content .btn {
	line-height: 3.2857
}

.widget-hunter-next a {
	display: block
}

.widget-hunter-next a:hover .section-title,
.widget-hunter-next a:hover h3 {
	color: #ff5c00
}

.widget-article-menu {
	border: 1px solid #efefef;
	border-radius: 3px;
	box-shadow: 0 12px 30px 0 rgba(237, 240, 241, 0.5);
	background: #fff;
	padding: 20px
}

.widget-article-menu .widget-title {
	font-size: 18px;
	margin-bottom: 16px
}

.widget-article-menu .widget-content {
	font-size: 14px;
	line-height: 1.5em;
	max-height: 17.5em;
	overflow-y: auto
}

.widget-article-menu .widget-content li {
	display: block;
	height: 1.5em;
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
	padding-left: 14px;
	text-overflow: ellipsis
}

.widget-article-menu .widget-content li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #dadada;
	margin-top: -2px
}

.widget-article-menu .widget-content li.current::before,
.widget-article-menu .widget-content li:hover::before {
	width: 6px;
	height: 6px;
	background: #ff5c00;
	margin-top: -3px
}

.widget-article-menu .widget-content li.current a,
.widget-article-menu .widget-content li:hover a {
	color: #ff5c00
}

.widget-article-menu.show_fixed {
	display: block !important;
	position: fixed;
	left: auto;
	right: 15px;
	bottom: 15px;
	margin-bottom: 0 !important;
	max-width: 100%;
	margin: 0 64px 0 15px;
	z-index: 90
}

.widget-peoplesee .section-title {
	margin-bottom: 0
}

.widget-peoplesee li {
	display: block;
	position: relative;
	margin-bottom: 9px;
	box-sizing: border-box
}

.widget-peoplesee li:last-child {
	margin-bottom: 0
}

.widget-peoplesee li h2 {
	font-size: 14px;
	font-weight: normal
}

.widget-peoplesee li .num {
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #b4b4b4;
	color: #888;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 2px;
	font-style: normal
}

.widget-peoplesee li a {
	display: block;
	position: relative;
	padding-left: 26px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 21px;
	overflow: hidden
}

.widget-peoplesee li a:hover {
	color: #ff5c00
}

.widget-peoplesee li a:hover .num {
	color: #ff5c00;
	border-color: #ff5c00
}

.widget-peoplesee li:nth-child(1) .num,
.widget-peoplesee li:nth-child(2) .num,
.widget-peoplesee li:nth-child(3) .num {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.widget-peoplesee li:nth-child(1) a:hover .num,
.widget-peoplesee li:nth-child(2) a:hover .num,
.widget-peoplesee li:nth-child(3) a:hover .num {
	color: #fff
}

.widget-hunter-topics .items {
	overflow: hidden;
	margin: 0 -10px
}

.widget-hunter-topics .item {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px
}

.widget-hunter-topics .wall-item {
	background: #fafafa
}

.widget-hunter-topics .wall-item a {
	display: block;
	border-radius: 3px;
	padding: 10px
}

.widget-hunter-topics .wall-item a:hover {
	background: #ff5c00;
	color: #fff
}

.widget-hunter-topics .wall-item a:hover h5,
.widget-hunter-topics .wall-item a:hover .clr_orange {
	color: #fff
}

.widget-hunter-topics .wall-item h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	white-space: nowrap;
	max-width: 100px;
	overflow: hidden
}

.widget-hunter-topics .wall-item h5 {
	font-size: 13px;
	font-weight: normal;
	color: #bbb
}

.modal-part {
	position: fixed;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 90;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.modal-part.modal-show {
	top: 50%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.modal-mark {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 80;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	cursor: pointer;
	transition: none
}

.modal-mark.modal-show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	transition: none
}

.modal-mark.modal-show-for-img {
	z-index: 20;
	background: #fff;
	transition: none
}

.img-pn-btn {
	font-size: 72px;
	display: block;
	position: fixed;
	top: 50%;
	color: #bbb;
	z-index: 30;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.img-pn-btn.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.img-pn-btn:hover {
	color: #ff5c00
}

.img-pn-btn.prev-img {
	left: 0
}

.img-pn-btn.next-img {
	right: 0
}

.modal-login-panel .modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all .2s;
	cursor: pointer
}

.modal-login-panel .modal-close:hover {
	color: #ff5c00;
	transform: rotate(180deg)
}

.modal-login-panel .login_wrap {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.modal-login-panel .wxlogin-intro {
	padding: 18px;
	background: #f6f6f6;
	font-size: 12px;
	color: #777;
	text-align: center
}

.modal-login-panel .wxlogin-intro p {
	margin: 0
}

.modal-login-panel .wxlogin-main {
	padding: 40px 50px 20px
}

.modal-login-panel h2 {
	font-size: 24px;
	height: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: normal
}

.modal-login-panel h4 {
	font-size: 12px;
	padding: 10px 8px 8px;
	background: #f6f6f6;
	color: #777;
	margin-bottom: 0;
	border-radius: 30px;
	text-align: center
}

.modal-login-panel h4 em {
	font-style: normal;
	color: #47c333
}

.modal-login-panel h3 {
	font-size: 15px;
	color: #777;
	margin-bottom: 10px
}

.modal-login-panel .ewm {
	margin: 0 -10px
}

.modal-login-panel .wx {
	display: none;
	text-align: center;
	font-size: 14px;
	margin: 5px 0 8px;
	letter-spacing: 1px
}

.modal-login-panel .wx i {
	color: #47c333;
	margin-right: 5px
}

.modal-login-panel ul {
	margin: 0;
	padding: 0
}

.modal-login-panel li {
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #777
}

.modal-login-panel li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-style: normal;
	background: #ccc;
	color: #fff;
	border-radius: 20px;
	margin-right: 5px;
	vertical-align: middle
}

.modal-login-panel .wxlogin-protocol {
	margin-bottom: 0
}

.modal-login-panel .wxlogin-protocol a {
	color: #ff5c00
}

.modal-login-panel .wxlogin-protocol .ico {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #fff;
	vertical-align: top;
	margin-right: 2px;
	text-align: center
}

.modal-login-panel .wxlogin-protocol .ico:before {
	content: '';
	display: inline-block;
	border: 1px solid #ccc;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	vertical-align: text-top;
	margin-top: 4px
}

.modal-login-panel .wxlogin-protocol .checked .ico:before {
	content: '\e832';
	font-family: fontello;
	border: none;
	color: #ff5c00;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 0 1px 0 0
}

.modal-login-panel .wxlogin-protocol input {
	display: none
}

.modal-login-panel .avatar {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-image: url(../images/avatar-uisdc-chat.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top
}

.modal-login-panel .btn {
	display: block;
	color: #fff;
	background: #ff5c00;
	width: 100%;
	border-radius: 3px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-bottom: 10px
}

.modal-login-panel .btn i {
	margin-right: 10px;
	vertical-align: middle
}

.modal-login-panel .btn:hover {
	background: #e95800
}

.modal-qr {
	width: 316px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -150px;
	background: #fff;
	padding: 30px;
	text-align: center;
	display: none;
	z-index: 199999
}

.modal-qr.modal-show {
	display: block
}

.modal-qr h2 {
	font-size: 24px;
	margin: 0 0 30px
}

.modal-qr p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 2
}

.modal-qr p span {
	background: #61c408;
	color: #fff;
	padding: 3px 5px
}

.modal-qr .close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	cursor: pointer;
	transition: all .2s
}

.modal-qr .close:hover {
	transform: rotate(180deg);
	color: #ff5c00
}

.modal-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 100%;
	top: 0;
	right: 0;
	padding-right: 95px
}

@media (min-width:768px) {
	.modal-menu {
		display: none
	}
}

.modal-menu.modal-show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	left: 95px;
	z-index: 90
}

.modal-menu .modal-content {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-top: 50px
}

.modal-menu .form {
	padding: 15px 25px;
	position: relative
}

.modal-menu .form form {
	position: relative
}

.modal-menu .form .txt {
	display: block;
	box-sizing: border-box;
	background: #f7f7f7;
	padding: 10px 60px 10px 20px;
	border-radius: 20px;
	width: 100%;
	height: 40px;
	line-height: 20px;
	color: #888;
	font-size: 14px
}

.modal-menu .form .btn {
	display: block;
	position: absolute;
	right: 6px;
	top: 4px;
	border: none;
	background: transparent;
	width: 30px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	outline: none;
	color: #888
}

.modal-menu .form .btn i {
	display: block
}

.modal-menu .form .ji-icon {
	display: none
}

.modal-menu .menu {
	padding-left: 25px
}

.modal-menu .menu .link-0 {
	display: block;
	font-size: 15px;
	color: #262626;
	padding: 15px 0;
	border-bottom: 1px solid #f7f7f7
}

.modal-menu .menu .link-0:hover {
	color: #ff5c00
}

.modal-menu .menu .has-children .link-0 {
	position: relative
}

.modal-menu .menu .has-children .link-0:after {
	content: '\e822';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 10px;
	display: block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -0.5em;
	transform: rotate(90deg);
	color: #888;
	transition: all .2s
}

.modal-menu .menu .has-children.show .link-0:after {
	transform: rotate(-90deg)
}

.modal-menu .menu .has-children.show .sub-nav {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto;
	padding-top: 25px
}

.modal-menu .menu .sub-nav {
	background: #fafafa;
	padding: 0 25px 0;
	margin-left: -25px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	height: 0;
	overflow: hidden
}

.modal-menu .menu .sub-nav.section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start
}

.modal-menu .menu .sub-nav.section-content .item {
	width: 50%;
	text-align: center;
	margin-bottom: 20px
}

.modal-menu .menu .sub-nav.section-content .item i {
	font-size: 22px;
	color: #ff5c00
}

.modal-menu .menu .sub-nav.section-content .item h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666
}

.modal-menu .menu .sub-nav.section-content .item h4,
.modal-menu .menu .sub-nav.section-content .item h5 {
	display: none
}

.modal-menu .menu .sub-nav.section-content .coming {
	display: none
}

.modal-menu .menu .sub-nav.nav-1 {
	padding-bottom: 5px
}

.modal-menu .menu .sub-nav.nav-1 li {
	margin-bottom: 20px
}

.modal-menu .site-info {
	padding: 20px 5px 40px;
	font-size: 10px;
	color: #999;
	text-align: center;
	line-height: 1.85
}

.part-dropdown {
	position: fixed;
	top: -100%;
	left: 0;
	right: 0;
	z-index: 26;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.part-dropdown.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	top: 58px
}

.part-dropdown .container {
	padding: 0 15px !important
}

@media (min-width:768px) {
	.part-dropdown .container {
		max-width: 768px !important
	}
}

@media (min-width:1024px) {
	.part-dropdown .container {
		max-width: 1024px !important
	}
}

@media (min-width:1330px) {
	.part-dropdown .container {
		max-width: 1330px !important
	}
}

.part-dropdown .dropdown-content {
	background: #fff;
	padding: 50px 50px 0;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
	border-bottom: 6px solid #fcfcfc;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.part-dropdown .main {
	flex-grow: 1
}

.part-dropdown .main .dropdown-section {
	margin-bottom: 20px
}

.part-dropdown .main .section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	margin: 0 -10px;
	flex-wrap: wrap
}

.part-dropdown .main .section-content .item {
	padding: 0 10px;
	flex-shrink: 0;
	margin-bottom: 20px
}

.part-dropdown .main .section-content .item a {
	display: block;
	border: 1px solid #f3f3f3;
	background: #fefefe;
	border-radius: 3px;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0
}

.part-dropdown .main .section-content .item a i {
	color: #ff5c00;
	font-size: 28px;
	margin-bottom: 15px
}

.part-dropdown .main .section-content .item a h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px
}

.part-dropdown .main .section-content .item a h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal
}

.part-dropdown .main .section-content .item a h5 {
	color: #888;
	font-size: 12px;
	font-weight: normal
}

.part-dropdown .main .section-content .item a:hover {
	background: #ff5c00;
	color: #fff;
	box-shadow: 0 8px 12px 0 rgba(255, 96, 0, 0.2)
}

.part-dropdown .main .section-content .item a:hover i,
.part-dropdown .main .section-content .item a:hover h3,
.part-dropdown .main .section-content .item a:hover h4,
.part-dropdown .main .section-content .item a:hover h5 {
	color: #fff
}

.part-dropdown .main .section-content .item a.disabled {
	border-color: #f3f3f3;
	position: relative;
	cursor: default
}

.part-dropdown .main .section-content .item a.disabled p {
	opacity: .3;
	font-size: 16px;
	text-align: center;
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%)
}

.part-dropdown .main .section-content .item a.disabled:hover {
	background: transparent;
	box-shadow: none;
	color: #333
}

.part-dropdown .main .section-content .item.coming a {
	position: relative;
	padding: 24px 0 0;
	text-align: center
}

.part-dropdown .main .section-content .item.coming a .coming-ico {
	position: relative;
	left: auto;
	top: auto;
	font-size: 40px;
	color: #333;
	opacity: .3
}

.part-dropdown .main .section-content .item.coming a .coming-ico::before {
	width: auto;
	margin: 0
}

.part-dropdown .sidebar {
	width: 256px;
	flex-shrink: 0
}

.part-dropdown .section-title {
	border-bottom: none
}

.part-dropdown .dropdown-allposts .section-content .item {
	width: 16.6666667%
}

.part-dropdown .dropdown-allposts .section-content .item a {
	position: relative
}

.part-dropdown .dropdown-hotcats .section-content .item {
	width: 25%
}

.part-dropdown .dropdown-hotcats .section-content .item a {
	position: relative;
	text-align: left;
	padding: 28px 30px 28px 80px
}

.part-dropdown .dropdown-hotcats .section-content .item a i {
	position: absolute;
	left: 28px;
	top: 25px
}

.part-dropdown .dropdown-hotcats2 .section-content .item {
	width: 33.3333%
}

.part-dropdown .dropdown-close {
	display: block;
	position: absolute;
	right: 95px;
	top: 50px;
	font-size: 20px;
	color: #c6c6c6;
	cursor: pointer;
	transition: all .2s
}

.part-dropdown .dropdown-close:hover {
	color: #ff5c00;
	transform: rotate(180deg)
}

.part-dropdown .mark {
	cursor: pointer
}

.dropdown-search {
	width: 100%;
	height: 100%;
	top: 0
}

.dropdown-search .mark {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5)
}

.dropdown-search .search-content {
	width: 100%;
	overflow-y: auto;
	padding: 0 100px
}

.dropdown-search .search-content h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px
}

.dropdown-search .search-content h3 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	line-height: 28px
}

.dropdown-search .search-content h3 .sub {
	font-size: 12px;
	font-weight: normal;
	color: #888
}

.dropdown-search .search-content h3 .btn-remove-history {
	cursor: pointer
}

.dropdown-search .search-content h3 .btn-remove-history:hover {
	color: #ff5c00
}

.dropdown-search .form {
	margin-bottom: 30px
}

.dropdown-search .form form {
	display: block;
	position: relative;
	width: 100%;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.02)
}

.dropdown-search .form form .ji-icon {
	position: absolute;
	left: 50%;
	top: -23px;
	margin-left: -12px
}

.dropdown-search .form .txt {
	display: block;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	padding: 19px 90px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #515151;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 3px
}

@media (min-width:768px) {
	.dropdown-search .form .txt {
		padding-right: 150px
	}
}

.dropdown-search .form .placeholder {
	color: #888
}

.dropdown-search .form .btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 60px;
	background: #ff5c00;
	color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
	border: none;
	outline: none;
	font-size: 20px;
	border-radius: 0 3px 3px 0
}

@media (min-width:768px) {
	.dropdown-search .form .btn {
		width: 140px;
		letter-spacing: 2px
	}
}

.dropdown-search .form .btn:hover {
	background: #f55800
}

.dropdown-search .search-keywords {
	font-size: 14px;
	margin: 0 -10px 40px
}

.dropdown-search .search-keywords a {
	display: inline-block;
	white-space: nowrap;
	margin: 0 10px;
	color: #888
}

.dropdown-search .search-keywords a:hover {
	color: #ff5c00
}

.dropdown-search .no-history {
	display: none
}

.dropdown-search .history-content {
	margin-bottom: 40px
}

.dropdown-search .history-content ul {
	margin: 0 -10px
}

.dropdown-search .history-content li {
	display: inline-block;
	margin: 0 10px 20px;
	background: #f7f7f7;
	border-radius: 3px;
	color: #888;
	font-size: 14px;
	line-height: 2.57;
	padding: 0 10px
}

.dropdown-search .history-content li:hover {
	background: #ff5c00;
	color: #fff
}

.dropdown-search .history-content li:hover a {
	color: #fff
}

.dropdown-search .history-content li a {
	color: #888
}

.dropdown-search .history-content li a:hover {
	color: #fff
}

.dropdown-search .history-content li i,
.dropdown-search .history-content li span {
	display: none
}

.dropdown-search .recent-content {
	margin-bottom: 50px
}

.dropdown-search .recent-content .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	margin: 0 -20px
}

.dropdown-search .recent-content .item {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 20px
}

.dropdown-search .recent-content .post-item .item-thumb {
	border-radius: 3px 3px 0 0;
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden
}

.dropdown-search .recent-content .post-item .item-thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.dropdown-search .recent-content .post-item .item-thumb:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	opacity: .3
}

.dropdown-search .recent-content .post-item .item-main {
	border: 1px solid #f3f3f3;
	padding: 15px
}

.dropdown-search .recent-content .post-item .item-main h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px
}

.dropdown-search .recent-content .post-item .item-main h5 {
	font-size: 12px;
	font-weight: normal;
	color: #a7a7a7;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.dropdown-search .recent-content .post-item a:hover .item-main h4 {
	color: #ff5c00
}

.dropdown-search {
	transition: none
}

.dropdown-search.show {
	transition: all .2s
}

.sidebar {
	position: relative
}

@media (min-width:768px) {
	.sidebar {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

@media (min-width:1024px) {
	.sidebar {
		display: block
	}
}

.sidebar .widget {
	margin-bottom: 15px;
	box-sizing: border-box
}

@media (min-width:1024px) {
	.sidebar .widget {
		margin-bottom: 30px;
		width: auto
	}
}

.sidebar .widget .section-title .more {
	top: 42%;
	font-size: 13px;
	color: #888
}

.sidebar .widget .section-title .more:hover {
	color: #ff5c00
}

.sidebar .viewAll {
	font-size: 14px
}

.sidebar .viewAll i {
	font-size: 9px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	color: #a7a7a7
}

.sidebar .viewAll .btn {
	line-height: 3
}

@media (min-width:768px) {
	.sidebar .viewAll .btn {
		line-height: 2.6
	}
}

.sidebar .viewAll .btn:hover {
	background: #ff5c00;
	color: #fff
}

.sidebar .viewAll .btn:hover i {
	color: #fff
}

.sidebar .sidebar-fixed {
	visibility: hidden;
	opacity: 0;
	height: 1px;
	transition: all .2s;
	width: 100%
}

@media (min-width:768px) {
	.sidebar .sidebar-fixed {
		width: 280px
	}
}

@media (min-width:1330px) {
	.sidebar .sidebar-fixed {
		width: 314px
	}
}

.sidebar .sidebar-fixed.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto
}

@media (min-width:1024px) {
	.sidebar .sidebar-fixed.autofixed-fixed {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		height: auto;
		position: fixed;
		top: 70px
	}

	.sidebar .sidebar-fixed.autofixed-absolute {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 0
	}
}

@media (max-width:1023px) {
	.sidebar .sidebar-fixed .widget-article-menu {
		display: none
	}
}

.sidebar .widget-show {
	padding-top: 15px;
	margin-bottom: 0
}

@media (min-width:768px) {
	.sidebar .widget-show {
		background: transparent;
		padding: 0;
		margin: 0 0 30px
	}
}

@media (min-width:1024px) {

	.sidebar .widget-hunter-topics,
	.sidebar .widget-news,
	.sidebar .widget-zt-hot,
	.sidebar .widget-comment-hot,
	.sidebar .widget-authors-hot,
	.sidebar .widget-talk-hot {
		border: 1px solid #f2f2f2;
		padding: 20px;
		margin-bottom: 30px
	}

	.sidebar .widget-post-tabs {
		border: 1px solid #f2f2f2
	}

	.sidebar .widget-post-tabs .tabs-content {
		padding: 0 20px 10px
	}
}

@media (min-width:1024px) {
	.sidebar .section-title .sub {
		font-size: 12px
	}
}

@media (min-width:1330px) {
	.sidebar .section-title .sub {
		font-size: 14px
	}
}

.header {
	position: fixed;
	background: #f2f2f2;
	z-index: 30;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}

@media (min-width:768px) {
	.header {
		background: #fff
	}
}

.header.show-menu {
	z-index: 100
}

.header.show-menu .ico-navi {
	background: transparent
}

.header.show-menu .ico-navi:before {
	transform: rotate(45deg);
	top: 0
}

.header.show-menu .ico-navi:after {
	transform: rotate(-45deg);
	top: 0
}

.header .container {
	height: 36px;
	overflow: visible
}

@media (min-width:768px) {
	.header .container {
		height: auto
	}
}

.header .logo {
	margin: 0 -15px;
	padding: 0 15px;
	background: #fff
}

@media (min-width:768px) {
	.header .logo {
		margin: 0;
		padding: 0;
		background: transparent;
		height: 58px
	}
}

.header .logo a {
	display: block;
	width: 80px;
	height: 36px;
	background: #ff5c00;
	position: relative
}

.header .logo a .logo-icon {
	border-bottom-color: #ff5c00
}

@media (max-width:767px) {
	.header .logo a:hover .logo-icon {
		background-color: #ff5c00;
		position: absolute;
		left: 0;
		top: 0;
		border-bottom: 3px solid #ff5c00
	}
}

@media (min-width:768px) {
	.header .logo a {
		overflow: hidden;
		height: 58px
	}
}

@media (min-width:1024px) {
	.header .logo a {
		width: 100px
	}
}

@media (min-width:1330px) {
	.header .logo a {
		width: 160px
	}
}

.header .logo a span {
	display: none
}

.header .logo-icon {
	padding-top: 36px;
	background-image: url(../images/logo.png);
	background-size: 50%
}

@media (min-width:768px) {
	.header .logo-icon {
		background-size: contain;
		width: 68px;
		padding-top: 42px;
		margin: 8px auto 0
	}
}

.header .h-navi {
	float: right;
	margin-top: 8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #ff5c00
}

@media (min-width:768px) {
	.header .h-navi {
		display: none
	}
}

.header .site-menu {
	font-size: 14px;
	padding: 10px 15px 0;
	border-top: 1px solid #f2f2f2;
	margin: 0 -15px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

@media (min-width:768px) {
	.header .site-menu {
		padding: 0;
		border-top: none;
		font-size: 12px;
		margin: 0 0 0 10px;
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		transition: none
	}
}

@media (min-width:1024px) {
	.header .site-menu {
		margin-left: 20px;
		font-size: 15px
	}
}

@media (min-width:1330px) {
	.header .site-menu {
		margin-left: 60px
	}
}

.header .site-menu .menu-primary {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.header .site-menu .item-0 {
	flex-grow: 1;
	position: relative
}

.header .site-menu .item-0>a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	height: 31px;
	color: #333;
	position: relative
}

@media (min-width:768px) {
	.header .site-menu .item-0>a {
		line-height: 57px;
		height: 58px;
		padding: 0 5px
	}
}

@media (min-width:1024px) {
	.header .site-menu .item-0>a {
		padding: 0 10px
	}
}

@media (min-width:1330px) {
	.header .site-menu .item-0>a {
		margin: 0 10px
	}
}

.header .site-menu .item-0>a::after {
	content: '';
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	height: 5px;
	position: absolute;
	bottom: 0;
	background: transparent;
	z-index: 10
}

.header .site-menu .item-0>a:hover {
	color: #ff5c00
}

.header .site-menu .item-0.current-menu-parent>a::after,
.header .site-menu .item-0.current-menu-item>a::after {
	background: #ff5c00
}

.header .nav-1 {
	position: absolute;
	left: 50%;
	top: 70%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	white-space: nowrap;
	transform: translate(-50%, 0);
	padding: 10px 0 10px;
	border-bottom: 6px solid #fcfcfc;
	text-align: center;
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04)
}

.header .nav-1 .item-1 {
	width: 8em
}

.header .nav-1 .item-1.current-menu-item .link-1 {
	background: #ff5c00;
	color: #fff
}

.header .nav-1 .item-1.current-menu-item .link-1 i {
	color: #fff
}

.header .nav-1 .link-1 {
	display: block;
	width: 100%;
	color: #333;
	line-height: 2.1333em;
	padding: 5px 0
}

.header .nav-1 .link-1 i {
	color: #ff5c00;
	font-size: 16px
}

.header .nav-1 .link-1:hover {
	background: #ff5c00;
	color: #fff
}

.header .nav-1 .link-1:hover i {
	color: #fff
}

.header .has-children:hover .nav-1 {
	visibility: visible;
	top: 100%;
	opacity: 1;
	height: auto
}

.header .header-search {
	margin-top: 14px;
	margin-bottom: 15px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

@media (min-width:768px) {
	.header .header-search {
		margin-bottom: 0;
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		transition: none
	}
}

.header .header-search a {
	display: block;
	padding: 0 1em;
	color: #666;
	background: #f5f5f5;
	border-radius: 16px;
	line-height: 32px;
	font-size: 14px
}

.header .header-search a:hover {
	background: #fff5ef;
	color: #ff5c00
}

.header .login-panel {
	display: none;
	margin-left: 5px
}

@media (min-width:768px) {
	.header .login-panel {
		display: block
	}
}

@media (min-width:1024px) {
	.header .login-panel {
		margin-left: 25px
	}
}

.header .login-panel #login {
	position: relative;
	width: 36px;
	margin-top: 11px;
	padding-bottom: 11px
}

.header .login-panel #login:hover .login-down {
	top: 100%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.header .login-panel .avatar_a {
	display: block;
	border: 3px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.1)
}

.header .login-panel .avatar {
	padding-top: 100%
}

.header .login-panel .avatar-default {
	background-image: url(../images/avatar-uisdc-chat.png)
}

.header .login-panel .login-down {
	position: absolute;
	right: 0;
	top: 70%;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.header .login-panel .login-down .login-div {
	background: #fff;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
	border-radius: 3px;
	overflow: hidden;
	width: 328px
}

.header .login-panel .login-down .login-div .info {
	background: #fff6f1;
	position: relative;
	padding: 30px 90px
}

.header .login-panel .login-down .login-div .info::after,
.header .login-panel .login-down .login-div .info::before {
	content: '';
	display: block;
	position: absolute
}

.header .login-panel .login-down .login-div .info::before {
	left: 0;
	top: 0;
	opacity: .3;
	background-image: linear-gradient(44deg, #FEDBC7 48%, #FFF6F1 91%);
	width: 60px;
	height: 76px;
	border-radius: 0 0 100% 0
}

.header .login-panel .login-down .login-div .info::after {
	right: 0;
	bottom: 0;
	opacity: .4;
	background-image: linear-gradient(43deg, #FEDBC7 1%, #FFF6F1 100%);
	width: 100px;
	height: 57px;
	border-radius: 100% 0 0 0
}

.header .login-panel .login-down .login-div .info h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.header .login-panel .login-down .login-div .info h4 {
	font-size: 12px;
	color: #888;
	font-weight: normal;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.header .login-panel .login-down .login-div .info .info-thumb {
	width: 50px;
	position: absolute;
	left: 20px;
	top: 30px;
	border: 4px solid #fff;
	box-shadow: 0 0 30px 0 #eee;
	border-radius: 100%
}

.header .login-panel .login-down .login-div .info .info-thumb .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.header .login-panel .login-down .login-div .main {
	padding: 20px 30px 35px
}

.header .login-panel .login-down .login-div .main .main-menu {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px
}

.header .login-panel .login-down .login-div .main .main-menu .item {
	width: 33.3333%;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 5px
}

.header .login-panel .login-down .login-div .main .main-menu .item i {
	display: block;
	font-size: 20px;
	margin: 0 auto
}

.header .login-panel .login-down .login-div .main .main-menu .item i::before {
	margin: 0
}

.header .login-panel .login-down .login-div .main .main-menu .item a {
	display: block;
	padding: 10px 0;
	color: #666;
	border-radius: 3px;
	transition: none
}

.header .login-panel .login-down .login-div .main .main-menu .item a:hover {
	color: #fff;
	background: #ff5c00
}

.header .login-panel .login-down .login-div .main .main-menu-2 {
	border-top: 1px solid #f3f3f3;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	font-size: 14px
}

.header .login-panel .login-down .login-div .main .main-menu-2 a {
	color: #666
}

.header .login-panel .login-down .login-div .main .main-menu-2 a:hover {
	color: #ff5c00
}

.header .login-panel.wechat-login {
	display: block;
	position: fixed;
	right: 83px;
	top: -11px
}

.header .login-panel.wechat-login .avatar_a {
	box-shadow: none;
	border-width: 5px
}

.header .login-panel.wechat-login .avatar_a .thumb {
	border-radius: 100%
}

.header .login-panel.wechat-login #login:hover .login-down {
	position: fixed;
	right: 0;
	left: 0;
	top: 36px
}

.header .login-panel.wechat-login #login:hover .login-down .login-div {
	width: 100%
}

.usercenter-body .header .container {
	padding: 0 15px !important
}

@media (min-width:768px) {
	.usercenter-body .header .container {
		padding: 0 15px 0 0 !important
	}
}

.usercenter-body .header .site-menu .menu-primary {
	justify-content: center
}

.usercenter-body .header .site-menu .item-0 {
	flex-grow: 0;
	flex-shrink: 0
}

.footer {
	background: #121212;
	position: relative;
	z-index: 20
}

.footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: .02px
}

.footer .footer-colors {
	width: 100%;
	height: 4px;
	background-color: #333;
	background-position: 0 0;
	background-repeat: repeat;
	background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: -moz-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
	animation: animate-colors 200s infinite linear;
	animation-play-state: paused
}

.footer .colors-shadow {
	position: absolute;
	left: 0;
	top: 4px;
	right: 0;
	height: 50px
}

.footer .colors-shadow::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(18, 18, 18, 0.8), #121212)
}

@keyframes animate-colors {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 7000px 0
	}
}

.footer .friendlinks {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 2;
	margin: 0 -0.5em 20px;
	word-break: keep-all
}

.footer .friendlinks h6 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	margin: 0 .5em
}

.footer .friendlinks ul {
	display: inline
}

.footer .friendlinks li {
	display: inline;
	margin: 0 .5em
}

.footer .friendlinks a {
	color: #4f4f4f
}

.footer .friendlinks a:hover {
	color: #acacac
}

.footer .copyright {
	color: #7f7f7f;
	line-height: 1.5;
	font-size: 12px;
	text-align: center
}

@media (min-width:768px) {
	.footer .copyright {
		color: #545454
	}
}

.footer .copyright .asline {
	font-style: normal;
	display: block
}

@media (min-width:768px) {
	.footer .copyright .asline {
		display: inline
	}
}

.footer .copyright p {
	padding: .5em 0
}

@media (min-width:768px) {
	.footer .copyright p {
		background: #000;
		display: inline-block;
		padding: .5em 3em
	}
}

.footer .copyright a {
	color: #7f7f7f
}

@media (min-width:768px) {
	.footer .copyright a {
		color: #545454
	}
}

.footer .copyright a:hover {
	color: #acacac
}

.footer:hover .footer-colors {
	animation-play-state: running
}

.footer-navi {
	position: relative;
	background: #2a2a32;
	color: #949498;
	line-height: 1.9286;
	padding: 15px 0;
	z-index: 20;
	display: none
}

@media (min-width:768px) {
	.footer-navi {
		display: block
	}
}

@media (min-width:1024px) {
	.footer-navi {
		padding: 40px 0
	}
}

@media (min-width:1330px) {
	.footer-navi {
		overflow: visible
	}
}

.footer-navi .container {
	overflow: visible
}

.footer-navi a {
	color: #949498
}

.footer-navi a:hover {
	color: #fff
}

.footer-navi .title {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 1.38889;
	margin-bottom: 14px
}

.footer-navi .widget {
	box-sizing: border-box;
	position: relative
}

@media (min-width:1024px) {
	.footer-navi .widget::before {
		content: '';
		width: 0;
		height: 95%;
		border-left: 1px solid #33333c;
		position: absolute;
		right: 0;
		top: 5px
	}

	.footer-navi .widget::after {
		content: '';
		width: 0;
		height: 95%;
		border-right: 1px solid #222229;
		position: absolute;
		right: 1px;
		top: 5px
	}
}

.footer-navi .about {
	margin: 15px 0 30px
}

@media (min-width:1024px) {
	.footer-navi .about {
		width: 32.1538%;
		padding-right: 15px;
		margin: 0;
		font-size: 13px
	}
}

@media (min-width:1330px) {
	.footer-navi .about {
		font-size: 14px;
		padding-right: 60px
	}
}

@media (min-width:768px) {
	.footer-navi .container-bq {
		padding-top: 32px
	}
}

.footer-navi .navis {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	justify-content: space-around;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.footer-navi .navis {
		width: 60%;
		margin-bottom: 0
	}
}

@media (min-width:1024px) {
	.footer-navi .navis {
		width: 40%
	}
}

.footer-navi .navis .navi {
	flex: 1;
	text-align: center
}

@media (min-width:1330px) {
	.footer-navi .navis {
		width: 40%
	}

	.footer-navi .navis .navi {
		text-align: left;
		padding-left: 60px
	}
}

.footer-navi .ewms {
	margin: 0 auto
}

@media (min-width:768px) {
	.footer-navi .ewms {
		width: 270px;
		padding-left: 50px;
		margin: 0
	}
}

.footer-navi .ewms::before,
.footer-navi .ewms::after {
	right: auto;
	left: 0
}

.footer-navi .ewms::before {
	left: 1px
}

.footer-navi .ewms .like {
	text-align: center
}

.footer-navi .ewms .like strong {
	color: #ff5c00;
	font-size: 54px;
	line-height: 1.24;
	font-family: Impact;
	font-weight: normal
}

.footer-navi .ewms .like h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1
}

.footer-navi .ewms ul {
	text-align: center;
	margin-bottom: 35px
}

.footer-navi .ewms li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	display: inline;
	position: relative;
	line-height: 1.3
}

.footer-navi .ewms li:hover .ewm-content {
	visibility: visible;
	bottom: 100%;
	opacity: 1
}

.footer-navi .ewms .ico {
	font-size: 46px;
	cursor: pointer;
	transition: all .2s
}

.footer-navi .ewms .ico:hover {
	color: #fff
}

.footer-navi .ewms .ico i {
	display: block
}

.footer-navi .ewms h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0
}

.footer-navi .ewms .ewm-content {
	position: absolute;
	left: 50%;
	bottom: 200%;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	width: 330px;
	transform: translate(-50%, 0)
}

.footer-navi .ewms .ewm-content::before {
	content: '';
	display: block;
	position: absolute;
	margin-left: -6px;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff
}

@media (max-width:1600px) {

	.footer-navi .ewms .ewm-content.ewm-douyin,
	.footer-navi .ewms .ewm-content.ewm-wechat {
		left: auto;
		right: 0;
		transform: translate(0, 0)
	}

	.footer-navi .ewms .ewm-content.ewm-douyin::before,
	.footer-navi .ewms .ewm-content.ewm-wechat::before {
		left: auto;
		right: 30px
	}

	.footer-navi .ewms .ewm-content.ewm-douyin {
		transform: translate(70px, 0)
	}

	.footer-navi .ewms .ewm-content.ewm-douyin::before {
		right: 100px
	}
}

.footer-navi .ewms .ewm-content.ewm-douyin {
	width: 400px
}

.footer-navi .ewms .ewm-content.ewm-douyin .ewm-main .thumb-div {
	width: 160px
}

.footer-navi .ewms .ewm-main {
	padding: 40px 25px 40px 30px;
	text-align: left
}

.footer-navi .ewms .ewm-main .fl {
	float: left
}

.footer-navi .ewms .ewm-main .fr {
	float: right
}

.footer-navi .ewms .ewm-main .thumb-div {
	width: 120px;
	margin-right: 30px
}

.footer-navi .ewms .ewm-main .thumb {
	padding-top: 100%
}

.footer-navi .ewms .ewm-main h4 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.714;
	margin-top: 4px
}

.footer-navi .ewms .ewm-main h4 span {
	color: #47c333
}

.footer-navi .ewms .ewm-main a {
	color: #ff3401
}

.footer-navi .ewms .ewm-main a:hover {
	color: #ff5c00
}

.footer-navi .ewms .ewm-main h5 {
	font-weight: normal;
	font-size: 12px;
	color: #888
}

.footer-navi .ewms .ewm-douyin .ewm-main {
	padding-left: 0;
	padding-right: 0;
	text-align: center
}

.footer-navi .ewms .ewm-douyin .ewm-main .thumb-div {
	margin: 0 auto
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1,
.footer-navi .ewms .ewm-douyin .ewm-douyin-2 {
	width: 50%
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1 {
	position: relative
}

.footer-navi .ewms .ewm-douyin .ewm-douyin-1:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #f3f3f3
}

@media (min-width:768px) {
	.footer-navi .bands {
		float: left;
		width: 100%
	}
}

@media (min-width:1024px) {
	.footer-navi .bands {
		width: 73%
	}
}

.footer-navi .bands ul {
	margin: 0 -8px 0 -7px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.footer-navi .bands ul li {
	padding: 0 8px 15px 7px;
	width: 33.3333%;
	box-sizing: border-box
}

@media (min-width:768px) {
	.footer-navi .bands ul li {
		width: 16.6667%
	}
}

.footer-navi .bands .band {
	background-color: #42424d;
	padding-top: 52px;
	border-radius: 3px;
	transition: all .2s
}

.footer-navi .bands .band::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	transition: all .2s
}

.footer-navi .bands .band:hover {
	background-color: #24242d
}

.footer-navi .bands .band:hover::after {
	background: transparent
}

.footer-navi .bands .band-uisdc {
	background-image: url(../images/21-2.png);
	background-size: 42px 26px
}

.footer-navi .bands .band-uiii {
	background-image: url(../images/22-2.png);
	background-size: 56px 19px
}

.footer-navi .bands .band-uisdc-xue {
	background-image: url(../images/23-2.png);
	background-size: 96px 16px
}

.footer-navi .bands .band-uisdc-hao {
	background-image: url(../images/24-2.png);
	background-size: 98px 18px
}

.footer-navi .bands .band-uisdc-hunter {
	background-image: url(../images/25-2.png);
	background-size: 77px 18px
}

.footer-navi .bands .band-uisdc-basic {
	background-image: url(../images/26-2.png);
	background-size: 87px 20px
}

.footer-navi .qqgroup {
	width: 100%
}

@media (min-width:1024px) {
	.footer-navi .qqgroup {
		width: auto
	}
}

.footer-navi .qqgroup a {
	display: block;
	width: 220px;
	height: 52px;
	line-height: 52px;
	background: #222228;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto
}

.footer-fav {
	position: relative;
	z-index: 20;
	background: #f7fafc;
	background: #edf3f9;
	width: 100%;
	overflow: hidden
}

@media (min-width:768px) {
	.footer-fav {
		width: auto;
		overflow: visible;
		background: #edf3f9
	}
}

.footer-fav .container {
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: visible
}

.footer-fav .site-info {
	width: 60%
}

@media (min-width:768px) {
	.footer-fav .site-info {
		width: auto
	}
}

.footer-fav .site-info h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase
}

@media (min-width:768px) {
	.footer-fav .site-info h2 {
		font-size: 26px
	}
}

.footer-fav .site-info h2 a {
	color: #000
}

.footer-fav .site-info .site-p {
	margin-bottom: 10px
}

.footer-fav .site-info .site-p p:first-child::after {
	content: ','
}

@media (min-width:768px) {
	.footer-fav .site-info .site-p {
		margin-bottom: 0
	}

	.footer-fav .site-info .site-p p:first-child::after {
		content: ''
	}
}

.footer-fav .site-info p {
	font-size: 12px;
	color: #797979;
	line-height: 1.8;
	margin-bottom: 10px;
	display: inline
}

@media (min-width:768px) {
	.footer-fav .site-info p {
		font-size: 14px;
		margin-bottom: 0;
		display: block
	}
}

.footer-fav .site-fav {
	padding-top: 5px
}

@media (min-width:768px) {
	.footer-fav .site-fav {
		padding-top: 24px
	}
}

.footer-fav .site-fav .btn-orange {
	font-size: 14px;
	line-height: 2.5;
	padding: 0 1.2em
}

@media (min-width:768px) {
	.footer-fav .site-fav .btn-orange {
		font-size: 16px;
		line-height: 3.5;
		padding: 0 2em
	}
}

.footer-fav .site-girl {
	position: absolute;
	left: 50%;
	bottom: 0
}

.footer-fav .site-girl .girl {
	width: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s
}

@media (min-width:768px) {
	.footer-fav .site-girl .girl {
		left: -50px
	}
}

.footer-fav .site-girl .girl::after {
	content: 'Hi~';
	display: block;
	position: absolute;
	left: 100%;
	top: 40%;
	color: #a7a7a7;
	font-size: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	transition: all .3s
}

.footer-fav .site-girl .thumb {
	padding-top: 116.667%
}

.footer-fav .site-girl .girl-info {
	margin-left: 150px;
	margin-bottom: 55px
}

.footer-fav .site-girl h4 {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
	line-height: 1.8
}

.footer-fav .site-girl a {
	color: #797979
}

.footer-fav .site-girl a:hover {
	color: #ff5c00
}

@media (min-width:768px) {
	.footer-fav:hover .site-girl .girl {
		left: -80px
	}

	.footer-fav:hover .site-girl .girl::after {
		visibility: visible;
		opacity: 1;
		transition: all .2s
	}
}

@media (max-width:767px) {
	.footer-fav .btn-group>.btn:last-child {
		border-radius: 3px
	}
}

@media (max-width:767px) {
	.home .footer-fav {
		display: none
	}
}

.fixed-right {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 20
}

@media (min-width:1440px) {
	.fixed-right {
		left: 50%;
		right: auto;
		bottom: 50px;
		margin-left: 665px
	}
}

@media (min-width:768px) {
	.fixed-right .menus {
		margin-bottom: 10px
	}
}

.fixed-right .menus .item {
	border-bottom: none
}

.fixed-right .menus .item:last-child {
	border-bottom: 1px solid rgba(150, 150, 150, 0.2)
}

.fixed-right .item {
	position: relative;
	display: block;
	width: 50px;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	border: 1px solid rgba(150, 150, 150, 0.2);
	text-align: center;
	font-size: 26px;
	color: #999;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.8)
}

@media (min-width:768px) {
	.fixed-right .item {
		background: rgba(150, 150, 150, 0.01)
	}
}

.fixed-right .item:hover {
	color: #ff5c00
}

.fixed-right .item a {
	color: #999
}

.fixed-right .item a:hover {
	color: #ff5c00
}

.fixed-right .ewm:hover .code-div {
	display: block
}

.fixed-right .code-div {
	position: absolute;
	right: 100%;
	bottom: -50px;
	display: none;
	margin-right: -20px;
	padding-right: 30px
}

.fixed-right .code-div .ewmDiv {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #e8e8e8
}

.fixed-right .code-div .ewm-item {
	width: 200px;
	overflow: hidden
}

.fixed-right .code-div .ewm-item .code-wrap {
	width: 40%;
	float: left
}

.fixed-right .code-div .ewm-item .ewm-main {
	margin-left: 45%;
	text-align: center
}

.fixed-right .code-div .ewm-wechat {
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 10px
}

.fixed-right .code-div .ewm-wechat h5 {
	color: #47c333
}

.fixed-right .code-div .ewm-weibo a h5 {
	color: #f30
}

.fixed-right .code-div .ewm-weibo a:hover h5 {
	text-decoration: underline
}

.fixed-right .code-div .code {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px
}

.fixed-right .code-div h5 {
	font-size: 12px;
	color: #f30
}

.fixed-right .code-div p {
	font-size: 12px;
	line-height: 1.3;
	margin: 5px 0 8px
}

.fixed-right .code-div a {
	color: #525252
}

.fixed-right .code-div .item {
	float: left;
	width: 202px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	box-sizing: border-box;
	padding: 80px 40px 15px;
	font-size: 12px;
	text-align: center
}

.fixed-right .code-div .wechat {
	background-image: url(../images/wechat2x.png)
}

.fixed-right .code-div .weibo {
	background-image: url(../images/weibo2x.png)
}

.fixed-right .item:hover .icon-comme::before {
	content: '\e845'
}

.fixed-right .item .icon-comme {
	font-size: 22px
}

.fixed-right .item:hover .icon-comme {
	font-size: 26px
}

@media (min-width:1440px) {
	.usercenter-body .fixed-right {
		left: auto;
		right: 15px;
		bottom: 15px;
		margin-left: 0
	}
}

.footer-post-sets {
	position: relative;
	z-index: 20;
	background: #fff;
	padding: 60px 0 75px
}

.footer-post-sets .section-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.footer-post-sets .item {
	width: 50%;
	flex-grow: 1;
	margin-bottom: 20px;
	line-height: 22px;
	height: 23px;
	overflow: hidden
}

@media (min-width:768px) {
	.footer-post-sets .item {
		width: 25%
	}
}

@media (min-width:1024px) {
	.footer-post-sets .item {
		width: 16.6667%
	}
}

.footer-post-sets .item a:hover strong {
	color: #ff5c00
}

.footer-post-sets .item a:hover .num {
	color: #ff5c00;
	background: transparent;
	border-color: #ff5c00
}

.footer-post-sets .item .num {
	display: inline-block;
	width: 18px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	margin-right: 10px;
	font-size: 11px
}

.footer-post-sets .item strong {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	margin-right: 9px
}

.footer-post-sets .item span {
	display: none;
	font-size: 12px;
	color: #cacaca
}

@media (min-width:768px) {
	.footer-post-sets .item span {
		display: inline
	}
}

.footer-post-sets .item:nth-child(1) .num,
.footer-post-sets .item:nth-child(2) .num,
.footer-post-sets .item:nth-child(3) .num,
.footer-post-sets .item:nth-child(4) .num {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.home .footer-navi {
	display: block
}

.comment-div {
	margin-bottom: 40px
}

.comment-div .section-title {
	margin-bottom: 30px
}

.comment-div .section-title .clr_orange {
	cursor: pointer
}

.comment-div .section-title .sub {
	white-space: nowrap;
	margin-left: 0
}

@media (min-width:768px) {
	.comment-div .section-title .sub {
		margin-left: 5px
	}
}

.comment-footer {
	border-top: 1px solid #f3f3f3;
	padding-top: 15px;
	font-size: 13px;
	color: #888;
	position: relative;
	margin-top: 60px
}

.comment-footer .ji2-icon {
	position: absolute;
	left: 50%;
	top: 0;
	margin: -24px 0 0 -12px
}

.comment-footer .comment-footer-main {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.comment-footer .comment-footer-main {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.comment-footer .comment-footer-main .item {
	width: 100%;
	text-align: center;
	line-height: 28px
}

@media (min-width:768px) {
	.comment-footer .comment-footer-main .item {
		width: auto;
		text-align: left
	}
}

.comment-footer .comment-footer-main .btn {
	display: inline-block;
	line-height: 26px;
	background: #fff;
	padding: 0 10px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	vertical-align: middle
}

@media (min-width:768px) {
	.comment-footer .comment-footer-main .btn {
		margin-top: 0
	}
}

.comment-footer .comment-footer-main .btn:hover {
	background: #ff5c00;
	color: #fff
}

.comment-write {
	margin-bottom: 40px;
	position: relative
}

.comment-write .form-item {
	margin-bottom: 20px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.comment-write .form-item .item-title {
	width: 3em;
	margin-right: 20px;
	text-align: center;
	font-size: 14px;
	color: #3f3f3f;
	letter-spacing: 0;
	flex-shrink: 0
}

.comment-write .form-item .user-name {
	font-weight: bold
}

.comment-write .form-item .user-avatar .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.comment-write .form-item .item-content {
	flex-grow: 1;
	position: relative
}

.comment-write .form-item .txt {
	background: #f7f7f7;
	border-radius: 3px;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em 1.5em;
	line-height: 1.5;
	font-size: 14px;
	color: #555
}

.comment-write .form-item .txt:focus {
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1)
}

.comment-write .form-item .txt.placeholder {
	color: #c8c8c8
}

.comment-write .form-item .txt_user_name {
	max-width: 400px
}

.comment-write .form-item .btn-submit {
	border: none;
	outline: none;
	font-size: 14px;
	padding: 6px 40px
}

.comment-write .form-item .rest {
	font-size: 11px;
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: #888;
	display: none
}

.comment-write .form-item .rest em {
	font-weight: bold;
	font-style: normal
}

.comment-write .form-yzm .item-content {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start
}

.comment-write .form-yzm .txt {
	width: 104px;
	flex-grow: 1;
	border-radius: 3px 0 0 3px;
	max-width: 200px
}

.comment-write .form-yzm img {
	width: 120px;
	max-height: 48px;
	border-radius: 0 3px 3px 0;
	cursor: pointer
}

.comment-write .error-box {
	position: relative;
	transition: all .2s
}

.comment-write .error-box.hide {
	height: 1px;
	margin-bottom: 0
}

.comment-write .error-box .item-content {
	padding: 10px 0;
	border-radius: 3px;
	color: #ff5c00
}

.comment-write .error-box .item-content::before {
	content: '\e835';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 10px
}

.comment-write .error-box .close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	color: #888;
	font-size: 9px
}

.comment-write .error-box .close:hover {
	color: #ff5c00
}

.comment-write .btn-reply-close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #bbb;
	transition: all .2s;
	cursor: pointer;
	display: none
}

.comment-write .btn-reply-close:hover {
	color: #ff5c00;
	transform: rotate(180deg)
}

.comment-item {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	margin-bottom: 35px;
	width: 100%
}

@media (min-width:768px) {
	.comment-item.level_1 {
		padding-left: 60px
	}
}

.comment-item .comment-item.level_0,
.comment-item .comment-item.level_1 {
	padding-left: 0
}

.comment-item .item-avatar {
	width: 40px;
	margin-right: 20px;
	flex-shrink: 0
}

.comment-item .item-avatar .thumb {
	padding-top: 100%;
	border-radius: 100%
}

@media (max-width:767px) {
	.comment-item.level_1 .item-avatar .thumb {
		display: none
	}
}

.comment-item .item-content {
	flex-grow: 1
}

.comment-item .item-content .item-main {
	display: inline-block;
	padding: 15px;
	background: #f7f7f7;
	border-radius: 12px;
	margin-bottom: 6px
}

.comment-item .item-content .item-main h3 {
	font-size: 14px;
	color: #393939;
	margin-bottom: 6px
}

.comment-item .item-content .item-main h3 small {
	font-size: 13px;
	font-weight: normal;
	color: #888
}

.comment-item .item-content .item-main h3 .pending {
	font-weight: normal;
	font-size: 13px;
	color: #ff5c00;
	margin-left: 20px
}

.comment-item .item-content .item-main h3 .sticky {
	color: #ff5c00;
	margin-left: 20px;
	font-weight: normal;
	font-size: 11px;
	border-radius: 2px;
	border: 1px solid #ff5c00;
	padding: 2px 3px;
	line-height: 12px;
	display: inline-block;
	vertical-align: text-bottom
}

.comment-item .item-content .item-main .item-entry {
	line-height: 1.78;
	color: #666;
	word-break: break-all
}

@media (min-width:768px) {
	.comment-item .item-content .item-main .item-entry {
		color: #393939
	}
}

.comment-item .item-content .item-main .item-entry a {
	border-bottom: 1px solid #393939
}

.comment-item .item-content .item-main .item-entry a:hover {
	border-bottom-color: #ff5c00
}

.comment-item .item-content .meta {
	font-size: 12px;
	color: #bbb;
	font-weight: normal;
	margin: 0 -10px
}

.comment-item .item-content .meta span {
	margin: 0 10px;
	display: inline-block;
	white-space: nowrap
}

.comment-item .item-content .meta em {
	font-style: normal;
	cursor: pointer
}

.comment-item .item-content .meta em.has_zan,
.comment-item .item-content .meta em:hover {
	color: #ff5c00
}

.comment-item .item-content .meta i {
	font-style: normal
}

.comment-item .item-content .meta .comment_to_btn,
.comment-item .item-content .meta .sticky_btn {
	cursor: pointer
}

.comment-item .item-content .meta .comment_to_btn:hover,
.comment-item .item-content .meta .sticky_btn:hover {
	color: #ff5c00
}

.comment-item .item-content .meta .btn-zan {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px
}

.comment-item .item-content .meta .btn-zan:hover {
	background: #fff
}

@media (min-width:768px) {
	.comment-item .item-content .meta .btn-zan:hover {
		background: #ff5c00;
		color: #fff
	}
}

.comment-item .item-content .meta .btn-zan.zans {
	color: #ff5c00;
	background: #fff5ef
}

@media (min-width:768px) {
	.comment-item .item-content .meta .btn-zan.zans:hover {
		background: #ff5c00;
		color: #fff
	}
}

.comment-item .item-content .meta .btn-zan.has_zan {
	cursor: default;
	color: #bbb;
	background: #f7f7f7
}

.comment-item .item-content .meta .btn-zan.has_zan:hover {
	color: #bbb;
	background: #f7f7f7
}

.comment-item .item-content .comment-write {
	margin-top: 30px;
	margin-left: -60px
}

.comment-item .item-content .comment-write .btn-reply-close {
	display: block
}

.comment-nomore {
	text-align: center;
	font-size: 12px;
	color: #bbb;
	padding: 20px 0
}

.comment-nomore::before,
.comment-nomore::after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 0;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: middle
}

.comment-more .btn {
	line-height: 45px
}

.home-first {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.home-first {
		margin-bottom: 30px
	}
}

@media (min-width:1024px) {
	.home-first {
		background: #fcfcfc;
		padding-bottom: 35px
	}
}

.home-first .container {
	padding-top: 0
}

@media (min-width:1024px) {
	.home-first .container {
		padding-top: 20px
	}
}

@media (min-width:1330px) {
	.home-first .container {
		padding-top: 20px
	}

	.home-first .container:first-child {
		padding-top: 40px
	}
}

.home-first .vitara_slide_in {
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 15px
}

@media (min-width:1024px) {
	.home-first .vitara_slide_in {
		margin-bottom: 0;
		margin-top: 0
	}
}

@media (max-width:767px) {
	.home-first .vitara_slide_in ul li h3 {
		display: none
	}
}

.home-first .h-images {
	margin: 0;
	box-sizing: content-box;
	padding: 0;
	*zoom: 1
}

.home-first .h-images:before,
.home-first .h-images:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.home-first .h-images::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.home-first .h-images::after {
		display: none
	}
}

@media (min-width:768px) {
	.home-first .h-images {
		width: 100%;
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

@media (min-width:1024px) {
	.home-first .h-images {
		width: 25%
	}
}

.home-first .h-images .item-tuwen {
	float: left;
	width: 50%;
	padding: 0 6.5px
}

@media (min-width:1024px) {
	.home-first .h-images .item-tuwen {
		float: none
	}
}

@media (min-width:1024px) {
	.home-first .h-images {
		box-sizing: border-box;
		display: block;
		padding: 0 7.3333px
	}

	.home-first .h-images .item-tuwen {
		width: auto;
		padding: 0
	}
}

.home-first .item-tuwen {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.home-first .item-tuwen {
		margin-bottom: 13px
	}
}

.home-first .item-tuwen a {
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden
}

.home-first .item-tuwen a .thumb {
	padding-top: 57%;
	transform-origin: center;
	transition: all .2s
}

.home-first .item-tuwen a strong {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .4em .8em .6em;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.3;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.6) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.6) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.6) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#99000000', GradientType=0);
	box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);
	z-index: 10
}

@media (min-width:768px) {
	.home-first .item-tuwen a strong {
		display: block;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 1px
	}
}

.home-first .hf-widget {
	border: 1px solid #f2f2f2;
	padding: 14px 17px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
	box-shadow: 8px 8px 12px #fafafa;
	background: #fff
}

@media (min-width:768px) {
	.home-first .hf-widget {
		height: 135px;
		overflow: hidden
	}
}

@media (min-width:1024px) {
	.home-first .hf-widget {
		margin-bottom: 0
	}
}

.home-first .hf-widget [class*=" icon-"]:before,
.home-first .hf-widget [class^="icon-"]:before {
	margin: 0
}

.home-first .hf-widget .hf-widget-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 10px;
	margin-bottom: 14px;
	color: #383838
}

.home-first .hf-widget .hf-widget-title a {
	color: #383838
}

.home-first .hf-widget .hf-widget-title>i {
	color: #ff5c00;
	margin-right: 2px
}

.home-first .hf-widget .hf-widget-title span {
	font-size: 12px;
	font-weight: normal;
	color: #a7a7a7;
	line-height: 20px;
	margin-left: 10px
}

@media (min-width:1024px) {
	.home-first .hf-widget .hf-widget-title span {
		display: none
	}
}

@media (min-width:1330px) {
	.home-first .hf-widget .hf-widget-title span {
		display: inline
	}
}

.home-first .hf-widget .hf-widget-title .pages {
	float: right;
	padding-top: 2px
}

.home-first .hf-widget .hf-widget-title .pages .prev,
.home-first .hf-widget .hf-widget-title .pages .next {
	font-size: 9px;
	border: 1px solid #eee;
	float: left;
	margin: 0;
	color: #ccc;
	height: 16px;
	line-height: 15px;
	padding: 0 2px;
	cursor: pointer
}

.home-first .hf-widget .hf-widget-title .pages .prev:hover,
.home-first .hf-widget .hf-widget-title .pages .next:hover {
	color: #ff5c00
}

.home-first .hf-widget .hf-widget-title .pages .prev {
	border-right: none
}

.home-first .hf-widget .hf-tags {
	margin-bottom: -10px
}

@media (min-width:768px) {
	.home-first .hf-widget .hf-tags {
		height: 64px;
		overflow: hidden
	}
}

.home-first .hf-widget .hf-tags a {
	display: inline-block;
	white-space: nowrap;
	word-break: break-all;
	font-size: 12px;
	background: #f9f9f9;
	color: #888;
	border-radius: 2px;
	margin: 0 5px 10px;
	line-height: 22px;
	height: 22px;
	padding: 0 5px
}

.home-first .hf-widget .hf-tags a:hover {
	background: #ff5c00;
	color: #fff
}

.home-first .hf-widget .hf-tags a.style_orange {
	background: #ff5c00;
	color: #fff
}

.home-first .hf-widget-4 .hf-widget-title {
	margin-bottom: 19px
}

.home-first .hf-widget-4 .hf-widget-content {
	font-size: 14px;
	color: #888
}

.home-first .hf-widget-4 .hf-widget-content a {
	color: #888
}

.home-first .hf-widget-4 .hf-widget-content a:hover {
	color: #ff5c00
}

.home-first .hf-widget-4 .hf-widget-content h3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	overflow: hidden
}

.home-first .hf-widget-4 .hf-widget-content em {
	float: right;
	padding: 0 5px;
	height: 22px;
	line-height: 22px;
	border-radius: 2px;
	background: #fff5ef;
	color: #ff5c00;
	font-size: 12px;
	font-style: normal
}

.home-first .hf-widget-4 .hf-widget-content ul {
	background: #fff
}

.home-first .hf-widget-4 .hf-widget-content ul li {
	margin-bottom: 5px
}

.home-first .hf-widget-4 .hf-widget-content ul li:last-child {
	margin-bottom: 0
}

.home-first .hf-widget-1 .hf-widget-content a {
	color: #888
}

.home-first .hf-widget-1 .hf-widget-content a:hover {
	color: #ff5c00
}

.home-first .hf-widget-1 .hf-widget-content li {
	float: left;
	font-size: 12px;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 10px
}

.home-first .hf-widget-1 .hf-widget-content li .thumb {
	width: 36px;
	padding-top: 36px;
	margin: 0 auto 4px
}

.home-first .hf-widget-1 .hf-widget-content li span {
	display: block;
	height: 16px;
	line-height: 16px;
	overflow: hidden
}

.home-first .hf-widget-1 .hf-widget-content .scroll-h {
	margin: 0 -10px
}

.home-first .scroll-h {
	position: relative;
	overflow: hidden;
	height: 56px
}

.home-first .scroll-h ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	*zoom: 1;
	transition: all .2s
}

.home-first .scroll-h ul:before,
.home-first .scroll-h ul:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.home-first .scroll-h .holdon {
	position: absolute;
	left: 100%;
	top: 0
}

.home-first .scroll-h .holdon-prev {
	left: -100%
}

.home-first .hf-widget-hot-cats .icon {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 100%;
	background: #fff5f0;
	color: #ff5c00;
	display: inline-block;
	margin-bottom: 5px
}

.home-first .hf-widget-hot-cats .scroll-h li a {
	display: block
}

.home-first .hf-widget-hot-cats .scroll-h li a:hover .icon {
	background: #ff5c00;
	color: #fff
}

.article-menus {
	line-height: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 36px;
	padding-top: 15px
}

@media (min-width:768px) {
	.article-menus {
		padding-top: 0;
		margin-bottom: 26px
	}
}

.article-menus .menu {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 -8px;
	display: flex;
	position: relative
}

@media (min-width:768px) {
	.article-menus .menu {
		font-size: 18px;
		margin: 0 25px 0 -20px;
		padding-right: 10px
	}

	.article-menus .menu::after {
		content: '';
		display: block;
		width: 0;
		height: 10px;
		border-right: 1px solid #dedede;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 0;
		height: 20px;
		margin-top: -18px
	}
}

.article-menus .menu li {
	display: block;
	padding: 0 8px;
	white-space: nowrap
}

@media (min-width:768px) {
	.article-menus .menu li {
		padding: 0 20px
	}
}

.article-menus .menu li a {
	display: inline-block;
	padding-bottom: 16px;
	border-bottom: 4px solid transparent;
	color: #333
}

.article-menus .menu li a:hover {
	color: #ff5c00
}

.article-menus .menu li a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.article-menus .menu-r {
	color: #a7a7a7;
	position: relative;
	flex-grow: 1;
	overflow: hidden;
	font-weight: bold;
	flex-shrink: 0;
	height: 40px;
	margin-left: -15px
}

.article-menus .menu-r ul {
	position: absolute;
	left: 0;
	top: 2px;
	white-space: nowrap;
	flex-shrink: 0
}

.article-menus .menu-r li {
	padding: 0 12px;
	white-space: nowrap;
	font-size: 16px
}

@media (min-width:768px) {
	.article-menus .menu-r li {
		padding: 0 13px
	}
}

.article-menus .menu-r li .current,
.article-menus .menu-r li:hover {
	color: #ff5c00
}

.article-menus .need-scroll .fy {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding: 0 0 0 5px
}

.article-menus .need-scroll .fy span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #f6f6f6;
	color: #bfbfbf;
	font-size: 9px;
	text-align: center;
	cursor: pointer
}

.article-menus .need-scroll .fy span:first-child {
	border-radius: 3px 0 0 3px
}

.article-menus .need-scroll .fy span:last-child {
	border-radius: 0 3px 3px 0;
	margin-left: -1px
}

.article-menus .need-scroll .fy span:hover {
	background: #ff5c00;
	color: #fff;
	border-color: #ff5c00
}

.article-menus .need-scroll .fy span.disable {
	display: none;
	cursor: default
}

.article-menus .need-scroll .fy span.disable:hover {
	background: transparent;
	color: #bfbfbf;
	border-color: #f6f6f6
}

.articles {
	margin-bottom: 50px
}

.seeAll {
	font-size: 16px;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.seeAll {
		margin-bottom: 56px
	}
}

.seeAll .btn {
	line-height: 50px
}

.kingba {
	margin-bottom: 0
}

.kingba .section-title {
	margin-bottom: 10px;
	border-bottom: none
}

.home .footer-post-sets {
	margin-top: 0;
	z-index: 10
}

.home .sidebar .widget-news {
	margin-bottom: 35px
}

.home .content .main::after {
	display: none
}

.archive-top {
	background: #fff;
	padding: 1px 0 25px
}

@media (min-width:768px) {
	.archive-top {
		padding: 1px 0 45px
	}
}

.archive-top-category {
	padding-bottom: 0;
	background: #fff
}

.archive-top-category .archive-header {
	padding-top: 30px;
	background: #fff
}

.archive-top-category .archive-header .listH2 {
	margin: 0
}

.archive-header .listH2 {
	margin-top: 20px;
	font-size: 32px;
	color: #333;
	margin-bottom: 15px;
	line-height: 45px
}

@media (min-width:768px) {
	.archive-header .listH2 {
		margin-bottom: 9px
	}
}

.archive-header .listH2 small {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	display: block;
	line-height: 1.5;
	margin-top: 10px
}

@media (min-width:768px) {
	.archive-header .listH2 small {
		display: inline;
		margin-top: 0;
		margin-left: 18px;
		line-height: 45px
	}
}

.archive-header .listH2 i::before {
	margin-left: 0
}

.archive-header h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal
}

.archive-menus {
	padding-top: 28px;
	border-bottom: 1px solid #f2f2f2
}

.archive-menus ul {
	margin: 0 -28px
}

.archive-menus li {
	display: inline;
	margin: 0 28px
}

.archive-menus a {
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 19px;
	border-bottom: 4px solid transparent
}

.archive-menus a:hover {
	color: #ff5c00
}

.archive-menus .current-menu-item a {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.archiveShow {
	margin: 0 0 15px
}

@media (min-width:768px) {
	.archiveShow {
		margin: 0 0 60px
	}
}

.archive-content {
	padding-top: 10px
}

@media (min-width:768px) {
	.archive-content {
		padding-top: 30px
	}
}

.archive-content .sidebar .widget-show {
	margin-bottom: 60px
}

.tags-top {
	background: transparent;
	padding-bottom: 0
}

.tags-top .listH2 {
	color: #ff5c00
}

.post-header {
	border-bottom: 15px solid #f2f2f2;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.post-header {
		border-bottom-width: 1px;
		margin-bottom: 44px
	}
}

.post-header .post-title {
	font-size: 25px;
	line-height: 1.41;
	margin-bottom: 20px;
	color: #333;
	font-weight: bold;
	padding-top: 20px
}

@media (min-width:768px) {
	.post-header .post-title {
		font-size: 34px
	}
}

.post-header .post-title .icon-fire {
	color: #ff3401
}

.post-header .post-meta {
	font-size: 12px;
	font-weight: normal;
	color: #888;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center
}

@media (min-width:768px) {
	.post-header .post-meta {
		line-height: 30px;
		margin-bottom: 30px;
		text-align: left;
		font-size: 14px
	}
}

.post-header .post-meta span {
	white-space: nowrap
}

.post-header .post-meta .thumb {
	display: inline-block;
	width: 25px;
	padding-top: 25px;
	vertical-align: middle;
	margin-top: -5px;
	border-radius: 100%;
	margin-right: 5px
}

@media (min-width:768px) {
	.post-header .post-meta .thumb {
		width: 30px;
		padding-top: 30px
	}
}

.post-header .post-meta a {
	color: #888
}

.post-header .post-meta a:hover {
	color: #ff5c00
}

.post-header .post-meta .remain {
	display: inline-block;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.post-header .post-meta .remain {
		float: right;
		margin-bottom: 0
	}
}

.post-header .post-meta .original_author,
.post-header .post-meta .editor,
.post-header .post-meta .time,
.post-header .post-meta .views,
.post-header .post-meta .zan {
	padding-right: 8px;
	position: relative;
	margin-right: 10px
}

.post-header .post-meta .original_author::after,
.post-header .post-meta .editor::after,
.post-header .post-meta .time::after,
.post-header .post-meta .views::after,
.post-header .post-meta .zan::after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}

.post-header .post-zt-title {
	margin-top: 20px
}

@media (min-width:768px) {
	.post-header .post-zt-title {
		margin-top: 0
	}
}

.post-header .post-zt-title a {
	display: inline-block;
	background: #f9f9f9;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	font-weight: normal
}

.post-header .post-zt-title a:hover {
	color: #ff5c00
}

.post-header .post-zt-title a i {
	display: inline-block;
	background: #ff5c00;
	color: #fff;
	font-style: normal;
	padding: 0 .5em
}

.post-header .post-zt-title a strong {
	display: inline-block;
	padding: 0 1em;
	font-weight: normal
}

.post-header .post-zt-title a span {
	display: inline-block;
	padding: 0 1em;
	position: relative
}

.post-header .post-zt-title a span::before {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	border-right-color: #d8d8d8;
	left: 0
}

.post-content {
	overflow: hidden
}

@media (min-width:1024px) {
	.post-content {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		overflow: visible
	}
}

.post-content .main {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 0
}

@media (min-width:1024px) {
	.post-content .main {
		padding-right: 40px;
		padding-left: 60px
	}
}

@media (min-width:1330px) {
	.post-content .main {
		padding-right: 136px;
		padding-left: 104px
	}
}

.post-content .article-main {
	position: relative
}

.post-content .article-show {
	margin-bottom: 50px
}

.post-content .article-toolkit {
	position: absolute;
	left: 0;
	top: 0;
	display: none
}

@media (min-width:1024px) {
	.post-content .article-toolkit {
		display: block;
		padding-bottom: 60px
	}
}

@media (min-width:1330px) {}

.post-content .article-toolkit.autofixed-fixed {
	position: fixed;
	top: 70px;
	left: auto;
	width: 51px
}

@media (min-width:1024px) {
	.post-content .article-toolkit.autofixed-fixed {
		margin-left: -80px
	}
}

@media (min-width:1330px) {
	.post-content .article-toolkit.autofixed-fixed {
		margin-left: -104px
	}
}

.post-content .article-toolkit.autofixed-absolute {
	top: auto;
	bottom: 0
}

.post-content .article-toolkit .toolkit {
	display: block;
	width: 50px;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-bottom: none;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	color: #888;
	cursor: pointer;
	line-height: 1.1
}

.post-content .article-toolkit .toolkit:last-child {
	border-bottom: 1px solid #eee
}

.post-content .article-toolkit .toolkit.has_fav,
.post-content .article-toolkit .toolkit.has_zan,
.post-content .article-toolkit .toolkit:hover {
	color: #ff5c00
}

.post-content .article-toolkit .toolkit.has_fav i,
.post-content .article-toolkit .toolkit.has_zan i,
.post-content .article-toolkit .toolkit:hover i {
	color: #ff5c00
}

.post-content .article-toolkit .toolkit i {
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
	color: #c8c8c8
}

.post-content .article-toolkit .toolkit span,
.post-content .article-toolkit .toolkit em {
	font-style: normal;
	display: block
}

.post-content .article-toolkit .share {
	position: relative
}

.post-content .article-toolkit .share .share-div {
	position: absolute;
	left: 60%;
	top: -1px;
	width: 0;
	overflow: hidden;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background: #fff;
	height: 100%;
	box-sizing: content-box;
	padding: 0 10px;
	align-items: center;
	border: 1px solid #eee;
	border-left: none;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.post-content .article-toolkit .share .share-div ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.post-content .article-toolkit .share .share-div li {
	display: block
}

.post-content .article-toolkit .share .share-div .close-li {
	display: none
}

.post-content .article-toolkit .share:hover .share-div {
	left: 100%;
	width: auto;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.post-content .article-toolkit .share:hover .share-div i {
	color: #bbb
}

.post-content .article-toolkit .share:hover .share-div i:hover {
	color: #fff
}

.post-content .article-info {
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
	margin-bottom: 25px
}

@media (min-width:768px) {
	.post-content .article-info {
		line-height: 30px;
		font-size: 16px;
		padding-top: 33px;
		margin-bottom: 40px
	}
}

.post-content .article-info p {
	margin-bottom: 5px
}

.post-content .article-info span {
	display: inline-block;
	white-space: nowrap
}

@media (min-width:768px) {
	.post-content .article-info span {
		display: inline;
		white-space: normal
	}
}

.post-content .article-info .btn {
	display: inline-block;
	line-height: 26px;
	padding: 0 5px;
	font-size: 14px;
	background: #fff
}

.post-content .article-info .btn:hover {
	background: #fff5ef
}

.post-content .article-tag {
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.post-content .article-tag {
		padding-top: 36px
	}
}

.post-content .article-tag h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	margin-bottom: 16px
}

@media (min-width:768px) {
	.post-content .article-tag h4 {
		font-size: 16px
	}
}

.post-content .article-tag .tags {
	margin: 0 -5px
}

.post-content .article-tag .tags a {
	display: inline-block;
	white-space: nowrap;
	margin: 0 5px 10px;
	background: #f7f7f7;
	padding: 0 17px;
	font-size: 14px;
	line-height: 2.857;
	color: #888;
	border-radius: 3px
}

.post-content .article-tag .tags a:hover {
	background: #ff5c00;
	color: #fff
}

.post-content .article-paged {
	border: 1px solid #f3f3f3;
	padding: 0;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:768px) {
	.post-content .article-paged {
		margin-left: 0;
		margin-right: 0
	}
}

.post-content .article-paged .prev_next {
	width: 50%
}

.post-content .article-paged .prev_next a {
	padding: 25px;
	/**background-image: linear-gradient(to top, #f7f7f7, #ffffff);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);**/
	display: block;
	position: relative;
	min-height: 78px;
	color: #333
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next a {
		padding: 25px 30px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05)
	}
}

.post-content .article-paged .prev_next a:hover {
	background: #fff
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next a {
		padding-left: 170px
	}
}

.post-content .article-paged .prev_next a:hover {
	color: #ff5c00
}

.post-content .article-paged .prev_next a:hover h5 i {
	color: #ff5c00
}

.post-content .article-paged .prev_next a:hover .thumb {
	transform: scale(1.1)
}

.post-content .article-paged .prev_next .paged-thumb {
	width: 100%;
	border-radius: 2px;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next .paged-thumb {
		position: absolute;
		left: 30px;
		top: 25px;
		width: 120px;
		margin-bottom: 0
	}
}

.post-content .article-paged .prev_next .paged-thumb .thumb {
	padding-top: 63.66667%;
	border-radius: 2px;
	background-position: left center
}

.post-content .article-paged .prev_next h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next h5 {
		margin-bottom: 10px
	}
}

.post-content .article-paged .prev_next h5 i {
	color: #9b9b9b;
	font-size: 9px;
	vertical-align: bottom;
	display: inline-block
}

.post-content .article-paged .prev_next h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	height: 66px;
	overflow: hidden
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next h3 {
		font-size: 14px;
		line-height: 20px;
		height: 40px
	}
}

.post-content .article-paged .prev_next:first-child {
	position: relative
}

.post-content .article-paged .prev_next:first-child:after {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

@media (min-width:768px) {
	.post-content .article-paged .prev_next:first-child:after {
		border-right: 1px solid #eee
	}
}

.post-content .article-related {
	margin-bottom: 30px
}

@media (min-width:768px) {
	.post-content .article-related {
		margin-bottom: 50px
	}
}

.post-content .article-related::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.post-content .article-related::after {
		display: none
	}
}

@media (max-width:767px) {
	.post-content .article-related .section-title {
		border-bottom: none
	}
}

@media (min-width:768px) {
	.post-content .article-related .section-title {
		margin-bottom: 30px
	}
}

.post-content .article-related .flex {
	margin: 0 -20px;
	flex-wrap: wrap
}

.post-content .article-related a {
	color: #333
}

.post-content .article-related a:hover {
	color: #ff5c00
}

.post-content .article-related .wrap {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 0
}

@media (min-width:768px) {
	.post-content .article-related .wrap {
		width: 50%
	}
}

.post-content .article-related .wrap .thumb {
	padding-top: 63.4286%;
	border-radius: 3px;
	background-position: left center
}

.post-content .article-related .item .item-thumb {
	margin-bottom: 15px
}

.post-content .article-related .item h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	margin-bottom: 10px
}

.post-content .article-related .item h5 {
	color: #888;
	font-size: 12px;
	font-weight: normal
}

.post-content .article-related .wrap-items .item {
	margin-bottom: 30px;
	padding-left: 140px;
	position: relative;
	min-height: 78px
}

.post-content .article-related .wrap-items .item-thumb {
	width: 124px;
	position: absolute;
	left: 0;
	top: 0
}

.post-content .article-related .wrap-items h2 {
	font-size: 16px
}

@media (min-width:768px) {
	.post-content .article-related .wrap-items h2 {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.post-content .article-related .wrap-first .item {
		margin-bottom: 30px;
		padding-left: 140px;
		position: relative;
		min-height: 78px
	}

	.post-content .article-related .wrap-first .item-thumb {
		width: 124px;
		position: absolute;
		left: 0;
		top: 0
	}

	.post-content .article-related .wrap-first h2 {
		font-size: 16px
	}
}

@media (max-width:767px) and (min-width:768px) {
	.post-content .article-related .wrap-first h2 {
		font-size: 14px
	}
}

.post-content .post-recommend {
	margin-bottom: 30px
}

@media (min-width:768px) {
	.post-content .post-recommend {
		margin-bottom: 60px
	}
}

.post-content .post-recommend .recommend-titles {
	margin-bottom: 35px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.post-content .post-recommend .recommend-titles a {
	display: block;
	flex-grow: 1;
	text-align: center;
	background: #f9f9f9;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 52px;
	height: 52px;
	overflow: hidden
}

@media (min-width:768px) {
	.post-content .post-recommend .recommend-titles a {
		font-size: 16px
	}
}

.post-content .post-recommend .recommend-titles a:hover {
	color: #ff5c00
}

.post-content .post-recommend .recommend-titles a.current {
	color: #fff;
	background: #ff5c00
}

.post-content .post-recommend .item {
	display: block;
	margin-bottom: 25px
}

.post-content .post-recommend .item .title {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px
}

.post-content .post-recommend .item .title a {
	color: #000
}

.post-content .post-recommend .item .title a:hover {
	color: #ff5c00
}

.post-content .post-recommend .item h4 {
	font-size: 12px;
	color: #a7a7a7;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	overflow: hidden
}

@media (min-width:768px) {
	.post-content .post-recommend .item h4 {
		height: auto;
		overflow: auto
	}
}

.post-content .post-recommend .item h4 a {
	color: #a7a7a7
}

.post-content .post-recommend .item h4 a:hover {
	color: #ff5c00
}

.post-content .post-recommend .item h4 i {
	font-style: normal;
	margin-right: 2em
}

.post-content .post-recommend .item h4 .tags a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	background: #fbfbfd;
	border-radius: 3px
}

.post-content .post-recommend .item h4 .tags a:hover {
	background: #ff5c00;
	color: #fff
}

.post-content .post-recommend .more .btn {
	height: 42px;
	line-height: 42px
}

.post-content .post-recommend .more .btn:hover {
	background: #ff5c00;
	color: #fff
}

.post-content .post-recommend .ico-tag {
	display: none
}

.article {
	font-size: 16px;
	color: #525252;
	line-height: 1.875;
	padding: 0 10px;
	word-wrap: break-word
}

@media (min-width:768px) {
	.article {
		padding: 0
	}
}

.article p {
	margin-bottom: 30px;
	max-width: 100%
}

.article h4 {
	color: #333;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px
}

.article ul {
	margin-bottom: 30px;
	margin-left: 2.8em
}

.article ul li {
	list-style: circle;
	margin-bottom: .5em
}

.article ol {
	list-style-type: decimal;
	margin: 0 0 1.75em 3.1em;
	padding: 0
}

.article ol li {
	list-style-type: decimal
}

.article .img-zoom {
	overflow: visible
}

.article .img-zoom img {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto;
	width: auto;
	transition: none;
	margin: 0
}

.article .img-zoom .aligncenter {
	margin: 0 auto
}

.article a {
	/**border-bottom: 1px solid #525252;**/
	word-break: break-all
}

.article a:hover {
	border-bottom-color: transparent
}

.article blockquote {
	margin: 0 1.75em;
	padding: 30px 0 0 50px;
	color: #8e8e8e;
	position: relative
}

.article blockquote::before {
	content: '\e850';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: inherit;
	font-size: 36px;
	color: #e7e7e7;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.article h5 {
	font-size: 20px;
	margin-bottom: 10px
}

.article-bt {
	margin-bottom: 60px
}

.tuwen_link a {
	display: flex;
	border: 1px solid #f2f2f2;
	padding: 10px;
	border-radius: 4px
}

@media (min-width:768px) {
	.tuwen_link a {
		padding: 20px
	}
}

.tuwen_link a:hover {
	border: 1px solid #f2f2f2 !important
}

.tuwen_link a .item_thumb {
	width: 60px;
	flex-shrink: 0;
	margin-right: 10px
}

@media (min-width:768px) {
	.tuwen_link a .item_thumb {
		width: 120px;
		margin-right: 20px
	}
}

.tuwen_link a .item_thumb .thumb {
	padding-top: 63.6363%;
	border-radius: 3px;
	background-position: left center
}

.tuwen_link a .item_main {
	position: relative;
	padding-right: 70px;
	font-size: 13px;
	color: #888
}

@media (min-width:768px) {
	.tuwen_link a .item_main {
		padding-top: 5px;
		padding-right: 120px
	}
}

@media (min-width:1024px) {
	.tuwen_link a .item_main {
		padding-right: 0
	}
}

@media (min-width:1330px) {
	.tuwen_link a .item_main {
		padding-right: 120px
	}
}

.tuwen_link a .item_main .btn {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 12px;
	padding: 0 .5em;
	background: #f5f6f7;
	color: #555;
	border-color: #f5f6f7
}

.tuwen_link a .item_main .btn i {
	font-style: normal;
	display: none
}

@media (min-width:768px) {
	.tuwen_link a .item_main .btn {
		font-size: 13px;
		padding: 0 1em
	}

	.tuwen_link a .item_main .btn i {
		display: inline
	}
}

@media (min-width:1024px) {
	.tuwen_link a .item_main .btn {
		display: none
	}
}

@media (min-width:1330px) {
	.tuwen_link a .item_main .btn {
		display: block;
		top: 18px
	}
}

.tuwen_link a .item_main .btn:hover {
	background: #ff5c00;
	color: #fff
}

.tuwen_link a .item_main h2 {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	max-height: 2.8em;
	overflow: hidden;
	font-weight: normal
}

@media (min-width:768px) {
	.tuwen_link a .item_main h2 {
		font-weight: bold;
		font-size: 16px;
		line-height: 1.1;
		margin-bottom: 10px;
		max-height: 2.2em
	}
}

.tuwen_link a .item_main h2:hover {
	color: #ff5c00
}

.tuwen_link a .item_main p {
	display: none
}

@media (min-width:768px) {
	.tuwen_link a .item_main p {
		display: block;
		line-height: 1.7;
		height: 3.4em;
		overflow: hidden;
		margin-bottom: 0
	}
}

.article-zan-fav {
	text-align: center;
	margin-bottom: 60px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

@media (min-width:768px) {
	.article-zan-fav {
		display: block
	}
}

.article-zan-fav .fav-div,
.article-zan-fav .zan-div {
	display: block;
	flex-grow: 1;
	padding: 0 10px
}

@media (min-width:768px) {

	.article-zan-fav .fav-div,
	.article-zan-fav .zan-div {
		display: inline-block;
		padding: 0 20px
	}
}

.article-zan-fav .btn {
	line-height: 52px;
	font-size: 18px
}

.article-zan-fav .btn em {
	font-style: normal
}

.article-zan-fav .btn.has_fav {
	background: #ff5c00;
	border-color: #ff5c00;
	color: #fff
}

.article-zan-fav .btn.has_fav:hover {
	background: #e65300;
	border-color: #e65300
}

.article-zan-fav .btn-orange {
	padding: 0 15px
}

@media (min-width:768px) {
	.article-zan-fav .btn-orange {
		padding: 0 55px
	}
}

.article-zan-fav .btn-orange:hover {
	background: #ff5c00
}

.article-zan-fav .btn-orange-border {
	padding: 0 5px;
	background: #fff
}

@media (min-width:768px) {
	.article-zan-fav .btn-orange-border {
		padding: 0 25px
	}
}

.article-zan-fav .btn-orange-border:hover {
	background: #fff5ef
}

.article-main .article-zan-fav .btn-orange {
	background-image: linear-gradient(to right, #ff2a00, #ff8400)
}

.article-main .article-zan-fav .btn-orange:hover {
	background: #ff5c00
}

.post-footer {
	padding: 15px 0 5px;
	overflow: hidden
}

@media (min-width:768px) {
	.post-footer {
		padding: 56px 0 110px;
		background: #f7fafc
	}
}

.post-footer .container {
	overflow: hidden
}

.post-footer .row {
	margin: 0;
	display: block
}

@media (min-width:1024px) {
	.post-footer .row {
		margin: 0 -40px;
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.post-footer .pf-item {
	box-sizing: border-box;
	padding: 30px 15px 10px;
	position: relative;
	flex-grow: 1;
	margin-bottom: 15px;
	background: #edf3f9;
	border-radius: 5px
}

@media (min-width:1024px) {
	.post-footer .pf-item {
		padding: 0 40px;
		margin-bottom: 0;
		background: transparent;
		border-radius: 0
	}
}

@media (min-width:768px) {
	.post-footer .pf-item::after {
		content: '';
		display: block;
		width: 0;
		height: 10px;
		border-right: 1px solid #dedede;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		border-right-color: #eceff1;
		right: 0;
		height: 100%;
		margin-top: 0;
		transform: translate(0, -50%)
	}

	.post-footer .pf-item:last-child::after {
		display: none
	}
}

.post-footer .title {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold
}

@media (min-width:768px) {
	.post-footer .title {
		margin-bottom: 36px
	}
}

@media (min-width:768px) {
	.post-footer .hao {
		width: 50%
	}
}

@media (min-width:1024px) {
	.post-footer .hao {
		width: auto
	}
}

.post-footer .hao .cont {
	overflow: hidden;
	margin: 0 -7px
}

@media (min-width:768px) {
	.post-footer .hao .cont {
		margin: 0
	}
}

.post-footer .hao .item {
	margin-bottom: 30px;
	float: left;
	width: 50%;
	padding: 0 7px
}

@media (min-width:768px) {
	.post-footer .hao .item {
		padding: 0;
		float: none;
		width: auto
	}
}

.post-footer .hao .item:last-child {
	margin-bottom: 0
}

.post-footer .hao .item a {
	display: block;
	position: relative;
	padding-left: 60px;
	min-height: 50px
}

@media (min-width:768px) {
	.post-footer .hao .item a {
		padding-left: 70px
	}
}

.post-footer .hao .item a:hover h3 {
	color: #ff5c00
}

.post-footer .hao .item h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333
}

@media (min-width:768px) {
	.post-footer .hao .item h3 {
		font-weight: normal
	}
}

.post-footer .hao .item h4 {
	font-size: 12px;
	color: #888;
	font-weight: normal
}

.post-footer .hao .item .item-icon {
	transition: all .2s;
	position: relative;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #73d2eb;
	border-radius: 2px
}

.post-footer .hao .item .item-icon::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.post-footer .hao .item .item-icon:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	opacity: .3
}

.post-footer .hao .item:nth-child(2) .item-icon {
	background: #f97072
}

.post-footer .hao .item:nth-child(3) .item-icon {
	background: #fea573
}

.post-footer .hao .item:nth-child(4) .item-icon {
	background: #6da0fc
}

@media (min-width:768px) {
	.post-footer .hot {
		width: 50%
	}
}

@media (min-width:1024px) {
	.post-footer .hot {
		width: auto;
		max-width: 40.58%
	}
}

.post-footer .hot .cont {
	margin: 0 -7px
}

@media (min-width:768px) {
	.post-footer .hot .cont {
		margin: 0 -15px
	}
}

.post-footer .hot .cont a {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin: 0 7px 15px;
	white-space: nowrap;
	background: #fff;
	border-radius: 3px;
	padding: 8px
}

@media (min-width:768px) {
	.post-footer .hot .cont a {
		font-size: 14px;
		background: transparent;
		border-radius: 0;
		padding: 0;
		margin: 0 15px 15px
	}
}

.post-footer .hot .cont a:hover {
	color: #ff5c00
}

.post-footer .hot .cont a .hot-icon {
	margin-left: 4px
}

.post-footer .hot .cont1 {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.post-footer .hot .cont1 {
		margin-bottom: 50px
	}
}

.post-footer .talk {
	background: transparent
}

@media (min-width:768px) {
	.post-footer .talk {
		width: 100%
	}
}

@media (min-width:1024px) {
	.post-footer .talk {
		width: auto;
		max-width: 33.333%
	}
}

.post-footer .talk .cont {
	padding-bottom: 20px
}

@media (min-width:768px) {
	.post-footer .talk .cont {
		padding-bottom: 0
	}
}

.post-footer .talk .item {
	margin-bottom: 25px
}

.post-footer .talk .item:last-child {
	margin-bottom: 0
}

.post-footer .talk .item a {
	display: block;
	padding-left: 30px;
	position: relative;
	line-height: 1.4
}

.post-footer .talk .item a .num {
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: transparent
}

.post-footer .talk .item a:hover .num {
	background: #ff5c00;
	color: #fff
}

.post-footer .talk .item a:hover h2 {
	color: #ff5c00
}

.post-footer .talk .item h2 {
	font-size: 15px;
	color: #333;
	font-weight: normal;
	margin-bottom: 12px
}

@media (min-width:768px) {
	.post-footer .talk .item h2 {
		font-size: 16px;
		font-weight: normal
	}
}

.post-footer .talk .item h4 {
	font-size: 12px;
	font-weight: normal;
	color: #888
}

.hangye-wrap {
	background: #fafafa;
	padding-top: 1px
}

.hangye-wrap .content {
	display: block;
	padding-bottom: 1px
}

.hangye-wrap .hangye-header {
	text-align: center;
	margin: 20px 0
}

@media (min-width:768px) {
	.hangye-wrap .hangye-header {
		margin: 0 0 50px
	}
}

.hangye-wrap .hangye-header h4 {
	font-size: 14px;
	font-weight: normal;
	color: #888
}

.hangye-wrap .hangyeH2 {
	font-size: 32px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.hangye-wrap .hangyeH2 {
		font-size: 38px
	}
}

.hangye-wrap .hangye-menu {
	background: #fff;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 13px 15px;
	z-index: 10;
	position: relative;
	margin: 0 -15px 30px
}

@media (min-width:768px) {
	.hangye-wrap .hangye-menu {
		padding: 13px 0;
		margin: 0 0 50px
	}
}

.hangye-wrap .hangye-menu .menus {
	width: 100%
}

@media (min-width:768px) {
	.hangye-wrap .hangye-menu .menus {
		width: auto
	}
}

.hangye-wrap .hangye-menu .menus>ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.hangye-wrap .hangye-menu .menus>ul li {
	display: block;
	font-size: 16px;
	position: relative;
	line-height: 44px
}

@media (min-width:768px) {
	.hangye-wrap .hangye-menu .menus>ul li {
		margin: 0 20px
	}
}

@media (min-width:1024px) {
	.hangye-wrap .hangye-menu .menus>ul li {
		margin: 0 30px
	}
}

.hangye-wrap .hangye-menu .menus>ul li a {
	color: #888
}

.hangye-wrap .hangye-menu .menus>ul li a:hover {
	color: #ff5c00
}

.hangye-wrap .hangye-menu .menus>ul li.current {
	font-weight: bold
}

.hangye-wrap .hangye-menu .menus>ul li.current a {
	color: #ff5c00
}

.hangye-wrap .hangye-menu .menus>ul li .icon-right::before {
	transition: all .2s;
	transform: rotate(90deg)
}

.hangye-wrap .hangye-menu .menus>ul li .sub-nav {
	position: absolute;
	left: -25px;
	top: 60%;
	background: #fff;
	padding: 10px 5px 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

@media (min-width:1024px) {
	.hangye-wrap .hangye-menu .menus>ul li .sub-nav {
		left: -35px
	}
}

.hangye-wrap .hangye-menu .menus>ul li .sub-nav li {
	margin-bottom: 10px;
	line-height: 30px
}

.hangye-wrap .hangye-menu .menus>ul .has_children:hover>a {
	color: #ff5c00
}

.hangye-wrap .hangye-menu .menus>ul .has_children:hover .icon-right::before {
	transform: rotate(-90deg)
}

.hangye-wrap .hangye-menu .menus>ul .has_children:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	top: 100%
}

.hangye-wrap .hangye-menu .info {
	font-size: 14px;
	color: #666;
	line-height: 44px;
	margin-right: 30px;
	display: none
}

@media (min-width:768px) {
	.hangye-wrap .hangye-menu .info {
		display: block
	}
}

.hangye-wrap .hangye-menu .info p {
	display: none;
	margin-right: 30px
}

@media (min-width:1330px) {
	.hangye-wrap .hangye-menu .info p {
		display: inline-block
	}
}

.hangye-wrap .hangye-menu .info .btn {
	line-height: 44px;
	display: inline-block;
	padding: 0 18px;
	font-size: 14px
}

.hangye-wrap .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -13px
}

.hangye-wrap .items .item {
	width: 100%;
	box-sizing: border-box;
	padding: 0 13px;
	margin-bottom: 30px
}

@media (min-width:1024px) {
	.hangye-wrap .items .item {
		width: 50%
	}
}

.hangye-wrap .nav-pages {
	text-align: center;
	margin: 0 0 20px
}

@media (min-width:768px) {
	.hangye-wrap .nav-pages {
		margin: 10px 0 60px
	}
}

.zt-wrap .zt-top {
	padding-top: 1px;
	background: #fafafa;
	position: relative;
	z-index: 20
}

@media (min-width:1024px) {
	.zt-wrap .zt-top {
		padding-bottom: 70px
	}
}

.zt-wrap .content {
	display: block
}

@media (min-width:1024px) {
	.zt-wrap .content {
		padding-top: 70px
	}
}

.zt-wrap .nav-pages {
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.zt-wrap .nav-pages {
		margin-bottom: 60px
	}
}

.zt-wrap .zt-header {
	padding-top: 20px;
	padding-bottom: 50px
}

@media (min-width:768px) {
	.zt-wrap .zt-header {
		padding-top: 0;
		padding-bottom: 45px
	}
}

@media (min-width:768px) {
	.zt-wrap .zt-header .container {
		padding-right: 100px
	}
}

.zt-wrap .zt-header .listH2 {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.zt-wrap .zt-header .listH2 {
		margin-bottom: 9px
	}
}

.zt-wrap .zt-header .listH2 i::before {
	margin: 0
}

.zt-wrap .zt-header h3 {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #888
}

.zt-wrap .zt-header h3 strong {
	font-size: 48px;
	font-family: Impact;
	display: block;
	color: #ff5c00
}

.zt-wrap .all-zt {
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -70px;
	width: 100%;
	display: none
}

@media (min-width:1024px) {
	.zt-wrap .all-zt {
		display: block
	}
}

.zt-wrap .all-zt .container {
	overflow: visible
}

.zt-wrap .all-zt .zt-wrap {
	background: #fff;
	box-shadow: 0 30px 55px 0 rgba(237, 237, 237, 0.6);
	border-radius: 3px;
	padding: 40px 0
}

.zt-wrap .all-zt .zt-wrap .zt-row {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.zt-wrap .all-zt .zt-wrap .item {
	white-space: nowrap;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px
}

.zt-wrap .all-zt .zt-wrap .item a {
	color: #888;
	font-size: 14px;
	line-height: 20px
}

.zt-wrap .all-zt .zt-wrap .item a:hover {
	color: #ff5c00
}

.zt-wrap .all-zt .zt-wrap .item a em {
	display: inline-block;
	width: 8em;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	font-style: normal;
	vertical-align: middle
}

.zt-wrap .all-zt .all-zt-hot {
	width: 37.5%;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.zt-wrap .all-zt .all-zt-hot .item {
	width: 33.3333%
}

.zt-wrap .all-zt .all-zt-hot .icon-fire {
	color: #ff5c00
}

.zt-wrap .all-zt .all-zt-main {
	width: 62.5%;
	position: relative;
	padding: 0 10px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .2s
}

.zt-wrap .all-zt .all-zt-main:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 96%;
	border-right: 1px solid #e2e2e2;
	transform: translate(0, -50%)
}

.zt-wrap .all-zt .all-zt-main .item {
	width: 20%
}

.zt-wrap .all-zt .all-zt-main .more a {
	color: #ff5c00
}

.zt-wrap .all-zt .all-zt-main .more a .icon-right::before {
	transform: rotate(90deg)
}

.zt-wrap .all-zt .all-zt-main-normal {
	height: 60px;
	overflow: hidden
}

.zt-wrap .all-zt .zt-rest {
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	height: 0
}

.zt-wrap .all-zt .zt-rest.show {
	margin-top: 40px;
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto
}

.zt-wrap .all-zt .all-zt-rest {
	width: 100%;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px
}

.zt-wrap .all-zt .all-zt-rest .item {
	display: block;
	width: 12.5%
}

.zt-wrap .zt-menu {
	padding: 28px 0 0;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 30px;
	text-align: center
}

@media (min-width:768px) {
	.zt-wrap .zt-menu {
		padding: 48px 0 0;
		margin-bottom: 50px
	}
}

.zt-wrap .zt-menu a {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	line-height: 25px;
	padding-bottom: 18px;
	border-bottom: 5px solid transparent;
	margin: 0 25px
}

.zt-wrap .zt-menu a:hover {
	color: #ff5c00
}

.zt-wrap .zt-menu a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.zt-wrap .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -17px
}

.zt-wrap .items .item {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 17px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.zt-wrap .items .item {
		width: 33.3333%;
		margin-bottom: 40px
	}
}

.zt-wrap .items .item a {
	border: 1px solid #eaeaea
}

@media (max-width:767px) {
	.zt-wrap .items .zt-item h2 {
		font-size: 22px
	}

	.zt-wrap .items .zt-item h4 {
		font-size: 16px
	}

	.zt-wrap .items .zt-item .entry {
		line-height: 22px;
		height: 44px
	}

	.zt-wrap .items .zt-item .btns .btn {
		border-color: #ff5c00;
		background: #ff5c00;
		color: #fff
	}
}

.zt-singular-header {
	position: relative
}

.zt-singular-header .bg {
	height: 70%;
	max-height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-size: 4000%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

@media (min-width:768px) {
	.zt-singular-header .bg {
		background-size: 300%
	}
}

.zt-singular-header .bg::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 1%, #FFFFFF 38%)
}

.zt-singular-header .bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: inherit;
	filter: blur(10px)
}

@media (min-width:768px) {
	.zt-singular-header .bg::before {
		filter: blur(50px)
	}
}

.zt-singular-header .container {
	padding-top: 40px;
	padding-bottom: 54px;
	overflow: visible
}

@media (min-width:1024px) {
	.zt-singular-header .container {
		padding-top: 97px
	}
}

.zt-singular-header .breadcrumb {
	font-size: 13px;
	color: #fff;
	margin-bottom: 17px
}

.zt-singular-header .breadcrumb li {
	display: inline
}

.zt-singular-header .breadcrumb li:after {
	content: ' >'
}

.zt-singular-header .breadcrumb li:last-child::after {
	content: '';
	display: none
}

.zt-singular-header .breadcrumb a {
	color: #fff
}

.zt-singular-header .breadcrumb a:hover {
	color: #ff5c00
}

.zt-singular-header .block {
	position: relative
}

.zt-singular-header .block::before {
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 25px 50px 0 rgba(237, 237, 237, 0.5);
	background: #fff
}

.zt-singular-header .block-content {
	background: #fff;
	padding: 20px 20px 30px;
	position: relative
}

@media (min-width:768px) {
	.zt-singular-header .block-content {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		padding: 40px
	}
}

.zt-singular-header .item-thumb {
	margin-bottom: 30px
}

.zt-singular-header .item-thumb .thumb {
	padding-top: 55%
}

@media (min-width:768px) {
	.zt-singular-header .block-thumb {
		width: 260px;
		flex-shrink: 0
	}
}

@media (min-width:1024px) {
	.zt-singular-header .block-thumb {
		width: 370px
	}
}

.zt-singular-header .block-thumb .share-div {
	display: none
}

@media (min-width:768px) {
	.zt-singular-header .block-thumb .share-div {
		display: block
	}
}

.zt-singular-header .block-thumb .share-div .share_ul>li:first-child {
	display: none
}

@media (min-width:1024px) {
	.zt-singular-header .block-thumb .share-div .share_ul>li:first-child {
		display: inline
	}
}

@media (min-width:768px) {
	.zt-singular-header .block-thumb .share-div .share_ul>li a {
		width: 36px;
		height: 36px;
		line-height: 36px
	}
}

.zt-singular-header .block-main {
	flex-grow: 1
}

@media (min-width:768px) {
	.zt-singular-header .block-main {
		padding-left: 40px
	}
}

.zt-singular-header h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 14px
}

.zt-singular-header h4 {
	font-size: 16px;
	color: #888;
	font-weight: normal;
	margin: 0 -10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3
}

@media (min-width:768px) {
	.zt-singular-header h4 {
		font-size: 14px;
		padding-bottom: 20px
	}
}

@media (min-width:1024px) {
	.zt-singular-header h4 {
		margin-left: -20px;
		margin-right: -20px
	}
}

.zt-singular-header h4 .item {
	display: inline-block;
	padding: 0 10px;
	position: relative;
	line-height: 40px
}

@media (min-width:1024px) {
	.zt-singular-header h4 .item {
		padding: 0 20px
	}
}

.zt-singular-header h4 .item::after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}

.zt-singular-header h4 .item:last-child::after {
	display: none
}

.zt-singular-header h4 .item strong {
	font-size: 16px;
	color: #ff5c00;
	font-family: Impact;
	margin-right: 10px
}

@media (min-width:1024px) {
	.zt-singular-header h4 .item strong {
		font-size: 32px
	}
}

.zt-singular-header p {
	font-size: 13px;
	color: #888;
	line-height: 1.8;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.zt-singular-header p {
		font-size: 14px;
		line-height: 2;
		height: 4em;
		margin-bottom: 30px;
		overflow: hidden
	}
}

.zt-singular-header .btn {
	display: inline-block;
	padding: 0 40px;
	font-size: 14px;
	line-height: 3
}

.zt-singular-header .btn em {
	font-style: normal
}

.zt-singular-content .main {
	padding: 20px
}

.zt-singular-content .main:after {
	display: none
}

@media (min-width:768px) {
	.zt-singular-content .main {
		padding: 0
	}
}

@media (min-width:1024px) {
	.zt-singular-content .main {
		padding: 0 46px 0 0
	}
}

.zt-singular-content .section-title {
	margin-bottom: 40px
}

.zt-singular-content .article-show {
	margin: 40px 0
}

.zt-singular-content .back {
	margin-bottom: 60px
}

.zt-singular-content .back .btn {
	font-size: 16px;
	line-height: 3.125
}

.hunter-home-header {
	background: url(../images/background.jpg) repeat 0 0;
	padding: 30px 0 5px;
	text-align: center
}

@media (min-width:768px) {
	.hunter-home-header {
		padding: 62px 0 80px
	}
}

.hunter-home-header .btn {
	display: inline-block;
	font-size: 15px;
	line-height: 40px;
	padding: 0 35px
}

@media (min-width:768px) {
	.hunter-home-header .btn {
		font-size: 16px;
		padding: 0 48px;
		line-height: 52px
	}
}

.hunter-home-header .title {
	color: #333;
	font-size: 32px;
	margin-bottom: 12px
}

@media (min-width:768px) {
	.hunter-home-header .title {
		font-size: 38px
	}
}

.hunter-home-header .desc {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.hunter-home-header .desc {
		font-size: 16px;
		margin-bottom: 25px
	}
}

.hunter-home-header .desc em {
	font-style: normal;
	display: block
}

@media (min-width:768px) {
	.hunter-home-header .desc em {
		display: inline
	}
}

.hunter-home-header .part-topic-wall {
	margin-top: 25px
}

@media (min-width:768px) {
	.hunter-home-header .part-topic-wall {
		margin-top: 60px
	}
}

.hunter-home-header .part-topic-wall .section-title {
	display: none
}

.hunter-home-content {
	padding-top: 20px;
	background: #f7f7f7
}

@media (min-width:768px) {
	.hunter-home-content {
		background: transparent;
		padding-top: 56px
	}
}

.hunter-home-content .main:after {
	display: none
}

@media (max-width:767px) {
	.hunter-home-content .main .section-title {
		margin: 0 0 15px;
		padding: 15px;
		background: #fff;
		text-align: center
	}

	.hunter-home-content .main .section-title .more {
		font-size: 12px;
		right: 15px
	}
}

@media (min-width:768px) {
	.hunter-home-content2 {
		margin-bottom: 80px
	}
}

.hunter-home-content2 .btn {
	line-height: 3.6
}

.hunter-home-content2 .main {
	margin-top: 15px
}

@media (min-width:768px) {
	.hunter-home-content2 .main {
		margin-top: 0
	}
}

.hunter-home-content2 .main::after {
	display: none
}

.hunter-last-month {
	padding-top: 30px
}

@media (min-width:768px) {
	.hunter-last-month {
		padding-top: 0;
		margin-bottom: 40px
	}
}

.hunter-zt {
	background: #f7f7f7;
	padding: 40px 0 1px;
	margin-bottom: 0
}

@media (min-width:768px) {
	.hunter-zt {
		margin-bottom: 60px
	}
}

@media (max-width:767px) {
	.hunter-zt .seeAll {
		margin-bottom: 15px
	}
}

.bottomShow {
	margin-bottom: 50px
}

.hunter-archive-section-title {
	padding: 0;
	text-align: center
}

@media (min-width:768px) {
	.hunter-archive-section-title {
		text-align: left
	}
}

.hunter-archive-section-title a {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	padding-bottom: 9px;
	border-bottom: 5px solid transparent;
	margin: 0 25px
}

@media (min-width:768px) {
	.hunter-archive-section-title a {
		margin: 0 50px 0 0
	}
}

.hunter-archive-section-title a:hover {
	color: #ff5c00
}

.hunter-archive-section-title a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.hunter-sifangke {
	background: #f7f7f7;
	padding-top: 30px
}

@media (min-width:768px) {
	.hunter-sifangke {
		background: transparent;
		padding-top: 0
	}
}

.hunter-archive-header {
	text-align: center
}

.hunter-archive-header .listH2 {
	font-size: 32px;
	line-height: 53px;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.hunter-archive-header .listH2 {
		font-size: 38px
	}
}

.hunter-archive-header h4 {
	margin-bottom: 30px
}

.hunter-archive-header .authors a {
	transition: all .2s;
	position: relative;
	display: block;
	display: inline-block;
	width: 40px;
	border: 3px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 5px
}

.hunter-archive-header .authors a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.hunter-archive-header .authors a:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	opacity: .3
}

.hunter-archive-header .authors a .thumb {
	padding-top: 100%
}

.alltopics-warp {
	background: #f7f7f7;
	padding-bottom: 60px
}

.alltopics-warp .archive-top {
	background: transparent
}

.alltopics-warp .bottomShow {
	margin-bottom: 0
}

.alltopics-warp .part-topic-wall .section-title {
	display: none
}

.alltopics-warp .alltopics-content {
	background: #fff;
	padding: 15px;
	margin-bottom: 60px
}

@media (min-width:768px) {
	.alltopics-warp .alltopics-content {
		padding: 45px
	}
}

.alltopics-warp .alltopics-content .selects {
	font-size: 16px;
	color: #666;
	padding: 0 0 30px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 45px;
	text-align: center
}

@media (min-width:768px) {
	.alltopics-warp .alltopics-content .selects {
		text-align: left
	}
}

.alltopics-warp .alltopics-content .selects span {
	display: block;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.alltopics-warp .alltopics-content .selects span {
		margin-bottom: 0;
		display: inline
	}
}

.alltopics-warp .alltopics-content .selects a {
	display: inline-block;
	margin: 0 15px;
	text-transform: uppercase;
	color: #666
}

.alltopics-warp .alltopics-content .selects a.current,
.alltopics-warp .alltopics-content .selects a:hover {
	color: #ff5c00
}

.alltopics-warp .alltopics-content .item {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	margin-bottom: 30px
}

.alltopics-warp .alltopics-content .item .item-title {
	font-family: ArialMT;
	font-size: 24px;
	color: #666666;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 26px;
	flex-shrink: 0
}

@media (min-width:768px) {
	.alltopics-warp .alltopics-content .item .item-title {
		width: 45px
	}
}

.alltopics-warp .alltopics-content .item .item-content {
	padding: 10px 10px 0;
	border-left: 8px solid #f9f9f9
}

.alltopics-warp .alltopics-content .item .item-content a {
	display: inline-block;
	margin: 0 10px 10px;
	background: #f9f9f9;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 2.28;
	color: #888
}

.alltopics-warp .alltopics-content .item .item-content a:hover {
	background: #ff5c00;
	color: #fff
}

.alltopics-warp .alltopics-content .item .item-content a:hover .clr_orange {
	color: #fff
}

.alltopics-hunter-last-month {
	margin: 60px auto
}

.hunter-singular-main {
	background: #fafafa;
	padding: 46px 0 40px
}

.hunter-singular-main .singular-header {
	margin-bottom: 27px
}

.hunter-singular-main .singular-header .title {
	font-size: 28px;
	color: #333;
	line-height: 1.25;
	margin-bottom: 23px
}

@media (min-width:768px) {
	.hunter-singular-main .singular-header .title {
		font-size: 32px
	}
}

.hunter-singular-main .singular-header .title .tag {
	display: inline-block;
	font-size: 13px;
	line-height: 2.14;
	margin-right: 9px;
	vertical-align: middle;
	padding: 0 5px
}

@media (min-width:768px) {
	.hunter-singular-main .singular-header .title .tag {
		font-size: 14px;
		padding: 0 9px
	}
}

.hunter-singular-main .singular-header .title .icon-fire {
	color: #ff3401
}

.hunter-singular-main .singular-header .meta {
	font-size: 14px;
	font-weight: normal;
	color: #888;
	line-height: 2;
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: -20px
}

@media (min-width:768px) {
	.hunter-singular-main .singular-header .meta {
		margin-bottom: 10px;
		line-height: 1.428
	}
}

.hunter-singular-main .singular-header .meta .item {
	display: inline-block;
	padding: 0 20px;
	position: relative
}

.hunter-singular-main .singular-header .meta .item::after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}

.hunter-singular-main .singular-header .meta .item:last-child::after {
	display: none
}

.hunter-singular-main .singular-header .meta a {
	color: #888
}

.hunter-singular-main .singular-header .meta a:hover {
	color: #ff5c00
}

.hunter-singular-main .hunter-main {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0 50px 50px 0 rgba(237, 237, 237, 0.5);
	margin-bottom: 30px;
	flex-wrap: wrap
}

.hunter-singular-main .hunter-main .hunter-image {
	width: 100%;
	flex-shrink: 0;
	padding: 15px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.hunter-singular-main .hunter-main .hunter-image {
		padding: 50px 40px
	}
}

@media (min-width:1024px) {
	.hunter-singular-main .hunter-main .hunter-image {
		width: 65.385%
	}

	.hunter-singular-main .hunter-main .hunter-image .thumb {
		display: none
	}

	.hunter-singular-main .hunter-main .hunter-image img {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		width: auto;
		height: auto
	}
}

.hunter-singular-main .hunter-main .hunter-image .thumb {
	padding-top: 87.67%;
	background-size: auto
}

.hunter-singular-main .hunter-main .hunter-image .item {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 25
}

.hunter-singular-main .hunter-main .hunter-image .item .img-zoom img {
	transition: none
}

.hunter-singular-main .hunter-main .hunter-content {
	width: 100%;
	flex-shrink: 0;
	padding: 0 30px 125px;
	box-sizing: border-box;
	position: relative
}

@media (min-width:768px) {
	.hunter-singular-main .hunter-main .hunter-content {
		padding: 45px 30px 125px
	}
}

@media (min-width:1024px) {
	.hunter-singular-main .hunter-main .hunter-content {
		width: 34.615%;
		background-image: linear-gradient(90deg, #FAFAFA 0, rgba(255, 255, 255, 0) 30%)
	}
}

.hunter-singular-main .hunter-main .hunter-content h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 30px
}

.hunter-singular-main .hunter-main .hunter-content .info {
	font-size: 15px;
	line-height: 32px;
	color: #656565;
	margin-bottom: 32px
}

.hunter-singular-main .hunter-main .hunter-content .info .author {
	display: inline;
	font-size: 14px;
	font-weight: normal
}

.hunter-singular-main .hunter-main .hunter-content .info .author .avatar {
	display: inline-block;
	width: 40px;
	vertical-align: bottom;
	margin-right: 5px
}

.hunter-singular-main .hunter-main .hunter-content .info .author .avatar .thumb {
	padding-top: 40px;
	border-radius: 100%
}

.hunter-singular-main .hunter-main .hunter-content .info a {
	color: #666
}

.hunter-singular-main .hunter-main .hunter-content .info a:hover {
	color: #ff5c00
}

.hunter-singular-main .hunter-main .hunter-content .share-div {
	margin-bottom: 40px
}

.hunter-singular-main .hunter-main .hunter-content .article-zan-fav {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -10px
}

.hunter-singular-main .hunter-main .hunter-content .article-zan-fav .zan-div,
.hunter-singular-main .hunter-main .hunter-content .article-zan-fav .fav-div {
	display: block;
	padding: 0 10px;
	flex-grow: 1
}

.hunter-singular-main .hunter-main .hunter-content .article-zan-fav .zan-div .btn,
.hunter-singular-main .hunter-main .hunter-content .article-zan-fav .fav-div .btn {
	padding: 0
}

.hunter-singular-main .hunter-main .hunter-content .extra-info {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 25px;
	font-size: 14px;
	color: #bbb;
	line-height: 2;
	padding-top: 20px;
	border-top: 1px solid #f3f3f3;
	padding-right: 80px
}

.hunter-singular-main .hunter-main .hunter-content .extra-info .btn {
	display: inline-block;
	padding: 0 9px;
	line-height: 2;
	position: absolute;
	right: 0;
	top: 20px
}

.hunter-singular-main .tags {
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
	padding: 0 19px
}

@media (min-width:768px) {
	.hunter-singular-main .tags {
		margin-bottom: 40px;
		padding: 0
	}
}

.hunter-singular-main .tags span {
	display: block;
	margin: 0 6px 20px;
	color: #262626
}

@media (min-width:768px) {
	.hunter-singular-main .tags span {
		color: #888;
		text-align: left;
		display: inline;
		margin: 0
	}
}

.hunter-singular-main .tags .btn {
	display: inline-block;
	font-size: 13px;
	padding: 0 9px;
	margin: 0 6px 10px;
	color: #888;
	background: #fff
}

@media (min-width:768px) {
	.hunter-singular-main .tags .btn {
		font-size: 14px
	}
}

.hunter-singular-main .tags .btn .prefix {
	color: #ff5c00;
	font-style: normal
}

.hunter-singular-main .tags .btn:hover {
	color: #fff;
	background: #ff5c00
}

.hunter-singular-main .tags .btn:hover .prefix {
	color: #fff
}

.hunter-singular-extra {
	padding: 20px 0 0
}

@media (min-width:768px) {
	.hunter-singular-extra {
		padding: 50px 0 90px
	}
}

.hunter-singular-extra .main {
	margin-bottom: 0
}

.hunter-singular-extra .content {
	flex-direction: row-reverse
}

.hunter-singular-extra .division-hunter-related {
	margin-top: 50px
}

@media (max-width:767px) {
	.hunter-singular-extra .division-hunter-related {
		background: #fafafa;
		margin: 0 -15px;
		padding: 30px 15px 15px
	}
}

.hunter-singular-extra .division-hunter-related .section-title {
	margin-bottom: 40px
}

@media (max-width:767px) {
	.hunter-singular-extra .division-hunter-related .section-title {
		margin-bottom: 20px;
		border-bottom: none
	}
}

.hunter-singular-extra .back {
	margin-top: 30px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.hunter-singular-extra .back {
		margin-top: 0;
		margin-bottom: 0
	}
}

.hunter-singular-extra .back .btn {
	font-size: 16px;
	line-height: 3.125
}

.hunter-singular-extra .sidebar {
	margin-top: 0;
	margin-bottom: 40px
}

.hunter-singular-extra .sidebar::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.hunter-singular-extra .sidebar::after {
		display: none
	}
}

@media (min-width:768px) {
	.hunter-singular-extra .sidebar {
		margin-top: 50px;
		margin-bottom: 0
	}
}

.hunter-singular-sub {
	padding: 30px 0 1px;
	background: #fafafa;
	position: relative;
	z-index: 20
}

@media (min-width:768px) {
	.hunter-singular-sub {
		padding: 60px 0 1px
	}
}

.topic-wrap {
	background: #f7f7f7;
	padding-bottom: 40px
}

.topic-wrap .archive-top {
	background: transparent
}

.topic-wrap .nav-pages {
	text-align: center;
	margin: 20px 15px
}

@media (min-width:768px) {
	.topic-wrap .nav-pages {
		margin: 20px 0
	}
}

.topic-wrap .archive-header {
	text-align: center;
	margin-bottom: 45px
}

.topic-wrap .archive-header .listH2 {
	color: #333;
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 13px
}

@media (min-width:768px) {
	.topic-wrap .archive-header .listH2 {
		font-size: 38px
	}
}

.topic-wrap .archive-header .listH2 .clr_orange {
	margin-right: 10px
}

.topic-wrap .menus {
	text-align: center
}

.topic-wrap .menus .menus-content {
	background: #fff;
	padding: 23px 0 0
}

.topic-wrap .menus .menus-content a {
	display: inline-block;
	margin: 0 25px;
	padding-bottom: 23px;
	font-size: 18px;
	color: #666;
	border-bottom: 5px solid transparent
}

.topic-wrap .menus .menus-content a:hover {
	color: #ff5c00
}

.topic-wrap .menus .menus-content a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.topic-wrap .content .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
	flex-wrap: wrap;
	flex: auto
}

.topic-wrap .content .item {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.topic-wrap .content .item {
		width: 50%
	}
}

@media (min-width:1024px) {
	.topic-wrap .content .item {
		width: 25%
	}
}

.topic-hunter-last-month {
	margin: 60px auto
}

.news-body {
	background: #f5f5f5
}

@media (min-width:768px) {
	.news-body {
		background: #f1f7fa
	}
}

.news-more {
	margin: 60px 0;
	text-align: center
}

.news-more .btn {
	display: inline-block;
	font-size: 22px;
	line-height: 2.7272;
	padding: 0 2em
}

.news-sifangke {
	background: #fff;
	padding: 40px 0 1px
}

.news-header .container,
.news-item .container {
	max-width: 888px
}

.news-show {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.news-show {
		margin-bottom: 28px
	}
}

.news-header {
	background: #fff;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.news-header {
		margin-bottom: 28px
	}
}

@media (min-width:768px) {
	.news-header .banner {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 3px solid #fff
	}
}

.news-header .banner .banner-text {
	padding-top: 30px;
	text-align: center
}

@media (min-width:768px) {
	.news-header .banner .banner-text {
		padding-top: 0;
		width: 220px;
		flex-shrink: 0
	}
}

.news-header .banner .banner-text h2 {
	font-size: 38px;
	font-weight: bold;
	color: #525252;
	font-family: Tahoma, Verdana, 'Microsoft Yahei', sans-serif;
	margin-bottom: 0
}

.news-header .banner .banner-text h4 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #525252
}

.news-header .banner .banner-text .btn {
	color: #ff5c00;
	border: 1px solid #ff5c00;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	padding: 0 9px
}

.news-header .banner .banner-text .btn:hover {
	color: #ff5c00;
	border-color: #ff5c00
}

.news-content .news-item {
	margin: 0 auto 15px;
	letter-spacing: .5px;
	background: #fff;
	max-width: 1300px
}

@media (min-width:768px) {
	.news-content .news-item {
		margin: 0 auto 28px
	}
}

.news-content .news-item h2 {
	padding: 25px 0 0;
	margin-bottom: 25px;
	font-size: 22px;
	color: #ff5c00;
	text-align: center;
	font-weight: bold
}

@media (min-width:768px) {
	.news-content .news-item h2 {
		padding: 58px 0 0;
		margin-bottom: 50px
	}
}

.news-content .news-item h2 .p_edit {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 7px;
	border: 1px solid #ff5c00;
	border-radius: 5px;
	margin-left: 1em
}

.news-content .news-item h2 .p_edit a {
	color: #ff5c00
}

.news-content .news-item h2 .date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
	padding: 6px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ff5c00;
	border-radius: 4px
}

.news-content .news-item h2 .week {
	display: inline-block;
	vertical-align: middle
}

.news-content .news-item .items {
	padding: 0;
	margin-left: 0
}

@media (min-width:768px) {
	.news-content .news-item .items {
		padding: 0 0 80px
	}
}

.news-content .news-item .items .item {
	box-sizing: border-box;
	list-style-type: none;
	width: 752px;
	margin: 0 auto;
	padding: 34px 0 40px;
	border-top: 1px dashed #dedede
}

.news-content .news-item .items .item i,
.news-content .news-item .items .item em {
	font-style: normal
}

.news-content .news-item .items .item.toutiao {
	border-radius: 6px;
	border: 1px solid #ededed;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	background: #fdfdfd;
	box-shadow: none
}

.news-content .news-item .items .item.toutiao:hover {
	background: #fff;
	box-shadow: 2px 2px 5px #eee
}

.news-content .news-item .items .item.toutiao a {
	color: #525252
}

.news-content .news-item .items .item.toutiao a:hover {
	color: #ff6000
}

.news-content .news-item .items .item.toutiao a:hover h3 {
	color: #2d2d2d
}

.news-content .news-item .items .item.toutiao a:hover .item-content p .readmore {
	background: #ff6000
}

.news-content .news-item .items .item.toutiao h3 .toutiao-span {
	margin-right: 10px;
	display: inline-block;
	text-indent: 0;
	text-align: center;
	width: 34px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	background: transparent;
	color: #ff5a00;
	border-radius: 4px;
	border: 1px solid #ff5a00;
	position: relative;
	top: -2px
}

.news-content .news-item .items .item.toutiao .item-content p .readmore {
	display: inline-block;
	text-indent: 0;
	border-radius: 2px;
	background-color: #ff6000;
	border-bottom: none;
	color: #606060;
	font-size: 12px;
	font-family: Arial, 'Microsoft Yahei', sans-serif;
	line-height: 12px;
	padding: 4px 4px 5px;
	color: #fff;
	margin-left: 10px;
	font-style: normal
}

.news-content .news-item .items .item.toutiao .item-content p .readmore span {
	padding: 0 3px
}

.news-content .news-item .items .item.toutiao .item-content p .readmore:hover {
	background: #ff721d;
	color: #fff
}

.news-content .news-item .items .item.toutiao+li,
.news-content .news-item .items .item:first-child {
	border-width: 0
}

.news-content .news-item .items .item.toutiao:first-child {
	border-width: 1px
}

.news-content .news-item .items .item p a {
	color: #6f6f6f;
	border-bottom: 1px dashed #525252
}

.news-content .news-item .items .item p a:hover {
	color: #ff6000;
	border-bottom-color: #ff6000
}

@media (min-width:768px) and (max-width:1023px) {
	.news-content .news-item .items .item {
		width: 100%
	}
}

@media (max-width:767px) {
	.news-content .news-item .items .item {
		width: 95%
	}

	.news-content .news-item .items .item.oneimg .item-content p {
		width: 100%
	}

	.news-content .news-item .items .item.oneimg .item-content .item-img {
		width: 100%
	}
}

.news-content .news-item .items .item h3 {
	padding: 0;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px
}

.news-content .news-item .items .item h3 .num {
	margin-right: 12px;
	font-family: impact, 'Microsoft Yahei', sans-serif;
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin-top: -3px
}

@media (min-width:768px) {
	.news-content .news-item .items .item h3 .num {
		font-weight: normal
	}
}

.news-content .news-item .items .item .item-content {
	position: relative
}

.news-content .news-item .items .item .item-content::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -40px
}

.news-content .news-item .items .item .item-content p {
	float: left;
	margin: 0;
	width: 76%;
	font-size: 16px;
	font-family: Arial, 'Microsoft Yahei', sans-serif;
	line-height: 30px;
	color: #6f6f6f
}

.news-content .news-item .items .item .item-content .item-img {
	width: 22.4%;
	float: right;
	margin-top: 30px
}

@media (min-width:768px) {
	.news-content .news-item .items .item .item-content .item-img {
		margin-top: 0
	}
}

.news-content .news-item .items .item .item-content .item-imgs {
	margin-top: 30px
}

.news-content .news-item .items .item .item-content .item-imgs .item-img {
	margin-top: 0;
	width: 100%
}

@media (min-width:768px) {
	.news-content .news-item .items .item .item-content .item-imgs .item-img {
		width: 22.4%;
		margin-right: 3.4%;
		float: left
	}
}

.news-content .news-item .items .item .item-content .item-imgs .item-img a {
	display: block;
	position: relative
}

.news-content .news-item .items .item .item-content .item-imgs .item-img a img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	border-width: 0
}

.news-content .news-item .items .item .item-content .item-imgs .item-img:last-child {
	margin: 0
}

.news-content .news-item .items .item.moreimg p,
.news-content .news-item .items .item.noimg p {
	width: 100%
}

.news-content .news-item .items .item.moreimg p {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.news-content .img-zoom .thumb {
		display: none
	}

	.news-content .img-zoom img {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		width: 100%;
		height: auto
	}
}

.usercenter-body .uc-content {
	background: #fff;
	padding-bottom: 50px
}

@media (min-width:768px) {
	.usercenter-body .uc-content {
		background: transparent;
		padding-bottom: 0
	}
}

.usercenter-body .container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:1330px) {
	.usercenter-body .container {
		padding-left: 70px;
		padding-right: 70px
	}
}

.usercenter-body .header .container {
	padding: 0 15px 0 0
}

@media (min-width:1330px) {
	.usercenter-body .header .container {
		padding: 0 70px 0 0
	}
}

.user-404 {
	text-align: center;
	padding: 50px 0;
	color: #888;
	flex-grow: 1
}

.user-center {
	min-height: 500px;
	background: #f6f6f6
}

@media (min-width:768px) {
	.user-center {
		padding-bottom: 50px
	}
}

.user-center .content {
	display: block
}

.user-center .items {
	margin: 0 -10px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap
}

.user-center .items .item {
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 40px;
	position: relative
}

.user-center .items .item:hover .fav-edit {
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.user-center .items .item:hover .item-hunter,
.user-center .items .item:hover .item-post {
	transform: translate(0, -5px)
}

.user-center .pageds {
	margin-top: 20px
}

@media (min-width:768px) {
	.user-center .pageds {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.user-center .pageds .nav-pages {
	flex-grow: 1;
	text-align: center;
	margin: 0
}

.user-center .pageds .go {
	text-align: right
}

.user-center .pageds .go .btn {
	display: inline-block;
	padding: 0 14px;
	font-size: 14px;
	line-height: 2.714
}

@media (max-width:767px) {
	.user-center .pageds .go .btn {
		background: transparent;
		padding: 0;
		color: #666
	}

	.user-center .pageds .go .btn .icon-right {
		font-size: 11px
	}
}

.user-center .fav-edit {
	position: absolute;
	right: 10px;
	bottom: -20px;
	line-height: 20px;
	font-size: 12px;
	color: #888;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.user-center .fav-edit .btn {
	display: inline-block;
	line-height: 20px;
	padding: 0 5px;
	background: transparent
}

.user-center .fav-edit .btn:hover {
	background: #ff5c00;
	color: #fff
}

.user-center .uc-header {
	padding: 35px 0 50px
}

@media (min-width:1024px) {
	.user-center .uc-header {
		padding: 85px 0 60px
	}
}

.user-center .uc-header .container {
	text-align: left
}

@media (min-width:1024px) {
	.user-center .uc-header .container {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.user-center .uc-header .info {
	margin-bottom: 20px;
	position: relative;
	min-height: 100px;
	flex-grow: 1
}

@media (min-width:768px) {
	.user-center .uc-header .info {
		padding-left: 145px;
		margin-bottom: 40px
	}
}

.user-center .uc-header .info-main {
	text-align: center
}

@media (min-width:768px) {
	.user-center .uc-header .info-main {
		text-align: left
	}
}

.user-center .uc-header .avatar {
	border-radius: 100%;
	width: 100px;
	border: 6px solid #fff;
	box-shadow: 0 0 30px 0 #EEEEEE;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto 20px
}

@media (min-width:768px) {
	.user-center .uc-header .avatar {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0
	}
}

.user-center .uc-header .avatar .thumb {
	padding-top: 100%;
	border-radius: 100%
}

.user-center .uc-header .user-name {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.user-center .uc-header .user-name {
		font-size: 36px;
		margin-bottom: 0
	}
}

.user-center .uc-header .user-name .icon-medal-1 {
	width: 22px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	vertical-align: middle
}

.user-center .uc-header .user-job {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.user-center .uc-header .user-job {
		margin-bottom: 6px
	}
}

.user-center .uc-header .user-info {
	font-size: 14px;
	color: #bbb;
	margin: 0 40px
}

@media (min-width:768px) {
	.user-center .uc-header .user-info {
		margin: 0
	}
}

.user-center .uc-header .counts {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	justify-content: center
}

.user-center .uc-header .counts .count {
	text-align: center;
	font-size: 14px;
	color: #888;
	position: relative;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 10px
}

@media (min-width:768px) {
	.user-center .uc-header .counts .count {
		display: block;
		padding: 0 30px
	}
}

.user-center .uc-header .counts .count span {
	display: block
}

.user-center .uc-header .counts .count strong {
	display: block;
	margin: 0 10px;
	font-weight: normal
}

@media (min-width:768px) {
	.user-center .uc-header .counts .count strong {
		font-size: 20px;
		font-family: Impact;
		color: #ff5c00;
		font-size: 60px;
		margin: 0
	}
}

.user-center .uc-header .counts .count::after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	border-right: 1px solid #dedede;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}

@media (min-width:768px) {
	.user-center .uc-header .counts .count::after {
		height: 60px;
		margin-top: -30px
	}
}

.user-center .uc-header .counts .count:last-child::after {
	display: none
}

@media (min-width:768px) {
	.user-center .uc-menus {
		margin-bottom: 50px;
		background: #fff;
		box-shadow: 0 16px 20px 0 rgba(153, 153, 153, 0.02)
	}
}

.user-center .uc-menus .user-menu {
	margin: 0 -20px;
	text-align: center
}

@media (min-width:768px) {
	.user-center .uc-menus .user-menu {
		margin: 0 -40px;
		text-align: left
	}
}

.user-center .uc-menus .user-menu a {
	display: inline-block;
	margin: 0 20px;
	padding: 0 0 15px;
	border-bottom: 5px solid transparent;
	font-size: 16px;
	color: #666
}

@media (min-width:768px) {
	.user-center .uc-menus .user-menu a {
		margin: 0 40px;
		font-size: 16px;
		padding: 24px 0 20px
	}
}

.user-center .uc-menus .user-menu a:hover {
	color: #ff5c00
}

.user-center .uc-menus .user-menu a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00;
	font-weight: bold
}

.user-center .uc-submenu {
	margin-bottom: 40px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	justify-content: space-between;
	border-bottom: 1px solid #f3f3f3
}

@media (min-width:768px) {
	.user-center .uc-submenu {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		padding: 0 30px 0;
		border-bottom: none
	}
}

.user-center .uc-submenu .user-submenu {
	flex-grow: 1;
	margin: 0 -15px;
	text-align: center
}

@media (min-width:768px) {
	.user-center .uc-submenu .user-submenu {
		margin: 0;
		text-align: left
	}
}

.user-center .uc-submenu .user-submenu a {
	display: inline-block;
	margin: 0 15px;
	padding: 24px 0 20px;
	font-size: 14px;
	color: #666
}

@media (min-width:1024px) {
	.user-center .uc-submenu .user-submenu a {
		border-bottom: 5px solid transparent;
		margin: 0 25px
	}
}

.user-center .uc-submenu .user-submenu a:hover {
	color: #ff5c00
}

.user-center .uc-submenu .user-submenu a.current {
	font-weight: bold;
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.user-center .uc-submenu .user-submenu span {
	display: inline-block;
	margin: 0 25px;
	padding: 24px 0 20px;
	border-bottom: 5px solid transparent;
	font-size: 14px;
	color: #666
}

.user-center .uc-submenu .users-focus {
	font-size: 14px;
	color: #888;
	overflow: hidden;
	padding-top: 24px;
	height: 48px;
	text-align: right
}

@media (min-width:768px) {
	.user-center .uc-submenu .users-focus {
		max-width: 40%
	}
}

.user-center .uc-submenu .users-focus .icon-fire {
	color: #ff5c00
}

.user-center .uc-submenu .users-focus a {
	color: #888;
	white-space: nowrap
}

.user-center .uc-submenu .users-focus a:hover {
	color: #ff5c00
}

.user-center .uc-submenu .users-focus span {
	margin: 0 6px
}

.user-center .uc-submenu .sub-title {
	font-size: 22px;
	padding-top: 18px;
	margin-right: 25px;
	white-space: nowrap
}

.user-center .items-post .item {
	width: 100%
}

@media (min-width:768px) {
	.user-center .items-post .item {
		width: 50%
	}
}

@media (min-width:1024px) {
	.user-center .items-post .item {
		width: 33.3333%
	}
}

@media (min-width:1330px) {
	.user-center .items-post .item {
		width: 16.6667%
	}
}

.user-center .items-post .item-post {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	transition: all .2s
}

@media (max-width:767px) {
	.user-center .items-post .item-post {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse
	}

	.user-center .items-post .item-post .thumb {
		width: 120px;
		flex-shrink: 0
	}
}

.user-center .items-post .item-post .thumb {
	background-position: left center;
	border-radius: 3px
}

.user-center .items-post .item-post .item-main {
	text-align: justify;
	margin-right: 15px
}

@media (min-width:768px) {
	.user-center .items-post .item-post .item-main {
		border: 1px solid #f3f3f3;
		border-radius: 0 0 3px 3px;
		padding: 15px;
		margin-right: 0
	}
}

.user-center .items-post .item-post .item-main h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.user-center .items-post .item-post .item-main h2 {
		margin-bottom: 20px
	}
}

.user-center .items-post .item-post .item-main h2 a {
	color: #333
}

.user-center .items-post .item-post .item-main h2 a:hover {
	color: #ff5c00
}

.user-center .items-post .item-post .item-main h4 {
	font-size: 12px;
	font-weight: normal;
	color: #bbb;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.user-center .items-post .item-post .item-main h4 a {
	color: #bbb
}

.user-center .items-post .item-post .item-main h4 a:hover {
	color: #ff5c00
}

.user-center .items-hunter .item {
	width: 100%
}

@media (min-width:768px) {
	.user-center .items-hunter .item {
		width: 50%
	}
}

@media (min-width:1024px) {
	.user-center .items-hunter .item {
		width: 33.3333%
	}
}

.user-center .items-hunter .item-hunter {
	background: #fff;
	border: 1px solid #f8f8f8;
	padding: 24px 30px;
	transition: all .2s
}

.user-center .items-hunter .item-hunter h2 {
	font-size: 18px;
	margin-bottom: 13px;
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden
}

.user-center .items-hunter .item-hunter h4 {
	font-size: 14px;
	font-weight: normal;
	color: #bbb;
	margin-bottom: 25px
}

.user-center .items-hunter .item-hunter .item-main {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.user-center .items-hunter .item-hunter .item-thumb {
	width: 140px;
	flex-shrink: 0
}

.user-center .items-hunter .item-hunter .item-thumb .thumb {
	padding-top: 64%;
	border-radius: 3px
}

.user-center .items-hunter .item-hunter .item-entry {
	flex-grow: 1;
	padding-right: 30px;
	font-size: 14px;
	color: #888;
	line-height: 2;
	height: 6em;
	overflow: hidden
}

.user-center .items-talk {
	margin-bottom: 40px
}

.user-center .items-talk .item {
	width: 100%;
	margin-bottom: 0
}

.user-center .items-talk .item-talk {
	background: #fff;
	padding: 15px 15px 0
}

@media (min-width:768px) {
	.user-center .items-talk .item-talk {
		padding: 40px 50px 0
	}
}

.user-center .items-talk .item-talk a {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #f8f8f8
}

.user-center .items-talk .item-talk a:hover .item-main h2 {
	color: #ff5c00
}

.user-center .items-talk .item-talk .item-main {
	flex-grow: 1;
	position: relative;
	padding-left: 60px
}

@media (min-width:768px) {
	.user-center .items-talk .item-talk .item-main {
		padding-left: 70px
	}
}

.user-center .items-talk .item-talk .item-main h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px
}

.user-center .items-talk .item-talk .item-main h4 {
	font-size: 12px;
	font-weight: normal;
	color: #bbb;
	margin-bottom: 23px
}

.user-center .items-talk .item-talk .item-main h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px
}

.user-center .items-talk .item-talk .item-main .item-entry {
	font-size: 14px;
	color: #888;
	line-height: 1.7857
}

.user-center .items-talk .item-talk .item-thumb {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0
}

.user-center .items-talk .item-talk .item-thumb .thumb {
	padding-top: 100%;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 30px 0 #EEEEEE
}

.user-center .items-talk .item-talk .item-extra {
	flex-shrink: 0;
	display: none;
	margin-right: -30px
}

@media (min-width:768px) {
	.user-center .items-talk .item-talk .item-extra {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.user-center .items-talk .item-talk .item-extra .extra {
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	color: #888
}

.user-center .items-talk .item-talk .item-extra .extra strong {
	display: block;
	font-size: 40px;
	font-family: Impact;
	color: #cdcdcd
}

.user-center .items-zt .item {
	width: 100%
}

@media (min-width:768px) {
	.user-center .items-zt .item {
		width: 50%
	}
}

@media (min-width:1024px) {
	.user-center .items-zt .item {
		width: 25%
	}
}

.user-center .items-zt .item .zt-item {
	margin-bottom: 0
}

.user-center .items-zt .item .fav-edit {
	bottom: -23px
}

.user-center .mine-center .center-div {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px
}

.user-center .mine-center .center-div .main {
	background-color: #fff;
	padding: 30px 50px;
	margin-right: 30px;
	flex-grow: 1
}

.user-center .mine-center .center-div .main .part-fav .section-title,
.user-center .mine-center .center-div .main .part-publish .section-title {
	padding-bottom: 0
}

.user-center .mine-center .center-div .main .sub a {
	display: inline-block;
	padding: 0 0 10px;
	border-bottom: 5px solid transparent;
	margin: 0 25px
}

.user-center .mine-center .center-div .main .sub a.current {
	color: #ff5c00;
	border-bottom-color: #ff5c00
}

.user-center .mine-center .center-div .sidebar {
	background: #fff;
	width: 422px;
	box-sizing: border-box;
	padding: 28px 40px
}

.user-center .mine-center .part-hot .items {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 -16px
}

.user-center .mine-center .part-hot .item {
	flex-grow: 1;
	padding: 0 16px
}

.user-center .mine-center .part-hot .item-hot a {
	display: block;
	background: #fefefe;
	border: 1px solid #f3f3f3;
	border-radius: 3px;
	padding: 30px 30px 30px 80px;
	position: relative
}

.user-center .mine-center .part-hot .item-hot a:hover {
	background: #fafafa;
	border-color: #eee
}

.user-center .mine-center .part-hot .item-hot a:hover h2 {
	color: #ff5c00
}

.user-center .mine-center .part-hot .item-hot i {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 30px;
	color: #ff5c00;
	line-height: 1
}

.user-center .mine-center .part-hot .item-hot i::before {
	margin: 0
}

.user-center .mine-center .part-hot .item-hot h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px
}

.user-center .mine-center .part-hot .item-hot h4 {
	font-size: 14px;
	font-weight: normal;
	color: #888
}

.user-center .setting-center {
	background: #fff;
	padding: 50px;
	color: #333;
	font-size: 14px
}

.user-center .setting-center .setting-item {
	margin-bottom: 30px
}

.user-center .setting-center .setting-item label {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.user-center .setting-center .setting-item .item-label {
	width: 7em;
	padding-bottom: 30px;
	flex-shrink: 0
}

.user-center .setting-center .setting-item .item-input {
	flex-grow: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f3f3
}

.user-center .setting-center .setting-item .item-input input {
	display: block;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	padding-right: 2em
}

.user-center .setting-center .setting-item .avatar {
	width: 80px
}

.user-center .setting-center .setting-item .avatar .thumb {
	padding-top: 100%
}

.user-center .setting-center .holdTxt {
	cursor: pointer
}

.user-center .setting-center .holdTxt em {
	font-style: normal
}

.user-center .setting-center .setting-save {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.user-center .setting-center .setting-save .item-input {
	border-bottom: none
}

.user-center .setting-center .setting-save .item-input .btn {
	outline: none;
	padding: 5px 18px;
	font-size: 14px
}

.user-center .setting-center .error {
	color: #ff5c00;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	height: 0
}

.user-center .setting-center .error.show {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	height: auto;
	margin-bottom: 15px
}

.talk-container {
	background: #f5f8f9;
	padding: 32px 0 0
}

@media (min-width:768px) {
	.talk-container {
		padding: 32px 0 95px
	}
}

.talk-container .main::after {
	display: none
}

.talk-container .talk-section {
	background: #fff;
	margin-bottom: 15px
}

.talk-container .talk-section:last-child {
	margin-bottom: 0
}

.talk-container .talk-section .section-content {
	padding: 20px
}

@media (min-width:1024px) {
	.talk-container .talk-section .section-content {
		padding: 50px
	}
}

.talk-container .img-zoom img {
	position: absolute
}

.talk-container .nav-pages {
	margin-bottom: 0
}

.talk-container .talk-comment {
	padding: 20px 20px 1px
}

@media (min-width:1024px) {
	.talk-container .talk-comment {
		padding: 50px 50px 20px
	}
}

.talk-container .talk-section-loop {
	border-top: 2px solid #ff5c00
}

.talk-container .talk-section-prev-next {
	background: transparent;
	margin: 0 -5px;
	overflow: hidden
}

@media (min-width:768px) {
	.talk-container .talk-section-prev-next {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between
	}
}

.talk-container .talk-section-prev-next .item {
	padding: 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box
}

@media (min-width:768px) {
	.talk-container .talk-section-prev-next .item {
		flex-grow: 1;
		width: 36%
	}
}

@media (min-width:1024px) {
	.talk-container .talk-section-prev-next .item-backhome {
		width: 28%
	}
}

.talk-container .talk-section-prev-next .item-backhome .item-content {
	padding: 15px 0;
	text-align: center
}

.talk-container .talk-section-prev-next .item-content {
	height: 100%;
	background: #fff;
	padding: 15px 38px;
	line-height: 1
}

.talk-container .talk-section-prev-next .item-content h5 {
	font-size: 12px;
	color: #ff5c00;
	margin-bottom: 6px
}

.talk-container .talk-section-prev-next .item-content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	line-height: 26px;
	position: relative;
	margin: 0 0 6px;
	height: 52px;
	overflow: hidden
}

.talk-container .talk-section-prev-next .item-content h4 {
	font-size: 12px;
	color: #b1b1b1;
	margin-bottom: 0;
	height: 15px;
	font-weight: normal;
	margin-top: 8px
}

.talk-container .talk-section-prev-next .item-content a {
	display: block
}

.talk-container .talk-section-prev-next .item-content a:hover h2 {
	color: #333
}

.talk-container .talk-section-prev-next .item-content .btn {
	display: inline-block;
	margin: 20px auto;
	text-align: center;
	border: 1px solid #ff5c00;
	border-radius: 5px;
	color: #ff5c00;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 15px
}

.talk-container .talk-section-prev-next .item-content .btn:hover {
	background: #ff5c00;
	color: #fff
}

.talk-container .talk-section-prev-next .no_prev_next {
	font-size: 15px;
	overflow: hidden;
	color: #b1b1b1
}

.talk-container .talk-section-prev-next .no_prev_next .fl_img {
	float: left;
	margin-right: 12px
}

.talk-container .talk-section-prev-next .no_prev_next .fl_img img {
	height: 82px
}

.talk-container .talk-section-prev-next .no_prev_next p {
	margin: 18px 0 0;
	line-height: 1.5
}

.talk-container .talk-section-prev-next .item-content-none {
	text-align: center
}

.talk-container .talk-section-prev-next .item-content-none .no_prev_next {
	display: inline-block;
	white-space: nowrap
}

.talk-container .talk-section-prev-next .item-content-none .no_prev_next p {
	min-width: 200px;
	text-align: left
}

.talk-container .talk-section-choice {
	padding: 8px 30px;
	font-size: 14px;
	color: #808080;
	margin-bottom: 30px;
	text-align: center
}

@media (min-width:768px) {
	.talk-container .talk-section-choice {
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 0;
		text-align: left
	}
}

.talk-container .talk-section-choice a {
	display: inline-block;
	padding: 0 10px;
	line-height: 26px;
	margin: 0 5px;
	color: #808080
}

.talk-container .talk-section-choice a:hover {
	color: #ff5c00
}

.talk-container .talk-section-choice a.current {
	background: #ff5c00;
	color: #fff;
	border-radius: 4px
}

.talk-container .talk-section-menu {
	box-shadow: 0 3px 2px 0 rgba(234, 234, 234, 0.5);
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2
}

@media (min-width:768px) {
	.talk-container .talk-section-menu {
		border-bottom: none;
		margin-bottom: 15px
	}
}

.talk-container .talk-section-menu ul {
	margin: 0;
	padding: 0 10px
}

.talk-container .talk-section-menu li {
	display: inline-block;
	margin: 0 12px -1px;
	font-size: 14px
}

@media (min-width:768px) {
	.talk-container .talk-section-menu li {
		margin: 0 12px
	}
}

.talk-container .talk-section-menu li a {
	line-height: 24px;
	display: inline-block;
	padding: 9px 2px;
	color: #808080
}

.talk-container .talk-section-menu li a:hover {
	color: #ff5c00
}

.talk-container .talk-section-menu li.current-menu-item {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #ff5c00
}

.talk-container .talk-section-menu li.current-menu-item a {
	line-height: 21px;
	color: #515151
}

.talk-container .talk-item .author {
	margin-bottom: 15px;
	position: relative
}

.talk-container .talk-item .author .avatar {
	float: left;
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 36px;
	margin-right: 10px
}

.talk-container .talk-item .author .author-title {
	margin-left: 46px
}

.talk-container .talk-item .author .author-title h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	font-weight: 500;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin: 0 0 2px
}

.talk-container .talk-item .author .author-title h3 a {
	color: #333
}

.talk-container .talk-item .author .author-title h3 a:hover {
	color: #ff5c00
}

.talk-container .talk-item .author .author-title h5 {
	font-size: 12px;
	color: #b1b1b1;
	font-weight: normal;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	margin: 0
}

.talk-container .talk-item .author .time {
	position: absolute;
	right: 0;
	top: 0;
	color: #b1b1b1;
	font-size: 12px
}

.talk-container .talk-item .content {
	display: block;
	text-align: justify
}

.talk-container .talk-item .content .content-title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px
}

.talk-container .talk-item .content .entry {
	font-size: 15px;
	line-height: 1.5;
	color: #606060;
	margin-bottom: 16px
}

.talk-container .talk-item .content .entry p:last-child {
	margin-bottom: 0
}

.talk-container .talk-item .content .images {
	margin-bottom: 10px
}

.talk-container .talk-item .content .images .thumb {
	width: 100%;
	padding-top: 59%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px
}

.talk-container .talk-item .content .images ul {
	margin: 0 -8px;
	list-style: none;
	padding: 0;
	*zoom: 1
}

.talk-container .talk-item .content .images ul:before,
.talk-container .talk-item .content .images ul:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.talk-container .talk-item .content .images li {
	display: block;
	list-style: none;
	box-sizing: border-box;
	padding: 0 8px
}

@media (min-width:768px) {
	.talk-container .talk-item .content .images li {
		float: left;
		width: 33.33333%;
		margin-bottom: 15px
	}
}

.talk-container .talk-item .content .images_4 li {
	width: 25%
}

.talk-container .talk-item .content .meta {
	font-size: 14px;
	color: #808080;
	display: flex;
	justify-content: space-between
}

@media (min-width:768px) {
	.talk-container .talk-item .content .meta {
		display: block
	}
}

.talk-container .talk-item .content .meta>span {
	margin-right: 15px
}

@media (max-width:767px) {
	.talk-container .talk-item .content .meta>span {
		line-height: 32px
	}
}

.talk-container .talk-item .content .meta>span:hover {
	color: #ff5c00
}

.talk-container .talk-item .content .meta>span:hover i {
	color: #ff5c00
}

.talk-container .talk-item .content .meta em {
	font-style: normal
}

.talk-container .talk-item .content .meta i {
	font-style: normal;
	color: #e1e1e1
}

.talk-container .talk-item .content .meta [class^="icon-"]:before,
.talk-container .talk-item .content .meta [class*=" icon-"]:before {
	margin-right: 0
}

.talk-container .talk-item .content .meta a {
	color: #808080
}

.talk-container .talk-item .content .meta a:hover {
	color: #ff5c00
}

.talk-container .talk-item .content .meta a:hover .comment i {
	color: #ff5c00
}

@media (max-width:767px) {
	.talk-container .talk-item .content .meta a span {
		line-height: 30px
	}
}

@media (min-width:768px) {
	.talk-container .talk-item .content .meta .comment {
		margin-right: 30px
	}
}

.talk-container .talk-item .content .meta .comment i {
	font-size: 20px
}

.talk-container .talk-item .content .meta .zan {
	cursor: pointer
}

.talk-container .talk-item .content .meta .has_zan {
	color: #ff5c00
}

.talk-container .talk-item .content .meta .share-div {
	display: none
}

@media (min-width:768px) {
	.talk-container .talk-item .content .meta .share-div {
		display: inline-block
	}
}

.talk-container .talk-item .content .meta .share-div h3 i {
	display: none;
	color: #e1e1e1;
	font-size: 18px
}

.talk-container .talk-item .content .meta .share-div h3:hover {
	color: #ff5c00
}

.talk-container .talk-item .content .meta .share-div h3:hover i {
	color: #ff5c00
}

.talk-container .talk-item .content .meta .share_ul {
	display: inline-block
}

.talk-container .talk-item .content .meta .share_ul li {
	float: none;
	display: inline;
	margin-right: 0;
	margin-left: 5px
}

.talk-container .talk-item .content .meta .share_ul .close-li {
	display: none
}

.talk-container .talk-item .content .meta .share {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 13px
}

.talk-container .talk-item .content .meta .share i {
	font-size: 13px
}

.talk-container .talk-item .content .meta .share i::before {
	margin-left: 0
}

.talk-container .talk-item .content .meta .share:hover i {
	color: #fff
}

.talk-container .talk-item .content .meta h3 {
	display: inline;
	font-size: 14px;
	color: #808080
}

@media (max-width:767px) {
	.talk-container .talk-item .img-zoom .thumb {
		display: none
	}

	.talk-container .talk-item .img-zoom img {
		visibility: visible;
		opacity: 1;
		transition: all .2s;
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 15px
	}
}

.talk-container .talk-items {
	background: #fff;
	padding: 0 15px 15px
}

@media (min-width:768px) {
	.talk-container .talk-items {
		padding: 0 50px 80px
	}
}

.talk-container .talk-items .talk-section-loop {
	border-top: none;
	margin-bottom: 0
}

.talk-container .talk-items .talk-section-loop::after {
	content: '';
	display: block;
	margin: 0 -15px;
	height: 0;
	border-bottom: 15px solid #f2f2f2
}

@media (min-width:768px) {
	.talk-container .talk-items .talk-section-loop::after {
		display: none
	}
}

.talk-container .talk-items .talk-section-loop::after {
	border-bottom-color: #f5f8f9
}

@media (min-width:768px) {
	.talk-container .talk-items .talk-section-loop {
		border-bottom: 1px solid #f5f5f5
	}
}

.talk-container .talk-items .talk-section-loop .section-content {
	padding: 20px 0 28px
}

.talk-container .talk-items .talk-section-loop .time {
	display: none
}

.talk-container .talk-items .talk-section-loop .content-title a {
	color: #333
}

.talk-container .talk-items .talk-section-loop .content-title a:hover {
	color: #ff5c00
}

.talk-container .talk-items .talk-section-loop .entry a {
	color: #606060
}

.talk-container .talk-items .pagenav {
	padding-bottom: 0;
	font-size: 14px
}

@media (min-width:768px) {
	.talk-container .talk-items .pagenav {
		margin-top: 50px
	}
}

.talk-container .talk-items .pagenav a {
	background: transparent;
	color: #515151;
	border-color: #f5f5f5
}

.talk-container .talk-items .pagenav a:hover {
	color: #ff5c00;
	border-color: #ff5c00
}

.talk-container .talk-items .pagenav .active a {
	font-weight: bold;
	background: #ff5c00;
	color: #fff
}

.talk-container .talk-items .talk-item .content .meta .share-div {
	position: relative
}

.talk-container .talk-items .talk-item .content .meta .share-div h3 {
	cursor: pointer
}

.talk-container .talk-items .talk-item .content .meta .share-div h3 i {
	display: inline-block
}

.talk-container .talk-items .talk-item .content .meta .share_ul {
	margin-top: 10px;
	display: block;
	visibility: hidden;
	opacity: 0;
	bottom: 0;
	position: absolute;
	background: #fff;
	transform: scale(0);
	transform-origin: left;
	white-space: nowrap
}

.talk-container .talk-items .talk-item .content .meta .share_ul.show {
	transition: all .3s;
	visibility: visible;
	opacity: 1;
	transform: scale(1)
}

.talk-container .talk-items .talk-item .content .meta .share_ul .close-li {
	display: inline;
	cursor: pointer
}

.talk-container .talk-items .talk-item .content .meta .share_ul .close-li .close {
	display: inline-block
}

.talk-container .talk-items .talk-item .content .meta .share_ul .close-li .close:hover {
	transform: rotate(180deg)
}

.talk-container .talk-items .talk-item .content .images ul {
	width: 100%;
	margin: 0 -4px
}

@media (min-width:768px) {
	.talk-container .talk-items .talk-item .content .images ul {
		width: 60%
	}
}

.talk-container .talk-items .talk-item .content .images li {
	padding: 0 4px;
	margin-bottom: 8px
}

.talk-container .talk-items .talk-item .content .images .thumb {
	border-radius: 3px
}

.talk-container .talk-sidebar .widget.widget-talk-write {
	display: block
}

@media (min-width:768px) {
	.talk-container .talk-sidebar .widget {
		display: block;
		margin-bottom: 16px;
		background-color: #fff
	}

	.talk-container .talk-sidebar .widget:last-child {
		margin-bottom: 0
	}
}

.talk-container .talk-sidebar .widget-title {
	font-size: 15px;
	font-weight: bold;
	color: #515151;
	line-height: 1.4;
	padding: 12px 16px 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative
}

.talk-container .talk-sidebar .widget-title .more {
	position: absolute;
	right: 16px;
	top: 12px;
	font-weight: normal;
	font-size: 13px
}

.talk-container .talk-sidebar .widget-title .more a {
	color: #b1b1b1
}

.talk-container .talk-sidebar .widget-title .more a:hover {
	color: #ff5c00
}

.talk-container .talk-sidebar .widget-content {
	padding: 20px 16px 16px;
	font-size: 14px;
	color: #5c7681;
	line-height: 1.2
}

.talk-container .talk-sidebar .widget-content a {
	color: #5c7681
}

.talk-container .talk-sidebar .widget-content a:hover {
	color: #ff5c00
}

.talk-container .talk-sidebar .widget-content ul {
	margin: 0
}

.talk-container .talk-sidebar .widget-content li {
	height: 2.4em;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis
}

.talk-container .talk-sidebar .clr_red {
	color: #ff5c00
}

.talk-container .talk-sidebar .spark_rm {
	margin-bottom: 30px
}

@media (min-width:768px) {
	.talk-container .talk-sidebar .spark_rm {
		margin-bottom: 0;
		padding: 10px
	}
}

.talk-container .talk-sidebar .spark_rm img {
	width: 100%
}

.talk-container .talk-sidebar .sidebar_multi {
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	margin-top: -77px;
	position: absolute
}

.talk-container .talk-sidebar .sidebar_multi .widget:last-child {
	margin-bottom: 0
}

.talk-container .talk-sidebar .side_fixed {
	position: fixed;
	width: 290px;
	top: 77px;
	visibility: visible;
	opacity: 1;
	margin: 0
}

.talk-container .talk-sidebar .side_absolute {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 290px;
	margin: 0;
	visibility: visible;
	opacity: 1
}

.talk-container .widget-talk-search {
	position: relative
}

.talk-container .widget-talk-search .txt {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 10px;
	line-height: 20px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	outline: none
}

.talk-container .widget-talk-search .txt:focus,
.talk-container .widget-talk-search .txt:hover {
	box-shadow: none;
	border-color: #ccc
}

.talk-container .widget-talk-search .txt.txt_empty {
	color: #c8c8c8
}

.talk-container .widget-talk-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	border: none;
	background: transparent;
	font-size: 20px;
	color: #969696;
	outline: none
}

.talk-container .widget-talk-top .num {
	display: inline-block;
	font-style: normal;
	background: #ff5c00;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	padding: 3px 6px;
	line-height: 1;
	text-align: center;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle
}

.talk-container .widget-talk-top .widget-content li {
	height: 2.1em
}

.talk-container .widget-talk-top .widget-content a {
	color: #515151
}

.talk-container .widget-talk-relative li::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #5c7581;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 2px
}

.widget-talk-write {
	position: relative;
	padding: 15px;
	color: #fff;
	font-size: 14px;
	background-image: -webkit-linear-gradient(left, #ff4934, #ffc143);
	background-image: -moz-linear-gradient(left, #ff4934, #ffc143);
	background-image: -o-linear-gradient(left, #ff4934, #ffc143);
	background-image: linear-gradient(left, #ff4934, #ffc143);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4934', endColorstr='#ffffc143', GradientType=1)
}

@media (min-width:768px) {
	.widget-talk-write {
		border-radius: 4px;
		overflow: hidden
	}
}

.widget-talk-write:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/web-talk-question-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center
}

.widget-talk-write span {
	position: relative
}

.widget-talk-write .btn {
	position: relative;
	padding: 7px 18px;
	border: 1px solid #fff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	outline: none;
	background: #fff;
	color: #ff4600;
	display: inline-block
}

.widget-talk-write .btn:hover {
	background: transparent;
	color: #fff
}

.talk-write {
	position: fixed;
	left: 50%;
	top: -50%;
	width: 100%;
	max-width: 600px;
	transform: translate(-50%, -50%);
	z-index: 999999;
	padding: 15px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

.talk-write.modal-show {
	top: 50%;
	visibility: visible;
	opacity: 1;
	transition: all .2s
}

.talk-write .talk-write-wrap {
	background: #fff;
	padding: 32px 24px;
	border-radius: 4px;
	position: relative
}

.talk-write .close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 14px;
	color: #dfdfdf;
	cursor: pointer
}

.talk-write .close:hover {
	color: #ff5c00
}

.talk-write h2 {
	font-size: 16px;
	color: #515151;
	line-height: 1;
	padding: 0;
	margin-bottom: 20px
}

.talk-write .form-item {
	margin-bottom: 20px
}

.talk-write .txt {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e5e5e5;
	color: #b8b8b8;
	font-size: 14px
}

.talk-write textarea {
	min-height: 80px
}

.talk-write .form-check {
	float: left;
	font-size: 12px
}

.talk-write .form-check label {
	color: #808080
}

.talk-write .form-check input {
	display: none
}

.talk-write .form-check .check_icon {
	display: inline-block;
	padding: 1px;
	background: #f0f0f0;
	border-radius: 2px;
	margin-right: 5px
}

.talk-write .form-check .check_icon i {
	visibility: hidden
}

.talk-write .form-check input:checked+.check_icon {
	background: #ff5c00;
	color: #fff
}

.talk-write .form-check input:checked+.check_icon i {
	visibility: visible
}

.talk-write .btn {
	display: inline-block;
	color: #fff;
	background: #ff5c00;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	outline: none
}

.talk-write .btn:hover {
	background: #e65300
}

.talk-write .error {
	position: relative;
	color: #ff5c00;
	padding: 10px;
	box-sizing: border-box;
	background: #fff5f0;
	margin-bottom: 20px;
	font-size: 14px
}

.talk-write .error p {
	margin: 0
}

.talk-zt {
	padding: 30px 0 0;
	background: #f5f8f9
}

@media (min-width:768px) {
	.talk-zt {
		padding: 50px 0 0;
		background: transparent
	}
}

.single-talk .main {
	margin-bottom: 0
}

.single-talk .sidebar .widget {
	margin-bottom: 10px
}

@media (min-width:768px) {
	.single-talk .sidebar .widget {
		margin-bottom: 15px
	}
}

.single-talk .sidebar .widget.widget-show {
	padding-top: 0;
	margin-bottom: 10px
}

.single-talk .talk-item .content .images li {
	float: none;
	width: auto;
	display: block
}

.single-talk .talk-item .content .images li .img-zoom .thumb {
	display: none
}

.single-talk .talk-item .content .images li .img-zoom img {
	visibility: visible;
	opacity: 1;
	transition: all .2s;
	display: block;
	width: auto;
	height: auto;
	position: relative
}

.page-header {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 26px
}

.page-header h2 {
	font-size: 34px;
	color: #333;
	text-align: center
}

@media (max-width:767px) {
	.page .topShow .kind {
		display: none
	}

	.page-template-custom-page-allposts .topShow .kind {
		display: block
	}
}

.page-content {
	position: relative;
	padding-top: 50px
}

.page-content .page-content-main {
	width: 100%;
	margin: 0 auto
}

@media (min-width:1024px) {
	.page-content .page-content-main {
		max-width: 700px
	}
}

@media (min-width:1330px) {
	.page-content .page-content-main {
		max-width: 750px
	}
}

.page-content .page-sidebar {
	display: none
}

@media (min-width:768px) {
	.page-content .page-sidebar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0
	}

	.page-content .page-sidebar.show {
		display: block
	}
}

@media (min-width:1024px) {
	.page-content .page-sidebar {
		position: absolute;
		left: 50%;
		top: 50px;
		bottom: auto;
		right: auto;
		font-size: 14px;
		color: 888
	}

	.page-content .page-sidebar.autofixed-fixed {
		position: fixed;
		top: 110px
	}

	.page-content .page-sidebar.autofixed-absolute {
		top: auto;
		bottom: 0
	}
}

.page-content .page-sidebar ul {
	border-top: 1px solid #f2f2f2;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

@media (min-width:1024px) {
	.page-content .page-sidebar ul {
		display: block
	}
}

.page-content .page-sidebar li {
	flex-grow: 1;
	display: block;
	border: 1px solid #f2f2f2;
	border-top: none;
	background: #fff
}

.page-content .page-sidebar a {
	display: block;
	padding: 12px 32px;
	color: #888;
	border-right: 4px solid transparent
}

.page-content .page-sidebar a:hover {
	color: #ff5c00
}

.page-content .page-sidebar .current-menu-item {
	background: #fafafa
}

.page-content .page-sidebar .current-menu-item a {
	color: #ff5c00;
	border-right-color: #ff5c00
}

.part-404 .container {
	background-image: url(../images/404_bg.jpg);
	background-size: 70%;
	background-position: right top;
	background-repeat: no-repeat
}

@media (min-width:768px) {
	.part-404 .container {
		background-size: auto;
		background-position: right bottom
	}
}

.part-404 .main {
	padding: 60px 0 80px;
	color: #888;
	font-size: 16px;
	line-height: 1.875;
	max-width: 600px
}

@media (min-width:768px) {
	.part-404 .main {
		padding: 80px 0 180px
	}
}

.part-404 .main h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #333;
	width: 60%
}

@media (min-width:768px) {
	.part-404 .main h2 {
		width: auto;
		font-size: 40px
	}
}

.part-404 .main p {
	margin-bottom: 20px
}

.part-404 .main h3 {
	font-size: 20px;
	color: #ff5c00;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px
}

.part-404 .main h3 a {
	color: #ff5c00
}

.part-404 .main h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.part-404 .main ol {
	margin: 0 17px;
	font-size: 13px
}

@media (min-width:768px) {
	.part-404 .main ol {
		font-size: 16px
	}
}

.part-404 .main ol li {
	list-style: decimal outside;
	margin-bottom: 5px;
	padding-left: 10px
}

.part-404 .main ol li a {
	color: #ff5c00;
	text-decoration: underline
}

.vitara_slide_in .slide_loading {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat
}

.vitara_slide_in .slide_loading img {
	width: 100%;
	height: 100%
}

.vitara_slide_in .vitara_slide ul li h3 {
	padding-bottom: 15px
}

@media (max-width:767px) {
	.vitara_slide_in .vitara_slide ul li h3 {
		padding: 0;
		left: 10px;
		right: 10px;
		bottom: 11px;
		overflow: hidden;
		width: auto;
		white-space: nowrap;
		text-overflow: ellipsis;
		background: transparent;
		font-size: 14px;
		letter-spacing: 0
	}

	.vitara_slide_in .vitara_slide ul li h3 .label {
		background: rgba(255, 255, 255, 0.85);
		padding: 0 4px;
		font-size: 12px;
		border-radius: 3px
	}
}

.vitara_slide_in .vitara_slide ul li img {
	transition: none
}

@media (max-width:767px) {
	.vitara_slide_in .extra {
		display: none
	}
}

@media (min-width:1024px) {
	.single-post .sidebar {
		width: 300px
	}
}

@media (min-width:1024px) {
	.single-post .sidebar .sidebar-fixed {
		width: 300px
	}
}

@media (max-width:1329px) and (min-width:1024px) {
	.single-post .post-content .main {
		padding-left: 80px;
		padding-right: 40px;
		max-width: 750px
	}
}
.widget-hunter-topics .wall-item h2{font-size: 12px;}
.pageinfo{display: none;}
.nav-pages .nav a{
    margin-left: 5px;
    transition: all 0.2s;}
.nav-pages .nav .curpage {
	background: #ff5c00;
    border-color: #ff5c00;
    color: #fff;
    padding: 0 15px;
	}
.post-content .article-paged .prev_next a{padding: 0; margin: 0;}
.articlenext{float: left; width:13rem; height: 80px; line-height:20px; padding: 20px 0 0 0; }
.articlediv{ float: left; overflow: hidden; padding: 20px; height: 60px; font-weight: 600; }
.yangshi{box-shadow: 0 3px 6px rgba(0,0,0,0.05);background-image: linear-gradient(to top, #f7f7f7, #ffffff)}
@media only screen and(min-width: 768px){
	.post-content .article-paged .prev_next .articlenext {width: 11rem;
	}
}

 @media only screen and (max-width: 480px) {
	.post-content .article-paged .prev_next .articlenext {
	 padding:0px 20px;
	}
}