.icon-heibai-quxiao:hover {
  color: #000; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*message*/
.ticket-message {
  font-size: 16px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 45px;
  left: 0; }

.ticket-message-notice {
  text-align: center; }

.message {
  word-break: break-all;
  padding: 11px 24px 11px 19px;
  display: inline-block;
  min-width: 360px;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.65);
  border-left-width: 4px;
  position: relative;
  cursor: pointer;
  text-align: left;
  /*position: fixed;*/
  /*z-index: 11;*/
  /*top: 45px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/ }

.message-pageinner.message {
  display: block;
  max-width: 800px;
  font-size: 12px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none; }

.message-operate {
  margin-left: 10px;
  color: #527BF0; }
  .message-operate a {
    text-decoration: none;
    color: #527BF0; }

.message-close {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  width: 8px;
  height: 8px;
  font-size: 8px;
  position: absolute;
  top: 16px;
  font-size: 0;
  right: 16px;
  cursor: pointer; }

.message .icon {
  font-size: 8px; }

.message-info {
  background: #F5F5F5;
  border-color: #5A5A5A;
  border-left-color: #5A5A5A; }

.message-primary {
  background: #F1F5FE;
  border-left-color: #527BF0; }

.message-warning {
  background: #FEF3EB;
  border-color: #FCCCA7;
  border-left-color: #FF5500; }

.message-success {
  background: #EBF8F2;
  border-color: #A7E1C4;
  border-left-color: #7ED321; }

/*message*/
.message.sm {
  display: inline-block;
  min-width: 360px;
  max-width: 800px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 34px;
  height: 34px;
  color: rgba(0, 0, 0, 0.65);
  /*border-style: solid;
	border-width: 1px;
	border-left-width:4px;*/
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 8px; }

.message-info {
  /*border-left:4px solid $color-primary;*/
  /*background-color:#F1F5FE;*/
  /*border-left-color:$color-primary;*/ }

.message-warning {
  /*border-left:4px solid $color-warning;*/
  /*background: $color-bg-warning;*/
  /*border-left-color:#FF5500;*/ }
.frame {
  width: 100%;
  height: 100%; }

#root {
  width: 100%;
  height: 100%; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*导航*/
.icon-add-wrap {
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 22.5px;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  border: 1px solid #979797;
  border-radius: 50%;
  position: relative; }
  .icon-add-wrap .tooltip {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%); }
  .icon-add-wrap .icon-xinjiangongdan {
    font-size: 12px !important; }

.icon-nav-wrap {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  position: relative; }
  .icon-nav-wrap .tooltip {
    position: absolute;
    top: 50%;
    right: -71px;
    transform: translateY(-50%); }

.icon-nav-task-wrap .tooltip {
  right: -101px; }

.active.icon-nav-wrap {
  background: #fff; }
  .active.icon-nav-wrap .icon, .active.icon-nav-wrap .icon:hover {
    color: #527BF0; }

.item-add {
  width: 100%;
  text-align: center; }

.icon-add-wrap:hover {
  border-color: #fff; }
  .icon-add-wrap:hover .icon {
    color: #fff; }

.icon-add-wrap.active {
  border-color: #fff;
  background: #fff; }
  .icon-add-wrap.active .icon-add-inner, .icon-add-wrap.active .icon-add-inner:hover {
    color: #527BF0; }

.icon-add-inner {
  font-size: 14px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  /*margin-top: 7px;*/
  /*margin-left: 7px;*/ }

.icon-edit {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px; }

.icon-del {
  display: inline-block;
  width: 16px;
  height: 14px;
  font-size: 15px; }

.icon-nav-ticket-wrap {
  margin-bottom: 27px; }

.icon-nav-ticket {
  width: 20px;
  height: 22px; }

.icon-nav-task-wrap {
  margin-bottom: 28px; }

.icon-nav-task {
  width: 22px;
  height: 20px; }

.icon-nav-customer-wrap, .icon-nav-data-wrap {
  margin-bottom: 29px; }

.icon-nav-customer {
  width: 20px;
  height: 21px; }

.icon-nav-data {
  width: 22px;
  height: 22px; }

.icon-nav-config-wrap {
  position: absolute;
  bottom: 12px; }
  .icon-nav-config-wrap .tooltip {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%); }

.icon-heibai-guanlimoshi {
  height: 15px;
  height: 15px;
  /*position: absolute;
	left:22px;
	bottom: 12px;*/
  /*align-self:flex-end;*/ }

.add-wrap {
  width: 60px;
  text-align: center;
  position: relative; }

.createPanel {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  padding: 12px 8px 14px;
  position: absolute;
  background: #fff;
  left: 60px;
  top: -10px; }
  .createPanel li {
    text-align: left;
    width: 134px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    padding-left: 8px;
    border-radius: 2px; }
  .createPanel li:hover {
    box-shadow: 0px 0px 4px #527BF0;
    background-color: #DEE6FC;
    cursor: pointer; }

.nav {
  margin: 0;
  background-color: #41434A;
  position: relative;
  height: inherit;
  width: 60px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -ms-flex-direction: column;
      flex-direction: column;
  /*justify-content: space-between;*/
  -ms-flex-align: center;
      align-items: center; }
  .nav .iconfont {
    color: #b3b3b6;
    font-size: 22px;
    cursor: pointer; }
  .nav .iconfont:hover {
    color: #fff; }
  .nav .iconfont.active {
    color: #527BF0; }
  .nav .user-wrap {
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative; }
  .nav .userinfo-panel {
    position: absolute;
    width: 214px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    top: 45px;
    left: 30px;
    box-sizing: border-box;
    padding: 12px 8px 12px;
    border-radius: 2px;
    background: #fff;
    z-index: 4; }
  .nav .user-menu {
    font-size: 14px;
    color: #333;
    /*height: 26px;*/
    /*line-height: 26px;*/
    /*padding-left: 8px;*/
    padding: 4px 0px 4px 8px;
    margin-bottom: 4px; }
  .nav .email-info {
    color: #999;
    font-size: 12px;
    margin-left: 8px; }
  .nav .line {
    height: 1px;
    width: 100%;
    background-color: #E9E9E9;
    margin-top: 12px;
    margin-bottom: 12px; }
  .nav .user-menu:hover {
    background: #DEE6FC;
    border-radius: 2px;
    box-shadow: 0px 0px 4px #527BF0; }
  .nav .user-base-info > div {
    margin-bottom: 4px; }
  .nav .user-base-info.user-menu {
    padding-top: 4px;
    padding-left: 8px; }
  .nav .user-wrap:hover {
    background-color: #2D2F36; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*form */
/*input*/
input[type=text], input[type=password], textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type] {
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px;
  min-width: 100%;
  border: 1px solid #BFBFBF;
  padding-left: 16px;
  color: #333; }

.form-group {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%; }
  .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700; }

.error input {
  border: 1px solid #FF5500 !important;
  background-color: #fff !important; }

.error input:focus {
  box-shadow: 0px 0px 4px #FF5500 !important;
  border: 1px solid #7B9BF4; }

.error span {
  color: #FF5500;
  font-size: 12px;
  padding-left: 8px; }

input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #5A5A5A; }

input[type=text]:focus, input[type=password]:hover {
  border: 1px solid #7B9BF4;
  box-shadow: 0px 0px 4px #A2B8F7;
  color: #333; }

input[disabled] {
  border: 1px solid #D9D9D9 !important;
  box-shadow: none !important;
  /*color:$color-font-input-active;*/
  background-color: #F5F5F5 !important; }

/*input search*/
.input-icon {
  color: #919191; }
  .input-icon .input-icon-wrap {
    color: #919191;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 0; }
  .input-icon .input-icon-wrap.reverse {
    transform: rotateZ(180deg); }
  .input-icon .iconfont.icon-switch {
    font-size: 10px; }

.input-icon-before input {
  padding-left: 35px; }

.input-icon-before input:focus {
  box-shadow: none !important; }

.input-icon-before .input-icon-wrap {
  top: 12px;
  left: 14px; }

/*query input*/
.input-icon-after input {
  padding-right: 35px; }

.input-icon-after .input-icon-wrap {
  top: 12px;
  right: 14px; }

.input-icon-after .icon-triangle {
  top: 17px;
  right: 8px; }

.input-small.input-icon-after .input-icon-wrap {
  top: calc(50% - 8px);
  right: 5px; }

.input-small.input-icon-after .input-icon-wrap .icon {
  font-size: 12px; }

.input-small input {
  height: 30px;
  min-height: 30px;
  font-size: 14px; }

.input-icon-after:focus .icon {
  display: none; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

.btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  vertical-align: middle;
  position: relative; }

.btn-primary, .btn-default {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 85px;
  font-size: 16px;
  text-align: center; }

.btn[disabled] {
  box-shadow: none;
  background-color: #D9D9D9;
  pointer-events: none;
  cursor: not-allowed;
  border: none;
  color: #fff; }
  .btn[disabled] span, .btn[disabled] i {
    color: #fff; }

.btn-primary {
  background-color: #527BF0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff; }

.btn-default {
  padding: 0 14px;
  border: 1px solid #BFBFBF;
  color: #666666;
  background-color: #FBFBFB; }

.btn-primary:hover {
  background-color: #4163D6; }

/*.btn.disable{
	box-shadow:none;
	background-color:$color-disable;
	pointer-events:none;
	cursor: not-allowed;
	border:none;
}*/
.btn-primary:active {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) inset; }

.btn-default:hover {
  border-color: #5A5A5A; }

.btn-default:active {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) inset; }

.btn-default:disable {
  border: none; }

.btn-lg {
  padding: 0px;
  width: 220px; }

.btn-fold {
  padding: 0px 8px;
  line-height: 24px;
  height: 24px;
  background-color: #5A5A5A;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  position: relative; }

.btn-fold.before:before, .btn-fold.after:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAAXNSR0IArs4c6QAAAFxJREFUGBlj+P//vzEQOzAQAEA1vkCsygAkDID4JRB74tIDlIsD4idArABWA2SYAzFWTUBxmGJ1FAOxacKpGKYTWRNBxWiaXgE1gNyM6gyYInQaqFALiBXQxUF8AEc6dDDs4x69AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: left center; }

.btn-fold.before:before {
  margin-right: 8px; }

.btn-fold.after:after {
  margin-left: 8px; }

.btn-fold.reverse:before {
  transform: rotate(180deg); }

.btn-fold.rotate90:before, .btn-fold.rotate90:after {
  transform: rotate(90deg); }

.btn-fold.rotateminus90:before, .btn-fold.rotateminus90:after {
  transform: rotate(-90deg); }

.btn-fold:hover {
  background-color: #404040; }

.btn-fold:active {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5) inset; }

.btn-icon {
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #527BF0;
  border: 1px solid #C4D2FA; }
  .btn-icon .iconfont {
    vertical-align: top; }

.btn-icon-lg {
  padding: 0px 5px;
  font-size: 14px;
  opacity: 0.6;
  border: none; }

.btn-icon-sm {
  border: none;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  vertical-align: middle; }
  .btn-icon-sm .iconfont {
    font-size: 15px; }

.btn-icon-sm:hover {
  color: #333; }

.btn-icon-lg:hover {
  opacity: 1; }

.btn > .iconfont + span, .btn > span + .iconfont {
  margin-left: 4px; }

.btn-icon-lg > .iconfont + span, .btn-icon-lg > span + .iconfont {
  margin-left: 6px; }

.btn-icon-primary {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #527BF0;
  border: 1px solid #E2E2E2;
  padding: 0 8px; }
  .btn-icon-primary > i {
    color: #666; }
  .btn-icon-primary > .iconfont + span, .btn-icon-primary span + .iconfont {
    margin-left: 8px; }
  .btn-icon-primary i, .btn-icon-primary span {
    color: #333; }
  .btn-icon-primary:hover {
    border-color: #999; }

.btn-icon-white {
  background: #527BF0; }
  .btn-icon-white > i {
    color: #fff; }
  .btn-icon-white i, .btn-icon-white span {
    color: #fff; }

.btn-border-none {
  border-color: transparent;
  background: transparent; }

/*隐藏输入框*/
.input-prompt:after {
  content: "\56DE\8F66\786E\8BA4\FF0C  ESC\53D6\6D88";
  display: inline-block;
  display: none;
  color: #527BF0;
  margin-left: 6px;
  height: 17px;
  font-size: 12px;
  line-height: 1; }

.btn-loading {
  opacity: 0.4;
  point-event: none; }
  .btn-loading .icon-circle45:before {
    display: inline-block;
    animation: loadingCircle 1s infinite linear; }
  .btn-loading .icon-circle45 {
    color: #fff;
    margin-right: 5px; }

@keyframes loadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg); }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg); } }
/* file upload*/
input[type='file'] {
  opacity: 0;
  position: absolute;
  -webkit-appearance: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.cascader-wrap {
  position: relative;
  display: inline-block;
  width: 100%; }

.cascader-selects-wrap {
  position: absolute;
  top: 42px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s;
  background: #fff;
  z-index: 11; }

.red {
  color: red; }

.cascader-search-wrap.cascader-selects-wrap {
  width: 100%; }
  .cascader-search-wrap.cascader-selects-wrap .cascader-select {
    border-right: none; }

.cascader-select:first-child {
  border-radius: 4px 0 0 4px; }

.cascader-select:last-child li {
  background-image: null; }

.cascader-select::-webkit-scrollbar {
  display: none; }

.cascader-select:not(:last-child) li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAC1CAMAAAB8grGVAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEoqZZAAAAGnRSTlMAmXwLBk1xdzsDhW1kRzUsk0Mgdh4OWVNPErWNTMQAAAEASURBVHja7dJJjsJAEETRTNuNa/QE9HD/i7ZggZFghYhaoP8v8KRQ2KW4Tes6n01X/734tcNsomL2W2UwScHv6npTlFyObO5yJLgeqa5HguuRkzdAUgNk8gZIaYDEQwNkAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB+XzkGBsgP6ZHlr8GSDU9kt9s9OOTa72Z6PyxUU940RM+6YkU5YTPeqLqiS8ICAgICAgICAgICAgICAgICAgICIhPIYYGxKgfamQohmIohnq1rCeCnrCkJ056woKesKonLOgJ23TEXtITFnTEXtETNuSdqCYq/i5+Lc2m67zm7limaJL+AXKiGXCGUu15AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 5px 10px;
  background-position: 95% center;
  padding: 5px 22px 5px 12px; }

.cascader-select {
  height: 188px;
  overflow-y: scroll;
  border-right: 1px solid #e8e8e8; }
  .cascader-select li {
    padding: 5px 12px;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    color: #314659;
    min-width: 110px;
    box-sizing: border-box; }
  .cascader-select li.active {
    background-color: #f5f5f5;
    font-weight: 600; }
  .cascader-select li:hover {
    background-color: #e6f7ff; }

.input-icon-wrap.input-icon-close-wrap {
  top: 10px;
  background: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px; }
  .input-icon-wrap.input-icon-close-wrap .iconfont.icon {
    color: #fff;
    font-size: 10px; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*select*/
select {
  box-sizing: border-box;
  display: block;
  border: 1px solid #BFBFBF;
  color: #666666;
  outline: 0; }
  select option {
    background-color: #fff; }

.select-control {
  min-width: 100%;
  color: #666666;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  position: relative;
  font-size: 16px;
  background-color: transparent;
  -webkit-appearance: none;
  padding-left: 16px;
  border-radius: 2px; }

.select-control[disabled], .select-control[disabled]:hover {
  background-color: #F7F7F7; }

.select-control + .input-icon-wrap {
  z-index: 1; }

.select-control.select-small {
  width: 170px;
  height: 30px;
  line-height: 30px;
  font-size: 14px; }

.select-control:hover {
  border-color: #5A5A5A; }

.select-control[disabled]:hover {
  border-color: #BFBFBF; }
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
.ticket-tag {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  position: relative;
  white-space: nowrap;
  margin-right: 2px;
  margin-bottom: 2px; }
  .ticket-tag span {
    max-width: 100px;
    display: inline-block;
    word-break: break-word;
    vertical-align: middle; }

.tag-close {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAAAXNSR0IArs4c6QAAAJBJREFUGBltj7sNxCAMho9UMEFWoWSJbJEdssQVt0OGgJJVsgFl+BwZmegsgez/ZXA5518I4Vi4Wmvfz1yllHNGmGqt63MppzoYjhuy3pCbUtpmSyfYLqAEdkBjcAthgQWQLO/9ro7JMrbTqDLGeOHUspw8E8KCzG/zEFoxPW+xG8bH3wl2gxj4PCAp/woOzQ0oc3u4XcsPYAAAAABJRU5ErkJggg==) no-repeat;
  background-size: 10px 10px;
  margin-left: 7px; }

.tag-close:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAAH6Nf8rAAAABGdBTUEAALGPC/xhBQAAAI1JREFUGBltj+0JgCAQhlOHaBHBSdqiHVqiH+3QJIKLNISQj3J2Sgce+n7dabz3l3PusLSc87mMVfh7RHiFENbWhBMdDMd0WbmQm1LaRkshmF7BGtiAbxyg5BJnaWSVXXdxkNEtgBxDE2WM8cEppbm6JoQGec/mLtRi7uyiJ/SPzwl6QjXweUBS/goOzQuDO1UhAV2VwQAAAABJRU5ErkJggg==) no-repeat; }

.add-tag {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 5px 10px;
  position: relative;
  white-space: nowrap;
  margin-right: 2px;
  cursor: pointer;
  margin-bottom: 2px; }

/*ticket tag*/
.add-tag-wrap {
  display: inline-block;
  position: relative; }
  .add-tag-wrap .datalist-wrap {
    position: absolute;
    z-index: 20; }
.ticket-checkbox-disabled {
  cursor: not-allowed; }
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
.form-title {
  font-size: 20px;
  margin-top: 30px;
  line-height: 30px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 35px; }

.form-filed {
  margin-bottom: 24px; }
  .form-filed .attachlist {
    padding-left: 0;
    margin-top: 8px; }
  .form-filed > .flex > .cascader-wrap {
    width: 325px;
    -ms-flex: inherit;
        flex: inherit; }

.small-field {
  width: 325px; }

.form-filed:last-child {
  margin-bottom: 0; }

.filed-title {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #666666;
  margin-bottom: 4px;
  height: 22px; }

.mb12 {
  margin-bottom: 12px; }

.mb80 {
  margin-bottom: 80px; }

.visitor-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .visitor-block .message {
    -ms-flex: 1;
        flex: 1; }
  .visitor-block .vis-del {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-left: 90px; }
    .visitor-block .vis-del .iconfont {
      font-size: 14px; }

.attatch-del {
  width: 16px;
  height: 16px;
  margin-top: 5px; }
  .attatch-del .iconfont {
    font-size: 14px; }

.ticket-visitor-block {
  padding: 8px 16px;
  border: 1px dashed #BFBFBF; }

.content-title {
  height: 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .content-title .blue-bar {
    width: 3px;
    height: 20px;
    background-color: #527BF0; }
  .content-title .content-hint {
    line-height: 39px;
    margin-left: 6px;
    font-size: 16px; }

.form-content-main {
  padding-left: 30px;
  padding-bottom: 80px; }
  .form-content-main > .custom-field-wrap {
    width: 100%;
    padding: 15px;
    background-color: #F7F7F7;
    border: 1px solid #E9E9E9;
    margin-top: -16px; }
.front-wrap {
  width: 100%;
  height: 100%; }

.front-layout {
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  height: 100%; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
table {
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table-adaptive {
  height: auto; }
  .table-adaptive .table-head {
    position: static; }
  .table-adaptive .table-body {
    position: static; }

.ticket-ui-table-wrap {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: auto; }

.table-head {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden; }

.table-body {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

.table .ticket-checkbox {
  width: 16px;
  height: 16px; }

.table thead {
  height: 40px;
  border-bottom: 1px solid #d9d9d9; }

.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed; }
  .table > thead > tr:not(:last-child),
  .table > tbody > tr:not(:last-child),
  .table > tfoot > tr:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    transition: all .3s; }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 10px;
      line-height: 1.6;
      min-width: 50px;
      max-width: 200px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      box-sizing: border-box;
      /*vertical-align: top;*/
      /*border-top: 1px solid $table-border-color;*/
      font-size: 14px;
      color: #666; }
    .table > thead > tr > td:first-child, .table > thead > tr > th:first-child,
    .table > tbody > tr > td:first-child,
    .table > tbody > tr > th:first-child,
    .table > tfoot > tr > td:first-child,
    .table > tfoot > tr > th:first-child {
      text-align: center;
      width: 16px; }
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
      height: 59px; }
  .table > thead > tr > th {
    vertical-align: bottom;
    /*border-bottom: 1px solid $table-border-color;*/ }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 1px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

.unread {
  font-weight: 800; }

.ticket-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }

.ticket-main {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .ticket-main .table-outer {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 24px;
    padding-top: 32px;
    position: relative; }

.nav-second {
  height: 100%;
  /*margin-left:-180px;*/
  transition: all .3s ease-in-out; }

.main-info-wrap-wrap {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
  padding-top: 60px; }

/*front前台页面解构*/
.main-info {
  height: 70px;
  padding-left: 24px;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative; }
  .main-info h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block; }
  .main-info .num-wrap {
    font-size: 12px;
    margin-left: 25px;
    vertical-align: middle;
    color: #999; }
    .main-info .num-wrap .num {
      font-size: 16px;
      color: #333;
      margin-right: 4px; }
  .main-info .filterbtn {
    position: absolute;
    right: 24px;
    bottom: 25px; }

.table-inner-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex; }

.loading-sticks.ticket-loading {
  width: 50px;
  height: 46px; }
  .loading-sticks.ticket-loading .loading {
    background-color: #7B9BF4; }

.empty-list-wrap {
  width: 208px;
  text-align: center;
  margin: 0 auto; }
  .empty-list-wrap img {
    width: 208px;
    height: 202px;
    display: inline-block;
    margin-bottom: 52px; }

.field-custom-wrap {
  position: relative;
  width: 70px;
  height: 30px;
  display: inline-block; }
  .field-custom-wrap .field-choose {
    position: absolute;
    border-radius: 2px;
    width: 170px;
    top: 32px;
    background: #fff;
    right: 0;
    padding: 10px 8px;
    z-index: 2;
    height: 200px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5); }
    .field-custom-wrap .field-choose li:not(:last-child) {
      margin-bottom: 20px; }
    .field-custom-wrap .field-choose li {
      position: relative; }
    .field-custom-wrap .field-choose li:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 8px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAAH3K49sAAAABGdBTUEAALGPC/xhBQAAADlJREFUGBlj3LNnz0wGIGACEWAAEgHzGGFyIGEUDkIxUAaFAzaBJALFYKJ0UlEH6UYR5UIkRYPQBgAbYBwUmteQOQAAAABJRU5ErkJggg==); }
    .field-custom-wrap .field-choose .ticket-checkbox-wrapper > span {
      font-size: 14px;
      color: #666; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*pagination */
.pagination {
  /*width:236px;*/
  height: 25px;
  line-height: 25px; }
  .pagination .page-info {
    vertical-align: middle;
    width: 116px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65); }
    .pagination .page-info .arrow {
      display: inline-block;
      cursor: pointer;
      width: 6px;
      height: 9px;
      vertical-align: middle;
      background-repeat: no-repeat; }
    .pagination .page-info .arrow-left, .pagination .page-info .arrow-right {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAAXNSR0IArs4c6QAAAG1JREFUCB1jYGBgsAFiTiBGAUxAnioQNwOxJLIMM5BzASqQBaSfAvELEB8kAQJ3oRgkyQrENxiBBDIQBnKKgPgFyA5kwALksAHxD2RBfSBnJhB7Igv6AjkzgFgbWTATyGkHYlFkQRDbEojZ0QUB7ucM7+fkB7wAAAAASUVORK5CYII=); }
    .pagination .page-info .arrow-forbid.arrow-left, .pagination .page-info .arrow-forbid.arrow-right {
      cursor: not-allowed;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAAXNSR0IArs4c6QAAAGdJREFUCB1jZMAEzEAhURCBDDiBHH0gZkIWFAJyrIFYFlkQxAEJgiThQAPIMgVikDFwADLrLxCDaBRzQZa/A2IQAOn8DsTfQByYqz4D2Z+AWBMq9pERyEAG7ECODhD/QJcAKQLZJQoAZ5IJ44CFqSoAAAAASUVORK5CYII=); }
    .pagination .page-info .arrow-left {
      margin-left: 8px;
      margin-right: 25px;
      transform: rotateZ(180deg); }
    .pagination .page-info .arrow-forbid.arrow-left {
      transform: rotateZ(0deg); }
    .pagination .page-info .arrow-forbid.arrow-right {
      transform: rotateZ(180deg); }
    .pagination .page-info .arrow-right {
      margin-right: 23px; }
  .pagination select {
    outline: none;
    min-width: 48px;
    padding-right: 20px;
    font-size: 12px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    border-radius: 0px; }
  .pagination .page-option-desc {
    padding-left: 8px;
    padding-right: 16px;
    color: #999;
    font-size: 12px;
    vertical-align: middle; }
@charset "UTF-8";
/*rc-tooltip 组件*/
.ticket-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9; }
  .ticket-tooltip-hidden {
    display: none; }
  .ticket-tooltip-placement-top, .ticket-tooltip-placement-topLeft, .ticket-tooltip-placement-topRight {
    padding: 5px 0 9px 0; }
  .ticket-tooltip-placement-right, .ticket-tooltip-placement-rightTop, .ticket-tooltip-placement-rightBottom {
    padding: 0 5px 0 9px; }
  .ticket-tooltip-placement-bottom, .ticket-tooltip-placement-bottomLeft, .ticket-tooltip-placement-bottomRight {
    padding: 9px 0 5px 0; }
  .ticket-tooltip-placement-left, .ticket-tooltip-placement-leftTop, .ticket-tooltip-placement-leftBottom {
    padding: 0 9px 0 5px; }

.ticket-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  max-width: 350px;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.5);
  min-height: 34px; }

.ticket-tooltip-zoom-enter, .ticket-tooltip-zoom-leave {
  display: block; }

.ticket-tooltip-zoom-enter, .ticket-tooltip-zoom-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); }

.ticket-tooltip-zoom-leave {
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05); }

@-webkit-keyframe rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

@-webkit-keyframe rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

.ticket-tooltip-zoom-enter.ticket-tooltip-zoom-enter-active,
.ticket-tooltip-zoom-appear.ticket-tooltip-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn .1s;
  animation: rcToolTipZoomIn .1s; }

.ticket-tooltip-zoom-leave.ticket-tooltip-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut .1s;
  animation: rcToolTipZoomOut .1s; }

/*rc-tooltip 组件*/
@charset "UTF-8";
/*rc-tooltip 组件*/
.ticket-popover {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5; }
  .ticket-popover-hidden {
    display: none; }
  .ticket-popover-placement-top, .ticket-popover-placement-topLeft, .ticket-popover-placement-topRight {
    padding: 5px 0 9px 0; }
  .ticket-popover-placement-right, .ticket-popover-placement-rightTop, .ticket-popover-placement-rightBottom {
    padding: 0 5px 0 9px; }
  .ticket-popover-placement-bottom, .ticket-popover-placement-bottomLeft, .ticket-popover-placement-bottomRight {
    padding: 9px 0 5px 0; }
  .ticket-popover-placement-left, .ticket-popover-placement-leftTop, .ticket-popover-placement-leftBottom {
    padding: 0 9px 0 5px; }

.ticket-popover-inner {
  text-align: left;
  text-decoration: none;
  border-radius: 2px; }

.ticket-popover-zoom-enter, .ticket-popover-zoom-leave {
  display: block; }

.ticket-popover-zoom-enter, .ticket-popover-zoom-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); }

.ticket-popover-zoom-leave {
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05); }

@-webkit-keyframe rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

@-webkit-keyframe rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

.ticket-popover-zoom-enter.ticket-popover-zoom-enter-active,
.ticket-popover-zoom-appear.ticket-popover-zoom-appear-active {
  -webkit-animation-name: rcToolTipZoomIn .1s;
  animation: rcToolTipZoomIn .1s; }

.ticket-popover-zoom-leave.ticket-popover-zoom-leave-active {
  -webkit-animation-name: rcToolTipZoomOut .1s;
  animation: rcToolTipZoomOut .1s; }

/*rc-tooltip 组件*/
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

.td-back {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #D9D9D9;
  transform: rotate(90deg); }
  .td-back .icon-switch {
    font-size: 7px;
    color: #5A5A5A; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*tab*/
.tab-title-wrap {
  height: 40px;
  position: relative;
  /*overflow: hidden;*/
  border-bottom: 1px solid #BFBFBF; }

.tab-title {
  /*box-shadow: 0px 1px 4px rgba(0,0,0,0.1);*/
  /*height: 40px;*/
  /*overflow: hidden;*/
  padding-left: 10px; }
  .tab-title li {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #333;
    cursor: pointer;
    text-align: center;
    min-width: 80px; }
  .tab-title li.active {
    background: #fff;
    border-radius: 2px;
    border: 1px solid #BFBFBF;
    border-bottom: none; }

.tab-content-wrap {
  border: 1px solid #BFBFBF;
  border-top: none;
  padding: 25px 24px; }
  .tab-content-wrap .ticket-tab-content {
    display: none;
    height: 100%; }
  .tab-content-wrap .ticket-tab-content.active {
    display: block; }

.tab-comment-container .tab-title-wrap {
  border-bottom: 1px solid #D9D9D9;
  padding-top: 13px; }
  .tab-comment-container .tab-title-wrap .tab-title {
    padding-left: 7px; }
    .tab-comment-container .tab-title-wrap .tab-title li {
      margin-right: 20px;
      font-size: 14px;
      height: auto;
      line-height: 1;
      padding: 0;
      color: #999;
      border-radius: 0px;
      padding: 0 2px 6px 2px;
      box-sizing: border-box; }
    .tab-comment-container .tab-title-wrap .tab-title li.active {
      border: none;
      color: #333;
      border-bottom: 3px solid #527BF0; }

.tab-comment-container .tab-content-wrap {
  border: none;
  padding: 0; }
  .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li {
    padding: 30px 0px 22px 14px;
    border-bottom: 1px solid #D9D9D9; }
    .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li .comm-desc {
      font-size: 14px;
      margin-top: 12px;
      margin-bottom: 6px; }
      .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li .comm-desc ol li {
        list-style: decimal; }
      .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li .comm-desc ul li {
        list-style: disc; }
    .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li .comm-type {
      font-size: 14px;
      line-height: 18px;
      height: 18px;
      color: #999;
      vertical-align: middle;
      margin-left: 10px; }
    .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist > li .comm-time {
      font-size: 12px;
      height: 16px;
      line-height: 16px;
      color: #999; }
  .tab-comment-container .tab-content-wrap .ticket-tab-content .td-commlist li:last-child {
    border-bottom: none; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

.global-top {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 15px;
  border-bottom: 1px #ddd solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  background: #fff; }

.global-top-r {
  margin-right: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .global-top-r .icon-heibai-zhishiku {
    margin-left: 30px;
    margin-right: 20px; }
  .global-top-r .top-message {
    position: relative;
    cursor: pointer;
    display: inline-block; }
    .global-top-r .top-message .message-num {
      display: inline-block;
      min-width: 14px;
      height: 14px;
      box-sizing: border-box;
      padding: 0 4px;
      line-height: 14px;
      color: #fff;
      border-radius: 14px;
      background: #FF5500;
      font-size: 10px;
      position: absolute;
      font-style: normal;
      top: 2px;
      left: 80%; }

.global-top-l {
  font-size: 14px;
  color: #333; }
.cascader-wrap {
  width: 100%;
  -ms-flex: 1;
      flex: 1; }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

* {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  font-weight: normal; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }
@charset "UTF-8";
/*$color-red:             #ff3b30;*/
/*$color-yellow:          #ffcd06;*/
/*$color-orange:          #ff9500;*/
/*$color-pink:            #ff2d55;
$color-dark:            #0a0909;
$color-gray:            #ececec;*/
table {
  background-color: transparent; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table-adaptive {
  height: auto; }
  .table-adaptive .table-head {
    position: static; }
  .table-adaptive .table-body {
    position: static; }

.ticket-ui-table-wrap {
  width: 100%;
  height: inherit;
  position: relative;
  overflow: auto; }

.table-head {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden; }

.table-body {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

.table .ticket-checkbox {
  width: 16px;
  height: 16px; }

.table thead {
  height: 40px;
  border-bottom: 1px solid #d9d9d9; }

.table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed; }
  .table > thead > tr:not(:last-child),
  .table > tbody > tr:not(:last-child),
  .table > tfoot > tr:not(:last-child) {
    border-bottom: 1px solid #d9d9d9; }
  .table > thead > tr,
  .table > tbody > tr,
  .table > tfoot > tr {
    transition: all .3s; }
    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
      padding: 10px;
      line-height: 1.6;
      min-width: 50px;
      max-width: 200px;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      box-sizing: border-box;
      /*vertical-align: top;*/
      /*border-top: 1px solid $table-border-color;*/
      font-size: 14px;
      color: #666; }
    .table > thead > tr > td:first-child, .table > thead > tr > th:first-child,
    .table > tbody > tr > td:first-child,
    .table > tbody > tr > th:first-child,
    .table > tfoot > tr > td:first-child,
    .table > tfoot > tr > th:first-child {
      text-align: center;
      width: 16px; }
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
      height: 59px; }
  .table > thead > tr > th {
    vertical-align: bottom;
    /*border-bottom: 1px solid $table-border-color;*/ }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 1px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/*暂时保留*/
.icon {
  /*margin-right: 4px;*/ }

/*暂时保留*/
.icon-add-person {
  font-size: 14px; }

.icon-heibai-zhishiku, .icon-heibai-xiaoxizhongxin {
  font-size: 20px; }

.icon-warn {
  color: #FF5500; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 744px; } }
  @media (min-width: 992px) {
    .container {
      width: 964px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1164px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.row div:nth-child(odd) {
  background: rgba(0, 160, 233, 0.7); }

.row div:nth-child(even) {
  background: #00a0e9; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.t-tree {
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  cursor: pointer; }
  .t-tree li {
    font-size: 0;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    outline: 0; }

.t-tree li ul {
  margin: 0;
  padding: 0 0 0 24px;
  min-width: 200px; }

.t-tree-switcher {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  text-align: center; }
  .t-tree-switcher .icon:before {
    transition: transform .3s; }
  .t-tree-switcher .icon-triangle:before {
    display: inline-block;
    font-size: 14px; }

.t-tree li span.t-tree-switcher.ant-tree-switcher-noop {
  cursor: default; }

.t-tree-switcher_open {
  font-size: 12px;
  font-weight: 700;
  transition: transform .3s; }

.t-tree-switcher.t-tree-switcher_close .icon-triangle:before {
  transform: rotate(-90deg); }

.t-tree-node-content-wrapper {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.65);
  transition: all .3s;
  position: relative;
  height: 26px;
  line-height: 26px;
  width: 100%;
  box-sizing: border-box; }

.t-tree-switcher + .t-tree-node-content-wrapper {
  width: calc(100% - 24px); }

.datalist-wrap .t-tree-node-content-wrapper {
  width: calc(100% - 18px); }

.t-tree-node-content-wrapper:hover {
  background-color: #e6f7ff; }

.t-tree li .t-tree-node-content-wrapper.t-tree-node-selected {
  background-color: #bae7ff; }

.t-tree-child-tree {
  display: none; }

.t-tree-child-tree-open {
  display: block; }

.t-tree-title-wrap {
  font-size: 0; }

.t-tree-title {
  display: inline-block;
  font-size: 14px;
  max-width: calc(100% - 100px); }

.t-tree-title-menu-wrap {
  float: right;
  display: inline-block;
  margin-right: 5px; }

.t-tree-title-menu {
  display: inline-block;
  width: 26px;
  height: 26px;
  height: 26px;
  text-align: center; }

.t-tree-title-menu:hover, .add-tree-del-wrap:hover {
  color: #000; }

.t-tree li .form-group {
  width: 85%; }

.add-tree-del-wrap {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px; }

::-webkit-input-placeholder {
  color: #ccc; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

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

.clearfix {
  zoom: 1; }

.sep {
  margin: 10px 0;
  border-bottom: 1px solid #ed0e89fc; }

.font12 {
  font-size: 12px; }

.blue-light {
  color: #6782DF; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*2行省略*/
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }

.mb16 {
  margin-bottom: 16px; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

/*切图 区域 temp css*/
body {
  transition: all .3s ease-in-out; }

/*修改路由后的修改*/
.switch-wrap {
  margin-bottom: 24px; }

.condition-wrap {
  border: 1px solid #D9D9D9;
  padding-left: 17px;
  padding-right: 20px; }
  .condition-wrap > .button-wrap {
    margin-top: 10px;
    margin-bottom: 12px; }

/*修改路由后的修改*/
/*二级导航*/
.nav-second {
  margin-right: 3px;
  min-width: 260px;
  background-color: #FBFBFB;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.15);
  transition: all .3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.fold-nav-second {
  margin-left: -240px;
  padding-right: 20px; }
  .fold-nav-second .toggle-arrow {
    transform: rotateZ(180deg) !important;
    right: -20px !important; }

.nav-ticket .nav-ticket-title {
  height: 60px;
  line-height: 60px;
  padding-left: 16px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  color: #999;
  font-family: normal;
  position: relative; }
  .nav-ticket .nav-ticket-title .refresh {
    font-size: 12px;
    color: #527BF0;
    font-size: 12px;
    margin-left: 4px;
    font-weight: normal;
    cursor: pointer; }
  .nav-ticket .nav-ticket-title .toggle-arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAAXNSR0IArs4c6QAAAIxJREFUGBljYEADbm5uio6Ojo3///9nZEKWA0n8+fMnm5WVdTUjI+N/RpgkTIKFhWXBrl27roDEwZLYJMCSuCRAkky/fv0KB1p+CmYUSBAGQA5aAMTGzs7OljBBGM384MGDLwoKCiAHJCorK3+9f//+E7gkiIFLATNMFTYFKIFw4MCBF0DH9QOxNSiEAHLFWj0o7e4JAAAAAElFTkSuQmCC);
    background-size: 7px 12px;
    background-position: center center;
    background-repeat: no-repeat; }

.nav-ticket .nav-cat.close {
  height: 52px;
  overflow: hidden; }
  .nav-ticket .nav-cat.close .icon-triangle-posi {
    transform: rotateZ(-90deg);
    display: inline-block; }

.nav-ticket .nav-cat {
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-bottom: 0;
  /*padding-left: 16px;*/ }
  .nav-ticket .nav-cat .cat-title {
    position: relative;
    height: 52px;
    padding-left: 13px;
    color: #333;
    font-size: 16px;
    line-height: 52px; }
    .nav-ticket .nav-cat .cat-title .li-wrap {
      font-size: 16px; }
    .nav-ticket .nav-cat .cat-title .add-second-wrap {
      position: absolute;
      display: inline-block;
      width: 16px;
      height: 16px;
      right: 12px;
      top: 23px;
      line-height: 1; }
    .nav-ticket .nav-cat .cat-title .icon-add-wrap {
      width: 16px;
      height: 16px;
      position: absolute;
      right: 12px;
      top: 18px;
      margin-bottom: 0;
      font-size: 0;
      display: inline-block;
      text-align: center;
      line-height: 15px; }
      .nav-ticket .nav-cat .cat-title .icon-add-wrap .icon-adds {
        font-size: 9px !important;
        color: #979797; }
    .nav-ticket .nav-cat .cat-title .icon-add-wrap:hover {
      border: 1px solid #979797; }
  .nav-ticket .nav-cat li.active {
    background: #F5F5F5; }
    .nav-ticket .nav-cat li.active .li-wrap {
      border-bottom: none;
      color: #666; }
  .nav-ticket .nav-cat li:hover {
    background: #527BF0; }
    .nav-ticket .nav-cat li:hover .li-wrap {
      color: #fff; }
  .nav-ticket .nav-cat li.cat-title:hover {
    background: #FBFBFB; }
    .nav-ticket .nav-cat li.cat-title:hover .li-wrap {
      color: #333; }
  .nav-ticket .nav-cat li {
    padding-left: 16px; }
    .nav-ticket .nav-cat li .li-wrap {
      height: 47px;
      font-size: 14px;
      color: #666;
      position: relative;
      margin-left: 16px;
      padding-top: 4px;
      padding-bottom: 8px; }
    .nav-ticket .nav-cat li .icon-del, .nav-ticket .nav-cat li .icon-edit {
      position: absolute; }
    .nav-ticket .nav-cat li .icon-del {
      top: 19px;
      right: 15px; }
    .nav-ticket .nav-cat li .icon-edit {
      top: 19px;
      right: 46px; }
    .nav-ticket .nav-cat li p {
      height: 20px;
      margin-bottom: 0;
      /*margin-top: 4px;*/
      line-height: 20px; }
    .nav-ticket .nav-cat li .ticket-count {
      height: 17px;
      line-height: 17px;
      font-size: 12px; }

.icon-triangle-posi {
  color: #666; }

/*二级导航*/
textarea {
  padding: 12px 16px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  height: 145px;
  font-size: 16px;
  color: #666; }

textarea:hover {
  border-color: #5A5A5A; }

textarea:focus {
  border: 1px solid #7B9BF4;
  box-shadow: 0px 0px 4px #A2B8F7; }

.form-filed {
  margin-bottom: 24px; }
  .form-filed .attachlist {
    padding-left: 0;
    margin-top: 8px; }

.form-filed:last-child {
  margin-bottom: 0; }

.form-column-2 .form-filed:last-child {
  margin-bottom: 24px; }

.filed-title {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #666666;
  margin-bottom: 4px;
  height: 22px; }

/*h3,hr{
	margin-bottom: 8px;
	margin-top: 8px;
}*/
/*切图 区域*/
/*.icon-add-person{
	margin-right: 4px;
}*/
.icon-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  top: 15px;
  right: 16px;
  cursor: pointer; }
  .icon-close .iconfont {
    font-size: 15px; }

.icon-close:hover {
  transform: rotate(90deg);
  transition: all .6s ease-in-out; }

/*.btn-icon-middle .icon{
   width: 16px;
   height: 16px;
   vertical-align: -0.15em;
   fill: $color-primary;
   overflow: hidden;
   margin-right: 6px;
}*/
/*query input*/
.datalist-wrap {
  position: relative; }

.input-tree-list {
  position: absolute;
  height: 210px;
  overflow-y: auto;
  z-index: 21;
  left: 0;
  right: 0;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  padding: 16px 0px 8px 0px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); }
  .input-tree-list .nodata {
    color: #666666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    cursor: pointer;
    position: relative; }

.input-query-list {
  position: absolute;
  height: 210px;
  overflow-y: auto;
  z-index: 21;
  left: 0;
  right: 0;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  padding: 16px 0px 8px 0px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); }
  .input-query-list li {
    /*margin-bottom: 10px;*/
    color: #666666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    cursor: pointer;
    position: relative; }
    .input-query-list li .icon {
      position: static;
      width: 16px;
      height: 15px;
      margin-right: 7px; }
    .input-query-list li .icon-triangle {
      margin-top: 7px;
      margin-right: 12px;
      float: right;
      transform: rotate(-90deg); }
  .input-query-list li:hover, .input-query-list li.active {
    background-color: #DEE6FC; }
  .input-query-list .list-more-btn {
    text-align: center;
    color: #999;
    margin-left: -32px;
    /*margin-bottom: -8px;*/ }
  .input-query-list .list-more-btn:hover {
    color: #333;
    background: none; }

/*loading list*/
.loading-list {
  width: 24px;
  height: 30px;
  display: inline-block; }
  .loading-list svg path,
  .loading-list svg rect {
    fill: #666666; }

/*query input*/
/*drop down menu*/
.dropdown {
  display: inline-block;
  position: relative;
  z-index: 20; }
  .dropdown ul {
    width: 100px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 5px 0px 5px 0px;
    position: absolute;
    top: 31px;
    left: 0;
    background: #fff; }
  .dropdown li {
    /*margin-bottom: 10px;*/
    color: #666666;
    font-size: 14px;
    text-align: left;
    height: 26px;
    line-height: 26px;
    padding-left: 13px;
    cursor: pointer;
    position: relative; }
  .dropdown li:hover {
    background-color: #DEE6FC; }

.dropdown-toggle {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #BFBFBF; }
  .dropdown-toggle .icon {
    font-size: 1px;
    color: #666666; }
  .dropdown-toggle .icon-more {
    transform: scale(0.8);
    display: inline-block; }

.dropdown-toggle:hover {
  border-color: #5A5A5A; }

/*checkbox*/
.ticket-checkbox-wrapper > span, .radio-wrapper > span {
  font-size: 12px;
  color: #333;
  vertical-align: middle; }

.ticket-checkbox, .radio {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  /*border:1px solid #d9d9d9;*/
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.radio-group {
  display: inline-block; }

.radio {
  border-radius: 50%; }

.ticket-checkbox + *, .radio + * {
  padding-left: 8px;
  padding-right: 8px; }

.radio.radio-checked {
  box-shadow: none;
  border-color: #527BF0; }

.ticket-checkbox-checked .ticket-checkbox-inner {
  display: block; }

.radio-checked .radio-inner {
  display: block; }

.ticket-checkbox-input, .radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background-color: red;*/ }

.ticket-checkbox-inner {
  position: relative;
  top: calc(50% - calc(calc(100% - 2px)/2));
  left: calc(50% - calc(calc(100% - 2px)/2));
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 2px;
  background-color: #527BF0;
  transition: all .3s;
  display: none; }

.radio-inner {
  border-radius: 50%;
  position: relative;
  top: 0.1px;
  left: 0.1px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #527BF0;
  transition: all .3s;
  display: none;
  position: relative; }
  .radio-inner:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    left: 6px;
    top: 6px; }

.radio-group.radio-warning .radio-inner {
  background-color: #FF5500; }

.radio-group.radio-warning .radio.radio-checked {
  border-color: #FF5500; }

.ticket-checkbox-warning .ticket-checkbox-inner {
  background-color: #FF5500; }

/*.radio.radio-checked.radio-warning{
	border-color: $color-warning;
}*/
.ticket-checkbox-safe .ticket-checkbox-inner {
  background-color: #7ED321; }

/*.radio.radio-checked.radio-safe{
	border-color: $color-safe;
}*/
.radio-group.radio-safe .radio-inner {
  background-color: #7ED321; }

.radio-group.radio-safe .radio.radio-checked {
  border-color: #7ED321; }

.ticket-checkbox-normal .ticket-checkbox-inner, .radio-default .radio-inner {
  background-color: #527BF0; }

.radio.radio-checked.radio-default {
  border-color: #527BF0; }

.radio-group.radio-default .radio-inner {
  background-color: #527BF0; }

.radio-group.radio-default .radio.radio-checked {
  border-color: #527BF0; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  -webkit-appearance: none;
  line-height: normal;
  outline: none;
  width: 100%;
  height: 100%; }

.ticket-checkbox-disabled, input[type=checkbox][disabled] {
  cursor: not-allowed; }

.ticket-checkbox-disabled .ticket-checkbox-inner {
  border-color: #d9d9d9 !important;
  background-color: #ddd; }

/*confirm */
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }

#TICKET-CONFIRM .dialog-title, #TICKET-CONFIRM .dialog-footer {
  border: none;
  background: #fff; }

.ticket-dialog {
  z-index: 11;
  min-width: 400px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%); }
  .ticket-dialog .dialog-title {
    height: 46px;
    line-height: 46px;
    padding-left: 16px;
    background-color: #F7F7F7;
    color: #333; }
  .ticket-dialog .dialog-body {
    padding: 20px 24px;
    /*padding:50px 24px;*/ }
  .ticket-dialog .dialog-footer {
    height: 70px;
    position: relative;
    background-color: #F7F7F7;
    border-top: 1px solid #BFBFBF; }
    .ticket-dialog .dialog-footer .btn-group {
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 16px; }
      .ticket-dialog .dialog-footer .btn-group .btn {
        box-shadow: none !important;
        margin-left: 5px; }
      .ticket-dialog .dialog-footer .btn-group .btn-secondary {
        border-color: #BFBFBF !important; }

.dialog-fullscreen-footer {
  height: 70px;
  background-color: #F7F7F7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #BFBFBF; }
  .dialog-fullscreen-footer .btn-group {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 16px; }
    .dialog-fullscreen-footer .btn-group .btn {
      box-shadow: none !important;
      margin-left: 5px; }
    .dialog-fullscreen-footer .btn-group .btn-secondary {
      border-color: #BFBFBF !important; }

/*徽章*/
.badge {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  background: #A2B8F7;
  border-radius: 2px;
  color: #fff;
  font-size: 12px; }

/*tooltip*/
.tooltip {
  padding: 0px 8px;
  text-align: center;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 2px;
  background-color: #282B34;
  color: #fff;
  font-size: 16px;
  display: none;
  background-color: rgba(0, 0, 0, 0.8); }

/*多选工具条*/
.ticket-table-patch-toolbar {
  height: 64px;
  width: 100%;
  padding-left: 24px;
  padding-right: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #555969;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #fff; }
  .ticket-table-patch-toolbar .btn-icon {
    color: #fff; }
    .ticket-table-patch-toolbar .btn-icon .icon {
      margin-right: 5px;
      vertical-align: top;
      font-size: 14px; }

.multi-check-count {
  margin-right: 170px;
  display: inline-block; }
  .multi-check-count .checked-count {
    margin: 0 2px; }

/*table 工具条*/
.table-toolbar {
  padding-left: 9px;
  padding-right: 29px;
  box-sizing: border-box;
  height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ddd; }

.column-setting {
  cursor: pointer;
  height: 15px;
  line-height: 1;
  color: #527BF0;
  font-size: 12px; }
  .column-setting .icon {
    color: #527BF0;
    margin-right: 2px;
    vertical-align: text-top; }

@keyframes zoomin {
  from {
    top: 20%;
    right: 20%;
    left: 20%;
    bottom: 20%;
    opacity: 0.1; }
  to {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1; } }

@keyframes zoomout {
  from {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1; }
  to {
    top: 20%;
    right: 20%;
    left: 20%;
    bottom: 20%;
    opacity: 0.1; } }

/*新建工单弹窗*/
.zoomin {
  animation: zoomin .5s;
  -webkit-animation: zoomin .5s;
  transition: top,left,right,bottom .5s; }

.zoomout {
  animation: zoomout .5s;
  -webkit-animation: zoomout .5s;
  transition: top,left,right,bottom .5s; }

.ticket-add-dialog.zoomout {
  top: 50%;
  right: 50%;
  left: 50%;
  bottom: 50%; }

.ticket-add-dialog {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  z-index: 11; }
  .ticket-add-dialog .dialog-wrap {
    height: calc(100% - 71px);
    overflow-y: auto; }
  .ticket-add-dialog .dialog-wrap .main-wrap {
    width: 700px;
    margin: 0 auto; }
  .ticket-add-dialog .footer-wrap {
    width: 700px;
    margin: 0 auto;
    position: relative; }
  .ticket-add-dialog .dialog-wrap::-webkit-scrollbar {
    display: none; }
  .ticket-add-dialog .close {
    display: inline-block;
    border-radius: 50%;
    right: -50px;
    top: -50px;
    position: absolute;
    width: 100px;
    height: 100px;
    background: #F5F5F5; }
    .ticket-add-dialog .close .icon-close {
      font-size: 14px;
      top: 60%;
      left: 25%; }

/*popper*/
.popover {
  width: 590px;
  border: 1px solid #BFBFBF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 25px 20px;
  box-sizing: border-box;
  border-radius: 2px; }

.popover-top {
  margin-bottom: 20px; }

.badage {
  background-color: #FF5500;
  text-align: center;
  width: 56px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 20px; }

.help-topic, .popover-title {
  color: #999;
  font-size: 12px; }

.popover-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  line-height: 16px; }

.popover-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  font-size: 14px;
  color: #333;
  line-height: 20px; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .flex .btn {
    margin-left: 24px; }

/*popper*/
/*全局前台展示*/
.front-wrap {
  width: 100%;
  height: 100%; }

.front-layout {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  height: 100%; }

/*全局前台展示*/
/*loading */
.positioning {
  margin: 10px auto;
  position: relative; }

.loading-sticks {
  height: 20px;
  width: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.loading-sticks .loading {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 30%;
  animation: pulse 1s ease infinite;
  background-color: #f47e3a;
  animation-delay: 0; }

.loading-sticks .loading:nth-child(2) {
  animation-delay: .3s; }

.loading-sticks .loading:nth-child(3) {
  animation-delay: .6s; }

@keyframes pulse {
  0% {
    height: 30%; }
  50% {
    height: 100%; }
  100% {
    height: 30%; } }

/*loading */
td a {
  text-decoration: underline;
  color: #527BF0; }

/*create filter*/
.ant-calendar-picker {
  margin-right: 10px; }

.center {
  -ms-flex-align: center;
      align-items: center; }

.form-column-2 {
  display: -ms-flexbox;
  display: flex; }
  .form-column-2 .form-filed {
    min-width: 325px; }
  .form-column-2 .form-filed:not(:last-child) {
    margin-right: 30px; }

.form-column-2.auth-field .form-filed {
  margin-bottom: 0px; }

/*create filter*/
/*filter panel & hoverbox*/
.hover-box {
  box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  right: 0px;
  top: 60px;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 3;
  animation: slide .4s ease;
  background: #fff; }

.hover-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1; }

.hover-box-main::-webkit-scrollbar {
  display: none; }

.hover-box-main {
  -ms-flex: 1;
      flex: 1;
  overflow-y: scroll; }
  .hover-box-main .search-empty {
    padding-top: 130px;
    text-align: center; }
    .hover-box-main .search-empty img {
      width: 208px;
      height: 202px;
      display: inline-block;
      margin-bottom: 34px; }
    .hover-box-main .search-empty .empty-text {
      font-size: 14px;
      color: #000; }
    .hover-box-main .search-empty .empty-advice {
      font-size: 12px;
      color: #999; }

.hover-box-top {
  height: 40px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background: #FBFBFB; }

.hover-box-bottom {
  height: 40px;
  padding-top: 6px;
  padding-left: 15px;
  border-top: 1px solid #E9E9E9; }

.box-top-title {
  font-size: 16px;
  color: #000; }

.box-top-close {
  font-size: 16px;
  color: #BFBFBF;
  cursor: pointer; }
  .box-top-close:hover {
    transform: rotate(90deg);
    transition: all .6s ease-in-out; }

/*工单状态徽章*/
.ticket-status {
  padding: 4px 5px;
  color: #000;
  border-radius: 2px;
  margin-right: 10px; }

/*工单状态徽章*/
.search-result-data .search-data-wrap {
  padding: 15px 0px 20px;
  margin-left: 19px; }
  .search-result-data .search-data-wrap .comm-intro {
    margin-bottom: 15px; }

.search-result-data .search-data-ticket {
  padding-right: 20px; }

.search-result-data li:hover {
  cursor: pointer;
  background: #F5F5F5; }

.search-result-data li:not(:last-child) .search-data-wrap {
  border-bottom: 1px solid #BFBFBF; }

.search-result-data .visitor-attr-field {
  font-size: 14px;
  margin-bottom: 8px; }
  .search-result-data .visitor-attr-field .tit {
    width: 80px;
    display: inline-block; }
  .search-result-data .visitor-attr-field .desc {
    display: inline-block; }

.search-result-data .search-data-ticket p {
  font-size: 14px;
  color: #999;
  line-height: 20px; }

.search-result-data .search-data-ticket .ticket-tit {
  font-size: 14px;
  color: #000; }

.search-result-data .search-data-ticket .tik-desc {
  font-size: 12px;
  height: 40px;
  overflow: hidden; }

.search-result-data .ticket-attr-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.filter-panel {
  width: 260px;
  background: #F7F7F7;
  padding-left: 8px;
  padding-right: 9px;
  z-index: 1; }
  .filter-panel .tool-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 39px;
    border-bottom: 1px solid #BFBFBF; }
  .filter-panel .panel-main .form-field:not(:last-child) {
    margin-bottom: 6px; }

@keyframes slide {
  0% {
    right: -260px; }
  100% {
    right: 0px; } }

.resetbtn {
  font-size: 12px;
  cursor: pointer;
  color: #999; }

.panel-main::-webkit-scrollbar {
  display: none; }

.panel-main {
  padding-top: 15px;
  -ms-flex: 1;
      flex: 1;
  overflow-y: scroll; }
  .panel-main .form-field:not(:last-child) {
    margin-bottom: 16px; }
  .panel-main .field-title {
    font-size: 12px;
    color: #666666; }

.filter-search-wrap {
  margin-top: 24px;
  margin-bottom: 50px; }

/*filter panel*/
/* admin后台 wrap*/
.admin-wrap {
  margin-left: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 12px;
  margin-right: 30px;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px; }
  .admin-wrap thead {
    background: #767F84; }
    .admin-wrap thead tr > th {
      color: #fff; }
  .admin-wrap .admin-wrap-top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .admin-wrap .admin-wrap-top .top-title {
      font-size: 14px;
      color: #000; }
  .admin-wrap .table-toolbar {
    border-bottom: none; }
  .admin-wrap .table-inner-wrap {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  .admin-wrap .admin-footer {
    border-top: none;
    text-align: center;
    line-height: 70px; }
    .admin-wrap .admin-footer .btngroup {
      display: inline-block; }
      .admin-wrap .admin-footer .btngroup .btn:not(:last-child) {
        margin-right: 10px; }
  .admin-wrap .operate-area a {
    text-decoration: none;
    font-size: 14px;
    color: #527BF0; }
  .admin-wrap .operate-area a:not(:last-child) {
    margin-right: 10px; }

.small-line {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
  line-height: 16px; }

.pd16 {
  padding-left: 28px; }

.sep-line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px; }

.dialog-content-wrap {
  font-size: 16px; }
  .dialog-content-wrap .icon-warn {
    font-size: 20px; }

#TICKET-CONFIRM .dialog {
  position: fixed; }

/* admin后台 wrap*/
/*switch*/
.switch {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 22px;
  min-width: 44px;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .switch .switch-inner {
    color: #fff;
    font-size: 12px;
    margin-left: 24px;
    margin-right: 6px;
    display: block; }
    .switch .switch-inner:after {
      content: " ";
      position: absolute;
      width: 18px;
      height: 18px;
      background: #fff;
      border-radius: 18px;
      top: 1px;
      left: 1px;
      cursor: pointer;
      transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.switch-checked {
  background-color: #1890ff; }
  .switch-checked .switch-inner {
    margin-left: 6px;
    margin-right: 24px; }
    .switch-checked .switch-inner:after {
      left: 100%;
      margin-left: -19px; }

/*switch*/
/*空页面*/
.empty-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-size: 14px;
  color: #333; }
  .empty-wrap img {
    margin-bottom: 52px; }

/*空页面*/
/*消息列表*/
.ticket-main .tab-comment-container {
  height: 100%; }

.rotate-90 {
  transform: rotate(-90deg); }

.message-list li:not(:last-child) .message-wrap {
  border-bottom: 1px solid #e9e9e9; }

.message-list li.unread {
  background: #FFFAEA; }

.message-list li {
  cursor: pointer;
  position: relative; }
  .message-list li .arrowicon {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 21px;
    display: inline-block;
    text-align: center;
    right: 0px;
    color: rgba(34, 34, 34, 0.4); }

.message-list .message-wrap {
  margin-left: 19px;
  padding: 10px 6px 12px 0px;
  display: -ms-flexbox;
  display: flex; }
  .message-list .message-wrap img {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%; }
  .message-list .message-wrap .message-wrap-r {
    -ms-flex: 1;
        flex: 1; }
    .message-list .message-wrap .message-wrap-r .name {
      margin-right: 17px; }
    .message-list .message-wrap .message-wrap-r .name, .message-list .message-wrap .message-wrap-r .datetime {
      color: #999;
      font-size: 14px; }
    .message-list .message-wrap .message-wrap-r a {
      color: #527BF0; }

.content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .content-wrap .message-list {
    -ms-flex: 1;
        flex: 1; }

.hover-box .tab-container {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .hover-box .tab-container .tab-content-wrap {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .hover-box .tab-container .ticket-tab-content .content-wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .hover-box .tab-container .ticket-tab-content .message-list, .hover-box .tab-container .ticket-tab-content .search-empty {
    overflow-y: scroll;
    -ms-flex: 1;
        flex: 1; }
  .hover-box .tab-container .ticket-tab-content .message-list::-webkit-scrollbar {
    display: none; }

/*消息列表*/
/*个人信息设置面板*/
/*个人信息设置面板*/
.avatar-wrap {
  padding-top: 32px;
  padding-bottom: 42px;
  text-align: center;
  border-bottom: 1px solid #E9E9E9; }
  .avatar-wrap .avatar {
    width: 78px;
    display: block;
    margin: 0 auto;
    height: 78px;
    background: red;
    margin-bottom: 5px; }
  .avatar-wrap .avatar-text {
    font-size: 14px;
    color: #333; }

.user-form-wrap {
  padding: 13px 0px 24px 37px; }

.user-form-wrap:not(:last-child) {
  border-bottom: 1px solid #E9E9E9; }

.user-form-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 420px; }

.user-form-line:not(:last-child) {
  margin-bottom: 16px; }

.field-name {
  width: 100px;
  display: inline-block; }

.field-value {
  -ms-flex: 1;
      flex: 1; }
  .field-value .blue-light {
    cursor: pointer; }

.field-value.blue-light {
  cursor: pointer; }

.verifyCodeImg {
  cursor: pointer; }

/*flex form*/
.flex-form.form-filed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .flex-form.form-filed .filed-title {
    width: 54px;
    margin-bottom: 0; }

/*flex form*/
/*tooltip*/
/*tooltip*/
.link-wrap {
  display: -ms-flexbox;
  display: flex; }
  .link-wrap .message {
    margin-right: 24px;
    -ms-flex: 1;
        flex: 1; }

/*访客端创建工单*/
.vis-creatTicket-wrap {
  width: 760px;
  margin: 24px auto 0; }

/*访客端创建工单*/
.ticket-shortcard {
  display: inline-block;
  width: 590px;
  height: 148px;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  overflow: auto; }

.ticket-shortcard-top span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px; }

.ticket-shortcard-top span:first-child {
  margin-right: 20px; }

.ticket-shortcard-top .ticket-helptopic {
  color: #999; }

.ticket-shortcard-top .ticket-status {
  background: #f17013;
  border-radius: 2px; }

.ticket-shortcard-tit {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 10px; }

.ticket-shortcard-desc {
  font-size: 14px;
  color: #333; }

/*坐席头像*/
.user-photo {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%; }

.tab-comment-container .user-photo {
  position: absolute;
  left: 0;
  top: 9px; }

/*坐席头像*/
/*后台头部*/
/*后台头部*/
/*二级导航滚动*/
.nav-scroll-wrap {
  overflow: auto;
  -ms-flex: 1;
      flex: 1; }

.editable-range ul, .editable-range ol, .td-main-desc ul, .td-main-desc ol {
  padding-left: 40px; }

.editable-range ul li, .td-main-desc ul li {
  list-style: disc; }

.editable-range ol li, .td-main-desc ol li {
  list-style: decimal; }

.main-top-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1; }

.editor-container.editor-default .editor-toolbar {
  z-index: 10; }

.statistics-main-wrap {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.statistics-main {
  background: #F2F3F5;
  -ms-flex: 1;
      flex: 1;
  overflow: auto; }

/*附件*/
.form-filed {
  margin-bottom: 24px; }
  .form-filed .attachlist {
    padding-left: 0;
    margin-top: 8px; }
    .form-filed .attachlist li {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 6px; }

.att-icon {
  width: 20px;
  height: 28px;
  line-height: 28px;
  margin-right: 8px; }

.att-r {
  -ms-flex: 1;
      flex: 1;
  font-size: 0; }
  .att-r p {
    margin-bottom: 0; }
  .att-r .att-name {
    color: #333;
    font-size: 12px; }
  .att-r .att-size, .att-r .att-date {
    color: #999;
    font-size: 12px; }
  .att-r .att-date {
    margin-left: 16px; }

/*附件*/
.required {
  color: red; }

/*颜色选择wrap*/
.pickerWrap {
  display: inline-block; }

.color-span-wrap {
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  display: inline-block;
  cursor: pointer;
  font-size: 0; }
  .color-span-wrap .color-span {
    width: 80px;
    height: 20px;
    background: #eee;
    border-radius: 2px;
    display: inline-block; }

.main-info-wrap {
  padding-top: 60px; }

.jira-connect {
  cursor: pointer;
  color: #fff;
  background-color: #1ba8ed;
  padding: 6px;
  text-align: center;
  border-radius: 4px; }

.jira-remove-btn {
  color: red;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #caccd1;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 0 10px; }

/*颜色选择wrap*/
/*上下箭头*/
.column-sorter {
  position: relative;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 0;
  color: rgba(0, 0, 0, 0.45); }

.sorter-up, .sorter-down {
  position: relative;
  width: 8px;
  height: 5px;
  display: block;
  cursor: pointer;
  margin: 3px; }

.sorter-up.active::before {
  border-bottom-color: #1890ff; }

.sorter-down.active::before {
  border-top-color: #1890ff; }

.sorter-up.active::after {
  top: 2px;
  border-bottom: 5px solid #fff; }

/*第二个三角形*/
.sorter-down.active::after {
  top: -2px;
  border-top: 5px solid #fff; }

/*第一个三角形*/
.sorter-up::before, .sorter-down::before {
  /*这里的伪元素用单冒号和双冒号都一样*/
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.sorter-up::before {
  border-bottom: 5px solid #000; }

/*第一个三角形*/
.sorter-down::before {
  /*这里的伪元素用单冒号和双冒号都一样*/
  border-top: 5px solid #000; }

/*第二个三角形*/
.sorter-up::after, .sorter-down::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent; }

.sorter-up::after {
  top: 1px;
  border-bottom: 5px solid #fff; }

/*第二个三角形*/
.sorter-down::after {
  top: -1px;
  border-top: 5px solid #fff; }

/*cascade admin css*/
.ca-wrap {
  width: 100%;
  border: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  overflow: auto; }

.ca-wrap-inner {
  position: absolute;
  width: 5000px;
  transition: all ease-in-out .2s;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.ca-folder {
  width: 258px;
  min-width: 258px;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 10px 10px;
  border-right: 1px solid #e5e9f2;
  background: #f5f7fa; }
  .ca-folder li {
    background: #fff;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 2px;
    color: #1a1a1a; }
  .ca-folder .ca-expand {
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAJvElEQVR4Xu2cz6skVxXHz+0ZcQLRxYgzXbUQ9+IuiIKaDAmKgyQuxF3ciJv4c+X/4EqIQkAwkODOzQhiSJhhSDZu3Kjozm1XT+NgCEET010lPWlh5tnVfevce6tu3fOZ9Tnn1vl874d+/fpNO+EfBCDQS8DBBgIQ6CeAINwOCJwggCBcDwggCHcAAjoCvILouNFlhACCGAmaNXUEEETHjS4jBBDESNCsqSOAIDpudBkhgCBGgmZNHQEE0XGjywgBBDESNGvqCCCIjhtdRgggiJGgWVNHAEF03OgyQgBBjATNmjoCCKLjRpcRAghiJGjW1BFAEB03uowQQBAjQbOmjgCC6LjRZYQAghgJmjV1BBBEx40uIwQQxEjQrKkjgCAiUlXVD51zPxGRf4nIT1er1a90OOkqjYB5QZbL5fcWi8UvHg6267qXmqZ5obSw2Wc4AfOC1HV9X0SuXkSHJMMvU4kdCFLX/xCRTxwLF0lKvPLDdkKQuv6BiLzYhw1Jhl2o0qrNC7IPtKqqnznnfowkpV3v8H0Q5MAQScIvU4kTEOShVJGkxCsethOCXOCHJGEXqrRuBDmSKJKUds31+yBIDzsk0V+qkjoR5ESaSFLSVdftgiBnuCGJ7mKV0oUgHkkiiQekQksQxDNYJPEEVVgZggwIFEkGwCqkFEEGBokkA4HNvBxBFAEiiQLaTFsQRBkckijBzawNQQICQ5IAeDNpRZDAoJAkEGDm7QgSISAkiQAx0xEIEikYJIkEMrMxCBIxECSJCDOTUQgSOQgkiQx04nEIkiAAJEkAdaKRCJIIPJIkAjvyWARJCBxJEsIdaTSCJAaNJIkBJx6PIIkB78cjyQiQEx2BIInAXhyLJCOBjnwMgkQGemockowIO9JRCBIJpO8YJPEllUcdgkyQA5JMAF15JIIowYW2IUkowXH6EWQczkdPQZIJ4XsejSCeoFKVIUkqsnHmIkgcjkFTkCQIX9JmBEmK1384kvizGrMSQcakfeYsJMkojMOjIEhmmSBJXoEgSF55PHgaJMknFATJJ4tHngRJ8ggGQfLIgc9JMs0BQTIN5n+PxSvJtAEhyLT8vU5HEi9MSYoQJAnW+EORJD5Tn4kI4kMpkxokGT8IBBmfedCJSBKEb3AzggxGNn0DkoyXAYKMxzrqSUgSFWfvMAQZh3OSU5AkCdZHhiJIesZJT0CSpHgFQdLyHWU6kqTDjCDp2I46GUnS4EaQNFwnmYok8bEjSHymk05Ekrj4ESQuzyymIUm8GBAkHsusJiFJnDgQJA7HLKcgSXgsCBLOMOsJSBIWD4KE8ZtFN5LoY0IQPbtZdSKJLi4E0XGbZReSDI8NQYYzm3UHkgyLD0GG8SqiGkn8Y0QQf1ZFVSKJX5wI4sepyKq6rn8uIt/vW67rupeapnmhyOU9l0IQT1ClllVV9Uvn3HeR5DgBBCn15g/Yq6qqV51zzyPJ/xNAkAEXqeTSqqpecc59+4QkLzZN86OSGRzbDUGsJX5i36qqfuOc++YJSZ5vmubXlpAhiKW0z+y6XC4/uVgsNifK7qxWq2csIUMQS2mf2bWu6+dE5NaJspdXq9V3LCFDEEtpn9h1uVx+zjl32zn3sZ6y+9vt9jObzeaeJWQIYintnl2vX7/++cVi8cYJOaRt25vr9fo1a7gQxFriF/atquoJEbnrnHv8GIqu67Zd1z23Xq9/bxEVglhM/bCzhxwfdF33Daty7DEhiFFBfORwzt1crVa3jSJ6sDaCGEwfOfxDRxB/VkVUnpNDRP7Tdd2zTdO8XsTCgUsgSCDAObUjx/C0EGQ4s1l2IIcuNgTRcZtVF3Lo40IQPbtZdCJHWEwIEsYv6+7Dn4/c6fsQkDfk5+NDkPOMZllxTo6u6z7gc47z0SLIeUazq0COeJEhSDyWWUxCjrgxIEhcnpNOQ474+BEkPtNJJiJHGuwIkobrqFORIx1uBEnHdpTJ5+QQkfdF5OvW/ypXGwaCaMll0OcjR9u2X12v129m8LizfAQEmWVsIsgxTnAIMg7nqKcgR1ScJ4chyHiso5yEHFEweg9BEG9U0xcix/gZIMj4zFUnIocKW3ATggQjTD8AOdIz7jsBQaZj73UycnhhSlaEIMnQhg/2kOO9wzce3g0/jQnHCCBIpvcCOfIIBkHyyOGRp0COfEJBkHyyePAkyJFXIAiSUR7IkVEYh0dBkEwyQY5MgrjwGAiSQS7IkUEIPY+AIBNngxwTB3DmeASZMB/kmBC+59EI4gkqdpmHHO/zn51iUx8+D0GGMwvuQI5ghKMNQJDRUH94EHKMDDzwOAQJBDikHTmG0MqjFkFGygE5RgId+RgEiQz02DgPOf7dtu3X+PaREcIYeASCDAQ2tNxHju12+/Rms/nD0NnUpyeAIAkZI0dCuCONRpBEoJEjEdiRxyJIAuDIkQDqRCMRJDJ45IgMdOJxCBIxAOSICDOTUQgSKQjkiAQyszEIEiEQ5IgAMdMRCBIYDHIEAsy8HUECAkKOAHgzaUUQZVDn5Oi67t3dbvcVPiFXAs6kDUEUQfjIISI3mqb5o2I8LRkRQJCBYVRV9YSI3HXOPX6sdf/KgRwDoWZcjiADwkGOAbAKKUUQzyCvXbv2hUuXLr3BK4cnsELKEMQjyL0cly9fviMij/FjlQewgkoQ5EyYyFHQbVesgiAnoCGH4kYV1oIgPYF6yPGOiDzNr3ILM+LCOghyJN/lcvnkYrF47cR7jnd2u92XN5vNn8q+HmyHIBfuwEGO10Xkoz1vyJHDkDcI8lDYdV0/IyK/Qw5DBpxZFUEOgJbL5U3n3C3n3Ed6mP1zu93e4McqW/IgyIdfB7qX47fOuct9crRt+8X1ev03W9eDbc0LUlXVl5xzb524Cm9vt9uneOWwKYt5Qeq6/rOIfLYn/rf3v626d+/eX2xeD7ZGkLrueq7B/d1udwM5bEuCIHV9e/+B34VrcL9t2yfX6/VfbV8PtkeQuv5U13VvOuc+fbgOf2/b9lnekCPHnoB5QfYQrl69+vErV658S0TeXa1Wt0TkPa4HBBCEOwABPijkDkBAT4AfsfTs6DRAAEEMhMyKegIIomdHpwECCGIgZFbUE0AQPTs6DRBAEAMhs6KeAILo2dFpgACCGAiZFfUEEETPjk4DBBDEQMisqCeAIHp2dBoggCAGQmZFPQEE0bOj0wABBDEQMivqCSCInh2dBgggiIGQWVFPAEH07Og0QABBDITMinoCCKJnR6cBAghiIGRW1BNAED07Og0QQBADIbOingCC6NnRaYAAghgImRX1BBBEz45OAwQQxEDIrKgngCB6dnQaIPBfF3PfBR+x2hUAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: contain; }
  .ca-folder .ca-action {
    display: inline-block;
    vertical-align: middle;
    display: none; }
  .ca-folder .ca-expand {
    display: inline-block; }
  .ca-folder .ca-edit {
    margin-right: 4px; }
  .ca-folder .ca-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
        align-items: center; }
  .ca-folder .ca-item:hover, .ca-folder .selected .ca-item {
    background-color: #1ba8ed;
    color: #fff; }
    .ca-folder .ca-item:hover .ca-action, .ca-folder .selected .ca-item .ca-action {
      display: inline-block; }
  .ca-folder .ca-actions {
    padding-right: 10px; }
    .ca-folder .ca-actions .iconfont {
      font-size: 14px; }
  .ca-folder .ca-content {
    padding-left: 10px;
    -ms-flex: 1;
        flex: 1;
    overflow: hidden; }
  .ca-folder li:last-child {
    color: #1ba8ed; }
  .ca-folder .ca-add-new {
    padding-left: 10px; }

.ca-empty-btn {
  color: #fff;
  background-color: #1ba8ed;
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px; }

.ca-empty-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff; }

/*cascade admin css*/
