.safari-player-layer{
    background-color: rgba(0,0,0,.7);
    z-index: 112;
    .play-btn{
        cursor: pointer;
        display: block;
        margin: 10px auto;
        line-height: 36px;
        background-color: transparent;
        width: 100px;
        border-radius: 18px;
        color: rgba(255, 255, 255, .8);
        border: 1px solid #fff;

        &:hover{
            color: #fff;
            background-color: rgba(255, 255, 255, .1);
        }
    }
    .play-area{
        text-align: center;
    }
    .tips{
        font-size: 13px;
        color: rgba(255, 255, 255, .8);
        a{
            color: #098fff;
        }
    }
}
