[v-cloak]{
	display:none;
}
.editor-right .mock-el-select_container{
  width: 200px;
}
.el-cascader-menu__wrap{
  height: 220px !important;
}
.page-main .el-input, .page-main .el-radio__label{
  font-size: 14px;
}
.stopEdit{
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.stopEdit .iconfont{
  font-size: 54px;
  color: #B8B8B8;
}
.stopEdit p{
  font-size: 13px;
  color: #B8B8B8;
  margin-top: 10px;
}
/* topbar start */
.topbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 13;
  width: 100%;
  background-image: linear-gradient(180deg, #ffffff2b 0%, #FFFFFF 100%);
  box-shadow: 0 7.5px 5px 0 #00000008;
}
body > .page-nav-top {
  z-index: 1000;
}
.versionHideHeader #mr_warp.page-main {
  left: 0;
  z-index: 1;
  background-color: #EBEBEB;
}

.topbar .topbar-title {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
  width: 200px;
  position: absolute;
  top: 13px;
  left: 86px;
}

.topbar-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 9px 12px;
  position: relative;
}

.topbar-btns .rightBox{
  display: flex;
}

.topbar .qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cm_button.cm_button_diabled {
    color:#999 !important;
    background-color: #eee !important;
    cursor: not-allowed;
}
.topbar .qrcode img {
  width: 80%;
}

.topbar-btns .preview-btn {
  /* color: #84208A; */
  color: #333;
  background: rgba(255,255,255,1);
  border-radius: 4px;
  width: 83px;
}

.topbar-btns .preview-btn .iconfont {
  font-size: 12px;
  margin-right: 5px;
}

.page-selected-btn {
  margin-top: 0;
  margin-left: 12px;
  background: #eee;
  color: #999;
}

.savesettings-btn {
  cursor: not-allowed;
}

.savesettings-btn:hover {
  background: #eee;
}

.savesettings-btn.selected {
  cursor: pointer;
}

.yuyue-layoute-select {
  min-width: 140px;
  height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  line-height: 20px;
  font-family: "微软雅黑";
  background: #fff url(img/cm_select_ico.png) no-repeat 120px center;
}

.yuyue-layoute-select-i {
  display: inline-block;
  margin-top: 4.5px;
  vertical-align: top;
  height: 11px;
  width: 1px;
  border-right: 1px solid #ccc;
  /* line-height: 20px; */
  overflow: hidden;
}

.yuyue-layoute-select-main {
  display: inline-block;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* topbar end */

.editor {
  min-width: 1168px;
}

.editor-content {
  height: 100%;
}

.editor-wrap {
  display: flex;
  height: calc(100% - 49px);
  padding-left: 10px;
}

.editor-wrap .editor-left{
  width: 233px;
  background: #EDEDED;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.el-scrollbar__wrap
{
  overflow-x: hidden !important;
}


/* 手机 start */
.editor-app {
  /* width: 329px; */
  /* padding: 20px 40px 0; */
  padding-top: 20px;
  flex: 1;
  z-index: 1;
}

.mini-app {
  width: 375px;
  height: calc(100% - 20px);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.09);
  margin: 0 auto;
}
.preview_content .mini-app,
.preview_content .editor-app{
  width: 329px;
}

.editor-iPhoneX {
  height: 100%;
  /* background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 0 3px #eee; */
}
.preview_content .editor-iPhoneX{
  height: auto;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 0 3px #eee;
}
.editor-iPhoneX-head-img{
  height: 64px;
  cursor: pointer;
  position: relative;
}
.editor-iPhoneX-head-img.transparentMode {
  position: absolute;
  z-index: 12;
}
.editor-iPhoneX-head-img img{
  width: 100%;
  height: 100%;
}
.editor-iPhoneX-head-img p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 8px;
}


.editor-iPhoneX-head {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.editor-iPhoneX-crame {
  text-align: center;
}

.editor-iPhoneX-crame::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #eee;
  transform: translateX(10px);
}

.editor-iPhoneX-line {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.editor-iPhoneX-line::before,
.editor-iPhoneX-line::after {
  content: '';
  display: inline-block;
  background: #eee;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  vertical-align: middle;
}

.editor-iPhoneX-line::after {
  width: 60px;
  height: 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.editor-iPhoneX-footer {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.editor-iPhoneX-footer::after {
  width: 40px;
  height: 40px;
  border-radius: 22px;
  display: inline-block;
  content: '';
  border: 2px solid #eee;
}

.editor-miniApp {
  width: 375px;
  height: calc(100% - 64px);
  background: #EEEEEE;
  margin: 0 auto;
  box-shadow: inset 0 0 3px #eee;
  color: #909090;
  position: relative;
  z-index: 10;
}
.editor-miniApp.transparentMode{
  height: 100%;
}
.preview_content .editor-miniApp{
  width: 299px;
  height: 530px;
}

.editor-iPhoneX_tabBar{
  position: absolute;
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.editor-iPhoneX_tabBar .tabbar_list{
  height: 40px;
  display: flex;
  background: #fff;
}

.editor-iPhoneX_tabBar .tabbar_item{
 flex: 1;
 color: #626262;
 font-size: 10px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.editor-iPhoneX_tabBar .tabbar_item.active{
    background-color: rgba(185, 185, 185, 0.15);
}


.editor-iPhoneX_tabBar .tabbar_item .iconfont{
font-size: 16px;
}

.editor-caption {
  height: 32px;
  line-height: 32px;
  /* border-bottom: 1px solid #eee; */
  font-size: 12px;
  text-align: center;
}

.editor-wrapper {
  height: 100%;
}
.editor-wrapper-full-height {
  height: 100%;
}
.editor-wrapper-reduce-height {
  height: calc(100% - 197px);
  margin-top: 10px;
}

.module-container {
  /* padding: 0px 2px 16px; */
}
.module-container.has_tabbar {
  padding-bottom: 56px;
}

.module-head {
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.mgj-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mgj-switch>span{
  display: inline-block;
  width: 60px;
  text-align: left;
}

.mgj-switch>a {
  color: rgb(64, 158, 255);
}
.mgj-switch>a .iconfont{
  margin-right: 5px !important;
  color: rgb(64, 158, 255) !important;
}

.mgj-switch-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.mgj-switch-btn .mgj-switch-btn-txt {
  pointer-events: none;
  position: absolute;
  z-index: 11;
  font-size: 12px;
  color: #fff;
  transform: scale(0.9);
  left: 4px;
}

.module-add {
  height: 82px;
  padding: 5px 0;
  background: #fff;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgba(177, 119, 180, 1);
  font-size: 12px;
}

.module-add .icon-shop_c_addmod {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.module-add .icon-shop_c_addmod:hover {
  color: #7E2A7F;
}

/* 左侧 end */

/* 右侧 start */
.editor-right {
  font-size: 14px;
  width: 630px;
  position: relative;
}

.editor-rules {
  margin-top: 68px;
  font-size: 13px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.editor-rules dt {
  margin-bottom: 20px;
}

.editor-rules dd {
  line-height: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.editor-rules dd.configBox{
  display: block;
  width: 200px;
}

.editor-rules dd .iconfont {
  margin-right: 10px;
  color: #909090;
}

/* 模块列表 */
.module-list {
  width: 100%;
  max-width: 1024px;
  /* height: 670px; */
  height: 100%;
  /* max-height: 670px; */
  position: absolute;
  left: 0;
  top: 0;
}

.module-panel-title {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(49, 49, 49, 1);
}

/* 添加模块 */
.addmodule-content {
  overflow: hidden;
  height: 100%;
}

.module-list-wrap {
  height: 100%;
  border-radius: 8px;
}

.module-list-wrap .panel-list {
  height: calc(100% - 20px);
}
.panel-list .panel-list-title{
  border: 1px solid #DCDFE6;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 0;
}
.panel-list .panel-list-title span{
  display: inline-block;
  font-size: 12px;
  color: #333333;
  width: 50%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.panel-list .panel-list-title span.selected{
  color: #fff;
  background-color: #76237b;
}

.module-list-panel-title {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

.material-list .material{
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 400ms ease all;
}
.material-list .material:hover {
  box-shadow: 0 0 15px #ccc;
}
.material-list .material img{
  width: 100%;
}

.addmodule-list {
  /* display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  border-bottom: 1px solid #eee; */
}

.addmodule-list .module-title{
  height: 30px;
  line-height: 30px;
  background: #E5E5E5;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  color: #555555;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.addmodule-list .module-title .iconfont {
  position: absolute;
  right: 10px;
}
.addmodule-list .module-title .iconfont.closed {
  transform: rotate(180deg);
}

.addmodule-list .module-body{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}

.close-btn {
  transition: .3s all ease;
  cursor: pointer;
}

.close-btn:hover {
  transform: rotate(-180deg)
}

.module-field {
  width: 62px;
  text-align: center;
  cursor: pointer;
  height: 62px;
  background: #F4F4F4;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 13px;
}
.module-field:active .module-name {
  color: white;
}
.module-field:active .module-icon .iconfont {
  color: white;
}
.module-field:nth-child(3n){
  margin-right: 0;
}

/* .module-field:nth-of-type(1) {
  background-image: url('./img/editor/module6.png?v=20190720')
}

.module-field:nth-of-type(2) {
  background-image: url('./img/editor/module7.png?v=20190720')
}

.module-field:nth-of-type(3) {
  background-image: url('./img/editor/module9.png?v=20190720')
}

.module-field:nth-of-type(4) {
  background-image: url('./img/editor/module8.png?v=20190720')
}

.module-field:nth-of-type(5) {
  background-image: url('./img/editor/module17.png?v=20190720');
  border-right: 1px solid #eee;
  width: calc(33% - 3.5px);
}

.module-field:nth-of-type(6) {
  background-image: url('./img/editor/module14.png?v=20190720')
}

.module-field:nth-of-type(7) {
  background-image: url('./img/editor/module15.png?v=20190720')
}

.module-field:nth-of-type(8) {
  background-image: url('./img/editor/module10.png?v=20190720')
}

.module-field:nth-of-type(9) {
  background-image: url('./img/editor/module16.png?v=20190720');
}

.module-field:nth-of-type(10) {
  background-image: url('./img/editor/module11.png?v=20190720');
  border-bottom: 1px solid #eee;
}

.module-field:nth-of-type(11) {
  background-image: url('./img/editor/module12.png?v=20190720');
}

.module-field:nth-of-type(12) {
  background-image: url('./img/editor/module13.png?v=20190720');
  border-right: 1px solid #eee;
  width: calc(33% - 3.5px);
}

.module-field:nth-of-type(13) {
  background-image: url('./img/editor/module18.png?v=20190720');
  border-right: 1px solid #eee;
  width: calc(33% - 3.5px);
} */

.module-field.cur,
.module-field:hover {
  background-color: #FFFFFF;
}
.module-field:active{
  background-color: #7e2a7f;
  color: #fff;
}

.module-field .module-icon{
  height: 20px;
  margin-top: 12px;
}
.module-field .module-icon .iconfont{
  font-size: 20px;
  color: #333333;
}

.module-field .module-name {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(49, 49, 49, 1);
  line-height: 17px;
  text-align: left;
  margin-top: 8px;
  text-align: center;
}

/* 右侧 end */
/* scrollbar start */
.mgj-scrollbar {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.mgj-scrollbar-wrap {
  position: relative;
  overflow: scroll;
  height: 100%;
}

.mgj-scrollbar-noscrollbar {
  margin-right: -6px;
  margin-bottom: 6px;
  height: calc(100% + 6px);
}
/* 搜索栏配置 */
.isEditSearchBar {
  display: flex;
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  height: 100%;
  flex-direction: column;
}
.isEditSearchBar.hide{
  display: none;
}
.isEditSearchBar .title{
  font-size: 17px;
  color: #333333;
  margin-bottom: 40px;
  position: relative;
}
.isEditSearchBar .title .iconfont{
  position: absolute;
  right: 0;
  top: 0;
}
.isEditSearchBar .subheading{
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;
}
.isEditSearchBar .form-item{
  padding-left: 130px;
  position: relative;
  height: 30px;
  margin-bottom: 10px;

}
.isEditSearchBar .form-item .name{
  position: absolute;
  line-height: 30px;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #666666;
}
.isEditSearchBar .setting{
  font-size: 12px;
  color: #333333;
  height: 80%;
  display: flex;
}
.isEditSearchBar .setting .name{
  line-height: 32px;
  width: 90px;
}
.isEditSearchBar .setting .list{
  flex: 1;
}
.isEditSearchBar .setting .list .tips{
  font-size: 12px;
  color: #999999;
  margin-left: 14px;
}
.isEditSearchBar .setting .list .tips .iconfont{
  cursor: pointer;
}
.isEditSearchBar .setting .list p{
  margin-bottom: 16px;
}
.isEditSearchBar .setting .list .add{
  margin-left: 0;
}
.isEditSearchBar .setting .list .el-input{
  width: 270px;
}
.isEditSearchBar .setting-panel-foot{
  position: absolute;
  bottom: 30px;
  width: 100%;
  right: 30px;
}


/* 属性面板 start */
.setting-panel {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}

.setting-panel-warp {
  height: 100%;
}

.setting-panel-nav {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

.setting-panel-con {
  height: 530px;
}

.setting-w {
  height: calc(100% - 70px);
}

.setting-panel-name {
  font-weight: 500;
  color: rgba(49, 49, 49, 1);
}

.setting-panel-name .title {
  font-size: 14px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(49, 49, 49, 1);
}

.setting-panel-name .desc {
  font-size: 12px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(144, 144, 144, 1);
}

.setting-panel-name .tips {
  font-size: 12px;
  font-weight: 700;
  color: #832688;
}

.setting-panel-body {
  width: 100%;
  height: 100%;
}

.setting-panel-foot {
  height: 30px;
  line-height: 30px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.setting-panel-foot .cm_button {
  margin: 0;
  margin-left: 10px;
  font-size: 12px;
}
.cm_button.static-code-submit {
  color: #fff;
  width: 97px;
  height: 30px;
  background: #974398;
  border-radius: 3px;
  line-height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.cm_button.disable-static-code-submit {
  color: #999;
  background: #eee;
  cursor: not-allowed;
  box-shadow: 1px 1px 3px 0px rgb(206 206 206);
}

.checked_stcode_marketing {
  background: #FFFFFF;
  padding: 5px 10px;
  margin-right: 20px !important;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0px rgb(206 206 206);
}
.checked_stcode_marketing .el-checkbox__label {
  font-size: 12px;
  padding-left: 6px;
}

.setting-panel-foot .cm_button.cancel {
  background: #eee;
  color: #333;
}

.setting-panel-foot .cm_button.cancel:hover {
  /* background-color: #7e2a7f;
  color: #fff; */
  background: #dadada;
}

/* 属性面板 end */
/* scrollbar end */
/* floatImgCompon 图片模块*/
.setting-panel-imglayout {
  /* display: flex;
  justify-content: space-between; */
}

.setting-panel-view {
  width: 220px;
  padding-top: 4px;
  margin-bottom: 20px;
}

.view-show {
  margin-left: 4px;
  margin-top: 4px;
  width: 203px;
  height: 203px;
  /* display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap; */
  /* margin: 0 auto; */
  display: grid;
  /* grid-gap: 15px; */
}

.view-show.is-changing {
  background: #FFD8D8;
}

.view-show-item {
  /* border:1px dashed rgba(231,231,231,1); */
  background: url('../css/img/editor/grid1.png');
  background-size: cover;
  cursor: pointer;
  color: #ccc;
  position: relative;
}
.view-show-item.selected {
  background: #f3f3f3;
}
.play_btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 12;
  width: 27%;
}
.play_btn_box .play_btn_img {
  width: 100%;
}

.view-show-item.updated:hover .mgjUploader::before,
.view-show-item.updated:hover .mgjUploader::after,
.view-show-item.updated:hover::before,
.view-show-item.updated:hover::after,
.view-show-item.updated:hover .view-show-update::before,
.view-show-item.updated:hover .view-show-update::after {
  /* content: ''; */
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(27, 27, 27, 0.77);
  position: absolute;
  z-index: 14;
}

.view-show-item::before {
  left: -4px;
  top: -4px;
}

.view-show-item::after {
  right: -4px;
  top: -4px;
}
.view-show-item.cur::after{
  display: none;
}

.view-show-item .view-show-update::before {
  left: -4px;
  bottom: -4px;
}

.view-show-item .view-show-update::after {
  right: -4px;
  bottom: -4px;
}

.view-show-item .mgjUploader-list li>span.mgjUploader-del {
  transition: .3s all ease;
  display: none;
}

.view-show-item.cur {
  position: relative;
}

.view-show-item.cur .mgjUploader-list li>span.mgjUploader-del {
  transition: .3s all ease;
  display: inline-block;
}

.view-show-item .mgjUploader-list li>span.mgjUploader-del:hover {
  transform: scale(1.2);
}

.view-show-item .mgjUploader-list li:hover>span.mgjUploader-del {
  transition: .3s all ease;
  display: inline-block;
}
.el-form-item span.mgjUploader-del{
  line-height: 16px;
}
.editor-content span.mgjUploader-del{
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: -8px;
  right: -8px;
}

.view-show-update {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: black;
  /* height: 22px; */
  line-height: 22px;
  color: #fff;
  /* height: 4px; */
  text-indent: -999999px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.view-show-update .iconfont {
  font-size: 12px;
}

.view-show-item.cur {
  border: 1px dashed rgba(177, 119, 180, 1) !important;
}

.view-show-item.isDelete .mgjUploader-addBtn {
  display: none !important;
}

.view-show-item.updated:hover .view-show-update {
  /* background:rgba(0,0,0,0.75); */
  /* height: 22px; */
  text-indent: 0;
}

.view-show-item.updated .reeliUploader-list li .reeliUploader-zz {
  background: none;
  top: auto;
  bottom: 0;
  height: 20px;
}

.view-show-item.updated .reeliUploader-list li .reeliUploader-zz .reeliUploader-del {
  display: none;
}

.view-show-item.updated .reeliUploader-list li .reeliUploader-zz .reeliUploader-change {
  margin: 0;
  background: none;
}

.view-show-item .view-show-item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.view-show-item .reeliUploader,
.view-show-item .mgjUploader {
  position: absolute;
  z-index: 13;
}

.view-show-item .mgjUploader::before,
.view-show-item .mgjUploader::after {
  position: absolute;
  bottom: -4px;
}

.view-show-item .mgjUploader::after {
  right: -4px;
}

.view-show-item .mgjUploader::before {
  left: -4px;
}

.view-show-item .reeliUploader,
.view-show-item .reeliUploader-list,
.view-show-item .mgjUploader,
.view-show-item .mgjUploader-list {
  width: 100%;
  height: 100%;
}

.view-show-item .reeliUploader-list .pic-tip {
  display: none;
}

.view-show-item .mgjUploader-list .pic-tip {
  display: none;
}

.view-show-item .reeliUploader-list li,
.view-show-item .mgjUploader-list li {
  margin: 0;
  width: 100% !important;
  height: 100%;
  background: none;
}

.view-show-item .reeliUploader-list img,
.view-show-item .mgjUploader-list img {
  display: none;
}

.view-show-item .reeliUploader-list li.reeliUploader-addBtn,
.view-show-item .reeliUploader-list li.reeliUploader-addBtn:hover,
.view-show-item .mgjUploader-list li.mgjUploader-addBtn,
.view-show-item .mgjUploader-list li.mgjUploader-addBtn:hover {
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  z-index: 13;
}

.view-show-item.updated .reeliUploader-list li.reeliUploader-addBtn,
.view-show-item.updated .reeliUploader-list li.reeliUploader-addBtn:hover,
.view-show-item.updated .mgjUploader-list li.mgjUploader-addBtn,
.view-show-item.updated .mgjUploader-list li.mgjUploader-addBtn:hover {
  display: none
}

.view-show.line-4 .view-show-item {
  width: 99px;
  height: 99px;
  border: 1px solid rgba(231, 231, 231, 1);
}

.view-name {
  width: 48px;
  font-size: 12px;
  font-family: MicrosoftYaHeiUI;
  color: rgba(0, 0, 0, 1);
}

.view-select {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.view-select .view-name {
  width: 100%;
  margin-bottom: 5px;
}

.cloumn-item {
  width: 45px;
  font-size: 12px;
  font-family: MicrosoftYaHeiUI;
  line-height: 15px;
  cursor: pointer;
  margin-right: 13px;
}

.cloumn-item dt {
  height: 45px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  padding: 2px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(229, 229, 229, 1);
}

.cloumn-item dt .block {
  width: 16px;
  height: 16px;
  background: #e8e7e7 !important;
  border-radius: 1px;
  opacity: 0.2;
  margin: 2px;
}

.cloumn-item dt.cloumn-single .block {
  width: 34px;
  height: 34px;
  background: #e8e7e7 !important;
  border-radius: 1px;
  opacity: 0.2;
}

.cloumn-item dt.cloumn-three .block {
  width: 10px;
  height: 16px;
}

.cloumn-item dt.cloumn-four .block {
  width: 8px;
  height: 16px;
  margin: 1px;
}

.cloumn-item.cur dt {
  border: 1px solid #409EFF;
}

.cloumn-item dd {
  margin-top: 6px;
  text-align: center;
}

.cloumn-item.cur dd {
  color: #409EFF;
}

.view-row {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.view-tips{
  width: 400px;
  font-size: 12px;
  margin-top: 20px;
  color: #909090;
  position: absolute;
  left: 240px;
  top: -10px;
}

.view-row .view-row-select {
  width: 104px;
  position: relative;
  margin-left: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: 1px solid rgba(229, 229, 229, 1);
}

.view-row .view-row-select .cm_c_select {
  width: 100px;
  background-position: 80px center;
}

.view-row .view-row-select .cm_c_selectname {
  width: 80px;
}

.view-row .view-row-select .cm_c_line {
  display: none;
}

.view-row .view-val {
  width: calc(100% - 65px);
  margin-left: 10px;
}

/* 重置element slider样式 */
.view-margin {
  position: relative;
  z-index: 2;
}

.view-margin .view-val {
  margin-left: 15px;
}

.view-margin .el-slider__button {
  width: 18px;
  height: 18px;
  background: #B177B4;
  border-color: #B177B4;
}

.view-margin .el-slider__bar {
  background-color: #B177B4;
}

.view-margin .el-slider__stop {
  background-color: transparent;
}

.view-margin .el-tooltip__popper[x-placement^=top] .popper__arrow {
  background-color: #fff;
}

.view-margin .el-slider__marks-text {
  color: #000;
  font-size: 12px;
}

/* 重置element样式 */
.el-tooltip__popper.mgj-slider-tooltip {
  background: red !important;
}

.el-tooltip__popper.is-dark {
  background: #FFF !important;
  color: #333 !important;
  border: 1px solid rgba(223, 221, 221, 1);
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  border-top-color: rgba(223, 221, 221, 1) !important;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #fff !important;
}

.view-margin .mgj-slider {
  margin-left: 10px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.mgj-slider__runway {
  width: calc(100% - 40px);
  height: 6px;
  margin: 16px 0;
  background-color: #e4e7ed;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.mgj-slider__bar {
  height: 6px;
  background-color: #409eff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

.mgj-slider__button-wrapper {
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1001;
  top: -15px;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  user-select: none;
  line-height: normal;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mgj-slider__button {
  width: 16px;
  height: 16px;
  border: 2px solid #409eff;
  background-color: #fff;
  border-radius: 50%;
  transition: .2s;
  user-select: none;
}

.setting-info {
  flex: 1;
  /* margin-left: 24px; */
  font-size: 12px;
}
.setting-info .el-form-item .el-form-item__label {
  width: 110px !important;
}
.setting-info .action_type_image{
  width: 198px;
  height: 300px;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_5 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/hongbao.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_6 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/lottery.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_8 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/price.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_9 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/custom.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_10 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/video_poster.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_11 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/privilege_bg.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_12 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/member_card_bg.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_13 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/package_bg.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_14 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/auto_charge_bg.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_23 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/brandDetail.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_20 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/pointsMall.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_21 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/pointsLottery.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_22 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/vote.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_24 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/myOrder.png") 0 0 no-repeat;
  background-size: contain;
}
.setting-info .action_type_image.actionSelect_30 {
  width: 198px;
  height: 300px;
  background: url("../css/img/editor/luckyMoneyFission.png") 0 0 no-repeat;
  background-size: contain;
}

.setting-info-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.setting-info-action {
  display: flex;
  align-items: center;
}

.setting-info-action .action-name {}

.setting-info-action .action-link {
  color: #84208A;
  margin-left: 9px;
}

.setting-info .setting-info-btn {
  padding: 0 10px;
  width: auto;
  margin: 0;
  font-size: 12px;
  height: 30px;
  /* background:rgba(177,119,180,1); */
  border-radius: 2px;
}

.setting-info-btn .mgj-zengja_jia {
  font-size: 12px;
  vertical-align: middle;
}

.setting-info-body {
  width: calc(100% - 2px);
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 12px;
  font-family: MicrosoftYaHeiUI;
  color: rgba(44, 44, 44, 1);
  min-width: 390px;
  background: rgba(250, 250, 250, 1);
  border-radius: 4px;
  border: 1px solid rgba(239, 239, 239, 1);
  height: calc(100% - 32px - 15px - 20px);
}
.setting-info-body.towxlink{
  height: auto;
  border: none;
  padding: 0;
}

.goods-list {}

.goods-list .goods-body {
  box-sizing: border-box;
  height: calc(100% - 12px);
}

.goods-list .goods-item {
  display: flex;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  padding: 0 10px;
  font-size: 12px;
  color: rgba(44, 44, 44, 1);
}

.goods-list .goods-item .mgj-ladder_del {
  color: #9B9B9B;
  cursor: pointer;
}

.goods-list .goods-body .goods-item:hover,
.goods-list .goods-body .goods-item:nth-child(2n - 1):hover {
  background: rgba(248, 242, 248, 1);
}

.goods-list .goods-head .goods-item {
  padding-right: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(144, 144, 144, 1);
}

.goods-list .goods-item:nth-child(2n - 1) {
  background: #fff;
}

.goods-list .goods-item span:nth-of-type(1) {
  width: 8%;
}

.goods-list .goods-item span:nth-of-type(2) {
  width: 24%;
}

.goods-list .goods-item span:nth-of-type(3) {
  flex: 1
}

.goods-list .goods-item span:nth-of-type(4) {
  width: 16%;
}

.goods-list .goods-item span:nth-of-type(5) {
  width: 8%;
  text-align: center;
}

.goods-list .goods-item span:nth-of-type(5) .iconfont {
  color: #9B9B9B;
  cursor: pointer;
}

.goods-list .goods-item span:nth-of-type(5) .iconfont:hover {
  color: #832688;
}

.good-select {
  height: calc(100% - 30px);
}

.good-operation {
  height: 30px;
}

.good-select-list {
  height: 100%;
}

/* 预约列表 */
.reservation {}

.reservation-head {
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: rgba(250, 250, 250, 1);
  border-radius: 3px 3px 0px 0px;
  text-indent: 8px;
}

.reservation-head .reservation-title {
  color: #909090
}

.reservation-body,
.reservation-scroll {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 10px);
}

.reservation-scroll .reservaltion-empty {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #909090;
  border-top: 1px solid rgba(239, 239, 239, 1);
}

.reservation-item-line {
  display: flex;
  width: 100%;
}

.reservation-item-line:nth-of-type(2n) {
  background: #FBFBFB;
}

.reservation-item-line:nth-of-type(2n + 1) {
  background: #FFF;
}

.reservation-item {
  width: 25%;
  height: 34px;
  line-height: 34px;
  border: 1px #EFEFEF solid;
  border-width: 0 1px 1px 0;
  cursor: pointer;
  text-indent: 8px;
}

.reservation-item:hover {
  background: rgba(248, 242, 248, 1);
}

.reservation-item:nth-of-type() {
  background: #FBFBFB;
}

.reservation-item>label {
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.reservation-item>label span {
  width: calc(100% - 30px);
}

.reservation-item>label ::after {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 7px;
  position: absolute;
  right: 5px;
  top: 10px;

}

.reservation-item>label.cur ::after {
  border-width: 5px;
  border-color: #B177B4;
}

.reservation-item>label input[type="radio"] {
  visibility: hidden;
}

/* 手艺人 start */
.craftsman {}

.craftsman-store {
  flex: 1;
  padding-left: 21px;
  display: flex;
  align-items: center;
}

.craftsman .reservation-body {
  height: calc(100%)
}

.craftsman .reservation-item {
  width: 33.3333333333333333333333%;
}

.craftsman .reservation-item label span:nth-of-type(1) {
  flex: 1;
}

.craftsman .reservation-item label span:nth-of-type(2) {
  flex: 1;
}

@media screen and (max-width: 1060px) {
  .craftsman .reservation-item label span:nth-of-type(1) {
    width: 50px;
  }

  .craftsman .reservation-item label span:nth-of-type(2) {
    width: calc(100% - 50px - 30px - 10px)
  }
}

/* 4. 内容页面 */
.detailPage {
  padding-bottom: 0;
  /* height: calc(100% - 32px - 15px - 40px); */
  height: 100%;
  position: relative;
  margin-top: 40px;
}

.detailPage .detailPage-tips {
  transform: translateY(-26px);
  position: absolute;
  color: #909090;
}

.detailPage textarea {
  height: calc(100% - 0px);
  width: calc(100% - 0px);
}

/* 5. 领红包页面 */
.getredpackage .img {
  margin: 20px;
  width: 198px;
  height: calc(100% - 20px);
  background: url('../css/img/editor/hongbao.png') 0 0 no-repeat;
  background-size: contain;
}

/* 5. 到无门槛抽奖页 */
.lotterypage,
.getredpackage,
.pricelist,
.customcoupon,
.privilege_coupon,
.member_card_coupon,
.package_coupon,
.auto_charge_coupon
{
  background: #EFEFEF;
}

.lotterypage .img,
.pricelist .img,
.customcoupon .img,
.video_play .img,
.privilege_coupon .img,
.member_card_coupon .img,
.package_coupon .img,
.auto_charge_coupon .img
{
  width: 198px;
  margin: 20px;
  height: calc(100% - 20px);
  background: url('../css/img/editor/lottery.png') 0 0 no-repeat;
  background-size: contain;
}

.pricelist .img {
  background-image: url('../css/img/editor/price.png');
}

.customcoupon .img {
  background-image: url('../css/img/editor/custom.png');
}
.video_play {
  min-width: 516px;
}
.video_play .img {
  display: inline-block;
  background-image: url('../css/img/schematic/video_poster.png');
}
.privilege_coupon .img {
  background-image: url('../css/img/editor/privilege_bg.png');
}
.member_card_coupon .img {
    background-image: url('../css/img/editor/member_card_bg.png');
}
.package_coupon .img {
    background-image: url('../css/img/editor/package_bg.png');
}
.auto_charge_coupon .img {
    background-image: url('../css/img/editor/auto_charge_bg.png');
}

/* 混合图片 */
.multiImg {}

.multiImg .rtlo,
.multiImg .ltro,
.multiImg .cloumn-item dt.ltro,
.multiImg .cloumn-item dt.rtlo {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.multiImg .rtlo .view-show-item,
.multiImg .ltro .view-show-item {
  width: calc(50% - 0px);
  height: calc(100%);
}

.multiImg .ltro .view-show-item:nth-child(1),
.multiImg .ltro .view-show-item:nth-child(3) {
  height: calc(50% - 0px);
}

.multiImg .ltro .view-show-item:nth-child(3) {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
}

.multiImg .rtlo .view-show-item:nth-child(2),
.multiImg .rtlo .view-show-item:nth-child(3) {
  height: calc(50% - 0px);
}

.multiImg .rtlo .view-show-item:nth-child(3) {
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
}

.multiImg .cloumn-item {
  width: 50px;
  font-size: 12px
}

.multiImg .cloumn-item dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.multiImg .cloumn-item dt * {
  box-sizing: border-box;
}

.multiImg .cloumn-item dt .block {
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  display: inline-block;
}

.multiImg .cloumn-item dt.ltro .block:nth-child(1),
.multiImg .cloumn-item dt.ltro .block:nth-child(3) {
  height: calc(50% - 4px);
}

.multiImg .cloumn-item dt.ltro .block:nth-child(3) {
  position: absolute;
  top: calc(50% - 0px);
  left: 0;
}

.multiImg .cloumn-item dt.rtlo .block:nth-child(2),
.multiImg .cloumn-item dt.rtlo .block:nth-child(3) {
  height: calc(50% - 4px);
}

.multiImg .cloumn-item dt.rtlo .block:nth-child(3) {
  position: absolute;
  top: calc(50% - 0px);
  right: 0;
}

.multiImg .view-select {
  justify-content: flex-start;
}

.multiImg .view-select .cloumn-item {
  margin-right: 22px;
}

.goodsGridCompon,
.swiperImgCompon,
.categroy,
.textLinkCompon,
.goodsClassCompon {
  height: calc(100%);
}

.goodsGridCompon.setting-info,
.swiperImgCompon.setting-info,
.categroy.setting-info,
.textLinkCompon.setting-info,
.goodsClassCompon.setting-info {
  margin-left: 0;
}

.goodsGridCompon .tips,
.goodsClassCompon .tips {
  color: #909090;
}

.goodsGridCompon .setting-panel-body,
.goodsClassCompon .setting-panel-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.swiperImgCompon .setting-panel-body {
  display: flex;
}

.swiperImgCompon .setting-panel-body .setting-panel-head {
  order: 2;
  line-height: 18px;
  color: #999;
}

.swiperImgCompon .setting-panel-body .setting-panel-head .tip span {
  display: block;
}

.swiperImgCompon .setting-panel-body {}

/* 10：分类入口 */
.categroy {}

.categroy .setting-panel-body {
  height: calc(100% - 20px);
  position: relative;
}

.categroy .page-main-left {
  padding-left: 0;
  padding-top: 0;
  right: 0px;
}

.categroy .page_classification_left {
  border: 1px solid rgba(239, 239, 239, 1);
  border-radius: 5px;
  height: calc(100% - 51px);
}

.categroy .page-main-right {
  width: 340px;
  position: absolute;
  right: 0;
  top: -41px;
}

.categroy .categroy-line {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.categroy .categroy-line .icon-shop_set_delicon {
  color: #9B9B9B;
  cursor: pointer;
}

.categroy .categroy-line .icon-shop_set_delicon:hover {
  color: #7e2a7f;
}

.categroy .categroy-line .good_icon {
  cursor: pointer;
  /* width: 16px;
  background-size: 16px;
  height: 16px;
  display: inline-block; */
  vertical-align: text-top;
  /* margin-right: 3px; */
  /* background: url(./images/goods_list.png) center center / 16px no-repeat; */
}
.categroy .categroy-line span{
  max-width: 100px;
  display: inline-block;
  vertical-align: bottom;
}

.categroy .categroy-line .categroy-item-s:nth-of-type(1).cur,
.categroy .categroy-line .categroy-item-s:nth-of-type(1):hover {
  color: #7e2a7f;
  cursor: pointer;
}

.categroy .categroy-line .categroy-item-s:nth-of-type(1).cur .good_icon,
.categroy .categroy-line .categroy-item-s:nth-of-type(1):hover .good_icon {
  /* background: url(./images/goods_list_hover.png) center center / 16px no-repeat; */
}

.categroy .categroy-line .categroy-item:nth-of-type(1) {
  width: 130px;
  position: relative;
  min-height: 30px;
  line-height: 30px;
}

.categroy .categroy-line .categroy-item:nth-of-type(1) .icon-bianji3 {
  position: absolute;
  z-index: 10;
  right: 18px;
  color: #ccc;
  cursor: pointer;
}

.categroy .categroy-line .categroy-item:nth-of-type(1) .icon-bianji3:hover {
  color: #7E2A80;
}

.categroy .categroy-line .categroy-item:nth-of-type(2) {
  width: 60px;
}

.categroy .categroy-line.categroy-line-swiper .categroy-item:nth-of-type(2) {
  width: 120px;
  text-align: center;
}

.categroy .categroy-line.categroy-line-swiper .categroy-item:nth-of-type(2) .img {
  margin: 0 auto;
}

.categroy .categroy-line .categroy-item:nth-of-type(3) {
  width: 80px;
  text-align: center;
}

.categroy .categroy-line .categroy-item:nth-of-type(4) {
  min-width: 160px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categroy .categroy-line .categroy-item:nth-of-type(4) .categroy-item-s {
  margin: 0 5px;
}

.categroy .categroy-line .categroy-item .img {
  width: 44px;
  min-height: 44px;
  border-radius: 22px;
  background: #F1F1F1;
  color: #7E2A80;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.categroy .categroy-line.categroy-line-swiper .categroy-item .img {
  width: 88px;
  /* height: 62px; */
  border-radius: 4px
}

.categroy .categroy-line .categroy-item .img .icon-Rectangle {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  border-radius: 50%;
}

.categroy .categroy-line .categroy-item .img img {
  width: 100%;
}

.categroy .categroy-line.categroy-line-swiper .categroy-item .img img {
  /* height: 100%; */
}

.categroy .categroy-line .categroy-item.categroy-item-tools>span {
  cursor: pointer;
  margin-right: 8px;
}

.categroy .categroy-line .categroy-item.categroy-item-tools>span:nth-of-type(1) {
  color: #7E2A80;
}

.categroy .categroy-line.categroy-add .cm_form_input {
  width: 100px;
}

.view-show-item .view-init-txt {
  position: absolute;
  z-index: 11;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 20px;
}

.categroy .page-main-right {
  padding-top: 0;
}

.categroy .page-main-right .setting-info-body {
  min-width: calc(340px - 2px);
  margin-top: 10px;
  height: calc(100% - 50px);
  overflow: hidden;
}

.categroy .goods-list .goods-head .goods-item {
  height: 50px;
  line-height: 50px;
}

.categroy .page-main-right .setting-info-btn {
  width: 90px;
}

.categroy .page-main-right .page-main-right-head {
  display: flex;
  justify-content: space-between
}

.chiose-icon {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chiose-icon-box {
  display: flex;
  margin-bottom: 10px;
}

.chiose-icon-box.center {
  align-items: center;
}

.chiose-icon-box:nth-of-type(1) {
  height: 60px;
}

.chiose-icon-box:nth-of-type(2) {
  flex: 1;
  height: 90%;
}

.chiose-icon-box.chiose-icon-list-swiper dd {
  height: calc(100% - 20px);
  border: none;
}

.chiose-icon-box.chiose-icon-list-swiper dd .item {
  width: calc(25% - 20px)
}

.chiose-icon-box:nth-of-type(1) {}

.chiose-icon-box>dd {
  display: flex;
  flex: 1;
  margin-left: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.chiose-icon-box dd .item {
  width: 80px;
  text-align: center;
  position: relative;
}

.chiose-icon-box dd .item .selected-font {
  display: none;
}

.chiose-icon-box dd .item.cur .selected-font {
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 18px;
  width: 14px;
  height: 14px;
}

.chiose-icon-list dd {
  border: 1px solid #f1f1f1;
  padding: 10px;
  height: 200px;
}

.chiose-icon-list dd .chiose-list-warp {
  display: flex;
  flex-wrap: wrap;
}

.chiose-icon-list dd .item {
  width: calc(15% - 20px);
  margin: 0 10px 10px 10px;
}

.chiose-icon-list dd .item.cur {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #7E2A80;
}

.chiose-icon-list-swiper.chiose-icon-list dd .item.cur {
  border-radius: 0px;
}

.chiose-icon-list dd .item img {
  width: 100%;
}


.custom_box .upload_box .icon {
  background: url(./images/buttonClicked.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 2px;
  background-size: 100%;
}

.custom_box .upload_box .icon:hover {
  background: url(./images/buttonClicked_hover.png) no-repeat;
}

.popup_image .icon_box .btn_box {
  text-align: center;
}

.popup_image .upload_box {
  display: inline-block;
  border: 1px solid #dedede;
  /* padding: 6px 10px; */
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.chiose-icon-box .upload_box:hover .icon {
  background-image: url('./images/buttonClicked_hover.png')
}

.popup_image .custom_box #uploadImgBtn,
.popup_image .custom_box #uploadIconBtn {
  padding: 6px 10px;
}

.popup_image .icon_box .cancelIconBtn,
.popup_image .icon_box .saveIconBtn {
  width: 60px;
  background-color: #C1C1C1;
  display: inline-block;
  line-height: 30px;
  border-radius: 2px;
  color: #fff;
  margin-right: 6px;
  cursor: pointer;
}

/* categroy icon */
.popup_image .custom_img_box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

/* swiper banner */
.popup_image.popup_image_banner .custom_img_box {
  width: 100px;
  height: 47px;
  border-radius: inherit;
}

.popup_image .custom_img_box.cur {
  border: 2px solid #7E2A80;
}

.popup_image .mgjUploader {
  width: 0;
  height: 0;
  overflow: hidden;
}

.popup_image .custom_img_box>img {
  width: 100%;
  height: 100%;
}

.popup_image .upload_box #uploadIconBtn {
  padding: 6px 10px;
}

.popup_image .icon_box .saveIconBtn {
  background-color: #7E2A80;
}

.chiose-icon-box .upload_box .icon {
  background: url(./images/buttonClicked.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 2px;
  background-size: 100%;
}

#uploadImgBtn .mgjUploader-list li.mgjUploader-addBtn,
#uploadIconBtn .mgjUploader-list li.mgjUploader-addBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
}

#uploadImgBtn .mgjUploader-list li,
#uploadIconBtn .mgjUploader-list li {
  border: none;
}

/* 11：文字链接 */
.textLinkCompon {
  margin-left: 0;
}

.textLinkCompon .textLinkCompon-line {
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  line-height: 15px;
  display: flex;
  align-items: center;
}

.textLinkCompon .textLinkCompon-line.view-margin {
  margin-bottom: 34px;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.textLinkCompon .textLinkCompon-line .textLinkCompon-item .name{
  min-width: 50px;
  display: inline-block;
}

.textLinkCompon .textLinkCompon-line.view-margin .textLinkCompon-item .value {
  transform: translateY(-5px);
  margin-left: 15px;
  min-width: 158px;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item:nth-of-type(3),
.textLinkCompon .textLinkCompon-line .textLinkCompon-item:nth-of-type(4) {
  margin-left: 20px;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item {}

.textLinkCompon .textLinkCompon-line {
  margin-bottom: 16px;
}

.mjg-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mjg-radio .el-radio__input+.el-radio__label,
.mjg-radio .el-radio__input.is-checked+.el-radio__label {
  color: #000;
  font-size: 12px;
  padding-left: 6px !important;
}

.mjg-radio .el-radio__input .el-radio__inner {
  border-color: #626262;
}

.mjg-radio .el-radio__input.is-checked .el-radio__inner {
  border-color: #626262;
  background: none;
}

.mjg-radio .el-radio__input.is-checked .el-radio__inner::after {
  width: 10px;
  height: 10px;
  background-color: #626262;
}

.mjg-radio .el-radio-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.textLinkCompon .textLinkCompon-line .text-content {
  min-width: 304px;
}

.textLinkCompon .textLinkCompon-line .text-content .cm_form_name {
  line-height: normal;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item .textLinkCompon-view {
  display: flex;
  align-items: center;
  height: 36px;
  line-height: 36px;
  flex: 1;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item .textLinkCompon-view>span {
  max-width: 200px;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item .textLinkCompon-view .icon-xiangyou {
  /* margin-left: 10px; */

}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item .name.w60 {
  width: 60px;
}

.textLinkCompon .craftsman-store {
  padding-left: 10px;
}

.textLinkCompon .setting-panel-body {
  height: calc(100% - 50px);
}

.textLinkCompon .textLinkCompon-compon {
  height: calc(100% - 50px);
}

.textLinkCompon .craftsman-store>span {
  display: inline-block;
  width: 60px;
}

.textLinkCompon .textLinkCompon-line .textLinkCompon-item .value {
  margin-left: 10px;
}

.textLinkCompon .textLinkCompon-line .color-picker-warp {
  position: relative;
}

.textLinkCompon .textLinkCompon-line .color-picker-warp .color-picker-btn {
  width: 23px;
  height: 23px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 12;
  cursor: pointer;
}

.textLinkCompon .textLinkCompon-item .fontSizeSelect {
  position: relative;
}

.color-picker-warp {

  width: 140px;
  height: 30px;
  display: block;
  color: #222;
  position: relative;
}

.color-picker-warp .cm_form_name {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.color-picker-warp .vc-sketch {
  position: relative;
  transform: translateY(20px);
  z-index: 12;
}

.color-picker-warp .color-picker-mark {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
}

#v4_tenantImgUrls .cm_form_input {
  width: 213px;
}

.mgj-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.mgj-pop-mask {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}

.mgj-pop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  background: #fff;
  width: 580px;
  height: 90%;
  padding: 0px 0px 12px;
  border-top: 4px solid #832688;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* position: relative; */
}

.mgj-pop-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/c_viewDetails_close.png) no-repeat;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -4px;
  cursor: pointer;
}

.mgj-pop-head {
  height: 50px;
  line-height: 50px;
  /* border-bottom: 2px solid #f3f3f3; */
  font-size: 12px;
  line-height: 40px;
  color: #333;
  padding: 0 5px 0 15px;
}

.mgj-pop-head p {
  border-left: 6px solid #832688;
  padding-left: 8px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
}

.mgj-pop-body {
  flex: 1;
  min-height: calc(100% - 30px - 50px);
}
.mgj-pop-body .rebate_Programme{
  height: 100%;
}

.mgj-pop-foot {
  height: 30px;
  line-height: 30px;
  /* border-top: 2px solid #f3f3f3; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 6px; */
  font-size: 12px;
}

.mgj-pop-foot .cm_button {
  margin: 0 5px;
  height: 28px;
  line-height: 28px;
  margin-top: 4px;
}

.mgj-pop-foot .cm_button.canlce {
  background: #eee;
  color: #333;
}

/* 选择商品 start */
.goods-select {
  height: 100%;
  padding: 10px;
}

.goods-select .goods-select-operation .cm_button {
  height: 30px;
  line-height: 30px;
  width: auto;
  padding: 0 14px;
  background-color: #999;
  color: #fff;
  margin-right: 4px;
}

.goods-select .goods-select-operation .cm_button.cur {
  background-color: #7e2a7f;
}

.goods-select-list {
  height: 100%;
  padding: 10px;
}

.goods-select-categroy-name {
  height: 30px;
  line-height: 30px;
}

.goods-select-categroy-list {
  display: flex;
  flex-wrap: wrap;
}

.goods-select-categroy .goods-select-categroy-box {
  padding: 10px 0;
  padding-left: 10px;
}

.goods-select-categroy .goods-select-categroy-box:nth-of-type(2n) {
  background: #f5f5f5;
}

.goods-select-categroy-name,
.goods-select-categroy-item {
  width: calc(25% - 10px);
  background-image: url(./images/checkbox_unchecked.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  line-height: 22px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
}

.goods-select-categroy-name.selected,
.goods-select-categroy-item.selected {
  background-image: url(./images/checkbox_checked.png);
}

.goods-select-categroy-name>label,
.goods-select-categroy-item>label {
  display: block;
  width: 100%;
  height: 28px;
  text-indent: 5px;
}

.goods-select-categroy-item input[type='checkbox'],
.goods-select-categroy-name input[type='checkbox'] {
  visibility: hidden;
  opacity: 0;
}

/* 选择商品 end */

/* 全局组件 start */
.module-item {
  /* margin-top: 6px; */
  position: relative;
  z-index: 1;
}

.module-type {
  position: relative;
  border: 2px solid transparent;
  min-height: 32px;
  /* background: rgba(255, 255, 253, 1); */
  border-radius: 2px;
  transition: .3s all ease;
}

.module-type.module-type-12 {
  min-height: 15px;
}

.module-type-13 {
  background: none;
  height: 26px;
  border-color: transparent;
}

.module-type-13 .module-type-name {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: center;
}
.editor_compon_head.cur {
  border: 2px solid #832688;
  cursor: pointer;
  box-sizing: content-box;
  margin-top: -2px;
  margin-left: -2px;
}
.editor_compon_head:hover {
  border: 2px dashed #832688;
  box-sizing: content-box;
  margin-top: -2px;
  margin-left: -2px;
}

.module-item.cur .module-type,
.module-item .module-type:hover {
  border: 2px solid #832688;
  cursor: move;
}
.module-item .module-type:hover {
  border-style: dashed;
}
.module-type:hover>.icon-qingchu{
  display: inline-block;
  opacity: 1;
}
.module-type .delBtn{
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #832688;
  border-radius: 6px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  cursor: pointer;
}
.module-type .delBtn .iconfont{
  font-size: 12px;
  color: #fff;;
}
.module-item.cur .module-type .delBtn,
.module-item .module-type:hover .delBtn{
  display: block;
}

.module-type-name {
  font-size: 12px;
  text-align: center;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(144, 144, 144, 1);
  height: 30px;
  line-height: 30px;
  top: 50%;
  left: 0;
  margin-top: -15px;
  position: absolute;
  width: 100%;
}

.module-type .icon-qingchu:hover {
  color: #832688;
  cursor: pointer;
}
.module-type .icon-qingchu {
  display: none;
  color: #C7C7C7;
  position: absolute;
  z-index: 10;
  right: -6px;
  top: -6px;
  transition: .2s all ease;
  background: #fff;
  border-radius: 50%;
}

.module-type.module-type-6 {
  /* height: 123px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .module-type.module-type-6::after,
.module-type.module-type-6::before {
  width: calc(50% - 5px);
  height: 109px;
  content: '';
  display: block;
  background: rgba(248, 248, 248, 1);
  border-radius: 2px;
} */


.module-type-item {
  background: rgba(248, 248, 248, 1);

}

/* 混合 */
/* 左2右1 */
.module-type-7 {
  /* height: 368px; */
}
/* .module-type-7 .ltro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-type-7 .ltro .module-type-item {
  width: calc(50% - 5px);
  height: calc(100% - 10px);
}

.module-type-7 .ltro .module-type-item:nth-of-type(1) {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.module-type-7 .module-type-item:nth-of-type(1)::before,
.module-type-7 .module-type-item:nth-of-type(1)::after {
  content: '';
  width: 100%;
  height: calc(50% - 5px);
  background: rgba(248, 248, 248, 1);
}

.module-type-7 .lort .module-type-item:nth-of-type(1) {
  order: 2
}

.module-type-7 .lort .module-type-item:nth-of-type(2) {
  order: 1
} */

.module-type-20 {
  min-height: 32px;
}

.module-type-20 .preview_image {
  position: relative;
}

/* 商品宫格 */
.module-type-8 {
  border-radius: 2px;
}

.module-type-8 .module-type-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.module-type-8 .module-type-body::before,
.module-type-8 .module-type-body::after {
  width: calc(50% - 5px);
  height: 67px;
  background: rgba(248, 248, 248, 1);
  border-radius: 2px;
  content: '';

}

/* 图片轮播 */
.module-type-9 {
  /* height: 118px; */
}

.module-type-10 {
  height: 78px;
}

.module-type-10 .module-type-body {
  height: 76px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.module-type-10 .module-type-body .module-type-item {
  width: calc(20% - 10px);
  background: none;
  display: flex;
  flex-direction: column;
}

.module-type-10 .module-type-body .module-type-item i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(248, 248, 248, 1);
}

.module-type-10 .module-type-body .module-type-item .line {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.module-type-10 .module-type-body .module-type-item .line::before,
.module-type-10 .module-type-body .module-type-item .line::after {
  width: 70%;
  height: 4px;
  margin-top: 5px;
  content: '';
  display: inline-block;
  background: rgba(248, 248, 248, 1);
  border-radius: 1px;
}

.module-type-10 .module-type-body .module-type-item .line::after {
  width: 50%;
}

/* 文字链接 */
.module-type-11 {
  /* height: 34px; */
  /* padding: 4px 8px; */
}

.module-type-11 .module-type-body {
  height: 30px;
  background: rgba(248, 248, 248, 1);
  margin-top: 2px;
}

.module-type-14, .module-type-15 {
  /* padding: 4px 8px; */
}

.module-type-14 .module-type-body, .module-type-15 .module-type-body {
  height: 80px;
  background: rgba(248, 248, 248, 1);
  margin-top: 2px;
}

/* 预约首页 */
.shop-swiper {
  height: 93px;
  background: rgba(255, 255, 253, 1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.syrList {
  background: rgba(255, 255, 253, 1);
  padding: 14px;
  position: relative;
}

.syrList .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -30px;
}

.syrList .module-type-item {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.syrList .module-type-item {
  background: rgba(255, 255, 253, 1);
  margin-bottom: 15px;
}

.syrList .module-type-item::before,
.syrList .module-type-item::after {
  content: '';
  background: rgba(248, 248, 248, 1);
}

.syrList .module-type-item::before {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}

.syrList .module-type-item::after {
  height: 70px;
  width: calc(100% - 50px);
  background: rgba(248, 248, 248, 1);
  border-radius: 4px;
}

.yuyue-layoute-select {
  margin-left: 12px;
}

/* 全局组件 end */

/* transition start */
.translate-fade-enter-active,
.translate-fade-leave-active {
  transition: opacity .2s ease
}

.translate-fade-enter,
.translate-fade-leave-to {
  opacity: 0
}

.module-add-enter-active,
.module-add-leave-active {
  /* transform: translateY(-50px); */
  transition: all .3s ease
}

.module-add-enter,
.module-add-leave-to {
  transform: translateY(50px);
  opacity: 0
}

.panel-extend-enter-active,
.panel-extend-leave-active {
  /* transform: translateY(-50px); */
  transition: all .3s ease
}

.panel-extend-enter,
.panel-extend-leave-to {
  transform: translateY(50px);
  opacity: 0
}

/* transition end */

/* common start */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 个性化下拉框样式 */
.editor-select {
  position: relative;
  width: 142px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  border: 1px solid rgba(229, 229, 229, 1);
  margin-left: 10px;
}

.editor-select .cm_c_line {
  display: none;
}

.editor-select .cm_c_selectname {
  width: 120px;
}

/* 线型 */
.line-select .cm_c_selectname{
  font-size: 0px;
  width: 100px;
}
.line-select .cm_c_selectname.type-1::before,
.line-select .cm_c_selectname.type-2::before,
.line-select .cm_c_selectname.type-3::before{
  content: '';
  display: inline-block;
  width: 100%;
  border-top-width: 1px;
}
.line-select .cm_c_selectname.type-1::before{
  border-top-style: solid
}
.line-select .cm_c_selectname.type-2::before{
  border-top-style: dashed
}
.line-select .cm_c_selectname.type-3::before{
  border-top-style: dotted
}
.line-select .cm_c_selectlist li{
  font-size: 0px;
  display: flex;
  align-items: center;
}
.line-select .cm_c_selectlist li::before{
  border-color: #000;
}
.line-select .cm_c_selectlist li.selected::before{
  border-color: #fff;
}
.line-select .cm_c_selectlist li[data-value="1"]::before,
.line-select .cm_c_selectlist li[data-value="2"]::before,
.line-select .cm_c_selectlist li[data-value="3"]::before{
  content: '';
  display: inline-block;
  
  width: 100%;
  border-top-width: 2px;
}
.line-select .cm_c_selectlist li[data-value="1"]::before{
  border-top-style: solid;
}
.line-select .cm_c_selectlist li[data-value="2"]::before{
  border-top-style: dashed;
}
.line-select .cm_c_selectlist li[data-value="3"]::before{
  border-top-style: dotted;
}

/* 个性化复选框 */
.cm_checkbox label input[type="checkbox"] {
  visibility: hidden;
}

.cm_checkbox>label {
  background-image: url(./images/checkbox_unchecked.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  line-height: 22px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
}

.cm_checkbox>label.selected {
  background-image: url(./images/checkbox_checked.png);
}

.appointmentBox {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  min-width: 950px;
  top: 0;
  left: 0;
  display: none;
}

.appointmentBox.open {
  display: block;
}

.appointmentBox_ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.appointmentModeName {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.appointmentBox_ul li {
  width: 280px;
  cursor: pointer;
}

.appointmentBox_ul li div img {
  width: 100%;
}

.editor-miniApp img {
  width: 100%;
}

  /* rebateNameModal */
  .cm_checkbox .cm_form_checkboxGroup>label {
    background-image: url(./images/checkbox_unchecked.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    line-height: 22px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
  }
  .rebateNameModal .box .content{
    padding: 11px 5px;
  }
  .rebate_radio_box{
    min-height: 120px;
    max-height: 225px;
    overflow: auto;
  }
  .rebate_radio_group{
    text-align: left;
  }
  .rebate_radio{
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .rebate_radio label{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    background-image: url(./images/checkbox_unchecked.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    line-height: 18px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
  }
  .rebate_radio label.selected{
    background-image: url(./images/checkbox_checked.png);
  }
  .rebate_radio label input{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
  }
  .rebate_form_tip{
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    color: #B7B7B7;
    font-size: 12px;
    margin-left: 13px;
  }
   .rebateNameModal .notes{
    display: block;
    height: 30px;
    line-height: 30px;
    margin-left: 0;
    padding-top: 5px;
    text-align: left;
    color: #888888;
    font-size: 12px;
    font-family: 'Microsoft YaHei UI'
  }
  
  .fade-enter-active,
  .fade-leave-active {
      transition: opacity .5s;
  }
  
  .fade-enter,
  .fade-leave-to
  
  /* .fade-leave-active below version 2.1.8 */
 {
      transition: opacity .4s;
      opacity: 0;
  }
  .slide-fade-enter-active {
    transition: all .5s ease;
  }
  
  .slide-fade-leave-active {
    transition: all .1s cubic-bezier(1.0, 0.5, 0.8, 1.0);
  }
  
  .slide-fade-enter {
    transform: translateX(40px);
    opacity: 0;
  }
  
  .slide-fade-leave-to {
    transform: translateX(5px);
    opacity: 0;
  }
  .mallList-enter-active {
    transition: all .5s ease;
  }
  .mallList-leave-active {
    transition: all .5s ease;
  }
  .mallList-enter {
    transform: translateX(40px);
    opacity: 0;
  }
  .mallList-leave-to {
    transform: translateX(40px);
    opacity: 0;
  }
  .rebate_Programme .add_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
  .shopModal_mask{
    background: #000;
    height: 100%;
    opacity: 0.7;
  }
  .rebate_Programme .add_box {
    width: 810px;
    height: 547px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 4px solid #832688;
  }
  .rebate_Programme .closeBtn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/c_viewDetails_close.png) no-repeat;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -4px;
    cursor: pointer;
  }
  .rebate_Programme .add_box_title {
    border-left: 6px solid #832688;
    padding-left: 8px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0 15px 15px;
    font-size: 14px;
  }
  .rebate_Programme .add_box_ul {
    padding: 0px 10px 0px 5px;
    margin: 0 10px 0 10px;
    height: 355px;
    overflow: scroll;
    max-height: calc(100% - 192px);
  }
  .rebate_Programme .add_box_ul_li {
    padding: 14px 10px 3px 13px;
  }
  .rebate_Programme .add_box_ul_li:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .rebate_Programme .add_box_ul_li_title {
    display: flex;
    margin-bottom: 8px;
  }
  .rebate_Programme .add_box_ul_li_title .checkbox_show_false{
    margin-right: 10px;
  }
  .rebate_Programme .add_box_li_Box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .rebate_Programme .listRadioDiv {
    width: 240px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px 6px 0;
  }
  .rebate_Programme .listRadioDiv:nth-child(even) {
    margin: 0 0 6px 10px;
  }
  .rebate_Programme .listRadioDiv_name {
    display: inline-block;
    padding-left: 5px;
    width: 150px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rebate_Programme .listRadioDiv_name .gray{
    color: #cccccc;
  }
  .rebate_Programme .listRadioDiv_price {
    display: inline-block;
    padding-left: 5px;
    width: 60px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
  }
  .rebate_Programme .checkbox_show_false{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    background-image: url(./images/checkbox_unchecked.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    font-size: 0;
    color: #555;
    cursor: pointer;
    user-select: none;
    height: 18px;
    line-height: 18px;
  }
  .rebate_Programme .checkbox_show_false.selected {
    background-image: url(./images/checkbox_checked.png);
  }
  .rebate_Programme .radio_show_false,.rebate_Programme .radio_show_true{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    /* background-image: url(./images/c_radio.png); */
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    font-size: 0;
    color: #555;
    cursor: pointer;
    user-select: none;
  }
  .rebate_Programme .radio_show_false::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #cccccc;
  }
  .rebate_Programme .radio_show_true::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #1890FF;
  }
  .rebate_Programme .radio_show_true::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1890FF;
  }
  .rebate_Programme .checkbox_show_false.half::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #409eff;
  }
  .rebate_Programme .checkbox_show_false.half::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    left: 4px;
    top: 8px;
    background-color: #e0e0e0;
  }
  .rebate_Programme .checkbox_show_false.relevance {
    pointer-events: none;
    color: #e0e0e0;
  }
  
  .rebate_Programme .operation_box {
    position: relative;
    padding-top: 16px;
    margin: 0 10px 0 0;
  }
  .rebate_Programme .operation_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-top: 1px solid #F5F5F5;
  }
  .rebate_Programme .operation_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #D8D8D8;
  }
 .rebate_Programme .operation_box2 {
    border-top: 2px solid #f3f3f3;
    margin: 0 10px 0 15px;
    padding-left: 15px;
    margin: 13px 0;
    border: none;
  }
  .rebate_Programme .operation_box2 .listRadioDiv_name {
    width: 71px;
  }
  .rebate_Programme .saleBtn {
    height: 30px;
    line-height: 30px;
    width: auto;
    padding: 0 14px;
    margin: 0px 2px 0 16px;
    background-color: #999;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
  }
  .rebate_Programme .goodsBtn {
    margin-left: 6px;
  }
  .rebate_Programme .saleBtn.selected{
    background-color: #7e2a7f;
  }
  .rebate_Programme .add_box_btnDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
  }
  .rebate_Programme .add_box_btnDiv span {
    display: inline-block;
    width: 60px;
    height: 28px;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    margin: 0 8px 0 8px;
    cursor: pointer;
  }
  .rebate_Programme .add_box_btnDiv_saveBtn {
    background-color: #832688;
    color: #fff;
  }
  .rebate_Programme .add_box_btnDiv_closeBtn {
    background-color: #f3f3f3;
  }
  #mr_warp .rebate_sure,
  #mr_warp .rebate_sure:hover{
    background-color: #409EFF;
  }
  #mr_warp .rebate_cancel:hover{
    background-color: #d7d7d7;
  }

  .copy_temp_box {
    background: #EBEBEB;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
    min-width: 64px;
    padding: 0 7px;
    text-align: center;
  }
  .copy_temp_box:hover {
    background-color: #c1c1c1;
  }

  .copy_temp_box .copy_icon {
    font-size: 12px;
  }

  .copy_temp_box.save{
      width: 80px;
  }

  .rushGood_item .rushGood_items {
    margin-top: 10px;
    min-width: 780px;
  }
  .rushGood_item .name {
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 50px;
    text-align: right;
  }
  .rushGood_item .rush_good_content {
    display: inline-block;
    margin-left: 10px;
  }
  .rushGood_item .rush_good_content1 {
    width: 890px;
  }
  .rushGood_item .rush_good_content .input_text {
    width: 61px;
    height: 30px;
    background: rgba(255,255,255,1);
    border-radius: 3px;
    border: 1px solid rgba(229,229,229,1);
    margin-right: 8px;
  }
  .rushGood_item .rush_good_tip {
    font-size: 12px;
    font-family: 'MicrosoftYaHeiUI';
    color: #999;
    line-height: 16px;
    display: inline-block;
  }
  .select_show {
    display: inline-block;
  }

  .select_show .select_btn {
    padding-left: 20px;
    margin-right: 3px;
    background-image: url(./images/checkbox_unchecked.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    line-height: 22px;
    color: #555;
    cursor: pointer;
  }
  .select_show .select_btn.selected {
    background-image: url(./images/checkbox_checked.png);
  }

  .groupGood_item .group_list {
    margin-top: 26px;
    min-width: 985px;
  }
  .groupGood_item .group_list .rush_good_content {
    display: inline-block;
    vertical-align: text-top;
  }

.sketch_map {
    width: 100%;
    height: 400px;
    background-color: #FAFAFA;
    padding: 15px;
    margin-top: 16px;
  }

.schematic_img {
    width: 200px;
    height: auto;
  }
  .groupGood_item .group_list .select_txt, .service_item .service_items .position_txt {
    cursor: pointer;
  }

  .service_item .service_items .position_list {
    display: inline-block;
    background: url(img/cm_radio_disable.png) no-repeat 0px center;
    margin-right: 32px;
    margin-left: 0px;
    height: 26px;
    line-height: 26px;
  }
  .service_item .service_items .position_list.selected {
    background: url(img/cm_radio.png) no-repeat 0px center;
  }
  .service_item .service_items .position_btn {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    cursor: pointer;
  }

  .service_item .service_items {
    margin-top: 40px;
  }
  .service_item .service_items:nth-child(1) {
    margin-top: 10px;
  } 
  .service_item .service_items .service_content {
    display: inline-block;
    vertical-align: top;
    margin-top: -12px;
  }
  .service_item .service_items .compon_style {
    display: inline-block;
    margin-bottom: 20px;
  }
  .service_item .service_items .compon_style_list {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.14);
    border-radius: 22px;
    text-align: center;
    margin-right: 20px;
  }
  .service_item .service_items .compon_style_list.selected {
    border: 1px solid #B177B4;
  }
  .service_item .service_items .style_icon {
    display: inline-block;
    font-size: 28px;
    color: #6A6A6A;
    line-height: 46px;
  }
  .service_item .service_items .service_tip {
    font-size: 12px;
    color: #999999;
  }
  .service_item .service_items .tip_icon {
    font-size: 16px;
    vertical-align: -2px;
  }

  .position_right, .position_left {
    position: absolute;
    bottom: 50px;
    right:24px;
    width: 44px;
    height: 44px;
    z-index: 2;
    border: 1px solid #B177B4;
    background: rgba(255,255,255,1);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.14);
    border-radius: 44px;
  }
  .position_left {
    left: 20px;
  }
  .module-type-16 {
    width: 42px;
    height: 42px;
    border-radius: 44px;
    text-align: center;
    z-index: 11;
    padding: 0 8px 0 7px;
    border: none !important;
  }
  .service_style .service_icon {
    display: inline-block;
    font-size: 26px;
    line-height: 42px;
    color: #6A6A6A;
  }

  .upload_video .upload_tip {
    display: inline-block;
    font-size: 12px;
    color: #999;
  }
  .upload_video .upload_btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #7E2A7F;
    padding: 8px 10px;
    text-align: center;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 16px;
  }
  .video_play .video_box {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  .video_play .video_box .video_btn {
    width: 271px;
    height: 153px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    background: rgba(0,0,0,0.5);
  }
  .video_play .video_box .video_resource {
    width: 100%;
  }
  .video_play .video_box .play_btn_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 32px;
  }
  .video_play .video_box .video_tip {
    font-size: 12px;
    color: #999;
  }
  .upload_video .upload_btns {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }

  .addmodule-list .has_one {
    opacity: 0.3;
  }

  /* 模板库弹窗样式 */
  .home_temp_box, .preview_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
  }
  .home_temp_box .mask, .preview_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .home_temp_box .home_temp_content {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%,-50%);
    width: 827px;
    height: 75%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
  }
  .home_temp_box .home_temp_content .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
  }
  .home_temp_box .home_temp_content .left_tab {
    display: inline-block;
    background-color: #EEEEEE;
    width: 100px;
    height: 100%;
    font-size: 12px;
    vertical-align: top;
  }
  .home_temp_box .home_temp_content .right_temp {
    font-size: 12px;
    padding-left: 30px;
    overflow: auto;
    position: absolute;
    left: 100px;
    right: 0;
    top: 30px;
    bottom: 30px;
  }
  .home_temp_box .home_temp_content .right_temp .temp_list-empty{
      display: none;
  }
  .home_temp_box .home_temp_content .right_temp.empty  .temp_list-empty{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #999999;
    font-size: 12px;
  }
  .home_temp_box .home_temp_content .right_temp  .temp_list-empty .iconfont{
    font-size: 70px;
    color: #B8B8B8;
    display: inline-block;
    padding-bottom: 14px;

  }
  .home_temp_box .home_temp_content .tab_list {
    font-size: 12px;
    color: #333;
    padding: 12px 14px;
    cursor: pointer;
    position: relative;
  }
  .home_temp_box .home_temp_content .tab_list .advanced_Template_tip {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(270deg, #FFDDB1 1%, #FFF0DD 56%, #FFF6EB 100%);
    box-shadow: 0 1px 7.5px 0 rgba(218,158,83,0.34);
    border-radius: 15px;
    padding: 5px 10px;
    width: 129px;
  }
  .home_temp_box .home_temp_content .tab_list .advanced_Template_tip .text {
    font-size: 12px;
    color: #BD6D3D;
  }
  .home_temp_box .home_temp_content .tab_list .advanced_Template_tip .iconfont {
    font-size: 12px;
    cursor: pointer;
    color: #C19C9C;
  }
  .home_temp_box .home_temp_content .tab_list.selected {
    background-color: #fff;
    color: #84208A;
  }
  .home_temp_box .home_temp_content .tab_icon {
    font-size: 16px;
    margin-right: 2px;
    vertical-align: -2px;
  }
  .home_temp_box .home_temp_content .temp_list {
    border-radius: 4px;
    display: inline-block;
    width: 202px;
    text-align: center;
    margin-right: 25px;
  }
  .home_temp_box .home_temp_content .temp_img {
    position: relative;
    width: 100%;
    height: 317px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f5f5f5;
  }
  .home_temp_box .home_temp_content .img_list {
    width: 100%;
  }
  .home_temp_box .home_temp_content .temp_name {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 60px;
  }
  .home_temp_box .home_temp_content .operation_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .home_temp_box .home_temp_content .operation_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  .home_temp_box .home_temp_content .operation_btns {
    font-size: 12px;
    color: #333;
    background-color: #fff;
    line-height: 30px;
    width: 51%;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
  }
  .home_temp_box .home_temp_content .preview_btn {
    margin-bottom: 17px;
  }
  .home_temp_box .home_temp_content .copy_btn {
    color: #fff;
    background-color: #84208A;
  }
  .home_temp_box .home_temp_content .operation_icon {
    font-size: 12px;
  }
  .preview_box .preview_content {
    padding: 4px;
    /* overflow: hidden; */
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .preview_box .preview_contents {
    transform: scale(0.82);
  }
  .preview_box .preview_content .preview_container {
    overflow: auto;
  }
  .preview_box .preview_content .close_icon {
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
  }
  .preview_box .operation_btns.copy_btn {
    position: absolute;
    top: 50%;
    right: -120px;
    font-size: 12px;
    color: #fff;
    background-color: #84208A;
    line-height: 30px;
    width: 96px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    transform: scale(1.2);
  }
  .preview_box .operation_btns.copy_btn .operation_icon {
    font-size: 12px;
  }
  #copy_confirm .success_icon {
    font-size: 28px;
    color: #52C41A;
    margin-bottom: 4px;
  }
  #copy_confirm .go_mall {
    margin-left: 10px;
  }
  .editor-select .cm_c_selectlist {
    top: 34px;
  }

  .page-main {
    position: absolute;
  }
  .editor-content .mgj-scrollbar-view {
    /* padding-bottom: 38px; */
  }

  /* 此样式是轮播图上传图片后会隐藏掉上传的按钮,但是轮播不需要隐藏,这里强制显示 */
  .swiper_upload .mgjUploader-addBtn {
    display: block !important;
  }
  
  .show_img_box {
    display: flex;
    flex-wrap: wrap;
  }
  .show_img_box .show_img {
    flex: 1;
  }
  .show_img_box .nomarginright {
    margin-right: 0 !important;
  }
  .show_img_box .nomarginbottom {
    margin-bottom: 0 !important;
  }

  /* 保存模板弹框 */
  .customTemp  .el-form-item__content{
    margin-right: 50px;
  }

  /* @media screen and (max-height: 640px) {
    .mini-app {
      width: 254px;
    }
    .editor-miniApp {
      height: 360px;
      width: 220px
    }
  } */
  .setting-info .module_editor__video_view {
    vertical-align: bottom;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listTitle {
    background: #F6F6F6;
    display: flex;
    color: #909090;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 8px 14px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listTitle .listName {
    flex: 1;
    text-align: left;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listTitle .listDate {
    flex: 1;
    text-align: right;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent {
    position: relative;
    height: 367px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap {
    display: none;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head {
    height: 76px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f0f1f5;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipLeft {
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-left: 40px;
    margin-top: 14px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipLeft .icon_info {
    position: absolute;
    left: -20px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipRight {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipRight .toWxPlatform {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000000;
    text-align: center;
    padding: 0 10px;
    border-radius: 3px;
    background: #5aabe2;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipRight .toWxPlatform:hover {
    background: #66b1ff;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .head .showtipRight .toWxPlatform a {
    text-decoration: none;
    color: #fff;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .noMaterialWrap .helpImg {
    margin-top: 20px;
    margin-left: 40px;
    width: 530px;
    height: 150px;
    background: url(../css/img/wx/senior_push.png) no-repeat 50%;
    background-size: cover;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl {
    height: 320px;
    /* overflow-y: scroll; */
  }
  .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .mgj-scrollbar-view{
    padding-bottom: 0;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem {
    display: flex;
    height: 32px;
    line-height: 34px;
    color: #2C2C2C;
    cursor: pointer;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft {
    flex: 1;
    padding-left: 14px;
  }
  .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft .el-radio{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 32px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft .el-radio__input {
    margin-top: -21px;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft .msgName {
    display: inline-block;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft a {
    text-decoration: none;
    color: #2C2C2C;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemLeft:hover a {
    color: #5aabe2;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem .itemRight {
    padding-right: 20px;
    text-align: right;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem:nth-of-type(odd) {
    background: #fff;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem:nth-of-type(even) {
    background: #fafafa;
  }
 .setting-info-body .sendMsgWrap .txtPicMsgWrap .listContent .listUl .listItem:hover {
    background: #F7F2F8;
  }
 .setTip {
    font-size: 12px;
    line-height: 16px;
  }
 .setTip .highlightTxt {
    color: #5aabe2;
  }
  

.el-button.module_editor__save {
    width: 77px !important;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 3px !important;
    color: #fff;
    background-color: #7e2a7f;
    border-color: #7e2a7f;

}
.el-button.module_editor__save:hover {
  background-color: #974398;
  border-color: #974398;

}

.module_editor__form .el-button.module_editor__select_img {
  width: 115px !important;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 3px !important;
  color: #fff;
  background-color: #7e2a7f;
  border-color: #7e2a7f;
}
.module_editor__form .el-button.module_editor__select_img:hover {
  background-color: #974398;
  border-color: #974398;
}

.module_editor__download,.module_editor__restore {
  color: #375639;
}

.el-popper .action_type_image {
  margin: 10px;
}

.setting-panel-con .subheading{
  font-weight: 700;
  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #D5D5D5;
}
.setting-panel-con .subheading:first-child{
  border-top: none;
}
.setting-panel-con .content{
  border-bottom: 1px solid #D5D5D5;
}
.setting-panel-con .content:last-child{
  border:none;
  margin-top: 20px;
}
.page-table-form{
  width: 502px;
}
.el-input{
  width: 300px;
}
.page-table-form .el-form-item.flex .el-form-item__content{
  display: flex;
}
.page-table-form .el-form-item.flex .el-form-item__content .el-input{
  margin-left: 20px;
}
.page-table-form .el-input-group__append{
  font-size: 0;
  padding: 0;
}
/* .page-table-form .el-input-group__append .el-color-picker{
  height: 30px;
}
.page-table-form .el-input-group__append .el-color-picker .el-color-picker__trigger{
  height: 30px;
  line-height: 30px;
} */
.brandDetailCompon .el-form-item .el-cascader.el-cascader--small {
  margin-left: 8px;
}
.brandDetailCompon .el-form-item .el-form-item__content > span {
  margin-left: 4px;
  color: #999999;
}
.brandDetailCompon .el-form-item .el-form-item__content > span a {
  margin-left: 5px;
}
.brandDetailCompon .brandImg .el-form-item__content {
  position: relative;
}
.brandDetailCompon .el-form-item__content .recommendImgSize {
  position: absolute;
  left: 190px;
  top: 20px;
  color: rgb(144,144,144);
  font-size: 12px;
}
.textLinkCompon  textarea {
  font-family: inherit;
}
.replacedTempIndexWrap .el-form-item__label {
  text-align: left;
}
.over-long-width {
  width: 600px;
}
.memberPropertyCompon .view-show-item.show_img {
  background-image: url(images/memberProperty.png) !important;
}
.module-type .archivesRecommend {
  padding-top: 15px;
  padding-bottom: 15px;
}
.module-type .mallItemPerson {
  padding-top: 15px;
}
.material-list .material:active {
  border: 1px solid #7e2a7f;
}