.mr4 {
	margin-right: 4px;
}

.mr8 {
	margin-right: 8px;
}

/**/
.page-banner {
	padding: 0;
	height: 400px;
}
.page-banner2 {
	padding: 0;
	height: 500px;
}

.fc-banner {
	background: #EBF5FF url(../images/fc-banner-bg.webp) no-repeat center;
	display: flex;
	align-items: center;
}
.fv-banner {
	background: #D8FFF5 url(../images/pag-finevoice-banner.webp) no-repeat center;
	display: flex;
	align-items: center;
}

.si-banner {
	background: #FFF2F1 url(../images/page-singify-banner.webp) no-repeat center;
	display: flex;
	align-items: center;
}
.fv-rt-banner {
	background: #D8FFF5 url(../images/fv-reltime-banner.webp) no-repeat center;
	display: flex;
	align-items: center;
}
.vt-rt-banner {
	background: #F1E2FF url(../images/vt-reltime-banner.webp) no-repeat center;
	display: flex;
	align-items: center;
}

.pg-list-txt {
	padding: 0 30px;
}

.pg-list-txt h2 {
	font-size: 30px;
}

.pg-list-txt ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pg-list-txt ul li {
	font-size: 16px;
	padding: 8px 0 8px 36px;
	color: #555;
	position: relative;
}

.pg-list-txt ul li:before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/ic-banner-sel.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 6px;

}
.pg-list-txt ul li a{
	color:#ff4218;
	text-decoration: underline;
}
.pg-btn {
	display: inline-block;
	border-radius: 8px;
	background: #202020;
	color: #fff;
	padding: 16px 70px 16px 70px;
	position: relative;
	font-weight: 500;
}

.pg-btn:hover {
	color: #fff;
	background: #3a3a3a;
}
.pg-win-btn {
	display: inline-block;
	border-radius: 8px;
	background: #202020;
	color: #fff;
	padding: 16px 30px 16px 70px;
	position: relative;
	font-weight: 500;
}

.pg-win-btn:hover {
	color: #fff;
	background: #3a3a3a;
}

.pg-win-btn:before {
	content: '\ec2e';
	font-family: fs;
	font-size: 32px;
	display: inline-block;
	position: relative;
	top: 3px;
	overflow: hidden;
	position: absolute;
	left: 30px;
}

.pg-link-btn {
	display: inline-block;
	border-radius: 8px;
	background: #202020;
	color: #fff;
	padding: 16px 60px 16px 60px;
	position: relative;
	font-weight: 500;
}

.pg-link-btn:hover {
	color: #fff;
	background: #3a3a3a;
}


.pg-mac-btn {
	display: inline-block;
	border-radius: 8px;
	background: #202020;
	color: #fff;
	padding: 16px 30px 16px 70px;
	position: relative;
	font-weight: 500;
}

.pg-mac-btn:hover {
	color: #fff;
	background: #3a3a3a;
}

.pg-mac-btn:before {
	content: '\e611';
	font-family: fs;
	font-size: 32px;
	display: inline-block;
	position: relative;
	top: 4px;
	overflow: hidden;
	position: absolute;
	left: 30px;
}
.pg-list-left{
	position: relative;
}
.pg-list-nav-block{
	box-shadow: 0 0px 6px rgb(0, 0, 0, 0.1);
	border-radius: 16px;
	padding: 8px;
	background: #fff;
	width: 280px;
}
.pg-list-nav-block h3 {
	font-size: 24px;
	padding: 16px 30px 0 30px;
}
.pg-list-nav {
	overflow-y: auto;
	height: auto;
	padding:0 20px 20px 20px;
}
.pg-list-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pg-list-nav ul li {
	padding: 8px 0;
	font-size: 16px;
}

.pg-list-nav ul li a {
	color: #202020;
	display: block;
	border-radius: 8px;
	padding: 10px;
}

.pg-list-nav ul li a:hover {
	background: #FFEEEB;
	color: #ff4218;
}
.pg-list-nav .selhidden{
	display: none;
}
.pg-list-nav .sel a{
	background: #ff4218!important;
	color: #fff!important;
}
.list-more span{
	display: block;
	background: #ebebeb;
	border-radius: 8px;
	padding: 8px 16px;
	cursor: pointer;
	color: #444;
	position: relative;
	opacity: 0.5;
}
.list-more span:hover{
	opacity: 0.8;
}
.list-more span::after{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ic-nav-show.svg) no-repeat center;
	position: absolute;
	right: 16px;
	top: 12px;
	background-size: 16px 16px;
	opacity: 0.5;
}
.nav-up::after{
	transform: rotate(180deg); 
}
.pg-main {
	padding: 0 30px;
}

.pg-list-block {
	margin: 30px 0;
}

.pg-list-block b {
	font-size: 18px;
}

.pg-pagination {
	border-bottom: 1px #e6e6e6 solid;
	padding: 8px 0;
}

.pg-pagination a {
	color: #202020;
}

.pg-pagination a:hover {
	color: #ff4218;
	text-decoration: underline;
}

.pg-pagination span {
	color: #555;
}

.pg-list-title {
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
}

.pg-list-title h1 {
	font-size: 42px;
}

.list-item {
	display: flex;
	color: #000;
	align-items: center;
	border-bottom: 1px #e6e6e6 solid;
	padding: 16px 0;
}

.list-item-photo {
	width: 240px;
	text-align: center;
}
.list-item-photo a{
	display: block;
	width: 100%;
	height: 140px;
	border-radius: 12px;
	background-size: cover;
}
.list-item-photo img {
	border-radius: 8px;
}

.list-item-text {
	padding: 16px;
	overflow: hidden;
	width: calc(100% - 240px);
}

.list-item-text p {
	margin: 0;
	padding: 4px 0;
}

.list-item-text p a {
	font-size: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	font-weight: 600;
}
.list-item-text p a:hover {
	color: #ff4218;
	text-decoration: underline;
}
.list-item-description {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: gray;
}

.list-item-tag {
	display: inline-block!important;
	border-radius: 4px;
	background: #FFEEEB;
	color: #ff4218!important;
	padding: 4px 8px;
	margin: 0 8px 0 0;
	font-size: 14px!important;
	font-weight: 500!important;
}
.list-item-tag:hover{
	background: #ff4218;
	color: #fff!important;
	text-decoration: none!important;
}
.list-item-data {
	display: inline-block;
	position: relative;
	color: gray;
	padding: 0 0 0 24px;
}

.list-item-data::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ic-page-data.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}

.pg-hot {
	position: relative;
	overflow: hidden;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
	position: relative;
	padding: 0;
	overflow:hidden;
	margin: 0 30px 0 0;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper-pagination{
	position: relative;
	top: 5px;
}
.swiper-pagination span{
	background: #ff4218;
}
.hot-mian{
	display: flex;
	justify-content: center;
}
.hot-block{
	margin: 0;
	padding: 16px;
	border-radius: 16px;
	overflow: hidden;
	color: #000;
	border: 1px #eeeeee solid;
	height: 100%;
}
.hot-block:hover{
	color: #ff4218;
	border: 1px #ff4218 solid;
}
.hot-block p{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
}
.hot-block p img{
	width: 100%;
	height: 140px;
	border-radius: 8px;
}
.hot-block p b{
	display: block;
	font-size: 18px;
	padding: 8px 0;
}
.hot-block2{
	margin: 0 10px;
	padding: 16px;
	border-radius: 16px;
	overflow: hidden;
	color: #000;
	border: 1px #eeeeee solid;
	height: 100%;
	width: 33%;
}
.hot-block2:hover{
	color: #ff4218;
	border: 1px #ff4218 solid;
}
.hot-block2 p{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
}
.hot-block2 p img{
	width: 100%;
	height: 140px;
	border-radius: 8px;
}
.hot-block2 p b{
	display: block;
	font-size: 18px;
	padding: 8px 0;
}
.pg-hot-tag{
	display: block;
	position: relative;
}
.pg-hot-tag:before{
	content: '';
	display: block;
	width: 60px;
	height: 24px;
	background: url(../images/ic-hot.svg) no-repeat;
	position: absolute;
	left: 0;
	top: 10px;
}
.hot-block-img{
	height: 200px!important;
}
.list-pagination{
	text-align: center;
	padding: 16px 0;
	display: none;
}
.list-pagination span{
	display: inline-block;
	width: auto;
	border: 2px #333 solid;
	border-radius: 8px;
	text-align: center;
	margin: 8px;
	cursor: pointer;
	color: #333;
	padding: 8px 16px;
	font-weight: 500;
}
.list-pagination span:hover{
	color: #ff4218;
	border: 2px #ff4218 solid;
}
.list-pagination .sel{
	background: #ff4218;
	color: #fff!important;
	border: 1px #ff4218 solid;
}
#pag-description a{
	color: #ff4218;
}
#pag-description a:hover{
	text-decoration: underline;
}
/* 滚动槽 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0,0,0,0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0,0,0,0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}
.pagination{
	padding: 8px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.pagination a{
	display: inline-block;
	border: 1px #e3e3e3 solid;
	border-radius: 4px;
	padding: 0px 8px;
	margin: 0 4px;
	color: #333;
	cursor: pointer;
}
.pagination a:hover{
	border: 1px #ff4218 solid;
	color: #ff4218;
}
.pagination .sel{
	color: #fff;
	background:#ff4218;
	border: 1px #ff4218 solid;
}
@media (max-width: 1024px) {
	.pg-list-nav-block {
		display: none;
	}
}

@media (max-width: 992px) {
	.pg-list-nav-block {
		display: none;
	}
}

@media (max-width: 768px) {
	.page-banner
	{
		height: auto;
		padding: 30px 0!important;
	}
	.fc-banner{
		background: #EBF5FF;
	}
	.fv-banner {
		background: #D8FFF5;
	}
	
	.si-banner {
		background: #FFF2F1;
	}
	.list-item {
		display: block;
	}

	.list-item-photo {
		width: 100%;
		text-align: center;
	}

	.list-item-text {
		width: 100%;
		text-align: center;
	}

	.pg-list-nav-block {
		display: none;
	}
	.swiper-slide{
		width:300px!important;
	}
	.pg-list-btn a{
		display: block;
		margin: 8px 0;
		text-align: center;
	}
}
