.punch-in-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 10;
    display: none;
}
.punch-in{
    position: fixed;
    width: 13.5rem;
    height: 13.5rem;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-top: -6.75rem;
    margin-left: -6.75rem;
    border-radius: 100%;
    text-align: center;
    padding: 0.75rem;
    background:rgba(3, 169, 244, 0.2);
    box-sizing: border-box;
    display: none;
}
.punch-second{
    width: 12rem;
    height: 12rem;
    padding: 0.75rem;
    background:rgba(3, 169, 244, 0.2);
    box-sizing: border-box;
    border-radius: 100%;
}
.punch-time{
    width: 10.5rem;
    height: 10.5rem;
    background: #03a9f4;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.punch-time h3{
    font-size: 1rem;
    font-weight: normal;
    padding-top: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1rem;
    height: 1rem;
    letter-spacing: 0.05rem;
}
.punch-time .time{
    font-size: 0.9rem;
    line-height: 0.9rem;
    height: 0.9rem;
    margin-bottom: 1.2rem;
}
.punch-tips{
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 0.1rem;
}