/* === Typeface Variables === */
/** === Color Variables === */
body {
  line-height: 1.6; }

ul, ol, li, dl, dt, dd, p {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  cursor: pointer;
  color: #33b0db; }
  a:hover {
    color: #1e93c9; }
  a i[class*='y-icon'] {
    text-decoration: none !important;
    display: inline-block; }

i {
  font-style: normal; }

input[type='text']:focus,
input[type='password']:focus,
button:focus, a:focus, textarea:focus {
  outline: 0; }

.fpm-modal-large fpm-modal-dialog {
  width: 800px; }

.fpm-modal-middle fpm-modal-dialog {
  width: 600px; }

.fpm-modal-small fpm-modal-dialog {
  width: 400px; }

fpm-modal-footer .y-btn + .y-btn {
  margin-left: 14px; }

.wrap-container {
  width: 984px; }

.result-right {
  float: right;
  width: 260px;
  padding: 0 0 0 18px;
  border-left: 1px solid #f4f4f4; }

.discharge_department .highcharts-xaxis-labels span {
  height: 100px !important;
  font-size: 10px !important;
  white-space: pre-wrap !important;
  width: 12px !important;
  word-wrap: break-word !important;
  line-height: 12px !important;
  text-align: center !important; }
  .discharge_department .highcharts-xaxis-labels span i {
    display: block;
    line-height: 4px; }

.loading-fixed-top {
  position: fixed;
  top: 0;
  left: 50%;
  height: 28px;
  line-height: 28px;
  margin-left: -50px;
  padding: 0 12px;
  z-index: 2000;
  background-color: #fffcd0;
  font-size: 13px; }
  .loading-fixed-top .y-loading-small {
    position: relative;
    top: -2px;
    margin-right: 10px; }

.loading-vertical {
  text-align: center;
  padding-top: 40px; }
  .loading-vertical .y-loading {
    margin-bottom: 12px; }

.navbar {
  height: 50px;
  line-height: 50px;
  background-color: #33b0db;
  font-size: 16px; }
  .navbar .logo {
    float: left;
    line-height: 50px;
    height: 50px;
    overflow: hidden; }
    .navbar .logo a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      overflow: hidden; }
      .navbar .logo a:hover {
        text-decoration: none; }
    .navbar .logo .logo-icon {
      font-size: 40px;
      float: left; }
    .navbar .logo img {
      max-width: 300px;
      max-height: 40px;
      overflow: hidden;
      vertical-align: middle; }
    .navbar .logo .logo-title {
      margin-left: 16px;
      font-size: 14px;
      line-height: 50px;
      vertical-align: top; }
  .navbar .fpm-menu {
    float: right;
    font-size: 16px; }
    .navbar .fpm-menu > a {
      height: 50px;
      line-height: 50px;
      border: none;
      padding-left: 22px;
      padding-right: 46px;
      font-size: 14px;
      color: #fff; }
      .navbar .fpm-menu > a i {
        margin-right: 14px; }
      .navbar .fpm-menu > a .fpm-caret {
        right: 24px; }
    .navbar .fpm-menu.active > a {
      background-color: #25a4d0; }
    .navbar .fpm-menu .fpm-menu-popup {
      width: 100%;
      min-width: 130px; }
      .navbar .fpm-menu .fpm-menu-popup > li > a > i {
        margin-right: 10px; }
      .navbar .fpm-menu .fpm-menu-popup i.y-icon-sign-out {
        position: relative;
        left: 1px; }
  .navbar .nova-entry {
    color: white;
    line-height: 60px; }
    .navbar .nova-entry > span {
      opacity: 0.6; }
    .navbar .nova-entry a {
      display: inline-block;
      height: 20px;
      margin-left: 16px;
      color: white;
      font-size: 14px;
      text-decoration: none;
      line-height: 20px; }
      .navbar .nova-entry a span {
        position: relative;
        top: -1px;
        display: inline-block;
        padding: 0 3px;
        margin-left: 4px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: white;
        background-color: #f12148;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }

.alert .message .export-name {
  display: inline-block;
  max-width: 350px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.nav-menu a {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  color: white;
  text-decoration: none; }
  .nav-menu a.active {
    background-color: #25a4d0; }

fpm-modal {
  display: none; }

/* === Typeface Variables === */
/** === Color Variables === */
.feedback-fixed-anchor {
  position: fixed;
  bottom: 25%;
  right: 0;
  border: 1px solid #59c2e6;
  background-color: #9bdaf0;
  z-index: 1010;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .feedback-fixed-anchor a {
    display: table-cell;
    width: 40px;
    height: 40px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    color: #ffffff; }
    .feedback-fixed-anchor a:hover {
      color: #fff;
      background-color: #59c2e6;
      text-decoration: none; }
      .feedback-fixed-anchor a:hover i {
        display: none; }
      .feedback-fixed-anchor a:hover span {
        display: block; }
    .feedback-fixed-anchor a i {
      margin-left: 2px;
      vertical-align: middle;
      font-size: 30px;
      font-weight: bold; }
    .feedback-fixed-anchor a span {
      display: none; }

#modal-feedback fpm-modal-dialog {
  width: 578px;
  height: 464px; }
#modal-feedback fpm-modal-body {
  padding: 30px;
  color: #333;
  background-color: #f5f5f5; }
#modal-feedback dl {
  float: left;
  height: 403px;
  line-height: 24px; }
  #modal-feedback dl.feedback-left {
    width: 275px;
    padding-right: 30px; }
  #modal-feedback dl.feedback-right {
    width: 226px;
    padding-left: 30px;
    border-left: 1px solid #e5e5e5; }
    #modal-feedback dl.feedback-right ul {
      position: relative;
      padding-left: 34px; }
  #modal-feedback dl dt {
    font-size: 16px; }
  #modal-feedback dl dd {
    position: relative; }
    #modal-feedback dl dd .error-tip {
      position: absolute;
      top: 290px;
      left: 0; }
    #modal-feedback dl dd .phone {
      margin-top: 20px; }
    #modal-feedback dl dd textarea {
      width: 100%;
      height: 204px;
      margin-top: 18px; }
    #modal-feedback dl dd input[type='text'] {
      width: 100%;
      margin-top: 4px; }
    #modal-feedback dl dd .btn-box {
      text-align: center; }
    #modal-feedback dl dd ul {
      margin-top: 16px; }
      #modal-feedback dl dd ul.download {
        margin-top: 26px;
        color: #33b0db; }
      #modal-feedback dl dd ul:first-child {
        margin-top: 14px; }
      #modal-feedback dl dd ul li.icon {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 16px; }
        #modal-feedback dl dd ul li.icon .y-icon-mail {
          font-size: 18px; }
        #modal-feedback dl dd ul li.icon .y-icon-wechat {
          font-size: 20px; }
      #modal-feedback dl dd ul li.gray {
        color: #666; }
      #modal-feedback dl dd ul li.qr-code {
        width: 110px;
        height: 110px;
        margin-top: 10px;
        background-color: #fff; }

#modal-feedback-success .modal-dialog {
  width: 480px; }
#modal-feedback-success .modal-body {
  overflow: hidden; }
#modal-feedback-success .success-icon {
  float: left;
  width: 100px;
  text-align: center; }
  #modal-feedback-success .success-icon i {
    line-height: 100px; }
#modal-feedback-success .feedback-msg {
  float: right;
  width: 320px; }
  #modal-feedback-success .feedback-msg h3 {
    font-size: 16px; }
  #modal-feedback-success .feedback-msg p {
    font-size: 13px;
    color: #acb3bb; }
#modal-feedback-success .fa-check-circle {
  color: #61dece;
  font-size: 64px; }

.feedback-anchor {
  margin-right: 32px;
  line-height: 36px;
  color: #acb3bb; }
  .feedback-anchor a {
    cursor: pointer;
    padding-bottom: 4px; }
