@charset "UTF-8";
body{
    margin: 0;
    padding-top: 50px;
}
.searchw{
    position: fixed;
    width: 1202px;
    height: 32px;
    padding: 9px 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #ffffff;
}
.serls{
    float: left;
    width: auto;
    padding-right: 15px;
}
.serls .sertit{
    float: left;
    width: auto;
    padding-right: 5px;
    font-size: 14px;
    line-height: 32px;
    color: #111111;
}
.serls .serinp{
    display: block;
    float: left;
    padding: 0 5px;
    height: 32px;
    border: 1px solid #e5e5e5;
    outline: none;
    border-radius: 2px;
    box-sizing: border-box;
}
.serls .inp{
    width: 230px;
}
.serls .sel{
    width: 100px;
}
.serls .searchbtn{
    display: block;
    height: 32px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    background:#2d8cf0;
    border-radius: 2px;
}
.serls.upall{
    float: right;
    padding-right: 0;
}
.upall .upbtn{
    display: block;
    height: 32px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    background:#19be6b;
    border-radius: 2px;
}
.maincontent{
    display: table;
    width: 1200px;
    margin: 0 auto;
    border:1px solid #E1E1E1;
}
.theader{
    display: table-row;
    background: #EEEEEE;
}
.theader .tdlis{
    display: table-cell;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.2;
    color: #000000;
}
.tboday{
    display: table-row;
    color: #111111;
}
.tboday.warr{
    color: #ed4014;
}
.tboday.uping{
    font-weight: bold;
    color: #ff6600;
    background: #D1D1D1;
}
.tboday .tdlis{
    display: table-cell;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
    border-top: 1px solid #E1E1E1;
}
.tboday .tdlis span{
    font-weight: bold;
}
.tboday .tdlis .tipsmsg{
    display: block;
    font-size: 12px;
    color: #ff0000;
}
.loading{
    position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; background-color: rgba(255,255,255,0.5);
    background-image: url("../images/loading.gif"); background-repeat: no-repeat; background-position: center;
}