@charset "UTF-8";
::-moz-selection {
  background: #009688;
  color: #FFF; }

::selection {
  background: #159b76;
  color: #FFF; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

html,
body,
.tpl-g {
  height: 100%; }

body {
  background-color: #f2f2f2;
  font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

a:focus {
  outline: none; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

.tpl-header {
  z-index: 1000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
  padding-left: 160px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tpl-header-logo {
  width: 240px;
  height: 57px;
  display: table;
  text-align: center;
  position: relative;
  z-index: 1300; }
  .tpl-header-logo a {
    display: table-cell;
    vertical-align: middle; }
  .tpl-header-logo img {
    width: 170px; }

.tpl-header-fluid {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff; }

.tpl-header-button {
  float: left;
  color: #333;
  margin: 0 0 0 -20px;
  border: 0;
  border-radius: 0;
  padding: 0 22px;
  line-height: 50px;
  background: #fff;
  cursor: pointer; }
  .tpl-header-button:hover {
    background: #fff;
    color: #999;
    outline: none; }

.tpl-header-navbar {
  color: #fff; }
  .tpl-header-navbar li {
    float: left; }
  .tpl-header-navbar a {
    line-height: 50px;
    display: block;
    padding: 0 16px;
    position: relative;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .tpl-header-navbar a:hover {
      background: rgba(0, 0, 0, 0.025); }
    .tpl-header-navbar a .item-feed-badge {
      position: absolute;
      top: 8px;
      left: 25px;
      padding: .25em .42em; }

ul.tpl-dropdown-content {
  padding: 10px;
  margin-top: 0;
  width: 300px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ddd; }
  ul.tpl-dropdown-content li {
    float: none; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-title {
    font-size: 12px;
    float: left;
    color: rgba(255, 255, 255, 0.7);
    color: #616161; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-time {
    float: right;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    width: 50px;
    margin-left: 10px; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item {
    text-align: center;
    border: none;
    font-size: 12px; }
    ul.tpl-dropdown-content .tpl-dropdown-menu-notifications:last-child .tpl-dropdown-menu-notifications-item i {
      margin-left: -6px; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item {
    text-align: center;
    border: none;
    font-size: 12px; }
    ul.tpl-dropdown-content .tpl-dropdown-menu-messages:last-child .tpl-dropdown-menu-messages-item i {
      margin-left: -6px; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time {
    color: #96a5aa; }
  ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover {
    background-color: #f5f5f5; }

ul.tpl-dropdown-content:before,
ul.tpl-dropdown-content:after {
  display: none; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item {
  padding: 12px;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid #eee;
  color: #999; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover,
ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:focus,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:focus {
  background-color: #465154;
  color: #fff; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico {
  line-height: initial;
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  overflow: hidden; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-ico img,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-ico img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-time,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-time {
  float: right;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  width: 40px;
  margin-left: 10px; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content {
  display: block;
  font-size: 13px;
  margin-left: 45px;
  margin-right: 50px; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .menu-messages-content .menu-messages-content-time,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .menu-messages-content .menu-messages-content-time {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px; }

.am-dimmer {
  z-index: 1200; }

.am-modal {
  z-index: 1300; }

.am-datepicker-dropdown {
  z-index: 1400; }

.left-sidebar {
  transition: all 0.4s ease-in-out;
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0; }
  .left-sidebar .sidebar-nav {
    width: 160px;
    background-color: #20222a;
    -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
    box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35); }
    .left-sidebar .sidebar-nav .sidebar-nav-heading {
      padding: 15px 17px;
      font-size: 15px;
      font-weight: 500;
      color: #fff; }
    .left-sidebar .sidebar-nav .sidebar-nav-heading-info {
      font-size: 12px;
      color: #868e8e;
      padding-left: 10px; }
    .left-sidebar .sidebar-nav .sidebar-nav-link-logo {
      margin-right: 10px;
      width: 20px;
      font-size: 16px;
      display: inline-block; }
    .left-sidebar .sidebar-nav .sidebar-nav-link {
      padding: 6px 0; }
      .left-sidebar .sidebar-nav .sidebar-nav-link a {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        padding: 0 15px;
        border-left: 3px solid transparent;
        font-size: 14px;
        cursor: pointer;
        height: 42px;
        line-height: 42px;
        -webkit-transition: 0.1s cubic-bezier(0.145, 0.045, 0.355, 1);
        transition: 0.1s cubic-bezier(0.145, 0.045, 0.355, 1); }
        .left-sidebar .sidebar-nav .sidebar-nav-link a.active {
          cursor: pointer;
          color: #fff;
          background: #1686ef; }
          .left-sidebar .sidebar-nav .sidebar-nav-link a.active .sidebar-nav-link-logo {
            color: #fff !important; }
        .left-sidebar .sidebar-nav .sidebar-nav-link a:hover {
          color: #fff;
          border-left: #1686ef 3px solid; }
  .left-sidebar .left-sidebar-second {
    width: 120px;
    min-height: 100%;
    background: #fff;
    padding-top: 50px; }
    .left-sidebar .left-sidebar-second a {
      display: block;
      color: #333;
      font-size: 1.3rem; }
      .left-sidebar .left-sidebar-second a:hover {
        background: #f5f5f5; }
    .left-sidebar .left-sidebar-second ul {
      margin: 0; }
    .left-sidebar .left-sidebar-second .sidebar-second-title {
      height: 60px;
      line-height: 60px;
      padding-left: 2.2rem;
      font-size: 1.4rem; }
    .left-sidebar .left-sidebar-second .sidebar-second-item a {
      min-height: 40px;
      line-height: 40px;
      padding-left: 2.3rem; }
      .left-sidebar .left-sidebar-second .sidebar-second-item a.active {
        background: #f5f5f5; }
    .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item > a.active {
      background: none; }
      .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item > a.active .icongengduo {
        transform: rotate(90deg); }
      .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item > a.active + .sidebar-third-nav-sub {
        display: block; }
    .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item a {
      position: relative; }
      .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item a .iconfont.icongengduo {
        position: absolute;
        left: .8rem;
        display: inline-block;
        transition: all 0.3s ease-in-out;
        font-size: 1.2rem; }
    .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item .sidebar-third-nav-sub {
      display: none; }
      .left-sidebar .left-sidebar-second .sidebar-second-item .sidebar-third-item .sidebar-third-nav-sub a {
        padding-left: 2.5rem; }
  .left-sidebar.xs-active {
    left: 0; }

.tpl-content-wrapper {
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-left: 280px;
  margin-top: 50px;
  padding-bottom: 20px; }
  .tpl-content-wrapper.no-sidebar-second {
    margin-left: 160px; }
  .tpl-content-wrapper.xs-active {
    margin-left: 240px; }
  .tpl-content-wrapper.active {
    margin-left: 0; }

.page-header {
  background: #424b4f;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 0;
  border-bottom: 0; }

.container-fluid {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 20px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.page-header-description {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  color: #666; }

.page-header-heading {
  font-size: 20px;
  font-weight: 400;
  color: #666; }
  .page-header-heading .page-header-heading-ico {
    font-size: 28px;
    position: relative;
    top: 3px; }
  .page-header-heading small {
    font-weight: normal;
    line-height: 1;
    color: #b3b3b3; }

.widget {
  width: 100%;
  min-height: 148px;
  border-radius: 0;
  position: relative;
  padding: 10px 20px 13px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.widget-body {
  padding: 0 15px;
  width: 100%; }

.widget-head {
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #eef1f5;
  margin-top: 10px;
  margin-bottom: 20px; }
  .widget-head:not(:first-child) {
    margin-top: 40px; }
  .widget-head .widget-title {
    position: relative;
    font-size: 1.5rem; }
    .widget-head .widget-title::before {
      content: '';
      position: absolute;
      width: 4px;
      height: 14px;
      background: #00aeff;
      top: 6px;
      left: -12px; }

.widget-fluctuation-period-text {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
  color: #838fa1; }

.row-content {
  padding: 15px; }

.widget-fluctuation-description-text {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  line-height: 13px;
  color: #c5cacd; }

.widget-fluctuation-description-amount {
  display: block;
  font-size: 20px;
  line-height: 22px; }

.widget-card-header {
  position: relative;
  z-index: 35;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 18px;
  color: #fff; }

.widget-body-md {
  height: 200px; }

.widget-body-lg {
  min-height: 330px; }

.widget-margin-bottom-lg {
  margin-bottom: 20px; }

.tpl-table-black-operation > a {
  display: inline-block;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #36c6d3;
  color: #36c6d3;
  vertical-align: middle; }
  .tpl-table-black-operation > a:hover {
    background: #36c6d3;
    color: #fff; }
  .tpl-table-black-operation > a.tpl-table-black-operation-del {
    border: 1px solid #e7505a;
    color: #e7505a; }
    .tpl-table-black-operation > a.tpl-table-black-operation-del:hover {
      background: #e7505a;
      color: #fff; }
  .tpl-table-black-operation > a.tpl-table-black-operation-green {
    border: 1px solid #5eb95e;
    color: #5eb95e; }
    .tpl-table-black-operation > a.tpl-table-black-operation-green:hover {
      background: #5eb95e;
      color: #fff; }
  .tpl-table-black-operation > a.tpl-table-black-operation-default {
    color: #7f838a;
    background: #fff;
    border: solid 1px #c7c7c7;
    border-radius: 2px;
    line-height: 13px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
    .tpl-table-black-operation > a.tpl-table-black-operation-default i.iconfont {
      font-size: 12px; }
  .tpl-table-black-operation > a.tpl-table-black-operation-default:hover {
    color: #fff;
    background-color: #1BBC9D;
    border-color: #16A086; }

.tpl-switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 20px; }
.tpl-switch input[type="checkbox"].ios-switch + div {
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  margin-top: 6px; }
  .tpl-switch input[type="checkbox"].ios-switch + div > div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-property: transform, background-color, box-shadow;
    -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
    -moz-transition-duration: 0.4s;
    -moz-transition-property: transform, background-color;
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px; }
.tpl-switch input[type="checkbox"].ios-switch:checked + div {
  width: 40px;
  background-position: 0 0;
  background-color: #36c6d3; }
  .tpl-switch input[type="checkbox"].ios-switch:checked + div > div {
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    background-color: #ffffff; }
.tpl-switch input[type="checkbox"].tinyswitch.ios-switch + div {
  width: 34px;
  height: 18px; }
  .tpl-switch input[type="checkbox"].tinyswitch.ios-switch + div > div {
    width: 16px;
    height: 16px;
    margin-top: 1px; }
.tpl-switch input[type="checkbox"].tinyswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(16px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #0850ac; }
.tpl-switch input[type="checkbox"].bigswitch.ios-switch + div {
  width: 50px;
  height: 25px; }
  .tpl-switch input[type="checkbox"].bigswitch.ios-switch + div > div {
    width: 23px;
    height: 23px;
    margin-top: 1px; }
.tpl-switch input[type="checkbox"].bigswitch.ios-switch:checked + div > div {
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(16px, 0, 0); }
.tpl-switch input[type="checkbox"].green.ios-switch:checked + div {
  background-color: #00e359;
  border: 1px solid #00a23f;
  box-shadow: inset 0 0 0 10px #00e359; }
  .tpl-switch input[type="checkbox"].green.ios-switch:checked + div > div {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f; }

.tpl-page-state {
  width: 100%; }

.tpl-page-state-title {
  font-size: 40px;
  font-weight: bold;
  color: #838fa1; }

.tpl-page-state-content {
  padding: 10px 0; }

.tpl-login {
  width: 100%; }

.tpl-login-logo {
  max-width: 159px;
  height: 205px;
  margin: 0 auto 20px auto; }

.tpl-login-title {
  width: 100%;
  font-size: 24px;
  color: #697882; }
  .tpl-login-title strong {
    color: #39bae4; }

.tpl-login-content {
  margin: 12% auto 0;
  width: 500px;
  padding: 40px 40px 25px;
  background-color: #fff;
  border-radius: 4px; }

.tpl-login-remember-me {
  color: #b3b3b3;
  font-size: 14px; }
  .tpl-login-remember-me label {
    position: relative;
    top: -2px; }

.tpl-login-content-info {
  color: #b3b3b3;
  font-size: 14px; }

.cl-p {
  padding: 0 !important; }

.tpl-table-line-img {
  max-width: 100px;
  padding: 2px;
  border: 1px solid #ddd; }

.tpl-table-list-select {
  text-align: right; }

.fc-button-group,
.fc button {
  display: block; }

.tpl-header-search-box:hover,
.tpl-header-search-box:active .tpl-error-title {
  color: #848c90; }

.tpl-error-title-info {
  line-height: 30px;
  font-size: 21px;
  margin-top: 20px;
  text-align: center;
  color: #dce2ec; }

.tpl-error-btn {
  background: #03a9f3;
  border: 1px solid #03a9f3;
  border-radius: 30px;
  padding: 6px 20px 8px; }

.tpl-error-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  color: #96a2b4; }

.tpl-calendar-box {
  background: #fff;
  border-radius: 4px;
  padding: 20px; }
  .tpl-calendar-box .fc-event {
    border-radius: 0;
    background: #03a9f3;
    border: 1px solid #14b0f6; }
  .tpl-calendar-box .fc-axis {
    color: #868e8e; }
  .tpl-calendar-box .fc-unthemed .fc-today {
    background: #eee; }
  .tpl-calendar-box .fc-more {
    color: #868e8e; }
  .tpl-calendar-box .fc th {
    color: #868e8e;
    font-weight: normal;
    font-size: 14px;
    padding: 6px 0; }
    .tpl-calendar-box .fc th.fc-widget-header {
      background: #32c5d2 !important;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      padding: 7px 0;
      text-transform: uppercase;
      border: none !important; }
      .tpl-calendar-box .fc th.fc-widget-header a {
        color: #fff; }
  .tpl-calendar-box .fc-center h2 {
    color: #868e8e; }
  .tpl-calendar-box .fc-state-default {
    background: #fff;
    font-size: 14px;
    color: #868e8e; }
  .tpl-calendar-box .fc-day-number {
    color: #868e8e;
    padding-right: 6px; }

.tpl-calendar-box .fc th,
.tpl-calendar-box .fc td,
.tpl-calendar-box .fc hr,
.tpl-calendar-box .fc thead,
.tpl-calendar-box .fc tbody,
.tpl-calendar-box .fc-row {
  border-color: #eee !important; }

.tpl-pagination .am-disabled a,
.tpl-pagination li a {
  color: #23abf0;
  border-radius: 3px;
  padding: 6px 12px; }

.tpl-pagination .am-active a {
  background: #23abf0;
  color: #fff;
  border: 1px solid #23abf0;
  padding: 6px 12px; }

.tpl-login-btn {
  background-color: #32c5d2;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 14px;
  outline: none; }

.tpl-login-btn:hover,
.tpl-login-btn:active {
  background: #22b2e1;
  color: #fff; }

.tpl-form-border-form input[type=number]:focus,
.tpl-form-border-form input[type=search]:focus,
.tpl-form-border-form input[type=text]:focus,
.tpl-form-border-form input[type=password]:focus,
.tpl-form-border-form input[type=datetime]:focus,
.tpl-form-border-form input[type=datetime-local]:focus,
.tpl-form-border-form input[type=date]:focus,
.tpl-form-border-form input[type=month]:focus,
.tpl-form-border-form input[type=time]:focus,
.tpl-form-border-form input[type=week]:focus,
.tpl-form-border-form input[type=email]:focus,
.tpl-form-border-form input[type=url]:focus,
.tpl-form-border-form input[type=tel]:focus,
.tpl-form-border-form input[type=color]:focus,
.tpl-form-border-form select:focus,
.tpl-form-border-form textarea:focus,
.am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tpl-form-border-form input[type=number],
.tpl-form-border-form input[type=search],
.tpl-form-border-form input[type=text],
.tpl-form-border-form input[type=password],
.tpl-form-border-form input[type=datetime],
.tpl-form-border-form input[type=datetime-local],
.tpl-form-border-form input[type=date],
.tpl-form-border-form input[type=month],
.tpl-form-border-form input[type=time],
.tpl-form-border-form input[type=week],
.tpl-form-border-form input[type=email],
.tpl-form-border-form input[type=url],
.tpl-form-border-form input[type=tel],
.tpl-form-border-form input[type=color],
.tpl-form-border-form select,
.tpl-form-border-form textarea,
.am-form-field {
  display: block;
  width: 100%;
  line-height: 1.42857;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: 0 0;
  border: 1px solid #c2cad8;
  text-indent: .5em;
  border-radius: 0;
  color: #555;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px; }

.tpl-form-border-form .am-checkbox,
.tpl-form-border-form .am-checkbox-inline,
.tpl-form-border-form .am-form-label,
.tpl-form-border-form .am-radio,
.tpl-form-border-form .am-radio-inline {
  margin-top: 0;
  margin-bottom: 0; }

.tpl-form-border-form .am-form-group:after {
  clear: both; }
.tpl-form-border-form .am-form-label {
  padding-top: 5px;
  font-size: 16px;
  color: #888;
  font-weight: inherit;
  text-align: right; }
  .tpl-form-border-form .am-form-label .tpl-form-line-small-title {
    color: #999;
    font-size: 12px; }

.tpl-form-border-form .am-form-group:after,
.tpl-form-border-form .am-form-group:before {
  content: " ";
  display: table; }

.tpl-form-line-form input[type=number]:focus,
.tpl-form-line-form input[type=search]:focus,
.tpl-form-line-form input[type=text]:focus,
.tpl-form-line-form input[type=password]:focus,
.tpl-form-line-form input[type=datetime]:focus,
.tpl-form-line-form input[type=datetime-local]:focus,
.tpl-form-line-form input[type=date]:focus,
.tpl-form-line-form input[type=month]:focus,
.tpl-form-line-form input[type=time]:focus,
.tpl-form-line-form input[type=week]:focus,
.tpl-form-line-form input[type=email]:focus,
.tpl-form-line-form input[type=url]:focus,
.tpl-form-line-form input[type=tel]:focus,
.tpl-form-line-form input[type=color]:focus,
.tpl-form-line-form select:focus,
.tpl-form-line-form textarea:focus,
.am-form-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tpl-form-line-form input[type=number],
.tpl-form-line-form input[type=search],
.tpl-form-line-form input[type=text],
.tpl-form-line-form input[type=password],
.tpl-form-line-form input[type=datetime],
.tpl-form-line-form input[type=datetime-local],
.tpl-form-line-form input[type=date],
.tpl-form-line-form input[type=month],
.tpl-form-line-form input[type=time],
.tpl-form-line-form input[type=week],
.tpl-form-line-form input[type=email],
.tpl-form-line-form input[type=url],
.tpl-form-line-form input[type=tel],
.tpl-form-line-form input[type=color],
.tpl-form-line-form select,
.tpl-form-line-form textarea,
.am-form-field {
  display: block;
  width: 100%;
  padding: 6px 5px;
  line-height: 1.42857;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: 0;
  border-bottom: 1px solid #c2cad8;
  color: #555;
  box-shadow: none;
  font-size: 14px; }

.am-form input[type=text][readonly] {
  background: #f7f7f7 !important;
  cursor: text; }

.am-checkbox, .am-checkbox-inline, .am-radio, .am-radio-inline {
  user-select: none; }

.am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-ucheck-radio:checked + .am-ucheck-icons {
  color: #5bb9ff; }

.tpl-form-line-form .am-checkbox,
.tpl-form-line-form .am-checkbox-inline,
.tpl-form-line-form .am-radio,
.tpl-form-line-form .am-radio-inline {
  margin-right: 10px;
  padding-top: .8rem; }
.tpl-form-line-form .am-checkbox-inline + .am-checkbox-inline,
.tpl-form-line-form .am-radio-inline + .am-radio-inline {
  margin-left: 0; }
.tpl-form-line-form .am-checkbox .am-ucheck-icons,
.tpl-form-line-form .am-checkbox-inline .am-ucheck-icons,
.tpl-form-line-form .am-form-label .am-ucheck-icons,
.tpl-form-line-form .am-radio .am-ucheck-icons,
.tpl-form-line-form .am-radio-inline .am-ucheck-icons {
  line-height: 42px; }
.tpl-form-line-form .am-form-group:after {
  clear: both; }
.tpl-form-line-form .am-form-group .am-form--static {
  padding-top: .8rem;
  font-size: 1.35rem;
  color: #656565; }
.tpl-form-line-form .am-form-label {
  margin: 0;
  padding-top: .8rem;
  font-size: 1.34rem;
  color: #656565;
  font-weight: inherit;
  text-align: right; }
  .tpl-form-line-form .am-form-label .tpl-form-line-small-title {
    color: #8c8c8c;
    font-size: 12px; }
.tpl-form-line-form .am-form-error .am-form-label {
  color: #dd514c; }

.tpl-form-line-form .am-form-group:after,
.tpl-form-line-form .am-form-group:before {
  content: " ";
  display: table; }

.tpl-amendment-echarts {
  left: -17px; }

.tpl-user-card {
  border: 1px solid #3598dc;
  border-top: 2px solid #3598dc;
  background: #3598dc;
  color: #ffffff;
  border-radius: 4px; }

.tpl-user-card-title {
  font-size: 26px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 10px; }

.achievement-subheading {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px; }

.achievement-image {
  border-radius: 50%;
  margin-bottom: 22px; }

.achievement-description {
  margin: 0;
  font-size: 12px; }

.tpl-table-black {
  color: #6d7279; }
  .tpl-table-black thead > tr > th {
    font-size: 1.3rem;
    padding: 6px; }
  .tpl-table-black tbody > tr > td {
    font-size: 1.3rem;
    padding: 7px 6px; }
  .tpl-table-black tfoot > tr > th {
    font-size: 14px;
    padding: 6px 0; }

.am-progress {
  height: 12px; }

.am-progress-title {
  font-size: 14px;
  margin-bottom: 8px; }

.widget-fluctuation-tpl-btn {
  margin-top: 6px;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 8px 14px;
  outline: none;
  background-color: #e7505a;
  border: 1px solid #e7505a; }
  .widget-fluctuation-tpl-btn:hover {
    background: transparent;
    color: #e7505a; }

.text-success {
  color: #5eb95e; }

.widget-function a {
  color: #838fa1; }
  .widget-function a:hover {
    color: #a7bdcd; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item:hover,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item:hover {
  background-color: #f5f5f5; }

ul.tpl-dropdown-content .tpl-dropdown-menu-notifications-item .tpl-dropdown-menu-notifications-time,
ul.tpl-dropdown-content .tpl-dropdown-menu-messages-item .tpl-dropdown-menu-notifications-time {
  color: #999; }

.tpl-header.active {
  padding-left: 0; }

.tpl-header-logo {
  background: #fff;
  border-bottom: 1px solid #eee; }

.widget-color-green {
  border: 1px solid #32c5d2;
  border-top: 2px solid #32c5d2;
  background: #32c5d2;
  color: #ffffff; }
  .widget-color-green .widget-fluctuation-period-text {
    color: #fff; }
  .widget-color-green .widget-head {
    border-bottom: 1px solid #2bb8c4; }
  .widget-color-green .widget-fluctuation-description-text {
    color: #bbe7f6; }
  .widget-color-green .widget-function a {
    color: #42bde5; }
    .widget-color-green .widget-function a:hover {
      color: #fff; }

@media screen and (max-width: 1024px) {
  .left-sidebar {
    left: -320px;
    top: 50px; }

  .tpl-content-wrapper {
    margin-left: 0 !important; }

  .tpl-sidebar-user-panel {
    border-top: 1px solid #eee; }

  .tpl-header {
    padding-left: 0; } }
@media screen and (min-width: 641px) {
  [class*=am-u-] {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 641px) {
  .tpl-error-title,
  .tpl-login-title {
    font-size: 20px; }

  .tpl-login-content {
    width: 86%;
    padding: 22px 30px 25px; }

  .tpl-header-search {
    display: none; }

  ul.tpl-dropdown-content {
    position: fixed;
    width: 100%;
    left: 0;
    top: 112px;
    right: 0; } }
/* table  */
.am-table {
  border-collapse: collapse;
  font-size: 1.4rem; }
  .am-table > thead > tr > th {
    vertical-align: middle; }
  .am-table .item-title {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left !important;
    margin: 0;
    white-space: normal; }
  .am-table p {
    margin: 0; }

.am-btn-toolbar .am-btn-group > .am-btn {
  border-radius: 2px !important;
  margin-right: 1rem;
  margin-bottom: .5rem; }

/* 工具栏 */
.page_toolbar .am-form-group {
  max-width: 300px;
  margin-left: .5rem;
  margin-bottom: 1.1rem; }
  .page_toolbar .am-form-group .am-form-field, .page_toolbar .am-form-group .am-btn {
    border-radius: 2px;
    outline: 0; }
  .page_toolbar .am-form-group span, .page_toolbar .am-form-group .am-selected-list {
    font-size: 1.4rem; }
.page_toolbar .am-input-group .am-form-field {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
.page_toolbar .am-input-group .am-input-group-btn .am-btn {
  background: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  .page_toolbar .am-input-group .am-input-group-btn .am-btn:hover {
    color: #2589ff; }

/* 后台首页 */
.page-home .widget {
  padding: 10px 20px 25px; }
  .page-home .widget .widget-head {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: none; }
  .page-home .widget .widget-body {
    padding: 0; }
.page-home .widget-outline {
  flex-basis: 100%;
  height: 190px;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box; 
  border: 1px solid #f2f2f2;
  border-radius:10px;
 }
  .page-home .widget-outline .outline-left {
    margin-right: 30px; }
    .page-home .widget-outline .outline-left img {
      width: 58px;
      height: 58px; }
  .page-home .widget-outline .outline-right {
    flex-basis: 100%; }
 .page-home .widget-outline2 {
  flex-basis: 100%;
  height: 100px;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box; 
  border: 1px solid #f2f2f2;
  border-radius:10px;
 }
 .page-home .widget-outline2 .outline-left {
    margin-right: 30px; }
    .page-home .widget-outline2 .outline-left img {
      width: 58px;
      height: 58px; }
  .page-home .widget-outline2 .outline-right {
    flex-basis: 100%; }
.page-home .widget-echarts {
  height: 400px;
  width: 100%; }
.page-home .widget-card {
  min-height: 174px;
  color: #ffffff;
  padding: 12px 17px 12px 22px;
  margin-bottom: 20px; }
  .page-home .widget-card.card__blue {
    background: linear-gradient(-125deg, #57bdbf, #2f9de2); }
  .page-home .widget-card.card__red {
    background: linear-gradient(-125deg, #ff7d7d, #fb2c95); }
  .page-home .widget-card.card__violet {
    background: linear-gradient(-113deg, #c543d8, #925cc3); }
  .page-home .widget-card.card__primary {
    background: linear-gradient(-141deg, #ecca1b, #f39526); }
  .page-home .widget-card .card-header {
    position: relative;
    display: block;
    padding-top: 18px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .page-home .widget-card .card-icon {
    position: absolute;
    right: 30px;
    top: 24px;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.12); }
  .page-home .widget-card .card-description {
    position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-top: 8px;
    color: rgba(255, 255, 255, 0.88); }
  .page-home .widget-card .card-value {
    position: relative;
    font-weight: 300;
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 8px; }

/* 帮助页面 */
.page-help {
  font-size: 1.3rem; }
  .page-help .help-item {
    padding: .8rem 2rem; }
    .page-help .help-item p {
      margin: 0; }
      .page-help .help-item p img {
        max-width: 100%; }

/* 全局样式 */
p {
  margin: 0; }

.hide {
  display: none; }

.tpl-content-wrapper .iconfont {
  font-size: unset; }

.am-link-muted {
  color: #7b7b7b; }

.f-12 {
  font-size: 12px; }

.am-scrollable-horizontal {
  overflow-y: scroll; }

.operation-select .am-dropdown-toggle.am-btn-sm {
  font-size: 1.2rem;
  padding: 5px 1em;
  line-height: 12px;
  color: #7f838a;
  background: #fff;
  border: solid 1px #c7c7c7;
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
.operation-select.am-active .am-dropdown-toggle.am-btn-sm {
  color: #fff;
  background-color: #1BBC9D;
  border-color: #16A086; }

.am-selected-hint {
  line-height: 1;
  font-size: 1.2rem; }

.x-cur-p {
  cursor: pointer;
  user-select: none; }

.x-text-delete {
  text-decoration: line-through; }

/* 文字颜色 */
.x-color-red {
  color: #f00 !important; }

.x-color-green {
  color: #4db14d !important; }

.x-color-yellow {
  color: #fcb500 !important; }

.x-color-blue {
  color: #259fdc !important; }

.x-color-c-gray-5f {
  color: #828282; }

.x-color-999 {
  color: #999 !important; }

.x-color-555 {
  color: #555555 !important; }

.x-mt-10 {
  margin-top: 10px !important; }

.x-f-13 {
  font-size: 1.3rem !important; }

.x-f-14 {
  font-size: 1.4rem !important; }

.x-w-80 {
  width: 80px !important; }

.twolist-hidden {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* flex布局 */
.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-box {
  flex: 1; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-x-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-x-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-x-around {
  justify-content: space-around; }

.flex-x-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-y-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.tips .pre {
  padding: 1rem;
  background-color: #fbfdff;
  border: 1px solid #dfeffd;
  white-space: normal;
  font-size: 1.22rem;
  line-height: 1.6;
  color: #259fdc; }
  .tips .pre p {
    margin: .5rem 0; }
  .tips .pre a {
    color: #00669a; }
    .tips .pre a:hover {
      color: #000000; }

/* input滑块 */
input[type=range] {
  outline: none;
  -webkit-appearance: none;
  background: -webkit-linear-gradient(#61bd12, #61bd12) no-repeat, #ddd;
  height: 3px;
  border-radius: 5px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #fff;
  cursor: pointer; }

/* input滑块显示值 */
.display-value {
  display: inline-block;
  margin-left: .8rem; }

/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  line-height: 1.42857143;
  color: #23abf0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px; }

.theme-black .pagination > li > a,
.theme-black .pagination > li > span {
  color: #fff;
  padding: 6px 12px;
  background: #3f4649;
  border: none; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #23abf0;
  border-color: #23abf0; }

.theme-black .pagination > .active > a,
.theme-black .pagination > .active > span,
.theme-black .pagination > .active > a:hover,
.theme-black .pagination > .active > span:hover,
.theme-black .pagination > .active > a:focus,
.theme-black .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #23abf0;
  border-color: #23abf0; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-total {
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .pagination-total .am-vertical-align-middle {
    font-size: 1.4rem; }

/* 搜索表单*/
.toolbar-form input[data-am-datepicker] {
  width: 200px; }
.toolbar-form .am-selected .am-btn-default {
  color: #444;
  background: none;
  border-color: #c2cad8; }

/* 表单页面*/
.am-form .form-require::after {
  content: "*";
  color: #f00;
  line-height: 18px; }
.am-form .form-tab-group {
  display: none; }
  .am-form .form-tab-group.active {
    display: block; }
.am-form .am-form-file {
  padding-top: .3rem; }
  .am-form .am-form-file .upload-file {
    font-size: 1.22rem;
    padding: .5rem .9rem; }
.am-form input[type=color] {
  -webkit-appearance: square-button;
  width: 5rem;
  height: 2.2rem;
  background-color: buttonface;
  cursor: pointer;
  border: 1px solid gainsboro;
  border-image: initial;
  padding: 0 2px; }
.am-form input[type=text][disabled] {
  background-color: initial; }
.am-form .am-form-success .am-form-file [class*=icon-] {
  color: #fff; }
.am-form .am-input-group .tpl-form-line-form input[type=number],
.am-form .am-input-group .tpl-form-line-form input[type=search],
.am-form .am-input-group .tpl-form-line-form input[type=text],
.am-form .am-input-group .tpl-form-line-form input[type=password],
.am-form .am-input-group .tpl-form-line-form input[type=datetime],
.am-form .am-input-group .tpl-form-line-form input[type=datetime-local],
.am-form .am-input-group .tpl-form-line-form input[type=date],
.am-form .am-input-group .tpl-form-line-form input[type=month],
.am-form .am-input-group .tpl-form-line-form input[type=time],
.am-form .am-input-group .tpl-form-line-form input[type=week],
.am-form .am-input-group .tpl-form-line-form input[type=email],
.am-form .am-input-group .tpl-form-line-form input[type=url],
.am-form .am-input-group .tpl-form-line-form input[type=tel],
.am-form .am-input-group .tpl-form-line-form input[type=color],
.am-form .am-input-group .tpl-form-line-form select,
.am-form .am-input-group .tpl-form-line-form textarea,
.am-form .am-input-group .am-form-field {
  border: 1px solid #ccc;
  height: 35px; }
.am-form .am-input-group.am-form-group {
  margin-bottom: 0; }
.am-form .am-input-group .am-input-group-label {
  height: 35px;
  line-height: 1;
  background-color: #f5f7fa;
  border: 1px solid #dcdfe6;
  color: #909399;
  font-size: 13px;
  border-radius: 4px; }
  .am-form .am-input-group .am-input-group-label.am-input-group-label__left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .am-form .am-input-group .am-input-group-label.am-input-group-label__right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
  .am-form .am-input-group .am-input-group-label.am-input-group-label__center {
    border-radius: 0;
    border-left: none;
    border-right: none; }
  .am-form .am-input-group .am-input-group-label.am-input-group-label__none {
    background: none;
    border: none;
    border-radius: 0; }
  .am-form .am-input-group .am-input-group-label .am-checkbox-inline {
    padding-top: 0;
    font-size: 13px; }
    .am-form .am-input-group .am-input-group-label .am-checkbox-inline .am-ucheck-icons {
      line-height: 1.2; }
.am-form .am-form-file input[type=file] {
  width: auto;
  font-size: unset;
  background: #000;
  line-height: 110px; }

.am-field-valid:focus,
.am-form-success .am-form-field:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.am-form-success label {
  color: #656565 !important; }

.am-field-valid + .am-ucheck-icons {
  color: #999; }

.am-form small,
.help-block small {
  color: #838fa1;
  font-size: 1.2rem; }

/* 图片上传*/
.uploader-list {
  user-select: none; }
  .uploader-list .file-item {
    float: left;
    min-width: 110px;
    position: relative;
    margin: 20px 25px 0 0;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff; }
    .uploader-list .file-item img {
      height: 100px; }
    .uploader-list .file-item .error {
      position: absolute;
      top: 4px;
      left: 4px;
      right: 4px;
      background: red;
      color: white;
      text-align: center;
      height: 20px;
      font-size: 1.3rem;
      line-height: 23px; }
    .uploader-list .file-item:hover .file-item-delete {
      display: block; }
    .uploader-list .file-item .file-item-delete {
      position: absolute;
      top: -10px;
      right: -10px;
      cursor: pointer;
      height: 22px;
      width: 22px;
      line-height: 22px;
      background: rgba(153, 153, 153, 0.7);
      border-radius: 50%;
      text-align: center;
      color: #fff !important;
      display: none; }
      .uploader-list .file-item .file-item-delete:hover {
        background: #000; }

/* dad.css */
.dad-noSelect,
.dad-noSelect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important; }

.dad-container {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .dad-container::after {
    content: '';
    clear: both !important;
    display: block; }

.dad-active .dad-draggable-area {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.dad-draggable-area > *,
.dad-draggable-area img {
  pointer-events: none; }

.dads-children.active {
  pointer-events: none; }

.dads-children-clone {
  opacity: 1;
  z-index: 9999;
  pointer-events: none; }

.dads-children-placeholder {
  pointer-events: none;
  overflow: hidden;
  position: absolute !important;
  box-sizing: border-box;
  border: 4px dashed #639bf6;
  margin: 5px;
  text-align: center;
  color: #639bf6;
  font-weight: bold; }

/* 运费规则页面*/
.add-region .iconfont {
  vertical-align: middle; }

.regional-table p {
  margin: 0; }
.regional-table .operation {
  text-align: right; }
  .regional-table .operation a {
    margin: 0 3px; }
.regional-table td {
  vertical-align: middle !important; }

/* 运费规则--区域弹窗*/
/* 地域选择样式*/
.regional-choice {
  display: none;
  user-select: none; }

.layui-layer {
  z-index: 2000; }

.layui-layer-content .regional-choice {
  display: block !important; }

.checkbtn a {
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  cursor: pointer; }

.fr {
  float: right; }

.clearfloat {
  zoom: 1; }
  .clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0; }

.place-div label {
  font-weight: 400;
  font-size: 1.4rem; }
.place-div input[type=checkbox] {
  margin-right: .3rem; }
.place-div > div {
  width: 100%;
  padding: 10px 30px; }
.place-div .checkbtn {
  background-color: #fbfbfb;
  text-align: right; }
  .place-div .checkbtn img {
    height: 10px;
    margin-left: 3px; }
  .place-div .checkbtn .ri {
    border-right: none; }
  .place-div .checkbtn a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 60px;
    text-align: center; }
.place-div .smallplace .ratio {
  color: red; }
.place-div .smallplace label {
  padding-right: 10px;
  text-align: left;
  width: auto;
  float: left;
  cursor: pointer; }
.place-div .smallplace .citys {
  width: auto;
  background-color: #fff;
  position: absolute;
  top: 35px;
  border: 1px solid #ccc;
  z-index: 100;
  visibility: hidden; }
  .place-div .smallplace .citys > i.jt {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    top: -10px;
    left: 20px; }
    .place-div .smallplace .citys > i.jt i {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: 2px;
      left: -8px; }
  .place-div .smallplace .citys .row-div {
    min-width: 250px;
    padding: 10px;
    box-sizing: border-box; }
    .place-div .smallplace .citys .row-div label span {
      max-width: 175px;
      white-space: nowrap;
      vertical-align: middle;
      font-size: 1.4rem; }
.place-div .smallplace .place-tooltips:hover .citys {
  visibility: visible; }
.place-div .smallplace p {
  float: left;
  width: auto;
  margin: 2px 0; }
.place-div .smallplace > div {
  float: left;
  width: 170px;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative; }

.show-place-div {
  margin-left: 85px;
  font-size: 15px; }
  .show-place-div .smallplace label {
    min-width: 105px;
    width: auto; }
  .show-place-div .smallplace input {
    margin-left: 0; }
  .show-place-div .smallplace .citys .row-div p {
    margin: 5px 0 10px 0; }

/* 添加商品页 */
/* 订单列表 */
.order-list .am-table {
  /* 分销商 */ }
  .order-list .am-table tr {
    border: 1px solid #ddd; }
    .order-list .am-table tr td {
      font-size: 1.3rem;
      border-right: 1px solid #ddd; }
  .order-list .am-table p {
    margin: 0;
    padding: 0.1rem 0; }
  .order-list .am-table .tpl-table-black-operation a {
    display: block;
    padding: 5px 6px;
    margin: 10px 6px; }
  .order-list .am-table .dealer {
    font-size: 1.2rem; }
    .order-list .am-table .dealer .dealer-item span {
      display: inline-block;
      min-width: 6rem; }

.order-list .am-table tr.order-empty,
.order-list .am-table tr.order-empty td {
  border: none; }

/* 商品详情 */
.goods-detail {
  min-width: 220px; }
  .goods-detail > div {
    float: left; }
  .goods-detail .goods-image {
    margin-right: 0.6rem; }
    .goods-detail .goods-image img {
      width: 72px;
      height: 72px; }
  .goods-detail .goods-info {
    width: 120px;
    height: 72px; }
    .goods-detail .goods-info p {
      display: block;
      white-space: normal;
      margin: 0 0 0.3rem 0;
      padding: 0 0.5rem;
      font-size: 1.3rem;
      text-align: left; }
      .goods-detail .goods-info p.goods-title {
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: left !important;
        white-space: normal; }
    .goods-detail .goods-info .goods-spec {
      border: none;
      font-size: 1.2rem; }

/*  用户详情 */
.user-detail {
  min-width: 90px; }
  .user-detail .user-avatar {
    float: left;
    margin-right: 14px; }
    .user-detail .user-avatar img {
      width: 72px;
      height: 72px; }
  .user-detail .detail-info {
    height: 72px;
    float: left;
    text-align: left;
    max-width: 250px; }

/* 订单详情 */
.widget__order-detail .order-detail-progress {
  height: 26px;
  line-height: 26px;
  background: #f8f8f8;
  border-radius: 13px;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 70px; }
  .widget__order-detail .order-detail-progress:before, .widget__order-detail .order-detail-progress:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 13px;
    background: #54aff5; }
  .widget__order-detail .order-detail-progress:after {
    background: #8ccdff;
    z-index: 1; }
  .widget__order-detail .order-detail-progress.progress-1:before {
    width: 0; }
  .widget__order-detail .order-detail-progress.progress-1:after {
    width: 20%; }
  .widget__order-detail .order-detail-progress.progress-2:before {
    width: 20%; }
  .widget__order-detail .order-detail-progress.progress-2:after {
    width: 40%; }
  .widget__order-detail .order-detail-progress.progress-3:before {
    width: 40%; }
  .widget__order-detail .order-detail-progress.progress-3:after {
    width: 60%; }
  .widget__order-detail .order-detail-progress.progress-4:before {
    width: 60%; }
  .widget__order-detail .order-detail-progress.progress-4:after {
    width: 80%; }
  .widget__order-detail .order-detail-progress.progress-5:before {
    width: 100%; }
  .widget__order-detail .order-detail-progress.progress-5:after {
    width: 100%; }
  .widget__order-detail .order-detail-progress.progress-5 li:nth-child(5) {
    color: #fff; }
  .widget__order-detail .order-detail-progress li {
    width: 20%;
    float: left;
    border-radius: 13px;
    position: relative;
    z-index: 3; }
  .widget__order-detail .order-detail-progress .tip {
    font-size: 12px;
    padding-top: 10px;
    color: #8c8c8c; }
  .widget__order-detail .order-detail-progress.progress-1 li:nth-child(1), .widget__order-detail .order-detail-progress.progress-2 li:nth-child(1), .widget__order-detail .order-detail-progress.progress-3 li:nth-child(1), .widget__order-detail .order-detail-progress.progress-4 li:nth-child(1), .widget__order-detail .order-detail-progress.progress-5 li:nth-child(1) {
    color: #fff; }
  .widget__order-detail .order-detail-progress.progress-2 li:nth-child(2), .widget__order-detail .order-detail-progress.progress-3 li:nth-child(2), .widget__order-detail .order-detail-progress.progress-4 li:nth-child(2), .widget__order-detail .order-detail-progress.progress-5 li:nth-child(2) {
    color: #fff; }
  .widget__order-detail .order-detail-progress.progress-3 li:nth-child(3), .widget__order-detail .order-detail-progress.progress-4 li:nth-child(3), .widget__order-detail .order-detail-progress.progress-5 li:nth-child(3) {
    color: #fff; }
  .widget__order-detail .order-detail-progress.progress-4 li:nth-child(4), .widget__order-detail .order-detail-progress.progress-5 li:nth-child(4) {
    color: #fff; }
.widget__order-detail .td__order-price {
  width: 200px;
  display: inline-block; }

/* 文件库 */
.file-library .layui-layer-title {
  background-color: #fff;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 500; }
.file-library .layui-layer-content {
  padding: 0 1rem;
  user-select: none; }
  .file-library .layui-layer-content .file-group {
    float: left;
    width: 150px;
    padding-top: 20px; }
    .file-library .layui-layer-content .file-group .nav-new {
      overflow-y: auto;
      max-height: 340px; }
      .file-library .layui-layer-content .file-group .nav-new li {
        position: relative;
        margin: .3rem 0;
        padding: .8rem 2.3rem; }
        .file-library .layui-layer-content .file-group .nav-new li a i.iconfont {
          font-size: 1.4rem; }
        .file-library .layui-layer-content .file-group .nav-new li a.group-name {
          color: #595961;
          font-size: 1.3rem; }
        .file-library .layui-layer-content .file-group .nav-new li a.group-edit {
          display: none;
          position: absolute;
          left: .6rem; }
        .file-library .layui-layer-content .file-group .nav-new li a.group-delete {
          display: none;
          position: absolute;
          right: .6rem; }
        .file-library .layui-layer-content .file-group .nav-new li:hover, .file-library .layui-layer-content .file-group .nav-new li.active {
          background: rgba(48, 145, 242, 0.1);
          border-radius: 6px; }
          .file-library .layui-layer-content .file-group .nav-new li:hover .group-name, .file-library .layui-layer-content .file-group .nav-new li.active .group-name {
            color: #0e90d2; }
        .file-library .layui-layer-content .file-group .nav-new li:hover .group-edit, .file-library .layui-layer-content .file-group .nav-new li:hover .group-delete {
          display: inline; }
    .file-library .layui-layer-content .file-group a.group-add {
      display: block;
      margin-top: 1.8rem;
      font-size: 1.2rem;
      padding: 0 2.3rem; }
  .file-library .layui-layer-content .file-list {
    float: left; }
    .file-library .layui-layer-content .file-list .v-box-header {
      padding: 0 2rem 0 1rem;
      margin-bottom: 10px; }
      .file-library .layui-layer-content .file-list .v-box-header .h-left .tpl-table-black-operation {
        margin: 0 1rem; }
        .file-library .layui-layer-content .file-list .v-box-header .h-left .tpl-table-black-operation a {
          padding: 6px 10px; }
      .file-library .layui-layer-content .file-list .v-box-header .h-left .am-dropdown-toggle {
        font-size: 1.2rem; }
      .file-library .layui-layer-content .file-list .v-box-header .h-left .am-dropdown-content a {
        font-size: 1.3rem; }
      .file-library .layui-layer-content .file-list .v-box-header .h-rigth .upload-image .iconfont {
        font-size: 1.2rem; }
  .file-library .layui-layer-content .v-box-body {
    width: 660px; }
    .file-library .layui-layer-content .v-box-body ul.file-list-item {
      overflow-y: auto;
      height: 380px; }
      .file-library .layui-layer-content .v-box-body ul.file-list-item li {
        position: relative;
        cursor: pointer;
        border-radius: 6px;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        float: left;
        margin: 10px;
        -webkit-transition: All 0.2s ease-in-out;
        -moz-transition: All 0.2s ease-in-out;
        -o-transition: All 0.2s ease-in-out;
        transition: All 0.2s ease-in-out; }
        .file-library .layui-layer-content .v-box-body ul.file-list-item li:hover {
          border: 1px solid #16bce2; }
        .file-library .layui-layer-content .v-box-body ul.file-list-item li .img-cover {
          width: 120px;
          height: 120px;
          background: no-repeat center center / 100%; }
        .file-library .layui-layer-content .v-box-body ul.file-list-item li p.file-name {
          margin: 5px 0 0 0;
          width: 120px;
          font-size: 1.3rem; }
        .file-library .layui-layer-content .v-box-body ul.file-list-item li.active .select-mask {
          display: block; }
        .file-library .layui-layer-content .v-box-body ul.file-list-item li .select-mask {
          display: none;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          text-align: center;
          border-radius: 6px; }
          .file-library .layui-layer-content .v-box-body ul.file-list-item li .select-mask img {
            position: absolute;
            top: 50px;
            left: 45px; }
    .file-library .layui-layer-content .v-box-body ul.pagination {
      margin: 0; }
      .file-library .layui-layer-content .v-box-body ul.pagination > li > a, .file-library .layui-layer-content .v-box-body ul.pagination > li > span {
        padding: .3rem .9rem;
        font-size: 1.3rem; }

/* 文件上传按钮 */
.webuploader-container {
  position: relative; }

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

.webuploader-pick {
  color: #2589ff;
  background-color: #fff;
  border-color: #2589ff;
  font-size: 12px;
  border-radius: 4px;
  outline: 0;
  font-weight: 400;
  padding: .6em 1em;
  outline: none !important; }

.webuploader-pick-hover {
  background: #2589ff;
  color: #fff; }

.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none; }

body.select-data {
  background: unset;
  padding: 1rem; }

.link-list {
  padding-bottom: 1rem; }
  .link-list p {
    margin: 0; }
  .link-list .link-item {
    padding: .8rem 2rem;
    border-bottom: 1px dashed #eee; }
    .link-list .link-item .row {
      margin: .4rem 0;
      font-size: 1.22rem; }
      .link-list .link-item .row.page-name {
        font-size: 1.4rem;
        color: #259fdc; }

/* tap切换 */
.am-tabs .am-tabs-nav {
  border-bottom-color: #efefef; }
  .am-tabs .am-tabs-nav li a {
    background: none;
    border: none;
    margin: 0 10px;
    padding: .7em 1em;
    font-size: 1.4rem;
    color: #555;
    border-bottom: 2px solid transparent; }
    .am-tabs .am-tabs-nav li a:hover, .am-tabs .am-tabs-nav li a:focus {
      color: #52abff; }
  .am-tabs .am-tabs-nav li.am-active > a, .am-tabs .am-tabs-nav li a:hover, .am-tabs .am-tabs-nav li a:focus {
    background: none;
    border: none; }
  .am-tabs .am-tabs-nav li.am-active > a {
    border-bottom: 2px solid #52abff; }
.am-tabs .am-tabs-bd {
  border: none; }

/* 分销海报设置 */
[v-cloak] {
  display: none !important; }

.poster-pannel .poster-preview {
  width: 377px;
  height: auto;
  min-height: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  position: relative; }
  .poster-pannel .poster-preview img {
    display: block;
    width: 100%;
    height: auto; }
  .poster-pannel .poster-preview .drag {
    position: absolute;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    top: 0; }
    .poster-pannel .poster-preview .drag.pre-avatar {
      width: 70px;
      height: 70px; }
      .poster-pannel .poster-preview .drag.pre-avatar.circle img {
        border-radius: 100%; }
    .poster-pannel .poster-preview .drag.pre-nickName {
      font-size: 14px;
      line-height: 1; }
      .poster-pannel .poster-preview .drag.pre-nickName span {
        display: block; }
    .poster-pannel .poster-preview .drag.pre-qrcode {
      width: 100px;
      height: 100px; }
      .poster-pannel .poster-preview .drag.pre-qrcode.circle img {
        border-radius: 100%; }
.poster-pannel .pannel__right {
  min-width: 500px;
  max-width: 800px; }
.poster-pannel .poster-preview .drag.pre-shopName {
	width:100%;
	color:#ffffff;
	margin-top:130px;
	height:40px;
	font-size:20px;
	text-align:center;
	
}
.poster-pannel .poster-preview .drag.pre-shop {
	margin-top:470px;
	height:40px;
}
.poster-pannel .poster-preview .drag.pre-shop .text{
	  line-height:20px;
	  font-size:13px;
	  color:#999999;
}
.poster-pannel .poster-preview .drag.pre-shop .logo{
	float:left;
	margin-right:20px;
}
.poster-pannel .poster-preview .drag.pre-shop .logo img{
      width: 40px;
	  height: 40px;
	  border-radius:100%;
	  margin-left:20px;
	  margin-right:10px;
	  float:left;
}

.poster-pannel .poster-preview .drag.pre-shop .logo span{
      line-height:40px;
	  vertical-align:middle;
	  font-size:15px;
	  color:#000000;
	  
}
  .poster-pannel .pannel__right input[type=color] {
    display: inline-block;
    -webkit-appearance: square-button;
    width: 65px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 0 4px;
    margin: 1px 0;
    cursor: pointer; }

/* jstree 插件 */
.jstree {
  font-size: 1.2rem; }
  .jstree.jstree-default .jstree-clicked {
    background: transparent;
    box-shadow: none; }

/* 多规格商品sku信息表格 */
.spec-sku-tabel input {
  display: inline-block !important; }

/**
 * 文本格式化，超出范围，显示省略号
 */
/**
 * 省市区三级联动菜单
 */
.x-region-select {
  margin-bottom: -1rem; }
  .x-region-select select {
    display: inline-block;
    width: auto;
    padding-right: 2rem;
    min-width: 10rem;
    margin-right: 1rem;
    margin-bottom: 1rem; }

/* 数据统计 */
.page-statistics-data .widget {
  padding: 10px 20px 25px; }
  .page-statistics-data .widget .widget-head {
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: none; }
  .page-statistics-data .widget .widget-body {
    padding: 0; }
.page-statistics-data .widget-body-center {
  width: auto;
  max-width: 1700px;
  margin: 0 auto; }
.page-statistics-data .widget-survey .widget-head {
  padding: 15px 20px;
  margin-bottom: 20px; }
  .page-statistics-data .widget-survey .widget-head .widget-title {
    position: absolute;
    font-size: 1.5rem; }
.page-statistics-data .widget-survey .widget-screen {
  width: 530px;
  margin: 0 auto;
  padding-top: 10px; }
  .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut {
    height: 34px;
    line-height: 34px;
    margin-left: 20px; }
    .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut .shortcut-days {
      font-size: 14px; }
      .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut .shortcut-days .shortcut-days_item {
        padding: 0 5px; }
        .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut .shortcut-days .shortcut-days_item a {
          color: #303133; }
          .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut .shortcut-days .shortcut-days_item a:hover {
            color: #409EFF; }
        .page-statistics-data .widget-survey .widget-screen .widget-screen_shortcut .shortcut-days .shortcut-days_item .shortcut-days_item.item-clear a {
          color: #9c9c9c; }
.page-statistics-data .widget-outline {
  width: 400px;
  height: 117px;
  padding: 20px;
  margin: 0 auto 0 auto;
  flex-basis: 50%; }
  .page-statistics-data .widget-outline .outline-left {
    margin-right: 30px; }
    .page-statistics-data .widget-outline .outline-left img {
      width: 58px;
      height: 58px; }
  .page-statistics-data .widget-outline .outline-right {
    flex-basis: 50%; }
  .page-statistics-data .widget-outline .item-name {
    color: #666666;
    font-size: 1.3rem; }
  .page-statistics-data .widget-outline .item-value {
    color: #333333;
    font-size: 2.4rem; }
.page-statistics-data .widget-echarts {
  height: 400px;
  width: 100%; }
.page-statistics-data .widget-ranking table tr {
  height: 47px; }
.page-statistics-data .widget-ranking .ranking-img img {
  width: 32px;
  height: 32px; }
.page-statistics-data .widget-ranking .ranking-item-title {
  max-width: 350px; }

.yxs-date-editor .el-range-separator {
  box-sizing: unset; }
.yxs-date-editor .shop-list {
  width: 200px; }

.yxs-date-editor2 {
  width: 400px;
  color: #606266;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  padding: 3px 10px; }
  .yxs-date-editor2 .yxs-date__icon {
    font-size: 14px;
    line-height: 24px;
    color: #C0C4CC;
    height: 100%;
    width: 25px;
    text-align: center; }
  .yxs-date-editor2 .yxs-date__input {
    font-size: 13px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: 0;
    padding: 0;
    width: 39%;
    color: #606266;
    height: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
    vertical-align: unset !important; }
  .yxs-date-editor2 .yxs-date__separator {
    line-height: 24px;
    font-size: 13px;
    width: 5%;
    color: #303133;
    height: 100%;
    margin: 0;
    text-align: center;
    display: inline-block; }

/*# sourceMappingURL=app.css.map */

/*微信小程序注册与绑定*/
.wxapp-reg-box{
	background:#eeeeee;
	margin-left:100px;
	border-radius:10px;
}