
.msg-text {
  display: block;
  width: 60px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.msg-text.display {
  color: #ccc;
}

.social-container[data-v-2ffb9b82] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.social-container .iconfont[data-v-2ffb9b82] {
    color: #fff;
    font-size: 30px;
}
.social-container .container[data-v-2ffb9b82] {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}
.social-container .title[data-v-2ffb9b82] {
    text-align: center;
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 0 auto;
  background-image: url("/img/bg/back.png");
  background-size: cover;
  position: relative;
}
.login-weaper {
  padding: 0 186px 0 0;
  width: 460px;
}
.login-weaper .el-input-group__append {
    border: none;
}
.login-left,
.login-border {
  position: relative;
  min-height: 465px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.43);
  border-radius: 20px;
}
.login-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.43);
  color: #fff;
  width: 100%;
  position: relative;
}
.login-left .img {
  width: 140px;
}
.login-time {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 100%;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
  font-size: 18px;
  overflow: hidden;
}
.login-left .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
}
.login-main {
  margin: 0 auto;
  padding: 0 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-main > h3 {
  margin-bottom: 20px;
}
.login-main > p {
  color: #76838f;
}
.login-title {
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
}
.login-menu {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.login-menu a {
    color: #999;
    font-size: 12px;
    margin: 0px 8px;
}
.login-submit {
  width: 100%;
  height: 50px;
  border: 1px solid #409EFF;
  border-radius: 6px;
  background: none;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 300;
  color: #409EFF;
  cursor: pointer;
  margin-top: 16px;
  font-family: "STHeitiSC-Ligh";
  letter-spacing: -0.58px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.login-form {
  margin: 10px 0;
}
.login-form i {
    color: #333;
}
.login-form .el-form-item__content {
    width: 100%;
}
.login-form .el-form-item {
    margin-bottom: 12px;
}
.login-form .el-input input {
    padding-bottom: 10px;
    text-indent: 5px;
    background: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    border-bottom: 1px solid #ebedf2;
}
.login-form .el-input .el-input__prefix i {
    padding: 0 5px;
    font-size: 16px !important;
}
.login-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 0 10px;
}
.login-code-img {
  margin-top: 2px;
  width: 100px;
  height: 38px;
  background-color: #fdfdfd;
  border: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 38px;
  text-indent: 5px;
  text-align: center;
  cursor: pointer !important;
}
.topStyle {
  background: rgba(255, 255, 255, 0.77);
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topStyle .lt_logo {
    padding: 0 20px 0 32px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.topStyle p {
    text-align: left;
}
.topStyle p b {
      display: block;
      font-weight: 500;
      text-align: left;
      padding: 0 0 0 20px;
}
.topStyle p .zh {
      font-family: STHeitiSC-Light;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.6);
      letter-spacing: -0.34px;
      font-weight: 200;
}
.topStyle p .en {
      font-family: STHeitiSC-Light;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.6);
      letter-spacing: -0.24px;
      font-weight: 200;
}
.bottom {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: STHeitiSC-Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.39px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
}

.lock-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.lock-container .title {
    margin-bottom: 8px;
    color: #333;
}
.lock-container::before {
  z-index: -999;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/bg/login.png");
  background-size: cover;
}
.lock-form {
  width: 300px;
}

.error-page[data-v-1845bf6d] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1845bf6d] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1845bf6d] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1845bf6d] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.error-page[data-v-1837a7ec] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-1837a7ec] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-1837a7ec] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-1837a7ec] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.error-page[data-v-4cf39caa] {
  background: #f0f2f5;
  margin-top: -30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page .img[data-v-4cf39caa] {
    margin-right: 80px;
    height: 360px;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.error-page .content h1[data-v-4cf39caa] {
    color: #434e59;
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 24px;
}
.error-page .content .desc[data-v-4cf39caa] {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-drawer__wrapper[data-v-95a224aa].el-drawer__header {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ebedf2 !important;
}
.el-drawer__wrapper[data-v-95a224aa].el-drawer__body {
  margin: 0 -10px 0 -10px !important;
}
[data-v-95a224aa].el-upload--picture-card {
  width: 100% !important;
}
[data-v-95a224aa].v-modal {
  z-index: 2000 !important;
}
[data-v-95a224aa].el-drawer {
  margin: 0;
}
.medieTit[data-v-95a224aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mediaStyle[data-v-95a224aa] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 20px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#mediaStyle ul[data-v-95a224aa] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 98%;
    margin: 0 1%;
}
#mediaStyle ul li[data-v-95a224aa] {
      width: 18%;
      height: 100px;
      overflow: hidden;
      margin-top: 10px;
      border: 2px solid #ebedf2;
      background: #f5f7fa;
      position: relative;
      border-radius: 6px;
      margin-right: 18px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
#mediaStyle ul li[data-v-95a224aa]:last-of-type {
        margin-right: 0;
        background: #fff;
        border: none;
}
#mediaStyle ul li[data-v-95a224aa]:last-of-type:hover {
          border: none;
}
#mediaStyle ul li[data-v-95a224aa]:hover {
        cursor: pointer;
        border: 2px solid #66a3fe;
}
#mediaStyle ul li img[data-v-95a224aa] {
        width: 100%;
        height: auto;
        border-radius: 6px;
        margin: 0 auto;
}
#mediaStyle ul li .vedio[data-v-95a224aa] {
        width: 100%;
        height: auto;
}
#mediaStyle ul li b[data-v-95a224aa] {
        position: absolute;
        display: block;
        text-align: center;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        font-size: 14px;
}
#mediaStyle ul .active[data-v-95a224aa] {
      position: relative;
      border: 2px solid #66a3fe;
}
#mediaStyle ul .active[data-v-95a224aa]:before {
        content: '\2713';
        color: #66a3fe;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 26px;
}
#mediaStyle[data-v-95a224aa].el-upload-list__item .el-icon-close-tip {
    opacity: 0 !important;
}
#mediaStyle[data-v-95a224aa].el-upload-list--picture-card .el-upload-list__item {
    background: #e0e0e0 !important;
    margin: 0 0 8px 10px;
}
#mediaStyle[data-v-95a224aa].el-upload-list--picture-card .el-upload-list__item div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 100% !important;
}
#mediaStyle[data-v-95a224aa].el-upload--picture-card {
    margin-left: 8px !important;
}
#mediaStyle .el-upload-list__item.is-success .el-upload-list__item-status-label[data-v-95a224aa] {
    display: none !important;
}

[data-v-87a43016].v-modal {
  z-index: 2000 !important;
}
#mediaStyle[data-v-87a43016] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#mediaStyle .noContentsBox[data-v-87a43016] {
    margin: 20%;
}
#mediaStyle ul[data-v-87a43016] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 98%;
    margin: 0 1%;
}
#mediaStyle ul li[data-v-87a43016] {
      width: 24%;
      height: 140px;
      overflow: hidden;
      margin-top: 10px;
      border: 2px solid #ebedf2;
      background: #f5f7fa;
      position: relative;
      border-radius: 6px;
      margin-right: .5%;
}
#mediaStyle ul li[data-v-87a43016] :last-child {
        margin-right: 0;
}
#mediaStyle ul li[data-v-87a43016]:hover {
        cursor: pointer;
        border: 2px solid #66a3fe;
}
#mediaStyle ul li img[data-v-87a43016] {
        width: 100%;
        height: 100px;
        border-radius: 6px;
        margin: 0 auto;
}
#mediaStyle ul li .vedio[data-v-87a43016] {
        width: 100%;
        height: auto;
}
#mediaStyle ul li b[data-v-87a43016] {
        position: absolute;
        display: block;
        text-align: center;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        font-size: 14px;
}
#mediaStyle ul .active[data-v-87a43016] {
      position: relative;
      border: 2px solid #66a3fe;
}
#mediaStyle ul .active[data-v-87a43016]:before {
        content: "\2713";
        color: #66a3fe;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 26px;
}

#editSuspensionBtn[data-v-981203c0] {
  width: 100%;
}
#editSuspensionBtn .suspensionBtnTitle[data-v-981203c0] {
    width: 100%;
    border-top: 1px solid #ebedf2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-981203c0] {
      position: relative;
      display: block;
      margin-top: 8px;
      padding-left: 20px;
      width: 100px;
      background: #fff;
      line-height: 28px;
      font-size: 16px;
      color: #292929;
      font-weight: 500;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-981203c0]::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 18px;
        background: #66a3fe;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: 0;
}
#editSuspensionBtn .suspensionBtnCont[data-v-981203c0] {
    padding: 15px 20px 0;
}
#editSuspensionBtn .el-form-item[data-v-981203c0] {
    margin-bottom: 10px;
}

.el-input-number[data-v-38a97a3d] {
  width: auto !important;
  overflow: hidden !important;
}
.imgStyle[data-v-38a97a3d] {
  padding: 20px;
  height: 400px;
  overflow-y: scroll;
}
.el-input-number[data-v-38a97a3d] {
  width: 141px;
}

.rich-text[data-v-247e4964] {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  white-space: pre-wrap;
  height: 100%;
  line-height: 1.3;
  outline: none;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.editable[data-v-247e4964] {
  cursor: text;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  border: 1px dashed #2e95ff;
}
.title[data-v-247e4964] {
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.notitle[data-v-247e4964] {
  color: #606060;
  font-weight: normal;
  font-size: 14px;
}
[data-v-247e4964] .j-btn {
  outline: none;
  border: none;
  background: transparent;
  color: #dcbb84;
  font-weight: 700;
  font-size: inherit;
}

.clearfix[data-v-7e627844]:after {
  content: '';
  display: table;
  clear: both;
}
.image-layer-dialog[data-v-7e627844] {
  width: 1024px;
}
.image-layer[data-v-7e627844] {
  height: auto;
  overflow: hidden;
}
.image-layer .image-layer-canvas[data-v-7e627844] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 640px;
    width: 66%;
    float: left;
    background: #f7f7f7;
}
.image-layer .image-cut-panel[data-v-7e627844] {
    position: relative;
    border-top: 1px solid #f7f7f7;
    float: left;
    background-color: #fff;
    padding-top: 20px;
}
.image-layer .image-cut-panel .image-container[data-v-7e627844] {
      float: left;
}
.image-layer .image-cut-panel .image-container .cropper-content[data-v-7e627844] {
        width: 300px;
        height: 400px;
        font-size: 12px;
}
.image-layer .image-cut-panel .image-container .button-group[data-v-7e627844] {
        width: 300px;
        height: 50px;
        padding-top: 30px;
        text-align: center;
        background-color: #e9ecf1;
}
.image-layer .image-cut-panel .image-container .dialog-footer[data-v-7e627844] {
        margin-top: 16px;
        width: 100%;
        text-align: center;
}
.image-layer .image-cut-panel .image-container .dialog-footer .el-button[data-v-7e627844] {
          width: 120px;
}
.image-layer .image-cut-panel .cut-tool[data-v-7e627844] {
      width: 40px;
      height: 640px;
      background-color: #e5e6e8;
      float: left;
}
.image-layer .image-cut-panel .cut-tool .el-link[data-v-7e627844] {
        margin-top: 12px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
}
.el-link[data-v-7e627844] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  outline: 0;
  padding: 0;
  font-weight: 500;
}
.el-link .el-link--default[data-v-7e627844] {
    color: #606266;
}
.btnclose[data-v-7e627844] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
[data-v-7e627844] .el-dialog {
  width: 66% !important;
}
[data-v-7e627844] .el-dialog__wrapper .el-dialog {
  min-width: 360px;
  border-radius: 4px;
}
[data-v-7e627844] .el-dialog__body {
  padding: 0;
}

#eventType .eventType span[data-v-165e5914] {
  display: block;
  margin: 10px 0;
}
#eventType .relevantEvent .linkStyle[data-v-165e5914] {
  margin: 10px 0;
}
#eventType .relevantEvent .linkStyle span[data-v-165e5914] {
    display: block;
    margin: 10px 0;
}
#eventType .relevantEvent .linkStyle span em[data-v-165e5914] {
      font-style: normal;
      margin-right: 3px;
}
#eventType .relevantEvent .linkStyle .doudi[data-v-165e5914] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .doudi span.marginTop[data-v-165e5914] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .doudi b[data-v-165e5914] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .doudi p[data-v-165e5914] {
      margin: 5px 0 0 0;
}
#eventType .relevantEvent .linkStyle .copyStyle[data-v-165e5914] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .copyStyle .el-radio[data-v-165e5914] {
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .copyStyle span.marginTop[data-v-165e5914] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .copyStyle b[data-v-165e5914] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .copyStyle p[data-v-165e5914] {
      margin: 5px 0 0 0;
}
#eventType .relevantEvent .linkStyle .dataTime[data-v-165e5914] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .dataTime em[data-v-165e5914] {
      margin-right: 3px;
}
#eventType .relevantEvent .linkStyle .dataTime .el-radio[data-v-165e5914] {
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .dataTime span.marginTop[data-v-165e5914] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .dataTime b[data-v-165e5914] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .dataTime p[data-v-165e5914] {
      margin: 5px 0 0 0;
}

#eventType .eventType span[data-v-05ac5169] {
  margin: 10px 0;
}
#eventType .relevantEvent .linkStyle[data-v-05ac5169] {
  margin: 10px 0;
}
#eventType .relevantEvent .linkStyle span[data-v-05ac5169] {
    display: block;
    margin: 10px 0;
}
#eventType .relevantEvent .linkStyle span em[data-v-05ac5169] {
      font-style: normal;
      margin-right: 3px;
}
#eventType .relevantEvent .linkStyle .doudi[data-v-05ac5169] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .doudi span.marginTop[data-v-05ac5169] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .doudi b[data-v-05ac5169] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .doudi p[data-v-05ac5169] {
      margin: 5px 0 0 0;
}
#eventType .relevantEvent .linkStyle .copyStyle[data-v-05ac5169] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .copyStyle .el-radio[data-v-05ac5169] {
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .copyStyle span.marginTop[data-v-05ac5169] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .copyStyle b[data-v-05ac5169] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .copyStyle p[data-v-05ac5169] {
      margin: 5px 0 0 0;
}
#eventType .relevantEvent .linkStyle .dataTime[data-v-05ac5169] {
    margin: 15px 0;
}
#eventType .relevantEvent .linkStyle .dataTime em[data-v-05ac5169] {
      margin-right: 3px;
}
#eventType .relevantEvent .linkStyle .dataTime .el-radio[data-v-05ac5169] {
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .dataTime span.marginTop[data-v-05ac5169] {
      margin: 20px 0 6px;
}
#eventType .relevantEvent .linkStyle .dataTime b[data-v-05ac5169] {
      font-weight: 500;
      margin-right: 10px;
}
#eventType .relevantEvent .linkStyle .dataTime p[data-v-05ac5169] {
      margin: 5px 0 0 0;
}

.imageSetup[data-v-cd01061c] {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imageSetup .imgStyle[data-v-cd01061c] {
    width: 376px;
    height: 212px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.imageSetup .imgStyle img[data-v-cd01061c] {
      width: 100%;
}
.imageSetup .sideslipImgStyle[data-v-cd01061c] {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
}
.imageSetup .sideslipImgStyle img[data-v-cd01061c] {
      width: 100%;
}
.imageSetup .ptOperationBtn[data-v-cd01061c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0 0;
}
.imageSetup .ptOperationBtn[data-v-cd01061c].el-button--small,
    .imageSetup .ptOperationBtn .el-button--small.is-round[data-v-cd01061c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}


.el-carousel__arrow{
  display: none !important;
}
.el-carousel__indicators--horizontal{
  opacity: 1 !important;
}

[data-v-21451a45] .el-carousel.el-carousel--horizontal .el-carousel__container {
  height: 100% !important;
}
.content[data-v-21451a45] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-21451a45] {
    width: 342px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-21451a45] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont img[data-v-21451a45] {
        width: 100%;
        height: 100%;
}
.content .editor-mask .out-container .cont .titDesc[data-v-21451a45] {
        padding: 20px;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-21451a45].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-21451a45].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-21451a45] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-21451a45] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          word-break: break-all;
          letter-spacing: 0px;
}
[data-v-21451a45] .carouselBox {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-v-21451a45] .carouselBox img {
    cursor: pointer;
}


.el-carousel__arrow{
  display: none !important;
}
.el-carousel__indicators--horizontal{
  opacity: 1 !important;
}

[data-v-2856014b] .el-carousel.el-carousel--horizontal .el-carousel__container {
  height: 100% !important;
}
.content[data-v-2856014b] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-2856014b] {
    width: 342px;
    height: 660px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-2856014b] {
      top: 0px;
      left: 0px;
      width: 342px;
      height: 100%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont img[data-v-2856014b] {
        width: 100%;
        height: 100%;
}
.content .editor-mask .out-container .cont .titDesc[data-v-2856014b] {
        padding: 20px;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-2856014b].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-2856014b].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-2856014b] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-2856014b] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          word-break: break-all;
          letter-spacing: 0px;
}
.content .editor-mask .out-container .buttonBox[data-v-2856014b] {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.content .editor-mask .out-container .buttonBox .flexButton[data-v-2856014b] {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-top: 10px;
        font-size: 16px;
        min-width: 0;
}
.content .editor-mask .out-container .buttonBox .flexButton[data-v-2856014b]:first-child {
          background: rgba(224, 220, 220, 0.6);
          border: none;
          color: #409eff;
}
.content .editor-mask .out-container .buttonBox .black[data-v-2856014b] {
        color: black !important;
}
.content .editor-mask .out-container .buttonBox .black[data-v-2856014b]:last-child {
          background: black;
          color: white !important;
          border: transparent;
}
.content .editor-mask .out-container .buttonBox .populer[data-v-2856014b] {
        color: #b911df !important;
}
.content .editor-mask .out-container .buttonBox .populer[data-v-2856014b]:last-child {
          color: white !important;
          background: #b911df;
          border: transparent;
}
.content .editor-mask .out-container .buttonBox .gold[data-v-2856014b] {
        color: gold !important;
}
.content .editor-mask .out-container .buttonBox .gold[data-v-2856014b]:last-child {
          color: white !important;
          background: gold;
          border: transparent;
}
.content .editor-mask .out-container .buttonBox .pink[data-v-2856014b] {
        color: pink !important;
}
.content .editor-mask .out-container .buttonBox .pink[data-v-2856014b]:last-child {
          color: white !important;
          background: #f3b2bd;
          border: transparent;
}
.content .editor-mask .out-container .buttonBox .popuPink[data-v-2856014b] {
        color: #ec008c !important;
}
.content .editor-mask .out-container .buttonBox .popuPink[data-v-2856014b]:last-child {
          color: white !important;
          background: #ec008c;
          border: transparent;
}
[data-v-2856014b] .carouselBox {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-v-2856014b] .carouselBox img {
    cursor: pointer;
    height: 100%;
}

#picTextSetUp .topStyleSelect[data-v-103b5bc2] {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .topStyleSelect b[data-v-103b5bc2] {
    padding: 0 10px 20px;
    display: block;
}
#picTextSetUp .topStyleSelect ul[data-v-103b5bc2] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .topStyleSelect ul li[data-v-103b5bc2] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .topStyleSelect ul li span[data-v-103b5bc2] {
        display: block;
}
#picTextSetUp .topStyleSelect ul li img[data-v-103b5bc2] {
        border: 1px solid #fff;
}
#picTextSetUp .topStyleSelect ul li .selectActive[data-v-103b5bc2] {
        border: 1px solid #1989fa;
}
#picTextSetUp .topStyleSelect b[data-v-103b5bc2] {
    font-weight: 500;
}
#picTextSetUp .bottomStyleSelect[data-v-103b5bc2] {
  margin-top: 20px;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .bottomStyleSelect .tit[data-v-103b5bc2] {
    padding: 0 10px 20px;
}
#picTextSetUp .header-title[data-v-103b5bc2] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-103b5bc2]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .slidelipStyle[data-v-103b5bc2] {
  width: 90%;
  margin: 0 auto;
}
#picTextSetUp .slidelipStyle b[data-v-103b5bc2] {
    display: block;
}
#picTextSetUp .slidelipStyle ul[data-v-103b5bc2] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .slidelipStyle ul li[data-v-103b5bc2] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .slidelipStyle ul li span[data-v-103b5bc2] {
        display: block;
}
#picTextSetUp .slidelipStyle ul li img[data-v-103b5bc2] {
        border: 1px solid #e4e5ea;
}
#picTextSetUp .slidelipStyle ul li .selectActive[data-v-103b5bc2] {
        border: 1px solid #1989fa;
}
#picTextSetUp .slidelipStyle b[data-v-103b5bc2] {
    font-weight: 500;
}
#picTextSetUp .btnSetup h3[data-v-103b5bc2] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-103b5bc2] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-103b5bc2] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .el-button-group[data-v-103b5bc2] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-103b5bc2] {
    border: 1px solid #dcdfe6;
    margin-right: 8px;
    margin-bottom: 4px;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    background: #f0f2f5;
    opacity: 1;
    border-radius: 2px;
    color: #606266;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-103b5bc2]:disabled {
      cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-103b5bc2] {
    background: #1989fa;
    color: #fff;
}

#picTextSetUp .header-title[data-v-18d261f0] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-18d261f0]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .slidelipStyle[data-v-18d261f0] {
  width: 90%;
  margin: 0 auto;
}
#picTextSetUp .slidelipStyle b[data-v-18d261f0] {
    display: block;
}
#picTextSetUp .slidelipStyle ul[data-v-18d261f0] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .slidelipStyle ul li[data-v-18d261f0] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .slidelipStyle ul li span[data-v-18d261f0] {
        display: block;
}
#picTextSetUp .slidelipStyle ul li img[data-v-18d261f0] {
        border: 1px solid #e4e5ea;
}
#picTextSetUp .slidelipStyle ul li .selectActive[data-v-18d261f0] {
        border: 1px solid #1989fa;
}
#picTextSetUp .slidelipStyle b[data-v-18d261f0] {
    font-weight: 500;
}
#picTextSetUp .btnSetup h3[data-v-18d261f0] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-18d261f0] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-18d261f0] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .el-button-group[data-v-18d261f0] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-18d261f0] {
    border: 1px solid #dcdfe6;
    margin-right: 8px;
    margin-bottom: 4px;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    background: #f0f2f5;
    opacity: 1;
    border-radius: 2px;
    color: #606266;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-18d261f0]:disabled {
      cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-18d261f0] {
    background: #1989fa;
    color: #fff;
}

.content[data-v-a6192a8e] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-a6192a8e] {
    width: 342px;
    height: 588px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-a6192a8e] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-a6192a8e] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 194px;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-a6192a8e] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .cont .picStyle[data-v-a6192a8e] {
        width: 342px;
        height: 194px;
}
.content .editor-mask .out-container .cont .picStyle img[data-v-a6192a8e] {
          height: 100%;
          width: 100%;
}
.content .editor-mask .out-container .cont .titDesc[data-v-a6192a8e] {
        margin: 20px auto 0;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-a6192a8e].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-a6192a8e].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-a6192a8e] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-a6192a8e] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          word-break: break-all;
          letter-spacing: 0px;
}

#picTextSetUp .header-title[data-v-6366b1d8] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-6366b1d8]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-6366b1d8] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-6366b1d8] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-6366b1d8] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .ptOperationBtn[data-v-6366b1d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}
#picTextSetUp .ptOperationBtn[data-v-6366b1d8].el-button--small,
  #picTextSetUp .ptOperationBtn .el-button--small.is-round[data-v-6366b1d8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@charset "UTF-8";
.content[data-v-efa53c38] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-efa53c38] {
    width: 342px;
    height: 456px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: url("https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/redpacketBg2.png");
    background-size: 100%;
}
.content .editor-mask .out-container .tx[data-v-efa53c38] {
      position: absolute;
      top: 44px;
      left: 136px;
      width: 70px;
      height: 70px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .tx img[data-v-efa53c38] {
        width: 68px;
        height: 68px;
        border-radius: 50%;
}
.content .editor-mask .out-container .redPacketName[data-v-efa53c38] {
      position: absolute;
      top: 128px;
      left: 0px;
      width: 342px;
      height: 23px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 2;
}
.content .editor-mask .out-container .redPacketName[data-v-efa53c38].el-input__inner {
        height: 23px;
        background: transparent;
        text-align: center;
        border: 1px dashed #2e95ff;
        color: #fff;
}
.content .editor-mask .out-container .redPacketName b[data-v-efa53c38] {
        display: block;
        height: 21px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 1.5;
        color: white;
        text-align: center;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.content .editor-mask .out-container .redPacketCont[data-v-efa53c38] {
      position: absolute;
      top: 196px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 2;
      color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.content .editor-mask .out-container .redPacketCont b[data-v-efa53c38] {
        height: 40px;
        display: block;
        text-align: center;
        font-size: 24px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 1.5;
        color: white;
        text-align: center;
        background-color: transparent;
        opacity: 1;
}
.content .editor-mask .out-container .redPacketCont p[data-v-efa53c38] {
        text-align: center;
        padding: 0;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0px;
        line-height: 1.5;
        color: white;
        text-align: center;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 280px;
        height: 69px;
        margin: 10px 0 0 0;
}
.content .editor-mask .out-container .redPacketCont[data-v-efa53c38].el-input__inner {
        height: 40px;
        background: transparent;
        text-align: center;
        border: 1px dashed #2e95ff;
        color: #fff;
}
.content .editor-mask .out-container .redPacketCont[data-v-efa53c38].el-textarea__inner {
        background-color: transparent;
        text-align: center;
        border: 1px dashed #2e95ff;
        width: 280px;
        height: 69px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 2;
        margin: 10px 0 0 31px;
        color: #fff;
}
.content .editor-mask .out-container .redPacketCont[data-v-efa53c38].el-button {
        font-size: 16px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        letter-spacing: 0px;
        color: white;
        text-align: center;
        background: linear-gradient(135deg, white 0%, #ffad47 40%, #ffad47 40%, #ff8d16 100%);
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-style: none;
        border-radius: 32px;
        border-width: 0px;
        padding: 0px;
        -webkit-animation: initial;
                animation: initial;
        width: 202px;
        height: 40px;
        margin: 60px 0 0 0;
}

#picTextSetUp .header-title[data-v-55d51a6e] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-55d51a6e]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-55d51a6e] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-55d51a6e] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-55d51a6e] {
    font-style: normal;
    color: #999999;
}

.content[data-v-75d960f8] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .outheight[data-v-75d960f8] {
    height: 342px !important;
}
.content .editor-mask .out-container[data-v-75d960f8] {
    width: 342px;
    height: 456px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-75d960f8] {
      top: 0px;
      left: 0px;
      width: 342px;
      height: 100%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-75d960f8] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 100%;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-75d960f8] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .bgBox[data-v-75d960f8] {
      background: rgba(0, 0, 0, 0.1);
}
.content .editor-mask .out-container .titDesc[data-v-75d960f8] {
      position: absolute;
      bottom: 10px;
      z-index: 2;
      width: 298px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: white;
}
.content .editor-mask .out-container .titDesc[data-v-75d960f8].el-input__inner {
        height: 30px;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc[data-v-75d960f8].el-textarea__inner {
        min-height: 70px !important;
        height: 70px !important;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc b[data-v-75d960f8] {
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
}
.content .editor-mask .out-container .titDesc p[data-v-75d960f8] {
        font-size: 13px;
        margin: 0 auto;
        padding: 0;
        line-height: 1.8;
        word-break: break-all;
        letter-spacing: 0px;
}
.content .editor-mask .out-container .titDesc .buttonBox[data-v-75d960f8] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-75d960f8] {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-top: 10px;
          font-size: 16px;
          min-width: 0;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-75d960f8]:first-child {
            background: rgba(224, 220, 220, 0.6);
            border: none;
}

.content[data-v-5cfb5ad4] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .outheight[data-v-5cfb5ad4] {
    height: 342px !important;
}
.content .editor-mask .out-container[data-v-5cfb5ad4] {
    width: 342px;
    height: 456px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-5cfb5ad4] {
      top: 0px;
      left: 0px;
      width: 342px;
      height: 100%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-5cfb5ad4] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 100%;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-5cfb5ad4] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .bgBox[data-v-5cfb5ad4] {
      background: rgba(0, 0, 0, 0.1);
}
.content .editor-mask .out-container .titDesc[data-v-5cfb5ad4] {
      position: absolute;
      bottom: 10px;
      z-index: 2;
      width: 298px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      color: white;
}
.content .editor-mask .out-container .titDesc[data-v-5cfb5ad4].el-input__inner {
        height: 30px;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc[data-v-5cfb5ad4].el-textarea__inner {
        min-height: 70px !important;
        height: 70px !important;
        border: 1px dashed #409eff;
        padding: 0 !important;
}
.content .editor-mask .out-container .titDesc b[data-v-5cfb5ad4] {
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
}
.content .editor-mask .out-container .titDesc p[data-v-5cfb5ad4] {
        font-size: 13px;
        margin: 0 auto;
        padding: 0;
        line-height: 1.8;
        word-break: break-all;
        letter-spacing: 0px;
}
.content .editor-mask .out-container .titDesc .buttonBox[data-v-5cfb5ad4] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-5cfb5ad4] {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-top: 10px;
          font-size: 16px;
          min-width: 0;
}
.content .editor-mask .out-container .titDesc .buttonBox .flexButton[data-v-5cfb5ad4]:first-child {
            background: rgba(224, 220, 220, 0.6);
            border: none;
}

#picTextSetUp .topStyleSelect[data-v-09d5bd52] {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .topStyleSelect b[data-v-09d5bd52] {
    padding: 0 10px 20px;
    display: block;
}
#picTextSetUp .topStyleSelect ul[data-v-09d5bd52] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .topStyleSelect ul li[data-v-09d5bd52] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .topStyleSelect ul li span[data-v-09d5bd52] {
        display: block;
}
#picTextSetUp .topStyleSelect ul li img[data-v-09d5bd52] {
        border: 1px solid #fff;
}
#picTextSetUp .topStyleSelect ul li .selectActive[data-v-09d5bd52] {
        border: 1px solid #1989fa;
}
#picTextSetUp .topStyleSelect b[data-v-09d5bd52] {
    font-weight: 500;
}
#picTextSetUp .bottomStyleSelect[data-v-09d5bd52] {
  margin-top: 20px;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .bottomStyleSelect .tit[data-v-09d5bd52] {
    padding: 0 10px 20px;
}
#picTextSetUp .header-title[data-v-09d5bd52] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-09d5bd52]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-09d5bd52] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-09d5bd52] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-09d5bd52] {
    font-style: normal;
    color: #999999;
}

#picTextSetUp .topStyleSelect[data-v-5ce30929] {
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .topStyleSelect b[data-v-5ce30929] {
    padding: 0 10px 20px;
    display: block;
}
#picTextSetUp .topStyleSelect ul[data-v-5ce30929] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .topStyleSelect ul li[data-v-5ce30929] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .topStyleSelect ul li span[data-v-5ce30929] {
        display: block;
}
#picTextSetUp .topStyleSelect ul li img[data-v-5ce30929] {
        border: 1px solid #fff;
}
#picTextSetUp .topStyleSelect ul li .selectActive[data-v-5ce30929] {
        border: 1px solid #1989fa;
}
#picTextSetUp .topStyleSelect b[data-v-5ce30929] {
    font-weight: 500;
}
#picTextSetUp .bottomStyleSelect[data-v-5ce30929] {
  margin-top: 20px;
  -webkit-box-shadow: 2px 2px 10px #d4d4d4;
          box-shadow: 2px 2px 10px #d4d4d4;
  padding: 20px;
}
#picTextSetUp .bottomStyleSelect .tit[data-v-5ce30929] {
    padding: 0 10px 20px;
}
#picTextSetUp .header-title[data-v-5ce30929] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-5ce30929]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-5ce30929] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-5ce30929] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-5ce30929] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .ptOperationBtn[data-v-5ce30929] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}
#picTextSetUp .ptOperationBtn[data-v-5ce30929].el-button--small,
  #picTextSetUp .ptOperationBtn .el-button--small.is-round[data-v-5ce30929] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.content[data-v-3c5b6f08] {
  top: 4px;
  left: 0px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 0;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
.content .editor-mask[data-v-3c5b6f08] {
    width: 342px;
    overflow-x: scroll;
}
.content .editor-mask .out-container[data-v-3c5b6f08] {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transition: left 0.5s;
      transition: left 0.5s;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
}
.content .editor-mask .out-container .cont[data-v-3c5b6f08] {
        cursor: pointer;
        border: 1px solid #c9c9c9;
        border-radius: 8px;
        overflow: hidden;
        width: 210px;
        height: 357px;
        background-color: #fff;
        float: left;
        margin-right: 16px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.content .editor-mask .out-container .cont[data-v-3c5b6f08]:last-of-type {
          margin-right: 0px;
}
.content .editor-mask .out-container .cont img[data-v-3c5b6f08] {
          width: 208px;
          height: 208px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-3c5b6f08].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-3c5b6f08].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-3c5b6f08] {
          color: #333;
          min-height: 20px;
          line-height: 20px;
          font-size: 15px;
          margin-left: 12px;
          margin-bottom: 8px;
          margin-top: 8px;
          padding-right: 4px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          font-weight: 700;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          display: block;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-3c5b6f08] {
          color: #666;
          height: 36px;
          line-height: 18px;
          font-size: 12px;
          margin-left: 12px;
          margin-bottom: 14px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
}
.content .editor-mask .out-container .contActive[data-v-3c5b6f08] {
        border: 1px solid #0e36e9;
}

#picTextSetUp[data-v-5ff0eb31] {
  overflow-y: auto;
  padding-bottom: 30px;
}
#picTextSetUp .header-title[data-v-5ff0eb31] {
    padding-left: 5px;
    font-size: 14px;
    color: #29304e;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
}
#picTextSetUp .header-title[data-v-5ff0eb31]::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 3px;
      height: 18px;
      background: #1890ff;
      opacity: 1;
      border-radius: 2px;
}
#picTextSetUp .slidelipStyle[data-v-5ff0eb31] {
    width: 90%;
    margin: 0 auto;
}
#picTextSetUp .slidelipStyle b[data-v-5ff0eb31] {
      display: block;
}
#picTextSetUp .slidelipStyle ul[data-v-5ff0eb31] {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
#picTextSetUp .slidelipStyle ul li[data-v-5ff0eb31] {
        width: 50%;
        text-align: center;
        cursor: pointer;
}
#picTextSetUp .slidelipStyle ul li span[data-v-5ff0eb31] {
          display: block;
}
#picTextSetUp .slidelipStyle ul li img[data-v-5ff0eb31] {
          border: 1px solid #fff;
}
#picTextSetUp .slidelipStyle ul li .selectActive[data-v-5ff0eb31] {
          border: 1px solid #1989fa;
}
#picTextSetUp .slidelipStyle b[data-v-5ff0eb31] {
      font-weight: 500;
}
#picTextSetUp .btnSetup h3[data-v-5ff0eb31] {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 14px;
    background-color: #eee;
    border-bottom-color: #e7e7eb;
    margin-left: -16px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-5ff0eb31] {
    display: block;
    margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-5ff0eb31] {
      font-style: normal;
      color: #999999;
}
#picTextSetUp .el-button-group[data-v-5ff0eb31] {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-5ff0eb31] {
      border: 1px solid #dcdfe6;
      margin-right: 8px;
      margin-bottom: 4px;
      width: 30px;
      height: 30px;
      padding: 0 6px;
      background: #f0f2f5;
      opacity: 1;
      border-radius: 2px;
      color: #606266;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-5ff0eb31]:disabled {
        cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-5ff0eb31] {
      background: #1989fa;
      color: #fff;
}

.content[data-v-79b87334] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-79b87334] {
    width: 342px;
    height: 394px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-79b87334] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-79b87334] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 194px;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-79b87334] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .cont .titDesc[data-v-79b87334] {
        margin: 20px auto 0;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-79b87334].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-79b87334].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-79b87334] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-79b87334] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          word-break: break-all;
          letter-spacing: 0px;
}

.content[data-v-84baca8e] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-84baca8e] {
    width: 342px;
    height: 588px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-84baca8e] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-84baca8e] {
        top: 0px;
        left: 0px;
        width: 342px;
        height: 194px;
        z-index: 1;
        /* display: flex;
          justify-content: center; */
        position: relative;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-84baca8e] {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
}
.content .editor-mask .out-container .cont .picStyle[data-v-84baca8e] {
        width: 342px;
        height: 194px;
}
.content .editor-mask .out-container .cont .picStyle img[data-v-84baca8e] {
          height: 100%;
          width: 100%;
}
.content .editor-mask .out-container .cont .titDesc[data-v-84baca8e] {
        margin: 20px auto 0;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-84baca8e].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-84baca8e].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-84baca8e] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-84baca8e] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          letter-spacing: 0px;
}

#picTextSetUp .header-title[data-v-88c911d8] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-88c911d8]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-88c911d8] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-88c911d8] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-88c911d8] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .ptOperationBtn[data-v-88c911d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}
#picTextSetUp .ptOperationBtn[data-v-88c911d8].el-button--small,
  #picTextSetUp .ptOperationBtn .el-button--small.is-round[data-v-88c911d8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

#picTextSetUp .header-title[data-v-f358e0f2] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-f358e0f2]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-f358e0f2] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-f358e0f2] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-f358e0f2] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .ptOperationBtn[data-v-f358e0f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 0 0;
}
#picTextSetUp .ptOperationBtn[data-v-f358e0f2].el-button--small,
  #picTextSetUp .ptOperationBtn .el-button--small.is-round[data-v-f358e0f2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@charset "UTF-8";
#commonlyNotice[data-v-44e128b5] {
  width: 342px;
  min-height: 367px;
  height: auto;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 21px;
}
#commonlyNotice .noticeContainer .z-drr-container[data-v-44e128b5] {
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}
#commonlyNotice .noticeContainer .text-drr[data-v-44e128b5] {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px dashed transparent;
}
#commonlyNotice .noticeContainer .noticeContainerTit[data-v-44e128b5] {
    height: 31px;
    line-height: 31px;
    margin-bottom: 10px;
}
#commonlyNotice .noticeContainer .noticeContainerTit b[data-v-44e128b5] {
      display: block;
      font-size: 18px;
      font-family: 微软雅黑;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0px;
      color: black;
      text-align: left;
      background-color: transparent;
      opacity: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
#commonlyNotice .noticeContainer .noticeContainerTit span[data-v-44e128b5] {
      display: block;
}
#commonlyNotice .noticeContainer .noticeContainerTit .inputTit[data-v-44e128b5] {
      width: 100%;
      height: 29px;
      line-height: 29px;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerCont[data-v-44e128b5] {
    height: 21px;
    margin-bottom: 10px;
}
#commonlyNotice .noticeContainer .noticeContainerCont .inputCont[data-v-44e128b5] {
      width: 100%;
      height: 21px;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerName[data-v-44e128b5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName[data-v-44e128b5] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-44e128b5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        margin: 6px 25px 6px 0;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .inputName[data-v-44e128b5] {
          width: 78px;
          border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .paramText[data-v-44e128b5] {
          width: 220px;
          color: #dcbb84;
          font-weight: 700;
          border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p b[data-v-44e128b5] {
          width: 78px;
          font-weight: 500;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p span[data-v-44e128b5] {
          width: 198px;
          padding: 0;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .spanColor[data-v-44e128b5] {
          width: 198px;
          padding: 0;
          outline: none;
          border: none;
          background: transparent;
          font-size: inherit;
          color: #dcbb84;
          font-weight: 700;
          display: block;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-44e128b5]:first-of-type {
          width: 78px;
          height: 24px;
          line-height: 24px;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-44e128b5]:last-of-type {
          width: 220px;
          height: 24px;
          line-height: 24px;
}
#commonlyNotice .noticeContainer .btn[data-v-44e128b5] {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#commonlyNotice .noticeContainer .btn span[data-v-44e128b5] {
      width: 46%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .btn .el-button.is-round[data-v-44e128b5] {
      width: 100%;
      color: #007dff;
      background-color: #e5e5e5;
      font-size: 16px;
      font-family: 微软雅黑;
      font-style: normal;
      font-weight: bold;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 10px;
}
#commonlyNotice .noticeContainer .btn .mainButton[data-v-44e128b5] {
      font-family: 微软雅黑 !important;
      font-size: 16px !important;
      color: white !important;
      background-color: #007dff !important;
}
#commonlyNotice .noticeContainer .pic[data-v-44e128b5] {
    margin-top: 10px;
}
#commonlyNotice .noticeContainer .pic img[data-v-44e128b5] {
      width: 100%;
}

#leftContainer[data-v-258c4f85] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inlin-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-right: 1px solid #ebedf2;
}
#leftContainer .items[data-v-258c4f85] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #ebedf2;
    padding-bottom: 10px;
}
#leftContainer .items .iconTitle[data-v-258c4f85] {
      margin-top: 10px !important;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      height: 30px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: transparent;
      margin-bottom: 10px;
      position: relative;
}
#leftContainer .items .iconTitle[data-v-258c4f85]::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 18px;
        background: #66a3fe;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0;
}
#leftContainer .items .iconTitle h3[data-v-258c4f85] {
        margin: 0;
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        top: 8px;
        left: 20px;
        width: 100px;
        background: #fff;
        height: 18px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 10;
        font-size: 16px;
        color: #292929;
        font-weight: 500;
}
#leftContainer .items .iconList[data-v-258c4f85] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 8px 0 10px;
}
#leftContainer .items .iconList .icons-list[data-v-258c4f85] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 78px;
        height: 78px;
        border-radius: 4px;
        color: #292929;
        background: #fff;
        border: 1px solid #d3d3d3;
        margin: 10px 10px;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -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;
        cursor: pointer;
}
#leftContainer .items .iconList .icons-list i[data-v-258c4f85] {
          display: inline-block;
          width: 24px;
          height: 24px;
          margin-top: 2px;
          margin-bottom: 2px;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-filter: invert(50%);
                  filter: invert(50%);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
#leftContainer .items .iconList .icons-list b[data-v-258c4f85] {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          height: 26px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          margin-top: 0px;
          font-size: 12px;
          font-weight: 500;
}
#leftContainer .items .iconList .icons-list[data-v-258c4f85]:hover,
      #leftContainer .items .iconList .icons-list.active[data-v-258c4f85] {
        cursor: pointer;
        color: #fff;
        background: #66a3fe;
        border: 1px solid #66a3fe;
}
#leftContainer .items .iconList .icons-list:hover i[data-v-258c4f85],
        #leftContainer .items .iconList .icons-list.active i[data-v-258c4f85] {
          -webkit-filter: invert(0%);
                  filter: invert(0%);
}
#leftContainer .items .button-list[data-v-258c4f85] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: calc(100% - 15px);
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 15px;
      margin-top: 10px;
}
#leftContainer .items .button-list span[data-v-258c4f85] {
        margin: 5px 5px;
}
#leftContainer .items .button-list .item-button[data-v-258c4f85] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 70px;
        height: 32px;
        padding: 0 10px;
        border-radius: 35px;
        background: #fff;
        border: 2px solid #d3d3d3;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        font-size: 12px;
        color: #292929;
        margin-top: 2px;
}
#leftContainer .items .button-list .item-button[data-v-258c4f85]:hover,
      #leftContainer .items .button-list .active.item-button[data-v-258c4f85] {
        cursor: pointer;
        border: 2px solid #66a3fe;
        color: #66a3fe;
}

#NoticeSetUp[data-v-54724698] {
  padding-bottom: 20px;
}
#NoticeSetUp .header-title[data-v-54724698] {
    padding-left: 5px;
    font-size: 14px;
    color: #29304e;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
}
#NoticeSetUp .header-title[data-v-54724698]::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 3px;
      height: 18px;
      background: #1890ff;
      opacity: 1;
      border-radius: 2px;
}
#NoticeSetUp .btnSetup h3[data-v-54724698] {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 14px;
    background-color: #eee;
    border-bottom-color: #e7e7eb;
    margin-left: -16px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#NoticeSetUp .btnSetup .btnStyle span[data-v-54724698] {
    display: block;
    margin-bottom: 10px;
}
#NoticeSetUp .btnSetup .btnStyle span em[data-v-54724698] {
      font-style: normal;
      color: #999999;
}
#NoticeSetUp .el-radio-group[data-v-54724698] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#NoticeSetUp .el-radio[data-v-54724698] {
    width: 25%;
    margin-bottom: 16px;
}

[data-v-63ad7b36].el-textarea .el-input__count {
  color: #fff !important;
  background: transparent !important;
  bottom: -16px !important;
}
#TextComponent[data-v-63ad7b36] {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TextComponent .mainPart[data-v-63ad7b36] {
    width: 250px;
    min-height: 80px;
    max-height: 400px;
    overflow: scroll;
    background: #66a3fe;
    color: #fff;
    border-radius: 30px;
    border-top-right-radius: 0px;
    padding: 16px 15px 15px 25px;
}
#TextComponent .mainPart span[data-v-63ad7b36] {
      display: block;
      height: auto;
      min-height: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      word-wrap: break-word;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      word-wrap: break-word;
      word-break: break-all;
      font-size: 14px;
}

[data-v-576864c6].el-image {
  width: 100% !important;
}
[data-v-576864c6].el-image .image-slot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-576864c6].el-image .image-slot .avatar-uploader-icon {
      height: 30px !important;
      line-height: 30px !important;
}
[data-v-576864c6].el-image .image-slot p {
      font-size: 12px;
      text-align: center;
}
#ImageComponent[data-v-576864c6] {
  position: relative;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ImageComponent .mainPart[data-v-576864c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    height: 169px;
    background: #f5f7fa;
    color: #909399;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    overflow: hidden;
    font-size: 40px;
    border: 1px dashed #d9d9d9;
}
#ImageComponent .mainPart .imgStyle[data-v-576864c6] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 160px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      word-wrap: break-word;
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      word-wrap: break-word;
      word-break: break-all;
}
#ImageComponent .tip[data-v-576864c6] {
    width: 278px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #f56c6c;
    font-size: 12px;
}

[data-v-6021fb02].el-image {
  width: 100% !important;
}
[data-v-6021fb02].el-image .image-slot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-6021fb02].el-image .image-slot .avatar-uploader-icon {
      height: 30px !important;
      line-height: 30px !important;
}
[data-v-6021fb02].el-image .image-slot p {
      font-size: 12px;
      text-align: center;
}
#audioComponent[data-v-6021fb02] {
  position: relative;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#audioComponent .mainPart[data-v-6021fb02] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    height: 169px;
    background: #f5f7fa;
    color: #909399;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    overflow: hidden;
    font-size: 40px;
    border: 1px dashed #d9d9d9;
}
#audioComponent .mainPart .audioStyle[data-v-6021fb02] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#audioComponent .tip[data-v-6021fb02] {
    width: 278px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #f56c6c;
    font-size: 12px;
}

[data-v-50b5767d].el-image {
  width: 100% !important;
}
[data-v-50b5767d].el-image .image-slot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-50b5767d].el-image .image-slot .avatar-uploader-icon {
      height: 30px !important;
      line-height: 30px !important;
}
[data-v-50b5767d].el-image .image-slot p {
      font-size: 12px;
      text-align: center;
}
#videoComponent[data-v-50b5767d] {
  position: relative;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#videoComponent .mainPart[data-v-50b5767d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    height: 142px;
    background: #f5f7fa;
    color: #909399;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    overflow: hidden;
    font-size: 40px;
    border: 1px dashed #d9d9d9;
}
#videoComponent .mainPart .vedioStyle[data-v-50b5767d] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#videoComponent .tip[data-v-50b5767d] {
    width: 278px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #f56c6c;
    font-size: 12px;
}

#picTextSetUp .box-card[data-v-b891428e] {
  margin-bottom: 10px;
}
#picTextSetUp .isShow[data-v-b891428e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
}
#picTextSetUp .isShow b[data-v-b891428e] {
    font-weight: 500;
}
#picTextSetUp .header-title[data-v-b891428e] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-b891428e]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnStyle span[data-v-b891428e] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnStyle span em[data-v-b891428e] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .el-button-group[data-v-b891428e] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-b891428e] {
    border: 1px solid #dcdfe6;
    margin-right: 8px;
    margin-bottom: 4px;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    background: #f0f2f5;
    opacity: 1;
    border-radius: 2px;
    color: #606266;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-b891428e]:disabled {
      cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-b891428e] {
    background: #1989fa;
    color: #fff;
}

#ecommerce[data-v-5443e2e4] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  bottom: 0;
}
#ecommerce .out-container[data-v-5443e2e4] {
    width: 342px;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
#ecommerce .out-container .canvas[data-v-5443e2e4] {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
}
#ecommerce .out-container .canvas .bg-img[data-v-5443e2e4] {
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
        border-radius: 32px;
}
#ecommerce .out-container .canvas .z-drr-container[data-v-5443e2e4] {
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-color: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-5443e2e4] {
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background-color: #ffdada;
          background-image: url(https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/goodsBg.png);
          background-position: top;
          background-size: 100% auto;
          background-repeat: no-repeat;
          padding-bottom: 10px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-5443e2e4] {
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 36px;
            height: 36px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 15px 0 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-5443e2e4].el-input {
              width: auto !important;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-5443e2e4].el-input__inner {
              width: 280px !important;
              background-color: transparent !important;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              border: 1px dashed #2e95ff;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title .title-name[data-v-5443e2e4] {
              width: 280px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: block;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title .title-icon[data-v-5443e2e4] {
              color: #ff0d51;
              background-color: #fff;
              display: inline-block;
              border-radius: 20px;
              width: 30px;
              height: 20px;
              line-height: 20px;
              font-size: 14px;
              margin-left: 6px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-5443e2e4].el-input {
            width: auto !important;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-5443e2e4].el-input__inner {
            width: 340px !important;
            background-color: transparent !important;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 1px dashed #2e95ff;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .subhead[data-v-5443e2e4] {
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 24px;
            height: 24px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 12px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item[data-v-5443e2e4] {
            background-color: #fff;
            height: 122px;
            width: 324px;
            margin: 0 auto;
            border-radius: 8px;
            margin-bottom: 10px;
            padding: 8px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-imgBox[data-v-5443e2e4] {
              width: 106px;
              height: 106px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-imgBox img[data-v-5443e2e4] {
                width: 100%;
                height: 100%;
                border-radius: 8px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good[data-v-5443e2e4] {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              margin-left: 12px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-name[data-v-5443e2e4] {
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-break: break-all;
                line-height: 22px;
                margin-bottom: 4px;
                height: 44px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags[data-v-5443e2e4] {
                height: 20px;
                margin-bottom: 8px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-5443e2e4] {
                  border: 1px solid #fa2a2d;
                  color: #fa2a2d;
                  border-radius: 3px;
                  font-size: 12px;
                  padding: 0 3px;
                  max-width: 84px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  display: inline-block;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-5443e2e4]:first-child {
                    margin-right: 3px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox[data-v-5443e2e4] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                line-height: 30px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price[data-v-5443e2e4] {
                  font-size: 18px;
                  color: #fa2a2d;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-symbol[data-v-5443e2e4] {
                    font-size: 15px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-money[data-v-5443e2e4] {
                    display: inline-block;
                    max-width: 98px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-button[data-v-5443e2e4] {
                  background-color: #fa2a2d;
                  padding: 5px 0;
                  width: 100px;
}
#ecommerce .out-container .canvas .z-active[data-v-5443e2e4] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px dashed #2e95ff;
        overflow: hidden;
        z-index: 999;
}

@charset "UTF-8";
[data-v-3a78ac0f] .ti-tag .ti-actions i {
  display: none;
}
[data-v-3a78ac0f] .ti-tag {
  background-color: #fff !important;
  color: #dcbb84 !important;
  width: 132px !important;
  font-size: 21px !important;
  font-family: 微软雅黑 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
[data-v-3a78ac0f] .ti-new-tag-input-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
[data-v-3a78ac0f] .ti-tags {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
[data-v-3a78ac0f] .ti-new-tag-input-wrapper input {
  width: 10px !important;
  min-width: 10px !important;
  font-size: 22px !important;
}
[data-v-3a78ac0f] .ti-input {
  border: 1px dashed #2e95ff !important;
}
[data-v-3a78ac0f] .vue-tags-input {
  width: 148px !important;
}
#commonlyNotice[data-v-3a78ac0f] {
  width: 342px;
  min-height: 367px;
  height: auto;
  overflow: hidden;
  opacity: 1;
  background: #fff;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 21px;
}
#commonlyNotice .noticeContainer .noticeContainerTit[data-v-3a78ac0f] {
    height: 31px;
    line-height: 31px;
    margin-bottom: 10px;
}
#commonlyNotice .noticeContainer .noticeContainerTit b[data-v-3a78ac0f] {
      display: block;
      font-size: 18px;
      font-family: 微软雅黑;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0px;
      color: black;
      text-align: left;
      background-color: transparent;
      opacity: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
#commonlyNotice .noticeContainer .noticeContainerTit span[data-v-3a78ac0f] {
      display: block;
}
#commonlyNotice .noticeContainer .noticeContainerTit .inputTit[data-v-3a78ac0f] {
      width: 100%;
      height: 29px;
      line-height: 29px;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerCont[data-v-3a78ac0f] {
    height: 21px;
    margin-bottom: 10px;
}
#commonlyNotice .noticeContainer .noticeContainerCont .inputCont[data-v-3a78ac0f] {
      width: 100%;
      height: 21px;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerParam[data-v-3a78ac0f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#commonlyNotice .noticeContainer .noticeContainerParam p[data-v-3a78ac0f] {
      width: 148px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      line-height: 30px;
}
#commonlyNotice .noticeContainer .noticeContainerParam p strong[data-v-3a78ac0f] {
        font-size: 24px;
        color: #dcbb84;
}
#commonlyNotice .noticeContainer .noticeContainerParam p .inputCont[data-v-3a78ac0f] {
        width: 78px;
        height: 30px;
        border: 1px dashed #2e95ff;
        margin: 0 0 0 10px;
}
#commonlyNotice .noticeContainer .noticeContainerParam p .inputParam[data-v-3a78ac0f] {
        font-size: 24px;
        color: #dcbb84;
        font-weight: 700;
        width: 148px;
        height: 30px;
        line-height: 30px;
        border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerParam p[data-v-3a78ac0f]:first-of-type {
        width: 148px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
}
#commonlyNotice .noticeContainer .noticeContainerParam p[data-v-3a78ac0f]:last-of-type {
        width: 220px;
        height: 30px;
        line-height: 30px;
}
#commonlyNotice .noticeContainer .noticeContainerName[data-v-3a78ac0f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName[data-v-3a78ac0f] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-3a78ac0f] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        margin: 6px 25px 6px 0;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .inputName[data-v-3a78ac0f] {
          width: 78px;
          border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .paramText[data-v-3a78ac0f] {
          width: 220px;
          color: #dcbb84;
          font-weight: 700;
          border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p b[data-v-3a78ac0f] {
          width: 78px;
          font-weight: 500;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p span[data-v-3a78ac0f] {
          width: 198px;
          padding: 0;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p .spanColor[data-v-3a78ac0f] {
          width: 198px;
          padding: 0;
          outline: none;
          border: none;
          background: transparent;
          font-size: inherit;
          color: #dcbb84;
          font-weight: 700;
          display: block;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-3a78ac0f]:first-of-type {
          width: 78px;
          height: 24px;
          line-height: 24px;
}
#commonlyNotice .noticeContainer .noticeContainerName .noticeName p[data-v-3a78ac0f]:last-of-type {
          width: 220px;
          height: 24px;
          line-height: 24px;
}
#commonlyNotice .noticeContainer .btn[data-v-3a78ac0f] {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#commonlyNotice .noticeContainer .btn span[data-v-3a78ac0f] {
      width: 46%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed #2e95ff;
}
#commonlyNotice .noticeContainer .btn .el-button.is-round[data-v-3a78ac0f] {
      width: 100%;
      color: #007dff;
      background-color: #e5e5e5;
      font-size: 16px;
      font-family: 微软雅黑;
      font-style: normal;
      font-weight: bold;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-right: 10px;
}
#commonlyNotice .noticeContainer .btn .mainButton[data-v-3a78ac0f] {
      font-family: 微软雅黑 !important;
      font-size: 16px !important;
      color: white !important;
      background-color: #007dff !important;
}
#commonlyNotice .noticeContainer .pic[data-v-3a78ac0f] {
    margin-top: 10px;
}
#commonlyNotice .noticeContainer .pic img[data-v-3a78ac0f] {
      width: 100%;
}

#NoticeSetUp[data-v-bf784144] {
  padding-bottom: 20px;
}
#NoticeSetUp .header-title[data-v-bf784144] {
    padding-left: 5px;
    font-size: 14px;
    color: #29304e;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
}
#NoticeSetUp .header-title[data-v-bf784144]::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 3px;
      height: 18px;
      background: #1890ff;
      opacity: 1;
      border-radius: 2px;
}
#NoticeSetUp .btnSetup h3[data-v-bf784144] {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 14px;
    background-color: #eee;
    border-bottom-color: #e7e7eb;
    margin-left: -16px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#NoticeSetUp .btnSetup .btnStyle span[data-v-bf784144] {
    display: block;
    margin-bottom: 10px;
}
#NoticeSetUp .btnSetup .btnStyle span em[data-v-bf784144] {
      font-style: normal;
      color: #999999;
}
#NoticeSetUp .el-radio[data-v-bf784144] {
    margin-bottom: 16px;
}

#leftArea .category[data-v-5a1c380e] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 340px;
  height: 36px;
  border: 1px solid #ddd;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background: #fff;
  margin: 8px;
}
#leftArea .category li[data-v-5a1c380e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    height: 100%;
    line-height: 36px;
    cursor: pointer;
}
#leftArea .category .active[data-v-5a1c380e] {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
#leftArea .suit-list[data-v-5a1c380e] {
  width: 356px;
  padding: 8px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  height: calc(100vh - 370px);
  background-color: #fff;
}
#leftArea .suit-list .suit-title[data-v-5a1c380e] {
    position: relative;
    padding-left: 10px;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    margin: 8px auto 0;
}
#leftArea .suit-list .suit-title[data-v-5a1c380e]::before {
      content: '';
      width: 4px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #00f;
}
#leftArea .suit-list .suitList[data-v-5a1c380e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
#leftArea .suit-list .suitList .hover_container[data-v-5a1c380e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: fixed;
      top: 354px;
      left: 370px;
      background-color: #fff;
      border-radius: 12px;
      z-index: 10;
      padding: 10px 10px 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}
#leftArea .suit-list .suitList .hover_container img[data-v-5a1c380e] {
        width: 300px;
        border-radius: 12px;
}
#leftArea .suit-list .suitList .hover_container p[data-v-5a1c380e] {
        width: 100%;
        line-height: 40px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#leftArea .suit-list .suitList .hover_container p img[data-v-5a1c380e] {
          width: 32px;
          height: 32px;
          border: 0;
          margin-right: 10px;
}
#leftArea .suit-list .suitList .oneLeftIcon[data-v-5a1c380e] {
      top: 167px !important;
}
#leftArea .suit-list .suitList .threeLeftIcon[data-v-5a1c380e] {
      top: 337px !important;
}
#leftArea .suit-list .suitList .bottomLeftIcon[data-v-5a1c380e] {
      top: auto;
      bottom: 10px !important;
}
#leftArea .suit-list .suitList .suite-item[data-v-5a1c380e] {
      margin-top: 8px;
      width: 46%;
      height: 160px;
      background: #f8f8fa;
      cursor: pointer;
      border: 1px solid #f2f2f3;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
}
#leftArea .suit-list .suitList .suite-item .suite-item-content[data-v-5a1c380e] {
        margin: 8px auto;
        width: 120px;
        height: 120px;
        overflow: hidden;
        background: #fff;
        pointer-events: none;
}
#leftArea .suit-list .suitList .suite-item .suite-item-content .card-content[data-v-5a1c380e] {
          height: 100%;
          overflow: hidden;
}
#leftArea .suit-list .suitList .suite-item .suite-item-content .card-content .transform[data-v-5a1c380e] {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
}
#leftArea .suit-list .suitList .suite-item .suite-item-content .card-content .rich-text[data-v-5a1c380e] {
            overflow: hidden;
            overflow-y: auto;
            white-space: pre-wrap;
            word-break: break-all;
            width: 342px;
            margin: 10px 0 0 0;
}
#leftArea .suit-list .suitList .suite-item .suite-item-title[data-v-5a1c380e] {
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        color: #595961;
        opacity: 1;
        pointer-events: none;
}
#leftArea .suit-list .suitList .isActive[data-v-5a1c380e] {
      border: 1px solid #09f;
}

.content[data-v-33a02be4] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-33a02be4] {
    width: 342px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
    border-radius: 10px;
}
.content .editor-mask .out-container .cont[data-v-33a02be4] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
      display: grid;
}
.content .editor-mask .out-container .cont img[data-v-33a02be4] {
        width: 307px;
        height: 102px;
        margin: 15px auto 0;
}
.content .editor-mask .out-container .cont .titDesc[data-v-33a02be4] {
        margin: 20px auto 0;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-33a02be4].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
          outline: none !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-33a02be4].el-textarea__inner {
          min-height: 95px !important;
          height: 95px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
          outline: none !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-33a02be4] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-33a02be4] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          color: black;
          word-break: break-all;
          letter-spacing: 0px;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-33a02be4] {
        margin: 10px auto;
        top: 229px;
        left: 18px;
        width: 307px;
        height: 102px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 0;
        cursor: pointer;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-33a02be4] {
          width: 100%;
          margin: 0;
}
.content .editor-mask .out-container .topContent .topImgText[data-v-33a02be4] {
      padding: 20px 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.content .editor-mask .out-container .topContent .topImgText .headerPic[data-v-33a02be4] {
        margin: 0 10px 0 0;
        width: 30px;
        height: 30px;
}
.content .editor-mask .out-container .topContent .topImgText .headerPic .headerImg[data-v-33a02be4] {
          margin: 0;
          width: 100%;
          height: 100%;
          border-style: none;
          border-radius: 70px;
          border-width: 0px;
          padding: 0px;
}
.buttonGroup[data-v-33a02be4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}

#picTextSetUp .slidelipStyle[data-v-431374df] {
  width: 90%;
  margin: 0 auto;
}
#picTextSetUp .slidelipStyle b[data-v-431374df] {
    display: block;
}
#picTextSetUp .slidelipStyle ul[data-v-431374df] {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#picTextSetUp .slidelipStyle ul li[data-v-431374df] {
      width: 50%;
      text-align: center;
      cursor: pointer;
}
#picTextSetUp .slidelipStyle ul li span[data-v-431374df] {
        display: block;
}
#picTextSetUp .slidelipStyle ul li img[data-v-431374df] {
        border: 1px solid #e4e5ea;
}
#picTextSetUp .slidelipStyle ul li .selectActive[data-v-431374df] {
        border: 1px solid #1989fa;
}
#picTextSetUp .slidelipStyle b[data-v-431374df] {
    font-weight: 500;
}
#picTextSetUp .header-title[data-v-431374df] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-431374df]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-431374df] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-431374df] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-431374df] {
    font-style: normal;
    color: #999999;
}

@charset "UTF-8";
#morePicText[data-v-423465e6] {
  width: 342px;
  background: #fff;
  height: auto;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
#morePicText .pictext[data-v-423465e6] {
    width: 342px;
    height: 193px;
    position: relative;
}
#morePicText .pictext .rich-text[data-v-423465e6] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
#morePicText .pictext .rich-text b[data-v-423465e6] {
        font-size: 17px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0px;
        color: white;
        text-align: left;
        font-weight: 500;
}
#morePicText .pictext .inputText[data-v-423465e6] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 52px;
      border: 1px dashed #2e95ff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#morePicText .pictext .inputText[data-v-423465e6].el-textarea__inner {
        min-height: 54px !important;
        height: 54px !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 17px !important;
        resize: none !important;
}
#morePicText .picTextList ul[data-v-423465e6] {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
#morePicText .picTextList ul li[data-v-423465e6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 88px;
}
#morePicText .picTextList ul li .aside[data-v-423465e6] {
        width: 53px;
        height: 53px;
        border: 1px dashed transparent;
        position: relative;
}
#morePicText .picTextList ul li img[data-v-423465e6] {
        width: 53px;
        height: 53px;
        position: absolute;
        top: 1px;
        left: 1px;
}
#morePicText .picTextList ul li .dialaing[data-v-423465e6] {
        width: 53px;
        height: 53px;
        border: 1px dashed #2e95ff;
        position: absolute;
        top: 0;
        left: 0;
}
#morePicText .picTextList ul li .richText[data-v-423465e6] {
        width: 230px;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.9;
        letter-spacing: 0px;
        color: black;
        text-align: left;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
#morePicText .picTextList ul li .inputText[data-v-423465e6] {
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 230px;
        font-size: 14px;
        line-height: 1.9;
        border: 1px dashed #2e95ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#morePicText .picTextList ul li .inputText[data-v-423465e6].el-textarea__inner {
          min-height: 55px !important;
          height: 55px !important;
          padding: 0 !important;
          border: none !important;
          font-size: 14px !important;
          resize: none !important;
}

@charset "UTF-8";
#morePicText[data-v-3d253c5f] {
  width: 342px;
  background: #fff;
  height: auto;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
#morePicText .pictext[data-v-3d253c5f] {
    width: 342px;
    height: 193px;
    position: relative;
}
#morePicText .pictext .rich-text[data-v-3d253c5f] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
#morePicText .pictext .rich-text b[data-v-3d253c5f] {
        font-size: 17px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0px;
        color: white;
        text-align: left;
        font-weight: 500;
}
#morePicText .pictext .inputText[data-v-3d253c5f] {
      position: absolute;
      bottom: 0px;
      left: 0;
      background: rgba(0, 0, 0, 0.1);
      opacity: 1;
      padding: 0px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 52px;
      border: 1px dashed #2e95ff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#morePicText .pictext .inputText[data-v-3d253c5f].el-textarea__inner {
        min-height: 54px !important;
        height: 54px !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #fff !important;
        font-size: 17px !important;
        resize: none !important;
}
#morePicText .picTextList ul[data-v-3d253c5f] {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
#morePicText .picTextList ul li[data-v-3d253c5f] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 88px;
}
#morePicText .picTextList ul li .aside[data-v-3d253c5f] {
        width: 53px;
        height: 53px;
        border: 1px dashed transparent;
        position: relative;
}
#morePicText .picTextList ul li img[data-v-3d253c5f] {
        width: 53px;
        height: 53px;
        position: absolute;
        top: 1px;
        left: 1px;
}
#morePicText .picTextList ul li .dialaing[data-v-3d253c5f] {
        width: 53px;
        height: 53px;
        border: 1px dashed #2e95ff;
        position: absolute;
        top: 0;
        left: 0;
}
#morePicText .picTextList ul li .richText[data-v-3d253c5f] {
        width: 230px;
        font-size: 14px;
        font-family: 微软雅黑;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.9;
        letter-spacing: 0px;
        color: black;
        text-align: left;
        background-color: transparent;
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
#morePicText .picTextList ul li .inputText[data-v-3d253c5f] {
        opacity: 1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 230px;
        font-size: 14px;
        line-height: 1.9;
        border: 1px dashed #2e95ff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#morePicText .picTextList ul li .inputText[data-v-3d253c5f].el-textarea__inner {
          min-height: 55px !important;
          height: 55px !important;
          padding: 0 !important;
          border: none !important;
          font-size: 14px !important;
          resize: none !important;
}

#CardComponent .mainPart[data-v-98ce153c] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f8f8f8;
  width: 288px;
  min-height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 16px;
}
#CardComponent .mainPart .mediaPart[data-v-98ce153c] {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ebedf2;
}
#CardComponent .mainPart .mediaPart img[data-v-98ce153c] {
      width: 100%;
}
#CardComponent .mainPart .mediaPart .mediaStyle[data-v-98ce153c] {
      position: relative;
      width: 100%;
      height: 120px;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
}
#CardComponent .mainPart .mediaPart .mediaStyle .img[data-v-98ce153c] {
        width: 100%;
}
#CardComponent .mainPart .mediaPart .mediaStyle .audio[data-v-98ce153c] {
        width: 100%;
}
#CardComponent .mainPart .mediaPart .mediaStyle .vedio[data-v-98ce153c] {
        width: 100%;
}
#CardComponent .mainPart .mediaPart .mediaStyle img[data-v-98ce153c] {
        width: 100%;
        height: 140px;
}
#CardComponent .mainPart .titleDesc[data-v-98ce153c] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 6px;
}
#CardComponent .mainPart .titleDesc .cartTitle b[data-v-98ce153c] {
      cursor: text;
      display: block;
      width: 100%;
      max-height: 50px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 6px;
}
#CardComponent .mainPart .titleDesc .cartDesc[data-v-98ce153c] {
      padding-bottom: 20px;
      max-height: 90px;
      overflow-y: scroll;
}
#CardComponent .mainPart .titleDesc .cartDesc[data-v-98ce153c].el-textarea .el-input__count {
        bottom: -20px;
}
#CardComponent .mainPart .titleDesc .cartDesc p[data-v-98ce153c] {
        cursor: text;
        margin: 0;
        padding: 0;
        line-height: 1.6;
        font-size: 14px;
}
#CardComponent .mainPart .functionPart[data-v-98ce153c] {
    width: 100%;
    margin: 8px 0 0 0;
}
#CardComponent .mainPart .functionPart ul[data-v-98ce153c] {
      list-style: none;
      margin: 0;
      padding: 0 5%;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
#CardComponent .mainPart .functionPart ul li[data-v-98ce153c] {
        margin: 0 auto;
        width: 90%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        position: relative;
        color: #66a3fe;
}
#CardComponent .mainPart .functionPart ul li[data-v-98ce153c]:last-of-type {
          border-bottom: none;
}
#CardComponent .mainPart .functionPart ul li b[data-v-98ce153c] {
          display: block;
          width: 100%;
          font-weight: 500;
          cursor: pointer;
}
#CardComponent .mainPart .functionPart ul li .close[data-v-98ce153c] {
          position: absolute;
          right: -30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 30px;
          height: 30px;
          font-size: 16px;
          color: #555;
          background-repeat: no-repeat;
          background-position: center;
}
#CardComponent .smallStyle[data-v-98ce153c] {
  width: 234px;
  min-height: 320px;
}

#moreCardStyle[data-v-ed5b2fe6] {
  width: 288px;
  overflow-x: scroll;
}
#moreCardStyle .moreCardMain[data-v-ed5b2fe6] {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}
#moreCardStyle .moreCardMain .mainPart[data-v-ed5b2fe6] {
      position: relative;
      z-index: 9;
      border: 1px solid #c9c9c9;
      border-radius: 8px;
      overflow: hidden;
      width: 248px;
      min-height: 360px;
      background-color: #fff;
      float: left;
      margin-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart[data-v-ed5b2fe6] {
        position: relative;
        z-index: 999;
        width: 100%;
        height: 120px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        border-bottom: 1px solid #ebedf2;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart img[data-v-ed5b2fe6] {
          width: 100%;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart .mediaStyle[data-v-ed5b2fe6] {
          position: relative;
          width: 100%;
          height: 120px;
          overflow: hidden;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart .mediaStyle .img[data-v-ed5b2fe6] {
            width: 100%;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart .mediaStyle .audio[data-v-ed5b2fe6] {
            width: 100%;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart .mediaStyle .vedio[data-v-ed5b2fe6] {
            width: 100%;
}
#moreCardStyle .moreCardMain .mainPart .mediaPart .mediaStyle img[data-v-ed5b2fe6] {
            width: 100%;
            height: 140px;
}
#moreCardStyle .moreCardMain .mainPart .titleDesc[data-v-ed5b2fe6] {
        position: relative;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 6px;
}
#moreCardStyle .moreCardMain .mainPart .titleDesc .cartTitle b[data-v-ed5b2fe6] {
          cursor: text;
          display: block;
          width: 100%;
          max-height: 50px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 500;
          font-size: 16px;
          margin-bottom: 6px;
}
#moreCardStyle .moreCardMain .mainPart .titleDesc .cartDesc[data-v-ed5b2fe6] {
          padding-bottom: 20px;
          max-height: 90px;
          overflow-y: scroll;
}
#moreCardStyle .moreCardMain .mainPart .titleDesc .cartDesc[data-v-ed5b2fe6].el-textarea .el-input__count {
            bottom: -20px;
}
#moreCardStyle .moreCardMain .mainPart .titleDesc .cartDesc p[data-v-ed5b2fe6] {
            cursor: text;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            font-size: 14px;
}
#moreCardStyle .moreCardMain .mainPart .functionPart[data-v-ed5b2fe6] {
        width: 100%;
        margin: 8px 0 0 0;
        position: relative;
        z-index: 999;
}
#moreCardStyle .moreCardMain .mainPart .functionPart ul[data-v-ed5b2fe6] {
          list-style: none;
          margin: 0;
          padding: 0 5%;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
}
#moreCardStyle .moreCardMain .mainPart .functionPart ul li[data-v-ed5b2fe6] {
            width: 90%;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 14px;
            position: relative;
            color: #66a3fe;
            margin: 0 auto;
}
#moreCardStyle .moreCardMain .mainPart .functionPart ul li[data-v-ed5b2fe6]:last-of-type {
              border-bottom: none;
}
#moreCardStyle .moreCardMain .mainPart .functionPart ul li b[data-v-ed5b2fe6] {
              display: block;
              width: 100%;
              font-weight: 500;
}
#moreCardStyle .moreCardMain .mainPart .functionPart ul li .close[data-v-ed5b2fe6] {
              position: absolute;
              right: -26px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              width: 30px;
              height: 30px;
              font-size: 16px;
              color: #555;
              background-repeat: no-repeat;
              background-position: center;
              cursor: pointer;
}
#moreCardStyle .moreCardMain .smallStyle[data-v-ed5b2fe6] {
      width: 234px;
      min-height: 384px;
}
#moreCardStyle .moreCardMain .active[data-v-ed5b2fe6] {
      border: 1px solid #1989fa;
}
#moreCardStyle .moreCardMain[data-v-ed5b2fe6] :last-child {
      margin-right: 0;
}

#picTextSetUp .box-card[data-v-3523f4b0] {
  margin-bottom: 10px;
}
#picTextSetUp .voucherTypeInput[data-v-3523f4b0] {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#picTextSetUp .voucherTypeInput span[data-v-3523f4b0] {
    margin: 0 5px 0 0;
}
#picTextSetUp .custom[data-v-3523f4b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#picTextSetUp .custom .isShow[data-v-3523f4b0] {
    width: 100%;
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#picTextSetUp .custom .customInput[data-v-3523f4b0] {
    margin: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#picTextSetUp .custom .customInput[data-v-3523f4b0].el-input {
      margin: 8px 0 0 0;
}
#picTextSetUp .periodOfValidity[data-v-3523f4b0] {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#picTextSetUp .periodOfValidity span[data-v-3523f4b0] {
    display: block;
    width: 250px;
    margin-left: 5px;
}
#picTextSetUp .isShow[data-v-3523f4b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
}
#picTextSetUp .isShow b[data-v-3523f4b0] {
    font-weight: 500;
}
#picTextSetUp .header-title[data-v-3523f4b0] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-3523f4b0]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnStyle span[data-v-3523f4b0] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnStyle span em[data-v-3523f4b0] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .selectStyle[data-v-3523f4b0] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#picTextSetUp .selectStyle li[data-v-3523f4b0] {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#picTextSetUp .selectStyle li img[data-v-3523f4b0] {
      width: 90px;
      cursor: pointer;
      border: 1px solid #f4f5f9;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#picTextSetUp .selectStyle li .imgActive[data-v-3523f4b0] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed #2e95ff;
      overflow: hidden;
      z-index: 999;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#picTextSetUp .selectStyle li span[data-v-3523f4b0] {
      display: block;
}
#picTextSetUp .el-button-group[data-v-3523f4b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-3523f4b0] {
    border: 1px solid #dcdfe6;
    margin-right: 8px;
    margin-bottom: 4px;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    background: #f0f2f5;
    opacity: 1;
    border-radius: 2px;
    color: #606266;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-3523f4b0]:disabled {
      cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-3523f4b0] {
    background: #1989fa;
    color: #fff;
}

#ecommerce[data-v-1794b57d] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  bottom: 0;
}
#ecommerce .out-container[data-v-1794b57d] {
    width: 342px;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
#ecommerce .out-container .canvas[data-v-1794b57d] {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      background-size: cover;
      background-repeat: no-repeat;
}
#ecommerce .out-container .canvas .bg-img[data-v-1794b57d] {
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition-property: height;
        transition-property: height;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
        border-radius: 32px;
}
#ecommerce .out-container .canvas .z-drr-container[data-v-1794b57d] {
        position: absolute;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-color: transparent;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-1794b57d] {
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          background-color: #f32c3d;
          background-position: top;
          background-size: 100% auto;
          background-repeat: no-repeat;
          padding-bottom: 10px;
          border-radius: 10px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-1794b57d] {
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 36px;
            height: 36px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 15px 0 0;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-1794b57d].el-input {
              width: auto !important;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title[data-v-1794b57d].el-input__inner {
              width: 280px !important;
              background-color: transparent !important;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              border: 1px dashed #2e95ff;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title .title-name[data-v-1794b57d] {
              width: 280px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: block;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .title .title-icon[data-v-1794b57d] {
              color: #ff0d51;
              background-color: #fff;
              display: inline-block;
              border-radius: 20px;
              width: 30px;
              height: 20px;
              line-height: 20px;
              font-size: 14px;
              margin-left: 6px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-1794b57d].el-input {
            width: auto !important;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods[data-v-1794b57d].el-input__inner {
            width: 340px !important;
            background-color: transparent !important;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border: 1px dashed #2e95ff;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .subhead[data-v-1794b57d] {
            font-size: 14px;
            color: #fff;
            text-align: center;
            line-height: 24px;
            height: 24px;
            background-color: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin-bottom: 12px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item[data-v-1794b57d] {
            background-color: #fff5eb;
            height: 90px;
            width: 324px;
            margin: 0 auto;
            border-radius: 8px;
            margin-bottom: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left[data-v-1794b57d] {
              width: 104px;
              height: 100%;
              text-align: center;
              padding-top: 20px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: relative;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left span[data-v-1794b57d] {
                background-color: #feded6;
                border-radius: 7px 0 7px 0;
                padding: 3px 5px;
                position: absolute;
                left: 0;
                top: 0;
                color: #fa282b;
                font-size: 12px;
                max-width: 82px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left em[data-v-1794b57d] {
                font-style: normal;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left b[data-v-1794b57d] {
                font-size: 19px;
                line-height: 44px;
                display: inline-block;
                max-width: 76px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #fa282b;
                font-weight: normal;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-left p[data-v-1794b57d] {
                font-size: 12px;
                color: #a62929;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 0;
                padding: 0;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right[data-v-1794b57d] {
              border-left: 3px solid #febab4;
              height: 72px;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              padding: 0 8px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              position: relative;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-name[data-v-1794b57d] {
                color: #a62929;
                font-size: 13px;
                font-weight: 700;
                height: 40px;
                line-height: 20px;
                margin-bottom: 17px;
                word-break: break-all;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-align: left;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-date[data-v-1794b57d] {
                color: #a62929;
                font-size: 12px;
                text-align: left;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                width: 200px;
                display: inline-block;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-right .content-item-right-date[data-v-1794b57d].el-button {
                  width: 58px;
                  height: 26px;
                  border-radius: 27px;
                  background-color: #ffbf00;
                  color: #fff;
                  text-align: center;
                  font-size: 12px;
                  position: absolute;
                  bottom: -6px;
                  right: 4px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  border: none;
                  padding: 2px 0;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good[data-v-1794b57d] {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              margin-left: 12px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-name[data-v-1794b57d] {
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-break: break-all;
                line-height: 22px;
                margin-bottom: 4px;
                height: 44px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags[data-v-1794b57d] {
                height: 20px;
                margin-bottom: 8px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-1794b57d] {
                  border: 1px solid #fa2a2d;
                  color: #fa2a2d;
                  border-radius: 3px;
                  font-size: 12px;
                  padding: 0 3px;
                  max-width: 84px;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  display: inline-block;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-tags span[data-v-1794b57d]:first-child {
                    margin-right: 3px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox[data-v-1794b57d] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                line-height: 30px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price[data-v-1794b57d] {
                  font-size: 18px;
                  color: #fa2a2d;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-symbol[data-v-1794b57d] {
                    font-size: 15px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-price .content-item-good-buttonBox-price-money[data-v-1794b57d] {
                    display: inline-block;
                    max-width: 98px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .content .content-item .content-item-good .content-item-good-buttonBox .content-item-good-buttonBox-button[data-v-1794b57d] {
                  background-color: #fa2a2d;
                  padding: 5px 0;
                  width: 100px;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .btn[data-v-1794b57d] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
#ecommerce .out-container .canvas .z-drr-container .moreGoods .btn[data-v-1794b57d].el-button {
              width: 290px;
              background-color: #ffbf00;
              border-radius: 20px;
              font-size: 16px;
              margin: 0 auto;
              border: none;
}
#ecommerce .out-container .canvas .z-active[data-v-1794b57d] {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px dashed #2e95ff;
        overflow: hidden;
        z-index: 999;
}

.content[data-v-c94cadbc] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-c94cadbc] {
    width: 342px;
    height: 394px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-c94cadbc] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-c94cadbc] {
        width: 342px;
        height: 194px;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-c94cadbc] {
          width: 100%;
          height: 100%;
          font-size: 0;
}
.content .editor-mask .out-container .cont .titDesc[data-v-c94cadbc] {
        margin: 20px auto 0;
        width: 298px;
}
.content .editor-mask .out-container .cont .titDesc[data-v-c94cadbc].el-input__inner {
          height: 30px;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc[data-v-c94cadbc].el-textarea__inner {
          min-height: 70px !important;
          height: 70px !important;
          border: 1px dashed #409eff;
          padding: 0 !important;
}
.content .editor-mask .out-container .cont .titDesc b[data-v-c94cadbc] {
          display: block;
          color: #000;
          font-size: 16px;
          height: 30px;
          line-height: 30px;
}
.content .editor-mask .out-container .cont .titDesc p[data-v-c94cadbc] {
          font-size: 13px;
          margin: 0 auto;
          padding: 0;
          line-height: 1.8;
          word-break: break-all;
          color: black;
          letter-spacing: 0px;
}

#picTextSetUp .header-title[data-v-6f4a024b] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-6f4a024b]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnSetup h3[data-v-6f4a024b] {
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 14px;
  background-color: #eee;
  border-bottom-color: #e7e7eb;
  margin-left: -16px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#picTextSetUp .btnSetup .btnStyle span[data-v-6f4a024b] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnSetup .btnStyle span em[data-v-6f4a024b] {
    font-style: normal;
    color: #999999;
}

.content[data-v-0ca14ad2] {
  position: relative;
  z-index: 0;
}
.content .editor-mask .out-container[data-v-0ca14ad2] {
    width: 342px;
    height: 456px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #fff;
}
.content .editor-mask .out-container .cont[data-v-0ca14ad2] {
      top: 0px;
      left: 0px;
      width: 342px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      z-index: 0;
}
.content .editor-mask .out-container .cont .imgStyle[data-v-0ca14ad2] {
        width: 342px;
        height: 456px;
}
.content .editor-mask .out-container .cont .imgStyle img[data-v-0ca14ad2] {
          width: 100%;
          height: 100%;
          font-size: 0;
}

[data-v-09af7008].el-image {
  width: 100% !important;
}
[data-v-09af7008].el-image .image-slot {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-09af7008].el-image .image-slot .avatar-uploader-icon {
      height: 30px !important;
      line-height: 30px !important;
}
[data-v-09af7008].el-image .image-slot p {
      font-size: 12px;
      text-align: center;
}
[data-v-09af7008].el-image .image-slot .el-textarea__inner {
      background-color: transparent;
      border: none;
      resize: none;
}
#MapComponent[data-v-09af7008] {
  position: relative;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#MapComponent .mainPart[data-v-09af7008] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 278px;
    height: 169px;
    background: #f5f7fa;
    color: #909399;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    overflow: hidden;
    font-size: 40px;
    border: 1px dashed #d9d9d9;
}
#MapComponent .mainPart .imgStyle[data-v-09af7008] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 160px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      word-wrap: break-word;
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      overflow: hidden;
      word-wrap: break-word;
      word-break: break-all;
}
#MapComponent .tip[data-v-09af7008] {
    width: 278px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #f56c6c;
    font-size: 12px;
}

#suspensionBtn .btnStyle[data-v-dd4a7458] {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 300px;
  overflow-x: scroll;
}
#suspensionBtn .btnStyle ul[data-v-dd4a7458] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
#suspensionBtn .btnStyle ul li[data-v-dd4a7458] {
      position: relative;
}
#suspensionBtn .btnStyle ul li b[data-v-dd4a7458] {
        display: block;
        min-width: 86px;
        color: #666;
        border: 1px solid #666;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 30px;
        font-weight: 500;
        margin: 10px 15px 10px 0;
        font-size: 14px;
        padding: 0 5px;
}
#suspensionBtn .btnStyle ul li .active[data-v-dd4a7458] {
        color: #66a3fe;
        background: #fff;
        border: 1px solid #66a3fe;
}
#suspensionBtn .btnStyle ul li i[data-v-dd4a7458] {
        position: absolute;
        top: 3px;
        right: 6px;
        background: #66a3fe;
        color: #fff;
        border-radius: 50%;
        padding: 2px;
        font-size: 12px;
}

#explainComponent[data-v-71c0cc4b] {
  width: 100%;
}
#explainComponent .expainTitle[data-v-71c0cc4b] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#explainComponent .expainTitle b[data-v-71c0cc4b] {
      position: relative;
      display: block;
      margin-top: 6px;
      padding-left: 20px;
      width: 100px;
      background: #fff;
      line-height: 28px;
      z-index: 10;
      font-size: 16px;
      color: #292929;
      font-weight: 500;
}
#explainComponent .expainTitle b[data-v-71c0cc4b]::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 18px;
        background: #66a3fe;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: 0;
}
#explainComponent .cont[data-v-71c0cc4b] {
    padding: 0 3% 0 5%;
}
#explainComponent .cont p[data-v-71c0cc4b] {
      margin: 5px 0;
      line-height: 1.6;
      font-size: 13px;
      color: #666;
}


.m-colorPicker .box {
  height: 250px !important;
}
.m-colorPicker .box.open {
  z-index: 99 !important;
}

#ImgStyle .cardStyle[data-v-f3db49da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ImgStyle .titStyle[data-v-f3db49da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ImgStyle .descStyle[data-v-f3db49da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ImgStyle .imgStyleTitle[data-v-f3db49da] {
  width: 100%;
  border-top: 1px solid #ebedf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#ImgStyle .imgStyleTitle b[data-v-f3db49da] {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-left: 20px;
    width: 100px;
    background: #fff;
    line-height: 28px;
    z-index: 10;
    font-size: 16px;
    color: #292929;
    font-weight: 500;
}
#ImgStyle .imgStyleTitle b[data-v-f3db49da]::before {
      display: inline-block;
      content: '';
      width: 6px;
      height: 18px;
      background: #66a3fe;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      z-index: 0;
}
#ImgStyle .imgCont[data-v-f3db49da] {
  padding: 5px 10px;
}
#ImgStyle .imgCont .allLine[data-v-f3db49da] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#ImgStyle .imgCont .allLine[data-v-f3db49da]:first-child {
      padding-bottom: 10px;
      border-bottom: dashed 1px gainsboro;
}
#ImgStyle .imgCont h3[data-v-f3db49da] {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#cardImage .imgStyleTitle[data-v-11853ef6] {
  width: 100%;
  border-top: 1px solid #ebedf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#cardImage .imgStyleTitle b[data-v-11853ef6] {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-left: 20px;
    width: 100px;
    background: #fff;
    line-height: 28px;
    z-index: 10;
    font-size: 16px;
    color: #292929;
    font-weight: 500;
}
#cardImage .imgStyleTitle b[data-v-11853ef6]::before {
      display: inline-block;
      content: "";
      width: 6px;
      height: 18px;
      background: #66a3fe;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      z-index: 0;
}
#cardImage .cardCont[data-v-11853ef6] {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 0;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cardImage .cardCont .mediaStyle[data-v-11853ef6] {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#cardImage .cardCont .mediaStyle img[data-v-11853ef6] {
      width: 100%;
      height: 180%;
      border-radius: 6px;
}

#editSuspensionBtn[data-v-1405f037] {
  width: 100%;
}
#editSuspensionBtn .suspensionBtnTitle[data-v-1405f037] {
    width: 100%;
    border-top: 1px solid #ebedf2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-1405f037] {
      position: relative;
      display: block;
      margin-top: 8px;
      padding-left: 20px;
      width: 100px;
      background: #fff;
      line-height: 28px;
      font-size: 16px;
      color: #292929;
      font-weight: 500;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-1405f037]::before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 18px;
        background: #66a3fe;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: 0;
}
#editSuspensionBtn .button-list[data-v-1405f037] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 15px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 15px;
}
#editSuspensionBtn .button-list p[data-v-1405f037] {
      margin: 5px 0;
      margin-right: 10px;
}
#editSuspensionBtn .button-list span[data-v-1405f037] {
      margin: 5px 5px;
}
#editSuspensionBtn .button-list .item-button[data-v-1405f037] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 70px;
      height: 32px;
      padding: 0 10px;
      border-radius: 35px;
      background: #fff;
      border: 2px solid #d3d3d3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 12px;
      color: #292929;
      margin-top: 2px;
}
#editSuspensionBtn .button-list .item-button[data-v-1405f037]:hover,
    #editSuspensionBtn .button-list .active.item-button[data-v-1405f037] {
      cursor: pointer;
      border: 2px solid #66a3fe;
      color: #66a3fe;
}
#editSuspensionBtn .suspensionBtnCont[data-v-1405f037] {
    padding: 10px 10px 0;
}
#editSuspensionBtn .suspensionBtnCont .cardTitle ul[data-v-1405f037] {
      list-style: none;
      margin: 0;
      padding: 0;
}
#editSuspensionBtn .suspensionBtnCont .el-form-item[data-v-1405f037] {
      margin-bottom: 10px;
}
#editSuspensionBtn[data-v-1405f037].el-form-item {
    margin-bottom: 10px;
}

#CardAddStyle .cardAddTitle[data-v-79758008] {
  width: 100%;
  border-top: 1px solid #ebedf2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#CardAddStyle .cardAddTitle b[data-v-79758008] {
    position: relative;
    display: block;
    margin-top: 8px;
    padding-left: 20px;
    width: 100px;
    background: #fff;
    line-height: 28px;
    z-index: 10;
    font-size: 16px;
    color: #292929;
    font-weight: 500;
}
#CardAddStyle .cardAddTitle b[data-v-79758008]::before {
      display: inline-block;
      content: "";
      width: 6px;
      height: 18px;
      background: #66a3fe;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      z-index: 0;
}
#CardAddStyle .cardSetup[data-v-79758008] {
  padding: 5% 3% 5% 5%;
}
#CardAddStyle .cardSetup .el-button-group[data-v-79758008] {
    display: inline-block;
    vertical-align: middle;
}
#CardAddStyle .cardSetup .el-button-group .the-btn[data-v-79758008] {
      border: 1px solid #dcdfe6;
      margin-right: 8px;
      margin-bottom: 4px;
      width: 30px;
      height: 30px;
      padding: 0 6px;
      background: #fff;
      opacity: 1;
      border-radius: 2px;
      color: #606266;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#CardAddStyle .cardSetup .el-button-group .the-btn[data-v-79758008]:disabled {
        cursor: not-allowed;
}
#CardAddStyle .cardSetup .el-button-group .active[data-v-79758008] {
      background: #1989fa;
      color: #fff;
}

#editSuspensionBtn[data-v-d5ce17bc] {
  width: 100%;
}
#editSuspensionBtn .suspensionBtnTitle[data-v-d5ce17bc] {
    width: 100%;
    border-top: 1px solid #ebedf2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-d5ce17bc] {
      position: relative;
      display: block;
      margin-top: 8px;
      padding-left: 20px;
      width: 100px;
      background: #fff;
      line-height: 28px;
      font-size: 16px;
      color: #292929;
      font-weight: 500;
}
#editSuspensionBtn .suspensionBtnTitle b[data-v-d5ce17bc]::before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 18px;
        background: #66a3fe;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        z-index: 0;
}
#editSuspensionBtn .button-list[data-v-d5ce17bc] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 15px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 15px;
}
#editSuspensionBtn .button-list span[data-v-d5ce17bc] {
      margin: 5px 5px;
}
#editSuspensionBtn .button-list p[data-v-d5ce17bc] {
      margin: 5px 0;
      margin-right: 10px;
}
#editSuspensionBtn .button-list .item-button[data-v-d5ce17bc] {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 70px;
      height: 32px;
      padding: 0 10px;
      border-radius: 35px;
      background: #fff;
      border: 2px solid #d3d3d3;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      font-size: 12px;
      color: #292929;
      margin-top: 2px;
}
#editSuspensionBtn .button-list .item-button[data-v-d5ce17bc]:hover,
    #editSuspensionBtn .button-list .active.item-button[data-v-d5ce17bc] {
      cursor: pointer;
      border: 2px solid #66a3fe;
      color: #66a3fe;
}
#editSuspensionBtn .suspensionBtnCont[data-v-d5ce17bc] {
    padding: 10px 10px 0;
}
#editSuspensionBtn .suspensionBtnCont .cardTitle ul[data-v-d5ce17bc] {
      list-style: none;
      margin: 0;
      padding: 0;
}
#editSuspensionBtn .suspensionBtnCont .el-form-item[data-v-d5ce17bc] {
      margin-bottom: 10px;
}
#editSuspensionBtn[data-v-d5ce17bc].el-form-item {
    margin-bottom: 10px;
}

#picTextSetUp .box-card[data-v-85290d1e] {
  margin-bottom: 10px;
}
#picTextSetUp .voucherTypeInput[data-v-85290d1e] {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#picTextSetUp .voucherTypeInput span[data-v-85290d1e] {
    margin: 0 5px 0 0;
}
#picTextSetUp .custom[data-v-85290d1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0 0 0;
}
#picTextSetUp .custom .isShow[data-v-85290d1e] {
    width: 100%;
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#picTextSetUp .custom .customInput[data-v-85290d1e] {
    margin: 5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#picTextSetUp .custom .customInput[data-v-85290d1e].el-input {
      margin: 8px 0 0 0;
}
#picTextSetUp .periodOfValidity[data-v-85290d1e] {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#picTextSetUp .periodOfValidity span[data-v-85290d1e] {
    display: block;
    width: 250px;
    margin-left: 5px;
}
#picTextSetUp .isShow[data-v-85290d1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
}
#picTextSetUp .isShow b[data-v-85290d1e] {
    font-weight: 500;
}
#picTextSetUp .header-title[data-v-85290d1e] {
  padding-left: 5px;
  font-size: 14px;
  color: #29304e;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
}
#picTextSetUp .header-title[data-v-85290d1e]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 18px;
    background: #1890ff;
    opacity: 1;
    border-radius: 2px;
}
#picTextSetUp .btnStyle span[data-v-85290d1e] {
  display: block;
  margin-bottom: 10px;
}
#picTextSetUp .btnStyle span em[data-v-85290d1e] {
    font-style: normal;
    color: #999999;
}
#picTextSetUp .btnForm[data-v-85290d1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 46px;
}
#picTextSetUp .selectStyle[data-v-85290d1e] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#picTextSetUp .selectStyle li[data-v-85290d1e] {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#picTextSetUp .selectStyle li img[data-v-85290d1e] {
      width: 90px;
      cursor: pointer;
      border: 1px solid #f4f5f9;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#picTextSetUp .selectStyle li .imgActive[data-v-85290d1e] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px dashed #2e95ff;
      overflow: hidden;
      z-index: 999;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
}
#picTextSetUp .selectStyle li span[data-v-85290d1e] {
      display: block;
}
#picTextSetUp .el-button-group[data-v-85290d1e] {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
#picTextSetUp .el-button-group .the-btn[data-v-85290d1e] {
    border: 1px solid #dcdfe6;
    margin-right: 8px;
    margin-bottom: 4px;
    width: 30px;
    height: 30px;
    padding: 0 6px;
    background: #f0f2f5;
    opacity: 1;
    border-radius: 2px;
    color: #606266;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#picTextSetUp .el-button-group .the-btn[data-v-85290d1e]:disabled {
      cursor: not-allowed;
}
#picTextSetUp .el-button-group .active[data-v-85290d1e] {
    background: #1989fa;
    color: #fff;
}

.content[data-v-20dbad74] {
  position: relative;
  z-index: 0;
  font-family: 'Microsoft YaHei,WenQuanYi Micro Hei,PingFang SC,-apple-system,BlinkMacSystemFont,Helvetica Neue,Source Han Sans SC,Noto Sans CJK SC,sans-seri';
}
.content p[data-v-20dbad74] {
    margin: 0;
    padding: 0;
}
.content .editor-mask .out-container[data-v-20dbad74] {
    width: 342px;
    height: 364px;
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: url("https://aim6.oss-cn-beijing.aliyuncs.com/editor_file/cardVoucherBg.png");
    background-size: 100%;
    cursor: pointer;
}
.content .editor-mask .out-container .moneyInfo[data-v-20dbad74] {
      padding-top: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
}
.content .editor-mask .out-container .moneyInfo .content_top[data-v-20dbad74] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fa282b;
        height: 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.content .editor-mask .out-container .moneyInfo .content_top_text1[data-v-20dbad74] {
        font-size: 20px;
        margin-right: 0;
        white-space: nowrap;
        padding-top: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.content .editor-mask .out-container .moneyInfo .content_top_text2[data-v-20dbad74] {
        font-size: 40px;
        margin-right: 10px;
        font-weight: 700;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.content .editor-mask .out-container .moneyInfo .content_top_textBox .content_top_text3[data-v-20dbad74] {
        border: 1px solid #fa282b;
        padding: 1px 3px;
        border-radius: 4px;
        height: 20px;
        max-width: 80px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        margin-bottom: 2px;
        display: inline-block;
}
.content .editor-mask .out-container .moneyInfo .content_top_textBox .content_top_text4[data-v-20dbad74] {
        font-size: 17px;
        max-width: 136px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.content .editor-mask .out-container .moneyInfo .content_middle[data-v-20dbad74] {
        text-align: center;
        color: #a62929;
        font-size: 13px;
        font-weight: 700;
        max-height: 34px;
        width: 280px;
        margin: 0 auto 8px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.content .editor-mask .out-container .moneyInfo .content_bottom[data-v-20dbad74] {
        text-align: center;
        color: #a62929;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 80%;
        margin: 0 auto;
}
.content .editor-mask .out-container .tx[data-v-20dbad74] {
      width: 70px;
      height: 70px;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      top: 180px;
      bottom: 10px;
      right: 20px;
      border-radius: 70px;
}
.content .editor-mask .out-container .tx img[data-v-20dbad74] {
        width: 70px;
        height: 70px;
        border-radius: 50%;
}
.content .editor-mask .out-container .button[data-v-20dbad74] {
      width: 290px;
      height: 40px;
      background-color: #ffbf00;
      border-radius: 20px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      position: absolute;
      bottom: 35px;
      left: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      border: none;
}
.content .editor-mask .out-container .isDynamic[data-v-20dbad74] {
      left: 65px;
      width: 212px;
      animation: mymove-20dbad74 1s linear 0s 1000;
      -webkit-animation: mymove-20dbad74 1s linear 0s 1000;
}
@-webkit-keyframes mymove-20dbad74 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes mymove-20dbad74 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}

[data-v-32e75a44] .el-dialog__header {
  padding: 0 !important;
}
[data-v-32e75a44] .el-dialog__body {
  padding: 0 !important;
}
[data-v-32e75a44] .el-tabs__item {
  width: 100px !important;
  text-align: center !important;
  padding: 0 !important;
}
[data-v-32e75a44] .el-tabs__nav-wrap::after {
  border: 0px !important;
  background: #ebedf2 !important;
  height: 0 !important;
}
[data-v-32e75a44].my-info-dialog {
  width: 100%;
}
[data-v-32e75a44].my-info-dialog .operationBtn {
    position: fixed;
    height: 60px;
    z-index: 99999;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebedf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
[data-v-32e75a44].my-info-dialog .formBox .el-form-item--mini.el-form-item,[data-v-32e75a44].my-info-dialog .formBox .el-form-item--small.el-form-item {
    margin-bottom: 0;
}
[data-v-32e75a44].my-info-dialog .main-container {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(100vh - 52px);
}
[data-v-32e75a44].my-info-dialog .main-container .leftPart {
      width: 30%;
}
[data-v-32e75a44].my-info-dialog .main-container .main_middle {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 100%;
      background: #fff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
[data-v-32e75a44].my-info-dialog .main-container .main_middle .topTabList {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ebedf2;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
[data-v-32e75a44].my-info-dialog .main-container .main_middle #phone {
        position: relative;
        margin-top: 55px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 352px;
        height: 655px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border: 0px solid #999;
        border-radius: 35px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
[data-v-32e75a44].my-info-dialog .main-container .proListPanle {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 35% !important;
      height: 100%;
      overflow: auto;
      background: #fff;
      border-left: 1px solid #ebedf2;
}
#Container[data-v-32e75a44] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

[data-v-79d5253e] .el-dialog__body {
  padding: 0;
}
[data-v-79d5253e] .el-tabs__item {
  width: 100px !important;
  text-align: center !important;
  padding: 0 !important;
}
[data-v-79d5253e] .el-tabs__nav-wrap::after {
  border: 0px !important;
  background: #ebedf2 !important;
  height: 0 !important;
}
[data-v-79d5253e].my-info-dialog {
  width: 100%;
}
[data-v-79d5253e].my-info-dialog .operationBtn {
    position: fixed;
    height: 64px;
    z-index: 2000;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    line-height: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 1px 9px 4px rgba(62, 62, 62, 0.05);
            box-shadow: 0 1px 9px 4px rgba(62, 62, 62, 0.05);
}
[data-v-79d5253e].my-info-dialog .operationBtn .operationBtnCenter {
      width: 44%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
[data-v-79d5253e].my-info-dialog .operationBtn .operationBtnCenter .topSpan {
        margin-right: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 14px;
}
[data-v-79d5253e].my-info-dialog .operationBtn .operationBtnCenter .topSpanTwo {
        margin: 0 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 14px;
}
[data-v-79d5253e].my-info-dialog .redClass {
    color: red;
    margin-right: 5px;
}
[data-v-79d5253e].my-info-dialog .leftPart {
    position: relative;
    z-index: 9;
    background: #fff;
}
[data-v-79d5253e].my-info-dialog .leftPart .templateInfoBox {
      width: 356px;
}
[data-v-79d5253e].my-info-dialog .leftPart .templateInfoBox .templateInfoBox_inputBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
[data-v-79d5253e].my-info-dialog .leftPart .templateInfoBox .spanBox {
        margin-left: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 14px;
        display: inline-block;
        width: 95px;
}
[data-v-79d5253e].my-info-dialog .leftPart .templateInfoBox .el-input.el-input--mini,[data-v-79d5253e].my-info-dialog .leftPart .templateInfoBox .el-textarea.el-input--mini {
        margin-left: 5px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
[data-v-79d5253e].my-info-dialog .header-title {
    padding-left: 10px;
    font-size: 14px;
    color: #29304e;
    position: relative;
    line-height: 22px;
    margin: 8px auto;
}
[data-v-79d5253e].my-info-dialog .header-title::before {
      content: '';
      position: absolute;
      top: 0;
      left: 3px;
      width: 4px;
      height: 100%;
      background: #00f;
      opacity: 1;
      border-radius: 2px;
}
[data-v-79d5253e].my-info-dialog .main-container {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: calc(100vh - 70px);
    background-color: #f1f3f7;
}
[data-v-79d5253e].my-info-dialog .main-container .main_middle {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      top: 64px;
      bottom: 0;
      z-index: 0;
}
#Container[data-v-79d5253e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f1f3f7;
}
#Container[data-v-79d5253e] .el-dialog__header {
    padding: 0;
}
.proListPanle[data-v-79d5253e] {
  position: absolute;
  right: 0;
  top: 70px;
  height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 410px !important;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-left: 1px solid #ebedf2;
  overflow-y: scroll;
}

