
/**提示颜色*/
/**操作成功字体*/
/**失败颜色*/
/**内容字体颜色*/
/**高亮颜色，用于深色背景*/
/*表格边框颜色*/
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("../font/SourceHanSansCN-Regular.ttf") format("truetype");
}
body {
  font-family: "SourceHanSansCN-Bold!important;";
  font-size: 12px;
  margin: 0px 0px;
}
div,
span {
  font-family: "SourceHanSansCN-Bold!important;";
}
ul {
  font-size: 0px;
}
li {
  font-size: 12px;
}
ul,
li,
dd,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.pointer {
  cursor: pointer;
}
.hidden {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.content-body {
  background: white;
  color: #6f7479;
  font-size: 12px;
}
.content-body .btn {
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.content-body .primary {
  border: 0px;
  background-color: #e41f2b;
  color: #f2f2f2;
}
.content-body .ghost {
  border: 1px solid #dadada;
  color: #6f7479;
  background-color: #fff;
}
.clear {
  clear: both;
}
/**内容页*/
.content-page {
  width: 1000px;
  margin: 28px auto;
}
.base-color {
  color: #e41f2b;
}
/**提醒文字*/
.info-msg {
  color: #499df2;
}
/**成功文字*/
.success-msg {
  color: #3dcca6;
}
/*说明文字*/
.tip-msg {
  color: #999999;
}
/*错误文字*/
.fail-msg {
  color: red;
}
/**操作链接*/
.oper-link,
.oper-link:hover,
oper-link:link,
oper-link:visited {
  color: #e41f2b;
  text-decoration: none;
}
/**一般链接*/
.primary-link,
.primary-link:hover,
primary-link:link,
primary-link:visited {
  color: #499df2;
  text-decoration: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.primary-link i,
.primary-link:hover i,
primary-link:link i,
primary-link:visited i {
  vertical-align: middle;
}
/**提醒栏*/
.info-bar {
  box-shadow: 0px 0px 1px #499df2;
  border: 0.5px solid #499df2;
  padding: 10px 8px;
  border-radius: 2px;
  background-color: #f5faff;
}
.info-bar-tip {
  margin-left: 8px;
  margin-right: 2px;
  color: #499df2;
}
.margin-botttom-10 {
  margin-bottom: 10px;
}
.margin-botttom-20 {
  margin-bottom: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
/**表格顶部*/
.tbhead {
  margin: 30px 0px 20px 0px;
}
.tbhead-title {
  font-size: 14px;
  font-weight: bold;
}
.tbhead-btn {
  position: relative;
  top: -5px;
}
/*内容表格*/
.content-tb {
  width: 100%;
  border-collapse: collapse;
}
.content-tb th {
  background-color: #f5f5f5;
  font-weight: normal;
}
.content-tb th,
.content-tb td {
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
  text-align: center;
}
/*详情表格*/
.detail-tb {
  width: 100%;
  border-collapse: collapse;
  margin-top: 7px;
  word-break: break-all;
}
.detail-tb td {
  border: 1px solid #e5e5e5;
  padding: 12px 10px;
}
.detail-tb-lable {
  background-color: #f5f5f5;
}
/*内容卡片*/
.content-card {
  background-color: #fafafa;
  padding: 8px 20px;
}
.content-card span,
.content-card p {
  line-height: 25px;
}
/*带左侧箭头的提示层*/
.tool-tip {
  position: relative;
  display: inline-block;
  color: #ff8833;
  border: 1px solid #ff8833;
  background-color: #fff9f5;
  padding: 1px 8px;
  border-radius: 3px;
}
.tool-tip-arrow {
  position: relative;
  left: -16px;
  top: 0px;
  font-size: 18px;
}
.tool-tip-arrow em {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ff8833;
  line-height: 25px;
}
.tool-tip-arrow span {
  top: 0px;
  left: 4px;
  position: absolute;
  color: #fff9f5;
  line-height: 26px;
}
/*步骤条*/
.steps {
  text-align: center;
}
.steps > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.steps label {
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: -10px;
}
.steps .round {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #FFF;
  line-height: 28px;
  text-align: center;
  float: left;
}
.steps .bar {
  margin: 12px -4px 0px -1px;
  width: 120px;
  height: 3px;
  vertical-align: middle;
  float: left;
}
.steps .finished label {
  color: #e41f2b;
}
.steps .finished .round {
  background-color: #e41f2b;
}
.steps .finished .bar {
  background-color: #e41f2b;
}
.steps .todo label {
  color: #999999;
}
.steps .todo .round {
  background-color: #cccccc;
}
.steps .todo .bar {
  background-color: #cccccc;
}
/*表单头*/
.form-head {
  margin-bottom: 10px;
}
.form-head-title {
  font-size: 14px;
  font-weight: bold;
}
.form-body {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 30px 30px 15px 30px;
}
.form-body-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.form-foot {
  text-align: center;
  margin-bottom: 30px;
}
/*进度条*/
.hl-progress-outer {
  display: inline-block;
  width: 100%;
  padding-right: 45px;
  margin-right: -45px;
  box-sizing: border-box;
}
.hl-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 2px;
  vertical-align: middle;
}
.hl-progress-active {
  border-radius: 2px;
  height: 3px;
  background-color: #499df2;
}
.hl-progress-text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
}
.hl-form {
  /*字段分组*/
  /*输入框样式*/
  /*select下拉框*/
  /*字段说明*/
  /*错误提示*/
  /*区域选择下拉*/
}
.hl-form .fieldGroup {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
}
.hl-form .hl-input {
  height: 32px;
  line-height: 32px;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #c3cada;
  border-radius: 4px;
  color: #495060;
  background-color: #fff;
  width: 400px;
  box-sizing: border-box;
}
.hl-form .hl-disableinput {
  height: 32px;
  line-height: 32px;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #c3cada;
  border-radius: 4px;
  color: #a19f97f5 f5;
  background-color: #495060;
  width: 400px;
  box-sizing: border-box;
}
.hl-form .hl-select {
  height: 32px;
  line-height: 32px;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #c3cada;
  border-radius: 4px;
  color: #495060;
  width: 400px;
  box-sizing: border-box;
}
.hl-form .hl-span {
  display: inline-block;
  line-height: 32px;
  height: 32px;
}
.hl-form .field-tip {
  border: 1px solid #c3cada;
  background-color: #f5f5f5;
  padding: 8px 15px;
  width: 400px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 8px;
  color: #499df2;
}
.hl-form label.error {
  display: inline-block;
  border: 1px solid #e41f2b;
  background-color: #fff5f5;
  padding: 0px 15px;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #e41f2b;
  margin-left: 4px;
  position: absolute;
}
.hl-form label.error-chkbox {
  display: inline-block;
  border: 1px solid #e41f2b;
  background-color: #fff5f5;
  padding: 0px 15px;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  color: #e41f2b;
  margin-left: 4px;
  position: unset;
}
.hl-form .position-lab {
  margin-top: -50px !important;
}
.hl-form .required:before {
  content: "* ";
  color: #e41f2b;
}
.hl-form .check-item {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
}
.hl-form .label-item {
  position: absolute;
  top: 8px;
  right: 0;
}
.hl-form .form-relative {
  position: relative;
}
.hl-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  overflow: hidden;
  /*清除浮动*/
}
.hl-form-item-label {
  float: left;
  width: 200px;
  text-align: right;
  line-height: 30px;
  height: 30px;
}
.hl-form-item-label:after {
  content: "：";
}
.hl-form-item-content {
  float: left;
  margin-left: 10px;
  width: 414px;
}
.hl-form-item-filed-wraper {
  display: inline-block;
  width: 400px;
}
.hl-form .area-sel {
  width: 124px;
  margin-right: 10px;
}
.hl-form .chklist {
  width: 400px;
  overflow: hidden;
}
.hl-form .chklist-item {
  display: inline-block;
  float: left;
  line-height: 32px;
  height: 32px;
}
.hl-form .remark {
  height: 80px;
  line-height: 22px;
  font-size: 13px;
}
/*备案标题*/
.beian-title {
  font-size: 14px;
  color: #e41f2b;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
/**图片预览框*/
.img-preview {
  display: inline-block;
  margin: 8px 20px 26px 0px;
  vertical-align: bottom;
}
.img-preview-head {
  line-height: 24px;
  height: 24px;
  text-align: center;
}
.img-preview-body {
  border: 1px solid #e5e5e5;
}
.img-preview-body img {
  min-width: 105px;
  max-width: 220px;
  min-height: 100px;
  max-height: 150px;
}
.img-preview-foot {
  line-height: 24px;
  height: 24px;
  padding-left: 5px;
  padding-right: 5px;
}
.img-preview-upload-bar {
  visibility: hidden;
}
.imgviewer-box-imgwrapper-bar {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  line-height: 20px;
  margin-top: -20px;
  /*display: none;*/
}
.imgviewer-box-imgwrapper-bar .bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.imgviewer-box-imgwrapper-bar .a-del-img {
  position: absolute;
  right: 3px;
  color: #ffffff;
  margin-left: 100px;
}
.imgviewer-box-imgwrapper-bar .a-del-img-ywcba {
  position: absolute;
  right: 3px;
  color: #ffffff;
  margin-left: 100px;
}
.imgviewer-box-imgwrapper-bar .imgviewerbutton {
  position: absolute;
  left: 3px;
  color: #ffffff;
}
.imgviewer-box-imgwrapper-bar .imgviewerbuttonlist {
  position: absolute;
  left: 3px;
  color: #ffffff;
}
.audit-drop-ul {
  z-index: 100;
  width: 100px;
  background-color: #d8e0e0;
  line-height: 24px;
  margin-top: -12px;
  display: none;
}
.audit-drop-ul .audit-drop-li:hover {
  background: #90BDF4;
  cursor: pointer;
}
.img-preview-result {
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: 20px;
}
.base-table {
  width: 100%;
  border-collapse: collapse;
}
.base-table th {
  font-size: 12px;
  background-color: white;
  color: black;
  height: 40px;
  padding: 0 10px;
  border-right: 1px solid #dad8d870 70;
}
.base-table th span {
  display: inline-block;
  width: 100%;
}
.base-table tr td {
  color: #596069;
}
.base-table tr {
  font-size: 13px;
  border: 1px solid #dad8d870 70;
  text-align: center;
}
.base-table td {
  border: 1px solid #dad8d870 70;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
}
.mycheck {
  position: relative;
}
.mycheck input[type=checkbox] {
  visibility: hidden;
}
.mycheck label {
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  /* Gecko browsers */
  -webkit-border-radius: 3px;
  /* Webkit browsers */
  border-radius: 3px;
  /* W3C syntax */
}
.mycheck label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 7px;
  height: 3px;
  background: transparent;
  top: 5px;
  left: 5px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mycheck input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.mycheck input[type=checkbox]:checked + label {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: #5099F5;
  -moz-border-radius: 3px;
  /* Gecko browsers */
  -webkit-border-radius: 3px;
  /* Webkit browsers */
  border-radius: 3px;
  border: none;
}
.mycheck span.checkbox-title {
  display: inline-block;
  margin-left: 6px;
  margin-top: -10px;
  vertical-align: middle;
}
.div-btn-pos {
  margin-top: 20px;
  text-align: right;
  margin-right: 20px;
}
input.btn-sub {
  background: red;
  border: none;
  padding: 8px 20px 8px 19px;
  border-radius: 2px;
  color: white;
}
.overflow-show {
  overflow: inherit;
}
.float-left {
  float: left;
}
.div-select {
  width: 897px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 48px;
}
.dowebok {
  width: 590px;
}
.height-100 {
  height: 100px;
}
.ym-tip {
  margin-left: 40px !important;
  margin-top: 2px !important;
}
.send-active {
  background: #CCCCCC !important;
  border: none !important;
}
.word-breaks {
  word-break: break-all;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
  display: inline-block;
}
div#host-list label.error {
  margin-left: 58px;
}
.combo-input {
  color: #495060;
}
.margin-top-30 {
  margin-top: 30px;
}
.dowebok input {
  height: 32px;
}
.pw-level {
  color: #707070;
  float: left;
  font-size: 12px;
  text-align: center;
  width: 58px;
}
.pw-bar {
  background: url(../image/pwd-1.png) no-repeat;
  height: 14px;
  overflow: hidden;
  width: 179px;
}
.pw-bar-on {
  background: url(../image/pwd-2.png) no-repeat;
  width: 0px;
  height: 14px;
  margin-top: -14px;
}
