.hms-wrap{position:relative;max-width:1230px;margin:0 auto;}
.hms-slide{display:none;text-align:center;}
.hms-slide:last-of-type{display:block;}
.hms-slide:target{display:block;}
#hms-2:target ~ #hms-1{display:none;}
.hms-img{max-width:100%;height:auto;display:block;margin:0 auto;}
.hms-nav{position:absolute;top:50%;background:rgba(255,255,255,0.85);width:42px;height:42px;border-radius:50%;text-align:center;line-height:42px;font-size:22px;color:#333;text-decoration:none;}
.hms-prev{left:8px;}
.hms-next{right:8px;}
.hms-dots{text-align:center;padding:10px 0 0;}
.hms-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#ccc;margin:0 5px;}
.hms-dot-active{background:#555;}