
.pd-banner-left {
    position: fixed;
    left: 240px;
    top: 150px;
    width: 130px;
    z-index: 9999;
}

.pd-banner-left img {
    max-width: 130px;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 1140px) {
    .pd-banner-left {
        display: none !important;
    }
}

.pd-banner-right {
    position: fixed;
    right: 240px;
    top: 150px;
    width: 130px;
    z-index: 9999;
}

.pd-banner-right img {
    max-width: 130px;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 1140px) {
    .pd-banner-right {
        display: none !important;
    }
}

.pd-banner-footer {
    position: fixed;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1080px;
    z-index: 9999;
}

.pd-banner-footer-close {
    margin-top: -25px;
    cursor: pointer;
    float: right;
}

.pd-banner-footer-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
}

.pd-banner-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-banner-footer img {
    width: 100%;
    max-width: 728px;
    height: auto;
}

@media (max-width: 480px) {
    .pd-banner-footer-inner {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, auto);
    }
}

.float-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
}

#hide_float_left a {
    background-color: #fff;
    color: #0ba5ff;
    font-size: 12px;
    border: #0ba5ff;
    float: right;
}

@media only screen and (max-width: 768px) {
    .float-footer {
        width: 100%;
    }
}
