@charset "utf-8";ul{margin:0;padding:0;list-style:none;}#app{width:100%;margin:10px auto;padding:15px;}.box_ul_li{box-shadow:3px 2px 30px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1);padding:10px 15px;margin-bottom:10px;}@media (min-width:768px){.box_ul_li{height:205px;}.imgBox{height:145px;}}@media (min-width:1400px){.box_ul_li{height:280px;}.imgBox{height:220px;}}#app ul li .imgBox{width:100%;overflow:hidden;}#app ul li.on .imgBox{overflow:unset;}#app ul li img{cursor:pointer;width:100%;position:relative;bottom:0;transition:all .5s ease-out;background:#ffffff;}#app ul li:nth-last-child(-n+3) img{right:0;}#app ul li:nth-child(-n+3) img{left:0;}#app ul .on img{width:600px;position:absolute;border:2px #3e3d3d solid;z-index:2;bottom:0;}#app ul .on:nth-last-child(-n+3) img{left:unset;right:0;}#app ul .on:nth-child(-n+3) img{left:0;right:unset;}