.popup-alert-content {
    width: 280px;
    border-radius: 20px;
    background: #FFFFFF;
}
.popup-alert-content2 {
    width: 320px;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 5px 5px 5px 5px;
}

.popup-alert-p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 0px 20px;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
}

.popup-alert-btn-group {
    text-align: center;
    padding: 20px 20px 30px 20px;
}

.popup-btn-alert-ok {
    color: white;
    background-color: #108ee9;
}

.popup-btn-alert {
    font-size: 18px;
    padding: 0px 25px;
    outline: none;
    height: 30px;
    border-radius: 15px;
    border: none;
}

.popup-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-follow {
    position: fixed;
    top: 72vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-close-follow {
    position: fixed;
    top: 135vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-alert-title {
    text-align: center;
    padding: 25px 20px 10px 20px;
}

.popup-alert-p-title {
    font-size: 25px;
    color: #008AF9;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
}

.popup-alert-text {
    text-align: center;
}

.no-data-div {
    margin-top: 47.467vw;
    text-align: center;
}

.no-data-img {
    width: 20.133vw;
}

.no-data-text {
    margin-top: 5.067vw;
    font-family: PingFang-SC;
    font-size: 4vw;
    font-weight: 500;
    color: #CCCCCC;
}
