@charset "utf-8";
/* CSS Document */
/* ============================ 重置css样式 ============================ */
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
; border:none;
}
 /*html,body{height:100%; overflow:hidden;}*/
html { -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body, button, input, select, textarea { font-size:12px; font-family:"苹方","微软雅黑"; color: #595757 }
body{ background:#f7f7f9;}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
em { font-style: normal; }
ul, ol, li { list-style: none; }
a {
	text-decoration: none;
	cursor:pointer;
	outline:0;
	color:#333;
}
html.body{
	width:100%;
}
a:hover { text-decoration:none; }
a:focus,  input:hover,  button:hover,  input[type='button']:hover { outline:none; }
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea { font-size: 100%; }
.overflow { overflow:hidden; }
img { max-width:100%; height:auto; border:none; interpolation-mode: bicubic; }

select {
    border: 1px #009cff solid;

    background-color: rgba(0, 0, 0, 0);
    color: #009cff;
}
/* ========================= 页面常用样式 CSS样式 =========================== */
.clear {
	clear:both;
}
.fl{ float:left;}
.fr{ float:right;}
.autoHeight{height:auto!important;min-height:0px;height:0px;}
.autoHeight:after{display:block;clear:both;content:".";visibility:hidden;height:0;}

.overflow{
	overflow: hidden;
}

/*input::-webkit-input-placeholder { !* WebKit browsers *!
  color: rgba(255,255,255,0.7);
}
input:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!
  color: rgba(255,255,255,0.7);
}
input::-moz-placeholder { !* Mozilla Firefox 19+ *!
  color: rgba(255,255,255,0.7);
}
input:-ms-input-placeholder { !* Internet Explorer 10+ *!
  color: rgba(255,255,255,0.7);
}*/
#scroll-1::-webkit-scrollbar,#zzjg::-webkit-scrollbar {
        width:6px;
        height:6px;
}
#scroll-1::-webkit-scrollbar-button,#zzjg::-webkit-scrollbar-button   {
    background-color:transparent;
    display:none;
    height:0
}
#scroll-1::-webkit-scrollbar-track,#zzjg::-webkit-scrollbar-track   {
    background:transparent;
}
#scroll-1::-webkit-scrollbar-track-piece,#zzjg::-webkit-scrollbar-track-piece {
    background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}
#scroll-1::-webkit-scrollbar-thumb,#zzjg::-webkit-scrollbar-thumb{
    background:rgba(0,114,255,0.8);
    border-radius:4px;
}
#scroll-1::-webkit-scrollbar-corner,#zzjg::-webkit-scrollbar-corner {
    background:#ccc;
}
#scroll-1::-webkit-scrollbar-resizer,#zzjg::-webkit-scrollbar-resizer  {
    background:#ccc;
}





#searChList::-webkit-scrollbar,.amap-info-content::-webkit-scrollbar {
        width:4px;
        height:0px;
}
#searChList::-webkit-scrollbar-button,.amap-info-content::-webkit-scrollbar-button    {
    background-color:transparent;
    display:none;
    height:0
}
#searChList::-webkit-scrollbar-track,.amap-info-content::-webkit-scrollbar-track     {
    background:transparent;
}
#searChList::-webkit-scrollbar-track-piece,.amap-info-content::-webkit-scrollbar-track-piece {
    background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}
#searChList::-webkit-scrollbar-thumb,.amap-info-content::-webkit-scrollbar-thumb{
    background:rgba(118,253,255,0.8);
    border-radius:6px;
}
#searChList::-webkit-scrollbar-corner,.amap-info-content::-webkit-scrollbar-corner {
    background:#ccc;
}
#searChList::-webkit-scrollbar-resizer,.amap-info-content::-webkit-scrollbar-resizer  {
    background:#ccc;
}


/*时间字体*/

 @font-face {
 font-family: 'fontClock';
 src: url('clock.eot');
 src: local('clock Regular'),
      local('clock'),
      /*url('../font/clock.woff') format('woff'),*/
      url('../font/clock.TTF') format('truetype'),
      url('../font/clock.svg#clock') format('svg');
}

/*滚动条*/
.searChList::-webkit-scrollbar,.layui-table-body::-webkit-scrollbar,.layui-layer-content::-webkit-scrollbar{
        width:3px;
        height:0px;
}
.searChList::-webkit-scrollbar-button,.layui-table-body::-webkit-scrollbar-button,.layui-layer-content::-webkit-scrollbar-button{
    background-color:transparent;
    display:none;
    height:0
}
.searChList::-webkit-scrollbar-track,.layui-layer-content::-webkit-scrollbar-track {
    background:transparent;
}
.layui-table-body::-webkit-scrollbar-track {
	width: 1px;
	background:#fff;
}

.searChList::-webkit-scrollbar-thumb,.layui-table-body::-webkit-scrollbar-thumb,.layui-layer-content::-webkit-scrollbar-thumb{
    background:#2e75b3;
    border-radius:6px;
}
.searChList::-webkit-scrollbar-corner,.layui-table-body::-webkit-scrollbar-corner,.layui-layer-content::-webkit-scrollbar-corner{
    background:#ccc;
}
.searChList::-webkit-scrollbar-resizer{
    background:#ccc;
}




.layui-card .layui-card-body .layui-table td { max-width: 100%;!important;}
th.layui-table-patch{
    padding: 0 !important;
}
.layui-form-item .layui-input-inline{
    width: auto!important;
}
.layui-table-page{
    text-align: right!important;
}
.layui-tab-card>.layui-tab-title .layui-this {
    background-color: #fff;
    border-top: 2px solid #177d93;
    font-weight: bold;
    font-size: 16px;
}
.layui-tab-title li{
    font-size: 16px!important;
}
