/* 堆叠轮播图样式 */
.wrapper{position:relative;display:flex;overflow:hidden;max-height:380px;min-height:380px;align-items:center;justify-content:center;}
.wrapper .m-intrprtlst{position:relative;}
.horizontal .m-intrprtlst{width:250px;height:344px;}
.horizontal .cards-list{width:250px;height:344px;box-shadow:0 3px 13px 0 rgba(14,5,11,.06);}
.m-intrprtlst .cards-list{position:absolute;top:0;left:0;overflow:hidden;background-color:#f4f4f4;transition:330ms;}
.m-intrprtlst .cards-list a{position:relative;display:block;width:250px;height:344px;box-shadow:0 3px 13px 0 rgba(14,5,11,.06);}
.m-intrprtlst .cards-list a img{width:250px;height:310px;}
.m-intrprtlst .cards-list p{position:absolute;bottom:0;left:0;overflow:hidden;width:100%;height:34px;background:#fff;color:#333;text-align:center;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;letter-spacing:0;font-weight:400;font-stretch:normal;font-size:16px;font-family:MicrosoftYaHei;line-height:34px;}
.btn-direct{position:absolute;top:50%;z-index:100000;width:4rem;height:4rem;cursor:pointer;transition:.2s;transform:translateY(-50%);}
.btn-direct.btn-left{left:-10px;}
.btn-direct.btn-right{right:0;}
.btn-direct>span{position:absolute;top:calc(50% - .6rem);left:calc(50% - .6rem);width:20px;height:20px;border-top:2px solid #999;border-left:2px solid #999;}
.horizontal .shift-left{transform:translateX(25%) rotate(-45deg);}
.horizontal .shift-right{transform:translateX(-25%) rotate(135deg);}
