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

* {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
[role=button] {
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
button:focus,
[role=button]:focus {
  outline: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

::-moz-placeholder {
  opacity: 1;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=checkbox]:focus,
[type=radio]:focus {
  outline: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html, body {
  font-family: "Inter", sans-serif;
}

section {
  padding: 50px 0;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  padding: 10px 0;
  line-height: 3.5rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 10px 0;
  line-height: 3rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0;
}

h4 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 0;
}

p {
  line-height: 24px;
  font-weight: 400;
}

a {
  color: #0251ee;
}

.bg-primary {
  background: linear-gradient(99.41deg, #ecf5fb 2.33%, #f8f9fc 96.77%);
}

.flex {
  display: flex;
  align-items: center;
  width: 100%;
}

.wp-100 {
  width: 100%;
}

.wp-90 {
  width: 90%;
}

.wp-80 {
  width: 80%;
}

.wp-70 {
  width: 70%;
}

.wp-60 {
  width: 60%;
}

.wp-50 {
  width: 50%;
}

.wp-40 {
  width: 40%;
}

.wp-30 {
  width: 30%;
}

.wp-20 {
  width: 20%;
}

.wp-10 {
  width: 10%;
}

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

.mt-5 {
  margin-top: 50px;
}

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

.mt-3 {
  margin-top: 30px;
}

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

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

.mb-5 {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.head {
  text-align: center;
}

.__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.__description {
  font-size: 16px;
  font-weight: 300;
  width: 70%;
  text-align: center;
  margin: auto;
}

.upload-box {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 350px;
  padding: 30px 0;
}
.upload-box .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10%;
  text-align: center;
}
.upload-box .upload-box--button {
  background-color: #281fb9;
  color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
}
.upload-box .upload-box--button span {
  margin-left: 10px;
}
.upload-box input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-box .helper-text {
  font-weight: 300;
  font-size: 16px;
  margin-top: 25px;
}
.upload-box .line {
  border-top: 1px dashed #ccc;
  opacity: 0.8;
  margin: 20px 40px;
}
.upload-box p {
  text-align: center;
}
.upload-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.upload-box ul li {
  margin-left: 5px;
}
.upload-box ul li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.container {
  width: 95%;
  margin: auto;
}

#header {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(181, 171, 171, 0.1);
}
#header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
#header .header-main .logo {
  width: 150px;
  height: 100%;
}
#header .header-main .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header-main .lang .lang-dropdown {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
#header .header-main .lang .lang-dropdown .sub-lang {
  min-width: 200px;
  position: absolute;
  visibility: hidden;
  width: 100%;
  min-height: 500px;
  height: auto;
  bottom: 0;
  z-index: 99999;
}
#header .header-main .lang .lang-dropdown:hover {
  background-color: #fafafa;
}
#header .header-main .lang .lang-dropdown:hover .sub-lang {
  visibility: visible;
  top: 40px;
  background: #fff;
  box-shadow: 0 0 5px 0px #ccc;
}
#header .header-main .lang .lang-dropdown:hover .sub-lang li {
  width: 100%;
  padding: 5px;
}
#header .header-main .lang .lang-dropdown:hover .sub-lang li a {
  width: 100%;
  padding: 5px 5px;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
#header .header-main .lang .lang-dropdown:hover .sub-lang li a span {
  margin-left: 5px;
}
#header .header-main .lang .lang-dropdown:hover .sub-lang li:hover {
  background-color: #eee;
}
#header .header-main .lang .lang-dropdown img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header-main .lang .lang-dropdown span {
  margin-left: 5px;
}

#app-main .step-by-step .__card {
  justify-content: space-between;
  margin-top: 50px;
}
#app-main .step-by-step .__card .card_block {
  width: calc(33.3333333333% - 10px);
}
#app-main .step-by-step .__card .card_block:nth-child(1) h3::before {
  content: "1";
  color: #0c5599;
  background: #add8e6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
#app-main .step-by-step .__card .card_block:nth-child(2) h3::before {
  content: "2";
  color: #0c5599;
  background: #add8e6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
#app-main .step-by-step .__card .card_block:nth-child(3) h3::before {
  content: "3";
  color: #0c5599;
  background: #add8e6;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  padding-top: 6px;
  font-size: 14px;
  position: absolute;
  top: 6px;
  left: 0;
}
#app-main .step-by-step .__card .card_block h3 {
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
}
#app-main .step-by-step .__card .card_block p {
  margin-top: 10px;
  font-size: 14px;
}
#app-main .description .wp-50 {
  padding: 0 30px 0 0;
}
#app-main .description h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
#app-main .description h2 .hightlight-color {
  background: linear-gradient(138.69deg, #0dffff -2.74%, #0051ef 39.11%, #a400bf 98.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#app-main .description h3 {
  margin-bottom: 1rem;
  line-height: 2.7rem;
}
#app-main .description a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
#app-main .description a svg {
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(68%) saturate(5363%) hue-rotate(219deg) brightness(106%) contrast(106%);
}
#app-main .faq .accordion-item {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
#app-main .faq .accordion-item h3 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app-main .faq .accordion-item p {
  margin-top: 10px;
  line-height: 1.5rem;
}
#app-main .faq .accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
#app-main .faq .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

#footer {
  background-color: #060a6e;
  width: 100%;
  min-height: 100px;
  padding: 30px 0;
  color: #fff;
}
#footer .first-footer {
  padding: 20px 0;
}
#footer .first-footer .sologan {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
#footer .first-footer .sologan span {
  background-color: #fff;
  background: linear-gradient(138.69deg, #0dffff -2.74%, #0051ef 39.11%, #a400bf 98.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#footer .second-footer {
  border-top: 1px solid #fff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .second-footer ul {
  display: flex;
  align-items: center;
}
#footer .second-footer ul li {
  margin-right: 15px;
}
#footer .second-footer ul li a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
  .mb-100 {
    width: 100%;
  }
  .mb-text-center {
    text-align: center;
  }
  .__description {
    width: 90%;
    text-align: justify;
  }
  #app-main .step-by-step .__card .card_block {
    width: 100%;
    margin-bottom: 20px;
  }
  #app-main .description h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #app-main .description .flex {
    margin-bottom: 30px;
  }
  .el-drawer__header {
    margin-bottom: 0px !important;
  }
  .exe_editor ._editor_left .__editor_head {
    text-align: center;
    background: #eee;
    padding-bottom: 10px;
  }
  ._editor_right .el-radio-group {
    margin: 0px;
  }
  .exe_editor ._editor_right .color-builder {
    padding: 10px !important;
    margin-top: 0px !important;
    margin-left: 0%;
  }
  .group-tab-radio {
    border-top: 1px solid #ebeef5;
    padding: 10px;
  }
  .upload-in-color .el-upload-dragger {
    margin-left: 0px !important;
  }
}
.exe_editor {
  width: 80%;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  box-shadow: 0 0 7px 0 #ccc;
}
.exe_editor ._editor_left {
  width: 70%;
  border-right: 1px solid #f4f4f4;
}
.exe_editor ._editor_left .__editor_head {
  text-align: center;
}
.exe_editor ._editor_left .__editor_head .el-radio-group {
  margin-top: 18px;
}
.exe_editor ._editor_left .__editor_head .el-radio-group .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #212529;
  border-color: #212529;
}
.exe_editor ._editor_left .__editor_head ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.exe_editor ._editor_left .__editor_head ul li {
  padding: 20px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.exe_editor ._editor_left .__editor_head ul li.bottom-active {
  border-bottom: 1px solid #0c5599;
}
.exe_editor ._editor_left .__editor_head ul li span {
  margin-left: 5px;
}
.exe_editor ._editor_left .__editor_head ul li:hover {
  color: #0c5599;
}
.exe_editor ._editor_left .__editor_image--before {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: none;
  max-height: 500px;
}
.exe_editor ._editor_left .__editor_image--before.active {
  display: block;
}
.exe_editor ._editor_left .__editor_image--before img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: inherit;
}
.exe_editor ._editor_left .__editor_image--after {
  width: -moz-fit-content;
  width: fit-content;
  height: 500px;
  margin: 20px auto;
}
.exe_editor ._editor_left .__editor_image--after img {
  max-height: 500px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.exe_editor ._editor_left .color-picker-transparent {
  background: url("../img/transparent.png");
  background-repeat: repeat;
}
.exe_editor ._editor_right {
  width: 30%;
}
.exe_editor ._editor_right .color-builder {
  margin-top: 10%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.exe_editor ._editor_right .color-builder .__color-item {
  width: calc(20% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.exe_editor ._editor_right .color-builder .__color-item span {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(32, 52, 89, 0.16);
}
.exe_editor ._editor_right .color-builder .__color-item span:hover {
  border: 1px solid #0eed82;
}
.exe_editor ._editor_right .color-builder .__color-item .__transparent {
  background: url("../img/transparent.png");
}
.exe_editor ._editor_right .color-builder .__color-item #color_buider {
  position: absolute;
  z-index: -1;
}
.exe_editor ._editor_right .color-builder .__color-item .__builder {
  margin-bottom: 0px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(32, 52, 89, 0.16);
  background: conic-gradient(from 180deg at 50% 50%, #ff7a00 0deg, #fff500 61.87deg, #0eed82 123.75deg, #06f 179.22deg, #bd00ff 243.75deg, red 309.38deg, #ff7a00 1turn);
}
.exe_editor ._editor_right .color-builder .__color-item .__black {
  background-color: #0a0e14;
}
.exe_editor ._editor_right .color-builder .__color-item .__while {
  background-color: #fff;
}
.exe_editor ._editor_right .color-builder .__color-item .__red {
  background-color: #f95453;
}
.exe_editor ._editor_right .downloader {
  text-align: center;
}
.exe_editor ._editor_right .downloader .edit-background {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  text-decoration: underline;
}
.exe_editor ._editor_right .downloader .edit-background svg {
  margin-right: 5px;
}
.exe_editor ._editor_right .downloader button {
  margin: auto;
  width: 80%;
  background-color: #191fb9;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exe_editor ._editor_right .downloader button span {
  margin-right: 5px;
}

.editor-container {
  width: 100%;
  height: 100vh;
  display: flex;
  border-top: 1px solid #ccc;
}
.editor-container .__editor_toolbar {
  width: 370px;
  background-color: #fff;
  display: flex;
}
.editor-container .__editor_toolbar .__toolbar_menu {
  width: 50px;
  height: 100%;
  border-right: 1px solid #ccc;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(181, 171, 171, 0.1);
}
.editor-container .__editor_toolbar .__toolbar_menu ul li {
  text-align: center;
  width: 100%;
  margin: 0px auto 30px auto;
  cursor: pointer;
}
.editor-container .__editor_toolbar .__toolbar_menu ul li:first-child {
  padding-top: 15px;
}
.editor-container .__editor_toolbar .__toolbar_menu ul li:hover {
  color: #0c5599;
}
.editor-container .__editor_toolbar .__toolbar_menu ul li span {
  font-size: 10px;
}
.editor-container .__editor_toolbar .__toolbar_menu ul li svg {
  text-align: center;
  margin: auto;
}
.editor-container .__editor_toolbar .__toolbar_data {
  width: 320px;
  height: 100%;
}
.editor-container .__editor_toolbar .__toolbar_data .__edit-bg-tab {
  overflow-y: scroll;
  max-height: 90vh;
}
.editor-container .__editor_toolbar .__toolbar_data .__edit-bg-tab .__edit-bg-tab-link {
  display: flex;
  background-color: #e5e7eb;
  color: #333;
  margin: 15px 15px;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px;
}
.editor-container .__editor_toolbar .__toolbar_data .__edit-bg-tab .__edit-bg-tab-link li {
  padding: 7px 20px;
  font-weight: 500;
  border-radius: 5px;
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.editor-container .__editor_toolbar .__toolbar_data .__edit-bg-tab .__edit-bg-tab-link li.tab-active {
  background-color: #fff;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item {
  min-height: 500px;
  max-height: 90vh;
  overflow-y: scroll;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item .bg-image-block {
  height: auto;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item .bg-image-block .__bg-image-block--title {
  font-size: 16px;
  font-weight: 700;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item .bg-image-block .__bg-image-block--list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item .bg-image-block .__bg-image-block--list .__item {
  width: 30%;
  height: 90px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.editor-container .__editor_toolbar .__toolbar_data .\--tab-item .bg-image-block .__bg-image-block--list .__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.editor-container .__editor_stageview {
  background-color: #e5e7eb;
  width: calc(100% - 370px);
}

.btn__primary {
  width: 100%;
  height: 40px;
  background-color: #474cc8;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.btn__light {
  width: 100%;
  height: 40px;
  background-color: #ccc;
  color: #333;
  border-radius: 5px;
  margin-bottom: 10px;
}

.color-builder {
  margin-top: 10%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.color-builder .__color-item {
  width: calc(20% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.color-builder .__color-item span {
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(32, 52, 89, 0.16);
}
.color-builder .__color-item span:hover {
  border: 2px solid #007bff;
}
.color-builder .__color-item span:active {
  border: 2px solid #007bff;
}
.color-builder .__color-item .__transparent {
  background: url("../img/transparent.png");
}
.color-builder .__color-item #color_buider {
  position: absolute;
  z-index: -1;
}
.color-builder .__color-item .__builder {
  margin-bottom: 0px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 8px rgba(32, 52, 89, 0.16);
  background: conic-gradient(from 180deg at 50% 50%, #ff7a00 0deg, #fff500 61.87deg, #0eed82 123.75deg, #06f 179.22deg, #bd00ff 243.75deg, red 309.38deg, #ff7a00 1turn);
}
.color-builder .__color-item .__black {
  background-color: #0a0e14;
}
.color-builder .__color-item .__while {
  background-color: #fff;
}
.color-builder .__color-item .__red {
  background-color: #f95453;
}

.__tab_resize {
  padding: 20px;
}
.__tab_resize .input {
  width: 100%;
  border: 1px solid #ccc;
  height: 35px;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 5px;
}

.social-poster .__poster-item {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  cursor: pointer;
}
.social-poster .__poster-item img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.__tab_shadow {
  padding: 15px;
}

.__shadow-block {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 25px;
}
.__shadow-block .__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.__shadow-block .__title .left {
  display: flex;
  align-items: center;
}
.__shadow-block .__title .left span {
  font-size: 16px;
  margin-left: 5px;
  font-weight: 400;
}
.__shadow-block .__title .left svg {
  font-size: 24px;
  color: #0c5599;
}
.__tab_text .__tab_text-header {
  padding: 15px;
}
.__tab_text .__tab_text-header button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.__tab_text .__tab_text-header button span {
  text-align: center;
  margin-left: 5px;
}
.__tab_text .__tab_text-font {
  padding: 15px;
  margin-bottom: 25px;
}
.__tab_text .__tab_text-font .el-select {
  width: 100%;
}
.__tab_text .__tab_text-size {
  border: 1px solid #333;
  margin: 0 15px;
}
.__tab_text .__tab_text-size ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.__tab_text .__tab_text-size ul li {
  padding: 7px;
  cursor: pointer;
}
.__tab_text .__tab_text-size ul li svg {
  width: 20px;
}
.__tab_text .__tab_text-size ul li:hover {
  background-color: #eee;
}
.__tab_text .__tab_text-color .block {
  margin: 15px;
}
.__tab_text .__tab_text-outline {
  margin: 15px;
}

.upload-bg {
  margin: 15px;
  max-width: 360px;
}
.upload-bg .el-upload {
  width: 100%;
}
.upload-bg .el-upload-dragger {
  width: unset;
  height: 80px;
}
.upload-bg .el-upload-dragger .el-icon-upload {
  margin: 0px;
}

.mr-15 {
  margin: 15px;
}

.demonstration {
  font-size: 14px;
  font-weight: 300;
}

.zoom-control {
  position: absolute;
  bottom: 25px;
  left: 50%;
  background-color: #fff;
  min-width: 350px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.zoom-control .zoom-in {
  width: 10%;
  cursor: pointer;
  margin-right: 15px;
}
.zoom-control .slider {
  width: 60%;
}
.zoom-control .percent {
  margin-left: 25px;
}
.zoom-control .percent .el-input__inner {
  width: 37px;
  height: 30px;
  padding: 0 5px;
}
.zoom-control .percent .el-input-group__append {
  padding: 5px;
}
.zoom-control .zoom-out {
  margin-left: 15px;
  width: 10%;
  cursor: pointer;
}

.upload-demo ul.el-upload-list {
  display: none;
}

.el-input-number {
  width: 100%;
}

.el-drawer__body {
  padding: 0 !important;
}

.download-btn-2 {
  position: absolute;
  right: 5%;
  top: 13px;
}

.el-loading-spinner {
  left: 44%;
  top: 36%;
}

.static-page {
  width: 60%;
  background-color: #fff;
  margin: 25px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 9px #ccc;
}
.static-page h1 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 98%;
  }
  #header {
    box-shadow: unset;
  }
  #header .header-main .lang .lang-dropdown .sub-lang {
    right: 0px !important;
  }
  .el-upload-dragger {
    width: 300px;
  }
  .exe_editor {
    width: 98%;
    box-shadow: unset;
  }
  .exe_editor ._editor_left {
    width: 100%;
  }
  .exe_editor ._editor_left .__editor_head ul {
    justify-content: center;
  }
  .exe_editor ._editor_right {
    width: 100%;
  }
  .exe_editor ._editor_left .__editor_image--before {
    height: auto;
    max-height: 500px;
  }
  .exe_editor ._editor_left .__editor_image--before img {
    max-height: inherit;
  }
}
.group-tab-radio .el-upload-dragger {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 25px;
}
.group-tab-radio .bg-image-block {
  max-height: 500px;
  overflow: auto;
}
.group-tab-radio .__bg-image-block--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 20px;
}
.group-tab-radio .__bg-image-block--list .__item {
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.group-tab-radio .__bg-image-block--list .__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.group-tab-radio .__bg-image-block--list .__item .avatar-uploader {
  width: 100%;
  height: 100%;
  border: 1px dashed #ccc;
  position: relative;
}
.group-tab-radio .__bg-image-block--list .__item .avatar-uploader .el-upload {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}

._editor_right .el-radio-group {
  margin: 18px 24px;
}
._editor_right .el-radio-group .bg-image-block {
  display: flex;
}

#sssss {
  position: relative;
}

.el-drawer__header {
  margin-bottom: 20px;
}

.upload-in-color .el-upload-dragger {
  width: 300px;
  margin-left: 20px;
  margin-bottom: 0px;
  height: 75px;
}
.upload-in-color .el-upload-dragger .el-icon-upload {
  margin: 0px;
}

.color-builder {
  margin-top: 5%;
}

.exe_editor ._editor_right .color-builder {
  justify-content: space-between;
}
.exe_editor ._editor_right .color-builder .__color-item .__transparent {
  margin: auto;
}
.exe_editor ._editor_right .color-builder .__color-item .__builder {
  margin: auto;
}
.exe_editor ._editor_right .color-builder .__color-item span {
  margin: auto;
}

#__editor_image_ssss {
  position: relative;
}

.group-tab-radio .__tab_text-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 10px auto;
}
.group-tab-radio .__tab_text-font {
  padding: 15px;
  margin-bottom: 25px;
}
.group-tab-radio .__tab_text-font .el-select {
  width: 100%;
}
.group-tab-radio .__tab_text-size {
  border: 1px solid #333;
  margin: 0 15px;
}
.group-tab-radio .__tab_text-size ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.group-tab-radio .__tab_text-size ul li {
  padding: 7px;
  cursor: pointer;
}
.group-tab-radio .__tab_text-size ul li svg {
  width: 20px;
}
.group-tab-radio .__tab_text-size ul li:hover {
  background-color: #eee;
}
.group-tab-radio .__tab_text-color .block {
  margin: 15px;
}
.group-tab-radio .__tab_text-outline {
  margin: 15px;
}

.exe_editor ._editor_right .downloader .download-btn-12 {
  width: 90%;
}
.exe_editor ._editor_right .downloader .download-btn-12 button {
  margin: auto;
  width: unset;
  background-color: #191fb9;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
  margin-bottom: 0;
  border-radius: unset;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.exe_editor ._editor_right .downloader .download-btn-12 button:first-child {
  width: 80%;
}

.btn-upload-home {
  width: 50%;
  margin-top: 15%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50%;
  transform: translate(-50%, 10%);
}

.reset-btn {
  position: absolute;
  right: 16%;
  top: 13px;
}

.flip-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 88%;
  margin: auto;
}
.flip-group .flip-btn {
  width: 49% !important;
  height: 46px !important;
  background-color: #909399 !important;
}
.flip-group .flip-btn:hover {
  background-color: #191fb9 !important;
}