.page-banner {
    border-radius: 20px;
    opacity: 0.7;
    position: fixed;
    z-index: 999;
    right: 8px;
    top: 120px;
    width: 343px;
    height: 556px;
    display: none;
}

.page-banner:hover {
    box-shadow: 0 0.5px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 1;
}

.page-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-banner .banner-close {
    width: 18px;
    height: 18px;
    z-index: 9;
    right: 8px;
    left: unset;
    top: 8px;
    cursor: pointer;
}

.page-banner .banner-content {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 303px;
    height: 516px;
    padding: 20px;
}

.page-banner.middle-position .banner-content {
    justify-content: center;
}

.page-banner.lower-position .banner-content {
    justify-content: flex-end;
}

.page-banner .banner-btns a {
    display: flex;
    border-radius: 24px;
    border: 2px solid var(--001, #FF4D4D);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background: var(--Main-gradient, linear-gradient(39deg, #FF4D4D 9.28%, #FF7F48 85.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px 22px;
    z-index: 99;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.page-banner .banner-btns a img {
    width: 17px;
    height: 17px;
    left: unset;
    top: unset;
    position: relative;
}

.page-banner .banner-btns a:hover {
    background: var(--MAIN-GRADIENT, linear-gradient(39deg, #FF4D4D 9.28%, #FF7F48 85.91%));
    -webkit-text-fill-color: #FFFFFF;
    border: unset;
    padding: 14px 24px;
}

.page-banner .banner-btns a:hover img {
    filter: brightness(0) saturate(100%) invert(1);
}

.page-banner .banner-btns.flex-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: unset;
    bottom: unset;
}

.page-banner .banner-btns.flex-style a:hover {
    padding: 11px 11px;
}

.page-banner .banner-btns.flex-style a {
    padding: 10px 5px;
    width: 130px;
    font-size: 10px;
    margin: 0;
}

@media  (min-width: 1920px) and (max-width: 2159px) {
    .page-banner {
        right: 16px;
        top: 125px;
    }
    .page-banner .banner-content {
        width: 303px;
        height: 516px;
    }
}

@media  (min-width: 2160px) and (max-width: 2160px) {
    .page-banner {
        right: 4%;
        top: 125px;
    }
    .page-banner .banner-content {
        width: 303px;
        height: 516px;
    }
}

@media  (min-width: 2161px) and (max-width: 2600px) {
    .page-banner {
        right: 11%;
        top: 125px;
    }
    .page-banner .banner-content {
        width: 303px;
        height: 516px;
    }
}


@media  (min-width: 2601px) and (max-width: 3000px) {
    .page-banner {
        right: 16%;
        top: 125px;
    }
    .banner-content {
        width: 303px;
        height: 516px;
    }
}
