div.fsBg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1080px;
    background-color: black;
    opacity: 0.6;

    z-index: 10;
}

div.fsDiv {
    position: absolute;
    left: 477px;
    top: 127px;
    width: 966px;
    height: 717px;
    border-radius: 20px;
    background-image: linear-gradient(315deg, #E994F7, #7755FE);

    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;

    text-align: center;
    color: white;

    z-index: 10;
}

div.fsTxtLine1 {
    position: absolute;
    left: 0px;
    top: 80px;
    width: 966px;

    zoom: 0.9999;
}
div.fsTxtLine2 {
    position: absolute;
    left: 0px;
    top: 160px;
    width: 966px;
    font-size: 200px;

    height: 250px;
    line-height: 250px;
    text-align: center;

    zoom: 0.9999;
}
div.fsTxtLine3 {
    position: absolute;
    left: 0px;
    top: 400px;
    width: 966px;

    zoom: 0.9999;
}
div.fsBtnBorder {
    position: absolute;
    left: 84px;
    top: 520px;
    width: 797px;
    height: 126px;
    border-radius: 10px;
    background-color: #FBBF48;
    cursor: pointer;

    pointer-events: initial;
}
div.fsBtnTxt {
    position: absolute;
    top: 0px;
    width: 797px;

    height: 126px;
    line-height: 126px;
    text-align: center;


    zoom: 0.9999;
}

div.fsEndTxtLine1 {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 966px;

    zoom: 0.9999;
}
div.fsEndTxtLine2 {
    position: absolute;
    left: 0px;
    top: 200px;
    width: 966px;

    zoom: 0.9999;
}
div.fsEndBorder {
    position: absolute;
    left: 84px;
    top: 380px;
    width: 797px;
    height: 263px;

    border-radius: 10px;
    background-color: #FBBF48;
}

div.fsEndWinTxt {
    position: absolute;
    font-size: 200px;
    text-align: center;
    width: 797px;
    top: 0px;

    height: 263px;
    line-height: 263px;
    text-align: center;

    zoom: 0.9999;
}

div.mobileSpinText {
    position: absolute;
    font-size: 40px;
    left: 37px;
    top: 199px;
    width: 215px;
    height: 80px;
    text-align: center;
    z-index: 1;

    zoom: 0.9999;
}

div.mobileSpinTextNum {
    position: absolute;
    font-size: 130px;
    left: 14px;
    top: 294px;
    width: 262px;
    height: 130px;
    text-align: center;
    z-index: 1;

    zoom: 0.9999;

    /*top: 238px;*/
    line-height: 130px;
    font-size: 100px;
}

div.portraitSpinText {
    position: absolute;
    font-size: 40px;
    left: 336px;
    top: 44px;
    width: 215px;
    height: 80px;
    text-align: center;
    z-index: 2;

    zoom: 0.9999;
}

div.portraitSpinTextNum {
    position: absolute;
    font-size: 130px;
    left: 313px;
    top: 139px;
    width: 262px;
    height: 130px;
    text-align: center;
    z-index: 2;

    zoom: 0.9999;

    /*top: 82px;*/
    font-size: 100px;
    line-height: 130px;
}
