@charset "utf-8";
* {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
html,
body,
#app {
  height: 100%;
  width: 100%;
  font-size: 16px;
  overflow: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  -webkit-touch-callout: none;
  background-color: transparent;
  color: #2db6f4;
}
.card-box {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textWord {
  word-break: break-all;
  word-wrap: break-word;
}
img {
  vertical-align: middle;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cursorPointer {
  cursor: pointer;
}
.width30 {
  width: 30%;
}
.width70 {
  width: 70%;
}
.width50 {
  width: 50%;
}
.width25 {
  width: 25%;
}
.width75 {
  width: 75%;
}
.width20 {
  width: 20%;
}
.width80 {
  width: 80%;
}
.width10 {
  width: 10%;
}
.width90 {
  width: 90%;
}
.width40 {
  width: 40%;
}
.width60 {
  width: 60%;
}
.width100 {
  width: 100%;
}
.displayNone {
  display: none;
}
.overflowHidden {
  overflow: hidden;
}
.displayIb {
  display: inline-block;
}
.displayBock {
  display: block;
}
.boxSizing {
  box-sizing: border-box;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

@charset "utf-8";
.edit-div {
  position: relative;
  width: 100%;
  height: 100%;
  word-break: break-all;
  outline: none;
  white-space: pre-wrap;
}
.edit-div[contenteditable=true] {
  user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
}
.edit-div[contenteditable]:empty:not(:focus):before {
  content: attr(placeholder);
  color: #aaa ;
}

@charset "utf-8";
.pl-text .ui-resizable-Line[data-v-8aa160a0] {
  position: absolute;
  height: 100%;
  top: 0;
  width: 9px;
}
.pl-text .ui-resizable-icon[data-v-8aa160a0] {
  top: 50%;
  cursor: e-resize;
  margin-top: -4px;
}
.pl-text[data-v-8aa160a0]:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid #2db6f4;
  display: none;
}
.editStatus.pl-text[data-v-8aa160a0]:before {
  display: inline-block;
}

@charset "utf-8";
.plButton[data-v-129c453b] {
  background-color: #66b1ff;
  color: #ffffff;
  white-space: nowrap;
  display: block;
}
.plButton .beyond[data-v-129c453b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plButton .user-select[data-v-129c453b] {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.magic-square-container .magic-style-one.column-1 .nav-icon[data-v-08ade2aa] {
  width: 25%;
}
.magic-square-container .magic-style-one.column-0 .nav-icon[data-v-08ade2aa] {
  width: 20%;
}
.magic-square-container .magic-style-one[data-v-08ade2aa] {
  padding: 15px;
  text-align: left;
}
.magic-square-container .magic-style-one .nav-icon[data-v-08ade2aa] {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.magic-square-container .magic-style-one .nav-icon .nav-icon-bg[data-v-08ade2aa] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8bd3fb), to(#4e98f8));
  background: linear-gradient(top, #8bd3fb, #4e98f8);
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
}
.magic-square-container .magic-style-one .nav-icon .nav-icon-text[data-v-08ade2aa] {
  font-size: 12px;
  color: #595959;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@charset "utf-8";
.carousel {
  position: relative;
  z-index: 1;
}
.carousel .el-carousel__container {
  min-height: 200px!important;
}
.carousel .el-carousel__item {
  background-color: none!important;
  text-align: center;
}
.carousel .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.carousel .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.carousel .container img {
  width: 100%;
  position: absolute;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.vedioContainer .video {
  width: 100%;
  height: 100%;
}
.vedioContainer .play {
  position: absolute;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  top: 50%;
  margin-top: -10%;
}

@charset "utf-8";
.image {
  display: block;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.Coupon {
  position: relative;
}
.Coupon .horizontal {
  display: flex;
  overflow-x: scroll;
  padding: 0px;
}
.Coupon .horizontal .img {
  width: 80%;
  margin-right: 2.66666667%;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.avue-contail {
  width: 100%;
  height: 100%;
}
.avue-contail .avue-haeder {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 12px;
  padding-right: 12px;
  background: #2d3a4b;
  color: white;
  cursor: pointer;
}
.avue-contail .avue-haeder .title {
  display: inline-block;
}
.avue-contail .avue-main {
  height: 100%;
  padding: 0 !important;
  overflow: inherit !important;
  position: relative;
}

@charset "utf-8";
.pagelistHeader {
  display: flex;
  justify-content: space-between;
}
.title {
  cursor: pointer;
  font-weight: 600;
}
.asiderBar {
  width: 200px;
  height: calc(100vh - 48px);
  position: fixed;
  left: 0;
  top: 48px;
  background: #2d3a4b;
  overflow-y: scroll;
}
.asiderBar .menuItem {
  height: 30px;
  line-height: 30px;
}
.asiderBar .el-collapse {
  border: none;
}
.asiderBar .el-collapse-item__header {
  padding: 0 15px;
  background: #2d3a4b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: none;
}
.asiderBar .el-collapse-item__header:hover {
  background: #344357;
  opacity: 0.9;
}
.asiderBar .el-collapse-item__content {
  padding: 10px 30px;
  background: #2d3a4b;
  color: #fff;
}
.asiderBar .el-collapse-item__content:hover {
  background: #344357;
}
.asiderBar .el-collapse-item__wrap {
  border-bottom: none;
  cursor: pointer;
}
.main-container {
  height: calc(100vh - 48px);
  width: 100%;
  padding: 10px 10px 10px 210px;
  background: #f3f5f7;
}

@charset "utf-8";
.edit-div {
  position: relative;
  width: 100%;
  height: 100%;
  word-break: break-all;
  outline: none;
  white-space: pre-wrap;
}
.edit-div[contenteditable=true] {
  user-modify: read-write-plaintext-only;
  -webkit-user-modify: read-write-plaintext-only;
}
.edit-div[contenteditable]:empty:not(:focus):before {
  content: attr(placeholder);
  color: #aaa ;
}

@charset "utf-8";
.pl-text .ui-resizable-Line[data-v-58c2a85c] {
  position: absolute;
  height: 100%;
  top: 0;
  width: 9px;
}
.pl-text .ui-resizable-icon[data-v-58c2a85c] {
  top: 50%;
  cursor: e-resize;
  margin-top: -4px;
}
.pl-text[data-v-58c2a85c]:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid #2db6f4;
  display: none;
}
.editStatus.pl-text[data-v-58c2a85c]:before {
  display: inline-block;
}

@charset "utf-8";
.plButton[data-v-dbc419ec] {
  background-color: #66b1ff;
  color: #ffffff;
  white-space: nowrap;
  display: block;
}
.plButton .beyond[data-v-dbc419ec] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plButton .user-select[data-v-dbc419ec] {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}


.pl-container{
  position: relative;
}

@charset "utf-8";
.magic-square-container .magic-style-one.column-1 .nav-icon[data-v-30b368ba] {
  width: 25%;
}
.magic-square-container .magic-style-one.column-0 .nav-icon[data-v-30b368ba] {
  width: 20%;
}
.magic-square-container .magic-style-one[data-v-30b368ba] {
  padding: 15px;
  text-align: left;
}
.magic-square-container .magic-style-one .nav-icon[data-v-30b368ba] {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.magic-square-container .magic-style-one .nav-icon .nav-icon-bg[data-v-30b368ba] {
  background: -webkit-gradient(linear, left top, left bottom, from(#8bd3fb), to(#4e98f8));
  background: linear-gradient(top, #8bd3fb, #4e98f8);
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 50%;
  position: relative;
}
.magic-square-container .magic-style-one .nav-icon .nav-icon-text[data-v-30b368ba] {
  font-size: 12px;
  color: #595959;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@charset "utf-8";
.carousel {
  position: relative;
  z-index: 1;
}
.carousel .wh_indicator {
  text-align: center;
  bottom: 6px;
}
.carousel .wh_indicator .wh_indicator_item {
  width: 12px;
  height: 3px;
  margin: 1px 4px;
  border-radius: 10px;
}
.carousel .van-swipe {
  height: 100%;
}
.carousel .van-swipe .van-swipe-item {
  height: 100%;
}
.carousel .van-swipe .van-swipe-item img {
  height: 100%;
}
.carousel .el-carousel__item {
  text-align: center;
}
.carousel .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.carousel .container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .container img {
  width: 100%;
  position: absolute;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.Coupon {
  position: relative;
}
.Coupon .horizontal {
  display: flex;
  overflow-x: scroll;
  padding: 0px;
  position: relative;
  align-items: center;
}
.Coupon .horizontal .img {
  height: 26.66666667%;
  max-height: 32%;
  margin-right: 2.66666667%;
}

@charset "utf-8";
.PlImage .image {
  display: block;
  background: red;
}
.PlImage .image .beyond {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PlImage .image .user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

@charset "utf-8";
.videoContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.videoContainer .video {
  width: 100%;
  height: 100%;
}
.videoContainer .play {
  position: absolute;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  top: 50%;
  margin-top: -10%;
}

@charset "utf-8";
.image {
  display: block;
}

@charset "utf-8";
.toolBtn[data-v-bf73cbb6] {
  overflow: hidden;
}
.toolBtn .horizontalLine[data-v-bf73cbb6] {
  height: 1px;
  width: 80%;
  left: 10%;
}
.toolBtn .verticalLine[data-v-bf73cbb6] {
  width: 1px;
  height: 15px;
  top: 4px;
  left: 0;
}
.toolBtn .line[data-v-bf73cbb6] {
  display: block;
  position: absolute;
  background-color: #969696;
}
.toolBtn .sm-tool-btn[data-v-bf73cbb6] {
  color: white;
  float: left;
  text-align: center;
  position: relative;
  background: rgba(51, 51, 51, 0.9);
  vertical-align: top;
  cursor: pointer;
}
.toolBtn .sm-tool-btn[data-v-bf73cbb6]:hover {
  background-color: #333;
}

@charset "utf-8";
.show[data-v-481f6be8] {
  min-height: 100vh;
}
.show[data-v-481f6be8] ::-webkit-scrollbar {
  width: initial!important;
  height: initial!important;
  background-color: rgba(255, 255, 255, 0);
}
.show .header[data-v-481f6be8] {
  height: 48px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.show .header .title[data-v-481f6be8] {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.show .pl-container .module-component-wrapper[data-v-481f6be8] {
  border: none;
}
.show .pl-container .module-component-wrapper[data-v-481f6be8]:before {
  border: none;
}
.show .pl-container .childHover.module-component-wrapper[data-v-481f6be8] {
  border: none;
}
.show .pl-container .childHover.module-component-wrapper[data-v-481f6be8]:before {
  border: none;
}
.show .mask[data-v-481f6be8] {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  animation: show-data-v-481f6be8 0.3s ease-out;
  animation-fill-mode: forwards;
  left: 0;
  top: 0;
}
.show .mask #media[data-v-481f6be8] {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 25%;
}
.show .mask .bg[data-v-481f6be8] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.show .mask .openInBrowser[data-v-481f6be8] {
  position: relative;
  width: 100%;
  min-height: 50%;
  overflow: hidden;
}
.show .mask .openInBrowser .contianer[data-v-481f6be8] {
  width: 70%;
  float: right;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.show .mask .openInBrowser .contianer .text[data-v-481f6be8] {
  width: 90%;
  padding: 15px 17px;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.show .mask .openInBrowser .contianer .text img[data-v-481f6be8] {
  position: absolute;
  top: -17px;
  right: 10px;
}
.show .mask .openInBrowser .contianer .bear[data-v-481f6be8] {
  margin-top: 1rem;
  width: 80%;
}
.show .flag[data-v-481f6be8] {
  height: 0px;
  width: 10px;
  background: #2d3a4b;
  transition: all 10ms ease-in;
}
@keyframes show-data-v-481f6be8 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

@charset "utf-8";
.wxmp[data-v-3c19d4f2] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wxmp .icon[data-v-3c19d4f2] {
  width: 37.06666667vw;
  height: 40vw;
}
.wxmp .t1[data-v-3c19d4f2] {
  margin-top: 12.53333333vw;
  font-size: 4.26666667vw;
  color: #444444;
  line-height: 5.6vw;
}
.wxmp .t2[data-v-3c19d4f2] {
  margin-top: 1.6vw;
  font-size: 4.26666667vw;
  color: #444444;
  line-height: 5.6vw;
}
.wxmp .but[data-v-3c19d4f2] {
  margin-top: 5.33333333vw;
  width: 77.33333333vw;
  height: 13.33333333vw;
  background: linear-gradient(180deg, #29AE67 0%, #3E845F 100%);
  border-radius: 2.66666667vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  line-height: 13.33333333vw;
}
.wxmp .ali[data-v-3c19d4f2] {
  background: #1677ff;
}
.mask[data-v-3c19d4f2] {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  animation: show-data-v-3c19d4f2 0.3s ease-out;
  animation-fill-mode: forwards;
  left: 0;
  top: 0;
}
.mask .bg[data-v-3c19d4f2] {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.mask .openInBrowser[data-v-3c19d4f2] {
  position: relative;
  width: 100%;
  min-height: 50%;
  overflow: hidden;
}
.mask .openInBrowser .contianer[data-v-3c19d4f2] {
  width: 70%;
  float: right;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.mask .openInBrowser .contianer .text[data-v-3c19d4f2] {
  width: 90%;
  padding: 15px 17px;
  background-color: #fff;
  font-size: 1rem;
  color: #000;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.mask .openInBrowser .contianer .text img[data-v-3c19d4f2] {
  position: absolute;
  top: -17px;
  right: 10px;
}
.mask .openInBrowser .contianer .bear[data-v-3c19d4f2] {
  width: 80%;
}
@keyframes show-data-v-3c19d4f2 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

@charset "utf-8";
.pageList {
  min-height: 100%;
  background: #fff;
  padding: 15px;
}
.pageList .buttonGroup {
  display: flex;
  justify-content: flex-end;
}
.pageList .pageNumber {
  margin: 30px;
  display: flex;
  justify-content: center;
}
.pageList #qrcode {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@charset "utf-8";
.eventConfig[data-v-0c71a027] {
  padding: 30px 20px;
  height: 90vh;
  overflow-y: scroll;
}
.eventConfig h4[data-v-0c71a027] {
  margin-bottom: 30px;
}
.eventConfig .limitW[data-v-0c71a027] {
  width: 300px;
}
.eventConfig .tips[data-v-0c71a027] {
  font-size: 12px;
  color: #666;
}

@charset "utf-8";
@supports (-webkit-mask: none) and (not (cater-color: #fff)) {
.login-container .el-input input[data-v-b8f71022] {
    color: #fff;
}
.login-container .el-input input[data-v-b8f71022]::first-line {
    color: #eee;
}
}
/* reset element-ui css */
.login-container .el-input[data-v-b8f71022] {
  display: inline-block;
  height: 47px;
  width: 85%;
}
.login-container .el-input input[data-v-b8f71022] {
  background: transparent;
  border: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 12px 5px 12px 15px;
  color: #eee;
  height: 47px;
  caret-color: #fff;
}
.login-container .el-input input[data-v-b8f71022]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #283443 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.login-container .el-form-item[data-v-b8f71022] {
  border-radius: 5px;
  color: #454545;
}

@charset "utf-8";
.login-container[data-v-b8f71022] {
  min-height: 100%;
  width: 100%;
  background-color: #2d3a4b;
  overflow: hidden;
}
.login-container .login-form[data-v-b8f71022] {
  position: relative;
  width: 520px;
  max-width: 100%;
  padding: 160px 35px 0;
  margin: 0 auto;
  overflow: hidden;
}
.login-container .tips[data-v-b8f71022] {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.login-container .tips span[data-v-b8f71022]:first-of-type {
  margin-right: 16px;
}
.login-container .svg-container[data-v-b8f71022] {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.login-container .title-container[data-v-b8f71022] {
  position: relative;
}
.login-container .title-container .title[data-v-b8f71022] {
  font-size: 26px;
  color: #eee;
  margin: 0px auto 40px auto;
  text-align: center;
  font-weight: bold;
}
.login-container .title-container .set-language[data-v-b8f71022] {
  color: #fff;
  position: absolute;
  top: 3px;
  font-size: 18px;
  right: 0px;
  cursor: pointer;
}
.login-container .show-pwd[data-v-b8f71022] {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 16px;
  color: #889aa4;
  cursor: pointer;
  user-select: none;
}
.login-container .thirdparty-button[data-v-b8f71022] {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.login-container .btnBox[data-v-b8f71022] {
  display: flex;
  justify-content: flex-start;
}
.login-container .footer[data-v-b8f71022] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  text-align: center;
  color: #889aa4;
}

@charset "utf-8";
/**
 可视化编辑器的基础样式
 */
.editor-pane {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f0f0f0;
}
.editor-pane .editor-head {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #eee;
  font-size: 17px;
  text-align: center;
  background-color: white;
  position: relative;
}
.editor-pane .editor-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.editor-pane .editor-wrapper::-webkit-scrollbar {
  display: none !important;
}
.editor-pane .editor-wrapper .editor-wrapper-container {
  width: 100%;
}
.editor-pane .editor-wrapper .editor-wrapper-container .g_middlePlaceholder {
  background: #f0f0f0;
  color: #f0f0f0;
  border: 1px solid #eef0fc;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.editor-pane .editor-wrapper .editor-wrapper-container .g_middlePlaceholder.gm_active {
  border: 1px dashed #2db6f4;
  color: #2db6f4;
  background-color: rgba(65, 196, 181, 0.1);
}
.editor-pane .editor-wrapper .emptyPage {
  width: 100%;
  height: 100%;
  perspective: 500;
  -webkit-perspective: 500;
  background: #fff;
}
.editor-pane .editor-wrapper .emptyPage ::selection {
  background: linear-gradient(to right, red, black);
}
.editor-pane .editor-wrapper .emptyPage .liewen {
  position: absolute;
  top: -10px;
  right: 0;
  width: 200px;
  opacity: 0;
  animation: liewen 20s ease-in-out;
  animation-delay: 6s;
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg {
  transform-style: preserve-3d;
  width: 0;
  height: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  animation: animation3d 6s ease-in-out;
  animation-fill-mode: forwards;
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div {
  position: absolute;
  width: 200px;
  height: 200px;
  color: white;
  line-height: 200px;
  text-align: center;
  transform-origin: center;
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.top {
  background: #664f97;
  transform: translate3d(-100px, -100px, 0px) rotateX(90deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.bottom {
  background: #46766a;
  transform: translate3d(-100px, 100px, 0px) rotateX(-90deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.left {
  background: #9e5e45;
  transform: translate3d(-200px, 0px, 0px) rotateY(90deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.right {
  background: orange;
  transform: translate3d(0px, 0px, 0px) rotateY(90deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.front {
  font-size: 28px;
  font-weight: 600;
  background: deepskyblue;
  transform: translate3d(-100px, 0px, 100px) rotateY(0deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageBg div.behind {
  background: #c93649;
  transform: translate3d(-100px, 0px, -100px) rotateY(180deg);
}
.editor-pane .editor-wrapper .emptyPage .emptyPageTip {
  position: absolute;
  top: 80%;
  left: 18%;
  font-size: 14px;
  color: #666;
}
.editor-pane .editor-wrapper .emptyPage .addModuleBtn {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-left: -35px;
  margin-top: -17px;
  padding: 8px 23px;
  background: #5874d8;
  border-color: #5874d8;
  color: #fff;
}
.editor-pane .editor-wrapper .emptyPage .pl_button {
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  padding: 0 13px;
  border: 1px solid #e3e2e8;
  cursor: pointer;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 0;
  font-family: 微软雅黑;
  white-space: nowrap;
}
.editor-pane .editor-nav {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background-color: white;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-around;
}
.editor-pane .editor-nav .nav-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #666;
}
.editor-pane .editor-nav .nav-item .nav-text {
  max-width: 58px;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-pane .editor-nav .nav-item .nav-icon-wrap {
  width: 26px;
  height: 26px;
  font-size: 18px;
  display: block;
  margin: 3px auto 0;
}
.editor-pane .editor-pane-inner {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 20px;
}
.editor-pane .editorMain_content {
  border-radius: 3px;
  margin: 25px auto;
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3);
  box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3);
}
.editor-pane .editorMain_content .containerBtnArea {
  width: 25px;
  position: absolute;
  top: 0;
  right: -25px;
  z-index: 1;
}
.editor-pane .page-preview-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.commonModule {
  position: relative;
}
.commonModule:before {
  content: "";
  position: absolute;
  border: 1px dashed #2db6f4;
  display: none;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
}
.commonModule .tool-wrapper {
  position: absolute;
  z-index: 999;
  top: 0;
  display: none;
  right: 0;
}
.commonModule:hover .tool-wrapper {
  display: block;
}
.editStatus.commonModule .tool-wrapper {
  display: none !important;
}
.commonModule:hover:before {
  display: inline-block;
}
.editStatus.commonModule:before {
  display: inline-block;
}
.borderNone.commonModule:before {
  display: none;
}
.pl-container {
  width: 100%;
}
.pl-container .module-component-wrapper {
  width: 100%;
  position: relative;
}
.pl-container .module-component-wrapper:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px dashed #2db6f4;
  z-index: 2;
  display: none;
  pointer-events: none;
}
.pl-container .module-component-wrapper .module_editor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.pl-container .module-component-wrapper:hover:before {
  display: inline-block;
}
.pl-container .editStatus.module-component-wrapper:before {
  display: inline-block;
}
.pl-container .moduleActive.module-component-wrapper:before {
  border: 1px dashed #2db6f4 !important;
  display: inline-block;
}
.pl-container .childHover.module-component-wrapper:before {
  border: 1px dashed #555;
}
.pl-container .module_bgContent_wrapper {
  position: relative;
  width: 100%;
}
.pl-container .module_bgContent_wrapper .packModulesContainer {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.pl-container .module_bgContent_wrapper .emptyModule {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.pl-container .module_bgContent_wrapper .emptyModule .emptyModuleText {
  position: relative;
  top: 20%;
  color: #666;
}
.pl-container .titles {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  font-size: 15px;
  color: #353535;
  background-color: #fff;
}
/*可读可写*/
.read-write {
  -webkit-user-modify: read-write;
  -moz-user-modify: read-write;
  user-modify: read-write;
}
/*只能读*/
.read-only {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.edit-shape-point {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #59c7f9;
  border-radius: 8px;
  position: absolute;
  z-index: 1001;
}
@keyframes animation3d {
  0% {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) translateZ(-200px);
  }
  40% {
    transform: rotateY(0deg) rotateX(180deg) rotateZ(180deg) translateZ(-100px);
  }
  80% {
    transform: rotateY(0deg) rotateX(360deg) rotateZ(360deg) translateZ(-200px);
  }
  98% {
    transform: rotateY(0deg) rotateX(360deg) rotateZ(360deg) translateZ(-50px);
  }
  100% {
    transform: rotateY(0deg) rotateX(360deg) rotateZ(360deg) translateZ(-200px);
  }
}
@keyframes liewen {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

