.im-btn,
body .app-sidebar,
body .im-popover .menu-list,
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-btn,
body .app-sidebar,
body .im-popover .menu-list,
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  color: #333;
}
input,
textarea {
  outline: none;
  background-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input {
  -moz-appearance: textfield;
}
a {
  text-decoration: none;
}
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 700px;
}
.im-btn,
body .app-sidebar,
body .im-popover .menu-list,
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.no-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-overflow-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-clear {
  clear: both;
}
.im-btn,
body .app-sidebar,
body .im-popover .menu-list,
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #808080;
  border: 1px solid #888;
}
.im-dot.yellow {
  background-color: #fff028;
  border: 1px solid #e6d70e;
}
.im-dot.red {
  background-color: #fd7d7f;
  border: 1px solid #e45a5c;
}
.im-dot.green {
  background-color: #91e43c;
  border: 1px solid #75c920;
}
.im-dot.blue {
  background-color: #274c80;
  border: 1px solid #203e80;
}
.im-btn {
  display: inline-block;
  cursor: pointer;
}
.im-btn:hover {
  color: #368cbf;
}
.im-popover {
  box-sizing: border-box !important;
  position: absolute !important;
/*-webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);*/
/*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);*/
  -webkit-box-shadow: 0 2px 8px 0 rgba(199,200,204,0.5);
  box-shadow: 0 2px 8px 0 rgba(199,200,204,0.5);
}
.im-toast {
  display: none;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 50%;
  padding: 0 15px;
  text-align: center;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.im-toast .text {
  width: 100%;
  height: 100%;
}
.im-focus,
input:focus {
  border-color: #91c673 !important;
}
input[readonly]:focus {
  border-color: #888 !important;
}
body .app-sidebar,
body .im-popover .menu-list,
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mini-menu-show {
  display: none !important;
}
body .app-sidebar {
  position: relative;
  z-index: 2000;
  width: 220px;
  height: 100%;
  background-color: #202d40;
  background-color: #33363b;
  overflow-y: auto;
}
body .app-sidebar .app-logo {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #91c673;
  color: #fff;
}
body .app-sidebar .app-logo span {
  color: #fff;
}
body .app-sidebar .menu-container {
  font-size: 14px;
}
body .app-sidebar .menu-container .menu-unit .menu-title {
  display: block;
  padding-left: 15px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .app-sidebar .menu-container .menu-unit .menu-title>i {
  margin-right: 5px;
  vertical-align: middle;
  color: #fff;
}
body .app-sidebar .menu-container .menu-unit .menu-title>span {
  vertical-align: middle;
  color: #fff;
}
body .app-sidebar .menu-container .menu-unit .menu-title:hover i,
body .app-sidebar .menu-container .menu-unit .menu-title:hover span {
  color: #91c673;
}
body .app-sidebar .menu-container .menu-unit .menu-list {
  display: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item {
  display: block;
  padding-left: 28px;
  height: 36px;
  line-height: 36px;
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item i,
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item span {
  color: #fff;
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item>a {
  display: block;
  height: 100%;
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item.active {
  background: rgba(96,108,128,0.4);
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item.active i,
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item.active span {
  color: #91c673;
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item:hover {
  background: rgba(96,108,128,0.4);
  background: rgba(110,115,125,0.4);
}
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item:hover i,
body .app-sidebar .menu-container .menu-unit .menu-list .menu-item:hover span {
  color: #91c673;
}
body .app-sidebar .menu-container .menu-unit.open .menu-list {
  display: block;
}
body .app-header {
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 220px;
  right: 0;
  height: 39px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
body .app-header .app-header-btngroup {
  display: inline-block;
}
body .app-header .app-header-btngroup .app-header-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
body .app-header .app-header-btngroup .app-header-btn i {
  font-size: 18px;
}
body .app-header .app-header-btngroup .app-header-btn.disable i {
  color: #ddd;
}
body .app-header .app-header-btngroup .app-header-btn:hover {
  background: #f8f8f8;
}
body .app-body {
  position: absolute;
  top: 40px;
  left: 220px;
  right: 0;
  bottom: 0;
}
body .app-body .app-nav-page-bar {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 10px 0 12px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #91c673;
/*border-bottom: 2px solid #393D49;*/
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #f1f1f1;
/*box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);*/
  box-shadow: 0 1px 6px 0 rgba(145,198,115,0.28);
}
body .app-body .app-nav-page-bar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item {
  display: inline-block;
  margin-left: 3px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  background: #f6f5f3;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item.active {
  background-color: #91c673;
/*background: #393D49;*/
  color: #fff;
  border-color: #91c673;
/*border-color: #393D49;*/
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item.active span {
  color: #fff;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item.active i {
  color: #fff;
}
body .app-body .app-nav-page-bar .app-nav-page-bar-item.active i:hover {
  color: #f05050;
}
body .app-body .app-nav-container-list {
  position: absolute;
  z-index: 1;
  top: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  overflow-y: hidden;
}
body .app-body .app-nav-container-list .app-nav-container {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  overflow-y: auto;
}
body .app-body .app-nav-container-list .app-nav-container.show {
  z-index: 2;
}
body .app-body .app-nav-container-list .app-nav-container .app-page .app-page-title {
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
body .app-body .app-nav-container-list .app-nav-container .app-page .app-page-title .im-btn-group {
  height: 44px;
  line-height: 44px;
}
body .app-body .app-nav-container-list .app-nav-container .app-page .app-page-title .im-btn-group .im-btn {
  margin: 8px 0 8px 8px;
  padding: 0 10px;
  min-width: 40px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 12px;
}
body .app-body .app-nav-container-list .app-nav-container .app-page .app-page-title .im-btn-group .im-btn.im-btn-save {
  background-color: #fd7013;
  border: 1px solid transparent;
  color: #fff;
}
body .app-body .app-nav-container-list .app-nav-container .app-page .app-page-content {
  padding: 15px;
}
body .im-popover .menu-list {
  border-radius: 3px;
}
body .im-popover .menu-list .menu-item {
  display: block;
  padding-left: 28px;
  height: 36px;
  line-height: 36px;
}
body .im-popover .menu-list .menu-item i,
body .im-popover .menu-list .menu-item span {
  color: #fff;
}
body .im-popover .menu-list .menu-item>a {
  display: block;
  height: 100%;
}
body .im-popover .menu-list .menu-item.active {
  background-color: rgba(96,108,128,0.4);
}
body .im-popover .menu-list .menu-item.active i,
body .im-popover .menu-list .menu-item.active span {
  color: #91c673;
}
body .im-popover .menu-list .menu-item:hover {
  background-color: rgba(110,115,125,0.4);
}
body .im-popover .menu-list .menu-item:hover i,
body .im-popover .menu-list .menu-item:hover span {
  color: #91c673;
}
body .im-popover.menu-popover {
  border-radius: 5px;
}
body.mini-menu .app-sidebar {
  width: 60px;
}
body.mini-menu .app-sidebar .menu-container .menu-unit .menu-title {
  padding-left: 0;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
body.mini-menu .app-sidebar .menu-container .menu-unit .menu-title>i {
  margin-right: 0;
  font-size: 20px;
}
body.mini-menu .app-sidebar .menu-container .menu-unit .menu-list .menu-item {
  padding-left: 0;
  text-align: center;
}
body.mini-menu .app-header {
  left: 60px;
}
body.mini-menu .app-body {
  left: 60px;
}
body.mini-menu .mini-menu-hidden {
  display: none !important;
}
body.mini-menu .mini-menu-show {
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.im-form .im-line .im-title,
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"],
.im-float-form .im-float-line .im-title,
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"],
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-form .im-line {
  position: relative;
  margin-bottom: 18px;
}
.im-form .im-line .im-title {
  padding: 0 0 3px 5px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #368cbf;
}
.im-form .im-line .im-content {
  display: inline-block;
}
.im-form .im-line .im-content input[im-control="input"],
.im-form .im-line .im-content input[im-control="text-select"],
.im-form .im-line .im-content input[im-control="text-search"],
.im-form .im-line .im-content input[im-control="create-select"],
.im-form .im-line .im-content input[im-control="datepicker"],
.im-form .im-line .im-content input[im-control="laydate"] {
  box-sizing: border-box;
  padding: 0 5px;
  width: 300px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.im-form .im-line .im-content input[im-control="input"].im-verify-error,
.im-form .im-line .im-content input[im-control="text-select"].im-verify-error,
.im-form .im-line .im-content input[im-control="text-search"].im-verify-error,
.im-form .im-line .im-content input[im-control="create-select"].im-verify-error,
.im-form .im-line .im-content input[im-control="datepicker"].im-verify-error,
.im-form .im-line .im-content input[im-control="laydate"].im-verify-error {
  border-color: #ffa2a2 !important;
}
.im-form .im-line .im-content textarea {
  padding: 5px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.im-form .im-line.readonly .im-title {
  color: #333;
}
.im-form .im-line.readonly .im-content input[im-control="input"],
.im-form .im-line.readonly .im-content input[im-control="text-select"],
.im-form .im-line.readonly .im-content input[im-control="text-search"],
.im-form .im-line.readonly .im-content input[im-control="create-select"],
.im-form .im-line.readonly .im-content input[im-control="datepicker"],
.im-form .im-line.readonly .im-content input[im-control="laydate"] {
  color: #000;
  border-color: #888;
}
.im-float-form .im-float-line {
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
}
.im-float-form .im-float-line .im-title {
  padding: 0 0 3px 5px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #368cbf;
}
.im-float-form .im-float-line.readonly .im-title {
  color: #333;
}
.im-float-form .im-float-line .im-content {
  display: inline-block;
}
.im-float-form .im-float-line .im-content input[im-control="input"],
.im-float-form .im-float-line .im-content input[im-control="text-select"],
.im-float-form .im-float-line .im-content input[im-control="text-search"],
.im-float-form .im-float-line .im-content input[im-control="create-select"],
.im-float-form .im-float-line .im-content input[im-control="datepicker"],
.im-float-form .im-float-line .im-content input[im-control="laydate"] {
  box-sizing: border-box;
  padding: 0 5px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.im-float-form .im-float-line .im-content input[im-control="input"].im-verify-error,
.im-float-form .im-float-line .im-content input[im-control="text-select"].im-verify-error,
.im-float-form .im-float-line .im-content input[im-control="text-search"].im-verify-error,
.im-float-form .im-float-line .im-content input[im-control="create-select"].im-verify-error,
.im-float-form .im-float-line .im-content input[im-control="datepicker"].im-verify-error,
.im-float-form .im-float-line .im-content input[im-control="laydate"].im-verify-error {
  border-color: #ffa2a2 !important;
}
.im-float-form .im-float-line.readonly .im-title {
  color: #333;
}
.im-float-form .im-float-line.readonly .im-content input[im-control="input"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="text-search"],
.im-float-form .im-float-line.readonly .im-content input[im-control="create-select"],
.im-float-form .im-float-line.readonly .im-content input[im-control="datepicker"],
.im-float-form .im-float-line.readonly .im-content input[im-control="laydate"] {
  color: #000;
  border-color: #888;
}
.im-block-piece {
  margin-bottom: 18px;
  border: 1px solid #eee;
  overflow: hidden;
}
.im-block-piece .im-block-piece-header {
  padding: 0 15px;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  background: #eee;
  color: #333;
  font-size: 14px;
}
.do-add-im-block-piece {
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #368cbf;
  border-radius: 5px;
  color: #368cbf;
}
.do-add-im-block-piece .title {
  color: #368cbf;
}
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pagination-bar {
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 5px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.pagination-bar .pagination-page-size {
  width: 40px;
  text-align: center;
}
.pagination-bar .pagination-page-number {
  width: 40px;
  text-align: center;
}
.pagination-bar .pagination-first,
.pagination-bar .pagination-prev,
.pagination-bar .pagination-next,
.pagination-bar .pagination-last {
  padding: 0 5px;
  cursor: pointer;
}
.im-list-search-bar .im-search-input,
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-list-search-bar {
  min-height: 28px;
  line-height: 28px;
  margin-bottom: 12px;
  font-size: 0;
}
.im-list-search-bar .im-btn {
  box-sizing: border-box;
  margin: 0 15px 0 0;
  padding: 0 12px;
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #888;
}
.im-list-search-bar .im-btn.im-btn-add {
  background: #91c673;
  color: #fff;
  border: 1px solid transparent;
}
.im-list-search-bar .im-btn.im-btn-batch-delete i {
  font-size: 12px;
}
.im-list-search-bar .im-search-input {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  vertical-align: center;
}
.im-list-search-bar .im-search-input input {
  padding: 6px 3px 6px 0;
  width: 200px;
  height: 16px;
  line-height: 16px;
  vertical-align: top;
  border: none;
}
.im-list-search-bar .im-search-input i {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: 26px;
  text-align: center;
  color: #333;
}
.im-tab-page .im-tab-page-switch-list,
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-tab-page .im-tab-page-switch-list {
  margin-bottom: 20px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #93b5cf;
  font-size: 13px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.im-tab-page .im-tab-page-switch-list::-webkit-scrollbar {
  height: 5px !important;
}
.im-tab-page .im-tab-page-switch-list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  min-width: 50px;
  border-radius: 10px;
}
.im-tab-page .im-tab-page-switch-list .im-tab-page-switch {
  display: inline-block;
  padding: 0 10px;
  min-width: 50px;
  border: 1px solid #888;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  cursor: pointer;
}
.im-tab-page .im-tab-page-switch-list .im-tab-page-switch.selected {
  border-color: #93b5cf;
  color: #93b5cf;
  font-weight: 700;
}
.im-tab-page .im-tab-page-container-list .im-tab-page-container {
  display: none;
}
.im-tab-page .im-tab-page-container-list .im-tab-page-container.selected {
  display: block;
}
.im-table table thead,
.im-table .im-tr .im-th,
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-table .im-tr .im-th,
.im-table .im-tr .im-td,
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-table {
  position: relative;
  max-width: 100%;
  overflow: auto;
  transform: translateZ(0); /* 尝试调起硬件加速 */
  background-color: #f1f1f1;
}
.im-table::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.im-table::-webkit-scrollbar-thumb {
  background-color: #1e88e5;
}
.im-table::-webkit-scrollbar-track-piece {
  background: #f2f2f2;
}
.im-table::-webkit-scrollbar-corner {
  background: #f2f2f2;
}
.im-table .im-table-thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.im-table .im-table-thead table tr th[im-table-sticky] {
  position: sticky;
  border-left: 1px solid #888;
}
.im-table .im-table-tbody table tr td[im-table-sticky] {
  position: sticky;
  z-index: 1;
  background-color: #f1f1f1;
  border-left: 1px solid #888;
}
.im-table .im-table-tbody table tr td input[im-control="text-search"]:focus,
.im-table .im-table-tbody table tr td input[im-control="input"]:focus,
.im-table .im-table-tbody table tr td .im-select.im-focus {
  border-color: #fd7013 !important;
  border-width: 2px;
}
.im-table .im-table-pagination {
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-table .im-table-pagination .im-table-pagination__loading {
  width: 30px;
  height: 30px;
}
.im-table table {
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  background-color: #f1f1f1;
  border-left: 1px solid #888;
  border-top: 1px solid #888;
}
.im-table table tr {
  box-sizing: border-box;
  color: #343434;
}
.im-table table tr th {
  box-sizing: border-box;
  padding: 9px 5px 8px 5px;
  font-size: 14px;
  border-right: 1px solid #888;
  word-break: break-all;
  font-weight: 400;
  color: #fff;
  background-color: #404040;
}
.im-table table tr th.im-th-selector {
  text-align: center;
  cursor: pointer;
}
.im-table table tr td {
  box-sizing: border-box;
  padding: 9px 5px 8px 5px;
  font-size: 14px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-top: none;
  word-break: break-all;
}
.im-table table tr td.im-td-selector-container {
  text-align: center;
}
.im-table table tr td.im-td-selector-container i {
  margin-right: 0;
}
.im-table .im-tr {
  box-sizing: border-box;
  min-width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 0;
  color: #343434;
  border-bottom: 1px solid #f0f0f0;
}
.im-table .im-tr .im-th {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px;
  height: 100%;
  line-height: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.im-table .im-tr .im-td {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5px;
  height: 100%;
  line-height: inherit;
  font-size: 14px;
}
[im-control='table'],
[im-control='lazy-table'] {
  display: none;
}
.im-toast-boxInputKanban {
  box-sizing: border-box;
  position: absolute;
  z-index: 10001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  box-shadow: 0 3px 9px #000;
  background: #fff;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-title {
  font-size: 70px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  background-color: #91c673;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-content {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-line,
.im-toast-boxInputKanban .im-toast-boxInputKanban-productSn,
.im-toast-boxInputKanban .im-toast-boxInputKanban-boxIndex {
  font-size: 80px;
  font-weight: bold;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-productSn {
  font-size: 70px;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-line {
  padding: 0 20px;
  text-align: left;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-boxIndex {
  position: absolute;
  top: 0;
  right: 7%;
  text-align: right;
  font-size: 150px;
  height: 100%;
  color: #f00;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-item {
  position: relative;
  height: 33%;
  border-bottom: 1px solid #000;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-color,
.im-toast-boxInputKanban .im-toast-boxInputKanban-size {
  display: inline-block;
  width: 25%;
  font-size: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.im-toast-boxInputKanban .im-toast-boxInputKanban-count {
  position: absolute;
  display: inline-block;
  width: 25%;
  font-size: 90px;
  white-space: nowrap;
  color: #f00;
}
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.std-erp-icon {
  cursor: pointer;
}
.std-erp-icon.icon-checkbox-unchecked,
.std-erp-icon.im-checkbox-icon-unchecked {
  color: #aaa;
  margin-right: 10px;
}
.std-erp-icon.icon-checkbox-checked,
.std-erp-icon.im-checkbox-icon-checked {
  color: #289e2c;
  margin-right: 10px;
}
.im-checkbox {
  box-sizing: border-box;
  display: inline-table;
  padding: 0 5px;
  line-height: 30px;
  cursor: pointer;
  user-select: none;
}
.im-checkbox i,
.im-checkbox span {
  display: table-cell;
  vertical-align: middle;
}
.im-checkbox span {
  color: #666;
  text-indent: 3px;
}
.im-checkbox.im-checkbox--checked span {
  color: #333;
  color: #368cbf;
}
[im-control="gf-client-contact-select"] {
  display: none;
}
.im-verify-error + .im-client-contact-select {
  border-color: #ffa2a2;
}
.im-client-contact-select {
  width: 286px;
  height: 58px;
  box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  display: flex;
  align-items: center;
  user-select: none;
}
.im-client-contact-select__body {
  box-sizing: border-box;
  padding: 5px;
  width: calc(100% - 20px);
  height: 100%;
  cursor: pointer;
}
.im-client-contact-select__body:active {
  opacity: 0.7;
}
.im-client-contact-select__btn {
  flex-shrink: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.im-client-contact-select__btn i {
  font-size: 20px;
}
.im-client-contact-select__btn i:hover {
  color: #91c673;
}
.im-client-contact-select__btn i.icon-more {
  display: block;
}
.im-client-contact-select__btn i.icon-close {
  display: none;
}
.im-client-contact-select__btn.show-clear-btn i.icon-more {
  display: none;
}
.im-client-contact-select__btn.show-clear-btn i.icon-close {
  display: block;
}
.im-client-contact-select__client-name {
  width: 100%;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-client-contact-select__client-info {
  display: flex;
  align-items: center;
}
.im-client-contact-select__client-info__contact,
.im-client-contact-select__client-info__office {
  min-width: 50%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.im-client-contact-select__client-info__contact-name,
.im-client-contact-select__client-info__office-name {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-client-contact-select__client-info__contact-name,
.im-client-contact-select__client-info__office-name,
.im-client-contact-select__client-info__contact i,
.im-client-contact-select__client-info__office i {
  font-size: 13px;
  padding-right: 5px;
}
.im-client-contact-select__client-info__contact i,
.im-client-contact-select__client-info__office i {
  color: #368cbf;
}
.im-container {
  background-color: #f1f1f1;
}
.im-wrap-container {
  box-sizing: border-box;
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f1f1f1;
}
.im-popover .im-data-select-option-list,
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-data-select {
  box-sizing: border-box;
  position: relative;
  display: flex;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: top;
}
.im-data-select.im-data-select--focus {
  border-color: #91c673 !important;
}
.im-data-select * {
  box-sizing: border-box;
  height: 100%;
}
.im-data-select input {
  max-width: 100%;
}
.im-data-select .im-data-select-module {
  width: 100%;
  padding-right: 22px;
}
.im-data-select .im-data-select-module .im-data-select-input {
  padding: 0 0 0 5px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: inherit;
  border: none;
  border-radius: 3px;
  vertical-align: top;
}
.im-data-select .im-data-select-btn-group {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.im-data-select .im-data-select-btn-group .im-data-select-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.im-data-select .im-data-select-btn-group .im-data-select-btn:hover {
  color: #75c920;
}
.im-data-select.im-verify-error {
  border-color: #ffa2a2 !important;
}
.im-popover .im-data-select-option-list {
  min-height: 30px;
  max-height: 180px;
  background: #fdfdfd;
  border: 1px solid #888;
  border-radius: 3px;
  overflow-y: auto;
}
.im-popover .im-data-select-option-list .im-data-select-option {
  padding-left: 5px;
  cursor: pointer;
  color: #333;
}
.im-popover .im-data-select-option-list .im-data-select-option:hover {
  background: #f2f2f2;
}
.im-popover .im-data-select-option-list .im-data-select-option.selected {
  background: #f2f2f2;
}
.im-popover .im-data-select-option-list .im-data-select-option.selected .im-icon-selected {
  display: inline-block;
}
.im-popover .im-data-select-option-list .im-data-select-option.hover {
  background: #f2f2f2;
}
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-layer {
  position: absolute;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
.im-dialog-custom {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  height: 300px;
  width: 600px;
  border-radius: 4px;
  background-color: #f1f1f1;
}
.im-dialog-custom .im-dialog-custom-title {
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-bottom: 1px solid #888;
}
.im-dialog-custom .im-dialog-custom-title .im-dialog-custom-title-text {
  font-size: 18px;
}
.im-dialog-custom .im-dialog-custom-title .im-dialog-btn-close {
  font-size: 26px;
  line-height: 46px;
}
.im-dialog-custom .im-dialog-custom-title .im-btn-group .im-btn {
  margin: 8px 12px 8px 0;
  padding: 0 10px;
  min-width: 35px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 15px;
}
.im-dialog-custom .im-dialog-custom-title .im-btn-group .im-btn.im-btn-highlight {
  background: #fd7013;
  color: #fff;
  border: 1px solid transparent;
}
.im-dialog-custom .im-dialog-custom-container {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 100%;
  overflow: auto;
  border-radius: 4px;
}
.im-dialog-custom .im-dialog-custom-footer {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(32,33,36,0.28);
}
.im-dialog-custom .im-dialog-custom-footer .im-btn-group .im-btn {
  margin: 11px 0 11px 8px;
  padding: 0 10px;
  min-width: 40px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #888;
  font-size: 12px;
}
.im-dialog-custom .im-dialog-custom-footer .im-btn-group .im-btn.im-btn-highlight {
  background: #fd7013;
  color: #fff;
  border: 1px solid transparent;
}
.im-dialog-custom.have-footer .im-dialog-custom-container {
  bottom: 50px;
}
.im-prompt-dialog {
  position: absolute;
  right: 400px;
  bottom: 0;
  background-color: #f1f1f1;
  z-index: 10000;
  width: 60%;
  height: 140px;
  border-radius: 6px;
}
.im-prompt-dialog-title {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 23px;
  font-weight: 500;
  color: #333;
  padding: 0 20px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
}
.im-prompt-dialog-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.im-prompt-dialog-content {
  width: 100%;
  position: absolute;
  top: 44px;
  bottom: 0;
  overflow: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.im-prompt-dialog-operation {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  background-color: #91c673;
  position: absolute;
  top: 6px;
  right: 0;
  transform: translateX(-50%);
  cursor: pointer;
  user-select: none;
}
.im-download {
  height: 30px;
  line-height: 30px;
  color: #007fff;
  user-select: none;
  cursor: pointer;
}
[im-control="dropdown"] {
  display: none;
}
[im-control="dropdown"].im-dropdown--popup {
  display: block;
  position: fixed;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(199,200,204,0.5);
}
[im-control="dropdown"] .im-dropdown-item {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
}
[im-control="dropdown"] .im-dropdown-item:hover {
  background-color: #f3f3f3;
}
[im-control="dropdown"] .im-dropdown-item:active {
  opacity: 0.7;
}
[im-control="dropdown"] .im-dropdown-item:last-child {
  border-bottom: none;
}
[resize][im-control="dropdown"] .im-dropdown-item {
  font-size: 1rem;
}
.im-dropdown {
  padding: 1px 0;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}
.im-dropdown .im-dropdown-text {
  padding: 4px 10px;
  font-size: 14px;
}
.im-dropdown .im-dropdown-icon {
  display: flex;
  align-items: center;
  padding: 0 4px;
  border-left: 1px solid;
}
.im-dropdown .im-dropdown-icon .std-erp-icon {
  font-weight: bold;
}
.im-dropdown.im-dropdown--resize .im-dropdown-text {
  font-size: 1rem;
}
.im-dropdown.im-dropdown--primary {
  background-color: #368cbf;
}
.im-dropdown.im-dropdown--primary .im-dropdown-text {
  color: #fff;
}
.im-dropdown.im-dropdown--primary .im-dropdown-icon {
  border-color: #3177a1;
}
.im-dropdown.im-dropdown--primary .im-dropdown-icon .std-erp-icon {
  color: #fff;
}
.im-dropdown.im-dropdown-size--middle .im-dropdown-text {
  padding: 7px 12px;
}
.im-dropdown[color="orange"] {
  background-color: #fd7013;
}
.im-dropdown[color="orange"] .im-dropdown-icon {
  border-color: #be550f;
}
.im-dropdown[color="green"] {
  background-color: #91c673;
}
.im-dropdown[color="green"] .im-dropdown-icon {
  border-color: #6c9356;
}
.im-dropdown[color="blue"] {
  background-color: #007fff;
}
.im-dropdown[color="blue"] .im-dropdown-icon {
  border-color: #0057ad;
}
.im-dropdown[color="transparent"] {
  background-color: transparent;
}
.im-dropdown[color="transparent"] .im-dropdown-text {
  color: #333;
}
.im-dropdown[color="transparent"] .im-dropdown-icon {
  border-color: transparent;
}
.im-dropdown[color="transparent"] .im-dropdown-icon .std-erp-icon {
  color: #333;
}
.im-fileUploader,
.im-fileUploader-tool {
  margin-right: 15px;
  float: left;
}
.im-fileUploader-container {
  padding: 10px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 3px;
}
.im-fileUploader-delete {
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  top: -10px;
}
.im-imageUploader,
.im-imageUploader-tool {
  margin-right: 15px;
  float: left;
}
.im-imageUploader-memo-container {
  margin-top: 3px;
  width: 120px;
}
.im-imageUploader-img-container {
  width: 120px;
  height: 120px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 3px;
}
.im-imageUploader-img {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.im-imageUploader-tool .im-imageUploader-img-container {
  display: flex;
}
.im-imageUploader-tool .im-imageUploader-img-container .im-imageUploader-img,
.im-imageUploader-tool .im-imageUploader-img-container .im-imageUploader-camera {
  flex: 1 1 50%;
  padding: 5px;
  min-width: 0;
  width: auto;
  height: auto;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.im-imageUploader-tool .im-imageUploader-img-container .im-imageUploader-img {
  background-image: url("/resources/img/image-uploader-file-icon.png");
}
.im-imageUploader-tool .im-imageUploader-img-container .im-imageUploader-camera {
  display: none;
  background-image: url("/resources/img/image-uploader-camera-icon.png");
}
.im-imageUploader-tool .im-imageUploader-img-container .im-imageUploader-camera.show {
  display: block;
}
.im-imageUploader-delete {
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  top: -10px;
}
.im-imageUploader-img-select {
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  top: -1px;
}
.im-imageUploader-memo {
  outline: none;
  padding: 0 5px;
  width: 113px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.im-image-uploader__camera-popup {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.im-image-uploader__camera-popup .video {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.im-image-uploader__camera-popup .video.show {
  display: block;
}
.im-image-uploader__camera-popup .photo {
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.im-image-uploader__camera-popup .photo.show {
  display: block;
}
.im-image-uploader__camera-popup .canvas {
  display: none;
  width: 100%;
  height: 100%;
}
.im-image-uploader__camera-popup .camera-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  z-index: 10001;
  bottom: 30px;
  width: 100%;
}
.im-image-uploader__camera-popup .camera-take-photo {
  display: none;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  background-color: #0f0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.im-image-uploader__camera-popup .camera-take-photo.show {
  display: block;
}
.im-image-uploader__camera-popup .camera-cancel {
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 10px;
  background-color: #535353;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
[im-control="msg-list-singleton"] {
  display: none;
}
.im-msg-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 500px;
  border-radius: 4px;
  background-color: #f1f1f1;
}
.im-msg-list__head {
  flex-shrink: 0;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.im-msg-list__body {
  height: 380px;
  padding: 0 20px;
  overflow-y: auto;
}
.im-msg-list__body-msg {
  padding: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #ddd;
  border-radius: 6px;
}
.im-msg-list__body-msg-icon {
  flex-shrink: 0;
  margin-right: 5px;
  width: 26px;
  height: 26px;
}
.im-msg-list__body-msg-icon img {
  width: 100%;
  height: 100%;
}
.im-msg-list__body-msg-content {
  font-size: 16px;
  font-weight: bold;
}
.im-msg-list__foot {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.im-msg-list__foot-btn {
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #fd7013;
  color: #fff;
  user-select: none;
  cursor: pointer;
}
.im-msg-list__foot-btn:active {
  opacity: 0.8;
}
.im-num-keyboard {
  margin-bottom: 10px;
}
.im-num-keyboard .im-table {
  box-sizing: border-box;
  height: 100% !important;
  width: 100%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.im-num-keyboard .im-table .im-tr {
  height: 60px;
}
.im-num-keyboard .im-table .im-tr .im-td {
  font-size: 50px !important;
  font-weight: bold;
  cursor: pointer;
}
.im-num-keyboard .im-table .im-tr .im-td.keyboard-text {
  font-size: 30px !important;
}
.im-num-keyboard .im-table .im-tr .im-td:hover {
  background-color: #ccc;
}
.im-num-keyboard .im-table .im-tr .im-td:active {
  opacity: 0.8;
}
.im-num-keyboard .im-table .im-tr .im-td[kb-btn="empty"] {
  flex: 2;
  background-color: #ff5900;
}
.im-num-keyboard .im-table .im-tr .im-td[kb-btn="empty"]:hover {
  background-color: #d34b01;
}
.im-num-keyboard .im-table .im-tr .im-td[kb-btn="submit"] {
  flex: 1;
  background-color: #fdb200;
}
.im-num-keyboard .im-table .im-tr .im-td[kb-btn="submit"]:hover {
  background-color: #de9d01;
}
[im-control="number-input"] {
  display: none;
}
.im-number-input {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 160px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 3px;
}
.im-number-input__sub,
.im-number-input__add {
  flex-shrink: 0;
  padding: 0 3px;
  max-width: 24px;
  height: 100%;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
}
.im-number-input__sub:active,
.im-number-input__add:active {
  opacity: 0.6;
  background-color: #f3f3f3;
}
.im-number-input__sub-icon,
.im-number-input__add-icon {
  width: 100%;
  height: 100%;
}
.im-number-input__input {
  padding: 0 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
}
[im-control="radio"] {
  display: none;
}
.im-radio {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 30px;
}
.im-radio .im-radio-submit-input {
  display: none;
}
.im-radio .im-radio-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.im-radio .im-radio-item .im-radio-item__icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/resources/imUI/img/icon-radio-unchecked.png");
}
.im-radio .im-radio-item .im-radio-item__text {
  font-size: 16px;
}
.im-radio .im-radio-item.checked .im-radio-item__icon {
  background-image: url("/resources/imUI/img/icon-radio-checked.png");
}
.im-radio .im-radio-item.checked .im-radio-item__text {
  color: #468c1e;
}
.im-radio.im-verify-error .im-radio-item .im-radio-item__text,
.im-radio.im-verify-error .im-radio-item.checked .im-radio-item__text {
  color: #f00;
}
.im-popover .im-select-option-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-select .im-select-module .im-select-result .im-select-result-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-select {
  height: 30px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: top;
}
.im-select * {
  box-sizing: border-box;
  height: 100%;
}
.im-select input {
  max-width: 100%;
}
.im-select .im-select-module {
  width: 100%;
}
.im-select .im-select-module .im-select-search {
  display: none;
}
.im-select .im-select-module .im-select-search .im-select-search-input {
  padding: 0 0 0 5px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  line-height: inherit;
  border: none;
  border-radius: 3px;
  vertical-align: top;
}
.im-select .im-select-module .im-select-result .im-select-result-text {
  display: inline-block;
  padding-left: 5px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.im-select .im-select-btn-group {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.im-select .im-select-btn-group .im-select-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
}
.im-select .im-select-btn-group .im-select-btn:hover {
  color: #75c920;
}
.im-select.im-verify-error {
  border-color: #ffa2a2 !important;
}
.im-popover .im-select-option-list {
  min-height: 30px;
  max-height: 180px;
  background: #fdfdfd;
  border: 1px solid #888;
  border-radius: 3px;
  overflow-y: auto;
}
.im-popover .im-select-option-list .im-select-selectAll {
  padding-left: 5px;
  cursor: pointer;
}
.im-popover .im-select-option-list .im-select-selectAll span {
  background-color: #5694fe;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
}
.im-popover .im-select-option-list .im-select-option {
  padding-left: 5px;
  cursor: pointer;
  color: #333;
}
.im-popover .im-select-option-list .im-select-option .im-icon-selected {
  display: none;
  padding-right: 3px;
  font-size: 26px;
  color: #75c920;
}
.im-popover .im-select-option-list .im-select-option:hover {
  background: #f2f2f2;
}
.im-popover .im-select-option-list .im-select-option.selected {
  background: #f2f2f2;
}
.im-popover .im-select-option-list .im-select-option.selected .im-icon-selected {
  display: inline-block;
}
.im-popover .im-select-option-list .im-select-option.hover {
  background: #f2f2f2;
}
.im-popover .im-select-pagination {
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-popover .im-select-pagination .im-select-pagination__loading {
  width: 16px;
  height: 16px;
}
[im-control="submit-btn"] {
  display: none;
}
.im-submit-btn {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin: 8px 0 8px 8px;
  padding: 0 10px;
  min-width: 40px;
  height: 26px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
}
.im-submit-btn:active {
  opacity: 0.8;
}
.im-submit-btn.im-submit-btn--color-plain {
  border-color: transparent;
  background-color: transparent;
}
.im-submit-btn.im-submit-btn--color-plain .im-submit-btn__text {
  color: #333;
}
.im-submit-btn.im-submit-btn--color-primary {
  border-color: #888;
  background-color: transparent;
}
.im-submit-btn.im-submit-btn--color-primary .im-submit-btn__text {
  color: #333;
}
.im-submit-btn.im-submit-btn--color-highlight {
  border-color: #fd7013;
  background-color: #fd7013;
}
.im-submit-btn.im-submit-btn--color-highlight .im-submit-btn__text {
  color: #fff;
}
.im-submit-btn.im-submit-btn--color-green {
  border-color: #91c673;
  background-color: #91c673;
}
.im-submit-btn.im-submit-btn--color-green .im-submit-btn__text {
  color: #fff;
}
.im-submit-btn.im-submit-btn--color-blue {
  border-color: #007fff;
  background-color: #007fff;
}
.im-submit-btn.im-submit-btn--color-blue .im-submit-btn__text {
  color: #fff;
}
.im-submit-btn.im-submit-btn--disabled {
  cursor: not-allowed;
  border-color: #888;
  background-color: #888;
}
.im-submit-btn.im-submit-btn--color-plain.im-submit-btn--disabled {
  border-color: transparent;
  background-color: transparent;
}
.im-submit-btn.im-submit-btn--color-primary.im-submit-btn--disabled {
  background-color: transparent;
}
.im-submit-btn--disabled .im-submit-btn__icon {
  display: block;
}
.im-submit-btn__icon {
  display: none;
  width: 0.86rem;
  height: 0.86rem;
  padding-right: 3px;
}
.im-submit-btn__text {
  font-size: 0.86rem;
}
.im-table-template-add {
  display: inline-block;
  padding: 0 10px;
  margin-top: 5px;
  width: auto;
  height: 34px;
  line-height: 34px;
  color: #368cbf;
  border: 1px solid #368cbf;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}
.im-table-template-delete {
  cursor: pointer;
  user-select: none;
}
.im-table-template-delete:hover {
  color: #368cbf;
}
.im-table-template .im-table table tr th,
.im-table-template .im-table table tr td {
  padding: 3px;
}
.im-tag-select-container {
  margin-top: 5px;
}
.im-tag-select-container .im-tag-select-block {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  user-select: none;
}
.im-tag-select-container .im-tag-select-block .im-tag-select-block__value {
  color: #00f;
}
.im-tag-select-container .im-tag-select-block .im-tag-select-block__icon {
  padding-left: 5px;
}
.im-template-add {
  display: inline-block;
  padding: 0 10px;
  width: auto;
  height: 34px;
  line-height: 34px;
  color: #368cbf;
  border: 1px solid #368cbf;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  user-select: none;
}
[im-control="textarea"] {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
[im-control="textarea"]:focus {
  border-color: #91c673;
}
.im-videoUploader,
.im-videoUploader-tool {
  margin-right: 15px;
  float: left;
}
.im-videoUploader-memo-container {
  margin-top: 3px;
  width: 120px;
}
.im-videoUploader-img-container {
  min-height: 120px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-top: 3px;
  font-size: 0;
}
.im-videoUploader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.im-videoUploader-img > img {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.im-videoUploader-delete {
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  top: -10px;
  z-index: 10;
  cursor: pointer;
}
.im-videoUploader-img-select {
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  top: -1px;
}
.im-videoUploader-memo {
  outline: none;
  padding: 0 5px;
  width: 113px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.im-videoUploader-player {
  width: 100%;
  height: 100%;
}
.im-videoUploader-text {
  text-align: center;
  padding-top: 10px;
}
