#demoTable td,#demoTable th{
 	height:30px;
 	min-width:100px;
 	font-family:"Helvetica Neue", "Microsoft Yahei", Arial, sans-serif;
 	font-size:12px;
 }
 #demoTable th{
 	background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
 }
 ::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
   height: 10px;
  }
  ::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
   box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
   background : #bdd1f1;
  }
  ::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
   border-radius: 10px;
   background : rgba(0, 0, 0, 0.2);
  }
  .kaoq-table {
 background-color: #001427 !important;
}.kaoq-table tr:nth-child(2n+1) {
    background: #071c2f;
}
.kaoq-input {
    border: 1px solid #0f82a2;
    background: rgba(5,38,62,0.8);
    padding: 0.5rem;
    color: #fff;
    width: 90%;
}
.kaoq-table tr td {
    border: 1px solid #192c3b;
  padding: 5px;
    color: #afeffd;
}
.kaoq-table th {
	background: #071c2f !important;
	border: 1px solid #192c3b !important;

    padding: 15px 3px;
    color: #71e2fb;
    font-size: 14px;
}
.sHeaderInner table {
    background-color: #001427 !important;
}
.boderno {
    border: none !important;
    border-bottom: 1px solid #192c3b !important;
}
.kaoqbtn {
    padding: 0.4rem 0.6rem;
    border-radius: 3px;
}
.btn-primary {
    color: #fff !important;
    border: none;
    background: #22ad38;
}
 @media screen and (min-width: 1500px) {
    #demoTable td,#demoTable th{
 	height:30px;
 	width:10%;
 }
}
 #demoTable td{
 	
 }
 #demoTable{
 	border-top:2px solid #428bca;
 	
 }
 .fakeContainer {  
     margin: 5px 20px 20px 20px;  
     border: none;                        
     overflow: hidden;  
 } 
 .my_width{
 	/*width:100%;*/
 	overflow:hidden;
 	padding:0 20px;
 }
 .first_div{
 	display:block;
 	margin:0 auto;
 }
 /*表格上方查询等功能的样式*/
 .radius{
 	border-radius:8px;
 }
 @media screen and (max-width:1500px) and (min-width:1200px) {
    .sData {
        width: 37.2% !important;
        height: 44vh !important;
    }
    
 }

 @media screen and (max-width:1620px) and (min-width:1500px)  {
    .sData {
        width: 48.3% !important;
        height: 44vh !important;
    }
    
 }
 @media screen and (max-width:1720px) and (min-width:1620px)  {
    .sData {
        width: 52.5% !important;
        height: 44vh !important;
    }
    
 }