.xuekao-bachelor-notice-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
    background: rgba(0, 0, 0, 0.52);
}

.xuekao-bachelor-notice-mask.is-visible {
    display: flex;
}

.xuekao-bachelor-notice-dialog {
    width: 480px;
    max-width: calc(100vw - 48px);
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
    color: #222;
}

.xuekao-bachelor-notice-title {
    padding: 20px 24px 4px;
    color: #a5003b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.35em;
    text-indent: 0.35em;
    text-align: center;
}

.xuekao-bachelor-notice-content {
    padding: 16px 28px 24px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

.xuekao-bachelor-notice-confirm {
    display: block;
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: #ba2f60;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.xuekao-bachelor-notice-confirm:hover,
.xuekao-bachelor-notice-confirm:focus-visible {
    background: #fff7fa;
}

@media (max-width: 600px) {
    .xuekao-bachelor-notice-mask {
        padding: 20px 32px;
    }

    .xuekao-bachelor-notice-dialog {
        width: 360px;
        max-width: calc(100vw - 64px);
    }

    .xuekao-bachelor-notice-title {
        padding: 16px 20px 2px;
        font-size: 20px;
    }

    .xuekao-bachelor-notice-content {
        padding: 14px 20px 20px;
        font-size: 16px;
        line-height: 1.45;
    }

    .xuekao-bachelor-notice-confirm {
        height: 52px;
        font-size: 18px;
        line-height: 52px;
    }
}
