.wrapper__interestvideo .swiper-wrapper {padding-bottom: 20px}
.interest-video__block{}
.interest-video__cover{display:block; position:relative}
.interest-video__cover svg{position:absolute; width:80px; height:80px; top:50%; left:50%; transform:translate(-50%, -50%)}
.interest-video__cover svg path{fill:#fff}
.interest-video__cover img{width:100%}
.interest-video__block:hover svg path{fill:#ef7f1a}
.interest-video__block:hover .interest-video__cover{background:#ef7f1a; border-color:#ef7f1a}
.interest-video__info{padding:10px 0 15px}
.interest-video__title{font: 700 16px/24px "Noto Sans"; color: #494949;}
.interest-video__cover{height: auto;padding: 5px;border: 1px solid #ccc}
.wrapper__interestvideo .swiper-horizontal .swiper-scrollbar{left: 0 !important; width: 100% !important;}
@media(max-width:575px){
	.interest-video__title{font: 700 14px/22px "Noto Sans"}
}
