@font-face {
    font-family: 'NotoSansHans';
    src: url("../font/NotoSansHans.eot");
    src: url("../font/NotoSansHans.eot?#iefix") format("embedded-opentype"),
    /* url("../font/NotoSansHans.woff2") format("woff2"), */
    /* url("../font/NotoSansHans.woff") format("woff"), */
    /* url("../font/NotoSansHans.ttf") format("truetype"), */
    url("../font/NotoSansHans.svg#glyphicons_halflingsregular") format("svg");
  }
  html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  body {
    font-size: 1em;
    position: relative;
    background: #FFF;
    font-family: "NotoSansHans", "微软雅黑", "黑体", "Microsoft YaHei", Arial, FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif, "Segoe UI", "Lucida Grande", Helvetica;
    color: #333;
    max-width: 1920px;
    min-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
  }
  body,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td,
  hr,
  button,
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    margin: 0;
    padding: 0;
  }
  div{
    padding: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block
  }

  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }

  button,
  input,
  select,
  textarea {
    font: 12px/1.5 "NotoSansHans","微软雅黑", tahoma, arial, "Hiragino Sans GB", \5b8b\4f53
  }

  input,
  select,
  textarea {
    font-size: 100%
  }

  table {
    border-collapse: collapse;
    border-spacing: 0
  }

  th {
    text-align: inherit
  }

  fieldset,
  img {
    border: 0
  }

  iframe {
    display: block
  }

  abbr,
  acronym {
    border: 0;
    font-variant: normal
  }

  del {
    text-decoration: line-through
  }

  address,
  caption,
  cite,
  code,
  dyn,
  em,
  th,
  var {
    font-style: normal;
    font-weight: 500
  }

  ol,
  ul {
    list-style: none
  }

  caption,
  th {
    text-align: left
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: 500
  }

  q:before,
  q:after {
    content: ' '
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
  }

  sup {
    top: -0.5em
  }

  sub {
    bottom: -0.25em
  }

  ins,
  a {
    color:#333;
    text-decoration: none;
    background-color: transparent;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, serif;
    font-size: 1em
  }

  .text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .fl {
    float: left
  }

  .fr {
    float: right
  }

  .clearfloat:after,
  .clearfloat:before {
    content: " ";
    display: table;
    width: 0;
    height: 0;
    clear: both
  }

  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
  }
  .wrap-box {
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
  }

  .content-box {
    margin: 0 auto;
  }
  /* 栅格 */
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6px;
    padding-right: 6px;
    max-width: 768px;
    background: #f5f5f5;
  }
  .yn-float-wrap{
    position: absolute;
    overflow: hidden;
  }
  .yn-float-fixd{
    position: fixed;
  }
  .yn-float-fixd.yn-float-lt{
    left:0;
    top:0;
    right:auto;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-lc{
    left:0;
    top:50%;
    right:auto;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-lb{
    left:0;
    top:auto;
    right:auto;
    bottom:0;
  }
  .yn-float-fixd.yn-float-ct{
    left:50%;
    top:0;
    right:auto;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-cc{
    left:50%;
    top:50%;
    right:auto;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-rt{
    left:auto;
    top:0;
    right:0;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-rc{
    left:auto;
    top:50%;
    right:0;
    bottom:auto;
  }
  .yn-float-fixd.yn-float-rb{
    left:auto;
    top:auto;
    right:0;
    bottom:0;
  }
  .yn-float-image{
    width:100%;
  }
  .yn-float-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
  }
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .col-lg-24{
    padding-left: 0;
    padding-right: 0;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .row.limit .col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .clearfix:before,
  .clearfix:after,
  .container:before,
  .container:after,
  .container-fluid:before,
  .container-fluid:after,
  .row:before,
  .row:after {
    content: ' ';
    display: table;
  }
  .clearfix:after,
  .container:after,
  .container-fluid:after,
  .row:after {
    clear: both;
  }
  @media (min-width: 1200px) {
    .row.limit{
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
      float: left;
    }
    .col-lg-24 {
      width: 100%;
    }
    .col-lg-23 {
      width: 95.83333333%;
    }
    .col-lg-22 {
      width: 91.66666667%;
    }
    .col-lg-21 {
      width: 87.5%;
    }
    .col-lg-20 {
      width: 83.33333333%;
    }
    .col-lg-19 {
      width: 79.16666667%;
    }
    .col-lg-18 {
      width: 75%;
    }
    .col-lg-17 {
      width: 70.83333333%;
    }
    .col-lg-16 {
      width: 66.66666667%;
    }
    .col-lg-15 {
      width: 62.5%;
    }
    .col-lg-14 {
      width: 58.33333333%;
    }
    .col-lg-13 {
      width: 54.16666667%;
    }
    .col-lg-12 {
      width: 50%;
    }
    .col-lg-11 {
      width: 45.83333333%;
    }
    .col-lg-10 {
      width: 41.66666667%;
    }
    .col-lg-9 {
      width: 37.5%;
    }
    .col-lg-8 {
      width: 33.33333333%;
    }
    .col-lg-7 {
      width: 29.16666667%;
    }
    .col-lg-6 {
      width: 25%;
    }
    .col-lg-5 {
      width: 20.83333333%;
    }
    .col-lg-4 {
      width: 16.66666667%;
    }
    .col-lg-3 {
      width: 12.5%;
    }
    .col-lg-2 {
      width: 8.33333333%;
    }
    .col-lg-1 {
      width: 4.16666667%;
    }
  }

  @media (max-width: 767px) {
    body {
      font-size: 1em;
      font-family: Helvetica;
    }
  }
  /* UE附件图标 */
  .edui-file{
    padding-left: 12px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url("data:image/gif;base64,R0lGODlhEAAQAPcAAP//////zP//mf//Zv//M///AP/M///MzP/Mmf/MZv/MM//MAP+Z//+ZzP+Zmf+ZZv+ZM/+ZAP9m//9mzP9mmf9mZv9mM/9mAP8z//8zzP8zmf8zZv8zM/8zAP8A//8AzP8Amf8AZv8AM/8AAMz//8z/zMz/mcz/Zsz/M8z/AMzM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZM8yZAMxm/8xmzMxmmcxmZsxmM8xmAMwz/8wzzMwzmcwzZswzM8wzAMwA/8wAzMwAmcwAZswAM8wAAJn//5n/zJn/mZn/Zpn/M5n/AJnM/5nMzJnMmZnMZpnMM5nMAJmZ/5mZzJmZmZmZZpmZM5mZAJlm/5lmzJlmmZlmZplmM5lmAJkz/5kzzJkzmZkzZpkzM5kzAJkA/5kAzJkAmZkAZpkAM5kAAGb//2b/zGb/mWb/Zmb/M2b/AGbM/2bMzGbMmWbMZmbMM2bMAGaZ/2aZzGaZmWaZZmaZM2aZAGZm/2ZmzGZmmWZmZmZmM2ZmAGYz/2YzzGYzmWYzZmYzM2YzAGYA/2YAzGYAmWYAZmYAM2YAADP//zP/zDP/mTP/ZjP/MzP/ADPM/zPMzDPMmTPMZjPMMzPMADOZ/zOZzDOZmTOZZjOZMzOZADNm/zNmzDNmmTNmZjNmMzNmADMz/zMzzDMzmTMzZjMzMzMzADMA/zMAzDMAmTMAZjMAMzMAAAD//wD/zAD/mQD/ZgD/MwD/AADM/wDMzADMmQDMZgDMMwDMAACZ/wCZzACZmQCZZgCZMwCZAABm/wBmzABmmQBmZgBmMwBmAAAz/wAzzAAzmQAzZgAzMwAzAAAA/wAAzAAAmQAAZgAAMwAAAPz8/F0BE5EbTbmUpnkEP+BRsc67ydXS1evq7EFAQwAIGgAWQfL098Pc/Zewytzg5ABKkO3v8Mbl5aSmpv3//7rIxYaLiQ6OUU5iVRgsDAsRBLm/ALS0sX1XAP38+349CL6qnq2Pj+vExL+iov7+/v39/fn5+f///yH5BAEAAP8ALAAAAAAQABAAAAjMALEBGEiwIIB+2BL2+5Zv37Zt+yJGxAcgoUBv2R7V+/Iom8eM+Spi68duBSJE87JwW7kyWz57Ald8O4dojI+bOMdw2zeQXrh03rrou9GtaFFtIfsBsALPW717Hz/OCsnvHDif8rJqzQoPnNJ1gQCYy6NOjlk8eDiRWgeAn79AgcrBg4eurt1xVtqCI+cOXlZxgAOHO/fVHQB3n9rRoYOpca939Phh8+fOijo+fN5p3hzNcMKlgaLF25o13grJn9dZWc169QqRFg0aTBgQADs=");
  }
