::-webkit-scrollbar {
    display: none;
    width: 0;
}

body {
    min-width: 999px;
    background-color: #f2f1f0;
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
    padding-top: 74px;
}

.wrap{
    height:100%;
    /*min-height: calc(100% - 74px);*/
}
.raidus {
    border-radius: 50%;
}

.tips {
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1000;
}


.h{
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}