
.btn-test[data-v-62abce08] {
	background-color: aquamarine;
	padding: 10px;
	position: fixed;
	top: 10px;
	left: 30%;
	z-index: 999999999999999;
}
.draggable-container[data-v-62abce08] {
	position: absolute;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #f9f9f9;
	cursor: -webkit-grab;
	cursor: grab;
	z-index: 999999999999999;
}
.draggable-container[data-v-62abce08]:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

@charset "UTF-8";
html,
body {
  height: 100% !important;
  overflow-y: hidden !important;
  overflow-x: auto;
}
.el-notification__content {
  white-space: normal;
}
@media screen and (max-width: 800px) {
.el-dropdown-menu__item {
    min-width: 180px;
}
.el-tooltip__popper {
    min-width: 50px !important;
    text-align: center;
}
}
/* 全局性控制对话框最小宽度 */
.el-dialog__wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.el-dialog__wrapper .el-dialog {
  margin-top: 15vh;
  min-width: 350px;
}
.el-dialog__wrapper .el-dialog.dialog-xs {
  max-width: 300px;
  width: 100%;
}
.el-dialog__wrapper .el-dialog.dialog-sm {
  max-width: 600px;
  width: 100%;
}
.el-dialog__wrapper .el-dialog.dialog-md {
  max-width: 800px;
  width: 100%;
}
.el-dialog__wrapper .el-dialog.dialog-1g {
  max-width: 1200px;
  width: 100%;
}
.el-dialog__wrapper .el-dialog.dialog-xl {
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 768px) {
.el-dialog__wrapper .el-dialog {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    min-width: unset;
    width: 100%;
}
}
@media (max-width: 500px) {
.theme-default .el-dialog__wrapper {
    padding-left: unset;
    padding-right: unset;
}
.theme-default .el-dialog__wrapper .el-dialog {
    margin-top: 0 !important;
    margin-bottom: 0;
    min-height: 100%;
}
.theme-default .el-image-viewer__wrapper .el-image-viewer__close {
    top: 10px !important;
    right: 20px !important;
    left: unset !important;
}
.theme-default .theme-default .rightSide {
    top: 0 !important;
    height: 100vh !important;
}
.theme-default .traffic-box {
    height: unset !important;
}
.theme-default .traffic-box .suggest-tip .suggest-tip-item {
    overflow: unset;
    white-space: pre-wrap;
}
}
.phone-fill-btn {
  width: 100%;
  max-width: 500px;
}

.ebix-iframe[data-v-05f8cca5] {
	border: unset;
	width: 100%;
}


.ebix-tinymce {
	position: relative;
}
.ebix-tinymce-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background-color: aquamarine; */
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
.ebix-tinymce-mask.disabled {
	background-color: #fafafabd;
	cursor: unset;
}

.tabs-language.overflowy {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabs-language.overflowy .el-tabs__header {
  margin-bottom: 0;
}
.tabs-language.overflowy > .el-tabs__content {
  padding: 15px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.translation-preview .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}
.translation-preview .table .item {
  border: 1px solid #ccc;
}
.translation-preview .table .item .label {
  height: 30px;
  padding: 5px;
  background: #ebeef5;
}
.translation-preview .el-dialog__footer {
  text-align: center;
}
.translation-preview .el-collapse-item__header {
  padding-left: 10px;
}
.translation-preview .ebix-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translation-preview .ebix-flex .ebix-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.translation-preview .ebix-flex-header {
  margin: 0;
}
.translation-preview .ebix-flex-header .ebix-flex-item {
  margin: 0;
  padding: 5px;
  background: #ebeef5;
  border: 1px solid #dcdfe6;
  border-right: unset;
}
.translation-preview .ebix-flex-header .ebix-flex-item:last-child {
  border-right: 1px solid #dcdfe6;
}
.translation-preview .ebix-flex-content {
  margin: 0;
}
.translation-preview .ebix-flex-content .ebix-flex-item {
  border: 1px solid #dcdfe6;
  border-top: unset;
  border-right: unset;
  margin: 0;
}
.translation-preview .ebix-flex-content .item-textarea {
  border: unset;
}
.translation-preview .ebix-flex-content .ebix-flex-item:last-child {
  border-right: 1px solid #dcdfe6;
}
.translation-preview .item-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.translation-preview .el-collapse-item:last-child .el-collapse-item__wrap {
  border: unset;
}
.translation-preview .tabs-panel {
  display: none;
}
.translation-preview .tabs-panel.active {
  display: block;
  border: 1px #dcdfe6 solid;
  margin-bottom: 5px;
}
.translation-preview .el-tabs__header {
  margin-bottom: 10px;
}
.translation-preview .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}
.translation-preview .table .item {
  border: 1px solid #ccc;
}
.translation-preview .table .item .label {
  height: 30px;
  padding: 5px;
  background: #ebeef5;
}
.translation-preview .el-dialog__footer {
  text-align: center;
}
.translation-preview .el-collapse-item__header {
  padding-left: 10px;
}
.translation-preview .ebix-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translation-preview .ebix-flex .ebix-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.translation-preview .ebix-flex-header {
  margin: 0;
}
.translation-preview .ebix-flex-header .ebix-flex-item {
  margin: 0;
  padding: 5px;
  background: #ebeef5;
  border: 1px solid #dcdfe6;
  border-right: unset;
}
.translation-preview .ebix-flex-header .ebix-flex-item:last-child {
  border-right: 1px solid #dcdfe6;
}
.translation-preview .ebix-flex-content {
  margin: 0;
}
.translation-preview .ebix-flex-content .ebix-flex-item {
  border: 1px solid #dcdfe6;
  border-top: unset;
  border-right: unset;
  margin: 0;
}
.translation-preview .ebix-flex-content .item-textarea {
  border: unset;
}
.translation-preview .ebix-flex-content .ebix-flex-item:last-child {
  border-right: 1px solid #dcdfe6;
}
.translation-preview .item-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.translation-preview .el-collapse-item:last-child .el-collapse-item__wrap {
  border: unset;
}
.translation-preview .tabs-panel {
  display: none;
}
.translation-preview .tabs-panel.active {
  display: block;
  border: 1px #dcdfe6 solid;
  margin-bottom: 5px;
}
.translation-preview .el-tabs__header {
  margin-bottom: 10px;
}
.translation-preview .preview-title {
  line-height: 24px;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
.translation-preview .preview-tip {
  color: #C0C4CC;
}
.translation-preview .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
}
.translation-preview .table .item {
  border: 0;
}
.translation-preview .table .item .label {
  height: 30px;
  padding: 5px;
  background: #ebeef5;
  border: 1px solid #dcdfe6;
}
.translation-preview .el-dialog__footer {
  text-align: center;
}
.translation-preview .el-collapse-item__header {
  padding-left: 10px;
}
.translation-preview .editorDiv {
  overflow: auto;
}
