html, body {
	width: 100%;
	height: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, em, td, i, b, span, a, div, thead, td, tr, nav, object, select, footer, header, label, section, address, cite, dfn, em, var, code, kbd, pre, samp {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	/*font-family: PingFangSC-Regular,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;*/
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial;
}
body, button, input, select, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial;
}
body {
	color: #333;
	background: #fff;
	padding-bottom: constant(safe-area-inset-bottom);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
ul, ol, li {
	list-style: none;
}
a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #1a1a1a;
}
a:hover {
	text-decoration: none;
}
a:active {
	outline: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root) {
	overflow: hidden;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
 background-color: #fff !important;
 background-image: none;
 color: rgb(0, 0, 0);
}
a, img {
	-webkit-tap-highlight-color: transparent;
	border: 0;
}
img {
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* 清除浮动 */

.cls {
}
.cls::before, .cls::after {
	display: block;
	content: " ";
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
a, button, input, * {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
/* 全局过渡动效设置 */
.page-enter-active, .page-leave-active {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.page-enter, .page-leave-active {
	opacity: 0;
}
/* 全局过渡动效设置 */


.blankImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: none;
	transition: -webkit-transform .4s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.nuxt-progress {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	width: 0%;
	-webkit-transition: width 0.2s, opacity 0.4s;
	-o-transition: width 0.2s, opacity 0.4s;
	transition: width 0.2s, opacity 0.4s;
	opacity: 1;
	background-color: #efc14e;
	z-index: 999999;
}
.bodyContent {
	width: 100%;
	height: 100%;
}
@-webkit-keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}
@keyframes fadeOut {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}
#toast {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	border-radius: 3px;
	position: fixed;
	left: 50%;
	bottom: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999999;
}
#toast.hide {
	display: none;
}
#toast.fadeOut {
	-webkit-animation: fadeOut 0.5s;
	animation: fadeOut 0.5s;
}
#toast.fadeIn {
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.Home {
	min-width: 1200px;
}
.Home #HomeDiffuse {
	width: 1184px;
	margin: 36px auto;
}
.Home #HomeDiffuse img {
	width: 100%;
}
.Headers {
	width: 100%;
	min-width: 1200px;
	background: #282828;
}
.Headers .stance {
	display: none;
	margin: 0 auto;
	height: 64px;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.Headers .headerContent {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	width: 100%;
	min-width: 1184px;
	background: rgba(0, 0, 0, 0.2);
}
.Headers .headerContent .navCon {
	margin: 0 auto;
	width: 1184px;
}
.Headers .navCon {
	position: relative;
	padding: 16px 0;
	height: 32px;
}
.Headers .navCon .logo {
	float: left;
	width: 64px;
	height: 32px;
}
.locationMode .stance {
	display: block;
}
.locationMode .headerContent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.NavLeft {
	padding-left: 45px;
}
.NavLeft .item {
	float: left;
	padding-right: 32px;
}
.NavLeft .item a {
	line-height: 32px;
	font-size: 14px;
	opacity: 0.8;
	font-weight: lighter;
	filter: alpha(opacity=80);
	color: #FFFFFF;
}
.NavLeft .item a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.NavLeft .item.diffuse {
	position: relative;
	top: 0;
	left: 0;
}
.NavLeft .item.diffuse .hot {
	position: absolute;
	top: 0px;
	right: -1px;
	width: 28px;
	height: 13px;
	background: url(/ziyuan/static-kkfront-pc/image/hot.d413a7d.png) center center / cover no-repeat;
}
.NavLeft .active {
	opacity: 1;
}
.NavLeft .active a {
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
}
.homeType {
	position: absolute;
	top: 16px;
	right: 173px;
	width: 252px;
	height: 32px;
}
.searchType {
	position: relative;
	margin: 0 auto;
	width: 624px;
	height: 36px;
}
.SearchBox {
	font-size: 0;
}
.SearchBox .kong {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.SearchBox .search {
	font-size: 14px;
	background: #fff;
	outline: none;
	outline-style: none;
	outline-width: 0;
	-webkit-appearance: none;
	-webkit-rtl-ordering: logical;
	-webkit-writing-mode: horizontal-tb !important;
}
.SearchBox .search::-webkit-input-placeholder {
 font-family: PingFangSC-Regular;
 font-size: 14px;
 color: #B8B8B8;
}
.SearchBox .homeSearch {
	padding: 9px 38px 9px 16px;
	width: 198px;
	height: 14px;
	border-radius: 16px;
	border: none;
}
.SearchBox .searchSearch {
	margin-right: 16px;
	padding: 8px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 504px;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	color: #333333;/*font-family: PingFangSC-Regular;*/
}
.SearchBox .searchBtn {
	position: absolute;
	right: 8px;
	top: 1px;
	width: 30px;
	height: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAAhlJREFUSA3tVsFKQkEU9an5A0oKtewTjBYVIcgTdBVtC4q2QdsWLgSDqGU/UFCroKUiD0UiWoQu2lbbIBX9AE20cx4OvGRm3ntRrhwYZrx3zj13zszcZyAwb3MF/kkBw0/carUaH41G5ng8jhNnGEY7GAxa6XS67SeOjfUCsCxrHYQFEK1ifQnELRtsGAmMOfxuIIGCaZpPXuLZWLeFIN0H6RVID6PR6E0ymfxyYprN5kKv19uDrYh+nslkLp1+1VwrNUiPsZvTUCi04iZnrVZbGg6Hr0jwCDu/VhEKu5KY8oL0LhKJrKVSqQ8B0I28AyBvQfYNN9mDqkA8UxDnvZIyDlXhkRCriivsUmJmzosUi8VuxUKvI+8BsYyhw0iJkTGfTHn6IukCCd8EU2IMYZONYZkRoEVkbT8Zmd/NhqSJ9b9jt8B/4ZdKjVvZQdYsDr9qUCuBrq1mKmILwCyLg1/mCSbHUqrDSon5LLDjRrfb3dWBZT5WMWLdCo6UmAFZe7Hrs3q97llyVi9Ai8Qyhq4piVl5QHwyGAzeQb6sC0IfE0TVegPmwq1qcb2SmE7WXATKg/y5UqkcyM6cNvr6/f4nIEP0F2LdmrJWO4HOzyLOr4xk7DfOm495lmc6kTeM+T1sO0j6wRljeu6JWIDEHwEWGNpA1kH/8UcASW6RHF+0bVywR4GdyUhyyE/pZ9+gzubsWeeMcwWgwDcwY/ak9MElrAAAAABJRU5ErkJggg==) no-repeat center center;
	background-size: cover;
}
.SearchBox .searchPageBtn {
	display: inline-block;
	height: 100%;
	line-height: 36px;
	padding-left: 17px;
	padding-right: 28px;
	width: 59px;
	background: #FFD806;
	border-radius: 4px;
	vertical-align: bottom;
	/*font-family: PingFangSC-Regular;*/
	font-size: 14px;
	color: #442509;
	cursor: pointer;
}
.SearchBox .searchPageBtn .searchIcon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAAiBJREFUSA3tVj1Lw1AUbZv4F2yL+RdtGoqKm0M7iatFwR/g6uAQcBBdBP+Agk6Cox3cpDi0acHFRSdB+rU4KAq1H55TEniEl+S1YqcGwn3v3XvPuTnvvdvGYvNnrsA/KRCfBNeyrORgMFiPx+NJ5o1Go46maXfVarUzCQ5jlYiz2ewyYm0QmbC3IG4zGfMUTBFzB9au1+sPXFd5IolN09wZDofnAN8F0WWj0fgRgTOZzAJ8JfgOsX4M/5non2oM0j0Af1DiKIB8Pr+E2E8WGhVLf+AXU158xbWu6xb28E0FjAX2+/02FFiJkj0RAmgnEokDVVLi8JBxSzC0OQ97pMSsHF9rYm+vwpJlPp4D5kZtj5TYvTJl/0GSEfnX3JxbYvh94lxKjIoXETS+MmKw6hhyc59DD6SUWJXgL3FSYlTbBSibw1QPFEvhDe1mUmK2QSQW2BwmZXZzisQIy5USu9fCwXXaCkuW+aBWCa9DDJnfW5MSu0725iN0ImXJ2b2Qw9ZpewRBNpCYnQeV7+Muv+BOGkEA3joL7PV6z1DpJKprMUfzEmW22Ww+GobxhTt5AfueTqefWq3WUIzlnsK3jQIrKPQb7ynyXsUY2TiwV4vB4s8igMvweXecp7eAtfHPIqyO+Q3spuM49yKGf6xE7CWxDbIjAZwNJgaCrv+PACRfIzkk36jVahUvdyaW5FCpNRMyP0kul1v1r83ncwVmosAvH9fjCs7j0NkAAAAASUVORK5CYII=) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
}
.SearchBox .active {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAAiBJREFUSA3tVj1Lw1AUbZv4F2yL+RdtGoqKm0M7iatFwR/g6uAQcBBdBP+Agk6Cox3cpDi0acHFRSdB+rU4KAq1H55TEniEl+S1YqcGwn3v3XvPuTnvvdvGYvNnrsA/KRCfBNeyrORgMFiPx+NJ5o1Go46maXfVarUzCQ5jlYiz2ewyYm0QmbC3IG4zGfMUTBFzB9au1+sPXFd5IolN09wZDofnAN8F0WWj0fgRgTOZzAJ8JfgOsX4M/5non2oM0j0Af1DiKIB8Pr+E2E8WGhVLf+AXU158xbWu6xb28E0FjAX2+/02FFiJkj0RAmgnEokDVVLi8JBxSzC0OQ97pMSsHF9rYm+vwpJlPp4D5kZtj5TYvTJl/0GSEfnX3JxbYvh94lxKjIoXETS+MmKw6hhyc59DD6SUWJXgL3FSYlTbBSibw1QPFEvhDe1mUmK2QSQW2BwmZXZzisQIy5USu9fCwXXaCkuW+aBWCa9DDJnfW5MSu0725iN0ImXJ2b2Qw9ZpewRBNpCYnQeV7+Muv+BOGkEA3joL7PV6z1DpJKprMUfzEmW22Ww+GobxhTt5AfueTqefWq3WUIzlnsK3jQIrKPQb7ynyXsUY2TiwV4vB4s8igMvweXecp7eAtfHPIqyO+Q3spuM49yKGf6xE7CWxDbIjAZwNJgaCrv+PACRfIzkk36jVahUvdyaW5FCpNRMyP0kul1v1r83ncwVmosAvH9fjCs7j0NkAAAAASUVORK5CYII=) no-repeat center center;
	background-size: cover;
}
.SearchBox .homeDropDownList {
	top: 44px;
	width: 252px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.SearchBox .searchDropDownList {
	top: 46px;
	width: 504px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}
.SearchBox .dropDownList {
	position: absolute;
	left: 0;
	max-height: 370px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	z-index: 9;
}
.SearchBox .dropDownList .searchQquery {
	padding: 10px 12px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.SearchBox .dropDownList .searchQquery span {
	display: inline-block;
	max-width: 68%;
	line-height: 20px;
	vertical-align: middle;
	color: #F5A623;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.SearchBox .dropDownList ul.list {
	cursor: pointer;
}
.SearchBox .dropDownList ul.list .homeItems {
	width: 228px;
}
.SearchBox .dropDownList ul.list .searchItems {
	width: 504px;
}
.SearchBox .dropDownList ul.list .items {
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #151515;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.SearchBox .dropDownList ul.list .items:hover {
	background: #EEEEEE;
}
.SearchBox .dropDownList ul.list .active {
	background: #EEEEEE;
}
.User {
	height: 32px;
	margin-right: 78px;
	line-height: 32px;
	font-size: 14px;
}
.User .kong {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.User .noUser {
	white-space: nowrap;
}
.User .noUser a, .User .noUser span {
	color: #FFFFFF;
	font-weight: lighter;
}
.User .noUser span {
	padding: 0 5px;
}
.User .logonStatus {
	cursor: pointer;
}
.User .logonStatus .userInfo {
	position: relative;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
}
.User .logonStatus .userInfo:hover .userPopup {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.User .logonStatus .userInfo .avatar {
	position: relative;
	background: url(/ziyuan/static-kkfront-pc/image/default_avatar.7c653b4.png) no-repeat center center;
	background-size: 100%;
}
.User .logonStatus .userInfo .avatar img {
	background: none;
	height: 100%;
}
.User .logonStatus .userInfo .userPopup {
	position: absolute;
	left: -80px;
	top: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
	width: 200px;
	border: 1px solid #E4E7ED;
	border-radius: 4px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	z-index: 11;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.User .logonStatus .userInfo .userPopup .top {
	padding: 0 16px;
}
.User .logonStatus .userInfo .userPopup .top.intr {
	padding-bottom: 10px;
}
.User .logonStatus .userInfo .userPopup .item {
	height: 42px;
	line-height: 42px;
	color: #333333;
	font-size: 14px;
	border-top: 1px solid #F7F9FA;
	padding: 0 16px;
}
.User .logonStatus .userInfo .userPopup .item:hover {
	background: #F7F9FA;
}
.User .logonStatus .userInfo .userPopup .item a {
	color: #333333;
}
.User .logonStatus .userInfo .userPopup .item:last-child {
	border-top: none;
}
.User .logonStatus .userInfo .userPopup .item .icon-arrow {
	display: inline-block;
	float: right;
	margin-top: 14px;
	width: 16px;
	height: 16px;
}
.User .logonStatus .userInfo .userPopup p {
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.User .logonStatus .userInfo .userPopup p a {
	line-height: 14px;
	font-size: 12px;
	color: #999999;
}
.User .logonStatus .userInfo .userPopup p a:hover {
	color: #6F93BD;
}
.User .logonStatus .userInfo .avatar, .User .logonStatus .userInfo .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.User .logonStatus .userFollow {
	position: relative;
}
.User .logonStatus .userFollow i {
	position: absolute;
	display: block;
	top: 14px;
	right: 0;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.User .logonStatus .userFollow .FollowList {
	overflow-y: scroll;
}
.User .logonStatus .userFollow .FollowList .rightTest {
	width: 50% !important;
}
.User .logonStatus .userFollow .FollowList .rightTest .newChapter strong {
	width: 118px !important;
}
.User .logonStatus .userFollow .followList {
	position: absolute;
	top: -20px;
	left: -352px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
	max-height: 412px;
	border: 1px solid #E4E7ED;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	background: #fff;
	z-index: 9;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.User .logonStatus .userFollow .followList .noFollow {
	position: relative;
	width: 100%;
	height: 412px;
	background: url(/ziyuan/static-kkfront-pc/image/no_data.243e17d.png) no-repeat center 30%;
}
.User .logonStatus .userFollow .followList .noFollow p {
	position: absolute;
	left: 0;
	bottom: 33%;
	width: 100%;
	color: #333;
	text-align: center;
}
.User .logonStatus .userFollow .followList .listBox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 0;
	width: 100%;
}
.User .logonStatus .userFollow .followList .listBox .items {
	padding: 0 12px;
	margin-bottom: 12px;
}
.User .logonStatus .userFollow .followList .listBox .items:hover {
	background: #FAFBFD;
}
.User .logonStatus .userFollow .followList .listBox .items:hover .rightTest .title {
	color: #6F93BD;
}
.User .logonStatus .userFollow .followList .listBox .items:hover strong {
	text-decoration: underline;
}
.User .logonStatus .userFollow .followList .listBox .items .leftPic {
	display: block;
	margin-right: 12px;
	width: 141px;
	height: 88px;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
}
.User .logonStatus .userFollow .followList .listBox .items .leftPic img {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest {
	width: 52.7%;
	height: 88px;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .title {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .author {
	width: 100%;
	line-height: 14px;
	height: 28px;
	font-size: 12px;
	color: #999999;
	white-space: initial;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .newChapter {
	display: block;
	padding-top: 10px;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .newChapter span {
	float: left;
	line-height: 14px;
	font-size: 12px;
	color: #999999;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .newChapter strong {
	float: left;
	display: block;
	line-height: 14px;
	font-size: 12px;
	color: #F56C6C;
	font-weight: normal;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 113px;
}
.User .logonStatus .userFollow .followList .listBox .items .rightTest .newChapter strong:hover {
	text-decoration: underline;
}
.User .logonStatus .userFollow:hover {
	background: #F7F9FA;
}
.User .logonStatus .userFollow:hover .followList {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.User .to-whiting {
	position: absolute;
	display: inline-block;
	margin-left: 24px;
	white-space: nowrap;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	font-weight: lighter;
	filter: alpha(opacity=80);
}
.indexBanner {
	width: 100%;
	min-width: 1200px;
	height: 476px;
	background-color: #333240;
	overflow: hidden;
}
.indexBanner .labelNav {
	position: relative;
	margin: 0 auto;
	padding: 22px 0;
	width: 1184px;
	height: 20px;
	line-height: 20px;
}
.indexBanner .labelNav .navList {
	position: absolute;
	top: 22px;
	left: 0;
	/*height: 100%;*/
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.indexBanner .labelNav .navList .items {
	padding-right: 39px;
	float: left;
	max-width: 42px;
	font-size: 14px;
	color: #B8B8B8;
	line-height: 20px;
}
.indexBanner .labelNav .navList .items .itemLink {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #B8B8B8;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexBanner .labelNav .navList .items .itemLink .quanbu {
	color: #ffffff;
}
.indexBanner .labelNav .navList .items .itemLink:hover {
	color: #FFFFFF;
}
.indexBanner .labelNav .navList .items .itemLink.quanbu {
	color: #ffffff;
}
.indexBanner .labelNav .navList .items .itemLink.quanbu .allIcon {
	display: block;
	float: right;
	padding-top: 5px;
	padding-left: 3px;
	height: 9px;
	width: 11px;
}
.indexBanner .labelNav .navListItems {
	position: relative;
}
.TopBanner {
	position: relative;
	margin: 24px auto 0 auto;
	min-width: 1200px;
	max-width: 2264px;
	width: 100%;
	height: 388px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.TopBanner .TopBannerBox {
	position: relative;
	min-width: 1200px;
	max-width: 2264px;
	width: 100%;
	height: 388px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
}
.TopBanner .TopBannerTree {
	width: 100%;
	height: 388px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.TopBanner .TopBannerTree:hover .btnBox {
	display: block;
}
.TopBanner .TopBannerTree .btnBox {
	display: none;
	margin: 0 auto;
	position: relative;
	width: 1200px;
	height: 100%;
}
.TopBanner .TopBannerTree .btnBox .btn {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
	overflow: hidden;
}
.TopBanner .TopBannerTree .btnBox .prev {
	left: 0;
	z-index: 3;
	background: url(/ziyuan/static-kkfront-pc/image/swiper_prev.516fbba.png) no-repeat center center;
	background-size: cover;
}
.TopBanner .TopBannerTree .btnBox .prev:hover {
	background-image: url(/ziyuan/static-kkfront-pc/image/swiper_prev_hover.729650e.png);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.TopBanner .TopBannerTree .btnBox .next {
	right: 0;
	z-index: 3;
	background: url(/ziyuan/static-kkfront-pc/image/swiper_next.1de2f3d.png) no-repeat center center;
	background-size: cover;
}
.TopBanner .TopBannerTree .btnBox .next:hover {
	background-image: url(/ziyuan/static-kkfront-pc/image/swiper_next_hover.aa07e10.png);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.TopBanner .TopBannerTree .BanneContent, .TopBanner .TopBannerTree .BanneLeft, .TopBanner .TopBannerTree .BanneRight {
	position: absolute;
	left: 0;
	top: 0;
	width: 744px;
	height: 388px;
	z-index: 2;
	border-radius: 5px;
	overflow: hidden;
}
.TopBanner .TopBannerTree .BanneContent .slider, .TopBanner .TopBannerTree .BanneLeft .slider, .TopBanner .TopBannerTree .BanneRight .slider {
	position: absolute;
	top: 0;
	left: -744px;
	height: 100%;
	min-width: 100%;
}
.TopBanner .TopBannerTree .BanneContent .slider .BanneLink, .TopBanner .TopBannerTree .BanneLeft .slider .BanneLink, .TopBanner .TopBannerTree .BanneRight .slider .BanneLink, .TopBanner .TopBannerTree .BanneContent .slider .img, .TopBanner .TopBannerTree .BanneLeft .slider .img, .TopBanner .TopBannerTree .BanneRight .slider .img {
	display: block;
	width: 744px;
	border-radius: 5px;
	border: none;
}
.TopBanner .TopBannerTree .BanneContent .slider .BanneLink, .TopBanner .TopBannerTree .BanneLeft .slider .BanneLink, .TopBanner .TopBannerTree .BanneRight .slider .BanneLink {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.TopBanner .TopBannerTree .BanneContent .slider .BanneLink span, .TopBanner .TopBannerTree .BanneLeft .slider .BanneLink span, .TopBanner .TopBannerTree .BanneRight .slider .BanneLink span {
	position: absolute;
	display: block;
	width: 740px;
	height: 99%;
	top: 0.5%;
	left: 2px;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #fff;
	border-radius: 5px;
}
.TopBanner .TopBannerTree .BanneContent .slider .BanneLink .img, .TopBanner .TopBannerTree .BanneLeft .slider .BanneLink .img, .TopBanner .TopBannerTree .BanneRight .slider .BanneLink .img {
	position: absolute;
	bottom: -11px;
	width: 744px;
}
.TopBanner .TopBannerTree .BanneLeft, .TopBanner .TopBannerTree .BanneRight {
	top: 7px;
	height: 374px;
}
.TopBanner .TopBannerTree .BanneLeft .BanneLeftMask, .TopBanner .TopBannerTree .BanneRight .BanneLeftMask, .TopBanner .TopBannerTree .BanneLeft .BanneRighttMask, .TopBanner .TopBannerTree .BanneRight .BanneRighttMask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.TopBanner .TopBannerTree .BanneLeft .BanneLeftMask, .TopBanner .TopBannerTree .BanneRight .BanneLeftMask {
	background: -webkit-gradient(linear, right top, left top, from(rgba(52, 51, 65, 0.3)), color-stop(85%, #302F3D));
	background: -o-linear-gradient(right, rgba(52, 51, 65, 0.3) 0%, #302F3D 85%);
	background: linear-gradient(-90deg, rgba(52, 51, 65, 0.3) 0%, #302F3D 85%);
}
.TopBanner .TopBannerTree .BanneLeft .BanneRighttMask, .TopBanner .TopBannerTree .BanneRight .BanneRighttMask {
	background: -webkit-gradient(linear, left top, right top, from(rgba(52, 51, 65, 0.3)), color-stop(79%, #302F3D));
	background: -o-linear-gradient(left, rgba(52, 51, 65, 0.3) 0%, #302F3D 79%);
	background: linear-gradient(90deg, rgba(52, 51, 65, 0.3) 0%, #302F3D 79%);
}
.TopBanner .TopBannerTree .BanneContent {
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
.MayLike {
	margin: 0 auto;
	padding-top: 32px;
	width: 1184px;
	height: auto;
	background: #fff;
}
.MayLike .leftLike {
	float: left;
	min-width: 784px;
	width: 784px;
}
.MayLike .leftLike .likeTitle {
	width: 100%;
	height: auto;
}
.MayLike .leftLike .likeTitle h3 {
	float: left;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.MayLike .leftLike .likeTitle .likeBtn {
	float: right;
	height: 30px;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn, .MayLike .leftLike .likeTitle .likeBtn .RightBtn {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .border, .MayLike .leftLike .likeTitle .likeBtn .RightBtn .border {
	position: absolute;
	top: -1px;
	width: 1px;
	height: 30px;
	background: #EEEEEE;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn {
	border-radius: 2px 0px 0px 2px;
	border-right: none;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .border {
	right: 0;
	z-index: 1;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .arrow-left {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 2px;
	top: 6px;
	z-index: 2;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .arrow-left .left-arrow1, .MayLike .leftLike .likeTitle .likeBtn .leftBtn .arrow-left .left-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	/*兼容ie8-*/
	border-top: 8px transparent dashed;
	border-left: 8px transparent dashed;
	border-bottom: 8px transparent dashed;
	border-right: 8px white solid;
	overflow: hidden;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .arrow-left .left-arrow1 {
	border-right: 8px #C0C4CC solid;
}
.MayLike .leftLike .likeTitle .likeBtn .leftBtn .arrow-left .left-arrow2 {
	left: 1px;
	/*重要*/
	border-right: 8px white solid;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn {
	width: 29px;
	border-left: none;
	border-radius: 0px 2px 2px 0px;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn .border {
	left: -1px;
	z-index: 1;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn .arrow-right {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 10px;
	top: 6px;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn .arrow-right .right-arrow1, .MayLike .leftLike .likeTitle .likeBtn .RightBtn .arrow-right .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 8px transparent dashed;
	border-right: 8px transparent dashed;
	border-bottom: 8px transparent dashed;
	border-left: 8px white solid;
	overflow: hidden;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn .arrow-right .right-arrow1 {
	left: 1px;
	/*重要*/
	border-left: 8px #C0C4CC solid;
}
.MayLike .leftLike .likeTitle .likeBtn .RightBtn .arrow-right .right-arrow2 {
	border-left: 8px white solid;
}
.MayLike .leftLike .likeTitle .likeBtn .Yes .right-arrow1 {
	border-left: 8px #606266 solid !important;
}
.MayLike .leftLike .likeTitle .likeBtn .Yes .left-arrow1 {
	border-right: 8px #606266 solid !important;
}
.MayLike .leftLike .likeTitle .likeBtn .Yes:hover {
	border-color: #B8B8B8;
}
.MayLike .leftLike .likeTitle .likeBtn .Yes:hover .border {
	background: #B8B8B8;
	z-index: 3;
}
.MayLike .leftLike .likeList .padding16 {
	padding-right: 16px;
}
.MayLike .leftLike .likeList .items {
	padding-top: 17px;
	width: 144px;
	height: auto;
}
.MayLike .leftLike .likeList .items .tabLink {
	display: block;
	width: 100%;
}
.MayLike .leftLike .likeList .items .tabLink:hover .itemTitle {
	color: #6F93BD;
}
.MayLike .leftLike .likeList .items .tabLink .imgBox, .MayLike .leftLike .likeList .items .tabLink .imgs {
	display: block;
	border: none;
	width: 100%;
	height: 192px;
	border-radius: 4px;
}
.MayLike .leftLike .likeList .items .tabLink .imgBox {
	position: relative;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
}
.MayLike .leftLike .likeList .items .tabLink .imgBox:hover .imgs {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.MayLike .leftLike .likeList .items .tabLink .imgBox .labelList {
	width: 136px;
	position: absolute;
	left: 2px;
	right: 6px;
	bottom: 6px;
}
.MayLike .leftLike .likeList .items .tabLink .imgBox .labelList .iItem {
	max-width: 41%;
	display: block;
	margin-left: 4px;
	padding: 0 4px;
	font-size: 12px;
	line-height: 18px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	color: #FFFFFF;
	font-style: normal;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .leftLike .likeList .items .tabLink .itemTitle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 6px;
	display: block;
	width: 100%;
	line-height: 20px;
	padding-top: 4px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .leftLike .likeList .items .itemFooter {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 6px;
}
.MayLike .leftLike .likeList .items .itemFooter .left, .MayLike .leftLike .likeList .items .itemFooter .right {
	max-width: 60%;
	height: 17px;
	line-height: 16px;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .leftLike .likeList .items .itemFooter .right i, .MayLike .leftLike .likeList .items .itemFooter .right span {
	display: inline-block;
	vertical-align: middle;
}
.MayLike .leftLike .likeList .items .itemFooter .right .icon {
	margin-right: -2px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
}
.MayLike .popularity {
	padding-left: 40px;
}
.MayLike .popularity h3.title {
	padding-bottom: 17px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.MayLike .popularity .popularityList .lists {
	padding-bottom: 16px;
	width: 100%;
	cursor: pointer;
}
.MayLike .popularity .popularityList .lists .textBox {
	max-width: 356px;
	width: 356px;
	display: block;
	height: 20px;
}
.MayLike .popularity .popularityList .lists .textBox .left, .MayLike .popularity .popularityList .lists .textBox .right {
	height: 20px;
	line-height: 20px;
}
.MayLike .popularity .popularityList .lists .textBox .left strong {
	width: 10px;
	line-height: 20px;
	padding-right: 11px;
	font-size: 16px;
	font-weight: normal;
	color: #B8B8B8;
}
.MayLike .popularity .popularityList .lists .textBox .left span.title {
	display: block;
	line-height: 20px;
	max-width: 112px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .popularity .popularityList .lists .textBox .right span.text {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.MayLike .popularity .popularityList .lists .textBox .right span.chapter {
	display: block;
	line-height: 20px;
	margin-left: 4px;
	max-width: 145px;
	font-size: 14px;
	color: #F56C6C;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .popularity .popularityList .lists .hovers {
	padding-bottom: 5px;
	width: 100%;
}
.MayLike .popularity .popularityList .lists .hovers .left {
	position: relative;
	width: 120px;
	height: 162px;
	border-radius: 4px;
	overflow: hidden;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
}
.MayLike .popularity .popularityList .lists .hovers .left a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
}
.MayLike .popularity .popularityList .lists .hovers .left a:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.MayLike .popularity .popularityList .lists .hovers .left a .img {
	display: block;
	width: 100%;
	height: 100%;
}
.MayLike .popularity .popularityList .lists .hovers .left i {
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 26px;
	top: 0;
	left: 0;
	background: #F5A623;
	border-bottom-right-radius: 4px;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	text-align: center;
}
.MayLike .popularity .popularityList .lists .hovers .right {
	padding-left: 12px;
	width: 224px;
}
.MayLike .popularity .popularityList .lists .hovers .right div.title {
	width: 100%;
	line-height: 26px;
	/*font-family: PingFangSC-Medium;*/
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .popularity .popularityList .lists .hovers .right div.title:hover a {
	color: #6F93BD;
}
.MayLike .popularity .popularityList .lists .hovers .right .labelList {
	padding: 6px 0;
	cursor: default;
}
.MayLike .popularity .popularityList .lists .hovers .right .labelList span {
	display: block;
	padding-right: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
}
.MayLike .popularity .popularityList .lists .hovers .right .depict, .MayLike .popularity .popularityList .lists .hovers .right .depict a {
	display: block;
	width: 224px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	cursor: default;
	overflow: hidden;
}
.MayLike .popularity .popularityList .lists .hovers .right a.chapter {
	display: block;
	padding-top: 16px;
}
.MayLike .popularity .popularityList .lists .hovers .right a.chapter span.L {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.MayLike .popularity .popularityList .lists .hovers .right a.chapter span.R {
	width: 168px;
	line-height: 20px;
	font-size: 14px;
	color: #F56C6C;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.MayLike .popularity .popularityList .lists .hovers .right a.chapter span.R:hover {
	text-decoration: underline;
}
.DailyUpdate {
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 2px;
	width: 1184px;
	height: auto;
	background: #fff;
}
.DailyUpdate .dailyHeader {
	padding-bottom: 3px;
}
.DailyUpdate .dailyHeader h3.title {
	line-height: 32px;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.DailyUpdate .dailyHeader .dailyNav {
	padding-left: 30px;
	height: 32px;
	line-height: 32px;
}
.DailyUpdate .dailyHeader .dailyNav .dailyNavItem {
	margin-right: 28px;
	font-size: 16px;
	line-height: 32px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.DailyUpdate .dailyHeader .dailyNav .dailyNavItem:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.DailyUpdate .dailyHeader .dailyNav .dailyActive {
	color: #F5A623;
	filter: alpha(opacity=100);
	opacity: 1;
}
.DailyUpdate .dailyContent {
	position: relative;
	width: 100%;
	height: 356px;
}
.DailyUpdate .dailyContent .onpad {
	padding-right: 0 !important;
}
.DailyUpdate .dailyContent .dailyListItem {
	padding: 14px 16px 0 0;
	width: 224px;
	height: 164px;
}
.DailyUpdate .dailyContent .dailyListItem .itemLink {
	display: block;
	width: 100%;
	height: 100%;
}
.DailyUpdate .dailyContent .dailyListItem .itemLink:hover .itemLinkText .title {
	color: #6F93BD;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg {
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
	border-radius: 4px;
	overflow: hidden;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg .img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 4px;
	overflow: hidden;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px 6px;
	width: 212px;
	height: 21px;
	background: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.78)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p .outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p span {
	padding-top: 7px;
	line-height: 14px;
	font-size: 12px;
	color: #FFFFFF;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p span.author {
	display: block;
	max-width: 144px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p span.laud {
	display: block;
	max-width: 66px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p span.laud b {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkImg p span.laud .icon {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkText {
	display: block;
	padding: 4px 6px 0 6px;
	padding-bottom: 0;
	width: 212px;
	height: 20px;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkText span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkText span.title {
	max-width: 142px;
}
.DailyUpdate .dailyContent .dailyListItem .itemLinkText span.fenlei {
	max-width: 70px;
	color: #999999;
}
.DailyUpdate .dailyContent .btn {
	position: absolute;
	top: 120px;
	width: 31px;
	height: 96px;
	cursor: pointer;
	z-index: 11;
}
.DailyUpdate .dailyContent .prev {
	display: none;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAYhJREFUaAXtmTFqw0AQReUkoDr4BhJJpzOk1RkCKVTqMmpVqgjkCs4xBCpTL6hzG3XZAS+EkMirmdkRhL8gFnv37/t+GFvGhyzLHv21y7jZhXqBAr6LfWiHdlMDeMOZ6g4waA8mTGdoN9UdYNAeTJjO0G6qO8CgPZgwnaHdVHeAQXswYTr/L+1N09xP0/Qco/AuZlPsHgL3ff+a5/mDL5BVVfW2llXT/h28LMtH13WnNTCtqcB/gtu2fRmG4ZwczgWLX7kELIJLwWy4BpgF1wJvhmuCN8G1wdHwFOAoeCpwFJw2pRq3/uDj2uHjOH465051XT/RFwbN9JieX8vFrF2F0yGpCkTBUxWIhqcosAmuXWAzXLMAC65VgA3XKCCCSwuI4ZICKvDfCpRl6fxt9ERrfw01OAHok3Ce5/eiKNy1e3baf/AX/sglE6ZD5RcLtzHgXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHDu2r/AtcZRQkrm+iuAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.DailyUpdate .dailyContent .prev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXhJREFUaAXtmUFqhEAQRZ0ka5duZ5lDeIKIOZBkPXghMScw9wiusnWXXbogDSEE7a5fXUL4DdJgd9X7PqQdmEtVVc/hOmXcnUL9hhJ+in1qp3ZXA3zhXHVHGLVHE64ztbvqjjBqjyZcZ2p31R1h1B5NuM7U7qo7wqg9mnCd/5f2tm3raZqeUhQ+pGxK3SPgeZ5vdV1fQ4Cq7/vXvVoz7T/B27a9j+O47IFlzQT+G9x13cuyLFtxuBYMPzkChuAoWA23AKvgVuBsuCU4C24NToaXACfBS4GT4LKp1Dg8XuWYlONSzmv5YMiHQ2xYBDqEC6RUgCR4qQDJ8BIBsuDWAbLhlgFUcKsAarhFAAiOBoDhSAAT+F8BhmFo5f7euA+Lj3sbctbWdf0Mp+Fb0zQfR7/Zpe8lXPwjN8ewyV6zF06ThnCNNbiG2mGFmgbUrrEG11A7rFDTgNo11uAaaocVahpQu8YaXEPtsEJNA2rXWINrqB1WqGlwqvYv3McZmWZVj5UAAAAASUVORK5CYII=) left top / cover no-repeat;
}
.DailyUpdate .dailyContent .noPrev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAYhJREFUaAXtmTFqw0AQReUkoDr4BhJJpzOk1RkCKVTqMmpVqgjkCs4xBCpTL6hzG3XZAS+EkMirmdkRhL8gFnv37/t+GFvGhyzLHv21y7jZhXqBAr6LfWiHdlMDeMOZ6g4waA8mTGdoN9UdYNAeTJjO0G6qO8CgPZgwnaHdVHeAQXswYTr/L+1N09xP0/Qco/AuZlPsHgL3ff+a5/mDL5BVVfW2llXT/h28LMtH13WnNTCtqcB/gtu2fRmG4ZwczgWLX7kELIJLwWy4BpgF1wJvhmuCN8G1wdHwFOAoeCpwFJw2pRq3/uDj2uHjOH465051XT/RFwbN9JieX8vFrF2F0yGpCkTBUxWIhqcosAmuXWAzXLMAC65VgA3XKCCCSwuI4ZICKvDfCpRl6fxt9ERrfw01OAHok3Ce5/eiKNy1e3baf/AX/sglE6ZD5RcLtzHgXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHDu2r/AtcZRQkrm+iuAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.DailyUpdate .dailyContent .next {
	display: none;
	right: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXpJREFUaAXtmTFug0AQRXFSUEc5Q1Jxh7TkCpFSUNJygdyAlpIih/A1kCjThjotdGakTBllmD/sNn8la5r9fn+frbUlLkVRPO+vLOsuC/UXSngW+9RO7UkN8AuXVLfCqF1NJJ3UnlS3wqhdTSSd1J5Ut8KoXU0kndSeVLfCqF1NJJ1Ztd/vR320HHee57d1Xb+naVot+y17THABV1X1Udf1y7Is16gCJricWMBlWT5FFjDB5aRy4ugCJrh8fmcUMMPPKHAIHl3gMDyygAseVcANjygAwdECMBwpEAL3Fsj6qxYGb5rmYRiGT7n/t237atv2fRzHH7Hy1wqBe8BSCIZ7wTAcAUNwFOyGR4Bd8CjwYXgk+BA8GmyGnwE2w7uuez1yc8kbW9Zl32R6lir/3fu+v/53ZVqguscM10DkhK9XpAzhiD13ltrd6pAgtSP23Flqd6tDgtSO2HNnqd2tDglSO2LPnaV2tzokSO2IPXeW2t3qkCC1I/bc2RvLu08yHOiHXgAAAABJRU5ErkJggg==) left top / cover no-repeat;
}
.DailyUpdate .dailyContent .next:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAV5JREFUaAXtmcFtg1AQRHEKoIUUQgUBuRCXgHKOaAjRAYWkBSqIV8pek/0zyyJL8yVrL4zf+NlaI3Hruu7+fF1y3i6h/kIFv8S+tEt7qQH94Ep1O0za3UTplPZS3Q6TdjdROqW9VLfDpN1NlE5pL9XtMGl3E6XzNbSv6/oxDEOfqSb0yQ08TdNj27avzAIh+LIs+3Ec333fv2cWCMH3fT/GcfzMLhCC2/d8RoEw/IwCTfDsAs3wzAIQPKsADM8oQMHZAjScKZACRwukwa1A60mD2x+O7X3b/7aGbR3bVvyrUAocAVspGo6CaTgDpuAsGIZngCF4FrgZnglugmeDw/AzwGH4PM9Dy+ayN46c2/Oi0LNUu3e3W+j/VmYE6teE4R7InPR6ZcoIztiDs9IOq2OC0s7Yg7PSDqtjgtLO2IOz0g6rY4LSztiDs9IOq2OC0s7Yg7PSDqtjgtLO2IOzPyuvF+3WIdTsAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.DailyUpdate .dailyContent .noNext:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXpJREFUaAXtmTFug0AQRXFSUEc5Q1Jxh7TkCpFSUNJygdyAlpIih/A1kCjThjotdGakTBllmD/sNn8la5r9fn+frbUlLkVRPO+vLOsuC/UXSngW+9RO7UkN8AuXVLfCqF1NJJ3UnlS3wqhdTSSd1J5Ut8KoXU0kndSeVLfCqF1NJJ1Ztd/vR320HHee57d1Xb+naVot+y17THABV1X1Udf1y7Is16gCJricWMBlWT5FFjDB5aRy4ugCJrh8fmcUMMPPKHAIHl3gMDyygAseVcANjygAwdECMBwpEAL3Fsj6qxYGb5rmYRiGT7n/t237atv2fRzHH7Hy1wqBe8BSCIZ7wTAcAUNwFOyGR4Bd8CjwYXgk+BA8GmyGnwE2w7uuez1yc8kbW9Zl32R6lir/3fu+v/53ZVqguscM10DkhK9XpAzhiD13ltrd6pAgtSP23Flqd6tDgtSO2HNnqd2tDglSO2LPnaV2tzokSO2IPXeW2t3qkCC1I/bc2RvLu08yHOiHXgAAAABJRU5ErkJggg==) left top / cover no-repeat;
}
.dailyContent:hover .prev {
	display: block;
}
.dailyContent:hover .next {
	display: block;
}
.categories.item0 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_love.50f1234.jpg) left top / cover no-repeat;
}
.categories.item1 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_antiquity.33364ef.jpg) left top / cover no-repeat;
}
.categories.item2 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_laugh.eaaa7bc.jpg) left top / cover no-repeat;
}
.categories.item3 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_fantasy.607998c.jpg) left top / cover no-repeat;
}
.categories.item4 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_campus.1817d93.jpg) left top / cover no-repeat;
}
.categories.item5 {
	background: url(/ziyuan/static-kkfront-pc/image/categories_bg_urban.f3088c8.jpg) left top / cover no-repeat;
}
.dataList {
	height: 261px;
}
.dataList .itemTitle {
	color: #fff !important;
}
.dataList .imgBox {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.categories {
	margin-top: 36px;
	color: #ffffff;
}
.categories .stance {
	display: none;
	margin: 0 !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden;
}
.categories .content {
	margin: 0 auto;
	padding-bottom: 34px;
	width: 1184px;
	height: auto;
}
.categories .content .header {
	padding-top: 32px;
	height: 42px;
	line-height: 42px;
}
.categories .content .header ul li {
	float: left;
	margin-right: 20px;
	width: 150px;
	text-align: center;
	font-weight: lighter;
	font-size: 24px;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.categories .content .header ul li:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.categories .content .header ul .active {
	font-weight: normal;
	filter: alpha(opacity=100);
	opacity: 1;
	font-size: 30px;
}
.categories .content .header .more {
	display: inline-block;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	width: 83px;
	text-align: center;
	border: 1px solid #ADAAAA;
	border-radius: 2px;
	font-weight: lighter;
	font-size: 16px;
	color: #EFEEEE;
	cursor: pointer;
}
.categories .content .header .more:hover {
	opacity: 0.7;
	border: 1px solid #FFFFFF;
}
.categories .content .categoriesLists {
	position: relative;
	padding-top: 14px;/*transition: all .15s linear;*/
}
.categories .content .categoriesLists .padding16 {
	padding-right: 16px;
}
.categories .content .categoriesLists .TabW184 .itemTitle {
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-weight: lighter;
}
.categories .content .categoriesLists .TabW184:hover .itemTitle {
	filter: alpha(opacity=100);
	opacity: 1;
}
.categories .content .categoriesLists .btn {
	position: absolute;
	top: 98px;
	width: 31px;
	height: 96px;
	cursor: pointer;
	z-index: 11;
}
.categories .content .categoriesLists .prev {
	display: none;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAYhJREFUaAXtmTFqw0AQReUkoDr4BhJJpzOk1RkCKVTqMmpVqgjkCs4xBCpTL6hzG3XZAS+EkMirmdkRhL8gFnv37/t+GFvGhyzLHv21y7jZhXqBAr6LfWiHdlMDeMOZ6g4waA8mTGdoN9UdYNAeTJjO0G6qO8CgPZgwnaHdVHeAQXswYTr/L+1N09xP0/Qco/AuZlPsHgL3ff+a5/mDL5BVVfW2llXT/h28LMtH13WnNTCtqcB/gtu2fRmG4ZwczgWLX7kELIJLwWy4BpgF1wJvhmuCN8G1wdHwFOAoeCpwFJw2pRq3/uDj2uHjOH465051XT/RFwbN9JieX8vFrF2F0yGpCkTBUxWIhqcosAmuXWAzXLMAC65VgA3XKCCCSwuI4ZICKvDfCpRl6fxt9ERrfw01OAHok3Ce5/eiKNy1e3baf/AX/sglE6ZD5RcLtzHgXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHDu2r/AtcZRQkrm+iuAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.categories .content .categoriesLists .prev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXhJREFUaAXtmUFqhEAQRZ0ka5duZ5lDeIKIOZBkPXghMScw9wiusnWXXbogDSEE7a5fXUL4DdJgd9X7PqQdmEtVVc/hOmXcnUL9hhJ+in1qp3ZXA3zhXHVHGLVHE64ztbvqjjBqjyZcZ2p31R1h1B5NuM7U7qo7wqg9mnCd/5f2tm3raZqeUhQ+pGxK3SPgeZ5vdV1fQ4Cq7/vXvVoz7T/B27a9j+O47IFlzQT+G9x13cuyLFtxuBYMPzkChuAoWA23AKvgVuBsuCU4C24NToaXACfBS4GT4LKp1Dg8XuWYlONSzmv5YMiHQ2xYBDqEC6RUgCR4qQDJ8BIBsuDWAbLhlgFUcKsAarhFAAiOBoDhSAAT+F8BhmFo5f7euA+Lj3sbctbWdf0Mp+Fb0zQfR7/Zpe8lXPwjN8ewyV6zF06ThnCNNbiG2mGFmgbUrrEG11A7rFDTgNo11uAaaocVahpQu8YaXEPtsEJNA2rXWINrqB1WqGlwqvYv3McZmWZVj5UAAAAASUVORK5CYII=) left top / cover no-repeat;
}
.categories .content .categoriesLists .next {
	display: none;
	right: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXpJREFUaAXtmTFug0AQRXFSUEc5Q1Jxh7TkCpFSUNJygdyAlpIih/A1kCjThjotdGakTBllmD/sNn8la5r9fn+frbUlLkVRPO+vLOsuC/UXSngW+9RO7UkN8AuXVLfCqF1NJJ3UnlS3wqhdTSSd1J5Ut8KoXU0kndSeVLfCqF1NJJ1Ztd/vR320HHee57d1Xb+naVot+y17THABV1X1Udf1y7Is16gCJricWMBlWT5FFjDB5aRy4ugCJrh8fmcUMMPPKHAIHl3gMDyygAseVcANjygAwdECMBwpEAL3Fsj6qxYGb5rmYRiGT7n/t237atv2fRzHH7Hy1wqBe8BSCIZ7wTAcAUNwFOyGR4Bd8CjwYXgk+BA8GmyGnwE2w7uuez1yc8kbW9Zl32R6lir/3fu+v/53ZVqguscM10DkhK9XpAzhiD13ltrd6pAgtSP23Flqd6tDgtSO2HNnqd2tDglSO2LPnaV2tzokSO2IPXeW2t3qkCC1I/bc2RvLu08yHOiHXgAAAABJRU5ErkJggg==) left top / cover no-repeat;
}
.categories .content .categoriesLists .next:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAV5JREFUaAXtmcFtg1AQRHEKoIUUQgUBuRCXgHKOaAjRAYWkBSqIV8pek/0zyyJL8yVrL4zf+NlaI3Hruu7+fF1y3i6h/kIFv8S+tEt7qQH94Ep1O0za3UTplPZS3Q6TdjdROqW9VLfDpN1NlE5pL9XtMGl3E6XzNbSv6/oxDEOfqSb0yQ08TdNj27avzAIh+LIs+3Ec333fv2cWCMH3fT/GcfzMLhCC2/d8RoEw/IwCTfDsAs3wzAIQPKsADM8oQMHZAjScKZACRwukwa1A60mD2x+O7X3b/7aGbR3bVvyrUAocAVspGo6CaTgDpuAsGIZngCF4FrgZnglugmeDw/AzwGH4PM9Dy+ayN46c2/Oi0LNUu3e3W+j/VmYE6teE4R7InPR6ZcoIztiDs9IOq2OC0s7Yg7PSDqtjgtLO2IOz0g6rY4LSztiDs9IOq2OC0s7Yg7PSDqtjgtLO2IOzPyuvF+3WIdTsAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.categories .content .categoriesLists .noPrev:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAYhJREFUaAXtmTFqw0AQReUkoDr4BhJJpzOk1RkCKVTqMmpVqgjkCs4xBCpTL6hzG3XZAS+EkMirmdkRhL8gFnv37/t+GFvGhyzLHv21y7jZhXqBAr6LfWiHdlMDeMOZ6g4waA8mTGdoN9UdYNAeTJjO0G6qO8CgPZgwnaHdVHeAQXswYTr/L+1N09xP0/Qco/AuZlPsHgL3ff+a5/mDL5BVVfW2llXT/h28LMtH13WnNTCtqcB/gtu2fRmG4ZwczgWLX7kELIJLwWy4BpgF1wJvhmuCN8G1wdHwFOAoeCpwFJw2pRq3/uDj2uHjOH465051XT/RFwbN9JieX8vFrF2F0yGpCkTBUxWIhqcosAmuXWAzXLMAC65VgA3XKCCCSwuI4ZICKvDfCpRl6fxt9ERrfw01OAHok3Ce5/eiKNy1e3baf/AX/sglE6ZD5RcLtzHgXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHD0M41J8pBu0gfNwztXHOiHLSL9HHDu2r/AtcZRQkrm+iuAAAAAElFTkSuQmCC) left top / cover no-repeat;
}
.categories .content .categoriesLists .noNext:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAABgCAYAAADl2qktAAAABGdBTUEAALGPC/xhBQAAAXpJREFUaAXtmTFug0AQRXFSUEc5Q1Jxh7TkCpFSUNJygdyAlpIih/A1kCjThjotdGakTBllmD/sNn8la5r9fn+frbUlLkVRPO+vLOsuC/UXSngW+9RO7UkN8AuXVLfCqF1NJJ3UnlS3wqhdTSSd1J5Ut8KoXU0kndSeVLfCqF1NJJ1Ztd/vR320HHee57d1Xb+naVot+y17THABV1X1Udf1y7Is16gCJricWMBlWT5FFjDB5aRy4ugCJrh8fmcUMMPPKHAIHl3gMDyygAseVcANjygAwdECMBwpEAL3Fsj6qxYGb5rmYRiGT7n/t237atv2fRzHH7Hy1wqBe8BSCIZ7wTAcAUNwFOyGR4Bd8CjwYXgk+BA8GmyGnwE2w7uuez1yc8kbW9Zl32R6lir/3fu+v/53ZVqguscM10DkhK9XpAzhiD13ltrd6pAgtSP23Flqd6tDgtSO2HNnqd2tDglSO2LPnaV2tzokSO2IPXeW2t3qkCC1I/bc2RvLu08yHOiHXgAAAABJRU5ErkJggg==) left top / cover no-repeat;
}
.categories .content .categoriesLists:hover {
/*transition: all .15s linear;*/
}
.categories .content .categoriesLists:hover .prev {
	display: block;
}
.categories .content .categoriesLists:hover .next {
	display: block;
}
.SwitchBox {
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	overflow: hidden;
}
.SwitchBox .SwitchContent {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	width: 100%;
}
.SwitchBox .SwitchContent .SwitchItem {
	width: 100%;
	min-height: 30px;
	height: auto;
}
.TabW184 {
	padding-top: 17px;
	width: 184px;
	height: auto;
}
.TabW184 .play:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.TabW184 .play:hover .imgBox {
/*.imgFooter{*/
  /*bottom: 0;*/
  /*}*/
}
.TabW184 .link {
	display: block;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.TabW184 .link .imgBox {
	position: relative;
	width: 100%;
	height: 244px;
	border-radius: 4px;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
	overflow: hidden;
}
.TabW184 .link .imgBox:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.TabW184 .link .imgBox .img {
	background: no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.TabW184 .link .imgBox .tabs {
	position: absolute;
	left: 0;
	right: 6px;
	bottom: 6px;
}
.TabW184 .link .imgBox .tabs .tab {
	margin-left: 4px;
	padding: 0 4px;
	height: 16px;
	max-width: 26%;
	line-height: 16px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	font-size: 12px;
	color: #FFFFFF;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.TabW184 .link .imgBox .imgFooter {
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
	width: 100%;
	height: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.72)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 98%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 98%);
	font-size: 12px;
	color: #ffffff;
	border-radius: 5px;
}
.TabW184 .link .imgBox .imgFooter .outer {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.TabW184 .link .imgBox .imgFooter .icon {
	margin-top: 3px;
	margin-right: -2px;
	vertical-align: text-top;
	width: 11px;
	height: 11px;
}
.TabW184 .link .itemTitle {
	display: block;
	margin: 6px 6px 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.TabW184 .changeColor:hover .itemTitle {
	color: #6f93bd;
}
.TabW184 .itemFooter {
	margin-left: 4px;
	margin-right: 4px;
	height: 17px;
	font-size: 12px;
	color: #999999;
}
.TabW184 .itemFooter .icon {
	margin-top: 2px;
	margin-right: -2px;
	vertical-align: text-top;
	width: 11px;
	height: 12px;
}
.TabW184 .author {
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: default;
}
.TabW184 .liked {
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.HottestNewWork {
	padding-top: 32px;
	padding-bottom: 37px;
	margin: 0 auto;
	width: 1184px;
	height: auto;
	background: #fff;
}
.HottestNewWork h3.title {
	line-height: 32px;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.HottestNewWork .content {
	padding-top: 16px;
}
.HottestNewWork .content .margin16 {
	margin-right: 16px;
}
.HottestNewWork .content .item {
	display: block;
	width: 284px;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	box-shadow: 0px 1px 4px #ccc;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-radius: 4px;
	overflow: hidden;
}
.HottestNewWork .content .item:hover {
	-webkit-box-shadow: 0px 0px 30px #ccc;
	box-shadow: 0px 0px 30px #ccc;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.HottestNewWork .content .item:hover .imgBox .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.HottestNewWork .content .item .imgBox {
	position: relative;
	width: 100%;
	height: 375px;
	border-radius: 4px;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
}
.HottestNewWork .content .item .imgBox .img {
	background: no-repeat center center;
	background-size: cover;
	display: inline-block;
	height: 100%;
	width: 100%;
}
.HottestNewWork .content .item .imgBox .imgFooter {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 36px 12px 0;
	width: 100%;
	height: 64px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.64)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%);
	font-size: 14px;
	color: #fff;
}
.HottestNewWork .content .item .imgBox .imgFooter .icon {
	width: 16px;
	height: 16px;
	vertical-align: sub;
}
.HottestNewWork .content .item .imgBox .imgFooter .author {
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.HottestNewWork .content .item .imgBox .imgFooter .liked {
	max-width: 80px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.HottestNewWork .content .item .itemDetail {
	padding: 12px 12px 16px;
}
.HottestNewWork .content .item .itemDetail .title {
	height: 28px;
	line-height: 28px;
	/*font-family: PingFangSC-Medium;*/
	font-size: 20px;
	color: #4F4F53;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.HottestNewWork .content .item .itemDetail .intrTextBox {
	padding-top: 12px;
}
.HottestNewWork .content .item .itemDetail .intrTextBox .intr {
	height: 40px;
	line-height: 20px;
	/*font-family: PingFangSC-Regular;*/
	font-size: 14px;
	color: #B8B8B8;
	overflow: hidden;
}
.ScoreList.bg_1 {
	background: url(/ziyuan/static-kkfront-pc/image/rank_bg_up.09a832b.jpg) left top / cover no-repeat;
}
.ScoreList.bg_2 {
	background: url(/ziyuan/static-kkfront-pc/image/rank_bg_new.214fd38.jpg) left top / cover no-repeat;
}
.ScoreList.bg_3 {
	background: url(/ziyuan/static-kkfront-pc/image/rank_bg_hot.5fe228d.jpg) left top / cover no-repeat;
}
.ScoreList {
	color: #ffffff;
	padding-bottom: 36px;
}
.ScoreList .stance {
	display: none;
	margin: 0 !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden;
}
.ScoreList .list {
	margin: 0 auto;
	padding-top: 32px;
	width: 1184px;
	height: auto;
}
.ScoreList .list .titleTabs {
	padding-bottom: 8px;
}
.ScoreList .list .titleTabs span {
	margin-right: 42px;
	font-weight: lighter;
	font-size: 24px;
	cursor: pointer;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.ScoreList .list .titleTabs span:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.ScoreList .list .titleTabs span.active {
	font-weight: normal;
	font-size: 30px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.ScoreList .list .titleTabs .more {
	display: inline-block;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	width: 83px;
	text-align: center;
	border: 1px solid #ADAAAA;
	border-radius: 2px;
	font-weight: lighter;
	font-size: 16px;
	color: #EFEEEE;
	cursor: pointer;
}
.ScoreList .list .titleTabs .more:hover {
	opacity: 0.7;
	border: 1px solid #FFFFFF;
}
.ScoreList .list .listContent .margin16 {
	margin-right: 16px;
}
.ScoreList .list .listContent .item {
	display: inline-block;
	margin-top: 16px;
	width: 384px;
	height: 180px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
}
.ScoreList .list .listContent .item:hover {
	background: rgba(0, 0, 0, 0.3);
}
.ScoreList .list .listContent .item .imgBox {
	position: relative;
	height: 100%;
	width: 180px;
	border-radius: 4px;
	overflow: hidden;
	background: url(/ziyuan/static-kkfront-pc/image/default.39b2e70.png) no-repeat 50% #f8f7f7;
	background-size: 60%;
}
.ScoreList .list .listContent .item .imgBox:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.ScoreList .list .listContent .item .imgBox .img {
	position: absolute;
	top: -24px;
	width: 100%;
}
.ScoreList .list .listContent .item .itemDetail {
	padding-left: 12px;
	height: 100%;
	width: 180px;
}
.ScoreList .list .listContent .item .itemDetail p {
	font-size: 14px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.ScoreList .list .listContent .item .itemDetail .rank {
	padding-top: 18px;
	font-size: 0;
}
.ScoreList .list .listContent .item .itemDetail .rank .icon {
	margin-right: 12px;
	width: 66px;
	height: 22px;
	vertical-align: top;
}
.ScoreList .list .listContent .item .itemDetail .rank .changeIcon.nochange {
	padding-bottom: 5px;
}
.ScoreList .list .listContent .item .itemDetail .rank .change {
	padding-left: 3px;
	font-size: 14px;
	height: 100%;
	font-weight: lighter;
}
.ScoreList .list .listContent .item .itemDetail .title {
	padding-top: 8px;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	white-space: nowrap;/*font-family: PingFangSC-Medium;*/
}
.ScoreList .list .listContent .item .itemDetail .title:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.ScoreList .list .listContent .item .itemDetail .author {
	padding-top: 2px;
	height: 20px;
	opacity: 0.8;
	white-space: nowrap;
	font-weight: lighter;/*font-family: PingFangSC-Regular;*/
}
.ScoreList .list .listContent .item .itemDetail .intr {
	max-height: 40px;
	padding-top: 26px;
	opacity: 0.8;
	font-weight: lighter;
	overflow: hidden;
}
.Recommend {
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 122px;
	width: 1184px;
	height: auto;
	background: #fff;
}
.Recommend h3.title {
	line-height: 32px;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.Recommend .recommendList .padding16 {
	padding-right: 16px;
}
.show {
	display: block;
}
.ToTop {
	position: fixed;
	z-index: 998;
	left: 50%;
	margin-left: 610px;
	bottom: 30px;
	width: 40px;
	height: auto;
}
.ToTop .content {
	width: 200px;
}
.ToTop .content li {
	width: 40px;
	position: relative;
	display: block;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	/*margin-top: 8px;*/
	background: #fbfbfb;
	z-index: 1;
}
.ToTop .content li .icon {
	width: 64%;
	height: 100%;
	font-size: 20px;
	color: #555;
}
.ToTop .content li:hover {
	background-color: #eee;
}
.ToTop .content .code, .ToTop .content .light {
	position: relative;
	margin-top: 8px;
}
.ToTop .content .download {
	position: absolute;
	top: -26px;
	left: 146px;
	height: 136px;
	width: 136px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	background: url(/ziyuan/static-kkfront-pc/image/download.a411a29.png) center center / cover no-repeat;
	display: none;
}
.diffuseBox {
	position: fixed;
	left: 50%;
	margin-left: 572px;
	bottom: 130px;
	z-index: 10;
	width: 129px;
	height: 160px;
}
.diffuseBox .diffuse {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/ziyuan/static-kkfront-pc/image/comic_match_tip1.5d88010.png) center center / cover no-repeat;
}
.diffuseBox .diffuseDleBtn {
	position: absolute;
	top: -16px;
	right: 4px;
	width: 16px;
	height: 16px;
	background: url(/ziyuan/static-kkfront-pc/image/close_02.8ea24e8.png) center center / cover no-repeat;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
}

@media screen and (max-width: 1406px) {
.diffuseBox {
	left: 90%;
	margin-left: 0;
}
}

@media screen and (max-width: 1260px) {
.diffuseBox {
	left: 89%;
	margin-left: 0;
}
}

@media screen and (max-width: 1190px) {
.diffuseBox {
	display: none;
}
}
.Footer {
	width: 100%;
	min-width: 1184px;
	height: auto;
	background: #282828;
}
.Footer .footerContent {
	margin: 0 auto;
	padding: 27px 0 38px 0;
	width: 1184px;
}
.Footer .footerContent .topIcon {
	width: 100%;
	padding-bottom: 18px;
	height: 24px;
}
.Footer .footerContent .topIcon .weixin, .Footer .footerContent .topIcon .weibo {
	width: 24px;
	height: 24px;
}
.Footer .footerContent .topIcon .weixin {
	position: relative;
	margin-right: 25px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAs5JREFUSA21lVlPKkEQhYsdEVmNGjceTAgh/AD//6NP8iBLIIQY0LgCCgoKcvnqpjrDXEzug1YyGbq76tSpOtVDoFQqLeUXLfiL2Ar96wnC/gq+vr4kFotJPp+Xvb092d7elkgkIpPJRJ6fn+X+/l7G47GGBQIBf/g/64BpsFwuhYCjoyM5Pj6WeDyuzuybBYNBmc/n8vj4KN1uV97f3zXGzje9tQJAwuGwFItF2d/fd35U4zXzOzg4kHQ6LY1GQwaDgZD4O9MTAguFghAI6MfHhwyHQ1ksFmtxb29v8vr6qj5bW1uyql6SyaR4q1wLWC00wc7OjhweHmogbPr9vlxcXMjd3Z2yo3Ukq1arcnl5KZ+fnwqaSCTk9PTUj7m21hadnJxIKBRyTFKplLYKgWHHQ2LaRyLaSaXT6VS1Yghms5nq4W+Xinx+fi7RaNRlhjGPgdsBJACy9hHDxLH38vKievAmjnhMK/CCs+kHZo8AghlRKkQDA0EHxhodHx4epNPpaHWcqwaj0cg5A+Y3HBGYu2B3w1oBGdrF29pYqVSUgO4B1uv11MEPbGsAYA9LQLgLt7e37h5AgHHlfgBKhWdnZ0paK+CA0uix3wimxwiLmBjitlot1YKEgELy+vpafzMIkMlkMqIi44AO5XJZstmslmyJAHh6elIxvVNFEgTm3EgQY3qyd3Nz81cDFlyuq6srx4pAC9ZertZm+HMHOMc4JxmP1/BzHzsW9NbeCE9LYGQzz+SYAeo1/5ozxtklwIEWMIbtdltIYH2np7u7u5LL5ZStF3jTbyrjk0JrXd0wN/GYGJyMOZ8GPhvfDYI3CTi0G5LEuQpwAhDDycx+c9ZsNrUC7gLmbYv5MXG1Ws19ZdcSGOimNwAwqtfrWg3fJVpqQlM9LbX22P5/JyApSWBNq3gYALs7MAeUPysSoyFr94+2ifVP7DmRfwJsE8Yf9Z2zVrykG40AAAAASUVORK5CYII=) no-repeat center center;
}
.Footer .footerContent .topIcon .weixin:hover {
	background: url(/ziyuan/static-kkfront-pc/image/icon_weixin_hover.f45e43e.png) no-repeat center center;
}
.Footer .footerContent .topIcon .weixin:hover .weixin_code {
	display: block;
}
.Footer .footerContent .topIcon .weixin .weixin_code {
	position: absolute;
	top: -123px;
	left: -41px;
	width: 110px;
	height: 120px;
	z-index: 10;
	display: none;
}
.Footer .footerContent .topIcon .weixin .weixin_code img {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1184px) {
.Footer .footerContent .topIcon .weixin .weixin_code {
	width: 75px;
	height: 85px;
	top: -85px;
	left: -22px;
}
}
.Footer .footerContent .topIcon .weibo {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAArZJREFUSA3VlFlPYkEQhYtFRBGQVYzsIUbggfD//wS8AAkYMAIKKmER1AAy+SrTN7gwmYzhYSq56dt9u86pOlV1bVdXVxvZo9n3iK3Q/z+B818l2mw2EolEJJvNyvHxsby+vkq325W7uztZrVZis9n+XiLA3t/fhXXbQqGQHBwcyGKx0PXy8lJKpZJ4vV69z13bn7oIULvdLh6PR1wulwIRqYnO6XSKw+GQ9XotbrdbEomExGIxeX5+lkqlIsvlUnZKBPjp6akkk0nx+/0C2Hw+l2q1qo5EBzCggD88PEi9XtdvnOF3fX39lQAZiDCVSukDMGc8aH10dCQvLy9KSHa8Q4Q82O3trUSjUc3kWwLAM5mMggNKJsbYn5ycSDAYFPSHfDweS6PR0HfOn56etODUAfsgEQAmcgMMIY8xImVvvp+fn8tgMFD5qBOkrNPpVF0sAhzC4bAVOelzhgR0Ca2HoTdSAUJAnFPM0WikDYGEnPd6Pb1vdRHdUC6XVQKAKRqX6AgMJ7SG+PDwUM7OzrSQ7M1d5GJvOgs/KwNSRV9Ams2m9Pt9jZJ60EU4AdDpdDSrdrut5IVCQQtKTWq1mtbg20GjtbD7+3uNHC2LxaKk02klQJp4PK6TS5Q8yILWZMfAMQPYds2snx0RcvHx8VFXZoDIIQSI9kNr0z0AGdnMO+tnswiGw6GlH44UcTKZ6ETSz0hIVqRPjbhDVsjKO0Yg5t0QWQRE+Pb2JhcXF5rubDZTwFwuJzyAAXxzc6OZIAnndA1y0f8mSAPOanURzvwd8/m8Rt5qtdSRqaQtIUcuNA8EAjqMDBZNgaw0Bne29f9AwAYSJpBh4wdH/yMTjkRJtNTG5/MpEN/4RZu6fQb/QsCB0RAwIqWokLHHmAu0Rg4zgJDvMkuiXRd+er6b+qfIv/33TvAL4cWsn5WNsW8AAAAASUVORK5CYII=) no-repeat center center;
}
.Footer .footerContent .topIcon .weibo:hover {
	background: url(/ziyuan/static-kkfront-pc/image/icon_weibo_hover.2b9316f.png) no-repeat center center;
}
.Footer .footerContent .footerCon {
	padding-bottom: 25px;
	border-bottom: 1px solid #333;
}
.Footer .footerContent .footerCon .footerLeft {
	height: auto;
}
.Footer .footerContent .footerCon .footerLeft .oneLine {
	padding-bottom: 10px;
	line-height: 14px;
	font-size: 14px;
	text-align: left;
	color: #999;
}
.Footer .footerContent .footerCon .footerLeft .twoLine, .Footer .footerContent .footerCon .footerLeft .threeLine {
	font-size: 12px;
	color: #999;
	line-height: 12px;
}
.Footer .footerContent .footerCon .footerLeft .twoLine {
	padding-bottom: 5px;
}
.Footer .footerContent .footerCon .footerRigth {
	height: auto;
}
.Footer .footerContent .footerCon .footerRigth ul li {
	float: left;
	padding-right: 36px;
	width: 54px;
}
.Footer .footerContent .footerCon .footerRigth ul li a {
	line-height: 16px;
	font-size: 12px;
	color: #999;
}
.Footer .footerContent .footerCon .footerRigth ul li a:hover {
	color: #f1f1f1;
}
.Footer .footerContent .footerCon .footerRigth ul .last {
	padding: 0;
}
.Footer .footerContent .footerCon .footerRigth .oneLine {
	padding-bottom: 12px;
}
.Footer .footerContent .bottomText {
	padding-top: 20px;
}
.Footer .footerContent .bottomText .text {
	text-align: center;
}
.Footer .footerContent .bottomText .text span {
	line-height: 12px;
	font-size: 12px;
	color: #999;
}
.Footer .footerContent .bottomText .text a {
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.Footer .footerContent .bottomText .text a:hover {
	color: #f1f1f1;
}
.Footer .footerContent .bottomText .text a:hover span {
	color: #f1f1f1;
}
.Footer .footerContent .bottomText .text a img {
	width: 12px;
	height: 12px;
}
.Footer .footerContent .bottomText .text .spacer {
	line-height: 12px;
	font-size: 12px;
	color: #4D4D4D;
}
.Footer .footerContent .bottomText .newText {
	padding-top: 10px;
}
.Footer .footerContent .bottomText .hasPop {
	position: relative;
}
.Footer .footerContent .bottomText .hasPop:hover .pop {
	display: block;
}
.Footer .footerContent .bottomText .hasPop .pop {
	display: none;
	position: absolute;
	left: 0;
	top: -32px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #ddd;
	padding: 6px;
	font-size: 16px;
	border-radius: 4px;
	font-family: monospace;
	color: #fff;
}
.Footer .footerContent .bottomText .hasPop .pop i {
	position: absolute;
	right: 9px;
	bottom: -6px;
	width: 0;
	height: 0;
	border-top: 6px solid rgba(255, 255, 255);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.somethingWrong[data-v-7d6af5f5] {
  padding: 23.5px 0 48px;
  margin: 0 auto;
  width: 1184px;
}
.somethingWrong .imgBox[data-v-7d6af5f5] {
  margin: 0 auto;
  width: 280px;
  height: 200px;
}
.somethingWrong .imgBox .img[data-v-7d6af5f5] {
  width: 100%;
  height: 100%;
}
.somethingWrong .imgBox .serverException[data-v-7d6af5f5] {
  background: url(/ziyuan/static-kkfront-pc/image/server_exception.8df8320.png) center center / cover no-repeat;
}
.somethingWrong .imgBox .noResult[data-v-7d6af5f5] {
  background: url(/ziyuan/static-kkfront-pc/image/no_result.0a36be3.png) center center / cover no-repeat;
}
.somethingWrong .text[data-v-7d6af5f5] {
  /*font-family: PingFangSC-Regular;*/
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
}
html {
  height: 100%;
}
body {
  position: relative;
  height: auto;
  min-height: 100%;
}
.Error .content {
  margin: 0 auto;
  width: 1184px;
  padding-top: 8%;
  text-align: center;
}
.Error .content .message {
  padding-top: 20px;
}
.Error .footerBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ContributeArea {
  margin: 32px auto 0;
  width: 1184px;
  height: auto;
  background: #fff;
}
.ContributeArea .header h3.title {
  margin-right: 30px;
  line-height: 32px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.ContributeArea .header .tab {
  margin-top: 6px;
  font-size: 0;
}
.ContributeArea .header .tab .tab-item {
  display: inline-block;
  margin-right: 30px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.ContributeArea .header .tab .tab-item.active {
  color: #F5A623;
}
.ContributeArea .header .more {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 59px;
  text-align: center;
  border: 1px solid #EDEFF2;
  border-radius: 2px;
  /*font-family: PingFangSC-Regular;*/
  font-size: 16px;
  color: #92939B;
  cursor: pointer;
}
.ContributeArea .header .more:hover {
  border: 1px solid #DCDFE6;
  color: #868890;
}
.ContributeArea .content .item {
  padding-right: 16px;
}
.ContributeArea .content .item:nth-child(6n) {
  padding-right: 0;
}
.ContributeArea .itemFooter {
  display: none;
}