header {
  z-index: 1035;
}

.prepare-content-box {
  flex-direction: row;
  min-height: 320px;
  display: flex;
}

.carousel-item {
  margin-top: 4%;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.oasis-base {
  margin-left: 20%;
}

.cover-upload-container {
  border: 2px dashed #91b0b3;
  width: 204px;
  height: 204px;
}

.cover-upload-container img {
  width: 200px;
  height: 200px;
}

.poster-upload-container {
  border: 2px dashed #91b0b3;
}

.poster-upload-container img {
  width: 100%;
}

.label-color {
  color: #c4c9ce;
}

.field-label {
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.help-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.inputWrapper {
  flex-direction: column;
  display: flex;
}

.inputDefault {
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  outline: 0;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
}

.inputMaxLength {
  position: relative;
}

.textAreaDefault {
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
}

.maxLength {
  pointer-events: none;
  color: #949ba4;
  font-size: 12px;
  position: absolute;
  bottom: 12px;
  right: 14px;
}

.form-floating {
  color: #666;
  width: 100%;
}

.text-preline {
  white-space: pre-line;
}

.oasis-risk-box {
  color: #000;
  white-space: pre-line;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  max-width: 1200px;
  min-height: 200px;
  padding: .625rem .75rem;
  font-size: 16px;
  line-height: 1.765;
}

.announce-container {
  border-radius: 5px;
  width: 100%;
  max-width: 1200px;
  min-height: 320px;
}

.announce-container img {
  border-radius: 5px;
  width: 100%;
}

.publish-agreement ol {
  padding-right: 4rem;
}

.help-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.575;
}

.form-floating > .form-control {
  height: unset;
  font-size: 16px;
  font-style: normal;
  line-height: 1.765;
}

img:after {
  content: "";
}

img:not([src]) {
  visibility: hidden;
}

.needs-material {
  padding-left: 24px;
}

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

.btn-option-primary-micro, .btn-option-disabled {
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: var(--shadow-color) 2px 2px 22px;
  z-index: 0;
  color: #fff;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 203px;
  height: 56px;
  padding: 2px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.disabled.btn-option-disabled {
  background-color: #333;
}

.btn-option-primary-micro {
  background: #9373ee;
}

.btn-option-primary-micro:hover {
  background-color: #b19af3;
}

.btn-option-secondary-micro {
  background-color: unset;
  color: #fff;
  border-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 203px;
  height: 56px;
  display: flex;
}

.btn-get-started {
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 6px;
  width: 203px;
  height: 56px;
  padding: 3px;
  display: block;
  position: relative;
  overflow: hidden;
}

.btn-get-started:before {
  content: "";
  background: linear-gradient(115deg, #a3f5b7, #f8da5f, #c997fb, #8cdcfb, #9df8c2) 0 0 / 50% 100%;
  width: 200%;
  height: 100%;
  animation: .75s linear infinite btn-get-started_rainbow;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes btn-get-started_rainbow {
  to {
    transform: translateX(-50%);
  }
}

.btn-get-started span {
  z-index: 2;
  color: #ccc;
  box-sizing: border-box;
  background: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .475rem 0;
  font-size: 1.1rem;
  display: block;
  position: relative;
}

.zero-box {
  min-height: 600px;
}

@media (width <= 576px) {
  .zero-box {
    min-height: unset;
  }

  .btn-option-primary-micro, .btn-option-secondary-micro {
    width: 120px;
    height: 40px;
  }

  .carousel-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .publish-agreement ol {
    padding-right: 1rem;
  }

  .prepare-content-box {
    min-height: 100%;
    padding-top: 32px;
    display: block;
  }

  .needs-material {
    padding-left: 0;
  }

  .needs-head {
    display: none;
  }
}

.modal-content {
  background-color: #fff;
}

.ql-snow .ql-picker.ql-size .ql-picker-label:before, .ql-snow .ql-picker.ql-size .ql-picker-item:before {
  content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-size {
  width: 72px;
}

.ql-editor {
  color: #ccc;
  min-height: 260px;
}

.ql-snow .ql-tooltip {
  left: -10px !important;
}

.ql-snow .ql-tooltip[data-mode="video"]:before {
  content: "视频链接:";
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  content: "插入";
}

.ql-snow .ql-tooltip[data-mode="link"]:before, .ql-snow .ql-tooltip:before {
  content: "超链接:";
}

.ql-snow .ql-tooltip a.ql-action:after {
  content: "编辑";
}

.ql-snow .ql-tooltip a.ql-remove:before {
  content: "移除";
}

.ql-toolbar.ql-snow, .ql-container.ql-snow {
  border-color: #61666d;
}

.ql-editor.ql-blank:before {
  color: #ccc;
}

[contenteditable="true"] {
  caret-color: #fff;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background-color: #2f2f2f;
  border: #61666d;
}

.ql-snow .ql-editor .ql-code-block-container {
  background-color: #2b2d31;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
