html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

body,
button,
input,
select,
textarea {
	font: 400 14px/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

li,
ul {
	list-style: none
}

.art-content li,
.art-content ul {
	list-style: inherit
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

small {
	font-size: .9em
}

input,
textarea,
button {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 100%;
	font-weight: 600;
	color: #000;
	line-height: 1.35
}

code,
pre,
pre tt {
	font-family: Courier, 'Courier New', monospace
}

pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	display: block;
	-webkit-overflow-scrolling: touch
}

hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: .8em;
	height: 10px
}

.textwrap,
.textwrap td,
.textwrap th {
	word-wrap: break-word;
	word-break: break-all
}

.textwrap-table {
	table-layout: fixed
}

.serif {
	font-family: Palatino, Optima, Georgia, serif
}

img {
	max-width: 100%
}

/*input,*/
/*textarea,*/
/*button {*/
/*	outline-style: none;*/
/*	-webkit-appearance: none;*/
/*}*/

html {
	color: #333;
	background: #f2f5f9
}

a {
	color: #333
}

a:hover {
	color: #21b47c
}

::selection {
	background: #21b47c;
	color: #fff
}

::-moz-selection {
	background: #21b47c;
	color: #fff
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.bn {
	border: none !important
}

.pd {
	padding: 1.5em
}

.mb {
	margin-bottom: 25px
}

.mb10 {
	margin-bottom: 10px
}

.mt {
	margin-top: 25px
}

.mr {
	/* margin-right: 25px */
}

.br {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.sb {
	box-shadow: 1px 1px 1px #e6e6eb;
	border-bottom: 1px solid #eef1f5;
	background: #fff
}

.nav-sb {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	background: #fff
}

.container {
	max-width: 1280px;
	margin: 0 auto
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.img-cover {
	object-fit: cover
}

.gradient {
	background-image: -webkit-linear-gradient(-30deg, #539FF1, #f00 30%, #002DBF 70%, #539FF1);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-background-size: 200% 100%;
	-webkit-animation: text-background-animation 2s infinite linear;
}

@-webkit-keyframes text-background-animation {
	0% {
		background-position: 20% 0
	}

	100% {
		background-position: -120% 0
	}
}

@keyframes text-background-animation {
	0% {
		background-position: 20% 0
	}

	100% {
		background-position: -120% 0
	}
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.multi-ellipsis {
	position: relative;
	line-height: 1.6em !important;
	height: 3.2em !important;
	overflow: hidden
}

.multi-ellipsis:after {
	content: "";
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 20px;
	background: -webkit-linear-gradient(left, transparent, #fff 62%);
	background: -o-linear-gradient(right, transparent, #fff 62%);
	background: -moz-linear-gradient(right, transparent, #fff 62%);
	background: linear-gradient(to right, transparent, #fff 62%)
}

.brightness:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

@media screen and (max-width:1200px) {
	.mb {
		margin-bottom: 10px
	}

	.m-multi-ellipsis {
		position: relative;
		line-height: 1.4em !important;
		height: 2.8em !important;
		overflow: hidden
	}

	.m-multi-ellipsis:after {
		content: "";
		font-weight: 700;
		position: absolute;
		bottom: 0;
		right: 0;
		padding-left: 20px;
		background: -webkit-linear-gradient(left, transparent, #fff 62%);
		background: -o-linear-gradient(right, transparent, #fff 62%);
		background: -moz-linear-gradient(right, transparent, #fff 62%);
		background: linear-gradient(to right, transparent, #fff 62%)
	}
}

.hidden {
	display: none
}

@media screen and (max-width:1200px) {
	.hidden-sm-md-lg {
		display: none !important
	}
}

@media screen and (max-width:768px) {
	.hidden-sm {
		display: none !important
	}
}

@media screen and (min-width:769px) and (max-width:992px) {
	.hidden-md {
		display: none !important
	}
}

@media screen and (min-width:993px) and (max-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media screen and (min-width:1201px) {
	.hidden-xl {
		display: none !important
	}
}

.c-title{
    display: flex;
    align-items: center;
	position: relative;
}

.app-q {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 1290px;
	margin-left: 8px;
}

#left_2 .thumbnail img,
#aside_hot_comment .list img,
#full-post .thumbnail img,
.article-list img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

#left_2 .thumbnail:hover img,
#aside_hot_comment .list:hover img,
#full-post .thumbnail:hover img,
.article-list:hover img {
	-webkit-transform: rotate(3deg) scale(1.2);
	-moz-transform: rotate(3deg) scale(1.2);
	-ms-transform: rotate(3deg) scale(1.2);
	-o-transform: rotate(3deg) scale(1.2);
	transform: rotate(3deg) scale(1.2);
}

.animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-80px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-80px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-80px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-80px)
	}

	100% {
		transform: translateY(0)
	}
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(-80px)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}

	100% {
		-moz-transform: translateY(-80px)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}

	100% {
		-o-transform: translateY(-80px)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-80px)
	}
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

.header-fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}

.header {
	height: 80px;
	font-size: 100%;
	width: 100%;
	z-index: 99999;
}

.h-wrap {
	height: 80px;
	position: relative
}

.header-top {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	color: #eee;
	background-color: #333
}

.header-top a {
	color: #fff;
	display: inline-block;
	padding: 0 0.5em;
}

.header-top .iconfont {}

.header-top a:hover {
	color: #fff;
	background-color: #21b47c
}

.header-top .line {
	width: 1px;
	height: 10px;
	background-color: #ccc;
	display: inline-block;
	padding: 0;
}

.header-top .collect,
.header-top .text {
	margin-left: 1.5em
}

.logo-area {
	padding-top: 18px;
	padding-right: 40px
}

.logo-area .img {
	width: 80%
}

.pc-nav {
	max-width: 100%;
	height: 80px;
}

.pc-nav li {
	float: left
}

.pc-nav li a {
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	font-size: 16px;
	display: block
}

.pc-nav li a:after {
	content: "\e8a8";
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:after {
	content: "\e8a9";
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.pc-nav .sub-nav a:hover {
	color: #21b47c
}

.pc-nav li a {
	position: relative;
}

.pc-nav li a::before,
.pc-nav .active::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20%;
	height: 2px;
	opacity: 0;
	background-color: #21b47c;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-in-out;
}

.pc-nav li ul li a::before,
.pc-nav li ul li a.active::before {
	height: 0;
}

.pc-nav li a:hover::before,
.pc-nav .active::before {
	width: 50%;
	opacity: 1;
}

.pc-nav .dropdown-nav .active::before {
	background-color: #fff;
}

.pc-nav li a:only-child::after {
	content: ""
}

.pc-nav .li-cate {
	position: relative
}

.pc-nav .active {
	color: #21b47c;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0
}

.dropdown-nav {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #323841;
	list-style: none
}

.dropdown-nav .active a,
.dropdown-nav .active a:hover,
.dropdown-nav li a:hover {
	background-color: #21b47c;
	color: #fff
}

.pc-nav {
	font-size: 14px;
	margin-right: 10px
}

.pc-nav li {
	position: relative;
	list-style: none;
	display: block;
	float: left
}

.pc-nav li a {
	text-transform: none;
	line-height: 80px;
	height: 80px;
	padding: 0 18px;
	display: block
}

.pc-nav li a i.fa {
	padding-right: 3px;
	position: relative;
	top: 0
}

.pc-nav li .sub-nav {
	text-align: left;
	position: absolute;
	top: 78px;
	left: -17px;
	display: none;
	background: #fff;
	border: 1px solid #eaeeef;
}

.pc-nav li .sub-nav li {
	float: none;
	height: 40px;
	min-height: 40px
}

.pc-nav li .sub-nav li a {
	line-height: 40px;
	height: 40px;
	padding: 0 35px;
	color: #1a1a1a;
	white-space: nowrap;
	min-width: 110px
}

.pc-nav li .sub-nav li a i.iconfont {
	padding-right: 3px
}

.pc-nav li .sub-nav li a:hover {
	background: 0 0
}

.pc-nav .active a,
.pc-nav .active a:focus {
	color: #fff
}

.pc-nav li>ul>li a.current-menu-item {
	background: 0 0
}

.pc-nav li.current-menu-ancestor a,
.pc-nav li.current-menu-item a,
.pc-nav li.current-post-ancestor a,
.pc-nav li:hover a {
	position: relative
}

.pc-nav li .icons {
	margin-right: 5px;
	font-size: 17px;
	top: 1px;
	position: relative
}

.pc-nav .nav-ul>li:hover>.sub-nav {
	display: block;
	padding: 15px 0
}

.nav-ul>li,
.nav-ul>li>li {
	float: left
}

.pc-nav .nav-ul li ul li:hover>.sub-nav {
	display: block;
	padding: 15px 0
}

.pc-nav li ul li .sub-nav {
	top: -16px;
	left: 100%
}

.pc-nav li ul.sub-nav li>a.menu-th3:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-left: 4px solid;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}

.pc-nav .has-child>a:after {
	content: ".";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	left: 5px;
	overflow: hidden
}

.m-nav-btn,
.nav-sousuo,
span.toggle-btn {
	display: none
}

#search-area {
	position: absolute;
	bottom: 23px;
	right: 0;
	z-index: 2;
	width: 22%
}

.search-button {
	cursor: pointer;
	width: 60px;
	height: 66px;
	line-height: 66px;
	margin-right: -15px;
	text-align: center
}

.search-button i.iconfont {
	font-size: 24px
}

.searchform {
	width: 100%;
	position: relative
}

.s-input {
	width: 100%;
	text-indent: 1.2em;
	border: none;
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	font-weight: 400;
	height: 34px;
	line-height: 34px;
	color: #333
}

.s-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 20%;
	border-radius: 100px;
	border: none;
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	color: #333;
	background: none;
}

.mask-hidden {
	position: fixed;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: #000;
	visibility: hidden
}

.mask-show {
	visibility: visible;
	opacity: .2
}


.swiper-container {
	margin-bottom: 25px !important;
	width: 100%;
	height: 140px
}

.swiper-container img {
	width: 100%;
	height: 240px;
}

.swiper-slide {
	text-align: center;
	background: #fff
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none !important;
	opacity: .4;
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	z-index: 2;
	width: 50px !important;
	height: 60px !important;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .3s
}

.swiper-button-prev {
	left: 0px !important;
}

.swiper-button-next {
	right: 0px !important;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1
}

.swiper-slide .link {
	display: block
}

.swiper-slide .p {
	position: absolute;
	bottom: 2em;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 1em
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .2) !important;
	opacity: 1 !important
}

.swiper-pagination-bullet-active {
	background-color: #21b47c !important;
	opacity: .8;
	width: 16px !important;
	border-radius: 30px !important;
}

.swiper-pagination {
	text-align: right
}

.swiper-pagination-bullet-active {
	width: 20px;
}

.lg-outer .lg-thumb-outer,
.lg-backdrop {
	background-color: rgba(0, 0, 0, .7) !important;
}


.app-content .swiper-container {
	width: 100%;
	height: 100%;
}

.app-content .swiper-container a:hover {
	border: none;
}

.app-content .swiper-container img {
	width: 100%;
	height: 100%;
}

.app-content .swiper-slide {
	display: block;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index-breadcrumb {
	height: 0;
}

.breadcrumb {
	padding: 14px 0;
	opacity: .8;
}

.breadcrumb i {
	padding: 0 5px;
}

#mainbox {
	width: 76%
}

#index-left {
	width: 22%;
}

#index-middle {
	width: 100%;
}

#index-right {
	width: 22%;
}

.app-list {
	width: 100%;
	padding: 1.5em;
	position: relative
}

.app-list:hover {
	background-color: #fcfcfc;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.app-list .istop {
	color: #f33;
	padding: 0 3px;
	border: 1px solid #f33;
	border-radius: 2px;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	font-weight: 200
}

.app-list .figure {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-left: 10px;
}

.app-list .thumbnail {
	display: block;
	overflow: hidden
}

.app-list .figure img {
	height: 70px;
	width: 70px;
	border-radius: 15px;
}

.app-list .content {
	margin-left: 20px;
	color: #888;
	width: 76%;
}

.app-list .content .title {
	font-size: 16px;
	font-weight: 400
}

.app-list .content i.iconfont {
	padding-right: 5px;
}

.app-list .data,
.app-list .data .icon {
	font-size: 12px;
	opacity: .8;
}

.app-list .intro {
	padding: .5em 0 0 0;
	line-height: 1.2em;
}

.app-list .author,
.app-list .time,
.app-list .view {
	padding-right: 1em
}

.app-list .tag {
	max-width: 22em
}

.app-list .tag a {
	color: #666;
	padding-right: 8px
}

.app-list .tag a:hover {
	color: #333;
	text-decoration: underline
}

.app-list .download {
	display: block;
	margin-top: 20px;
	margin-right: 10px;
	margin-right: 2;
	padding: 0.3em 1em;
	color: #21b47c;
	background-color: #fff;
	border: 1px solid #21b47c;
	text-align: center;
}

.app-list .download:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c;
}

.article-list {
	width: 100%;
	padding: 1.5em;
	position: relative
}

.article-list:hover {
	background-color: #fcfcfc;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.article-list .istop {
	color: #f33;
	padding: 0 3px;
	border: 1px solid #f33;
	border-radius: 2px;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	font-weight: 200
}

.article-list .figure {
	width: 210px;
	height: 130px;
	overflow: hidden
}

.article-list .thumbnail {
	display: block;
	overflow: hidden
}

.article-list .figure img {
	height: 130px;
	width: 210px;
}

.article-list .content {
	margin-left: 240px;
	color: #888
}

.article-list .content .title {
	font-size: 20px;
	font-weight: 400;
}

.article-list .content i.iconfont {
	padding-right: 5px;
}

.article-list .intro {
	padding: .5em 0 .2em 0;
	line-height: 1.6em;
}

.article-list .author,
.article-list .time,
.article-list .view {
	padding-right: 1em
}

.article-list .tag {
	max-width: 22em
}

.article-list .tag a {
	color: #666;
	padding-right: 8px
}

.article-list .tag a:hover {
	color: #333;
	text-decoration: underline
}

#sidebar {
	width: 22%
}

.aside_qr {
	display: block;
	margin: -1em;
}

.aside_qr img {
	width: 100%;
	display: block;
}

#divCatalog li {
	width: 50%;
	display: inline-block
}

#divCatalog li:nth-of-type(even) {
	text-align: right
}

#divCatalog li a {
	width: 96%;
	display: inline-block;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .5em 0;
	margin-top: .5em
}

#divCatalog li a:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}

#divPrevious li {
	list-style: circle;
	list-style-position: inside;
	border-bottom: 1px dashed #ddd;
	padding: .5em 0
}

#divPrevious li:last-child {
	border: none;
	padding-bottom: 0
}

#divPrevious li:first-child {
	padding-top: 0
}

#divTags li {
	display: inline-block
}

#divTags .tag-count {
	font-size: 12px;
	font-weight: 100
}

#divTags li a {
	display: inline-block;
	text-align: center;
	padding: .2em .6em;
	margin: .5em .2em 0 0;
	border-radius: 3px;
	opacity: 1;
}

ul.divTags {
	margin-top: -.5em;
}

#divTags li:nth-child(1) a {
	background-color: #d9f2fb;
	color: #1aa9fb;
}

#divTags li:nth-child(2) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(3) a {
	background-color: #fff3d0;
	color: #f67c23;
}

#divTags li:nth-child(4) a {
	background-color: #f8cbff;
	color: #a123db;
}

#divTags li:nth-child(5) a {
	background-color: #bbf1f2;
	color: #04839d;
}

#divTags li:nth-child(6) a {
	background-color: #ffdede;
	color: #e84f4f;
}

#divTags li:nth-child(7) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(8) a {
	background-color: #d9f2fb;
	color: #1aa9fb;
}

#divTags li:nth-child(9) a {
	background-color: #ffdede;
	color: #e84f4f;
}

#divTags li:nth-child(10) a {
	background-color: #f8cbff;
	color: #a123db;
}

#divTags li:nth-child(11) a {
	background-color: #fff3d0;
	color: #f67c23;
}

#divTags li:nth-child(12) a {
	background-color: #bbf1f2;
	color: #04839d;
}

#divTags li:nth-child(13) a {
	background-color: #bbf1f2;
	color: #04839d;
}

#divTags li:nth-child(14) a {
	background-color: #ffdede;
	color: #e84f4f;
}

#divTags li:nth-child(15) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(16) a {
	background-color: #d9f2fb;
	color: #1aa9fb;
}

#divTags li:nth-child(18) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(19) a {
	background-color: #f8cbff;
	color: #a123db;
}

#divTags li:nth-child(20) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(21) a {
	background-color: #bbf1f2;
	color: #04839d;
}

#divTags li:nth-child(22) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(23) a {
	background-color: #f8cbff;
	color: #a123db;
}

#divTags li:nth-child(25) a {
	background-color: #ffdede;
	color: #e84f4f;
}

#divTags li:nth-child(26) a {
	background-color: #fff3d0;
	color: #f67c23;
}

#divTags li:nth-child(27) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(28) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(29) a {
	background-color: #d9fcda;
	color: #3ab14a;
}

#divTags li:nth-child(30) a {
	background-color: #f8cbff;
	color: #a123db;
}

#divTags li a:hover {
	opacity: .8 !important;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .24s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s
}

#divMisc li {
	display: inline-block;
	padding-right: 5%
}

#divAuthors li,
#divFavorites li,
#divLinkage li {
	display: inline-block;
	padding-right: 1em
}

#divArchives li,
#divNavBar li,
#divStatistics li {
	display: inline-block;
	width: 49.2%
}

#divContorPanel .cp-login a,
#divContorPanel .cp-vrs a {
	width: 48.3%;
	display: inline-block;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .5em 0;
	margin-top: .5em
}

#divContorPanel .cp-login a:hover,
#divContorPanel .cp-vrs a:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}

#tbCalendar {
	width: 100%
}

#tbCalendar a {
	width: 40px;
	height: 40px;
	color: #21b47c
}

#tbCalendar tbody a {
	display: inline-block;
	background-color: #21b47c;
	color: #fff;
	border-radius: 3px
}

#tbCalendar caption {
	height: 60px;
	line-height: 60px
}

#tbCalendar td,
#tbCalendar th {
	width: 40px;
	height: 40px;
	line-height: 40px
}

#tbCalendar caption {
	font-size: 18px
}

#tbCalendar tbody {
	text-align: center
}

#divSearchPanel input[type=text] {
	width: 78%;
	border: none;
	background: 0 0;
	font-weight: 400;
	padding: .5em;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 3px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

#divSearchPanel input[type=submit] {
	width: 21.9%;
	border: none;
	cursor: pointer;
	padding: .5em;
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c;
	border-radius: 3px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin-left: -6px
}

#top_recommend {
	position: relative;
	padding: 0em 1.5em;
}

#top_recommend li {
	width: 10%;
	border-radius: 0;
}

#top_recommend::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 60px solid #16ac1d;
	border-right: 60px solid transparent;
}

#top_recommend .tips {
	position: absolute;
	top: 6px;
	left: 4px;
	z-index: 1;
	color: #fff;
	font-size: 16px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#left_1 {
	height: 240px;
	background-image: url("../images/one_bg.png");
}

#left_1 article {
	display: none;
	width: 100%;
}

#left_1 article:first-child {
	display: block;
}

#left_1 .img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 15px
}

#left_1 .wrap {
	padding-top: 0
}

#left_1 .title {
	font-size: 18px
}

#left_1 .category {
	color: #999;
}

#left_1 .title-wrap {
	margin-left: 100px
}

#left_1 .intro {
	margin-top: 15px;
	max-height: 64px;
	overflow: hidden;
	color: #888;
}

#left_1 .download {
	padding: 0.2em 2em;
	color: #fff;
	background-color: #21b47c;
	text-align: center
}

#left_1 .div {
	margin-top: 5px
}

#left_2 .more {
	position: absolute;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

#left_2 .more:hover {
	color: inherit;
}

#left_2 .item .p-title {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	font-weight: 400;
	padding: 0 5px;
	color: #fff;
	position: relative;
}

#left_2 li i.iconfont {
	color: #666;
}

#left_2 .thumbnail {
	position: relative;
	color: #eee;
	display: block;
	overflow: hidden
}

#left_2 .thumbnail img {
	display: block;
	width: 100%;
	height: 130px
}

#left_2 .absolute {
	width: 100%;
	padding: 0 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}

#left_2 .mask {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .8);
}

#left_2 .a {
	width: 100%;
}

#left_3 .item {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f7;
}

#left_3 .thumbnail {
	height: 50px;
}

#left_3 .img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 10px
}

#left_3 .wrap {
	padding-top: 0
}

#left_3 .title {
	font-size: 16px;
	font-weight: normal;
}

#left_3 .title-wrap {
	margin-left: 65px
}

#left_3 .intro {
	margin-top: 5px;
	max-height: 64px;
	overflow: hidden;
	color: #888;
}

#left_3 .div {
	margin-top: 5px
}

#left_3 a.more {
	height: 42px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #888;
}

#left_3 a.more:hover {
	color: inherit;
}

#middle_2 .more {
	position: absolute;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

#middle_2 .more:hover {
	color: inherit;
}

#middle_2 .c-title {
	margin-bottom: 3px;
}

#middle_2 .item i.iconfont {
	color: #666
}

#middle_2 .item:nth-child(odd) {
	margin-right: 0;
	float: right;
}

#middle_2 .item {
	width: 48%;
	margin-right: 2%;
}

#middle_2 .top {
	width: 100%;
	margin-right: 0;
	margin-bottom: 11px;
}

#middle_2 .item .top-title {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

#middle_2 .item .intro {
	opacity: .6;
}

#middle_2 .item .intro i {
	font-size: 12px;
	opacity: .4;
}

#middle_2 .item .title {
	width: 100%;
	font-weight: 400;
	padding: 4px 0;
	font-size: 14px
}

#middle_1 .more {
	position: absolute;
	right: 18px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

#middle_1 .more:hover {
	color: inherit;
}

#middle_1 .item i.iconfont {
	padding-right: 5px;
	color: #666
}

#middle_1 .item:nth-child(5n+1) {
	margin-right: 0
}

#middle_1 .item {
	width: 7%;
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 4px 0;
	border: 1px solid #fff
}

#middle_1 .item:hover {
	background-color: #f2f5f9;
	border: 1px solid #ecebeb;
}

#middle_1 .thumbnail {
	display: block;
	overflow: hidden;
	height: 70px;
}

#middle_1 .thumbnail img {
	height: 70px;
	width: 70px;
	border-radius: 15px
}

#middle_1 .download {
	position: absolute;
	left: 2.5em;
	padding: 1px 8px;
	color: #fff;
	background-color: #21b47c;
	text-align: center;
	display: none;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, -50%);
	font-size: 11px;
}

#middle_1 .item .title {
	width: 100%;
	font-weight: 400;
	padding: 6px;
	font-size: 14px
}

#middle_1 .item .sub {
	font-size: 12px;
	opacity: .6;
	padding-top: 5px;
	display: block;
}

#middle_1 .item:hover .download {
	display: block;
}

#middle_1 .item:hover .sub {
	opacity: 0;
}

#full-post .more {
	position: absolute;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

#full-post .more:hover {
	color: inherit;
}

#full-post .item {
	width: 23.48%;
	margin-right: 2%;
	margin-top: 2%;
}

#full-post .item:nth-child(4n+0) {
	margin-right: 0;
}

#full-post .item:nth-child(1),
#full-post .item:nth-child(2),
#full-post .item:nth-child(3),
#full-post .item:nth-child(4) {
	margin-top: 0;
}

#full-post .item i.iconfont {
	color: #666
}

#full-post .thumbnail {
	position: relative;
	color: #eee;
	display: block;
	overflow: hidden
}

#full-post .thumbnail img {
	display: block;
	width: 100%;
	height: 170px
}

#full-post .absolute {
	width: 100%;
	padding: 0 1em;
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: 2
}

#full-post .mask {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .8);
}

#full-post .a {
	width: 100%;
}

.widget_top10 {
	padding: 0;
}

.table_card .tab {
	height: 51px;
	font-size: 16px;
	border-bottom: 1px #e6e6e6 solid;
	background: #fcfcfc;
}

.table_card .tab li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 33.32%;
	text-align: center;
	background: #fcfcfc;
	border-right: 1px #e6e6e6 solid;
}

.table_card .tab li:last-child {
	border-right: none;
}

.table_card .tab li:hover {
	height: 50px;
	background: #fcfcfc;
	color: #21b47c;
	cursor: pointer
}

.table_card .active {
	height: 51px !important;
	background: #fff !important;
	color: #21b47c;
}

.table_card .tabCon {
	background: #fff;
	padding: 11px 1.5em;
}

.table_card .tabCon ul {
	display: none
}

.table_card .tabCon .on {
	display: block
}

.table_card .item {
	width: 100%;
	padding: 11px 0;
}

.table_card .thumbnail {
	height: 50px;
}

.table_card .img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 10px
}

.table_card .wrap {
	padding-top: 0
}

.table_card .title {
	font-size: 16px;
	font-weight: normal;
}

.table_card .title-wrap {
	margin-left: 100px
}

.table_card .intro {
	margin-top: 5px;
	max-height: 64px;
	overflow: hidden;
	color: #888;
}

.table_card .div {
	margin-top: 5px
}

.table_card .iconfont {
	position: relative;
	color: #fff;
	font-size: 28px;
	margin-right: 10px;
}

.table_card .list-1.iconfont {
	color: #f00;
}

.table_card .list-2.iconfont {
	color: #ff7100;
}

.table_card .list-3.iconfont {
	color: #f7aa00;
}

.table_card .iconfont small {
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

.table_card .list-1 small,
.table_card .list-2 small,
.table_card .list-3 small {
	color: #fff;
}

.table_card a.more {
	height: 42px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #888;
}

.table_card a.more:hover {
	color: inherit;
}

#aside_hot li {
	border-bottom: 1px dashed #ddd;
	padding: .5em 0
}

#aside_hot li:first-child {
	padding-top: 0
}

#aside_hot li:last-child {
	border: none;
	padding-bottom: 0
}

#aside_hot li a {
	margin-left: 15px;
	display: block
}

#aside_hot .list {
	float: left;
	color: #666;
}

#aside_hot .list-1,
#aside_hot .list-2,
#aside_hot .list-3 {
	color: #21b47c
}

#aside_new .list {
	padding: .6em 0
}

#aside_new li {
	list-style-type: circle;
	list-style-position: inside
}

#aside_new li:first-child {
	padding-top: 0
}

#aside_new li:last-child {
	padding-bottom: 0
}

#aside_new .time,
#aside_new .view {
	color: #999
}

#aside_new .list .img-wrap {
	float: left;
	overflow: hidden;
	display: block;
	height: 70px;
	width: 100px
}

#aside_new .random-img {
	float: left;
	width: 100px;
	height: 70px
}

#aside_new .new-text {
	margin-left: 120px
}

#aside_new .title {
	line-height: 1.6em
}

#aside_hot_comment .list {
	padding: .615em 0
}

#aside_hot_comment li:first-child {
	padding-top: 0
}

#aside_hot_comment li:last-child {
	padding-bottom: 0
}

#aside_hot_comment .comment,
#aside_hot_comment .time {
	color: #999;
	padding-right: 1.5em
}

#aside_hot_comment .comment i.iconfont,
#aside_hot_comment .time i.iconfont {
	padding-right: 2px
}

#aside_hot_comment .list .img-wrap {
	overflow: hidden;
	display: block;
	height: 60px;
	width: 90px
}

#aside_hot_comment .random-img {
	width: 90px;
	height: 60px
}

#aside_hot_comment .new-text {
	margin-left: 100px
}

#aside_hot_comment .title {
	line-height: 1.6em
}

.divComments {
	padding-top: 5px;
}

#divComments .list {
	padding: .68em 0
}

#divComments li:first-child {
	padding-top: 0
}

#divComments li:last-child {
	padding-bottom: 0
}

#divComments .avatar {
	float: left;
	display: block
}

#divComments .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 3px #efefef;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out
}

#divComments .title {
	margin-left: 65px
}

#divComments .title .a {
	display: block
}

#divComments .info i.iconfont {
	padding-right: 5px
}

#divComments .info {
	color: #999
}

#divComments .author {
	padding-left: 1em
}

#widget_aside_author .title {
	margin: -1.5em;
	background: #f8f8f8;
	padding: 1.5em;
	background-size: 100% !important
}

#widget_aside_author .img {
	border-radius: 100px;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	display: block;
	border: 5px solid rgba(255, 255, 255, .8)
}

#widget_aside_author .avatar {
	margin-top: 50px;
	display: block
}

#widget_aside_author .name {
	font-size: 22px;
	text-align: center
}

#widget_aside_author .level {
	font-size: 12px;
	background-color: #21b47c;
	padding: 2px 6px;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: middle
}

#widget_aside_author .intro {
	color: #888;
	text-align: center
}

.flink {
	margin-bottom: 25px
}

.flink .iconfont {
	color: #333
}

.flink a.iconfont:hover {
	color: #21b47c
}

.flink .rule {
	font-size: 14px;
	font-weight: 400;
	padding-left: 2em;
	color: #999
}

.flink .f-list li {
	float: left;
	padding-right: 2em
}

.flink .f-list li a {
	font-size: 14px
}

.app-main {
	padding: 2em
}

.app-main figure {
	width: 120px;
	margin-right: 30px;
}

.app-main figure img {
	width: 120px;
	height: 120px;
	border-radius: 20px;
}

.app-main figure .download {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #21b47c;
	border: 1px solid #21b47c;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}

.app-main figure .download:hover {
	opacity: 1;
}

.app-main .main {
	margin-right: 0;
	width: 60%;
}

.app-main .main h1 {
	font-size: 20px;
	font-weight: normal;
}

.app-main .main .tag {
	margin: 10px 0;
}

.app-main .main a.tags {
	font-size: 12px;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	text-align: center;
	display: inline-block;
	margin-right: .5em;
	margin-bottom: .5em;
	opacity: 1;
}

.app-main .main a.tags:hover {
	opacity: .8 !important;
}

.app-main .main a.tags:nth-child(1) {
	background-color: #d9f2fb;
	color: #1aa9fb;
}

.app-main .main a.tags:nth-child(2) {
	background-color: #d9fcda;
	color: #3ab14a;
}

.app-main .main a.tags:nth-child(3) {
	background-color: #fff3d0;
	color: #f67c23;
}

.app-main .main a.tags:nth-child(4) {
	background-color: #f8cbff;
	color: #a123db;
}

.app-main .main a.tags:nth-child(5) {
	background-color: #bbf1f2;
	color: #04839d;
}

.app-main .main a.tags:nth-child(6) {
	background-color: #ffdede;
	color: #e84f4f;
}

.app-main .main a.tags:nth-child(7) {
	background-color: #d9fcda;
	color: #3ab14a;
}

.app-main .main a.tags:nth-child(8) {
	background-color: #bbf1f2;
	color: #04839d;
}

.app-main .main li {
	width: 60%;
}

.app-main .main li:nth-child(odd) {
	width: 34%;
}

.app-main .main li span {
	color: #333;
}

.app-main .head-info {
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.app-main .head-info .qr {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.download1 {
    position: relative;
    display: block;
    width: 175px;
    height: 40px;
    line-height: 40px;
    margin: 14px auto 0 auto;
    background: url(../images/azspr.png) 0 0 no-repeat;
    padding-left: 42px;
    z-index: 9;
        color: #fff;
    font-size: 16px;
}
.pgbtn {
    background-position: 0 -53px;
}
.download1:hover {color: #fff;}
.app-main .head-info .qr .p {
	font-size: 12px;
}

.app-main .head-info .wrong i {
	font-size: 12px;
	padding-right: 2px;
}

.app-main .head-info .wrong {
	width: inherit;
	display: block;
	margin-top: 10px;
	height: 2.4em;
	line-height: 2.4em;
	color: #111;
	background-color: #f2f5f9;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	opacity: .6;
}

.app-main .head-info .wrong:hover {
	opacity: 1
}

.app-content .title-css {
	display: inline-block;
	height: 35px;
	position: relative;
	padding-left: 13px;
	padding-right: 15px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
}

.app-content .title-css .i {
	display: block;
	width: 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	overflow: hidden;
	background-color: #16ac1d;
	color: #fff;
	font-size: 14px;
}

.app-main .app-content {
	padding-top: 10px;
	position: relative;
	font-size: 16px;
	width: 100%;
	word-break: break-all
}

.app-content a {
	color: #21b47c
}

.app-content a:hover {
	border-bottom: 1px dashed #21b47c
}

.app-content h1,
.app-content h2,
.app-content h3,
.app-content h4,
.app-content h5,
.app-content h6 {
	margin: 10px 0
}

.app-content h1 {
	font-size: 1.8em
}

.app-content h2 {
	font-size: 1.6em
}

.app-content h3 {
	font-size: 1.4em
}

.app-content h4 {
	font-size: 1.2em
}

.app-content h5 {
	font-size: 1em
}

.app-content h6 {
	font-size: 0.8em
}

.app-content blockquote {
	color: #666;
	font-weight: 400;
	border-left: 4px solid #21b47c;
	padding: .5em 1em;
	background-color: #f9f9f9
}

.app-content img {}

.app-content table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0
}

.app-content table tr.firstRow {
	font-weight: bold;
	background-color: #f8f8f8;
	text-align: left
}

.app-content table th,
.app-content table td {
	padding: .3em .5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ddd
}

.app-content blockquote,
.app-content dl,
.app-content form,
.app-content hr,
.app-content ol,
.app-content p,
.app-content pre,
.app-content table,
.app-content ul {
	font-weight: 400;
	margin-bottom: 1rem
}

.app-content blockquote p,
.app-content ul p {
	margin-bottom: 0
}

.app-content li {
	margin-left: 1.2em
}

.app-content hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #eee;
	height: 1px;
	background: 0 0
}

.app-content audio,
.app-content img,
.app-content video {}

.app-content b,
.app-content strong {
	font-weight: 700;
}

.app-content .padding {
	padding-right: .5em
}

.app-content .app-copyright,
.app-content .tag-wrap {
	font-size: 14px
}

.app-content .tags {
	border: 1px solid #ddd;
	padding: .1em .5em;
	text-align: center;
	color: #333
}

.app-content .tags:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}

.app-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em
}

.app-copyright .copyright {
	font-weight: 700;
	padding-top: 10px
}

.prev-next {
	padding: 1.5em
}

.prev-next strong {
	font-weight: 400
}

.prev-next .post-next,
.prev-next .post-prev {
	width: 46%;
	color: #999;
	font-size: 16px
}

.prev-next .post-next {
	text-align: right
}

.prev-next .next,
.prev-next .prev {
	display: block;
	font-size: 14px
}

.quick-prev-next .next,
.quick-prev-next .prev {
	position: fixed;
	z-index: 1;
	top: 45%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 50px;
	color: #888
}

.quick-prev-next .next:hover,
.quick-prev-next .prev:hover {
	color: #333
}

.quick-prev-next .prev {
	left: 0
}

.quick-prev-next .next {
	right: 0
}

.art-head {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.art-main {
	padding: 3em
}

.art-main .art-title {
	font-size: 26px;
	font-weight: normal;
	color: #333;
}

.art-main .head-info {
	color: #999;
	padding-top: 5px
}

.art-main .head-info i.iconfont {
	padding-right: 2px
}

.art-main .head-info .author,
.art-main .head-info .comment,
.art-main .head-info .edit,
.art-main .head-info .time,
.art-main .head-info .view {
	padding-right: 1em
}

.art-main .art-content {
	padding-top: 10px;
	position: relative;
	font-size: 16px;
	width: 100%;
	word-break: break-all
}

.art-content a {
	color: #21b47c
}

.art-content a:hover {
	border-bottom: 1px dashed #21b47c
}

.art-content h1,
.art-content h2,
.art-content h3,
.art-content h4,
.art-content h5,
.art-content h6 {
	margin: 10px 0
}

.art-content h1 {
	font-size: 1.8em
}

.art-content h2 {
	font-size: 1.6em
}

.art-content h3 {
	font-size: 1.4em
}

.art-content h4 {
	font-size: 1.2em
}

.art-content h5 {
	font-size: 1em
}

.art-content h6 {
	font-size: 0.8em
}

.art-content blockquote {
	color: #666;
	font-weight: 400;
	border-left: 4px solid #21b47c;
	padding: .5em 1em;
	background-color: #f9f9f9
}

.art-content img {}

.art-content table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0
}

.art-content table tr.firstRow {
	font-weight: bold;
	background-color: #f8f8f8;
	text-align: left
}

.art-content table th,
.art-content table td {
	padding: .3em .5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ddd
}

.art-content blockquote,
.art-content dl,
.art-content form,
.art-content hr,
.art-content ol,
.art-content p,
.art-content pre,
.art-content table,
.art-content ul {
	font-weight: 400;
	margin-bottom: 1rem
}

.art-content blockquote p,
.art-content ul p {
	margin-bottom: 0
}

.art-content li {
	margin-left: 1.2em
}

.art-content hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #eee;
	height: 1px;
	background: 0 0
}

.art-content audio,
.art-content img,
.art-content video {}

.art-content b,
.art-content strong {
	font-weight: 700;
}

.art-content .padding {
	padding-right: .5em
}

.art-content .art-copyright,
.art-content .tag-wrap {
	font-size: 14px
}

.art-content .tags {
	border: 1px solid #ddd;
	padding: .1em .5em;
	text-align: center;
	color: #333
}

.art-content .tags:hover {
	background-color: #21b47c;
	color: #fff;
	border: 1px solid #21b47c
}

.art-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em
}

.art-copyright .copyright {
	font-weight: 700;
	padding-top: 10px
}

.related-item .more {
	position: absolute;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}

.related-item .more:hover {
	color: inherit;
}

.related-item .item {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #f5f5f7;
}

.related-item .item i.iconfont {
	padding-right: 5px;
	color: #666
}

.related-item .item {
	width: 11.17%;
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 4px 0;
	border: 1px solid #fff
}

.related-item .item:hover {
	background-color: #f2f5f9;
	border: 1px solid #ecebeb;
}

.related-item .thumbnail {
	display: block;
	overflow: hidden;
	height: 100px;
}

.related-item .thumbnail img {
	height: 100px;
	width: 100px;
	border-radius: 15px
}

.related-item .download {
	position: absolute;
	left: 2.5em;
	padding: 0 .5em;
	color: #fff;
	background-color: #21b47c;
	text-align: center;
	display: none;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.related-item .category {
	font-size: 12px;
	color: #999;
}

.related-item .item .title {
	width: 100%;
	font-weight: 400;
	padding: 6px;
	font-size: 14px
}

.related-item .item .sub {
	font-size: 12px;
	opacity: .6;
	padding-top: 5px;
	height: 20px;
	display: block;
}

.related-item .item:hover .download {
	display: block;
}

.related-item .item:hover .sub {
	opacity: 0;
}

.related-art li {
	width: 46%;
	margin: 1px 0;
}

.related-art li:nth-child(odd) {
	margin-right: 8%;
}

.related-art li .title {
	width: 100%;
	display: block;
	font-size: 16px;
}

#divCommentPost label {
	margin-top: 5px
}

#divCommentPost img {
	margin-bottom: -0.5em
}

#divCommentPost .hook {
	float: none !important;
}

#cancel-reply {
	float: none !important;
	margin-right: 2em
}

div.reply-frm {
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
	margin-top: 1em;
	padding: .3em .8em !important;
	min-width: 600px;
	border-radius: 3px;
}

#cancel-reply small {
	font-size: 16px;
	color: #ff6666;
	margin-left: 1em;
}

#divCommentPost input.text {
	border: 1px solid #d7d7d7;
	line-height: 38px;
	height: 38px;
	padding: 10px;
	width: 96%;
	border-radius: 3px;
}

.verify-wrap {
	position: relative;
}

.verify-wrap img {
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	height: 38px !important;
	width: 100px !important;
	border: 1px solid #d7d7d7;
	background: #6b7386;
}

#txaArticle {
	margin-top: 10px;
	color: #6b7386;
	padding: 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #d7dae0;
	border-radius: 3px;
}

#divCommentPost input.button {
	border: 1px solid #21b47c;
	color: #fff;
	background-color: #21b47c;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	width: 120px;
	display: block;
	margin-top: 10px;
	cursor: pointer;
	opacity: .7;
}

#divCommentPost input.button:hover {
	opacity: 1;
}

ul.msg {
	list-style: none;
	margin: 10px 0;
	position: relative;
	text-align: left;
	list-style-position: outside;
	table-layout: fixed;
	word-wrap: break-word
}

li.msgurl {
	text-align: right;
	padding: 2px 10px 2px 10px;
	margin: 0;
	font-size: 1em
}

li.msggravatar {
	display: block;
	float: left;
	margin-right: 5px
}

li.msgarticle {
	list-style-position: outside;
	padding: 5px;
	padding-right: 0;
	margin: 0;
}

ul.msg li.msgarticle {
	margin-left: 60px;
}

li.msgtime {
	padding: 5px 0 0 0;
	font-weight: 400;
	font-size: .8em
}

.msg img.avatar {
	width: 60px;
	height: 60px;
	float: left;
	padding: 2px;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: 2px 2px 3px #efefef;
}

ul.msg ul.msg {
	padding: 10px 0 0 0;
	border-bottom: none
}

ul.msg ul.msg li.msgarticle {
	padding-bottom: 0;
	border-bottom: 0 solid #eaeaea;
}

li.msgname .commentname {
	padding-left: 1.5%;
	padding-top: 1%;
	display: inline-block;
}

.comment-main {
	display: inline-block;
	padding: 10px 15px;
	background: #f2f5f9;
	border-radius: 5px;
	margin-left: 1.5%;
}

.comment-main .time {
	font-size: 12px;
	opacity: .6;
}

.commentname a {
	color: #21b47c;
}

.comment-main .content {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 5px;
	word-break: break-all;
}

.revertcomment {
	font-size: 14px;
	padding-left: 1em;
	white-space: nowrap;
}

.revertcomment a {
	opacity: .4;
}

.input-wrap {
	margin: 10px 0;
}

.input-wrap .name,
.input-wrap .mail,
.input-wrap .site,
.input-wrap .verify {
	width: 25%;
}

li.msgarticle .comment-main .comment-main {
	background: #fff;
	min-width: 340px;
}

.pagebar {
	text-align: center;
	background: #fff;
	z-index: 1;
	position: relative;
}
.page-numbers {
	padding: 0 1em;
	line-height: 34px;
	text-align: center;
	margin: 0 0 0 5px;
	display: inline-block;
	background-color: #21b47c;
	color: #fff
}

a.page-numbers {
	background: #fff;
	color: #1a1a1a;
	border: 1px solid #eee;
}

a.page-numbers:hover {
	background-color: #21b47c;
	color: #fff
}

.ias-spinner {
	background: url(../images/loading.gif) no-repeat center;
	float: inherit;
	width: 98%;
	margin: 0 auto;
	height: 35px
}

.ias-trigger-next {
	cursor: pointer;
	float: inherit;
	text-align: center;
	padding: 1.5em 0
}

.ias-trigger-next a {
	background: #fff;
	color: #333;
	padding: .8em 2em;
	line-height: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(51, 51, 51, .3)
}

.ias-trigger-next a:hover {
	box-shadow: 0 3px 2px 0 rgba(51, 51, 51, .2)
}

.ias-trigger-next i {
	margin-right: 5px
}

.ad a {
	display: block;
	line-height: 0
}

.ad img {
	width: 100%
}

.footer {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 0 1.5em;
	font-size: .9em;
}

.footer i {
	font-style: normal;
	padding: 0 5px;
	opacity: .6
}

.footer a {
	color: #888
}

.footer a:hover {
	color: #21b47c
}

.footer small .icp {
	padding-left: 1em;
}

.f-about {
	padding: 1% 0 3% 0;
}

.footer .icp,
.footer .contact {
	padding-left: 8px;
}

.toolbar {
	z-index: 1;
	bottom: 80px;
	position: fixed;
	right: 0;
	margin-right: 15px;
	cursor: pointer
}

#totop {
	display: none
}

.toolbar i.iconfont {
	color: #fff;
	font-size: 24px;
	opacity: 1
}

.toolbar .btn {
	margin-bottom: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #21b47c;
	opacity: .7;
}

.toolbar .btn:hover {
	opacity: 1;
}


@media screen and (max-width:1200px) {

	.s-input,
	.s-button {
		height: 50px;
		line-height: 50px;
		background: #fff;
	}

	.h-wrap,
	.header {
		height: 60px
	}

	.logo-area {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 5px 0 0 0
	}

	.logo-area .img {
		width: 80pt
	}

	.m-nav-btn {
		display: block;
		height: 0
	}

	.pc-nav {
		margin-right: 0
	}

	.responsive-nav {
		width: 50%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #21b47c;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9;
		display: none
	}

	.nav-sb {
		box-shadow: none
	}

	.m-nav {
		margin-top: 14px;
		width: 100%
	}

	.m-nav-btn i.iconfont {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 24px;
		cursor: pointer;
		width: 60px;
		height: 60px;
		line-height: 56px;
		text-align: center
	}

	.m-nav-btn i.active {
		color: #fff;
		z-index: 10
	}

	.nav-ul>li {
		line-height: 38px;
		position: relative;
		width: 100%;
		display: inherit;
		margin-right: 0;
		text-align: left
	}

	.nav-ul>li:first-child {
		border-top: none
	}

	.nav-ul>li>a {
		height: 50px;
		font-size: 16px;
		display: block;
		text-indent: 4vw;
		color: #fff;
		line-height: 50px;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.nav-ul>li>a i.fa {
		font-size: 1em;
		padding-right: 3px
	}

	span.toggle-btn {
		position: absolute;
		height: 50px;
		width: 50px;
		line-height: 50px;
		color: #aaa;
		text-align: center;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 100;
		border-left: 1px solid rgba(255, 255, 255, .2);
		display: block
	}

	span.toggle-btn i.iconfont {
		color: #eee;
		font-size: 18px
	}

	.m-nav-btn .active:before {
		content: "\e630"
	}

	.toggle-btn .active:before {
		content: "\e626"
	}

	.m-nav .sub-nav {
		background-color: #21b47c;
		text-align: left;
		position: relative;
		left: 0;
		min-width: 100%;
		z-index: 10;
		font-size: 14px;
		top: 0;
		border-radius: 0
	}

	.m-nav .sub-nav>li {
		position: relative;
		text-align: left;
		line-height: 50px;
		float: left;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.sub-nav li:last-child {
		border-bottom: 0 solid transparent
	}

	.m-nav .sub-nav>li>a {
		text-indent: 1.5em;
		color: #fff;
		display: block;
		height: 50px;
		font-size: 16px;
		text-indent: 2em
	}

	.m-nav .sub-nav>li ul li>a {
		text-indent: 3em
	}

	.index-breadcrumb {
		padding-top: 70px
	}

	.breadcrumb,
	.breadcrumb2 {
		color: #888
	}

	.search-button {
		position: absolute;
		top: 0;
		right: 14px;
		z-index: 1;
		height: 60px;
		width: 60px;
		display: block
	}

	.search-button i.iconfont {
		height: 60px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		display: block;
		font-size: 24px
	}

	#search-area {
		left: 0;
		width: 100%;
		bottom: -60px;
		display: none;
	}

	#index-content {
		padding-top: 0;
	}

	#index-left,
	#index-middle {
		width: 100%;
	}

	#index-left,
	#index-middle {
		margin-right: 0;
	}

	#left_2,
	.flink,
	#full-post,
	.post-comment,
	#middle_1,
	.recommend-b,
	.related-art,
	.widget {
		padding: 20px 15px 15px 15px
	}

	#mainbox {
		width: 100%
	}

	#left_2 .thumbnail img {
		height: 45vw;
	}

	.swiper-container {
		margin-bottom: 20px !important;
		width: 100%;
		height: 35vw;
		border-radius: 0 !important;
	}

	.swiper-container img {
		height: 35vw;
	}

	#middle_1 .item {
		width: 25%;
		display: none;
		padding: .5em 0;
	}

	#middle_1 .item:nth-child(6) {
		/* margin-right: 2%!important; */
	}

	#middle_1 .item:nth-child(11) {
		/* margin-right: 2%!important; */
	}

	#middle_1 .item:nth-child(-n+13) {
		display: block;
	}

	#middle_1 .item:nth-child(4n+1) {
		margin-right: 0
	}

	#middle_1 .item:hover .download {
		display: none;
	}

	#middle_1 .item:hover .sub {
		opacity: 1;
	}

	#middle_1 .item .title {
		font-size: 14px
	}

	#middle_2 .item {
		width: 100%;
		margin-right: 0;
	}

	#middle_2 .item {
		display: none;
	}

	#middle_2 .item:nth-child(-n+6) {
		display: block;
	}

	#full-post .item {
		width: 100%;
		margin-top: 3% !important;
	}

	.app-list {
		padding: 1em
	}

	.app-list .figure {
		margin-left: 0;
	}

	.app-list .content {
		width: 50%;
		margin-left: 10px;
	}

	.app-list .download {
		margin-right: 0;
		padding: 0.3em .7em;
	}

	.app-main {
		padding: 1em
	}

	.app-main .head-info {
		position: relative;
	}

	.app-main figure {
		width: 80px;
		height: 80px;
	}

	.app-main figure img {
		width: 80px;
		height: 80px;
		border-radius: 10px;
	}

	.app-main figure .download {
		width: 100px;
		position: absolute;
		top: 15px;
		right: 0;
	}

	.app-main figure .size {
		width: 50%;
		position: absolute;
		top: 28px;
		left: 95px;
	}

	.app-main figure .num {
		width: 50%;
		position: absolute;
		top: 48px;
		left: 95px;
	}

	.app-main .main {
		width: 100%;
		position: relative;
	}

	.app-main .main h1 {
		position: absolute;
		top: -76px;
		left: 95px;
		max-width: 46%;
		font-size: 18px;
	}

	.app-main .main li:nth-child(2n+1) {
		width: 40%;
	}

	.app-main .main li {
		width: 58%;
	}

	.related-art li {
		width: 100%;
	}

	.related-item {
		width: 100%;
		margin-right: 2%
	}

	#top_recommend li {
		width: 23.6%;
	}

	#top_recommend .tips {
		font-size: 12px;
	}

	#top_recommend::after {
		border-top: 50px solid #16ac1d;
		border-right: 50px solid transparent;
	}

	.related-item .item:hover .download {
		display: none;
	}

	.related-item .item:hover .sub {
		opacity: 1;
	}

	.related-item .item .title {
		font-size: 14px
	}

	.input-wrap .name,
	.input-wrap .mail,
	.input-wrap .site,
	.input-wrap .verify {
		width: 100%;
		margin-top: 10px;
	}

	#divCommentPost input.text {
		width: 100%;
	}

	ul.msg {
		margin: 5px 0
	}

	.msg img.avatar {
		width: 42px;
		height: 42px;
	}

	ul.msg li.msgarticle {
		margin-left: 42px;
		padding-top: 0
	}

	.footer .diy {
		display: block;
		float: none;
	}

	.article-list .figure {
		width: 34%;
		height: 24vw
	}

	.article-list .content {
		margin-left: 38%;
		padding-top: 5px
	}

	.article-list {
		padding: 3vw
	}

	.article-list .content .title {
		font-size: 16px;
		white-space: unset;
		line-height: 1.6
	}

	.article-list .data {
		padding-top: 1vw
	}

	#left_2 {
		width: 100%
	}

	#left_2 .ul .title {
		list-style-type: none
	}

	.flink {
		margin-bottom: 10px
	}

	.f-about {
		width: 100%
	}

	.f-contact {
		width: 100%;
		padding: 3% 0
	}

	.f-qr {
		width: 100%
	}

	.art-main {
		padding: 4vw
	}

	.art-main .art-content {
		font-size: 14px
	}

	.art-main .art-title {
		font-size: 22px
	}

	.art-main h1,
	.art-main h2,
	.art-main h3 {
		font-size: 20px
	}

	.quick-prev-next .next,
	.quick-prev-next .prev {
		background: rgba(255, 255, 255, .8);
		color: #333;
		font-size: 24px;
		text-align: center;
		width: 40px;
		box-shadow: 0 1px 3px rgba(26, 26, 26, .2)
	}

	.quick-prev-next .prev {
		border-radius: 0 100px 100px 0
	}

	.quick-prev-next .next {
		border-radius: 100px 0 0 100px
	}

	.related-art .ul {
		margin-bottom: 3vw
	}

	.page-numbers {
		margin-top: 10px
	}

	.compost .com-info li {
		width: 100%;
		padding-right: 0%
	}

	.compost .com-info li .verify {
		right: 0
	}
}

div#shuoming-post {
	padding: 1.5em;
	max-width: 1280px;
	margin: 0 auto;
}

.flink.sb.br.mb {
	max-width: 1280px;
	margin: 0 auto;
}


.level {
	background: url(../images/star1.png) no-repeat left -14px;
	background-size: 73px 28px;
	width: 73px;
	height: 14px;
	font-size: 0;
	line-height: 0;
	position: relative;
	text-align: left;
	min-width: 73px !important;
}

.level span.l1,
.level span.l2,
.level span.l3,
.level span.l4,
.level span.l5 {
	background: url(../images/star1.png) no-repeat left -1px;
	background-size: 73px 28px;
	height: 12px;
	width: 73px;
	position: absolute;
	display: block;
}

.level span.l1 {
	width: 20% !important;
}

.level span.l2 {
	width: 40% !important;
}

.level span.l3 {
	width: 60% !important;
}

.level span.l4 {
	width: 80% !important;
}

.level span.l5 {
	width: 100% !important;
}

.sl_style {
	width: 100%;
	overflow: hidden;
	height: 140px;
}

#header {
	display: none;
}

.head {
	width: 100%;
	height: auto;
	background: #FFF;
}

.header-box {
	height: 80px;
	font-size: 100%;
	width: 1280px;
	z-index: 99999;
	margin: 34px auto 15px;
}

.top_bar {
	height: 40px;
	line-height: 40px;
	background: #fafafa;
	border-bottom: 1px solid #E2E2E2;
	width: 100%;
	z-index: 9999;
	position: relative;
}

.top_bar .nr {
	width: 1280px;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.top_bar .nr .lcrj+span {
	line-height: 40px;color: #666;
}

.top_bar .lcrj {
	color: #666;
	line-height: 40px;
	float: left;
	width: auto;
}

.top_bar .caid {
	float: right;
	width: auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.top_bar .caid a {
    color: #666;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    height: 15px;
    line-height: 15px;
    padding-right: 13px;
}
.top_bar .nr a:hover {
	color: #f60;
}

.top_bar .qzdh {
	float: right;
	width: 78px;
	height: 40px;
	line-height: 40px;
}

.top_bar .qzdh.on .hd {
	color: #f60;
}

.top_bar .qzdh .hd {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	cursor: pointer;
}

.top_bar .qzdh .bd {
	z-index: 99999;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 1200px;
	height: auto;
	background: #fff;
	box-shadow: 0px 7px 12px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.2);
	width: 1197px\9;
	border-left: 1px solid #f0f3f5\9;
	padding-bottom: 20px;
	display: none;
}

.top_bar .qzdh .bd dl {
	float: left;
	border-right: 1px solid #f0f3f5;
	margin-top: 20px;
	width: 399px;
	min-height: 140px;
	width: 398px\9;
	overflow: hidden;
}

.top_bar .qzdh .bd dl dt {
	float: left;
	width: 369px;
	padding-left: 19px;
	color: #f1bd00;
	overflow: hidden;
	position: absolute;
	margin-top: 40px;
}

.top_bar .qzdh .bd dl.az dt {
	color: #26c472;
}

.top_bar .qzdh .bd dl.ios dt {
	color: #2abff6;
}

.top_bar .qzdh .bd dl dt span {
	font-size: 18px;
	font-weight: bold;
}

.top_bar .qzdh .bd dl dd {
	float: left;
	width: 100%;
}

.top_bar .qzdh .bd dl dd span {
	margin: 5px 40px 0;
	display: inline-block;
	float: left;
	width: 32px;
	height: 26px;
	background: url(../images/tiantian.png) no-repeat -314px -763px;
}

.top_bar .qzdh .bd dl.az dd span {
	background-position: -354px -762px;
	width: 32px;
	height: 28px;
}

.top_bar .qzdh .bd dl.ios dd span {
	width: 28px;
	height: 32px;
	background-position: -390px -758px;
}

.top_bar .qzdh .bd dl dd p {
	width: 285px;
	overflow: hidden;
	margin-left: 115px;
}

.top_bar .qzdh .bd dl dd a {
	color: #666;
	font-size: 16px;
	display: inline-block;
	width: 33%;
	float: left;
	margin: 0;
	height: 28px;
	overflow: hidden;
}

.top_bar .qzdh .bd dl dd a:hover {
	color: #26c472;
}

.top_bar .qzdh .bd dl.youx dt,
.top_bar .qzdh .bd dl.youx dd a:hover {
	color: #f1bd00;
}

.top_bar .qzdh .bd dl.youx dt em {
	width: 29px;
	height: 24px;
	background-position: -387px -291px;
}

.top_bar .qzdh .bd dl.zx dt,
.top_bar .qzdh .bd dl.zx dd a:hover {
	color: #f26666;
}

.top_bar .qzdh .bd dl.zx dt em {
	width: 29px;
	height: 23px;
	background-position: -421px -292px;
}

.top_bar .qzdh .bd dl.hj dt,
.top_bar .qzdh .bd dl.hj dd a:hover {
	color: #866fe9;
}

.top_bar .qzdh .bd dl.hj dt em {
	width: 26px;
	height: 22px;
	background-position: -332px -340px;
}

.top_bar .qzdh .bd dl.bz dt,
.top_bar .qzdh .bd dl.bz dd a:hover {
	color: #7fd034;
}

.top_bar .qzdh .bd dl.bz dt em {
	width: 29px;
	height: 27px;
	background-position: -360px -324px;
}

.top_bar .qzdh .bd dl.ph dt,
.top_bar .qzdh .bd dl.ph dd a:hover {
	color: #18b4ed;
}

.top_bar .qzdh .bd dl.ph dt em {
	width: 24px;
	height: 23px;
	background-position: -394px -324px;
}

.top_bar .qzdh .bd.ie78 {
	width: 1198px;
	border-width: 1px solid #f0f3f5
}

.top_bar .qzdh .bd.ie78 dl {
	width: 398px;
}

.top_bar .qzdh .bd.ie78 dl dd {
	width: 292px;
}

.top_bar .qzdh .bd .bl1 {
	border-left: 1px solid #f0f3f5;
}

.top_bar .qzdh .bd .br0 {
	border-right: none;
}

.header-pc {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.header-pc .logo {
	float: left;
}

.header-pc .logo img {
	width: 190px;
	height: 60px;
}

.header-pc .lsrj {
	float: left;
	width: 247px;
	height: 35px;
	background: url(../images/weiba.png) no-repeat;
	margin-left: 12px;
	margin-top: 14px;
}

.header-pc .sous {
	float: left;
	margin-left: 20px;
	width: 510px;
	height: 68px;
}

.search {
	height: 38px;
	border: 2px solid #16ac1d;
	position: relative;
}

.search .icon {
	float: left;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/skin/zhann/images/tiantian.png) -139px -2px;
	margin: 10px 11px 0 10px;
	overflow: hidden;
	display: none;
}

.search .text {
	height: 19px;
	width: 340px;
	float: left;
	background: none;
	outline: none;
	color: #999;
	font-size: 14px;
	border: none;
	padding: 8px 10px;
}

.search .button {
	width: 72px;
	height: 34px;
	font-size: 14px;
	background: #16ac1d;
	color: #FFF;
	border: none;
	outline: none;
	float: right;
	cursor: pointer;
}

.sous select {
	border: none;
	position: relative;
	border-right: 1px solid #DCDCDC;
	width: 68px;
	height: 34px;
	color: #555;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	vertical-align: middle;
	display: block;
	float: left;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 10px;
}

#searchlist {
	position: absolute;
	background: #fff;
	border: 2px solid #26c472;
	top: 34px;
	left: -2px;
	width: 358px;
	padding: 5px;
	height: auto;
	z-index: 999;
	display: none;
}

#searchlist li {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
}

#searchlist li a {
	color: #666;
}

#searchlist li a span {
	color: #26c472;
}

/*搜索*/
.H_Search {
	height: 34px;
	border: 2px solid #16ac1d;
	position: relative;
}

.search_input {
	width: 340px;
	height: 34px;
	float: left;
	display: block;
	font-size: 14px;
	border: none;
	color: #666;
	background: none;
	outline: none;
	padding: 8px 10px;
}

.search_btn {
	width: 72px;
	height: 34px;
	font-size: 14px;
	background: #16ac1d;
	color: #FFF;
	border: none;
	outline: none;
	float: right;
	cursor: pointer
}

.HSearch p {
	clear: both;
	line-height: 35px;
}



.hot_word {
	width: 464px;
	height: 25px;
	line-height: 25px;
	margin: 5px 0 0 -24px;
	color: #879299;
	overflow: hidden;
}

.hot_word a {
	color: #666;
	margin-left: 24px;
}

.hot_word a:hover {
	color: #FD3939;
}

.hot_word a.red {
	color: #ff5757;
	font-weight: bold;
}

.header-pc .sj {
	float: right;
	width: 270px;
	height: 85px;
	cursor: pointer;
	position: relative;
	margin-top: -15px;
}

.header-pc .sj img {
	width: 270px;
	height: 85px;
}

.header-pc .sj .ewm {
	display: none;
	position: absolute;
	z-index: 9999;
	right: 0;
	top: 64px;
	width: 146px;
	height: 150px;
	overflow: hidden;
}

.header-pc .sj .ewm span {
	float: left;
	background: url(/skin/zhann/images/tiantian.png) no-repeat 0 -728px;
	height: 135px;
	width: 100%;
	display: inline-block;
}

.header-pc .sj .ewm em {
	float: left;
	width: 146px;
	height: 15px;
	left: -4px;
	background: url(/skin/zhann/images/tiantian.png) no-repeat -290px -646px;
	display: inline-block;
}

.header-pc .sj .ewm img {
	margin: 4px 8px 10px 20px;
	width: 108px;
	height: 108px;
}

.header-pc .sj:hover .ewm {
	display: block;
}

.nav_box {
	height: 45px;
	background: #16ac1d;
	overflow: hidden;
}

.nav {
	height: 45px;
	line-height: 45px;
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}


.nav a.phb {
	width: 97px;
	height: 34px;
	padding: 0px;
	margin: 0px;
	background: url(/skin/zhann/images/tiantian.png) no-repeat -374px -59px;
	float: right;
	text-indent: -9999px;
	+text-indent: 0px;
	+font-size: 0px;
	+line-height: 0px;
	display: none;
}

.nav a.phb:hover {
	background-position: -88px -63px;
}
a:hover,
.c-title::after,
.pc-nav .active,
.pc-nav .sub-nav a:hover,
#aside_hot .list-1,
#aside_hot .list-2,
#aside_hot .list-3,
.recommend-b .category,
.full-post .read-more,
.flink a.iconfont:hover,
.thumbs-btn,
#cancel-reply,
.art-content a,
#tbCalendar a,
.table_card .active,
.table_card .tab li:hover,
.footer a:hover,
.app-list .download,
.commentname a,
.comment-at {
	color: #;
}

.recommend-b .category,
.full-post .read-more,
.thumbs-btn,
.art-content .tags:hover,
#divCatalog li a:hover,
#divContorPanel .cp-login a:hover,
#divContorPanel .cp-vrs a:hover,
.app-list .download:hover,
.app-list .download,
.app-main figure .download,
#divCommentPost input.button,
#divSearchPanel input[type='submit'] {
	border: 1px solid #;
}

.art-content a:hover {
	border-bottom: 1px dashed #;
}

.art-content blockquote {
	border-left: 4px solid #;
}

::selection,
::-moz-selection {
	background: #;
}

.thumbs_done,
.thumbs-btn:hover,
.pc-nav li a::before,
.pc-nav .active::before,
.art-content .tags:hover,
#widget_aside_author .level,
.full-post .read-more:hover,
.recommend-b .category:hover,
#middle_1 .download,
#left_1 .download,
.m-nav .sub-nav,
.com-submit,
.page-numbers,
a.page-numbers:hover,
#divCatalog li a:hover,
#divTags li a:hover,
#divContorPanel .cp-login a:hover,
#divContorPanel .cp-vrs a:hover,
#qr:hover,
.btn.qq:hover,
.toolbar .btn:hover,
.dropdown-nav li a:hover,
.dropdown-nav .active a,
.dropdown-nav .active a:hover,
#divSearchPanel input[type='submit'],
#tbCalendar tbody a,
.toolbar .btn,
.app-list .download:hover,
.app-main figure .download,
.app-content .title-css .i,
.related-item .download,
#divCommentPost input.button,
.header-top a:hover {
	background-color: #;
}

.swiper {
	width: 100%;
	height: 100%;
}

#index-middle .swiper {
	height: 120px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-top {
	padding: 21px 20px 16px;
	font-size:18px;
    flex: 1;
}

.related-top h1 {
	font-weight: normal;
}

.related-top div {
	background: #16ac1d;
	height: 24px;
	width: 5px;
	float: left;
	margin-right: 11px;
}

.tab_menu {
    padding: 13px 12px;
    background: #fff;
    overflow: hidden;
    width: 1280px;
    margin: 15px auto;
}
.tab_menu_l{float:left; width:130px; background:#f6f6f6; height:180px;}
.tab_menu_l p{position:relative; width:130px; height:60px; line-height:59px; border-bottom:1px solid #e0e0e0; color:#666; font-size:18px; cursor:pointer;}
.tab_menu_l p .tb{ display:inline-block; width:20px; height:20px; float:left; margin:20px 7px 20px 10px; background:url(../images/icon.png) no-repeat -95px -51px;}
.tab_menu_l p .tb.tb2{background-position:-126px -51px;}
.tab_menu_l p .tb.tb3{background-position:-159px -51px;}
.tab_menu_l p .txt{float:left;}
.tab_menu_l p .jt{ display:none; position:absolute; top:0px; right:-12px; width:12px; height:59px; background:url(../images/icon.png) no-repeat -544px -36px; overflow:hidden;}
.tab_menu_l p.hover{color:#fff; background:#16ac1d;}
.tab_menu_l p.hover a{color:#fff;}
.tab_menu_l p.hover .jt{display:block;}
.tab_menu_l p.hover .tb{background-position:-190px -51px;}
.tab_menu_l p.hover .tb.tb2{background-position:-222px -51px;}
.tab_menu_l p.hover .tb.tb3{background-position:-255px -51px;}
.tab_menu_r{ float:left; margin-left:4px; width:89%; height:180px; }
.game_com_list{ width:100%;position:relative; +z-index:999;}
.game_com_list ul{height:121px; width:100%; }
.game_com_list li{width:10%;height:120px; padding: 0 14px; border-bottom:1px solid #e0e0e0;float:left;position:relative;}
.game_com_list li a{display:block;width:100%; height:120px; color:#666;font-size:14px;text-align:center;}
.game_com_list li a img{margin:0 auto;width: 100%;height: auto;display: block;border-radius:16px; _width:79px;}
.yuanjiao{position:absolute;top:-10px;right:0;width: 60px;height: 25px;font-size:14px;color:#fff;line-height:25px;text-align:center;z-index: 9;background-image:url('../images/yuanjiao.png');background-size:60px 25px;}
.tuijian .yuanjiao{top: 7px;right: 138px;}
.b4-xfl2 .yuanjiao{top: -1px;right: 195px;}
.mask72{background-position: 0 0;height: 72px;width: 72px;cursor: pointer;display: block;margin: 0;position: absolute;z-index: 9;}
.n-name {width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;}
.game_com_list li a span{height:40px;line-height:40px; display:inline-block;}
.game_com_list .on a{color:#16ac1d;font-weight: bold;}
.game_com_list .line_box{width:100%;height:2px;position:absolute;right:-2px;bottom:0px; z-index:999;}
.game_com_list .line{display:block;width:81px;height:2px;background:#16ac1d;position:absolute;left:21px;top:0}
.game_cd{ height:60px; font-size:14px; line-height:30px; width:100%; padding-left:1px; margin-left:7px; position:relative; margin-top:-1px; overflow:hidden;padding-top: 9px;}
.game_cd a{display:inline-block; float:left; width:7%; color:#666; height:25px; margin-left:-1px; text-align:center; line-height:25px; overflow:hidden;}
.game_cd a:hover{color:#16ac1d;}
.Ming{
    width: 1309px;
    display: flex;
    align-items: center;
}
.Ming .phwrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.Mind .warp_ { border-top: 1px solid #eee; }
.Mind .warp_ .listtab {    
  float: left;
  width: 305px; overflow: hidden;
  margin: 15px 10px;
  position: relative; }
.Mind .warp_ .listtab a {   display: block;
  width: 94px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #e5e5e5;
  float: left;
  margin: 0 11px 11px 0;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
  .Mind .warp_ .listtab a:nth-of-type(3n) {
    margin-right: 0;
  }
  .Mind .warp_ .listtab a.on,.Mind .warp_ .listtab a:hover { background-color: #14B9C8; color: #ffffff;}

.Mind .warp_ .listbox { width: 835px; float: left; }
.Mind .warp_ .listbox .lis { padding-top: 15px; }
.Mind .warp_ .listbox .lis a { float: left; margin-left: 19px; width: 100px; display: block; text-align: center; }
.Mind .warp_ .listbox .lis a img { border-radius: 1px; display: block; width: 100px; height: 100px; }
.Mind .warp_ .listbox .lis a p { height: 50px; line-height: 50px; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 15px; }
/* æŽ’è¡Œæ¦œ */
.Ming .phwrap .list { background: #fff; width: 32%; padding: 0 15px; border-radius: 7px; float: left; }
.Ming .phwrap .list .title_ph { height: 70px; line-height: 70px; text-align: center; }
.Ming .phwrap .list .title_ph .bt { font-size: 20px; font-weight: bold; }
.Ming .phwrap .list .title_ph .bt i { height: 30px; width: 31px; background-position-y: -71px; display: inline-block; vertical-align: middle; margin: -10px 10px 0 0; }
.Ming .phwrap .list .title_ph .bt .ico3 { background-position-x: 0px; }
.Ming .phwrap .list .title_ph .bt .ico2 { background-position-x: -41px; }
.Ming .phwrap .list .title_ph .bt .ico1 { background-position-x: -83px; }
.Ming .phwrap .list ul { margin-top: -10px; padding-bottom: 10px; }
.Ming .phwrap .list ul li { padding: 7px 0; }
.Ming .phwrap .list ul li .num { width: 24px; height: 24px; border-radius: 2px; text-align: center; line-height: 24px; float: left; background: #47d897; color: #fff; }
.Ming .phwrap .list ul li .box_a { height: 24px; line-height: 24px; }
.Ming .phwrap .list ul li .box_a .num { margin: 0px 6px 0 0; }
.Ming .phwrap .list ul li .box_a a { display: block; float: left; white-space: nowrap; text-overflow: ellipsis; width: 260px; overflow: hidden; font-size: 15px; }
.Ming .phwrap .list ul li .box_a span { text-align: right; float: right; width: 70px; color: #969696; font-size: 13px; overflow: hidden; height: 100%; }
.Ming .phwrap .list ul li .box_b { display: none; background: url("../images/ph_warp1.png") no-repeat center;background-size: cover; width: 100%; height: 97px; padding: 13px 0 11px 0; margin: 3px 0; }
.Ming .phwrap .list ul li .box_b .numb { float: left; width: 44px; text-align: center; line-height: 72px; color: #fff; font-size: 26px; }
.Ming .phwrap .list ul li .box_b .img, .Ming .phwrap .list ul li .box_b .img img { width: 72px; height: 72px; border-radius: 10px; display: block; float: left; }
.Ming .phwrap .list ul li .box_b .infor { float: left; width: 210px; padding-left: 11px; color: #fff; }
.Ming .phwrap .list ul li .box_b .infor .name { display: block; height: 25px; line-height: 25px; color: #fff; padding-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 100%; font-size: 15px; }
.Ming .phwrap .list ul li .box_b .infor p { height: 21px; line-height: 21px; overflow: hidden; width: 100%; font-size: 12px; }
.Ming .phwrap .list ul li + li .num { background: #58aafe; }
.Ming .phwrap .list ul li + li + li .num { background: #f3a658; }
.Ming .phwrap .list ul li + li + li + li .num { background: #d2d2d2; color: #434343; }
.Ming .phwrap .list ul .on .box_a { display: none; }
.Ming .phwrap .list ul .on .box_b { display: block; }
.Ming .phwrap .list + .list { margin-left: 12px; }
.Ming .phwrap .list + .list ul li .num { background: #ffa23b; }
.Ming .phwrap .list + .list ul li .box_b { background-image: url("../images/ph_warp2.png"); }
.Ming .phwrap .list + .list ul li + li .num { background: #58aafe; }
.Ming .phwrap .list + .list ul li + li + li .num { background: #f3a658; }
.Ming .phwrap .list + .list ul li + li + li + li .num { background: #d2d2d2; color: #434343; }
.Ming .phwrap .list + .list + .list { margin-left: 12px; }
.Ming .phwrap .list + .list + .list ul li .num { background: #a57cfe; }
.Ming .phwrap .list + .list + .list ul li .box_b { background-image: url("../images/ph_warp3.png"); }
.Ming .phwrap .list + .list + .list ul li + li .num { background: #58aafe; }
.Ming .phwrap .list + .list + .list ul li + li + li .num { background: #f3a658; }
.Ming .phwrap .list + .list + .list ul li + li + li + li .num { background: #d2d2d2; color: #434343; }
.ico_img {
    background: url(../images/ico_img.png) no-repeat center;
}
/* ä¸“é¢˜å’Œæ”»ç•¥ */
.Minf .Min1 { padding: 0 10px; height: 400px;}
.Minbox.Min1.fl {width: 776px;}
.Minf .Min1 .fr {float: right;}
.Minf .Min1 .title { padding: 0; }
.Minf .Min1 .title .more { width: 60px; height: 27px; line-height: 27px; text-align: center; margin-top: 17px; border-radius: 3px; }
.Minf .Min1 .Min1-1 { padding-bottom: 10px; }
.Minf .Min1 .Min1-1 .lis { width: 196px; display: block; margin-right: 15px; }
.Minf .Min1 .Min1-1 .lis .img, .Minf .Min1 .Min1-1 .lis .img img { height: 119px; display: block; width: 100%; border-radius: 7px; }
.Minf .Min1 .Min1-1 .lis p { height: 44px; line-height: 44px; width: 100%; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.Minf .Min1 .Min1-2 { width: 372px; margin-top: -8px; }
.Minf .Min1 .Min1-2 .lis { line-height: 30px; height: 30px; overflow: hidden; }
.Minf .Min1 .Min1-2 .lis .text { width: 315px; display: block; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.Minf .Min1 .Min1-2 .lis .text:before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 4px; background: #eee; margin: -2px 3px 0 0; }
.Minf .Min1 .Min1-2 .lis .text:hover:before { background: #969696; }
.Minf .Min1 .Min1-2 .lis .time { float: right; text-align: right; overflow: hidden; width: 45px; color: #969696; }
.Minf .Min1 .Min1-2 .line { border-top: 1px solid #eee; margin: 13px 0; }

.nav-links {text-align: center;}
.nav-links a:first-child{display:none}
.nav-links b{
    font-size: 13px;
    padding: 0 12px;
}
.nav-links a {margin: 21px 6px;border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;padding: 0 14px;font:bold 14px/34px arial;}
.nav-links a:hover,.pageBox a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.nav-links .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.nav-links a.cur {color: #fff;}
.nav-links .disabled {width: 79px;}
#login {
    width: 35%;
    border-radius: 5px;
    padding: 40px 10px;
    box-sizing: border-box;
    margin: 80px auto 80px auto;
    box-shadow: 3px 3px 15px 1px #ccc;
    position: relative;
    background: #fff;
}
#login h1{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.regbt{
    color: #fff;
    background-color: #ca20e4;
    width: 100%;
    border: none;
    padding: 9px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 9px;
}
.theme{
    width: 80%;
    margin: 21px auto 0;
}
.theme input{
    /*width: 100%;*/
    border: solid 1px #ddd;
    padding: 9px 14px;
    margin-bottom: 16px;
}
.theme-flex{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    align-items: flex-end;
}
.box {
    margin-top: 90px auto 0;
}
.mybox {
    flex-direction: inherit;
    align-items: flex-start;
    justify-content: space-between;
}
#left {
    width: 160px;
    margin-top: 10px;
    background: #fff;
}
#right {
    width: 1030px;
    min-height: 800px;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 12px;
}
.xian {
    border-bottom: #dcdcdc solid 1px;    
    height: 50px;
    font-size: 14px;
    padding-left: 30px;
}
.xian .active {
    color: #3c7bfc;
    font-weight: 700;
    border-bottom: #3c7bfc 2px solid;
    height: 49px;
    line-height: 49px;
}
.mian{
    background-color: #fff;
}
.box {
    width: 1170px;
    margin: 0 auto;
}
.mybox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: initial;
}
#left {
    width: 160px;
    margin-top: 10px;
    background: #fff;
    margin-right: 14px;
    float: left;
}
#nav-left{
    padding: 12px 0;
}
#nav-left li.active {
    background-color: #ca20e4;
    box-sizing: border-box;
    color: #fff;
    border-radius: 34px;
}
#nav-left li{
    display: block;
    cursor: pointer;
    font-size: 16px;
    width: 88%;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    margin: 0 auto;
}
#right {
    flex: 1;
    min-height: 800px;
    margin-top: 10px;
    background: #fff;
}
.xian {
    border-bottom: #dcdcdc solid 1px;    
    height: 50px;
    font-size: 14px;
    padding-left: 30px;
}
.xian .active {
    color: #3c7bfc;
    font-weight: 700;
    border-bottom: #3c7bfc 2px solid;
    height: 49px;
    line-height: 49px;
}
.mian{
    background-color: #fff;
}
.#nav-left li a{color:#000}
#nav-left li.active a{color:#fff!important}
.house {
    background: url(../images/house.gif) no-repeat left center;
    padding-left: 21px;
}
.note{
    background: url(../images/note.gif) no-repeat left center;
    padding-left: 21px;
}
.info {
    background: url(../images/info.gif) no-repeat left center;
    padding-left: 21px;
}
.coins {
    background: url(../images/coins.gif) no-repeat left center;
    padding-left: 21px;
}
.user_auth_yes {
    background: url(../images/user_auth_yes.gif) no-repeat left center;
    padding-left: 21px;
}
.levelup {
    background: url(../images/levelup.gif) no-repeat left center;
    padding-left: 21px;
}
.password {
    background: url(../images/password.gif) no-repeat left center;
    padding-left: 21px;
}
.pwrap {
    margin: 16px;
    border: 1px #dcdcdc solid;
}
.phead {
    padding-left: 5px;
}
.phead-inner .phead-inner {
    line-height: 65px;
    height: 65px;
}
h3.ptitle {
    float: left;
    font-size: 20px;
    font-weight: 100;
    line-height: 60px;
    font-weight: bold;
}
.ptitle span {
    float: left;
    padding-left: 10px;
}
.exchange-finance .pbody {
    padding: 0 15px;
}
.pfoot {
    height: 10px;
    padding-left: 5px;
}
.exchange-finance .financelist a.topup {
    margin-right: 15px;
    padding-left: 20px;    
    background: url(../images/coins_add.gif) no-repeat 0 50%;
    zoom: 1
}
.exchange-finance .financelist a.withdraw {
    margin-right: 15px;
    padding-left: 20px;
    background: url(../images/coins.gif) no-repeat 0 50%;
    zoom: 1;
}
.exchange-finance .financelist li {
    padding-left: 80px;
    border-bottom: 1px #ededed solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.exchange-finance .financelist li .label {
    float: left;
    display: inline;
    width: 110px;
    margin-left: -80px;
}
.exchange-finance .financelist li .value {
    margin-right: 20px;
}
.financelist-content{
    display: flex;
    align-items: flex-start;
}
.financelist-content img{
    padding: 3px;
    border: 1px solid #dcdcdc;
}
.financelist-content-flex{
    font-size: 14px;
    margin-left: 12px;
}
.financelist-content-name{
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 100;
    display: flex;
    align-items: center;
}
.financelist-content-name span{
    font-size: 19px;
    font-weight: 600;
    margin-right: 5px;
}
.exchange-finance .financelist li .value strong {
    color: #f60;
}

.memberp {
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	border-top: 1px #e5e5e5 solid;
	border-left: 1px #e5e5e5 solid;
}

.memberp .firsttr td {
	font-weight: bold;
}

.memberp td {
	background-color: #F9F9F9;
	padding: 8px 10px;
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	word-wrap: break-word;
}

.memberp td a {
	display: block;
	background-color: #0a97d4;
	color: #ffffff;
	width: 120px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
}

.memberp .ptd1 {
	width: 25%;
}

.memberp .ptd2 {
	color: #666
}

.memberp .ptd3 {
	color: #666
}

.memberp .ptd4 {
	color: #666
}

.memberp .ptd5 {
	color: #666
}

.memberp .ptd6 {
	color: #666
}

.pagetab-wrap {
	margin-bottom: 10px;
	height: 31px;
	border-bottom: 1px #dcdcdc solid
}

* html .pagetab-wrap {
	overflow: hidden
}

.pagetab {
	float: left;
	padding-left: 10px
}

.pagetab li {
	float: left;
	margin-right: 5px;
	line-height: 30px;
	background-color: #dcdcdc
}

.pagetab a {
	float: left;
	display: block;
	padding-right: 5px;
	cursor: pointer;
	border: 1px #dcdcdc solid;
	border-bottom: 0
}

.pagetab a span {
	float: left;
	height: 30px;
	padding: 0 20px 0 25px;
	background-color: #dcdcdc
}

.pagetab a {
	color: #333;
	text-decoration: none
}

.pagetab a.current,.pagetab a.current span {
	background-color: #fff
}

.pagetab a.current {
	color: #000
}

@media(max-width:767px) {
	.header-pc {
		display: none;
	}

	#header {
		display: block !important;
	}

	#top_recommend {
		position: relative;
		padding: 0 0.4em;
	}

	.related-item .thumbnail {
		height: 76px;
	}

	.related-item .thumbnail img {
		height: 76px;
		width: 76px;
	}

	#middle_1 {
		padding: 20px 0 10px 0px;
	}

	.c-title {
		width: 94%;
		margin: 0 auto;
	}

	#top_recommend li {
		width: 25%;
		padding: 2px 0;
	}

	#middle_1 .item {
		width: 24%;
	}

	.app-q {
		width: 100%;
	}
	.container {
	    max-width: 96%;
	    margin: 0 auto;
	}
	.related-top {
	    padding: 0 24px 12px 4px;
	    font-size: 18px;
	    flex: 1;
	}
	.tab_menu {
	    padding: 0;
	    background: #fff;
	    overflow: hidden;
	    width: 100%;
	    margin: 0 auto 12px;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.tab_menu_l {
	    float: left;
	    width: 100%;
	    background: #f6f6f6;
	    display: flex;
	    align-items: center;
		height: auto;
	}
	.tab_menu_l p.hover .jt {
	    display: none;
	}
	.tab_menu_l p {
	    position: relative;
	    width: 32%;
	    height: 60px;
	    line-height: 59px;
	    border-bottom: 1px solid #e0e0e0;
	    color: #666;
	    font-size: 16px;
	    cursor: pointer;
	}
	.game_com_list ul{
		height: 236px;
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.game_com_list li{
		width: 24%;
		height: 107px;
		padding: 0 5px;
		border-bottom: none;
		position: relative;
		margin-bottom: 11px;
	}
	.tab_menu_r {
	    float: left;
	    margin-top: 13px;
	    width: 100%;
	    margin-left: 13px;
		height:auto
	}
	.game_cd{
		margin-left: 0;
		height: 96px;
		overflow: hidden;
	}
	.game_cd a {
		display: inline-block;
		float: left;
		width: 49%;
		color: #666;
		height: 30px;
		margin-left: -1px;
		text-align: center;
		height: 30px;
		overflow: hidden;
	}
	.swiper-container img {
	    height: auto;
	}
	.Ming {
		width: 100%;
	}
	.phwrap{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.Ming .phwrap .list {
		background: #fff;
		width: 100%;
		padding: 0 15px;
		border-radius: 7px;
		float: left;
		margin-bottom: 15px;
	}
	.Ming .phwrap .list + .list {
		margin-left:0;
	}
	.sl_style {
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	#index-left, #index-middle {
		width: 100%;
		overflow: hidden;
	}
	.tab_menu_l p.hover {
        color: #fff;
        border-bottom: solid #16ac1d 2px;
        background: none;
    }
    .tab_menu_l p.hover a {
        color: #16ac1d;
    }
    #login {
        width: 91%;
        margin: 100px auto 45px auto;
    }
    .mybox {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        width: 94%;
        margin: 0 auto;
        margin-top: 61px;
    }
    #nav-left{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #left {
        width: 100%;
    }
    #nav-left li {
        flex: 0 0 50%;
        width: auto;
    }
    #right {
       width: 100%;
    }
    .exchange-finance .financelist li .label {
      width: 63px;
    }
    .pwrap {
        float: left;
    }
    .pagetab-wrap {
        margin-bottom: 10px;
        height: 31px;
        border-bottom: 1px #dcdcdc solid;
        width: 100%;
        float: left;
    }
    .theme {
        float: left;
    }
    .pagetab {
        float: left;
        padding-left: 10px;
        display: flex;
        align-items: center;
    }
    .pagetab a span {
        padding: 0 17px;
    }
}
