﻿
.msg-box-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999999;
    background-image: url(/img/opacity.png);
}

/********* 消息提示框 *******/
.msg-box-alert-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10000000;
    background-image: url(/img/opacity.png);
    display: none;
}

.sys-msg-alert-1 {
    position: fixed;
    left: 15%;
    top: 43%;
    width: 60%;
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 5%;
    z-index: 99999;
}

    .sys-msg-alert-1 > p {
        display: block;
        font-size: 0.37rem;
        line-height: 0.55rem;
        color: #000000;
        text-align:center;
    }

.sys-msg-alert-2 {
    line-height: 0.9rem;
    background-color: #8dc21f;
    color: #fff;
    font-size: 0.35rem;
    left: 0px;
    top: -1rem;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

/********* 消息确认框 *******/
.sys-msg-confirm {
    position: fixed;
    left: 15%;
    top: 30%;
    width: 70%;
    background-color: rgb(255, 255, 255);
    opacity: 0.95;
    border-radius: 0.3rem;
    overflow: hidden;
}

    .sys-msg-confirm > p {
        display: block;
        font-size: 0.37rem;
        font-family: 微软雅黑;
        letter-spacing: 0.03rem;
        line-height: 0.6rem;
        color: #000000;
        padding: 5%;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        text-align:center;
    }

    .sys-msg-confirm .btn {
        width: 49.5%;
        line-height: 1.0rem;
        font-size: 0.4rem;
        font-family: 微软雅黑;
        float: right;
        color: #333;
        border-top: solid 1px #dadada;
        text-align:center;
    }

    .sys-msg-confirm .btn-ok {
        /*background-color: #3fb300;*/
    }

    .sys-msg-confirm .btn-cancel {
        /*background-color: #aab7a2;*/
    }

.btn-split {
    width: 1px;
    float: right;
    background-color: #d3d4d4;
    height: 1.0rem;
}
