/** 
 * neoui v3.0.6
 * UI Framework Used For Enterprise.
 * author : yonyou FED
 * homepage : https://github.com/iuap-design/neoui#readme
 * bugs : https://github.com/iuap-design/neoui/issues
 **/ 
@charset "UTF-8";
/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-input-icon-left + .u-form-control {
  padding-left: 30px; }

.u-input-icon-left label.u-radio {
  margin-top: 2px;
  position: inherit;
  margin-left: -9px; }

.u-input-group .input-group-addon {
  width: auto;
  padding: 0 5px; }

.u-form-group-lg .u-form-label {
  padding-top: 11px;
  font-size: 18px; }

.u-form-group-lg .u-form-control {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px; }

.u-form-group-sm .u-form-label {
  padding-top: 7px;
  font-size: 12px; }

.u-form-group-sm .u-form-control {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.u-button-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  text-align: 0;
  cursor: pointer;
  opacity: 0; }

.u-form-control {
  height: 36px;
  width: 100%;
  border: 1px solid rgb(206,206,206);
  padding: 6px 12px;
  color: rgb(51,51,51);
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  border-radius: 4px; }
  .u-form-control.round {
    border-radius: 20px; }
  .u-form-control.round {
    border-color: #62a8ea;
    box-shadow: none; }
  .u-form-control:focus {
    border-color: rgb(63,81,181);
    outline: none; }
    .u-form-control:focus ~ .fa-search, .u-form-control:focus ~ .uf-magnifyingglass {
      color: rgb(63,81,181); }
  .u-form-control[readonly], .u-form-control[disabled] {
    border-color: rgb(241,241,241);
    background-color: rgb(241,241,241); }
    .u-form-control[readonly] + .u-form-control-feedback,
    .u-form-control[readonly] + .u-form-control-feedback:hover, .u-form-control[disabled] + .u-form-control-feedback,
    .u-form-control[disabled] + .u-form-control-feedback:hover {
      color: rgba(0, 0, 0, 0.6); }
  .u-form-control[disabled] + .u-form-control-feedback,
  .u-form-control[disabled] + .u-form-control-feedback:hover {
    cursor: not-allowed; }
  .u-form-control.sm {
    height: 28px; }
  .u-form-control.sw {
    width: 200px; }

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.u-form-group {
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 60px; }
  .u-form-group label {
    color: rgb(102,102,102);
    margin-bottom: 5px; }
  .u-form-group.must-in .u-input-group-before {
    color: red; }
  .u-form-group:before {
    display: table;
    content: " "; }
  .u-form-group:after {
    display: table;
    content: " ";
    clear: both; }

.u-control-label {
  max-width: 200px;
  display: inline-block;
  color: rgb(102,102,102);
  /*特定样式*/
  text-align: right;
  margin-right: 10px; }

.u-form-browse {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: rgb(51,51,51);
  list-style: none; }

.u-form-inline .u-form-group {
  display: inline-block; }
  .u-form-inline .u-form-group label {
    max-length: 200px;
    margin-right: 10px;
    margin-bottom: 5px; }
  .u-form-inline .u-form-group .u-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .u-form-inline .u-form-group .u-input-group {
    display: inline-table; }

.u-has-feedback {
  position: relative; }
  .u-has-feedback .u-form-control {
    padding-right: 42.5px; }

.u-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: rgb(180,180,180); }
  .u-form-control-feedback.sm {
    height: 28px;
    line-height: 28px;
    font-size: 12px; }
  .u-form-control-feedback.refer {
    cursor: pointer; }
    .u-form-control-feedback.refer:hover {
      color: rgb(63,81,181); }

.u-form-control-feedback + .u-form-control {
  padding-right: 48px; }

.u-form-control-feedback.u-button-success {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff; }

.noborder {
  border: none; }

.leftborder {
  border-left: 1px solid #CECECE; }

.rightborder {
  border-right: 1px solid #CECECE; }

.u-input-dark .u-form-control {
  background: #f3f7f9; }

.u-input-icon-left {
  left: 0 !important; }

.u-input-icon-left label {
  margin-left: 10px;
  margin-top: 6px; }

.u-input-sm {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.u-input-lg {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px; }

.help-block {
  display: block;
  color: #bcc2c8;
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 12px; }

select[multiple] {
  overflow-y: auto;
  height: auto; }

textarea.u-form-control {
  height: auto; }

.u-input-group {
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px; }
  .u-input-group .u-input-group-addon,
  .u-input-group .u-input-group-btn,
  .u-input-group .u-form-control {
    width: auto;
    display: table-cell; }
  .u-input-group.sw {
    width: 200px; }
  .u-input-group .u-form-control {
    width: 100%; }
  .u-input-group .u-checkbox {
    height: 36px; }
    .u-input-group .u-checkbox .u-checkbox-focus-helper {
      top: 3px; }
    .u-input-group .u-checkbox .u-checkbox-outline {
      top: 3px; }

.u-input-group-before {
  font-size: 10px;
  position: absolute;
  padding: 0px 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-form-control-info {
  position: absolute;
  display: none;
  color: #f15a4a;
  /*display: block;*/
  margin-top: 4px;
  font-size: 12px;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif; }

.u-form-control-info:before {
  margin-right: 5px;
  font-family: uf; }

/*.u-has-success {
  display: inline-block;
  position: relative; }*/
.u-form-control-success {
  position: absolute;
  color: green;
  display: none;
  /* position: absolute;
    top: 25%;
    right: -20px;*/
  font-size: 18px;
  color: #72ca97; }

.u-form-horizontal .u-form-group > label {
  text-align: right;
  height: 36px;
  line-height: 36px; }

.u-input-label {
  font-size: 13px;
  line-height: 36px; }
  @media (min-width: 768px) {
    .u-input-label.right {
      float: right; } }
  .u-input-label.sm {
    font-size: 12px;
    line-height: 28px; }

.u-widget-bg {
  background-color: #eceff1;
  padding: 15px; }

.u-widget {
  background-color: #FFF;
  margin: 15px; }
  .u-widget:after {
    display: table;
    content: " ";
    clear: both; }

.u-widget-left {
  margin-right: 0; }

.u-widget-right {
  margin-left: 0; }

.u-widget-middle {
  margin-left: 0;
  margin-right: 0; }

.u-widget-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  padding: 0;
  /*border-bottom: 1px solid transparent;*/
  border-bottom: 1px solid #e0e0e0; }

.u-widget-title {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  color: #424242;
  font-weight: 400; }
  .u-widget-title .u-widget-more {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.u-widget-body {
  padding: 30px 30px;
  position: relative;
  padding-top: 30px; }

.u-widget-footer {
  padding: 0 30px 15px;
  padding-top: 15px;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.u-media-object {
  display: block; }

.u-media-left {
  padding-right: 10px; }

.u-media-body, .u-media-left, .u-media-right {
  display: table-cell;
  vertical-align: top; }

.u-media {
  margin-top: 15px; }

.u-media:first-child {
  margin-top: 5px; }

.u-media-body {
  width: 670px; }

.u-media-middle {
  vertical-align: middle; }

.u-media-bottom {
  vertical-align: bottom; }

.u-list-group .u-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.u-list-group-item > .u-badge {
  margin-top: 13px; }

.u-list-group a:hover {
  color: #555;
  background-color: #f5f5f5; }

.u-list-group .u-list-group-item.active, .u-list-group .u-list-group-item.active:hover, .u-list-group .u-list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.u-tag {
  padding: 0.25em 0.6em 0.25em;
  font-weight: 400;
  border-radius: 0.3em;
  display: inline;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  a .u-tag:hover, a .u-tag:focus {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
  .u-tag.u-tag-outline {
    color: #eeeeee;
    background-color: transparent;
    border-color: #eeeeee; }

.u-tag-outline {
  border: 1px solid transparent; }

.u-tag-round {
  border-radius: 1em; }

.u-tag-default {
  color: #757575;
  color: #757575;
  background-color: #e0e0e0;
  background-color: rgb(224,224,224); }
  .u-tag-default[href]:hover, .u-tag-default[href]:focus {
    background-color: rgb(238,238,238); }
  .u-tag-default.u-tag-outline {
    color: rgb(224,224,224);
    background-color: transparent;
    border-color: rgb(224,224,224); }
  .u-tag-default[href]:hover, .u-tag-default[href]:focus {
    color: rgb(206,206,206); }
  .u-tag-default.u-tag-outline {
    color: #757575; }

.u-tag-primary {
  background-color: rgb(63,81,181); }
  .u-tag-primary[href]:hover, .u-tag-primary[href]:focus {
    background-color: rgb(92,107,192); }
  .u-tag-primary.u-tag-outline {
    color: rgb(63,81,181);
    background-color: transparent;
    border-color: rgb(63,81,181); }

.u-tag-success {
  background-color: rgb(76,175,80); }
  .u-tag-success[href]:hover, .u-tag-success[href]:focus {
    background-color: rgb(102,187,106); }
  .u-tag-success.u-tag-outline {
    color: rgb(76,175,80);
    background-color: transparent;
    border-color: rgb(76,175,80); }

.u-tag-info {
  background-color: rgb(0,188,212); }
  .u-tag-info[href]:hover, .u-tag-info[href]:focus {
    background-color: rgb(38,198,218); }
  .u-tag-info.u-tag-outline {
    color: rgb(0,188,212);
    background-color: transparent;
    border-color: rgb(0,188,212); }

.u-tag-warning {
  background-color: rgb(255,152,0); }
  .u-tag-warning[href]:hover, .u-tag-warning[href]:focus {
    background-color: rgb(255,167,38); }
  .u-tag-warning.u-tag-outline {
    color: rgb(255,152,0);
    background-color: transparent;
    border-color: rgb(255,152,0); }

.u-tag-danger {
  background-color: rgb(244,67,54); }
  .u-tag-danger[href]:hover, .u-tag-danger[href]:focus {
    background-color: rgb(239,83,80); }
  .u-tag-danger.u-tag-outline {
    color: rgb(244,67,54);
    background-color: transparent;
    border-color: rgb(244,67,54); }

.u-tag-dark {
  background-color: rgb(97,97,97); }
  .u-tag-dark[href]:hover, .u-tag-dark[href]:focus {
    background-color: rgb(117,117,117); }
  .u-tag-dark.u-tag-outline {
    color: rgb(97,97,97);
    background-color: transparent;
    border-color: rgb(97,97,97); }

.u-tag-lg {
  font-size: 16px; }

.u-tag-sm {
  padding: 0.1em 0.5em 0.1em;
  font-size: 10px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .u-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .u-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .u-container {
      width: 1170px; } }

.u-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.u-row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box; }
  .u-row:before {
    display: table;
    content: " "; }
  .u-row:after {
    display: table;
    content: " ";
    clear: both; }

.u-col-xs-1, .u-col-sm-1, .u-col-md-1, .u-col-lg-1, .u-col-1, .u-col-xs-2, .u-col-sm-2, .u-col-md-2, .u-col-lg-2, .u-col-2, .u-col-xs-3, .u-col-sm-3, .u-col-md-3, .u-col-lg-3, .u-col-3, .u-col-xs-4, .u-col-sm-4, .u-col-md-4, .u-col-lg-4, .u-col-4, .u-col-xs-5, .u-col-sm-5, .u-col-md-5, .u-col-lg-5, .u-col-5, .u-col-xs-6, .u-col-sm-6, .u-col-md-6, .u-col-lg-6, .u-col-6, .u-col-xs-7, .u-col-sm-7, .u-col-md-7, .u-col-lg-7, .u-col-7, .u-col-xs-8, .u-col-sm-8, .u-col-md-8, .u-col-lg-8, .u-col-8, .u-col-xs-9, .u-col-sm-9, .u-col-md-9, .u-col-lg-9, .u-col-9, .u-col-xs-10, .u-col-sm-10, .u-col-md-10, .u-col-lg-10, .u-col-10, .u-col-xs-11, .u-col-sm-11, .u-col-md-11, .u-col-lg-11, .u-col-11, .u-col-xs-12, .u-col-sm-12, .u-col-md-12, .u-col-lg-12, .u-col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

.u-col-xs-1, .u-col-xs-2, .u-col-xs-3, .u-col-xs-4, .u-col-xs-5, .u-col-xs-6, .u-col-xs-7, .u-col-xs-8, .u-col-xs-9, .u-col-xs-10, .u-col-xs-11, .u-col-xs-12 {
  float: left; }

.u-col-xs-push-0 {
  left: auto; }

.u-col-xs-pull-0 {
  right: auto; }

.u-col-xs-1 {
  width: 8.33333%; }

.u-col-xs-push-1 {
  left: 8.33333%; }

.u-col-xs-pull-1 {
  right: 8.33333%; }

.u-col-xs-offset-1 {
  margin-left: 8.33333%; }

.u-col-xs-2 {
  width: 16.66667%; }

.u-col-xs-push-2 {
  left: 16.66667%; }

.u-col-xs-pull-2 {
  right: 16.66667%; }

.u-col-xs-offset-2 {
  margin-left: 16.66667%; }

.u-col-xs-3 {
  width: 25%; }

.u-col-xs-push-3 {
  left: 25%; }

.u-col-xs-pull-3 {
  right: 25%; }

.u-col-xs-offset-3 {
  margin-left: 25%; }

.u-col-xs-4 {
  width: 33.33333%; }

.u-col-xs-push-4 {
  left: 33.33333%; }

.u-col-xs-pull-4 {
  right: 33.33333%; }

.u-col-xs-offset-4 {
  margin-left: 33.33333%; }

.u-col-xs-5 {
  width: 41.66667%; }

.u-col-xs-push-5 {
  left: 41.66667%; }

.u-col-xs-pull-5 {
  right: 41.66667%; }

.u-col-xs-offset-5 {
  margin-left: 41.66667%; }

.u-col-xs-6 {
  width: 50%; }

.u-col-xs-push-6 {
  left: 50%; }

.u-col-xs-pull-6 {
  right: 50%; }

.u-col-xs-offset-6 {
  margin-left: 50%; }

.u-col-xs-7 {
  width: 58.33333%; }

.u-col-xs-push-7 {
  left: 58.33333%; }

.u-col-xs-pull-7 {
  right: 58.33333%; }

.u-col-xs-offset-7 {
  margin-left: 58.33333%; }

.u-col-xs-8 {
  width: 66.66667%; }

.u-col-xs-push-8 {
  left: 66.66667%; }

.u-col-xs-pull-8 {
  right: 66.66667%; }

.u-col-xs-offset-8 {
  margin-left: 66.66667%; }

.u-col-xs-9 {
  width: 75%; }

.u-col-xs-push-9 {
  left: 75%; }

.u-col-xs-pull-9 {
  right: 75%; }

.u-col-xs-offset-9 {
  margin-left: 75%; }

.u-col-xs-10 {
  width: 83.33333%; }

.u-col-xs-push-10 {
  left: 83.33333%; }

.u-col-xs-pull-10 {
  right: 83.33333%; }

.u-col-xs-offset-10 {
  margin-left: 83.33333%; }

.u-col-xs-11 {
  width: 91.66667%; }

.u-col-xs-push-11 {
  left: 91.66667%; }

.u-col-xs-pull-11 {
  right: 91.66667%; }

.u-col-xs-offset-11 {
  margin-left: 91.66667%; }

.u-col-xs-12 {
  width: 100%; }

.u-col-xs-push-12 {
  left: 100%; }

.u-col-xs-pull-12 {
  right: 100%; }

.u-col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .u-col-sm-1, .u-col-sm-2, .u-col-sm-3, .u-col-sm-4, .u-col-sm-5, .u-col-sm-6, .u-col-sm-7, .u-col-sm-8, .u-col-sm-9, .u-col-sm-10, .u-col-sm-11, .u-col-sm-12 {
    float: left; }
  .u-col-sm-push-0 {
    left: auto; }
  .u-col-sm-pull-0 {
    right: auto; }
  .u-col-sm-1 {
    width: 8.33333%; }
  .u-col-sm-push-1 {
    left: 8.33333%; }
  .u-col-sm-pull-1 {
    right: 8.33333%; }
  .u-col-sm-offset-1 {
    margin-left: 8.33333%; }
  .u-col-sm-2 {
    width: 16.66667%; }
  .u-col-sm-push-2 {
    left: 16.66667%; }
  .u-col-sm-pull-2 {
    right: 16.66667%; }
  .u-col-sm-offset-2 {
    margin-left: 16.66667%; }
  .u-col-sm-3 {
    width: 25%; }
  .u-col-sm-push-3 {
    left: 25%; }
  .u-col-sm-pull-3 {
    right: 25%; }
  .u-col-sm-offset-3 {
    margin-left: 25%; }
  .u-col-sm-4 {
    width: 33.33333%; }
  .u-col-sm-push-4 {
    left: 33.33333%; }
  .u-col-sm-pull-4 {
    right: 33.33333%; }
  .u-col-sm-offset-4 {
    margin-left: 33.33333%; }
  .u-col-sm-5 {
    width: 41.66667%; }
  .u-col-sm-push-5 {
    left: 41.66667%; }
  .u-col-sm-pull-5 {
    right: 41.66667%; }
  .u-col-sm-offset-5 {
    margin-left: 41.66667%; }
  .u-col-sm-6 {
    width: 50%; }
  .u-col-sm-push-6 {
    left: 50%; }
  .u-col-sm-pull-6 {
    right: 50%; }
  .u-col-sm-offset-6 {
    margin-left: 50%; }
  .u-col-sm-7 {
    width: 58.33333%; }
  .u-col-sm-push-7 {
    left: 58.33333%; }
  .u-col-sm-pull-7 {
    right: 58.33333%; }
  .u-col-sm-offset-7 {
    margin-left: 58.33333%; }
  .u-col-sm-8 {
    width: 66.66667%; }
  .u-col-sm-push-8 {
    left: 66.66667%; }
  .u-col-sm-pull-8 {
    right: 66.66667%; }
  .u-col-sm-offset-8 {
    margin-left: 66.66667%; }
  .u-col-sm-9 {
    width: 75%; }
  .u-col-sm-push-9 {
    left: 75%; }
  .u-col-sm-pull-9 {
    right: 75%; }
  .u-col-sm-offset-9 {
    margin-left: 75%; }
  .u-col-sm-10 {
    width: 83.33333%; }
  .u-col-sm-push-10 {
    left: 83.33333%; }
  .u-col-sm-pull-10 {
    right: 83.33333%; }
  .u-col-sm-offset-10 {
    margin-left: 83.33333%; }
  .u-col-sm-11 {
    width: 91.66667%; }
  .u-col-sm-push-11 {
    left: 91.66667%; }
  .u-col-sm-pull-11 {
    right: 91.66667%; }
  .u-col-sm-offset-11 {
    margin-left: 91.66667%; }
  .u-col-sm-12 {
    width: 100%; }
  .u-col-sm-push-12 {
    left: 100%; }
  .u-col-sm-pull-12 {
    right: 100%; }
  .u-col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .u-col-md-1, .u-col-md-2, .u-col-md-3, .u-col-md-4, .u-col-md-5, .u-col-md-6, .u-col-md-7, .u-col-md-8, .u-col-md-9, .u-col-md-10, .u-col-md-11, .u-col-md-12 {
    float: left; }
  .u-col-1, .u-col-2, .u-col-3, .u-col-4, .u-col-5, .u-col-6, .u-col-7, .u-col-8, .u-col-9, .u-col-10, .u-col-11, .u-col-12 {
    float: left; }
  .u-col-md-push-0 {
    left: auto; }
  .u-col-md-pull-0 {
    right: auto; }
  .u-col-md-1 {
    width: 8.33333%; }
  .u-col-md-push-1 {
    left: 8.33333%; }
  .u-col-md-pull-1 {
    right: 8.33333%; }
  .u-col-md-offset-1 {
    margin-left: 8.33333%; }
  .u-col-md-2 {
    width: 16.66667%; }
  .u-col-md-push-2 {
    left: 16.66667%; }
  .u-col-md-pull-2 {
    right: 16.66667%; }
  .u-col-md-offset-2 {
    margin-left: 16.66667%; }
  .u-col-md-3 {
    width: 25%; }
  .u-col-md-push-3 {
    left: 25%; }
  .u-col-md-pull-3 {
    right: 25%; }
  .u-col-md-offset-3 {
    margin-left: 25%; }
  .u-col-md-4 {
    width: 33.33333%; }
  .u-col-md-push-4 {
    left: 33.33333%; }
  .u-col-md-pull-4 {
    right: 33.33333%; }
  .u-col-md-offset-4 {
    margin-left: 33.33333%; }
  .u-col-md-5 {
    width: 41.66667%; }
  .u-col-md-push-5 {
    left: 41.66667%; }
  .u-col-md-pull-5 {
    right: 41.66667%; }
  .u-col-md-offset-5 {
    margin-left: 41.66667%; }
  .u-col-md-6 {
    width: 50%; }
  .u-col-md-push-6 {
    left: 50%; }
  .u-col-md-pull-6 {
    right: 50%; }
  .u-col-md-offset-6 {
    margin-left: 50%; }
  .u-col-md-7 {
    width: 58.33333%; }
  .u-col-md-push-7 {
    left: 58.33333%; }
  .u-col-md-pull-7 {
    right: 58.33333%; }
  .u-col-md-offset-7 {
    margin-left: 58.33333%; }
  .u-col-md-8 {
    width: 66.66667%; }
  .u-col-md-push-8 {
    left: 66.66667%; }
  .u-col-md-pull-8 {
    right: 66.66667%; }
  .u-col-md-offset-8 {
    margin-left: 66.66667%; }
  .u-col-md-9 {
    width: 75%; }
  .u-col-md-push-9 {
    left: 75%; }
  .u-col-md-pull-9 {
    right: 75%; }
  .u-col-md-offset-9 {
    margin-left: 75%; }
  .u-col-md-10 {
    width: 83.33333%; }
  .u-col-md-push-10 {
    left: 83.33333%; }
  .u-col-md-pull-10 {
    right: 83.33333%; }
  .u-col-md-offset-10 {
    margin-left: 83.33333%; }
  .u-col-md-11 {
    width: 91.66667%; }
  .u-col-md-push-11 {
    left: 91.66667%; }
  .u-col-md-pull-11 {
    right: 91.66667%; }
  .u-col-md-offset-11 {
    margin-left: 91.66667%; }
  .u-col-md-12 {
    width: 100%; }
  .u-col-md-push-12 {
    left: 100%; }
  .u-col-md-pull-12 {
    right: 100%; }
  .u-col-md-offset-12 {
    margin-left: 100%; }
  .u-col-push-0 {
    left: auto; }
  .u-col-pull-0 {
    right: auto; }
  .u-col-1 {
    width: 8.33333%; }
  .u-col-push-1 {
    left: 8.33333%; }
  .u-col-pull-1 {
    right: 8.33333%; }
  .u-col-offset-1 {
    margin-left: 8.33333%; }
  .u-col-2 {
    width: 16.66667%; }
  .u-col-push-2 {
    left: 16.66667%; }
  .u-col-pull-2 {
    right: 16.66667%; }
  .u-col-offset-2 {
    margin-left: 16.66667%; }
  .u-col-3 {
    width: 25%; }
  .u-col-push-3 {
    left: 25%; }
  .u-col-pull-3 {
    right: 25%; }
  .u-col-offset-3 {
    margin-left: 25%; }
  .u-col-4 {
    width: 33.33333%; }
  .u-col-push-4 {
    left: 33.33333%; }
  .u-col-pull-4 {
    right: 33.33333%; }
  .u-col-offset-4 {
    margin-left: 33.33333%; }
  .u-col-5 {
    width: 41.66667%; }
  .u-col-push-5 {
    left: 41.66667%; }
  .u-col-pull-5 {
    right: 41.66667%; }
  .u-col-offset-5 {
    margin-left: 41.66667%; }
  .u-col-6 {
    width: 50%; }
  .u-col-push-6 {
    left: 50%; }
  .u-col-pull-6 {
    right: 50%; }
  .u-col-offset-6 {
    margin-left: 50%; }
  .u-col-7 {
    width: 58.33333%; }
  .u-col-push-7 {
    left: 58.33333%; }
  .u-col-pull-7 {
    right: 58.33333%; }
  .u-col-offset-7 {
    margin-left: 58.33333%; }
  .u-col-8 {
    width: 66.66667%; }
  .u-col-push-8 {
    left: 66.66667%; }
  .u-col-pull-8 {
    right: 66.66667%; }
  .u-col-offset-8 {
    margin-left: 66.66667%; }
  .u-col-9 {
    width: 75%; }
  .u-col-push-9 {
    left: 75%; }
  .u-col-pull-9 {
    right: 75%; }
  .u-col-offset-9 {
    margin-left: 75%; }
  .u-col-10 {
    width: 83.33333%; }
  .u-col-push-10 {
    left: 83.33333%; }
  .u-col-pull-10 {
    right: 83.33333%; }
  .u-col-offset-10 {
    margin-left: 83.33333%; }
  .u-col-11 {
    width: 91.66667%; }
  .u-col-push-11 {
    left: 91.66667%; }
  .u-col-pull-11 {
    right: 91.66667%; }
  .u-col-offset-11 {
    margin-left: 91.66667%; }
  .u-col-12 {
    width: 100%; }
  .u-col-push-12 {
    left: 100%; }
  .u-col-pull-12 {
    right: 100%; }
  .u-col-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .u-col-lg-1, .u-col-lg-2, .u-col-lg-3, .u-col-lg-4, .u-col-lg-5, .u-col-lg-6, .u-col-lg-7, .u-col-lg-8, .u-col-lg-9, .u-col-lg-10, .u-col-lg-11, .u-col-lg-12 {
    float: left; }
  .u-col-lg-push-0 {
    left: auto; }
  .u-col-lg-pull-0 {
    right: auto; }
  .u-col-lg-1 {
    width: 8.33333%; }
  .u-col-lg-push-1 {
    left: 8.33333%; }
  .u-col-lg-pull-1 {
    right: 8.33333%; }
  .u-col-lg-offset-1 {
    margin-left: 8.33333%; }
  .u-col-lg-2 {
    width: 16.66667%; }
  .u-col-lg-push-2 {
    left: 16.66667%; }
  .u-col-lg-pull-2 {
    right: 16.66667%; }
  .u-col-lg-offset-2 {
    margin-left: 16.66667%; }
  .u-col-lg-3 {
    width: 25%; }
  .u-col-lg-push-3 {
    left: 25%; }
  .u-col-lg-pull-3 {
    right: 25%; }
  .u-col-lg-offset-3 {
    margin-left: 25%; }
  .u-col-lg-4 {
    width: 33.33333%; }
  .u-col-lg-push-4 {
    left: 33.33333%; }
  .u-col-lg-pull-4 {
    right: 33.33333%; }
  .u-col-lg-offset-4 {
    margin-left: 33.33333%; }
  .u-col-lg-5 {
    width: 41.66667%; }
  .u-col-lg-push-5 {
    left: 41.66667%; }
  .u-col-lg-pull-5 {
    right: 41.66667%; }
  .u-col-lg-offset-5 {
    margin-left: 41.66667%; }
  .u-col-lg-6 {
    width: 50%; }
  .u-col-lg-push-6 {
    left: 50%; }
  .u-col-lg-pull-6 {
    right: 50%; }
  .u-col-lg-offset-6 {
    margin-left: 50%; }
  .u-col-lg-7 {
    width: 58.33333%; }
  .u-col-lg-push-7 {
    left: 58.33333%; }
  .u-col-lg-pull-7 {
    right: 58.33333%; }
  .u-col-lg-offset-7 {
    margin-left: 58.33333%; }
  .u-col-lg-8 {
    width: 66.66667%; }
  .u-col-lg-push-8 {
    left: 66.66667%; }
  .u-col-lg-pull-8 {
    right: 66.66667%; }
  .u-col-lg-offset-8 {
    margin-left: 66.66667%; }
  .u-col-lg-9 {
    width: 75%; }
  .u-col-lg-push-9 {
    left: 75%; }
  .u-col-lg-pull-9 {
    right: 75%; }
  .u-col-lg-offset-9 {
    margin-left: 75%; }
  .u-col-lg-10 {
    width: 83.33333%; }
  .u-col-lg-push-10 {
    left: 83.33333%; }
  .u-col-lg-pull-10 {
    right: 83.33333%; }
  .u-col-lg-offset-10 {
    margin-left: 83.33333%; }
  .u-col-lg-11 {
    width: 91.66667%; }
  .u-col-lg-push-11 {
    left: 91.66667%; }
  .u-col-lg-pull-11 {
    right: 91.66667%; }
  .u-col-lg-offset-11 {
    margin-left: 91.66667%; }
  .u-col-lg-12 {
    width: 100%; }
  .u-col-lg-push-12 {
    left: 100%; }
  .u-col-lg-pull-12 {
    right: 100%; }
  .u-col-lg-offset-12 {
    margin-left: 100%; } }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-menu-container {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  overflow: visible;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif; }
  .u-menu-container.is-visible, .u-menu-container.is-animating {
    z-index: 999;
    visibility: visible; }

.u-menu-outline {
  display: block;
  background: rgb(255,255,255);
  margin: 0;
  padding: 0;
  border: 1px solid rgb(224,224,224);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border: 1px solid rgb(224,224,224) \9;
  will-change: transform;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1; }
  .u-menu-container.is-visible .u-menu-outline {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 999; }
  .u-menu-outline.u-menu-bottom-right {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  .u-menu-outline.u-menu-top-left {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .u-menu-outline.u-menu-top-right {
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%; }

.u-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  min-width: 87px;
  padding: 8px 0;
  margin: 0;
  opacity: 0;
  clip: rect(0 0 0 0);
  z-index: -1; }
  .u-menu-container.is-visible .u-menu {
    opacity: 1;
    z-index: 999; }
  .u-menu.is-animating {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .u-menu.u-menu-bottom-right {
    left: auto;
    right: 0; }
  .u-menu.u-menu-top-left {
    top: auto;
    bottom: 0; }
  .u-menu.u-menu-top-right {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0; }
  .u-menu.u-menu-unaligned {
    top: auto;
    left: auto; }

.u-menu-item {
  display: block;
  border: none;
  color: rgba(0,0,0, 0.87);
  color: rgb(0,0,0) \9;
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  outline-color: rgb(107,202,234);
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .u-menu-container.is-visible .u-menu-item {
    opacity: 1; }
  .u-menu-item::-moz-focus-inner {
    border: 0; }
  .u-menu-item-full-bleed-divider {
    border-bottom: 1px solid rgba(0,0,0, 0.12); }
  .u-menu-item[disabled], .u-menu-item[data-u-disabled] {
    color: rgb(189,189,189);
    background-color: transparent;
    cursor: auto; }
    .u-menu-item[disabled]:hover, .u-menu-item[data-u-disabled]:hover {
      background-color: transparent; }
    .u-menu-item[disabled]:focus, .u-menu-item[data-u-disabled]:focus {
      background-color: transparent; }
    .u-menu-item[disabled] .mdl-ripple, .u-menu-item[data-u-disabled] .mdl-ripple {
      background: transparent; }
  .u-menu-item:hover {
    background-color: rgb(233,247,252); }
  .u-menu-item:focus {
    outline: none;
    background-color: rgb(196,234,246); }
  .u-menu-item:active {
    background-color: rgb(196,234,246); }
  .u-menu-item a {
    line-height: 1.57142857;
    color: rgb(51,51,51);
    white-space: nowrap;
    text-decoration: none;
    color: #333; }

.u-menu__item--ripple-container {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  overflow: hidden; }

.u-right-icon {
  margin-left: 10px; }

.u-right-icon.uf-anglearrowdown {
  font-family: 12px; }

.u-split {
  height: 24px;
  border: 1px solid rgb(224,224,224);
  width: 107px; }
  .u-split .u-button {
    box-shadow: none;
    padding: 0px; }
  .u-split .u-split-pre {
    border-right: 1px dashed rgb(224,224,224);
    width: 80%;
    height: 100%; }
  .u-split .u-split-sub {
    width: 20%;
    height: 100%; }
    .u-split .u-split-sub button {
      width: 100%;
      height: 100%;
      min-width: 0px; }

.u-button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .u-button-group .u-button-group {
    float: left; }
  .u-button-group .u-button {
    float: left; }

.u-menu-wrap {
  position: relative; }

.u-menu-primary .u-menu-item:hover {
  background-color: rgb(92,107,192); }
  .u-menu-primary .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-primary .u-menu-item:focus {
  outline: none;
  background-color: rgb(63,81,181); }
  .u-menu-primary .u-menu-item:focus a {
    color: #FFFFFF; }

.u-menu-success .u-menu-item:hover {
  background-color: rgb(102,187,106); }
  .u-menu-success .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-success .u-menu-item:focus {
  outline: none;
  background-color: rgb(76,175,80); }
  .u-menu-success .u-menu-item:focus a {
    color: #FFFFFF; }

.u-menu-info .u-menu-item:hover {
  background-color: rgb(38,198,218); }
  .u-menu-info .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-info .u-menu-item:focus {
  outline: none;
  background-color: rgb(0,188,212); }
  .u-menu-info .u-menu-item:focus a {
    color: #FFFFFF; }

.u-menu-warning .u-menu-item:hover {
  background-color: rgb(255,167,38); }
  .u-menu-warning .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-warning .u-menu-item:focus {
  outline: none;
  background-color: rgb(255,152,0); }
  .u-menu-warning .u-menu-item:focus a {
    color: #FFFFFF; }

.u-menu-danger .u-menu-item:hover {
  background-color: rgb(239,83,80); }
  .u-menu-danger .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-danger .u-menu-item:focus {
  outline: none;
  background-color: rgb(244,67,54); }
  .u-menu-danger .u-menu-item:focus a {
    color: #FFFFFF; }

.u-menu-dark .u-menu-item:hover {
  background-color: rgb(117,117,117); }
  .u-menu-dark .u-menu-item:hover a {
    color: #FFFFFF; }

.u-menu-dark .u-menu-item:focus {
  outline: none;
  background-color: rgb(97,97,97); }
  .u-menu-dark .u-menu-item:focus a {
    color: #FFFFFF; }

.u-breadcrumb {
  padding: 8px 10px;
  margin-bottom: 10px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
  font-size: 14px; }
  .u-breadcrumb > li {
    display: inline-block;
    float: left; }
    .u-breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: rgb(63,81,181); }
    .u-breadcrumb > li .icon {
      text-decoration: none; }
      .u-breadcrumb > li .icon:before {
        margin-right: 10px; }
  .u-breadcrumb > .active {
    color: rgb(117,117,117); }

.u-breadcrumb-arrow > li + li:before {
  content: "» "; }

.u-list-group {
  margin-bottom: 20px;
  padding-left: 0; }
  .u-list-group .media {
    padding: 2px 0;
    border-bottom: 0; }
    .u-list-group .media .pull-left,
    .u-list-group .media .media-left {
      padding-right: 20px; }
    .u-list-group .media .pull-right,
    .u-list-group .media .media-right {
      padding-left: 20px; }
    .u-list-group .media .pull-right .status {
      margin-top: 15px;
      margin-right: 5px; }
    .u-list-group .media .media-heading {
      font-size: 1.4rem; }

.u-list-group-full > .u-list-group-item {
  padding-left: 0;
  padding-right: 0; }

a.u-list-group-item {
  border-radius: 3px; }
  a.u-list-group-item.disabled, a.u-list-group-item.disabled:hover, a.u-list-group-item.disabled:focus {
    color: rgb(189,189,189);
    background-color: rgb(238,238,238); }
  a.u-list-group-item.active, a.u-list-group-item.active:hover, a.u-list-group-item.active:focus {
    color: rgb(255,255,255);
    background-color: rgb(63,81,181); }

.u-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid transparent; }
  .u-list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .u-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .u-list-group-item .icon {
    margin-right: 10px; }

a.u-list-group-item,
button.u-list-group-item {
  color: rgb(117,117,117); }
  a.u-list-group-item .u-list-group-item-heading,
  button.u-list-group-item .u-list-group-item-heading {
    color: rgb(66,66,66); }
  a.u-list-group-item:hover, a.u-list-group-item:focus,
  button.u-list-group-item:hover,
  button.u-list-group-item:focus {
    text-decoration: none;
    color: rgb(117,117,117);
    background-color: rgb(238,238,238); }

button.u-list-group-item {
  width: 100%;
  text-align: left; }

.u-list-group-item.disabled, .u-list-group-item.disabled:hover, .u-list-group-item.disabled:focus {
  background-color: transparent;
  color: rgb(189,189,189);
  cursor: not-allowed; }
  .u-list-group-item.disabled .u-list-group-item-heading, .u-list-group-item.disabled:hover .u-list-group-item-heading, .u-list-group-item.disabled:focus .u-list-group-item-heading {
    color: inherit; }
  .u-list-group-item.disabled .u-list-group-item-text, .u-list-group-item.disabled:hover .u-list-group-item-text, .u-list-group-item.disabled:focus .u-list-group-item-text {
    color: rgb(189,189,189); }

.u-list-group-item.active, .u-list-group-item.active:hover, .u-list-group-item.active:focus {
  z-index: 2;
  color: rgb(63,81,181);
  background-color: transparent;
  border-color: transparent; }
  .u-list-group-item.active .u-list-group-item-heading,
  .u-list-group-item.active .u-list-group-item-heading > small,
  .u-list-group-item.active .u-list-group-item-heading > .small, .u-list-group-item.active:hover .u-list-group-item-heading,
  .u-list-group-item.active:hover .u-list-group-item-heading > small,
  .u-list-group-item.active:hover .u-list-group-item-heading > .small, .u-list-group-item.active:focus .u-list-group-item-heading,
  .u-list-group-item.active:focus .u-list-group-item-heading > small,
  .u-list-group-item.active:focus .u-list-group-item-heading > .small {
    color: inherit; }
  .u-list-group-item.active .u-list-group-item-text, .u-list-group-item.active:hover .u-list-group-item-text, .u-list-group-item.active:focus .u-list-group-item-text {
    color: rgb(63,81,181); }

/*边框*/
.u-list-group-bordered {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  .u-list-group-bordered .u-list-group-item {
    border-color: #e0e0e0; }
    .u-list-group-bordered .u-list-group-item.active {
      color: #fff;
      background-color: #303f9f;
      border-color: #303f9f; }
      .u-list-group-bordered .u-list-group-item.active:focus, .u-list-group-bordered .u-list-group-item.active:hover {
        color: #fff;
        background-color: #303f9f;
        border-color: #303f9f; }

/*分割线*/
.u-list-group-divider .u-list-group-item {
  border-top-color: #e0e0e0; }
  .u-list-group-divider .u-list-group-item:first-child.active:hover {
    border-top-color: transparent; }
  .u-list-group-divider .u-list-group-item:last-child {
    border-bottom-color: #e0e0e0; }
  .u-list-group-divider .u-list-group-item.active:hover {
    border-top-color: #e0e0e0; }
  .u-list-group-divider .u-list-group-item:first-child {
    border-top-color: transparent; }

/*徽章*/
.u-list-group-item > .u-badge {
  float: right; }

/*链接*/
a.u-list-group-item {
  border-radius: 3px;
  cursor: pointer; }
  a.u-list-group-item.active {
    color: #fff;
    background-color: #3f51b5;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
    a.u-list-group-item.active:focus, a.u-list-group-item.active:hover {
      color: #fff;
      background-color: #3f51b5;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
  a.u-list-group-item.disabled {
    color: #bdbdbd;
    background-color: #eee; }
    a.u-list-group-item.disabled:focus, a.u-list-group-item.disabled:hover {
      color: #bdbdbd;
      background-color: #eee; }

/*不同颜色*/
.u-list-group-gap .u-list-group-item {
  margin-bottom: 2px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.u-list-group-item-success {
  color: #fff;
  background-color: #4caf50; }

.u-list-group-item-warning {
  color: #fff;
  background-color: #ff9800; }

.u-list-group-item-info {
  color: #fff;
  background-color: #00bcd4; }

.u-list-group-item-danger {
  color: #fff;
  background-color: #f44336; }

.u-list-group-item-dark {
  color: #fff;
  background-color: #616161; }

/*自定义*/
.u-list-group-item.active .u-list-group-item-text, .u-list-group-item.active:focus .u-list-group-item-text, .u-list-group-item.active:hover .u-list-group-item-text {
  color: #d1d6ef; }

/*用户列表*/
.u-list-group .media {
  padding: 2px 0;
  border-bottom: 0; }

.media {
  overflow: hidden;
  zoom: 1; }
  .media:first-child {
    margin-top: 0; }

.media-body {
  overflow: hidden;
  zoom: 1; }

.media {
  margin-top: 15px; }

.u-list-group .media .media-right, .u-list-group .media .pull-right {
  padding-left: 20px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px; }
  .avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px; }

.media-body {
  overflow: hidden;
  overflow: auto;
  display: table-cell;
  vertical-align: top; }

.media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-body {
  width: 10000px; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

small {
  font-size: 85%; }

.status-lg {
  width: 14px;
  height: 14px; }

.avatar-online i, .status-online {
  background-color: #4caf50; }

.avatar-busy i, .status-busy {
  background-color: #ff9800; }

.avatar-off i, .status-off {
  background-color: #616161; }

.avatar-away i, .status-away {
  background-color: #f44336; }

.status {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%; }

.avatar-online i {
  background-color: #4caf50; }

.avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-tabs {
  display: block;
  width: 100%; }

.u-tabs__tab-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-content: space-between;
          align-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  height: 48px;
  padding: 0 0 0 0;
  margin: 0;
  border-bottom: 1px solid rgb(224,224,224); }

.u-tabs__tab {
  margin: 0;
  border: none;
  padding: 0 24px 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0,0,0, 0.54);
  overflow: hidden; }
  .u-tabs__tab:hover:after {
    border-bottom-color: #bdbdbd; }
  .u-tabs.is-upgraded .u-tabs__tab.is-active {
    color: rgba(0,0,0, 0.87); }
  .u-tabs.is-upgraded .u-tabs__tab.is-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0px;
    left: 0px;
    position: absolute;
    background: rgb(63,81,181);
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
            animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1); }
  .u-tabs__tab .u-tabs__ripple-container {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden; }
    .u-tabs__tab .u-tabs__ripple-container .u-ripple {
      background: rgb(63,81,181); }

.u-tabs-pill .u-tabs__tab:hover {
  text-decoration: none;
  background-color: #eee; }

.u-tabs.is-upgraded .u-tabs-pill .u-tabs__tab.is-active {
  background-color: rgb(63,81,181);
  color: #FFFFFF; }
  .u-tabs.is-upgraded .u-tabs-pill .u-tabs__tab.is-active:after {
    height: 0px; }

.u-tabs__panel {
  display: block; }
  .u-tabs.is-upgraded .u-tabs__panel {
    display: none; }
  .u-tabs.is-upgraded .u-tabs__panel.is-active {
    display: block; }

@-webkit-keyframes border-expand {
  0% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }

@keyframes border-expand {
  0% {
    opacity: 0;
    width: 0; }
  100% {
    opacity: 1;
    width: 100%; } }

.u-tabs__tab-bar-left {
  height: 150px; }
  .u-tabs__tab-bar-left div {
    float: left; }
  .u-tabs__tab-bar-left .u-tabs__panel {
    margin-left: 30px; }
  .u-tabs__tab-bar-left > :first-child {
    margin-left: 0;
    width: 80px;
    height: 100%;
    display: inline-block !important; }
  .u-tabs__tab-bar-left a {
    width: 80px;
    float: left;
    display: block; }
  .u-tabs__tab-bar-left .u-tabs__tab-bar {
    border: none !important; }
  .u-tabs__tab-bar-left.is-upgraded .u-tabs__tab.is-active:after {
    height: 100%;
    width: 2px;
    left: 98%; }

.animation-slide-left {
  -webkit-animation-name: slide-left;
  animation-name: slide-left; }

.animation-slide-right {
  -webkit-animation-name: slide-right;
  animation-name: slide-right; }

.animation-slide-top {
  -webkit-animation-name: slide-top;
  animation-name: slide-top; }

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom; }

[class*=animation-] {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-panel {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  line-height: 1.57142857;
  color: #757575;
  position: relative;
  margin-bottom: 30px;
  border-width: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px; }
  .u-panel .u-panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    padding: 0;
    border-bottom: 1px solid transparent; }
  .u-panel h4, .u-panel h3 {
    font-family: Roboto,sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #424242;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px; }

.u-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 20px 30px;
  font-size: 18px;
  color: #424242; }
  .u-panel-title .small {
    color: #757575; }

.u-panel-body {
  padding: 30px 30px;
  position: relative; }

.panel-heading + .panel-body {
  padding-top: 0; }

.u-panel-bordered .u-panel-heading {
  border-bottom: 1px solid #e0e0e0; }
  .u-panel-bordered .u-panel-heading .panel-title {
    padding-bottom: 20px; }

.u-panel-bordered .u-panel-body {
  padding-top: 30px; }

.u-panel-bordered .u-panel-footer {
  border-top: 1px solid #e0e0e0;
  padding: 0 30px 15px;
  background-color: transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 15px; }

.u-panel > :not(.panel-loading):not(.collapsing) {
  transition: opacity .3s; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .u-panel-body:after, .u-panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.u-panel-body .h1:first-child, .panel-body .h2:first-child, .u-panel-body .h3:first-child, .u-panel-body .h4:first-child, .u-panel-body .h5:first-child, .u-panel-body .h6:first-child, .u-panel-body h1:first-child, .u-panel-body h2:first-child, .u-panel-body h3:first-child, .u-panel-body h4:first-child, .u-panel-body h5:first-child, .u-panel-body h6:first-child {
  margin-top: 0; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.pearls {
  margin-bottom: 2rem; }
  .pearls.row {
    display: block; }

.pearl {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center; }
  .pearl:before, .pearl:after {
    position: absolute;
    top: 18px;
    z-index: 0;
    width: 50%;
    height: 4px;
    content: "";
    background-color: rgb(238,238,238); }
  .pearl:before {
    left: 0; }
  .pearl:after {
    right: 0; }
  .pearl:first-child:before, .pearl:last-child:after {
    display: none !important; }

.pearl-number, .pearl-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 32px;
  color: rgb(255,255,255);
  text-align: center;
  background: rgb(189,189,189);
  border-radius: 50%;
  border: 2px solid rgb(189,189,189); }

.pearl-number {
  font-size: 18px; }

.pearl-icon {
  font-size: 18px; }

.pearl-title {
  margin-top: 0.5em;
  display: block;
  font-size: 16px;
  color: rgb(97,97,97);
  margin-bottom: 0; }

.pearl.current:before, .pearl.current:after {
  background-color: rgb(63,81,181); }

.pearl.current .pearl-number, .pearl.current .pearl-icon {
  color: rgb(63,81,181);
  background-color: rgb(255,255,255);
  border-color: rgb(63,81,181);
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.pearl.disabled {
  pointer-events: none;
  cursor: auto; }
  .pearl.disabled:before, .pearl.disabled:after {
    background-color: rgb(238,238,238); }
  .pearl.disabled .pearl-number, .pearl.disabled .pearl-icon {
    color: rgb(255,255,255);
    background-color: rgb(189,189,189);
    border-color: rgb(189,189,189); }

.pearl.error:before {
  background-color: rgb(63,81,181); }

.pearl.error:after {
  background-color: rgb(238,238,238); }

.pearl.error .pearl-number, .pearl.error .pearl-icon {
  color: rgb(244,67,54);
  background-color: rgb(255,255,255);
  border-color: rgb(244,67,54); }

.pearl.done:before, .pearl.done:after {
  background-color: rgb(63,81,181); }

.pearl.done .pearl-number, .pearl.done .pearl-icon {
  color: rgb(255,255,255);
  background-color: rgb(63,81,181);
  border-color: rgb(63,81,181); }

.pearls-lg .pearl:before, .pearls-lg .pearl:after {
  top: 20px; }

.pearls-lg .pearl-title {
  font-size: 18px; }

.pearls-lg .pearl-number, .pearls-lg .pearl-icon {
  width: 40px;
  height: 40px;
  line-height: 36px; }

.pearls-lg .pearl-icon {
  font-size: 20px; }

.pearls-lg .pearl-number {
  font-size: 20px; }

.pearls-sm .pearl:before, .pearls-sm .pearl:after {
  top: 16px; }

.pearls-sm .pearl-title {
  font-size: 14px; }

.pearls-sm .pearl-number, .pearls-sm .pearl-icon {
  width: 32px;
  height: 32px;
  line-height: 28px; }

.pearls-sm .pearl-number {
  font-size: 16px; }

.pearls-sm .pearl-icon {
  font-size: 14px; }

.pearls-xs .pearl:before, .pearls-xs .pearl:after {
  top: 12px;
  height: 2px; }

.pearls-xs .pearl-title {
  font-size: 12px; }

.pearls-xs .pearl-number, .pearls-xs .pearl-icon {
  width: 24px;
  height: 24px;
  line-height: 20px; }

.pearls-xs .pearl-number {
  font-size: 12px; }

.pearls-xs .pearl-icon {
  font-size: 12px; }

.u-steps {
  margin-bottom: 22px; }
  .u-steps.row {
    display: block;
    margin-right: 0;
    margin-left: 0; }

.u-step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0; }

.u-step-icon {
  float: left;
  margin-right: .5em;
  font-size: 20px; }

.u-step-number {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #e4eaec;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .u-step-number ~ .u-step-desc {
    min-height: 40px;
    margin-left: 50px; }

.u-step-title {
  margin-bottom: 0;
  font-size: 20px;
  color: #526069; }

.u-step-desc {
  text-align: left; }
  .u-step-desc p {
    margin-bottom: 0; }

.u-steps-vertical .u-step {
  display: block;
  padding: 18px 20px; }
  .u-steps-vertical .u-step[class*=col-] {
    float: none;
    width: 100%; }

.u-step.current {
  color: #fff;
  background-color: #3f51b5; }
  .u-step.current .u-step-title {
    color: #fff; }
  .u-step.current .u-step-number {
    color: #3f51b5;
    background-color: #fff; }

.u-step.disabled {
  color: #ccd5db;
  pointer-events: none;
  cursor: auto; }
  .u-step.disabled .u-step-title {
    color: #ccd5db; }
  .u-step.disabled .u-step-number {
    background-color: #ccd5db; }

.u-step.error {
  color: #fff;
  background-color: #f96868; }
  .u-step.error .u-step-title {
    color: #fff; }
  .u-step.error .u-step-number {
    color: #f96868;
    background-color: #fff; }

.u-step.done {
  color: #fff;
  background-color: #46be8a; }
  .u-step.done .u-step-title {
    color: #fff; }
  .u-step.done .u-step-number {
    color: #46be8a;
    background-color: #fff; }

.u-steps-lg .u-step {
  padding: 20px 20px;
  font-size: 16px; }

.u-steps-lg .u-step-icon, .u-steps-lg .u-step-title {
  font-size: 22px; }

.u-steps-lg .u-step-number {
  width: 46px;
  height: 46px;
  font-size: 28px;
  line-height: 46px; }
  .u-steps-lg .u-step-number ~ .u-step-desc {
    min-height: 46px;
    margin-left: 56px; }

.u-steps-sm .u-step {
  font-size: 12px; }

.u-steps-sm .u-step-icon, .u-steps-sm .u-step-title {
  font-size: 18px; }

.u-steps-sm .u-step-number {
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px; }
  .u-steps-sm .u-step-number ~ .u-step-desc {
    min-height: 30px;
    margin-left: 40px; }

.u-steps-xs .u-step {
  font-size: 10px; }

.u-steps-xs .u-step-icon, .u-steps-xs .u-step-title {
  font-size: 16px; }

.u-steps-xs .u-step-number {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px; }
  .u-steps-xs .u-step-number ~ .u-step-desc {
    min-height: 24px;
    margin-left: 34px; }

.u-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #000;
  will-change: opacity;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50) \9;
  display: block;
  transition: all 300ms; }

.u-msg-dialog {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  border-radius: 2px;
  will-change: top, opacity;
  display: block;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100) \9;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  top: 10%;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }
  @media only screen and (max-width: 992px) {
    .u-msg-dialog {
      width: 80%; } }
  .u-msg-dialog .u-msg-title {
    padding-left: 20px;
    padding-top: 24px; }
  .u-msg-dialog h4 {
    text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
    margin: 0;
    line-height: 1.57142857;
    font-weight: 400;
    color: #424242;
    font-size: 18px; }
  .u-msg-dialog .u-msg-content {
    padding: 20px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 1.57142857;
    color: #757575;
    font-weight: 300;
    height: calc(100% - 121px); }
  .u-msg-dialog .u-msg-content h4 {
    margin: 0; }
  .u-msg-dialog .u-msg-footer {
    border-radius: 0 0 2px 2px;
    padding: 4px 20px;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .u-msg-dialog .u-msg-footer.only-one-btn button {
    margin-left: 50%;
    float: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .u-msg-dialog .u-msg-button, .u-msg-dialog .u-msg-ok, .u-msg-dialog .u-msg-cancel, .u-msg-dialog .u-msg-close {
    float: right; }
  .u-msg-dialog .u-msg-cancel {
    margin-right: 10px; }
  .u-msg-dialog .u-msg-ok {
    margin-right: 15px; }
  .u-msg-dialog .u-msg-close {
    cursor: pointer;
    font-size: 21px;
    padding: 15px 20px;
    padding-bottom: 0px;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: .2;
    color: #000; }
  .u-msg-dialog .u-msg-close:hover {
    opacity: .5; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-combo {
  position: relative; }
  .u-combo option {
    display: none; }
  .u-combo .u-input-group {
    width: 100%; }

.u-combo-ul {
  background-color: #fff;
  position: absolute;
  list-style: none;
  height: auto;
  width: auto;
  max-height: 224px;
  min-width: 124px;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  border: none;
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  border: 1px solid \9;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  will-change: transform;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: none \9; }
  .u-combo-ul.is-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
            transform: scale(1);
    display: block \9; }
  .u-combo-ul.is-animating {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.u-combo-li {
  display: block;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 16px;
  outline-color: #bdbdbd;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  /*height: 28px;
  overflow: hidden;
  white-space: nowrap;*/
  line-height: 28px;
  word-wrap: break-word;
  break-word: break-all;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .u-combo-li:hover {
    background-color: rgb(233,247,252); }
  .u-combo-li:focus {
    outline: none;
    background-color: rgb(196,234,246); }
  .u-combo-li:active {
    background-color: rgb(196,234,246); }
  .u-combo-li.is-selected {
    background-color: rgb(196,234,246);
    font-size: bold; }

.u-combo-name {
  display: inline-block;
  position: relative;
  text-shadow: none;
  border-radius: 3px;
  background-color: #1c8ed7;
  background-image: none;
  padding: 1px 5px;
  margin: 0 3px 3px 0;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 12px; }
  .u-combo-name .remove {
    width: 20px;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 0 0 0;
    border-left: 1px solid transparent;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box; }

.u-combo-name-par {
  position: absolute;
  bottom: 2px;
  left: 4px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
/*.tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2000;
  display: block;
  max-width: $tooltip-max-width;
  padding: $tooltip-padding;
  margin: $tooltip-margin 0;
  color: $tooltip-color;
  text-align: center;
  text-transform: none;
  background: $tooltip-background;
  border-radius: $tooltip-border-radius;
  transition: $animation-curve-default $tooltip-animation-duration transform;
  transform: scale(0) ;
  transform-origin: top left;
  &.active {
    transform: scale(1) ;
  }
}*/
.tooltip {
  position: absolute;
  z-index: 1900;
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.57142857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.active {
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100) \9; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #3f51b5; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  border-width: 4px 4px 4px 0px;
  border-right-color: #3f51b5; }

.tooltip.left .tooltip-arrow {
  right: 1px;
  top: 50%;
  border-width: 4px 0px 4px 4px;
  border-left-color: #3f51b5;
  margin-top: -4px; }

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  top: -4px;
  border-width: 0px 4px 4px 4px;
  border-bottom-color: #3f51b5;
  margin-left: -4px; }

.tooltip .tooltip-inner {
  color: #fff;
  background-color: #3f51b5; }

.tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  text-align: center;
  border-radius: 3px; }

.tooltip-primary .tooltip-inner {
  background-color: rgb(63,81,181) !important; }

.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: rgb(63,81,181) !important; }

.tooltip-primary.top .tooltip-arrow {
  border-top-color: rgb(63,81,181) !important; }

.tooltip-primary.left .tooltip-arrow {
  border-left-color: rgb(63,81,181) !important; }

.tooltip-primary.right .tooltip-arrow {
  border-right-color: rgb(63,81,181) !important; }

.tooltip-success .tooltip-inner {
  background-color: rgb(76,175,80) !important; }

.tooltip-success.bottom .tooltip-arrow {
  border-bottom-color: rgb(76,175,80) !important; }

.tooltip-success.top .tooltip-arrow {
  border-top-color: rgb(76,175,80) !important; }

.tooltip-success.left .tooltip-arrow {
  border-left-color: rgb(76,175,80) !important; }

.tooltip-success.right .tooltip-arrow {
  border-right-color: rgb(76,175,80) !important; }

.tooltip-info .tooltip-inner {
  background-color: rgb(0,188,212) !important; }

.tooltip-info.bottom .tooltip-arrow {
  border-bottom-color: rgb(0,188,212) !important; }

.tooltip-info.top .tooltip-arrow {
  border-top-color: rgb(0,188,212) !important; }

.tooltip-info.left .tooltip-arrow {
  border-left-color: rgb(0,188,212) !important; }

.tooltip-info.right .tooltip-arrow {
  border-right-color: rgb(0,188,212) !important; }

.tooltip-warning .tooltip-inner {
  background-color: rgb(255,152,0) !important; }

.tooltip-warning.bottom .tooltip-arrow {
  border-bottom-color: rgb(255,152,0) !important; }

.tooltip-warning.top .tooltip-arrow {
  border-top-color: rgb(255,152,0) !important; }

.tooltip-warning.left .tooltip-arrow {
  border-left-color: rgb(255,152,0) !important; }

.tooltip-warning.right .tooltip-arrow {
  border-right-color: rgb(255,152,0) !important; }

.tooltip-danger .tooltip-inner {
  background-color: rgb(244,67,54) !important; }

.tooltip-danger.bottom .tooltip-arrow {
  border-bottom-color: rgb(244,67,54) !important; }

.tooltip-danger.top .tooltip-arrow {
  border-top-color: rgb(244,67,54) !important; }

.tooltip-danger.left .tooltip-arrow {
  border-left-color: rgb(244,67,54) !important; }

.tooltip-danger.right .tooltip-arrow {
  border-right-color: rgb(244,67,54) !important; }

.tooltip-dark .tooltip-inner {
  background-color: rgb(97,97,97) !important; }

.tooltip-dark.bottom .tooltip-arrow {
  border-bottom-color: rgb(97,97,97) !important; }

.tooltip-dark.top .tooltip-arrow {
  border-top-color: rgb(97,97,97) !important; }

.tooltip-dark.left .tooltip-arrow {
  border-left-color: rgb(97,97,97) !important; }

.tooltip-dark.right .tooltip-arrow {
  border-right-color: rgb(97,97,97) !important; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  min-height: 200px;
  overflow: hidden;
  width: 330px;
  z-index: 1;
  position: relative;
  background: rgb(255,255,255);
  border-radius: 2px;
  box-sizing: border-box; }

.u-card-media {
  background-color: rgb(67,160,71);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-origin: padding-box;
  background-attachment: scroll;
  box-sizing: border-box; }

.u-card-title {
  -webkit-align-items: center;
          align-items: center;
  color: rgb(0,0,0);
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
          justify-content: stretch;
  line-height: normal;
  padding: 16px 16px;
  -webkit-perspective-origin: 165px 56px;
          perspective-origin: 165px 56px;
  -webkit-transform-origin: 165px 56px;
          transform-origin: 165px 56px;
  box-sizing: border-box; }
  .u-card-title.u-card--border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.u-card-title-text {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  color: inherit;
  display: block;
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  -webkit-transform-origin: 149px 48px;
          transform-origin: 149px 48px;
  margin: 0; }

.u-card-subtitle-text {
  font-size: 10px;
  color: rgba(0,0,0, 0.54);
  margin: 0; }

.u-card-supporting-text {
  color: rgba(0,0,0, 0.54);
  font-size: 1rem;
  line-height: 18px;
  overflow: hidden;
  padding: 16px 16px;
  box-sizing: border-box; }

.u-card-actions {
  font-size: 13px;
  line-height: normal;
  width: 100%;
  background-color: transparent;
  padding: 8px;
  box-sizing: border-box; }
  .u-card-actions.u-card--border {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.u-card--expand {
  -webkit-flex-grow: 1;
          flex-grow: 1; }

.u-card-menu {
  position: absolute;
  right: 16px;
  top: 16px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-input-icon-left + .u-form-control {
  padding-left: 30px; }

.u-input-icon-left label.u-radio {
  margin-top: 2px;
  position: inherit;
  margin-left: -9px; }

.u-input-group .input-group-addon {
  width: auto;
  padding: 0 5px; }

.u-form-group-lg .u-form-label {
  padding-top: 11px;
  font-size: 18px; }

.u-form-group-lg .u-form-control {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px; }

.u-form-group-sm .u-form-label {
  padding-top: 7px;
  font-size: 12px; }

.u-form-group-sm .u-form-control {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.u-button-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  text-align: 0;
  cursor: pointer;
  opacity: 0; }

.u-form-control {
  height: 36px;
  width: 100%;
  border: 1px solid rgb(206,206,206);
  padding: 6px 12px;
  color: rgb(51,51,51);
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  border-radius: 4px; }
  .u-form-control.round {
    border-radius: 20px; }
  .u-form-control.round {
    border-color: #62a8ea;
    box-shadow: none; }
  .u-form-control:focus {
    border-color: rgb(63,81,181);
    outline: none; }
    .u-form-control:focus ~ .fa-search, .u-form-control:focus ~ .uf-magnifyingglass {
      color: rgb(63,81,181); }
  .u-form-control[readonly], .u-form-control[disabled] {
    border-color: rgb(241,241,241);
    background-color: rgb(241,241,241); }
    .u-form-control[readonly] + .u-form-control-feedback,
    .u-form-control[readonly] + .u-form-control-feedback:hover, .u-form-control[disabled] + .u-form-control-feedback,
    .u-form-control[disabled] + .u-form-control-feedback:hover {
      color: rgba(0, 0, 0, 0.6); }
  .u-form-control[disabled] + .u-form-control-feedback,
  .u-form-control[disabled] + .u-form-control-feedback:hover {
    cursor: not-allowed; }
  .u-form-control.sm {
    height: 28px; }
  .u-form-control.sw {
    width: 200px; }

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.u-form-group {
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 60px; }
  .u-form-group label {
    color: rgb(102,102,102);
    margin-bottom: 5px; }
  .u-form-group.must-in .u-input-group-before {
    color: red; }
  .u-form-group:before {
    display: table;
    content: " "; }
  .u-form-group:after {
    display: table;
    content: " ";
    clear: both; }

.u-control-label {
  max-width: 200px;
  display: inline-block;
  color: rgb(102,102,102);
  /*特定样式*/
  text-align: right;
  margin-right: 10px; }

.u-form-browse {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: rgb(51,51,51);
  list-style: none; }

.u-form-inline .u-form-group {
  display: inline-block; }
  .u-form-inline .u-form-group label {
    max-length: 200px;
    margin-right: 10px;
    margin-bottom: 5px; }
  .u-form-inline .u-form-group .u-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .u-form-inline .u-form-group .u-input-group {
    display: inline-table; }

.u-has-feedback {
  position: relative; }
  .u-has-feedback .u-form-control {
    padding-right: 42.5px; }

.u-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: rgb(180,180,180); }
  .u-form-control-feedback.sm {
    height: 28px;
    line-height: 28px;
    font-size: 12px; }
  .u-form-control-feedback.refer {
    cursor: pointer; }
    .u-form-control-feedback.refer:hover {
      color: rgb(63,81,181); }

.u-form-control-feedback + .u-form-control {
  padding-right: 48px; }

.u-form-control-feedback.u-button-success {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff; }

.noborder {
  border: none; }

.leftborder {
  border-left: 1px solid #CECECE; }

.rightborder {
  border-right: 1px solid #CECECE; }

.u-input-dark .u-form-control {
  background: #f3f7f9; }

.u-input-icon-left {
  left: 0 !important; }

.u-input-icon-left label {
  margin-left: 10px;
  margin-top: 6px; }

.u-input-sm {
  height: 32px;
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.u-input-lg {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px; }

.help-block {
  display: block;
  color: #bcc2c8;
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 12px; }

select[multiple] {
  overflow-y: auto;
  height: auto; }

textarea.u-form-control {
  height: auto; }

.u-input-group {
  position: relative;
  vertical-align: middle;
  margin-bottom: 10px; }
  .u-input-group .u-input-group-addon,
  .u-input-group .u-input-group-btn,
  .u-input-group .u-form-control {
    width: auto;
    display: table-cell; }
  .u-input-group.sw {
    width: 200px; }
  .u-input-group .u-form-control {
    width: 100%; }
  .u-input-group .u-checkbox {
    height: 36px; }
    .u-input-group .u-checkbox .u-checkbox-focus-helper {
      top: 3px; }
    .u-input-group .u-checkbox .u-checkbox-outline {
      top: 3px; }

.u-input-group-before {
  font-size: 10px;
  position: absolute;
  padding: 0px 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.u-form-control-info {
  position: absolute;
  display: none;
  color: #f15a4a;
  /*display: block;*/
  margin-top: 4px;
  font-size: 12px;
  font-family: "Microsoft YaHei", "Helvetica", "Arial", sans-serif; }

.u-form-control-info:before {
  margin-right: 5px;
  font-family: uf; }

/*.u-has-success {
  display: inline-block;
  position: relative; }*/
.u-form-control-success {
  position: absolute;
  color: green;
  display: none;
  /* position: absolute;
    top: 25%;
    right: -20px;*/
  font-size: 18px;
  color: #72ca97; }

.u-form-horizontal .u-form-group > label {
  text-align: right;
  height: 36px;
  line-height: 36px; }

.u-input-label {
  font-size: 13px;
  line-height: 36px; }
  @media (min-width: 768px) {
    .u-input-label.right {
      float: right; } }
  .u-input-label.sm {
    font-size: 12px;
    line-height: 28px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-pagination {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-family: '微软雅黑';
  margin: 5px; }
  .u-pagination:after {
    clear: both;
    display: table;
    content: ''; }

.u-pagination > li {
  float: left;
  list-style-type: none; }

.u-pagination > li > a,
.u-pagination > li > span {
  display: inline-block;
  text-decoration: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  color: #000000;
  background-color: white;
  text-align: center;
  color: #666666;
  padding: 6px 11px;
  line-height: 1.57142857; }

.u-pagination > li:first-child > a,
.u-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.u-pagination > li:last-child > a,
.u-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.u-pagination > li[role="next"] > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #d7d7d7; }

.pagination-state {
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin-left: 10px; }

.pagination-state > .page_j {
  margin: 0 4px;
  width: 40px;
  border: 1px solid #ddd;
  padding-left: 2px;
  height: 32px;
  line-height: 32px;
  color: #333333; }

.pagination-state > .page_z {
  margin: 0 4px;
  width: 50px;
  border: 1px solid #ddd;
  padding-left: 2px;
  height: 32px;
  line-height: 32px;
  color: #333333; }

.pagination-state > .pagination-jump {
  margin: 0 10px;
  width: 50px;
  line-height: 28px;
  border: 1px solid #ddd;
  background-color: white;
  font-size: 14px;
  font-family: '微软雅黑';
  cursor: pointer;
  color: #333333; }

.pagination-state > .pagination-jump:hover {
  background-color: #eee; }

.u-pagination > li > a:hover,
.u-pagination > li > span:hover,
.u-pagination > li > a:focus,
.u-pagination > li > span:focus {
  color: #666666;
  background-color: #eee;
  border-color: #d7d7d7;
  cursor: pointer; }

.u-pagination > .active > a,
.u-pagination > .active > span,
.u-pagination > .active > a:hover,
.u-pagination > .active > span:hover,
.u-pagination > .active > a:focus,
.u-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgb(63,81,181);
  border-color: rgb(63,81,181); }

.u-pagination > .disabled > span,
.u-pagination > .disabled > span:hover,
.u-pagination > .disabled > span:focus,
.u-pagination > .disabled > a,
.u-pagination > .disabled > a:hover,
.u-pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.u-pagination > li[role="gap"] > a {
  background-color: transparent;
  border-bottom: 0px solid #d7d7d7;
  border-top: 0px solid #d7d7d7;
  padding: 7px 11px;
  line-height: 1.57142857; }

.u-pagination > li[role="gap"] > a:hover,
.u-pagination > li[role="gap"] > a:focus {
  background-color: transparent; }

.u-pagination > li > a > i {
  color: #999999; }

.u-pagination > .disabled > a > i {
  color: #cccccc; }

.u-pagination input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.u-pagination li, .u-pagination a {
  box-sizing: content-box; }

.u-pagination i.uf, .u-pagination i.fa {
  padding: 0px; }

.u-pagination-no-border > li > a,
.u-pagination-no-border > li[role="next"] > a {
  border: none; }

.pagination-gap > li:first-child > a,
.pagination-gap > li:last-child > a {
  border-radius: 5px; }

.pagination-gap > li > a {
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #d7d7d7; }
  .pagination-gap > li > a:hover {
    background-color: transparent;
    border-color: rgb(63,81,181); }

.pagination-gap > li:first-child > a, .pagination-gap > li:last-child > a {
  border-radius: 5px; }

.pagination-gap > li[role="gap"] > a {
  border: 0px solid #d7d7d7; }

.pagination-lg > li > a {
  padding: 9px 15px;
  font-size: 16px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-lg > li[role="gap"] > a {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.33333; }

.pagination-sm > li > a {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-sm > li[role="gap"] > a {
  padding: 6px 9px;
  font-size: 14px;
  line-height: 1.5; }

.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden; }

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0; }

.ac_results iframe {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: mask();
          filter: mask();
  width: 3000px;
  height: 3000px; }

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden; }

.ac_over {
  background-color: Highlight;
  color: HighlightText; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .u-switch.is-upgraded {
    padding-left: 32px; }

.u-switch-input {
  line-height: 24px; }
  .u-switch.is-upgraded .u-switch-input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none; }

.u-switch-track {
  background: rgb(255,255,255);
  background: rgb(0,0,0) \9;
  position: absolute;
  left: 0;
  top: 3px;
  height: 21px;
  width: 40px;
  border-radius: 21px;
  border: 1px solid #e0e0e0;
  cursor: pointer; }
  .u-switch.is-checked .u-switch-track {
    background: rgb(63,81,181);
    background: rgb(0,0,0) \9; }
  .u-switch-track fieldset[disabled] .u-switch,
  .u-switch.is-disabled .u-switch-track {
    background: rgba(0,0,0, 0.12);
    cursor: auto; }

.u-switch-thumb {
  background: rgb(250,250,250);
  background: #585858 \9;
  position: absolute;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.125rem 0.125rem 0 black, 0 0.1875rem 0.0625rem -0.125rem black, 0 0.0625rem 0.3125rem 0 black \9;
  transition-duration: 0.28s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left; }
  .u-switch.is-checked .u-switch-thumb {
    background: #fff;
    left: 21px;
    box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.1875rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.12); }
  .u-switch-thumb fieldset[disabled] .u-switch,
  .u-switch.is-disabled .u-switch-thumb {
    background: rgb(189,189,189);
    cursor: auto; }

.u-switch-focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent; }
  .u-switch.is-focused .u-switch-focus-helper {
    box-shadow: 0 0 0px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }
  .u-switch.is-focused.is-checked .u-switch-focus-helper {
    box-shadow: 0 0 0px 20px rgba(63,81,181, 0.26);
    background-color: rgba(63,81,181, 0.26); }

.u-switch-label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  left: 24px; }
  .u-switch-label fieldset[disabled] .u-switch,
  .u-switch.is-disabled .u-switch-label {
    color: rgb(189,189,189);
    cursor: auto; }

.u-switch-primary.is-checked .u-switch-track {
  background: rgb(63,81,181);
  border: 1px solid rgb(63,81,181); }

.u-switch-success.is-checked .u-switch-track {
  background: rgb(76,175,80);
  border: 1px solid rgb(76,175,80); }

.u-switch-info.is-checked .u-switch-track {
  background: rgb(0,188,212);
  border: 1px solid rgb(0,188,212); }

.u-switch-danger.is-checked .u-switch-track {
  background: rgb(244,67,54);
  border: 1px solid rgb(244,67,54); }

.u-switch-warning.is-checked .u-switch-track {
  background: rgb(255,152,0);
  border: 1px solid rgb(255,152,0); }

.u-switch-dark.is-checked .u-switch-track {
  background: rgb(97,97,97);
  border: 1px solid rgb(97,97,97); }

.u-switch-lg .u-switch-track {
  width: 66px;
  height: 36px;
  border-radius: 36px; }

.u-switch-lg .u-switch-thumb {
  width: 36px;
  height: 36px; }

.u-switch-lg.is-checked .u-switch-thumb {
  left: 31px; }

.u-switch-default .u-switch-track {
  width: 45px;
  height: 24px;
  border-radius: 24px; }

.u-switch-default .u-switch-thumb {
  width: 24px;
  height: 24px; }

.u-switch-default.is-checked .u-switch-thumb {
  left: 22px; }

.u-switch-sm .u-switch-track {
  width: 33px;
  height: 20px;
  border-radius: 20px; }

.u-switch-sm .u-switch-thumb {
  width: 20px;
  height: 20px; }

.u-switch-sm.is-checked .u-switch-thumb {
  left: 14px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-loading {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px; }
  .u-loading:not(.is-upgraded).is-active:after {
    content: "Loading..."; }
  .u-loading.is-upgraded.is-active {
    -webkit-animation: u-loading-container-rotate 1568.23529ms linear infinite;
            animation: u-loading-container-rotate 1568.23529ms linear infinite; }

@-webkit-keyframes u-loading-container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes u-loading-container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.u-loading-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.u-loading-layer-1 {
  border-color: rgb(66,165,245); }
  .u-loading-single-color .u-loading-layer-1 {
    border-color: rgb(63,81,181); }
  .u-loading.is-active .u-loading-layer-1 {
    -webkit-animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.u-loading-layer-2 {
  border-color: rgb(244,67,54); }
  .u-loading-single-color .u-loading-layer-2 {
    border-color: rgb(63,81,181); }
  .u-loading.is-active .u-loading-layer-2 {
    -webkit-animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.u-loading-layer-3 {
  border-color: rgb(253,216,53); }
  .u-loading-single-color .u-loading-layer-3 {
    border-color: rgb(63,81,181); }
  .u-loading.is-active .u-loading-layer-3 {
    -webkit-animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.u-loading-layer-4 {
  border-color: rgb(76,175,80); }
  .u-loading-single-color .u-loading-layer-4 {
    border-color: rgb(63,81,181); }
  .u-loading.is-active .u-loading-layer-4 {
    -webkit-animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: u-loading-fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, u-loading-layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes u-loading-fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

@keyframes u-loading-fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg); } }

/**
* HACK: Even though the intention is to have the current .u-loading__layer-N
* at `opacity: 1`, we set it to `opacity: 0.99` instead since this forces Chrome
* to do proper subpixel rendering for the elements being animated. This is
* especially visible in Chrome 39 on Ubuntu 14.04. See:
*
* - https://github.com/Polymer/paper-spinner/issues/9
* - https://code.google.com/p/chromium/issues/detail?id=436255
*/
@-webkit-keyframes u-loading-layer-1-fade-in-out {
  from {
    opacity: 0.99; }
  25% {
    opacity: 0.99; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 0.99; }
  100% {
    opacity: 0.99; } }
@keyframes u-loading-layer-1-fade-in-out {
  from {
    opacity: 0.99; }
  25% {
    opacity: 0.99; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 0.99; }
  100% {
    opacity: 0.99; } }

@-webkit-keyframes u-loading-layer-2-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 0.99; }
  50% {
    opacity: 0.99; }
  51% {
    opacity: 0; } }

@keyframes u-loading-layer-2-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 0.99; }
  50% {
    opacity: 0.99; }
  51% {
    opacity: 0; } }

@-webkit-keyframes u-loading-layer-3-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0.99; }
  75% {
    opacity: 0.99; }
  76% {
    opacity: 0; } }

@keyframes u-loading-layer-3-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0.99; }
  75% {
    opacity: 0.99; }
  76% {
    opacity: 0; } }

@-webkit-keyframes u-loading-layer-4-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 0.99; }
  90% {
    opacity: 0.99; }
  100% {
    opacity: 0; } }

@keyframes u-loading-layer-4-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 0.99; }
  90% {
    opacity: 0.99; }
  100% {
    opacity: 0; } }

/**
* Patch the gap that appear between the two adjacent
* div.u-loading__circle-clipper while the spinner is rotating
* (appears on Chrome 38, Safari 7.1, and IE 11).
*
* Update: the gap no longer appears on Chrome when .u-loading__layer-N's
* opacity is 0.99, but still does on Safari and IE.
*/
.u-loading-gap-patch {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .u-loading-gap-patch .u-loading-circle {
    width: 1000%;
    left: -450%; }

.u-loading-circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .u-loading-circle-clipper .u-loading-circle {
    width: 200%; }

.u-loading-circle {
  box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .u-loading-left .u-loading-circle {
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
            transform: rotate(129deg); }
    .u-loading.is-active .u-loading-left .u-loading-circle {
      -webkit-animation: u-loading-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
              animation: u-loading-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  .u-loading-right .u-loading-circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
            transform: rotate(-129deg); }
    .u-loading.is-active .u-loading-right .u-loading-circle {
      -webkit-animation: u-loading-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
              animation: u-loading-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes u-loading-left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@keyframes u-loading-left-spin {
  from {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg); } }

@-webkit-keyframes u-loading-right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

@keyframes u-loading-right-spin {
  from {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg); } }

.alert-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity .15s linear; }

.alert-waiting {
  position: fixed;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  display: block;
  z-index: 99; }

.alert-waiting i {
  font-size: 100px;
  margin: 36px 38px;
  color: #0090d9; }

.loadingImg {
  background: url(../images/loading.gif) no-repeat scroll 0 0 transparent;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 6px;
  top: 6px;
  display: none; }
  .is-active .loadingImg {
    display: block; }

.u-loader-container {
  position: absolute;
  height: inherit;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .u-loader-container .u-loader {
    color: #C2C3C5;
    font-size: 12px;
    /* margin: 0px auto; */
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    position: relative;
    /* text-indent: -9999em; */
    -webkit-animation: loader 1.3s infinite linear;
    animation: loader 1.3s infinite linear;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%; }
    .u-loader-container .u-loader .u-loader-centerContent {
      font-size: 1.5em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .u-loader-container .u-loader-desc {
    text-align: center;
    margin-top: 70px;
    color: #C2C3C5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@-webkit-keyframes loader {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes loader {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.u-overlay.hasPar {
  position: absolute;
  top: 0px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
.u-progress {
  display: block;
  position: relative;
  height: 4px;
  width: 500px;
  max-width: 100%; }

.u-progress > .bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.u-progress > .progressbar {
  background-color: rgb(63,81,181);
  z-index: 1;
  left: 0;
  border-radius: 3px; }

.u-progress > .bufferbar {
  background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
  background-color: rgb(63,81,181);
  opacity: 0.5;
  filter: alpha(opacity=50) \9;
  z-index: 0;
  left: 0;
  border-radius: 3px; }

.u-progress > .auxbar {
  right: 0; }

@supports (-webkit-appearance: none) {
  .u-progress:not(.u-progress--indeterminate):not(.u-progress--indeterminate) > .auxbar,
  .u-progress:not(.u-progress__indeterminate):not(.u-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
    -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI0IiB2aWV3UG9ydD0iMCAwIDEyIDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGVsbGlwc2UgY3g9IjIiIGN5PSIyIiByeD0iMiIgcnk9IjIiPg0KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L2VsbGlwc2U+DQogIDxlbGxpcHNlIGN4PSIxNCIgY3k9IjIiIHJ4PSIyIiByeT0iMiIgY2xhc3M9ImxvYWRlciI+DQogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgPC9lbGxpcHNlPg0KPC9zdmc+DQo=);
            mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI0IiB2aWV3UG9ydD0iMCAwIDEyIDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGVsbGlwc2UgY3g9IjIiIGN5PSIyIiByeD0iMiIgcnk9IjIiPg0KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L2VsbGlwc2U+DQogIDxlbGxpcHNlIGN4PSIxNCIgY3k9IjIiIHJ4PSIyIiByeT0iMiIgY2xhc3M9ImxvYWRlciI+DQogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgPC9lbGxpcHNlPg0KPC9zdmc+DQo=); } }

.u-progress:not(.u-progress--indeterminate) > .auxbar,
.u-progress:not(.u-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181)); }

.u-progress.u-progress--indeterminate > .bar1,
.u-progress.u-progress__indeterminate > .bar1 {
  background-color: rgb(63,81,181);
  -webkit-animation-name: indeterminate1;
          animation-name: indeterminate1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.u-progress.u-progress--indeterminate > .bar3,
.u-progress.u-progress__indeterminate > .bar3 {
  background-image: none;
  background-color: rgb(63,81,181);
  -webkit-animation-name: indeterminate2;
          animation-name: indeterminate2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.u-progress-primary .auxbar {
  background: none;
  background-color: rgba(63,81,181, 0.7); }

.u-progress-primary .bufferbar {
  background: none;
  background-color: rgba(63,81,181, 0.7); }

.u-progress-primary .progressbar {
  background-color: rgb(63,81,181); }

.u-progress-success .auxbar {
  background: none;
  background-color: rgba(76,175,80, 0.7); }

.u-progress-success .bufferbar {
  background: none;
  background-color: rgba(76,175,80, 0.7); }

.u-progress-success .progressbar {
  background-color: rgb(76,175,80); }

.u-progress-info .auxbar {
  background: none;
  background-color: rgba(0,188,212, 0.7); }

.u-progress-info .bufferbar {
  background: none;
  background-color: rgba(0,188,212, 0.7); }

.u-progress-info .progressbar {
  background-color: rgb(0,188,212); }

.u-progress-danger .auxbar {
  background: none;
  background-color: rgba(244,67,54, 0.7); }

.u-progress-danger .bufferbar {
  background: none;
  background-color: rgba(244,67,54, 0.7); }

.u-progress-danger .progressbar {
  background-color: rgb(244,67,54); }

.u-progress-warning .auxbar {
  background: none;
  background-color: rgba(255,152,0, 0.7); }

.u-progress-warning .bufferbar {
  background: none;
  background-color: rgba(255,152,0, 0.7); }

.u-progress-warning .progressbar {
  background-color: rgb(255,152,0); }

.u-progress-dark .auxbar {
  background: none;
  background-color: rgba(97,97,97, 0.7); }

.u-progress-dark .bufferbar {
  background: none;
  background-color: rgba(97,97,97, 0.7); }

.u-progress-dark .progressbar {
  background-color: rgb(97,97,97); }

.u-progress-sm {
  height: 10px; }

.u-progress-md {
  height: 15px; }

.u-progress-lg {
  height: 22px; }

@-webkit-keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 25%;
    width: 75%; }
  75% {
    left: 100%;
    width: 0%; } }

@keyframes indeterminate1 {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 25%;
    width: 75%; }
  75% {
    left: 100%;
    width: 0%; } }

@-webkit-keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 0%;
    width: 0%; }
  75% {
    left: 0%;
    width: 25%; }
  100% {
    left: 100%;
    width: 0%; } }

@keyframes indeterminate2 {
  0% {
    left: 0%;
    width: 0%; }
  50% {
    left: 0%;
    width: 0%; }
  75% {
    left: 0%;
    width: 25%; }
  100% {
    left: 100%;
    width: 0%; } }

.u-progress-success .progressbar {
  background-color: #4caf50; }

.u-progress-striped .progressbar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.u-progress-square .progressbar, .u-progress-square .bufferbar {
  border-radius: 0; }

.u-progress-circle .progressbar, .u-progress-circle .bufferbar {
  border-radius: 1000px; }

.u-progress-vertical {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 250px;
  min-height: 250px;
  margin-right: 30px;
  margin-bottom: 0; }

.u-progress-lg.u-progress-vertical {
  width: 20px; }

.u-progress-md.u-progress-vertical {
  width: 15px; }

.u-progress-sm.u-progress-vertical {
  width: 10px; }

.u-progress-symbol .progressbar {
  text-align: center;
  color: #fff; }

.u-progress-vertical.u-progress__indeterminate > .bar1 {
  background-color: #3f51b5;
  -webkit-animation-name: indeterminate-vertical1;
  animation-name: indeterminate-vertical1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.u-progress-vertical.u-progress__indeterminate > .bar3 {
  background-image: none;
  background-color: #3f51b5;
  -webkit-animation-name: indeterminate-vertical2;
  animation-name: indeterminate-vertical2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.u-progress-vertical > .progressbar {
  background-color: rgb(63,81,181);
  z-index: 1;
  top: 0;
  border-radius: 3px; }

.u-progress-vertical > .bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.u-progress-vertical:not(.u-progress--indeterminate):not(.u-progress--indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress__indeterminate):not(.u-progress__indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress--indeterminate):not(.u-progress--indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress__indeterminate):not(.u-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHdpZHRoPSIxM…ZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgPC9lbGxpcHNlPg0KPC9zdmc+DQo=);
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHdpZHRoPSIxM…ZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4NCiAgPC9lbGxpcHNlPg0KPC9zdmc+DQo=); }

.u-progress-vertical:not(.u-progress--indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress__indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress--indeterminate) > .auxbar, .u-progress-vertical:not(.u-progress__indeterminate) > .auxbar {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #3f51b5, #3f51b5); }

.u-progress-vertical > .auxbar {
  bottom: 0; }

@-webkit-keyframes indeterminate-vertical1 {
  0% {
    top: 0%;
    height: 0%; }
  50% {
    top: 25%;
    height: 75%; }
  75% {
    top: 100%;
    height: 0%; } }

@keyframes indeterminate-vertical1 {
  0% {
    top: 0%;
    height: 0%; }
  50% {
    top: 25%;
    height: 75%; }
  75% {
    top: 100%;
    height: 0%; } }

@-webkit-keyframes indeterminate-vertical2 {
  0% {
    top: 0%;
    height: 0%; }
  50% {
    top: 0%;
    height: 0%; }
  75% {
    top: 0%;
    height: 25%; }
  100% {
    top: 100%;
    height: 0%; } }

@keyframes indeterminate-vertical2 {
  0% {
    top: 0%;
    height: 0%; }
  50% {
    top: 0%;
    height: 0%; }
  75% {
    top: 0%;
    height: 25%; }
  100% {
    top: 100%;
    height: 0%; } }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-message {
  position: fixed;
  right: 2.4rem;
  right: 38px \9;
  bottom: 0;
  left: 2.4rem;
  left: 38px \9;
  z-index: 200;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 7px 0px 7px 15px;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-top: 22px \9;
  color: rgb(255,255,255);
  background-color: rgb(63,81,181);
  border-radius: 0.2rem;
  border-radius: 3px \9;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
  word-wrap: break-word;
  break-word: break-all;
  border: 1px solid transparent; }
  .u-message.u-meserror {
    background-color: #fff6f7;
    color: #f15a4a;
    border-color: #fff6f7; }
  .u-message.u-meswarning {
    color: #ff9436;
    background-color: rgba(255, 224, 178, 0.8);
    border-color: rgba(255, 224, 178, 0.8); }
  .u-message.dark.u-mesinfo {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4; }
  .u-message.dark.u-mesnews {
    color: #fff;
    background-color: #39b588;
    border-color: #39b588; }
  .u-message.dark.u-messuccess {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50; }
  .u-message.dark.u-mesdanger {
    color: #fff;
    background-color: #ed4047;
    border-color: #ed4047; }
  .u-message.dark.u-mesnews {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5; }
  .u-message.dark.u-meserror {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336; }
  .u-message.dark.u-meswarning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800; }
  .u-message.u-mesdanger {
    color: #f44336;
    background-color: rgba(255, 205, 210, 0.8);
    border-color: #ffcdd2; }
  .u-message.u-messuccess {
    color: #4caf50;
    background-color: rgba(200, 230, 201, 0.8);
    border-color: #c8e6c9; }
  .u-message.u-mesinfo {
    color: #00bcd4;
    background-color: rgba(178, 235, 242, 0.8);
    border-color: #b2ebf2; }
  .u-message.u-mesnews {
    color: #3f51b5;
    background-color: rgba(197, 202, 233, 0.8);
    border-color: #c5cae9; }
  .u-message.accept .button {
    color: rgb(76,175,80); }
  .u-message.warning .button {
    color: rgb(230,238,156); }
  .u-message.cancel .button {
    color: rgb(244,67,54); }
  .u-message:not(.active) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .u-message.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  .u-message .icon {
    margin-right: 0.5rem; }
  .u-message .label {
    -webkit-flex-grow: 1;
            flex-grow: 1;
    font-size: 1.4rem; }
  .u-message .u-button {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer; }
  .u-message .u-msg-close {
    position: absolute;
    top: 6px;
    right: 15px;
    cursor: pointer; }
    .u-message .u-msg-close:hover {
      color: #B4B4B4; }
  .u-message i.fa, .u-message i.uf {
    padding-left: 0px; }

/*  IMAGES  */
/* 默认颜色 */
/* 主题颜色放入 themeColors.scss
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
*/
/* 客户化 */
/* 波纹效果 */
/* 动画 */
/* 阴影 */
/* ==========  字体  ========== */
/* 控件 */
/* UButton */
/* UText */
/*  Navlayout  */
/* gridlayout */
/* menu */
/* CHECKBOX */
/*  Radio  */
/* Switch  */
/* loading */
/* datetimepicker */
/* message */
/* DATA TABLE */
/* tooltip*/
/* 进度条 */
/* ==========  Content Tabs  ========== */
/* CARD */
/* Card dimensions */
/* Cover image */
/* ==========  Card  ========== */
/* ============ Forms ============*/
/* BADGE */
/* Typography */
/* Shadows */
/* Animations */
.u-navmenu {
  display: -webkit-flex;
  display: flex;
  display: block \9;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  box-sizing: border-box;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
          align-items: stretch;
  padding-top: 16px;
  padding-left: 0; }
  .u-navmenu ul {
    padding-left: 0; }
  .u-navmenu .u-navmenu-sub {
    transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    webkit-transition: max-height 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    max-height: 0;
    overflow: hidden; }
    .u-navmenu .u-navmenu-sub .u-navmenu-link {
      padding-left: 69px; }
    .u-navmenu .u-navmenu-sub .u-navmenu-sub .u-navmenu-link {
      padding-left: 96px; }
  .u-navmenu .u-navmenu-link {
    display: block;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    padding: 16px 40px;
    margin: 0;
    color: #757575;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px; }
    @media screen and (max-width: 1024px) {
      .u-navmenu .u-navmenu-link {
        padding: 16px 16px; } }
    .u-navmenu .u-navmenu-link:hover {
      background-color: rgb(245,245,245); }
    .u-navmenu .u-navmenu-link-current {
      background-color: rgb(238,238,238);
      color: rgb(66,66,66);
      font-weight: bold; }
    .u-navmenu .u-navmenu-link .uf-caretdown {
      webkit-transition: transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
      vertical-align: middle; }
    .u-navmenu .u-navmenu-link-open .uf-caretdown {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .u-navmenu .u-navmenu-link-open + .u-navmenu-sub {
      max-height: 999px; }

.u-navmenu-horizontal li:hover .u-navmenu-sub {
  max-height: 999px; }

.u-navmenu-horizontal > ul > li {
  display: inline-block;
  position: relative; }

.u-navmenu-horizontal .u-navmenu-sub {
  position: absolute;
  top: 54px;
  left: 0;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 1px 6px rgba(99, 99, 99, 0.2); }

.u-navmenu-horizontal .u-navmenu-sub .u-navmenu-link {
  padding-left: 40px; }

.u-navmenu-horizontal.u-navmenu-horizontal .u-navmenu-link-open + .u-navmenu-sub {
  max-height: 0; }

.u-navlayout-toolbar li {
  list-style: none; }

#toggleMenubar #menubutton {
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  left: 0;
  position: relative;
  height: 0; }

.u-navlayout-header .u-navlayout-toolbar {
  list-style: none; }

.u-navlayout-header .u-navlayout-toolbar li {
  float: left; }

.u-navlayout-header .u-navlayout-toolbar li a {
  color: #fff;
  text-decoration: none; }

.u-navlayout-header .u-navlayout-toolbar li .u-topic {
  font-size: 20px; }

.u-navlayout-header .u-navlayout-toolbar #toggleMenubar {
  line-height: 32px;
  width: 14px;
  margin-right: 20px; }

.u-frame-navlayout {
  background: #eceff1; }

.u-navlayout-header {
  box-shadow: none;
  background: #4397e6;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 2px; }

.u-navlayout-fixed-drawer.is-upgraded:not(.is-small-screen) > .u-navlayout-header {
  margin: 0;
  width: 100%; }

.menuAnimal {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out; }

.showAnimal:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

.hideAnimal:hover {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); }

.u-navlayout-header .u-navlayout-toolbar li a {
  color: #fff;
  text-decoration: none; }

.hide {
  display: none; }

.u-navlayout-header-row {
  padding-left: 0; }

.u-navlayout-drawer {
  left: 21px; }

.margin-right-20 {
  margin-right: 20px; }

.dropdown-button {
  background: none;
  border: none;
  color: #fff;
  outline: none;
  font-size: 14px;
  height: 50px; }

.avatar.avatar-online {
  width: 30px; }

.avatar-online i {
  background-color: #46be8a;
  height: 6px;
  width: 6px; }

.dropinfo {
  line-height: 60px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px; }

.dropinfo:hover {
  background: #5898D3; }

.dropinfo .uf {
  font-size: 12px; }

.u-badge[data-badge]:after {
  min-width: 8px; }

.margin-top-5 {
  margin-top: 5px; }

.padding-none {
  padding-left: 0;
  padding-right: 0; }

.u-menu-container.is-visible .u-menu-item {
  border-radius: 4px;
  color: #7C7171;
  width: 100%; }

.inverse .u-navlayout-header {
  background: #fff; }

.inverse .u-navlayout-header .u-navlayout-toolbar li a {
  color: #000; }

.inverse .dropdown-button {
  color: rgba(0, 0, 0, 0.54);
  height: 65px; }

.inverse .u-navlayout-header {
  color: #000; }

.bluebg {
  background: #F3F7F9; }

.active {
  background: #F3F7F9; }

.navbar-brand {
  float: left;
  padding: 22px 20px;
  font-size: 18px;
  line-height: 22px;
  width: 20px; }

.navbar-brand:hover {
  background: #4397E6;
  color: #fff; }

.icon.u-topic.navbar-brand {
  padding-right: 46px;
  margin-top: -10px; }

.u-menu-item-head {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.57142857;
  color: #424242;
  white-space: nowrap; }

.u-menu > .u-menu-item-head {
  padding: 8px 13px 6px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default; }

.u-menu > .u-menu-item-break {
  margin: 6px 0;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

.u-menu > .disabled {
  background-color: transparent;
  text-decoration: none;
  cursor: not-allowed;
  color: #bdbdbd; }
  .u-menu > .disabled:hover {
    background-color: transparent;
    text-decoration: none;
    cursor: not-allowed;
    color: #bdbdbd; }
  .u-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #bdbdbd; }

.u-menu-info > .active {
  background: #00bcd4; }
  .u-menu-info > .active > a {
    color: #fff; }

.u-menu-success > .active {
  background: #66bb6a;
  background: #66bb6a; }

.u-menu-danger > .active {
  background: #ef5350; }

.u-menu-warning > .active {
  background: #ffa726; }

.u-btn-group > .u-button-left {
  font-size: 13px; }

.u-btn-group > .u-button-right {
  position: relative; }
  .u-btn-group > .u-button-right > i {
    position: absolute;
    left: 3px;
    top: 10px; }

.u-ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: transparent; }

.u-ribbon-inner {
  position: absolute;
  top: 16px;
  left: 0;
  display: inline-block;
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  background-color: #526069; }
  .u-ribbon-inner .icon {
    font-size: 16px; }

.u-ribbon-lg .u-ribbon-inner {
  height: 38px;
  font-size: 18px;
  line-height: 38px; }

.u-ribbon-sm .u-ribbon-inner {
  height: 26px;
  font-size: 12px;
  line-height: 26px; }

.u-ribbon-xs .u-ribbon-inner {
  height: 22px;
  font-size: 12px;
  line-height: 22px; }

.u-ribbon-vertical .u-ribbon-inner {
  top: 0;
  left: 16px;
  width: 30px;
  height: 60px;
  padding: 15px 0; }

.u-ribbon-vertical.u-ribbon-xs .u-ribbon-inner {
  width: 22px;
  height: 50px; }

.u-ribbon-vertical.u-ribbon-sm .u-ribbon-inner {
  width: 26px;
  height: 55px; }

.u-ribbon-vertical.u-ribbon-lg .u-ribbon-inner {
  width: 38px;
  height: 70px; }

.u-ribbon-reverse {
  right: -3px;
  left: auto; }
  .u-ribbon-reverse .u-ribbon-inner {
    right: 0;
    left: auto; }
  .u-ribbon-reverse.u-ribbon-vertical .u-ribbon-inner {
    right: 16px; }

.u-ribbon-bookmark .u-ribbon-inner {
  box-shadow: none; }
  .u-ribbon-bookmark .u-ribbon-inner:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid #526069;
    border-right: 10px solid transparent; }

.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  top: 100%;
  left: 0;
  margin-top: -15px;
  border-right: 15px solid #526069;
  border-bottom: 10px solid transparent; }

.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-xs .u-ribbon-inner:before {
  margin-top: -11px; }

.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-sm .u-ribbon-inner:before {
  margin-top: -13px; }

.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-lg .u-ribbon-inner:before {
  margin-top: -19px; }

.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #526069;
  border-left: 10px solid transparent; }

.u-ribbon-bookmark.u-ribbon-reverse.u-ribbon-vertical .u-ribbon-inner:before {
  right: auto;
  left: 0;
  border-right-color: #526069;
  border-bottom-color: transparent;
  border-left: 15px solid #526069; }

.u-ribbon-bookmark.u-ribbon-xs .u-ribbon-inner:before {
  border-width: 11px; }

.u-ribbon-bookmark.u-ribbon-sm .u-ribbon-inner:before {
  border-width: 13px; }

.u-ribbon-bookmark.u-ribbon-lg .u-ribbon-inner:before {
  border-width: 19px; }

.u-ribbon-badge {
  top: -2px;
  left: -2px;
  overflow: hidden; }
  .u-ribbon-badge .u-ribbon-inner {
    left: -40px;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .u-ribbon-badge.u-ribbon-reverse {
    right: -2px;
    left: auto; }
    .u-ribbon-badge.u-ribbon-reverse .u-ribbon-inner {
      right: -40px;
      left: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .u-ribbon-badge.u-ribbon-bottom {
    top: auto;
    bottom: -2px; }
    .u-ribbon-badge.u-ribbon-bottom .u-ribbon-inner {
      top: auto;
      bottom: 16px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .u-ribbon-badge.u-ribbon-bottom.u-ribbon-reverse .u-ribbon-inner {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.u-ribbon-corner {
  top: 0;
  left: 0;
  overflow: hidden; }
  .u-ribbon-corner .u-ribbon-inner {
    top: 0;
    left: 0;
    width: 40px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    background-color: transparent; }
    .u-ribbon-corner .u-ribbon-inner:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      content: '';
      border: 30px solid transparent;
      border-top-color: #526069;
      border-left-color: #526069; }
  .u-ribbon-corner.u-ribbon-reverse {
    right: 0;
    left: auto; }
    .u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner {
      right: 0;
      left: auto; }
      .u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
        right: 0;
        left: auto;
        border-right-color: #526069;
        border-left-color: transparent; }
  .u-ribbon-corner.u-ribbon-bottom {
    top: auto;
    bottom: 0; }
    .u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner {
      top: auto;
      bottom: 0; }
      .u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
        top: auto;
        bottom: 0;
        border-top-color: transparent;
        border-bottom-color: #526069; }
  .u-ribbon-corner.u-ribbon-xs .u-ribbon-inner {
    width: 28px;
    height: 26px;
    line-height: 26px; }
    .u-ribbon-corner.u-ribbon-xs .u-ribbon-inner:before {
      border-width: 22px; }
    .u-ribbon-corner.u-ribbon-xs .u-ribbon-inner > .icon {
      font-size: 12px; }
  .u-ribbon-corner.u-ribbon-sm .u-ribbon-inner {
    width: 34px;
    height: 32px;
    line-height: 32px; }
    .u-ribbon-corner.u-ribbon-sm .u-ribbon-inner:before {
      border-width: 26px; }
    .u-ribbon-corner.u-ribbon-sm .u-ribbon-inner > .icon {
      font-size: 12px; }
  .u-ribbon-corner.u-ribbon-lg .u-ribbon-inner {
    width: 46px;
    height: 44px;
    line-height: 44px; }
    .u-ribbon-corner.u-ribbon-lg .u-ribbon-inner:before {
      border-width: 36px; }
    .u-ribbon-corner.u-ribbon-lg .u-ribbon-inner > .icon {
      font-size: 18px; }

.u-ribbon-clip {
  left: -14px; }
  .u-ribbon-clip .u-ribbon-inner {
    padding-left: 23px;
    border-radius: 0 5px 5px 0; }
    .u-ribbon-clip .u-ribbon-inner:after {
      position: absolute;
      bottom: -14px;
      left: 0;
      width: 0;
      height: 0;
      content: '';
      border: 7px solid transparent;
      border-top-color: #37474f;
      border-right-color: #37474f; }
  .u-ribbon-clip.u-ribbon-reverse {
    right: -14px;
    left: auto; }
    .u-ribbon-clip.u-ribbon-reverse .u-ribbon-inner {
      padding-right: 23px;
      padding-left: 15px;
      border-radius: 5px 0 0 5px; }
      .u-ribbon-clip.u-ribbon-reverse .u-ribbon-inner:after {
        right: 0;
        left: auto;
        border-right-color: transparent;
        border-left-color: #37474f; }
  .u-ribbon-clip.u-ribbon-bottom {
    top: auto;
    bottom: -3px; }
    .u-ribbon-clip.u-ribbon-bottom .u-ribbon-inner {
      top: auto;
      bottom: 16px; }
      .u-ribbon-clip.u-ribbon-bottom .u-ribbon-inner:after {
        top: -14px;
        bottom: auto;
        border-top-color: transparent;
        border-bottom-color: #37474f; }

.u-ribbon-primary .u-ribbon-inner {
  background-color: #3f51b5; }

.u-ribbon-primary.u-ribbon-bookmark .u-ribbon-inner:before {
  border-color: #3f51b5;
  border-right-color: transparent; }

.u-ribbon-primary.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #3f51b5;
  border-left-color: transparent; }

.u-ribbon-primary.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  border-right-color: #3f51b5;
  border-bottom-color: transparent; }

.u-ribbon-primary.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #3f51b5;
  border-bottom-color: transparent;
  border-left-color: #3f51b5; }

.u-ribbon-primary.u-ribbon-corner .u-ribbon-inner {
  background-color: transparent; }
  .u-ribbon-primary.u-ribbon-corner .u-ribbon-inner:before {
    border-top-color: #3f51b5;
    border-left-color: #3f51b5; }

.u-ribbon-primary.u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #3f51b5;
  border-left-color: transparent; }

.u-ribbon-primary.u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #3f51b5; }

.u-ribbon-primary .u-ribbon-inner:after {
  border-top-color: #3f51b5;
  border-right-color: #3f51b5; }

.u-ribbon-primary.u-ribbon-reverse .u-ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #3f51b5; }

.u-ribbon-primary.u-ribbon-bottom .u-ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #3f51b5; }

.u-ribbon-success .u-ribbon-inner {
  background-color: #46be8a; }

.u-ribbon-success.u-ribbon-bookmark .u-ribbon-inner:before {
  border-color: #46be8a;
  border-right-color: transparent; }

.u-ribbon-success.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #46be8a;
  border-left-color: transparent; }

.u-ribbon-success.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  border-right-color: #46be8a;
  border-bottom-color: transparent; }

.u-ribbon-success.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #46be8a;
  border-bottom-color: transparent;
  border-left-color: #46be8a; }

.u-ribbon-success.u-ribbon-corner .u-ribbon-inner {
  background-color: transparent; }
  .u-ribbon-success.u-ribbon-corner .u-ribbon-inner:before {
    border-top-color: #46be8a;
    border-left-color: #46be8a; }

.u-ribbon-success.u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #46be8a;
  border-left-color: transparent; }

.u-ribbon-success.u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #46be8a; }

.u-ribbon-success .u-ribbon-inner:after {
  border-top-color: #66bb6a;
  border-right-color: #66bb6a; }

.u-ribbon-success.u-ribbon-reverse .u-ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #66bb6a; }

.u-ribbon-success.u-ribbon-bottom .u-ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #66bb6a; }

.u-ribbon-info .u-ribbon-inner {
  background-color: #57c7d4; }

.u-ribbon-info.u-ribbon-bookmark .u-ribbon-inner:before {
  border-color: #57c7d4;
  border-right-color: transparent; }

.u-ribbon-info.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #57c7d4;
  border-left-color: transparent; }

.u-ribbon-info.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  border-right-color: #57c7d4;
  border-bottom-color: transparent; }

.u-ribbon-info.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #57c7d4;
  border-bottom-color: transparent;
  border-left-color: #57c7d4; }

.u-ribbon-info.u-ribbon-corner .u-ribbon-inner {
  background-color: transparent; }
  .u-ribbon-info.u-ribbon-corner .u-ribbon-inner:before {
    border-top-color: #57c7d4;
    border-left-color: #57c7d4; }

.u-ribbon-info.u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #57c7d4;
  border-left-color: transparent; }

.u-ribbon-info.u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #57c7d4; }

.u-ribbon-info .u-ribbon-inner:after {
  border-top-color: #00bcd4;
  border-right-color: #00bcd4; }

.u-ribbon-info.u-ribbon-reverse .u-ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #00bcd4; }

.u-ribbon-info.u-ribbon-bottom .u-ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #00bcd4; }

.u-ribbon-warning .u-ribbon-inner {
  background-color: #ffa726; }

.u-ribbon-warning.u-ribbon-bookmark .u-ribbon-inner:before {
  border-color: #ffa726;
  border-right-color: transparent; }

.u-ribbon-warning.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #ffa726;
  border-left-color: transparent; }

.u-ribbon-warning.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  border-right-color: #ffa726;
  border-bottom-color: transparent; }

.u-ribbon-warning.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #ffa726;
  border-bottom-color: transparent;
  border-left-color: #ffa726; }

.u-ribbon-warning.u-ribbon-corner .u-ribbon-inner {
  background-color: transparent; }
  .u-ribbon-warning.u-ribbon-corner .u-ribbon-inner:before {
    border-top-color: #ffa726;
    border-left-color: #ffa726; }

.u-ribbon-warning.u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #ffa726;
  border-left-color: transparent; }

.u-ribbon-warning.u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #ffa726; }

.u-ribbon-warning .u-ribbon-inner:after {
  border-top-color: #ffa726;
  border-right-color: #ffa726; }

.u-ribbon-warning.u-ribbon-reverse .u-ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #ffa726; }

.u-ribbon-warning.u-ribbon-bottom .u-ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #ffa726; }

.u-ribbon-danger .u-ribbon-inner {
  background-color: #f96868; }

.u-ribbon-danger.u-ribbon-bookmark .u-ribbon-inner:before {
  border-color: #f96868;
  border-right-color: transparent; }

.u-ribbon-danger.u-ribbon-bookmark.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #f96868;
  border-left-color: transparent; }

.u-ribbon-danger.u-ribbon-bookmark.u-ribbon-vertical .u-ribbon-inner:before {
  border-right-color: #f96868;
  border-bottom-color: transparent; }

.u-ribbon-danger.u-ribbon-bookmark.u-ribbon-vertical.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #f96868;
  border-bottom-color: transparent;
  border-left-color: #f96868; }

.u-ribbon-danger.u-ribbon-corner .u-ribbon-inner {
  background-color: transparent; }
  .u-ribbon-danger.u-ribbon-corner .u-ribbon-inner:before {
    border-top-color: #f96868;
    border-left-color: #f96868; }

.u-ribbon-danger.u-ribbon-corner.u-ribbon-reverse .u-ribbon-inner:before {
  border-right-color: #f96868;
  border-left-color: transparent; }

.u-ribbon-danger.u-ribbon-corner.u-ribbon-bottom .u-ribbon-inner:before {
  border-top-color: transparent;
  border-bottom-color: #f96868; }

.u-ribbon-danger .u-ribbon-inner:after {
  border-top-color: #ef5350;
  border-right-color: #ef5350; }

.u-ribbon-danger.u-ribbon-reverse .u-ribbon-inner:after {
  border-right-color: transparent;
  border-left-color: #ef5350; }

.u-ribbon-danger.u-ribbon-bottom .u-ribbon-inner:after {
  border-top-color: transparent;
  border-bottom-color: #ef5350; }

/* 代码迁移，暂注释

@import "extend/dialog";

@import "extend/autocomplete";

@import "extend/iscroll-improve";

 */
