:root {
    --ad-width: 300px;
    --ad-height: 600px;
}

body{
    position: absolute !important;
    padding: 0 !important;
    width: var(--ad-width) !important;
    height: var(--ad-height) !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    z-index: 9999 !important;

    /* height: 5000px; */
}

.wrapper{
    position: absolute;
    width: var(--ad-width);
    height: var(--ad-height);
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;

}

.bbg, .sbg, .lbg, .frseq, .frseq *, .logo, .cta, .bel1, .bel2, .bel3, .bel4, .bel5, .bel6, .bel7, .sel1, .sel2, .sel3, .sel4, .sel5, .lel1, .lel2, .lel3, .lel4, .lel5{
    position: absolute;
    width: var(--ad-width);
    height: var(--ad-height);
    top: 0;
    left: 0;
    pointer-events: none;
}

.frseq *{

    background-size: 160%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

/* .frseq > div:nth-child(1){
    opacity: 1;
} */


.icon_cn, .icon{
    position: absolute;
    width: 56px;
    height: 113px;
    top: 240px;
    right: 0;
    background-size: contain;
}

.icon{
    top: 0;
}

.icon_cn{
    transform-origin: 100% 50%;
}

.bcbg1, .scbg1, .lcbg1, .bcbg2, .scbg2, .lcbg2{
    position: absolute;
    border-radius: 50%;
    height: var(--ad-width);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bcbg1, .bcbg2{
    background-color: #7fa8ff;
}

.scbg1, .scbg2{
    background-color: #ff9e67;
}

.lcbg1, .lcbg2{
    background-color: #bacb4e;
}

.bcbg2{
    background-color: #4c85ff;
}

.scbg2{
    background-color: #ff5c2a;
}

.lcbg2{
    background-color: #b5cd20;
}


