﻿/*[fmt]0A90-1A0A-3*/
@font-face {
  font-family: HattoriHanzoLight;
  src: url('../font/hattori/hattori_hanzo-webfont.eot');
  src: url('../font/hattori/hattori_hanzo-webfont86d7.eot?iefix') format('eot'), url('../font/hattori/hattori_hanzo-webfont.woff') format('woff'), url('../font/hattori/hattori_hanzo-webfont.ttf') format('truetype'), url('../font/hattori/hattori_hanzo-webfont.svg#webfont2bbtnxOL') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  margin: 0px;
  height: 100%;
}

body {
  font-size: 14px;
  font-family: 'Microsoft Yahei',Tahoma,Arial;
  color: #333333;
  background: #E8ECF0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, fieldset, textarea {
  margin: 0;
}

li, ul {
  list-style: none;
}

i {
  font-style: normal;
}

.nomar {
  margin: 0px;
}

.pad20 {
  padding: 20px;
}

.pad12-20 {
  padding: 12px 20px;
}

.marbot5 {
  margin-bottom: 5px;
}

.marbot10 {
  margin-bottom: 10px;
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.alcent {
  text-align: center !important;
}

.martop5 {
  margin-top: 5px;
}

.alleft {
  text-align: left !important;
}

.alright {
  text-align: right !important;
}

.colorfront {
  color: #1464FF !important;
}

.blockPage {
  background: #e0ebf9 !important;
  border: 1px solid #e0ebf9 !important;
  padding: 10px !important;
  color: #327ad5 !important;
  border-radius: 5px;
  z-index: 9999 !important;
}

a {
  color: #1464FF;
  outline: 0 none;
}

  a.btn {
    color: #ffffff !important;
  }

  a:hover {
    cursor: pointer;
    color: #1464FF;
    cursor: pointer;
    text-decoration: none;
  }

  a:link {
    color: #1464FF;
    outline: 0 none;
  }

  a.markread, a.subscribe {
    position: relative;
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    color: #1464FF;
    margin-left: 12px;
  }

/*----------------------------------------------------------------------------------- */
/* Base */
/*----------------------------------------------------------------------------------- */
label, input, button, select, textarea {
  font-size: 14px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}

select, input[type="text"], input[type="password"], textarea, input[type="file"], .selectize-input {
  border: 1px solid #dcdcdc;
  border-radius: 0px !important;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Microsoft Yahei',Tahoma,Arial;
  font-size: 14px;
}

textarea {
  padding: 8px 12px;
  box-sizing: border-box;
}

  select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="file"]:focus {
    border-color: #1464FF;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }

select {
  line-height: 32px;
  height: 32px;
  cursor: pointer;
}

#searchfrm input[type="text"],
#searchfrm select,
#searchfrm .btn,
#searchfrm span,
#searchfrm input[type="checkbox"],
#search_user_frm input[type="text"],
#search_user_frm select,
#search_user_frm .btn,
#search_user_frm span,
#search_user_frm input[type="checkbox"] {
  /*margin-left: 8px;*/
  margin-right: 8px;
}

  /*#searchfrm span:first-child,
    #search_user_frm span:first-child {
        margin-left: 0;
    }*/
  #searchfrm span:last-child,
  #search_user_frm span:last-child {
    margin-right: 0;
  }

.search-table .btn {
  /*margin-left: 3px !important;*/
  margin-right: 3px;
  padding: 5px 6px !important;
  margin-bottom: 5px !important;
  /*background: #ffffff;*/
  color: #666666;
}

  .search-table .btn:last-child {
    margin-right: 0;
  }

input[type="text"], input[type="password"] {
  line-height: 22px;
  height: 22px;
}

.form-horizontal .control-group {
  margin-bottom: 13px;
}

  .form-horizontal .control-group:last-child {
    margin-bottom: 0;
  }

.form-horizontal .control-label {
  width: 100px;
  color: #333333;
}

.form-horizontal .controls {
  position: relative;
  margin-left: 120px;
}

.form-horizontal .controls {
  position: relative;
  margin-left: 120px;
}

input::-webkit-input-placeholder {
  color: #dddddd;
}

input.input-validation-error::-webkit-input-placeholder {
  color: #EB5E28;
}

input:-ms-input-placeholder {
  color: #dddddd;
}

input:-moz-placeholder {
  color: #dddddd;
}

input::-moz-placeholder {
  color: #dddddd;
}

textarea::-webkit-input-placeholder {
  color: #dddddd;
}

textarea.input-validation-error::-webkit-input-placeholder {
  color: #EB5E28;
}

textarea:-ms-input-placeholder {
  color: #dddddd;
}

textarea:-moz-placeholder {
  color: #dddddd;
}

textarea::-moz-placeholder {
  color: #dddddd;
}

/*----------------------------------------------------------------------------------- */
/* scrollbar */
/*----------------------------------------------------------------------------------- */

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-left: 2px solid transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-left: 2px solid transparent;
}

  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.1);
  }

/** CORE UNIFORM **/
.selector, .checker, .button, .radio, .uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  display: inline;
}

  .selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
    outline: 0;
  }
/*----------------------------------------------------------------------------------- */
/*  Header */
/*----------------------------------------------------------------------------------- */

.mod-navbar {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 1000px;
  /*overflow: hidden;*/
  background: #fff;
  min-height: 64px;
  z-index: 9;
  position: fixed;
  left: 0px;
  right: 0px;
  background: #FFFFFF;
  box-shadow: -3px 0px 20px 1px rgba(44,67,173,0.27);
}

  .mod-navbar.nomenu {
    left: 0px;
  }

  .mod-navbar .navbar {
    line-height: 64px;
    min-height: 64px;
  }

    .mod-navbar .navbar .title {
      float: left;
      white-space: nowrap;
      line-height: 100%;
      max-width: 30%;
      margin-bottom: 0;
      font-family: 'Microsoft YaHei';
    }

      .mod-navbar .navbar .title h2 {
        font-size: 18px;
        line-height: 64px;
        display: inline-block;
        float: left;
        font-weight: 400;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 268px;
      }

        .mod-navbar .navbar .title h2 > i:first-child {
          padding: 0 7px;
          margin-right: 11px;
          width: 44px;
          display: inline-block;
          text-align: center;
        }

        .mod-navbar .navbar .title h2 i {
          color: #333;
          line-height: 30px;
          font-size: 25px;
          text-shadow: 0 2px 0 #fff,0 -2px 0 #f2f2ea;
        }

      .mod-navbar .navbar .title p.site {
        line-height: 64px;
      }

  .mod-navbar .title .h2-spec {
    margin-left: 10px;
    font-size: 14px;
    float: left;
    line-height: 64px;
    color: #666666;
  }

.searchbar {
  float: left;
  height: 64px;
  line-height: 64px;
  margin-left: 45px;
}

  .searchbar.nomenu {
    left: 262px;
  }

  .searchbar .nav {
    height: 34px;
    line-height: 32px;
    margin: 14px 0px;
    background: #fff;
    border: #C3C3C3 1px solid;
    border-radius: 10px;
  }

    .searchbar .nav:focus {
      border: #1464FF 1px solid;
    }

  .searchbar .dropdown {
    margin-left: 20px;
  }
  .searchbar .split {
    border-right: solid 1px #C3C3C3;
    margin-left: 10px;
  }

  .searchbar .searchtype {
    width: 48px;
    height: 34px;
    line-height: 34px;
    font-family: Microsoft YaHei;
    color: #999999;
    font-size: 12px;
  }

  .searchbar .keyword {
    width: 208px;
    height: 32px;
    line-height: 34px;
    border: 0px;
    font-family: Microsoft YaHei;
    color: #1464FF;
    font-size: 12px;
    padding: 0 15px;
  }

  .searchbar .action {
    display: inline-block;
    background: url(/Content/image/site/index/icon_search.png) no-repeat;
    background-size: auto 16px;
    background-position: center center;
    width: 50px;
    height: 100%;
  }


.center-menu {
  line-height: 64px;
  min-height: 64px;
  margin-left: 30%;
  margin-right: 30%;
  width: 40%;
  white-space: nowrap;
  text-align: center;
}

  .center-menu > ul {
    margin: 0;
  }

    .center-menu > ul > li {
      position: relative;
      display: inline-block;
      padding: 0;
    }

      .center-menu > ul > li a {
        display: block;
        font-size: 16px;
        color: #666666;
        padding: 22px 13px;
        border-bottom: solid 2px transparent;
      }

        .center-menu > ul > li a:hover {
          background: #F5F5F5;
          color: #1464FF;
        }

      .center-menu > ul > li.selected a {
        border-bottom-color: #1464FF;
        text-decoration: none;
        background: #F5F5F5;
        color: #1464FF;
      }

.sub_toolbar {
  float: right;
  height: 64px;
  line-height: 64px;
  top: 0px;
  position: absolute;
  right: 0;
  color: #fff;
}

  .sub_toolbar .nav {
    margin-bottom: 0;
  }

    .sub_toolbar .nav > li {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      height: 64px;
      line-height: 64px;
      float: none !important;
      cursor: pointer;
    }

      .sub_toolbar .nav > li:hover, .sub_toolbar .nav > li.active {
        background-color: #fff;
      }

      .sub_toolbar .nav > li > a {
        color: #d6d8dc;
        text-decoration: none;
        text-shadow: none;
        padding: 0px 5px !important;
        font-size: 14px;
        line-height: 64px;
        background-position: left center;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 62px;
      }

      .sub_toolbar .nav > li > .reddot {
        width: 5px;
        height: 5px;
        background-color: #FF4F4F;
        border: 1px solid #FF4F4F;
        border-radius: 8px;
        margin: 0 0 12px 0px;
        display: none;
      }

      .sub_toolbar .nav > li > a.user {
        background-image: url(/Content/image/site/index/icon_user.png);
        padding: 0px 5px 0 32px !important;
      }

      .sub_toolbar .nav > li:hover > a, .sub_toolbar .nav > li.active > a {
        color: #1464FF;
        border-bottom: solid 3px #1464FF;
      }

      .sub_toolbar .nav > li:hover > .reddot, .sub_toolbar .nav > li.active > .reddot {
        width: 5px;
        height: 5px;
        background-color: #FF4F4F;
        border: 1px solid #FF4F4F;
      }

      .sub_toolbar .nav > li > a i {
        font-size: 14px;
        padding-top: 10px;
      }

#topbar_setting .dropdown-menu {
  padding: 5px 10px;
}


.avatar-text {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background: #121A2C;
  font-size: 16px;
  border-radius: 50%;
  color: #ffffff;
  text-shadow: transparent 0 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}


.navbar .nav li.dropdown {
  margin-right: 0px;
}

  .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }

  .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: #F5F5F5;
    color: #666666;
  }

    .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
      border-top-color: #fff;
      border-bottom-color: #fff;
    }

.navbar .nav .dropdown-toggle::after {
  border-top: .3em solid #999;
}

.navbar .nav .dropdown-toggle:hover::after {
  border-top: .3em solid #1464FF;
}

.sub_toolbar .nav .notify div {
  position: absolute;
  background-color: #eb0217;
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 12px;
  text-align: center;
  border: 2px solid #eb0217;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  display: none;
}

.sub_toolbar .nav li.dropdown > a:hover .caret,
.sub_toolbar .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.sub_toolbar .nav a.dropdown-toggle:hover {
  text-decoration: none;
}

  .sub_toolbar .nav a.dropdown-toggle:hover .caret {
    color: #fff;
  }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}

/*----------------------------------------------------------------------------------- */
/*  Dropdowns */
/*----------------------------------------------------------------------------------- */
.header-user-op .nav {
  margin-bottom: 0px;
  margin-right: 10px;
}

  .header-user-op .nav li {
    line-height: 68px;
  }

    .header-user-op .nav li a {
      padding: 0 10px;
    }

.dropdown .caret {
  margin-top: 35px !important;
  margin-left: 2px;
  border-top-color: #666 !important;
  border-bottom-color: #666 !important;
}

.dropdown-menu {
  padding: 5px 0px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(4, 4, 15, 0.15);
  box-shadow: 0px 0px 10px rgba(4, 4, 15, 0.15);
  min-width: 90px;
  border: solid 1px #e9eaed;
  left: -20px;
}

  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 0px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
  }

  .dropdown-menu > li {
    line-height: 38px;
  }

    .dropdown-menu > li > a {
      padding: 0px 10px;
      clear: both;
      font-weight: 400;
      line-height: 38px;
      color: #333c49;
      font-size: 12px;
      white-space: nowrap;
      display: block;
      text-align: center;
    }

      .dropdown-menu > li > a:hover,
      .dropdown-menu > li > a.current,
      .dropdown-menu > li > a:focus,
      .dropdown-menu > li > a:active {
        color: #1464FF;
        background-color: #f4f4f6;
      }

      .dropdown-menu > li > a i {
        margin-right: 10px;
        font-size: 14px;
        vertical-align: middle;
      }

    .dropdown-menu > li:last-child > a {
      border: 0;
    }

.navbar .nav > li > .dropdown-menu:before {
  left: 110px;
}

.navbar .nav > li > .dropdown-menu:after {
  left: 111px;
}

/*----------------------------------------------------------------------------------- */
/* 首页 */
/*----------------------------------------------------------------------------------- */
.pulll {
  padding-left: 353px;
  position: relative;
}

.pullr {
  position: absolute;
  left: 0;
  top: 0;
  width: 333px;
}

.ibox {
  clear: both;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
  /*-webkit-box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);
    box-shadow: 0 1px 15px 1px rgba(69,65,78,.08);*/
  background-color: #fff;
}

.marbot15 {
  margin-bottom: 15px;
}

.ibox-title {
  background-color: #ffffff;
  padding: 0 13px;
  min-height: 48px;
  border-bottom: 0;
}

  .ibox-title .more {
    padding: 5px;
    color: #989898;
    line-height: 48px;
    border-radius: 17px;
    font-size: 13px;
  }

  .ibox-title h5 {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 48px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
  }

    .ibox-title h5 img {
      height: 18px;
    }

.ibox-condition {
  background-color: #ffffff;
  border: 1px solid #ebedf2;
  padding: 10px 15px;
  min-height: 48px;
  border-bottom: 0;
}

  .ibox-condition div {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-overflow: ellipsis;
    line-height: 48px;
  }

.ibox-content {
  background-color: #ffffff;
  padding: 15px;
  /*border: 1px solid #e7eaec;*/
  clear: both;
}

.report {
  padding-left: 143px;
  position: relative;
  background: url('/Content/images/phb.png') no-repeat left;
}

.split-hr {
  border-top: 1px solid #f3f3f3;
}

.mi-height {
  min-height: 230px;
  height: 230px;
  overflow: auto;
}

.reportnav {
  margin-left: 10px;
}

  .reportnav li {
    float: left;
    line-height: 48px;
    height: 48px;
    margin-left: 8px;
  }

    .reportnav li a {
      padding: 5px 10px;
      background: #ffffff;
      /*border: 1px solid #ccc;
            color: #333333;*/
      font-size: 13px;
      border-radius: 18px;
      text-decoration: none;
    }

      .reportnav li a:hover {
        /*background-color: #ebe9f2;*/
      }

      .reportnav li a.active {
        color: #1464FF;
        border: 1px solid #1464FF;
        background-color: #eaf6fe;
      }

.page-container h2 {
  font-size: 20px;
}

.page-container .cellnav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 30px;
  margin: 0px 0 0px;
  overflow: hidden;
}

.page-container .cellnav {
}

  .page-container .cellnav img {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }

  .page-container .cellnav li {
    display: inline-block;
    width: 16%;
    background: #fff;
    text-align: center;
    margin: 13px 0;
  }

.block-left {
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  float: left;
}

.x-block {
  height: 60px;
  padding: 20px;
  padding-right: 0;
  background: #fff;
  margin-right: 20px;
  min-width: 230px;
}

.block-right {
  font-size: 12px;
  padding-top: 5px;
  line-height: 24px;
}

.page-container .cellnav a:link {
  COLOR: #333333;
  TEXT-DECORATION: none;
}

.page-container .cellnav a:hover {
  COLOR: #1464FF;
  TEXT-DECORATION: none;
}

.page-container .cellnav .f1 a:hover {
  /*COLOR: #79cd8c;*/
}

.page-container .cellnav .f2 a:hover {
  /*COLOR: #f6c158;*/
}

.panel {
  background: #ffffff;
}

  .panel > .panel-header {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border-bottom: 1px solid #E8EBEE;
  }

    .panel > .panel-header h3 {
      font-size: 16px;
      height: 56px;
      line-height: 56px;
    }

  .panel > .panel-body {
    padding: 20px;
    display: block;
    max-height: 680px;
    overflow-y: auto;
  }

    .panel > .panel-body .search-table {
      margin-top: 0;
    }
/*.page-container .panel table .t-body td a {
    color: #656d78;
    font-size: 14px
}*/
.page-container .news li a {
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 10px 0 35px;
  border-bottom: 1px solid #e9eef5;
  background-image: url(/Content/images/dot-1.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page-content {
  background-color: #f8f9ff;
}

.trans_fade_image {
  position: absolute;
  -webkit-animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -webkit-animation-direction: alternate;
}

/*----------------------------------------------------------------------------------- */
/* page-container */
/*----------------------------------------------------------------------------------- */

/*.page-container {
    margin-left: 138px;
    min-width: 900px;
    overflow: hidden;
}*/

.container-fluid {
  padding: 25px 20px 53px;
  min-width: 840px;
  margin: 0px;
}

.wrap {
  min-width: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 242px;
  right: 0;
}

  .wrap.nomenu {
    left: 0;
  }

.page-content {
  min-height: 100%;
  position: relative;
  border: none;
}

  .page-content form, .form-content form {
    margin: 0px;
  }


/*----------------------------------------------------------------------------------- */
/* page-sidebar */
/*----------------------------------------------------------------------------------- */
/*.page-sidebar {
    width: 138px;
    height: 100%;
    background-color: #1e1e2d;
    float: left;
    position: fixed;
    min-height: 590px;
    top: 0;
    *position: absolute;
    *left: 0;
    z-index: 9999;
}

.sidebar-header {
    width: 138px;
    height: 80px;
    background-color: #1a1a27;
}

    .sidebar-header .logo {
        width: 138px;
        height: 80px;
        display: block;
        background: url('/content/images/logo.png') no-repeat center;
        background-size: auto 18px;
    }

.sidebar-menu {
    margin-top: 25px;
    font-family: 'Microsoft Yahei',Tahoma,Arial;
}

    .sidebar-menu li {
        height: 73px;
        position: relative;
    }

        .sidebar-menu li a {
            display: block;
            text-align: center;
            color: #9899ac;
            padding-bottom: 10px;
        }

            .sidebar-menu li a:hover {
                text-decoration: none;
            }

        .sidebar-menu li.selected > a {
            color: #fff;
        }

        .sidebar-menu li.selected {
            background: #1b1b28;
        }

        .sidebar-menu li a i {
            width: 22px;
            height: 22px;
            display: block;
            margin: 0 auto 0px;
        }

    .sidebar-menu a.home i {
        background: url('/Content/images/icon-home.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu li.selected a.home i {
        background: url('/Content/images/icon-home-sel.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu a.yunying i {
        background: url('/Content/images/icon-yunying.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu li.selected a.yunying i {
        background: url('/Content/images/icon-yunying-sel.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu a.yewu i {
        background: url('/Content/images/icon-yewu.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu li.selected a.yewu i {
        background: url('/Content/images/icon-yewu-sel.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu a.chart i {
        background: url('/Content/images/icon-chart.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu li.selected a.chart i {
        background: url('/Content/images/icon-chart-sel.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu a.setting i {
        background: url('/Content/images/icon-setting.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }

    .sidebar-menu li.selected a.setting i {
        background: url('/Content/images/icon-setting-sel.png') no-repeat 0px 15px;
        background-size: 22px 22px;
    }



    .sidebar-menu .float-menu {
        position: absolute;
        left: -1200px;
        display: block;
        background-color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        padding: 5px 7px;
        color: #fff;
        min-width: 130px;
        transition: opacity .5s;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #f3f4f6;
    }

        .sidebar-menu .float-menu.showMenu {
            left: 100%;
            display: block;
            opacity: 1;
            filter: alpha(opacity=100);
            z-index:9999;
        }

.sec-nav li {
    border-left: none !important;
    height: auto;
    margin-bottom: 0;
    min-width: 130px;
}

.sidebar-menu .float-menu .sec-nav-a {
    display: block;
    padding: 8px 20px;

    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #959cb6;
    height: 20px;
    border-radius: 2px;
}

    .sidebar-menu .float-menu .sec-nav-a:hover {
        text-decoration: none;
        background-color: #f2f3f7;
        color: #1464FF;
    }*/


/*----------------------------------------------------------------------------------- */
/*  Footer */
/*----------------------------------------------------------------------------------- */

#statusbar {
  position: fixed;
  padding: 15px 0;
  z-index: 3;
  width: 100%;
  bottom: 0px;
  color: #6f6e6b;
  background: #eeece8;
  text-align: left;
  margin-left: -101px;
}

#footer {
  position: fixed;
  padding: 6px 20px;
  z-index: 98;
  width: 100%;
  bottom: 0px;
  font-weight: 400;
  color: #a9a9aa;
  text-align: left;
  background: #ffffff;
}

  #footer .inner, #statusbar .inner {
    text-align: left;
    color: #a9a9aa;
    font-size: 12px;
  }

    #footer .inner a {
      text-shadow: none;
      color: #1464FF;
    }

.footermenu {
  width: 195px;
  height: 45px;
  position: fixed;
  bottom: 45px;
  z-index: 1003;
}

.popbox {
  z-index: 1003;
  position: fixed;
  min-width: 180px;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  outline: 0;
  left: -1200px;
  right: auto;
  bottom: 0;
  font-family: 'Microsoft YaHei';
}

/*----------------------------------------------------------------------------------- */
/*  Buttons */
/*----------------------------------------------------------------------------------- */
.btn {
  color: #fff;
  border: solid 1px #1464FF;
  background-color: #1464FF;
  background-image: none;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  /*padding: 5px 18px;*/
  /*border-radius: 0rem !important;*/
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  min-width: 60px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px !important;
}

  .btn:hover {
    background-color: #4dbe91;
    border-color: #4dbe91;
    color: #ffffff;
  }

a.btn-default {
  background: #1464FF;
  color: #fff;
  text-shadow: none;
  border-color: #e5e5e5;
}

  a.btn-default:focus, a.btn-default:hover {
    border-color: #1464FF;
    background-color: #ffffff;
    color: #1464FF !important;
  }

.btn-primary {
  color: #fff !important;
  background-color: #1464FF;
  border-color: #1464FF;
  border-radius: 4px;
}

  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #1464FF;
    border-color: #1464FF;
  }

  .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #d6d8dc;
    border-color: #d6d8dc;
  }

.btn-secondary {
  color: #fff;
  background-color: #575b63;
  border-color: #575b63;
  border-radius: 4px;
}

  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary.disabled,
  .btn-secondary[disabled] {
    background-color: #575b63;
    border-color: #575b63;
  }

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .btn-danger.disabled,
  .btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
  }

  .btn-danger:active,
  .btn-danger.active {
    background-color: #942a25 \9;
  }

div.button a, div.button button, div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
  }
/*Select*/
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

  div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity:0);
    height: 25px;
    border: none;
    background: none;
  }
/*Checker*/
div.checker {
  position: relative;
}

  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
  }

  div.checker input {
    opacity: 0;
    filter: alpha(opacity:0);
    display: inline-block;
    background: none;
  }
/*Radio*/
div.radio {
  position: relative;
}

  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
  }

  div.radio input {
    opacity: 0;
    filter: alpha(opacity:0);
    text-align: center;
    display: inline-block;
    background: none;
  }
/*Uploader*/
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

  div.uploader span.action {
    float: left;
    display: inline;
    padding: 2px 0px;
    overflow: hidden;
    cursor: pointer;
  }

  div.uploader span.filename {
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
  }

  div.uploader input {
    opacity: 0;
    filter: alpha(opacity:0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default;
  }

.avatar-text {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background: #121A2C;
  font-size: 16px;
  border-radius: 50%;
  color: #ffffff;
  text-shadow: transparent 0 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}


ul.activity {
  list-style: none;
  margin: 0;
}

  ul.activity li {
    margin-right: 14px;
    float: left;
    font-weight: bold;
    color: #e35a50;
  }

.avatar .avatar-face {
  display: inline-block;
  position: relative;
  zoom: 1;
}

  .avatar .avatar-face .avatar-text {
    text-align: center;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background: #4d5d7c;
    border: solid 1px #4d5d7c;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #fff;
    text-shadow: transparent 0 0 0;
  }

    .avatar .avatar-face .avatar-text:hover {
    }

  .avatar .avatar-face img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    overflow: hidden;
    line-height: 12px;
    font-size: 12px;
    text-align: left;
    -webkit-box-shadow: 0 0 2px #21212e;
    border: 0;
    box-shadow: 0 0 2px #21212e;
  }

/*----------------------------------------------------------------------------------- */
/* scrollbar */
/*----------------------------------------------------------------------------------- */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-left: 2px solid transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-left: 2px solid transparent;
}

  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.1);
  }
/*----------------------------------------------------------------------------------- */
/*  Forms */
/*----------------------------------------------------------------------------------- */
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="radio"],
input[type="checkbox"],
.uneditable-input {
  display: inline-block;
  height: 35px;
  padding: 4px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
}

label, input, button, select, textarea {
  font-size: 14px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}

select, input[type="text"], input[type="password"], textarea, input[type="file"], .selectize-input {
  border: 1px solid #d6d8dc;
  border-radius: 10px !important;
  color: #1b2531;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-family: 'Microsoft Yahei',Tahoma,Arial;
  font-size: 14px;
}

  select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="file"]:focus {
    border-color: #1464FF;
    background-color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
  }

.dialog-content {
  padding: 20px 20px 20px 20px;
  background: #fff;
  /*text-align: center;*/
}

.form-content {
  padding: 20px 20px 20px 20px;
  background: #fff;
  /*text-align: center;*/
}

.form-actions {
  padding: 9px 20px 10px;
  margin-top: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  text-align: right;
  *zoom: 1;
}

  .form-actions input {
    border: none;
    background-image: none;
    text-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /*padding: 5px 18px;*/
    /*border-radius: 0rem !important;*/
    text-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    /*min-width: 96px;*/
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
  }

  .form-actions:before,
  .form-actions:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .form-actions:after {
    clear: both;
  }

.form-horizontal {
}

  .form-horizontal .control-group {
    margin-bottom: 13px;
    *zoom: 1;
  }

    .form-horizontal .control-group:last-child {
      margin-bottom: 0;
    }

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
      display: table;
      line-height: 0;
      content: "";
    }

    .form-horizontal .control-group:after {
      clear: both;
    }

  .form-horizontal .control-label {
    width: 100px;
    color: #1b2531;
    float: left;
    padding-top: 7px;
    text-align: right;
  }

  .form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 120px;
    *margin-left: 0;
    line-height: 35px;
  }

    .form-horizontal .controls .input {
      width: 220px;
    }

    .form-horizontal .controls .input-xlarge {
      width: 280px;
    }

    .form-horizontal .controls:first-child {
      *padding-left: 180px;
    }

  .form-horizontal .help-block {
    margin-bottom: 0;
  }

  .form-horizontal input + .help-block,
  .form-horizontal select + .help-block,
  .form-horizontal textarea + .help-block,
  .form-horizontal .uneditable-input + .help-block,
  .form-horizontal .input-prepend + .help-block,
  .form-horizontal .input-append + .help-block {
    margin-top: 10px;
  }

/*----------------------------------------------------------------------------------- */
/*  Spans */
/*----------------------------------------------------------------------------------- */

[class*="span"] {
  float: left;
  min-height: 1px;
}

.row {
  padding-top: 15px;
  width: 100%;
  *zoom: 1;
}

  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row:after {
    clear: both;
  }

.span4, .span3, .span2 {
  z-index: 15;
  width: 33.33333333333%;
  float: left;
  text-align: center;
}

.span3 {
  width: 25%;
}

.span2 {
  width: 20%;
}

.span8 {
  width: 60.66666666%;
  float: right;
}

.span2 .box, .span3 .box {
  padding: 0 5px 0 5px;
  text-align: center;
}

.span4 .box {
  padding: 0 5px 0px 5px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

  .span4 .box a, .span2 .box a, .span3 .box a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    background: #fff;
  }

.span3 .box a {
}

.span4 .box img {
  display: block;
}

.span2 .box img, .span3 .box img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0;
  display: block;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 19px;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid .span4 .box {
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
  }

  .row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
  }

  .row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
  }

  .row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
  }

  .row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
  }

  .row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
  }

  .row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
  }

  .row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
  }

  .row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
  }

  .row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
  }

  .row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
  }

ul.list {
  background: #fff;
}

  ul.list li {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  ul.list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
  }

    ul.list li:last-child {
      border-bottom: 0;
    }

    ul.list li a {
      display: block;
      height: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
/*----------------------------------------------------------------------------------- */
/*  Tables */
/*----------------------------------------------------------------------------------- */
.table {
  margin: 5px 0 0 0;
  width: 100%;
}

.layui-table-view {
  margin: 0;
}

.table .t-header {
  border: 1px solid #f4f5f8;
  border-bottom: 2px solid #f4f5f8;
  /*background-color: #fbfcfd;*/
  height: 40px;
}

.table tbody {
  color: #333333;
}

.table th {
  padding: 0 8px;
  vertical-align: middle;
  height: 39px;
  color: #333333;
  /*background-color: #fbfcfd;*/
  border: 1px solid #f4f5f8;
  table-layout: fixed;
}

.table thead > tr > th > a {
  text-decoration: none;
  color: #333333 !important;
  position: relative;
  display: block;
}

  .table thead > tr > th > a i {
    color: #dcdcdc;
    position: absolute;
    right: 8px;
    top: 3px;
  }

.table tbody td {
  padding: 0 8px;
  vertical-align: middle;
  cursor: pointer;
  height: 40px;
  border-top: 1px solid #f4f5f8;
  background-color: #fff;
  word-break: break-all;
  table-layout: fixed;
}

  .table tbody td:first-child .label {
    margin-left: 0;
  }

.table-center tbody td, .table-center thead td {
  text-align: center !important;
}

.table > thead > tr > th {
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  vertical-align: middle;
}

.table tfoot td {
  height: 66px;
  padding: 0 5px;
  vertical-align: middle;
  border-top: 1px solid #f4f5f8;
}

.btn-icon.active, .btn-icon:active, .btn-icon:hover {
  color: #22b9ff;
  background: #f0f3ff;
  text-decoration: none;
}

.btn-icon {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #1464FF;
}

.layui-table-col-special a {
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0px;
  color: #1464FF;
}

  .layui-table-col-special a:hover {
    opacity: 1;
  }

.table tbody > tr > td.manage, .table thead > tr > th.manage {
  width: 130px;
}

  .table tbody > tr > td.manage a {
    margin: 0px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 3px;
    color: #36c6d3;
  }

    .table tbody > tr > td.manage a:last-child {
      color: #659be0;
    }

    .table tbody > tr > td.manage a:hover {
      opacity: 1;
    }

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f7f8fa;
}

tr.selected {
  background-color: #f7f8fa;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #1464FF;
}




.cb, .clear {
  clear: both;
}

.relative {
  position: relative;
}

.alright {
  text-align: right !important;
}

.alcent {
  text-align: center !important;
}

.alleft {
  text-align: left !important;
}

.pad3 {
  padding: 3px;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad12 {
  padding: 12px;
}

.pad15 {
  padding: 10px 15px;
}


.input-date {
  width: 120px;
  background-image: url(/Content/image/site/icon_date.png);
  background-position: 90px center;
  background-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 550px;
}

.hidden {
  display: none !important;
}

.field-validation-error {
  color: #e7505a;
}

input.input-validation-error, textarea.input-validation-error {
  border: 1px solid #e7505a;
}

.layui-upload-img {
  width: 66px;
  height: 66px;
}

.layui-upload-list .layui-upload-img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.layui-form-item {
  margin-bottom: 5px;
}

.layui-table-cell {
  word-break: break-all;
  white-space: normal;
}

/*----------------------------------------------------------------------------------- */
/* 搜索Table */
/*----------------------------------------------------------------------------------- */

.search-table {
  margin-top: -5px;
  width: 100%;
}

  .search-table tr {
    height: 40px;
  }

  .search-table td {
    padding: 3px 0;
  }

  .search-table h5 {
    display: inline-block;
    min-width: 80px;
    font-weight: normal;
    text-align: right;
    color: #999999;
    font-size: 14px;
  }

  .search-table label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /*.search-table .group label:first-child {
        margin-left: 0 !important;
    }*/
  .search-table .group label:last-child {
    margin-right: 0 !important;
  }

  .search-table select, .search-table input {
    margin-left: 0 !important;
  }

    .search-table input[type="checkbox"] {
      margin-right: 3px !important;
      margin-left: 6px !important;
    }

  .search-table .btn {
    /*margin-left: 3px !important;*/
    margin-right: 3px;
    padding: 5px 6px !important;
    margin-bottom: 5px !important;
    /*background: #ffffff;*/
    color: #666666;
  }

    .search-table .btn:last-child {
      margin-right: 0;
    }

/*----------------------------------------------------------------------------------- */
/* 个人资料 */
/*----------------------------------------------------------------------------------- */

.userinfo-outer {
  padding: 25px;
  overflow: hidden;
}

  .userinfo-outer .userinfo {
  }

    .userinfo-outer .userinfo .media-left {
      display: block;
      float: left;
      vertical-align: top;
      padding-right: 10px;
    }

      .userinfo-outer .userinfo .media-left img {
        width: 72px;
        height: 72px;
        border-radius: 50%;
      }

    .userinfo-outer .userinfo .media-body {
      width: auto;
      display: block;
      overflow: hidden;
    }

      .userinfo-outer .userinfo .media-body .username {
        font-weight: 700;
        color: #333c49;
        font-size: 16px;
        line-height: 72px;
      }

  .userinfo-outer .userdata {
    background-color: #f9f9fb;
    border-radius: 4px;
    padding: 20px;
    margin-top: 30px;
  }

    .userinfo-outer .userdata .title {
      font-weight: 700;
      color: #333c49;
      font-size: 16px;
    }

    .userinfo-outer .userdata .datas {
      margin: 20px -10px 0 10px;
      display: flex;
      flex-direction: row;
    }

      .userinfo-outer .userdata .datas .dataitem {
        flex: 1;
        margin-right: 10px;
      }

        .userinfo-outer .userdata .datas .dataitem:last-child {
          margin-right: 0px;
        }

        .userinfo-outer .userdata .datas .dataitem .title {
          color: #575b63;
          font-size: 14px;
          margin-top: 3px;
        }

        .userinfo-outer .userdata .datas .dataitem .value {
          font-weight: 700;
          color: #00929e;
          font-size: 20px;
        }

/*----------------------------------------------------------------------------------- */
/* 文章 */
/*----------------------------------------------------------------------------------- */

.article-outer {
  height: 100%;
  display: flex;
  flex-direction: row;
}

  .article-outer .left {
    width: 240px;
    background-color: #7f868d;
  }

  .article-outer .right {
    flex: 1;
    padding: 12px;
  }

    .article-outer .right .contaner {
      background-color: #ffffff;
      border-radius: 4px;
    }

      .article-outer .right .contaner .sep {
        height: 1px;
        background-color: #e9eaed;
      }

      .article-outer .right .contaner .tab {
        padding: 5px 20px;
      }

      .article-outer .right .contaner .layui-tab-content {
        padding: 0px 5px;
      }

      .article-outer .right .contaner .result {
        padding: 0px;
      }

  .article-outer .main-event {
    list-style: none;
  }

    .article-outer .main-event > li {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer;
      line-height: 40px;
      height: 40px;
    }

      .article-outer .main-event > li .content {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        line-height: 40px;
      }

      .article-outer .main-event > li .flag {
        float: left;
        width: 4px;
        height: 40px;
        background-color: transparent;
        border-radius: 0px 3px 3px 0px;
      }

      .article-outer .main-event > li .name {
        color: #e9eaed;
        max-width: 140px;
        line-height: 24px;
        font-size: 14px;
        word-break: keep-all;
        margin-left: 15px;
      }

      .article-outer .main-event > li .reddot {
        width: 8px;
        height: 8px;
        background-color: #1464FF;
        border: 1px solid #ffffff;
        border-radius: 8px;
        margin: 0 0 12px 4px;
        display: none;
      }

      .article-outer .main-event > li .labels {
        color: #e9eaed;
        font-size: 14px;
        text-align: right;
        margin-left: 5px;
        word-break: keep-all;
        flex: 1;
      }

      .article-outer .main-event > li .hack {
        width: 6px;
        height: 24px;
        margin: 0 5px;
      }

      .article-outer .main-event > li .more {
        width: 24px;
        height: 24px;
        margin: 0 5px;
        background-image: url(/Content/image/site/icon_more.png);
        background-size: 24px 24px;
      }

        .article-outer .main-event > li .more .dropdown-toggle {
          width: 24px;
          height: 24px;
        }

          .article-outer .main-event > li .more .dropdown-toggle::after {
            border-top: 0;
          }

        .article-outer .main-event > li .more .dropdown-menu {
          left: -80px !important;
        }


      .article-outer .main-event > li.focus {
        background: #d6d8dc;
      }

        .article-outer .main-event > li.focus .flag {
          background-color: #1464FF;
        }

        .article-outer .main-event > li.focus .name {
          color: #1464FF;
        }

        .article-outer .main-event > li.focus .labels {
          color: #1464FF;
        }

        .article-outer .main-event > li.focus .more {
          background-image: url(/Content/image/site/icon_more_focus.png);
        }

    .article-outer .main-event .addnew {
      height: 54px;
      line-height: 54px;
      font-size: 16px;
      color: #fff;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }

      .article-outer .main-event .addnew a {
        width: 174px;
      }

      .article-outer .main-event .addnew span {
        margin-left: 5px;
      }

    .article-outer .main-event .sep {
      opacity: 0.5;
      height: 1px;
      background-color: #b9bcc1;
      margin-bottom: 10px;
    }

    .article-outer .main-event .loading {
      height: 54px;
      line-height: 54px;
      text-align: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

/*----------------------------------------------------------------------------------- */
/* 事件添加 */
/*----------------------------------------------------------------------------------- */
.event-input {
  width: 254px !important;
}

.keywords {
  display: flex;
  flex-direction: column;
}

  .keywords .list {
    display: flex;
    flex-direction: column;
  }

  .keywords .keyitem {
    display: flex;
    flex-direction: column;
  }

    .keywords .keyitem .context {
      display: flex;
      flex-direction: row;
      border: 1px solid #d6d8dc;
      border-radius: 4px;
    }

      .keywords .keyitem .context:focus {
        border-color: #1464FF;
      }

      .keywords .keyitem .context input {
        border: 0;
        flex: 1;
      }

      .keywords .keyitem .context .del {
        width: 14px;
      }

        .keywords .keyitem .context .del img {
          width: 14px;
          vertical-align: top;
        }

    .keywords .keyitem .tip {
      color: #306d72;
      font-weight: 700;
      font-size: 12px;
    }

  .keywords .addnew {
    height: 38px;
    background-color: #f6e5e7;
    border-radius: 4px;
    color: #1464FF;
    text-align: center;
    margin-top: 6px;
  }

    .keywords .addnew img {
      margin-top: -3px;
    }

/*----------------------------------------------------------------------------------- */
/* Email List */
/*----------------------------------------------------------------------------------- */
.articlelist {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
}
.articlelist:hover {
  background: #ECEFF9;
}

  .articlelist .info {
    display: flex;
    flex-direction: row;
  }

    .articlelist .info .content {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

      .articlelist .info .content .title {
        /*background: url(/Content/image/site/icon_read.png) no-repeat;
  background-size: 14px 14px;
  background-position: left center;
  padding-left: 20px;*/
        color: #999;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

        .articlelist .info .content .title.unread {
          /*background: url(/Content/image/site/icon_unread.png) no-repeat;
  background-size: 14px 14px;
  background-position: left center;*/
          color: #333c49;
        }

        .articlelist .info .content .title.file {
          display: flex;
          flex-direction: row;
          align-items: center;
        }

          .articlelist .info .content .title.file .name {
            flex: 1;
            display: block;
          }

          .articlelist .info .content .title.file .time {
            color: #b9bcc1;
            font-size: 12px;
            line-height: 14px;
            margin-left: 5px;
          }

        .articlelist .info .content .title .arrow {
          width: 15px;
          height: 15px;
          margin-right: 2px;
          cursor: pointer;
        }

        .articlelist .info .content .title a {
          flex: 1;
          color: #aaa;
        }

        .articlelist .info .content .title.unread a {
          flex: 1;
          color: #333333;
        }

        .articlelist .info .content .title .date {
          color: #b9bcc1;
          font-size: 14px;
        }

      .articlelist .info .content .brief {
        color: #666666;
        font-size: 12px;
        line-height: 16px;
        margin: 9px 0 0 18px;
      }

      .articlelist .info .content .annoinfo {
        color: #236fe6;
        font-size: 12px;
        line-height: 16px;
        margin: 6px 0 0 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

        .articlelist .info .content .annoinfo .time {
          margin-left: 20px;
        }

        .articlelist .info .content .annoinfo .text {
          margin-left: 20px;
          flex: 1;
        }

    .articlelist .info .annoinfo-h {
      max-width: 360px;
      font-size: 14px;
      line-height: 16px;
      margin-left: 10px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

      .articlelist .info .annoinfo-h .text {
        background: url(/Content/image/site/info/anno_icon.png) no-repeat;
        background-position: left top;
        background-color: #FFF2CE;
        font-size: 12px;
        color: #333333;
        border-radius: 4px;
        padding: 4px 8px;
      }

      .articlelist .info .annoinfo-h .action-container {
        text-align: right;
      }

      .articlelist .info .annoinfo-h .action {
        margin-right: 8px;
        color: #1464FF;
        font-size: 12px;
        text-align: right;
      }

      .articlelist .info .annoinfo-h .time {
        margin-right: 8px;
        color: #999;
        font-size: 12px;
        text-align: right;
      }

    .articlelist .info .sep-h {
      width: 1px;
      height: 50px;
      background-color: #d6d8dc;
      margin: 3px 10px;
    }

    .articlelist .info .labels {
      display: flex;
      flex-direction: column;
      max-width: 120px;
      color: #575b63;
      font-size: 12px;
      line-height: 18px;
      margin-right: 8px;
    }

    .articlelist .info .labels-h {
      display: flex;
      flex-direction: row;
      max-width: initial;
      margin-left: 10px;
    }

      .articlelist .info .labels-h .labelitem {
        margin-right: 9px;
      }

    .articlelist .info .labels .labelitem i {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      border-radius: 2px;
    }

    .articlelist .info .labels .labelitem a {
      white-space: nowrap;
      text-overflow: ellipsis;
    }

    .articlelist .info .labels .basicdata {
      color: #1464FF;
    }

    .articlelist .info .labels .cluedata {
      color: #128c7e;
    }

    .articlelist .info .labels .eventdata {
      color: #0062b7;
    }

    .articlelist .info .labels .basicdata > i {
      background-color: #ef3e3e;
    }

    .articlelist .info .labels .cluedata > i {
      background-color: #008d7e;
    }

    .articlelist .info .labels .eventdata > i {
      background-color: #0062b7;
    }

    .articlelist .info .labels .attach > i {
      background: url(/Content/image/site/attach.png) no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
    }

    .articlelist .info .labels .attach.encrypted > i {
      background: url(/Content/image/site/attach_encrypt.png) no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
    }

    .articlelist .info .labels .anno > i {
      background-color: #de8237;
    }

    .articlelist .info .labels .addlabel {
      color: #1464FF;
      cursor: pointer;
      margin-top: 8px;
    }

    .articlelist .info .labels .addlabel-menu {
      color: #1464FF;
      cursor: pointer;
    }

      .articlelist .info .labels .addlabel-menu li {
        line-height: 28px;
      }

      .articlelist .info .labels .addlabel-menu a {
        line-height: 28px;
      }

      .articlelist .info .labels .addlabel-menu .labelitem {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 12px;
      }

        .articlelist .info .labels .addlabel-menu .labelitem i {
          width: 12px;
          height: 12px;
          border-radius: 3px;
          margin: 0 5px;
          cursor: default;
        }

        .articlelist .info .labels .addlabel-menu .labelitem input {
          height: auto;
          cursor: pointer;
        }

        .articlelist .info .labels .addlabel-menu .labelitem label {
          font-size: 10px;
          color: #666;
          margin: 0px;
          white-space: nowrap;
        }

      .articlelist .info .labels .addlabel-menu .h-sep {
        height: 1px;
        background: #d6d8dc;
        margin: 5px 0;
      }

  .articlelist .account {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f4f4f6;
    border-radius: 4px;
    margin: 12px 0 0 18px;
    padding: 8px 12px;
  }

    .articlelist .account .category a {
      font-size: 12px;
      line-height: 14px;
      margin-right: 30px;
    }

    .articlelist .account .from {
      color: #006aa1;
      font-size: 12px;
      line-height: 14px;
    }

    .articlelist .account .sep-h {
      width: 24px;
      height: 8px;
      /*background-image: url(/Content/image/site/icon_to.png);*/
      margin: 0px 20px;
    }

    .articlelist .account .to {
      color: #006aa1;
      font-size: 12px;
      line-height: 14px;
      flex: 1;
      margin-right: 10px;
    }

    .articlelist .account .time {
      color: #999;
      font-size: 12px;
      line-height: 14px;
    }

  .articlelist .article-hide {
    display: none !important;
  }

/*----------------------------------------------------------------------------------- */
/* Email-s List */
/*----------------------------------------------------------------------------------- */
.articlelist-s {
  display: flex;
  flex-direction: column;
  padding: 8px 5px;
}

  .articlelist-s .top {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

    .articlelist-s .top .title {
      background: url(/Content/image/site/icon_read.png) no-repeat;
      background-size: 14px 14px;
      background-position: left center;
      font-weight: 700;
      color: #999;
      font-size: 14px;
      padding-left: 20px;
      flex: 1;
    }

      .articlelist-s .top .title.unread {
        background: url(/Content/image/site/icon_unread.png) no-repeat;
        background-size: 14px 14px;
        background-position: left center;
        color: #333c49;
      }

    .articlelist-s .top .time {
      color: #b9bcc1;
      font-size: 14px;
      margin-left: 15px;
    }

    .articlelist-s .top .basicdata {
      background-color: #feebeb;
      border-radius: 2px;
      color: #ef3e3e;
      font-size: 10px;
      line-height: 10px;
      padding: 5px;
      margin-left: 16px;
    }

    .articlelist-s .top .cluedata {
      background-color: #e5f3f2;
      border-radius: 2px;
      color: #008d7e;
      font-size: 10px;
      line-height: 10px;
      padding: 5px;
      margin-left: 2px;
    }

  .articlelist-s .brief {
    margin-top: 6px;
    color: #7f868d;
    font-size: 12px;
    line-height: 14px;
  }

  .articlelist-s .sep {
    height: 1px;
    background-color: #f4f4f6;
    border-radius: 4px;
    margin: 15px 0px;
  }


/*----------------------------------------------------------------------------------- */
/* 我的标签 */
/*----------------------------------------------------------------------------------- */

.label-outer {
  height: 100%;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border-radius: 4px;
}

  .label-outer .left {
    width: 240px;
    background-color: #ECEFF9;
  }

  .label-outer .right {
    flex: 1;
    padding: 5px 10px 0px 10px;
  }

    .label-outer .right .contaner {
      background-color: #ffffff;
      border-radius: 4px;
    }

      .label-outer .right .contaner .sep {
        height: 1px;
        background-color: #e9eaed;
      }

      .label-outer .right .contaner .tab {
        padding: 5px 20px;
      }

      .label-outer .right .contaner .layui-tab-content {
        padding: 0px 5px;
      }

      .label-outer .right .contaner .result {
        padding: 0px;
      }

  .label-outer .layui-tab-content {
    padding: 10px 0 0 0;
  }

  .label-outer .main-label {
    list-style: none;
    padding: 10px 0px;
    overflow-y: auto;
  }

    .label-outer .main-label > li {
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      cursor: pointer;
      line-height: 40px;
      height: 40px;
      margin: 10px 0;
    }
    .label-outer .main-label > li .label-content {
      flex: 1;
      position: relative;
      background: #FFFFFF;
      border-radius: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      line-height: 40px;
      height: 40px;
      margin: 10px 0px 10px 20px;
      padding: 0 10px;
    }
    .label-outer .main-label > li.focus .label-content {
      background: #1464FF;
      color: #fff;
    }

      .label-outer .main-label > li .icon {
        width: 12px;
        height: 12px;
        border-radius: 3px;
        margin: 0 18px;
      }
      .label-outer .main-label > li .icon.icon-in {
        margin: 0 8px;
      }

      .label-outer .main-label > li .content {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        line-height: 40px;
      }

      .label-outer .main-label > li .name {
        color: #333c49;
        max-width: 160px;
        line-height: 14px;
        font-size: 14px;
        word-break: keep-all;
      }
      .label-outer .main-label > li.focus .name {
        color: #fff;
      }

      .label-outer .main-label > li .num {
        background: #ECEFF9;
        min-width: 22px;
        font-size: 11px;
        color: #666666;
        line-height: 22px;
        border-radius: 11px;
        text-align: center;
        margin: 0 12px;
      }
      .label-outer .main-label > li.focus .num {
        background: #fff;
        color: #1464FF;
      }

      .label-outer .main-label > li .reddot {
        width: 8px;
        height: 8px;
        background-color: #1464FF;
        border: 1px solid #ffffff;
        border-radius: 8px;
        margin: 0 0 12px 4px;
        display: none;
      }

      .label-outer .main-label > li .labels {
        color: #333c49;
        font-size: 14px;
        text-align: right;
        margin-left: 5px;
        word-break: keep-all;
        flex: 1;
      }

      .label-outer .main-label > li .hack {
        width: 24px;
        height: 24px;
        margin: 0 5px;
      }

      .label-outer .main-label > li .more {
        width: 24px;
        height: 24px;
        margin: 0 5px;
        background-image: url(/Content/image/site/icon_more.png);
        background-size: 24px 24px;
      }

        .label-outer .main-label > li .more .dropdown-toggle {
          width: 24px;
          height: 24px;
        }

          .label-outer .main-label > li .more .dropdown-toggle::after {
            border-top: 0;
          }

        .label-outer .main-label > li .more .dropdown-menu {
          left: -20px !important;
        }

    .label-outer .main-label .loading {
      height: 54px;
      line-height: 54px;
      text-align: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      display: none;
    }

    .label-outer .main-label .addnew {
      text-align: center;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-top: 20px;
    }

/*----------------------------------------------------------------------------------- */
/* 我的工作 */
/*----------------------------------------------------------------------------------- */

.annotation-outer {
  height: 100%;
  padding: 12px;
}

  .annotation-outer .tab {
    padding: 5px 20px;
  }

  .annotation-outer .annotation-inner {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 4px;
  }

  .annotation-outer .sep {
    height: 1px;
    background-color: #e9eaed;
  }

  .annotation-outer .contaner {
    flex: 1;
    padding: 0px 10px;
  }

/*----------------------------------------------------------------------------------- */
/* 数据总览 */
/*----------------------------------------------------------------------------------- */

.data-outer {
  height: 100%;
  padding: 12px;
}

  .data-outer .summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

    .data-outer .summary .dataitem {
      flex: 1;
      min-width: 196px;
      height: 84px;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      border-style: none;
      margin-left: 12px;
    }

      .data-outer .summary .dataitem:first-child {
        margin-left: 0px;
      }

    .data-outer .summary .emailserver {
      background: url(/Content/image/site/data/emailserver.png) 105px 84px no-repeat, linear-gradient(90deg,#4c8cdc 0%,#2069c4 100%) 100% 100% no-repeat;
      background-position: right center;
    }

    .data-outer .summary .emailaccount {
      background: url(/Content/image/site/data/emailaccount.png) 105px 84px no-repeat, linear-gradient(90deg,#7967d5 0%,#5642bb 100%) 100% 100% no-repeat;
      background-position: right center;
    }

    .data-outer .summary .email {
      background: url(/Content/image/site/data/email.png) 105px 84px no-repeat, linear-gradient(90deg,#3d9da5 0%,#1b878f 100%) 100% 100% no-repeat;
      background-position: right center;
    }

    .data-outer .summary .fileserver {
      background: url(/Content/image/site/data/fileserver.png) 105px 84px no-repeat, linear-gradient(90deg,#d24a55 0%,#be2f3b 100%) 100% 100% no-repeat;
      background-position: right center;
    }

    .data-outer .summary .fileattach {
      background: url(/Content/image/site/data/fileattach.png) 105px 84px no-repeat, linear-gradient(270deg,#1f3243 0%,#455664 100%) 100% 100% no-repeat;
      background-position: right center;
    }

    .data-outer .summary .dataitem .title {
      color: #ffffff;
      font-size: 12px;
      margin: 19px 0 6px 19px;
    }

    .data-outer .summary .dataitem .value {
      font-weight: 700;
      color: #ffffff;
      font-size: 20px;
      margin: 0 0 0px 19px;
    }

    .data-outer .summary .dataitem .loading {
      width: 16px;
      height: 16px;
      background: url(/Content/image/site/loading.gif);
      margin: 0 0 0px 19px;
      display: none;
    }

  .data-outer .chart-container {
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
    padding: 20px 20px;
  }

    .data-outer .chart-container .title {
      font-weight: 700;
      color: #181c20;
      font-size: 16px;
      line-height: 24px;
      float: left;
    }

    .data-outer .chart-container .server {
      float: right;
    }

    .data-outer .chart-container .charts {
      clear: both;
      display: flex;
      flex-direction: row;
      margin-top: 55px;
    }

      .data-outer .chart-container .charts .chart {
        min-height: 300px;
      }

      .data-outer .chart-container .charts .chartdate {
        flex: 1;
      }

      .data-outer .chart-container .charts .chartfiletype, .data-outer .chart-container .charts .chartfilesize {
        width: 270px;
        margin-left;
        20px;
      }


/*----------------------------------------------------------------------------------- */
/* 账号间通联分析 */
/*----------------------------------------------------------------------------------- */

.analyseaccount-outer {
  height: 100%;
  padding: 12px;
}

  .analyseaccount-outer > .title {
    height: 34px;
    background-image: linear-gradient(90deg,rgba(51, 60, 73, 0) 0%,#333c49 49.58%,rgba(51, 60, 73, 0) 100%);
    text-align: center;
  }

  .analyseaccount-outer .title .text {
    width: 329px;
    height: 100%;
    background: url(/Content/image/site/analyse/topbar.png);
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
  }

  .analyseaccount-outer .server {
    margin: 10px;
    text-align: left;
  }

  .analyseaccount-outer .chart {
    min-height: 450px;
    margin: 20px 0;
  }

  .analyseaccount-outer .data {
    display: flex;
    flex-direction: row;
  }

    .analyseaccount-outer .data .dataitem {
      flex: 1;
      background-color: #ffffff;
      border-radius: 4px;
      padding: 16px;
    }

      .analyseaccount-outer .data .dataitem:last-child {
        margin-left: 10px;
      }

      .analyseaccount-outer .data .dataitem .title {
        font-weight: 700;
        color: #181c20;
        font-size: 16px;
      }

      .analyseaccount-outer .data .dataitem .help {
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
      }

        .analyseaccount-outer .data .dataitem .help img {
          width: 10px;
          height: 10px;
          margin: -4px 0 0 3px;
        }

        .analyseaccount-outer .data .dataitem .help .dropdown-menu {
          width: 115px;
          color: #de8237;
          font-size: 12px;
          padding: 5px 5px;
        }

      .analyseaccount-outer .data .dataitem .table {
        margin-top: 16px;
      }


/*----------------------------------------------------------------------------------- */
/* 邮件账号详情 */
/*----------------------------------------------------------------------------------- */

.emailaccount-outer {
  height: 100%;
  padding: 20px;
}

  .emailaccount-outer > .navigate .logo {
    color: #7f868d;
    font-size: 14px;
  }

  .emailaccount-outer > .navigate .name {
    color: #181c20;
    font-size: 14px;
  }

  .emailaccount-outer .summary {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

    .emailaccount-outer .summary .top {
      height: 68px;
      background-image: linear-gradient(266.94deg,#1f3243 0%,#455664 100%);
      border-radius: 16px 16px 0px 0px;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0 20px;
    }

      .emailaccount-outer .summary .top .name {
        font-weight: 700;
        color: #ffffff;
        font-size: 24px;
        margin-top: 3px;
      }

      .emailaccount-outer .summary .top .server {
        display: flex;
        flex-direction: column;
        margin: 0px 15px;
      }

        .emailaccount-outer .summary .top .server .tip {
          background-color: #7f868d;
          border-radius: 100px 100px 100px 0px;
          padding: 2px 8px;
          color: #fff;
          font-size: 10px;
          text-align: center;
        }

        .emailaccount-outer .summary .top .server .name {
          color: #ffffff;
          font-size: 14px;
        }

      .emailaccount-outer .summary .top .follow {
        width: 85px;
        height: 34px;
        line-height: 34px;
        background-color: #ae1729;
        border-radius: 4px;
        margin-left: 15px;
        color: #fff;
        text-align: center;
      }

      .emailaccount-outer .summary .top .followed {
        background-color: #7f868d;
        border: 1px solid;
        border-color: #7f868d;
        border-radius: 4px;
      }

    .emailaccount-outer .summary .total {
      background-color: #ffffff;
      border-radius: 0px 0px 4px 4px;
      padding: 30px 30px 10px 30px;
      display: flex;
      flex-direction: row;
    }

      .emailaccount-outer .summary .total .countitem {
        width: 160px;
        display: flex;
        flex-direction: column;
      }

        .emailaccount-outer .summary .total .countitem .title {
          color: #333c49;
          font-size: 12px;
        }

        .emailaccount-outer .summary .total .countitem .value {
          font-weight: 700;
          color: #1464FF;
          font-size: 20px;
          margin: 12px 0 25px 0;
        }

      .emailaccount-outer .summary .total .sep-h {
        width: 1px;
        background-color: #e9eaed;
        margin: 10px 10px;
      }

      .emailaccount-outer .summary .total .chart {
        min-height: 350px;
        margin-left: 10px;
      }

      .emailaccount-outer .summary .total .chartencrypt {
        min-width: 250px;
        flex: 1;
      }

      .emailaccount-outer .summary .total .chartfiletype {
        min-width: 250px;
        flex: 1;
      }

      .emailaccount-outer .summary .total .chartdate {
        flex: 1.6;
      }

  .emailaccount-outer .data {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
  }

    .emailaccount-outer .data .dataitem {
      flex: 1;
      background-color: #ffffff;
      border-radius: 4px;
      padding: 15px;
    }

      .emailaccount-outer .data .dataitem:last-child {
        margin-left: 10px;
      }

  .emailaccount-outer .layui-table-header {
    background-color: #b9bcc1;
  }

  .emailaccount-outer .layui-table th > div {
    padding: 0px 10px !important;
  }

/*----------------------------------------------------------------------------------- */
/* 邮件详情 */
/*----------------------------------------------------------------------------------- */

.articleinfo-outer {
  height: 100%;
  padding: 20px;
}

  .articleinfo-outer .topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

    .articleinfo-outer .topbar > .navigate {
      float: left;
      padding-left: 20px;
    }

      .articleinfo-outer .topbar > .navigate .logo {
        color: #666;
        font-size: 14px;
      }

      .articleinfo-outer .topbar > .navigate .article {
        max-width: 200px;
      }

      .articleinfo-outer .topbar > .navigate .name {
        color: #181c20;
        font-size: 14px;
      }

    .articleinfo-outer .topbar .timline-tip {
      flex: 1;
      text-align: center;
      font-size: 12px;
      color: #7f868d;
      padding-left: 50px;
    }

    .articleinfo-outer .topbar .tags {
      float: right;
    }

      .articleinfo-outer .topbar .tags span {
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
        margin-left: 5px;
      }

      .articleinfo-outer .topbar .tags .prev {
        background-color: #00929e;
      }

      .articleinfo-outer .topbar .tags .curr {
        background-color: #1464FF;
      }

      .articleinfo-outer .topbar .tags .next {
        background-color: #0075b2;
      }

  .articleinfo-outer .timline {
    min-height: 131px;
    margin-top: 18px;
    text-align: center;
    padding-bottom: 0px;
    position: relative !important;
  }

    .articleinfo-outer .timline .loading {
      margin-top: 30px;
    }

    .articleinfo-outer .timline .content {
      display: inline-flex;
      flex-direction: row;
      justify-content: center;
      background: url(/Content/image/site/info/timeline_bg.png);
      background-position-y: 35px;
      background-repeat: repeat-x;
    }

      .articleinfo-outer .timline .content .articleitem {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 40px;
      }

        .articleinfo-outer .timline .content .articleitem:last-child {
          margin-right: 0px;
        }

        .articleinfo-outer .timline .content .articleitem .labels {
          font-weight: 700;
          color: #575b63;
          font-size: 14px;
          margin-bottom: 3px;
        }

        .articleinfo-outer .timline .content .articleitem .article {
          border: 2px solid transparent;
          border-radius: 3px;
        }

          .articleinfo-outer .timline .content .articleitem .article a {
            width: 36px;
            height: 28px;
            line-height: 28px;
            display: block;
            color: #fff;
          }

          .articleinfo-outer .timline .content .articleitem .article.prev {
            background: url(/Content/image/site/info/prev.png) no-repeat center center;
            background-size: 36px 28px;
          }

          .articleinfo-outer .timline .content .articleitem .article.curr {
            background: url(/Content/image/site/info/curr.png) no-repeat center center;
            background-size: 36px 28px;
          }

          .articleinfo-outer .timline .content .articleitem .article.next {
            background: url(/Content/image/site/info/next.png) no-repeat center center;
            background-size: 36px 28px;
          }

          .articleinfo-outer .timline .content .articleitem .article.focus {
            background-color: #ffffff;
            border: 2px solid #1464FF;
          }

        .articleinfo-outer .timline .content .articleitem .date {
          color: #b9bcc1;
          font-size: 12px;
          margin-top: 1px;
        }

        .articleinfo-outer .timline .content .articleitem .attach {
          padding-top: 16px;
          background: url(/Content/image/site/info/timeline_bg.png) repeat-y center center;
        }

          .articleinfo-outer .timline .content .articleitem .attach img {
            width: 24px;
            height: 24px;
            border: none;
          }

  .articleinfo-outer .articleinfo {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .articleinfo-outer .article-header {
    background: url(../image/site/info/info_top.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 4px 4px 0px 0px;
    padding: 40px 30px 20px;
  }

    .articleinfo-outer .article-header .subject {
      font-weight: 700;
      color: #333c49;
      font-size: 20px;
      line-height: 36px;
    }

    .articleinfo-outer .article-header .contact {
      color: #575b63;
      font-size: 13px;
      line-height: 27px;
      display: flex;
      flex-direction: row;
    }

      .articleinfo-outer .article-header .contact span {
      }

      .articleinfo-outer .article-header .contact .content {
        flex: 1;
      }

    .articleinfo-outer .article-header .attaches {
      display: flex;
      flex-direction: row;
    }

      .articleinfo-outer .article-header .attaches .attachitems {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
      }

      .articleinfo-outer .article-header .attaches .attach a.file {
        background: url(/Content/image/site/info/attach.png) no-repeat left center;
        background-size: 12px 14px;
        padding-left: 16px;
        color: #00559f;
        font-size: 12px;
      }

        .articleinfo-outer .article-header .attaches .attach a.file.encrypted {
          background: url(/Content/image/site/icon_encrypt.png) no-repeat left center;
          background-size: 12px 14px;
        }

      .articleinfo-outer .article-header .attaches .attach .label-help {
        float: inherit !important;
        margin: 0px 0px 0px 15px !important;
        padding: 5px 0px !important;
      }

        .articleinfo-outer .article-header .attaches .attach .label-help > li {
          cursor: pointer;
          margin-right: 3px !important;
        }

    .articleinfo-outer .article-header .actions {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
    }

  .articleinfo-outer .label-help {
    flex: 1;
    background: transparent;
    margin-top: 10px;
    text-align: right;
  }
  .articleinfo-outer .label-help > .labelitem {
    background: #F8F9FE;
    padding: 2px 10px;
    margin: 0px 0 0 -5px;
    border-top: solid 1px #C5CFFF;
    border-bottom: solid 1px #C5CFFF;
  }
  .articleinfo-outer .label-help > .labelitem:first-child {
    padding-left: 20px;
    border-left: solid 1px #C5CFFF;
    border-top: solid 1px #C5CFFF;
    border-bottom: solid 1px #C5CFFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .articleinfo-outer .label-help .addlabel {
    background: #F8F9FE;
    padding-right: 20px;
    border-right: solid 1px #C5CFFF;
    border-top: solid 1px #C5CFFF;
    border-bottom: solid 1px #C5CFFF;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
    .articleinfo-outer .article-header .action {
      width: 305px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
    }
    .articleinfo-outer .article-header .action a {
      background: #F8F9FE;
      padding: 0px 20px;
      text-align: center;
      border: solid 1px #C5CFFF;
    }

  .articleinfo-outer .addlabel {
    cursor: pointer;
  }

  .articleinfo-outer .addlabel-menu .labelitem {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
  }

    .articleinfo-outer .addlabel-menu .labelitem i {
      width: 12px;
      height: 12px;
      border-radius: 3px;
      margin: 0 5px;
      cursor: default;
    }

    .articleinfo-outer .addlabel-menu .labelitem input {
      height: auto;
      cursor: pointer;
    }

    .articleinfo-outer .addlabel-menu .labelitem label {
      font-size: 10px;
      color: #666;
      margin: 0px;
      white-space: nowrap;
      line-height: 32px;
    }

  .articleinfo-outer .addlabel-menu .h-sep {
    height: 1px;
    background: #d6d8dc;
    margin: 5px 0;
  }

  .articleinfo-outer .addlabel-menu .actionitem > a {
    line-height: 30px;
  }

  .articleinfo-outer .article-body {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
  }

    .articleinfo-outer .article-body .body {
      flex: 1;
      min-height: 180px;
      color: #333c49;
      font-size: 16px;
      line-height: 40px;
    }

      .articleinfo-outer .article-body .body .nodata {
        width: 100%;
        text-align: center;
        color: #999;
      }

      .articleinfo-outer .article-body .body .encrypted {
        width: 100%;
        text-align: center;
        color: #1464FF;
      }

    .articleinfo-outer .article-body .anno {
      width: 300px;
      padding: 15px 0 0 15px;
      margin-left: 15px;
      border-left: 1px solid #cdcdcd;
    }

      .articleinfo-outer .article-body .anno .annoitem {
        width: 300px;
        position: absolute;
        margin: 3px 2px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }

        .articleinfo-outer .article-body .anno .annoitem .top {
          width: 100%;
          background: url(/Content/image/site/info/anno_icon.png) no-repeat;
          background-position: left top;
          background-color: #fbf2cd;
          border-radius: 4px;
          padding: 3px;
          display: flex;
          flex-direction: row;
        }

        .articleinfo-outer .article-body .anno .annoitem .time {
          color: #999;
          font-size: 10px;
          text-align: right;
        }

        .articleinfo-outer .article-body .anno .annoitem textarea {
          background-color: #fbf2cd;
          resize: none;
          border: 0px;
          flex: 1;
          height: 24px;
          line-height: 24px;
          overflow-y: hidden;
          margin: 3px 0 0 3px;
        }

          .articleinfo-outer .article-body .anno .annoitem textarea:focus {
            background-color: #ebd061;
          }

        .articleinfo-outer .article-body .anno .annoitem .action {
          margin: 5px 5px;
        }

/*----------------------------------------------------------------------------------- */
/* 数据识别 */
/*----------------------------------------------------------------------------------- */
.label-help {
  background-color: #f4f4f6;
  border-radius: 15px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: central;
}

  .label-help > li {
    list-style: none;
    display: inline-block;
    color: #7f868d;
    font-size: 12px;
    margin-right: 8px;
  }

    .label-help > li:last-child {
      margin-right: 0px;
    }

    .label-help > li i {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      border-radius: 2px;
    }

    .label-help > li.basicdata > i {
      background-color: #ef3e3e;
    }

    .label-help > li.eventdata > i {
      background-color: #0062b7;
    }

    .label-help > li.cluedata > i {
      background-color: #008d7e;
    }

    .label-help > li.searchdata > i {
      background-color: #fffd37;
    }

    .label-help > li.attach > i {
      background: url(/Content/image/site/attach.png) no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
    }

    .label-help > li.encrypted > i {
      background: url(/Content/image/site/attach_encrypt.png) no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
    }

    .label-help > li.anno > i {
      background-color: #de8237;
    }

    .label-help > li.sep {
      color: #7f868d;
      font-size: 12px;
      margin: 0 10px;
    }

    .label-help > li.action .btn2 {
      margin-left: 6px;
      background-color: #1464FF;
      border: 1px solid;
      border-color: #1464FF;
      border-radius: 12px;
      line-height: 15px;
      color: #fff;
      font-size: 12px;
      padding: 3px 15px;
    }

.layui-tree-txt-after .label-help {
  float: inherit !important;
  margin: 0px 0px 0px 15px !important;
  padding: 5px 0px !important;
  background-color: transparent !important;
}

  .layui-tree-txt-after .label-help > li {
    cursor: pointer;
    margin-right: 3px !important;
  }

.articlelist .basicdata, .articlelist-s .basicdata {
  color: #d8585a;
}

.articlelist .eventdata, .articlelist-s .eventdata {
  color: #0062b7;
}

.articlelist .cluedata, .articlelist-s .cluedata {
  color: #128c7e;
}

.articlelist .searchdata, .articlelist-s .searchdata {
  color: #002212;
  background-color: #fffd37;
}

.articlelist .anno, .articlelist-s .anno {
  color: #fbf2cd;
}

.recognize-result .basicdata {
  color: #d8585a;
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-color: #ef3e3e;
}

.recognize-result .eventdata {
  color: #0062b7;
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-color: #0062b7;
}

.recognize-result .cluedata {
  color: #128c7e;
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-color: #008d7e;
}

.recognize-result searchdata {
  background-color: #fffd37;
}

.recognize-result anno {
  background-color: #ebd061;
  text-decoration-style: wavy;
  text-decoration-line: underline;
  text-decoration-color: #ebd061;
}

.recognize-tip {
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  padding: 4px 6px;
  color: #fff;
}

  .recognize-tip.type-basicdata {
    background-color: #ef3e3e;
  }

  .recognize-tip.type-eventdata {
    background-color: #0062b7;
  }

  .recognize-tip.type-cluedata {
    background-color: #008d7e;
  }

.emmail-action {
  display: inline-block;
  vertical-align: central;
  padding: 5px 15px;
  float: left;
  margin: -42px 0px 0px 190px;
}

  .emmail-action li {
    list-style: none;
    display: inline-block;
    padding: 0 8px;
  }

/*----------------------------------------------------------------------------------- */
/* Common */
/*----------------------------------------------------------------------------------- */

.treeview .file {
  background: url(/Content/image/site/info/attach.png) no-repeat left center;
  background-size: 12px 14px;
  padding-left: 16px;
  color: #00559f;
  font-size: 12px;
}

  .treeview .file.encrypted {
    background: url(/Content/image/site/attach_encrypt.png) no-repeat left center;
    background-size: 42px 14px;
  }

.layui-table-tool {
  z-index: 58;
}

.layui-table-header {
  background-color: #333c49;
  border-radius: 4px;
}

.layui-table th {
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding: 5px 0px;
  border-right: 1px solid #fff;
}

  .layui-table th:last-child {
    border-right: 0px;
  }

  .layui-table th .layui-table-cell {
    padding: 0px 2px;
  }

.layui-table td {
  border-right: 1px solid transparent;
}

  .layui-table td:last-child {
    border-right: 0px;
  }

  .layui-table td .layui-table-cell {
    padding: 0px 3px;
    color: #575b63;
    font-size: 13px !important;
  }

.layui-table tr {
  border-bottom: 1px solid #ECEFF9;
}

  .layui-table tr.clicked {
    background: #e4e5e8;
  }

.table-even .layui-table tr:nth-child(even) {
  background: #f4f4f6;
}

.table-rowclick .layui-table tr td {
  cursor: pointer;
}

.layui-tab {
  margin: 5px 0;
}

.layui-tab-title {
  border-bottom: 0;
}

  .layui-tab-title.right {
    float: right;
  }

  .layui-tab-title li {
    background-color: #f4f4f6;
    border: 1px solid #d6d8dc;
    color: #7f868d;
    padding: 0px 8px;
    border-radius: 0px;
    line-height: 35px;
  }

    .layui-tab-title li:first-child {
      border-radius: 4px 0px 0px 4px;
    }

    .layui-tab-title li:last-child {
      border-radius: 0px 4px 4px 0px;
    }

    .layui-tab-title li.layui-this {
      border: 1px solid #333c49;
      background-color: #333c49;
      color: #fff;
    }

      .layui-tab-title li.layui-this:after {
        border-width: 0;
      }

.layui-tab-content {
  padding: 10px 0px;
}

.max-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.max-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
