.bundle-container-tips.is-show-tips{
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid var(--header_text_color);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--header_text_color);
    transition: opacity 0.3s,transform .4s,top .4s;
    padding: 8px 20px;
    font-size: 12px;
    color: var(--header_bg_color);
    min-width: 300px;
    z-index: 2001;
    text-align: center;
}