body > .header {
  height: 56px;
  padding: 0 24px;
  background: #fff;
}
body > .header.center {
  padding: 0;
}
body > .header.center .header-area {
  width: 1320px;
}
body > .header .header-area {
  width: 100%;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
body > .header .header-area .title {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  width: 600px;
  line-height: 56px;
  color: #508ee5;
  font-size: 26px;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
  z-index: 10;
}
body > .header .header-area .action-panel {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  padding: 12px 0;
  font-size: 14px;
  color: #777;
}
body > .header .header-area .action-panel .user-info {
  display: inline-block;
}
body > .header .header-area .action-panel .user-info .user-name {
  color: #508ee5;
  font-weight: bold;
}
body > .header .header-area .action-panel .link-button {
  display: inline-block;
  margin-left: 12px;
  transition: color .2s;
  color: #777;
  position: relative;
  padding-left: 20px;
}
body > .header .header-area .action-panel .link-button:hover {
  color: #508ee5;
}
body > .header .header-area .action-panel .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
}
body > .top-nav {
  padding: 8px 0;
  background: #508ee5;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
body > .top-nav .nav-list {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 20;
  background: #508ee5;
}
body > .top-nav .nav-item {
  display: inline-block;
  margin: 0 18px;
  cursor: pointer;
  position: relative;
  text-align: center;
  height: 30px;
  border-radius: 4px;
  padding: 0 20px 0 50px;
  font-size: 14px;
  color: #f2f2f2;
  transition: background .2s;
}
body > .top-nav .nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
body > .top-nav .nav-item.current {
  background: #ffffff;
  color: #508ee5;
}
body > .top-nav .nav-item .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 5px;
  left: 20px;
  height: 20px;
  width: 20px;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  text-align: center;
  font-size: 18px;
}
body > .footer {
  border-top: 1px solid #e2e4e8;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  padding: 8px 0;
  text-align: center;
  background: #fafbfc;
}
.cms-header {
  height: 56px;
  padding: 0 20px;
  background: #3564ff;
  user-select: none;
}
.cms-header.entry {
  background: #3564ff;
}
.cms-header.center .header-area {
  width: 1600px;
}
.cms-header .header-area {
  width: 100%;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
.cms-header .header-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.cms-header .header-area .title {
  height: 56px;
  background-position: left center;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
  line-height: 56px;
  color: #fff;
  font-size: 22px;
  z-index: 2;
  position: absolute;
  left: 0;
}
.cms-header .header-area .action-panel {
  float: right;
  z-index: 10;
  line-height: 32px;
  padding: 12px 0;
  font-size: 14px;
  z-index: 20;
  color: #fff;
}
.cms-header .header-area .action-panel .user-info {
  display: inline-block;
}
.cms-header .header-area .action-panel .user-info .user-name {
  font-weight: bold;
}
.cms-header .header-area .action-panel .link-button {
  display: inline-block;
  margin-left: 12px;
  transition: opacity .2s;
  color: #fff;
  position: relative;
  padding-left: 22px;
  opacity: .88;
}
.cms-header .header-area .action-panel .link-button:hover {
  opacity: 1;
}
.cms-header .header-area .action-panel .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
}
.cms-header .header-area .nav-panel {
  float: right;
  position: relative;
  z-index: 8;
  margin-right: 24px;
}
.cms-header .header-area .nav-panel .nav-list {
  height: 34px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
  padding: 11px 0;
}
.cms-header .header-area .nav-panel .nav-item {
  display: inline-block;
  margin: 0 6px;
  padding: 0 14px 0 40px;
  transition: opacity .2s;
  color: #fff;
  position: relative;
  border-radius: 4px;
  opacity: .8;
  transition: all .2s;
  font-size: 14px;
  cursor: pointer;
}
.cms-header .header-area .nav-panel .nav-item .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  left: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}
.cms-header .header-area .nav-panel .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.16);
}
.cms-header .header-area .nav-panel .nav-item.current {
  opacity: 1;
  background: #224ed5;
  color: #ffffff;
  cursor: default;
  box-shadow: 0 4px 24px rgba(50, 50, 120, 0.08);
}
.cms-header-light {
  height: 56px;
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e2e4e8;
}
.cms-header-light.center .header-area {
  width: 1600px;
}
.cms-header-light .header-area {
  width: 100%;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
.cms-header-light .header-area .title {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  width: 600px;
  line-height: 56px;
  color: #698be0;
  font-size: 20px;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
}
.cms-header-light .header-area .action-panel {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
  padding: 12px 0;
  font-size: 14px;
  color: #777;
}
.cms-header-light .header-area .action-panel .user-info {
  opacity: .7;
  display: inline-block;
}
.cms-header-light .header-area .action-panel .user-info .user-name {
  font-weight: bold;
}
.cms-header-light .header-area .action-panel .link-button {
  display: inline-block;
  margin-left: 12px;
  transition: color .2s;
  color: #777;
  position: relative;
  padding-left: 22px;
}
.cms-header-light .header-area .action-panel .link-button:hover {
  color: #508ee5;
}
.cms-header-light .header-area .action-panel .link-button:hover .icon {
  color: #508ee5;
}
.cms-header-light .header-area .action-panel .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  color: #aaa;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  transition: color .2s;
}
.cms-header-light .header-area .nav-panel {
  position: absolute;
  top: 0;
  width: 800px;
  margin-left: -400px;
  left: 50%;
  text-align: center;
  line-height: 34px;
  padding: 11px 0;
}
.cms-header-light .header-area .nav-panel .nav-item {
  display: inline-block;
  margin: 0 8px;
  padding: 0 16px 0 42px;
  transition: opacity .2s;
  color: #666;
  position: relative;
  border-radius: 4px;
  opacity: .88;
  transition: all .2s;
  font-size: 15px;
  cursor: pointer;
}
.cms-header-light .header-area .nav-panel .nav-item .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 7px;
  left: 18px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
}
.cms-header-light .header-area .nav-panel .nav-item:hover {
  opacity: 1;
}
.cms-header-light .header-area .nav-panel .nav-item.current {
  opacity: 1;
  background: #698be0;
  color: #fff;
  cursor: default;
}
.cms-sider-nav {
  width: 237px;
  overflow-x: hidden;
  overflow-y: auto;
  /*background: #ffffff;*/
  background: url("../images/sider-bg.png");
  background-size: cover;
  position: absolute;
  top: 56px;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 12px;
  /*padding-bottom: 12px;*/
  user-select: none;
  box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 6%);
}
.cms-sider-nav.invisible {
  display: none;
}
.cms-sider-nav .nav-group .nav-list {
  overflow: hidden;
  display: none;
  /*padding: 0 20px;*/
}
.cms-sider-nav .nav-group.expand .nav-list {
  display: block;
}
.cms-sider-nav .nav-group.expand .nav-title {
  opacity: 1;
}
.cms-sider-nav .nav-group.expand .nav-title:before {
  transform: rotateZ(0deg);
}
.cms-sider-nav .nav-title {
  cursor: pointer;
  color: #777777;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 0 12px 0 52px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  transition: opacity .2s;
  opacity: .8;
  font-weight: 600;
}
.cms-sider-nav .nav-title .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #777777;
  transition: color .2s;
}
.cms-sider-nav .nav-title:before {
  background-image: url(../images/dropdown-light2.png);
  background-size: cover;
  width: 10px;
  height: 11px;
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
  transition: transform .2s;
  transform: rotateZ(-90deg);
}
.cms-sider-nav .nav-title.nav-item {
  line-height: 40px;
  opacity: 0.8;
  padding-left: 52px;
  border-radius: 0;
}
.cms-sider-nav .nav-title.nav-item:before {
  display: none;
}
.cms-sider-nav .nav-item {
  cursor: pointer;
  display: block;
  color: #777777;
  line-height: 36px;
  margin-bottom: 4px;
  padding-left: 50px;
  transition: all .2s;
  font-size: 14px;
  /*border-radius: 4px;*/
}
.cms-sider-nav .nav-item:hover {
  background: rgb(210, 210, 210, 0.2);
}
.cms-sider-nav .nav-item.current {
  background: #edf1fc;
  color: #3564ff;
  border-left: 3px solid #3564ff;
}
.cms-sider-nav .nav-item.current .icon {
  color: #3564ff;
}
.cms-sider-nav-light {
  width: 240px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  user-select: none;
  border-right: 1px solid #e2e4e8;
}
.cms-sider-nav-light .nav-group .nav-list {
  overflow: hidden;
  display: none;
  padding: 0 20px;
}
.cms-sider-nav-light .nav-group.expand .nav-list {
  display: block;
}
.cms-sider-nav-light .nav-group.expand .nav-title {
  color: #508ee5;
}
.cms-sider-nav-light .nav-group.expand .nav-title .icon {
  color: #508ee5;
}
.cms-sider-nav-light .nav-group.expand .nav-title:before {
  transform: rotateZ(0deg);
}
.cms-sider-nav-light .nav-title {
  cursor: pointer;
  color: #555;
  margin-top: 12px;
  margin-bottom: 4px;
  padding: 0 12px 0 52px;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  opacity: .85;
  transition: opacity .2s;
}
.cms-sider-nav-light .nav-title .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 10px;
  left: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #999;
  transition: color .2s;
}
.cms-sider-nav-light .nav-title:before {
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: transform .2s;
  transform: rotateZ(-90deg);
}
.cms-sider-nav-light .nav-title.nav-item {
  line-height: 40px;
  opacity: 1;
  padding-left: 52px;
  border-radius: 0;
}
.cms-sider-nav-light .nav-title.nav-item:before {
  display: none;
}
.cms-sider-nav-light .nav-item {
  cursor: pointer;
  display: block;
  color: #666;
  line-height: 36px;
  margin-bottom: 4px;
  padding-left: 32px;
  transition: all .2s;
  font-size: 14px;
  border-radius: 4px;
}
.cms-sider-nav-light .nav-item:hover {
  background: #F2F3F7;
  color: #508ee5;
}
.cms-sider-nav-light .nav-item.current {
  background: #508ee5;
  color: #fff;
}
.cms-sider-nav-light .nav-item.current .icon {
  color: #fff;
}
.cms-content {
  position: absolute;
  top: 56px;
  left: 240px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.cms-content.top {
  top: 0;
}
.cms-content.single {
  left: 0;
  min-height: 960px;
}
.cms-content.index-content {
  left: 0;
  padding: 0;
}
.index-switch {
  height: 46px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding-left: 20px;
}
.index-switch .layui-form {
  font-size: 14px;
  line-height: 26px;
}
.index-switch .layui-form .layui-form-radio {
  margin-top: 9px;
  padding: 0 16px;
  margin-right: 8px;
  text-align: center;
  border-radius: 14px;
  line-height: 26px;
  color: #666;
  border: 1px solid #e2e2e2;
}
.index-switch .layui-form .layui-form-radio:hover {
  color: #698be0;
}
.index-switch .layui-form .layui-icon {
  display: none;
}
.index-switch .layui-form .layui-form-radioed {
  color: #698be0 !important;
  font-weight: bold;
  border: 1px solid #698be0;
}
.f-div {
  height: 4px;
}
.new-btn {
  margin: 0 0 12px 0;
}
.primary-icon-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.primary-icon-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.primary-icon-button:hover {
  background-color: #4085e5;
}
.primary-icon-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.secondary-icon-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.secondary-icon-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.secondary-icon-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.secondary-icon-button:hover .icon {
  color: #4085e5;
}
.secondary-icon-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.normal-icon-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.normal-icon-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.normal-icon-button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.normal-icon-button:hover .icon {
  color: #508ee5;
}
.normal-icon-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.alert-icon-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #ff6666;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #ff6666;
  transition: background-color 0.2s;
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.alert-icon-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6666;
}
.alert-icon-button:hover {
  background-color: rgba(255, 102, 102, 0.05);
}
.alert-icon-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.section + .section {
  border-top: 1px dashed #dfdfdf;
}
.page-title {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  background: #f5f7fa;
  position: relative;
  font-size: 18px;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.page-title:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 8px;
  height: 16px;
  border-radius: 4px;
  background-color: #508ee5;
}
.page-title .close {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.page-title:before {
  top: 21px;
}
.be-filter {
  font-size: 14px;
  padding-top: 12px;
  background: #fff;
  border-bottom: 1px solid #e2e4e8;
  margin-bottom: 12px;
  padding-top: 0;
}
.be-filter.btn-followed {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e4e8;
}
.be-filter.single {
  padding-top: 4px;
}
.be-filter.table-followed {
  padding-bottom: 12px;
}
.be-filter:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-filter .label {
  line-height: 28px;
  float: left;
  margin-left: 8px;
  color: #666;
}
.be-filter .label:first-child {
  margin-left: 0;
}
.be-filter .input {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
}
.be-filter .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-filter .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-filter .input.half {
  width: 156px;
  float: left;
}
.be-filter .input.min {
  width: 220px;
}
.be-filter .input.unit-followed {
  width: 156px;
  float: left;
}
.be-filter .input.half-unit-followed {
  width: 128px;
  float: left;
}
.be-filter .input.mid {
  width: 300px;
}
.be-filter .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-filter .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-filter .dropdown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  height: 28px;
  float: left;
  width: 180px;
  margin-right: 8px;
}
.be-filter .dropdown:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-filter .dropdown:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-filter .dropdown.half {
  width: 156px;
  float: left;
}
.be-filter .dropdown.min {
  width: 220px;
}
.be-filter .dropdown.unit-followed {
  width: 156px;
  float: left;
}
.be-filter .dropdown.half-unit-followed {
  width: 128px;
  float: left;
}
.be-filter .dropdown.mid {
  width: 300px;
}
.be-filter .dropdown.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-filter .dropdown.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-filter .datepicker {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.be-filter .datepicker:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-filter .datepicker:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-filter .datepicker.half {
  width: 156px;
  float: left;
}
.be-filter .datepicker.min {
  width: 220px;
}
.be-filter .datepicker.unit-followed {
  width: 156px;
  float: left;
}
.be-filter .datepicker.half-unit-followed {
  width: 128px;
  float: left;
}
.be-filter .datepicker.mid {
  width: 300px;
}
.be-filter .datepicker.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-filter .datepicker.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-filter .datepicker-icon-button {
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-image: url(../images/calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -36px;
}
.be-filter .range-label {
  float: left;
  line-height: 28px;
  margin-right: 8px;
}
.be-filter .tab-bar {
  float: left;
}
.be-filter .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-filter .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.be-filter .tab-bar .tab-item .radio {
  display: none;
}
.be-filter .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.be-filter .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.be-filter .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.be-filter .search-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-filter .search-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-filter .search-button:hover {
  background-color: #4085e5;
}
.be-filter .primary-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-filter .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-filter .primary-button:hover {
  background-color: #4085e5;
}
.be-filter .secondary-button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-filter .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-filter .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-filter .secondary-button:hover .icon {
  color: #4085e5;
}
.be-filter .button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-filter .button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.be-filter .button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.be-filter .button:hover .icon {
  color: #508ee5;
}
.be-filter .radio-list {
  float: left;
  margin-right: 4px;
}
.be-filter .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-filter .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-filter .radio-list .layui-form-radio {
  line-height: 28px;
}
.be-filter .filter-content {
  width: 100%;
  margin-bottom: 8px;
}
.be-filter .filter-content td {
  padding: 6px 0;
}
.be-filter .filter-content .label-td {
  text-align: right;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  width: 10%;
  vertical-align: top;
  min-width: 100px;
}
.be-filter .filter-content .input-td {
  width: 40%;
}
.be-filter .filter-content .input-td.max {
  width: 90%;
}
.be-filter .filter-content .input-td .input {
  width: 356px;
}
.be-filter .filter-content .input-td .input.half {
  width: 156px;
}
.be-filter .filter-content .input-td .range-label {
  width: 14px;
  text-align: center;
}
.be-filter .filter-content .input-td .layui-form-select {
  width: 370px;
}
.be-filter .submit-row {
  border-top: 1px dashed #e9e9e9;
  padding: 12px 0;
  text-align: center;
}
.be-filter .submit-row .primary-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  width: 120px;
  display: inline-block;
  float: none;
  height: 28px;
  line-height: 28px;
}
.be-filter .submit-row .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-filter .submit-row .primary-button:hover {
  background-color: #4085e5;
}
.be-filter .submit-row .secondary-button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  width: 120px;
  display: inline-block;
  float: none;
  height: 28px;
  line-height: 28px;
}
.be-filter .submit-row .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-filter .submit-row .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-filter .submit-row .secondary-button:hover .icon {
  color: #4085e5;
}
.action-bar {
  font-weight: normal;
  font-size: 0;
  margin-bottom: 12px;
}
.action-bar > * {
  margin-right: 8px;
}
.action-bar .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
}
.action-bar .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.action-bar .primary-button:hover {
  background-color: #4085e5;
}
.action-bar .primary-link-button {
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #508ee5;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
  float: left;
  margin-left: 12px;
}
.action-bar .primary-link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #508ee5;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.action-bar .primary-link-button:hover {
  color: #4085e5;
}
.action-bar .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
}
.action-bar .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.action-bar .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.action-bar .secondary-button:hover .icon {
  color: #4085e5;
}
.action-bar .alert-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #ff6666;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #ff6666;
  transition: background-color 0.2s;
  float: left;
}
.action-bar .alert-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6666;
}
.action-bar .alert-button:hover {
  background-color: rgba(255, 102, 102, 0.05);
}
.action-bar .button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  float: left;
}
.action-bar .button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.action-bar .button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.action-bar .button:hover .icon {
  color: #508ee5;
}
.action-bar .link-button {
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
  float: left;
  margin-left: 12px;
}
.action-bar .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #aaa;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: color .2s;
}
.action-bar .link-button.alert {
  color: #ff6666;
}
.action-bar .link-button.alert .icon {
  color: #ff6666;
}
.action-bar .link-button.alert:hover {
  color: #FF4D4D;
}
.action-bar .link-button.alert:hover .icon {
  color: #FF4D4D;
}
.action-bar .link-button:hover {
  color: #508ee5;
}
.action-bar .link-button:hover .icon {
  color: #508ee5;
}
.action-bar .button {
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.action-bar .button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.action-bar .secondary-button {
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.action-bar .secondary-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.action-bar .primary-button {
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.action-bar .primary-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.action-bar .alert-button {
  display: inline-block;
  padding: 0 16px 0 39px;
  width: auto;
  position: relative;
}
.action-bar .alert-button .icon {
  font-size: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 15px;
}
.action-bar .new-btn {
  margin-bottom: 0;
}
.table-info {
  font-size: 12px;
  color: #333;
  line-height: 24px;
  padding-bottom: 4px;
}
.table-info .label {
  color: #999;
}
.breadcrumb {
  border-bottom: 1px dashed #e2e4e8;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
}
.breadcrumb .level-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/level.png) no-repeat center center;
  vertical-align: top;
}
.breadcrumb .current {
  color: #666;
  font-weight: bold;
}
.popup-submit-panel {
  position: fixed;
  padding: 12px 0;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  text-align: center;
}
.popup-submit-panel .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
}
.popup-submit-panel .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.popup-submit-panel .primary-button:hover {
  background-color: #4085e5;
}
.popup-submit-panel .primary-link-button {
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #508ee5;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
  float: left;
  margin-left: 12px;
}
.popup-submit-panel .primary-link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #508ee5;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.popup-submit-panel .primary-link-button:hover {
  color: #4085e5;
}
.popup-submit-panel .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
}
.popup-submit-panel .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.popup-submit-panel .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.popup-submit-panel .secondary-button:hover .icon {
  color: #4085e5;
}
.popup-submit-panel .alert-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #ff6666;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #ff6666;
  transition: background-color 0.2s;
  float: left;
}
.popup-submit-panel .alert-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6666;
}
.popup-submit-panel .alert-button:hover {
  background-color: rgba(255, 102, 102, 0.05);
}
.popup-submit-panel .button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  float: left;
}
.popup-submit-panel .button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.popup-submit-panel .button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.popup-submit-panel .button:hover .icon {
  color: #508ee5;
}
.popup-submit-panel .link-button {
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
  float: left;
  margin-left: 12px;
}
.popup-submit-panel .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #aaa;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: color .2s;
}
.popup-submit-panel .link-button.alert {
  color: #ff6666;
}
.popup-submit-panel .link-button.alert .icon {
  color: #ff6666;
}
.popup-submit-panel .link-button.alert:hover {
  color: #FF4D4D;
}
.popup-submit-panel .link-button.alert:hover .icon {
  color: #FF4D4D;
}
.popup-submit-panel .link-button:hover {
  color: #508ee5;
}
.popup-submit-panel .link-button:hover .icon {
  color: #508ee5;
}
.popup-submit-panel .search-button {
  margin: 0 5px;
  width: 136px;
  display: inline-block;
  float: none;
}
.popup-submit-panel .primary-button {
  margin: 0 5px;
  width: 136px;
  display: inline-block;
  float: none;
}
.popup-submit-panel .secondary-button {
  margin: 0 5px;
  width: 136px;
  display: inline-block;
  float: none;
}
.popup-submit-panel .button {
  margin: 0 5px;
  width: 136px;
  display: inline-block;
  float: none;
}
.single-icon-button {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}
.single-icon-button:hover {
  color: #999;
}
.single-icon-button.alert {
  color: #ff6666;
}
.single-icon-button.alert:hover {
  color: #FF4D4D;
}
.form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.form .empty-row {
  height: 16px;
}
.form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.form tr td .tab-bar .tab-item .radio {
  display: none;
}
.form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.form tr .label-td .label-badge {
  color: #ff6666;
}
.form tr .label-td .label {
  width: 160px;
}
.form tr .label-td .label.auto {
  width: auto;
}
.form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.form tr .label-td .label.min {
  width: 100px;
}
.form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form tr .info-td .radio-list {
  float: left;
}
.form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form tr .info-td .secondary-icon-button {
  float: left;
}
.form tr .info-td .alert-icon-button {
  float: left;
}
.form tr .info-td .primary-icon-button {
  float: left;
}
.form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.form tr .info-td .dropdown-block {
  float: left;
}
.form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.form tr .info-td .input:disabled {
  color: #d2d2d2;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
}
.form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.form tr .info-td .input.min {
  width: 220px;
}
.form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.form tr .info-td .input.mid {
  width: 300px;
}
.form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.layui-select-disabled .layui-disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.form tr .info-td .select.min {
  width: 220px;
}
.form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.form tr .info-td .select.mid {
  width: 300px;
}
.form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.form tr .info-td .textarea.align {
  width: 414px;
}
.form tr .info-td .textarea.triple {
  width: 686px;
}
.form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.be-steps-bar {
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  text-align: center;
  background: #fff;
}
.be-steps-bar .step-item {
  padding: 0;
  width: 25%;
}
.be-steps-bar .step-item .step-title {
  padding: 0 4px;
  font-size: 16px;
  color: #999;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.be-steps-bar .step-item .step-title .highlight {
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
}
.be-steps-bar .step-item .step-title .gray {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 0;
}
.be-steps-bar .step-item .step-title .done {
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  top: 17px;
  left: 1px;
}
.be-steps-bar .step-item:first-child .step-info .indicator {
  left: 0;
  border-left: 1px solid #e2e4e8;
  border-radius: 6px 0 0 6px;
}
.be-steps-bar .step-item:first-child .step-info .arrow-tale,
.be-steps-bar .step-item:first-child .step-info .arrow-tale-current,
.be-steps-bar .step-item:first-child .step-info .arrow-tale-gray {
  display: none !important;
}
.be-steps-bar .step-item:first-child.current .step-info .indicator,
.be-steps-bar .step-item:first-child.done .step-info .indicator,
.be-steps-bar .step-item:first-child:hover .step-info .indicator {
  border-left: 1px solid #508ee5;
}
.be-steps-bar .step-item:last-child .step-info .indicator {
  right: 0;
  border-right: 1px solid #e2e4e8;
  border-radius: 0 6px 6px 0;
}
.be-steps-bar .step-item:last-child .step-info .arrow-head,
.be-steps-bar .step-item:last-child .step-info .arrow-head-current,
.be-steps-bar .step-item:last-child .step-info .arrow-head-gray {
  display: none !important;
}
.be-steps-bar .step-item:last-child.current .step-info .indicator,
.be-steps-bar .step-item:last-child.done .step-info .indicator,
.be-steps-bar .step-item:last-child:hover .step-info .indicator {
  border-right: 1px solid #508ee5;
}
.be-steps-bar .step-item:hover .step-info {
  z-index: 2;
}
.be-steps-bar .step-item .step-info {
  padding: 8px 0;
  height: 56px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 56px;
}
.be-steps-bar .step-item .step-info .indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 70px;
  border-top: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
  background: #fff;
}
.be-steps-bar .step-item .step-info .chartlet {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}
.be-steps-bar .step-item .step-info .arrow-head,
.be-steps-bar .step-item .step-info .arrow-head-current,
.be-steps-bar .step-item .step-info .arrow-head-gray {
  right: -13px;
}
.be-steps-bar .step-item .step-info .arrow-tale,
.be-steps-bar .step-item .step-info .arrow-tale-current,
.be-steps-bar .step-item .step-info .arrow-tale-gray {
  left: -13px;
}
.be-steps-bar .step-item .step-info .arrow-head-current,
.be-steps-bar .step-item .step-info .arrow-head {
  display: none;
}
.be-steps-bar .step-item .step-info .arrow-tale-current,
.be-steps-bar .step-item .step-info .arrow-tale {
  display: none;
}
.be-steps-bar .step-item .step-info .annotation {
  font-family: helvetica;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  position: relative;
  z-index: 3;
}
.be-steps-bar .step-item:hover .step-info {
  z-index: 2;
}
.be-steps-bar .step-item:hover .step-info .arrow-head-current,
.be-steps-bar .step-item:hover .step-info .arrow-head-gray {
  display: none;
}
.be-steps-bar .step-item:hover .step-info .arrow-tale-current,
.be-steps-bar .step-item:hover .step-info .arrow-tale-gray {
  display: none;
}
.be-steps-bar .step-item:hover .step-info .arrow-head,
.be-steps-bar .step-item:hover .step-info .arrow-tale {
  display: block;
}
.be-steps-bar .step-item:hover .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
}
.be-steps-bar .step-item.done .step-info {
  z-index: 2;
}
.be-steps-bar .step-item.done .step-info .step {
  display: none;
}
.be-steps-bar .step-item.done .step-info .done {
  display: block;
}
.be-steps-bar .step-item.done .step-info .step-title {
  color: #508ee5;
}
.be-steps-bar .step-item.done .step-info .step-title .done {
  display: block;
}
.be-steps-bar .step-item.done .step-info .arrow-head-current,
.be-steps-bar .step-item.done .step-info .arrow-head-gray {
  display: none;
}
.be-steps-bar .step-item.done .step-info .arrow-tale-current,
.be-steps-bar .step-item.done .step-info .arrow-tale-gray {
  display: none;
}
.be-steps-bar .step-item.done .step-info .arrow-head,
.be-steps-bar .step-item.done .step-info .arrow-tale {
  display: block;
}
.be-steps-bar .step-item.done .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
}
.be-steps-bar .step-item.current .step-info {
  z-index: 2;
}
.be-steps-bar .step-item.current .step-info .step {
  display: block;
}
.be-steps-bar .step-item.current .step-info .step-title {
  color: #fff;
}
.be-steps-bar .step-item.current .step-info .step-title .done {
  display: none;
}
.be-steps-bar .step-item.current .step-info .step-title .highlight {
  display: block;
}
.be-steps-bar .step-item.current .step-info .step-title .gray {
  display: none;
}
.be-steps-bar .step-item.current .step-info .annotation {
  color: #fff;
  opacity: .7;
}
.be-steps-bar .step-item.current .step-info .arrow-head,
.be-steps-bar .step-item.current .step-info .arrow-head-gray {
  display: none;
}
.be-steps-bar .step-item.current .step-info .arrow-tale,
.be-steps-bar .step-item.current .step-info .arrow-tale-gray {
  display: none;
}
.be-steps-bar .step-item.current .step-info .arrow-head-current,
.be-steps-bar .step-item.current .step-info .arrow-tale-current {
  display: block;
}
.be-steps-bar .step-item.current .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
  background: #508ee5;
}
.be-steps-list .step-item {
  margin-bottom: 12px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  line-height: 40px;
  position: relative;
}
.be-steps-list .step-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-steps-list .step-item .index {
  font-size: 14px;
  color: #888;
  font-family: helvetica;
  font-weight: bold;
  float: left;
  margin-left: 12px;
  width: 18px;
}
.be-steps-list .step-item .step-title {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #888;
}
.be-steps-list .step-item .done {
  position: absolute;
  top: 11px;
  right: 11px;
  opacity: 0;
}
.be-steps-list .step-item .editing {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
}
.be-steps-list .step-item .edit {
  position: absolute;
  top: 12px;
  right: 12px;
}
.be-steps-list .step-item.done {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(80, 142, 229, 0.1);
}
.be-steps-list .step-item.done .step-title,
.be-steps-list .step-item.done .index {
  color: #508ee5;
}
.be-steps-list .step-item.done .done {
  opacity: 1;
}
.be-steps-list .step-item.done .edit {
  opacity: 0;
}
.be-steps-list .step-item:hover {
  border: 1px solid #508ee5;
}
.be-steps-list .step-item.current {
  border: 1px solid #508ee5;
  background: #508ee5;
}
.be-steps-list .step-item.current .index {
  color: #fff;
}
.be-steps-list .step-item.current .step-title {
  color: #fff;
  font-weight: bold;
}
.be-steps-list .step-item.current .done {
  opacity: 0;
}
.be-steps-list .step-item.current .editing {
  opacity: 1;
}
.be-steps-list .step-item.current .edit {
  opacity: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fontFace/iconfont.eot');
  src: url('../fontFace/iconfont.eot?#iefix') format('embedded-opentype'), url('../fontFace/iconfont.woff2') format('woff2'), url('../fontFace/iconfont.woff') format('woff'), url('../fontFace/iconfont.ttf') format('truetype'), url('../fontFace/iconfont.svg#iconfont') format('svg');
}
.page {
  padding: 24px;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fafbfc;
  overflow: hidden;
}
.page.steps-bar-exist .area-row {
  top: 116px;
}
.page:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.page .area-row {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.page .area-row .area.layout-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
}
.page .area-row .area.layout-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.page .area-row .area .area-content {
  position: absolute;
  bottom: 0;
  top: 41px;
  left: 0;
  right: 0;
  overflow: auto;
}
.page .area-title {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  background: #f5f7fa;
  position: relative;
}
.page .area-title:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 8px;
  height: 16px;
  border-radius: 4px;
  background-color: #508ee5;
}
.page .area-title .close {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.page .area-title .label {
  color: #666;
}
.page .area-title .current {
  color: #333;
  font-weight: bold;
}
.page .area-title .link {
  color: #666;
}
.page .area-title .link:hover {
  color: #508ee5;
}
.page .area-title .level {
  display: inline-block;
  padding: 0 4px;
}
.form-view .section {
  padding: 0 16px;
}
.form-view .section .section-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 8px 0 4px 14px;
  color: #508ee5;
  border-bottom: 1px solid #e2e4e8;
  position: relative;
}
.form-view .section .section-title:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 14px;
  border-radius: 3px;
  background: #508ee5;
}
.form-view .section .section-content {
  padding: 12px 0 16px 0;
}
.form-view .section .section-content.info-tile-list {
  padding: 20px 0 4px 8px;
}
.form-view .section .section-content.single {
  padding: 0;
}
.form-view .section .section-content .tab-bar.underline {
  border-bottom: 1px solid #e2e4e8;
}
.form-view .section .section-content .tab-bar.underline:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .tab-bar.underline .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.form-view .section .section-content .tab-bar.underline .tab-item .radio {
  display: none;
}
.form-view .section .section-content .tab-bar.underline .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.form-view .section .section-content .tab-bar.underline .tab-item .badge {
  color: #508ee5;
}
.form-view .section .section-content .tab-bar.underline .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.form-view .section .section-content .info-bar {
  margin-bottom: 12px;
}
.form-view .section .section-content .info-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .info-bar .info-item {
  float: left;
  font-size: 14px;
  line-height: 28px;
  margin-right: 20px;
}
.form-view .section .section-content .info-bar .info-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .info-bar .info-item .label {
  color: #888;
  float: left;
}
.form-view .section .section-content .info-bar .info-item .info {
  float: left;
  color: #508ee5;
  font-weight: bold;
}
.form-view .section .section-content .action-area {
  margin-top: 12px;
  position: relative;
  line-height: 32px;
  font-size: 0;
  height: 32px;
}
.form-view .section .section-content .action-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .action-area .label {
  color: #666;
  font-size: 14px;
  margin-right: 6px;
}
.form-view .section .section-content .action-area .filter {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  display: inline-block;
}
.form-view .section .section-content .action-area .filter .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.form-view .section .section-content .action-area .filter:hover {
  background-color: #4085e5;
}
.form-view .section .section-content .action-area .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  margin-right: 12px;
  width: 200px;
}
.form-view .section .section-content .action-area .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .action-area .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .action-area .input.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .action-area .input.min {
  width: 220px;
}
.form-view .section .section-content .action-area .input.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .action-area .input.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .action-area .input.mid {
  width: 300px;
}
.form-view .section .section-content .action-area .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .action-area .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .form-area {
  padding: 4px 0;
}
.form-view .section .section-content .form-area .form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.form-view .section .section-content .form-area .form .empty-row {
  height: 16px;
}
.form-view .section .section-content .form-area .form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .form-area .form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.form-view .section .section-content .form-area .form tr td .tab-bar .tab-item .radio {
  display: none;
}
.form-view .section .section-content .form-area .form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.form-view .section .section-content .form-area .form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.form-view .section .section-content .form-area .form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.form-view .section .section-content .form-area .form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.form-view .section .section-content .form-area .form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.form-view .section .section-content .form-area .form tr .label-td .label-badge {
  color: #ff6666;
}
.form-view .section .section-content .form-area .form tr .label-td .label {
  width: 160px;
}
.form-view .section .section-content .form-area .form tr .label-td .label.auto {
  width: auto;
}
.form-view .section .section-content .form-area .form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.form-view .section .section-content .form-area .form tr .label-td .label.min {
  width: 100px;
}
.form-view .section .section-content .form-area .form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.form-view .section .section-content .form-area .form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .form-area .form tr .info-td .radio-list {
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .form-area .form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.form-view .section .section-content .form-area .form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.form-view .section .section-content .form-area .form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form-view .section .section-content .form-area .form tr .info-td .secondary-icon-button {
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .alert-icon-button {
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .primary-icon-button {
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.form-view .section .section-content .form-area .form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.form-view .section .section-content .form-area .form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.form-view .section .section-content .form-area .form tr .info-td .dropdown-block {
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.form-view .section .section-content .form-area .form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.form-view .section .section-content .form-area .form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.form-view .section .section-content .form-area .form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.form-view .section .section-content .form-area .form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form-view .section .section-content .form-area .form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.form-view .section .section-content .form-area .form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.form-view .section .section-content .form-area .form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.form-view .section .section-content .form-area .form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.form-view .section .section-content .form-area .form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .form-area .form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .form-area .form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .input.min {
  width: 220px;
}
.form-view .section .section-content .form-area .form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .input.mid {
  width: 300px;
}
.form-view .section .section-content .form-area .form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .form-area .form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .form-area .form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.form-view .section .section-content .form-area .form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .form-area .form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .form-area .form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .select.min {
  width: 220px;
}
.form-view .section .section-content .form-area .form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .form-area .form tr .info-td .select.mid {
  width: 300px;
}
.form-view .section .section-content .form-area .form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .form-area .form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .form-area .form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.form-view .section .section-content .form-area .form tr .info-td .textarea.align {
  width: 414px;
}
.form-view .section .section-content .form-area .form tr .info-td .textarea.triple {
  width: 686px;
}
.form-view .section .section-content .form-area .form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .form-area .form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .form-area .form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.form-view .section .section-content .form-area .form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.form-view .section .section-content .form-area .form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.form-view .section .section-content .form-area .form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .form-area .form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.form-view .section .section-content .form-area .form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form-view .section .section-content .form-area .form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.form-view .section .section-content .form-area .form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.form-view .section .section-content .form-area .form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form-view .section .section-content .form-area .form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.form-view .section .section-content .form-area .form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.form-view .section .section-content .form-area .form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.form-view .section .section-content .min-form-area {
  padding: 4px 0;
}
.form-view .section .section-content .min-form-area .form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.form-view .section .section-content .min-form-area .form .empty-row {
  height: 16px;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar .tab-item .radio {
  display: none;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.form-view .section .section-content .min-form-area .form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.form-view .section .section-content .min-form-area .form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.form-view .section .section-content .min-form-area .form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.form-view .section .section-content .min-form-area .form tr .label-td .label-badge {
  color: #ff6666;
}
.form-view .section .section-content .min-form-area .form tr .label-td .label {
  width: 160px;
}
.form-view .section .section-content .min-form-area .form tr .label-td .label.auto {
  width: auto;
}
.form-view .section .section-content .min-form-area .form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.form-view .section .section-content .min-form-area .form tr .label-td .label.min {
  width: 100px;
}
.form-view .section .section-content .min-form-area .form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.form-view .section .section-content .min-form-area .form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .min-form-area .form tr .info-td .radio-list {
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .min-form-area .form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.form-view .section .section-content .min-form-area .form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .secondary-icon-button {
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .alert-icon-button {
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .primary-icon-button {
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.form-view .section .section-content .min-form-area .form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.form-view .section .section-content .min-form-area .form tr .info-td .dropdown-block {
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.form-view .section .section-content .min-form-area .form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.form-view .section .section-content .min-form-area .form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.min {
  width: 220px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.mid {
  width: 300px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .min-form-area .form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.min {
  width: 220px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.mid {
  width: 300px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .min-form-area .form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .min-form-area .form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.form-view .section .section-content .min-form-area .form tr .info-td .textarea.align {
  width: 414px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .textarea.triple {
  width: 686px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .min-form-area .form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .min-form-area .form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.form-view .section .section-content .min-form-area .form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.form-view .section .section-content .min-form-area .form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.form-view .section .section-content .min-form-area .form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .min-form-area .form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.form-view .section .section-content .min-form-area .form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form-view .section .section-content .min-form-area .form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.form-view .section .section-content .min-form-area .form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.form-view .section .section-content .min-form-area .form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.form-view .section .section-content .min-form-area .form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.form-view .section .section-content .min-form-area .form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.form-view .section .section-content .min-form-area .form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.form-view .section .section-content .table-area .tab-bar.underline {
  border-bottom: 1px solid #e2e4e8;
}
.form-view .section .section-content .table-area .tab-bar.underline:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.form-view .section .section-content .table-area .tab-bar.underline .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.form-view .section .section-content .table-area .tab-bar.underline .tab-item .radio {
  display: none;
}
.form-view .section .section-content .table-area .tab-bar.underline .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.form-view .section .section-content .table-area .tab-bar.underline .tab-item .badge {
  color: #508ee5;
}
.form-view .section .section-content .table-area .tab-bar.underline .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.form-view .section .section-content .table-area .table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.form-view .section .section-content .table-area .table .table-head tr {
  background-color: #eff0f1;
  height: 40px;
  color: #555;
}
.form-view .section .section-content .table-area .table .table-head tr th {
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #c8c8c8;
}
.form-view .section .section-content .table-area .table .table-head tr th .label {
  margin-left: 4px;
  display: none;
}
.form-view .section .section-content .table-area .table .table-head tr th.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.form-view .section .section-content .table-area .table .table-head tr th.index-grid {
  width: 40px;
}
.form-view .section .section-content .table-area .table .table-head tr th.left-align {
  text-align: left;
}
.form-view .section .section-content .table-area .table .table-head tr th.right-align {
  text-align: right;
}
.form-view .section .section-content .table-area .table .table-head tr th.titleOne {
  text-align: left;
}
.form-view .section .section-content .table-area .table .table-body tr {
  height: 40px;
  color: #555;
}
.form-view .section .section-content .table-area .table .table-body tr td {
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.form-view .section .section-content .table-area .table .table-body tr td .label {
  margin-left: 4px;
  display: none;
}
.form-view .section .section-content .table-area .table .table-body tr td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 80%;
}
.form-view .section .section-content .table-area .table .table-body tr td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.form-view .section .section-content .table-area .table .table-body tr td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.half {
  width: 156px;
  float: left;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.min {
  width: 220px;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.unit-followed {
  width: 156px;
  float: left;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.mid {
  width: 300px;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.form-view .section .section-content .table-area .table .table-body tr td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.form-view .section .section-content .table-area .table .table-body tr td.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.form-view .section .section-content .table-area .table .table-body tr td.index-grid {
  width: 40px;
}
.form-view .section .section-content .table-area .table .table-body tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
}
.form-view .section .section-content .table-area .table .table-body tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-view .section .section-content .table-area .table .table-body tr td .action.alert {
  color: #ff6666;
}
.form-view .section .section-content .table-area .table .table-body tr td .action.alert:hover {
  color: #FF4D4D;
}
.form-view .section .section-content .table-area .table .table-body tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.form-view .section .section-content .table-area .table .table-body tr td .action .link-button:hover {
  color: #4085e5;
}
.form-view .section .section-content .table-area .table .table-body tr td .action:hover {
  color: #4085e5;
}
.form-view .section .section-content .table-area .table .table-body tr td.left-align {
  text-align: left;
}
.form-view .section .section-content .table-area .table .table-body tr td.titleOne {
  text-align: left;
}
.form-view .section .section-content .table-area .table .table-body tr td.right-align {
  text-align: right;
}
.form-view .section .section-content .table-area .table .table-body tr:nth-child(2n) {
  background-color: #f6f7f8;
}
.form-view .submit-panel {
  border-top: 1px solid #e2e4e8;
  padding: 16px;
  text-align: center;
  font-size: 0;
}
.form-view .submit-panel .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.form-view .submit-panel .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.form-view .submit-panel .primary-button:hover {
  background-color: #4085e5;
}
.form-view .submit-panel .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.form-view .submit-panel .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.form-view .submit-panel .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.form-view .submit-panel .secondary-button:hover .icon {
  color: #4085e5;
}
.popup-view {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.popup-view .popup-mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.popup-view .popup {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  width: 1080px;
  margin-left: -540px;
  left: 50%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.popup-view .popup .header {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  background: #f5f7fa;
  position: relative;
}
.popup-view .popup .header:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 8px;
  height: 16px;
  border-radius: 4px;
  background-color: #508ee5;
}
.popup-view .popup .header .close {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.popup-view .popup .content .tab-bar.underline {
  border-bottom: 1px solid #e2e4e8;
}
.popup-view .popup .content .tab-bar.underline:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.popup-view .popup .content .tab-bar.underline .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.popup-view .popup .content .tab-bar.underline .tab-item .radio {
  display: none;
}
.popup-view .popup .content .tab-bar.underline .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.popup-view .popup .content .tab-bar.underline .tab-item .badge {
  color: #508ee5;
}
.popup-view .popup .content .tab-bar.underline .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.popup-view .popup .footer {
  border-top: 1px solid #e2e4e8;
  padding: 16px;
  text-align: center;
  font-size: 0;
}
.popup-view .popup .footer .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.popup-view .popup .footer .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.popup-view .popup .footer .primary-button:hover {
  background-color: #4085e5;
}
.popup-view .popup .footer .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.popup-view .popup .footer .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.popup-view .popup .footer .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.popup-view .popup .footer .secondary-button:hover .icon {
  color: #4085e5;
}
.page .steps-bar {
  width: 100%;
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  text-align: center;
  background: #fff;
}
.page .steps-bar .step-item {
  padding: 0;
  width: 25%;
}
.page .steps-bar .step-item .step-title {
  padding: 0 4px;
  font-size: 16px;
  color: #999;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.page .steps-bar .step-item .step-title .highlight {
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  top: 16px;
  left: 0;
}
.page .steps-bar .step-item .step-title .gray {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 0;
}
.page .steps-bar .step-item .step-title .done {
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  top: 17px;
  left: 1px;
}
.page .steps-bar .step-item:first-child .step-info .indicator {
  left: 0;
  border-left: 1px solid #e2e4e8;
  border-radius: 6px 0 0 6px;
}
.page .steps-bar .step-item:first-child .step-info .arrow-tale,
.page .steps-bar .step-item:first-child .step-info .arrow-tale-current,
.page .steps-bar .step-item:first-child .step-info .arrow-tale-gray {
  display: none !important;
}
.page .steps-bar .step-item:first-child.current .step-info .indicator,
.page .steps-bar .step-item:first-child.done .step-info .indicator,
.page .steps-bar .step-item:first-child:hover .step-info .indicator {
  border-left: 1px solid #508ee5;
}
.page .steps-bar .step-item:last-child .step-info .indicator {
  right: 0;
  border-right: 1px solid #e2e4e8;
  border-radius: 0 6px 6px 0;
}
.page .steps-bar .step-item:last-child .step-info .arrow-head,
.page .steps-bar .step-item:last-child .step-info .arrow-head-current,
.page .steps-bar .step-item:last-child .step-info .arrow-head-gray {
  display: none !important;
}
.page .steps-bar .step-item:last-child.current .step-info .indicator,
.page .steps-bar .step-item:last-child.done .step-info .indicator,
.page .steps-bar .step-item:last-child:hover .step-info .indicator {
  border-right: 1px solid #508ee5;
}
.page .steps-bar .step-item:hover .step-info {
  z-index: 2;
}
.page .steps-bar .step-item .step-info {
  padding: 8px 0;
  height: 56px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 56px;
}
.page .steps-bar .step-item .step-info .indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 70px;
  border-top: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
  background: #fff;
}
.page .steps-bar .step-item .step-info .chartlet {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}
.page .steps-bar .step-item .step-info .arrow-head,
.page .steps-bar .step-item .step-info .arrow-head-current,
.page .steps-bar .step-item .step-info .arrow-head-gray {
  right: -13px;
}
.page .steps-bar .step-item .step-info .arrow-tale,
.page .steps-bar .step-item .step-info .arrow-tale-current,
.page .steps-bar .step-item .step-info .arrow-tale-gray {
  left: -13px;
}
.page .steps-bar .step-item .step-info .arrow-head-current,
.page .steps-bar .step-item .step-info .arrow-head {
  display: none;
}
.page .steps-bar .step-item .step-info .arrow-tale-current,
.page .steps-bar .step-item .step-info .arrow-tale {
  display: none;
}
.page .steps-bar .step-item .step-info .annotation {
  font-family: helvetica;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  position: relative;
  z-index: 3;
}
.page .steps-bar .step-item:hover .step-info {
  z-index: 2;
}
.page .steps-bar .step-item:hover .step-info .arrow-head-current,
.page .steps-bar .step-item:hover .step-info .arrow-head-gray {
  display: none;
}
.page .steps-bar .step-item:hover .step-info .arrow-tale-current,
.page .steps-bar .step-item:hover .step-info .arrow-tale-gray {
  display: none;
}
.page .steps-bar .step-item:hover .step-info .arrow-head,
.page .steps-bar .step-item:hover .step-info .arrow-tale {
  display: block;
}
.page .steps-bar .step-item:hover .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
}
.page .steps-bar .step-item.done .step-info {
  z-index: 2;
}
.page .steps-bar .step-item.done .step-info .step {
  display: none;
}
.page .steps-bar .step-item.done .step-info .done {
  display: block;
}
.page .steps-bar .step-item.done .step-info .step-title {
  color: #508ee5;
}
.page .steps-bar .step-item.done .step-info .step-title .done {
  display: block;
}
.page .steps-bar .step-item.done .step-info .arrow-head-current,
.page .steps-bar .step-item.done .step-info .arrow-head-gray {
  display: none;
}
.page .steps-bar .step-item.done .step-info .arrow-tale-current,
.page .steps-bar .step-item.done .step-info .arrow-tale-gray {
  display: none;
}
.page .steps-bar .step-item.done .step-info .arrow-head,
.page .steps-bar .step-item.done .step-info .arrow-tale {
  display: block;
}
.page .steps-bar .step-item.done .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
}
.page .steps-bar .step-item.current .step-info {
  z-index: 2;
}
.page .steps-bar .step-item.current .step-info .step {
  display: block;
}
.page .steps-bar .step-item.current .step-info .step-title {
  color: #fff;
}
.page .steps-bar .step-item.current .step-info .step-title .done {
  display: none;
}
.page .steps-bar .step-item.current .step-info .step-title .highlight {
  display: block;
}
.page .steps-bar .step-item.current .step-info .step-title .gray {
  display: none;
}
.page .steps-bar .step-item.current .step-info .annotation {
  color: #fff;
  opacity: .7;
}
.page .steps-bar .step-item.current .step-info .arrow-head,
.page .steps-bar .step-item.current .step-info .arrow-head-gray {
  display: none;
}
.page .steps-bar .step-item.current .step-info .arrow-tale,
.page .steps-bar .step-item.current .step-info .arrow-tale-gray {
  display: none;
}
.page .steps-bar .step-item.current .step-info .arrow-head-current,
.page .steps-bar .step-item.current .step-info .arrow-tale-current {
  display: block;
}
.page .steps-bar .step-item.current .step-info .indicator {
  border-top: 1px solid #508ee5;
  border-bottom: 1px solid #508ee5;
  background: #508ee5;
}
.page .area-row .area {
  height: 100%;
  position: relative;
}
.page .area-row .area.layout-left {
  width: 240px;
}
.page .area-row .area.layout-right {
  width: auto;
  overflow: hidden;
  left: 256px;
}
.page .area-row .area .step-list .step-item {
  margin-bottom: 12px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  line-height: 40px;
  position: relative;
}
.page .area-row .area .step-list .step-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.page .area-row .area .step-list .step-item .index {
  font-size: 14px;
  color: #888;
  font-family: helvetica;
  font-weight: bold;
  float: left;
  margin-left: 12px;
  width: 18px;
}
.page .area-row .area .step-list .step-item .step-title {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #888;
}
.page .area-row .area .step-list .step-item .done {
  position: absolute;
  top: 11px;
  right: 11px;
  opacity: 0;
}
.page .area-row .area .step-list .step-item .editing {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
}
.page .area-row .area .step-list .step-item .edit {
  position: absolute;
  top: 12px;
  right: 12px;
}
.page .area-row .area .step-list .step-item.done {
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(80, 142, 229, 0.1);
}
.page .area-row .area .step-list .step-item.done .step-title,
.page .area-row .area .step-list .step-item.done .index {
  color: #508ee5;
}
.page .area-row .area .step-list .step-item.done .done {
  opacity: 1;
}
.page .area-row .area .step-list .step-item.done .edit {
  opacity: 0;
}
.page .area-row .area .step-list .step-item:hover {
  border: 1px solid #508ee5;
}
.page .area-row .area .step-list .step-item.current {
  border: 1px solid #508ee5;
  background: #508ee5;
}
.page .area-row .area .step-list .step-item.current .index {
  color: #fff;
}
.page .area-row .area .step-list .step-item.current .step-title {
  color: #fff;
  font-weight: bold;
}
.page .area-row .area .step-list .step-item.current .done {
  opacity: 0;
}
.page .area-row .area .step-list .step-item.current .editing {
  opacity: 1;
}
.page .area-row .area .step-list .step-item.current .edit {
  opacity: 0;
}
.page .area-row .area .area-content {
  border: 1px solid #e2e4e8;
  border-radius: 4px;
  overflow: auto;
  background: #fff;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  float: left;
  font-weight: normal;
  cursor: pointer;
  color: #333;
  outline: none;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  line-height: 20px;
  padding: 0 16px 0 8px;
  color: #888;
  font-size: 14px;
  position: relative;
  text-align: right;
  border-radius: 4px;
}
.nice-select:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 8px;
  height: 5px;
  background: url(../images/dropdown.png);
  background-repeat: no-repeat;
}
.nice-select.open:after {
  transform: rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  background: #fff;
}
.nice-select .list {
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: auto;
  border-radius: 4px;
  top: -2px;
  right: -1px;
  z-index: 9;
}
.nice-select .list::-webkit-scrollbar {
  width: 8px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ccc;
  border: 2px solid #fff;
}
.nice-select .list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  border-top: none;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  text-align: left;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #508ee5;
  background: #f5f5f5;
}
.nice-select .option.selected {
  color: #508ee5;
}
.index-view {
  padding: 24px 0 48px 0;
  width: 1320px;
  margin: 0 auto;
}
.index-view .top-area {
  height: 355px;
  position: relative;
}
.index-view .top-area .status-bar {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e2e4e8;
  padding: 19px;
  box-sizing: border-box;
  width: 400px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 7px;
}
.index-view .top-area .status-bar .card-title {
  font-size: 18px;
  line-height: 20px;
  color: #508ee5;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.index-view .top-area .status-bar .card-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 18px;
  border-radius: 4px;
  background-color: #508ee5;
}
.index-view .top-area .status-bar .message {
  display: block;
  width: 24px;
  height: 24px;
  padding-right: 7px;
  border-right: 1px solid #e2e4e8;
  float: left;
  margin-right: 8px;
}
.index-view .top-area .status-bar .info {
  color: #508ee5;
  font-weight: bold;
}
.index-view .top-area .agency-info {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  padding: 19px;
  box-sizing: border-box;
  width: 400px;
  /*height: 290px;*/
  position: absolute;
  top: 0;
  left: 0;
}
.index-view .top-area .agency-info .card-title {
  font-size: 18px;
  line-height: 20px;
  color: #508ee5;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.index-view .top-area .agency-info .card-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 18px;
  border-radius: 4px;
  background-color: #508ee5;
}
.index-view .top-area .agency-info .agency-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  color: #333;
}
.index-view .top-area .agency-info .agency-name .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
  display: inline;
  padding-right: 5px;
}
.index-view .top-area .agency-info .info-bar {
  border-bottom: 1px solid #e2e4e8;
  padding-bottom: 20px;
  padding-top: 5px;
}
.index-view .top-area .agency-info .info-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .top-area .agency-info .info-bar .info-item {
  width: 180px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
}
.index-view .top-area .agency-info .info-bar .info-item .label {
  font-size: 15px;
  line-height: 20px;
  color: #888;
}
.index-view .top-area .agency-info .info-bar .info-item .info {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.index-view .top-area .agency-info .info-bar .info-item:first-child {
  /*border-right: 1px solid rgba(0, 0, 0, 0.08);*/
}
.index-view .top-area .agency-info .info-bar .info-item:last-child {
  /*border-left: 1px solid rgba(0, 0, 0, 0.08);*/
}
.index-view .top-area .agency-info .chart {
  padding-left: 40px;
  padding-top: 27px;
}
.index-view .top-area .agency-info .chart:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .top-area .agency-info .chart .chart-area {
  float: left;
  transform: rotate(90deg);
  width: 144px;
  height: 144px;
}
.index-view .top-area .agency-info .chart .info-area {
  width: 172px;
  float: left;
}
.index-view .top-area .agency-info .chart .info-area .info-item {
  /*margin-bottom: 16px;*/
  text-align: center;
  width: 50%;
}
.index-view .top-area .agency-info .chart .info-area .info-item .label {
  font-size: 15px;
  color: #999;
  line-height: 25px;
  padding: 10px;
}
.index-view .top-area .agency-info .chart .info-area .info-item .info {
  font-size: 28px;
  font-family: helvetica;
  font-weight: bolder;
  line-height: 45px;
}
.index-view .top-area .agency-info .chart .info-area .info-item.preset .info {
  color: #333333;
}
.index-view .top-area .agency-info .chart .info-area .info-item.actual .info {
  color: #333333;
}
.index-view .top-area .building-info {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  padding: 19px;
  box-sizing: border-box;
  width: 900px;
  /*height: 290px;*/
  position: absolute;
  top: 0;
  right: 0;
}
.index-view .top-area .building-info .card-title {
  font-size: 18px;
  line-height: 20px;
  color: #508ee5;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.index-view .top-area .building-info .card-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 18px;
  border-radius: 4px;
  background-color: #508ee5;
}
.index-view .top-area .building-info .card-title .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.index-view .top-area .building-info .banner-tile {
  float: left;
  width: 290px;
  height: 203px;
  border-radius: 4px;
  background: #e0e0e0;
  overflow: hidden;
  background: url(../images/empty-348x256.png) center center no-repeat;
}
.index-view .top-area .building-info .banner-tile .layui-carousel > [carousel-item] > .image {
  background: url(../images/empty-348x256.png) center center no-repeat;
}
.index-view .top-area .building-info .info-tile-list {
  float: left;
  width: 572px;
}
.index-view .top-area .building-info .info-tile-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .top-area .building-info .info-tile-list .info-tile {
  float: left;
  margin-left: 14px;
  margin-bottom: 14px;
  border-radius: 4px;
  width: 272px;
  height: 95px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  padding-top: 13px;
  padding-left: 70px;
}
.index-view .top-area .building-info .info-tile-list .info-tile.cyan {
  background: #f4f4f4;
}
.index-view .top-area .building-info .info-tile-list .info-tile.blue {
  background: #f4f4f4;
}
.index-view .top-area .building-info .info-tile-list .info-tile.yellow {
  background: #f4f4f4;
}
.index-view .top-area .building-info .info-tile-list .info-tile.orange {
  background: #f4f4f4;
}
.index-view .top-area .building-info .info-tile-list .info-tile .info {
  font-size: 24px;
  font-weight: bold;
  font-family: helvetica;
  font-weight: bolder;
  line-height: 32px;
  position: relative;
  color: #333333;
  padding-top: 10px;
}
.index-view .top-area .building-info .info-tile-list .info-tile .info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 3px;
  /*background-color: #fff;*/
}
.index-view .top-area .building-info .info-tile-list .info-tile .info .unit {
  font-size: 15px;
  color: #999999;
}
.index-view .top-area .building-info .info-tile-list .info-tile .label {
  font-size: 15px;
  color: #666666;
}
.index-view .top-area .building-info .info-tile-list .info-tile .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  /*font-size: 48px;*/
  /*line-height: 48px;*/
  /*width: 48px;*/
  text-align: center;
  top: 15px;
  left: 25px;
}
.index-view .top-area .building-info .link-tile-list {
  /*border-top: 1px solid #e2e4e8;*/
  width: 100%;
}
.index-view .top-area .building-info .link-tile-list .link-tile {
  width: 25%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.index-view .top-area .building-info .link-tile-list .link-tile:hover .link {
  color: #508ee5;
}
.index-view .top-area .building-info .link-tile-list .link-tile:hover .link .icon {
  color: #508ee5;
}
.index-view .top-area .building-info .link-tile-list .link-tile:last-child .link {
  border: none;
}
.index-view .top-area .building-info .link-tile-list .link-tile .link {
  height: 50px;
  /*padding: 5px 0;*/
  cursor: pointer;
  display: block;
  color: #888;
  text-align: center;
  line-height: 20px;
  border-right: 1px solid #e2e4e8;
}
.index-view .top-area .building-info .link-tile-list .link-tile .link .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 48px;
  color: #666;
  text-align: center;
}
.index-view .overproof-info {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  padding: 19px;
  box-sizing: border-box;
  margin-top: 20px;
}
.index-view .overproof-info .card-title {
  font-size: 18px;
  line-height: 20px;
  color: #508ee5;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.index-view .overproof-info .card-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 18px;
  border-radius: 4px;
  background-color: #508ee5;
}
.index-view .overproof-info .info-tile-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .overproof-info .info-tile-list .info-tile {
  float: left;
  width: 308px;
  /*cursor: pointer;*/
  display: block;
  box-sizing: border-box;
  /*border: 1px solid #69c9d6;*/
  border-radius: 4px;
  background: #fff;
  margin-right: 16px;
}
.index-view .overproof-info .info-tile-list .info-tile:last-child {
  margin-right: 0;
}
.index-view .overproof-info .info-tile-list .info-tile .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  padding: 15px 35px;
  position: relative;
  border-bottom: 1px dashed #e2e4e8;
}
.index-view .overproof-info .info-tile-list .info-tile .title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 16px;
  /*height: 4px;*/
  background-color: #69c9d6;
}
.index-view .overproof-info .info-tile-list .info-tile .title .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar {
  margin-top: 16px;
  padding: 0 8px;
  padding-bottom: 10px;
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item {
  /*width: 144px;*/
  box-sizing: border-box;
  /*float: left;*/
  text-align: center;
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item .label {
  font-size: 14px;
  line-height: 16px;
  color: #888;
  margin-top: 15px;
  text-align: left;
  padding-left: 27px
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item .info {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-top: 15px;
  font-family: helvetica;
  font-weight: bolder;
  text-align: left;
  padding-left: 27px
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item .info .unit {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-left: 6px;
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item:first-child {
  /*border-right: 1px solid rgba(0, 0, 0, 0.08);*/
}
.index-view .overproof-info .info-tile-list .info-tile .info-bar .info-item:last-child {
  /*border-left: 1px solid rgba(0, 0, 0, 0.08);*/
}
.index-view .overproof-info .info-tile-list .info-tile .tag {
  margin-top: 16px;
  background: #f4f4f4;
  color: #26b44f;
  line-height: 35px;
  position: relative;
  height: 35px;
  padding-left: 65px;
  border-radius: 5px;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .normal-hint {
  font-size: 14px;
  font-weight: bold;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .alert-hint {
  display: none;
  font-size: 14px;
  font-weight: bold;
  font-family: helvetica;
  font-weight: bolder;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .alert-hint .acreage {
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .alert-hint .unit {
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .status-icon {
  position: absolute;
  display: block;
  top: 7px;
  left: 36px;
}
.index-view .overproof-info .info-tile-list .info-tile .tag .status-icon.false {
  display: none;
}
.index-view .overproof-info .info-tile-list .info-tile.alert {
  /*border: 1px solid #ff6666;*/
}
.index-view .overproof-info .info-tile-list .info-tile.alert .title:before {
  background: #ff6666;
}
.index-view .overproof-info .info-tile-list .info-tile.alert .tag {
  /*background: #ff6666;*/
  color: #e81e1e;
}
.index-view .overproof-info .info-tile-list .info-tile.alert .tag .normal-hint {
  display: none;
}
.index-view .overproof-info .info-tile-list .info-tile.alert .tag .alert-hint {
  display: block;
}
.index-view .overproof-info .info-tile-list .info-tile.alert .tag .status-icon.true {
  display: none;
}
.index-view .overproof-info .info-tile-list .info-tile.alert .tag .status-icon.false {
  display: block;
}
.index-view .row {
  margin-top: 20px;
}
.index-view .row:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .row .download-panel,
.index-view .row .doc-panel {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e2e4e8;
  padding: 19px;
  box-sizing: border-box;
}
.index-view .row .download-panel .card-title,
.index-view .row .doc-panel .card-title {
  font-size: 18px;
  line-height: 20px;
  color: #508ee5;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  padding-bottom: 16px;
}
.index-view .row .download-panel .card-title:before,
.index-view .row .doc-panel .card-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 18px;
  border-radius: 4px;
  background-color: #508ee5;
}
.index-view .row .download-panel .card-title,
.index-view .row .doc-panel .card-title {
  border-bottom: 1px solid #e2e4e8;
  position: relative;
}
.index-view .row .download-panel .card-title .more,
.index-view .row .doc-panel .card-title .more {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  position: absolute;
  top: -2px;
  right: 0;
  color: #508ee5;
}
.index-view .row .download-panel .card-title .more .icon,
.index-view .row .doc-panel .card-title .more .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index-view .row .download-panel .table,
.index-view .row .doc-panel .table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  table-layout: fixed;
  margin-top: 12px;
}
.index-view .row .download-panel .table .table-head tr,
.index-view .row .doc-panel .table .table-head tr {
  background-color: #eff0f1;
  height: 40px;
  color: #555;
}
.index-view .row .download-panel .table .table-head tr th,
.index-view .row .doc-panel .table .table-head tr th {
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #c8c8c8;
}
.index-view .row .download-panel .table .table-head tr th .label,
.index-view .row .doc-panel .table .table-head tr th .label {
  margin-left: 4px;
  display: none;
}
.index-view .row .download-panel .table .table-head tr th.checkbox-grid,
.index-view .row .doc-panel .table .table-head tr th.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.index-view .row .download-panel .table .table-head tr th.index-grid,
.index-view .row .doc-panel .table .table-head tr th.index-grid {
  width: 40px;
}
.index-view .row .download-panel .table .table-head tr th.left-align,
.index-view .row .doc-panel .table .table-head tr th.left-align {
  text-align: left;
}
.index-view .row .download-panel .table .table-head tr th.right-align,
.index-view .row .doc-panel .table .table-head tr th.right-align {
  text-align: right;
}
.index-view .row .download-panel .table .table-head tr th.titleOne,
.index-view .row .doc-panel .table .table-head tr th.titleOne {
  text-align: left;
}
.index-view .row .download-panel .table .table-body tr,
.index-view .row .doc-panel .table .table-body tr {
  height: 40px;
  color: #555;
}
.index-view .row .download-panel .table .table-body tr td,
.index-view .row .doc-panel .table .table-body tr td {
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.index-view .row .download-panel .table .table-body tr td .label,
.index-view .row .doc-panel .table .table-body tr td .label {
  margin-left: 4px;
  display: none;
}
.index-view .row .download-panel .table .table-body tr td .input,
.index-view .row .doc-panel .table .table-body tr td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 80%;
}
.index-view .row .download-panel .table .table-body tr td .input:disabled,
.index-view .row .doc-panel .table .table-body tr td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.index-view .row .download-panel .table .table-body tr td .input:focus,
.index-view .row .doc-panel .table .table-body tr td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.index-view .row .download-panel .table .table-body tr td .input.half,
.index-view .row .doc-panel .table .table-body tr td .input.half {
  width: 156px;
  float: left;
}
.index-view .row .download-panel .table .table-body tr td .input.min,
.index-view .row .doc-panel .table .table-body tr td .input.min {
  width: 220px;
}
.index-view .row .download-panel .table .table-body tr td .input.unit-followed,
.index-view .row .doc-panel .table .table-body tr td .input.unit-followed {
  width: 156px;
  float: left;
}
.index-view .row .download-panel .table .table-body tr td .input.half-unit-followed,
.index-view .row .doc-panel .table .table-body tr td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.index-view .row .download-panel .table .table-body tr td .input.mid,
.index-view .row .doc-panel .table .table-body tr td .input.mid {
  width: 300px;
}
.index-view .row .download-panel .table .table-body tr td .input.disable,
.index-view .row .doc-panel .table .table-body tr td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.index-view .row .download-panel .table .table-body tr td .input.display,
.index-view .row .doc-panel .table .table-body tr td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.index-view .row .download-panel .table .table-body tr td.checkbox-grid,
.index-view .row .doc-panel .table .table-body tr td.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.index-view .row .download-panel .table .table-body tr td.index-grid,
.index-view .row .doc-panel .table .table-body tr td.index-grid {
  width: 40px;
}
.index-view .row .download-panel .table .table-body tr td .action,
.index-view .row .doc-panel .table .table-body tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
}
.index-view .row .download-panel .table .table-body tr td .action .icon,
.index-view .row .doc-panel .table .table-body tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.index-view .row .download-panel .table .table-body tr td .action.alert,
.index-view .row .doc-panel .table .table-body tr td .action.alert {
  color: #ff6666;
}
.index-view .row .download-panel .table .table-body tr td .action.alert:hover,
.index-view .row .doc-panel .table .table-body tr td .action.alert:hover {
  color: #FF4D4D;
}
.index-view .row .download-panel .table .table-body tr td .action .link-button,
.index-view .row .doc-panel .table .table-body tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.index-view .row .download-panel .table .table-body tr td .action .link-button:hover,
.index-view .row .doc-panel .table .table-body tr td .action .link-button:hover {
  color: #4085e5;
}
.index-view .row .download-panel .table .table-body tr td .action:hover,
.index-view .row .doc-panel .table .table-body tr td .action:hover {
  color: #4085e5;
}
.index-view .row .download-panel .table .table-body tr td.left-align,
.index-view .row .doc-panel .table .table-body tr td.left-align {
  text-align: left;
}
.index-view .row .download-panel .table .table-body tr td.titleOne,
.index-view .row .doc-panel .table .table-body tr td.titleOne {
  text-align: left;
}
.index-view .row .download-panel .table .table-body tr td.right-align,
.index-view .row .doc-panel .table .table-body tr td.right-align {
  text-align: right;
}
.index-view .row .download-panel .table .table-body tr:nth-child(2n),
.index-view .row .doc-panel .table .table-body tr:nth-child(2n) {
  background-color: #f6f7f8;
}
.index-view .row .download-panel .table .table-head th,
.index-view .row .doc-panel .table .table-head th {
  color: #508ee5;
}
.index-view .row .download-panel .table .table-body tr,
.index-view .row .doc-panel .table .table-body tr {
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.index-view .row .download-panel .table .table-body tr:hover,
.index-view .row .doc-panel .table .table-body tr:hover {
  color: #508ee5;
}
.index-view .row .download-panel {
  float: left;
  width: 400px;
}
.index-view .row .doc-panel {
  float: right;
  width: 900px;
  padding-top: 3px;
}
.index-view .row .doc-panel .table {
  display: none;
}
.index-view .row .doc-panel .table.current {
  display: table;
}
.index-view .row .doc-panel .title-area {
  font-size: 18px;
  line-height: 52px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #e2e4e8;
}
.index-view .row .doc-panel .title-area .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.index-view .row .doc-panel .title-area .tab-bar .tab-item {
  float: left;
  cursor: pointer;
  margin-right: 12px;
  position: relative;
  padding: 0 4px;
  color: #999;
}
.index-view .row .doc-panel .title-area .tab-bar .tab-item:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50%;
  bottom: -1px;
  height: 3px;
  width: 100%;
  background-color: #508ee5;
  transform: scaleX(0);
  transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.index-view .row .doc-panel .title-area .tab-bar .tab-item.current {
  color: #508ee5;
}
.index-view .row .doc-panel .title-area .tab-bar .tab-item.current:before {
  transform: scaleX(1);
}
.index-view .row .doc-panel .title-area .tab-bar .tab-item:hover {
  color: #508ee5;
}
.index-view .row .doc-panel .title-area .more {
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  top: 14px;
  right: 0;
  color: #508ee5;
}
.index-view .row .doc-panel .title-area .more .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.building-info-view {
  background: #fafbfc;
}
.building-info-view .section .search-bar {
  margin: 16px 0 12px 0;
}
.building-info-view .section .search-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-info-view .section .search-bar .input {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  position: relative;
  z-index: 9;
  line-height: 30px;
  height: 30px;
}
.building-info-view .section .search-bar .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.building-info-view .section .search-bar .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.building-info-view .section .search-bar .input.half {
  width: 156px;
  float: left;
}
.building-info-view .section .search-bar .input.min {
  width: 220px;
}
.building-info-view .section .search-bar .input.unit-followed {
  width: 156px;
  float: left;
}
.building-info-view .section .search-bar .input.half-unit-followed {
  width: 128px;
  float: left;
}
.building-info-view .section .search-bar .input.mid {
  width: 300px;
}
.building-info-view .section .search-bar .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.building-info-view .section .search-bar .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.building-info-view .section .search-bar .search {
  float: left;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  width: 32px;
  line-height: 32px;
  color: #aaa;
  text-align: center;
  margin-left: -32px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.building-info-view .section .search-bar .add {
  float: right;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
}
.building-info-view .section .search-bar .add .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.building-info-view .section .search-bar .add:hover {
  background-color: #4085e5;
}
.building-info-view .section .section-content {
  padding: 0;
}
.building-list {
  padding-bottom: 4px;
}
.building-list .building-item {
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #e2e4e8;
  border-radius: 4px;
  position: relative;
}
.building-list .building-item .title-area {
  padding: 10px 16px;
  border-bottom: 1px solid #e2e4e8;
  line-height: 28px;
}
.building-list .building-item .title-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-list .building-item .title-area .title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  float: left;
}
.building-list .building-item .title-area .action {
  margin-left: 12px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
  float: right;
  line-height: 28px;
}
.building-list .building-item .title-area .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #aaa;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: color .2s;
}
.building-list .building-item .title-area .action.alert {
  color: #ff6666;
}
.building-list .building-item .title-area .action.alert .icon {
  color: #ff6666;
}
.building-list .building-item .title-area .action.alert:hover {
  color: #FF4D4D;
}
.building-list .building-item .title-area .action.alert:hover .icon {
  color: #FF4D4D;
}
.building-list .building-item .title-area .action:hover {
  color: #508ee5;
}
.building-list .building-item .title-area .action:hover .icon {
  color: #508ee5;
}
.building-list .building-item .content {
  padding: 15px;
}
.building-list .building-item .content:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-list .building-item .img-area {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  width: 360px;
  height: 218px;
  z-index: 20;
}
.building-list .building-item .img-area .image {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/empty-360x218.png) center center no-repeat;
}
.building-list .building-item .info-area {
  z-index: 10;
  padding-left: 384px;
  width: 900px;
  height: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
}
.building-list .building-item .info-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-list .building-item .info-area .wrapper {
  clear: both;
}
.building-list .building-item .info-area .area-title {
  font-size: 12px;
  color: #666;
  line-height: 32px;
  font-weight: bold;
  padding: 4px 0;
}
.building-list .building-item .info-area .info-item {
  float: left;
  width: 160px;
  height: 64px;
  margin-right: 12px;
}
.building-list .building-item .info-area .info-item .label {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.building-list .building-item .info-area .info-item .info {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  line-height: 40px;
  font-family: helvetica;
  font-weight: bolder;
}
.building-list .building-item .info-area .info-item .info .unit {
  font-size: 12px;
  color: #999;
}
.building-list .building-item .info-area .info-item .info.state {
  font-size: 20px;
}
.building-list .building-item .basic-info-area {
  z-index: 10;
  padding-left: 384px;
  width: 900px;
  height: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-bottom: 18px;
}
.building-list .building-item .basic-info-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-list .building-item .basic-info-area .wrapper {
  clear: both;
}
.building-list .building-item .basic-info-area .area-title {
  font-size: 12px;
  color: #666;
  line-height: 32px;
  font-weight: bold;
  padding: 4px 0;
}
.building-list .building-item .basic-info-area .info-item {
  float: left;
  width: 160px;
  height: 64px;
  margin-right: 12px;
}
.building-list .building-item .basic-info-area .info-item .label {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.building-list .building-item .basic-info-area .info-item .info {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  line-height: 40px;
  font-family: helvetica;
  font-weight: bolder;
}
.building-list .building-item .basic-info-area .info-item .info .unit {
  font-size: 12px;
  color: #999;
}
.building-list .building-item .basic-info-area .info-item .info.state {
  font-size: 20px;
}
.building-list .building-item .usage-info-area {
  z-index: 10;
  padding-left: 384px;
  width: 900px;
  height: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 4px;
}
.building-list .building-item .usage-info-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.building-list .building-item .usage-info-area .wrapper {
  clear: both;
}
.building-list .building-item .usage-info-area .area-title {
  font-size: 12px;
  color: #666;
  line-height: 32px;
  font-weight: bold;
  padding: 4px 0;
}
.building-list .building-item .usage-info-area .info-item {
  float: left;
  width: 160px;
  height: 64px;
  margin-right: 12px;
}
.building-list .building-item .usage-info-area .info-item .label {
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.building-list .building-item .usage-info-area .info-item .info {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  line-height: 40px;
  font-family: helvetica;
  font-weight: bolder;
}
.building-list .building-item .usage-info-area .info-item .info .unit {
  font-size: 12px;
  color: #999;
}
.building-list .building-item .usage-info-area .info-item .info.state {
  font-size: 20px;
}
.building-list .building-item .link-tile-list {
  border-top: 1px solid #e2e4e8;
  width: 100%;
}
.building-list .building-item .link-tile-list .link-tile {
  width: 14.2857%;
  text-align: center;
  padding: 16px 0;
}
.building-list .building-item .link-tile-list .link-tile:hover .link {
  color: #508ee5;
}
.building-list .building-item .link-tile-list .link-tile:hover .link .icon {
  color: #508ee5;
}
.building-list .building-item .link-tile-list .link-tile:last-child .link {
  border: none;
}
.building-list .building-item .link-tile-list .link-tile .link {
  height: 72px;
  cursor: pointer;
  display: block;
  color: #888;
  text-align: center;
  line-height: 20px;
  border-right: 1px solid #e2e4e8;
}
.building-list .building-item .link-tile-list .link-tile .link .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 40px;
  color: #aaa;
  text-align: center;
  margin-bottom: 6px;
}
.building-list .addition {
  margin-bottom: 16px;
  display: block;
  background: #f7f8fa;
  border: 1px solid #e0e0e0;
  height: 98px;
  border-radius: 4px;
}
.building-list .addition:hover {
  border: 1px solid #508ee5;
}
.database-view {
  background: #f5f6f7;
  width: 100%;
  height: 100%;
  position: relative;
}
.database-view .header {
  height: 64px;
  padding: 0 24px;
  background: #508ee5;
  background-image: url(../images/decoration.png);
  background-repeat: no-repeat;
}
.database-view .header .header-area {
  width: 100%;
  height: 64px;
  position: relative;
  margin: 0 auto;
}
.database-view .header .header-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .header .header-area .title {
  float: left;
  height: 64px;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
  line-height: 64px;
  color: #fff;
  font-size: 26px;
}
.database-view .header .header-area .action-area {
  float: right;
  line-height: 40px;
  padding: 12px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.database-view .header .header-area .action-area .hero-button {
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  border-radius: 20px;
  line-height: 40px;
  float: left;
  color: #508ee5;
  padding: 0 24px 0 52px;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
  transition: background .2s;
}
.database-view .header .header-area .action-area .hero-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  top: 11px;
  position: absolute;
  left: 24px;
  font-weight: normal;
}
.database-view .header .header-area .action-area .hero-button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.database-view .header .header-area .action-area .user-info {
  display: inline-block;
}
.database-view .header .header-area .action-area .user-info .user-name {
  color: #fff;
  font-weight: bold;
}
.database-view .header .header-area .action-area .link-button {
  display: inline-block;
  margin-left: 12px;
  transition: color .2s;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 20px;
}
.database-view .header .header-area .action-area .link-button:hover {
  color: #fff;
}
.database-view .header .header-area .action-area .link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 12px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
}
.database-view .content {
  position: absolute;
  top: 64px;
  bottom: 43px;
  left: 0;
  right: 0;
}
.database-view .content .tab-bar {
  padding: 24px 24px 0 24px;
}
.database-view .content .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .content .tab-bar .tab-item {
  font-size: 14px;
  font-weight: bolder;
  color: #999;
  line-height: 32px;
  padding: 0 16px 0 26px;
  border: 1px solid #e2e4e8;
  border-radius: 4px 4px 0 0;
  float: left;
  cursor: pointer;
  margin-left: -1px;
  position: relative;
  z-index: 11;
  transition: all .2s;
  border-bottom: none;
}
.database-view .content .tab-bar .tab-item:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 14px;
  top: 13px;
  border-radius: 3px;
  background: #bbb;
}
.database-view .content .tab-bar .tab-item:first-child {
  margin-left: 0;
}
.database-view .content .tab-bar .tab-item.active {
  color: #508ee5;
  cursor: default;
  border-color: #508ee5;
  background: #fff;
  z-index: 12;
}
.database-view .content .tab-bar .tab-item.active:before {
  background: #508ee5;
}
.database-view .content .tab-bar .tab-item:hover {
  color: #508ee5;
  border-color: #508ee5;
  background: #fff;
  z-index: 12;
}
.database-view .content .tab-bar .tab-item:hover:before {
  background: #508ee5;
}
.database-view .content .section {
  position: absolute;
  top: 57px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #fff;
  padding: 16px;
  border-radius: 0 4px 4px 4px;
  border: 1px solid #e2e4e8;
}
.database-view .content .section .search-bar {
  font-size: 14px;
  padding-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
}
.database-view .content .section .search-bar.btn-followed {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e4e8;
}
.database-view .content .section .search-bar.single {
  padding-top: 4px;
}
.database-view .content .section .search-bar.table-followed {
  padding-bottom: 12px;
}
.database-view .content .section .search-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .content .section .search-bar .label {
  line-height: 28px;
  float: left;
  margin-left: 8px;
  color: #666;
}
.database-view .content .section .search-bar .label:first-child {
  margin-left: 0;
}
.database-view .content .section .search-bar .input {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
}
.database-view .content .section .search-bar .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.database-view .content .section .search-bar .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.database-view .content .section .search-bar .input.half {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .input.min {
  width: 220px;
}
.database-view .content .section .search-bar .input.unit-followed {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .input.half-unit-followed {
  width: 128px;
  float: left;
}
.database-view .content .section .search-bar .input.mid {
  width: 300px;
}
.database-view .content .section .search-bar .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.database-view .content .section .search-bar .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.database-view .content .section .search-bar .dropdown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  height: 28px;
  float: left;
  width: 180px;
  margin-right: 8px;
}
.database-view .content .section .search-bar .dropdown:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.database-view .content .section .search-bar .dropdown:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.database-view .content .section .search-bar .dropdown.half {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .dropdown.min {
  width: 220px;
}
.database-view .content .section .search-bar .dropdown.unit-followed {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .dropdown.half-unit-followed {
  width: 128px;
  float: left;
}
.database-view .content .section .search-bar .dropdown.mid {
  width: 300px;
}
.database-view .content .section .search-bar .dropdown.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.database-view .content .section .search-bar .dropdown.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.database-view .content .section .search-bar .datepicker {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.database-view .content .section .search-bar .datepicker:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.database-view .content .section .search-bar .datepicker:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.database-view .content .section .search-bar .datepicker.half {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .datepicker.min {
  width: 220px;
}
.database-view .content .section .search-bar .datepicker.unit-followed {
  width: 156px;
  float: left;
}
.database-view .content .section .search-bar .datepicker.half-unit-followed {
  width: 128px;
  float: left;
}
.database-view .content .section .search-bar .datepicker.mid {
  width: 300px;
}
.database-view .content .section .search-bar .datepicker.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.database-view .content .section .search-bar .datepicker.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.database-view .content .section .search-bar .datepicker-icon-button {
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-image: url(../images/calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -36px;
}
.database-view .content .section .search-bar .range-label {
  float: left;
  line-height: 28px;
  margin-right: 8px;
}
.database-view .content .section .search-bar .tab-bar {
  float: left;
}
.database-view .content .section .search-bar .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .content .section .search-bar .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.database-view .content .section .search-bar .tab-bar .tab-item .radio {
  display: none;
}
.database-view .content .section .search-bar .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.database-view .content .section .search-bar .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.database-view .content .section .search-bar .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.database-view .content .section .search-bar .search-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.database-view .content .section .search-bar .search-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.database-view .content .section .search-bar .search-button:hover {
  background-color: #4085e5;
}
.database-view .content .section .search-bar .primary-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.database-view .content .section .search-bar .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.database-view .content .section .search-bar .primary-button:hover {
  background-color: #4085e5;
}
.database-view .content .section .search-bar .secondary-button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.database-view .content .section .search-bar .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.database-view .content .section .search-bar .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.database-view .content .section .search-bar .secondary-button:hover .icon {
  color: #4085e5;
}
.database-view .content .section .search-bar .button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.database-view .content .section .search-bar .button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.database-view .content .section .search-bar .button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.database-view .content .section .search-bar .button:hover .icon {
  color: #508ee5;
}
.database-view .content .section .search-bar .radio-list {
  float: left;
  margin-right: 4px;
}
.database-view .content .section .search-bar .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .content .section .search-bar .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.database-view .content .section .search-bar .radio-list .layui-form-radio {
  line-height: 28px;
}
.database-view .content .section .table-area .table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.database-view .content .section .table-area .table .table-head tr {
  background-color: #eff0f1;
  height: 40px;
  color: #555;
}
.database-view .content .section .table-area .table .table-head tr th {
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #c8c8c8;
}
.database-view .content .section .table-area .table .table-head tr th .label {
  margin-left: 4px;
  display: none;
}
.database-view .content .section .table-area .table .table-head tr th.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.database-view .content .section .table-area .table .table-head tr th.index-grid {
  width: 40px;
}
.database-view .content .section .table-area .table .table-head tr th.left-align {
  text-align: left;
}
.database-view .content .section .table-area .table .table-head tr th.right-align {
  text-align: right;
}
.database-view .content .section .table-area .table .table-head tr th.titleOne {
  text-align: left;
}
.database-view .content .section .table-area .table .table-body tr {
  height: 40px;
  color: #555;
}
.database-view .content .section .table-area .table .table-body tr td {
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.database-view .content .section .table-area .table .table-body tr td .label {
  margin-left: 4px;
  display: none;
}
.database-view .content .section .table-area .table .table-body tr td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 80%;
}
.database-view .content .section .table-area .table .table-body tr td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.database-view .content .section .table-area .table .table-body tr td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.database-view .content .section .table-area .table .table-body tr td .input.half {
  width: 156px;
  float: left;
}
.database-view .content .section .table-area .table .table-body tr td .input.min {
  width: 220px;
}
.database-view .content .section .table-area .table .table-body tr td .input.unit-followed {
  width: 156px;
  float: left;
}
.database-view .content .section .table-area .table .table-body tr td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.database-view .content .section .table-area .table .table-body tr td .input.mid {
  width: 300px;
}
.database-view .content .section .table-area .table .table-body tr td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.database-view .content .section .table-area .table .table-body tr td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.database-view .content .section .table-area .table .table-body tr td.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.database-view .content .section .table-area .table .table-body tr td.index-grid {
  width: 40px;
}
.database-view .content .section .table-area .table .table-body tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
}
.database-view .content .section .table-area .table .table-body tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.database-view .content .section .table-area .table .table-body tr td .action.alert {
  color: #ff6666;
}
.database-view .content .section .table-area .table .table-body tr td .action.alert:hover {
  color: #FF4D4D;
}
.database-view .content .section .table-area .table .table-body tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.database-view .content .section .table-area .table .table-body tr td .action .link-button:hover {
  color: #4085e5;
}
.database-view .content .section .table-area .table .table-body tr td .action:hover {
  color: #4085e5;
}
.database-view .content .section .table-area .table .table-body tr td.left-align {
  text-align: left;
}
.database-view .content .section .table-area .table .table-body tr td.titleOne {
  text-align: left;
}
.database-view .content .section .table-area .table .table-body tr td.right-align {
  text-align: right;
}
.database-view .content .section .table-area .table .table-body tr:nth-child(2n) {
  background-color: #f6f7f8;
}
.database-view .content .section .table-area .table th,
.database-view .content .section .table-area .table td {
  border: 1px solid #f0f0f0;
}
.database-view .content .section .pagination {
  margin-top: 16px;
}
.database-view .footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #e2e4e8;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  color: #999;
  padding: 12px 0;
  text-align: center;
}
.content-view {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e2e4e8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.login-view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.login-view .header {
  position: absolute;
  border-bottom: 1px solid #e2e4e8;
  top: 0;
  width: 100%;
  background: #fff;
}
.login-view .header .header-area {
  width: 1440px;
  height: 56px;
  position: relative;
  margin: 0 auto;
}
.login-view .header .header-area .title {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  width: 600px;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
  line-height: 56px;
  color: #508ee5;
  font-size: 28px;
  user-select: none;
}
.login-view .content {
  z-index: 10;
  position: absolute;
  top: 56px;
  bottom: 48px;
  left: 0;
  right: 0;
}
.login-view .content .layui-carousel {
  position: absolute;
  width: 60%!important;
  height: auto!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.login-view .content .content-area {
  width: 40%;
  height: 100%;
  background: url("../images/loginbj.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  /*padding-left: 10%;*/
}
.login-view .content .content-area .login-panel {
  /*position: absolute;*/
  /*z-index: 10;*/
  /*top: 50%;*/
  /*right: 60px;*/
  /*margin-top: -240px;*/
  /*box-sizing: border-box;*/
  /*background: #fff;*/
  /*border-radius: 4px;*/
  /*width: 420px;*/
  /*height: 480px;*/
  /*padding: 50px;*/
}
.login-view .content .content-area .login-panel .title {
  font-size: 18px;
  color: #999;
  font-weight: bold;
  line-height: 32px;
  user-select: none;
}
.login-view .content .content-area .login-panel .sub-title {
  font-size: 14px;
  font-family: helvetica;
  font-weight: bolder;
  color: #c0c0c0;
  line-height: 20px;
  padding-bottom: 8px;
  user-select: none;
}
.login-view .content .content-area .login-panel .action-area .input-bar {
  position: relative;
  padding-top: 30px;
}
.login-view .content .content-area .login-panel .action-area .input-bar .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 24px;
  border-right: 1px solid #e2e4e8;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 10;
  line-height: 24px;
  font-size: 20px;
  color: #aaa;
  text-align: center;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input {
  z-index: 8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  line-height: 38px;
  height: 38px;
  width: 264px;
  padding-left: 48px;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.half {
  width: 156px;
  float: left;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.min {
  width: 220px;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.unit-followed {
  width: 156px;
  float: left;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.half-unit-followed {
  width: 128px;
  float: left;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.mid {
  width: 300px;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.login-view .content .content-area .login-panel .action-area .input-bar .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.login-view .content .content-area .login-panel .action-area .login {
  margin-top: 40px;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 318px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  line-height: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
}
.login-view .content .content-area .login-panel .action-area .login .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.login-view .content .content-area .login-panel .action-area .login:hover {
  background-color: #4085e5;
}
.login-view .content .content-area .login-panel .hint {
  font-size: 12px;
  color: #aaa;
  /*line-height: 18px;*/
  /*position: absolute;*/
  /*bottom: 50px;*/
  /*left: 50px;*/
  /*user-select: none;*/
  /*width: 320px;*/
  /*text-align: center;*/
}
.login-view .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e2e4e8;
  background: #ededed;
  font-size: 12px;
  color: #999;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-sizing: border-box;
}
.login-view .content .banner {
  transition: background .2s;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.login-view .content .banner .banner-mask {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/banner-mask.png);*/
  /*background-repeat: no-repeat repeat;*/
}
.login-view .content .banner .banner-mask .slogan-area {
  /*width: 1440px;*/
  margin: 0 auto;
  height: 100%;
  position: relative;
  user-select: none;
}
.login-view .content .banner .banner-mask .slogan-area .slogan {
  position: absolute;
  left: 15%;
  bottom: 10%;
  opacity: 0;
  transition: opacity .2s;
}
.login-view .content .banner .banner-mask .slogan-area .slogan .title {
  font-size: 40px;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-weight: bolder;
  line-height: 80px;
}
.login-view .content .banner .banner-mask .slogan-area .slogan .line {
  width: 32px;
  height: 4px;
  background: #fff;
}
.login-view .content .banner .banner-mask .slogan-area .slogan .sub-title {
  font-size: 20px;
  line-height: 56px;
  color: #fff;
  font-family: helvetica;
  font-weight: bolder;
}
.login-view .content .banner .banner-mask .banner-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -62px;
}
.login-view .content .banner .banner-mask .banner-indicator:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.login-view .content .banner .banner-mask .banner-indicator .banner-cursor {
  transition: all .2s;
  width: 20px;
  height: 8px;
  background: #fff;
  opacity: .6;
  margin: 0 4px;
  float: left;
  border-radius: 4px;
}
.login-view .content .banner.slide-1 {
  background-image: url(../images/login-bg-1.png);
  background-size: 100% 100%;
}
.login-view .content .banner.slide-1 .banner-mask .slogan-area .slogan-1 {
  opacity: 1;
}
.login-view .content .banner.slide-1 .banner-mask .banner-indicator .cursor-1 {
  width: 60px;
  opacity: 1;
}
.login-view .content .banner.slide-2 {
  background-image: url(../images/login-bg-2.png);
  background-size: 100% 100%;
}
.login-view .content .banner.slide-2 .banner-mask .slogan-area .slogan-2 {
  opacity: 1;
}
.login-view .content .banner.slide-2 .banner-mask .banner-indicator .cursor-2 {
  width: 60px;
  opacity: 1;
}
.login-view .content .banner.slide-3 {
  background-image: url(../images/login-bg-3.png);
  background-size: 100% 100%;
}
.login-view .content .banner.slide-3 .banner-mask .slogan-area .slogan-3 {
  opacity: 1;
}
.login-view .content .banner.slide-3 .banner-mask .banner-indicator .cursor-3 {
  width: 60px;
  opacity: 1;
}
.statistic-view {
  min-height: 920px;
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
}
.statistic-view:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.statistic-view.dashboard-content {
  width: auto;
  margin: 0;
  min-height: 720px;
}
.statistic-view .card {
  border-radius: 6px;
  background: #fff;
}
.statistic-view .card .card-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  padding: 20px 20px 0 20px;
}
.statistic-view .tile-container {
  position: absolute;
  right: 20px;
  top: 0;
}
.statistic-view .map-panel {
  height: 580px;
  position: absolute;
  left: 0;
  top: 0;
  right: 780px;
}
.statistic-view .map-panel.sample-fill {
  background-image: url(../images/sample-map.png);
  background-position: center center;
  background-size: auto 100%;
}
.statistic-view .chart-panel {
  width: 360px;
  height: 320px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.statistic-view .chart-panel .chart-area {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  margin-top: 24px;
}
.statistic-view .chart-panel .legend-bar {
  line-height: 48px;
  text-align: center;
  margin-top: 20px;
}
.statistic-view .chart-panel .legend-bar .label {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 24px;
  padding-left: 20px;
  position: relative;
}
.statistic-view .chart-panel .legend-bar .label:before {
  content: '';
  background: #69c9d6;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 6px;
  top: 18px;
  left: 0;
}
.statistic-view .chart-panel .legend-bar .info {
  display: inline-block;
  font-size: 32px;
  color: #333;
  font-family: helvetica;
  font-weight: bolder;
}
.statistic-view .chart-panel .legend-bar .legend-item {
  display: inline-block;
  text-align: center;
  padding: 0 16px;
}
.statistic-view .chart-panel .legend-bar .legend-item.cyan .label:before {
  background: #69c9d6;
}
.statistic-view .chart-panel .legend-bar .legend-item.orange .label:before {
  background: #f77e7c;
}
.statistic-view .chart-panel .legend-bar .legend-item.purple .label:before {
  background: #7580ff;
}
.statistic-view .chart-panel .legend-bar .legend-item .label {
  display: block;
  margin: 0;
  line-height: 20px;
  padding-left: 18px;
}
.statistic-view .chart-panel .legend-bar .legend-item .label:before {
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.statistic-view .chart-panel .legend-bar .legend-item .info {
  display: block;
  font-size: 24px;
  line-height: 32px;
}
.statistic-view .chart-panel.wrap-grid {
  margin-right: 0;
}
.statistic-view .tile-container {
  width: 740px;
  float: left;
  margin-left: 20px;
}
.statistic-view .tile-container:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.statistic-view .flex-historgram {
  position: absolute;
  left: 0;
  top: 600px;
  right: 760px;
}
.statistic-view .info-tile {
  width: 234px;
  height: 110px;
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 16px 20px;
}
.statistic-view .info-tile.wrap-grid {
  margin-right: 0;
}
.statistic-view .info-tile .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 20px;
  line-height: 32px;
  margin: 0 auto;
  width: 32px;
  text-align: center;
}
.statistic-view .info-tile .label {
  font-size: 12px;
  color: #999;
  line-height: 32px;
  position: relative;
  padding-left: 16px;
}
.statistic-view .info-tile .label:before {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}
.statistic-view .info-tile .info {
  padding-top: 12px;
  color: #333;
  font-size: 32px;
  font-family: helvetica;
  font-weight: bolder;
  line-height: 32px;
}
.statistic-view .info-tile .info .unit {
  font-size: 12px;
  padding-left: 10px;
  display: inline-block;
  color: #999;
}
.statistic-view .info-tile.yellow .label:before {
  background: #ffb85c;
}
.statistic-view .info-tile.yellow .icon {
  color: #ffb85c;
}
.statistic-view .info-tile.orange .label:before {
  background: #f77e7c;
}
.statistic-view .info-tile.orange .icon {
  color: #f77e7c;
}
.statistic-view .info-tile.purple .label:before {
  background: #7580ff;
}
.statistic-view .info-tile.purple .icon {
  color: #7580ff;
}
.statistic-view .right-layout-container {
  margin-left: 20px;
  width: 740px;
  float: left;
}
.statistic-view .histogram-panel {
  height: 320px;
  float: left;
  margin-right: 20px;
}
.statistic-view .histogram-panel.wrap-grid {
  width: 740px;
  margin-right: 0;
}
.map-search-view {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-image: url(../images/map-sample.png);
  background-size: cover;
  background-position: center center;
  padding: 20px;
  box-sizing: border-box;
}
.map-search-view .map-search-bar {
  width: 360px;
  height: 36px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  z-index: 200;
}
.map-search-view .map-search-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.map-search-view .map-search-bar .layui-form-select {
  width: 80px;
  float: left;
}
.map-search-view .map-search-bar .select {
  float: left;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 4px;
  width: 99px;
  line-height: 36px;
}
.map-search-view .map-search-bar .select:focus {
  outline: none;
}
.map-search-view .map-search-bar .divider {
  width: 1px;
  height: 20px;
  margin-top: 8px;
  float: left;
  background: #ddd;
}
.map-search-view .map-search-bar .input {
  padding: 0;
  float: left;
  border: none;
  height: 36px;
  width: 218px;
  line-height: 36px;
  padding-left: 6px;
}
.map-search-view .map-search-bar .input:focus {
  outline: none;
}
.map-search-view .map-search-bar .icon-button {
  float: left;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.map-search-view .map-search-bar .icon-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #888;
  opacity: .7;
  width: 36px;
  height: 36px;
  transition: opacity .2s;
  line-height: 36px;
  text-align: center;
}
.map-search-view .map-search-bar .icon-button .icon:hover {
  opacity: 1;
}
.map-search-view .search-list {
  position: relative;
  z-index: 200;
  width: 360px;
  background: #fff;
  margin-top: 12px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
}
.map-search-view .search-list .building-item {
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
}
.map-search-view .search-list .building-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.map-search-view .search-list .building-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: bold;
  transition: color .2s;
}
.map-search-view .search-list .building-item .location {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  position: relative;
  padding-left: 20px;
  width: 216px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s;
}
.map-search-view .search-list .building-item .location .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 16px;
  text-align: center;
  position: absolute;
}
.map-search-view .search-list .building-item .trumbnail-area {
  float: right;
  width: 104px;
  height: 72px;
  border-radius: 4px;
  overflow: hidden;
}
.map-search-view .search-list .building-item .trumbnail-area .trumbnail {
  transition: opacity .2s;
}
.map-search-view .search-list .building-item .info-area {
  border-bottom: 1px solid #e0e0e0;
  float: left;
  padding: 12px 0 16px 0;
}
.map-search-view .search-list .building-item:hover .info-area .title {
  color: #508ee5;
}
.map-search-view .search-list .building-item:hover .info-area .location {
  color: #508ee5;
}
.map-search-view .search-list .building-item:hover .trumbnail-area .trumbnail {
  opacity: .7;
}
.map-search-view .search-list .agency-item {
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
}
.map-search-view .search-list .agency-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.map-search-view .search-list .agency-item .title {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: bold;
  transition: color .2s;
}
.map-search-view .search-list .agency-item .location {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  position: relative;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s;
}
.map-search-view .search-list .agency-item .location .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 16px;
  text-align: center;
  position: absolute;
}
.map-search-view .search-list .agency-item .info-area {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding: 4px 0 12px 0;
}
.map-search-view .search-list .agency-item:hover .info-area .title {
  color: #508ee5;
}
.map-search-view .search-list .agency-item:hover .info-area .location {
  color: #508ee5;
}
.map-search-view .search-list .agency-item:hover .trumbnail-area .trumbnail {
  opacity: .7;
}
.map-search-view .location-detail-panel {
  position: relative;
  z-index: 200;
  width: 360px;
  background: #fff;
  margin-top: 12px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
}
.map-search-view .location-detail-panel .back {
  font-size: 12px;
  color: #999;
  cursor: pointer;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  transition: color .2s;
}
.map-search-view .location-detail-panel .back .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.map-search-view .location-detail-panel .back:hover {
  color: #508ee5;
}
.map-search-view .location-detail-panel .main-info-area {
  padding: 16px 0;
}
.map-search-view .location-detail-panel .main-info-area .title {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  transition: color .2s;
}
.map-search-view .location-detail-panel .main-info-area .location {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  position: relative;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .2s;
}
.map-search-view .location-detail-panel .main-info-area .location .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  width: 16px;
  color: #aaa;
  text-align: center;
  position: absolute;
}
.map-search-view .location-detail-panel .main-info-area .trumbnail-area {
  margin-top: 12px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
}
.map-search-view .location-detail-panel .main-info-area .trumbnail-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.map-search-view .location-detail-panel .main-info-area .trumbnail-area .trumbnail {
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  height: 75px;
  width: auto;
  transition: opacity .2s;
}
.map-search-view .location-detail-panel .sub-info-area {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0 2px 0;
}
.map-search-view .location-detail-panel .sub-info-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.map-search-view .location-detail-panel .sub-info-area .info-item {
  margin-bottom: 12px;
  float: left;
  width: 106px;
  margin-right: 3px;
}
.map-search-view .location-detail-panel .sub-info-area .info-item .label {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-search-view .location-detail-panel .sub-info-area .info-item .info {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bolder;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.num .info {
  font-size: 18px;
  font-family: helvetica;
  font-weight: bolder;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.num .info .unit {
  font-size: 12px;
  color: #999;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.link {
  width: 215px;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.link .info {
  color: #508ee5;
  cursor: pointer;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.link .info:hover {
  color: #4085e5;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.link .info .agency {
  display: inline-block;
  vertical-align: top;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.map-search-view .location-detail-panel .sub-info-area .info-item.link .info .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  display: inline-block;
  margin-left: 6px;
  font-weight: normal;
  font-size: 16px;
}
.dashboard {
  padding: 24px;
}
.dashboard .dashboard-content {
  /*border: 1px solid #e2e4e8;*/
  /*border-radius: 4px;*/
  overflow: hidden;
  background: #fff;
  min-height: 720px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgb(0 0 0 / 6%);
  border-radius: 14px;
}
.dashboard .dashboard-content .section {
  padding: 0 16px;
}
.dashboard .dashboard-content .section .section-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 8px 0 4px 14px;
  color: #508ee5;
  border-bottom: 1px solid #e2e4e8;
  position: relative;
}
.dashboard .dashboard-content .section .section-title:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 6px;
  height: 14px;
  border-radius: 3px;
  background: #508ee5;
}
.dashboard .dashboard-content .section .section-content {
  padding: 12px 0 16px 0;
}
.dashboard .dashboard-content .section .section-content.info-tile-list {
  padding: 20px 0 4px 8px;
}
.dashboard .dashboard-content .section .section-content.single {
  padding: 0;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline {
  border-bottom: 1px solid #e2e4e8;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline .tab-item .radio {
  display: none;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline .tab-item .badge {
  color: #508ee5;
}
.dashboard .dashboard-content .section .section-content .tab-bar.underline .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.dashboard .dashboard-content .section .section-content .info-bar {
  margin-bottom: 12px;
}
.dashboard .dashboard-content .section .section-content .info-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .info-bar .info-item {
  float: left;
  font-size: 14px;
  line-height: 28px;
  margin-right: 20px;
}
.dashboard .dashboard-content .section .section-content .info-bar .info-item:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .info-bar .info-item .label {
  color: #888;
  float: left;
}
.dashboard .dashboard-content .section .section-content .info-bar .info-item .info {
  float: left;
  color: #508ee5;
  font-weight: bold;
}
.dashboard .dashboard-content .section .section-content .action-area {
  margin-top: 12px;
  position: relative;
  line-height: 32px;
  font-size: 0;
  height: 32px;
}
.dashboard .dashboard-content .section .section-content .action-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .action-area .label {
  color: #666;
  font-size: 14px;
  margin-right: 6px;
}
.dashboard .dashboard-content .section .section-content .action-area .filter {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  display: inline-block;
}
.dashboard .dashboard-content .section .section-content .action-area .filter .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.dashboard .dashboard-content .section .section-content .action-area .filter:hover {
  background-color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .action-area .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  margin-right: 12px;
  width: 200px;
}
.dashboard .dashboard-content .section .section-content .action-area .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .action-area .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .action-area .input.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .action-area .input.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .action-area .input.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .action-area .input.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .action-area .input.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .action-area .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .action-area .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .form-area {
  padding: 4px 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .form-area .form .empty-row {
  height: 16px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar .tab-item .radio {
  display: none;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td .label-badge {
  color: #ff6666;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td .label {
  width: 160px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td .label.auto {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .label-td .label.min {
  width: 100px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .radio-list {
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .secondary-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .alert-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .primary-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .dropdown-block {
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .textarea.align {
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .textarea.triple {
  width: 686px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.dashboard .dashboard-content .section .section-content .form-area .form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .min-form-area {
  padding: 4px 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form .empty-row {
  height: 16px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar .tab-item .radio {
  display: none;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td .label-badge {
  color: #ff6666;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td .label {
  width: 160px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td .label.auto {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .label-td .label.min {
  width: 100px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .radio-list {
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .secondary-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .alert-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .primary-icon-button {
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .dropdown-block {
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .textarea.align {
  width: 414px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .textarea.triple {
  width: 686px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.dashboard .dashboard-content .section .section-content .min-form-area .form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline {
  border-bottom: 1px solid #e2e4e8;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline .tab-item .radio {
  display: none;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline .tab-item .badge {
  color: #508ee5;
}
.dashboard .dashboard-content .section .section-content .table-area .tab-bar.underline .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.dashboard .dashboard-content .section .section-content .table-area .table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr {
  background-color: #eff0f1;
  height: 40px;
  color: #555;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th {
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #c8c8c8;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th .label {
  margin-left: 4px;
  display: none;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th.index-grid {
  width: 40px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th.left-align {
  text-align: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th.right-align {
  text-align: right;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-head tr th.titleOne {
  text-align: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr {
  height: 40px;
  color: #555;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td {
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .label {
  margin-left: 4px;
  display: none;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 80%;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.min {
  width: 220px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.mid {
  width: 300px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td.index-grid {
  width: 40px;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action.alert {
  color: #ff6666;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action.alert:hover {
  color: #FF4D4D;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action .link-button:hover {
  color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td .action:hover {
  color: #4085e5;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td.left-align {
  text-align: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td.titleOne {
  text-align: left;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr td.right-align {
  text-align: right;
}
.dashboard .dashboard-content .section .section-content .table-area .table .table-body tr:nth-child(2n) {
  background-color: #f6f7f8;
}
.dashboard .dashboard-content .section .section-content {
  min-height: 48px;
}
.dashboard .dashboard-content .section .section-content.material-list {
  padding: 24px 8px;
}
.dashboard .dashboard-content .section .sider-tree-layout {
  padding-left: 200px;
  position: relative;
}
.dashboard .dashboard-content .section .sider-tree-layout:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .section .sider-tree-layout .tree {
  top: 16px;
  left: 0;
  position: absolute;
  width: 200px;
  float: left;
}
.dashboard .dashboard-content .section .sider-tree-layout .tree-content {
  min-height: 1000px;
}
.dashboard .dashboard-content .material-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .material-list .material-item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 284px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  float: left;
}
.dashboard .dashboard-content .material-list .material-item:hover {
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .material-list .material-item .image-area {
  padding: 12px;
  padding-bottom: 0;
  width: 260px;
  height: 160px;
}
.dashboard .dashboard-content .material-list .material-item .image-area .image {
  width: 100%;
  height: 100%;
  display: block;
  background: #eee;
}
.dashboard .dashboard-content .material-list .material-item .info-area {
  border-bottom: 1px dashed #e2e2e2;
  padding: 12px;
  padding-top: 0;
}
.dashboard .dashboard-content .material-list .material-item .info-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .material-list .material-item .info-area .title {
  padding: 8px 0 4px 0;
  font-size: 14px;
  font-weight: bold;
  color: #508ee5;
  line-height: 24px;
}
.dashboard .dashboard-content .material-list .material-item .info-area .info-item {
  float: left;
  width: 120px;
  padding-right: 10px;
}
.dashboard .dashboard-content .material-list .material-item .info-area .info-item .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.dashboard .dashboard-content .material-list .material-item .info-area .info-item .info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.dashboard .dashboard-content .material-list .material-item .addition-area {
  padding: 12px;
}
.dashboard .dashboard-content .material-list .material-item .addition-area:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control {
  float: left;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .minus,
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .plus {
  cursor: pointer;
  width: 24px;
  height: 30px;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  z-index: 10;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .minus:hover,
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .plus:hover {
  border: 1px solid #508ee5;
  z-index: 30;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .minus {
  border-radius: 4px 0 0 4px;
  background: url(../images/minus.png) no-repeat center center;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .plus {
  border-radius: 0 4px 4px 0;
  background: url(../images/plus.png) no-repeat center center;
  margin-left: -1px;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  height: 30px;
  line-height: 30px;
  width: 40px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  float: left;
  margin-left: -1px;
  position: relative;
  z-index: 20;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.half {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.min {
  width: 220px;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.unit-followed {
  width: 156px;
  float: left;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.half-unit-followed {
  width: 128px;
  float: left;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.mid {
  width: 300px;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .count-control .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.dashboard .dashboard-content .material-list .material-item .addition-area .addition {
  margin-left: 12px;
  float: left;
  width: 104px;
}
.dashboard .statistic-view .section {
  padding: 6px 20px 0 20px;
}
.dashboard .statistic-view .section .section-title {
  border-bottom: none;
}
.dashboard .statistic-view .section .section-content {
  padding: 4px 0 0 0;
}
.dashboard .statistic-view .section .section-content:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.dashboard .statistic-view .section .section-content .info-tile {
  border: 1px solid #e2e4e8;
}
.pagination {
  float: right;
}
.pagination .layui-laypage {
  margin: 0 auto;
}
.pagination .layui-laypage-prev {
  border-left: 1px solid #e2e4e8;
}
.pagination .layui-laypage a,
.pagination .layui-laypage span {
  margin-bottom: 0;
  margin-right: 0;
}
.pagination .layui-laypage a {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  color: #666;
  font-size: 12px;
  padding: 0px 15px;
}
.pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #508ee5 !important;
}
.pagination .layui-laypage a,
.pagination .layui-laypage button,
.pagination .layui-laypage input,
.pagination .layui-laypage select,
.pagination .layui-laypage span {
  border: 1px solid #e2e4e8;
  border-left: none;
}
.pagination .layui-laypage .layui-laypage-curr em {
  cursor: default;
}
.pagination .layui-laypage .layui-laypage-spr {
  color: #e2e4e8;
  cursor: default;
}
.pagination .layui-laypage > a:last-child,
.pagination .layui-laypage > a:last-child em {
  border-radius: 0 4px 4px 0;
}
.pagination .layui-laypage > a:first-child,
.pagination .layui-laypage > a:first-child em {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #e2e4e8;
}
.pagination .layui-laypage a:hover {
  background: #f5f6f7;
  color: #508ee5;
}
.pagination .layui-disabled,
.pagination .layui-disabled:hover {
  color: #aaa !important;
  background-color: #fff!important;
  cursor: default!important;
}
.row {
  padding: 12px 0 4px 0;
}
.row:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
}
.be-primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-primary-button:hover {
  background-color: #4085e5;
}
.be-secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
}
.be-secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-secondary-button:hover .icon {
  color: #4085e5;
}
.be-alert-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #ff6666;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #ff6666;
  transition: background-color 0.2s;
}
.be-alert-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6666;
}
.be-alert-button:hover {
  background-color: rgba(255, 102, 102, 0.05);
}
.be-link-button {
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  position: relative;
  padding-left: 22px;
  transition: color .2s;
}
.be-link-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 16px;
  color: #aaa;
  width: 16px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: color .2s;
}
.be-link-button.alert {
  color: #ff6666;
}
.be-link-button.alert .icon {
  color: #ff6666;
}
.be-link-button.alert:hover {
  color: #FF4D4D;
}
.be-link-button.alert:hover .icon {
  color: #FF4D4D;
}
.be-link-button:hover {
  color: #508ee5;
}
.be-link-button:hover .icon {
  color: #508ee5;
}
.be-input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
}
.be-input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-input.half {
  width: 156px;
  float: left;
}
.be-input.min {
  width: 220px;
}
.be-input.unit-followed {
  width: 156px;
  float: left;
}
.be-input.half-unit-followed {
  width: 128px;
  float: left;
}
.be-input.mid {
  width: 300px;
}
.be-input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.be-tab-bar .tab-item .radio {
  display: none;
}
.be-tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.be-tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.be-tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.be-underline-tab-bar {
  border-bottom: 1px solid #e2e4e8;
}
.be-underline-tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-underline-tab-bar .tab-item {
  float: left;
  line-height: 32px;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  top: 1px;
}
.be-underline-tab-bar .tab-item .radio {
  display: none;
}
.be-underline-tab-bar .tab-item .count-badge {
  color: #508ee5;
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  line-height: 20px;
  background: #508ee5;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  min-width: 12px;
  margin-left: 8px;
}
.be-underline-tab-bar .tab-item .badge {
  color: #508ee5;
}
.be-underline-tab-bar .tab-item.active {
  color: #508ee5;
  border-bottom: 2px solid #508ee5;
  font-weight: bold;
}
.be-table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.be-table .table-head tr {
  background-color: #eff0f1;
  height: 40px;
  color: #555;
}
.be-table .table-head tr th {
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #c8c8c8;
}
.be-table .table-head tr th .label {
  margin-left: 4px;
  display: none;
}
.be-table .table-head tr th.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.be-table .table-head tr th.index-grid {
  width: 40px;
}
.be-table .table-head tr th.left-align {
  text-align: left;
}
.be-table .table-head tr th.right-align {
  text-align: right;
}
.be-table .table-head tr th.titleOne {
  text-align: left;
}
.be-table .table-body tr {
  height: 40px;
  color: #555;
}
.be-table .table-body tr td {
  padding: 0 12px;
  text-align: center;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.be-table .table-body tr td .label {
  margin-left: 4px;
  display: none;
}
.be-table .table-body tr td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 80%;
}
.be-table .table-body tr td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-table .table-body tr td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-table .table-body tr td .input.half {
  width: 156px;
  float: left;
}
.be-table .table-body tr td .input.min {
  width: 220px;
}
.be-table .table-body tr td .input.unit-followed {
  width: 156px;
  float: left;
}
.be-table .table-body tr td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.be-table .table-body tr td .input.mid {
  width: 300px;
}
.be-table .table-body tr td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-table .table-body tr td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-table .table-body tr td.checkbox-grid {
  padding: 0 8px;
  text-align: center;
  width: 20px;
}
.be-table .table-body tr td.index-grid {
  width: 40px;
}
.be-table .table-body tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
}
.be-table .table-body tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.be-table .table-body tr td .action.alert {
  color: #ff6666;
}
.be-table .table-body tr td .action.alert:hover {
  color: #FF4D4D;
}
.be-table .table-body tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.be-table .table-body tr td .action .link-button:hover {
  color: #4085e5;
}
.be-table .table-body tr td .action:hover {
  color: #4085e5;
}
.be-table .table-body tr td.left-align {
  text-align: left;
}
.be-table .table-body tr td.titleOne {
  text-align: left;
}
.be-table .table-body tr td.right-align {
  text-align: right;
}
.be-table .table-body tr:nth-child(2n) {
  background-color: #f6f7f8;
}
.be-submit-panel {
  border-top: 1px solid #e2e4e8;
  padding: 16px;
  text-align: center;
  font-size: 0;
}
.be-submit-panel .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.be-submit-panel .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-submit-panel .primary-button:hover {
  background-color: #4085e5;
}
.be-submit-panel .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  display: inline-block;
  margin: 0 6px;
}
.be-submit-panel .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-submit-panel .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-submit-panel .secondary-button:hover .icon {
  color: #4085e5;
}
.be-area-title {
  font-size: 16px;
  line-height: 32px;
  color: #555;
  font-weight: bold;
  padding: 8px 16px 8px 32px;
  background: #f5f7fa;
  position: relative;
}
.be-area-title:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 8px;
  height: 16px;
  border-radius: 4px;
  background-color: #508ee5;
}
.be-area-title .close {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.be-search-bar {
  font-size: 14px;
  padding-top: 12px;
}
.be-search-bar.btn-followed {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e4e8;
}
.be-search-bar.single {
  padding-top: 4px;
}
.be-search-bar.table-followed {
  padding-bottom: 12px;
}
.be-search-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-search-bar .label {
  line-height: 28px;
  float: left;
  margin-left: 8px;
  color: #666;
}
.be-search-bar .label:first-child {
  margin-left: 0;
}
.be-search-bar .input {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
}
.be-search-bar .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-search-bar .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-search-bar .input.half {
  width: 156px;
  float: left;
}
.be-search-bar .input.min {
  width: 220px;
}
.be-search-bar .input.unit-followed {
  width: 156px;
  float: left;
}
.be-search-bar .input.half-unit-followed {
  width: 128px;
  float: left;
}
.be-search-bar .input.mid {
  width: 300px;
}
.be-search-bar .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-search-bar .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-search-bar .dropdown {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  height: 28px;
  float: left;
  width: 180px;
  margin-right: 8px;
}
.be-search-bar .dropdown:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-search-bar .dropdown:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-search-bar .dropdown.half {
  width: 156px;
  float: left;
}
.be-search-bar .dropdown.min {
  width: 220px;
}
.be-search-bar .dropdown.unit-followed {
  width: 156px;
  float: left;
}
.be-search-bar .dropdown.half-unit-followed {
  width: 128px;
  float: left;
}
.be-search-bar .dropdown.mid {
  width: 300px;
}
.be-search-bar .dropdown.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-search-bar .dropdown.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-search-bar .datepicker {
  float: left;
  margin-right: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  width: 166px;
  height: 26px;
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.be-search-bar .datepicker:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-search-bar .datepicker:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-search-bar .datepicker.half {
  width: 156px;
  float: left;
}
.be-search-bar .datepicker.min {
  width: 220px;
}
.be-search-bar .datepicker.unit-followed {
  width: 156px;
  float: left;
}
.be-search-bar .datepicker.half-unit-followed {
  width: 128px;
  float: left;
}
.be-search-bar .datepicker.mid {
  width: 300px;
}
.be-search-bar .datepicker.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-search-bar .datepicker.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-search-bar .datepicker-icon-button {
  float: left;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  background-image: url(../images/calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -36px;
}
.be-search-bar .range-label {
  float: left;
  line-height: 28px;
  margin-right: 8px;
}
.be-search-bar .tab-bar {
  float: left;
}
.be-search-bar .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-search-bar .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.be-search-bar .tab-bar .tab-item .radio {
  display: none;
}
.be-search-bar .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.be-search-bar .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.be-search-bar .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.be-search-bar .search-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-search-bar .search-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-search-bar .search-button:hover {
  background-color: #4085e5;
}
.be-search-bar .primary-button {
  float: left;
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-search-bar .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-search-bar .primary-button:hover {
  background-color: #4085e5;
}
.be-search-bar .secondary-button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-search-bar .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-search-bar .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-search-bar .secondary-button:hover .icon {
  color: #4085e5;
}
.be-search-bar .button {
  float: left;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #aaa;
  background-color: #fff;
  width: 128px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #888;
  transition: all .2s;
  width: 80px;
  margin-left: 8px;
  height: 26px;
  line-height: 26px;
}
.be-search-bar .button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color .2s;
  color: #999;
}
.be-search-bar .button:hover {
  border: 1px solid #508ee5;
  color: #508ee5;
}
.be-search-bar .button:hover .icon {
  color: #508ee5;
}
.be-search-bar .radio-list {
  float: left;
  margin-right: 4px;
}
.be-search-bar .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-search-bar .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-search-bar .radio-list .layui-form-radio {
  line-height: 28px;
}
.be-form {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
.be-form .empty-row {
  height: 16px;
}
.be-form tr td .tab-bar:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-form tr td .tab-bar .tab-item {
  float: left;
  line-height: 26px;
  border: 1px solid #ccc;
  display: block;
  color: #666;
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-left: -1px;
  cursor: pointer;
  font-size: 14px;
}
.be-form tr td .tab-bar .tab-item .radio {
  display: none;
}
.be-form tr td .tab-bar .tab-item.active {
  color: #508ee5;
  border: 1px solid #508ee5;
  z-index: 2;
}
.be-form tr td .tab-bar .tab-item:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.be-form tr td .tab-bar .tab-item:last-child {
  border-radius: 0 3px 3px 0;
}
.be-form tr .section-title {
  font-weight: bold;
  color: #333;
  height: 24px;
  border-bottom: 1px solid #ccc;
}
.be-form tr .label-td {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: top;
  padding-right: 4px;
  position: relative;
}
.be-form tr .label-td .label-badge {
  color: #ff6666;
}
.be-form tr .label-td .label {
  width: 160px;
}
.be-form tr .label-td .label.auto {
  width: auto;
}
.be-form tr .label-td .label.transfer {
  width: auto;
  padding: 0 18px;
}
.be-form tr .label-td .label.min {
  width: 100px;
}
.be-form tr .info-td {
  padding: 10px 0;
  position: relative;
  vertical-align: top;
}
.be-form tr .info-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-form tr .info-td .radio-list {
  float: left;
}
.be-form tr .info-td .radio-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-form tr .info-td .radio-list .layui-form-radio {
  float: left;
  line-height: 28px;
}
.be-form tr .info-td .radio-list .layui-unselect {
  width: auto;
}
.be-form tr .info-td .info {
  float: left;
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.be-form tr .info-td .secondary-icon-button {
  float: left;
}
.be-form tr .info-td .alert-icon-button {
  float: left;
}
.be-form tr .info-td .primary-icon-button {
  float: left;
}
.be-form tr .info-td .cascader {
  clear: both;
  width: 412px;
  display: none;
}
.be-form tr .info-td .layui-unselect {
  float: left;
  width: 414px;
}
.be-form tr .info-td .layui-unselect.layui-form-checkbox {
  width: auto;
}
.be-form tr .info-td .dropdown-block {
  float: left;
}
.be-form tr .info-td .dropdown-block.inline {
  width: 201px;
}
.be-form tr .info-td .dropdown-block .layui-unselect {
  width: 100%;
  float: none;
}
.be-form tr .info-td .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.be-form tr .info-td .layui-form-radio {
  float: left;
  width: auto;
}
.be-form tr .info-td .info {
  line-height: 28px;
  color: #333;
  font-size: 14px;
}
.be-form tr .info-td .label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 70px;
}
.be-form tr .info-td .outer-label {
  text-align: right;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  padding-right: 4px;
  position: relative;
  float: left;
  width: 98px;
}
.be-form tr .info-td .hint {
  float: left;
  clear: right;
  color: #ff6666;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.be-form tr .info-td .secondary-icon-button + .hint {
  margin-left: 12px;
}
.be-form tr .info-td .input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
}
.be-form tr .info-td .input:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-form tr .info-td .input:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-form tr .info-td .input.half {
  width: 156px;
  float: left;
}
.be-form tr .info-td .input.min {
  width: 220px;
}
.be-form tr .info-td .input.unit-followed {
  width: 156px;
  float: left;
}
.be-form tr .info-td .input.half-unit-followed {
  width: 128px;
  float: left;
}
.be-form tr .info-td .input.mid {
  width: 300px;
}
.be-form tr .info-td .input.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-form tr .info-td .input.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-form tr .info-td .select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  color: #333;
  width: 400px;
  float: left;
  height: 28px;
  line-height: 28px;
  width: 414px;
}
.be-form tr .info-td .select:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-form tr .info-td .select:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-form tr .info-td .select.half {
  width: 156px;
  float: left;
}
.be-form tr .info-td .select.min {
  width: 220px;
}
.be-form tr .info-td .select.unit-followed {
  width: 156px;
  float: left;
}
.be-form tr .info-td .select.half-unit-followed {
  width: 128px;
  float: left;
}
.be-form tr .info-td .select.mid {
  width: 300px;
}
.be-form tr .info-td .select.disable {
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  color: #777;
}
.be-form tr .info-td .select.display {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.be-form tr .info-td .textarea {
  line-height: 24px;
  color: #333;
  width: 100%;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 6px;
  overflow: hidden;
  min-height: 104px;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}
.be-form tr .info-td .textarea.align {
  width: 414px;
}
.be-form tr .info-td .textarea.triple {
  width: 686px;
}
.be-form tr .info-td .textarea:focus {
  outline: none;
  border: 1px solid #508ee5;
}
.be-form tr .info-td .textarea:disabled {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
}
.be-form tr .info-td .unit {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-left: 6px;
  float: left;
  min-width: 50px;
}
.be-form tr .info-td .range-label {
  width: 74px;
  text-align: center;
  color: #666;
  float: left;
  line-height: 28px;
}
.be-form tr .action-td {
  padding: 16px 0;
  font-size: 14px;
}
.be-form tr .action-td:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.be-form tr .action-td .hint {
  font-size: 12px;
  color: #999;
  padding: 6px 0;
  cursor: pointer;
}
.be-form tr .action-td .primary-button {
  line-height: 30px;
  border: 1px solid #508ee5;
  background-color: #508ee5;
  width: 134px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.be-form tr .action-td .primary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.be-form tr .action-td .primary-button:hover {
  background-color: #4085e5;
}
.be-form tr .action-td .secondary-button {
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #508ee5;
  width: 134px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: #508ee5;
  transition: background-color 0.2s;
  float: left;
  width: 120px;
  margin-right: 12px;
}
.be-form tr .action-td .secondary-button .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #508ee5;
}
.be-form tr .action-td .secondary-button:hover {
  background-color: rgba(93, 140, 233, 0.05);
}
.be-form tr .action-td .secondary-button:hover .icon {
  color: #4085e5;
}
.layui-form-radio {
  line-height: 28px;
  margin: 0;
}
.layui-form-checkbox[lay-skin=primary] {
  line-height: 28px !important;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #508ee5 !important;
  background-color: #508ee5;
  color: #fff;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #508ee5;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #508ee5;
  color: #fff;
}
.layui-input,
.layui-textarea {
  padding-left: 6px;
}
.layui-layer-title {
  background-color: #fff;
  color: #333;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #ccc;
}
.layui-layer {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
}
.layui-form .layui-form-radio {
  line-height: 28px;
  margin: 0;
  margin-right: 12px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  float: left;
  color: #777;
}
.layui-form .layui-form-radio.layui-form-radioed {
  color: #333;
}
.layui-form .layui-form-radio > i {
  margin-right: 6px;
  font-size: 16px;
  color: #c2c2c2;
}
.layui-form .layui-form-radio > i:hover,
.layui-form .layui-form-radioed > i {
  color: #508ee5;
}
.layui-form .layui-unselect {
  float: left;
}
.layui-form .layui-input,
.layui-form .layui-select,
.layui-form .layui-textarea {
  line-height: 26px;
  border-radius: 4px;
  height: 28px;
  border-color: #ccc;
}
.layui-form .layui-input:focus,
.layui-form .layui-textarea:focus {
  border-color: #508ee5 !important;
}
.layui-form .layui-form-select dl {
  top: 34px;
  border: 1px solid #508ee5;
  border-radius: 4px;
  padding: 4px 0;
  z-index: 100;
}
.layui-form .layui-form-select dl dd,
.layui-form .layui-form-select dl dt {
  padding: 0 6px;
  line-height: 28px;
}
.layui-form .layui-form-select dl dd.layui-select-tips {
  padding-left: 6px !important;
}
.layui-form .layui-form-selectup dl {
  top: auto;
  bottom: 34px;
}
.layui-form .layui-input-block .layui-unselect {
  float: none;
}
.layui-form .layui-input-block .layui-form-select {
  float: none;
}
.layui-form .dropdown-block.inline {
  width: 201px;
}
.layui-form .dropdown-block .layui-unselect {
  width: 100%;
  float: left;
}
.layui-form .dropdown-block + .dropdown-block {
  margin-left: 12px;
}
.layui-upload-list {
  margin: 0;
  padding-top: 6px;
  max-width: 700px;
}
.layui-upload-list:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.layui-upload-list.inline {
  max-width: 100%;
}
.layui-upload-list.inline .thumbnail-item:nth-child(5n) {
  margin-right: 9px;
}
.layui-upload-list .thumbnail-item {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 4px;
  border: 1px dashed #e0e0e0;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  overflow: hidden;
}
.layui-upload-list .thumbnail-item.inline:nth-child(5n) {
  margin-right: 9px;
}
.layui-upload-list .thumbnail-item:nth-child(5n) {
  margin-right: 0;
}
.layui-upload-list .thumbnail-item:hover {
  border: 1px dashed #508ee5;
}
.layui-upload-list .thumbnail-item:hover .single-icon-button {
  opacity: .85;
}
.layui-upload-list .thumbnail-item .single-icon-button {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: .7;
  border: 1px solid #ff6666;
  background: #fff;
  border-radius: 4px;
  transition: all .2s;
}
.layui-upload-list .thumbnail-item .single-icon-button:hover {
  opacity: 1;
}
.layui-upload-list .thumbnail-item .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}
.layui-table tr th .action,
.layui-table tr td .action {
  display: inline-block;
  margin: 0 6px;
  color: #508ee5;
  cursor: pointer;
  margin: 0;
  margin-right: 6px;
}
.layui-table tr th .action .icon,
.layui-table tr td .action .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layui-table tr th .action.alert,
.layui-table tr td .action.alert {
  color: #ff6666;
}
.layui-table tr th .action.alert:hover,
.layui-table tr td .action.alert:hover {
  color: #FF4D4D;
}
.layui-table tr th .action .link-button,
.layui-table tr td .action .link-button {
  color: #508ee5;
  cursor: pointer;
}
.layui-table tr th .action .link-button:hover,
.layui-table tr td .action .link-button:hover {
  color: #4085e5;
}
.layui-table tr th .action:hover,
.layui-table tr td .action:hover {
  color: #4085e5;
}
.layui-tab.cascader {
  margin: 0;
  margin-top: 4px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}
.layui-tab.cascader .layui-tab-title {
  height: 32px;
  background-color: #f3f4f5;
  border-bottom: 1px solid #e0e0e0;
}
.layui-tab.cascader .layui-tab-title li {
  font-size: 14px;
  line-height: 32px;
  padding: 0 15px;
  color: #666;
}
.layui-tab.cascader .layui-tab-title li:hover {
  color: #508ee5;
}
.layui-tab.cascader .layui-tab-title .layui-this {
  background-color: #fff;
  color: #508ee5;
}
.layui-tab.cascader .layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 34px;
  border: 1px solid #e0e0e0;
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.layui-tab.cascader .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
  color: #ccc;
  cursor: pointer;
}
.layui-tab.cascader .close:hover {
  color: #aaa;
}
.layui-tab.cascader .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.layui-tab.cascader .layui-tab-content {
  padding-bottom: 4px;
  min-height: 34px;
}
.layui-tab.cascader .layui-tab-content .layui-tab-item > ul:after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.layui-tab.cascader .layui-tab-content .layui-tab-item > ul .site-demo-active {
  transition: all .2s;
  cursor: pointer;
  padding: 0 6px;
  border-radius: 3px;
  line-height: 28px;
  font-size: 14px;
  background: #fff;
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  color: #666;
}
.layui-tab.cascader .layui-tab-content .layui-tab-item > ul .site-demo-active:hover {
  background: #508ee5;
  color: #fff;
}
.layui-form-checkbox[lay-skin=primary] span {
  line-height: 28px;
}
.layui-form-checkbox[lay-skin=primary] i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 6px;
  font-size: 10px;
  border-radius: 3px;
}
.layui-form-checkbox[lay-skin=primary] {
  padding-left: 22px;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  background: #F5F8FA;
  font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
iframe {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
table td {
  padding: 0;
}
a {
  text-decoration: none;
}
html {
  overflow: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar { /* 设置滚动条宽度 */
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {/* 设置滚动条轨道背景色 */
  background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {/* 设置滚动条滑块背景色 */
  background-color: #e2e4e8;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {/* 设置滚动条滑块圆角 */
  background-color: #ccc;
  border-radius: 4px;
}

.flex {
  display: flex;
}
.jus_sb {
  justify-content: space-between;
}
.al_c {
  align-items: center;
}
.tabCont_item{
  margin: 2vh auto;
  padding: 1vh;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  border-radius: 12px;
}

.tabCont_item_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1vw;
  background: linear-gradient(to right, #cee8ff, #ffffff);
  border-radius: 12px 12px 0 0;
  height: 5.2vh;
}

.tabCont_item_bottom{
  padding: 1vw;
}

.tabCont_item_right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 1vw;
  width: 84%;
}

.tit1 {
  padding-bottom: 0.9vh;
}

.deTitle {
  font-size: 1.1vw;
  font-weight: bold;
  color: #000000;
}

.infotit {
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  /*font-size: 0.8vw;*/
  margin-top: 0.5vh;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infotit_left{
  text-align: left;
  font-weight: 500;
  color: #999999;
}
.infotit_right{
  flex: 1;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}