#ZJ_synopsis {
	width: 400px;
	height: 100%;
	position: fixed;
	left: 60px;
	top: 0;
	background-color: rgba(0, 0, 0, .53);
	z-index: 999;
	padding: 20px;
	display: none;
	overflow: auto;
}

/* 滚动条 */
#ZJ_synopsis::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#ZJ_synopsis::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(23, 23, 24, 0.2);
}

#ZJ_synopsis::-webkit-scrollbar-track {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: rgba(82, 81, 81, 0.1);

}

#ZJ_synopsis>.details {
	width: 100%;
	margin: auto;
	background: rgba(0, 0, 0, .4);
	border-radius: 17px;
	text-align: center;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 30px;

}

#ZJ_synopsis>.details>h3 {
	color: rgba(133, 194, 253, 100);
	font-size: 20px;
	display: inline-block;
}

#ZJ_synopsis>.details>ul>li {
	color: rgba(242, 242, 242, 100);
	font-size: 14px;
	text-align: left;
}

/* 专家 */
#expert_content {
	width: 400px;
	height: 100%;
	position: fixed;
	left: 60px;
	top: 0;
	background-color: rgba(0, 0, 0, .53);
	z-index: 999;
	padding: 50px 30PX;
	margin: auto;
	overflow: auto;
	display: none;
	text-align: center;
}

#expert_content>h3 {
	width: 100%;
	height: 31px;
	line-height: 31px;
	border-radius: 4px;
	background-color: #0D7CE4;
	background: -webkit-linear-gradient(#EAAE00, rgba(6, 223, 249, 0));
	color: rgba(255, 255, 255, 100);
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

#expert_content>ul {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 滚动条 */
#expert_content::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#expert_content::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(23, 23, 24, 0.2);
}

#expert_content::-webkit-scrollbar-track {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: rgba(82, 81, 81, 0.1);

}

#expert_content>ul>li {
	padding: 0 !important;
	width: 86px !important;

}

#expert_content>ul>li>a {
	display: inline-block;
	margin: 10px 0;
}

#expert_content>ul>li>a>img {
	width: 85px !important;
	height: 85px !important;
	border-radius: 91px;
}

#expert_content>ul>li>a>span {
	display: inline-block;
	color: #fff !important;
	margin-top: 10px !important;
	text-align: center;
}

/* 议程 */
#ZJ_friends {
	width: 400px;
	height: 100%;
	position: fixed;
	left: 60px;
	top: 0;
	background-color: rgba(0, 0, 0, .53);
	z-index: 999;
	padding: 50px 30PX;
	display: none;
	overflow: auto;
}

/* 滚动条 */
#ZJ_friends::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#ZJ_friends::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(23, 23, 24, 0.2);
}

#ZJ_friends::-webkit-scrollbar-track {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: rgba(82, 81, 81, 0.1);

}

#ZJ_friends>.agenda {
	width: 100%;
	margin: auto;
	text-align: center;
}

#ZJ_friends>.agenda>h3 {
	width: 100%;
	height: 31px;
	line-height: 31px;
	border-radius: 4px;
	background-color: #0D7CE4;
	background: -webkit-linear-gradient(#0D7CE4, rgba(6, 223, 249, 0));
	color: rgba(255, 255, 255, 100);
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

.layui-timeline {
	margin-top: 30px;
	padding-left: 10px;
}

.layui-timeline-axis {
	background-color: #0ED8F7;
}

.layui-text {
	line-height: 22px;
	font-size: 14px;
	color: #f2f2f2;
	text-align: left;
}

.layui-text h3 {
	font-size: 16px !important;
	text-align: left;
	color: #EAAE00 !important;
}

.layui-timeline-item {
	padding: 3px 0 !important;
}

.layui-text ul li {
	list-style: none !important;
	padding: 0 !important;
}

.layui-text ul li a {
	padding: 0 !important;
	margin-top: 0px;
	list-style: none;
	color: #c0bebe !important;
}

.layui-timeline-content>a>p {
	color: #f2f2f2;
}

.layui-text ul {
	padding: 5px 0 5px 15px;
}

.OS_list>ul>li>a>span {
	text-align: center;
	display: inline-block;
}
