.privacy-tips{
    position: fixed;
    background-color: #494748;
    border-radius: 7px;
    width: 80vw;
    height: 46vw;
    left: 3vw;
    bottom: 20vw;
    z-index: 999;
    color: #fff;
    padding: 11vw 5vw 15vw 5vw;
    text-align: left;
    box-sizing: border-box;
    font-size: 3.5vw;
    line-height: 4.5vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.privacy-tips-btn-close{
    position: absolute;
    right: 4vw;
    top: 4vw;
    color: #fff;
    cursor: pointer;
    font-size: 7vw;
}
.privacy-tips-btn-ok{
    position: absolute;
    right: 5vw;
    bottom: 4vw;
    background-color: #ba3d40;
    color: #fff;
    width: 20vw;
    height: 8vw;
    text-align: center;
    line-height: 8vw;
    font-size: 3.8vw;
    border-radius: 2vw;
    cursor: pointer;
}