html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  overflow-x: hidden;
  font-family: Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', '\5fae\8f6f\96c5\9ed1', 'SimSun', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  min-width: 1200px;
  color: #555555;
  background: #fff;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border: 0 ;
}
ul {
  padding-left: 0;
  list-style-type: none;
}
i,
em {
  font-style: normal;
}
big {
  font-size: 16px;
}
small {
  font-size: 12px;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  outline: 0;
}
a:hover {
  color: #2EA9DF;
}
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
  display: block;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type=submit] {
  cursor: pointer;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
table {
  border-spacing: 0;
  background-color: transparent;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
::-moz-selection {
  color: #fff;
  background: #39f;
}
::selection {
  color: #fff;
  background: #39f;
}
::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.5em;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5em;
}
h2,
.h2 {
  font-size: 2em;
}
h3,
.h3 {
  font-size: 1.75em;
}
h4,
.h4 {
  font-size: 1.5em;
}
h5,
.h5 {
  font-size: 1.25em;
}
h6,
.h6 {
  font-size: 1em;
}
.wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.fix {
  *zoom: 1;
  *clear: both;
}
.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: '';
}
.oh {
  overflow: hidden;
  *zoom: 1;
}
.l {
  float: left;
}
.r {
  float: right;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.justify {
  overflow: hidden;
  text-align: justify !important;
}
.justify:after {
  content: ' 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888';
}
.hide {
  display: none;
}
.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}
.arr {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.opc0 {
  opacity: 0 ;
  filter: alpha(opacity=0);
}
.scrollbar,
.scrollbar-dark {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.scrollbar::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.scrollbar::-webkit-scrollbar-track {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
  height: 50px;
  border-width: 1px 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #ccc;
  background-clip: content-box;
}
.scrollbar-dark::-webkit-scrollbar-track {
  border-right: 1px solid #2c3334;
  border-left: 1px solid #2c3334;
  background-color: #444d50;
}
.scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: #212526;
}
.badge {
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.badge-count {
  position: absolute;
  z-index: 90;
  top: -10px;
  right: -18px;
  font-size: 12px;
  line-height: 18px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: #CB4042;
  box-shadow: 0 0 0 1px #fff;
}
.badge-dot {
  position: absolute;
  z-index: 90;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  transform-origin: 0 center;
  border-radius: 100%;
  background: #CB4042;
  box-shadow: 0 0 0 1px #fff;
}
.badge-count-alone {
  display: block;
  position: relative;
  top: auto;
  right: 0;
}
.badge-primary .badge-count,
.badge-primary .badge-dot {
  background: #2EA9DF;
}
.badge-auxiliary .badge-count,
.badge-auxiliary .badge-dot {
  background: #FFC408;
}
.badge-info .badge-count,
.badge-info .badge-dot {
  background: #4fcbf0;
}
.badge-success .badge-count,
.badge-success .badge-dot {
  background: #25ae88;
}
.badge-warning .badge-count,
.badge-warning .badge-dot {
  background: #F05E1C;
}
.bread {
  font-size: 14px;
  color: #555555;
}
.bread > .bread-sep {
  margin: 0 .5em;
  color: #dbdbdb;
}
.bread > span.bread-link {
  font-weight: 700;
}
.btn {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  min-width: 4em;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  padding: 0 1em;
}
.btn > .ion {
  vertical-align: middle;
  font-size: 1.1em;
}
.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #555555;
  border-color: #e8e9eb;
  background-color: #eeeeee;
}
.btn-default:active,
.btn-default.active {
  color: #fff;
  border-color: #eeeeee;
  background-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #e8e9eb;
  background-color: #fff;
}
.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #2EA9DF;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  border-color: #1979a3;
  background-color: #1979a3;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #2EA9DF;
  background-color: #2EA9DF;
}
.btn-auxiliary,
.btn-auxiliary:hover {
  color: #fff;
  background-color: #FFC408;
}
.btn-auxiliary:active,
.btn-auxiliary.active {
  color: #fff;
  border-color: #b58a00;
  background-color: #b58a00;
}
.btn-auxiliary.disabled,
.btn-auxiliary[disabled],
fieldset[disabled] .btn-auxiliary,
.btn-auxiliary.disabled:active,
.btn-auxiliary[disabled]:active,
fieldset[disabled] .btn-auxiliary:active,
.btn-auxiliary.disabled.active,
.btn-auxiliary[disabled].active,
fieldset[disabled] .btn-auxiliary.active {
  border-color: #FFC408;
  background-color: #FFC408;
}
.btn-success,
.btn-success:hover {
  color: #fff;
  background-color: #25ae88;
}
.btn-success:active,
.btn-success.active {
  color: #fff;
  border-color: #176b53;
  background-color: #176b53;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  border-color: #25ae88;
  background-color: #25ae88;
}
.btn-info,
.btn-info:hover {
  color: #fff;
  background-color: #4fcbf0;
}
.btn-info:active,
.btn-info.active {
  color: #fff;
  border-color: #13addb;
  background-color: #13addb;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.btn-warning,
.btn-warning:hover {
  color: #fff;
  background-color: #F05E1C;
}
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  border-color: #af3e0c;
  background-color: #af3e0c;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  border-color: #e8e9eb;
  background-color: #F05E1C;
}
.btn-danger,
.btn-danger:hover {
  color: #fff;
  background-color: #CB4042;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  border-color: #922829;
  background-color: #922829;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  border-color: #CB4042;
  background-color: #CB4042;
}
.btn-link {
  background-color: transparent;
  font-weight: normal;
  color: #2EA9DF;
  padding: 0;
  white-space: normal;
}
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  box-shadow: none;
}
.btn-link:active,
.btn-link.active {
  text-decoration: underline;
  color: #1979a3;
  border-color: transparent;
}
.btn-lg {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 7em;
}
.btn-sm {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 7px;
}
.btn .jon,
.form-mark .jon {
  line-height: 1.2;
  margin: 0;
  vertical-align: baseline;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn-ghost,
.btn-ghost:hover {
  background: none;
  border-color: inherit;
  border: 1px solid transparent;
}
.btn-ghost.btn-primary {
  border-color: #2EA9DF;
}
.btn-ghost.btn-primary:hover {
  background-color: #2EA9DF;
  color: #fff;
}
.btn-ghost.btn-primary:active {
  background-color: #1979a3;
  border-color: #1979a3;
}
.btn-ghost.btn-auxiliary {
  border-color: #FFC408;
}
.btn-ghost.btn-auxiliary:hover {
  background-color: #FFC408;
  color: #fff;
}
.btn-ghost.btn-auxiliary:active {
  background-color: #b58a00;
  border-color: #b58a00;
}
.btn-ghost.btn-success {
  border-color: #25ae88;
}
.btn-ghost.btn-success:hover {
  background-color: #25ae88;
  color: #fff;
}
.btn-ghost.btn-success:active {
  background-color: #176b53;
  border-color: #176b53;
}
.btn-ghost.btn-info {
  border-color: #4fcbf0;
}
.btn-ghost.btn-info:hover {
  background-color: #4fcbf0;
  color: #fff;
}
.btn-ghost.btn-info:active {
  background-color: #13addb;
  border-color: #13addb;
}
.btn-ghost.btn-warning {
  border-color: #F05E1C;
}
.btn-ghost.btn-warning:hover {
  background-color: #F05E1C;
  color: #fff;
}
.btn-ghost.btn-warning:active {
  background-color: #af3e0c;
  border-color: #af3e0c;
}
.btn-ghost.btn-danger {
  border-color: #CB4042;
}
.btn-ghost.btn-danger:hover {
  background-color: #CB4042;
  color: #fff;
}
.btn-ghost.btn-danger:active {
  background-color: #922829;
  border-color: #922829;
}
.btn-link.btn-ghost {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-link.btn-ghost:hover {
  color: #1979a3;
  border-color: #1979a3;
}
.btn-ghost.btn-sm,
.btn-ghost.btn-sm:hover {
  line-height: 23px;
}
.btn-ghost,
.btn-ghost:hover {
  line-height: 30px;
}
.btn-ghost.btn-lg,
.btn-ghost.btn-lg:hover {
  line-height: 38px;
}
.card {
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  background: #fff;
}
.card:hover {
  border-color: #eeeeee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.card-shadow {
  border-color: #eeeeee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.card-bordered {
  border: 1px solid #e8e9eb;
}
.card-head {
  position: relative;
  line-height: 1;
  line-height: 32px;
  height: 32px;
  padding: 4px 22.4px;
  border-bottom: 1px solid #e8e9eb;
  color: #555555;
}
.card-title {
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card-extra {
  position: absolute;
  top: 4px;
  right: 22.4px;
}
.card-body {
  padding: 22.4px;
}
.card-foot {
  padding: 4px 22.4px;
  background-color: #eeeeee;
  border-top: 1px solid #e8e9eb;
  overflow: hidden;
}
.card-inverse .items .item {
  background: none;
}
.card.card-primary .card-head,
.card.card-primary .card-foot {
  background: #2EA9DF;
  color: #fff;
  border-color: #1979a3;
}
.card.card-primary.card-inverse .card-head,
.card.card-primary.card-inverse .card-foot {
  background: #1979a3;
  border-color: #2EA9DF;
}
.card.card-primary.card-inverse .card-body {
  background: #2EA9DF;
  color: #fff;
}
.card.card-auxiliary .card-head,
.card.card-auxiliary .card-foot {
  background: #FFC408;
  color: #fff;
  border-color: #b58a00;
}
.card.card-auxiliary.card-inverse .card-head,
.card.card-auxiliary.card-inverse .card-foot {
  background: #b58a00;
  border-color: #FFC408;
}
.card.card-auxiliary.card-inverse .card-body {
  background: #FFC408;
  color: #fff;
}
.card.card-info .card-head,
.card.card-info .card-foot {
  background: #4fcbf0;
  color: #fff;
  border-color: #13addb;
}
.card.card-info.card-inverse .card-head,
.card.card-info.card-inverse .card-foot {
  background: #13addb;
  border-color: #4fcbf0;
}
.card.card-info.card-inverse .card-body {
  background: #4fcbf0;
  color: #fff;
}
.card.card-success .card-head,
.card.card-success .card-foot {
  background: #25ae88;
  color: #fff;
  border-color: #176b53;
}
.card.card-success.card-inverse .card-head,
.card.card-success.card-inverse .card-foot {
  background: #176b53;
  border-color: #25ae88;
}
.card.card-success.card-inverse .card-body {
  background: #25ae88;
  color: #fff;
}
.card.card-warning .card-head,
.card.card-warning .card-foot {
  background: #F05E1C;
  color: #fff;
  border-color: #af3e0c;
}
.card.card-warning.card-inverse .card-head,
.card.card-warning.card-inverse .card-foot {
  background: #af3e0c;
  border-color: #F05E1C;
}
.card.card-warning.card-inverse .card-body {
  background: #F05E1C;
  color: #fff;
}
.card.card-danger .card-head,
.card.card-danger .card-foot {
  background: #CB4042;
  color: #fff;
  border-color: #922829;
}
.card.card-danger.card-inverse .card-head,
.card.card-danger.card-inverse .card-foot {
  background: #922829;
  border-color: #CB4042;
}
.card.card-danger.card-inverse .card-body {
  background: #CB4042;
  color: #fff;
}
.text-muted {
  color: #dbdbdb;
}
.text-black {
  color: #000;
}
.text-light {
  color: #fff;
}
.text-primary,
.btn-ghost.btn-primary {
  color: #2EA9DF;
}
a.text-primary:hover {
  color: #1979a3;
}
.text-auxiliary,
.btn-ghost.btn-auxiliary {
  color: #FFC408;
}
a.text-auxiliary:hover {
  color: #b58a00;
}
.text-success,
.btn-ghost.btn-success {
  color: #25ae88;
}
a.text-success:hover {
  color: #176b53;
}
.text-info,
.btn-ghost.btn-info {
  color: #4fcbf0;
}
a.text-info:hover {
  color: #13addb;
}
.text-warning,
.btn-ghost.btn-warning {
  color: #F05E1C;
}
a.text-warning:hover {
  color: #af3e0c;
}
.text-danger,
.btn-ghost.btn-danger {
  color: #CB4042;
}
a.text-danger:hover {
  color: #922829;
}
.bg-black {
  background-color: #000;
}
.bg-light {
  background-color: #fff;
}
.bg-gray-light {
  background-color: #dbdbdb;
}
.bg-gray-lighter {
  background-color: #eeeeee;
}
.bg-primary {
  color: #fff;
  background-color: #2EA9DF;
}
a.bg-primary:hover {
  background-color: #1979a3;
}
.bg-auxiliary {
  color: #fff;
  background-color: #FFC408;
}
a.bg-auxiliary:hover {
  background-color: #b58a00;
}
.bg-muted {
  background: #eeeeee;
}
.bg-success {
  color: #fff;
  background-color: #25ae88;
}
a.bg-success:hover {
  background-color: #176b53;
}
.bg-info {
  color: #fff;
  background-color: #4fcbf0;
}
a.bg-info:hover {
  background-color: #13addb;
}
.bg-warning {
  color: #fff;
  background-color: #F05E1C;
}
a.bg-warning:hover {
  background-color: #af3e0c;
}
.bg-danger {
  color: #fff;
  background-color: #CB4042;
}
a.bg-danger:hover {
  background-color: #922829;
}
.dl dt {
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.dl dd {
  padding: 0.2em 0.5em;
}
.dl-table dt {
  float: left;
  clear: left;
  overflow: hidden;
  width: 10em;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dl-table dd {
  margin-left: 11em;
  padding-left: 0;
  padding-right: 0;
}
.flex-col {
  overflow: hidden;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  overflow: hidden;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
}
.flex-1 {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.flex-2 {
  -ms-flex: 2;
  flex: 2;
  min-width: 0;
}
.flex-3 {
  -ms-flex: 3;
  flex: 3;
  min-width: 0;
}
.flex-4 {
  -ms-flex: 4;
  flex: 4;
  min-width: 0;
}
.align-stretch {
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-center {
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-center {
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-control {
  line-height: 32px;
  height: 32px;
  padding: 0 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  transition: border-color ease-in-out 0.1s;
  color: #555555;
  border: 1px solid #e8e9eb;
  background: #fff;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #2EA9DF;
  outline: 0;
}
.form-control-blank {
  border-width: 0 0 1px 0;
  background: none;
  border-radius: 0;
}
.form-control-blank:focus {
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
select.form-control {
  min-width: 4em;
}
input[type='search'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea.form-control {
  height: 119px;
  line-height: 1.7;
}
textarea.input-lg {
  height: 217.6px;
  font-size: 16px;
}
textarea.input-sm {
  height: 61.2px;
  font-size: 12px;
}
.form-group {
  margin-bottom: 11.2px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  line-height: normal;
  padding-left: 20px;
  margin-top: 11.2px;
  margin-bottom: 11.2px;
  cursor: pointer;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5.6px;
}
.form-group .radio,
.form-group .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  float: left;
  margin-left: -20px;
}
.radio-inline,
.checkbox-inline,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline,
.form-inline .radio + .radio,
.form-inline .checkbox + .checkbox {
  margin-top: 0;
  margin-left: 8px;
}
.radio.disabled,
.checkbox.disabled,
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
input[type='radio'][disabled],
input[type='checkbox'][disabled] {
  cursor: not-allowed;
}
/* radio & check runtime */
.radio.runtime input[type='radio'],
.checkbox.runtime input[type='checkbox'] {
  visibility: hidden;
}
.radio.runtime:before,
.checkbox.runtime:before,
.radio.runtime:after,
.checkbox.runtime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox.runtime:before,
.radio.runtime:before {
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -8px 4px 0 0;
  border: 1px solid #d7dde4;
  border-radius: 2px;
  background: #fff;
}
.checkbox.runtime:after {
  top: 50%;
  left: 5px;
  width: 4px;
  height: 8px;
  margin-top: -6px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.checkbox.checked.runtime:before {
  border-color: #2EA9DF;
  background-color: #2EA9DF;
}
.checkbox.checked.runtime:after {
  transform: rotate(45deg) scale(1);
}
.radio.runtime:before {
  border-radius: 8px;
  border-color: #2EA9DF;
}
.radio.disabled:before {
  border-color: #d7dde4;
}
.radio.runtime:after {
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #2EA9DF;
  margin-top: -4px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg) scale(0);
  visibility: hidden;
}
.radio.checked.runtime:after {
  transform: rotate(0deg) scale(1);
  visibility: visible;
}
.form-control-static {
  height: 32px;
  line-height: 32px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.help-block {
  display: block;
  margin-top: 8px;
  margin-bottom: 11.9px;
  color: #dbdbdb;
}
.form-mark {
  display: inline-block;
  margin: 0 0.3em;
  color: #CB4042;
  vertical-align: text-top;
  line-height: normal;
}
big.form-mark {
  font-size: 1.5em;
}
.input-sm {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.form-group-sm .form-control {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  padding: 5px 8px;
}
.form-group-sm .form-control-static {
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  min-height: 25px;
  padding: 5px 8px;
}
.input-lg {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
}
.form-group-lg .form-control {
  font-size: 16px;
  height: 40px;
  padding: 4.32727273px 8px;
}
.form-group-lg .form-control-static {
  font-size: 16px;
  line-height: 1.3333333;
  height: 40px;
  min-height: 32px;
  padding: 8px 16px;
}
.form-group-lg textarea.form-control {
  height: inherit;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 32px;
}
.has-feedback .input-group .form-control {
  padding-right: 0;
}
.form-group .form-control-feedback {
  line-height: 32px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  pointer-events: none;
}
.has-feedback .input-group .form-control {
  padding-left: 32px;
}
.form-group-lg .form-control-feedback,
.input-lg + .form-control-feedback {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.form-group-sm .form-control-feedback,
.input-sm + .form-control-feedback {
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.has-feedback .form-control-feedback {
  right: 2%;
}
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox {
  color: #2EA9DF;
}
.has-primary .form-control {
  border-color: #2EA9DF;
}
.has-primary .form-control:focus {
  border-color: #1979a3;
}
.has-primary .input-group-addon {
  color: #fff;
  border-color: #2EA9DF;
  background-color: #2EA9DF;
}
.has-primary .form-control-feedback {
  color: #2EA9DF;
}
.has-auxiliary .help-block,
.has-auxiliary .control-label,
.has-auxiliary .radio,
.has-auxiliary .checkbox {
  color: #FFC408;
}
.has-auxiliary .form-control {
  border-color: #FFC408;
}
.has-auxiliary .form-control:focus {
  border-color: #b58a00;
}
.has-auxiliary .input-group-addon {
  color: #fff;
  border-color: #FFC408;
  background-color: #FFC408;
}
.has-auxiliary .form-control-feedback {
  color: #FFC408;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox {
  color: #4fcbf0;
}
.has-info .form-control {
  border-color: #4fcbf0;
}
.has-info .form-control:focus {
  border-color: #13addb;
}
.has-info .input-group-addon {
  color: #fff;
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.has-info .form-control-feedback {
  color: #4fcbf0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox {
  color: #25ae88;
}
.has-success .form-control {
  border-color: #25ae88;
}
.has-success .form-control:focus {
  border-color: #176b53;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #25ae88;
  background-color: #25ae88;
}
.has-success .form-control-feedback {
  color: #25ae88;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox {
  color: #F05E1C;
}
.has-warning .form-control {
  border-color: #F05E1C;
}
.has-warning .form-control:focus {
  border-color: #af3e0c;
}
.has-warning .input-group-addon {
  color: #F05E1C;
  border-color: #F05E1C;
  background-color: #F05E1C;
}
.has-warning .form-control-feedback {
  color: #F05E1C;
}
.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox {
  color: #CB4042;
}
.has-danger .form-control {
  border-color: #CB4042;
}
.has-danger .form-control:focus {
  border-color: #922829;
}
.has-danger .input-group-addon {
  color: #CB4042;
  border-color: #CB4042;
  background-color: #CB4042;
}
.has-danger .form-control-feedback {
  color: #CB4042;
}
.form-inline .form-group .help-block {
  display: inline-block;
  margin: 0 1em;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-static {
  display: inline-block;
  margin: 0 1em;
}
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
  width: auto;
}
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}
.form-inline .input-group > .form-control {
  width: 100%;
}
.form-inline .control-label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  min-width: 5em;
}
.form-inline .has-feedback .form-control-feedback {
  top: 0;
}
.control-label {
  margin-bottom: 0;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: right;
}
.form-group-lg .control-label {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}
.form-group-sm .control-label {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}
.input-group {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
  line-height: 1.3333333;
  height: 40px;
  padding: 8px 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 12px;
  line-height: 1.5;
  height: 25px;
  padding: 0 8px;
}
.input-group-sm > .input-group-addon {
  width: 25px;
  height: 23px;
  padding: 0;
}
.input-group-lg > .input-group-addon {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-group-addon {
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #eeeeee;
  color: #555555;
  border: 1px solid #e8e9eb;
  border-left-width: 0;
  border-right-width: 0;
  min-width: 32px;
  box-sizing: content-box;
  height: 30px;
  line-height: 30px;
  border-right-width: 1px\9;
}
.input-group-addon.noborder {
  border: 0;
}
.input-group-lg > .input-group-addon.noborder {
  padding: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn > .btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon .btn {
  vertical-align: top;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
}
.input-group-addon.input-sm {
  font-size: 12px;
  padding: 5px 8px;
}
.input-group-addon.input-lg {
  font-size: 16px;
  padding: 8px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-left-width: 1px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-right-width: 1px;
}
.input-group-addon:last-child .btn {
  border-radius: 0 4px 4px 0;
}
.input-group-btn {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.row {
  display: block;
  width: 102%;
  transition: 0.2s width ease;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  clear: both;
  content: '';
}
.row > [class*="span-"] {
  float: left;
  margin-right: 2%;
  *margin-right: 1.89%;
}
.row > .span-1 {
  width: 6.33333333%;
}
.row > .span-2 {
  width: 14.66666667%;
}
.row > .span-3 {
  width: 23%;
}
.row > .span-4 {
  width: 31.33333333%;
}
.row > .span-5 {
  width: 39.66666667%;
}
.row > .span-6 {
  width: 48%;
}
.row > .span-7 {
  width: 56.33333333%;
}
.row > .span-8 {
  width: 64.66666667%;
}
.row > .span-9 {
  width: 73%;
}
.row > .span-10 {
  width: 81.33333333%;
}
.row > .span-11 {
  width: 89.66666667%;
}
.row > .span-12 {
  width: 98%;
}
/*
* 无间距模式
*/
.full-row {
  width: 100%;
  transition: 0.2s width ease;
  *zoom: 1;
}
.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > [class*='span'] {
  float: left;
}
.full-row > .span-1 {
  width: 8.33333333%;
  *width: 8.22333333%;
}
.full-row > .span-2 {
  width: 16.66666667%;
  *width: 16.55666667%;
}
.full-row > .span-3 {
  width: 25%;
  *width: 24.89%;
}
.full-row > .span-4 {
  width: 33.33333333%;
  *width: 33.22333333%;
}
.full-row > .span-5 {
  width: 41.66666667%;
  *width: 41.55666667%;
}
.full-row > .span-6 {
  width: 50%;
  *width: 49.89%;
}
.full-row > .span-7 {
  width: 58.33333333%;
  *width: 58.22333333%;
}
.full-row > .span-8 {
  width: 66.66666667%;
  *width: 66.55666667%;
}
.full-row > .span-9 {
  width: 75%;
  *width: 74.89%;
}
.full-row > .span-10 {
  width: 83.33333333%;
  *width: 83.22333333%;
}
.full-row > .span-11 {
  width: 91.66666667%;
  *width: 91.55666667%;
}
.full-row > .span-12 {
  width: 100%;
  *width: 99.89%;
}
/*
* 工具
*/
.row > .pull-right,
.full-row > .pull-right {
  float: right;
}
.row > .center {
  position: relative;
  left: -1%;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.full-row > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.pull-left-1 {
  position: relative;
  left: -8.33333333%;
}
.pull-left-2 {
  position: relative;
  left: -16.66666667%;
}
.pull-left-3 {
  position: relative;
  left: -25%;
}
.pull-left-4 {
  position: relative;
  left: -33.33333333%;
}
.pull-left-5 {
  position: relative;
  left: -41.66666667%;
}
.pull-left-6 {
  position: relative;
  left: -50%;
}
.pull-left-7 {
  position: relative;
  left: -58.33333333%;
}
.pull-left-8 {
  position: relative;
  left: -66.66666667%;
}
.pull-left-9 {
  position: relative;
  left: -75%;
}
.pull-left-10 {
  position: relative;
  left: -83.33333333%;
}
.pull-left-11 {
  position: relative;
  left: -91.66666667%;
}
.pull-left-12 {
  position: relative;
  left: -100%;
}
.pull-right-1 {
  position: relative;
  left: 8.33333333%;
}
.pull-right-2 {
  position: relative;
  left: 16.66666667%;
}
.pull-right-3 {
  position: relative;
  left: 25%;
}
.pull-right-4 {
  position: relative;
  left: 33.33333333%;
}
.pull-right-5 {
  position: relative;
  left: 41.66666667%;
}
.pull-right-6 {
  position: relative;
  left: 50%;
}
.pull-right-7 {
  position: relative;
  left: 58.33333333%;
}
.pull-right-8 {
  position: relative;
  left: 66.66666667%;
}
.pull-right-9 {
  position: relative;
  left: 75%;
}
.pull-right-10 {
  position: relative;
  left: 83.33333333%;
}
.pull-right-11 {
  position: relative;
  left: 91.66666667%;
}
.pull-right-12 {
  position: relative;
  left: 100%;
}
@media only screen and (max-device-width: 1024px) {
  /*
* 中屏
*/
  .row > .midd-1 {
    width: 6.33333333%;
  }
  .row > .midd-2 {
    width: 14.66666667%;
  }
  .row > .midd-3 {
    width: 23%;
  }
  .row > .midd-4 {
    width: 31.33333333%;
  }
  .row > .midd-5 {
    width: 39.66666667%;
  }
  .row > .midd-6 {
    width: 48%;
  }
  .row > .midd-7 {
    width: 56.33333333%;
  }
  .row > .midd-8 {
    width: 64.66666667%;
  }
  .row > .midd-9 {
    width: 73%;
  }
  .row > .midd-10 {
    width: 81.33333333%;
  }
  .row > .midd-11 {
    width: 89.66666667%;
  }
  .row > .midd-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .midd-1 {
    width: 8.33333333%;
  }
  .full-row > .midd-2 {
    width: 16.66666667%;
  }
  .full-row > .midd-3 {
    width: 25%;
  }
  .full-row > .midd-4 {
    width: 33.33333333%;
  }
  .full-row > .midd-5 {
    width: 41.66666667%;
  }
  .full-row > .midd-6 {
    width: 50%;
  }
  .full-row > .midd-7 {
    width: 58.33333333%;
  }
  .full-row > .midd-8 {
    width: 66.66666667%;
  }
  .full-row > .midd-9 {
    width: 75%;
  }
  .full-row > .midd-10 {
    width: 83.33333333%;
  }
  .full-row > .midd-11 {
    width: 91.66666667%;
  }
  .full-row > .midd-12 {
    width: 100%;
  }
}
@media only screen and (max-device-width: 640px) {
  /*
* 小屏栅格
*/
  .row > .smal-1 {
    width: 6.33333333%;
  }
  .row > .smal-2 {
    width: 14.66666667%;
  }
  .row > .smal-3 {
    width: 23%;
  }
  .row > .smal-4 {
    width: 31.33333333%;
  }
  .row > .smal-5 {
    width: 39.66666667%;
  }
  .row > .smal-6 {
    width: 48%;
  }
  .row > .smal-7 {
    width: 56.33333333%;
  }
  .row > .smal-8 {
    width: 64.66666667%;
  }
  .row > .smal-9 {
    width: 73%;
  }
  .row > .smal-10 {
    width: 81.33333333%;
  }
  .row > .smal-11 {
    width: 89.66666667%;
  }
  .row > .smal-12 {
    width: 98%;
  }
  /*
* 工具
*/
  .smal-hide {
    display: none;
  }
  .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -1%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 清除位移
*/
  [class*='pull-left-'],
  [class*='pull-right-'] {
    right: auto;
    left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .smal-1 {
    width: 8.33333333%;
  }
  .full-row > .smal-2 {
    width: 16.66666667%;
  }
  .full-row > .smal-3 {
    width: 25%;
  }
  .full-row > .smal-4 {
    width: 33.33333333%;
  }
  .full-row > .smal-5 {
    width: 41.66666667%;
  }
  .full-row > .smal-6 {
    width: 50%;
  }
  .full-row > .smal-7 {
    width: 58.33333333%;
  }
  .full-row > .smal-8 {
    width: 66.66666667%;
  }
  .full-row > .smal-9 {
    width: 75%;
  }
  .full-row > .smal-10 {
    width: 83.33333333%;
  }
  .full-row > .smal-11 {
    width: 91.66666667%;
  }
  .full-row > .smal-12 {
    width: 100%;
  }
}
@font-face {
  font-family: "flow-icon";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.ion {
  font-family: "flow-icon" !important;
  display: inline-block;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.ico {
  display: inline-block;
  width: 25px;
  height: 25px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url(../img/ico.png);
}
.ico:before {
  content: '\3000';
}
.ico1_1 {
  background-position: 0px 0px;
}
.ico1_2 {
  background-position: -25px 0px;
}
.ico1_3 {
  background-position: -50px 0px;
}
.ico1_4 {
  background-position: -75px 0px;
}
.ico1_5 {
  background-position: -100px 0px;
}
.ico2_1 {
  background-position: 0px -25px;
}
.ico2_2 {
  background-position: -25px -25px;
}
.ico2_3 {
  background-position: -50px -25px;
}
.ico2_4 {
  background-position: -75px -25px;
}
.ico2_5 {
  background-position: -100px -25px;
}
.ico3_1 {
  background-position: 0px -50px;
}
.ico3_2 {
  background-position: -25px -50px;
}
.ico3_3 {
  background-position: -50px -50px;
}
.ico3_4 {
  background-position: -75px -50px;
}
.ico3_5 {
  background-position: -100px -50px;
}
.ico4_1 {
  background-position: 0px -75px;
}
.ico4_2 {
  background-position: -25px -75px;
}
.ico4_3 {
  background-position: -50px -75px;
}
.ico4_4 {
  background-position: -75px -75px;
}
.ico4_5 {
  background-position: -100px -75px;
}
.ico5_1 {
  background-position: 0px -100px;
}
.ico5_2 {
  background-position: -25px -100px;
}
.ico5_3 {
  background-position: -50px -100px;
}
.ico5_4 {
  background-position: -75px -100px;
}
.ico5_5 {
  background-position: -100px -100px;
}
.items .item {
  display: block;
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
}
.item.item-divider {
  color: #dbdbdb;
}
.items.bordered {
  border-bottom: 1px solid #e8e9eb;
}
.items.bordered .item {
  border-top: 1px solid #e8e9eb;
  border-radius: 0;
}
.items .item .ion:first-child {
  color: #555555;
  margin-right: 6px;
}
.items .item-extra {
  float: right;
}
.items .item-extra .badge-count {
  background: #dbdbdb;
}
.items .item:hover {
  background-color: #eeeeee;
}
.items .item.item-divider:hover {
  background-color: #fff;
}
.items .active,
.items .active:hover {
  color: #fff;
  background-color: #2EA9DF;
}
.items .active .item-extra .badge-count {
  background: #fff;
  color: inherit;
}
.items-inverse .item-extra {
  color: #fff;
}
.items-primary .item {
  color: #2EA9DF;
}
.items-primary .item:hover,
.items-inverse .active .item-extra,
.items-inverse .item:hover .item-extra {
  color: #1979a3;
}
.items-primary .active,
.items-primary .active:hover {
  color: #fff;
}
.items-auxiliary .item {
  color: #FFC408;
}
.items-auxiliary .item:hover,
.items-auxiliary.items-inverse .active .item-extra,
.items-auxiliary .item:hover .item-extra {
  color: #b58a00;
}
.items-auxiliary .active,
.items-auxiliary .active:hover {
  color: #fff;
  background-color: #FFC408;
}
.items-auxiliary .active .item-extra .badge-count {
  color: #FFC408;
}
.items-info .item {
  color: #4fcbf0;
}
.items-info .item:hover,
.items-info.items-inverse .active .item-extra,
.items-info .item:hover .item-extra {
  color: #13addb;
}
.items-info .active,
.items-info .active:hover {
  color: #fff;
  background-color: #4fcbf0;
}
.items-info .active .item-extra .badge-count {
  color: #4fcbf0;
}
.items-success .item {
  color: #25ae88;
}
.items-success .item:hover,
.items-success.items-inverse .active .item-extra,
.items-success .item:hover .item-extra {
  color: #176b53;
}
.items-success .active,
.items-success .active:hover {
  color: #fff;
  background-color: #25ae88;
}
.items-success .active .item-extra .badge-count {
  color: #25ae88;
}
.items-warning .item {
  color: #F05E1C;
}
.items-warning .item:hover,
.items-warning.items-inverse .active .item-extra,
.items-warning .item:hover .item-extra {
  color: #af3e0c;
}
.items-warning .active,
.items-warning .active:hover {
  color: #fff;
  background-color: #F05E1C;
}
.items-warning .active .item-extra .badge-count {
  color: #F05E1C;
}
.items-danger .item {
  color: #CB4042;
}
.items-danger .item:hover,
.items-danger.items-inverse .active .item-extra,
.items-danger .item:hover .item-extra {
  color: #922829;
}
.items-danger .active,
.items-danger .active:hover {
  color: #fff;
  background-color: #CB4042;
}
.items-danger .active .item-extra .badge-count {
  color: #CB4042;
}
.label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0.2em .2em 0;
  padding: 0 0.6em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
  background: #2EA9DF;
}
.label-sm {
  font-size: 12px;
  line-height: 1.6em;
}
.label-lg {
  font-size: 16px;
  line-height: 2em;
}
.label:first-child {
  margin-left: 0;
}
.label.label-auxiliary {
  background: #FFC408;
}
.label.label-success {
  background: #25ae88;
}
.label.label-info {
  background: #4fcbf0;
}
.label.label-warning {
  background: #F05E1C;
}
.label.label-danger {
  background: #CB4042;
}
.label.label-bordered {
  color: #2EA9DF;
  background: #fff;
}
.label-bordered.label-auxiliary {
  color: #FFC408;
}
.label-bordered.label-success {
  color: #25ae88;
}
.label-bordered.label-info {
  color: #4fcbf0;
}
.label-bordered.label-warning {
  color: #F05E1C;
}
.label-bordered.label-danger {
  color: #CB4042;
}
.label-closable {
  cursor: pointer;
}
.label-closable .ion:last-child {
  font-size: 1em;
  margin-left: 0.4em;
  vertical-align: baseline;
  opacity: 0.7;
  transition: opacity ease .3s;
}
.label-closable.label-bordered {
  position: relative;
  padding-right: .5em;
}
.label-closable.label-bordered .ion:last-child {
  margin-left: 0.7em;
}
.label-closable.label-bordered .ion:last-child:after {
  position: absolute;
  top: 0;
  right: 1.9em;
  width: 0;
  height: 100%;
  content: '';
  border-left: 1px solid;
}
.label-closable:hover .ion {
  opacity: 1;
}
.menu-ui {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
}
.menu-item {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.menu-item > .ion,
.menu-item-title > .ion {
  vertical-align: middle;
}
.menu-horizontal {
  line-height: 59px;
  height: 59px;
}
.menu-horizontal .menu-item,
.menu-horizontal .menu-submenu {
  float: left;
  position: relative;
  z-index: 3;
  padding: 0 22.4px;
  cursor: pointer;
}
.menu-light {
  background: #fff;
}
.menu-light .menu-item {
  border-bottom: 2px solid transparent;
}
.menu-light.menu-horizontal .menu-item,
.menu-light.menu-horizontal .menu-submenu {
  line-height: 57px;
  height: 57px;
}
.menu-light.menu-horizontal .menu-item-active,
.menu-light.menu-horizontal .menu-item:hover,
.menu-light.menu-horizontal .menu-opened {
  color: #2EA9DF;
  border-bottom-color: #2EA9DF;
}
.menu-horizontal.menu-light:after,
.menu-vertical.menu-light:after {
  display: block;
  position: absolute;
  bottom: 0;
  content: '';
  background: #e8e9eb;
}
.menu-horizontal.menu-light:after {
  left: 0;
  width: 100%;
  height: 1px;
}
.menu-dark {
  background: #333333;
}
.menu-dark.menu-horizontal .menu-item,
.menu-dark.menu-horizontal .menu-submenu {
  color: #dbdbdb;
}
.menu-dark.menu-horizontal .menu-item-active,
.menu-dark.menu-horizontal .menu-item:hover,
.menu-dark.menu-horizontal .menu-opened,
.menu-primary.menu-horizontal .menu-item {
  color: #fff;
}
.menu-primary {
  background: #2EA9DF;
}
.menu-primary.menu-horizontal .menu-item-active,
.menu-primary.menu-horizontal .menu-item:hover {
  background: #1979a3;
}
.menu-vertical {
  overflow-y: auto;
  height: 100%;
}
.menu-vertical::-webkit-scrollbar {
  position: absolute;
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
}
.menu-vertical::-webkit-scrollbar-track {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #eee;
}
.menu-vertical::-webkit-scrollbar-thumb {
  height: 50px;
  border-width: 1px 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #ccc;
  background-clip: content-box;
}
.menu-vertical.menu-dark::-webkit-scrollbar-track {
  border-right: 1px solid #2c3334;
  border-left: 1px solid #2c3334;
  background-color: #444d50;
}
.menu-vertical.menu-dark::-webkit-scrollbar-thumb {
  background-color: #212526;
}
.menu-vertical.menu-light:after {
  z-index: 1;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.menu-vertical .menu-item,
.menu-vertical .menu-item-title {
  position: relative;
  z-index: 1;
  padding: 11.2px 23.8px;
  cursor: pointer;
}
.menu-sub-group .menu-item {
  padding-top: 5.6px;
  padding-bottom: 5.6px;
}
.menu-vertical .menu-item:hover,
.menu-vertical .menu-item-title:hover {
  background: #eeeeee;
}
.menu-vertical .menu-submenu .menu-item {
  padding-left: 39.2px;
}
.menu-vertical .menu-sub-group {
  display: none;
}
.menu-vertical .menu-opened .menu-sub-group {
  display: block;
}
.menu-light.menu-vertical .menu-item {
  border-right: 2px solid transparent;
}
.menu-light.menu-vertical .menu-item:hover {
  color: #2EA9DF;
}
.menu-light.menu-vertical .menu-item-active {
  z-index: 2;
  color: #2EA9DF;
  border-right: 2px solid #2EA9DF;
}
.menu-dark.menu-vertical .menu-item,
.menu-dark.menu-vertical .menu-item-title {
  color: #dbdbdb;
}
.menu-dark.menu-vertical .menu-item:hover,
.menu-dark.menu-vertical .menu-item-title:hover {
  color: #fff;
  background: inherit;
}
.menu-dark.menu-vertical .menu-item-active,
.menu-dark.menu-vertical .menu-item-active:hover,
.menu-dark.menu-vertical .menu-item-active a:hover {
  color: #fff;
  background: #2EA9DF;
}
.menu-dark.menu-vertical .menu-opened {
  background: #222222;
}
.menu-dark.menu-vertical .menu-opened .menu-item-title {
  color: #fff;
  background: #333333;
}
.menu-primary.menu-vertical .menu-item,
.menu-primary.menu-vertical .menu-item-title {
  color: #eeeeee;
}
.menu-primary.menu-vertical .menu-item:hover,
.menu-primary.menu-vertical .menu-item-title:hover {
  color: #fff;
  background: #1979a3;
}
.menu-primary.menu-vertical .menu-sub-group .menu-item:hover {
  color: #1979a3;
  background: inherit;
}
.menu-primary.menu-vertical .menu-item-active,
.menu-primary.menu-vertical .menu-sub-group .menu-item-active,
.menu-primary.menu-vertical .menu-sub-group .menu-item-active:hover,
.menu-primary.menu-vertical .menu-item-active:hover {
  color: #fff;
  background: #1979a3;
}
.menu-primary.menu-vertical .menu-opened {
  background: #86cded;
}
.menu-primary.menu-vertical .menu-opened .menu-item-title {
  color: #fff;
  background: #2EA9DF;
}
.menu-sub-ion {
  font-size: 0.9em;
  margin: 0 0.5em;
  transition: transform 0.2s ease-in-out;
}
.menu-vertical .menu-sub-ion {
  float: right;
  position: relative;
  top: 4px;
  margin-right: 0;
}
.menu-opened .menu-sub-ion {
  transform: rotate(180deg);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  font-size: 14px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 1.42857143;
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 8px 15px;
  text-decoration: none;
  color: #2EA9DF;
  border: 1px solid #e8e9eb;
  background-color: #fff;
}
.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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2EA9DF;
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  cursor: default;
  color: #fff;
  border-color: #2EA9DF;
  background-color: #2EA9DF;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  cursor: not-allowed;
  color: #777;
  border-color: #ddd;
  background-color: #fff;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 16px;
  line-height: 1.3333333;
  padding: 10px 16px;
}
.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 {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.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 > li > .unable,
.pagination > .unable:hover {
  cursor: default;
  color: #ccc;
  background: #fff;
}
.progress {
  display: block;
  position: relative;
  font-size: 12px;
}
.progress-show-info {
  padding-right: 3.5em;
}
.progress-inner {
  display: block;
  border-radius: 100px;
  background-color: #dbdbdb;
}
.progress-bg {
  overflow: hidden;
  position: relative;
  height: 10px;
  transition: all 0.2s linear;
  border-radius: 100px;
  background-color: #fff;
}
.progress-text {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  width: 3em;
  height: 1em;
  margin-top: -0.5em;
  text-align: left;
}
.progress-active .progress-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  animation: progress-active 2s ease-in-out infinite;
}
.progress-primary .progress-inner,
.progress-auxiliary .progress-inner,
.progress-info .progress-inner,
.progress-success .progress-inner,
.progress-warning .progress-inner,
.progress-danger .progress-inner {
  background-color: #eeeeee;
}
.progress-primary .progress-bg {
  background-color: #2EA9DF;
}
.progress-primary {
  color: #2EA9DF;
}
.progress-auxiliary .progress-bg {
  background-color: #FFC408;
}
.progress-auxiliary {
  color: #FFC408;
}
.progress-info .progress-bg {
  background-color: #4fcbf0;
}
.progress-info {
  color: #4fcbf0;
}
.progress-success .progress-bg {
  background-color: #25ae88;
}
.progress-success {
  color: #25ae88;
}
.progress-warning .progress-bg {
  background-color: #F05E1C;
}
.progress-warning {
  color: #F05E1C;
}
.progress-danger .progress-bg {
  background-color: #CB4042;
}
.progress-danger {
  color: #CB4042;
}
@keyframes progress-active {
  0% {
    width: 0;
    background: #fff;
    opacity: 0.3;
  }
  to {
    width: 100%;
    background: #fff;
    opacity: 0;
  }
}
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.rect-4854 {
  padding-bottom: 48.54%;
}
.rect-50 {
  padding-bottom: 50%;
}
.rect-5625 {
  padding-bottom: 56.25%;
}
.rect-60 {
  padding-bottom: 60%;
}
.rect-618 {
  padding-bottom: 61.8%;
}
.rect-70 {
  padding-bottom: 70%;
}
.rect-75 {
  padding-bottom: 75%;
}
.rect-80 {
  padding-bottom: 80%;
}
.rect-90 {
  padding-bottom: 90%;
}
.rect-100 {
  padding-bottom: 100%;
}
.m {
  margin: 22.4px;
}
.m-0 {
  margin: 0;
}
.m-l {
  margin-left: 22.4px;
}
.m-t {
  margin-top: 22.4px;
}
.m-r {
  margin-right: 22.4px;
}
.m-b {
  margin-bottom: 22.4px;
}
.m-lr {
  margin-left: 22.4px;
  margin-right: 22.4px;
}
.m-tb {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
}
.m-sm {
  margin: 11.2px;
}
.m-l-sm {
  margin-left: 11.2px;
}
.m-t-sm {
  margin-top: 11.2px;
}
.m-r-sm {
  margin-right: 11.2px;
}
.m-b-sm {
  margin-bottom: 11.2px;
}
.m-lr-sm {
  margin-left: 11.2px;
  margin-right: 11.2px;
}
.m-tb-sm {
  margin-top: 11.2px;
  margin-bottom: 11.2px;
}
.m-lg {
  margin: 33.6px;
}
.m-l-lg {
  margin-left: 33.6px;
}
.m-t-lg {
  margin-top: 33.6px;
}
.m-r-lg {
  margin-right: 33.6px;
}
.m-b-lg {
  margin-bottom: 33.6px;
}
.m-lr-lg {
  margin-left: 33.6px;
  margin-right: 33.6px;
}
.m-tb-lg {
  margin-top: 33.6px;
  margin-bottom: 33.6px;
}
.p {
  padding: 22.4px;
}
.p-0 {
  padding: 0;
}
.p-l {
  padding-left: 22.4px;
}
.p-t {
  padding-top: 22.4px;
}
.p-r {
  padding-right: 22.4px;
}
.p-b {
  padding-bottom: 22.4px;
}
.p-lr {
  padding-left: 22.4px;
  padding-right: 22.4px;
}
.p-tb {
  padding-top: 22.4px;
  padding-bottom: 22.4px;
}
.p-sm {
  padding: 11.2px;
}
.p-l-sm {
  padding-left: 11.2px;
}
.p-t-sm {
  padding-top: 11.2px;
}
.p-r-sm {
  padding-right: 11.2px;
}
.p-b-sm {
  padding-bottom: 11.2px;
}
.p-lr-sm {
  padding-left: 11.2px;
  padding-right: 11.2px;
}
.p-tb-sm {
  padding-top: 11.2px;
  padding-bottom: 11.2px;
}
.p-lg {
  padding: 33.6px;
}
.p-l-lg {
  padding-left: 33.6px;
}
.p-t-lg {
  padding-top: 33.6px;
}
.p-r-lg {
  padding-right: 33.6px;
}
.p-b-lg {
  padding-bottom: 33.6px;
}
.p-lr-lg {
  padding-left: 33.6px;
  padding-right: 33.6px;
}
.p-tb-lg {
  padding-top: 33.6px;
  padding-bottom: 33.6px;
}
.spin-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}
.spin-main {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
.spin-text .ion {
  font-size: 2.5em;
}
.spin-icon-load {
  animation: ani-spin-load 1s linear infinite;
}
.spin-size-sm {
  font-size: 12px;
}
.spin-size-lg {
  font-size: 16px;
}
@keyframes ani-spin-load {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.switch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.switch .track {
  display: block;
  overflow: hidden;
  position: relative;
  width: 64px;
  height: 28px;
  content: ' ';
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color border;
  border: solid 2px #d5d5d5;
  border-radius: 4px;
  background-color: #eeeeee;
}
.switch .handle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  transition: 0.3s cubic-bezier(0, 1.1, 1, 1.1);
  transition-property: background-color, left;
  background-color: #fff;
}
.switch .handle:before,
.switch .handle:after {
  position: absolute;
  height: 28px;
  line-height: 28px;
  width: 36px;
  text-align: center;
  overflow: hidden;
}
.switch .handle:before {
  content: "ON";
  left: -36px;
  color: #fff;
}
.switch .handle:after {
  content: "OFF";
  left: 100%;
  color: #d5d5d5;
}
.switch-on .track {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
}
.switch-on .handle {
  left: 36px;
}
.switch-disabled {
  cursor: not-allowed;
}
.switch-disabled .track {
  opacity: 0.6;
}
.switch-round .track {
  border-radius: 32px;
}
.switch-round .handle {
  border-radius: 32px;
  box-shadow: 0 2px 0.56em rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.switch-sm {
  font-size: 12px;
}
.switch-sm .track {
  width: 50px;
  height: 21px;
}
.switch-sm .handle {
  width: 21px;
  height: 21px;
}
.switch-sm.switch-on .handle {
  left: 29px;
}
.switch-sm .handle:before,
.switch-sm .handle:after {
  width: 29px;
  height: 21px;
  line-height: 21px;
}
.switch-sm .handle:before {
  left: -29px;
}
.switch-lg {
  font-size: 16px;
}
.switch-lg .track {
  width: 80px;
  height: 36px;
}
.switch-lg .handle {
  width: 36px;
  height: 36px;
}
.switch-lg.switch-on .handle {
  left: 44px;
}
.switch-lg .handle:before,
.switch-lg .handle:after {
  width: 44px;
  height: 36px;
  line-height: 36px;
}
.switch-lg .handle:before {
  left: -44px;
}
.switch-primary.switch-on .track {
  border-color: #2EA9DF;
  background-color: #2EA9DF;
}
.switch-auxiliary.switch-on .track {
  border-color: #FFC408;
  background-color: #FFC408;
}
.switch-success.switch-on .track {
  border-color: #25ae88;
  background-color: #25ae88;
}
.switch-info.switch-on .track {
  border-color: #4fcbf0;
  background-color: #4fcbf0;
}
.switch-warning.switch-on .track {
  border-color: #F05E1C;
  background-color: #F05E1C;
}
.switch-danger.switch-on .track {
  border-color: #CB4042;
  background-color: #CB4042;
}
.tab {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding-top: 30.8px;
}
.tab .tab-nav {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 30.8px;
  border-bottom: 1px solid #dbdbdb;
}
.tab .tab-title {
  float: left;
  line-height: 29.8px;
  height: 29.8px;
  margin-right: 4px;
  padding: 0 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: #eeeeee;
}
.tab .tab-title:hover {
  color: #2EA9DF;
}
.tab .tab-title.tab-actived {
  height: 30.8px;
  cursor: default;
  color: #2EA9DF;
  background: #fff;
}
.tab .tab-title.tab-disabled {
  cursor: default;
  pointer-events: none;
  color: #dbdbdb;
}
.tab .tab-extra {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.tab .tab-cont-wrap {
  border: 1px solid #dbdbdb;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
.tab .tab-cont {
  display: none;
  padding: 11.2px;
}
.tab .tab-cont:empty {
  padding: 0;
}
.tab .tab-cont.tab-actived {
  display: block;
}
.tab-title.tab-primary {
  color: #fff;
  background: #2EA9DF;
}
.tab-title.tab-primary.tab-actived,
.tab-title.tab-primary:hover {
  color: #fff;
  background: #1979a3;
}
.tab-title.tab-auxiliary {
  color: #fff;
  background: #FFC408;
}
.tab-title.tab-auxiliary.tab-actived,
.tab-title.tab-auxiliary:hover {
  color: #fff;
  background: #b58a00;
}
.tab-title.tab-info {
  color: #fff;
  background: #4fcbf0;
}
.tab-title.tab-info.tab-actived,
.tab-title.tab-info:hover {
  color: #fff;
  background: #13addb;
}
.tab-title.tab-success {
  color: #fff;
  background: #25ae88;
}
.tab-title.tab-success.tab-actived,
.tab-title.tab-success:hover {
  color: #fff;
  background: #176b53;
}
.tab-title.tab-warning {
  color: #fff;
  background: #F05E1C;
}
.tab-title.tab-warning.tab-actived,
.tab-title.tab-warning:hover {
  color: #fff;
  background: #af3e0c;
}
.tab-title.tab-danger {
  color: #fff;
  background: #CB4042;
}
.tab-title.tab-danger.tab-actived,
.tab-title.tab-danger:hover {
  color: #fff;
  background: #922829;
}
.table {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
  background: #fff;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-weight: normal;
  line-height: 1.42857143;
  height: 48px;
  padding: 0 18px;
  vertical-align: inherit;
  border-top: 1px solid #e8e9eb;
}
.table > thead > tr > th,
.table > thead > tr > td {
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
  background: #eeeeee;
}
.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td {
  border-top: 0;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e8e9eb;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-right: 1px solid #e8e9eb;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eeeeee;
}
.table-hover > tbody > tr:hover,
.table-tr-hover {
  background-color: #eeeeee;
}
table col[class*='col-'] {
  display: table-column;
  float: none;
  position: static;
}
table td[class*='col-'],
table th[class*='col-'] {
  display: table-cell;
  float: none;
  position: static;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-device-width: 640px) {
  .table-responsive {
    overflow-y: hidden;
    width: 100%;
    border: 1px solid #e8e9eb;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* for table plugin */
.table-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  cursor: default;
  border: 1px solid #e8e9eb;
  border-radius: 4px;
}
.table-wrapper .table > thead > tr > th,
.table-wrapper .table > thead > tr > td,
.table-wrapper .table > tbody > tr > th,
.table-wrapper .table > tfoot > tr > th,
.table-wrapper .table > tbody > tr > td,
.table-wrapper .table > tfoot > tr > td {
  padding: 0;
}
.table-wrapper .table-cell {
  overflow: hidden;
  padding: 0 15px;
  white-space: normal;
  word-break: break-all;
}
.table-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-header .table,
.table-body .table {
  border: 0;
}
.table-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.table-body .table .table-cell {
  line-height: 1.7;
}
.table-body .table .table-cell-dirty,
.table-body .table .table-cell-editable {
  position: relative;
}
.table-body .table .table-cell-dirty:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 4px solid;
  border-color: #2EA9DF transparent transparent #2EA9DF;
}
.table-highlight,
.table-hover > tbody > .table-highlight:hover {
  color: #fff;
  background: #2EA9DF;
}
.table-sort,
.table-filter {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 1.4em;
  width: 1.4em;
  height: 1.6em;
  margin: -1px 0 0 4px;
  cursor: pointer;
  vertical-align: middle;
  color: #c3cbd6;
}
.table-sort .ion {
  display: block;
  overflow: hidden;
  position: absolute;
  font-size: 1.3em;
  line-height: 0.7em;
  height: 0.7em;
  transition: color 0.2s ease-in-out;
}
.table-sort .table-sort-up {
  top: 0;
}
.table-sort .table-sort-down {
  bottom: 0;
}
.table-sort .ion.on {
  color: #2EA9DF;
}
.table-fixed {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.table-fixed .table-header,
.table-fixed .table-body {
  overflow: hidden;
}
.table-wrapper .table-cell-editer {
  position: absolute;
  z-index: 9;
  top: 0;
  line-height: 1.7;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ztree {
  font-size: 14px;
}
.ztree li {
  list-style-type: none;
  white-space: nowrap;
  outline: none;
}
.ztree li ul {
  position: relative;
  padding: 0 0 0 20px;
}
.ztree li ul.line:before {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  content: '';
  border-right: 1px dotted #dbdbdb;
}
.ztree li .center_docu:before,
.ztree li .bottom_docu:before,
.ztree li .center_docu:after,
.ztree li .bottom_docu:after {
  position: absolute;
  content: '';
  border: 0 dotted #dbdbdb;
}
.ztree li .center_docu:before {
  left: 10px;
  height: 100%;
  border-left-width: 1px;
}
.ztree li .center_docu:after {
  top: 50%;
  left: 11px;
  width: 50%;
  border-top-width: 1px;
}
.ztree li .bottom_docu:before {
  left: 10px;
  height: 50%;
  border-left-width: 1px;
}
.ztree li .bottom_docu:after {
  top: 50%;
  left: 11px;
  width: 50%;
  border-top-width: 1px;
}
.ztree li a {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin: 0;
  padding: 0 3px;
  cursor: pointer;
  transition: none;
  vertical-align: middle;
  color: #555555;
}
.ztree li a.curSelectedNode {
  color: #000;
  border-radius: 4px;
  background-color: #c9e9f7;
}
.ztree li a.curSelectedNode_Edit {
  height: 20px;
  opacity: 0.8;
  color: #000;
  border: 1px #6cc2e8 solid;
  background-color: #9dd6f0;
}
.ztree li a.tmpTargetNode_inner {
  opacity: 0.8;
  color: #fff;
  background-color: #4fcbf0;
  filter: alpha(opacity=80);
}
.ztree li a input.rename {
  font-size: 12px;
  line-height: 22px;
  width: 80px;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  background: none;
}
.ztree li span {
  display: inline-block;
  line-height: 22px;
  height: 22px;
  margin-right: 2px;
}
.ztree li span.button {
  position: relative;
  width: 22px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.ztree li span.button.edit {
  color: #25ae88;
}
.ztree li span.button.remove {
  color: #CB4042;
}
.ztree li span.button.chk {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  border: 1px solid #d7dde4;
  border-radius: 2px;
  background: #fff;
}
.ztree li span.chk.radio_true_full,
.ztree li span.chk.radio_false_full,
.ztree li span.chk.radio_true_full_focus,
.ztree li span.chk.radio_false_full_focus,
.ztree li span.chk.radio_false_disable,
.ztree li span.chk.radio_true_disable,
.ztree li span.chk.radio_true_part,
.ztree li span.chk.radio_false_part,
.ztree li span.chk.radio_true_part_focus,
.ztree li span.chk.radio_false_part_focus {
  border-radius: 8px;
}
.ztree li span.button.chk:after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  content: '';
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.ztree li span.button.checkbox_false_full_focus {
  border-color: #ccc;
}
.ztree li span.button.checkbox_true_full,
.ztree li span.button.checkbox_true_full_focus,
.ztree li span.button.checkbox_true_part,
.ztree li span.button.checkbox_true_part_focus,
.ztree li span.button.checkbox_true_disable {
  border-color: #39f;
  background-color: #39f;
}
.ztree li span.button.checkbox_true_full:after,
.ztree li span.button.checkbox_true_full_focus:after,
.ztree li span.button.checkbox_true_disable:after {
  transform: rotate(45deg) scale(1);
}
.ztree li span.button.checkbox_true_part:after,
.ztree li span.button.checkbox_true_part_focus:after {
  top: 5px;
  left: 2px;
  width: 10px;
  height: 1px;
  transform: rotate(0deg) scale(1);
  border-right: 0;
}
.ztree li span.button.radio_true_full,
.ztree li span.chk.radio_true_full_focus,
.ztree li span.chk.radio_true_part,
.ztree li span.chk.radio_true_part_focus {
  border-color: #39f;
}
.ztree li span.button.radio_true_full:after,
.ztree li span.chk.radio_true_full_focus:after,
.ztree li span.chk.radio_true_part:after,
.ztree li span.chk.radio_true_part_focus:after {
  top: 3px;
  left: 3px;
  width: 8px;
  transform: rotate(0deg) scale(1);
  border: 0;
  border-radius: 4px;
  background: #39f;
}
.ztree li span.button.checkbox_true_disable,
.ztree li span.button.checkbox_false_disable,
.ztree li span.chk.radio_false_disable,
.ztree li span.chk.radio_true_disable {
  cursor: not-allowed;
}
.ztree li span.button.checkbox_false_disable {
  background-color: #f3f3f3;
}
.ztree li span.button.noline_close:before,
.ztree li span.button.noline_open:before,
.ztree li span.button.roots_open:before,
.ztree li span.button.roots_close:before,
.ztree li span.button.bottom_open:before,
.ztree li span.button.bottom_close:before,
.ztree li span.button.center_open:before,
.ztree li span.button.center_close:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  transition: transform ease 0.3s;
  transform: rotateZ(0deg);
  transform-origin: 25% 50%;
  border: 6px solid;
  border-color: transparent transparent transparent #666;
}
.ztree li span.button.noline_open:before,
.ztree li span.button.roots_open:before,
.ztree li span.button.bottom_open:before,
.ztree li span.button.center_open:before {
  transform: rotateZ(90deg);
}
.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url('data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7') 0 center no-repeat;
}
ul.tmpTargetzTree {
  opacity: 0.8;
  background-color: #2EA9DF;
  filter: alpha(opacity=80);
}
span.tmpzTreeMove_arrow {
  position: absolute;
  width: 18px;
  height: 18px;
  color: #4fcbf0;
}
ul.ztree.zTreeDragUL {
  overflow: hidden;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  border: 1px #176b53 dotted;
  background-color: #dbdbdb;
  filter: alpha(opacity=80);
}
.zTreeMask {
  position: absolute;
  z-index: 10000;
  opacity: 0.0;
  background-color: #cfcfcf;
  filter: alpha(opacity=0);
}
.UnpcPush textarea,
.PcPush textarea,
.MobilePush textarea,
.UnmobilePush textarea {
  display: none;
}
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}
.PcMode:after {
  content: 'Pc' !important;
}
.UnpcPush,
.MobilePush {
  display: none;
}
img[data-src] {
  opacity: 0 ;
  filter: alpha(opacity=0);
}
@media only screen and (max-device-width: 1024px) {
  body:after {
    content: 'Pad';
  }
  body {
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    min-width: 0;
  }
  body,
  input,
  textarea,
  button,
  select {
    font-size: 14px;
  }
  .wrap {
    padding-left: 2%;
    padding-right: 2%;
    width: auto;
    min-width: 0;
  }
  .PcPush {
    display: none;
  }
  .UnpcPush {
    display: block;
  }
}
@media only screen and (max-device-width: 640px) {
  body:after {
    content: 'Mobile';
  }
  body,
  input,
  textarea,
  button,
  select {
    font-size: 16px;
  }
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
  .UnmobilePush {
    display: none;
  }
  .MobilePush {
    display: block;
  }
  img[data-src] {
    opacity: 1;
  }
}
/* mystyle */

.header{
  height: 74px;
  line-height: 74px;
}
.header .wrap{
  height: 100%;
}
.logo{
  width: 170px;
  height: 100%;
  margin: 0;
}
.logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav{
  height: 100%;
  
  font-size: 16px;
}
.nav li{
  position: relative;
  display: inline-block;
  width: 110px;
}
.nav li::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #1e50ae;
  transition: all ease .2s;
}
.nav a{
  display: block;
  text-align: center;
  color: inherit;
  transition: color ease .3s;
}
.nav li:hover a, .nav .cur a{
  color: #1e50ae;
  font-weight: 700;
}
.nav li:hover::after, .nav .cur::after{
  width: 100%;
  left: 0;
}


.banner{
  height: 760px;
  overflow: hidden;
  background:#333;
}
.banner li{
  display: none;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .slide_nav .on{
  background: #1e50ae;
}

.home_wrap{
  padding: 60px 0;
}
.home_channel{
  position: relative;
  color: #333;
  font-size: 26px;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  margin: 0 0 40px;
}
.home_channel::after{
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #1e50ae;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}

.showNumber{
  color: #1e50ae;
  font-size: 16px;
  text-align: center;
  padding: 80px 0 40px;
}
.showNumber .counter{
  font-size: 66px;
}
.showNumber p{
  color: #666;
}


.footer{
  background: #434343;
  color: #fff;
}
.footer ._blocks {
  padding: 50px 0 ;
}
.footer ._icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  border:1px solid #dedede;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  margin-right: 20px;
  cursor: default;
}
.footer ._icon .ion{
  vertical-align: initial;
}
.footer ._cont {
  max-width: 60%;
}
.footer ._bottom{
  background: #1c1c1c;
  text-align: center;
  padding: 10px 0;
  color: #999;
}
.partner_marquee{
  display: none;
  height: 120px;
  margin: 40px 0;
}
.partner_marquee ._item{
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  background:#fff;
  padding: 5px;
}
.partner_marquee img{
  width: 190px;
  height: 110px;
  object-fit: contain;
}
.partner_marquee .scroll_nav{
  display: none;
}

.pro_list{
  overflow: hidden;
}
.pro_list li{
  position: relative;
  float: left;
  width: 30%;
  margin: 1%;
  background:#fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all ease .3s;
}
.pro_list li::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background: #1e50ae;
  transition: all ease .3s;
}
.pro_list a{
  display: block;
}
.pro_list ._img{
  border-bottom: 1px solid #f5f5f5;
}
.pro_list ._img img{
  object-fit: contain;
  transition: all ease .3s;
}
.pro_list ._card{
  padding: 20px;
  height: 40px;
  
}
.pro_list ._more{
  text-align: center;
  font-size: 16px;
  transition: color ease .3s;
  padding: 10px;
  color: #1e50ae;
}

.pro_list li:hover{
  box-shadow: 0 0 12px #1e50ae;
}
.pro_list li:hover ._img img{
  transform: scale(1.1)
}

.home_about{
  background:url(/static/img/integrated_circuit.jpg) center no-repeat;
  background-size:cover;
  color: #fff;
  
}
.home_about .wrap{
  background:rgba(30, 80, 174, .8);
  padding: 50px 0;
}
.home_about .home_channel{
  color: #fff;
}
.home_about .home_channel::after{
  background: #Fff;
}
.home_about ._cont{
  padding: 50px 25%;
}
.home_about ._cont p{
  text-indent: 2em;
}
.home_about ._more{
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  border: 1px solid #f5f5f5;
  margin-top: 50px;
}
.home_about ._more:hover{
  background:#fff;
}

/* 内页 */
.sub_banner{
  height: 300px;
}
.sub_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_us_cont{
  padding: 50px 0;
  text-align: center;
}
.contact_us_cont ._cont{
  margin-top: 50px;
}
