@charset "utf-8";

.pushDown{
    position: relative;
}
.pushDown .colse-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
}
.pushDown .colse-btn img{
    display: block;
}
.pushDown nav{
    height: auto!important;
}
.pushDown nav .navContainer .navTabs > ul > li .dropdown-menu{
    top: 100%;
}
.column-bottom {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    display: flex;
    align-content: center;
    justify-content: center;
}

.rowBannerBottom {
    margin: 0 auto !important;
    width: 100% !important;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    display: flex;
    align-content: center;
    justify-content: center;
}
.rowBannerBottom .banner-con {
    position: relative;
}
.rowBannerBottom .adTag {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: none;
}
.rowBannerBottom .adTag img {
    display: block;
}
.rowBannerBottom .colse-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
}
.rowBannerBottom .colse-btn img {
    display: block;
}

@media (max-width: 767px) {
    .column-bottom {
        position: relative;
        background: none;
    }
}

.column-bottom .banner-con {
    position: relative;
}

.adTag {
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: none;
}

.column-bottom .colse-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
}

.column-bottom .colse-btn img {
    display: block;
}
