.pk-home-slider-1 {
	width: 100%;
	height: 320px;
	overflow: hidden;
	border-radius: 4px;
}

.pk-home-slider-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.05);
}

.pk-home-slider-1 p.bg {
	width: 100%;
	height: 0px;
	background-color: rgba(51, 51, 51, 0.5);
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 0;
	left: 0;
	transition: height 0.3s ease;
}

.pk-home-slider-1 p.txt {
	width: 100%;
	height: 0px;
	line-height: 48px;
	font-size: 14px;
	padding: 0 15px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}

._homenewlist>div:nth-of-type(1)>div {
	border-top: solid 1px rgba(194, 213, 227, 0.5);
	border-left: solid 1px rgba(194, 213, 227, 0.5);
	background: linear-gradient(to top, rgba(229, 237, 242, 0.3), rgba(255, 255, 255, 0.3));
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	cursor: pointer;
	color: #444;
	transition: all 0.3s ease;
}

._homenewlist>div:nth-of-type(1)>div:hover {
	background: rgba(229, 237, 242, 0.5);
}

._homenewlist>div:nth-of-type(1)>div:active,
._homenewlist>div:nth-of-type(1)>div.pk-active {
	background: rgba(194, 213, 227, 0.5);
}

._homenewlist>div:nth-of-type(1)>div.pk-active {
	cursor: default;
	color: #000;
}

._homenewlist>div:nth-of-type(1)>div:last-child {
	border-right: solid 1px rgba(194, 213, 227, 0.5);
}

._homenewlist>div:nth-of-type(2) {
	border: solid 1px rgba(194, 213, 227, 0.5);
	border-top: none;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

._homenewlist ul {
	background-image: url(../img/point.png);
	background-position: -2px 5px;
	background-size: 26px 26px;
	background-repeat: repeat-y;
	padding: 5px 10px 5px 25px;
}

._homenewlist ul li {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

._homenewlist ul li:last-child {
	border-bottom: none;
}

._homenewlist ul li a {
	color: #444;
	transition: color 0.2s ease;
}

._homenewlist ul li a:hover {
	color: #09f;
}

.pk-kxpc-rl {
	padding: 15px;
	border-radius: 4px;
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
}

.pk-kxpc-rl>div {
	height: 32px;
	line-height: 32px;
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	padding-left: 26px !important;
}

.pk-kxpc-rl>div:nth-of-type(1) {
	height: 36px;
	line-height: 24px;
	color: #444;
	font-size: 16px;
	background-repeat: no-repeat;
	padding-left: 29px !important;
	background-size: 24px 24px;
	border-bottom: solid 1px rgba(238, 238, 238, 0.2);
	margin-bottom: 10px;
}

.pk-kxpc-forum-base {
	padding: 15px 0;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	backdrop-filter: blur(5px);
}

.pk-kxpc-forum-base ul {
	padding-left: 40px;
	width: 100%;
	list-style: none;
	float: left;
}

.pk-kxpc-forum-base ul li {
	float: left;
	background-image: url(../img/forum_base.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 20%;
	line-height: 40px;
	height: 40px;
	color: #333;
	font-size: 16px;
}

.pk-kxpc-forum-base ul li:nth-of-type(1) {
	background-position: 0 6px;
}

.pk-kxpc-forum-base ul li:nth-of-type(2) {
	background-position: 0 -45px;
}

.pk-kxpc-forum-base ul li:nth-of-type(3) {
	background-position: 0 -94px;
}

.pk-kxpc-forum-base ul li:nth-of-type(4) {
	background-position: 0 -189px;
}

.pk-kxpc-forum-base ul li:nth-of-type(5) {
	background-position: 0 -146px;
}

.pk-kxpc-forum-list,
.pk-kxpc-friendlinks {
	padding: 15px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	backdrop-filter: blur(5px);
}

.pk-kxpc-forum-list>div:nth-of-type(1),
.pk-kxpc-friendlinks>div:nth-of-type(1) {
	font-size: 16px;
	color: #444;
	border-bottom: solid 1px rgba(238, 238, 238, 0.2);
	height: 36px;
	line-height: 24px;
	margin-bottom: 15px;
	display: table-cell;
	vertical-align: bottom;
	padding-left: 29px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.pk-kxpc-forum-list .forumlist {
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(1),
.pk-kxpc-forum-list .forumlist>div:nth-of-type(2) {
	float: left;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(1) {
	width: 96px;
	height: 96px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(1) img {
	float: left;
	width: 96px;
	height: 96px;
	cursor: pointer;
	object-fit: cover;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(2) {
	width: 250px;
	padding-left: 10px;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(2)>div:nth-of-type(1) {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 5px 0;
	color: #444;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(2)>div:nth-of-type(2) {
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
}

.pk-kxpc-forum-list .forumlist>div:nth-of-type(2)>div:nth-of-type(3) {
	padding-top: 5px;
	font-size: 14px;
	display: block;
	color: #777;
}

.pk-kxpc-friendlinks>div:nth-of-type(2) a {
	float: left;
	width: 12.5%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	padding: 2px 7px;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.pk-kxpc-friendlinks>div:nth-of-type(2) a:hover {
	text-decoration: underline;
	background-color: rgba(0, 0, 0, 0.05);
	color: #09f;
}

/* 新增样式 */
.pk-background-color-white {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.pk-transparent-bg {
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	transition: background-color 0.3s ease;
}