@charset "UTF-8";
/* 全局css变量 */
.primary-color {
  color: #3476F0;
}
.table-style .static-content-test {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.table-style .html-content-text {
  border: 1px solid #DCDFE6;
  border-top: none 0px;
  padding: 5px 15px;
  min-height: 40px;
  display: block;
  width: 100%;
}
.table-style .sub-form-container {
  margin-bottom: 0px;
}
.table-style .sub-form-container .sub-form-header {
  border: 1px solid #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
  border-bottom: none 0px;
  padding: 5px 15px;
}
.table-style .sub-form-container .sub-form-header .sub-form-label {
  height: auto;
  line-height: 22px;
}
.table-style .sub-form-container .sub-form-header .widget-descption {
  font-size: 12px;
  color: #909399;
  line-height: 20px;
  margin-top: 5px;
}
.table-style .sub-form-container .sub-form-import-excel {
  border-left: 1px solid #DCDFE6;
}
.table-style .sub-form-container .subform-table-column .el-form-item {
  border: none 0px;
}
.table-style .sub-form-container .sub-form-add-row {
  border: solid 1px #DCDFE6;
  border-right: none 0px;
  border-top: none 0px;
}
.table-style .data-choose-item ::v-deep .el-form-item__content,
.table-style .fill-select-item ::v-deep .el-form-item__content {
  width: 100%;
  overflow-y: hidden;
}
.background-opacity {
  background: #3476F0;
}
.form-widget-list .ghost {
  content: "";
  font-size: 0;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3476F0;
  border: 2px solid #3476F0;
  outline-width: 0;
  padding: 0;
  overflow: hidden;
}
.form-widget-list .radio-form-item-wrapper, .form-widget-list .checkbox-form-item-wrapper {
  line-height: 25px !important;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content, .form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  height: initial;
  line-height: 25px;
}
.form-widget-list .radio-form-item-wrapper .el-form-item__content {
  margin-top: -5px;
}
.form-widget-list .checkbox-form-item-wrapper .el-form-item__content {
  margin-top: -4px;
}
.el-form-item--medium .el-radio, .el-form-item--medium .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--medium .el-rate {
  margin-top: 8px;
}
.el-form-item--small .el-radio, .el-form-item--small .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--small .el-rate {
  margin-top: 6px;
}
.el-form-item--mini .el-radio, .el-form-item--mini .el-checkbox {
  line-height: 36px !important;
}
.el-form-item--mini .el-rate {
  margin-top: 4px;
}
input[type=password]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
  display: none;
}

/* 滚动条样式 begin */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
  background: rgba(16, 31, 28, 0.1);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(16, 31, 28, 0.35);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(16, 31, 28, 0.85);
}
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}
.widget-descption {
  color: #a0a0a0;
  height: auto;
  line-height: 20px;
}

/*
body {//IE浏览器滚动条样式
  scrollbar-shadow-color: #e5e5e5;
  scrollbar-face-color: #e5e5e5;
  scrollbar-base-color: #ffffff;
  scrollbar-arrow-color: #444040;
}
*/
/* 滚动条样式 end */
.debugText {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.debugText:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.table-style {
  border: 1px solid #DCDFE6;
  border-left: none 0px;
  border-bottom: 0;
}
.table-style .design-time-bottom-margin {
  margin-bottom: 0 !important;
}
.table-style .field-wrapper {
  padding-right: 0 !important;
}
.table-style .field-wrapper .el-form-item {
  margin-bottom: 0 !important;
}
.table-style .el-form-item {
  border-bottom: 1px solid #DCDFE6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 48px;
}
.table-style .el-form-item.is-error {
  margin-bottom: 0 !important;
}
.table-style .el-form-item .el-form-item__label {
  background-color: #F5F7FA;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  float: none;
  height: auto !important;
  /* width: auto; 移除此行，因为在 left 模式下 Element UI 会设置行内样式。如果有其他样式干扰，让行内样式自然生效 */
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 防止被内容挤压 */
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  line-height: 20px;
}
.table-style .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  margin-left: 0 !important;
  min-height: 48px;
}
.table-style .el-form-item .el-form-item__content > span, .table-style .el-form-item .el-form-item__content > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-style .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  left: auto;
}
.table-style .el-form-item.textarea-item, .table-style .el-form-item.rich-editor-item, .table-style .el-form-item.static-text-item, .table-style .el-form-item.html-text-item {
  min-height: 100px;
}
.table-style .el-form-item.textarea-item .el-form-item__content, .table-style .el-form-item.rich-editor-item .el-form-item__content, .table-style .el-form-item.static-text-item .el-form-item__content, .table-style .el-form-item.html-text-item .el-form-item__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.table-cell-height {
  height: 30px;
  line-height: 30px;
}
[v-cloak] {
  display: none;
}
.create-container {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-container .form-new-design-wrapper {
  margin-top: 20px;
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  display: inline-block;
  overflow: auto;
}
.create-container .form-new-design {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
}
.create-container .form-new-design .container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-container .create-nav-wrapper {
  width: 100%;
  height: 56px;
  background: #fff;
  -webkit-transform: translateZ(0);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.create-container .create-nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-container .create-nav .create-nav-left {
  height: 56px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.create-container .create-nav .create-nav-left .nav-home {
  cursor: pointer;
  font-size: 20px;
}
.create-container .create-nav .create-nav-left .separator {
  width: 1px;
  height: 20px;
  border-right: 1px solid #dbdde7;
  margin: 0 16px;
}
.create-container .create-nav .create-nav-left .nav-title {
  max-width: 350px;
  font-size: 16px;
  font-weight: 500;
  color: #646d7a;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  border-bottom: dashed 1px #bababa;
}
.create-container .create-nav .create-nav-center {
  position: relative;
  display: inline-block;
}
.create-container .create-nav .create-nav-center .tab-menu {
  list-style: none;
  margin: 0;
  padding: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-container .create-nav .create-nav-center .tab-menu li {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  line-height: 56px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0 10px;
  margin: 0 7px;
}
.create-container .create-nav .create-nav-center .tab-menu .active {
  color: #3476F0;
  position: relative;
}
.create-container .create-nav .create-nav-center .tab-menu .active:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 4px;
  bottom: -0.5px;
  left: 50%;
  margin-left: -26px;
  background: #3476F0;
  border-radius: 3px 3px 0 0;
}
.create-container .create-nav .create-nav-center .tab-menu .ul-step__arrow {
  display: inline-block;
  margin: 0 60px;
}
.create-container .create-nav .create-nav-center .tab-menu .ul-step__arrow span {
  display: inline-block;
  width: 20px;
  height: 40px;
  background: url("https://smart-form-prod.oss-cn-beijing.aliyuncs.com/statics/form-next.png") no-repeat center center;
  background-size: 18px 12px;
}
.create-container .create-nav .create-nav-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  overflow: hidden;
  text-align: right;
  display: inline-block;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.create-container .details-nav-center {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  background: #f5f7fa;
}
.create-container .details-nav-center li {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-right: 60px;
  font-size: 14px;
  color: #bababa;
}
.create-container .details-nav-center li.active {
  color: #394349;
  position: relative;
}
.create-container .details-nav-center li.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 0;
  height: 4px;
  background: #0078f8;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 1;
  margin-left: -50px;
}
.title_editor_input {
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 14px !important;
}
.title_editor_input.el-input--medium .el-input__inner {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.preview_custom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: 0 0;
  -webkit-transition: background 218ms ease-in-out;
  transition: background 218ms ease-in-out;
  background: #f3f4f5;
  z-index: 8096;
}
.preview_custom .preview-nav {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 60px;
  -webkit-transform: translateZ(0);
  margin: auto;
  border-bottom: 1px solid #dee1e8;
}
.preview_custom .preview-nav .preview-nav-left {
  float: left;
  line-height: 60px;
  font-size: 14px;
  color: #404040;
  cursor: pointer;
}
.preview_custom .preview-nav .preview-nav-left .preview-left-logo {
  height: 38px;
  margin-right: 20px;
}
.preview_custom .preview-nav .preview-nav-left .preview-left-logo img {
  width: 130px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.preview_custom .preview-nav .preview-nav-center {
  max-width: 600px;
  margin: auto;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #404040;
  text-align: center;
}
.preview_custom .preview-content {
  height: auto;
  background: #fff;
  margin: 10px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.preview_custom .preview-content .form-img {
  width: 300px;
  height: 180px;
}
.preview_custom .preview-content .form-img img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  border-radius: 6px;
}
.preview_custom .preview-content .form-info {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 180px;
}
.preview_custom .preview-content .form-info .form-title {
  width: 100%;
  font-size: 22px;
  color: #333333;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview_custom .preview-content .form-info .form-title .form-title-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.preview_custom .preview-content .form-info .form-detail-top-bottom {
  position: absolute;
  bottom: -8px;
  width: 100%;
}
.preview_custom .preview-content .form-info .form-detail-top-bottom .form-date {
  width: 100%;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  color: #404040;
}
.preview_custom .preview-content .form-info .form-detail-top-bottom .form-date .fill-date {
  margin: 0;
  padding: 0;
}
.preview_custom .preview-content .form-info .form-detail-top-bottom .form-date .fill-date .is-agency-icon {
  display: inline-block;
  width: 48px;
  height: 18px;
  margin-left: 5px;
  vertical-align: -3px;
}
.preview_custom .preview-content .form-info .form-detail-top-bottom .form-fill-btn {
  position: absolute;
  bottom: 8px;
  right: 0;
}
.preview_custom .preview-content .form-info-tab-bottom {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 16, 17, 0.06);
  box-shadow: 0px 1px 3px 0px rgba(16, 16, 17, 0.06);
  border-radius: 10px;
  margin-top: 20px;
}
.preview_custom .preview-content .form-info-tab-bottom .tab-content-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f2f3f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.preview_custom .preview-content .form-info-tab-bottom .tab-content-nav .content-nav-title {
  font-size: 16px;
  margin-right: 20px;
  display: inline-block;
}
.preview_custom .preview-content .form-info-tab-bottom .tab-content-nav .content-nav-title.active {
  border-bottom: 2px solid #1890ff;
  line-height: 48px;
}
.preview_custom .preview-content .details-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.preview_custom .preview-content .details-title .title-span {
  font-size: 14px;
  color: #404040;
  line-height: 20px;
}
.preview_custom .preview-content .details-title .title-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -moz-flex: 1;
  flex: 1;
  height: 1px;
  background: #e5e5e5;
  margin-left: 20px;
}
.preview_custom .preview-content .details-intro {
  width: 100%;
  font-size: 14px;
  color: #394349;
  word-break: break-all;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview_custom .preview-content .details-file {
  width: 100%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview_custom .preview-content .details-file p {
  cursor: pointer;
  font-size: 13px;
  line-height: 22px;
  margin: 20px 0 0;
  color: #394349;
}
.preview_custom .preview-content .form-field-list {
  margin: 0 auto;
  width: 710px;
  padding: 20px 0;
}
.preview_custom .preview-content .form-field-list .form-field-item {
  width: 100%;
  margin-bottom: 20px;
}
.preview_custom .preview-content .form-field-list .form-field-item .label-title {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #394349;
  line-height: 18px;
  padding-bottom: 10px;
}
