html {
  height: 100%;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
* {
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #333;
  font: 14px/1.5 tahoma, arial, "Hiragino Sans GB", "\5b8b\4f53", sans-serif;
  min-width: 980px;
  background-color: #fff;
  position: relative;
  min-height: 100%;
  font-family: "Hiragino Sans GB", "open sans", "sans-serif", "Helvetica",
    "STHeiti", "Arial", "Microsoft YaHei", "simsun";
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
  color: #333;
}
button:focus,
input:focus {
  outline: none;
}
a {
  color: #5db9f8;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #5db9f8;
}
a:active,
a:visited {
  color: #162e1f;
}
a:focus {
  outline: none;
}
img {
  border: 0;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
body.ngdialog-open,
html.ngdialog-open {
  overflow: visible !important;
}
.gui-hidden {
  visibility: hidden !important;
}
.no-border {
  border: none !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.color-red,
a.color-red {
  color: red;
}
.color-green,
a.color-green {
  color: #50b895;
}
.color-yellow {
  color: #f2a113 !important;
}
.color-gray {
  color: #666;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.no-float {
  float: none !important;
}
.ov-h {
  overflow: hidden;
}
.gui-col-1 {
  width: 100% !important;
}
.gui-col-2 {
  width: 50% !important;
}
.gui-col-3 {
  width: 33.33% !important;
}
.gui-col-4 {
  width: 25% !important;
}
.gui-col-5 {
  width: 20% !important;
}
.gui-scale2 {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.gui-scale3 {
  -webkit-transform: scale(3);
  transform: scale(3);
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.gui-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.icon-arrow_left {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px -156px;
  width: 12px;
  height: 12px;
}
.icon-arrow_right {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -160px -235px;
  width: 12px;
  height: 12px;
}
.icon-bz1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px -128px;
  width: 18px;
  height: 18px;
}
.icon-center {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -65px 0px;
  width: 30px;
  height: 30px;
}
.icon-claim {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -65px;
  width: 30px;
  height: 30px;
}
.icon-cpmc1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -116px -105px;
  width: 18px;
  height: 18px;
}
.icon-cppcm1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -179px;
  width: 18px;
  height: 18px;
}
.icon-dibiao {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px -68px;
  width: 20px;
  height: 20px;
}
.icon-exit {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -40px -65px;
  width: 30px;
  height: 30px;
}
.icon-fzr1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -28px -179px;
  width: 18px;
  height: 18px;
}
.icon-hdmj1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -56px -179px;
  width: 18px;
  height: 18px;
}
.icon-help {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -105px 0px;
  width: 30px;
  height: 30px;
}
.icon-add {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -84px -179px;
  width: 18px;
  height: 18px;
}
.icon-adden {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -105px -80px;
  width: 14px;
  height: 14px;
}
.icon-close-hover {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -65px -40px;
  width: 14px;
  height: 14px;
}
.icon-close {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -112px -235px;
  width: 14px;
  height: 14px;
}
.icon-cplb {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -112px -179px;
  width: 18px;
  height: 18px;
}
.icon-cpmc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -140px -179px;
  width: 18px;
  height: 18px;
}
.icon-cppcm {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -168px -179px;
  width: 18px;
  height: 18px;
}
.icon-cpxx {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -80px -105px;
  width: 26px;
  height: 26px;
}
.icon-dfwz {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px 0px;
  width: 18px;
  height: 18px;
}
.icon-frxm {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -28px;
  width: 18px;
  height: 18px;
}
.icon-gjwz {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -56px;
  width: 18px;
  height: 18px;
}
.icon-imgadd {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -105px -40px;
  width: 30px;
  height: 30px;
}
.icon-jyhg {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -84px;
  width: 18px;
  height: 18px;
}
.icon-khxx {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -145px 0px;
  width: 26px;
  height: 26px;
}
.icon-lxfs {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -112px;
  width: 18px;
  height: 18px;
}
.icon-marker1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -80px -65px;
  width: 13px;
  height: 21px;
}
.icon-marker2 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px -98px;
  width: 20px;
  height: 20px;
}
.icon-query {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -140px;
  width: 18px;
  height: 18px;
}
.icon-sc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -215px -168px;
  width: 18px;
  height: 18px;
}
.icon-sl {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -207px;
  width: 18px;
  height: 18px;
}
.icon-time {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -136px -235px;
  width: 14px;
  height: 14px;
}
.icon-tishi {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px 0px;
  width: 55px;
  height: 55px;
}
.icon-wyjg {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -145px -36px;
  width: 26px;
  height: 26px;
}
.icon-xl {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -196px -179px;
  width: 8px;
  height: 8px;
}
.icon-xslt {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -28px -207px;
  width: 18px;
  height: 18px;
}
.icon-zhpcm {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -56px -207px;
  width: 18px;
  height: 18px;
}
.icon-zjqk {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -84px -207px;
  width: 18px;
  height: 18px;
}
.icon-ztdz {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -112px -207px;
  width: 18px;
  height: 18px;
}
.icon-ztmc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -140px -207px;
  width: 18px;
  height: 18px;
}
.icon-ztsfm {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -168px -207px;
  width: 18px;
  height: 18px;
}
.icon-image1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -196px -207px;
  width: 18px;
  height: 18px;
}
.icon-jcdw1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px 0px;
  width: 18px;
  height: 18px;
}
.icon-jcyj1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -28px;
  width: 18px;
  height: 18px;
}
.icon-jdbh1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -56px;
  width: 18px;
  height: 18px;
}
.icon-jwd1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -84px;
  width: 18px;
  height: 18px;
}
.icon-nksc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -145px -72px;
  width: 24px;
  height: 24px;
}
.icon-notice {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -105px;
  width: 30px;
  height: 30px;
}
.icon-optimization {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -40px -105px;
  width: 30px;
  height: 30px;
}
.icon-phone1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -112px;
  width: 18px;
  height: 18px;
}
.icon-shfs1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -140px;
  width: 18px;
  height: 18px;
}
.icon-shsl1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -168px;
  width: 18px;
  height: 18px;
}
.icon-sy1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -243px -196px;
  width: 18px;
  height: 18px;
}
.icon-time1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -235px;
  width: 18px;
  height: 18px;
}
.icon-wdgj {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -145px -106px;
  width: 24px;
  height: 24px;
}
.icon-wdpc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: 0px -145px;
  width: 24px;
  height: 24px;
}
.icon-wycx {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -34px -145px;
  width: 24px;
  height: 24px;
}
.icon-wydy {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -68px -145px;
  width: 24px;
  height: 24px;
}
.icon-wysc {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -102px -145px;
  width: 24px;
  height: 24px;
}
.icon-wysh {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -136px -145px;
  width: 24px;
  height: 24px;
}
.icon-wytz {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px 0px;
  width: 24px;
  height: 24px;
}
.icon-wyxs {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -181px -34px;
  width: 24px;
  height: 24px;
}
.icon-exh {
  background-image: url(../../images/dist/exh.jpg);
  width: 24px;
  height: 24px;
}
.icon-creadcode {
  background-image: url(../../images/dist/creadcode.png);
  width: 24px;
  height: 24px;
}
.icon-yijian1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -28px -235px;
  width: 18px;
  height: 18px;
}
.icon-zthyy1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -56px -235px;
  width: 18px;
  height: 18px;
}
.icon-zxbz1 {
  background-image: url(../../images/dist/sprite-common.png);
  background-position: -84px -235px;
  width: 18px;
  height: 18px;
}
.icon-chart {
  width: 16px;
  height: 16px;
  background-image: url(../../images/dist/chart.png);
  background-position: center center;
}
.icon-chart.highlight {
  background-image: url(../../images/dist/chart-highlight.png);
}
.icon-list {
  width: 16px;
  height: 16px;
  background-image: url(../../images/dist/list.png);
  background-position: center center;
}
.icon-list.highlight {
  background-image: url(../../images/dist/list-highlight.png);
}
.icon-edit {
  width: 16px;
  height: 16px;
  background-image: url(../../images/dist/edit.png);
  background-position: center center;
}
.gui-menu {
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.05);
}
.gui-menu ul {
  color: #333;
}
.gui-menu ul li {
  border-left: 4px solid #fff;
  font-size: 16px;
}
.gui-menu ul li a {
  color: #666;
  display: block;
  padding: 13px 20px;
  cursor: pointer;
}
.gui-menu ul li .gui-icon {
  margin-right: 5px;
}
.gui-menu ul li .text {
  display: inline-block;
  vertical-align: middle;
}
.gui-menu ul li.active,
.gui-menu ul li:hover {
  border-color: #19a34c;
  background-color: #f4f4f4;
}
.gui-menu ul li.active a,
.gui-menu ul li:hover a {
  color: #28b84a;
}
.gui-btn,
a.gui-btn {
  display: inline-block;
  height: 36px;
  padding: 5px 12px;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #28b84a;
  background-color: #28b84a;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-btn .gui-icon,
a.gui-btn .gui-icon {
  margin-right: 5px;
  margin-top: -2px;
}
.gui-btn.btn-action,
a.gui-btn.btn-action {
  background-color: #f2a113;
  color: #fff;
  border-color: #f2a113;
}
.gui-btn.btn-action:hover,
a.gui-btn.btn-action:hover {
  border: 1px solid #ffb739;
  background-color: #ffb739;
}
.gui-btn.btn-action:active,
a.gui-btn.btn-action:active {
  border: 1px solid #ea9b11;
  background-color: #ea9b11;
}
.gui-btn:hover,
a.gui-btn:hover {
  border: 1px solid #2bcb51;
  background-color: #2bcb51;
}
.gui-btn:active,
a.gui-btn:active {
  border: 1px solid #24a643;
  background-color: #24a643;
}
.gui-btn:disabled,
a.gui-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}
.btn-regis {
  padding: 5px 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -40px;
}
.btn-marker {
  width: 68px;
  height: 35px;
  color: #fff;
  outline: 0;
  border: none;
  border-radius: 3px;
  margin: 15px 0 0 5px;
  background-color: #f3a113;
}
.gui-list {
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-list .already {
  color: #ccc;
  margin-left: 10px;
  position: absolute;
  right: 180px;
  bottom: 10px;
}
.gui-list > li,
.gui-list > dt,
.gui-list > dd,
.gui-list .list-item {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-list .field-head {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px;
  position: relative;
}
.gui-list .field-head .field-title {
  background-color: #fff;
  position: relative;
  padding-right: 10px;
  vertical-align: middle;
}
.gui-list .field-head::before,
.gui-list .field-head::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.gui-list .field-head::before {
  height: 1px;
  left: 50px;
  right: 20px;
  font-size: 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.gui-list .field-head::after {
  right: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background: url(../../images/dist/icon-xl-select.png) center center no-repeat;
}
.gui-list .form-item {
  margin-bottom: 23px;
  float: left;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-list .form-item-new {
  margin-bottom: 23px;
  /* float: left; */
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-list .form-item .field-text,
.gui-list .form-item .gui-btn,
.gui-list .form-item .gui-select,
.gui-list .form-item .gui-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
  vertical-align: center;
}
.gui-list .form-item label {
  display: inline-block;
  text-align: right;
}
.gui-list .form-item .gr {
  color: #ff8707;
}
.gui-list .form-item .gui-radio {
  width: 150px;
  display: inline-block;
}
.gui-list .form-item .radio-item {
  margin: 0 15px 0 0;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
.gui-list .form-item .title {
  display: inline-block;
  font-weight: 700;
  width: 160px;
  text-align: right;
  margin-right: 15px;
  color: #666;
}
.gui-list .form-item .field-title {
  margin-left: -23px;
  width: 95px;
  padding-right: 10px;
  text-align: right;
  display: inline-block;
  font-weight: 400;
  line-height: 36px;
  float: left;
  vertical-align: top;
  color: #666;
  word-break: break-all;
  white-space: normal;
}
.gui-list .form-item .field-title.required {
  position: relative;
}
.gui-list .form-item .field-title.required:after {
  position: absolute;
  right: 4px;
  top: 3px;
  float: left;
  content: "*";
  color: #ff8707;
  font-size: 12px;
  vertical-align: middle;
}
.gui-list .form-item .field-text {
  line-height: 30px;
  display: inline-block;
}
.gui-list .form-item .field-text .fl {
  float: left;
}
.gui-list .form-item-new .field-text,
.gui-list .form-item-new .gui-btn,
.gui-list .form-item-new .gui-select,
.gui-list .form-item-new .gui-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0px;
  vertical-align: center;
}
.gui-list .form-item-new .gui-select,
.gui-list .form-item-new .gui-input {
  margin-left: 5px;
}
.gui-list .form-item-new label {
  display: inline-block;
  text-align: right;
}
.gui-list .form-item-new .gr {
  color: #ff8707;
}
.gui-list .form-item-new .gui-radio {
  width: 150px;
  display: inline-block;
}
.gui-list .form-item-new .radio-item {
  margin: 0 15px 0 0;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
.gui-list .form-item-new .title {
  display: inline-block;
  font-weight: 700;
  width: 160px;
  text-align: right;
  margin-right: 15px;
  color: #666;
}
.gui-list .form-item-new .field-title {
  margin-left: -23px;
  width: 110px;
  padding-right: 10px;
  text-align: right;
  display: inline-block;
  font-weight: 400;
  line-height: 36px;
  float: left;
  vertical-align: top;
  color: #666;
  word-break: break-all;
  white-space: normal;
}
.gui-list .form-item-new .field-title.required {
  position: relative;
}
.gui-list .form-item-new .field-title.required:after {
  position: absolute;
  right: 4px;
  top: 3px;
  float: left;
  content: "*";
  color: #ff8707;
  font-size: 12px;
  vertical-align: middle;
}
.gui-list .form-item-new .field-text {
  line-height: 30px;
  display: inline-block;
}
.gui-list .form-item-new .field-text .fl {
  float: left;
}
.list-media {
  background: none;
  margin-left: -20px;
}
.list-media li {
  width: 20%;
  padding: 0 0 0 20px;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
.list-media li .pic {
  width: 100%;
  height: 180px;
  background: red;
  cursor: pointer;
  background: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.list-media li .desc {
  padding: 10px 5px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.list-media li .text {
  display: inline-block;
  max-width: 80%;
  word-break: break-all;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.list-media li .gui-icon {
  cursor: pointer;
}
.list-media li input[type="checkbox"] {
  position: absolute;
  left: 30px;
  top: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border: 1px solid #057101;
}
.gui-list-wrap .gui-list > dd {
  display: none;
}
.gui-list-wrap .gui-list.show dd {
  display: block;
}
.gui-list-wrap .gui-list.show .field-head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mt15 {
  margin-bottom: 25px;
}
.mh450 {
  min-height: 450px !important;
}
.message-list {
  list-style: none;
  width: 100%;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.message-list .bb0 {
  border-bottom: 0 !important;
}
.message-list li {
  margin-top: 16px;
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
  position: relative;
  text-indent: 4px;
  zoom: 1;
  color: #666;
  font-weight: 900;
}
.message-list li a {
  float: left;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.message-list li em {
  font-style: normal;
  float: right;
  color: #999;
  font-weight: 100;
}
.message-list .current {
  color: #333;
}
.message-list .current div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f28613;
  position: absolute;
  top: 40%;
  left: -6px;
}
.message-inform {
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.message-inform .inform-title {
  border-bottom: 1px solid #ccc;
}
.message-inform .inform-title h1 {
  height: 35px;
  font-size: 24px;
}
.message-inform .inform-title p {
  height: 30px;
  font-size: 12px;
  text-indent: 4px;
  color: #666;
}
.message-inform .inform-content p {
  padding: 18px 0 13px 0;
  line-height: 30px;
}
.message-inform .inform-content img {
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 20px;
}
.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.ngdialog.ngdialog-theme-default {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  width: 600px;
  border-radius: 2px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
  padding: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  line-height: 44px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
  color: #fff;
  background: #ff8a22;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #fff;
  background: #ff7022;
}
.gui-popup {
  font-size: 14px;
}
.gui-popup .popup-header {
  background-color: #f6fff9;
  border-bottom: 1px solid #ebf6f4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.gui-popup .popup-header h2 {
  font-size: 16px;
  color: #228a3a;
  font-weight: 400;
  line-height: 50px;
  padding: 0 15px;
}
.gui-popup .popup-body {
  padding: 10px 15px;
}
.gui-popup .popup-footer {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #fbfbfb;
  padding: 15px 10px;
  text-align: center;
}
.gui-popup .gui-tab {
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #fbfdfc;
  text-align: center;
}
.gui-popup .gui-tab li {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-popup .gui-tab a {
  padding: 10px 10px;
}
.gui-tab {
  background-color: #f6fff9;
  overflow: visible;
  width: 100%;
  padding: 5px 15px 0;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #ebf6f4;
  font-size: 16px;
}
.gui-tab > li {
  float: left;
  padding-right: 10px;
  cursor: pointer;
  margin-right: 8px;
  border-bottom: none;
  position: relative;
  z-index: 10;
}
.gui-tab a {
  display: block;
  padding: 17px 10px;
  color: #666;
  border-bottom: 3px solid #f6fff9;
}
.gui-tab .active a {
  color: #333;
  border-color: #1ca451;
}
.tab-content {
  width: 780px;
  margin: 50px auto 10px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.tab-fgt li {
  padding: 0;
  margin: 0;
  width: 50%;
  text-align: center;
}
.gui-progress {
  text-align: center;
  background-color: #eceeef;
  border-radius: 4px;
  overflow: hidden;
}
.gui-progress .progress-bar {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 16px 16px;
  height: 16px;
  color: #fff;
  background-color: #0275d8;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 16px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 16px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gui-loader {
  display: inline-block;
}
.gui-loader p {
  font-size: 12px;
  color: #666;
}
.ball-beat > div {
  background-color: #20944d;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
.gui-tree-sidebar .easyui-Owndirevtive .tree-title {
  color: #333;
}
.gui-tree-sidebar .tree-node-selected {
  background-color: #20944d;
}
.gui-tree-sidebar .tree-node-selected .tree-title {
  color: #fff;
}
.gui-dropdown {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.gui-dropdown .current {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  vertical-align: middle;
}
.gui-dropdown .current:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  background: url(../../images/dist/icon-xl-select.png) right center no-repeat;
  width: 12px;
  height: 12px;
}
.gui-dropdown .dropdown-list {
  width: 132px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  border-radius: 3px;
  visibility: hidden;
  opacity: 1;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gui-dropdown .dropdown-list li {
  display: block;
  height: 36px;
  border-left: 4px solid #fff;
}
.gui-dropdown .dropdown-list li a {
  padding-left: 20px;
  display: block;
  cursor: pointer;
  height: 36px;
  line-height: 36px !important;
  text-align: left;
  color: #333 !important;
}
.gui-dropdown:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.gui-dropdown .dropdown-list li:hover {
  background: #f4f4f4;
  border-left: 4px solid #28b84a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-dropdown .dropdown-list li:hover a {
  color: #28b84a !important;
}
.b-button__input {
  opacity: 0;
  top: -10px;
  bottom: -10px;
  right: -40px;
  font-size: 50px;
  position: absolute;
}
.btn-upload {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
.btn-upload .b-button__text {
  width: 100%;
  height: 100%;
  padding: 4px 10px;
}
.gui-file {
  margin-right: -15px;
  padding-top: 15px;
}
.gui-file .file-item {
  float: left;
  margin-right: 15px;
  width: 175px;
  min-height: 150px;
  padding-bottom: 5px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
}
.gui-file .file-item.item-plus .input-box::before {
  background: rgba(0, 0, 0, 0.25) url("../../images/dist/plus.png") center
    center no-repeat;
}
.gui-file .input-box {
  display: inline-block;
  width: 100%;
  height: 100px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.gui-file .input-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.gui-file .input-box.uploaded::before {
  display: none;
}
.gui-file .input-box input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.gui-file .file-name {
  text-align: center;
  padding: 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gui-file .file-remove {
  position: absolute;
  width: 24px;
  height: 24px;
  right: -12px;
  top: -12px;
  float: left;
  cursor: pointer;
  background: url(../../images/dist/remove.png) center center no-repeat;
}
.gui-file .gui-progress {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}
.fu-selector:hover {
  background: url(../../images/dist/plus.png) center center no-repeat
    rgba(0, 0, 0, 0.25);
}
.gui-header {
  background-color: #19a34c;
  color: #fff;
  position: relative;
  z-index: 10;
  /* border-bottom: 3px solid #f2ca00; */
  width: 100%;
}
.gui-header .section-logo {
  float: left;
  /* margin-left: 14px;
  margin-top: 10px; */
  position: relative;
  /* margin-bottom: 10px; */
  z-index: 1;
}
.gui-header .section-head {
  height: 40px;
  line-height: 40px;
  padding-left: 90px;
  padding-right: 40px;
  background-color: #f2f0f3;
  color: #2e2e2e;
}
.gui-header .section-head .section-ul {
  display: flex;
  float: right;
}
.gui-header .section-head .section-ul .section-ul-division {
  /* width: 20px;
  height: 20px; */
  margin: 0 15px;
  color: #97989a;
}
.gui-header .section-head .section-ul a {
  color: #2e2e2e;
}
.gui-header .section-head .section-ul li {
  cursor: pointer;
}
.gui-header .section-head .section-ul img {
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.gui-header .badge {
  position: absolute;
  left: 68px;
  top: -8px;
  line-height: 12px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  background: #f44336;
}
.gui-header .logo {
  float: left;
  margin-right: 10px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.gui-header .logo-wh {
  width: 100%;
  height: 140px;
}
.gui-header h1 {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  line-height: 1.2;
  overflow: hidden;
  vertical-align: middle;
  text-shadow: 2px 1px 5px #666;
}
.gui-header h1 em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 16px;
}
.gui-header p {
  font-size: 18px;
  font-weight: 400;
}
.gui-header .section-nav {
  height: 38px;
  float: right;
  line-height: 38px;
  margin-top: 11px;
  max-width: 125px;
  margin-right: 15px;
  margin-top: 21px;
  position: relative;
  z-index: 1;
}
.gui-header .section-nav .gui-dropdown {
  display: inline-block;
  max-width: 100%;
}
.gui-header .section-nav .gui-dropdown .current {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100px;
  max-width: 100%;
  line-height: 38px;
}
.gui-header .section-nav .gui-dropdown .current img {
  display: inline-block;
  float: left;
}
.gui-header .section-nav .gui-dropdown .current .text {
  display: inline-block;
  float: left;
  max-width: 100%;
  padding-left: 28px;
  margin-left: -23px;
  line-height: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gui-header .section-nav .gui-dropdown .dropdown-list {
  position: absolute;
  background-color: #fff;
  right: 0;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gui-header .section-nav .gui-dropdown .dropdown-list a {
  color: #20944d;
}
.gui-header .section-nav .gui-dropdown:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
}
.gui-header.header-light {
  background: none;
  border: none;
  color: #3e3e3e;
}
.gui-header.header-light h1 {
  line-height: 1.2;
  max-width: inherit;
  font-size: 28px;
}
.gui-header.header-light h1 em {
  display: block;
  margin-top: 8px;
}
.gui-header .section-menu {
  display: inline-block;
  width: 100%;
  padding: 0 15px 0 560px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -560px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.gui-header .section-menu ul {
  padding: 0;
  margin: 0 auto;
}
.gui-header .section-menu li {
  padding: 11px 0;
  float: right;
  text-align: center;
  color: #fff;
  width: 12.5%;
  min-width: 60px;
  max-width: 150px;
  cursor: pointer;
}
.gui-header .section-menu li.active,
.gui-header .section-menu li:hover {
  background-color: #26af58;
}
.gui-header .section-menu li a {
  color: #fff;
  display: block;
  position: relative;
}
.gui-header .section-menu li .gui-icon {
  display: inline-block;
  margin-bottom: 5px;
}
.gui-header .section-menu li span {
  display: block;
}
@media (max-width: 1200px) {
  .section-logo h1 {
    white-space: normal;
    line-height: 30px;
    font-size: 18px;
    max-width: 200px;
  }
  .gui-header .section-menu {
    padding-left: 295px;
    margin-left: -295px;
  }
}
.gui-upgrade {
  padding: 5px;
  background-color: #d14c3a;
  color: #fff;
  font-size: 12px;
}
.gui-upgrade p {
  float: left;
  line-height: 23px;
}
.gui-upgrade .wrap {
  width: 1000px;
  margin: 0 auto;
}
.gui-upgrade .btn-close {
  float: right;
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.gui-upgrade .btn-close:before,
.gui-upgrade .btn-close:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  font-size: 0;
}
.gui-upgrade .btn-close:before {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.gui-upgrade .btn-close:after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.gui-hide {
  display: none !important;
}
.gui-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.gui-table.dataTable tbody tr:hover td {
  color: #fff !important;
  background-color: #28b84a;
}
.gui-table.dataTable tbody tr:hover td a {
  color: #fff;
}
.gui-table input[type="checkbox"] {
  margin-right: 5px;
  margin-top: -4px;
}
.gui-table thead {
  color: #313131;
}
.gui-table thead tr th {
  background-color: #fbfbfb;
  border-bottom: 1px solid #f5f5f5;
  padding: 12px 15px;
  color: #b8b8b8 !important;
  text-align: left;
}
.gui-table td,
.gui-table th {
  font-size: 13px;
  color: #333;
  padding: 10px 15px;
  font-weight: normal;
  vertical-align: middle;
  background-color: #fff;
  word-break: break-all;
  white-space: normal;
}
.gui-table tbody th {
  padding: 6px 5px;
}
.gui-table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
.gui-table td {
  color: #333;
}
.dt-loading {
  text-align: center;
}
.dataTables_wrapper {
  padding: 0;
}
.table.dataTable,
table.dataTable.no-footer {
  margin: 0 0 15px;
  border: none;
}
.dataTables_wrapper .bottom {
  overflow: hidden;
}
.dataTables_paginate {
  float: right;
}
.dataTables_paginate .pagination {
  margin: 0 auto;
}
.dataTables_length {
  margin-left: 0;
  margin-top: 0;
}
.dataTables_length select {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #b2b2b2;
}
.dataTables_info,
.dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  border: 1px solid #dddddd;
  background-color: #fff;
  color: #666;
  margin-left: 5px;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  display: inline-block;
  background-color: #28b84a;
  border-color: #28b84a;
}
.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;
  color: #fff;
  cursor: default;
  background-color: #20944d;
  border-color: #1b8243;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #20944d;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  font-size: 13px;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #20944d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
}
.dataTables_info,
.dataTables_length {
  line-height: 32px;
  margin-right: 10px;
  color: #999;
  font-size: 13px;
}
.dataTables_processing {
  position: absolute;
  left: 50%;
  top: 40%;
  color: #fff;
  padding: 10px 25px;
  line-height: 1.5;
  border-radius: 4px;
  min-width: 200px;
  text-align: center;
  margin-left: -100px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 10px 15px;
}
.ngdialog .gui-table td,
.ngdialog .gui-table th {
  padding: 8px 15px;
}
.input-container,
.ranges-actions {
  display: none !important;
}
.daterangepicker {
  z-index: 30001;
}
calendar .header {
  top: 0 !important;
}
calendar .board {
  top: -1px !important;
}
.daterangepicker {
  display: none;
}
.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
  float: right;
  width: 60px;
  margin-left: 8px;
  border-radius: 2px;
}
.daterangepicker .applyBtn {
  background: #28b84a;
  color: #fff;
  border: 1px solid #28b84a;
}
.daterangepicker .applyBtn:hover {
  background: #28b84a;
  border: 1px solid #28b84a;
}
.daterangepicker .cancelBtn {
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #fff;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0;
}
.picker-dropdown-container .picker {
  height: auto !important;
}
ob-daterangepicker .picker-dropdown-container .picker-dropdown {
  width: 200px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}
ob-daterangepicker .picker-dropdown-container .picker-dropdown::after {
  display: none;
}
ob-daterangepicker.right .picker {
  left: -8px !important;
}
.daterangepicker_input {
  display: none;
}
.table-condensed thead tr:first-child {
  background: #28b84a;
}
.table-condensed thead tr:first-child .available {
  border-radius: 0;
}
.table-condensed thead tr:first-child .available:hover {
  background-color: #28b84a;
}
.table-condensed thead tr:first-child .month {
  border-radius: 0;
  border: 0;
  color: #fff;
}
.table-condensed thead tr th {
  border-radius: 0;
}
.daterangepicker.show-calendar .drp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prev {
  background: #28b84a url(../../images/common/arrow_left.png) no-repeat 50% 50%;
}
.prev i:before {
  content: none;
}
.next {
  background: #28b84a url(../../images/common/arrow_right.png) no-repeat 50% 50%;
}
.next i:before {
  content: none;
}
.table-condensed thead tr:last-child th:first-child,
.table-condensed thead tr:last-child th:last-child {
  color: #28b84a;
}
.table-condensed tbody .in-range {
  background-color: #fef1d9;
}
.table-condensed tbody .active {
  color: #fff;
  background: #f2a113;
}
.table-condensed tbody .active:hover {
  background: #f2a113;
}
input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  margin: 0;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"]:after {
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 1px;
  display: table;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  content: " ";
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:checked {
  outline: none;
  background-color: #20944d;
  border-color: #1b8243;
}
input[type="checkbox"]:checked:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
input[type="checkbox"]:disabled {
  background-color: #e1e1e1;
  cursor: not-allowed;
  border-color: #d3d3d3;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}
input[type="radio"] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  border-color: #d9d9d9;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  outline: none;
}
input[type="radio"]:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: " ";
  background-color: #20944d;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
input[type="radio"]:focus {
  outline: none;
}
input[type="radio"]:checked {
  border-color: #20944d;
}
input[type="radio"]:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
input[type="radio"]:disabled {
  border-color: #d9d9d9 !important;
  background-color: #f3f3f3;
  cursor: not-allowed;
}
input[type="radio"]:disabled:after {
  background-color: #cccccc;
}
.gui-input,
.gui-textarea {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 18px;
  height: inherit !important;
  color: #333;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: left;
  outline: none;
  padding: 8px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  margin-right: 10px;
  /* min-width: 400px; */
}
.gui-input.input-date,
.gui-textarea.input-date {
  min-width: 210px !important;
  background: #fff url("../../images/dist/icon-time.png") right center no-repeat;
}
.gui-input.ng-dirty.ng-valid,
.gui-textarea.ng-dirty.ng-valid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #47b995;
}
.gui-input.ng-dirty.ng-invalid,
.gui-textarea.ng-dirty.ng-invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fa787e;
}
.gui-input:-moz-read-only,
.gui-textarea:-moz-read-only {
  background-color: #f7f7f7;
}
.gui-input:read-only,
.gui-textarea:read-only {
  background-color: #f7f7f7;
}
.gui-input:disabled,
.gui-textarea:disabled {
  background-color: #eee;
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
}
.gui-textarea {
  min-height: 80px;
  resize: vertical;
}
.col-1 {
  width: 450px;
}
.col-2 {
  width: 166px;
}
.gui-input-action {
  display: inline-block;
}
.gui-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px 0 0;
  font: inherit;
  text-transform: none;
  height: 36px;
  padding: 6px 18px 6px 12px;
  padding-right: 6px \9;
  font-size: 15px;
  background-color: #fff;
  background: #fff url("../../images/dist/icon-xl-select.png") right center
    no-repeat;
  background-image: none \9;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gui-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.gui-select.ng-dirty.ng-valid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #47b995;
}
.gui-select.ng-dirty.ng-invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fa787e;
}
.gui-select:disabled {
  background-color: #eee;
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
}
.gui-form-group {
  padding: 13px 0 28px;
}
.gui-form-group .field-item {
  display: inline-block;
  font-weight: 400;
  color: #666;
  vertical-align: middle;
}
.gui-form-group .field-item .field-title {
  display: inline-block;
  vertical-align: middle;
}
.gui-form-group .item-date .gui-input {
  margin-top: 0;
}
.gui-form-group .date-separate {
  margin-top: 0;
  margin-left: -8px;
  margin-right: 2px;
}
.gui-form-group .date-separate:before {
  content: "-";
  display: inline-block;
}
.gui-form-group .gui-input,
.gui-form-group .gui-select {
  margin-top: 15px;
}
.gui-form-group .gui-input {
  min-width: 120px;
}
.gui-form-group .input-date {
  width: auto;
}
.gui-form-group .gui-btn {
  margin-right: 10px;
  margin-top: 15px;
}
.gui-tree-content {
  margin-left: 200px;
}
.gui-step {
  overflow: hidden;
  width: 100%;
  margin: 30px auto 0;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.gui-step li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.gui-step li:before,
.gui-step li:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  width: 20%;
  top: 15px;
  background-color: #19a34c;
}
.gui-step li:after {
  left: auto;
  right: 0;
  width: 20%;
}
.gui-step li:first-child:before {
  display: none;
}
.gui-step li:last-child:after {
  display: none;
}
.gui-step li.active:after {
  background-color: #bbb;
}
.gui-step li.active ~ li:before,
.gui-step li.active ~ li:after {
  background-color: #bbb;
}
.gui-step li.active ~ li strong {
  background-color: #bbb;
}
.gui-step li.active ~ li span {
  color: #bbb;
}
.gui-step li strong {
  position: relative;
  z-index: 1;
  border-radius: 100%;
  background-color: #2fb15f;
  color: #fff;
  width: 30px;
  line-height: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.gui-step li span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #2fb15f;
  text-align: center;
  vertical-align: middle;
}
.step {
  width: 900px;
  background: #fbfbfb;
  margin: 0 auto;
}
.print-body {
  padding: 15px 0;
}
.print-body figure {
  width: 740px;
  background-color: #f2f2f2;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.print-body figure .imgBox {
  display: inline-block;
}
.gui-checkbox-group {
  width: 100%;
  height: 230px;
  border: 1px solid #e9e9e9;
  margin: 0 auto;
}
.gui-checkbox-group .gui-checkbox-group-item,
.gui-checkbox-group .col4 {
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
  border-right: 1px solid #e9e9e9;
  cursor: default;
}
.gui-checkbox-group .gui-checkbox-group-item:nth-child(1),
.gui-checkbox-group .col4:nth-child(1),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(2),
.gui-checkbox-group .col4:nth-child(2),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(3),
.gui-checkbox-group .col4:nth-child(3),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(4),
.gui-checkbox-group .col4:nth-child(4),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(9),
.gui-checkbox-group .col4:nth-child(9),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(10),
.gui-checkbox-group .col4:nth-child(10),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(11),
.gui-checkbox-group .col4:nth-child(11),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(12),
.gui-checkbox-group .col4:nth-child(12),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(17),
.gui-checkbox-group .col4:nth-child(17),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(18),
.gui-checkbox-group .col4:nth-child(18),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(19),
.gui-checkbox-group .col4:nth-child(19),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(20),
.gui-checkbox-group .col4:nth-child(20) {
  background-color: #f9f9f9;
}
.gui-checkbox-group .gui-checkbox-group-item:nth-child(4),
.gui-checkbox-group .col4:nth-child(4),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(8),
.gui-checkbox-group .col4:nth-child(8),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(12),
.gui-checkbox-group .col4:nth-child(12),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(16),
.gui-checkbox-group .col4:nth-child(16),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(20),
.gui-checkbox-group .col4:nth-child(20) {
  border: none;
}
.gui-checkbox-group .gui-checkbox-group-item.active,
.gui-checkbox-group .col4.active {
  border: 1px solid #f2a113;
  background: url(../../images/dist/selected.png) right bottom no-repeat;
  background-color: #fff8eb;
}
.gui-checkbox-group .col1 {
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
  border-right: 1px solid #e9e9e9;
  cursor: default;
}
.gui-checkbox-group .col1:nth-child(1),
.gui-checkbox-group .col1:nth-child(3),
.gui-checkbox-group .col1:nth-child(5),
.gui-checkbox-group .col1:nth-child(7),
.gui-checkbox-group .col1:nth-child(9),
.gui-checkbox-group .col1:nth-child(11),
.gui-checkbox-group .col1:nth-child(13),
.gui-checkbox-group .col1:nth-child(15),
.gui-checkbox-group .col1:nth-child(17),
.gui-checkbox-group .col1:nth-child(19) {
  background-color: #f9f9f9;
}
.gui-checkbox-group .col1:nth-child(2),
.gui-checkbox-group .col1:nth-child(4),
.gui-checkbox-group .col1:nth-child(6),
.gui-checkbox-group .col1:nth-child(8),
.gui-checkbox-group .col1:nth-child(10),
.gui-checkbox-group .col1:nth-child(12),
.gui-checkbox-group .col1:nth-child(14),
.gui-checkbox-group .col1:nth-child(16),
.gui-checkbox-group .col1:nth-child(18),
.gui-checkbox-group .col1:nth-child(20) {
  border: none;
  background-color: #fff;
}
.gui-checkbox-group .col1.active {
  border: 1px solid #f2a113;
  background: url(../../images/dist/selected.png) right bottom no-repeat;
  background-color: #fff8eb;
}
.gui-map-popup {
  width: 857px;
  position: relative;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}
.gui-map-popup #map {
  width: 100%;
  height: 574px;
}
.gui-map-popup #searchBar {
  position: absolute;
  width: 100%;
  height: 61px;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
}
.gui-map-popup #searchBar #location {
  width: 644px;
  height: 35px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  text-indent: 15px;
}
.gui-map-popup #searchBar #search {
  width: 68px;
  height: 35px;
  background-color: #28b84a;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 3px;
  margin: 15px 0 0 9px;
}
.gui-map-popup #result {
  overflow: auto;
  padding: 10px;
  opacity: 1 !important;
  border: 1px solid #e6e5e5;
  position: absolute;
  z-index: 99999;
  top: 61px;
  height: inherit !important;
  bottom: 0;
}
.gui-map-popup #result #searchDiv div a {
  color: #28b94a;
  margin-left: 10px;
}
.gui-map-popup #result #searchDiv div div:not(:last-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  text-indent: 35px;
  border-bottom: 1px dashed #eee;
}
.gui-map-popup #result #pageDiv a {
  display: inline-block;
  width: 30px;
  border: 1px solid #e4e3e3;
  color: #28b94a;
  margin-bottom: 5px;
  text-align: center;
}
.gui-map-popup #result #pageDiv a.currentPage {
  border: 1px solid #28b94a;
  background-color: #28b94a;
  color: #fff;
}
.view-type {
  margin-left: 15px;
  float: right;
  line-height: 30px;
}
.view-type .gui-icon {
  padding: 15px;
  margin-left: 5px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 3px;
}
.gui-table-panel {
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 10px;
}
.gui-table-panel p {
  font-size: 14px;
  color: #1b8243;
  float: left;
  line-height: 30px;
}
.gui-table-panel .gui-btn {
  float: right;
}
.gui-graph {
  padding: 15px 0;
  margin-left: -20px;
}
.gui-graph > li {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.gui-graph .graph-block {
  background-color: #eee;
  min-height: 250px;
  border-radius: 2px;
  position: relative;
}
.gui-graph .desc {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
.gui-content-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gui-content-slide .content-wrap {
  overflow: hidden;
  width: 200%;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.gui-content-slide .content-block {
  width: 50%;
  float: left;
  overflow: hidden;
}
.gui-form-group {
  position: relative;
}
.gui-form-group .condition-item {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.gui-form-group .condition-item .field-title {
  margin-right: 25px;
  vertical-align: middle;
}
.gui-form-group .condition-item .label-for {
  margin-top: 15px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.gui-form-group .condition-item .label-for input[type="checkbox"] {
  margin: -2px 3px 0 0;
  vertical-align: middle;
}
.gui-form-group .width-100 {
  width: 100%;
}
.gui-form-group .custom-condition {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 15px;
  font-size: 14px;
  color: #5db9f8;
  cursor: pointer;
  line-height: 20px;
}
.gui-custom-condition .list-condition {
  padding: 0 15px;
  margin-top: 0;
}
.gui-custom-condition .list-condition li {
  width: inherit;
  min-width: 140px;
  float: left;
}
.gui-custom-condition .list-condition label {
  font-weight: 400;
  cursor: pointer;
}
.gui-custom-condition .list-condition input {
  margin: -3px 5px 0 0;
}
.gui-custom-condition .list-condition .disabled {
  color: #999;
}
.gui-custom-condition .list-head {
  padding: 5px 15px;
  font-weight: 400;
}
.gui-custom-condition .list-head label {
  color: #333;
  cursor: pointer;
  font-weight: 400;
}
.gui-custom-condition .list-head input {
  margin-right: 5px;
  margin-top: -2px;
}
.pccWarp {
  position: relative;
  display: inline-block;
}
.pccWarp .tabbable {
  background-color: white;
  position: absolute;
  display: none;
  width: 490px;
  padding: 10px 20px;
  border: 1px solid green;
  z-index: 10;
}
.pccWarp .tabbable .nav {
  width: 100%;
}
.pccWarp .tabbable .tab-content {
  width: 100%;
  margin: 10px 0px;
  border: 0px;
}
.pccWarp .tabbable .tab-content .tab-pane li {
  float: left;
  padding: 10px;
  cursor: pointer;
}
.pccWarp .tabbable .tab-content .tab-pane li:hover {
  background-color: #eee;
}
.tabbableStyleShow {
  display: block;
}
.tabbableStyleDis {
  display: none;
}
body {
  height: 100%;
  background-color: #fff;
}
.gui-mid-wrapper {
  padding-top: 83px;
  min-height: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -83px;
}
.gui-menu {
  float: left;
  width: 200px;
  min-height: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.gui-content {
  min-height: 100%;
  height: 100%;
  margin-left: 199px;
  padding: 15px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-left: 1px solid #ececec;
  overflow: auto;
}
.gui-content > .gui-section {
  margin-bottom: 0;
}
.gui-section {
  padding: 0 15px;
  margin-bottom: 20px;
  background: #fff;
  border-top: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.gui-section.section-table {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin: 0;
}
.gui-tree-sidebar {
  float: left;
  width: 200px;
}
.gui-tree-content {
  margin-left: 200px;
}
.gui-page-head {
  margin-bottom: 40px;
  padding-top: 10px;
  color: #333;
}
.gui-page-head h1 {
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #20944d;
  vertical-align: middle;
  line-height: 1.5;
  padding: 0 15px 5px;
  margin-bottom: -1px;
}
.gui-page-head img {
  float: left;
  margin-right: 5px;
}
.gui-page-head h3 {
  font-size: 18px;
  font-weight: 100;
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: middle;
}
.gui-page-head span {
  font-size: 14px;
  color: #999;
}
.gui-page-head .line {
  display: inline-block !important;
  width: 59%;
  height: 0px;
  border-bottom: 1px solid #f2f2f2;
  float: right;
  margin-top: 12px;
}
.gui-page-head .verify {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: bold;
}
.gui-page-head.underline {
  border-bottom: 1px solid #ddd;
}
.gui-checkbox-group {
  width: 100%;
  height: 230px;
  border: 1px solid #e9e9e9;
  margin: 0 auto;
}
.gui-checkbox-group .gui-checkbox-group-item {
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  border: 1px solid #fff;
  text-align: center;
  float: left;
  border-right: 1px solid #e9e9e9;
  cursor: default;
}
.gui-checkbox-group .gui-checkbox-group-item:nth-child(1),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(2),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(3),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(4),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(9),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(10),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(11),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(12),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(17),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(18),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(19),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(20) {
  background-color: #f9f9f9;
}
.gui-checkbox-group .gui-checkbox-group-item:nth-child(4),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(8),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(12),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(16),
.gui-checkbox-group .gui-checkbox-group-item:nth-child(20) {
  border: none;
}
.gui-checkbox-group .gui-checkbox-group-item.active {
  border: 1px solid #f2a113;
  background: url(../../images/dist/selected.png) right bottom no-repeat;
  background-color: #fff8eb;
}
