.failFiles[data-v-8c175752] {
  width: 400px;
  height: 200px;
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 100px;
  background: #fff;
  overflow: auto;
}
.draggable[data-v-8c175752] {
  z-index: 9999;
  position: fixed !important;
  right: 0 !important;
  bottom: 60px !important;
}
.truelandUiModalContainer[data-v-8c175752] {
  z-index: 9999;
}
.truelandUiModalContainer .slider[data-v-8c175752] {
  padding-left: 8px;
  padding-right: 8px;
}
.truelandUiModalContainer .slider .el-slider__button[data-v-8c175752] {
  left: 0;
}
.truelandUiModalContainer .record-container[data-v-8c175752] {
  width: 306px;
  height: 106px;
  background: #333333;
  border-radius: 24px;
}
.truelandUiModalContainer .record-container .record-top[data-v-8c175752] {
  width: 100%;
  height: 36px;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  position: relative;
}
.truelandUiModalContainer .record-container .record-top .record-circle[data-v-8c175752] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px #4889ff solid;
  margin-left: 20px;
  margin-right: 10px;
  border-radius: 20px;
}
.truelandUiModalContainer .record-container .record-top .record-close[data-v-8c175752] {
  position: absolute;
  right: 24px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.truelandUiModalContainer .record-container .record-top .top-scroll-part[data-v-8c175752] {
  width: 185px;
  height: 30px;
  left: 74px;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.truelandUiModalContainer .record-container .record-top .top-scroll-part .marquee-box[data-v-8c175752] {
  width: 185px;
  overflow: hidden;
  color: white;
  display: flex;
}
.truelandUiModalContainer .record-container .record-bottom[data-v-8c175752] {
  width: 306px;
  height: 70px;
  background: #333333;
  border-radius: 24px;
  position: relative;
  display: flex;
}
.truelandUiModalContainer .record-container .record-bottom .audio-background[data-v-8c175752] {
  position: absolute;
  left: 0;
  top: 0;
  width: 306px;
  height: 70px;
  z-index: 0;
}
.truelandUiModalContainer .record-container .record-bottom .record-status-text-box[data-v-8c175752] {
  width: 100px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.truelandUiModalContainer .record-container .record-bottom .record-status-text-box .record-status-text[data-v-8c175752] {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #f9f8ff;
}
.truelandUiModalContainer .record-container .record-bottom .record-time-box[data-v-8c175752] {
  width: 100px;
  height: 16px;
  position: absolute;
  top: 39px;
  left: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.truelandUiModalContainer .record-container .record-bottom .record-time-box .record-time[data-v-8c175752] {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}
.truelandUiModalContainer .record-container .record-bottom .record-progress-box[data-v-8c175752] {
  width: 170px;
  height: 2px;
  background: #a2a7b2;
  border-radius: 2px;
  position: absolute;
  left: 68px;
  top: 57px;
}
.truelandUiModalContainer .record-container .record-bottom .record-progress-box .record-progress-current[data-v-8c175752] {
  height: 2px;
  background: #4889ff;
  border-radius: 2px;
}
.truelandUiModalContainer .record-container .record-bottom .common-circle[data-v-8c175752] {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.truelandUiModalContainer .record-container .record-bottom .common-circle img[data-v-8c175752] {
  width: 46px;
}
.truelandUiModalContainer .record-container .record-bottom .left-circle[data-v-8c175752] {
  left: 13px;
}
.truelandUiModalContainer .record-container .record-bottom .right-circle[data-v-8c175752] {
  right: 13px;
}
.truelandUiModalContainer .record-container .record-file-name[data-v-8c175752] {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f9f8ff;
}
.truelandUiModalContainer .audio[data-v-8c175752],
.truelandUiModalContainer .player[data-v-8c175752] {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  width: 320px;
}
.truelandUiModalContainer .loader[data-v-8c175752] {
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top: 2px solid #4889ff;
  width: 10px;
  height: 10px;
  animation: spin-8c175752 2s linear infinite;
}
@keyframes spin-8c175752 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.truelandUiModalContainer .download-btn-position[data-v-8c175752] {
  position: absolute;
  right: 16px;
}
.pointer[data-v-8c175752] {
  cursor: pointer;
}
.play-enter-active[data-v-8c175752],
.play-leave-active[data-v-8c175752] {
  transition: opacity 0.3s ease;
}
.play-enter[data-v-8c175752],
.fade-leave-to[data-v-8c175752] {
  opacity: 0;
}
.downloadBtn[data-v-8c175752] {
  color: #fff;
  margin-left: 10px;
}
.downloadBtn i[data-v-8c175752] {
  transform: rotate(180deg);
}
#app {
  min-width: 1440px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-align: center; */
  color: #2c3e50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.bottom-menu .slider .el-slider__button {
  left: -4px;
}
.recorder .draggable {
  z-index: 9999;
  position: fixed !important;
  right: 0 !important;
  bottom: 60px !important;
}
.recorder .modal-container {
  z-index: 9999;
}
.recorder .slider {
  padding-left: 8px;
  padding-right: 8px;
}
.recorder .slider .el-slider__button {
  left: 0;
}
.talentMapFullScreen .gray-sub-box {
  display: none !important;
}
.talentMapFullScreen .talentPoolAI_left {
  display: none !important;
}
.talentMapFullScreen .sidebar-container {
  display: none !important;
}
.talentMapFullScreen .main-container {
  margin-left: 0 !important;
  height: 100% !important;
}
.talentMapFullScreen .navbar {
  display: none !important;
}
.talentMapFullScreen .talentPoolAI_right {
  width: 100% !important;
}
.talentMapFullScreen .page_talentMap {
  height: 100% !important;
  padding: 10px !important;
}
@charset "UTF-8";

/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0%;
}

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all 0.5s;
}

.fade-transform-enter {
  opacity: 0%;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0%;
  transform: translateX(30px);
}

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all 0.5s;
}

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0%;
  transform: translateX(20px);
}

.breadcrumb-move {
  transition: all 0.5s;
}

.breadcrumb-leave-active {
  position: absolute;
}

#app .main-container {
  min-height: 100%;
  transition: margin-left 0.28s;
  margin-left: 180px;
  position: relative;
}
#app .sidebar-container {
  transition: width 0.28s;
  width: 180px !important;
  background-color: #fff;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
#app .sidebar-container .hamburger {
  position: absolute;
  width: 8px;
  height: 32px;
  background: #165DFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: -8px;
  bottom: 48px;
}
#app .sidebar-container .horizontal-collapse-transition {
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .el-submenu i[class^=iconfont] {
  vertical-align: middle;
  margin-left: -2px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
#app .sidebar-container .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
  padding-top: 8px;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #ECEFF6 !important;
}
#app .sidebar-container .is-active.submenu-title-noDropdown:hover {
  color: #165DFF !important;
}
#app .sidebar-container .is-active {
  border-left: 3px solid #165DFF;
  padding-left: 17px !important;
  font-weight: 500;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #165DFF !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 180px !important;
  background-color: #fff !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #F7F8FA !important;
}
#app .sidebar-container .nest-menu .is-active {
  background-color: #F7F8FA !important;
}
#app .hideSidebar .sidebar-container {
  width: 64px !important;
}
#app .hideSidebar .sidebar-container .submenu-title-noDropdown {
  position: relative;
}
#app .hideSidebar .sidebar-container .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
  text-align: center;
}
#app .hideSidebar .sidebar-container .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .sidebar-container .submenu-title-noDropdown .el-tooltip .sub-el-icon {
  margin-right: 0;
}
#app .hideSidebar .sidebar-container .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .sidebar-container .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .sidebar-container .el-submenu > .el-submenu__title .sub-el-icon {
  margin-left: 15px;
}
#app .hideSidebar .sidebar-container .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .sidebar-container .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .hideSidebar .main-container {
  margin-left: 64px;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  transition: transform 0.28s;
  width: 180px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(-180px, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none;
}

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title,
.el-menu--vertical .el-menu-item {
  height: 36px;
  line-height: 36px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #ECEFF6 !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

.blue-btn {
  background: #324157;
}
.blue-btn:hover {
  color: #324157;
}
.blue-btn:hover::before, .blue-btn:hover::after {
  background: #324157;
}

.light-blue-btn {
  background: #3A71A8;
}
.light-blue-btn:hover {
  color: #3A71A8;
}
.light-blue-btn:hover::before, .light-blue-btn:hover::after {
  background: #3A71A8;
}

.red-btn {
  background: #C03639;
}
.red-btn:hover {
  color: #C03639;
}
.red-btn:hover::before, .red-btn:hover::after {
  background: #C03639;
}

.pink-btn {
  background: #E65D6E;
}
.pink-btn:hover {
  color: #E65D6E;
}
.pink-btn:hover::before, .pink-btn:hover::after {
  background: #E65D6E;
}

.green-btn {
  background: #30B08F;
}
.green-btn:hover {
  color: #30B08F;
}
.green-btn:hover::before, .green-btn:hover::after {
  background: #30B08F;
}

.tiffany-btn {
  background: #4AB7BD;
}
.tiffany-btn:hover {
  color: #4AB7BD;
}
.tiffany-btn:hover::before, .tiffany-btn:hover::after {
  background: #4AB7BD;
}

.yellow-btn {
  background: #FEC171;
}
.yellow-btn:hover {
  color: #FEC171;
}
.yellow-btn:hover::before, .yellow-btn:hover::after {
  background: #FEC171;
}

.pan-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  transition: 600ms ease all;
  position: relative;
  display: inline-block;
}
.pan-btn:hover {
  background: #fff;
}
.pan-btn:hover::before, .pan-btn:hover::after {
  width: 100%;
  transition: 600ms ease all;
}
.pan-btn::before, .pan-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
}
.pan-btn::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.flex {
  display: flex;
}

.ac {
  align-items: center;
}

.fdc {
  flex-direction: column;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-lc {
  display: flex;
  align-items: center;
}

.flex-rc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-hc {
  display: flex;
  justify-content: center;
}

.flex-jc {
  display: flex;
  justify-content: center;
}

.flex-rw-sb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.text-r {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clean {
  overflow: hidden;
}

.dnone {
  display: none;
}

.cp {
  cursor: pointer;
}

.red-font {
  color: #ff4949 !important;
}

.hover-ash-bg:hover {
  background-color: #F2F5F8;
}

::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  background-color: #bababa;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar:hover {
  background-color: #d1d1d1;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(23, 35, 61, 0.2);
  height: 50px;
  border-radius: 2px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background-color: rgba(23, 35, 61, 0.4);
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

.blue-line {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  text-align: left;
}

.blue-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #79a0f1;
  box-shadow: #79a0f1 0px 2px 6px 0px;
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
}

.bottom-btn-lane {
  text-align: left;
}

.submit-btn {
  padding: 9px 42px;
  background-color: #5773D5;
  border: 1px solid #5773D5;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.back-btn {
  padding: 9px 42px;
  border-radius: 100px;
}

.dialog-footer .back-btn {
  margin-left: 40px;
}

span.dialog-footer button {
  width: 88px;
  height: 32px;
}

.child-ta-c * {
  text-align: center;
}

.table-ash-head {
  padding: 10px 0;
  background-color: #eeeeee;
  text-indent: 10px;
  color: #666;
  font-weight: bold;
}

.title-block-before {
  position: relative;
  font-weight: 600;
}

.el-scrollbar__wrap::-webkit-scrollbar, .el-table__body-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

ul {
  padding: 0;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

div:focus {
  outline: none;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.app-container {
  padding: 20px;
}

.components-container {
  margin: 30px 50px;
  position: relative;
}

.app-main {
  height: calc(100vh - 60px);
  padding: 15px;
  overflow-x: hidden;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-32 {
  margin-right: 32px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pl-12 {
  padding-left: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.ellipsis-one-line {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-form-item__label {
  margin-right: 12px;
}

.el-popconfirm__title {
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #1D2129;
  line-height: 20px;
}

.customConfirmDialogClass .el-message-box__header {
  padding: 0;
  margin-top: 16px;
  margin-left: 16px;
  height: 24px;
  border-bottom: none !important;
}
.customConfirmDialogClass .el-message-box__header .el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 22px;
}
.customConfirmDialogClass .el-message-box__header .el-message-box__title .el-message-box__status {
  font-size: 16px;
}
.customConfirmDialogClass .el-message-box__header .el-message-box__title .el-message-box__title-content {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1D2129;
  line-height: 24px;
}
.customConfirmDialogClass .el-message-box__header .el-message-box__headerbtn {
  top: 0;
  right: 24px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0;
}
.customConfirmDialogClass .el-message-box__content {
  padding: 4px 24px 38px;
}
.customConfirmDialogClass .el-message-box__btns {
  padding: 0px 24px 24px;
  border-top: none !important;
}
.customConfirmDialogClass .el-message-box__message p {
  padding-left: 16px;
}

.el-drawer__header {
  background: #FAFAFC !important;
  border-bottom: 1px solid #E9EBF2 !important;
}

.el-transfer-view {
  border-radius: 0 4px 4px 0 !important;
}

.el-transfer-panel {
  border-radius: 4px 0 0 4px !important;
}

.el-transfer-view__header, .el-transfer-panel__header {
  height: 40px !important;
  background: #ECEFF6 !important;
  padding: 0 16px !important;
}

.el-transfer-view__filter, .el-transfer-panel__filter {
  padding: 12px !important;
}

.el-popconfirm__title {
  font-size: 12px !important;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #78b4b4;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 4px;
  background: #ededed;
}

.search-list p {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #1D2129;
  line-height: 20px;
  cursor: pointer;
}
.search-list p:hover {
  background: #ECEFF6;
}
.search-list p span {
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #165DFF;
  line-height: 22px;
  white-space: nowrap;
}
.search-list p span:nth-of-type(1) {
  color: #1D2129;
  margin-right: 25px;
  position: relative;
}
.search-list p span:nth-of-type(1)::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #E5E6EB;
  position: absolute;
  right: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-list p:nth-child(1) {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #86909C;
  line-height: 20px;
}
.search-list p:nth-last-child(1) i {
  margin-left: 10px;
}

.custom-time-select .el-scrollbar__wrap {
  margin-bottom: 0 !important;
}
.custom-time-select .is-vertical .el-scrollbar__thumb {
  display: none;
}

.dept-cascader-popper-class .el-cascader-menu__list {
  max-width: 250px;
}

.el-tooltip__popper.is-dark {
  word-break: break-all;
}

.salary-inline {
  grid-column: 1/-1;
}

.el-dropdown-menu {
  overflow-y: auto;
}

.el-date-picker {
  width: 306px;
}

.date-shortcuts {
  width: 398px;
}

.custom-header i {
  cursor: pointer;
}

.table-field-avatar {
  display: flex;
  align-items: center;
  height: 100%;
}
.table-field-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.el-cascader__search-only {
  background: transparent;
}
.el-cascader__search-only::-moz-placeholder {
  color: transparent;
}
.el-cascader__search-only::placeholder {
  color: transparent;
}
.el-cascader__search-only::-webkit-input-placeholder {
  color: transparent;
}
.el-cascader__search-only:not(:-moz-placeholder-shown) {
  background-color: white;
}
.el-cascader__search-only:not(:placeholder-shown) {
  background-color: white;
}

.el-table__empty-block {
  width: 100% !important;
  height: calc(100% - 1px) !important;
}

.el-table--empty .el-table__body {
  height: 1px !important;
}

.subtitle {
  word-break: break-all;
}

.el-form-item.is-error .el-cascader .el-input.is-focus .el-input__inner {
  border-color: rgb(var(--danger-6)) !important;
}
.el-form-item.is-error .el-cascader .el-cascader-tags-modal {
  border-left: 1px solid rgb(var(--danger-6)) !important;
}

.el-cascader .el-input.is-focus .el-input__inner {
  border-color: rgb(var(--primary-6)) !important;
}

.el-date-picker {
  min-width: 307px;
}

.el-table::before {
  bottom: 0.1px;
}

.el-textarea .el-input__count {
  margin-bottom: 1px;
  bottom: 3px !important;
}

.el-form-item__error {
  display: inline-block !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}

.add-resume .el-form-item__error {
  display: inline-block !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box !important; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  line-height: 14px;
  word-break: break-all;
}

.my-tooltip-wrapper:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 10px;
  left: 0;
  right: 0;
  background: transparent;
}

.cascader_dropdown_radio_box .el-cascader-node .el-cascader-node__label {
  padding-right: 20px;
}
.cascader_dropdown_radio_box .el-cascader-node .radio_group_item {
  position: absolute;
  line-height: 36px;
  right: 28px;
}
.cascader_dropdown_radio_box .el-cascader-node .radio_group_item .el-radio {
  margin: 0px;
  line-height: 36px;
}
.cascader_dropdown_radio_box .el-cascader-node .radio_group_item .el-radio .el-radio__input {
  top: -1px;
}
.cascader_dropdown_radio_box .el-cascader-node.is-leaf .radio_group_item {
  right: 10px;
}

.el-cascader__suggestion-item {
  min-height: 36px;
  height: auto !important;
}

.rich-text-all table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 10px 0;
  line-height: 1.5;
}
.rich-text-all table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
  height: 30px;
}
.rich-text-all table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
  min-height: 30px;
  height: 30px;
}
.com_dialog[data-v-e3487434] .el-dialog {
  overflow: hidden;
}
.com_dialog[data-v-e3487434] .el-dialog .el-dialog__header {
  background: #FAFAFC;
  padding: var(--paddings);
}
.com_dialog[data-v-e3487434] .el-dialog .el-dialog__header .original-title {
  width: calc(100% - 30px);
}
.com_dialog[data-v-e3487434] .el-dialog .el-dialog__header .original-title h3 {
  margin: 0;
  line-height: 26px;
  font-weight: 500;
  color: #1D2129;
  font-size: 18px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.com_dialog[data-v-e3487434] .el-dialog .el-dialog__header .original-title p {
  font-size: 12px;
  font-weight: 400;
  color: #86909C;
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.com_dialog[data-v-e3487434] .el-dialog .el-dialog__footer {
  border-top: 0 !important;
}
.el-tooltip__popper-content p {
  word-break: break-all;
}

.svg-icon[data-v-9e2f8540] {
  /* width: 2em;
  height: 2em; */
  vertical-align: -0.15em;
  fill: currentColor !important;
  overflow: hidden;
}

.title[data-v-763e10a1] {
  font-size: 14px;
  color: #1D2129;
  font-weight: 500;
  line-height: 40px;
  border-bottom: #F2F3F5 solid 1px;
}
.subtitle[data-v-763e10a1] {
  font-size: 14px;
  color: #4E5969;
  margin-top: 20px;
  margin-bottom: 4px;
}
.position .el-checkbox-group[data-v-763e10a1] {
  flex-wrap: wrap;
  justify-content: space-between;
}
.position .el-checkbox-group .el-checkbox[data-v-763e10a1] {
  margin-bottom: 14px;
  width: 50%;
  margin-right: 0;
}
.text-content[data-v-763e10a1] {
  position: relative;
}
.text-content .my_color_layer[data-v-763e10a1] {
  position: absolute;
  left: 1px;
  bottom: 1px;
  opacity: 0;
  width: 66px;
  overflow: hidden;
  height: 32px;
}
.flexbox[data-v-763e10a1] {
  display: flex;
  justify-content: space-between;
}
.flexbox .edit_item_font_size_new[data-v-763e10a1] {
  width: 90px;
  flex: none !important;
}
.img-bottom[data-v-763e10a1] {
  margin-left: 0px !important;
}
.line[data-v-763e10a1] {
  margin-right: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.edit_frame[data-v-763e10a1] {
  padding-top: 8px;
}
.edit_frame .flexbox[data-v-763e10a1] {
  align-items: center;
}
.edit_frame[data-v-763e10a1] .shadowItem {
  margin-bottom: 12px;
}
.edit_frame[data-v-763e10a1] .shadowItem .color_box {
  margin-right: 7px;
}
.edit_frame[data-v-763e10a1] .sel_family {
  margin-bottom: 12px;
}
.edit_frame[data-v-763e10a1] .sel_family .el-select {
  width: 100% !important;
}
.edit_frame[data-v-763e10a1] .sel_family .el-input__inner {
  font-size: 12px;
  color: #333333;
}
.edit_frame[data-v-763e10a1] .sel_family .el-input__icon {
  line-height: 24px;
  font-size: 12px;
}
.edit_frame[data-v-763e10a1] .sel_style {
  margin-top: 12px;
  border-radius: 4px;
}
.edit_frame[data-v-763e10a1] .sel_align {
  margin-top: 12px;
  margin-bottom: 12px !important;
  border-radius: 4px;
}
.edit_frame[data-v-763e10a1] .sel_bg .my_edit_item {
  margin-bottom: 12px;
}
.edit_frame[data-v-763e10a1] .sel_bg .color_box {
  width: 60px;
}
.edit_frame[data-v-763e10a1] .sel_powerover {
  position: relative;
}
.edit_frame[data-v-763e10a1] .sel_powerover .my_edit_item {
  margin-bottom: 0px;
}
.edit_frame[data-v-763e10a1] .sel_powerover .color_box img {
  width: 24px;
  height: 24px;
}
.edit_frame[data-v-763e10a1] .sel_powerover .my_color_layer .normal-color-wrapper .title {
  margin-top: 2px;
}
.edit_frame[data-v-763e10a1] .sel_powerover > div {
  flex: 1;
}
.edit_frame[data-v-763e10a1] .sel_fshadow {
  margin-bottom: 12px;
}
.edit_frame .sel_box[data-v-763e10a1] {
  position: absolute;
  width: 100%;
  top: 28px;
  left: 0px;
  z-index: 1;
}
.edit_frame .right-color[data-v-763e10a1] {
  flex: 1;
  padding-left: 10px;
}
.edit_frame .hideItem[data-v-763e10a1] {
  margin-bottom: 8px;
}
.edit_frame .bottom[data-v-763e10a1] {
  margin-bottom: 30px;
}
.edit_frame .bottom_small[data-v-763e10a1] {
  margin-bottom: 10px;
}
.edit_frame[data-v-763e10a1] .my_edit_item.color_item {
  display: inline-block;
  width: 50%;
}
.section-title[data-v-763e10a1] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-title .section-title-text[data-v-763e10a1] {
  background: #fff;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.item-title[data-v-763e10a1] {
  font-size: 14px;
  margin-bottom: 10px;
}
.my_edit_item[data-v-763e10a1] {
  flex: 1;
}
[data-v-763e10a1] .el-input-number--medium .el-icon-arrow-down:before {
  content: "\e790";
}
[data-v-763e10a1] .el-input-number--medium .el-icon-arrow-up:before {
  content: "\e78f";
}
[data-v-763e10a1] .el-input-number--medium .el-input__inner {
  padding-top: 4px;
}
[data-v-763e10a1] .el-input-number--medium .el-input-number__decrease,[data-v-763e10a1] .el-input-number--medium .el-input-number__increase {
  color: #5f6c87;
  background-color: transparent;
  border-left: none !important;
  border-bottom: none !important;
}
[data-v-763e10a1] .el-input-number--medium .el-input-number__decrease {
  bottom: 5px !important;
}
[data-v-763e10a1] .el-input-number--medium .el-input-number__increase {
  top: 8px !important;
}
[data-v-763e10a1] .el-input--small .el-input__inner,[data-v-763e10a1] .my-num-symbol {
  height: 24px !important;
  line-height: 24px !important;
}
[data-v-763e10a1] .el-input-number--small {
  line-height: 24px;
}

[readonly='readonly'] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.basic_Block[data-v-d988856a] {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.basic_Block img[data-v-d988856a] {
  box-sizing: content-box;
}
.basic_Block .my-img[data-v-d988856a] {
  vertical-align: top;
}
.basic_Block .new_edit[data-v-d988856a] {
  -o-object-fit: cover;
     object-fit: cover;
}
.basic_Block .lottie-wrapper[data-v-d988856a] {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  overflow: hidden;
}
.basic_Block .clip-border-wrapper[data-v-d988856a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.logo-uploader .onlyType[data-v-62f4c554] .el-upload {
  border: 0 !important;
}
.logo-uploader[data-v-62f4c554] .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.logo-uploader[data-v-62f4c554] .el-upload:hover {
  border-color: #409eff;
}
.logo-uploader[data-v-62f4c554] .el-upload .logo-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.logo-uploader[data-v-62f4c554] .el-upload .avatar {
  width: 178px;
  height: 178px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
[data-v-62f4c554] .el-upload-list__item.is-success .el-upload-list__item-status-label {
  margin-left: auto;
}
@charset "UTF-8";
.basic_image_material[data-v-260e99be] {
  height: 100%;
  color: #999999;
  padding: 16px 12px;
}
.basic_image_material[data-v-260e99be] .el-upload-dragger {
  width: 100%;
  height: 100%;
  border: none;
}
.basic_image_material[data-v-260e99be] .logo-uploader .el-upload {
  width: 68px;
  height: 68px;
  text-align: center;
}
.basic_image_material[data-v-260e99be] .logo-uploader .el-upload .logo-uploader-icon {
  line-height: 68px;
  width: 28px;
  height: 28px;
}
.basic_image_material .content .title[data-v-260e99be] {
  font-size: 14px;
  color: #1d2129;
  font-weight: 500;
  line-height: 40px;
}
.basic_image_material .content .title .icon[data-v-260e99be] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px;
}
.basic_image_material .content .img[data-v-260e99be] {
  width: 70px;
  height: 70px;
  border: solid 1px #e5e6eb;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.basic_image_material .content .img img[data-v-260e99be] {
  width: 100%;
  height: 100%;
}
.basic_image_material .content .img i[data-v-260e99be] {
  font-size: 70px;
}
.basic_image_material .content .img.codeImg[data-v-260e99be] {
  cursor: pointer;
}
.basic_image_material .content .img.codeImg:hover .codehover[data-v-260e99be] {
  opacity: 1;
}
.basic_image_material .content .img .codehover[data-v-260e99be] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  line-height: 18px;
  top: 0;
  opacity: 0;
  font-size: 12px;
  padding: 20px 15px 0;
}
.basic_image_material .image-tabs[data-v-260e99be] {
  height: 100%;
}
.basic_image_material .image-tabs[data-v-260e99be] .el-tabs__header {
  margin-bottom: 0px;
}
.basic_image_material .image-tabs[data-v-260e99be] .el-tabs__content {
  height: calc(100% - 79px);
}
.basic_image_material[data-v-260e99be] .el-tabs__nav-scroll {
  padding: 0px 24px;
}
.basic_image_material[data-v-260e99be] .el-tabs__nav-scroll .el-tabs__item {
  color: #303133;
  height: 55px;
  line-height: 55px;
  padding-top: 5px;
}
.basic_image_material[data-v-260e99be] .el-tabs__nav-scroll .el-tabs__item.is-active {
  color: #0086ff;
}
.basic_image_material .tab_container[data-v-260e99be] {
  padding: 31px 0px 8px 24px;
}
.basic_image_material .tab_container .img-item[data-v-260e99be] {
  height: 108px;
}
.basic_image_material .tab_container .img-item .mark[data-v-260e99be] {
  height: 106px !important;
}
.basic_image_material .tab_container .img-list .el-image[data-v-260e99be] {
  width: 72px;
  height: 106px;
}
.basic_image_material .tab_container[data-v-260e99be],
.basic_image_material .tab_list_con[data-v-260e99be] {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-color: rgba(187, 190, 202, 0.7); /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.basic_image_material .tab_container[data-v-260e99be]::-webkit-scrollbar,
.basic_image_material .tab_list_con[data-v-260e99be]::-webkit-scrollbar {
  width: 6px; /*滚动条宽度*/
}
.basic_image_material .tab_container[data-v-260e99be]::-webkit-scrollbar-thumb,
.basic_image_material .tab_list_con[data-v-260e99be]::-webkit-scrollbar-thumb {
  border-radius: 3px; /*滚动条的圆角*/
  background-color: rgba(187, 190, 202, 0.7); /*滚动条的背景颜色*/
}
.basic_image_material .tab_container .cate-list[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list[data-v-260e99be] {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: -12px;
  margin-right: -12px;
}
.basic_image_material .tab_container .cate-list span[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list span[data-v-260e99be] {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}
.basic_image_material .tab_container .cate-list span.is-active[data-v-260e99be],
.basic_image_material .tab_container .cate-list span[data-v-260e99be]:hover,
.basic_image_material .tab_list_con .cate-list span.is-active[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list span[data-v-260e99be]:hover {
  font-weight: 500;
  color: #0086ff;
}
.basic_image_material .tab_container .type_title .type_text[data-v-260e99be],
.basic_image_material .tab_list_con .type_title .type_text[data-v-260e99be] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
}
.basic_image_material .tab_container .type_title .allList[data-v-260e99be],
.basic_image_material .tab_list_con .type_title .allList[data-v-260e99be] {
  cursor: pointer;
  color: #999;
}
.basic_image_material .tab_container .type_title.isShowName[data-v-260e99be],
.basic_image_material .tab_list_con .type_title.isShowName[data-v-260e99be] {
  display: none;
}
.basic_image_material .tab_container .cate-list-more[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more[data-v-260e99be] {
  position: relative;
}
.basic_image_material .tab_container .cate-list-more .more-span[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more .more-span[data-v-260e99be] {
  cursor: pointer;
  padding-right: 0px;
}
.basic_image_material .tab_container .cate-list-more .more-span .el-icon-arrow-down[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more .more-span .el-icon-arrow-down[data-v-260e99be] {
  display: inline-block;
  transition: transform 0.3s;
  font-size: 12px;
}
.basic_image_material .tab_container .cate-list-more .more-span .el-icon-arrow-down.active[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more .more-span .el-icon-arrow-down.active[data-v-260e99be] {
  transform: rotate(180deg);
}
.basic_image_material .tab_container .cate-list-more .cate-list[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more .cate-list[data-v-260e99be] {
  display: flex;
  position: absolute;
  top: 36px;
  right: -14px;
  width: 286px;
  background: #fff;
  z-index: 9999;
}
.basic_image_material .tab_container .cate-list-more:hover .more-span[data-v-260e99be],
.basic_image_material .tab_list_con .cate-list-more:hover .more-span[data-v-260e99be] {
  font-weight: 500;
  color: #0086ff;
}
.basic_image_material .tab_container .manage-btn[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn[data-v-260e99be] {
  display: flex;
  margin-top: -9px;
  margin-bottom: 11px;
}
.basic_image_material .tab_container .manage-btn .btn-a[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn .btn-a[data-v-260e99be] {
  width: 122px;
  font-size: 13px;
}
.basic_image_material .tab_container .manage-btn .btn-m[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn .btn-m[data-v-260e99be] {
  width: 122px;
  font-size: 13px;
}
.basic_image_material .tab_container .manage-btn-edit[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit[data-v-260e99be] {
  width: 300px;
  height: 48px;
  color: #fff;
  font-size: 12px;
  background: rgb(52, 140, 255);
  margin-left: -24px;
  margin-top: -30px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 17px;
  position: relative;
}
.basic_image_material .tab_container .manage-btn-edit .checkbox-all[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .checkbox-all[data-v-260e99be] {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-edit .checkbox-all .btn-all[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .checkbox-all .btn-all[data-v-260e99be] {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.basic_image_material .tab_container .manage-btn-edit .move-sel[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .move-sel[data-v-260e99be] {
  cursor: pointer;
  margin-left: 33px;
  width: 70px;
  color: #fff;
  font-size: 12px;
}
.basic_image_material .tab_container .manage-btn-edit .move-sel span[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .move-sel span[data-v-260e99be] {
  display: inline-block;
  width: 100%;
}
.basic_image_material .tab_container .manage-btn-edit .del-all[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .del-all[data-v-260e99be] {
  position: absolute;
  right: 80px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-edit .del-all .el-icon-delete[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .del-all .el-icon-delete[data-v-260e99be] {
  margin-right: 3px;
}
.basic_image_material .tab_container .manage-btn-edit .close-btn[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-edit .close-btn[data-v-260e99be] {
  position: absolute;
  right: 17px;
  font-size: 16px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-folder-edit[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-folder-edit[data-v-260e99be] {
  width: 300px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 1px 0px 0px #e2e8f0;
  font-size: 12px;
  margin-left: -24px;
  margin-top: -30px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 17px;
  position: relative;
}
.basic_image_material .tab_container .manage-btn-folder-edit .folder-return[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-folder-edit .folder-return[data-v-260e99be] {
  width: 17px;
  height: 15px;
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/return.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-folder-edit .folder-m[data-v-260e99be],
.basic_image_material .tab_list_con .manage-btn-folder-edit .folder-m[data-v-260e99be] {
  cursor: pointer;
}
.basic_image_material .tab_container[data-v-260e99be] .el-scrollbar__wrap,
.basic_image_material .tab_list_con[data-v-260e99be] .el-scrollbar__wrap {
  overflow-x: hidden;
}
.basic_image_material .tab_container .s-container .img-list .el-col[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .el-col[data-v-260e99be] {
  border-radius: 4px;
  margin-bottom: 16px;
}
.basic_image_material .tab_container .s-container .img-list .img-item[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item[data-v-260e99be] {
  position: relative;
  border-radius: 4px;
  background: #f5f5f5;
  cursor: pointer;
  border: 1px solid transparent;
  cursor: pointer;
}
.basic_image_material .tab_container .s-container .img-list .img-item .mark[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item .mark[data-v-260e99be] {
  display: none;
  position: absolute;
  top: 0;
  width: 73px;
  height: 73px;
  border-radius: 4px;
  background-color: #333;
  opacity: 0.3;
}
.basic_image_material .tab_container .s-container .img-list .img-item:hover .mark[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item:hover .mark[data-v-260e99be] {
  display: block;
}
.basic_image_material .tab_container .s-container .img-list .img-item.active[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item.active[data-v-260e99be] {
  border-color: #3399ff;
  background: #ebf5ff;
}
.basic_image_material .tab_container .s-container .img-list .img-item .checkbox-btn[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item .checkbox-btn[data-v-260e99be] {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dae2eb;
  z-index: 1;
}
.basic_image_material .tab_container .s-container .img-list .img-item .checkbox-btn.btn-check[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item .checkbox-btn.btn-check[data-v-260e99be] {
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/right-btn.svg");
  border: none;
}
.basic_image_material .tab_container .s-container .img-list .img-item .edit-btn[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item .edit-btn[data-v-260e99be] {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.01);
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/edit.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.basic_image_material .tab_container .s-container .img-list .img-item.folder-item[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item.folder-item[data-v-260e99be] {
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/folder.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.basic_image_material .tab_container .s-container .img-list .img-item .folder-name[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .img-item .folder-name[data-v-260e99be] {
  position: absolute;
  bottom: 1px;
  width: 100%;
  font-size: 12px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.basic_image_material .tab_container .s-container .img-list .upload-item[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .upload-item[data-v-260e99be] {
  position: relative;
  border-radius: 4px;
  height: 108px;
  cursor: pointer;
  border: 1px solid #dae2eb;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn[data-v-260e99be] {
  width: 74px;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn .el-icon-circle-plus-outline[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn .el-icon-circle-plus-outline[data-v-260e99be] {
  font-size: 21px;
  color: #348cff;
  margin-bottom: 4px;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn .item-t[data-v-260e99be],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn .item-t[data-v-260e99be] {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 7px;
}
.basic_image_material .tab_container .s-container .img-list .upload-item[data-v-260e99be]:hover,
.basic_image_material .tab_list_con .s-container .img-list .upload-item[data-v-260e99be]:hover {
  background: #ebf5ff;
  border-color: #3399ff;
}
.basic_image_material .tab_container .img_none[data-v-260e99be],
.basic_image_material .tab_list_con .img_none[data-v-260e99be] {
  display: none;
}
.basic_image_material .tab_container .no-more[data-v-260e99be],
.basic_image_material .tab_list_con .no-more[data-v-260e99be] {
  text-align: center;
}
.basic_image_material .tab_container .no-data[data-v-260e99be],
.basic_image_material .tab_list_con .no-data[data-v-260e99be] {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(44, 44, 44, 0.19);
  line-height: 42px;
  text-align: center;
  margin-top: 86px;
}
.add-folder-mod[data-v-260e99be] .el-dialog {
  border-radius: 4px;
}
.add-folder-mod[data-v-260e99be] .el-dialog__header .el-dialog__headerbtn {
  font-size: 24px;
}
.add-folder-mod[data-v-260e99be] .el-dialog__body {
  padding: 15px 27px;
}
.add-folder-mod[data-v-260e99be] .el-dialog__footer {
  padding: 13px 24px 24px;
}
.add-folder-mod .folder-span[data-v-260e99be] {
  font-size: 14px;
  color: #333333;
}
.add-folder-mod .folder-input[data-v-260e99be] {
  width: 229px;
}
.add-folder-mod .folder-footer button[data-v-260e99be] {
  margin-left: 16px;
}
.manage-image-dropdown[data-v-260e99be] .el-dropdown-menu__item {
  padding-right: 40px;
}
.manage-image-dropdown[data-v-260e99be] .el-dropdown-menu__item .el-icon-folder {
  margin-right: 6px;
}
.no-data-tip[data-v-260e99be] {
  margin-top: 170px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.no-data-tip span[data-v-260e99be] {
  padding-left: 20px;
}
.allList_con[data-v-260e99be] {
  height: 100%;
  padding: 24px 0px 24px 24px;
}
.allList_con .all_list_img[data-v-260e99be] {
  height: calc(100% - 20px);
}
.allList_con .type_text[data-v-260e99be] {
  margin-bottom: 12px;
  cursor: pointer;
}
.allList_con[data-v-260e99be] .el-scrollbar__bar.is-horizontal > div {
  display: none;
}
.tab_list_con .type_content[data-v-260e99be] {
  height: 100%;
  padding: 24px 17px 0 24px;
  overflow-y: auto;
  scrollbar-color: rgba(187, 190, 202, 0.7); /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.tab_list_con .type_content[data-v-260e99be]::-webkit-scrollbar {
  width: 6px; /*滚动条宽度*/
}
.tab_list_con .type_content[data-v-260e99be]::-webkit-scrollbar-thumb {
  border-radius: 3px; /*滚动条的圆角*/
  background-color: rgba(187, 190, 202, 0.7); /*滚动条的背景颜色*/
}
.tab_list_con .type_content .img_box[data-v-260e99be] {
  margin-bottom: 24px;
  display: flex;
}
.tab_list_con .type_content .img_box .img-item[data-v-260e99be] {
  width: 73px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0 17px 24px 0;
  cursor: pointer;
}
.tab_list_con .type_content .img_box .img-item[data-v-260e99be]:nth-last-child(1) {
  margin-right: 0;
}
.tab_list_con .type_content .img_box .img-item[data-v-260e99be] .el-image {
  width: 73px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab_list_con .img-item[data-v-260e99be] {
  height: 73px;
}
.tab_list_con .img-list .el-image[data-v-260e99be] {
  width: 73px;
  height: 73px;
  cursor: pointer;
}
.img_con_info[data-v-260e99be] {
  display: flex;
}
.img_con_info .img_list_con[data-v-260e99be] {
  width: 73px;
  margin-right: 17px;
  margin-bottom: 24px;
}
.img_con_info .img_list_con[data-v-260e99be]:nth-last-child(1) {
  margin-right: 0;
}
.img_con_info .img-item[data-v-260e99be] {
  width: 73px;
  height: 73px;
  margin: auto;
  background-color: #f5f5f5;
}
.img_con_info .img-item .el-image[data-v-260e99be] {
  width: 73px;
  height: 73px;
}
.edit_item_inline[data-v-ad492f80] {
  display: inline-block;
  margin-bottom: 20px;
}
.edit_item_inline .my_title[data-v-ad492f80] {
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  margin-top: 5px;
}
.edit_item_block[data-v-ad492f80] {
  margin-bottom: 10px;
}
.edit_item_block .my_title[data-v-ad492f80] {
  display: inline-block;
  margin-right: 10px;
}
.input-wrapper[data-v-ad492f80] {
  position: relative;
  display: inline-block;
}
.input-wrapper[data-v-ad492f80] .el-input-number__increase,
.input-wrapper[data-v-ad492f80] .el-input-number__decrease {
  visibility: hidden;
}
.input-wrapper[data-v-ad492f80] .el-input-number.is-controls-right .el-input__inner {
  padding-left: 10px;
  padding-right: 20px;
}
.input-wrapper[data-v-ad492f80] .el-input-number.is-controls-right .el-input__inner:focus {
  box-shadow: 0px 0px 0px 2px rgba(147, 156, 190, 0.2);
}
.input-wrapper:hover .my-num-symbol[data-v-ad492f80] {
  display: none;
}
.input-wrapper[data-v-ad492f80]:hover .el-input-number__increase,
.input-wrapper[data-v-ad492f80]:hover .el-input-number__decrease {
  visibility: visible;
}
.number-ani-count[data-v-ad492f80] .el-input-number.is-controls-right .el-input__inner {
  padding-left: 12px;
  padding-right: 20px;
}
.my-num-symbol[data-v-ad492f80] {
  position: absolute;
  top: 0px;
  right: 1px;
  height: 28px;
  line-height: 28px;
  z-index: 1;
  width: 25px;
  text-align: center;
  color: #999;
}
.fx[data-v-f44a9c90] {
  display: flex;
}
.tips[data-v-f44a9c90] {
  padding: 16px 16px 0 0px;
}
.tips .el-alert[data-v-f44a9c90] {
  width: 100%;
}
.comoon_edit_frame .title[data-v-f44a9c90] {
  font-size: 14px;
  color: #1D2129;
  font-weight: 500;
  line-height: 40px;
  border-bottom: #F2F3F5 solid 1px;
}
.comoon_edit_frame .subtitle[data-v-f44a9c90] {
  color: #4E5969;
  font-size: 14px;
  margin-top: 20px;
}
.comoon_edit_frame .sort[data-v-f44a9c90] {
  border: #E5E6EB solid 1px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 32px;
  width: 100%;
  margin-top: 21px;
  height: 32px;
  text-align: center;
  cursor: pointer;
}
.comoon_edit_frame .sort span[data-v-f44a9c90] {
  flex: 1;
}
.comoon_edit_frame .sort span[data-v-f44a9c90]:not(:last-child) {
  border-right: #E5E6EB solid 1px;
}
.comoon_edit_frame .sort span .icon[data-v-f44a9c90] {
  font-size: 18px;
  color: #4E5969;
}
.comoon_edit_frame[data-v-f44a9c90] .roate {
  height: 32px;
  display: flex;
}
.comoon_edit_frame[data-v-f44a9c90] .roate .el-input-group {
  width: 115px;
  height: 32px;
}
.comoon_edit_frame[data-v-f44a9c90] .roate .el-input-group .el-input-group__prepend + .el-input__inner {
  text-align: center;
  padding-left: 5px;
}
.comoon_edit_frame[data-v-f44a9c90] .roate .el-input-group .el-input-number {
  width: 83px;
}
.comoon_edit_frame[data-v-f44a9c90] .roate.roat3 .el-input-group {
  width: 94px;
}
.comoon_edit_frame[data-v-f44a9c90] .el-input-group__prepend + .el-input__inner {
  text-align: center;
  padding-top: 0;
}
.comoon_edit_frame[data-v-f44a9c90] .el-input-group__prepend {
  height: 100%;
}
.comoon_edit_frame[data-v-f44a9c90] .el-input-group__prepend .el-input__inner {
  width: 32px;
  padding: 0;
  text-align: center;
}
.comoon_edit_frame[data-v-f44a9c90] .el-input__wrap--append .el-input__inner {
  border-right: none;
}
.comoon_edit_frame[data-v-f44a9c90] .el-input-group__append .el-input__inner {
  padding: 0;
  width: 10px;
  border-left: none;
}
.comoon_edit_frame[data-v-f44a9c90] .my-num-symbol {
  top: 0;
}
.my_slider_layer .slider-title[data-v-0e58d143] {
  display: block;
  font-size: 13px;
  color: #333;
}
.my_slider_layer[data-v-0e58d143] .el-slider__button-wrapper {
  transform: translateX(-12px);
}
.my_slider_layer .set_one_level[data-v-0e58d143],
.my_slider_layer .set_two_level[data-v-0e58d143] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.my_slider_layer[data-v-0e58d143] .el-slider .el-slider__bar {
  background-color: #0086ff;
}
.my_slider_layer[data-v-0e58d143] .el-slider .el-slider__button {
  border-color: #0086ff;
  width: 14px;
  height: 14px;
}
.my_slider_layer[data-v-0e58d143] .my_input_number_layer .set_two_level {
  margin-bottom: 0;
}
.my_slider_layer .input_display[data-v-0e58d143] {
  margin-left: 5px;
  font-size: 14px;
}
.my_slider_layer[data-v-0e58d143] .edit_item_inline {
  margin-bottom: 0;
}
.my_slider_layer .slider-input[data-v-0e58d143] {
  margin-bottom: 0;
}
.my_slider_layer[data-v-0e58d143] .slider-input .el-input__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.slider-input[data-v-0e58d143] .my_title {
  display: none;
}
.slider-input[data-v-0e58d143] .el-input-number.is-controls-right .el-input__inner {
  padding-left: 10px;
}

.edit_item[data-v-bab5f082] {
  margin-bottom: 15px;
}

.edit_frame[data-v-801698da] {
  padding-top: 15px;
}
.edit_frame .title[data-v-801698da] {
  font-size: 14px;
  color: #1D2129;
  font-weight: 500;
  line-height: 40px;
}
.edit_frame .section-top[data-v-801698da] {
  padding: 0 16px;
}
.edit_frame .section-top .item_switch[data-v-801698da] {
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.edit_frame .section-top .item_switch .title[data-v-801698da] {
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.edit_frame .section-top .item_switch .el-switch[data-v-801698da] {
  width: 44px;
  height: 36px;
  line-height: 36px;
}
.edit_frame .section-top .item_switch[data-v-801698da] .el-switch__core {
  background-color: #b9bcc8;
}
.edit_frame .section-top .item_color[data-v-801698da] {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.edit_frame .section-top .item_color[data-v-801698da] .my_edit_item {
  margin-bottom: 0;
}
.edit_frame .section-top .item_color[data-v-801698da] .click_bottom .bottom {
  top: 25px;
}
.edit_frame .section-top .item_color[data-v-801698da] .el-checkbox {
  margin-bottom: 11px;
}
.edit_frame .section-top .item_color[data-v-801698da] .el-checkbox .el-checkbox__inner {
  border-color: #BBBECA;
}
.edit_frame .section-top .item_color[data-v-801698da] .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner, .edit_frame .section-top .item_color[data-v-801698da] .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0086FF;
  border-color: #0086FF;
}
.edit_frame .section-top .item_color[data-v-801698da] .el-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #0086FF;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.edit_frame .section-top .item-wrapper .item-title[data-v-801698da] {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 11px;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .edit_item_inline .title {
  display: block;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .my_edit_item {
  margin-bottom: 0;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .el-checkbox {
  margin-bottom: 11px;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .el-checkbox .el-checkbox__inner {
  border-color: #BBBECA;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .el-checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #0086FF;
}
.edit_frame .section-top .item-wrapper[data-v-801698da] .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner, .edit_frame .section-top .item-wrapper[data-v-801698da] .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0086FF;
  border-color: #0086FF;
}
.edit_frame .section-top[data-v-801698da] .normal-color-wrapper {
  margin-right: 8px;
}
.edit_frame .section-top[data-v-801698da] .normal-color-wrapper .title {
  display: block;
}
.edit_frame .section-top[data-v-801698da] .el-input--medium .el-input__inner,
.edit_frame .section-top[data-v-801698da] .my-num-symbol {
  height: 24px;
  line-height: 24px;
}
.edit_frame .section-top[data-v-801698da] .el-input-number--medium {
  line-height: 24px;
}
.edit_frame .el-collapse[data-v-801698da] {
  border-top: 0;
  border-bottom: 0;
  padding: 0 16px;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper {
  height: 24px;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper .my-num-symbol {
  top: 0;
  height: 24px;
  line-height: 24px;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper .el-input-number--medium,
.edit_frame .el-collapse[data-v-801698da] .input-wrapper .el-input-number--small {
  line-height: 23px;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper .el-input--medium .el-input__inner,
.edit_frame .el-collapse[data-v-801698da] .input-wrapper .el-input--small .el-input__inner {
  height: 24px;
  line-height: 24px;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper:hover .my-num-symbol {
  display: block !important;
}
.edit_frame .el-collapse[data-v-801698da] .input-wrapper:hover .el-input-number__increase,
.edit_frame .el-collapse[data-v-801698da] .input-wrapper:hover .el-input-number__decrease {
  display: none;
}
.edit_frame .el-collapse[data-v-801698da] .my_slider_layer .el-slider .el-slider__button {
  width: 14px;
  height: 14px;
}
.edit_frame .flexbox[data-v-801698da] .el-input-number.is-controls-right .el-input__inner {
  padding-right: 30px;
}
.edit_frame .sel_powerover[data-v-801698da] {
  position: relative;
}
.edit_frame .sel_powerover .sel_box[data-v-801698da] {
  position: absolute;
  width: 100%;
  top: 28px;
  left: 0px;
  z-index: 1;
}
.edit_frame[data-v-801698da] .set_two_level {
  justify-content: space-between;
}
.edit_frame .bottom[data-v-801698da] {
  margin-bottom: 12px;
}
.edit_frame .bottom_small[data-v-801698da] .edit_item_inline {
  margin-bottom: 7px;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper {
  height: 24px;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper .my-num-symbol {
  top: 0;
  height: 24px;
  line-height: 24px;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper .el-input-number--medium {
  line-height: 23px;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper .el-input--medium .el-input__inner {
  height: 24px;
  line-height: 24px;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper:hover .my-num-symbol {
  display: block !important;
}
.edit_frame .bottom_small[data-v-801698da] .input-wrapper:hover .el-input-number__increase,
.edit_frame .bottom_small[data-v-801698da] .input-wrapper:hover .el-input-number__decrease {
  display: none;
}
.item-title[data-v-801698da] {
  font-size: 14px;
  margin-bottom: 5px;
}
.my_edit_item[data-v-801698da] {
  flex: 1;
}
.basic_image[data-v-ff4d0ece] {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.basic_image img[data-v-ff4d0ece] {
  box-sizing: content-box;
}
.basic_image .my-img[data-v-ff4d0ece] {
  vertical-align: top;
}
.basic_image .new_edit[data-v-ff4d0ece] {
  -o-object-fit: cover;
     object-fit: cover;
}
.basic_image .lottie-wrapper[data-v-ff4d0ece] {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  overflow: hidden;
}
.basic_image .clip-border-wrapper[data-v-ff4d0ece] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@charset "UTF-8";
.basic_image_material[data-v-c61318a0] {
  height: 100%;
  color: #999999;
  padding: 16px 12px;
}
.basic_image_material[data-v-c61318a0] .el-upload-dragger {
  width: 100%;
  height: 100%;
  border: none;
}
.basic_image_material[data-v-c61318a0] .logo-uploader .el-upload {
  width: 68px;
  height: 68px;
  text-align: center;
}
.basic_image_material[data-v-c61318a0] .logo-uploader .el-upload .logo-uploader-icon {
  line-height: 68px;
  width: 28px;
  height: 28px;
}
.basic_image_material .content .title[data-v-c61318a0] {
  font-size: 14px;
  color: #1d2129;
  font-weight: 500;
  line-height: 40px;
}
.basic_image_material .content .title .icon[data-v-c61318a0] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px;
}
.basic_image_material .content .img[data-v-c61318a0] {
  width: 70px;
  height: 70px;
  border: solid 1px #e5e6eb;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.basic_image_material .content .img img[data-v-c61318a0] {
  width: 100%;
  height: 100%;
}
.basic_image_material .content .img i[data-v-c61318a0] {
  font-size: 70px;
}
.basic_image_material .content .img.codeImg[data-v-c61318a0] {
  cursor: pointer;
}
.basic_image_material .content .img.codeImg:hover .codehover[data-v-c61318a0] {
  opacity: 1;
}
.basic_image_material .content .img .codehover[data-v-c61318a0] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  line-height: 18px;
  top: 0;
  opacity: 0;
  font-size: 12px;
  padding: 20px 15px 0;
}
.basic_image_material .image-tabs[data-v-c61318a0] {
  height: 100%;
}
.basic_image_material .image-tabs[data-v-c61318a0] .el-tabs__header {
  margin-bottom: 0px;
}
.basic_image_material .image-tabs[data-v-c61318a0] .el-tabs__content {
  height: calc(100% - 79px);
}
.basic_image_material[data-v-c61318a0] .el-tabs__nav-scroll {
  padding: 0px 24px;
}
.basic_image_material[data-v-c61318a0] .el-tabs__nav-scroll .el-tabs__item {
  color: #303133;
  height: 55px;
  line-height: 55px;
  padding-top: 5px;
}
.basic_image_material[data-v-c61318a0] .el-tabs__nav-scroll .el-tabs__item.is-active {
  color: #0086ff;
}
.basic_image_material .tab_container[data-v-c61318a0] {
  padding: 31px 0px 8px 24px;
}
.basic_image_material .tab_container .img-item[data-v-c61318a0] {
  height: 108px;
}
.basic_image_material .tab_container .img-item .mark[data-v-c61318a0] {
  height: 106px !important;
}
.basic_image_material .tab_container .img-list .el-image[data-v-c61318a0] {
  width: 72px;
  height: 106px;
}
.basic_image_material .tab_container[data-v-c61318a0],
.basic_image_material .tab_list_con[data-v-c61318a0] {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-color: rgba(187, 190, 202, 0.7); /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.basic_image_material .tab_container[data-v-c61318a0]::-webkit-scrollbar,
.basic_image_material .tab_list_con[data-v-c61318a0]::-webkit-scrollbar {
  width: 6px; /*滚动条宽度*/
}
.basic_image_material .tab_container[data-v-c61318a0]::-webkit-scrollbar-thumb,
.basic_image_material .tab_list_con[data-v-c61318a0]::-webkit-scrollbar-thumb {
  border-radius: 3px; /*滚动条的圆角*/
  background-color: rgba(187, 190, 202, 0.7); /*滚动条的背景颜色*/
}
.basic_image_material .tab_container .cate-list[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list[data-v-c61318a0] {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: -12px;
  margin-right: -12px;
}
.basic_image_material .tab_container .cate-list span[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list span[data-v-c61318a0] {
  height: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}
.basic_image_material .tab_container .cate-list span.is-active[data-v-c61318a0],
.basic_image_material .tab_container .cate-list span[data-v-c61318a0]:hover,
.basic_image_material .tab_list_con .cate-list span.is-active[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list span[data-v-c61318a0]:hover {
  font-weight: 500;
  color: #0086ff;
}
.basic_image_material .tab_container .type_title .type_text[data-v-c61318a0],
.basic_image_material .tab_list_con .type_title .type_text[data-v-c61318a0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 14px;
  margin-bottom: 12px;
}
.basic_image_material .tab_container .type_title .allList[data-v-c61318a0],
.basic_image_material .tab_list_con .type_title .allList[data-v-c61318a0] {
  cursor: pointer;
  color: #999;
}
.basic_image_material .tab_container .type_title.isShowName[data-v-c61318a0],
.basic_image_material .tab_list_con .type_title.isShowName[data-v-c61318a0] {
  display: none;
}
.basic_image_material .tab_container .cate-list-more[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more[data-v-c61318a0] {
  position: relative;
}
.basic_image_material .tab_container .cate-list-more .more-span[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more .more-span[data-v-c61318a0] {
  cursor: pointer;
  padding-right: 0px;
}
.basic_image_material .tab_container .cate-list-more .more-span .el-icon-arrow-down[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more .more-span .el-icon-arrow-down[data-v-c61318a0] {
  display: inline-block;
  transition: transform 0.3s;
  font-size: 12px;
}
.basic_image_material .tab_container .cate-list-more .more-span .el-icon-arrow-down.active[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more .more-span .el-icon-arrow-down.active[data-v-c61318a0] {
  transform: rotate(180deg);
}
.basic_image_material .tab_container .cate-list-more .cate-list[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more .cate-list[data-v-c61318a0] {
  display: flex;
  position: absolute;
  top: 36px;
  right: -14px;
  width: 286px;
  background: #fff;
  z-index: 9999;
}
.basic_image_material .tab_container .cate-list-more:hover .more-span[data-v-c61318a0],
.basic_image_material .tab_list_con .cate-list-more:hover .more-span[data-v-c61318a0] {
  font-weight: 500;
  color: #0086ff;
}
.basic_image_material .tab_container .manage-btn[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn[data-v-c61318a0] {
  display: flex;
  margin-top: -9px;
  margin-bottom: 11px;
}
.basic_image_material .tab_container .manage-btn .btn-a[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn .btn-a[data-v-c61318a0] {
  width: 122px;
  font-size: 13px;
}
.basic_image_material .tab_container .manage-btn .btn-m[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn .btn-m[data-v-c61318a0] {
  width: 122px;
  font-size: 13px;
}
.basic_image_material .tab_container .manage-btn-edit[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit[data-v-c61318a0] {
  width: 300px;
  height: 48px;
  color: #fff;
  font-size: 12px;
  background: rgb(52, 140, 255);
  margin-left: -24px;
  margin-top: -30px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 17px;
  position: relative;
}
.basic_image_material .tab_container .manage-btn-edit .checkbox-all[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .checkbox-all[data-v-c61318a0] {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-edit .checkbox-all .btn-all[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .checkbox-all .btn-all[data-v-c61318a0] {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.basic_image_material .tab_container .manage-btn-edit .move-sel[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .move-sel[data-v-c61318a0] {
  cursor: pointer;
  margin-left: 33px;
  width: 70px;
  color: #fff;
  font-size: 12px;
}
.basic_image_material .tab_container .manage-btn-edit .move-sel span[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .move-sel span[data-v-c61318a0] {
  display: inline-block;
  width: 100%;
}
.basic_image_material .tab_container .manage-btn-edit .del-all[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .del-all[data-v-c61318a0] {
  position: absolute;
  right: 80px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-edit .del-all .el-icon-delete[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .del-all .el-icon-delete[data-v-c61318a0] {
  margin-right: 3px;
}
.basic_image_material .tab_container .manage-btn-edit .close-btn[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-edit .close-btn[data-v-c61318a0] {
  position: absolute;
  right: 17px;
  font-size: 16px;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-folder-edit[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-folder-edit[data-v-c61318a0] {
  width: 300px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 1px 0px 0px #e2e8f0;
  font-size: 12px;
  margin-left: -24px;
  margin-top: -30px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 17px;
  position: relative;
}
.basic_image_material .tab_container .manage-btn-folder-edit .folder-return[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-folder-edit .folder-return[data-v-c61318a0] {
  width: 17px;
  height: 15px;
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/return.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.basic_image_material .tab_container .manage-btn-folder-edit .folder-m[data-v-c61318a0],
.basic_image_material .tab_list_con .manage-btn-folder-edit .folder-m[data-v-c61318a0] {
  cursor: pointer;
}
.basic_image_material .tab_container[data-v-c61318a0] .el-scrollbar__wrap,
.basic_image_material .tab_list_con[data-v-c61318a0] .el-scrollbar__wrap {
  overflow-x: hidden;
}
.basic_image_material .tab_container .s-container .img-list .el-col[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .el-col[data-v-c61318a0] {
  border-radius: 4px;
  margin-bottom: 16px;
}
.basic_image_material .tab_container .s-container .img-list .img-item[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item[data-v-c61318a0] {
  position: relative;
  border-radius: 4px;
  background: #f5f5f5;
  cursor: pointer;
  border: 1px solid transparent;
  cursor: pointer;
}
.basic_image_material .tab_container .s-container .img-list .img-item .mark[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item .mark[data-v-c61318a0] {
  display: none;
  position: absolute;
  top: 0;
  width: 73px;
  height: 73px;
  border-radius: 4px;
  background-color: #333;
  opacity: 0.3;
}
.basic_image_material .tab_container .s-container .img-list .img-item:hover .mark[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item:hover .mark[data-v-c61318a0] {
  display: block;
}
.basic_image_material .tab_container .s-container .img-list .img-item.active[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item.active[data-v-c61318a0] {
  border-color: #3399ff;
  background: #ebf5ff;
}
.basic_image_material .tab_container .s-container .img-list .img-item .checkbox-btn[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item .checkbox-btn[data-v-c61318a0] {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dae2eb;
  z-index: 1;
}
.basic_image_material .tab_container .s-container .img-list .img-item .checkbox-btn.btn-check[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item .checkbox-btn.btn-check[data-v-c61318a0] {
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/right-btn.svg");
  border: none;
}
.basic_image_material .tab_container .s-container .img-list .img-item .edit-btn[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item .edit-btn[data-v-c61318a0] {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.01);
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/edit.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.basic_image_material .tab_container .s-container .img-list .img-item.folder-item[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item.folder-item[data-v-c61318a0] {
  background-image: url("https://sitecdn.71360.com/static/suichuan/assets/ide/images/folder.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.basic_image_material .tab_container .s-container .img-list .img-item .folder-name[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .img-item .folder-name[data-v-c61318a0] {
  position: absolute;
  bottom: 1px;
  width: 100%;
  font-size: 12px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.basic_image_material .tab_container .s-container .img-list .upload-item[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .upload-item[data-v-c61318a0] {
  position: relative;
  border-radius: 4px;
  height: 108px;
  cursor: pointer;
  border: 1px solid #dae2eb;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn[data-v-c61318a0] {
  width: 74px;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn .el-icon-circle-plus-outline[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn .el-icon-circle-plus-outline[data-v-c61318a0] {
  font-size: 21px;
  color: #348cff;
  margin-bottom: 4px;
}
.basic_image_material .tab_container .s-container .img-list .upload-item .upload-btn .item-t[data-v-c61318a0],
.basic_image_material .tab_list_con .s-container .img-list .upload-item .upload-btn .item-t[data-v-c61318a0] {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 7px;
}
.basic_image_material .tab_container .s-container .img-list .upload-item[data-v-c61318a0]:hover,
.basic_image_material .tab_list_con .s-container .img-list .upload-item[data-v-c61318a0]:hover {
  background: #ebf5ff;
  border-color: #3399ff;
}
.basic_image_material .tab_container .img_none[data-v-c61318a0],
.basic_image_material .tab_list_con .img_none[data-v-c61318a0] {
  display: none;
}
.basic_image_material .tab_container .no-more[data-v-c61318a0],
.basic_image_material .tab_list_con .no-more[data-v-c61318a0] {
  text-align: center;
}
.basic_image_material .tab_container .no-data[data-v-c61318a0],
.basic_image_material .tab_list_con .no-data[data-v-c61318a0] {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(44, 44, 44, 0.19);
  line-height: 42px;
  text-align: center;
  margin-top: 86px;
}
.add-folder-mod[data-v-c61318a0] .el-dialog {
  border-radius: 4px;
}
.add-folder-mod[data-v-c61318a0] .el-dialog__header .el-dialog__headerbtn {
  font-size: 24px;
}
.add-folder-mod[data-v-c61318a0] .el-dialog__body {
  padding: 15px 27px;
}
.add-folder-mod[data-v-c61318a0] .el-dialog__footer {
  padding: 13px 24px 24px;
}
.add-folder-mod .folder-span[data-v-c61318a0] {
  font-size: 14px;
  color: #333333;
}
.add-folder-mod .folder-input[data-v-c61318a0] {
  width: 229px;
}
.add-folder-mod .folder-footer button[data-v-c61318a0] {
  margin-left: 16px;
}
.manage-image-dropdown[data-v-c61318a0] .el-dropdown-menu__item {
  padding-right: 40px;
}
.manage-image-dropdown[data-v-c61318a0] .el-dropdown-menu__item .el-icon-folder {
  margin-right: 6px;
}
.no-data-tip[data-v-c61318a0] {
  margin-top: 170px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.no-data-tip span[data-v-c61318a0] {
  padding-left: 20px;
}
.allList_con[data-v-c61318a0] {
  height: 100%;
  padding: 24px 0px 24px 24px;
}
.allList_con .all_list_img[data-v-c61318a0] {
  height: calc(100% - 20px);
}
.allList_con .type_text[data-v-c61318a0] {
  margin-bottom: 12px;
  cursor: pointer;
}
.allList_con[data-v-c61318a0] .el-scrollbar__bar.is-horizontal > div {
  display: none;
}
.tab_list_con .type_content[data-v-c61318a0] {
  height: 100%;
  padding: 24px 17px 0 24px;
  overflow-y: auto;
  scrollbar-color: rgba(187, 190, 202, 0.7); /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin; /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none; /* 隐藏滚动条（在IE和Edge两个浏览器中很难更改样式，固采取隐藏方式） */
}
.tab_list_con .type_content[data-v-c61318a0]::-webkit-scrollbar {
  width: 6px; /*滚动条宽度*/
}
.tab_list_con .type_content[data-v-c61318a0]::-webkit-scrollbar-thumb {
  border-radius: 3px; /*滚动条的圆角*/
  background-color: rgba(187, 190, 202, 0.7); /*滚动条的背景颜色*/
}
.tab_list_con .type_content .img_box[data-v-c61318a0] {
  margin-bottom: 24px;
  display: flex;
}
.tab_list_con .type_content .img_box .img-item[data-v-c61318a0] {
  width: 73px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin: 0 17px 24px 0;
  cursor: pointer;
}
.tab_list_con .type_content .img_box .img-item[data-v-c61318a0]:nth-last-child(1) {
  margin-right: 0;
}
.tab_list_con .type_content .img_box .img-item[data-v-c61318a0] .el-image {
  width: 73px;
  height: 73px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab_list_con .img-item[data-v-c61318a0] {
  height: 73px;
}
.tab_list_con .img-list .el-image[data-v-c61318a0] {
  width: 73px;
  height: 73px;
  cursor: pointer;
}
.img_con_info[data-v-c61318a0] {
  display: flex;
}
.img_con_info .img_list_con[data-v-c61318a0] {
  width: 73px;
  margin-right: 17px;
  margin-bottom: 24px;
}
.img_con_info .img_list_con[data-v-c61318a0]:nth-last-child(1) {
  margin-right: 0;
}
.img_con_info .img-item[data-v-c61318a0] {
  width: 73px;
  height: 73px;
  margin: auto;
  background-color: #f5f5f5;
}
.img_con_info .img-item .el-image[data-v-c61318a0] {
  width: 73px;
  height: 73px;
}
.variable_module .relativeFrame[data-v-d9bad5f8] .basic_image img {
  -o-object-position: left top !important;
     object-position: left top !important;
}
.operate_button[data-v-d9bad5f8] {
  display: flex;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -32px;
}
.operate_button .icon[data-v-d9bad5f8] {
  width: 15px;
  height: 15px;
}
.operate_button .button[data-v-d9bad5f8] {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  background: #165DFF;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.center_frame .layout_body .module[data-v-d9bad5f8] {
  cursor: move;
  position: absolute;
  width: auto !important;
  height: auto !important;
}
.center_frame .layout_body .module .relativeFrame[data-v-d9bad5f8] {
  position: relative;
  width: 100%;
  height: 100%;
}
.m_ctrl[data-v-d9bad5f8] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px transparent solid;
}
.m_ctrl .flag[data-v-d9bad5f8] {
  display: none;
  position: absolute;
  right: 0;
  top: -20px;
  width: 38px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
  background: #0086ff;
  border-radius: 4px 4px 0px 0px;
}
.m_ctrl[data-v-d9bad5f8]:hover {
  border: 1px #1261ff solid;
}
.m_ctrl:hover .flag[data-v-d9bad5f8] {
  display: block;
}
.module_selectable_select .m_ctrl[data-v-d9bad5f8] {
  border-color: #1261ff;
  border-style: solid;
}
.module_selectable_select .m_ctrl .flag[data-v-d9bad5f8] {
  display: block;
}
.module_selectable_lock_select .m_ctrl[data-v-d9bad5f8] {
  border-color: #f00;
  border-style: solid;
}
.basic_text[data-v-d9bad5f8]:hover {
  outline: 1px #1261ff solid;
}
.module .rotate_icon[data-v-d9bad5f8] {
  display: none;
  top: -29px;
  left: 50%;
  width: 24px;
  height: 24px;
  background: #1261ff;
  text-align: center;
  position: absolute;
  margin-left: -12px;
  border-radius: 50%;
  color: #fff;
}
.module .rotate_icon i[data-v-d9bad5f8] {
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 24px;
  cursor: move;
}
.now_module_select .rotate_icon[data-v-d9bad5f8] {
  display: block;
}
.now_module_select .operate_button[data-v-d9bad5f8] {
  width: auto;
  height: auto;
}
.now_module_select .operate_button .button[data-v-d9bad5f8] {
  width: 24px;
  height: 24px;
}
.font_style_group[data-v-ce8ad056] {
  margin-top: 20px;
}
.font_style_group[data-v-ce8ad056] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #E8E8F0;
}
.style_item[data-v-ce8ad056] {
  display: inline-block;
  flex: 1;
  height: 32px;
  line-height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  text-align: center;
}
.style_item .iconfont[data-v-ce8ad056] {
  color: #4E5969;
}
.style_item[data-v-ce8ad056]:not(:last-child) {
  border-right: #E5E6EB solid 1px;
}
.style_item_active[data-v-ce8ad056] {
  background-color: #F0F0F0;
}
.font_style_group[data-v-7bcffaa3] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 20px;
  border: 1px solid #E8E8F0;
  border-radius: 4px;
}
.style_item[data-v-7bcffaa3] {
  display: inline-block;
  flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  cursor: pointer;
}
.style_item[data-v-7bcffaa3]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.style_item[data-v-7bcffaa3]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.style_item[data-v-7bcffaa3]:not(:last-child) {
  border-right: #E5E6EB solid 1px;
}
.style_item .img-icon[data-v-7bcffaa3] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.style_item_weight.style_item_active[data-v-7bcffaa3] {
  font-weight: bold;
}
.style_item_style.style_item_active[data-v-7bcffaa3] {
  font-style: italic;
}
.style_item_underline.style_item_active[data-v-7bcffaa3] {
  text-decoration: underline;
}
.style_item_through.style_item_active[data-v-7bcffaa3] {
  text-decoration: line-through;
}
.style_item_active[data-v-7bcffaa3],
.bg_color[data-v-7bcffaa3] {
  background-color: #F0F0F0;
}
[data-v-3bf89948] .my_select_index .title {
  display: none;
}
.font_size[data-v-3bf89948] {
  margin-bottom: 11px;
}
@charset "UTF-8";
.edit_item_font_size_new[data-v-64079a86] .el-popover {
  min-width: 60px;
  margin-top: 4px;
  padding: 4px;
  background: #ffffff;
  box-shadow: 0px 10px 32px 0px #e2e2ea;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}
.edit_item_font_size_new[data-v-64079a86] .el-popover__content {
  overflow: hidden;
}
.edit_item_font_size_new[data-v-64079a86] .el-select {
  width: 100%;
}
.font-size-popover[data-v-64079a86] {
  max-height: 260px;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.font-size-popover span[data-v-64079a86] {
  display: block;
  line-height: 32px;
  cursor: pointer;
  height: 32px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.font-size-popover span.active[data-v-64079a86] {
  background: #0086ff;
  border-radius: 4px;
  color: #ffffff;
}
.font-size-popover span .el-icon-check[data-v-64079a86] {
  color: #ffffff;
}
.item_title[data-v-64079a86] {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  margin-top: 4px;
  display: inline-block;
  text-align: center;
}
.normal-color-wrapper .title[data-v-69f5b357], .normal-color-wrapper .color_block[data-v-69f5b357] {
  vertical-align: middle;
}
.normal-color-wrapper .title .svg-icon[data-v-69f5b357], .normal-color-wrapper .color_block .svg-icon[data-v-69f5b357] {
  width: 16px;
  height: 16px;
}
.normal-color-wrapper .title[data-v-69f5b357] {
  display: block;
  font-size: 10px;
  color: #333;
  text-align: center;
}
.color_block[data-v-69f5b357] {
  display: inline-block;
  box-sizing: border-box;
  width: 66px;
  height: 32px;
  overflow: hidden;
}
.color_box[data-v-69f5b357] {
  display: flex;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  overflow: hidden;
}
.color_block_transparent[data-v-69f5b357] {
  position: relative;
}
.color_block_transparent[data-v-69f5b357]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.color_block_transparent[data-v-69f5b357]::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -2px;
  transform: rotate(333deg);
  transform-origin: 0 0;
  width: 62px;
  height: 1px;
  background: red;
}
.color-cube-wrapper .title[data-v-69f5b357] {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.color-cube-main[data-v-69f5b357] {
  display: inline-block;
  width: 49px;
  height: 65px;
  background: #E39292;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  vertical-align: top;
  margin-right: 16px;
  cursor: pointer;
}
.quick-panel[data-v-69f5b357] {
  display: inline-block;
  vertical-align: top;
}
.quick-cube[data-v-69f5b357] {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D5D5D5;
  vertical-align: top;
  margin-right: 8px;
  cursor: pointer;
}
.quick-cube-0[data-v-69f5b357] {
  background: #fff;
}
.quick-cube-1[data-v-69f5b357] {
  background: #EB3430;
}
.quick-cube-2[data-v-69f5b357] {
  background: #F4B264;
}
.quick-cube-3[data-v-69f5b357] {
  background: #FEFD54;
}
.quick-cube-4[data-v-69f5b357] {
  background: #ABEE4B;
}
.quick-cube-5[data-v-69f5b357] {
  background: #80B336;
}
.quick-cube-6[data-v-69f5b357] {
  background: #46A7EA;
}
.quick-cube-7[data-v-69f5b357] {
  background: #B986F8;
}
.quick-cube-8[data-v-69f5b357] {
  background: #C7C7C7;
}
.quick-cube-9[data-v-69f5b357] {
  background: #000000;
}
.row-color.row-1[data-v-69f5b357] {
  margin-bottom: 9px;
}
.title[data-v-47ba64e7] {
  font-size: 14px;
  color: #1D2129;
  font-weight: 500;
  line-height: 40px;
}
.position .el-checkbox-group[data-v-47ba64e7] {
  flex-wrap: wrap;
  justify-content: space-between;
}
.position .el-checkbox-group .el-checkbox[data-v-47ba64e7] {
  margin-bottom: 14px;
  width: 50%;
  margin-right: 0;
}
.text-content[data-v-47ba64e7] {
  position: relative;
}
.text-content .my_color_layer[data-v-47ba64e7] {
  position: absolute;
  left: 1px;
  bottom: 1px;
  opacity: 0;
  width: 66px;
  overflow: hidden;
  height: 32px;
}
.flexbox[data-v-47ba64e7] {
  display: flex;
  justify-content: space-between;
}
.flexbox .edit_item_font_size_new[data-v-47ba64e7] {
  width: 90px;
  flex: none !important;
}
.img-bottom[data-v-47ba64e7] {
  margin-left: 0px !important;
}
.line[data-v-47ba64e7] {
  margin-right: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.edit_frame[data-v-47ba64e7] {
  padding-top: 8px;
}
.edit_frame .flexbox[data-v-47ba64e7] {
  align-items: center;
}
.edit_frame[data-v-47ba64e7] .shadowItem {
  margin-bottom: 12px;
}
.edit_frame[data-v-47ba64e7] .shadowItem .color_box {
  margin-right: 7px;
}
.edit_frame[data-v-47ba64e7] .sel_family {
  margin-bottom: 12px;
}
.edit_frame[data-v-47ba64e7] .sel_family .el-select {
  width: 100% !important;
}
.edit_frame[data-v-47ba64e7] .sel_family .el-input__inner {
  font-size: 12px;
  color: #333333;
}
.edit_frame[data-v-47ba64e7] .sel_family .el-input__icon {
  line-height: 24px;
  font-size: 12px;
}
.edit_frame[data-v-47ba64e7] .sel_style {
  margin-top: 12px;
  border-radius: 4px;
}
.edit_frame[data-v-47ba64e7] .sel_align {
  margin-top: 12px;
  margin-bottom: 12px !important;
  border-radius: 4px;
}
.edit_frame[data-v-47ba64e7] .sel_bg .my_edit_item {
  margin-bottom: 12px;
}
.edit_frame[data-v-47ba64e7] .sel_bg .color_box {
  width: 60px;
}
.edit_frame[data-v-47ba64e7] .sel_powerover {
  position: relative;
}
.edit_frame[data-v-47ba64e7] .sel_powerover .my_edit_item {
  margin-bottom: 0px;
}
.edit_frame[data-v-47ba64e7] .sel_powerover .color_box img {
  width: 24px;
  height: 24px;
}
.edit_frame[data-v-47ba64e7] .sel_powerover .my_color_layer .normal-color-wrapper .title {
  margin-top: 2px;
}
.edit_frame[data-v-47ba64e7] .sel_powerover > div {
  flex: 1;
}
.edit_frame[data-v-47ba64e7] .sel_fshadow {
  margin-bottom: 12px;
}
.edit_frame .sel_box[data-v-47ba64e7] {
  position: absolute;
  width: 100%;
  top: 28px;
  left: 0px;
  z-index: 1;
}
.edit_frame .right-color[data-v-47ba64e7] {
  flex: 1;
  padding-left: 10px;
}
.edit_frame .hideItem[data-v-47ba64e7] {
  margin-bottom: 8px;
}
.edit_frame .bottom[data-v-47ba64e7] {
  margin-bottom: 30px;
}
.edit_frame .bottom_small[data-v-47ba64e7] {
  margin-bottom: 10px;
}
.edit_frame[data-v-47ba64e7] .my_edit_item.color_item {
  display: inline-block;
  width: 50%;
}
.section-title[data-v-47ba64e7] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.section-title .section-title-text[data-v-47ba64e7] {
  background: #fff;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.item-title[data-v-47ba64e7] {
  font-size: 14px;
  margin-bottom: 10px;
}
.my_edit_item[data-v-47ba64e7] {
  flex: 1;
}
[data-v-47ba64e7] .el-input-number--medium .el-icon-arrow-down:before {
  content: "\e790";
}
[data-v-47ba64e7] .el-input-number--medium .el-icon-arrow-up:before {
  content: "\e78f";
}
[data-v-47ba64e7] .el-input-number--medium .el-input__inner {
  padding-top: 4px;
}
[data-v-47ba64e7] .el-input-number--medium .el-input-number__decrease,[data-v-47ba64e7] .el-input-number--medium .el-input-number__increase {
  color: #5f6c87;
  background-color: transparent;
  border-left: none !important;
  border-bottom: none !important;
}
[data-v-47ba64e7] .el-input-number--medium .el-input-number__decrease {
  bottom: 5px !important;
}
[data-v-47ba64e7] .el-input-number--medium .el-input-number__increase {
  top: 8px !important;
}
[data-v-47ba64e7] .el-input--small .el-input__inner,[data-v-47ba64e7] .my-num-symbol {
  height: 24px !important;
  line-height: 24px !important;
}
[data-v-47ba64e7] .el-input-number--small {
  line-height: 24px;
}

[readonly='readonly'] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.basic_text[data-v-1d6c1c76] {
  min-height: 20px;
  -webkit-user-select: initial;
     -moz-user-select: initial;
          user-select: initial;
}
.basic_text[data-v-1d6c1c76] img {
  width: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
.grayBj[data-v-1d6c1c76] {
  border-radius: 4px;
}
.basic_text[data-v-1d6c1c76] .edui-default .edui-editor-toolbarbox {
  display: none;
}
.basic_text[data-v-1d6c1c76] .rich-content em,
.basic_text[data-v-1d6c1c76] .rich-content i {
  font-style: italic;
}
.basic_text[data-v-1d6c1c76] .rich-content:focus-visible {
  outline: none;
}
.basic_text div[data-v-1d6c1c76] {
  border-style: solid;
  border-width: 0;
}
.my-text-wrapper[data-v-1d6c1c76] {
  height: auto;
}
.my-contenteditable[data-v-1d6c1c76] {
  outline: none;
  -moz-user-select: auto;
       user-select: auto;
  -webkit-user-select: auto;
}
.basic_text_editing[data-v-1d6c1c76] {
  cursor: text;
}
.my-text-wrapper span[data-v-1d6c1c76],
.my-text-wrapper font[data-v-1d6c1c76],
.my-text-wrapper i[data-v-1d6c1c76],
.my-text-wrapper b[data-v-1d6c1c76] {
  display: inline-block;
  vertical-align: baseline;
}

.my-contenteditable i {
  font-style: italic;
}

.row-btn[data-v-7d1b5b04] {
  text-align: center;
  margin-top: 23px;
}
.btn-add-text[data-v-7d1b5b04] {
  width: 240px;
  height: 36px;
  background: #0086ff;
  border-radius: 4px;
  color: #fff;
  padding: 0;
}
.btn-add-text[data-v-7d1b5b04]:hover, .btn-add-text[data-v-7d1b5b04]:active, .btn-add-text[data-v-7d1b5b04]:focus {
  background: #0086ff;
}
.btn-add-text span[data-v-7d1b5b04] {
  display: inline-block;
  vertical-align: middle;
}
.btn-add-text .icon-add[data-v-7d1b5b04] {
  display: inline-block;
  width: 14px;
  height: 13px;
  background-image: url("/images/icon/icon-ani-add@2x.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 5px;
}
.text-preview-list[data-v-7d1b5b04] {
  padding: 16px 12px;
}
.text-preview-list .content .title[data-v-7d1b5b04] {
  font-size: 14px;
  color: #1D2129;
  font-weight: 500;
  line-height: 40px;
}
.text-preview-list .content .title .icon[data-v-7d1b5b04] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px;
  color: #4E5969;
}
.text-preview-list .content .text-item[data-v-7d1b5b04] {
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  border: #E5E6EB solid 1px;
  border-radius: 4px;
  margin-bottom: 12px;
  padding-left: 63px;
  font-size: 14px;
}
.text-preview-list .content .text-item .icon[data-v-7d1b5b04] {
  margin-left: 4px;
  vertical-align: 1px;
  font-size: 14px;
  color: #4E5969;
}
.text-preview-list .content.custom .text-item[data-v-7d1b5b04] {
  padding-left: 0;
  text-align: center;
}
[data-v-7d1b5b04] .el-scrollbar__wrap {
  overflow-x: hidden;
}
.layout_body[data-v-1101f034] {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.bg-wrapper[data-v-1101f034] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-origin: content-box;
}
.layer-wrapper[data-v-1101f034] {
  position: absolute;
  z-index: 1;
}
.img-page-background[data-v-1101f034] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_body_dashed[data-v-1101f034] {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: 99;
}
.entire_text[data-v-1101f034] {
  font-size: 14px;
  color: #333;
  right: -50px;
  position: absolute;
  line-height: 14px;
}
.layout_body_dashed_top[data-v-1101f034] {
  top: 0;
}
.layout_body_dashed_bottom[data-v-1101f034] {
  bottom: 0;
}

.layout_body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog {
  overflow: hidden;
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__header {
  background: #FAFAFC;
  padding: 4px 24px;
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__header .original-title {
  width: calc(100% - 30px);
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__header .original-title h3 {
  margin: 0;
  line-height: 26px;
  font-weight: 500;
  color: #1D2129;
  font-size: 18px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__header .original-title p {
  font-size: 12px;
  font-weight: 400;
  color: #86909C;
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__footer {
  border-top: 0 !important;
}
.com_dialog.confirm_dialog[data-v-238260cb] .el-dialog .el-dialog__footer .el-button {
  width: 68px;
  height: 28px;
  border-radius: 4px;
}
.com_dialog.confirm_dialog .dialog-body[data-v-238260cb] {
  display: flex;
  align-items: center;
}
.com_dialog.confirm_dialog .dialog-body .left img[data-v-238260cb] {
  width: 64px;
  height: 64px;
}
.com_dialog.confirm_dialog .dialog-body .right[data-v-238260cb] {
  margin-left: 16px;
}
.com_dialog.confirm_dialog .dialog-body .right .title[data-v-238260cb] {
  margin: 7px 0 8px;
  font-weight: 500;
  font-size: 14px;
  color: #1D2129;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.com_dialog.confirm_dialog .dialog-body .right .msg[data-v-238260cb] {
  font-weight: 400;
  font-size: 12px;
  color: #4E5969;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.el-tooltip__popper-content p {
  word-break: break-all;
}
/*! jQuery UI - v1.11.4 - 2017-09-04
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -6px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	touch-action: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../img/ui-icons_444444_256x240.e47bf60b.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../img/ui-icons_444444_256x240.e47bf60b.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../img/ui-icons_777777_256x240.c4757902.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../img/ui-icons_555555_256x240.2a7aa5cb.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../img/ui-icons_ffffff_256x240.1236c5e7.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../img/ui-icons_777620_256x240.42fb5a34.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../img/ui-icons_cc0000_256x240.ac2303f3.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

.module .ui-resizable-ne::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: right;
    margin-right: 1px;
  }

  .module .ui-resizable-n::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    margin: 0 auto;
  }

  .module .ui-resizable-sw::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: left;
    margin-left: 1px;
    margin-top: -2px;
  }

  .module .ui-resizable-nw::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: left;
    margin-left: 1px;
  }

  .module .ui-resizable-se::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: right;
    margin-right: -5px;
    margin-top: 12px;
  }

  .module .ui-resizable-w::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: right;
    margin-right: -6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(1px, -4px);
  }
  .align_line {
    background: #f00;
    position: absolute;
    z-index: 1031;
}
  .module .ui-resizable-e::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    float: right;
    /* border-radius: 50%; */
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-4px);
  }

  .module .ui-resizable-s::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #348CFF solid;
    background: #fff;
    display: block;
    /* border-radius: 50%; */
    margin: 0 auto;
    margin-top: -5px;
  }
  .ui-icon {
    overflow: visible !important;
}
.ui-resizable-n {
    border-bottom: 1px transparent solid;
  }

  .ui-resizable-e {
    border-left: 1px transparent solid;
  }

  .module .ui-resizable-s {
    border-top: 1px transparent solid;
  }

  .ui-resizable-w {
    border-right: 1px transparent solid;
  }
  .ui-resizable-handle{
    display: none;
}
  .now_module_select .ui-resizable-handle{
      display: block !important;
  }

  .module_locking{
    }
  .module_locking .ui-resizable-handle{
    display: none !important;

  }
  .module_locking .module_locking_mantle{
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
  }
  .module_locking .lock_icon{

      height: 30px;
      width: 30px;
      line-height: 30px;
      font-size:20px;
      text-align: center;
      right: 0;
      top: 0;
      position: absolute;
      cursor: pointer;
      display: none;
      font-weight: 600;
  }
  .module_locking:hover .lock_icon{
    display: block;
  }
.page_edit_tab_frame {
  height: 100%;
}
.page_edit_tab_frame .el-tabs__content{
  height: calc( 100% - 40px);
}
.page_edit_tab_frame .el-tabs__content .right_layer_frame{
  height: 100%;
  overflow-y: auto;
}
/* .page_edit_tab_frame .el-tabs__content .right_layer_frame::-webkit-scrollbar{
  width: 6px;
}
.page_edit_tab_frame .el-tabs__content .right_layer_frame::-webkit-scrollbar-thumb{
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
} */
.one_rotate_line {
  position: absolute;
  z-index:-1;
  border: 1px #f00 solid;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  /* margin-left: -50%;
  margin-top: -1px; */
  opacity: 0.2;
  transform-origin: 0;
  transform:rotate(0deg) translate(-50%,0px);
}
.one_rotate_line_2{
  transform:rotate(45deg) translate(-50%,0px);
}
.one_rotate_line_3{
  transform: rotate(90deg) translate(-50%,0px);
}
.one_rotate_line_4{
  transform: rotate(135deg) translate(-50%,0px);
}

.city-group-container .input-search-tag .input-tag-wrap .tag-prefix{
  font-size: 14px;
}

.time-select-item.selected:not(.disabled) {
  color: #ffffff !important;
}
.globalSearchPopper{
  max-height: 300px !important;
}
.globalSearchPopper .el-popover__content{
  max-height: 300px !important;
}
.comprehensive .el-tooltip__popper-content{
  display: block;
  overflow-x:hidden;
  overflow-y: auto;
  max-height: 200px;
}
.truelandUiModalContainer .download-btn-position{
  display: none;
}
/* 267937 */
.truelandUiModalContainer .video-player .video-container .bottom-menu .right .speed-select{
  right: 5px !important;
}
