﻿#caterersOrgans {
    width: 1600px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 219px;
    text-align: center;
}

.organsIndex::after, .sys_clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.organsIndex {
    background: url(/Images/organsIndexBg.png)no-repeat;
    background-size: 100% 100%;
    height: 980px;
    margin-bottom: 50px;
}

.organData {
    float: left;
    margin-left: 0px;
    margin-top: 100px;
}

.organMap {
    float: left;
    /*   width: 1200px;
        height: 700px;*/
    margin-top: 63px;
    margin-left: -78px;
}

.organDataMum {
    width: 222.6px;
    height: 222.6px;
    margin-bottom: 45px;
    background: url(/Images/organDataMumBg.png)no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.numType {
    color: #00E5ED;
    font-size: 24px;
    margin-top: 128px;
    text-align: center;
}

.organName {
    color: #fff;
    font-size: 12px;
    width: 222px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.supervisionBg {
    background: url(/Images/supplierOhterBg.png)no-repeat;
    background-size: 100% 100%;
    width: 1608px;
    height: 508px;
    margin: 50px 0
}

.sup-table-wrap {
    border-spacing: 0px 17px;
    border-collapse: separate;
    height: 420px;
    margin-top:50px;
}

.supTable {
    width: 98%;
    margin-top: 0px;
}

    .supTable td, .supTable th {
        text-align: center;
    }

.supervisionTile {
    font-size: 16px;
    color: #FDC609;
    padding: 11px 0 0px 84px;
    text-align: left;
}

.supTable td {
    color: #C7E1FD;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.supTable tr:hover {
    background: rgba(4,127,188,0.2);
    cursor: pointer;
}

.supTable th {
    color: #2983E3;
    font-size: 14px;
}

.supTable td:first-child span {
    color: #00FFD3;
    font-size: 12px;
    border: 1px solid #00ffd3;
    padding: 3px 5px;
}

.supTable td:nth-child(4) {
    color: #FFD93F
}

.applyBg {
    background: url(/Images/sysBottonBg.png)no-repeat;
    background-size: 100% 100%;
    width: 697px;
    height: 145px;
    font-size: 24px;
    color: #fff;
    margin-top: 65px;
    border: none
}

    .applyBg:hover {
        border-style: none;
        border: none;
    }

    .applyBg:active {
        border-style: none;
        border: none;
    }

    .applyBg:active {
        border: none;
        border: none;
    }

button:focus {
    outline: none !important;
}

button:active {
    outline: none !important;
}

.tableid_ {
    margin: 0 auto;
    left: 10px !important;
    right: 10px !important;
}

    .tableid_ th {
        color: #2983E3;
        font-size: 14px;
        width: 15%;
        text-align: center;
        padding: 5px 0;
        background: #000F24;
        padding-bottom: 5px;
    }
.ps-content {
    background: #000F24 url(/Images/foot-bg.png)no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}