@font-face {
	font-family: HiraginoSansGB;
	/*src: url('../zt/Hiragino\ Sans\ GB.ttc');*/
	src: url('/res/plugins/zt/Hiragino Sans GB.ttc');
}
body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: HiraginoSansGB;
}
.exponent_search {
	width: 100%;
	height: 220px;
}
.exponent_search .exponent_search_cont {
	max-width: 595px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.exponent_search .exponent_search_input {
	max-width: 1051px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #979797;
}
.exponent_search .exponent_search_title {
	font-size: 24px;
	font-family: HiraginoSansGB;
	font-weight: normal;
	color: #ffffff;
	margin-left: 20px;
}
.exponent_container {
	width: 100%;
	/* min-height: 1171px; */
	background: #f9f9f9;
	padding-top: 30px;
}
.exponent_container .exponent_content {
	width: 1200px;
	/* height: 600px; */
	margin: 0 auto;
}
.exponent_container .exponent_content .synthete {
	width: 100%;
	/* height: 600px; */
}
.exponent_container .exponent_content .synthete .synthete_left {
	width: 252px;
	height: 100%;
	background: #ffffff;
	border-radius: 4px;
	float: left;
	text-align: center;
}
.exponent_container .exponent_content .synthete .synthete_left .synthete_left_title {
	width: 100%;
	height: 63px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 63px;
	display: table;
	margin: auto;
	font-family: HiraginoSansGB;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.exponent_container .exponent_content .synthete .synthete_left .synthete_active {
	color: #333333;
}
.exponent_container .exponent_content .synthete .synthete_left .synthete_active .active {
	border-left: solid 6px #f26066;
	font-family: HiraginoSansGB;
	font-weight: normal;
	color: #d80110;
}
.exponent_container .exponent_content .synthete .synthete_left .synthete_text {
	line-height: 38px;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	border-left: solid 6px #ffffff;
}
.exponent_container .exponent_content .synthete .synthete_left .img_logo {
	display: inline-block;
	width: 20px;
	height: 25px;
}
.exponent_container .exponent_content .synthete .synthete_right {
	background: #ffffff;
	border-radius: 4px;
	float: right;
	width: 100%;
	/* width: 938px; */
	height: 100%;
	position: relative;
}
.exponent_container .exponent_content .synthete .synthete_right .synthete_table {
	width: 100%;
	background: #ffffff;
	/* border-top: 1px solid #f1f1f1; */
}
.exponent_container .exponent_content .synthete .synthete_right .synthete_table tr {
	height: 64px;
	line-height: 64px;
}
.exponent_container .exponent_content .synthete .synthete_right .synthete_table th {
	font-size: 14px;
	font-family: HiraginoSansGB;
	font-weight: normal;
	color: #665f60;
	line-height: 24px;
	text-align: center;
	/* border-bottom: 1px solid #f1f1f1; */
}
.exponent_container .exponent_content .synthete .synthete_right .synthete_table td {
	font-size: 14px;
	font-family: H iraginoSansGB;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 24px;
	/* border-bottom: 1px solid #f1f1f1; */
}
.exponent_container .exponent_content .synthete .synthete_right .synthete_table .special {
	width: 28px;
	height: 28px;
	color: #ffffff;
	background: linear-gradient(#f98f95, #f26066);
	border-radius: 50%;
	line-height: 28px;
	margin: auto;
}
.exponent_container .exponent_content .synthete .synthete_right .morelists {
	position: absolute;
	right: 14px;
	bottom: 30px;
	font-size: 14px;
	font-family: HiraginoSansGB;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}
