﻿.history-prev,.history-next{position:absolute;width:30px;height:40px;cursor:pointer;top:50%;margin-top:-40px;display:flex;align-items:center;justify-content:center}
.history-prev{left:-50px;}
.history-next{right:-50px;}
.history-prev em{font-weight:bold;font-size:35px;transform:rotate(180deg)}
.history-next em{font-weight:bold;font-size:35px;}
.swiper-button-disabled{color:#999}
.history-prev:not(.swiper-button-disabled):hover,.history-next:not(.swiper-button-disabled):hover{color:var(--color)}
@media (max-width:1024px){.wmkc-history-inner{padding-bottom:50px}
.history-prev,.history-next{top:auto;bottom:-50px;background:var(--color);height:35px;width:55px;color:#fff!important;border-radius:5px}
.history-prev{left:50%;margin-left:-65px;}
.history-next{right:50%;margin-right:-65px;}
.history-prev em,.history-next em{font-size:22px;}
.swiper-button-disabled{background:#999}}