/*banner*/
.banner_5 .banner-container{
    position: relative;
}

.banner_5 .banner-container .corner-btn{
    position: absolute;
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    top: .1rem;
    right: 0rem;
    border-radius: .25rem 0 0 .25rem;
    opacity: .7;
    background-color: #fff;
    color: #000000;
}
.banner_5 .banner-container .corner-btn{
    text-align: center;
}

.banner_5 .banner-container .banner-counter{
    position: absolute;
}

.banner_5 .banner-container .banner-counter .banner-counter-words{
    position: absolute;
    height: 50%;
    top: 25%;
    right:.3rem;
    font-size: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_5 .banner-counter-words span{
    font-size: .3rem;
    color: #fff;
}