.notice-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    padding: 12px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.notice-popup.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.notice-popup .popup-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.69);
}
.notice-popup .popup-card.site5-random-popup-card {
    position: relative;
    width: 88% !important;
    width: calc(100vw - 64px) !important;
    max-width: 410px !important;
    max-height: 520px;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 48px rgba(0,0,0,.32);
}
.notice-popup .popup-title {
    height: 52px;
    color: #fff;
    background: #06c568;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
}
.site5-random-popup-body {
    max-height: 390px;
    max-height: calc(100vh - 154px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}
.site5-random-popup-section {
    padding: 12px 15px 13px;
    box-sizing: border-box;
    background: #fff;
}
.site5-random-popup-section + .site5-random-popup-section {
    border-top: 7px solid #f5f6f7;
}
.site5-random-popup-heading {
    margin-bottom: 7px;
    color: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}
.site5-random-popup-heading strong {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #1f1f1f;
}
.site5-random-popup-heading span {
    margin-left: 8px;
    font-size: 12px;
    line-height: 21px;
    color: #888;
}
.site5-random-popup-row {
    min-height: 35px;
    padding: 2px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.site5-random-popup-number-row {
    margin-top: 2px;
    padding-top: 7px;
    border-top: 1px solid #f1f1f1;
}
.site5-random-popup-fit {
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
    font-weight: 600;
}
.site5-random-popup-animals {
    color: #d94242;
    font-size: 22px;
    letter-spacing: .5px;
}
.site5-random-popup-numbers {
    color: #365f7c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: .15px;
}
.notice-popup .popup-actions.site5-random-popup-actions {
    height: 52px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.notice-popup .popup-actions.site5-random-popup-actions button {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #07bb62;
    font-size: 17px;
    line-height: 52px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
@media screen and (max-width: 380px) {
    .notice-popup { padding: 8px; }
    .notice-popup .popup-card.site5-random-popup-card {
        width: 90% !important;
        width: calc(100vw - 40px) !important;
        max-width: 390px !important;
    }
    .notice-popup .popup-title { height: 48px; font-size: 19px; line-height: 48px; }
    .site5-random-popup-body { max-height: calc(100vh - 142px); }
    .site5-random-popup-section { padding: 10px 12px 11px; }
    .site5-random-popup-heading strong { font-size: 14px; }
    .site5-random-popup-heading span { font-size: 11px; }
    .site5-random-popup-row { min-height: 32px; }
    .site5-random-popup-animals { font-size: 20px; }
    .site5-random-popup-numbers { font-size: 17px; }
    .notice-popup .popup-actions.site5-random-popup-actions,
    .notice-popup .popup-actions.site5-random-popup-actions button { height: 48px; line-height: 48px; }
}
@media screen and (max-height: 620px) {
    .notice-popup .popup-title { height: 46px; line-height: 46px; font-size: 19px; }
    .site5-random-popup-section { padding-top: 8px; padding-bottom: 9px; }
    .site5-random-popup-row { min-height: 29px; }
    .notice-popup .popup-actions.site5-random-popup-actions,
    .notice-popup .popup-actions.site5-random-popup-actions button { height: 46px; line-height: 46px; }
}
