﻿._picbox {position: relative;overflow: hidden;}
._picbox .ani {height: 100%;width: 200%;display: flex;}
._picbox .ani .bx{height: 100%;width: 50%;position: relative;}
._picbox .bx img {object-fit:contain;position: absolute;height: 100%;width: 100%;z-index: 1;}
._picbox .bx div {position: absolute;height: 100%;width: 100%;z-index: 0;filter:blur(15px);background-size: cover;overflow: hidden;}
._picbox .rta:hover,._picbox .lfa:hover{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 53L108 85L88 105C80 113 80 127 88 135L140 187C147 194 159 189 158 179V123V61C158 51 147 46 140 53Z' fill='%23fff' stroke='rgba%280,0,0,0.5%29' stroke-width='3'/%3E%3C/svg%3E");}
._picbox .rta,._picbox .lfa{position: absolute;top:50%;width:1.5em;height:3em;margin-top:-1em;z-index: 99;display: block;background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 53L108 85L88 105C80 113 80 127 88 135L140 187C147 194 159 189 158 179V123V61C158 51 147 46 140 53Z' fill='rgba%28255,255,255,0.5%29'/%3E%3C/svg%3E");background-size: cover;background-repeat: no-repeat;background-position:center center;cursor: pointer;}
._picbox .rta{right: 0;transform: rotate(180deg);}
._picbox .lfa{left: 0;}
._picbox .pic_ani {animation-name: picmove;animation-duration: 2s;animation-iteration-count: 1;
    animation-fill-mode: forwards;}
@keyframes picmove {from {margin-left: 0;} to {margin-left: -100%;}}
._picbox .indx{display:flex; position: absolute;top: 0.5em;right: 1em;height: 1.5em;z-index: 99}
._picbox .indx a{display: block; width: 0.5em;height: 0.5em;margin:0.5em;border: 0.05em solid #fff;border-radius: 0.25em;}
._picbox .indx a:hover{background-color: #fff;}
._picbox .indx .actv{background-color: rgba(255,255,255,0.5);}
._picbox .txt{position: absolute;height:1.5em;bottom: 0.5em;left: 0.5em;color: #fff;text-shadow:0 0 0.1em #000;z-index: 99;}
._picbox .txt a{color:#fff;text-decoration: none;}