@charset "UTF-8";
/* 公共样式 */
::-webkit-scrollbar:horizontal {
  height: 0;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  opacity: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #eee;
}

::-webkit-scrollbar-thumb:active {
  background-color: #eee;
}

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

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

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

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

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "PingFang SC Regular", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft YaHei", 微软雅黑, sans-serif;
}

textarea, button, input, select {
  outline: none;
  border: 0;
}

input:focus, textarea:focus {
  outline: none;
}

a, b, span, i, u, s, label {
  display: inline-block;
}

a:active, a:focus {
  outline: none;
}

a, u, s {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

[ui-view] {
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.parent:after {
  content: "";
  display: table;
  clear: both;
}

.element:before {
  content: "";
  display: table;
}

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

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

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

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

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.pz {
  position: relative;
  z-index: 100;
}

.pr {
  position: relative;
}

.click {
  cursor: pointer;
}

.wide {
  width: 100%;
}

.high {
  height: 100%;
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.whiteBg {
  background-color: #FFF;
}

.demiBold {
  font-family: "PingFang SC Medium";
  font-weight: 500;
}

.bold {
  font-family: "PingFang SC Semibold";
  font-weight: bold;
}

.lh14 {
  line-height: 14px;
}

.lh15 {
  line-height: 15px;
}

.lh16 {
  line-height: 16px;
}

.lh18 {
  line-height: 18px;
}

.lh20 {
  line-height: 20px;
}

.lh22 {
  line-height: 22px;
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.lh32 {
  line-height: 32px;
}

.lh34 {
  line-height: 34px;
}

.lh36 {
  line-height: 36px;
}

.lh38 {
  line-height: 38px;
}

.lh40 {
  line-height: 40px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.theme-color {
  color: #3EADEB;
}

.red {
  color: #D0021B;
}

.blue {
  color: #1989FA;
}

.green {
  color: #1F8200;
}

.black {
  color: #333;
}

.blackMinor {
  color: #606266;
}

.greyMain {
  color: #999;
}

.white {
  color: #FFF;
}

.do-color {
  color: #888;
}

.primary {
  color: #1989FA;
}

.success {
  color: #5cb85c;
}

.info {
  color: #5bc0de;
}

.warning {
  color: #f0ad4e;
}

.danger {
  color: #d9534f;
}

.link {
  color: #337ab7;
}

.grey {
  color: #A6AAAE;
}

.orange {
  color: #F79034;
}

.lightGreen {
  color: #52C41A;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pad5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pad10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.plr25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pad40 {
  padding: 40px;
}

.four-line {
  position: relative;
}
.four-line:after {
  content: "";
  width: -webkit-calc(200% - 2px);
  width: -moz-calc(200% - 2px);
  width: calc(200% - 2px);
  height: -webkit-calc(200% - 2px);
  height: -moz-calc(200% - 2px);
  height: calc(200% - 2px);
  border: 1px solid #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.straight-line {
  position: relative;
}
.straight-line:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.line-bottom {
  position: relative;
}
.line-bottom:before {
  content: "";
  height: 1px;
  background-color: #E4E7ED;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.level-line {
  position: relative;
}
.level-line:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.line-middle {
  width: 100%;
  height: 1px;
  background-color: #E4E7ED;
}

.hsh-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hsh-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-upDown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hsh-flex-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hsh-flex-both {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-both-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hsh-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hsh-flex-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hsh-flex-line-break {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hsh-flex-many {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hsh-flex-many-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hsh-flex-four-sides-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.img36 {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img36 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.boy {
  width: 8px;
  height: 12px;
  margin: 0 5px;
  background: url("../images/icon/ic_boy.png") no-repeat center;
  background-size: 100%;
}

.girl {
  width: 8px;
  height: 12px;
  margin: 0 5px;
  background: url("../images/icon/ic_girl.png") no-repeat center;
  background-size: 100%;
}

.select-icon {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.select-icon.active {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}

.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.hsh-page-content .hsh-form-controls.gray {
  color: #999;
}
.hsh-page-content .hsh-form-controls.border {
  padding: 8px 10px;
  min-height: 32.5px;
  border: 1px solid #DADADA;
}
.hsh-page-content.border .hsh-form-item .hsh-form-controls {
  padding: 8px 10px;
  min-height: 32.5px;
  border: 1px solid #DADADA;
}
.hsh-page-content.border .hsh-form-item .hsh-form-controls.gray {
  color: #999;
}

/*屏幕背景*/
.hsh-screenBg {
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow-y: auto;
  background-color: #F0F2F5;
}

.loading {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  flex-direction: column;
}
.loading .loading-icon {
  width: 60px;
  height: 60px;
}
.loading .text {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}

.userTips .arrow-down {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("../../images/ic_header_open2.png") 100%/100% no-repeat;
}

/*黑色向下括号箭头*/
.arrow-down {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("../images/ic_nav_open.png") no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.arrow-down.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*页面圆返回按钮*/
.returnIcon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url("../images/icon/ic_company_back.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.open-btn {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_company_open.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.open-btn.active {
  background: url("../images/icon/ic_company_collapse.png") no-repeat center;
  background-size: 100%;
}

/*滚动条样式*/
.scrollBarStyle {
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.pop-news {
  display: none;
  width: 350px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  cursor: default;
  position: absolute;
  top: 50px;
  right: -58px;
  z-index: 10;
}
.pop-news .news-list {
  padding: 0 20px;
}
.pop-news .news-list li {
  padding: 20px 0;
}
.pop-news .tabs-head {
  width: 100%;
  height: 36px;
  background-color: #F0F2F5;
}
.pop-news .tabs-head .tabs-item {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.pop-news .tabs-head .tabs-item.active {
  background-color: #FFF;
}
.pop-news .tabs-head .tabs-item.active .fs14-2 {
  font-family: "PingFang SC Medium";
  color: #3EADEB;
}
.pop-news .tabs-head .tabs-item .number {
  margin-top: -10px;
  margin-left: -8px;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.pop-news .tabs-content {
  width: 100%;
  height: 206px;
  overflow-y: scroll;
}
.pop-news .tabs-content .tabs-pane {
  width: 100%;
  padding: 12px 20px 0;
}
.pop-news .tabs-footer {
  width: 100%;
  height: 36px;
}
.pop-news .tabs-footer .see-icon {
  width: 8px;
  height: 8px;
  background: url("../images/icon/ic_nav_allnews.png") no-repeat center;
  background-size: 100%;
}

.pop-timer {
  width: 160px;
  height: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 50px;
  z-index: 10;
}
.pop-timer ul {
  padding: 0px 0;
}
.pop-timer ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pop-timer ul li .nav-icon {
  width: 14px;
  height: 14px;
}
.pop-timer ul li .nav-icon.download {
  background: url("../../images/ic_nav_download.png") no-repeat center;
  background-size: 100%;
}
.pop-timer ul li .nav-icon {
  width: 14px;
  height: 14px;
}
.pop-timer ul li .nav-icon.inviteuser {
  background: url("../../images/ic_header_inviteuser.png") no-repeat center;
  background-size: 100%;
}
.pop-timer ul li:hover {
  background-color: #F0F2F5;
}

.pop-modal {
  /*display: none;*/
  width: 160px;
  border-radius: 4px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 32px;
  z-index: 10;
}
.pop-modal ul {
  padding: 0px 0;
  border-radius: 4px;
  background-color: #FFF;
}
.pop-modal ul li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.pop-modal ul li .nav-icon {
  width: 14px;
  height: 14px;
}
.pop-modal ul li .nav-icon.authentication {
  background: url("../../images/ic_pc_app_certification.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.account {
  background: url("../../images/ic_pc_app_information.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.person {
  background: url("../images/icon/ic_nav_person.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.manager {
  background: url("../../images/ic_manager.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.workbench {
  background: url("../../images/ic_workbench.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.group_manager {
  background: url("../../images/ic_group_manager.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.financial_manager {
  background: url("../../images/ic_financial.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.pm_manager {
  background: url("../../images/ic_pm_manager.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.order {
  background: url("../../images/ic_nav_order.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.tool {
  background: url("../../images/ic_nav_develop.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .nav-icon.quit {
  background: url("../images/icon/ic_nav_quit.png") no-repeat center;
  background-size: 100%;
}
.pop-modal ul li .label {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #333;
}
.pop-modal ul li:hover {
  background-color: #F0F2F5;
}
.pop-modal ul li.on {
  background-color: #F0F2F5;
}
.pop-modal ul li.on .ml5.fs14-2 {
  color: #3EADEB;
}
.pop-modal ul li.active .label {
  background: url("../../images/ic_work_tick.png") no-repeat right;
  background-size: 13px;
  color: #3EADEB;
}

/* 内容左侧*/
/*内容右侧*/
.pageContainer {
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
  overflow-y: auto;
}
.pageContainer.fullscreen {
  left: -1px;
  transition: left 0.6s cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
.pageContainer .pageMenu {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
.pageContainer .pageMenu .clickLeft {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_left.png") no-repeat center;
  background-size: 20px;
  border-right: 1px solid #E4E7ED;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickRight {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_right.png") no-repeat center;
  background-size: 20px;
  border-left: 1px solid #E4E7ED;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickDown {
  width: 40px;
  height: 40px;
  background: url("../images/icon/ic_dropdown.png") no-repeat center;
  background-size: 10px 11px;
  border-left: 1px solid #E4E7ED;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageMenu .clickDown ul {
  padding: 5px 0;
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  top: 40px;
  right: 0;
}
.pageContainer .pageMenu .clickDown ul li {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.pageContainer .pageMenu .clickDown ul li:hover {
  background-color: #F0F2F5;
}
.pageContainer .pageMenu .menuBar {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  height: 40px;
  cursor: auto;
  overflow: hidden;
  position: relative;
}
.pageContainer .pageMenu .menuBar .menuBarContainer {
  white-space: nowrap;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem {
  height: 40px;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  position: relative;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem span {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .menuItem_close {
  width: 16px;
  height: 16px;
  background: url("../images/icon/ic_close.png") no-repeat center;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .menuItem_close:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem.active {
  background-color: #F0F2F5;
  z-index: 2;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem.active .line {
  display: none;
}
.pageContainer .pageMenu .menuBar .menuBarContainer .menuItem .line {
  width: 1px;
  height: 14px;
  background-color: #DBD9D9;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.pageContainer .pageTitle {
  padding: 25px 25px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageContainer .pageTitle .label {
  font-family: "PingFang SC Medium";
  font-size: 20px;
  color: #333;
}
.pageContainer .pageContent {
  width: 100%;
  height: 100%;
}
.pageContainer .pageContent .tree-module {
  width: 300px;
  height: 100%;
  background-color: #FFF;
  margin-right: 10px;
  padding: 5px;
  float: left;
}
.pageContainer .pageContent .tree-module .tree-search {
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #E4E7ED;
}
.pageContainer .pageContent .tree-module .tree-search .controls.input-search-button {
  margin-left: 16px;
  height: 34px;
  width: 262px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #DADADA;
}
.pageContainer .pageContent .tree-module .tree-search .controls.input-search-button input {
  width: 220px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageContainer .pageContent .tree-module .tree-search .controls.input-search-button i {
  width: 40px;
  height: 32px;
  background-color: #EFF3F6;
}
.pageContainer .pageContent .tree-module .tree-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header {
  height: 41px;
  padding: 0 10px;
  border-bottom-color: #E4E7ED;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .allFolder-icon {
  width: 16px;
  height: 14px;
  background: url("../images/icon/ic_company_allfolder.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .role-app-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url("../images/icon/ic_role_app.png") no-repeat center;
  background-size: 100%;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .controls.button {
  min-width: 54px;
  height: 28px;
  line-height: 26px;
  font-size: 12px;
  border: solid 1px;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .add-btn {
  width: 34px;
  height: 34px;
  margin-right: -6px;
  background: url("../images/icon/ic_company_add.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  position: relative;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .add-btn .pop-role {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .add-btn .pop-role .controls.button {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .arrow-icon {
  width: 20px;
  height: 20px;
  margin-right: -4px;
  background: url("../images/ic_nav_open.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -moz-transition: -moz-transition 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transition 0.5s;
}
.pageContainer .pageContent .tree-module .tree-panel .tree-header .arrow-icon.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pageContainer .pageContent .tree-module .tree-panel .tree-content {
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}
.pageContainer .pageContent .tree-module .tree-search ~ .tree-panel {
  height: -webkit-calc(100% - 85px);
  height: -moz-calc(100% - 85px);
  height: calc(100% - 85px);
}
.pageContainer .pageContent .tree-list {
  overflow-y: auto;
  height: 100%;
}
.pageContainer .pageContent .list-module {
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
  height: 100%;
  float: left;
  overflow-y: scroll;
}
.pageContainer .pageContent .list-module .tableContainer .table-icon {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.pageContainer .pageContent .list-module .tableContainer .table-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pageContainer .pageContent .page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  height: 50px;
}
.pageContainer .pageContent .page-header.edit-dialog {
  margin-bottom: 10px;
}
.pageContainer .pageContent .page-header .title {
  font-family: "PingFang SC Medium";
  font-size: 18px;
  color: #333;
  width: auto;
  display: block;
  padding-left: 16px;
}
.pageContainer .pageContent .page-header .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 16px;
}
.pageContainer .pageContent .page-header .nav .nav-item {
  color: #009afe;
  cursor: pointer;
  font-size: 14px;
}
.pageContainer .pageContent .page-header .nav .nav-split {
  margin-left: 5px;
  margin-right: 5px;
  color: #999;
  font-size: 10px;
  font-weight: bold;
}
.pageContainer .pageContent .page-header .nav .nav-title {
  font-size: 14px;
  color: #333;
  width: auto;
  display: block;
}
.pageContainer .pageContent .page-header .buttons {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 16px;
}
.pageContainer .pageContent .page-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.pageContainer .pageContent .page-footer .align-center {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.pageContainer .pageContent .page-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.pageContainer .pageContent .page-footer .align-center .controls.button:last-child {
  margin-right: 0;
}
.pageContainer .pageContent .searchBar {
  display: flex;
  width: 100%;
  padding: 0px 16px 10px 16px;
  background-color: #FFF;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.pageContainer .pageContent .searchBar .addBtn {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  font-size: 18px;
  color: #D7D7D7;
  cursor: pointer;
  float: left;
  margin-top: 10px;
}
.pageContainer .pageContent .searchBar .controls {
  width: 238px;
  margin-right: 10px;
  margin-top: 5px;
}
.pageContainer .pageContent .searchBar .controls:last-child {
  margin-right: 0;
}
.pageContainer .pageContent .searchBar .controls.combo-input-search-button {
  width: 280px;
}
.pageContainer .pageContent .searchBar .controls.icon-button, .pageContainer .pageContent .searchBar .controls.combo-radiobutton {
  width: auto;
}
.pageContainer .pageContent .searchBar .controls.dateField.range {
  width: 220px;
}
.pageContainer .pageContent .searchBar .controls.combobox {
  width: 150px;
}
.pageContainer .pageContent .searchBar .controls.button {
  width: auto;
  border: 1px solid #DADADA;
  color: #333;
}
.pageContainer .pageContent .searchBar .controls.column-button {
  width: 40px;
}
.pageContainer .pageContent .searchBar .controls.input-search-button {
  padding-left: 15px;
  width: 160px;
}
.pageContainer .pageContent .searchBar .controls.hsh-input {
  width: 120px;
}
.pageContainer .pageContent .searchBar .controls.rf {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.pageContainer .pageContent .searchBar .controls.rf:last-child {
  margin-left: 0;
}
.pageContainer .pageContent .searchBar .controls.rf.input-search-button {
  padding-left: 15px;
  padding-right: 0;
}
.pageContainer .pageContent .searchBar .nav-bar {
  height: 32px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.pageContainer .pageContent .searchBar .nav-bar .fs16-1 {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageContent .searchBar .nav-bar .fs16-1:after {
  content: "";
  max-width: 64px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 10;
}
.pageContainer .pageContent .searchBar .nav-bar.active .fs16-1 {
  font-family: "PingFang SC Medium";
  color: #3EADEB;
}
.pageContainer .pageContent .searchBar .nav-bar.active .fs16-1:after {
  background-color: #3EADEB;
}
.pageContainer .pageContent .searchBar .item {
  width: 100%;
  height: 50px;
}
.pageContainer .pageContent .searchBar .label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pageContainer .pageContent .searchBar .label.rect-box {
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #DADADA;
  background-color: #F9FAFC;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0 10px 0 10px;
  margin-right: 0px;
  min-width: 60px;
  text-align: center;
}
.pageContainer .pageContent .searchBar .buttons {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 0px;
}
.pageContainer .pageContent .searchBar .buttons .controls {
  margin-right: 10px;
}
.pageContainer .pageContent .searchBar .buttons .controls:last-child {
  margin-right: 0;
}
.pageContainer .pageContent .highSearchBar {
  display: flex;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  background-color: #FFF;
  word-spacing: -1em;
  flex-direction: row;
  align-items: center;
}
.pageContainer .pageContent .highSearchBar .content {
  background: #EFF3F6;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.pageContainer .pageContent .highSearchBar .content .label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
  line-height: 32px;
  margin-top: 16px;
}
.pageContainer .pageContent .highSearchBar .content .controls {
  width: 200px;
  margin-right: 10px;
  margin-top: 16px;
}
.pageContainer .pageContent .highSearchBar .content .controls:last-child {
  margin-right: 0;
}
.pageContainer .pageContent .highSearchBar .content .controls.combo-input-search-button {
  width: 300px;
}
.pageContainer .pageContent .highSearchBar .content .controls.icon-button, .pageContainer .pageContent .highSearchBar .content .controls.combo-radiobutton {
  width: auto;
}
.pageContainer .pageContent .highSearchBar .content .controls.dateField.range {
  width: 230px;
}
.pageContainer .pageContent .highSearchBar .content .controls.combobox {
  width: 150px;
}
.pageContainer .pageContent .highSearchBar .content .controls.button {
  width: auto;
}
.pageContainer .pageContent .highSearchBar .content .controls.input-search-button {
  padding-left: 15px;
  width: 160px;
}
.pageContainer .pageContent .highSearchBar .content .controls.rf {
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.pageContainer .pageContent .highSearchBar .content .controls.rf:last-child {
  margin-left: 0;
}
.pageContainer .pageContent .highSearchBar .content .controls.rf.input-search-button {
  padding-left: 15px;
  padding-right: 0;
}
.pageContainer .pageContent .digital {
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  margin-left: 5px;
  border-radius: 8px;
  background-color: #E4E7ED;
  font-size: 12px;
  color: #999;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageContent .tabBar {
  width: 100%;
  background-color: #fff;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 5px;
}
.pageContainer .pageContent .tabBar .content {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #DADADA;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pageContainer .pageContent .tabBar .content .tabItem {
  color: #606266;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  flex-shrink: 0;
  /* margin-left: 10px; */
  margin-right: -1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -1px;
  border: solid 1px #DADADA;
  min-width: 88px;
  text-align: center;
  background-color: #EFF3F6;
  align-items: center;
  justify-content: center;
  display: flex;
}
.pageContainer .pageContent .tabBar .content .tabItem.active {
  color: #3EADEB;
  font-weight: 500;
  border-top: solid 2px #3EADEB;
  background-color: #FFF;
  border-bottom: solid 1px #FFF;
}
.pageContainer .pageContent .tabBar .content .tabItem .num {
  display: inline-block;
  width: 29px;
  height: 16px;
  border-radius: 8px;
  background-color: #E4E7ED;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Medium;
  /* margin-left: -40px; */
  position: relative;
  margin-left: 5px;
}
.pageContainer .pageContent .summaryBar {
  width: 100%;
  padding-left: 16px;
  background-color: #fff;
  padding-bottom: 10px;
}
.pageContainer .pageContent .summaryBar .text {
  color: #222;
  font-size: 12px;
}
.pageContainer .pageContent .summaryBar .num {
  color: #3EADEB;
  font-size: 16px;
  font-weight: bold;
}
.pageContainer .pageContent .split_line {
  width: 100%;
  height: 10px;
}
.pageContainer .pageContent .number {
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  margin-left: 5px;
  border-radius: 8px;
  background-color: #E4E7ED;
  font-size: 12px;
  color: #999;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pageContainer .pageContent .listPage {
  width: 100%;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
.pageContainer .pageContent .listPage .tableContainer {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pageContainer .pageContent .listPage .pageButton {
  padding: 20px 15px;
}
.pageContainer .pageContent .listPage .pageButton .rf {
  float: right;
}
.pageContainer .pageContent .listPage .pageButton:after {
  content: "";
  display: table;
  clear: both;
}
.pageContainer .pageContent .page-body {
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 25px 40px;
  background-color: #FFF;
}
.pageContainer .searchBar ~ .navbar ~ .listPage {
  min-height: -webkit-calc(100% - 146px);
  min-height: -moz-calc(100% - 146px);
  min-height: calc(100% - 146px);
}
.pageContainer .pageMenu ~ .tab-page {
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
}
.pageContainer .pageTitle ~ .tab-page {
  height: -webkit-calc(100% - 63px);
  height: -moz-calc(100% - 63px);
  height: calc(100% - 63px);
}
.pageContainer .pageTitle ~ .tab-page .pageContent {
  overflow-y: visible;
}
.pageContainer .pageTitle ~ .tab-page .pageContent .listPage {
  margin-bottom: 10px;
}
.pageContainer.mainContainer {
  width: 1200px;
  margin: 0 auto;
}
.pageContainer.mainContainer .pageTitle {
  padding: 15px 0 20px;
}
.pageContainer .hsh-main {
  width: 1200px;
  margin: 0 auto;
}
.pageContainer .hsh-main .pageTitle {
  padding: 15px 0 20px;
}
.pageContainer .mainBar {
  width: 980px;
}

.hsh-dialog .personal-data-left {
  margin-right: 30px;
  text-align: center;
}
.hsh-dialog .personal-data-left .userImg {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #535353;
  font-family: "PingFang SC Medium";
  font-size: 38px;
  color: #FFF;
}
.hsh-dialog .personal-data-left > * {
  white-space: nowrap;
}
.hsh-dialog .personal-data-left .button {
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  border: 1px solid #DCDFE6;
  font-family: "PingFang SC Medium";
  font-size: 13px;
  color: #3EADEB;
}
.hsh-dialog .personal-data-right {
  width: 700px;
}
.hsh-dialog .personal-data-right .controls.hsh-textarea {
  height: 120px;
}
.hsh-dialog .personal-data-right .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-dialog .personal-data-right .controls.combobox .drop-icon {
  background: url("../../images/ic_mine_shape.png") no-repeat center;
  background-size: 8px;
}

.navbar {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 25px;
  background-color: #FFF;
  border-bottom: 2px solid #E4E7ED;
  display: flex;
}
.navbar .label {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.navbar .label:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 5;
}
.navbar .active .label {
  font-family: "PingFang SC Medium";
  color: #1989FA;
}
.navbar .active .label:after {
  background-color: #1989FA;
}

.controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.label {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666;
}
.controls.button {
  min-width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  margin-right: 10px;
  background-color: #FFF;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.button.icon {
  min-width: 32px;
}
.controls.button:last-child {
  margin-right: 0;
}
.controls.button.btn-primary {
  border-color: #3EADEB;
  color: #3EADEB;
  background-color: #FFF;
}
.controls.button.btn-danger {
  border-color: #D0021B;
  color: #D0021B;
  background-color: #FFF;
}
.controls.button.btn-success {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #FFF;
}
.controls.button.btn-info {
  border-color: #5bc0de;
  color: #5bc0de;
  background-color: #FFF;
}
.controls.button.btn-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
  background-color: #FFF;
}
.controls.button.btn-link {
  border-color: #337ab7;
  color: #337ab7;
  background-color: #FFF;
}
.controls.button.active {
  border-color: #3EADEB;
  color: #3EADEB;
  background-color: #FFF;
}
.controls.button.cancel {
  border-color: #3EADEB;
  color: #3EADEB;
}
.controls.button.tint-active {
  border-color: #CAE3FC;
  background-color: #E6F1FC;
  color: #3EADEB;
}
.controls.button.import {
  border-color: #3EADEB;
  background-color: #3EADEB;
  color: #FFF;
}
.controls.button.grey {
  background-color: #CCD6E6;
  border-color: #CCD6E6;
}
.controls.button.default {
  border-color: #D7D7D7;
  color: #999;
}
.controls.button.red {
  border-color: #D0021B;
  background-color: #D0021B;
  color: #FFF;
}
.controls.button .icon-add {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_work_add.png") no-repeat center;
  background-size: 100%;
}
.controls.button .download-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_import.png") no-repeat center;
  background-size: 100%;
}
.controls.button .export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_api_export.png") no-repeat center;
  background-size: 100%;
}
.controls.button .transfer-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_transfer.png") no-repeat center;
  background-size: 100%;
}
.controls.button .delete-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_delete.png") no-repeat center;
  background-size: 100%;
}
.controls.button .gengUs-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_update.png") no-repeat center;
  background-size: 100%;
}
.controls.button .setting_icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_set_white.png") no-repeat center;
  background-size: 100%;
}
.controls.button .xls-export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_export.png") no-repeat center;
  background-size: 100%;
}
.controls.button .open-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_open.png") no-repeat center;
  background-size: 100%;
}
.controls.button .close-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_close.png") no-repeat center;
  background-size: 100%;
}
.controls.button .text {
  margin-left: 5px;
  font-size: 12px;
  margin-right: 5px;
}
.controls.combobox {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  background-color: #FFF;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.combobox:hover {
  border-color: #C0C4CC;
}
.controls.combobox.openDrop {
  border-color: #3EADEB;
}
.controls.combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combobox .label-field {
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  line-height: 30px;
  width: 0;
  flex: 1;
}
.controls.combobox .label-field.placeholder {
  color: #999;
}
.controls.combobox.enabled {
  background-color: #F3f3f3;
}
.controls.combobox.enabled .label-field {
  color: #999;
}
.controls.combobox .drop-list {
  width: 100% !important;
  max-height: 272px;
  margin-top: 32px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.combobox .drop-list .search-box {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.combobox .drop-list .search-box:hover {
  background-color: #FFF;
}
.controls.combobox .drop-list .search-box .icon {
  width: 30px;
  background: url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.combobox .drop-list .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  padding-left: 2px;
  font-size: 12px;
  color: #333;
}
.controls.combobox .drop-list li {
  height: 32px;
  padding-left: 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.combobox .drop-list li span {
  display: inline-block;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.controls.combobox .drop-list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.combobox .drop-list li.on {
  background-color: #3EADEB;
  font-family: "PingFang SC Medium";
  color: #FFF;
}
.controls.combobox .drop-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.controls.combobox .drop-list::-webkit-scrollbar {
  width: 8px;
}
.controls.checked-combobox {
  width: 100%;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.checked-combobox:hover {
  border-color: #C0C4CC;
}
.controls.checked-combobox.openDrop {
  border-color: #3EADEB;
}
.controls.checked-combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.checked-combobox .label-field {
  width: 100%;
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.checked-combobox .label-field.items-show {
  padding-bottom: 4px;
}
.controls.checked-combobox .label-field .placeholder {
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.checked-combobox .label-field .items {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.checked-combobox .label-field .items .item {
  max-width: 100%;
  margin-top: 4px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 6px;
  background-color: #f4f4f5;
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.checked-combobox .label-field .items .item .text {
  margin-right: 6px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controls.checked-combobox .label-field .items .item .del {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-image: url("../images/icon/ic_checked_combobox_delete.png");
  background-size: 100%;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.checked-combobox .label-field .items .item .del:hover {
  background-image: url("../images/icon/ic_checked_combobox_delete_over.png");
  background-size: 100%;
}
.controls.checked-combobox.enabled {
  background-color: #F3f3f3;
}
.controls.checked-combobox.enabled .label-field {
  color: #999;
}
.controls.checked-combobox .drop-list {
  width: 100% !important;
  max-height: 272px;
  margin-top: 32px !important;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.checked-combobox .drop-list li {
  line-height: 32px;
  padding-left: 15px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controls.checked-combobox .drop-list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.checked-combobox .drop-list li.on {
  background-color: #3EADEB;
  font-family: "PingFang SC Medium";
  color: #FFF;
}
.controls.checked-combobox .drop-list li.on .selected {
  display: block;
}
.controls.checked-combobox .drop-list li .selected {
  display: none;
  width: 24px;
  margin-right: 10px;
  background: url(../images/icon/ic_combobox_select.png) no-repeat center;
  background-size: 12px 9px;
}
.controls.checked-combobox .drop-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.controls.checked-combobox .drop-list::-webkit-scrollbar {
  width: 8px;
}
.controls.dateField {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}
.controls.dateField .labelField {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.dateField .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/ic_date_two.png) no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.dateField .date {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.dateField .line {
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.dateField.enable {
  background-color: #F3f3f3;
}
.controls.dateField.enable .date {
  color: #ddd;
}
.controls.dateField.enable .line {
  background-color: #ddd;
}
.controls.dateField.range .drop {
  width: 582px;
}
.controls.dateField.range .date {
  text-align: center;
}
.controls.dateField.datetime.range .drop {
  width: 822px;
}
.controls.dateField.datetime .drop {
  width: 412px;
}
.controls.dateField.datetime .drop .box {
  width: 100%;
  margin-right: 16px;
  margin-top: 23px;
  float: left;
}
.controls.dateField.datetime .drop .box:last-child {
  margin-right: 0;
}
.controls.dateField.datetime .drop .box .title {
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.dateField.datetime .drop .box .bar {
  width: 100%;
  height: 220px;
  padding: 0 15px;
  margin-top: 15px;
  border-radius: 2px;
  border-top: solid 1px #D7D7D7;
  overflow: hidden;
  position: relative;
}
.controls.dateField.datetime .drop .box .bar .item-picker {
  height: 210px;
}
.controls.dateField.datetime .drop .box .bar ul {
  width: 100%;
}
.controls.dateField.datetime .drop .box .bar ul li {
  line-height: 30px;
  height: 30px;
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  color: #C0C4CC;
  cursor: pointer;
}
.controls.dateField.datetime .drop .box .bar ul li.selected {
  color: #333;
}
.controls.dateField.dateField-width {
  width: 100%;
}
.controls.dateField .centerline:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #E4E4E4;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.controls.dateField .drop {
  margin-top: 32px;
  margin-bottom: 0px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  background-color: #FFF;
  z-index: 100000;
}
.controls.dateField .drop .datetime-content {
  width: 100%;
  position: relative;
}
.controls.dateField .drop .datetime-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #D7D7D7;
  font-size: 12px;
}
.controls.dateField .drop .datetime-footer div:first-child {
  font-size: 12px;
  color: #3EADEB;
}
.controls.dateField .drop .datetime-footer div:last-child {
  font-size: 12px;
  color: #303133;
}
.controls.dateField .drop .date-module {
  width: 290px;
  padding: 5px 5px;
}
.controls.dateField .drop .date-module .year-month {
  width: 100%;
  height: 30px;
  font-size: 12px;
  color: #606266;
  position: relative;
  line-height: 30px;
}
.controls.dateField .drop .date-module .year-month .pre-button {
  position: absolute;
  top: 0;
  left: 0;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-year {
  float: left;
  width: 30px;
  text-align: center;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-year:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-month {
  width: 30px;
  height: 30px;
  text-align: center;
  float: left;
}
.controls.dateField .drop .date-module .year-month .pre-button .pre-month:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module .year-month .next-button {
  position: absolute;
  top: 0;
  right: 0;
}
.controls.dateField .drop .date-module .year-month .next-button .next-year {
  width: 30px;
  height: 30px;
  text-align: center;
  float: right;
}
.controls.dateField .drop .date-module .year-month .next-button .next-year:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module .year-month .next-button .next-month {
  float: right;
  width: 30px;
  text-align: center;
}
.controls.dateField .drop .date-module .year-month .next-button .next-month:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module .year-month .text {
  clear: both;
  margin: 0 auto;
  width: 120px;
  text-align: center;
}
.controls.dateField .drop .date-module .weeks {
  width: 100%;
  margin-bottom: 5px;
}
.controls.dateField .drop .date-module .weeks ul {
  width: 100%;
  height: 30px;
  border-bottom: solid 1px #D7D7D7;
}
.controls.dateField .drop .date-module .weeks ul li {
  margin-top: 0;
  color: #606266;
  cursor: default;
}
.controls.dateField .drop .date-module ul {
  width: 100%;
}
.controls.dateField .drop .date-module ul:after {
  content: "";
  display: table;
  clear: both;
}
.controls.dateField .drop .date-module ul.months {
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #EEE;
  margin-top: 15px;
}
.controls.dateField .drop .date-module ul.months .month {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #606266;
  float: left;
}
.controls.dateField .drop .date-module ul.months .month:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module ul.months .month.selected {
  color: #3EADEB;
}
.controls.dateField .drop .date-module ul li {
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #C0C4CC;
  float: left;
}
.controls.dateField .drop .date-module ul li.days {
  color: #606266;
}
.controls.dateField .drop .date-module ul li.days:hover {
  color: #3EADEB;
}
.controls.dateField .drop .date-module ul li.days.selected {
  background-color: #F2F6FC;
}
.controls.dateField .drop .date-module ul li.days.disable {
  color: #C0C4CC;
}
.controls.dateField .drop .date-module ul li.days.over {
  background-color: #F2F6FC;
}
.controls.dateField .drop .date-module ul li.active {
  font-weight: 700;
  color: #3EADEB;
}
.controls.dateField .drop .date-module ul li.over-start-date {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.controls.dateField .drop .date-module ul li.over-end-date {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.controls.dateField .drop .date-module ul li.start-date {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 5px;
  padding-top: 2.5px;
}
.controls.dateField .drop .date-module ul li.start-date div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #3EADEB;
  color: #FFF;
}
.controls.dateField .drop .date-module ul li.end-date {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 10px;
  padding-top: 2.5px;
}
.controls.dateField .drop .date-module ul li.end-date div {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #3EADEB;
  color: #FFF;
}
.controls.hsh-time {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  background: #FFF;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-time .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/icon/ic_time.png") no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.hsh-time .time {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.hsh-time .text {
  font-size: 12px;
  color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.hsh-time.range .time {
  text-align: center;
}
.controls.hsh-time .timer-picker {
  width: 280px;
  height: 306px;
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #E4E7ED;
  cursor: default;
  position: absolute;
  left: 0;
  z-index: 99999;
}
.controls.hsh-time .timer-picker.top {
  -webkit-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.06);
  bottom: 32px;
}
.controls.hsh-time .timer-picker.bottom {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  top: 32px;
}
.controls.hsh-time .timer-picker .timer-picker-content {
  padding: 15px;
  overflow: hidden;
}
.controls.hsh-time .timer-picker .timer-picker-content .box {
  width: 100%;
  margin-right: 16px;
  float: left;
}
.controls.hsh-time .timer-picker .timer-picker-content .box.range {
  width: 116px;
}
.controls.hsh-time .timer-picker .timer-picker-content .box:last-child {
  margin-right: 0;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .title {
  line-height: normal;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .bar {
  width: 100%;
  height: 210px;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid #D7D7D7;
  overflow: hidden;
  position: relative;
}
.controls.hsh-time .timer-picker .timer-picker-content .box .bar.second .item-picker {
  width: 33.33%;
}
.controls.hsh-time .timer-picker .timer-picker-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #D7D7D7;
  font-size: 12px;
}
.controls.hsh-time .timer-picker .timer-picker-footer div:first-child {
  font-size: 14px;
  color: #3EADEB;
}
.controls.hsh-time .timer-picker .timer-picker-footer div:last-child {
  font-size: 12px;
  color: #333;
}
.controls.hsh-input {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
}
.controls.hsh-input:hover {
  border-color: #C0C4CC;
}
.controls.hsh-input:focus {
  border-color: #3EADEB;
}
.controls.hsh-input.red-color {
  color: #D0021B;
}
.controls.hsh-input.enabled {
  background-color: #F3f3f3;
  color: #999999;
}
.controls.hsh-textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
  resize: none;
}
.controls.hsh-textarea:hover {
  border-color: #C0C4CC;
}
.controls.hsh-textarea:focus {
  border-color: #3EADEB;
}
.controls.hsh-mutil-combobox {
  width: 100%;
  height: 32px;
  padding-right: 15px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
}
.controls.hsh-mutil-combobox .combobox-input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  background-size: 14px;
  vertical-align: top;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.hsh-mutil-combobox.openDrop {
  border-color: #3EADEB;
}
.controls.hsh-mutil-combobox.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.hsh-mutil-combobox .drop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
}
.controls.hsh-mutil-combobox .drop.top {
  bottom: 32px;
}
.controls.hsh-mutil-combobox .drop.bottom {
  top: 32px;
}
.controls.hsh-mutil-combobox .drop .list {
  width: 150px;
  height: 242px;
  overflow-y: scroll;
  background-color: #FFF;
  border-left: 1px solid #E4E7ED;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}
.controls.hsh-mutil-combobox .drop .list:last-child {
  border-right: 1px solid #E4E7ED;
}
.controls.hsh-mutil-combobox .drop .list li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 10px;
  cursor: pointer;
}
.controls.hsh-mutil-combobox .drop .list li .item {
  height: 32px;
  padding-right: 15px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controls.hsh-mutil-combobox .drop .list li .item.arrow {
  background: url("../images/icon/ic_arrow_right.png") no-repeat right;
  background-size: 14px;
}
.controls.hsh-mutil-combobox .drop .list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li.selected {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list {
  width: 150px;
  height: 242px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  position: absolute;
  top: -1px;
  left: 149px;
  z-index: 5;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  cursor: pointer;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li .item {
  padding-right: 15px;
  font-size: 12px;
  color: #333;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li .item.arrow {
  background: url("../images/icon/ic_arrow_right.png") no-repeat right;
  background-size: 14px;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list li .sub-list li.selected {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.hsh-mutil-combobox .drop .list::-webkit-scrollbar {
  width: 0;
}
.controls.number {
  width: 120px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  vertical-align: top;
  overflow: hidden;
}
.controls.number .clickBtn {
  width: 32px;
  height: 32px;
  line-height: 26px;
  text-align: center;
  background-color: #F5F7FA;
  cursor: not-allowed;
}
.controls.number .clickBtn.cut {
  background: #F5F7FA url("../images/icon/ic_cut_prohibit.png") no-repeat center;
  background-size: 16px;
  background-position: center;
}
.controls.number .clickBtn.add {
  background: #F5F7FA url("../images/icon/ic_plus_prohibit.png") no-repeat center;
  background-size: 12px;
  background-position: center;
}
.controls.number .clickBtn.active {
  cursor: pointer;
}
.controls.number .clickBtn.active.cut {
  background: #F5F7FA url("../images/icon/ic_cut.png") no-repeat center;
  background-size: 16px;
  background-position: center;
}
.controls.number .clickBtn.active.add {
  background: #F5F7FA url("../images/icon/ic_plus.png") no-repeat center;
  background-size: 12px;
  background-position: center;
}
.controls.number input {
  width: 54px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #E4E7ED;
  border-right: 1px solid #E4E7ED;
  font-size: 12px;
  color: #333;
}
.controls.progress-bar {
  width: 150px;
  height: 12px;
  border-radius: 6px;
  background-color: #F0F2F5;
}
.controls.progress-bar .progress {
  max-width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #3EADEB;
  position: relative;
}
.controls.progress-bar .progress .slider {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 10;
}
.controls.switchButton {
  width: 40px;
  height: 20px;
  background-color: #D7D7D7;
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 2px;
  cursor: pointer;
}
.controls.switchButton.on {
  background-color: #3EADEB;
}
.controls.switchButton.on .button {
  left: 20px;
}
.controls.switchButton .button {
  width: 16px;
  height: 16px;
  background-color: #FFF;
  border-radius: 8px;
  position: relative;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}
.controls.list-item {
  width: 100%;
}
.controls.list-item .item {
  height: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  margin-right: 15px;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.list-item .item.border-color {
  border-color: #D7D7D7;
}
.controls.list-item .item.item-width-sm {
  min-width: 72px;
}
.controls.list-item .item.item-md {
  height: 40px;
  line-height: 38px;
  padding: 0 10px;
  margin-right: 30px;
  font-size: 16px;
}
.controls.list-item .item.item-sm {
  height: 32px;
  line-height: 30px;
  margin-right: 15px;
  font-size: 14px;
}
.controls.list-item .item:hover {
  border-color: #D7D7D7;
  background-color: #F9FAFC;
}
.controls.list-item .item.default {
  border-color: #D7D7D7;
  color: #999;
}
.controls.list-item .item.select-active {
  border-color: #3EADEB;
  color: #3EADEB;
}
.controls.list-item .item.active {
  border-color: #3EADEB;
  background-color: #3EADEB;
  color: #FFF;
}
.controls.list-item .item.tint-active {
  border-color: #CAE3FC;
  background-color: #E6F1FC;
  color: #3EADEB;
}
.controls.tag-label {
  width: 100%;
}
.controls.tag-label .tag {
  height: 32px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 6px;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px solid #A3D0FD;
  background-color: #E6F1FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.tag-label .tag .name {
  width: 100px;
  margin-right: 6px;
  background-color: #E6F1FC;
  font-size: 12px;
  color: #3EADEB;
}
.controls.tag-label .tag .icon-guanbi {
  width: 16px;
  height: 16px;
  margin: 7px 0;
  background: url("../images/icon/ic_del.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.tag-label .tag .icon-guanbi svg {
  display: none;
}
.controls.tag-label .tag .icon-guanbi:hover {
  background: url("../images/icon/ic_del_hover.png") no-repeat center;
  background-size: 13px;
}
.controls.tag-label .btn-add-tag {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.tag-label .btn-add-tag .icon-tianjia {
  width: 12px;
  height: 12px;
  margin: 9px 0;
  background: url("../images/icon/ic_plus.png") no-repeat center;
  background-size: 10px;
  vertical-align: top;
}
.controls.tag-label .btn-add-tag .icon-tianjia svg {
  display: none;
}
.controls.tag-label .add-tag-desc {
  line-height: 22px;
  margin-left: 10px;
  color: #a0a0a0;
  clear: both;
}
.controls.radio-button {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.controls.radio-button .radio-icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../images/icon/ic_checkbox.png") no-repeat center;
  background-size: 100%;
}
.controls.radio-button .radio-icon.active {
  background: url("../images/icon/ic_checkbox_checked.png") no-repeat center;
  background-size: 100%;
}
.controls.radio-button .button-label {
  font-size: 12px;
  color: #333;
}
.controls.combo-radiobutton {
  border-radius: 0px;
}
.controls.combo-radiobutton .radio-list {
  min-width: 68px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 12px;
  border: 1px solid #DADADA;
  border-left: 0;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.controls.combo-radiobutton .radio-list:first-child {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px 0 0 0px;
  border-left: 1px solid #E4E7ED;
}
.controls.combo-radiobutton .radio-list:last-child {
  border-radius: 0 0px 0px 0;
}
.controls.combo-radiobutton .radio-list.active, .controls.combo-radiobutton .radio-list:hover {
  -webkit-box-shadow: -1px 0 0 0 #A3D0FD;
  box-shadow: -1px 0 0 0 #A3D0FD;
  background-color: #E6F1FC;
  border-color: #A3D0FD;
  color: #3EADEB;
}
.controls.combo-radiobutton .radio-list.active {
  font-family: "PingFang SC Medium";
}
.controls.combo-radiobutton .radio-list.most-active {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.combo-checkbox {
  width: 100%;
}
.controls.combo-checkbox .checkbox {
  min-width: 50px;
  width: 50px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.controls.combo-checkbox .checkbox:last-child {
  margin-right: 0;
}
.controls.combo-checkbox .checkbox:after {
  content: "";
  display: none;
  width: 9px;
  height: 9px;
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.controls.combo-checkbox .checkbox.active {
  border-color: #3EADEB;
}
.controls.combo-checkbox .checkbox.active:after {
  display: block;
}
.controls.combo-input-search-button {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
}
.controls.combo-input-search-button .combo-box {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #E4E7ED;
  background-color: #F9FAFC;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.combo-input-search-button .combo-box .combo {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.combo-input-search-button .combo-box .combo .lab {
  margin-right: 6px;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  min-width: 50px;
}
.controls.combo-input-search-button .combo-box .combo .arrow {
  width: 14px;
  height: 14px;
  background: url("../images/icon/ic_down.png") no-repeat center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.combo-input-search-button .combo-box .combo.openDrop .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combo-input-search-button .combo-box .drop {
  width: 100% !important;
  -webkit-box-shadow: 0 0 5px #DADADA;
  box-shadow: 0 0 5px #DADADA;
  background-color: #FFF;
  border-radius: 0px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 10;
}
.controls.combo-input-search-button .combo-box .drop .tag {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.controls.combo-input-search-button .combo-box .drop .tag:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.combo-input-search-button .inputBox {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.controls.combo-input-search-button .inputBox input {
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-size: 12px;
  color: #333;
}
.controls.combo-input-search-button .search-btn {
  width: 36px;
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #E4E7ED;
  background: #F9FAFC url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-search-button {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  background-color: #FFF;
  display: flex;
}
.controls.input-search-button .search-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.input-search-button .icon {
  width: 40px;
  height: 100%;
  background: url("../images/icon/ic_search.png") no-repeat center;
  background-size: 14px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-search-button input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  padding-left: 10px;
}
.controls.input-search-button .search-result {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #DADADA;
  border-radius: 0px;
  position: relative;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}
.controls.input-search-button .search-result .search-result-list {
  width: 100%;
}
.controls.input-search-button .search-result .search-result-list li {
  width: 100%;
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.input-search-button .search-result .search-result-list li a {
  width: 100%;
}
.controls.input-search-button .search-result .search-result-list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.input-search-button .drop-search-list {
  width: 100%;
  padding: 5px 0;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
.controls.input-search-button .drop-search-list li {
  width: 100%;
  line-height: 32px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.input-search-button .drop-search-list li a {
  width: 100%;
}
.controls.input-search-button .drop-search-list li:hover {
  background-color: #F0F2F5;
}
.controls.page {
  line-height: 28px;
  text-align: center;
  padding: 10px 0 10px;
  margin-right: 16px;
  font-size: 12px;
  color: #333;
}
.controls.page a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  margin: 0 1px;
  vertical-align: middle;
  padding-left: 5px;
  cursor: pointer;
}
.controls.page a:hover {
  text-decoration: none;
  color: #3EADEB;
}
.controls.page .prev {
  background: url("../images/icon/ic_prev.png") no-repeat center;
  background-size: 14px;
}
.controls.page .prev.active {
  background: url("../images/icon/ic_prev_prohibit.png") no-repeat center;
  background-size: 14px;
  cursor: not-allowed;
}
.controls.page .next {
  background: url("../images/icon/ic_next.png") no-repeat center;
  background-size: 14px;
}
.controls.page .next.active {
  background: url("../images/icon/ic_next_prohibit.png") no-repeat center;
  background-size: 14px;
  cursor: not-allowed;
}
.controls.page .on {
  color: #3EADEB;
}
.controls.page .end {
  margin-right: 10px;
}
.controls.page .inputPage {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
  outline: none;
  vertical-align: bottom;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.page:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
}
.controls.page .ok {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFF;
}
.controls.page .ok:hover {
  color: #3EADEB;
}
.controls.page .toLabel {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  color: #333;
}
.controls.page .all {
  margin-right: 15px;
}
.controls.page .sizes-box {
  margin: 0 10px;
}
.controls.page .sizes-box .sizes {
  width: 60px;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  margin: 0 5px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
}
.controls.page .sizes-box .sizes .icon {
  width: 14px;
  height: 30px;
  background: url("../images/icon/ic_down.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.controls.page .sizes-box .sizes .icon.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.page .sizes-box .sizes input {
  width: 100%;
  height: 100%;
  padding-right: 16px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.page .sizes-box .sizes .sizes-list {
  width: 100%;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #E4E7ED;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
}
.controls.page .sizes-box .sizes .sizes-list .list {
  width: 100%;
}
.controls.page .sizes-box .sizes .sizes-list .list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.controls.page .sizes-box .sizes .sizes-list .list li:hover {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.imagesupload {
  max-width: 342px;
  width: 100%;
  padding-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.imagesupload .img, .controls.imagesupload .add-img {
  width: 94px;
  height: 94px;
  margin-right: 20px;
  margin-bottom: 15px;
  border: 1px solid #E4E7ED;
  position: relative;
}
.controls.imagesupload .img img, .controls.imagesupload .add-img img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.controls.imagesupload .img .delete, .controls.imagesupload .add-img .delete {
  width: 16px;
  height: 16px;
  background: url(../images/icon/ic_delete.png) no-repeat center;
  background-size: 8px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.controls.imagesupload .img .delete:hover, .controls.imagesupload .add-img .delete:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.controls.imagesupload .add-img {
  line-height: 92px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #D7D7D7;
  cursor: pointer;
}
.controls.imageupload, .controls.videoupload {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  position: relative;
  cursor: pointer;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.controls.imageupload.change .cover, .controls.videoupload.change .cover {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.controls.imageupload.change .cover .text, .controls.videoupload.change .cover .text {
  background-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 14px;
}
.controls.imageupload.change .placeholder, .controls.videoupload.change .placeholder {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  color: #999;
  background: #FFF;
  width: 100%;
  text-align: center;
}
.controls.imageupload .placeholder, .controls.videoupload .placeholder {
  position: absolute;
  bottom: 0px;
  font-size: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
}
.controls.imageupload video, .controls.videoupload video {
  width: 100%;
  height: 100%;
}
.controls.imageupload.img-mini, .controls.videoupload.img-mini {
  width: 32px;
  height: 32px;
}
.controls.imageupload.img-mini .cover, .controls.videoupload.img-mini .cover {
  background-color: rgba(0, 0, 0, 0.3);
}
.controls.imageupload.img-mini .cover .text, .controls.videoupload.img-mini .cover .text {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 12px;
  color: #fff;
}
.controls.imageupload.img-sm, .controls.videoupload.img-sm {
  width: 120px;
  height: 120px;
}
.controls.imageupload.img-md, .controls.videoupload.img-md {
  width: 150px;
  height: 150px;
}
.controls.imageupload.img-lg, .controls.videoupload.img-lg {
  width: 200px;
  height: 200px;
}
.controls.imageupload img, .controls.videoupload img {
  width: 80%;
  height: 80%;
}
.controls.imageupload .cover, .controls.videoupload .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
}
.controls.imageupload .cover .text, .controls.videoupload .cover .text {
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #999;
}
.controls.imageupload .delete, .controls.videoupload .delete {
  width: 16px;
  height: 16px;
  background: url(../images/icon/ic_delete.png) no-repeat center;
  background-size: 8px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.controls.imageupload .delete:hover, .controls.videoupload .delete:hover {
  background-color: #DBD9D9;
  border-radius: 50%;
}
.controls.videoupload .text {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
}
.controls.videoupload.img-sm .text {
  margin-top: 15px;
}
.controls.videoupload.img-md .text {
  margin-top: 60px;
}
.controls.videoupload.img-lg .text {
  margin-top: 85px;
}
.controls.text-editor {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #DADADA;
}
.controls.text-editor input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.text-editor .text {
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
}
.controls.popupButton {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.popupButton:hover {
  border-color: #C0C4CC;
}
.controls.popupButton .label {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.popupButton.openDrop {
  border-color: #3EADEB;
}
.controls.popupButton.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.popupButton .drop-icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/ic_down.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.popupButton .drop-button-list {
  width: 100% !important;
  max-height: 240px;
  border: solid 1px #E4E7ED;
  background-color: #FFF;
  overflow-y: auto;
  border-radius: 0px;
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.popupButton .drop-button-list li {
  line-height: 32px;
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.controls.popupButton .drop-button-list li:hover, .controls.popupButton .drop-button-list li.on {
  background-color: #3EADEB;
  color: #FFF;
}
.controls.combotree {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
  background: #FFF;
}
.controls.combotree:hover {
  border-color: #C0C4CC;
}
.controls.combotree.openDrop {
  border-color: #3EADEB;
}
.controls.combotree.openDrop .drop-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.controls.combotree.combobox-width-xs {
  width: 88px;
}
.controls.combotree.combobox-width {
  width: 100%;
}
.controls.combotree.combobox-width-auto {
  width: auto;
}
.controls.combotree .label-field {
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.controls.combotree .label-field.placeholder {
  color: #999;
}
.controls.combotree .tree-drop {
  width: 100% !important;
  margin-top: 32px;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  z-index: 100000;
}
.controls.combotree .tree-drop .tree-body {
  width: 100%;
  height: 320px;
  overflow-y: auto;
}
.controls.combotree .tree-drop .tree-body.radio {
  height: 360px;
}
.controls.combotree .tree-drop .tree-footer {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-top: 1px solid #E4E7ED;
  font-size: 12px;
}
.controls.combotree .tree-drop .tree-footer div:first-child {
  font-size: 14px;
  color: #3EADEB;
}
.controls.combotree .tree-drop .tree-footer div:last-child {
  font-size: 12px;
  color: #333;
}
.controls.rateField {
  width: 100%;
}
.controls.rateField .starContent {
  margin-right: 10px;
  cursor: pointer;
}
.controls.rateField .starContent .star_disable {
  position: absolute;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.rateField .starContent .slider {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.controls.rateField .starContent .slider .star_active {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.rateField .point {
  font-size: 14px;
  color: rgb(255, 153, 0);
}
.controls.calendar {
  width: 820px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.calendar .date-header {
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controls.calendar .date-header .title {
  font-size: 12px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.calendar .date-header .radio-list {
  height: 28px;
  line-height: 26px;
  font-size: 12px;
}
.controls.calendar .date-body {
  width: 100%;
  padding: 12px 20px 35px;
}
.controls.calendar .date-body .weeks {
  width: 100%;
}
.controls.calendar .date-body .weeks ul {
  width: 100%;
  height: 48px;
}
.controls.calendar .date-body .weeks ul li {
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E4E7ED;
  cursor: default;
}
.controls.calendar .date-body .weeks ul li:last-child {
  border-right: none;
}
.controls.calendar .date-body ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.controls.calendar .date-body ul li {
  width: 111px;
  height: 85px;
  padding: 8px;
  border-left: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
  font-size: 17px;
  color: #333;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.calendar .date-body ul li:nth-child(7n) {
  border-right: 1px solid #E4E7ED;
}
.controls.calendar .date-body ul li:hover {
  background-color: #f2f8fe;
}
.controls.calendar .date-body ul li.today {
  color: #409eff;
}
.controls.calendar .date-body ul li.active {
  background-color: #f2f8fe;
  color: #3EADEB;
}
.controls.calendar .date-body ul li.pre, .controls.calendar .date-body ul li.next {
  color: #c0c4cc;
}
.controls.hsh-select-box {
  display: inline-block;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.controls.hsh-select-box .select-list {
  width: 100%;
  padding: 5px 0;
}
.controls.hsh-select-box .select-list .row {
  height: 34px;
  padding: 0 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-select-box .select-list .row:hover {
  background-color: #E9F7FE;
}
.controls.hsh-select-box .select-list .row.active {
  background-color: #E9F7FE;
}
.controls.hsh-select-box .select-list .row.active .label {
  color: #3EADEB;
}
.controls.hsh-select-box .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.controls.hsh-select-box .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.controls.hsh-select-box .select-list .row .label {
  font-size: 14px;
  color: #999;
}
.controls.hsh-select-box .select-foot {
  padding: 10px;
  border-top: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.hsh-select-box .select-foot .label {
  font-size: 14px;
  color: #3EADEB;
  cursor: pointer;
}
.controls.net {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.net .net-prepend {
  padding: 0 15px;
  background-color: #F5F7FA;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.net input {
  width: 100%;
  padding: 0 15px;
  border-right: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  font-size: 14px;
  color: #999;
}
.controls.icon-button {
  min-width: 80px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  background-color: #FFF;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.icon-button.button-blue {
  background-color: #1989FA;
  border-color: #1989FA;
}
.controls.icon-button.button-blue .icon-add {
  background: url("../images/icon/ic_api_add.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-blue .transfer-icon {
  background: url("../images/icon/ic_module_transfer_white.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-blue .text {
  color: #FFF;
}
.controls.icon-button.button-red {
  background-color: #D0021B;
  border-color: #D0021B;
}
.controls.icon-button.button-red .delete-icon {
  background: url("../images/icon/ic_task_delete_white.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button.button-red .text {
  color: #FFF;
}
.controls.icon-button.button-grey {
  background-color: #F0F2F5;
  border-color: #F0F2F5;
}
.controls.icon-button .icon-add {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_work_add.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .download-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_import.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .export-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_api_export.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .transfer-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_transfer.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .delete-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_task_delete.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .gengUs-icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_module_update.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .setting_icon {
  width: 12px;
  height: 12px;
  background: url("../images/icon/ic_set.png") no-repeat center;
  background-size: 100%;
}
.controls.icon-button .text {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.controls.input-number {
  width: 100%;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.input-number input {
  width: 100%;
  padding: 0 10px;
  border-radius: 0px;
  font-size: 12px;
  color: #333;
}
.controls.input-number .buttonGroup {
  width: 25px;
  background-color: #FBFBFB;
  border-left: 1px solid #E4E7ED;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-number .buttonGroup .arrow-up {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #D8DCE6;
  background: url("../images/icon/ic_finance_up.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number .buttonGroup .arrow-up.active {
  background: url("../images/icon/ic_finance_up_active.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
}
.controls.input-number .buttonGroup .arrowDown {
  width: 100%;
  height: 15px;
  background: url("../images/icon/ic_finance_down.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number .buttonGroup .arrowDown.active {
  background: url("../images/icon/ic_finance_down_active.png") no-repeat center;
  background-size: 12px;
  cursor: pointer;
}
.controls.input-number.enabled {
  background-color: #F3f3f3;
}
.controls.input-number.enabled .buttonGroup {
  width: 25px;
  background-color: #FBFBFB;
  border-left: 1px solid #E4E7ED;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.input-number.enabled .buttonGroup .arrow-up {
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #D8DCE6;
  background: url("../images/icon/ic_finance_up.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.input-number.enabled .buttonGroup .arrowDown {
  width: 100%;
  height: 15px;
  background: url("../images/icon/ic_finance_down.png") no-repeat center;
  background-size: 12px;
  cursor: not-allowed;
}
.controls.search-combobox {
  width: 100%;
  position: relative;
}
.controls.search-combobox .search-combobox-input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.controls.search-combobox .search-combobox-input .hsh-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.controls.search-combobox .search-combobox-input .button {
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.controls.search-combobox .search-combobox-input .button.btn-primary {
  background-color: #20A0FF;
  border-color: #20A0FF;
}
.controls.search-combobox .search-combobox-drop {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 42px;
  z-index: 10;
}
.controls.search-combobox .search-combobox-drop ul {
  padding: 10px 0;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.controls.search-combobox .search-combobox-drop ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.controls.search-combobox .search-combobox-drop ul li:hover {
  background-color: #F0F2F5;
}
.controls .icon-box {
  min-width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls .icon-box .drop-icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/icon/ic_down.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls .icon-box .drop-del {
  display: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(../images/icon/ic_del2.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.controls.export-button {
  position: relative;
}
.controls.export-button .button {
  min-width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #3EADEB;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.export-button .export-popup {
  width: 140px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e7ed;
  position: absolute;
  top: 32px;
  z-index: 10000;
  background-color: #fff;
  border-radius: 0px;
}
.controls.export-button .export-popup.align-left {
  left: 0px;
}
.controls.export-button .export-popup.align-right {
  right: 0px;
}
.controls.export-button .export-popup .export-popup-item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 0px;
}
.controls.export-button .export-popup .export-popup-item.active {
  background-color: #F0F2F5;
}
.controls.export-button .export-popup .export-popup-item .checkbox {
  background-image: url("../images/icon/ic_checkbox.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.controls.export-button .export-popup .export-popup-item .checkbox.selected {
  background-image: url("../images/icon/ic_checkbox_checked.png");
}
.controls.export-button .export-popup .export-popup-item span {
  margin-left: 10px;
  font-size: 12px;
  color: #333;
}
.controls.export-button .export-popup .export-popup-item.custom {
  height: 105px;
}
.controls.export-button .export-popup .export-popup-item .item {
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
}
.controls.export-button .export-popup .export-popup-item .item span {
  font-size: 12px;
  color: #333;
}
.controls.export-button .export-popup .export-popup-item .item input {
  border: solid 1px #C0C4CC;
  font-size: 12px;
  width: 60px;
  height: 24px;
  margin-left: 10px;
  border-radius: 0px;
  text-align: center;
}
.controls.export-button .export-popup .footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
}
.controls.export-button .export-popup .footer .button {
  text-align: center;
  width: 72px;
  height: 32px;
  line-height: 32px;
}
.controls.column-button {
  position: relative;
  width: 40px;
  height: 32px;
  border-radius: 0px;
  border: 1px solid #E4E7ED;
  background-color: #3EADEB;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
}
.controls.column-button .setting_icon {
  width: 100%;
  height: 100%;
  background: url(../images/icon/ic_set_white.png) no-repeat center;
  background-size: 12px;
}
.controls.column-button .popup {
  width: 140px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e4e7ed;
  position: absolute;
  right: 0px;
  top: 32px;
  z-index: 10000;
  background-color: #fff;
  border-radius: 0px;
}
.controls.column-button .popup .select-list {
  width: 100%;
}
.controls.column-button .popup .select-list .row {
  height: 34px;
  padding: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.controls.column-button .popup .select-list .row:hover {
  background-color: #E9F7FE;
}
.controls.column-button .popup .select-list .row.active {
  background-color: #E9F7FE;
}
.controls.column-button .popup .select-list .row.active .label {
  color: #3EADEB;
}
.controls.column-button .popup .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.controls.column-button .popup .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.controls.column-button .popup .select-list .row .label {
  font-size: 12px;
  color: #999;
}
.controls.hsh-audio {
  width: 240px;
  height: 70px;
}
.controls.hsh-audio .hsh-audio-content {
  width: 100%;
  height: 100%;
  background-color: rgb(240, 242, 245);
  border: 0.5px solid rgb(218, 218, 218);
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  text-align: left;
  font-family: PingFangSC-Medium;
  width: 170px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar {
  margin-top: 10px;
  position: relative;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(204, 204, 204);
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress {
  background-color: rgb(25, 137, 250);
  width: 0%;
  height: 2px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress_btn {
  position: absolute;
  margin-top: -14px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  width: 12px;
  height: 12px;
  left: 0%;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .audio-progress-bar .progress_btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(25, 137, 250);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 8px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar .play-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-audio .hsh-audio-content .audio-controls .time-bar .end-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-audio .hsh-audio-content .play-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 24px;
  flex-shrink: 0;
}
.controls.hsh-video {
  width: 240px;
  height: 70px;
  display: flex;
  background-color: #f0f2f5;
  border: 0.5px solid #dadada;
}
.controls.hsh-video .video-player {
  width: 70px;
  height: 100%;
  flex-shrink: 0;
  padding: 10px;
  position: relative;
}
.controls.hsh-video .video-player video {
  background: #000;
  width: 100%;
  height: 100%;
}
.controls.hsh-video .video-player .play-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 25px;
  top: 25px;
  background-image: url("../../images/ic_play.png");
  background-size: 100%;
}
.controls.hsh-video .hsh-video-content {
  width: 170px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-video .hsh-video-content .video-controls {
  display: flex;
  flex-direction: column;
  width: 110px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
  text-align: left;
  font-family: PingFangSC-Medium;
  width: 140px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar {
  margin-top: 10px;
  position: relative;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(204, 204, 204);
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress {
  background-color: rgb(25, 137, 250);
  width: 0%;
  height: 2px;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress_btn {
  position: absolute;
  margin-top: -14px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  width: 12px;
  height: 12px;
  left: 0%;
}
.controls.hsh-video .hsh-video-content .video-controls .video-progress-bar .progress_btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgb(25, 137, 250);
  border-radius: 50%;
  cursor: pointer;
  margin-left: 6px;
  margin-top: 8px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar .play-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-video .hsh-video-content .video-controls .time-bar .end-time {
  color: rgb(96, 98, 102);
  font-size: 12px;
}
.controls.hsh-video .hsh-video-content .play-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 15px;
  flex-shrink: 0;
}
.controls.hsh-file {
  width: 240px;
  height: 70px;
}
.controls.hsh-file .hsh-file-content {
  width: 100%;
  height: 100%;
  background-color: rgb(240, 242, 245);
  border: 0.5px solid rgb(218, 218, 218);
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.controls.hsh-file .hsh-file-content .file-controls {
  display: flex;
  width: 170px;
}
.controls.hsh-file .hsh-file-content .file-controls .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}
.controls.hsh-file .hsh-file-content .file-controls .icon img {
  width: 100%;
  height: 100%;
}
.controls.hsh-file .hsh-file-content .file-controls .file-name {
  font-size: 12px;
  color: #333;
  width: 140px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.controls.hsh-file .hsh-file-content .down-button {
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-left: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.tableContainer {
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px 0 rgb(206, 216, 230);
  box-shadow: 0 0 2px 0 rgb(206, 216, 230);
  position: relative;
}
.tableContainer table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.tableContainer table thead {
  background-color: #EFF3F6;
}
.tableContainer table thead th {
  color: #081C2B;
  font-size: 12px;
  font-weight: 600;
}
.tableContainer table thead th.fixed {
  position: absolute;
  right: 0px;
  background-color: #EFF3F6;
  text-align: center;
}
.tableContainer table thead th.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.tableContainer table.left th, .tableContainer table.left td {
  text-align: left;
}
.tableContainer table.left th:last-child {
  text-align: center;
}
.tableContainer table.left th:first-child {
  text-align: center;
}
.tableContainer table.left tr td {
  padding: 10px 5px;
}
.tableContainer table.left tr td:first-child {
  text-align: center;
}
.tableContainer table tr {
  border-bottom: 1px solid #EBEEF5;
  min-height: 40px;
  height: 40px;
}
.tableContainer table tr:hover td {
  background-color: #E0ECFF;
}
.tableContainer table tr:hover td .fs14.black.demiBold {
  color: #1989FA;
}
.tableContainer table th, .tableContainer table td {
  text-align: center;
  font-size: 12px;
}
.tableContainer table th .select-icon, .tableContainer table td .select-icon {
  margin: 0 auto;
}
.tableContainer table th {
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #999;
}
.tableContainer table th span {
  vertical-align: top;
}
.tableContainer table th .arrowBox {
  width: 20px;
  height: 100%;
  padding-top: 12px;
}
.tableContainer table th .arrowBox:hover {
  background-color: #E5E5E5;
}
.tableContainer table th .up {
  display: block;
  width: 8px;
  height: 6px;
  margin: 0 auto 2px;
  background: url(../images/icon/ic_up_normal.png) no-repeat center;
  background-size: 7px 5px;
  cursor: pointer;
}
.tableContainer table th .up:hover {
  background: url(../images/icon/ic_up_hover.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .up.active {
  background: url(../images/icon/ic_up_active.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .down {
  display: block;
  width: 8px;
  height: 6px;
  margin: 0 auto;
  background: url(../images/icon/ic_dowm_normal.png) no-repeat center;
  background-size: 7px 5px;
  cursor: pointer;
}
.tableContainer table th .down:hover {
  background: url(../images/icon/ic_dowm_hover.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .down.active {
  background: url(../images/icon/ic_dowm_active.png) no-repeat center;
  background-size: 7px 5px;
}
.tableContainer table th .filter {
  display: inline-block;
  width: 30px;
  height: 100%;
}
.tableContainer table th .filter .icon {
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../images/icon/ic_filter_normal.png) no-repeat center;
  background-size: 12px 10px;
  cursor: pointer;
}
.tableContainer table th .filter .icon:hover {
  background: url(../images/icon/ic_filter_hover.png) no-repeat center;
  background-size: 12px 10px;
}
.tableContainer table th .filter .icon.active {
  background: url(../images/icon/ic_filter_active.png) no-repeat center;
  background-size: 12px 10px;
}
.tableContainer table th .filter:hover {
  background-color: #E5E5E5;
}
.tableContainer table th .filter .popup {
  display: inline-block;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 40px;
  left: 715px;
}
.tableContainer table th .filter .popup .select-list {
  width: 100%;
}
.tableContainer table th .filter .popup .select-list .row {
  height: 34px;
  padding: 0 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tableContainer table th .filter .popup .select-list .row:hover {
  background-color: #E9F7FE;
}
.tableContainer table th .filter .popup .select-list .row.active {
  background-color: #E9F7FE;
}
.tableContainer table th .filter .popup .select-list .row.active .label {
  color: #3EADEB;
}
.tableContainer table th .filter .popup .select-list .row.active .select {
  background: url("../images/icon/ic_checked.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table th .filter .popup .select-list .row .select {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table th .filter .popup .select-list .row .label {
  font-size: 12px;
  color: #999;
}
.tableContainer table th .filter .popup .select-foot {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #E4E7ED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tableContainer table th .filter .popup .select-foot .label {
  font-size: 12px;
  color: #3EADEB;
  cursor: pointer;
}
.tableContainer table td {
  padding: 5px 0px;
  word-wrap: break-word;
  color: #333 !important;
  font-size: 12px;
  position: relative;
}
.tableContainer table td .red {
  color: #D0021B;
}
.tableContainer table td a {
  margin-right: 4px;
  margin-left: 4px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.tableContainer table td .btnGroup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.tableContainer table td .btnGroup .operationBtn {
  margin: 0px 5px 0px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
}
.tableContainer table td .btnGroup .operationBtn.blueBtn {
  color: #3EADEB;
}
.tableContainer table td .btnGroup .operationBtn.greyBtn {
  color: #CCD6E6;
}
.tableContainer table td .btnGroup .operationBtn.orangeBtn {
  color: #F79034;
}
.tableContainer table td .btnGroup .operationBtn.redBtn {
  color: #D0021B;
}
.tableContainer table td .btnGroup .operationBtn.greenBtn {
  color: #52C41A;
}
.tableContainer table td .btnGroup .more-buttons {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 5px 0;
  font-weight: 700;
}
.tableContainer table td .btnGroup .more-buttons .drop-icon {
  width: 14px;
  height: 14px;
  background: url(../../images/ic_more_btn_arrow.png) no-repeat center;
  background-size: 60%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tableContainer table td .btnGroup .more-buttons .drop-icon.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button {
  width: 100px;
  background-color: #FFF;
  border-radius: 4px;
  border: solid 1px #ECECEC;
  box-shadow: 0px 2px 28px 0px rgba(201, 201, 201, 0.5);
  position: absolute;
  right: 0px;
  z-index: 1;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn {
  height: 32px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #3EADEB;
  line-height: 32px;
  padding-left: 10px;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn:hover {
  background-color: #EFF3F6;
}
.tableContainer table td .btnGroup .more-buttons .popup-more-button .item-btn.red {
  color: #C40000;
}
.tableContainer table td .btnGroup ~ .pop-modal {
  right: 20px;
}
.tableContainer table td.fixed {
  position: absolute;
  right: 0px;
  background-color: #FFF;
  padding: 0px;
}
.tableContainer table td.fixed .btnGroup {
  height: 100%;
  align-items: center;
}
.tableContainer table td.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.tableContainer table .checkbox {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.tableContainer table .checkbox .selected {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table .checkbox .checked {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_tick2.png") no-repeat center;
  background-size: 100%;
}
.tableContainer table .checkbox .indeterminate {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_indeterminate.png") no-repeat center;
  background-size: 100%;
}
.tableContainer .scrollTable {
  width: 100%;
  overflow-x: auto;
}
.tableContainer .scrollTable::-webkit-scrollbar {
  height: 8px;
}
.tableContainer .operator {
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}
.tableContainer .freezeColumns {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.tableContainer::-webkit-scrollbar:horizontal {
  height: 8px;
}

.tableContainer::-webkit-scrollbar {
  width: 8px;
}

.table-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.table-footer .buttons {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  align-items: center;
}
.table-footer .buttons .checkbox {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 14px;
}
.table-footer .buttons .checkbox .selected {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_select.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .checkbox .checked {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_tick2.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .checkbox .indeterminate {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/icon/ic_indeterminate.png") no-repeat center;
  background-size: 100%;
}
.table-footer .buttons .label {
  font-size: 12px;
  color: #333;
  margin-right: 20px;
  height: 32px;
  line-height: 32px;
}
.table-footer .buttons .controls.button {
  min-width: 60px;
}

.item-picker {
  width: 50%;
  height: 210px;
  position: relative;
}
.item-picker .scroll-panel {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.item-picker .scroll-panel ul {
  width: 100%;
}
.item-picker .scroll-panel ul li {
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #C0C4CC;
  cursor: pointer;
}
.item-picker .scroll-panel ul li.selected {
  color: #606266;
}
.item-picker .scroll-panel::-webkit-scrollbar {
  width: 8px;
}
.item-picker .selected-item {
  width: 100%;
  height: 30px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
  position: absolute;
  top: 90px;
  z-index: 0;
  pointer-events: none;
}

.tree-panel {
  padding-top: 22px;
}
.tree-panel .tree-header {
  height: 50px;
  border-bottom: 1px solid #E4E7ED;
  font-size: 14px;
  color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tree-panel .tree-header .expand-button {
  width: 54px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background-color: #3EADEB;
  font-family: "PingFang SC Medium";
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}
.tree-panel .tree-content {
  height: 200px;
  font-size: 12px;
  overflow-y: scroll;
}

.tree .treeNodeCollose, .combotree .treeNodeCollose {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  background-image: url("../images/icon/collose.png");
  background-size: 100%;
  cursor: pointer;
  float: left;
}
.tree .treeNodeExpand, .combotree .treeNodeExpand {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  background-image: url("../images/icon/expand.png");
  background-size: 100%;
  cursor: pointer;
  float: left;
}
.tree .treeFolderCollose, .combotree .treeFolderCollose {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon/folder_collose.png");
  background-size: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.tree .treeFolderExpand, .combotree .treeFolderExpand {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon/folder_expand.png");
  background-size: 100%;
  float: left;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.tree .tree-node-content:hover, .combotree .tree-node-content:hover {
  background-color: #E0ECFF;
}
.tree .treeNode, .combotree .treeNode {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/node.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .checkBoxTreeNode, .combotree .checkBoxTreeNode {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/checkbox_tree_node.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .nodeChecked, .combotree .nodeChecked {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_checked.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .nodeCheck, .combotree .nodeCheck {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_select.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 6px;
  margin-bottom: 9px;
}
.tree .folderChecked, .combotree .folderChecked {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_folder_checked.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.tree .folderCheck, .combotree .folderCheck {
  width: 16px;
  height: 16px;
  float: left;
  background-image: url("../images/icon/ic_folder_check.png");
  background-size: 100%;
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.tree .nodeLabel, .combotree .nodeLabel {
  color: #475669;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.tree .nodeNullIcon, .combotree .nodeNullIcon {
  width: 14px;
  height: 14px;
  margin: 10px 6px 10px 6px;
  cursor: pointer;
  float: left;
}

.noDataBar {
  padding: 100px 0;
  margin: 0 auto;
}
.noDataBar .iconNoData {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  background: url("../images/icon/icon-fold.png") center no-repeat;
  background-size: 100%;
}
.noDataBar .noDataTip {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.hsh-screenBg {
  height: 100vh;
}
.hsh-screenBg .container {
  display: flex;
  height: calc(100% - 68px);
  align-items: flex-start;
}
.hsh-screenBg .container .sideBar {
  flex: 0 0 220px;
  height: 100%;
  background-color: #EFF2FA;
}
.hsh-screenBg .container .sideBar .userInfo {
  width: 200px;
  height: 216px;
  background: #fff;
  margin: 10px auto 20px;
  border-bottom: 2px solid #31A4F6;
}
.hsh-screenBg .container .sideBar .userInfo .info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.hsh-screenBg .container .sideBar .userInfo .info .head {
  width: 136px;
  height: 22px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  margin: 0 auto 30px;
  background: url("../images/ic_nav_wellcome.png") 100%/100% no-repeat;
}
.hsh-screenBg .container .sideBar .userInfo .info .imageContainer {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.hsh-screenBg .container .sideBar .userInfo .info .imageContainer .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.hsh-screenBg .container .sideBar .userInfo .info .imageContainer .iconContainer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
}
.hsh-screenBg .container .sideBar .userInfo .info .imageContainer .iconContainer .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../images/ic_nav_quit.png") 100%/100% no-repeat;
}
.hsh-screenBg .container .sideBar .userInfo .info .name {
  color: #081C2B;
  font-size: 16px;
  margin-bottom: 4px;
  font-family: PingFangSC-Medium;
}
.hsh-screenBg .container .sideBar .userInfo .info .phone {
  color: #80909C;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.hsh-screenBg .container .sideBar .menuList {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.hsh-screenBg .container .sideBar .menuList .menu {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 10px 30px;
  align-items: center;
  justify-content: flex-start;
  border-left: 3px solid transparent;
}
.hsh-screenBg .container .sideBar .menuList .menu .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.hsh-screenBg .container .sideBar .menuList .menu .text {
  color: #081C2B;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.hsh-screenBg .container .sideBar .menuList .menu.active {
  background-color: #DDE1EB;
  border-left: 3px solid #31A4F6;
}
.hsh-screenBg .container .rootview {
  background-color: #f4f7fa;
  width: 100%;
  height: -webkit-calc(100% - 0px) !important;
  height: -moz-calc(100% - 0px) !important;
  height: calc(100% - 0px) !important;
}

/* 内容左侧*/
/* 内容左侧*/
/* 内容左侧*/
/* 内容左侧*/
.hsh-form {
  width: 100%;
  height: 100%;
}
.hsh-form.vertical .hsh-form-row {
  margin-bottom: 10px;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item {
  flex-direction: column;
  align-items: flex-start;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item .hsh-form-label {
  text-align: left;
}
.hsh-form.vertical .hsh-form-row .hsh-form-item .hsh-form-controls {
  flex-direction: row;
  align-items: center;
}
.hsh-form.horizontal .hsh-form-row .hsh-form-item {
  flex-direction: row;
  align-items: center;
}
.hsh-form .hsh-form-header {
  color: #3EADEB;
  font-size: 12px;
  position: relative;
  margin-right: 10px;
}
.hsh-form .hsh-form-header:before {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  top: 4px;
  background: #3EADEB;
  margin-right: 10px;
}
.hsh-form .hsh-form-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hsh-form .hsh-form-row:last-child {
  margin-bottom: 0;
}
.hsh-form .hsh-form-row .hsh-form-header {
  display: -webkit-box;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #222;
  line-height: 32px;
}
.hsh-form .hsh-form-row .hsh-form-item {
  width: 100%;
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton {
  border: 1px solid #E4E7ED;
  padding-top: 0px;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton .hsh-form-label {
  float: left;
  margin-bottom: 0px;
  margin-left: 10px;
  min-width: 60px;
  text-align: right;
}
.hsh-form .hsh-form-row .hsh-form-item.switchButton .hsh-form-controls {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
}
.hsh-form .hsh-form-row .hsh-form-item:first-child {
  margin-left: 0;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-label {
  font-size: 12px;
  color: #333;
  line-height: 32px;
  flex-shrink: 0;
  min-width: 75px;
  text-align: right;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-label.required:before {
  content: "*";
  color: red;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-error-msg {
  width: 100%;
  font-size: 12px;
  color: #ff0000;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .dateField, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-input, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-text, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .combobox, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .imageupload, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-textarea, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-mutil-combobox, .hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls.invalid .hsh-time {
  border: solid 1px #ff0000;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-tips-msg {
  width: 100%;
  font-size: 12px;
  color: #FE744B;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls .hsh-img-tips-msg {
  width: 100%;
  font-size: 12px;
  color: #bbbbbb;
  position: relative;
}
.hsh-form .hsh-form-row .hsh-form-item .hsh-form-controls-tips {
  color: #FE744B;
  font-size: 10px;
  margin-top: 6px;
}
.hsh-form.viewer .hsh-form-row .hsh-form-item .hsh-form-label {
  color: #999;
}
.hsh-form.viewer .hsh-form-row .hsh-form-item .hsh-form-controls {
  color: #333;
}
.hsh-form.viewer .hsh-form-row .hsh-form-item .hsh-form-controls-tips {
  color: #FE744B;
  font-size: 10px;
  margin-top: 6px;
}

.hsh-alert .hsh-page {
  max-width: 640px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1005;
}
.hsh-alert .hsh-page .hsh-header {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-header .title {
  font-family: "PingFang SC Medium";
  font-size: 16px;
  color: #333;
}
.hsh-alert .hsh-page .hsh-header .close-btn {
  width: 16px;
  height: 16px;
  margin: 3px 0;
  background: url(../images/icon/ic_close_grey.png) no-repeat center;
  background-size: 12px;
  cursor: pointer;
  float: right;
}
.hsh-alert .hsh-page .hsh-content {
  width: 100%;
  padding: 12px 0 0;
}
.hsh-alert .hsh-page .hsh-content .msg-text {
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.hsh-alert .hsh-page .hsh-content .sys-msg-text {
  padding-top: 16px;
  font-size: 16px;
  color: #f58220;
  text-align: center;
}
.hsh-alert .hsh-page .hsh-content .sys-msg-text .icon-fail {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 18px;
  vertical-align: bottom;
  background: url("../images/icon/icon-uploadFail.png") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-footer {
  padding-top: 15px;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-footer .close-btn {
  display: inline-block;
  margin-right: 20px;
  padding: 0 5px;
  font-size: 12px;
  color: #f58220;
  cursor: pointer;
}
.hsh-alert .hsh-page .hsh-footer .button-bar {
  overflow: hidden;
  width: 210px;
  margin: 0 auto;
  padding: 20px 0;
}
.hsh-alert .hsh-page .hsh-footer .align-center {
  margin: 0 auto;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hsh-alert .hsh-page .hsh-footer .align-center .controls.button {
  min-width: 54px;
  height: 24px;
  line-height: 22px;
  margin-left: 10px;
  border-radius: 2px;
  font-size: 14px;
}
.hsh-alert .hsh-page .hsh-loading-content {
  min-width: 280px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #FFF;
  overflow: hidden;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-loading {
  width: 26px;
  height: 40px;
  background: url(../images/icon/loading.gif) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-complete {
  display: block;
  width: 26px;
  height: 40px;
  background: url("../images/icon/icon-hook.gif") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-success {
  display: block;
  width: 26px;
  height: 40px;
  background: url("../images/icon/ic_success.png") no-repeat center;
  background-size: 60%;
}
.hsh-alert .hsh-page .hsh-loading-content .tip-text {
  margin-left: 10px;
  font-size: 14px;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-line {
  width: 1px;
  height: 24px;
  margin: 8px 10px;
  background: url("../images/icon/icon-line.png") no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .icon-cancel {
  width: 15px;
  height: 20px;
  margin: 8px 0;
  background: url("../images/icon/icon-cancel.png") no-repeat center;
  background-size: 10px;
  cursor: pointer;
}
.hsh-alert .hsh-page .hsh-loading-content .error-icon {
  width: 14px;
  height: 14px;
  margin-top: 12px;
  background: url(../images/icon/ic_wrong.png) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .warn-icon {
  width: 14px;
  height: 14px;
  margin-top: 12px;
  background: url(../images/icon/ic_warning.png) no-repeat center;
  background-size: 100%;
}
.hsh-alert .hsh-page .hsh-loading-content .close-btn {
  width: 16px;
  height: 16px;
  margin: 11px 0;
  background: url(../images/icon/ic_close_grey.png) no-repeat center;
  background-size: 10px;
  cursor: pointer;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  height: 100%;
}

.modal-content {
  height: 100%;
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.hsh-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  overflow-x: hidden;
}
.hsh-dialog .hsh-page {
  padding: 0 30px;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hsh-dialog .hsh-page.modal-xs {
  width: 400px;
}
.hsh-dialog .hsh-page.modal-sm {
  width: 600px;
}
.hsh-dialog .hsh-page.modal-md {
  width: 750px;
}
.hsh-dialog .hsh-page.modal-lg {
  width: 900px;
}
.hsh-dialog .hsh-page.modal-pc {
  width: 1140px;
}
.hsh-dialog .hsh-page .hsh-header {
  display: flex;
  height: 64px;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE8EE;
}
.hsh-dialog .hsh-page .hsh-header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hsh-dialog .hsh-page .hsh-header .left .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
}
.hsh-dialog .hsh-page .hsh-header .left .title {
  color: #081C2B;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.hsh-dialog .hsh-page .hsh-header .close {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_login_del.png") 100%/100% no-repeat;
  cursor: pointer;
}
.hsh-dialog .hsh-page .hsh-content {
  width: 100%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column {
  float: left;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column:after {
  content: "";
  display: table;
  clear: both;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.p50 {
  width: 50%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.p30 {
  width: 30%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w2-1 {
  width: 45%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w2-2 {
  width: -webkit-calc(90% + 40px);
  width: -moz-calc(90% + 40px);
  width: calc(90% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-1 {
  width: 30%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-2 {
  width: -webkit-calc(60% + 40px);
  width: -moz-calc(60% + 40px);
  width: calc(60% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w3-3 {
  width: -webkit-calc(90% + 80px);
  width: -moz-calc(90% + 80px);
  width: calc(90% + 80px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-1 {
  width: 20%;
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-2 {
  width: -webkit-calc(40% + 40px);
  width: -moz-calc(40% + 40px);
  width: calc(40% + 40px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-3 {
  width: -webkit-calc(60% + 80px);
  width: -moz-calc(60% + 80px);
  width: calc(60% + 80px);
}
.hsh-dialog .hsh-page .hsh-content .hsh-content-column.w4-4 {
  width: -webkit-calc(80% + 120px);
  width: -moz-calc(80% + 120px);
  width: calc(80% + 120px);
}
.hsh-dialog .hsh-page .hsh-content .tabBar {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
}
.hsh-dialog .hsh-page .hsh-content .tabBar .content {
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #DADADA;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hsh-dialog .hsh-page .hsh-content .tabBar .content .tabItem {
  color: #606266;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  flex-shrink: 0;
  /* margin-left: 10px; */
  margin-right: -1px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: -1px;
  border: solid 1px #DADADA;
  min-width: 88px;
  text-align: center;
  background-color: #EFF3F6;
  align-items: center;
  justify-content: center;
  display: flex;
}
.hsh-dialog .hsh-page .hsh-content .tabBar .content .tabItem.active {
  color: #3EADEB;
  font-weight: 500;
  border-top: solid 2px #3EADEB;
  background-color: #FFF;
  border-bottom: solid 1px #FFF;
}
.hsh-dialog .hsh-page .hsh-content .tabBar .content .tabItem .num {
  display: inline-block;
  width: 29px;
  height: 16px;
  border-radius: 8px;
  background-color: #E4E7ED;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Medium;
  /* margin-left: -40px; */
  position: relative;
  margin-left: 5px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar {
  width: 100%;
  background: #FFF;
  display: flex;
  word-spacing: -1em;
  align-items: center;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .dropdown, .hsh-dialog .hsh-page .hsh-content .searchBar .dropup {
  position: relative;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .label {
  font-size: 12px;
  color: #333;
  margin-right: 10px;
  flex-shrink: 0;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .label.rect-box {
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #DADADA;
  background-color: #F9FAFC;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0 10px 0 10px;
  margin-right: 0px;
  min-width: 60px;
  text-align: center;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .addBtn {
  width: 45px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  font-size: 18px;
  color: #D7D7D7;
  cursor: pointer;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls {
  width: 238px;
  float: left;
  margin-right: 10px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls:last-child {
  margin-right: 0;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.combo-input-search-button {
  width: 300px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.hsh-input {
  width: 120px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.dateField.range {
  width: 240px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.combobox {
  width: 150px;
}
.hsh-dialog .hsh-page .hsh-content .searchBar .controls.button {
  width: auto;
  border: 1px solid #DADADA;
  color: #333;
}
.hsh-dialog .hsh-page .hsh-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.hsh-dialog .hsh-page .hsh-footer .align-center {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hsh-dialog .hsh-page .hsh-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-dialog .hsh-page .hsh-footer .align-center .controls.button:last-child {
  margin-right: 0;
}

.hsh-edit-page {
  padding: 15px 20px 15px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2px #CED8E6;
  box-shadow: 0 0 2px #CED8E6;
}
.hsh-edit-page .hsh-page-header {
  width: 100%;
  padding-bottom: 15px;
}
.hsh-edit-page .hsh-page-header .title {
  line-height: 28px;
  font-family: "PingFang SC Semibold";
  font-size: 16px;
  color: #333;
}
.hsh-edit-page .hsh-page-content {
  width: 100%;
  margin-top: 0px;
}
.hsh-edit-page .hsh-page-content .hsh-content-column {
  float: left;
}
.hsh-edit-page .hsh-page-content .hsh-content-column:after {
  content: "";
  display: table;
  clear: both;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.p50 {
  width: 50%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.p30 {
  width: 30%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w2-1 {
  width: 45%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w2-2 {
  width: -webkit-calc(90% + 40px);
  width: -moz-calc(90% + 40px);
  width: calc(90% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-1 {
  width: 30%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-2 {
  width: -webkit-calc(60% + 40px);
  width: -moz-calc(60% + 40px);
  width: calc(60% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w3-3 {
  width: -webkit-calc(90% + 80px);
  width: -moz-calc(90% + 80px);
  width: calc(90% + 80px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-1 {
  width: 20%;
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-2 {
  width: -webkit-calc(40% + 40px);
  width: -moz-calc(40% + 40px);
  width: calc(40% + 40px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-3 {
  width: -webkit-calc(60% + 80px);
  width: -moz-calc(60% + 80px);
  width: calc(60% + 80px);
}
.hsh-edit-page .hsh-page-content .hsh-content-column.w4-4 {
  width: -webkit-calc(80% + 120px);
  width: -moz-calc(80% + 120px);
  width: calc(80% + 120px);
}

.hsh-page-footer {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
}
.hsh-page-footer .align-center {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.hsh-page-footer .align-center .controls.button {
  width: 120px;
  margin-right: 25px;
}
.hsh-page-footer .align-center .controls.button:last-child {
  margin-right: 0;
}

.header .login_header {
  position: relative;
  width: 100%;
  height: 68px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}
.header .login_header .left {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
}
.header .login_header .left .image {
  width: 44px;
  height: 44px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.header .login_header .left .image img {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  vertical-align: top;
}
.header .login_header .left .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.header .login_header .left .info .name {
  color: #fff;
  font-size: 16px;
  font-family: PingFangSC-Medium;
}
.header .login_header .left .info .url {
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.header .login_header .left .line {
  width: 1px;
  height: 26px;
  margin: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header .login_header .left .text {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  font-family: PingFangSC-Medium;
}
.header .login_header .right {
  display: flex;
  justify-content: flex-end;
}
.header .login_header .right .box {
  display: flex;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}
.header .login_header .right .box .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.header .login_header .right .box .text, .header .login_header .right .box a {
  color: #fff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.header .login_header .right .box:nth-child(1) .icon {
  background: url("../images/ic_header_website.png") 100%/100% no-repeat;
}
.header .login_header .right .box:nth-child(1) .icon.black {
  background: url("../images/ic_header_website_black.png") 100%/100% no-repeat;
}
.header .login_header .right .box:nth-child(2) .icon {
  background: url("../images/ic_header_guide.png") 100%/100% no-repeat;
}
.header .login_header .right .box:nth-child(2) .icon.black {
  background: url("../images/ic_header_guide_black.png") 100%/100% no-repeat;
}
.header .login_header .right .box:nth-child(3) .icon {
  background: url("../images/ic_header_language.png") 100%/100% no-repeat;
}
.header .login_header .right .box:nth-child(3) .icon.black {
  background: url("../images/ic_header_language_black.png") 100%/100% no-repeat;
}
.header .login_header .right .box.userInfo {
  display: flex;
}
.header .login_header .right .box.userInfo .image {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
}
.header .login_header .right .box.userInfo .arrow {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("../images/ic_deliver_down.png") no-repeat center;
  background-size: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
.header .login_header .right .box.userInfo .arrow.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .user-modal {
  position: absolute;
  width: 400px;
  padding: 0 16px;
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(213, 213, 213, 0.5);
  cursor: default;
  right: 0;
  top: 68px;
  z-index: 1000;
  border-left: 0.5px solid #dadada;
  border-bottom: 0.5px solid #dadada;
  border-right: 0.5px solid #dadada;
}
.header .user-modal .info {
  padding: 26px 0;
  border-bottom: 1px solid #F1F1F1;
}
.header .user-modal .info .hsh-flex-upDown .title {
  font-weight: 700;
}
.header .user-modal .info .headImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .user-modal .info:last-child {
  border-bottom: 0;
}
.header .user-modal .info .sign {
  display: flex;
}
.header .user-modal .info .sign .box {
  height: 20px;
  line-height: 18px;
  padding: 0 6px;
  margin-left: 10px;
  border: 1px solid #3CB254;
  background-color: #3CB254;
  font-size: 12px;
  color: #FFF;
}
.header .user-modal .info .sign .whiteBg {
  margin-left: 0;
  background-color: #FFF;
  color: #3CB254;
}
.header .user-modal .info .sign.blue .box {
  border-color: #3EADEB;
  background-color: #3EADEB;
}
.header .user-modal .info .sign.blue .whiteBg {
  background-color: #FFF;
  color: #3EADEB;
}
.header .user-modal .info .sign.grey .box {
  border-color: #969DA9;
  background-color: #969DA9;
}
.header .user-modal .info .sign.grey .whiteBg {
  background-color: #FFF;
  color: #969DA9;
}
.header .user-modal .info .sign.red .box {
  border-color: #D0021B;
  background-color: #D0021B;
}
.header .user-modal .info .sign.red .whiteBg {
  background-color: #FFF;
  color: #D0021B;
}
.header .user-modal .info .img50 {
  width: 50px;
  height: 50px;
  background: #535353;
  border-radius: 50%;
}
.header .user-modal .info .img50 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header .user-modal .info .quit {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: url("../images/ic_nav_quit.png") no-repeat center/100%;
}
.header .user-modal .info .blue {
  color: #3EADEB;
}
.header .user-modal .info .grey {
  color: #999;
}
.header .user-modal .info .ic18 {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.header .user-modal .info .ic18 img {
  width: 100%;
  height: 100%;
}
.header .user-modal .info .controls.combo-radiobutton .radio-list {
  width: 50px;
  min-width: 48px;
  height: 26px;
  line-height: 24px;
  border-color: #3EADEB;
  color: #3EADEB;
}
.header .user-modal .info .controls.combo-radiobutton .radio-list.active {
  background-color: #3EADEB;
  color: #FFF;
}
.header .user-modal .data-module {
  border-bottom: 1px solid #F1F1F1;
}
.header .user-modal .data-module .top .icon {
  background: url("../images/ic_user_view.png") 100%/100% no-repeat;
}
.header .user-modal .data-module .list {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.header .user-modal .data-module .list .item {
  flex: 1;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.header .user-modal .data-module .list .item .key {
  color: #081C2B;
  font-size: 12px;
  margin-bottom: 4px;
  font-family: PingFangSC-Regular;
}
.header .user-modal .data-module .list .item .value {
  color: #31A4F6;
  font-size: 18px;
  font-family: PingFangSC-Semibold;
}
.header .user-modal .data-module .funList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.header .user-modal .data-module .funList .item {
  display: flex;
  align-items: center;
  flex: 33%;
  flex-grow: 0;
  justify-content: flex-start;
}
.header .user-modal .data-module .funList .item .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.header .user-modal .data-module .funList .item .text {
  color: #081C2B;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.header .user-modal .data-module .funList .item:nth-child(-n+3) {
  margin-bottom: 20px;
}
.header .user-modal .logistics-module .top .icon {
  background: url("../images/ic_user_logistics.png") 100%/100% no-repeat;
}
.header .user-modal .logistics-module .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.header .user-modal .logistics-module .list .item {
  display: flex;
  flex: 33%;
  flex-grow: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.header .user-modal .logistics-module .list .item .key {
  color: #081C2B;
  font-size: 12px;
  margin-bottom: 4px;
  font-family: PingFangSC-Regular;
}
.header .user-modal .logistics-module .list .item .value {
  color: #31A4F6;
  font-size: 18px;
  text-decoration: underline;
  font-family: PingFangSC-Medium;
}
.header .user-modal .data-module, .header .user-modal .logistics-module {
  padding: 26px 0;
}
.header .user-modal .data-module .top, .header .user-modal .logistics-module .top {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: flex-start;
}
.header .user-modal .data-module .top .icon, .header .user-modal .logistics-module .top .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.header .user-modal .data-module .top .text, .header .user-modal .logistics-module .top .text {
  color: #081C2B;
  font-size: 12px;
  font-family: PingFangSC-Medium;
}
.header .user-modal .data-module .top .title, .header .user-modal .logistics-module .top .title {
  color: #081C2B;
  font-size: 12px;
  font-weight: 700;
  font-family: PingFangSC-Medium;
}
.header.white {
  background: #fff;
}
.header.white .login_header .left .info .name {
  color: #081C2B;
}
.header.white .login_header .left .info .url {
  color: #4C5961;
}
.header.white .login_header .left .text {
  color: #80909C;
}
.header.white .login_header .left .line {
  background-color: #B6C4CD;
}
.header.white .login_header .right .box:nth-child(1) .icon {
  background: url("../images/ic_header_website_black.png") 100%/100% no-repeat;
}
.header.white .login_header .right .box:nth-child(2) .icon {
  background: url("../images/ic_header_guide_black.png") 100%/100% no-repeat;
}
.header.white .login_header .right .box:nth-child(3) .icon {
  background: url("../images/ic_header_language_black.png") 100%/100% no-repeat;
}
.header.white .login_header .right .box .text {
  color: #081C2B;
}
.header.white .login_header .right .box .text a {
  color: #081C2B;
}

.footer {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1000;
  margin-top: -30px;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
  background-color: transparent;
}
.footer .text, .footer a {
  position: relative;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.footer .text:not(:last-child)::after, .footer a:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background-color: #D3E6FB;
  transform: translate(0, -50%);
}
.footer.whiteBg {
  background-color: #fff;
}
.footer.whiteBg .text, .footer.whiteBg a {
  color: #80909C !important;
}
.footer.whiteBg .text:not(:last-child)::after, .footer.whiteBg a:not(:last-child)::after {
  background-color: #B6C4CD !important;
}

.login-page {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent !important;
}
.login-page .main {
  position: relative;
  flex: 1;
  height: 100%;
}
.login-page .main .viewContainer {
  flex: 1;
  height: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.login-page .welcome-big-banner-module {
  position: absolute;
  width: 100%;
  height: 100%;
}
.login-page .welcome-big-banner-module .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.login-page .welcome-big-banner-module .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.login-page .welcome-big-banner-module .swiper-container .swiper-slide .start {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 11px 0;
}
.login-page .welcome-big-banner-module .swiper-container .swiper-slide .start .btn-box {
  width: 198px;
  height: 54px;
}
.login-page .welcome-big-banner-module .swiper-container .swiper-slide .start .btn-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.login-page .welcome-big-banner-module .swiper-notification {
  display: none;
}
.login-page .welcome-big-banner-module .swiper-pagination {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 60px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
}
.login-page .welcome-big-banner-module .swiper-pagination .left, .login-page .welcome-big-banner-module .swiper-pagination .right {
  width: 25px;
  height: 25px;
}
.login-page .welcome-big-banner-module .swiper-pagination .left {
  background: url("../images/ic_login_last.png") 100%/100% no-repeat;
  margin-right: 20px;
}
.login-page .welcome-big-banner-module .swiper-pagination .dot {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}
.login-page .welcome-big-banner-module .swiper-pagination .dot.active {
  width: 40px;
  background-color: #2E95CB;
}
.login-page .welcome-big-banner-module .swiper-pagination .dot:not(:last-child) {
  margin-right: 10px;
}
.login-page .welcome-big-banner-module .swiper-pagination .right {
  margin-left: 20px;
  background: url("../images/ic_login_next.png") 100%/100% no-repeat;
}

.login-container {
  position: absolute;
  top: 80px;
  z-index: 100;
  right: 120px;
  display: flex;
  width: 380px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.6);
}
.login-container .title {
  width: 100%;
  color: #081C2B;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  font-family: PingFangSC-Medium;
}
.login-container .box {
  display: flex;
  width: 300px;
  height: 44px;
  padding: 12px;
  margin-bottom: 16px;
  align-items: center;
  background-color: #fff;
  justify-content: flex-start;
}
.login-container .box .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.login-container .box .input {
  flex: 1;
  color: #081C2B;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.login-container .box.account .icon {
  background: url("../images/ic_login_user.png") 100%/100% no-repeat;
}
.login-container .box.password .icon {
  background: url("../images/ic_login_pw.png") 100%/100% no-repeat;
}
.login-container .box.password .eye {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../images/ic_login_show.png") 100%/100% no-repeat;
}
.login-container .box.password .eye.active {
  background: url("../images/ic_login_hide.png") 100%/100% no-repeat;
}
.login-container .box.pl0 {
  padding-left: 0px;
}
.login-container .box .controls.combobox {
  border: none;
  border-right: 1px solid #e4e7ed;
  width: 100px;
  height: 38px;
}
.login-container .box .controls.combobox .drop-list {
  margin-top: 39px;
}
.login-container .box .controls.combobox .drop-list li {
  height: 40px;
}
.login-container .box .controls.button {
  margin-right: -11px;
  cursor: default;
}
.login-container .box .controls.button.grey {
  background-color: #E4E7ED;
  border-color: #E4E7ED;
  color: #999;
}
.login-container .box .controls.button.active {
  background-color: #3EADEB;
  border-color: #3EADEB;
  color: #FFF;
}
.login-container .rememberBox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.login-container .rememberBox .select {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("../images/ic_login_select.png") 100%/100% no-repeat;
}
.login-container .rememberBox .select.active {
  background: url("../images/ic_login_selected.png") 100%/100% no-repeat;
}
.login-container .rememberBox .text {
  color: #081C2B;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.login-container .btn {
  display: flex;
  width: 300px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.login-container .btn .text {
  font-size: 14px;
  font-family: PingFangSC-Medium;
}
.login-container .btn.login {
  margin-bottom: 16px;
  background-color: #31A4F6;
}
.login-container .btn.login .text {
  color: #fff;
}
.login-container .btn.tracking {
  background-color: #FFF;
  border: 1px solid #31A4F6;
}
.login-container .btn.tracking .icon {
  width: 16px;
  height: 16px;
  background: url("../images/ic_login_next2.png") 100%/100% no-repeat;
}
.login-container .btn.tracking .text {
  color: #31A4F6;
  margin-right: 4px;
}
.login-container .button_box {
  margin-top: 26px;
}
.login-container .button_box .login {
  width: 320px;
  height: 40px;
  background-color: #3EADEB;
  text-align: center;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-size: 12px;
  cursor: pointer;
}
.login-container .button_box .controls.button {
  width: 100%;
  height: 40px;
  line-height: 38px;
}

.waybillTrackingPage .resultContainer, .homeOverviewPage .resultContainer {
  position: relative;
  padding: 0 30px;
  z-index: 1000;
}

.waybillTracking {
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
}
.waybillTracking .searchContainer {
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.waybillTracking .searchContainer .back {
  display: flex;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 20px;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}
.waybillTracking .searchContainer .back .icon {
  width: 30px;
  height: 30px;
  background: url("../images/ic_login_back.png") 100%/100% no-repeat;
}
.waybillTracking .searchContainer .box {
  display: flex;
  width: 800px;
  height: 60px;
  padding: 4px;
  align-items: center;
  background-color: #fff;
  justify-content: center;
}
.waybillTracking .searchContainer .box .text {
  color: #081C2B;
  font-size: 18px;
  padding: 0 30px;
  font-family: PingFangSC-Medium;
}
.waybillTracking .searchContainer .box .line {
  width: 1px;
  height: 16px;
  background-color: #80909C;
}
.waybillTracking .searchContainer .box .inputContainer {
  display: flex;
  flex: 1;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.waybillTracking .searchContainer .box .inputContainer .input {
  flex: 1;
  color: #081C2B;
  font-size: 18px;
  font-family: PingFangSC-Regular;
}
.waybillTracking .searchContainer .box .inputContainer .clean {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_login_del.png") 100%/100% no-repeat;
  cursor: pointer;
}
.waybillTracking .searchContainer .box .search {
  display: flex;
  width: 90px;
  height: 52px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: #31A4F6;
}
.waybillTracking .searchContainer .box .search .icon {
  width: 40px;
  height: 40px;
  background: url("../images/ic_login_search.png") 100%/100% no-repeat;
}
.waybillTracking .resultContainer {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
}
.waybillTracking .resultContainer .resultHeader {
  display: flex;
  height: 64px;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE8EE;
}
.waybillTracking .resultContainer .resultHeader .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.waybillTracking .resultContainer .resultHeader .left .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../images/ic_home_transit.png") 100%/100% no-repeat;
}
.waybillTracking .resultContainer .resultHeader .left .title {
  color: #081C2B;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.waybillTracking .resultContainer .resultHeader .close {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_login_del.png") 100%/100% no-repeat;
  cursor: pointer;
}
.waybillTracking .resultContainer .resultContent {
  max-height: 500px;
  overflow-y: auto;
}
.waybillTracking .resultContainer .resultContent .list {
  position: relative;
  padding: 20px 0 28px;
}
.waybillTracking .resultContainer .resultContent .list .line {
  position: absolute;
  top: 20px;
  left: 6px;
  width: 4px;
  height: calc(100% - 88px);
  background-color: #EBF3F8;
}
.waybillTracking .resultContainer .resultContent .list .item {
  position: relative;
  padding-left: 33px;
}
.waybillTracking .resultContainer .resultContent .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.waybillTracking .resultContainer .resultContent .list .item:not(:last-child)::before {
  display: block;
  content: "";
  width: 4px;
  height: calc(100% + 4px);
  background-color: #EBF3F8;
  position: absolute;
  left: 6px;
  top: 16px;
}
.waybillTracking .resultContainer .resultContent .list .item .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/ic_login_finish.png") 100%/100% no-repeat;
}
.waybillTracking .resultContainer .resultContent .list .item .dot.active {
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  border: 1px solid #31A4F6;
}
.waybillTracking .resultContainer .resultContent .list .item .dot.active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #31A4F6;
  transform: translate(-50%, -50%);
}
.waybillTracking .resultContainer .resultContent .list .item .message {
  color: #081C2B;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.waybillTracking .resultContainer .resultContent .list .item .message .number {
  color: #31A4F6;
}
.waybillTracking .resultContainer .resultContent .list .item .time {
  color: #80909C;
  font-size: 12px;
  margin-top: 4px;
  font-family: PingFangSC-Regular;
}
.waybillTracking .resultContainer .resultContent::-webkit-scrollbar {
  width: 8px;
}

.homeOverviewPage {
  position: relative;
}
.homeOverviewPage .header-container {
  position: relative;
  height: 580px;
  width: 100%;
}
.homeOverviewPage .header-container .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.homeOverviewPage .header-container .waybillTracking {
  top: 148px;
}
.homeOverviewPage .header-container .welcome-big-banner-module {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-container .swiper-slide .start {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 11px 0;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-container .swiper-slide .start .btn-box {
  width: 198px;
  height: 54px;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-container .swiper-slide .start .btn-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-notification {
  display: none;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: 60px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .left, .homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .right {
  width: 25px;
  height: 25px;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .left {
  background: url("../images/ic_login_last.png") 100%/100% no-repeat;
  margin-right: 20px;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .dot {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .dot.active {
  width: 40px;
  background-color: #2E95CB;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .dot:not(:last-child) {
  margin-right: 10px;
}
.homeOverviewPage .header-container .welcome-big-banner-module .swiper-pagination .right {
  margin-left: 20px;
  background: url("../images/ic_login_next.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container {
  position: relative;
  top: -90px;
  z-index: 99;
}
.homeOverviewPage .main-container .top, .homeOverviewPage .main-container .middle, .homeOverviewPage .main-container .bottom {
  width: 1200px;
  margin: 0 auto 60px;
}
.homeOverviewPage .main-container .top {
  display: flex;
  height: 180px;
  padding: 30px;
  align-items: center;
  background-color: #FFF;
  justify-content: space-between;
  box-shadow: 0px 4px 20px 0px rgba(109, 109, 109, 0.1);
}
.homeOverviewPage .main-container .top .title {
  color: #081C2B;
  font-size: 12px;
  font-family: PingFangSC-Medium;
}
.homeOverviewPage .main-container .top .userInfo {
  display: flex;
  height: 120px;
  flex: 0 0 284px;
  padding: 30px 32px;
  align-items: center;
  margin-right: 106px;
  background-color: #F1F5F8;
  justify-content: space-between;
}
.homeOverviewPage .main-container .top .userInfo .image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 16px;
}
.homeOverviewPage .main-container .top .userInfo .info {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.homeOverviewPage .main-container .top .userInfo .info .name {
  color: #081C2B;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.homeOverviewPage .main-container .top .userInfo .info .phone {
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.homeOverviewPage .main-container .top .userInfo .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../images/ic_nav_quit.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container .top .list {
  display: flex;
  flex: 1;
  height: 120px;
}
.homeOverviewPage .main-container .top .list .box {
  position: relative;
  flex: 1;
  display: flex;
  height: 120px;
  align-items: center;
  padding: 21px 40px 29px;
  justify-content: center;
}
.homeOverviewPage .main-container .top .list .box .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
.homeOverviewPage .main-container .top .list .box .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.homeOverviewPage .main-container .top .list .box .info .value {
  color: #081C2B;
  font-size: 36px;
  font-weight: 700;
  font-family: PingFangSC-Semibold;
}
.homeOverviewPage .main-container .top .list .box .info .key {
  color: #4C5961;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.homeOverviewPage .main-container .top .list .box:hover .value {
  color: #31A4F6 !important;
}
.homeOverviewPage .main-container .top .list .box:hover .key {
  color: #081C2B !important;
}
.homeOverviewPage .main-container .top .list .box:not(:nth-child(3)):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 48px;
  background: #E1E7EB;
  transform: translate(0, -50%);
}
.homeOverviewPage .main-container .top .list .box:nth-child(1) .icon {
  background: url("../images/ic_home_dispatch.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container .top .list .box:nth-child(2) .icon {
  background: url("../images/ic_home_transit.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container .top .list .box:nth-child(3) .icon {
  background: url("../images/ic_home_bill.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container .middle .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homeOverviewPage .main-container .middle .list .item {
  flex: 0 0 calc((100% - 200px) / 5);
  height: 236px;
  padding: 50px 30px;
  background-color: #F7F9FF;
  border: 1px solid transparent;
}
.homeOverviewPage .main-container .middle .list .item:not(:last-child) {
  margin-right: 50px;
}
.homeOverviewPage .main-container .middle .list .item:hover {
  background-color: #FFFFFF;
  border: 1px solid #E4F4FF;
}
.homeOverviewPage .main-container .middle .list .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
}
.homeOverviewPage .main-container .middle .list .item .title {
  color: #081C2B;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 6px;
  font-family: PingFangSC-Semibold;
}
.homeOverviewPage .main-container .middle .list .item .text {
  color: #80909C;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Regular;
}
.homeOverviewPage .main-container .bottom {
  display: flex;
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  padding: 90px 100px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: url("../../images/ic_welcome.png") 100%/100% no-repeat;
}
.homeOverviewPage .main-container .bottom .title, .homeOverviewPage .main-container .bottom .text {
  color: #fff;
  font-family: PingFangSC-Semibold;
}
.homeOverviewPage .main-container .bottom .title {
  font-size: 40px;
  margin-bottom: 12px;
}
.homeOverviewPage .main-container .bottom .text {
  font-size: 20px;
}

.deleteDraftDialog .hsh-page {
  height: 154px;
  padding: 40px 0;
}
.deleteDraftDialog .hsh-page .hsh-content {
  text-align: center;
  margin-bottom: 20px;
}

.resizePwdPopup .hsh-header .close-btn {
  width: 24px;
  height: 24px;
  background: url("../images/ic_login_del.png") 100%/100% no-repeat;
}
.resizePwdPopup .hsh-content .hsh-form-label {
  position: relative;
}
.resizePwdPopup .hsh-content .hsh-form-label.required {
  padding-left: 10px;
}
.resizePwdPopup .hsh-content .hsh-form-label.required::before {
  position: absolute;
  content: "*";
  left: 0;
  width: 8px;
  top: 60%;
  color: #E84646;
  font-size: 18px;
  transform: translate(0, -50%);
}
.resizePwdPopup .hsh-footer .align-center .close {
  color: #081C2B !important;
}

.resizePwdDialog .hsh-header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.resizePwdDialog .hsh-header .left .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  background: url("../images/ic_consignee_pw.png") 100%/100% no-repeat;
}
.resizePwdDialog .hsh-header .left .title {
  font-weight: 700;
}
.resizePwdDialog .hsh-footer .edit {
  color: #FFF;
  background: #31A4F6;
  border: 1px solid #31A4F6;
}

.deliveryPage .hsh-edit-page.shipper .icon, .goodsOrderDetailPage .hsh-edit-page.shipper .icon, .walletPage .hsh-edit-page.shipper .icon {
  background: url("../images/ic_deliver_shipper.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.consignee .icon, .goodsOrderDetailPage .hsh-edit-page.consignee .icon, .walletPage .hsh-edit-page.consignee .icon {
  background: url("../images/ic_deliver_consignee.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.good .icon, .goodsOrderDetailPage .hsh-edit-page.good .icon, .walletPage .hsh-edit-page.good .icon {
  background: url("../images/ic_deliver_information.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.goodList .icon, .goodsOrderDetailPage .hsh-edit-page.goodList .icon, .walletPage .hsh-edit-page.goodList .icon {
  background: url("../images/ic_deliver_list.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.merchine .icon, .goodsOrderDetailPage .hsh-edit-page.merchine .icon, .walletPage .hsh-edit-page.merchine .icon {
  background: url("../images/ic_goods_data.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.feeDetail .icon, .goodsOrderDetailPage .hsh-edit-page.feeDetail .icon, .walletPage .hsh-edit-page.feeDetail .icon {
  background: url("../images/ic_goods_cost.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page.wallet .icon, .goodsOrderDetailPage .hsh-edit-page.wallet .icon, .walletPage .hsh-edit-page.wallet .icon {
  background: url("../images/ic_wallet_wallet.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page .hsh-page-header, .goodsOrderDetailPage .hsh-edit-page .hsh-page-header, .walletPage .hsh-edit-page .hsh-page-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.deliveryPage .hsh-edit-page .hsh-page-header .icon, .goodsOrderDetailPage .hsh-edit-page .hsh-page-header .icon, .walletPage .hsh-edit-page .hsh-page-header .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
}
.deliveryPage .hsh-edit-page .hsh-page-header .title, .goodsOrderDetailPage .hsh-edit-page .hsh-page-header .title, .walletPage .hsh-edit-page .hsh-page-header .title {
  color: #31A4F6;
  font-size: 20px;
  font-weight: 700;
  font-family: PingFangSC-Medium;
}
.deliveryPage .bigIcon, .goodsOrderDetailPage .bigIcon, .walletPage .bigIcon {
  width: 100%;
  box-shadow: -2px 0 2px -2px #CED8E6, 2px 0 2px -2px #CED8E6;
}

.grid {
  display: grid !important;
  row-gap: 10px;
  column-gap: 30px;
}
.grid .hsh-form-item {
  margin: 0 !important;
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.deliveryPage {
  padding: 10px;
  background-color: #f4f7fa;
}
.deliveryPage .goodList .goods-thumb .imageupload.change .cover {
  display: none;
}
.deliveryPage .goodList .hsh-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deliveryPage .goodList .hsh-page-header .left .icon {
  background: url("../images/ic_deliver_list.png") 100%/100% no-repeat;
}
.deliveryPage .hsh-edit-page .hsh-page-content .hsh-form .hsh-form-row .hsh-form-item .maitou_code .controls {
  width: 30%;
}
.deliveryPage .hsh-edit-page .hsh-page-content .hsh-form .hsh-form-row .hsh-form-item .maitou_code .controls:focus {
  z-index: 2;
}
.deliveryPage .hsh-edit-page .hsh-page-content .hsh-form .hsh-form-row .hsh-form-item .maitou_code .controls:not(:first-child) {
  margin-left: -1px;
}
.deliveryPage .hsh-edit-page .hsh-page-content .hsh-form .hsh-form-row .hsh-form-item .maitou_code .controls:nth-child(2) {
  width: 40%;
}
.deliveryPage .hsh-edit-page .hsh-page-content .hsh-form .hsh-form-row:not(:last-child) {
  margin-bottom: 30px;
}
.deliveryPage .hsh-page-footer .save {
  color: #FFF;
  background-color: #31A4F6;
}
.deliveryPage .hsh-page-footer .saveDraft {
  color: #081C2B;
  border: 1px solid #DADADA;
}

.checkWarehouseReceiptDialog .hsh-page {
  height: 154px;
  width: 296px;
  padding: 40px;
}
.checkWarehouseReceiptDialog .hsh-page .hsh-content {
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
.checkWarehouseReceiptDialog .hsh-page .hsh-footer {
  padding: 0;
}
.checkWarehouseReceiptDialog .hsh-page .hsh-footer .controls {
  width: 100px !important;
  height: 32px;
  padding: 0;
}
.checkWarehouseReceiptDialog .hsh-page .hsh-footer .check {
  color: #fff;
  font-size: 14px;
  margin-right: 16px;
  background-color: #31A4F6;
  font-family: PingFangSC-Medium;
}
.checkWarehouseReceiptDialog .hsh-page .hsh-footer .close {
  color: #80909C;
  font-size: 14px;
  border: 1px solid #DADADA;
  font-family: PingFangSC-Medium;
}

.goodsInfoPage .listPage tr th {
  font-weight: 600;
}
.goodsInfoPage .listPage tr td.paySatus.payed {
  color: #081C2B !important;
}
.goodsInfoPage .listPage tr td.paySatus.unpay {
  color: #E84646 !important;
}
.goodsInfoPage .listPage tr td.logistics {
  display: flex;
  justify-content: flex-start;
}
.goodsInfoPage .listPage tr td.logistics > .text {
  max-width: fit-content;
  color: #4C5961;
  flex-wrap: wrap;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goodsInfoPage .listPage tr td.logistics .detail {
  display: flex;
  margin-left: 12px;
  align-items: center;
  min-width: fit-content;
  justify-content: flex-start;
}
.goodsInfoPage .listPage tr td.logistics .detail .text {
  color: #31A4F6;
  font-size: 12px;
  margin-right: 2px;
  font-family: PingFangSC-Medium;
}
.goodsInfoPage .listPage tr td.logistics .detail .arrow {
  width: 10px;
  height: 10px;
  background: url("../images/ic_goods_open.png") 100%/100% no-repeat;
}

.logisticsDetailDialog .hsh-header .left .icon {
  background: url("../images/ic_home_transit.png") 100%/100% no-repeat;
}
.logisticsDetailDialog .resultContainer {
  padding: 24px 0 30px;
  background-color: #fff;
  max-height: 500px;
  overflow-y: auto;
}
.logisticsDetailDialog .resultContainer .resultHeader {
  display: flex;
  height: 64px;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DFE8EE;
}
.logisticsDetailDialog .resultContainer .resultHeader .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logisticsDetailDialog .resultContainer .resultHeader .left .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../images/ic_home_transit.png") 100%/100% no-repeat;
}
.logisticsDetailDialog .resultContainer .resultHeader .left .title {
  color: #081C2B;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.logisticsDetailDialog .resultContainer .resultHeader .close {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_login_del.png") 100%/100% no-repeat;
}
.logisticsDetailDialog .resultContainer .list {
  position: relative;
  padding: 20px 0 28px;
}
.logisticsDetailDialog .resultContainer .list .line {
  position: absolute;
  top: 20px;
  left: 6px;
  width: 4px;
  height: calc(100% - 88px);
  background-color: #EBF3F8;
}
.logisticsDetailDialog .resultContainer .list .item {
  position: relative;
  padding-left: 33px;
}
.logisticsDetailDialog .resultContainer .list .item .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../images/ic_login_finish.png") 100%/100% no-repeat;
}
.logisticsDetailDialog .resultContainer .list .item .dot.active {
  border-radius: 50%;
  background-image: none;
  background-color: #fff;
  border: 1px solid #31A4F6;
}
.logisticsDetailDialog .resultContainer .list .item .dot.active::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #31A4F6;
  transform: translate(-50%, -50%);
}
.logisticsDetailDialog .resultContainer .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.logisticsDetailDialog .resultContainer .list .item .message {
  color: #081C2B;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  white-space: pre;
}
.logisticsDetailDialog .resultContainer .list .item .message .number {
  color: #31A4F6;
}
.logisticsDetailDialog .resultContainer .list .item .time {
  color: #80909C;
  font-size: 12px;
  margin-top: 4px;
  font-family: PingFangSC-Regular;
}
.logisticsDetailDialog .resultContainer::-webkit-scrollbar {
  width: 8px;
}

.walletPage .hsh-edit-page {
  padding: 20px 16px 18px;
}
.walletPage .hsh-edit-page .hsh-page-content .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.walletPage .hsh-edit-page .hsh-page-content .list .item {
  flex: 0 0 250px;
  display: flex;
  height: 80px;
  padding: 16px 20px;
  align-items: flex-start;
  background-color: #EFF3F6;
  flex-direction: column;
  justify-content: space-between;
}
.walletPage .hsh-edit-page .hsh-page-content .list .item:not(.walletPage .hsh-edit-page .hsh-page-content .list .item:last-child) {
  margin-right: 16px;
}
.walletPage .hsh-edit-page .hsh-page-content .list .item .key {
  color: #081C2B;
  font-size: 12px;
  margin-bottom: 4px;
  font-family: PingFangSC-Regular;
}
.walletPage .hsh-edit-page .hsh-page-content .list .item .value {
  color: #31A4F6;
  font-size: 18px;
  font-family: PingFangSC-Semibold;
}
.walletPage .tableContainer .noDataBar {
  padding-top: 25px;
}
.walletPage .listPage td {
  color: #4C5961;
}
.walletPage .listPage td.no {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.walletPage .listPage td.no div {
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.walletPage .listPage td.no div:first-child {
  color: #081C2B;
}
.walletPage .listPage td.no div:last-child {
  color: #80909C;
}
.walletPage .listPage td.price.increase {
  color: #E84646 !important;
}
.walletPage .listPage td.price.decrease {
  color: #2BBE44 !important;
}
.walletPage .listPage td.balance {
  color: #081C2B;
}

.userInfoPage .hsh-page-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.userInfoPage .hsh-page-header .tip {
  color: #80909C;
  font-size: 14px;
  margin-left: 5px;
}
.userInfoPage .hsh-edit-page .hsh-page-content .hsh-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.userInfoPage .hsh-edit-page .hsh-page-content .hsh-form-item .hsh-form-label {
  text-align: left;
}

.addressPage .page-header .buttons .controls.button {
  display: flex;
}
.addressPage .page-header .buttons .controls.button .icon {
  height: 12px;
  min-width: 12px;
  margin-right: 6px;
  background: url("../images/ic_consignee_add.png") 100%/100% no-repeat;
}
.addressPage .tab-button {
  height: 32px;
  line-height: 32px;
  display: flex;
}
.addressPage .tab-button .tab-item {
  color: #31A4F6;
  font-size: 12px;
  border: 1px solid #31A4F6;
  padding: 0 20px 0 20px;
  cursor: pointer;
}
.addressPage .tab-button .tab-item.active {
  color: #FFF;
  border: solid 1px #31A4F6;
  background: #31A4F6;
}

.addAddressDialog .hsh-header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.addAddressDialog .hsh-header .left .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_address.png") 100%/100% no-repeat;
}
.addAddressDialog .hsh-header .left .title {
  color: #081C2B;
  font-size: 18px;
  font-weight: 700;
}

.checkReceiptPage {
  width: 100%;
}
.checkReceiptPage .header {
  display: flex;
  height: 40px;
  padding: 11px 16px;
  align-items: center;
  margin-bottom: 10px;
  background-color: #ffffff;
  justify-content: flex-start;
}
.checkReceiptPage .header .back {
  color: #3EADEB;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  cursor: pointer;
}
.checkReceiptPage .header .split {
  color: #999;
  margin: 0 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.checkReceiptPage .header .title {
  color: #333;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.checkReceiptPage .hsh-page-content {
  padding: 16px;
  background-color: #fff;
}
.checkReceiptPage .hsh-page-footer {
  height: 52px;
  padding: 10px !important;
  background-color: #fff;
}
.checkReceiptPage .hsh-page-footer .align-center {
  padding: 0;
}

.msgForm.checkReceiptTable {
  width: 680px;
  border-top: 1px solid #DFE3E4;
  border-left: 1px solid #DFE3E4;
  background-color: #fff;
  border-collapse: collapse;
}
.msgForm.checkReceiptTable td, .msgForm.checkReceiptTable thead tr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #DFE3E4;
  border-bottom: 1px solid #DFE3E4;
}
.msgForm.checkReceiptTable thead {
  width: 100%;
}
.msgForm.checkReceiptTable thead tr {
  padding: 4px;
  height: 32px;
}
.msgForm.checkReceiptTable thead tr.bg_tr th {
  line-height: 24px;
  text-align: center;
  background: #F5F8FB;
}
.msgForm.checkReceiptTable thead tr.headMsg {
  display: flex;
  height: 112px;
  align-items: center;
  padding: 18px 20px 10px;
  justify-content: space-between;
}
.msgForm.checkReceiptTable thead tr.headMsg .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.msgForm.checkReceiptTable thead tr.headMsg .left .icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 12px;
}
.msgForm.checkReceiptTable thead tr.headMsg .left .info .name {
  color: #081C2B;
  font-size: 20px;
  margin-bottom: 2px;
  font-family: PingFangSC-Medium;
}
.msgForm.checkReceiptTable thead tr.headMsg .left .info .url {
  color: #80909C;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.msgForm.checkReceiptTable thead tr.headMsg .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.msgForm.checkReceiptTable thead tr.headMsg .right .num {
  color: #222;
  font-size: 22px;
  font-family: PingFangSC-Semibold;
}
.msgForm.checkReceiptTable thead tr.headMsg .left, .msgForm.checkReceiptTable thead tr.headMsg .right {
  border: none;
}
.msgForm.checkReceiptTable thead tr th {
  color: #081C2B;
  font-size: 12px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  font-family: PingFangSC-Medium;
}
.msgForm.checkReceiptTable tbody {
  width: 100%;
}
.msgForm.checkReceiptTable tbody tr {
  display: flex;
  width: 100%;
  height: 24px;
  line-height: 24px;
  align-items: center;
  justify-content: flex-start;
}
.msgForm.checkReceiptTable tbody tr td {
  height: 100%;
  padding-left: 12px;
}
.msgForm.checkReceiptTable tbody tr td .text {
  height: 100%;
  color: #081C2B;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: PingFangSC-Regular;
}
.msgForm.checkReceiptTable tbody tr td:first-child {
  width: 120px;
  flex-shrink: 0;
}
.msgForm.checkReceiptTable tbody tr td:last-child {
  flex: 1;
}
.msgForm.checkReceiptTable tbody tr td.key .text {
  text-align: left;
}
.msgForm.checkReceiptTable tbody.itemList td {
  flex: 1;
}

/**
 * @author 梁星文
 * 日期 2024/6/3 16:19
 * 版权所有 广州优匠科技有限公司
 */
.address-dialog .phone1 .hsh-input:focus, .address-dialog .phone1 .hsh-input:hover {
  z-index: 100;
}
.address-dialog .postalCodeBar {
  position: relative;
}
.address-dialog .postalCodeBar .selectAddress {
  position: absolute;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  left: 0;
  top: 33px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  z-index: 30;
  padding: 0 10px;
}
.address-dialog .postalCodeBar .selectAddress .item {
  display: flex;
  align-items: start;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  line-height: 1.5;
  padding: 10px 0;
}
.address-dialog .postalCodeBar .selectAddress .item:last-child {
  border-bottom: none;
}
.address-dialog .postalCodeBar .selectAddress .item .code {
  display: flex;
  margin-right: 10px;
}
.address-dialog .postalCodeBar .selectAddress .item .code span {
  color: red;
}

/**
 * @author 梁星文
 * 日期 2024/5/28 16:43
 * 版权所有 广州优匠科技有限公司
 */
.check-group-directive {
  display: flex;
  align-items: center;
  min-height: 32px;
  width: 100%;
}
.check-group-directive .section {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.check-group-directive .section .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.check-group-directive .section .item::before {
  width: 16px;
  height: 16px;
  display: block;
  content: "";
  background: url("../../images/home/ic_user_check.png") 100%/100% no-repeat;
}
.check-group-directive .section .item .label {
  margin-left: 8px;
  color: rgb(51, 51, 51);
  font-size: 12px;
}
.check-group-directive .section .item.active::before {
  background: url("../../images/home/ic_user_checked.png") 100%/100% no-repeat;
}

.show-all-content-directive {
  overflow-x: auto;
}
.show-all-content-directive .tips {
  position: fixed;
  display: none;
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid rgb(62, 173, 235);
  z-index: 1002;
  top: 0;
  transform: translateY(calc(-100% - 10px));
  box-shadow: 0px 2px 6px 0px rgb(213, 213, 213);
}
.show-all-content-directive .tips::before {
  width: 12px;
  height: 12px;
  content: "";
  border: 1px solid rgb(62, 173, 235);
  border-left: none;
  border-top: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(50% + 1px)) rotate(45deg);
  z-index: 101;
  background: #FFFFFF;
}
.show-all-content-directive:hover {
  color: #3EADEB;
}
.show-all-content-directive:hover .tips {
  display: unset;
  color: #606266;
}

.customer-type-directive {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.customer-type-directive .item {
  height: 20px;
  padding: 0 6px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(62, 173, 235);
  line-height: 18px;
  color: rgb(62, 173, 235);
  font-size: 12px;
  text-align: left;
  font-family: PingFangSC-Regular;
}

.btnGroup.left {
  justify-content: flex-start !important;
}

.hsh-form-item {
  word-break: break-all;
}

.controls.export-button .button {
  border: 1px solid #3EADEB;
  color: #3EADEB;
  background-color: #FFF;
}

.searchBar .controls.button {
  height: 32px;
}

.hsh-dialog .hsh-page .hsh-content .searchBar {
  flex-wrap: wrap;
  height: auto;
}

/**
 * @author 梁星文
 * 日期 2024/5/29 11:10
 * 版权所有 广州优匠科技有限公司
 */
.hsh-password {
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #DADADA;
  font-size: 12px;
  color: #333;
}
.hsh-password input {
  flex: 1;
}
.hsh-password .change-show {
  width: 20px;
  height: 20px;
  background: url("../../images/home/ic_login_hide.png") 100%/100% no-repeat;
  cursor: pointer;
}
.hsh-password .change-show.open {
  background: url("../../images/home/ic_login_show.png") 100%/100% no-repeat;
}

/**
 * @author 梁星文
 * 日期 2024/5/27 15:51
 * 版权所有 广州优匠科技有限公司
 */
.more-btn {
  margin: 0 5px;
  position: relative;
}
.more-btn .point {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.more-btn .point::after, .more-btn .point::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #3EADEB;
  border-radius: 50%;
}
.more-btn .point .center {
  width: 6px;
  height: 6px;
  background: #3EADEB;
  border-radius: 50%;
  margin: 0 2px;
}
.more-btn .list-model {
  position: absolute;
  min-width: 140px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px 0px rgb(213, 213, 213);
  border: 1px solid rgb(218, 218, 218);
  right: 0;
  top: 20px;
  z-index: 1999;
}
.more-btn .list-model.up {
  top: unset;
  bottom: 0px;
}
.more-btn .list-model .sec {
  padding: 10px 0;
}
.more-btn .list-model .sec .operationBtn {
  height: 34px;
  margin: 0 !important;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: unset;
}
.more-btn .list-model .sec .operationBtn .redBtn {
  color: rgb(204, 31, 31);
}
.more-btn .list-model .sec .operationBtn:hover {
  background-color: rgb(239, 244, 247);
  font-weight: bold;
}
.more-btn .list-model .sec .operationBtn:hover:not(.redBtn) {
  color: rgb(62, 173, 235);
}
.more-btn .list-model .sec .operationBtn:hover.redBtn {
  color: rgb(204, 31, 31) !important;
}

/**
 * @author 梁星文
 * 日期 2023/9/20 11:27
 * 版权所有 广州优匠科技有限公司
 */
.screen-page {
  background-color: #052222;
  width: 100vw;
  height: 100vh;
}
.screen-page .page-header {
  width: 100%;
  height: 70px;
  position: relative;
}
.screen-page .page-header .date-user-info {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  background-color: rgba(37, 206, 209, 0.15);
}
.screen-page .page-header .date-user-info .date {
  color: rgb(223, 247, 247);
  font-size: 16px;
}
.screen-page .page-header .date-user-info .user-info {
  display: flex;
  align-items: center;
}
.screen-page .page-header .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 900px;
  height: 70px;
  background: url("green/ic_title.png") 100%/100% no-repeat;
}

.customer-dialog-page {
  width: 100%;
}
.customer-dialog-page .header {
  display: flex;
  height: 40px;
  padding: 11px 16px;
  align-items: center;
  margin-bottom: 10px;
  background-color: #ffffff;
  justify-content: flex-start;
}
.customer-dialog-page .header .back {
  color: #3EADEB;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  cursor: pointer;
}
.customer-dialog-page .header .split {
  color: #999;
  margin: 0 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.customer-dialog-page .header .title {
  color: #333;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.customer-dialog-page .hsh-page-content > .content-box {
  padding: 20px 16px;
  background-color: #fff;
}
.customer-dialog-page .hsh-page-content > .content-box .title {
  margin-bottom: 20px;
  color: rgb(8, 28, 43);
  font-size: 20px;
}
.customer-dialog-page .hsh-page-content > .content-box .hsh-form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.customer-dialog-page .hsh-page-content > .content-box .hsh-form-item .hsh-form-label {
  text-align: left;
}
.customer-dialog-page .hsh-page-content > .content-box .hsh-form-item .text-area {
  padding: 8px 10px;
  height: 80px;
  border: 1px solid rgb(223, 227, 228);
}
.customer-dialog-page .hsh-page-footer {
  height: 52px;
  padding: 10px !important;
  background-color: #fff;
}
.customer-dialog-page .hsh-page-footer .align-center {
  padding: 0;
}

.customer-delivery .page-header .buttons .controls.button {
  display: flex;
}
.customer-delivery .page-header .buttons .controls.button .icon {
  height: 12px;
  min-width: 12px;
  margin-right: 6px;
  background: url("../images/ic_consignee_add.png") 100%/100% no-repeat;
}
.customer-delivery > .listPage {
  padding: 0 8px 0 16px;
}

.customer-delivery-dialog .hsh-header .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.customer-delivery-dialog .hsh-header .left .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("../images/ic_address.png") 100%/100% no-repeat;
}
.customer-delivery-dialog .hsh-header .left .title {
  color: #081C2B;
  font-size: 18px;
  font-weight: 700;
}