﻿@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  outline-style: none;
   font-family:'Microsoft YaHei';
  /*FF*/ }

body {
  line-height: 1; }

html {
  height: 100%; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  color: inherit;
  opacity: .9;
  cursor: pointer;
  text-decoration: none;
  bblr: expression(this.onFocus=this.blur());
  /*IE*/
  outline-style: none;
  /*FF*/ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

input, select {
  vertical-align: middle; }

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.left, .fl {
  float: left; }

.right, .fr {
  float: right; }

.width-1200 {
  width: 1200px;
  margin: 0 auto; }

.header-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  font-size: 14px;
  color: #fff; }

.header-left {
  float: left; }

.header-right {
  float: right; }

.btnLogin, .btnLersonal {
  position: relative;
  font-size: 14px;
  margin-right: 12px; }

.btnLogin::before, .btnLersonal::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  right: -7px;
  top: 10%;
  background: #fff; }

.date-box {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  margin-top: 20px; }

.date-box .date-left {
  margin-right: 5px; }
* {
    font-family:'Microsoft YaHei';
}
/*表格样式*/
.layui-table tbody tr:hover {
  background: #f6fbff; }
.layui-table th {
    height:60px;
    font-size:18px;
    font-weight:bold;
    background:#f3f5f9;
}
.layui-table td {
    font-size:16px;
    padding:28px 10px;
}

.layui-table td,.layui-table th {
  border-color: #e5e5e5; }
/*横排的表格样式*/
.layui-table.cc-row th {
         background:#f4f5f9;
         font-weight:normal;
         height:auto;
     }
      .layui-table.cc-row th, .layui-table.cc-row td {
          font-size:16px;
          padding:20px 26px;
      }

      .layui-table.cc-side-table th {
        height: 40px;
        font-size: 14px;
        font-weight: bold;
        padding: 0 15px;
    }

    .layui-table td, .layui-table th {
        padding: 10px 15px;
        color:#333;
    }

    .layui-table.cc-side-table thead tr {
        background: #f4f5f9;
        border:1px solid #e5e5e5;
    }

    .layui-table.cc-side-table tbody tr {
        cursor: pointer;
    }

