.mesflexCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .warnWrapToast{
        position: fixed;
        top: 140px;
        left: 50%;
        transform: translate(-50%,-50%) scale(2);
        margin: 0 auto;
        z-index: 1999;
        width: fit-content;
        height: 2.083vw;
        padding: 0 1.198vw;
        background: #FFF7E6;
        border-radius: 0.208vw;
        border: 1px solid #FBB865;
    }
    .warnWrapToast .warnWrapToastIcon{
        width: 1.042vw;
        height: 1.042vw;
        margin-right: 0.313vw;
    }
    .warnWrapToastDes{
        font-family: "PingFang_Medium";
        font-weight: 500;
        font-size: 0.833vw;
        color: #FBB865;
        line-height: 1.146vw;
        text-align: left;
        font-style: normal;
    }