.count-icon {
    display: none;
    z-index: 100;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 20%;
    max-width: 70px;
    cursor: pointer;
}

/*抽獎券數字*/
.redemption-count{
    position: fixed;
    top: 56%;
    left: 50%;
    font-size: 15vmin;
    color: black;
    transform: translate(-50%, -50%);
}

/* 遮罩層樣式 */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 彈出視窗樣式 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 600;
    width: 100%;
    max-width: 600px;
}

.count-bg{
    width: 100%;
}

#description{
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 600;
    width: 90%;
    max-width: 600px;
    max-height: 800px;
}

#camera{
    display: none;
    position: absolute;
    top: 13.48%;
    width: 100%;
    z-index: 3;
}

#success{
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 600;
    width: 90%;
}

#fail{
    display: none;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 600;
    width: 90%;
    max-width: 600px;
}

/*role*/
#role-bg{
    display: none;
    position: absolute;
    background-size: 390%;
    width: 40%;
    height: 8%;
    left: 30%;
    top: 15.4%;
    z-index: 2;

}
#role1{
    position: absolute;
    top: 15.3%;
    left: 8.5%;
    width: 13.5%;
    z-index: 3;
}
#role2{
    position: absolute;
    top: 15.2%;
    left: 8.5%;
    width: 13%;
    z-index: 3;
}
#role3{
    position: absolute;
    top: 15%;
    left: 9%;
    width: 13%;
    z-index: 3;
}
#role4{
    position: absolute;
    top: 15%;
    left: 9%;
    width: 11%;
    z-index: 3;
}
#role5{
    position: absolute;
    top: 15.3%;
    left: 8.5%;
    width: 14.5%;
    z-index: 3;
}

#roleBig1{
    position: absolute;
    top: 16.5%;
    left: 37.5%;
    width: 25%;
}
#roleBig2{
    position: absolute;
    top: 16%;
    left: 35%;
    width: 28%;
}
#roleBig3{
    position: absolute;
    top: 16%;
    left: 37.5%;
    width: 25%;
}
#roleBig4{
    position: absolute;
    top: 16%;
    left: 39%;
    width: 20%;
}
#roleBig5{
    position: absolute;
    top: 17%;
    left: 35%;
    width: 30%;
}

/*btn*/

#btn_start{
    position: absolute;
    top: 21.2%;
    left: 27.5%;
    width: 45%;
    z-index: 4;
}

#btn_catch{
    display: none;
    position: absolute;
    top: 21.2%;
    left: 27.5%;
    width: 45%;
    z-index: 4;
}
