.popup {
    z-index: 10000;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-hind {
    font-size: 16px;
    line-height: 1.2;
}

.popup .popup-label {
    width: 300px;
    height: 150px;
    padding: 15px;
    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 1px 1px #e0e0e0;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #767676;
    text-align: center;
}

.popup .popup-label .popup-btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #ff4e5d;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 40px;
}