﻿.tablePros{ width: 100%; table-layout: fixed; text-align: center; font-size: 12px;border-bottom: 1px solid rgb(164,218,234); border-right: 1px solid rgb(164,218,234);}
.tablePros .title{ -webkit-print-color-adjust: exact; background-color: rgb(79,173,194);color: rgb(255,255,255);}
.tablePros td{text-overflow: ellipsis;white-space: nowrap; overflow:hidden; -webkit-print-color-adjust: exact; padding:5px; background-color: rgb(241,254,255);color: rgb(30,30,30); border-top: 1px solid rgb(164,218,234); border-left: 1px solid rgb(164,218,234); }
.tablePros th{ padding:8px; }
.tablePros td[rowspan='1']{ background:#fff;}
.tablePros .sum{ background-color: rgb(184,227,236) !important; color: rgb(30,30,30)!important;}
.tablePros .sum2{ background-color: rgb(220,242,240) !important; color: rgb(30,30,30)!important;}

.temptablePros{ width: 100%; }
.temptablePros tr:first-child td{ border-left:0; border-top:0; }
.temptablePros td{ border-left:0; }

        
/*手写的弹出层 阴影*/
.Div_SelectHelpLayer_Shadow{ display:none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; background: #000; opacity: .3;}
/*手写的弹出层*/
.Div_SelectHelpLayer{ text-align:center; display:none;position: fixed; width:1000px; height:450px; top: 50%; left: 50%;  margin-left: -500px; margin-top: -300px; background: #fff; z-index: 10;    border-radius: 2px 2px 0 0;   box-shadow: 1px 1px 50px rgba(0,0,0,.3);}
/*手写的弹出层 标题*/
.Div_SelectHelpLayer .Div_SelectHelpLayer_Title{ height: 50px; width: 100%; position: absolute; top: 0; line-height: 50px; background-color: #258BE4; color: #fff;}
.Div_SelectHelpLayer .Div_SelectHelpLayer_Title .close{ cursor: pointer; display: block; width: 50px; height: 50px; float: right; font-weight: bold;}
.Div_SelectHelpLayer .Div_SelectHelpLayer_Content{ height: calc(100% - 50px); width: 100%; position: absolute; bottom: 0; overflow: auto;}
        
.Div_SelectHelpLayer_Content .layui-layer-msg{ background:#ccc;}
.Div_SelectHelpLayer_Content .layui-form-item .layui-inline{ float:left;}
.Div_SelectHelpLayer_Content .layui-form input[type=checkbox]{display: inherit !important;}
.Div_SelectHelpLayer_Content .layui-form-item{ /*margin-top: 15px;*/}

.topBtn{ width: 130px; line-height: 20px; color: #fff; height: 20px; position: absolute; cursor: pointer; border-radius: 0 0 15px 15px; left: 50%; margin-left: -65px; background: #34A8FF; box-shadow: 0 0 10px #ccc; font-size: 12px;}
.topContent{background:#fff; transition: .2s; width: 100%; margin-bottom: 25px; position: relative;}
.topContent .tcontents{border-bottom: 1px solid #ccc; box-shadow: 0 0 10px #ccc; overflow: hidden; padding-top: 15px;}

.bottomBtn{width: 100px; height: 20px; cursor: pointer; transition: .2s; position: absolute; bottom:300px; border-radius: 15px 15px 0 0; left: 50%;  margin-left: -50px; font-size: 12px; background: #34A8FF; box-shadow: 0 0 10px #ccc; line-height: 20px; color: #fff;}
.bottomContent{position: absolute; background:#fff;transition: .2s;  width: 100%; height: 300px; bottom: 0; overflow: auto; border-top: 1px solid #ccc; box-shadow: 0 0 10px #ccc;}

.tableProPage{ -webkit-print-color-adjust: exact; height:30px; margin:0 auto; text-align: left; font-size: 9px;color: rgb(255,255,255);vertical-align: middle;    background-color: #DDF9FF; border: 1px solid #A4DAEA; border-bottom: 0;}
.tableProPage .bul{ background: rgb(79,173,194); height:30px; border: 0; outline: 0; color: #fff; font-size: 12px; padding: 0 10px 0 10px; cursor: pointer;}
.tableProPage .bul:hover{ background:rgb(164,218,234);}

.SearchDisplay{display:none;}
