@charset "utf-8";
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%
}
/*移除ios默认样式*/
input, textarea, button {
	outline-style: none;
	-webkit-appearance: none;
}
/*==========global color=========*/
html {
	color: #333;
	background: #f2f5f9
}
a {
	color: #333
}
a:hover {
	color: #f7aa00
}
::selection {
	background: #f7aa00;
	color: #fff
}
::-moz-selection {
background:#f7aa00;
color:#fff
}
/*==========public class=========*/
.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%)
}
/*hover时提升按钮颜色明度*/
.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-sm-md-lg a
{
	color: #888;
}
/*不同视口下对html的显隐*/
.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
}
}
/*========标题栏组件样式========*/
.flink, .full-post, .related-art, .widget, 
#left_1, #left_2, #left_3, #middle_1,
 #middle_2, #full-post,#full-app, .related-item,
  .comment-list, .comment-submit {
	padding: 1.5em
}
.c-title {
	font-size: 18px;
	padding-bottom: .5em;
	margin-top: -.5em;
	position: relative;
	padding-left: 16px;
}
.c-title:after {
	content: "#";
	color: #f7aa00;
	opacity: .7;
	left: 0;
	width: 5px;
	height: 20px;
	top: 0;
	position: absolute;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
/*========图片缩放效果========*/
#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========*/
.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========*/
.header-fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}
.header {
	height: 80px;
	font-size: 100%;
	width: 100%;
	z-index: 9;
}
.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: #f7aa00
}
.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: 80%;
	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: #f7aa00
}
.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: #f7aa00;
	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: #f7aa00;
}
.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: #f7aa00;
	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 16px;
	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
}
.searchform select{border: none;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    font-weight: 400;
    height: 34px;
    line-height: 34px;left: 0px;
    color: #333;position:absolute}
.searchform input[name='q']{padding-left: 50px;}
.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
}
/*========content======*/
#index-content {
	padding-top: 105px;
}
/*========幻灯片======*/
/*Swiper 3.0.5 自定义css*/
.swiper-container {
	margin-bottom: 25px!important;
	width: 100%;
	height: 240px
}
.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: #f7aa00!important;
	opacity: .8;
	width: 16px!important;
	border-radius: 30px!important;
}
.swiper-pagination {
	text-align: right
}
.swiper-pagination-bullet-active {
	width: 20px;
}
/*自定义lightgallery.min.css*/
.lg-outer .lg-thumb-outer, .lg-backdrop {
	background-color: rgba(0,0,0,.7)!important;
}
/*app截图轮播*/
/*.app-content .swiper-button-disabled{display:none;}*/
.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: 95px 0 10px 10px;
	opacity: .8;
}
.breadcrumb i {
	padding: 0 5px;
}
#mainbox {
	width: 76%
}
#mainbox-zt {
	width: 100%
}
#index-left {
	width: 22%;
}
#index-middle {
	width: 52%;
}
#index-right {
	width: 22%;
}
/*--APP列表[多页面共用]--*/
.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, .app-list .cate {
	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: #f7aa00;
	background-color: #fff;
	border: 1px solid #f7aa00;
	text-align: center;
}
.app-list .download:hover {
	background-color: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00;
}
/*--文章列表[多页面共用]--*/
.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, .article-list .cate {
	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: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00
}
#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 {
	
}
#divTags .tag-count {
	font-size: 12px;
	font-weight: 100
}
#divTags 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 a:nth-child(1){
	background-color: #d9f2fb;
	color: #1aa9fb;
}
#divTags a:nth-child(2){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(3){
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(4){
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(5){
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(6){
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(7){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(8){
	background-color: #d9f2fb;
	color: #1aa9fb;
}
#divTags a:nth-child(9){
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(10){
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(11){
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(12){
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(13) {
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(14) {
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(15) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(16) {
	background-color: #d9f2fb;
	color: #1aa9fb;
}
#divTags a:nth-child(17){
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(18) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(19) {
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(20) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(21) {
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(22) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(23) {
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(24){
	background-color: #fff3d0;
	color: #f67c23;}
#divTags a:nth-child(25) {
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(26) {
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(27){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(28){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(29){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(30){
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(31) {
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(32) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(33) {
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(34){
	background-color: #fff3d0;
	color: #f67c23;}
#divTags a:nth-child(35) {
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(36) {
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(37){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(38){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(39){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(40){
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(41) {
	background-color: #bbf1f2;
	color: #04839d;
}
#divTags a:nth-child(42) {
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(43) {
	background-color: #f8cbff;
	color: #a123db;
}
#divTags a:nth-child(44){
	background-color: #fff3d0;
	color: #f67c23;}
#divTags a:nth-child(45) {
	background-color: #ffdede;
	color: #e84f4f;
}
#divTags a:nth-child(46) {
	background-color: #fff3d0;
	color: #f67c23;
}
#divTags a:nth-child(47){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(48){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(49){
	background-color: #d9fcda;
	color: #3ab14a;
}
#divTags a:nth-child(50){
	background-color: #f8cbff;
	color: #a123db;
}
#divTags 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: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00
}
#tbCalendar {
	width: 100%
}
#tbCalendar a {
	width: 40px;
	height: 40px;
	color: #f7aa00
}
#tbCalendar tbody a {
	display: inline-block;
	background-color: #f7aa00;
	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: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00;
	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: 9.09%;
	margin-right: 1%;
	border-radius: 0;
}
#top_recommend li:nth-child(10n) {
	margin-right: 0;
}
#top_recommend::after {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 60px solid #f65220;
	border-right: 60px solid transparent;
}
#top_recommend .tips {
	position: absolute;
	top: 10px;
	left: 1px;
	z-index: 1;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	-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;
	width: 162px;
}

#left_1 .intro {
	margin-top: 15px;
	max-height: 64px;
	overflow: hidden;
	color: #888;
}
#left_1 .download {
	padding: 0.2em 0.8em;
	color: #fff;
	background-color: #f7aa00;
	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%;
}
/*--首页左侧[app列表]--*/
#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;max-width: 67%;}
#left_3 .title-wrap{margin-left:65px;position:relative;}
#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;}
#left_3 .download {position: absolute;padding: 0 1em;border:1px solid #f7aa00;color: #f7aa00;background-color:#fff;text-align: center;top:-3px;right:0;z-index: 1;border-radius:3px;}
#left_3 .download:hover {color: #fff;background-color:#f7aa00;}

/*--首页中栏[文章列表]--*/
#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
}
/*--首页中栏[app列表]--*/
#middle_1 .more {
	position: absolute;
	right: 0;
	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: 18.4%;
	margin-right: 2%;
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 1em 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: 0 1em;
	color: #fff;
	background-color: #f7aa00;
	text-align: center;
	display: none;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%, -50%);
}
#middle_1 .item .title {
	width: 100%;
	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%;
}

/*--首页通栏2【最新app】--*/
#full-app .item{
width: 23.48%;
margin-right: 2%;
margin-top: 0;
background: #fff;
padding: 25px;
border-bottom: 1px solid #f5f5f7;
border-radius: 3px;}
#full-app .item:hover{background:#f2f5f9;}
#full-app .item:nth-child(4),#full-app .item:nth-child(8),#full-app .item:nth-child(12){margin-right:0;}
#full-app .item:nth-child(2),#full-app .item:nth-child(3),#full-app .item:nth-child(4),#full-app .item:nth-child(5){margin-top:0;}
#full-app .thumbnail{height:50px;}
#full-app .img{width:50px;height:50px;margin:0 auto;border-radius:10px}
#full-app .wrap{padding-top:0}
#full-app .title{font-size:18px;font-weight:500;max-width: 70%;}
#full-app .title-wrap{margin-left:65px;position:relative;}
#full-app .intro{/*margin-top:5px;*/max-height:64px;overflow:hidden;color:#888;height: 20px;}
#full-app .div{margin-top:5px}
/*-#full-app a.more{height:42px;line-height:60px;text-align:center;display:block;color:#888;}
#full-app a.more:hover{color:inherit;}*/
#full-app .download {position: absolute;padding: 0 1em;border:1px solid #f7aa00;color: #f7aa00;background-color:#fff;text-align: center;top:-3px;right:0;z-index: 1;border-radius:3px;}
#full-app .download:hover {color: #fff;background-color:#f7aa00;}



/*--首页右侧栏【日月年热榜】--*/
.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: #f7aa00;
	cursor: pointer
}
.table_card .active {
	height: 51px !important;
	background: #fff !important;
	color: #f7aa00;
}
.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;
}
.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: #f7aa00
}
/*--最新文章--*/ 
#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: #f7aa00;
	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: #f7aa00
}
.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详情页--*/
.app-main {
	padding: 2em
}
.app-main figure {
	width: 120px;
	height: 180px;
	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: #7abb15;
	border: 1px solid #7abb15;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .download_fl {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #f7aa00;
	border: 1px solid #f7aa00;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .download_vx {
	width: inherit;
	display: block;
	margin-top: 10px;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #008000;
	border: 1px solid #008000;
	text-align: center;
	border-radius: 100px;
	opacity: .7;
}
.app-main figure .download:hover {
	opacity: 1;
}
.app-main .main {
	margin-right: 30px;
	width: 66.6%;
}
.app-main .main h1 {
	font-size: 20px;
	font-weight: normal;
}
.app-main .main .tag {
	margin: 10px 0;
}
.app-main .main .tag a{
	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 .tag a:hover {
	opacity: .8!important;
}
.app-main .main .tag a:nth-child(1) {
	background-color: #d9f2fb;
	color: #1aa9fb;
}
.app-main .main .tag a:nth-child(2) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main .tag a:nth-child(3) {
	background-color: #fff3d0;
	color: #f67c23;
}
.app-main .main .tag a:nth-child(4) {
	background-color: #f8cbff;
	color: #a123db;
}
.app-main .main .tag a:nth-child(5) {
	background-color: #bbf1f2;
	color: #04839d;
}
.app-main .main .tag a:nth-child(6) {
	background-color: #ffdede;
	color: #e84f4f;
}
.app-main .main .tag a:nth-child(7) {
	background-color: #d9fcda;
	color: #3ab14a;
}
.app-main .main .tag a: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: 100px;
}
.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;
	background: #f2f5f9;
	border-radius: 55px;
	height: 35px;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
}
.app-content .title-css .i {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 8px;
	overflow: hidden;
	background-color: #f7aa00;
	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: #f7aa00
}
.app-content a:hover {
	border-bottom: 1px dashed #f7aa00
}
.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 #f7aa00;
	padding: .5em 1em;
	background-color: #f9f9f9
}
.app-content img {
	height: auto !important;
}
.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: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00
}
.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: #f7aa00
}
.art-content a:hover {
	border-bottom: 1px dashed #f7aa00
}
.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 #f7aa00;
	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 .tag-wrap a {
	border: 1px solid #ddd;
	padding: .1em .5em;
	text-align: center;
	color: #333
}
.art-content .tag-wrap a:hover {
	background-color: #f7aa00;
	color: #fff;
	border: 1px solid #f7aa00
}

.art-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em
}
.art-copyright .copyright {
	font-weight: 700;
	padding-top: 10px
}
/*--app猜你喜欢--*/
.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:nth-child(8n+0) {
	margin-right: 0
}
.related-item .item {
	width: 11.17%;
	margin-right: 1.5%;
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 1em 0;
	border: 1px solid #fff
}
.related-item .item:hover {
	background-color: #f2f5f9;
	border: 1px solid #ecebeb;
}
.related-item .thumbnail {
	display: block;
	overflow: hidden;
	height: 70px;
}
.related-item .thumbnail img {
	height: 70px;
	width: 70px;
	border-radius: 15px
}
.related-item .download {
	position: absolute;
	left: 2.5em;
	padding: 0 .5em;
	color: #fff;
	background-color: #f7aa00;
	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%;
	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 #f7aa00;
	color: #fff;
	background-color: #f7aa00;
	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;/*border-bottom:1px solid #eaeaea*/
}
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;/*margin:20px 0 0 0;border-top:1px solid #eaeaea;*/
	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%;
	    width: 100%;
}
.comment-main .time {
	font-size: 12px;
	opacity: .6;
}
.commentname a {
	color: #f7aa00;
}
.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%;
}
/*ajax第二层，刷新后恢复原背景色MjA4MTE1MzY1*/
li.msgarticle .comment-main .comment-main {
	background: #fff;
	min-width: 340px;
}
/*--分页--*/
.pagebar {
	text-align: center;
	background: #fff;
	padding: 1.5em;
	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: #f7aa00;
	color: #fff
}
a.page-numbers {
	background: #fff;
	color: #1a1a1a;
	border: 1px solid #eee;
}
a.page-numbers:hover {
	background-color: #f7aa00;
	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======*/
.footer {
	width: 100%;
	color: #888;
	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: #f7aa00
}
.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: #f7aa00;
	opacity: .7;
}
.toolbar .btn:hover {
	opacity: 1;
}

/*==========responsive==========*/
@media screen and (max-width:1200px) {
.s-input, .s-button {
	height: 50px;
	line-height: 50px;
	background: #fff;
}
.searchform select{border: none;
    border: 1px solid #f1f1f1;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #333;position:absolute}
.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: 75%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #f7aa00;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9;
	display: none
}
.nav-sb {
	box-shadow: none
}
.m-nav {
	margin-top: 70px;
	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: #f7aa00;
	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 {
	padding: 66px 0 5px 10px!important;
	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: 96%;
	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: 23%;
	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 .download_fl {
	width: 100px;
	position: absolute;
	top: 15px;
	right: 0;
}

.app-main figure .download_vx {
	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;
	left: -2px;
	top: 8px;
}
#top_recommend::after {
	border-top: 50px solid#f65220;
	border-right: 50px solid transparent;
}
.related-item .item {
	width: 23.6%;
	display: none;
	padding: .5em 0;
}
.related-item .item:nth-child(5) {
	margin-right: 2%!important;
}
.related-item .item:nth-child(-n+8) {
	display: block;
}
.related-item .item:nth-child(4n+0) {
	margin-right: 0
}
.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
}
#full-app .item{width:48%}
}
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;
}
.nml{margin-left:0px!important}
.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}
@media screen and (max-width:768px) {
#full-app .item{width:100%}
}


.item em{
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/templets/default/static/images/bf.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
}


/*筛选样式*/
.cTable li {
  /*float: left;*/
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.cTable i {
  margin-right: 8px;
  opacity: 0.5;
  font-style: normal;
}
.cTable .d1 {
  width: 100px;
  background: #E7E2DD;
  height: 100%;
  border-bottom: 1px solid #DBD6D2;
  text-align: center;
  float: left;
  line-height: 49px;
  box-sizing: border-box;
   /* border-radius: 10px 0px 0px 10px;*/
}
.cTable .d1 p {
  color: #333;
  font-size: 18px;
}
.cTable .d2 {
  overflow: hidden;
  padding: 7px 12px;
  line-height: 25px;
  height: 100%;
  border-left: 1px solid #DBD6D2;
  background: #fff;
  box-sizing: border-box;
 /* border-radius: 0px 10px 10px 0px;*/
}
.cTable .d2 .on {
  background: #f7aa00;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgb(245 210 71 / 30%);
}
.cTable .d2 a {
display: inline-block;
margin: 5px 5px 5px 0;
padding: 0 5px;
height: 25px;
text-align: center;
line-height: 25px;
background: #e5e5e5;
color: ##666;
border-radius: 5px;
}

.cTable li:nth-child(2) .d1 {
	border-bottom: none;height: 84px;
	line-height: 84px;
}
  @media (max-width: 650px){
.cTable .d1 {
  display: none;
}}


.safe_conduct {
  height: 23px;
  margin:10px 0;
}
.safe_conduct .safe_o {
  width: 53px;
  background-position: -129px -159px;
}
.safe_conduct span {
  display: inline-block;
  float: left;
  text-indent: -999px;
  height: 23px;
  background: url(/templets/default/static/images/down_icon.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  margin-right: 6px;
  padding-right: 0px;
}
.safe_conduct .safe_n {
  width: 65px;
  background-position: -59px -159px;
}
.safe_conduct .safe_s {
  width: 53px;
  background-position: 0 -159px;
}

#full-app .more {
	position: absolute;
	right: 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
}
 /* 新版游戏列表*/
.app-newlist{
padding: 1.5em;
}
.app-newlist .item {
  width: 32.8%;
  /* margin-right: 2%;*/
  margin-top: 0;
  background: #fff;
  padding: 25px;
  border-bottom: 1px solid #f5f5f7;
  border-radius: 3px;
}
.app-newlist .img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
}
.app-newlist .thumbnail {
  height: 50px;
}
.app-newlist .title {
  font-size: 18px;
  font-weight: 500;
  max-width: 70%;
}
.app-newlist  .title-wrap {
  margin-left: 65px;
  position: relative;
}
.app-newlist .download {
  position: absolute;
  padding: 0 1em;
  border: 1px solid #f7aa00;
  color: #f7aa00;
  background-color: #fff;
  text-align: center;
  top: -3px;
  right: 0;
  z-index: 1;
  border-radius: 3px;
}
.app-newlist .intro {
   /* margin-top: 5px;*/
  max-height: 64px;
  overflow: hidden;
  color: #888;
  height: 20px;
}
.app-newlist .item:hover {
  background: #f2f5f9;
}
  @media screen and (max-width: 768px){
.app-newlist .item {
  width: 100%;
}}

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


/* 专题游戏列表*/
.appzt-list{
padding: 1.5em;
}
.appzt-list .item {
width: 31.3%;
margin-right: 2%;
margin-top: 0;
background: #fff;
padding: 25px;
border-bottom: 1px solid #f5f5f7;
}
.appzt-list .img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
}
.appzt-list .thumbnail {
  height: 50px;
}
.appzt-list .title {
  font-size: 18px;
  font-weight: 500;
  max-width: 70%;
}
.appzt-list  .title-wrap {
  margin-left: 65px;
  position: relative;
}
.appzt-list .download {
  position: absolute;
  padding: 0 1em;
  border: 1px solid #f7aa00;
  color: #f7aa00;
  background-color: #fff;
  text-align: center;
  top: -3px;
  right: 0;
  z-index: 1;
  border-radius: 3px;
}
.appzt-list .intro {
   /* margin-top: 5px;*/
  max-height: 64px;
  overflow: hidden;
  color: #888;
  height: 20px;
}
.appzt-list .item:hover {
  background: #f2f5f9;
}

.recom_reasons {
    /*  width: 328px;*/
  max-height: 48px;
  overflow: hidden;
  margin: 13px 0 0 0;
  color: #999;
  line-height: 24px;
  height: 48px;
}
  @media screen and (max-width: 768px){
.recom_reasons {
    /*  width: 328px;*/
  max-height: 48px;
  overflow: hidden;
  margin: 13px 0 0 0;
  color: #999;
  line-height: 24px;
  height: auto;
}}
p.recom_reasons i {
  font-weight: 700;
  color: #333;
}

  @media screen and (max-width: 768px){
.appzt-list .item {
  width: 100%;
}
.con-banner-tit2 {
display:none;
}


}

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

 /*专题说明部分*/

.article-ztlist {
  width: 100%;
  padding: 1.5em;
  position: relative;
}
.article-ztlist .figure {
width: 440px;
height: 220px;
  overflow: hidden;
}
.article-ztlist .thumbnail {
  display: block;
  overflow: hidden;
}
.article-ztlist .figure img {
width: 440px;
height: 220px;
}
.article-ztlist: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);
}

.article-ztlist .content {
  margin-left: 470px;
  color: #888;
}
.article-ztlist .content .title {
overflow: hidden;
font-size: 24px;
line-height: 56px;
color: #333;
border-bottom: 1px solid #f5f5f5;
}
.article-ztlist .intro {
  padding: .5em 0 .2em 0;
  line-height: 1.6em;
  height: 134px;
  font-size: 16px;
}
.article-ztlist .time, .article-ztlist .view, .article-ztlist .cate {
  padding-right: 1em;
}
 .article-ztlist.con-banner-top {
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
}
.article-ztlist .con-banner-tit2 {
  font-size: 12px;
  float: right;
  color: #aaaaaa;
  margin-top: -26px;
  margin-right: 15px;
}
.con-banner-tit2 span {
  color: #ffa928;
}

  @media screen and (max-width: 1200px){
.article-ztlist .figure {
  width: 34%;
  height: 24vw;
}

.article-ztlist .figure img {
 width: 100%;
height: auto;
min-height: 100%;
}
.article-ztlist {
  padding: 3vw;
}
.article-ztlist .content {
  margin-left: 38%;
  padding-top: 5px;
}
.article-ztlist .content .title {
  font-size: 15px;
  white-space: unset;
  line-height: 1.6;
}
.article-ztlist .intro {
height:48px;
overflow:hidden;
text-overflow:ellipsis;
text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-moz-binding: url("ellipsis.xml#ellipsis"); 
font-size: 14px;
}
}



 /* footer开始*/

.site-footer {
  margin-top: 30px;
  border-top: 1px solid #f7aa00;
  position: relative;
  background: url(/templets/default/static/images/footer-bg.png) #2a2a32;
  height: 167px;
}

.site-info.clearfix {
 /* border-top: 1px solid #21b47c;*/
}
.clearfix::after, .clearfix:: {
  display: table;
  content: " ";
  clear: both;
}
.site-footer .footer-left {
  float: left;
  max-width: 857px;
}

.footer-l-top {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}

.footer-l-top a {
  display: inline-block;
  color: #ddd;
  margin-right: 20px;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
}

.footer-l-btm {
  margin-bottom: 20px;
  line-height: 1.2;
  list-style: none;
}

.site-info p {
  margin-bottom: 0;
}
.footer-l-btm p {
  line-height: 20px;
  font-size: 13px;
  color: #ddd;
}
.footer-l-btm p + p {
  margin-top: 10px;
}
.footer-l-btm p a {
  color: #ddd;
  font-size: 13px;
}
.site-footer .footer-right {
  float: right;
  max-width: 314px;
}
.footer-right {
  width: 120px;
  padding-top: 23px;
}
.wxcode img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

@media screen and (max-width:768px){
  
.site-footer .footer-right {
  display: none;
}
}
 /* footer结束*/
 
/* 专题列表样式*/
.box-shadow {
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(165, 152, 152, 0.38);
}
ul.pic-box-list {
  overflow: hidden;
  margin: 10px 7px 0 7px;
  padding-top: 25px;
}
.pic-box-list li {
  width: 25%;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}

.pic-box-list li a {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 7px 5px 7px;
  border: #f1f1f1 1px solid;
  border-radius: 8px;
}
.pic-box-list li a:hover .pic-thumb img{
  transition: All .7s ease;
  -webkit-transform: scale(1.2) rotate(-6deg);
  -moz-transform: scale(1.2) rotate(-6deg);
  -o-transform: scale(1.2) rotate(-6deg);
  -ms-transform: scale(1.2) rotate(-6deg);
  transform: scale(1.2) rotate(-6deg);
}


.pic-thumb {
  display: flex;
  width: 100%;
  height: 177px;
  position: relative;
  overflow: hidden;
  transition: all .2s;
}
 .pic-thumb img, img.lazy {
  width: 100%;
  align-self: center;
  position: absolute;
  /*  object-fit: cover;*/
  height: 100%;
}

em, cite, i {
  font-style: normal;
}
.pic-box-list li h3 {
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-size: 15px;
  background-size: 20px;
}
.pic-box-list li p {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  margin: 5px 0;
  padding: 0 10px;
}
.pic-box-list li p b.datetime {
  float: left;
  font-weight: normal;
  margin-left: 0;
}
.datetime {
  font-size: 12px;
  color: #aaa;
  margin-left: 50px;
}
.pic-box-list li p span.viewd {
  float: right;
}
@media screen and (max-width:680px) {.entry-meta a img {display:none;}
.entry-container {padding:15px 0px 15px 175px;}
.entyr-icon i.fa,.entry-container .entry-title {font-size: 16px;max-height: 49px;}
.block-image.feaimg {width:160px;height:120px;margin-right:15px;}
.ss p {height:55px;padding-bottom:0;font-size:13px;-webkit-line-clamp:2;}
.entry-summary p {padding-bottom:0;}
.pic-box-list li {width:50%;}
.imglist.pic-box-list li h3 {font-size:14px;min-height:60px;}
.rewards-popover {width:80%;margin:0 0 0 -40%;top:20%;}
.rewards-popover h3 {font-size:14px;}
.rewards-popover-item {width:100px;}
.rewards-popover-item h4 {font-size:12px;}
.rewards-popover-item img {width:100px;height:100px;}
ul.al_post_list li a {max-width: 68%;}
ul.tag_could li, ul.xoxo.blogroll li {width: 25%;}
ul.pic-box-list .pic-thumb {height: 27.41176vw;}
.part-mor .pic-thumb {height: 26.47058vw;}
ul.plinks-ul.favorite li,ul.plinks-ul.misc li {width: 23%;}
}

  /* 榜单样式*/
  

#top .item{width:100%;padding:15px 0;border-bottom: 1px solid #f5f5f7;}
#top .thumbnail{height:120px;}
#top .img{width:120px;height:120px;margin:0 auto;border-radius:10px}
#top .wrap{padding-top:0}
#top .title{font-size:18px;max-width: 67%;}
#top .title-wrap{float: left;margin-left:35px;position:relative;width: 545px;}
#top .intro{margin-top:5px;max-height:64px;overflow:hidden;color:#888;}
#top .div{margin-top:5px}
#top a.more{height:42px;line-height:60px;text-align:center;display:block;color:#888;}
#top a.more:hover{color:inherit;}
#top .download {float: right;padding: 0 1em;border:1px solid #f7aa00;color: #f7aa00;background-color:#fff;text-align: center;top:-3px;right:0;z-index: 1;border-radius:3px;}
#top .download:hover {color: #fff;background-color:#f7aa00;}
#top .intro{margin-top:5px;max-height:64px;overflow:hidden;color:#888;}
#top .fr-wrap span{
	color:#888;
}

#top  .list-1.iconfont {
  color: #f00;
    margin-top: 25px;
}
#top  .iconfont {
  position: relative;
  color: #fff;
  font-size: 40px;
  margin-right: 25px;
}


#top  .iconfont small {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color:#666;
}

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

#top  .list-2.iconfont {
  color: #ff7100;
    margin-top: 25px;
}
#top  .iconfont {
  position: relative;
  color: #fff;
  font-size: 40px;
  margin-right: 25px;
}

#top  .list-3.iconfont {
  color: #f7aa00;
    margin-top: 25px;
}
#top  .iconfont {
  position: relative;
  color: #fff;
  font-size: 40px;
  margin-right: 25px;
}
#top  .list-4.iconfont {
    margin-top: 25px;
}
#top  .list-5.iconfont {
    margin-top: 25px;
}
#top  .list-6.iconfont {
    margin-top: 25px;
}
#top  .list-7.iconfont {
    margin-top: 25px;
}
#top  .list-8.iconfont {
    margin-top: 25px;
}
#top  .list-9.iconfont {
    margin-top: 25px;
}
#top  .list-10.iconfont {
    margin-top: 25px;
}
#top  .list-11.iconfont {
    margin-top: 25px;
}
#top  .list-12.iconfont {
    margin-top: 25px;
}
#top  .list-13.iconfont {
    margin-top: 25px;
}
#top  .list-15.iconfont {
    margin-top: 25px;
}
#top  .list-15.iconfont {
    margin-top: 25px;
}

.info p {
  text-indent: 33px;
  position: relative;
  line-height: 32px;
  color: #444444;
  font-size: 16px;
}

  /* 榜单样式移动*/
  
@media screen and (max-width:768px){  
#top .item{width:100%;padding:15px 0;border-bottom: 1px solid #f5f5f7;}
#top .thumbnail{height:50px;}
#top .img{width:50px;height:50px;margin:0 auto;border-radius:10px}
#top .wrap{padding-top:0}
#top .title{font-size:16px;max-width: 67%;}
#top .title-wrap{margin-left: 17px;
position: relative;
width: 220px;}
#top .intro{display:none;}
#top .div{margin-top:5px}
#top a.more{height:42px;line-height:60px;text-align:center;display:block;color:#888;}
#top a.more:hover{color:inherit;}
#top .download {padding: 0 1em;border:1px solid #f7aa00;color: #f7aa00;background-color:#fff;text-align: center;top:-3px;right:0;z-index: 1;border-radius:3px;}
#top .download:hover {color: #fff;background-color:#f7aa00;}


#top .iconfont {
	position: relative;
	color: #fff;
	font-size: 28px;
	margin-right: 10px;
}
#top .list-1.iconfont {
	color: #f00;
	margin-top: 0px;
}
#top .list-2.iconfont {
	color: #ff7100;
	margin-top: 0px;
}
#top .list-3.iconfont {
	color: #f7aa00;
	margin-top: 0px;
}
#top .iconfont small {
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
#top .list-1 small, #top .list-2 small, #top .list-3 small {
	color: #fff;
}
#top  .list-4.iconfont {
    margin-top: 0px;
}
#top  .list-5.iconfont {
    margin-top: 0px;
}
#top  .list-6.iconfont {
    margin-top: 0px;
}
#top  .list-7.iconfont {
    margin-top: 0px;
}
#top  .list-8.iconfont {
    margin-top: 0px;
}
#top  .list-9.iconfont {
    margin-top: 0px;
}
#top  .list-10.iconfont {
    margin-top: 0px;
}
#top  .list-11.iconfont {
    margin-top: 0px;
}
#top  .list-12.iconfont {
    margin-top: 0px;
}
#top  .list-13.iconfont {
    margin-top: 0px;
}
#top  .list-15.iconfont {
    margin-top: 0px;
}
#top  .list-15.iconfont {
    margin-top: 0px;
}
.info p {
  font-size: 14px;
}
}

/*新闻列表二次导航*/
.nav-list {
  padding: 17px 24px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
}
.nav-list ul li {
  list-style: none;
}
.nav-list li a.a {
color: #fff;
background: #f7aa00;
box-shadow: 0 0 15px rgb(245 210 71 / 30%);
border-radius: 6px;
}
.nav-list li a {
float: left;
margin-right: 18px;
height: 38px;
line-height: 38px;
font-size: 15px;
width: 114px;
margin-bottom: 0;
background: #f1f1f1;
text-align: center;
}


.cl::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
  @media (max-width: 800px){
.nav-list li {
   margin-bottom: 10px !important;
   float: left;
}

.nav-list li a {
margin-right: 12px !important;
height: 28px !important;
line-height: 28px !important;
font-size: 13px !important;
}
}

/* rank 开始 */
.ico {
background: url(/templets/default/static/images/icon.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-size: 1000px 1000px;}
.recommendRank { width: 100%; padding: 74px 0 14px 0; margin: 0 auto; background: url(/templets/default/static/images/bgrat.png) no-repeat; background-size: 100% auto; position: relative; background-color: #fff; border-radius: 0 0 8px 8px; box-shadow: 0.5px 0.86px 5px 0 #00000006; margin-bottom: 34px; }
.rankTlt, .theGameList h1, .rankDL h1 { text-align: center; font-size: 24px; line-height: 24px; color: #354352; font-weight: bold; position: relative; }
.rankTlt::before, .rankTlt::after, .theGameList h1::before, .theGameList h1::after, .rankDL h1::before, .rankDL h1::after{ content: ""; position: absolute; left: 375px; top: 6px; background: url(/templets/default/static/images/icon.png) 1000px 1000px no-repeat; width: 144px; height: 12px; background-position: -121px -789px; }
.rankTlt::after, .theGameList h1::after { left: 682px; transform: rotate(180deg); }
.theGameList{ width: 100%; margin: 0 auto; position: relative; background-color: #fff; border-radius: 8px; box-shadow: 0.5px 0.86px 5px 0 #00000006; padding: 1.5em; margin-bottom: 34px; overflow: hidden; }
.theGameList h1 { margin-bottom: 28px; }
.theGameList h1::before { left: 366px; }
.theGameList h1::after { left: 728px; }
.theGameList>.more { position: absolute; font-size: 14px; color: #676767; top: 32px; right: 20px; }
.theGameList .more:hover { color: rgb(144, 130, 130); }
.theGameList .commonRank { float: left; width: 375px; height: 618px; border-radius: 8px; border: 1px solid #e6e6e6; margin: 0 36px 22px 0; position: relative; }
.theGameList .commonRank h3 { width: 290px; white-space: nowrap; overflow: hidden; font-size: 20px; color: #ef136e; font-weight: bold; padding: 20px 0 20px 35px; position: relative; }
.theGameList .commonRank h3::before { content: ""; position: absolute; left: 20px; width: 5px; height: 20px; background: #ef136e; top: 20px; }
.theGameList .commonRank>.more { position: absolute; top: 18px; right: 16px; width: 20px; height: 20px; background-position: -296px -723px; border: 1px solid #dddddd; }
.theGameList .commonRank>.more:hover { border:1px dashed #ff965f; background-position: -316px -723px; } 
.theGameList ul li:first-child{ border-top: 1px solid #e6e6e6; }
.theGameList ul li a:nth-child(1) { display: none; height: 84px; background: #e2f6ff; padding-left: 24px; }
.theGameList ul li a:nth-child(1) i.rank { float: left; width: 18px; height: 18px; line-height: 18px; background-color: #ededed; font-size: 12px; color: #999999; text-align: center; border-radius: 6px 0 0 0; margin: 34px 26px 0 0; }
.theGameList ul li a:nth-child(1) img { float: left; width: 70px; height: 70px; border-radius: 16px; margin: 7px 12px 0 0; }
.theGameList ul li a:nth-child(1) p { float: left; width: 216px; height: 41px; line-height: 41px; color: #333333; font-size: 14px; white-space: nowrap; overflow: hidden; margin-top: 5px; }
.theGameList ul li a:nth-child(1) div { float: left; width: 72px; height: 24px; line-height: 24px; border-radius: 12px; text-align: center; color: #fff; font-size: 12px; background: linear-gradient(to right, #fd6407, #ee0e73); }
.theGameList ul li a:nth-child(1) div i { display: inline-block; width: 12px; height: 12px; background-position: -342px -680px; margin: 6px 2px 0 0; vertical-align: top; }
.theGameList ul li a:nth-child(2) { display: block; height: 50px; line-height: 50px; padding-left: 26px; }
.theGameList ul li a:nth-child(2) i.rank { float: left; width: 18px; height: 18px; line-height: 18px; background-color: #ededed; font-size: 12px; color: #999; text-align: center; border-radius: 6px 0 0 0; margin: 16px 26px 0 0; }
.theGameList ul li a:nth-child(2) p { float: left; width: 280px; height: 50px; line-height: 50px; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.theGameList ul li:nth-child(1) a i.rank, .theGameList ul li:nth-child(2) a i.rank, .theGameList ul li:nth-child(3) a i.rank { width: 24px; height: 29px; background-position: -248px -675px; background-color: transparent; border-radius: 0; margin-top: 28px; }
.theGameList ul li:nth-child(1) a:nth-child(2) i.rank, .theGameList ul li:nth-child(2) a:nth-child(2) i.rank, .theGameList ul li:nth-child(3) a:nth-child(2) i.rank { margin-top: 11px; }
.theGameList ul li:nth-child(2) a i.rank { background-position: -248px -718px; }
.theGameList ul li:nth-child(3) a i.rank { background-position: -294px -674px; }
.theGameList .commonRank:nth-child(3) h3 { color: #d078ea; }
.theGameList .commonRank:nth-child(3) h3::before { background: #d078ea; }
.theGameList .commonRank:nth-child(3) li a:nth-child(1) div { background: linear-gradient(to right, #d078ea, #657ae9); }
.theGameList .commonRank:nth-child(4) h3 { color: #fc6897; }
.theGameList .commonRank:nth-child(4) h3::before { background: #fc6897; }
.theGameList .commonRank:nth-child(4) li a:nth-child(1) div { background: linear-gradient(to right, #f2a579, #fd619a); }
.theGameList .commonRank:nth-child(5) h3 { color: #ffa800; }
.theGameList .commonRank:nth-child(5) h3::before { background: #ffa800; }
.theGameList .commonRank:nth-child(5) li a:nth-child(1) div { background: linear-gradient(to right, #fea701, #ee8910); }
.theGameList .commonRank:nth-child(6) h3 { color: #45a6f6; }
.theGameList .commonRank:nth-child(6) h3::before { background: #45a6f6; }
.theGameList .commonRank:nth-child(6) li a:nth-child(1) div { background: linear-gradient(to right, #43a3f7, #61cef1); }
.theGameList .commonRank:nth-child(7) h3 { color: #3dc575; }
.theGameList .commonRank:nth-child(7) h3::before { background: #3dc575; }
.theGameList .commonRank:nth-child(7) li a:nth-child(1) div { background: linear-gradient(to right, #3dc577, #3dc5a1); }
.theGameList ul li.current a:nth-child(1) { display: block; }
.theGameList ul li.current a:nth-child(2) { display: none; }
/* rank detail */
.rankDR { float: right; width: 296px; background: #fff; border-radius: 8px; box-shadow: 0.5px 0.86px 5px 0 #00000006; padding: 11px 0 10px 19px; }
.rankDR .tlt { height: 54px; line-height: 54px; font-size: 20px; color: #354352; font-weight: bold; border-bottom: 1px solid #f2f2f2; margin-bottom: 18px; }
.rankDR ul li { float: left; margin: 0 14px 20px 0; }
.rankDR ul li a { display: block; height: 36px; line-height: 36px; font-size: 14px; background: #f5f5f5; border-radius: 4px; font-size: 12px; color: #5f5f5f; padding: 0 10px; }
.rankDR ul li a:hover { background: #008bff; color: #fff; }
.rankDL { float: left; width: 866px; border-radius: 8px; background: url(../img/bgrat2.png) no-repeat; background-size: 100% auto; background-color: #fff; padding-bottom: 33px; margin-bottom: 38px; box-shadow: 0.5px 0.86px 5px 0 #00000006; }
.rankDL .crumb { padding-left: 18px; border: none; height: 46px; line-height: 46px; margin-bottom: 36px; }
.rankDL h1::before { left: 132px; }
.rankDL h1::after { left: 588px; transform: rotate(180deg); }
.rankDL .rankState { border-bottom: 1px dashed #e4e4e4; padding-bottom: 31px; margin: 24px 26px 0 23px;position: relative; }
.rankDL .rankState p { text-indent: 33px; position: relative; line-height: 32px; color: #444444; font-size: 16px; }
.rankDL .rankState i { position: absolute; width: 26px; height: 20px; left: 0; top: 3px; background-position: -373px -676px; }
.rankDL .rankState span { position: absolute; bottom: 0; left: 0; line-height: 32px; font-size: 14px; color: #ccc; padding-left: 24px; }
.rankDL .rankState span::before { content: ""; position: absolute; left: 1px; top: 9px; width: 15px; height: 15px; background: url(/templets/default/static/images/icon.png) no-repeat; background-size: 1000px 1000px; background-position: -289px -788px; }
.rankDL ul li { min-height: 194px; padding: 0 19px; }
.rankDL li .cont { width:100%; padding-top:23px; height:119px; overflow:hidden }
.rankDL li .tags { padding:1px 0 19px 248px; border-bottom:1px solid #e6e6e6; overflow:hidden }
.rankDL ul li:last-child .tags { border-color:transparent }
.rankDL li .imgBox { float:left; display:block; padding-right:35px }
.rankDL li .imgBox img { display:block; width:119px; height:119px; border-radius:16px }
.rankDL li .imgBox img:hover { opacity:.9 }
.rankDL li .info { float:left; width:394px; font-size:14px; color:#999; line-height:24px }
.rankDL li .info a { display:block; font-size:18px; color:#354352; line-height:20px; font-weight:700; overflow:hidden; white-space:nowrap }
.rankDL ul li:nth-child(1) .info a { color:#008bff }
.rankDL ul li:nth-child(2) .info a { color:#a652ff }
.rankDL ul li:nth-child(3) .info a { color:#fbb72c }
.rankDL li .info span { display:block; margin:10px 0 6px }
.rankDL li .info p { display:block; color:#666; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical }
.rankDL li .btn { float:right; display:block; font-size:14px; color:#008bff; width:108px; height:28px; line-height:28px; border:1px solid #a8d7ff; border-radius:15px; text-align:center; margin:52px 0 0 62px; }
.rankDL li .btn.no { border-color:#ffc960; color:#ffb317 }
.rankDL li .btn i { display:inline-block; width:12px; height:12px; background-position:-296px -148px; position:relative; top:1px; margin-right:3px }
.rankDL li .btn.no i { background-position:-326px -148px }
.rankDL li:hover .btn { color:#fff; background-color:#008bff; border-color:#008bff }
.rankDL li:hover .btn.no { color:#fff; background-color:#ffb317; border-color:#ffb317 }
.rankDL li:hover .btn i { background-position:-296px -171px }
.rankDL ul li:hover .tags { border-color:transparent }
.rankDL ul li:hover { background:linear-gradient(rgba(255, 255, 255, .1), #fff 40%, #e7f8fd 100%) }
.rankDL li .num { position:relative; float:left; display:block; margin:48px 40px 0 19px; width:32px; height:32px; line-height:32px; /* border:1px solid #ededed; */ background-color:#ededed; font-size:20px; color:#999; text-align:center }
.rankDL ul li:nth-child(-n+3) .num { 
    width: 40px;
    height: 98px;
    /* width:16px;  */
    /* height:58px;  */
    margin:10px 34px 0 15px; 
    border:none; 
    color:transparent; 
    background-color:transparent; 
    font-size: 15px; 
    color: #fff; 
    line-height: 16px; 
    padding: 40px 12px 0; 
}
.rankDL ul li:nth-child(1) .num { background-position:-434px -659px }
.rankDL ul li:nth-child(2) .num { background-position:-502px -662px }
.rankDL ul li:nth-child(3) .num { background-position:-567px -661px }
.rankDL ul li:nth-child(n+4) .num:before { content:''; display:block; width:0; height:0; border-right:8px solid transparent; border-top:8px solid #fff; position:absolute; top:-1px; left:-1px; z-index:2 }
.rankDL ul li:nth-child(n+4) .num:after { content:''; display:block; width:1px; height:6px; transform:rotate(45deg); background-color:#ededed; position:absolute; top:-1px; left:1px; z-index:2 }
.rankDL .tags span { float:left; display:block; padding:0 8px; height:22px; line-height:20px; font-size:12px; color:#4fb3ff; border:1px solid #4fb3ff; margin:0 6px 6px 0; border-radius:20px }
.rankDL .tags span:hover { color:#fff; background-color:#4fb3ff }
.rankDL .tags span:nth-of-type(1) { color:#ef8692; border:1px solid #ef8692 }
.rankDL .tags span:nth-of-type(1):hover { color:#fff; background-color:#ef8692 }
.rankDL .tags span:nth-of-type(2) { color:#f4a76d; border:1px solid #f4a76d }
.rankDL .tags span:nth-of-type(2):hover { color:#fff; background-color:#f4a76d }
.rankDL .tags span:nth-of-type(3) { color:#4fb3ff; border:1px solid #4fb3ff }
.rankDL .tags span:nth-of-type(3):hover { color:#fff; background-color:#4fb3ff }
.rankDL .tags span:nth-of-type(4) { color:#93d877; border:1px solid #93d877 }
.rankDL .tags span:nth-of-type(4):hover { color:#fff; background-color:#93d877 }
.rankDL .tags span:nth-of-type(5) { color:#e79ff6; border:1px solid #e79ff6 }
.rankDL .tags span:nth-of-type(5):hover { color:#fff; background-color:#e79ff6 }
.rankDL .tags span:nth-of-type(6) { color:#89efe9; border:1px solid #89efe9 }
.rankDL .tags span:nth-of-type(6):hover { color:#fff; background-color:#89efe9 }			

   /* 手机榜单底部样式 */
  @media screen and (max-width: 768px){   
#xiangguanxiazai {
  display:none;
}}
.mod-hd h2 {
  height: 14px;
  font-size: 14px;
  color: #5E5E5E;
  line-height: 14px;
  border-left: 3px solid #3399CC;
  padding-left: 10px;
  position: absolute;
  top: 11px;
}
.mod-hd {
  height: 30px;
  position: relative;
}
.paihang-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.paihang-container a {
  border-radius: 4px;
  font-size: 13px;
  width: 40%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px;
  margin: 5px 2%;
  background-color: #2929290d;
  color: #666666;
  text-align: center;
}

/* 福利app游戏列表*/
.flapp-list{
padding: 1.5em;
}
.flapp-list .item {
width: 31.3%;
margin-right: 2%;
margin-top: 0;
background: #fff;
padding: 25px;
border-bottom: 1px solid #f5f5f7;
}
.flapp-list .img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 10px;
}
.flapp-list .thumbnail {
  height: 50px;
}
.flapp-list .title {
  font-size: 18px;
  font-weight: 500;
  max-width: 70%;
}
.flapp-list  .title-wrap {
  margin-left: 65px;
  position: relative;
}
.flapp-list .download {
  position: absolute;
  padding: 0 1em;
  border: 1px solid #f7aa00;
  color: #f7aa00;
  background-color: #fff;
  text-align: center;
  top: -3px;
  right: 0;
  z-index: 1;
  border-radius: 3px;
}
.flapp-list .intro {
   /* margin-top: 5px;*/
  max-height: 64px;
  overflow: hidden;
  color: #888;
  height: 20px;
}
.flapp-list .item:hover {
  background: #f2f5f9;
}

.flapp-list .recom_reasons {
  width: 244px;
  max-height: 48px;
  overflow: hidden;
  margin: 13px 0 0 0;
  color: #999;
  line-height: 24px;
  height: 48px;
}
p.recom_reasons i {
  font-weight: 700;
  color: #333;
}

  @media screen and (max-width: 768px){
.flapp-list .item {
  width: 100%;
}
.con-banner-tit2 {
display:none;
}
.flapp-list .recom_reasons {
  width: 320px;
  max-height: 48px;
  overflow: hidden;
  margin: 13px 0 0 0;
  color: #999;
  line-height: 24px;
  height: auto;
}

}

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

  /*APP分类*/

.appfl-list .type {
  width: 100%;
  overflow-x: scroll;
  border-bottom: 1px solid #f6f6f6;
white-space: nowrap;
}
.appfl-list .type .hover {
  height: 40px;
  border-bottom: 3px solid #f7aa00;
  color: #f7aa00;
}
.appfl-list .type a {
  display: inline-block;
  background: #fff;
  margin: 10px;
}
.appfl-list .tpl-tr-wai {
  overflow: hidden;
  width: 100%;
}
.appfl-list .tpl-tr-wai {
    overflow: hidden;
    width: 100%;
}
.appfl-list .tpl-tr {
    width: 100%;
    transition: .5s all;
}
.appfl-list .list-tit li:nth-child(3n){float:right;margin-right:0;margin-left:0}
.appfl-list .list-top {
    float: left;
    display: none;
    margin-top: 20px;
    animation-name: fade-left-animation;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

  /*APP单机分类*/

.appdjfl-list .type {
  width: 100%;
  overflow-x: scroll;
  border-bottom: 1px solid #f6f6f6;
white-space: nowrap;
}
.appdjfl-list .type .hover {
  height: 40px;
  border-bottom: 3px solid #f7aa00;
  color: #f7aa00;
}
.appdjfl-list .type a {
  display: inline-block;
  background: #fff;
  margin: 10px;
}
.appdjfl-list .tpl-tr-wai {
  overflow: hidden;
  width: 100%;
}
.appdjfl-list .tpl-tr-wai {
    overflow: hidden;
    width: 100%;
}
.appdjfl-list .tpl-tr {
    width: 100%;
    transition: .5s all;
}
.appdjfl-list .list-tit li:nth-child(3n){float:right;margin-right:0;margin-left:0}
.appdjfl-list .list-top {
    float: left;
    display: none;
    margin-top: 20px;
    animation-name: fade-left-animation;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
  /*福利申请流程样式*/

.schedule {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  position: relative;
}

.schedule .item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  -webkit-box-flex: 1;
  margin-right: 5px;
}
.schedule .item.on .arrow, .schedule .more2 .arrow {
  border-color: #f80;
  color: #f80;
  background: #f80;
}
.schedule .item .arrow {
  width: 100%;
  margin-bottom: 5px;
}
.schedule .arrow {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  background: #ccc;
  border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
  position: relative;
}
.arrow .inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.schedule .item.on .arrow .o-arrow, .schedule .more2 .arrow .o-arrow {
  border-top-color: #f80;
}

.schedule .o-arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
    border-top-color: transparent;
  border-top-color: #ccc;
}

.schedule b, em, i {
  font-style: normal;
  font-weight: 300;
}
.schedule .state {
  display: block;
  width: 18px;
  height: 18px;

}
.schedule .item .state .o-ins-clock, .schedule .item .state .o-ins-clock-h, .schedule .item .state .o-ins-clock-m {
  position: absolute;
  z-index: 2;
  background-image: url(/templets/default/static/images/yuandian.png);
  -webkit-background-size: 18px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  margin-left: -8px;
}

.schedule .item .date {
  display: block;
  width: 100%;
  min-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule .item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  -webkit-box-flex: 1;
  margin-right: 5px;
}
.schedule::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  border: dashed #ccc;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 1px 0;
}

.schedule-new {
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: stretch;
  position: relative;
}

.schedule-new .item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  -webkit-box-flex: 1;
  margin-right: 5px;
}
.schedule-new .item.on .arrow, .schedule .more2 .arrow {
  border-color: #f80;
  color: #f80;
  background: #f80;
}
.schedule-new .item .arrow {
  width: 100%;
  margin-bottom: 5px;
}
.schedule-new .arrow {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  background: #ccc;
  border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
  position: relative;
}
.arrow .inner {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.schedule-new .item.on .arrow .o-arrow, .schedule-new .more2 .arrow .o-arrow {
  border-top-color: #f80;
}

.schedule-new .o-arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
    border-top-color: transparent;
  border-top-color: #ccc;
}

.schedule-new b, em, i {
  font-style: normal;
  font-weight: 300;
}
.schedule-new .state {
  display: block;
  width: 18px;
  height: 18px;

}
.schedule-new .item .state .o-ins-clock, .schedule-new .item .state .o-ins-clock-h, .schedule-new .item .state .o-ins-clock-m {
  position: absolute;
  z-index: 2;
  background-image: url(/templets/default/static/images/yuandian.png);
  -webkit-background-size: 18px;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  margin-left: -8px;
}

.schedule-new .item .date {
  display: block;
  width: 100%;
  min-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-new .item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  text-align: center;
  -webkit-box-flex: 1;
  margin-right: 5px;
}