/*-- tem397-irregular --*/
.tem397-irregular{padding:10px 5px;}
.tem397-irregular.content-section{padding:20px 0;}
.tem397-irregular .interval{padding:0 12px;}
.tem397-irregular .wow{padding:3px 5px;}
.tem397-irregular .wow .images{width:100%;position:relative;padding-top:75%;overflow:hidden;}
.tem397-irregular .wow .images img{width:100%;height:100%;position:absolute;left:0;top:0;}

/*tem397-irregular*/
.tem397-irregular .swiper-slide{display:block;}
.tem397-irregular .swiper-wrapper{width:100%;}
.tem397-irregular img{width:100%;max-width:100%;}

/* 箭头样式 */
.tem397-irregular .prev,
.tem397-irregular .next{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:0;z-index:1;cursor:pointer;border:1px dashed;}
.tem397-irregular .next{right:20px;}
.tem397-irregular .prev{left:20px;-webkit-transform:translateY(-50%) rotateY(180deg);-moz-transform:translateY(-50%) rotateY(180deg);-ms-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg);}
.tem397-irregular .iconFont_class{font-size:50px;color:inherit;}
/* 按钮样式*/
.tem397-irregular .swiper-pagination-bullet{width:10px;height:10px;position:relative;overflow:hidden;visibility:hidden;border-color:inherit;}
.tem397-irregular .swiper-pagination-bullet::after{content:'';position:absolute;left:0;top:-50px;width:0;height:0;visibility:visible;border:50px solid;border-color:inherit;border-radius:50%;}

/* 箭头按钮和分页按钮是否隐藏*/
@media (min-width:768px){
	.tem397-irregular .swiper-pagination.pc-none{display:none !important;}
}
@media (max-width:767px){
	.tem397-irregular .swiper-pagination.model-none{display:none !important;}
}
@media (min-width:768px){
	.tem397-irregular .nav.pc-none{display:none !important;}
}
@media (max-width:767px){
	.tem397-irregular .nav.model-none{display:none !important;}
}
