.guest_points,
#content .container{
	margin-bottom: 60px;
}
#jb_guest_points{
	width: 50%;
}
.guest_points ul li{
	float: left;
	width: 14%;
	margin-right: 6%;
	margin-bottom: 2%;
	position: relative;
}
.guest_points ul li > a{
	display: block;
}
.guest_points ul li .info{
	position: relative;
	height: 100%;
}
.guest_points ul li .info .info_img{
	position: absolute;
	z-index: 2;
}
.guest_points ul li .info .info_img,
.guest_points ul li .info .info_info{
	width: 100%;
	height: 100%;
}
.guest_points ul li .info .info_info{
	position: absolute;
	z-index: 3;
	color: #ffffff;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 0;
	height: max-content;
	font-size: 12px;
}
.guest_points ul li .info_more{
	position: absolute;
	z-index: 4;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	height: 100%;
	color: #ffffff;
	width: 100%;
	font-size: 12px;
	padding: 4px;
	opacity: 0;
}
.guest_points ul li:hover .info_more{
	opacity: 1;
	transition: all 0.35s ease;
}
.guest_points ul li .info .info_info .info_zw{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.guest_points ul li .info .info_img img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
#content .jb_title p{

	font-size: 28px;
	font-family: '思源黑体';
	font-weight: bold;
	color: #E73F7F;
	text-align: center;
	line-height: 24px;
	position: absolute;
	padding-left: 42%;
}

#content .jb_title{
	margin: 48px 0px 12px;
	height: 48px;
	position: relative;
}

.layui-form-label{
	font-size: 16px;
	font-family: '思源黑体';
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	width: 50px;
	padding: 9px 0;
	line-height: 24px;
}
.layui-input-block{
	margin-left: 58px;
}
.layui-input, .layui-select, .layui-textarea{
	background: transparent;
	border-color: #E73F7F;
}
.layui-form-select dl dd.layui-this{
	background-color: #0E70B6;
}
.layui-form-select dl dd{
	color: #000;
}
#footer{
	background: #fff;
	border: none;
	position: fixed !important;
	bottom: 0px;
	width: 100%	;
}
#copyrights {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 6px;
}
#copyrights a{
	color:#051562;
}
#copyrights a:hover{
	color: #001b6a;
}

.box_area,
#content .jb_title p{
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.box_area::before,
#content .jb_title p::before{
	margin-left: -10px;
	transform: translateX(-100%);
}
.box_area::after,
#content .jb_title p::after{
	margin-left: 10px;
}
.box_area::after, .box_area::before {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background: #ffffff;
}
#content .jb_title .box_area{
	font-size: 28px;
	color: #E73F7F;
	display: none;
}
#content .jb_title .box_area.active{
	display: block;
}
.guest_points ul li > a {
	background-color: #D8D8D8;
	border-radius: 11px;
	overflow: hidden;
}
.guest_points ul li .info .info_info {
	padding-top: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	transition: padding 0.6s ease 1s;
	background: none;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.guest_points ul li .info .info_info .info_name, .guest_points ul li .info_more .info_name {
	font-size: 14px !important;
}
.guest_points ul li .info .info_info .info_zw, .guest_points ul li .info_more .info_zw {
	font-size: 12px !important;
}

.guest_points ul li .info_more {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #333333;
	border-radius: 11px;
	overflow: hidden;
	transition: all 0.5s ease;
	background: linear-gradient(144deg, #c2d2f3 0%, #e4edff 33%, #d0defa 62%, #c2d2f3 100%);
}
.guest_points ul li .info_more .info_zw {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.show_more {
	display: block;
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-size: 12px !important;
	color: #333333;
}

.m_l_80 {
	margin-left: 84px;
}
.load_more {
	font-size: 14px;
}
.load_more::after, .load_more::before {
	opacity: 0.5;
}
#click_load_more::after, #click_load_more::before {
	height: 0;
}

@media (max-width: 768px) {
	.guest_points ul li{
		float: left;
		width: 47%;
		margin-right: 0;
		margin-bottom: 5%;
		position: relative;
	}
	#jb_guest_points{
		width: 100%;
	}
	#primary-menu-trigger{
		display: none;
	}
	#content .jb_title .box_area{
		font-size: 20px;
	}
	#content .jb_title{
		margin: 48px 0px -2px;
	}
	.layui-form-select dl{
		width: 100%;
	}
	.guest_points ul li:nth-child(odd){
		margin-right: 6%;
	}
	.guest_points ul li .info_more .info_zw{
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}