.alert-warning {
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -300px;
    width: 600px;
    height: 270px;
    background: #fff;
    z-index: 1001;
    display: none;
}

.alert-warning .alert-wzsm {
    width: 480px;
    height: 100px;
    margin: 15px auto 0;
    line-height: 35px;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-family: "microsoft=" " yahei';=" " padding-bottom:=" " 15px;border-bottom:=" " 1px=" " solid=" " #d4d4d4;'="

}

@media screen and (max-width: 750px) {
    .content-box {
        padding-top: .26rem;
        padding-bottom: .53rem;
    }

    .content-box ul li {
        box-sizing: border-box;
        margin: auto;
        width: 8.93rem;
        height: 2.13rem;
        border-radius: 0rem 0rem 0rem 0rem;
        border: 0.03rem solid #EAEEF2;
        margin-top: .27rem;
        font-size: 0.37rem;
        display: flex;
        padding-left: 1.2rem;
        align-items: center;

    }

    .content-box .content-img-box {
        width: 1.1rem;
    }

    .content-box .content-img-box img {
        width: 100%;
        height: auto;
    }

    .content-box ul li a {
        margin-left: .5rem;
    }

    .alert-dialog {}

    .alert-dialog .alert-delete {
        width: 80%;
    }

    .alert-dialog .alert-delete .close-icon {
        background: url(https://thsq.top/images/shanchu_20211213.png) center center no-repeat;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 19px;
        height: 19px;
        cursor: pointer;
    }

    .alert-warning {
        width: 90%;
        height: auto;
        margin-left: 0;
        background: #fff;
        z-index: 1001;
        left: 5%;
        border-radius: .1333rem;
        font-size: .1867rem;
        border: 1px solid #ccc;

    }

    .alert-warning .alert-wzsm {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: .2rem auto 0;
        line-height: .8rem;
        font-size: .5rem;
        color: #000;
        text-align: center;
        font-family: "microsoft=" " yahei';=" " padding-bottom:=" " 15px;border-bottom:=" " 1px=" " solid=" " #d4d4d4;'=";
        padding:0 .2667rem;
        border-bottom: 0;
    }
 
}