@charset "utf-8";
.s_title{font-size:16px;color:#333;line-height:1}@font-face{font-family:ca650ec9-d9eb-4143-9a39-2368e1ba13bd;src:url(https://omo-oss-file.thefastfile.com/portal-saas/new2021111515325600134/cms/file/ca650ec9-d9eb-4143-9a39-2368e1ba13bd.ttf) format("truetype");font-alias:PoppinsR}@font-face{font-family:a945e640-f179-4fd6-9f5e-1c9449c4f726;src:url(https://omo-oss-file.thefastfile.com/portal-saas/new2021111515325600134/cms/file/a945e640-f179-4fd6-9f5e-1c9449c4f726.ttf) format("truetype");font-alias:PoppinsM}@font-face{font-family:"98123a71-7071-482d-815a-c94cd0f0d571";src:url(https://omo-oss-file.thefastfile.com/portal-saas/new2021111515325600134/cms/file/98123a71-7071-482d-815a-c94cd0f0d571.ttf) format("truetype");font-alias:PoppinsB}.s_title.clearfix p,.s_title.clearfix p span{font-size:inherit!important;line-height:inherit!important}.reset_style,body{word-break:inherit}.yellow{position:relative;width:100%;height:100%;display:block}.yellow span{width:10px;height:10px;background:#4c97f2;border-radius:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.pulse-wrapper{position:absolute;left:0}.pulse-wrapper a{cursor:initial}.pulse-1,.pulse-2{width:80px!important;height:80px!important;position:relative;color:transparent;background:rgba(255,255,255,.1);border-radius:50%;float:right;text-indent:9999px}.pulse-1:before,.pulse-2:before{content:'';width:40px;height:40px;position:absolute;background:rgba(255,255,255,.45);border-radius:50%;display:none;left:50%;top:50%;margin-left:-20px;margin-top:-20px}.pulse-1:after,.pulse-2:after{content:'';width:20px;height:20px;display:none;position:absolute;background:#fff;border-radius:50%;left:50%;top:50%;margin-left:-10px;margin-top:-10px}.pulse-1{-webkit-animation:runpulse 3s infinite linear;-moz-animation:runpulse 3s infinite linear;-ms-animation:runpulse 3s infinite linear;-o-animation:runpulse 3s infinite linear;animation:runpulse 3s infinite linear}.pulse-2{-webkit-animation:runpulse 3s infinite linear;-moz-animation:runpulse 3s infinite linear;-ms-animation:runpulse 3s infinite linear;-o-animation:runpulse 3s infinite linear;animation:runpulse 3s infinite linear;animation-delay:1.5s}@keyframes runpulse{0%{opacity:1;-moz-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}50%{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}100%{opacity:0}}




/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:3px 8px;
	margin:0 2px;

}
.pagination span {
	color: #333;
	font-size:14px;
	padding:3px 2px;
	margin:0 2px;

}
.pagination a:hover {
	color:#b41d47;
	border:1px solid #b41d47;
}
.pagination a.page-num-current {
	color:#fff;
	background:#b41d47;
	border:1px solid #b41d47;
}
/* ----- PB分页数字条效果 结束 ----- */