.punch-in-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 12;
    display: none;
}
.punch-in{
    position: fixed;
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-top: -175px;
    margin-left: -175px;
    border-radius: 100%;
    text-align: center;
    padding: 15px;
    background:rgba(3, 169, 244, 0.2);
    box-sizing: border-box;
    display: none;
}
.punch-second{
    width: 320px;
    height: 320px;
    padding: 15px;
    background:rgba(3, 169, 244, 0.2);
    box-sizing: border-box;
    border-radius: 100%;
}
.punch-time{
    width: 290px;
    height: 290px;
    background: #03a9f4;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.punch-time h3{
    font-size: 40px;
    font-weight: normal;
    padding-top: 70px;
    margin-bottom: 30px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
}
.punch-time .time{
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 35px;
}
.punch-tips{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
}
.player-bottom__btn{
    display: none !important;
}