﻿.modal-16 {
    width: 1600px;
}

.modal-15 {
    width: 1500px;
}

.modal-14 {
    width: 1400px;
}

.modal-13 {
    width: 1300px;
}

.modal-12 {
    width: 1200px;
}

.modal-11 {
    width: 1100px;
}

.modal-10 {
    width: 1000px;
}

.modal-9 {
    width: 900px;
}

.modal-8 {
    width: 800px;
}

.modal-7 {
    width: 700px;
}

.modal-6 {
    width: 600px;
}

.modal-5 {
    width: 500px;
}

.note { /*width:150px;*/
    height: 150px;
    position: absolute;
    overflow: hidden;
}

    .note .name {
        height: 20px;
        min-width: 50px;
        background-color: yellow;
        color: black;
        text-align: center;
    }

    .note .value {
        height: 20px;
        min-width: 50px;
        background-color: black;
        color: forestgreen;
        text-align: center;
    }

    .note .warn {
        color: red;
    }

.btn-green {
    background-color: #4cff00;
}

.btn-red {
    background-color: #ff0000;
}

.btn-gray {
    background-color: #dedada;
}


.pnote { /*width:150px; height:150px; */
    position: absolute;
    overflow: hidden;
}

    .pnote .name {
        height: 20px;
        min-width: 50px;
        background-color: yellow;
        color: black;
        text-align: center;
    }

    .pnote .value {
        height: 20px;
        min-width: 50px;
        background-color: black;
        color: forestgreen;
        text-align: center;
    }

    .pnote .warn {
        color: red;
    }
    .zh_table{border-spacing: 2px;border-color: gray;font-size:12px; font-family:微软雅黑;border-collapse: collapse; width:100%; text-align:center;padding-top:80px;}
.zh_table td{padding: 5px 10px;border: 1px solid #DDD;}
.zh_table tr tdhover{ cursor:pointer;background-color:#87CEFD;}
.zh_table i {   font-size:30px; }