.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: none;
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: none;
    border-right: none;
}

.layui-layer-title {
    color: #007CEE !important;
    display: flex;
    align-items: center;
}


.layui-layer-title:before {
    content: "";
    display: inline-block;
    background: #007CEE !important;
    width: 4px;
    height: 16px;
    margin-right: 10px;
}

.layui-form-label {
    width: 100px !important;
    padding: 12px 0;
}

.darkblue {
    color: #3876F9;
}

.blue {
    color: #4EDBDD;
}

.orange {
    color: #F7B72F;
}

.red {
    color: #FC8282;
}

.purple {
    color: #6D69E1;
}

.cyan {
    color: #3DC5C6;
}


body {
    overflow: hidden;
    background-color: transparent;
}

.title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    display: flex;
}

.title.titleBox {
    padding-left: 5px;
}

.tableTitle {
    display: flex;
    justify-content: space-between;
}

.tableTitle .btn {
    color: #017AD2;
    border: 1px solid #017AD2;
}

.tableTitle .btn.active {
    background: #017AD2;
    color: white;
}

.title img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.cardBox {
    margin-right: 5px;
    display: flex;
    flex: 1;
    justify-content: space-between;
}


.liaocangNum {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 -2px 10px 0 rgb(233 233 233 / 40%);
    height: 100px;
    border-radius: 5px;
    text-align: center;
    /*margin-bottom: 25px;*/
    padding: 0 15px;
}

.liaocangNum .head,
.guigeType .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.liaocangNum p {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    text-align: left;
}

.head img {
    width: 70px;
    /*height: 34px;*/
}

.liaocangNum .text {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    margin: 0 10px 0 10px;
}

.textAlignCenter {
    text-align: center;
}

.text .count-block {
    width: 30px;
    height: 50px;
    margin-left: 5px;
    font-size: 42px;
    color: #0177CD;
    line-height: 50px;
    background: linear-gradient(to bottom, #D4E8F6 45%, transparent 45% 55%, #D4E8F6 55%);
    font-weight: 700;
}

.text .unit {
    font-weight: bold;
    color: #555;
    padding-left: 5px;
}

p {
    margin: 10px 0;
}


.flexColumn {
    display: flex;
    flex-direction: column;
}

.flex1 {
    flex: 1;
}

.displayFlex {
    display: flex;
}

.displayAlignCenter {
    display: flex;
    align-items: center;
}

img.cube {
    width: 43px;
    height: 48px;
    margin-right: 15px;
}

img.tv {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.name {
    color: #868686;
}

.number {
    font-size: 20px;
    font-weight: bold;
}

.unit {
    font-size: 10px;
    font-weight: bold;
}

th {
    background: #E0EFFF;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid white !important;
}

.table-bordered > tbody > tr:nth-of-type(1) {
    border-top: none;
}

.bootstrap-table .fixed-table-container .table td {
    color: #666666;
}

.bootstrap-table .fixed-table-container .table tr:nth-of-type(2n+1) {
    background: #F5FAFE;
    height: 37px;
}

.bootstrap-table .fixed-table-container .table tr:nth-of-type(2n) {
    background: #E3ECF8;
    height: 37px;
}


.demo-tab-header .layui-btn.layui-this {
    background: #017AD2;
    color: #FFFFFF;
}

.layui-btn {
    color: #017AD2;
    border: 1px solid #017AD2;
}

.layui-input,
.layui-input-split,
xm-select,
xm-select:hover,
xm-select:focus {
    border-color: #1682D2 !important;
}

.layui-form-mid,
.layui-icon-search:before {
    color: #1682D2;;
}

.xm-tips,
input::placeholder {
    font-weight: normal;
    color: #1180D1 !important;
}

/*下拉框*/
xm-select .xm-label .scroll .label-content {
    font-weight: bold;
    color: #1180D1;
}

xm-select > .xm-tips {
    padding-left: 25px !important;
    color: #1180D1 !important;
}

xm-select,
xm-select:hover,
xm-select:focus {
    /*border: 1px solid #1682D2 !important;*/
}

xm-select > .xm-icon {
    border-top-color: #1682D2 !important;
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #1682D2 !important;
}


.table-wrap {
    overflow: hidden;
}

.fixed-table-container {
    border: none !important;
}

::-webkit-scrollbar {
    display: none;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    font-size: 1em;
}

.searchFormBox .input {
    display: flex;
    height: 45px;
    line-height: 45px;
    /*margin-left: 40px;*/
    padding: 20px;
    border: none;
    background: url(../../assets/images/inputBG.png) no-repeat 0 0 / 100% 100%;
}

.searchFormBox input::placeholder {
    color: #1180D1;
}

/*下拉框*/
.searchFormBox .typeSelect {
    display: flex;
    height: 45px;
    line-height: 45px;
    margin-left: 110px;
    background: url(../../assets/images/selectBG2.png) no-repeat 0 0 / 100% 100%;
}

.searchFormBox xm-select {
    min-height: 36px;
    line-height: 36px;
}

.searchFormBox xm-select {
    background-color: #FFF;
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    display: block;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.searchFormBox xm-select {
    border: none !important;
    background-color: transparent !important;
}

.searchFormBox .timeSelect {
    display: flex;
    /* padding-left: 25px; */
    background: url(../../assets/images/selectBG2.png) no-repeat 0 0 / 100% 100%;
}

.searchFormBox .timeSelect .icon {
    float: right;
    margin-top: 14px;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    background: url(../../assets/images/calender.png) no-repeat 0 0 / 100% 100%;
}

.searchFormBox .layui-input, .layui-select, .layui-textarea {
    padding-left: 25px;
    height: 45px;
    line-height: 45px;
    border: none;
    color: #1180D1;
    background-color: rgba(0, 0, 0, 0);
}

.searchFormBox label {
    margin-bottom: 0;
}

.searchBtn {
    padding: 5px;
}

#search.layui-btn {
    background: #017AD2;
    color: #FFF;
}

xm-select .xm-label .scroll .label-content {
    line-height: unset !important;
}
