html,body{
    padding: 0;
    margin: 0;
    width: 100%;
   
}
.winnerBox{
    overflow: hidden;
    background-image: url("../../../assets/img/game/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
   background-color: #5f0002;
    background-position: top;
    
  
}
.mg{
    height: 248px;
}

/* 大转盘样式 */
.turnplate_box {
    width: 80%;
    margin: 60% auto 10%;
    background:url("../../../assets/img/game/zhuanp@2x.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.tips{
    border: 2px solid rgb(255,217,122);
    color: rgb(255,217,122);
    font-size: 12px;
    width: 80%;
    margin-top:calc(25vh);
    margin: 0 auto;
    padding: 10px;
}
@media screen and (min-width: 800px) {
    .turnplate_box{
        width: 400px;
        margin: 10%;
        float: left;
    }
    .tips{
        float: left;
        width: 33%;
        margin-top: calc(100% - 75%);
    }
}

.tips p{margin: 0}

.turnplate_box canvas {
    margin: 7.5%;
    width: calc(100% - 15%);
    height: calc(100% - 15%);
    /*position: absolute;*/
    border-radius: 50%;
    z-index: 10;
    flex-shrink: 0;
}

#myCanvas {
    background-color: white;
    border-radius: 100%;
    /*transition: transform 6s;*/
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
}
.turnplatw_btn {
    width: 30%;
    height: 35%;
    left: 35%;
    top: 30.5%;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    z-index: 40;
}
.turnplatw_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.goIcon{
    color: #fff;
    font-weight: 800;
    position:absolute;
    margin-right: auto;
    margin-left: auto;
    background:url("../../../assets/img/game/go.png")  no-repeat;
    background-size: 100% 100%;
    top:25%;
    width: 50%;
    height: 50%;
    text-align: center;
    left:25%;
}
.shadow{
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.popup_div img{width:100%}

.popup_div{
    position: absolute;
    z-index: 999;
    top:calc(100% - 70%);
    left: calc(50% - 150px);
    width: 300px;
}
.close_turntable{
    color: #f5efef;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.popup_img{position: relative;}
.popup_title{
    color: #fe3841;
    font-size: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 87px;
    text-indent: -1em;
}
.popup_footer{
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 225px;
    color: #bc4d02;
    text-indent: -2em;
}
.popup_main{
    position: absolute;
    z-index: 999;
    top:calc(100% - 70%);
    left: calc(50% - 150px);
    width: 300px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.popup_main .form_item{
    padding: 5px 10px;
}
.popup_main .form-flex{
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}
.popup_main .btn-embossed{
    width: 45%;
}
.popup_main input{
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #00a2ff;
}
.popup_main .form_error{
    text-align: center;
}
.musicMain{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
}
.musicMain img{width: 100%; height: 100%;}