@charset "UTF-8";
* {
  -webkit-box-sizing: border-box; }

body {
  margin: 0; }

/**ub-editPanel开始**/
.t-page-builder .ub-editPanel {
  width: 280px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  background-color: #F5F8FA; }

/***滚动条开始***/
.t-page-builder .ub-editPanel::-webkit-scrollbar {
  width: 6px; }

.t-page-builder .ub-editPanel::-webkit-scrollbar-track {
  border-radius: 10px; }

.t-page-builder .ub-editPanel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

/***滚动条结束***/
/**edit-panel-header开始**/
.t-page-builder .header-btns-group-justified {
  height: 40px;
  border-bottom: 1px solid #E5EBEF;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.t-page-builder .header-btns-group-justified .header-btn-default:hover {
  background-color: white; }

.t-page-builder .header-btns-group-justified .header-btn-default {
  color: #333;
  background-color: #FFFFFF; }

.t-page-builder .header-btns-group-justified .header-btn-primary {
  background-color: #1687D9;
  color: #FFFFFF; }

.t-page-builder .header-btns-group-justified .header-btn-primary:focus {
  background-color: #1687D9; }

.t-page-builder .header-btns-group-justified a {
  border-radius: 0;
  border: none;
  display: table-cell;
  float: none;
  width: 1%;
  text-decoration: none; }

.ub-editPanel .header-btn {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer; }

.ub-editPanel .fa {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased; }

.t-page-builder .edit-panel-header .current-tab {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: PingFangSC-Regular;
  color: #36434D;
  background-color: #F5F8FA; }

.t-page-builder .edit-panel-header .current-tab:after {
  content: '';
  width: 250px;
  height: 1px;
  background-color: #E4EBF0;
  display: block;
  margin-left: 15px;
  margin-top: 5px; }

/**edit-panel-header结束**/
/**edit-panel-content开始**/
/***添加Grid开始***/
.ub-editPanel .edit-panel-content {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px; }

.ub-editPanel .edit-panel-content a {
  text-decoration: none; }

.t-page-builder .edit-panel-content .add-grid {
  width: 220px;
  height: 120px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border-color: #FFFFFF;
  margin: auto;
  position: relative;
  display: block; }

.ub-editPanel .edit-panel-content .fa-plus::before {
  color: #37434F;
  margin-left: 70px;
  margin-top: 51px;
  box-sizing: border-box;
  position: absolute;
  display: block; }

.t-page-builder .edit-panel-content .add-grid:hover {
  background-color: #1687D9; }

.t-page-builder .edit-panel-content .add-grid > p {
  opacity: 0.89;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #37434F;
  padding-top: 51px;
  padding-left: 84px;
  margin: 0 0 10px; }

.t-page-builder .edit-panel-content .verticalline {
  width: 1px;
  height: 4px;
  background-color: #37434F;
  display: block;
  margin-top: -5px;
  margin-left: 215px; }

.t-page-builder .edit-panel-content .levelline {
  width: 4px;
  height: 1px;
  background-color: #37434F;
  display: block;
  margin-top: 52px;
  margin-left: 212px; }

/***添加Grid结束***/
/***组件开始***/
.edit-panel-elements .el-item {
  float: left;
  height: 80px;
  width: calc(50% - 15px);
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #E4EBF0;
  border-radius: 2px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ACB7BF; }

.edit-panel-elements {
  padding-top: 20px; }

.edit-panel-elements h3 {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #36434D;
  font-weight: normal;
  margin-left: 11px;
  text-indent: 4px; }

.edit-panel-elements h3 .subline {
  width: 51px;
  height: 1px;
  background-color: #97acc1;
  display: block;
  margin-left: -6px;
  margin-top: 2px; }

.edit-panel-elements h3 .sideline {
  width: 1px;
  height: 24px;
  background-color: #97acc1;
  display: block;
  margin-left: 1px;
  margin-top: -18px; }

.edit-panel-elements h3::after {
  width: 230px;
  height: 0.5px;
  background: #E4EBF0;
  display: block;
  margin-top: 5px; }

.edit-panel-elements .el-item div {
  height: 100%;
  width: 100%; }

/***组件结束***/
/***属性开始***/
.ub-inspector h3 {
  color: #36434D;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: normal; }

.ub-inspector .element-prop-item {
  padding-bottom: 20px; }

.ub-inspector .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.ub-inspector .element-prop-item > h3 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  margin-bottom: 7px; }

.ub-inspector .container-fluid .row {
  width: 280px;
  height: 24px; }

.ub-inspector .delete-component {
  height: 20px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  color: #667580;
  padding-top: 5px; }

/***属性结束***/
/***全局开始***/
.edit-panel-settings {
  margin-left: -5px; }

.edit-panel-settings > h3:first-child {
  width: 56px;
  height: 24px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #36434D;
  line-height: 24px;
  margin-bottom: 10px;
  margin-left: 5px; }

.edit-panel-settings h3 {
  margin-top: 20px;
  font-weight: 500;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #36434D;
  line-height: 24px;
  margin-bottom: 20px;
  margin-left: 5px; }

.edit-panel-settings > div {
  margin-bottom: 30px; }

.settings-edit-tmpl .select-icon .icon-popup {
  width: 250px; }

.edit-panel-settings .choosemodule {
  float: left;
  margin-top: -2px; }

.edit-panel-settings .input-box {
  background: #FFFFFF;
  border: 1px solid #BCCCD8;
  border-radius: 1px;
  width: 250px;
  height: 24px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ACB8BF;
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: -10px;
  margin-left: 4px; }

.edit-panel-settings .selected {
  background: #FFFFFF;
  border: 1px solid #BCCCD8;
  border-radius: 4px;
  width: 170px;
  height: 24px;
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #36434D;
  line-height: 20px;
  padding-left: 10px; }

.edit-panel-checkbox {
  float: right;
  margin-top: 5.5px; }

.edit-panel-settings .settings-edit-tmpl {
  margin-top: 20px; }

/***全局结束***/
/**edit-panel-content结束**/
/**edit-panel-footer开始**/
.t-page-builder .page-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 34px;
  background: #E5EBEF;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.t-page-builder .page-actions .btm-btns {
  margin-right: -15px;
  margin-left: -15px; }

.t-page-builder .page-actions .icon-box {
  width: 25%;
  height: 34px;
  line-height: 34px;
  padding-left: 19px;
  float: left; }

.t-page-builder .page-actions a.fa {
  line-height: 34px;
  text-decoration: none;
  color: #337ab7; }

.t-page-builder .page-actions a.a-disabled {
  color: gray; }

/**edit-panel-footer结束**/
/**ub-editPanel结束**/
/**ub-workspace开始**/
.ub-workspace {
  margin-left: 280px;
  position: relative; }

.ub-workspace .ui-b-v-proxy {
  border: 2px solid transparent;
  border-radius: 4px; }

.ub-workspace .comp-editing {
  border: solid 2px #916011;
  background-color: #FAEFDC; }

.t-page-builder .tub-gird-layout .tub-grid-box {
  border: 1px solid #E4EBF0;
  border-radius: 2px;
  padding: 5px;
  padding-top: 10px;
  margin-top: 5px;
  margin-left: 5px;
  background-color: #fefefe; }

.t-page-builder .tub-gird-layout .tub-grid-box a {
  text-decoration: none; }

.t-page-builder .tub-grid-box .tub-grid-del {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  color: #fff;
  border-radius: 2px;
  border-top-right-radius: 5px;
  padding: 3px 4px;
  line-height: 12px; }

.t-page-builder .tub-grid-handle {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  left: 0;
  height: 20px;
  background: rgba(0, 148, 255, 0.3);
  border-radius: 2px 2px 0px 0px; }

.t-page-builder .tub-grid-box:hover .tub-grid-del {
  display: block; }

.t-page-builder .tub-grid-box:hover .tub-grid-handle {
  display: block; }

.t-page-builder .pg-tmpl-default {
  min-height: 500px; }

.t-page-builder .tub-grid-box-dnd {
  min-height: 100%;
  padding-top: 12px; }

/**ub-workspace结束**/
/***预览页面开始***/
.viewer-preview-content {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  --webkit-overflow-scrolling: touch; }

.viewer-preview-content .preview-btn {
  padding-bottom: 5px;
  border-bottom: 2px #ccc dotted;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.viewer-preview-content .preview-btn .row {
  margin-right: -15px;
  margin-left: -15px; }

.viewer-preview-content .preview-btn .row::after {
  clear: both;
  box-sizing: border-box;
  display: table;
  content: " "; }

.viewer-preview-content .preview-btn .row::before {
  box-sizing: border-box;
  display: table;
  content: " "; }

.viewer-preview-content .preview-btn .row .col-sm-2 {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.viewer-preview-content .preview-btn .row .col-sm-2 .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.viewer-preview-content .preview-btn .row .col-sm-2 a {
  color: #337ab7;
  text-decoration: none; }

.viewer-preview-content .preview-btn .row .col-sm-10 {
  width: 83.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.viewer-preview-content .preview-btn .row .col-sm-10 .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.viewer-preview-content .preview-btn .row .col-sm-10 a {
  color: #337ab7;
  text-decoration: none; }

.viewer-preview-content .container-dev {
  float: right;
  max-width: 250px;
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.viewer-preview-content .container-dev .col-sm-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.viewer-preview-content.lg {
  max-width: 100%; }

.viewer-preview-content.md {
  max-width: 994px;
  left: 50%;
  margin-left: -479px; }

.viewer-preview-content.sm {
  max-width: 768px;
  left: 50%;
  margin-left: -384px; }

.viewer-preview-content.xs {
  max-width: 480px;
  left: 50%;
  margin-left: -240px; }

/***预览页面结束***/
.t-page-builder.tub-classic .ep-section {
  margin-top: 15px; }

.t-page-builder.tub-classic .edit-panel-section-item {
  position: relative;
  margin: 15px 5px;
  border: 1px solid #ddd;
  cursor: pointer;
  height: 42px;
  border-radius: 4px; }

.t-page-builder.tub-classic .edit-panel-section-item .item-name {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 60px;
  padding-left: 20px;
  padding-top: 10px; }

.t-page-builder.tub-classic .edit-panel-section-item .item-btn {
  width: 30px;
  text-align: center;
  border-left: 1px solid #ddd;
  height: 40px; }

.t-page-builder.tub-classic .edit-panel-section-item .item-btn > div {
  height: 20px; }

.t-page-builder.tub-classic .edit-panel-section-item .item-btn a.fa {
  color: #aaa;
  text-decoration: none;
  line-height: 20px; }

.t-page-builder.tub-classic .edit-panel-section-item .item-btn a.fa:hover {
  color: #666; }

.t-page-builder.tub-classic .edit-panel-section-item.st-active {
  border: 1px dashed #27ae60; }

.t-page-builder.tub-classic .edit-panel-rows .section-name {
  padding: 20px 30px 10px;
  border-bottom: 1px solid #ccc; }

.t-page-builder.tub-classic .edit-panel-rows input {
  outline: none;
  line-height: 28px;
  font-size: 18px;
  text-align: center; }

.t-page-builder.tub-classic .edit-panel-rows input.st-view {
  border: 1px dotted transparent;
  border-bottom: 1px dotted #aaa; }

.t-page-builder.tub-classic .edit-panel-rows input.st-edit {
  border: 1px solid #aaa; }

.t-page-builder.tub-classic .edit-panel-rows .row-add {
  text-align: center;
  padding: 10px; }

.t-page-builder.tub-classic .edit-panel-row-column .column-list {
  list-style: none;
  padding-left: 5px;
  padding-right: 2px;
  margin-bottom: 0; }

.t-page-builder.tub-classic .edit-panel-row-column .rc-title {
  padding-left: 30px;
  line-height: 32px; }

.t-page-builder.tub-classic .edit-panel-row-column .column-list > li {
  float: left;
  width: calc(25% - 5px);
  margin: 0 5px 0 0;
  cursor: pointer; }

.t-page-builder.tub-classic .edit-panel-row-column .preview-item {
  height: 40px;
  display: inline-block;
  margin: 0 2px 0 0;
  background-color: #d5ede3;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  color: #fff; }

.t-page-builder.tub-classic .edit-panel-row-column .column-list > li:hover .preview-item, .t-page-builder.tub-classic .edit-panel-row-column .st-active .preview-item {
  background-color: #27ae60; }

.t-page-builder.tub-classic .edit-panel-row-column .custom-ipt {
  margin: 0 5px; }

.t-page-builder.tub-classic .edit-panel-row-column .custom-ipt input {
  width: 100%;
  margin: 0; }

.t-page-builder.tub-classic .edit-panel-elements {
  padding-top: 20px; }

.t-page-builder.tub-classic .ui-b-column {
  float: left;
  margin: 0 5px 0 0;
  border-radius: 2px; }

.t-page-builder.tub-classic .ui-b-section {
  min-height: 100px;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px; }

.t-page-builder.tub-classic .ui-b-column.empty {
  float: left;
  margin: 0 5px 0 0;
  min-height: 100px; }

.t-page-builder.tub-classic .ui-b-row {
  min-height: 100px;
  padding: 5px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 5px; }

.t-page-builder.tub-classic.classic-workspace .ui-b-column {
  border: 2px dashed transparent; }

.t-page-builder.tub-classic.classic-workspace .ui-b-column.empty {
  border: 2px dashed #ccc; }

.t-page-builder.tub-classic.classic-workspace .ui-b-column.active {
  border: 2px dashed #009ce0; }

@media screen and (max-width: 768px) {
  .t-page-builder.tub-classic.classic-workspace .ui-b-column {
    width: 100% !important; } }

.t-page-builder.tub-classic.classic-workspace .ui-b-section {
  border: 2px dashed transparent; }

.t-page-builder.tub-classic.classic-workspace .ui-b-section.active {
  border: 2px dashed #009ce0; }

.t-page-builder.tub-classic.classic-workspace .ui-b-row {
  border: 2px dashed transparent; }
