/* 弹窗 */
.program-tips {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
    overflow: auto;
}

.program-tips img {
    width: 18.86rem;
    height: 25rem;
    position: absolute;
    top: 13.4rem;
    left: 9.76rem;
    right: 0;
    margin: auto;
    z-index: 1;
}

.program-tips .tips-content {
    position: absolute;
    top: 39rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.program-tips .tips-content p {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 90px;
}

.program-tips .tips-content p span {
    font-size: 3.66rem;
    font-weight: bold;
}

.program-tips .tips-content p a {
    display: inline-block;
    width: 350px;
    height: 120px;
    line-height: 120px;
    border-radius: 2.4rem;
    border: solid 0.1rem #fff;
    text-align: center;
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    margin-top: 1.2rem;
}