.home-case {background-size:cover!important;}
.home-case .swiper-pagination {display:none;}
.case-btn {display:flex;justify-content:center;}
.case-btn>div {background:var(--color);color:#fff;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 12px;transition:.2s;}
.case-btn>div:hover {opacity:.9;}
.case-btn>div em {font-size:20px}
.case-btn>div.case-prev em {transform:rotate(90deg);}
.case-btn>div.case-next em {transform:rotate(-90deg);}
.home-case .caselist .itemcase {height:auto;display:flex;flex-direction:column;}
.home-case .caselist .itemcase .info {flex:1;}
@media (max-width:768px){.home-case .caselist .itemcase{margin-bottom:10px}
.case-btn>div{width:32px;height:32px;}}