﻿[v-cloak] {
    display: none;
}

.bannar {
    font-weight: bolder;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
}

.bannar::-webkit-scrollbar {
    display: none;
}

.active {
    border-bottom: solid 2px #DF7401;
}

.bannar_div {
    margin-right: 15px;
}

.bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: solid 1px #eaeaee;
    background-color: #ffffff;
}

.bottom_div {
    width: 33%;
    text-align: center;
    border-right: solid 1px #eaeaee;
}

.list {
    padding: 10px 0px;
    margin: 0px 10px;
    border-bottom: solid 1px #eaeaee;
}

.listImg {
    width: 105px;
    height: 72px;
    margin-right: 8px;
}

.scroll_title {
    position: absolute;
    bottom: 10px;
    padding: 18px 10px;
    color: #ffffff;
    font-size: 14px;
    -webkit-text-stroke: 0.3px #000000;
    font-weight: bold;
}

.scroll_mask {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #1a1919, #fff);
    opacity: 0.3;
}
@media screen and (min-width: 960px) {
    .bottom{
        width: 40%;
    }
    .bannar{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}