body {
	background-color: #ededef;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体";
}

.pk-container {
	padding: 0;
}

._t_lofter_nav {
	background: #1F1F1F;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

._t_lofter_nav>.pk-container>.pk-row>div {
	height: 64px;
	line-height: 64px;
}

._t_lofter_nav ul {
	float: left;
	list-style: none;
}

._t_lofter_nav ul li {
	float: left;
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
}

._t_lofter_nav ul li a {
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
	transition-property: color;
	transition-duration: 300ms;
	transition-timing-function: ease;
}

._t_lofter_nav a:hover {
	color: #FFFFFF;
}

.read-list a:hover,
._listbar a:hover,
._readbox a:hover,
._footer a:hover {
	color: #7594b3;
}

._labelbtns #forumlabel {
	padding: 0;
	margin-bottom: 25px;
}

._labelbtns #forumlabel>a {
	display: inline-block;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .32);
	height: 32px;
	line-height: 32px;
	border: none;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 0;
	/* color: #666; */
	margin-right: 10px;
}

._labelbtns #forumlabel>a.pk-active {
	background-color: #999;
}

._labelbtns #forumlabel>a::before {
	margin-right: 5px;
}

._userinfobar {
	padding: 15px 0;
}

._userinfobar>p {
	position: relative;
	padding-left: 80px;
	/* margin-bottom: 10px; */
	font-size: 14px;
	line-height: 30px;
	color: #333;
	height: 30px;
}

._userinfobar>p>span:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	height: 30px;
	text-align: right;
	width: 70px;
}

#showUserInfo {
	position: absolute;
	top: 0;
	left: 0;
	width: 334px;
	height: 160px;
	/* padding: 10px; */
	border: 1px solid #202020;
	/* border-radius: 4px; */
	background-color: #191919;
	box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
}

#showUserInfo>div {
	position: relative;
	padding-left: 85px;
	width: 100%;
	height: 150px;
	padding-top: 10px
}

#showUserInfo>div>img {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

#showUserInfo>div>p {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#showUserInfo>div>p:nth-of-type(1) {
	position: absolute;
	top: 75px;
	width: 60px;
	text-align: center;
	left: 15px;
}

#showUserInfo>div>p:nth-of-type(2) {
	font-size: 16px;
	color: #ccc;
	margin-bottom: 12px;
	width: 77%;
}

#showUserInfo>div>p:nth-last-of-type(1) {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 14px;
	color: orangered;
}

#showUserInfo>div>div {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	font-size: 13px;
	padding: 15px;
}

#showUserInfo>div>div>a {
	float: left;
	width: 69px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: -webkit-linear-gradient(top, #84af00 0%, #79a200 100%);
	color: #fff;
	border-radius: 2px;
}

#showUserInfo>div>div>a:hover {
	opacity: .7;
}

#showUserInfo>div>div>a:active {
	border-color: #00CCCC;
	background: #E0FFFF;
}

#showUserInfo>div>div>a:nth-of-type(2) {
	margin: 0 8px;
}

#showUserInfo>div>div>a:nth-of-type(3) {
	margin-right: 8px;
}

#listpages ul {
	list-style: none;
}

#listpages ul li {
	display: inline-block;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .32);
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #333;
}

#listpages ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#listpages ul li a:hover,
#listpages ul li a[href="javascript:;"] {
	background-color: #f3f3f3;
}

.a-p-p-main::before {
	display: table;
	clear: both;
	content: " ";
}

.a-p-p-main {
	margin-top: 15px;
	padding-top: 5px;
	border-top: solid 1px #eee;
	float: left;
}

.a-p-p-main .pk-w-sm-12 {
	padding: 0;
}

.read-list>.pk-w-sm-12 {
	padding-right: 0;
	padding-left: 109px;
}

._listimg {
	float: left;
	width: 164px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer
}

._readhead {
	margin-bottom: 40px;
	padding: 25px 30px;
	background: #fff;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

._readbox {
	padding: 25px 30px;
	padding-left: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
}

.pk-background-color-primary {
	background-color: #1F1F1F !important;
}

#sliderarticlelist .pk-btn-primary {
	background-color: #1F1F1F;
}

.woshixialacaidantadie2b {
	position: absolute;
	width: 120px;
	visibility: hidden;
	font-size: 12px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .32);
	background-color: #1F1F1F;
	z-index: 999;
	top: 54px;
	border-radius: 2px;
	padding: 10px 0;
}

.woshixialacaidantadie2b>a {
	color: #FFFFFF;
	width: 100%;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	/* margin-bottom: 10px; */
}

.pbl {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.pbl>div {
	padding: 0 10px;
	/* margin-bottom: 10px; */
	/* z-index: 10; */
	transition: 0.25s;
	position: absolute;
}

.pbl>div>div {
	/* padding: 10px; */
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	color: #444;
	margin-bottom: 20px;
	box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.pbl>div ._user {
	padding: 0 10px;
	height: 58px;
	position: relative;
	padding-left: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #ededef;
}

.pbl>div ._user img {
	/* border-radius: 19px; */
	width: 38px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.pbl>div ._user button {
	position: absolute;
	top: 14px;
	right: 10px;
	border: 1px solid #9ac600;
	color: #9ac600;
	background-color: transparent;
	line-height: 28px;
}

.pbl>div ._img::after {
	display: table;
	content: " ";
	clear: both;
}

.pbl>div ._img img {
	float: left;
	width: 100%;
	transition: 0.25s;
	cursor: pointer;
}

.pbl>div:hover ._img img {
	z-index: 100;
	transition: 0.25s;
	overflow: hidden;
	animation: bounceIn 0.25s ease-in 2 alternate;
}

.pbl>div ._title {
	padding: 12px 15px;
	word-break: break-all;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	letter-spacing: 1px;
}

.pbl>div ._looknum {
	padding: 0 10px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #aaa;
	border-top: 1px solid #ededef;
	text-align: right;
}

@keyframes bounceIn {
	100% {
		transform: scale(1.07);
	}
}

.pbl-mask {
	position: absolute;
	padding-top: 25%;
	padding-bottom: 25%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	background-color: #ededef;
	font-size: 24px;
	color: #777;
}

._readbar a {
	background-color: #828d95;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 12px 10px 0;
	color: #FEFEFE;
	white-space: nowrap;
	border-radius: 15px;
	font-size: 12px;
}

._readbar a:hover {
	background-color: #4d4d4d;
}

.readcontent img {
	max-width: 100%;
}

.readcontent a,
.replycontent a {
	color: #7acece;
}

.readcontent a:hover,
.replycontent a:hover {
	text-decoration: underline;
	opacity: .9;
}

@media screen and (min-width:1000px) {
	._listmain {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 1000px) {
	body {
		background-color: #383e42;
	}

	._listmain {
		padding-left: 10px;
	}

	.read-list>.pk-w-sm-12 {
		padding-left: 0;
	}

	._listimg {
		width: 100%;
		margin-right: 0;
	}

	._readhead {
		margin-bottom: 0;
		box-shadow: none;
	}

	._readbox {
		box-shadow: none;
		border-top: solid 1px #eee;
	}
}
