.flipbox-wrapper {
    perspective: 800px;
    perspective-origin: 50% 50%;
}

    .flipbox-wrapper .flipbox-box {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition-property: transform;
    }

        .flipbox-wrapper .flipbox-box .flipbox-side {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
        }

            .flipbox-wrapper .flipbox-box .flipbox-side.flipbox-front {
                transform: translateZ(0);
            }

            .flipbox-wrapper .flipbox-box .flipbox-side.flipbox-left {
                transform-origin: center left;
            }

            .flipbox-wrapper .flipbox-box .flipbox-side.flipbox-right {
                transform-origin: top right;
            }

            .flipbox-wrapper .flipbox-box .flipbox-side.flipbox-top {
                transform-origin: top center;
            }

            .flipbox-wrapper .flipbox-box .flipbox-side.flipbox-bottom {
                transform-origin: bottom center;
            }

.cube-banner .box1 {
    width: 160px;
    height: 90px;
    margin: 30px 0;
    font-size: initial;
}

/*    .cube-banner .box .side {
        line-height: 82px;
        font-size: 80px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        user-select: none;
    }
*/
.item.cube-banner {
    width: 160px;
    height: 90px;
    position: fixed;
    bottom: 15%;
    left: 3%;
    z-index:9999;
}

.cube-banner .close-new a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    color: #8d8d8d;
    right: -20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
    text-decoration: none;
}
