.dalislide.ban {
    height: 100vh;
}
.bkt {
    height: auto;
    overflow: hidden;
}
.bkt span {
    display: block;
    text-align: center;
    line-height: 120%;
}
.bkt span.ent {
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: bold;
}
.bkt span.cnt {
    font-size: 2.5rem;
}

.pl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 3vw;
    font-size: 0;
    white-space: nowrap;
}
.pl a {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 25px);
    height: 25vw;
    position: relative;
    overflow: hidden;
    margin-left: 33px;
}
.pl a:nth-child(1) {
    margin-left: 0;
}
.pl a span {
    display: block;
    width: 100%;
    height: 5vw;
    line-height: 5vw;
    font-size: 1.75rem;
    color: #fff;
    padding-left: 25px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.pl a .svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    bottom: 1.5vw;
    z-index: 10;
}
.pl a .svg path {
    fill: #fff;
}
.pl a::after {
    content: '';
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1680px) {
        
}
@media screen and (max-width: 1440px) {
     
}
@media screen and (max-width: 1280px) {
   
}