.notice-wrapper {
    height: 30px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: calc(16 * 100vmin / 375);
}

.icon-tip {
    height: 1.2rem;
    padding: 0 0.6rem 0 1.2rem;
}

.notice-loading {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.1rem;
    color: #DF3736;
}

.icon-close {
    height: 0.9rem;
    padding: 0 1.2rem 0 .6rem;
}

.pop {
    position: relative;
}

.pop .title {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 2.5rem 2.5rem 1.8rem;
    line-height: 2.4rem;
    text-align: center;
}

.pop-content {
    box-sizing: border-box;
    padding: 0 2.5rem;
    margin-bottom: 8.8rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    max-height: 40vh;
}

.jump {
    color: #3E7BEB;
}

.pop-content > rich-text {
    display: inline-block;
    white-space: pre-line;
}

.pop-confirm {
    position: fixed;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
    height: 4.2rem;
    line-height: 4.2rem;
    text-align: center;
    font-size: 1.6rem;
    background: #DF3736;
    color: #fff;
    border-radius: .3rem;
}