﻿
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


.Bio_main {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.Main_Top {
    width: 1150px;
    height: 50px;
    /*border:1px solid red;*/
    margin: 0 auto;
}

.Main_Bot {
}

.table {
    /*合并表格中单元格的重复边框*/
    border-collapse: collapse;
    border: 1px solid blue;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .table td {
        border: 1px solid blue;
        width: 205px;
        height: 25px;
        text-align: center;
    }

    .table tr:nth-child(1) {
        background-color: aquamarine
    }

    .table tr:nth-child(2) {
        background-color: #FFFFCC;
        color: blue;
    }

    .table td:nth-child(1) {
        width: 50px;
    }

    .table td:nth-child(2) {
        width: 200px;
    }

    .table td:nth-child(3) {
        width: 80px;
    }
    /*4 T差*/
    .table td:nth-child(4) {
        width: 70px;
    }
    /*5 PH*/
    .table td:nth-child(5) {
        width: 80px;
    }
    /*6 PH差*/
    .table td:nth-child(6) {
        width: 70px;
    }
    /*7 DO*/
    .table td:nth-child(7) {
        width: 80px;
    }
    /*DO差*/
    .table td:nth-child(8) {
        width: 70px;
    }
/*转速*/
    .table td:nth-child(9) {
        width: 80px;
    }
/*空气*/
    .table td:nth-child(10) {
        width: 100px;
    }
    /*CO2*/
    .table td:nth-child(11) {
        width: 100px;
    }
    /*O2*/
    .table td:nth-child(12) {
        width: 100px;
    }
    /*状态*/
    .table td:nth-child(13) {
        width: 120px;
    }



.Btn_CheckForward {
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
    color: #0523af;
}
.statusText {
    float:left;width:120px;height:30px;line-height:30px;position:relative;
}
