

@media (min-width: 100px) and (max-width: 992px) {
    .baoming {
        width: 0.6rem; height: 0.6rem;
        border-radius: 0.08rem;
        background: rgba(247, 250, 253, 1);
        position: fixed;
        top: 1.6rem; right: 0.16rem; z-index: 20;
        display: flex; align-items: center; justify-content: center;
        flex-direction: column; cursor: pointer;
        
        
    }
    .baoming>img {
        width: 0.15rem; height: 0.15rem; margin-bottom: 0.03rem;
    }
    .baoming>div {
        font-size: 0.12rem; font-weight: 400;
        color: rgba(28, 29, 31, 1);
    }
}

@media (min-width: 992px) {
    .baoming {
        width: 80px; height: 80px;
        border-radius: 8px;
        background: rgba(0, 47, 231, 1);
        position: fixed;
        top: 300px; right: 0; z-index: 20;
        display: flex; align-items: center; justify-content: center;
        flex-direction: column; cursor: pointer;
        >img {
            width: 21px; height: 21px; margin-bottom: 12px;
        }
        >div {
            font-size: 12px; font-weight: 400;
            color: rgba(255, 255, 255, 1);
        }
    }
}