<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

[v-cloak] {
  display: none !important;
}

.w100p {
  width: 100%;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  padding-top: 48px;
}
body.fixed {
  overflow: hidden;
}

@media (min-width: 960px) {
  body {
    padding-top: 64px;
  }
}
#app {
  min-height: calc(100vh - 64px - 150px);
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.text-center {
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  text-align: center;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  padding: 10px 20px;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.btn:disabled {
  color: #fff;
  background-color: #dc3545;
  background-image: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-block {
  width: 100%;
}

.btn-sm {
  font-size: 14px;
  padding: 8px 12px;
}

.btn-mini {
  font-size: 14px;
  padding: 6px 12px;
}

.btn-primary {
  color: #fff;
  background-image: linear-gradient(to right, #f7186a, #ec8c69);
}
.btn-primary:hover {
  color: #fff;
}

.btn-white {
  color: #606060;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-group,
.form-group-sm {
  position: relative;
  margin-bottom: 22px;
}
.form-group.inline,
.form-group-sm.inline {
  display: flex;
  align-items: center;
}
.form-group.inline .label,
.form-group-sm.inline .label {
  flex-shrink: 0;
}
.form-group.error input[type=text],
.form-group.error input[type=password],
.form-group.error select,
.form-group-sm.error input[type=text],
.form-group-sm.error input[type=password],
.form-group-sm.error select {
  border: 1px solid #f56c6c;
}
.form-group .label,
.form-group-sm .label {
  color: #606266;
  line-height: 40px;
  padding: 0 12px 0 0;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea,
.form-group select,
.form-group-sm input[type=text],
.form-group-sm input[type=number],
.form-group-sm input[type=password],
.form-group-sm input[type=tel],
.form-group-sm input[type=email],
.form-group-sm textarea,
.form-group-sm select {
  display: inline-block;
  font-size: 1rem;
  color: #606266;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  height: 40px;
  line-height: 1.5;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=number]::-moz-placeholder, .form-group input[type=password]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder, .form-group-sm input[type=text]::-moz-placeholder, .form-group-sm input[type=number]::-moz-placeholder, .form-group-sm input[type=password]::-moz-placeholder, .form-group-sm input[type=tel]::-moz-placeholder, .form-group-sm input[type=email]::-moz-placeholder, .form-group-sm textarea::-moz-placeholder, .form-group-sm select::-moz-placeholder {
  color: #999;
}
.form-group input[type=text]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=email]::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group-sm input[type=text]::placeholder,
.form-group-sm input[type=number]::placeholder,
.form-group-sm input[type=password]::placeholder,
.form-group-sm input[type=tel]::placeholder,
.form-group-sm input[type=email]::placeholder,
.form-group-sm textarea::placeholder,
.form-group-sm select::placeholder {
  color: #999;
}
.form-group input[type=text][disabled],
.form-group input[type=number][disabled],
.form-group input[type=password][disabled],
.form-group input[type=tel][disabled],
.form-group input[type=email][disabled],
.form-group textarea[disabled],
.form-group select[disabled],
.form-group-sm input[type=text][disabled],
.form-group-sm input[type=number][disabled],
.form-group-sm input[type=password][disabled],
.form-group-sm input[type=tel][disabled],
.form-group-sm input[type=email][disabled],
.form-group-sm textarea[disabled],
.form-group-sm select[disabled] {
  cursor: not-allowed;
}
.form-group textarea,
.form-group-sm textarea {
  height: auto;
}
.form-group .input-group,
.form-group-sm .input-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-group .input-group .prepend,
.form-group-sm .input-group .prepend {
  display: flex;
  align-items: center;
  font-size: 1rem;
  background-color: #f5f7fa;
  height: 40px;
  padding: 0 6px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.form-group .input-group .prepend ~ input,
.form-group-sm .input-group .prepend ~ input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group .input-group input,
.form-group-sm .input-group input {
  flex: 1;
  border-radius: 0;
}
.form-group .input-group input[disabled],
.form-group-sm .input-group input[disabled] {
  cursor: not-allowed;
}
.form-group .input-group input ~ .append,
.form-group-sm .input-group input ~ .append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group .input-group .btn-append,
.form-group-sm .input-group .btn-append {
  width: 150px;
  cursor: pointer;
}
.form-group .radio,
.form-group-sm .radio {
  cursor: pointer;
}
.form-group .radio .indicator,
.form-group-sm .radio .indicator {
  display: inline-flex;
  align-items: center;
  color: #606266;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-group .radio .indicator:before,
.form-group-sm .radio .indicator:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 4px;
  font-size: 20px;
  color: #ccc;
}
.form-group .radio ~ .radio,
.form-group-sm .radio ~ .radio {
  margin-left: 12px;
}
.form-group .radio input,
.form-group-sm .radio input {
  display: none;
}
.form-group .radio input:checked ~ .indicator,
.form-group-sm .radio input:checked ~ .indicator {
  color: #409eff;
}
.form-group .radio input:checked ~ .indicator:before,
.form-group-sm .radio input:checked ~ .indicator:before {
  content: "\f058";
  color: #409eff;
}
.form-group .radio input[disabled] ~ .indicator,
.form-group-sm .radio input[disabled] ~ .indicator {
  cursor: not-allowed;
}
.form-group .checkbox,
.form-group-sm .checkbox {
  cursor: pointer;
}
.form-group .checkbox .indicator,
.form-group-sm .checkbox .indicator {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #606266;
  cursor: pointer;
}
.form-group .checkbox .indicator:before,
.form-group-sm .checkbox .indicator:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 2px;
  color: #ccc;
}
.form-group .checkbox ~ .checkbox,
.form-group-sm .checkbox ~ .checkbox {
  margin-left: 12px;
}
.form-group .checkbox input,
.form-group-sm .checkbox input {
  display: none;
}
.form-group .checkbox input:checked ~ .indicator,
.form-group-sm .checkbox input:checked ~ .indicator {
  color: #409eff;
}
.form-group .checkbox input:checked ~ .indicator:before,
.form-group-sm .checkbox input:checked ~ .indicator:before {
  content: "\f058";
  color: #409eff;
}
.form-group .my-vselect .vs__dropdown-toggle,
.form-group-sm .my-vselect .vs__dropdown-toggle {
  border-radius: 10px;
  padding: 0;
}
.form-group .my-vselect .vs__selected,
.form-group-sm .my-vselect .vs__selected {
  display: block;
  color: #606266;
  line-height: 40px;
  margin: 0 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.form-group .my-vselect .vs__selected-options,
.form-group-sm .my-vselect .vs__selected-options {
  font-size: 1rem;
  color: #606266;
  border: none;
  height: 40px;
  line-height: 1.5;
  outline: 0;
  padding: 0 15px;
  margin: 0;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.form-group .my-vselect .vs__selected-options,
.form-group-sm .my-vselect .vs__selected-options {
  flex-wrap: nowrap;
  max-width: calc(100% - 25px); /* change this to `- 40px` if you're supporting a `clearable` field; I was not */
}
.form-group .error,
.form-group-sm .error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
}
.form-group .hint-text,
.form-group-sm .hint-text {
  color: #277bc0;
  font-size: 12px;
}
.form-group .hint-text.danger,
.form-group-sm .hint-text.danger {
  color: #f56c6c;
}

.form-group-sm {
  margin-bottom: 12px;
}

.form-group-mini {
  margin-bottom: 10px;
}

textarea {
  height: auto;
  overflow: auto;
  resize: vertical;
  padding: 10px 15px !important;
}

.switch[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch[type=checkbox]:checked + label {
  background: #409eff;
}
.switch[type=checkbox]:checked + label:after {
  left: calc(100% - 3px);
  transform: translate(-100%, -50%);
}
.switch[type=checkbox] + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #dcdfe6;
  display: block;
  border-radius: 50px;
  position: relative;
}
.switch[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.dialog-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.dialog-wrapper.show {
  display: block;
  overflow: auto;
}
.dialog-wrapper.light {
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-wrapper.dark {
  background-color: #000;
}
.dialog-wrapper.confirm-dialog .dialog {
  max-width: 360px;
  padding: 0 20px;
}
.dialog-wrapper.confirm-dialog .dialog-body {
  padding: 20px 0;
}
.dialog-wrapper.confirm-dialog .confirm-message {
  font-size: 16px;
  margin-bottom: 30px;
}
.dialog-wrapper.confirm-dialog .bottom-row {
  text-align: right;
}
.dialog-wrapper.confirm-dialog .confirm-button {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #606266;
  background-color: transparent;
  border: none;
  margin: 0 10px;
  cursor: pointer;
}
.dialog-wrapper.confirm-dialog .confirm-button.primary {
  color: #3c6ba8;
}
.dialog-wrapper .dialog {
  position: relative;
  width: 90%;
  max-width: 480px;
  padding: 0 20px 15px;
  color: #606266;
  background-color: #fff;
  border-radius: 10px;
  margin: 50px auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dialog-wrapper .dialog .icon {
  display: block;
  margin: 0 auto;
  padding-top: 45px;
  width: 240px;
}
.dialog-wrapper .dialog .text {
  margin: 40px 0;
  font-size: 18px;
  text-align: left;
  color: #202020;
}
.dialog-wrapper .dialog .dialog-button {
  font-family: "Noto Sans TC", sans-serif;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 50px;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.dialog-wrapper .dialog .dialog-button.confirm {
  color: #fff;
  background-color: #a6a5aa;
  border: 1px solid #a6a5aa;
}
.dialog-wrapper .dialog .dialog-button.confirm:hover {
  background-color: #7f7c8b;
}
.dialog-wrapper .dialog .dialog-button.danger {
  color: #fff;
  background-color: #f78989;
}
.dialog-wrapper .dialog .dialog-button.danger:hover {
  background-color: #f56c6c;
}
.dialog-wrapper .dialog .dialog-button.cancel {
  background-color: #fff;
  border: 1px solid #a6a5aa;
}
.dialog-wrapper .dialog-header {
  padding: 20px 0 10px;
}
.dialog-wrapper .dialog-header .dialog-title {
  min-height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #303133;
  margin-right: 12px;
}
.dialog-wrapper .dialog-header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.dialog-wrapper .dialog-body {
  padding: 20px 0;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.text-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-loading .text {
  color: #fff;
  margin-top: 30px;
}

.progress-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.progress-loading .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-loading .spinner {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.progress-loading .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 140px;
  width: 140px;
  color: #f56c6c;
  background-color: #fff;
  border-radius: 50%;
}
.progress-loading .tip-text {
  font-size: 14px;
  color: #fff;
  margin: 10px 0;
}
.progress-loading .btn-cancel {
  color: #fff;
  text-decoration: underline;
}

.empty-record {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 80px auto;
}
.empty-record img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 6px;
  height: 48px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  z-index: 2;
}
.nav .left-menu {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.nav .right-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.nav .right-menu &gt; :not(:first-child) {
  margin-left: 6px;
}
.nav .right-menu .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}
.nav .right-menu .dropdown {
  position: relative;
  padding: 10px 0;
}
.nav .right-menu .dropdown:last-child {
  display: none;
}
.nav .right-menu .dropdown [type=checkbox] {
  display: none;
}
.nav .right-menu .dropdown [type=checkbox]:checked ~ .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.nav .right-menu .dropdown .lang-btn {
  font-size: 14px;
  background-color: transparent;
  border: none;
  padding: 4px 0;
  cursor: pointer;
}
.nav .right-menu .dropdown .lang-btn ~ .dropdown-menu {
  width: 128px;
}
.nav .logo {
  display: inline-block;
  height: 30px;
}
.nav .logo img {
  height: 100%;
  vertical-align: inherit;
}
.nav .menu-list {
  display: none;
  list-style-type: none;
  padding: 0;
}
.nav .menu-list li {
  padding: 0 10px;
  font-size: 18px;
  color: #202020;
}
.nav .menu-list a {
  text-decoration: none;
}
.nav .nav-btn {
  font-size: 14px;
  white-space: nowrap;
  border: none;
}
.nav .dropdown-menu {
  list-style-type: none;
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  width: 220px;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.nav .dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.nav .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.nav .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.nav .dropdown-menu li {
  position: relative;
  line-height: 32px;
  padding: 4px 20px;
  margin: 0;
  color: #606266;
}
.nav .dropdown-menu li.divided {
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}
.nav .dropdown-menu li.link-item {
  padding-left: 30px;
}
.nav .dropdown-menu li.link-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.nav .dropdown-menu li a {
  display: block;
}
.nav .dropdown-menu li .badge {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  background-color: #f56c6c;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.nav .dropdown-menu li .logout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .dropdown-menu .user {
  padding: 10px 0;
}
.nav .dropdown-menu .btn-apply {
  display: block;
  width: 100%;
  height: 37px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #f56c6c;
  border-radius: 10px;
  color: #f56c6c;
}
.nav .dropdown-menu .tag {
  font-size: 14px;
  color: #e05069;
}

@media (min-width: 960px) {
  .nav {
    height: 64px;
    padding: 0 20px;
  }
  .nav .hamburger {
    display: none;
  }
  .nav .menu-list {
    display: flex;
  }
  .nav .nav-btn {
    font-size: 16px;
    padding: 8px 24px;
  }
}
@media (min-width: 960px) {
  .nav .left-menu {
    margin-left: 0;
  }
  .nav .right-menu .dropdown:last-child {
    display: block;
  }
}
.nav-btn {
  display: inline-block;
  padding: 4px 12px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to bottom, #f699a0, #e4719b);
  border-radius: 40px;
  transition: all 0.3s ease;
  font-size: 14px;
  cursor: pointer;
}
.nav-btn:hover {
  background: linear-gradient(to bottom, #e4719b, #f699a0);
  color: #ffffff;
}

.hamburger {
  position: fixed;
  top: 8px;
  left: 10px;
  background-color: transparent;
  border: none;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #635343;
  display: block;
  margin: 6px auto;
}

.offset-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 100px 20px;
  transition: transform 0.3s;
  transform: translateX(-100%);
  z-index: 3;
  overflow: auto;
}
.offset-menu.active {
  transform: translateX(0);
}
.offset-menu .nav-btn {
  display: block;
  padding: 10px 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.offset-menu .btn-start {
  margin: 0 10px 30px;
  text-align: center;
  padding: 10px 30px;
  font-size: 18px;
  border: 1px solid #f56c6c;
  border-radius: 50px;
  color: #f56c6c;
}
.offset-menu .offset-menu-list {
  list-style-type: none;
  flex-direction: column;
  color: #707070;
  font-size: 18px;
  margin-top: 20px;
}
.offset-menu .offset-menu-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.offset-menu .offset-menu-list li.divided {
  border-bottom: 1px solid #ccc;
}
.offset-menu .offset-menu-list li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 8px;
}
.offset-menu .offset-menu-list li .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.offset-menu .offset-menu-list li .badge {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  background-color: #f56c6c;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.offset-menu .offset-menu-list .tag {
  font-size: 14px;
  color: #e05069;
  margin-bottom: 10px;
}
.offset-menu .offset-menu-list .logout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
}
.offset-menu .avatar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.offset-menu .avatar img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.offset-menu .avatar .name {
  font-size: 20px;
  font-weight: 700;
  margin-left: 10px;
}

@keyframes dropdown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-tabs {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.nav-tabs:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background-color: #d1d1d1;
}
.nav-tabs .active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #f78ca0;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-tabs li {
  flex-shrink: 0;
}
.nav-tabs li.active .nav-link {
  color: #f78ca0;
}
.nav-tabs .nav-link {
  display: inline-block;
  color: #303133;
  border-bottom: 2px solid #ccc;
  padding: 10px 12px;
}
.nav-tabs .nav-link:hover {
  color: #f78ca0;
}

@media (min-width: 576px) {
  .nav-tabs .nav-link {
    padding: 10px 20px;
  }
}
.tab-content .tab-pane {
  display: none;
  padding-top: 40px;
}
.tab-content .tab-pane.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}

.table-responsive {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table.round th:first-of-type {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.table.round th:last-of-type {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.table th,
.table td {
  padding: 12px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #ebeef5;
}
.table th.wrap,
.table td.wrap {
  word-wrap: break-word;
}
.table th {
  color: #909399;
  font-weight: 700;
}
.table td {
  color: #606266;
}
.table tr:nth-child(even) {
  background-color: #fafafa;
}

@media (max-width: 992px) {
  .table.vertical {
    display: block;
  }
  .table.vertical tbody,
  .table.vertical tr,
  .table.vertical td {
    display: block;
  }
  .table.vertical thead {
    display: none;
  }
  .table.vertical tr {
    padding-top: 10px;
  }
  .table.vertical td {
    position: relative;
    margin-left: 120px;
    text-align: left !important;
    border-bottom: 1px dashed #999;
  }
  .table.vertical td:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: -120px;
    width: 120px;
    border-bottom: 1px dashed #999;
    white-space: pre;
    text-align: center;
  }
}
.promote-wrapper {
  display: flex;
  align-items: center;
  max-width: 912px;
  margin-bottom: 20px;
}
.promote-wrapper .label {
  display: inline-block;
  width: 64px;
}
.promote-wrapper .txt-url {
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 4px 12px;
  margin-left: 10px;
  width: 150px;
  height: 32px;
  line-height: 32px;
  outline: none;
}
.promote-wrapper button {
  font-size: 16px;
  border: none;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.tippy-tooltip {
  padding: 0 !important;
}
.tippy-tooltip .tippy-content {
  padding: 5px 6px !important;
}

.loader {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 5px solid #2391e8;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 1050;
}
.modal.show {
  display: block;
}
.modal .modal-dialog {
  position: relative;
  width: 90%;
  max-width: 576px;
  margin: 1.75rem auto;
  pointer-events: none;
}
.modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal .modal-header .modal-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
}
.modal .modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1051;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.lightbox .box-image,
.lightbox .box-video {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.lightbox .box-video {
  -o-object-fit: contain;
     object-fit: contain;
}
.lightbox .box-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #f1f1f1;
  font-size: 48px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  transition: 0.3s;
  z-index: 3;
}
.lightbox .box-close:hover, .lightbox .box-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .lightbox .box-image {
    width: 80%;
    max-width: 640px;
  }
  .lightbox .box-video {
    width: 80%;
    max-width: 1024px;
  }
}
.tab-content .tab-pane {
  padding-top: 0;
}

#tab1 .form-wrapper {
  margin: 0 auto 20px;
}

#tab3 .form-wrapper {
  max-width: inherit;
}

.bg-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.bg-wrapper .bg-blur {
  display: block;
  position: absolute;
  inset: -10px;
  z-index: 0;
  filter: blur(10px) brightness(50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.bg-wrapper .bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-wrapper .bg-uploader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #000;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 6px 16px;
  white-space: nowrap;
  cursor: pointer;
}
.bg-wrapper .container {
  position: relative;
  height: 100%;
}
.bg-wrapper .avatar-wrapper {
  display: block;
  position: absolute;
  bottom: 32px;
  left: 16px;
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.bg-wrapper .avatar-wrapper .avatar {
  width: 100%;
  border-radius: 50%;
}
.bg-wrapper .nickname {
  position: absolute;
  left: 50px;
  bottom: 32px;
  display: flex;
  align-items: center;
  color: rgb(51, 51, 51);
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(100% - 82px);
  height: 32px;
  padding: 16px 64px;
  border-radius: 10px;
}
.bg-wrapper .btn-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.bg-wrapper input[type=file] {
  display: none;
}

@media (min-width: 596px) {
  .bg-wrapper .avatar-wrapper {
    width: 80px;
    height: 80px;
  }
  .bg-wrapper .nickname {
    left: 66px;
    height: 50px;
    padding: 16px 96px;
  }
}
@media (min-width: 768px) {
  .bg-wrapper .avatar-wrapper {
    width: 100px;
    height: 100px;
  }
}
.self-page {
  position: relative;
  color: #202020;
  padding: 16px;
  margin-top: -32px;
  margin-bottom: 32px;
}
.self-page .btn-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.self-page .btn-wrap .btn-interactive {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 50px;
  color: #f78ca0;
  background-color: #fff;
  border: 1px solid #f78ca0;
  margin-right: 8px;
  padding: 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.self-page .btn-wrap .btn-interactive.active {
  color: #fff;
  background-color: #f78ca0;
}
.self-page .intro {
  max-height: 140px;
  line-height: 20px;
  overflow: hidden;
}
.self-page .intro.show {
  max-height: inherit;
}
.self-page .intro .content {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: break-spaces;
}
.self-page .btn-more {
  display: block;
  margin-top: 8px;
  margin-left: auto;
  font-size: 14px;
  color: #e84989;
  text-align: right;
}

.hint-text {
  color: #606266;
  font-size: 14px;
  margin-bottom: 20px;
}

.a-link {
  color: #f99b7d;
  line-height: 1.5;
}
.a-link.pill {
  border: 1px solid #f99b7d;
  border-radius: 50px;
  padding: 2px 10px;
}
.a-link.pill:hover {
  border: 1px solid #e06469;
}
.a-link:hover {
  color: #e06469;
}

.line-block-title {
  margin-bottom: 10px;
}

.link-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #f78ca0;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
  transition: all 0.3s;
}
.link-block:hover {
  color: #fff;
  opacity: 0.8;
}

.recommand-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}

.recommand-users {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 4px 0 12px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.recommand-users .user-chip {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  padding: 4px 12px 4px 4px;
  height: 56px;
  min-width: 170px;
  border: 1px solid rgb(189, 189, 189);
  border-radius: 26px;
  color: #000;
  transition: all 0.3s;
}
.recommand-users .user-chip:hover {
  background-color: #f3f3f3;
}
.recommand-users .user-chip .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 6px;
}

.form-wrapper {
  width: 100%;
  max-width: 912px;
  padding: 10px 0;
  margin-bottom: 20px;
}
.form-wrapper.in-item {
  margin: 0;
}
.form-wrapper textarea {
  color: #606266;
  background-color: #fff;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.form-wrapper textarea:focus {
  outline: none;
  border-color: #409eff;
}
.form-wrapper .func-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-wrapper .func-row .flex-row {
  margin-bottom: 10px;
}
.form-wrapper .func-row .flex-row ~ .flex-row {
  justify-content: space-between;
  flex: 1;
}
.form-wrapper .func-row .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #f56c6c;
  background-color: transparent;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border: none;
  cursor: pointer;
}
.form-wrapper .func-row .icon:first-child {
  margin-left: 0;
}
.form-wrapper .func-row .icon img {
  width: 100%;
}
.form-wrapper .func-row .btn {
  padding: 8px 16px;
}
.form-wrapper .func-row .form-group {
  margin: 0;
}
.form-wrapper .func-row .form-control {
  border-radius: 4px;
}
.form-wrapper .func-row input[type=file] {
  display: none;
}
.form-wrapper .price-row {
  margin-bottom: 15px;
}
.form-wrapper .price-row .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6px;
}
.form-wrapper .price-row .text-message .form-group {
  flex-direction: column;
  align-items: flex-start;
}
.form-wrapper .check-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.form-wrapper .check-row .check-group {
  margin-right: 10px;
}
.form-wrapper .check-row .form-group {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-wrapper .func-row .flex-row ~ .flex-row {
    margin-top: 0;
  }
}
.image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.image-list .image-item {
  position: relative;
  border-radius: 10px;
  margin: 4px;
  overflow: hidden;
  cursor: pointer;
  width: 140px;
  height: 140px;
}
.image-list .image-item:first-child {
  margin-left: 0;
}
.image-list .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-list .image-item .btn-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: #ee2f1e;
  cursor: pointer;
  z-index: 1;
}
.image-list .image-item .btn-remove i {
  line-height: inherit;
}
.image-list .image-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.image-list .image-item .i-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  color: #999;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-radius: 10px;
}
.image-list .image-item .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.image-list .image-item .loading .text {
  font-size: 14px;
}
.image-list .image-item .loading .percent {
  font-size: 24px;
}

.search-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: 100%;
  margin-bottom: 10px;
}
.search-row .form-control {
  font-size: 16px;
  line-height: 16px;
  padding: 6px 56px 6px 16px;
  border-radius: 50px;
  border: 1px solid #dcdfe6;
}
.search-row .form-control:focus {
  outline: none;
}
.search-row .btn-cleartext {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #aaa;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.search-row .btn-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin: 10px 14px 30px;
}

@media (min-width: 768px) {
  .blog-list {
    width: 723px;
    margin: 10px auto 30px;
  }
}
@media (min-width: 992px) {
  .blog-list {
    width: 933px;
  }
}
@media (min-width: 1200px) {
  .blog-list {
    width: 1080px;
  }
}
.blog-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #cdf0ea;
  border-radius: 20px;
}
.blog-item .item-top {
  display: flex;
}
.blog-item .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #cdf0ea;
  cursor: pointer;
}
.blog-item .avatar img {
  width: 100%;
  border-radius: 50%;
}
.blog-item .info {
  margin-left: 10px;
  flex: 1;
}
.blog-item .info .flex-row {
  flex-wrap: wrap;
}
.blog-item .info .name {
  color: rgb(32, 32, 32);
  font-size: 16px;
  margin-right: 10px;
}
.blog-item .info .time {
  color: rgb(170, 170, 170);
  font-size: 14px;
}
.blog-item .info .permission {
  display: flex;
  color: rgb(170, 170, 170);
  font-size: 14px;
}
.blog-item .info .counter-wrapper {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 4px;
  border-radius: 50px;
  margin-left: 10px;
}
.blog-item .info .counter-wrapper &gt; div {
  line-height: 1;
  margin: 0 4px;
}
.blog-item .info .counter-wrapper .ticket-counter img {
  width: 14px;
}
.blog-item .blog-text {
  margin-top: 10px;
  margin-left: 7.5px;
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
}
.blog-item .blog-text.show {
  max-height: inherit;
}
.blog-item .content {
  color: rgb(32, 32, 32);
  font-size: 16px;
  overflow-wrap: break-word;
  word-break: normal;
}
.blog-item .btn-more {
  font-size: 14px;
  color: #ec8c69;
  margin-left: 7.5px;
}
.blog-item .ticket-wrap {
  margin-top: 20px;
  margin-left: 7.5px;
}
.blog-item .ticket-wrap .header {
  color: #f05a7e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-item .ticket-wrap .btn-more {
  margin-left: 0;
}
.blog-item .ticket-wrap .ticket-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.blog-item .ticket-wrap .ticket-title img {
  width: 20px;
  margin-right: 4px;
}
.blog-item .ticket-wrap .ticket-content {
  display: none;
}
.blog-item .ticket-wrap .ticket-content.show {
  display: block;
}
.blog-item .ticket-wrap .form-group {
  margin-bottom: 0;
}
.blog-item .ticket-wrap .label {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.blog-item .ticket-wrap .text {
  font-size: 14px;
}
.blog-item .edit-wrap {
  position: absolute;
  top: 40px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.blog-item .view-mode-wrap {
  position: absolute;
  top: 40px;
  right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.blog-item .view-mode-wrap .btn-mode {
  width: 28px;
  height: 28px;
  border: none;
  padding: 4px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.blog-item .view-mode-wrap .btn-mode.active .icon {
  fill: #1b4a56;
}
.blog-item .view-mode-wrap .icon {
  width: 100%;
}
.blog-item .fixed-top {
  position: absolute;
  top: 4px;
  left: 74px;
  font-size: 14px;
  color: #526470;
}
.blog-item .btn-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  color: #999;
  margin-left: 2px;
  background-color: #eff5f5;
  cursor: pointer;
  transition: all 0.3s;
}
.blog-item .btn-edit:hover {
  background-color: #eaeaea;
}
.blog-item .btn-edit.active {
  color: #eff5f5;
  background-color: #999;
}
.blog-item .grid-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-item .grid-wrapper {
  width: 100%;
  max-width: 560px;
  margin: 10px auto;
}
.blog-item .grid-wrapper .grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.blog-item .grid-wrapper .grid-row.col-1 {
  grid-template-columns: 1fr;
}
.blog-item .grid-wrapper .grid-row.col-1 .grid-item {
  width: 100%;
}
.blog-item .grid-wrapper .grid-row.col-1 .grid-item .grid-img {
  -o-object-fit: contain;
  object-fit: contain;
}
.blog-item .grid-wrapper .grid-row.grid2x3 {
  grid-template-columns: repeat(3, 1fr);
  aspect-ratio: auto;
}
.blog-item .grid-wrapper .grid-row.grid2x3 .grid-item.grid-span {
  grid-column: 1/span 3;
}
.blog-item .grid-wrapper .grid-row.grid2x3 .grid-item.grid-span .aspect-box {
  height: 0;
  padding-top: 56%;
}
.blog-item .grid-wrapper .grid-row.grid2x3 .grid-item .aspect-box {
  padding-top: 100%;
}
.blog-item .grid-wrapper .grid-row.grid1x2 {
  grid-template-columns: 1fr;
  max-width: inherit;
  aspect-ratio: auto;
}
.blog-item .grid-wrapper .grid-row.grid1x2 .grid-item {
  margin: 0;
}
.blog-item .grid-wrapper .grid-row.grid1x2 .grid-item .aspect-box {
  padding-top: 0;
}
.blog-item .grid-wrapper .grid-row.grid1x2 .grid-item .aspect-box .grid-img {
  position: static;
}
.blog-item .grid-wrapper .grid-row.cover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: none;
  aspect-ratio: auto;
}
.blog-item .grid-wrapper .grid-row.cover .grid-item .aspect-box {
  height: 400px;
}
.blog-item .grid-wrapper .grid-row .grid-item {
  position: relative;
  padding: 1px;
  margin: 0;
  cursor: pointer;
}
.blog-item .grid-wrapper .grid-row .grid-item.span-row-2 {
  grid-row: 1/span 2;
}
.blog-item .grid-wrapper .grid-row .grid-item .aspect-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog-item .grid-wrapper .grid-row .grid-item .grid-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-item .grid-wrapper .grid-row .grid-item .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}
.blog-item .grid-wrapper .grid-row .grid-item .img-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #eee;
  opacity: 0.2;
}
.blog-item .grid-wrapper .grid-row .grid-item .i-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-style: normal;
  color: #999;
  border: 1px solid #999;
}
.blog-item .grid-wrapper .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.blog-item .grid-wrapper .pager .btn-arrow {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f78ca0;
  border: none;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.blog-item .grid-wrapper .pager .btn-arrow:disabled {
  color: #ddd;
  cursor: not-allowed;
}
.blog-item .grid-wrapper .pager .btn-arrow:hover {
  opacity: 0.8;
}
.blog-item .btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-item .btn-unlock {
  font-size: 16px;
  color: #42413f;
  background-color: rgba(240, 179, 194, 0.53);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 8px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
}
.blog-item input[type=checkbox]:disabled + label {
  color: #ccc;
}
.blog-item .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.blog-item .btn-heart {
  color: #f66;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.blog-item .btn-heart .fa-heart {
  font-size: 18px;
}
.blog-item .btn-heart .like-count {
  font-size: 14px;
}
.blog-item .right {
  display: flex;
  align-items: center;
}
.blog-item .coworker-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #cdf0ea;
  cursor: pointer;
}
.blog-item .coworker-avatar img {
  width: 100%;
  border-radius: 50%;
}
.blog-item .btn-copy,
.blog-item .btn-share,
.blog-item .btn-maximize,
.blog-item .btn-qrcode,
.blog-item .btn-file {
  font-size: 0;
  color: #86a6ad;
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .blog-item .blog-text {
    margin-left: 7.5px;
  }
  .blog-item .grid-wrapper {
    max-width: inherit;
  }
  .blog-item .grid-wrapper .grid-row.grid2x3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .blog-item .grid-wrapper .grid-row.grid2x3 .grid-item.grid-span {
    grid-column: 1/span 4;
  }
  .blog-item .grid-wrapper .grid-row.grid1x2 .grid-item,
  .blog-item .grid-wrapper .grid-row .grid-item {
    margin: 0 7.5px 15px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  height: 100%;
  top: 0;
}

.switch-row {
  display: flex;
  align-items: center;
}
.switch-row .label {
  margin-left: 10px;
}

.discount-title {
  color: #606266;
  margin-bottom: 10px;
}

.discount-row {
  display: flex;
  align-items: center;
}
.discount-row .switch + label {
  margin-right: 10px;
}
.discount-row .pre {
  margin-right: 10px;
}
.discount-row .append {
  margin: 0 10px;
}

.error-code {
  font-size: 14px;
  color: #f7186a;
}

.success-code {
  font-size: 14px;
  color: #666;
}

.modal-form {
  margin-bottom: 40px;
}

.lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 70vh;
}
.lightbox .swiper-slide .box-image-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.lightbox .swiper-slide .box-image-wrapper .img-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #eee;
  opacity: 0.2;
}
.lightbox .swiper-slide .box-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.lightbox .swiper-slide .box-video {
  background-color: transparent;
  height: 100%;
}
.lightbox .swiper-slide .vjs-poster {
  background-color: #000;
}
.lightbox .swiper-slide .vjs-poster img {
  -o-object-fit: contain;
  object-fit: contain;
}
.lightbox .swiper-slide .vjs-big-play-button {
  z-index: 9999;
}

.permission-wrapper select {
  width: 156px;
  padding: 0 10px 0 8px;
}

.cropper-result {
  width: 100%;
  height: calc(100svh - 220px);
  margin: 0 auto;
}
.cropper-result .cropper-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#avatarLightbox {
  background-color: rgba(0, 0, 0, 0.5);
}
#avatarLightbox .img-preview {
  width: 80%;
  max-width: 640px;
}

.link-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  width: calc(100% - 100px);
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.videobox {
  position: relative;
  width: 90%;
  max-width: 640px;
  aspect-ratio: 16/9;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#shareModal {
  color: #1b4a56;
}
#shareModal .dialog {
  width: 360px;
}
#shareModal .dialog-body {
  padding: 20px 0;
}
#shareModal .shareway-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#shareModal .shareway-row .share-btn,
#shareModal .shareway-row .share-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background-color: #86a6ad;
  border: none;
  outline: none;
  padding: 4px;
  margin: 0 10px;
  cursor: pointer;
}
#shareModal .shareway-row .share-btn img {
  width: 100%;
}
#shareModal .shareway-row .share-link {
  background-color: transparent;
  padding: 0;
}
#shareModal .shareway-row .share-link img {
  width: 100%;
}

#ticketViewModal .location {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#ticketViewModal .qr-code {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
#ticketViewModal .modal-form {
  margin-bottom: 0;
}
#ticketViewModal .form-group {
  margin-bottom: 0;
}

.back-wrap {
  width: 100%;
  margin-top: 30px;
}
.back-wrap &gt; .btn {
  margin-bottom: 10px;
}

.category-form {
  margin: 40px auto 80px;
}

.promote-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.promote-wrapper button {
  border-radius: 4px;
}
.promote-wrapper .promote-input-group {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.promote-wrapper .promote-input-group .prepend {
  display: flex;
  align-items: center;
  color: #909399;
  background-color: #f5f7fa;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.promote-wrapper .promote-input-group .append {
  border-radius: 0 4px 4px 0;
}
.promote-wrapper .promote-input-group .input {
  border: 1px solid #ccc;
  border-right: none;
  padding: 4px 12px;
  margin-left: 0;
  width: 100px;
  height: 32px;
  line-height: 22px;
}
.promote-wrapper .btn-qrcode {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(to right, #f7186a, #ec8c69);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .promote-wrapper {
    flex-direction: row;
  }
  .promote-wrapper .promote-input-group {
    margin: 0 10px;
  }
}
.floating-btn {
  position: fixed;
  right: 15px;
  bottom: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #fff;
  background-color: #f78ca0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.uploader {
  display: inline-block;
  text-align: center;
  color: #8c939d;
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}
.uploader i {
  font-size: 28px;
}
.uploader input[type=file] {
  display: none;
}

.uploader-result {
  display: flex;
  flex-wrap: wrap;
}
.uploader-result .img-wrapper {
  position: relative;
}
.uploader-result .img-wrapper .btn-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 18px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: #ee2f1e;
  cursor: pointer;
  z-index: 1;
}
.uploader-result .img-wrapper .btn-remove i {
  line-height: inherit;
}
.uploader-result .img-wrapper img {
  border-radius: 4px;
}

.upload-tip {
  font-size: 12px;
  color: #606266;
}
.upload-tip b {
  color: #f56c6c;
  font-weight: 700;
}

.swiper-plans .plan-item {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 10px 0;
  cursor: pointer;
}
.swiper-plans .plan-item.active {
  border: 3px solid #f78ca0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-2px);
}
.swiper-plans .plan-item.active .plan-top img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.swiper-plans .edit-wrap {
  position: absolute;
  top: 4px;
  right: 4px;
}
.swiper-plans .btn-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  color: #fff;
  margin-left: 2px;
  background-color: #999;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper-plans .btn-edit:hover {
  background-color: #919191;
}
.swiper-plans .btn-edit.active {
  background-color: #919191;
}
.swiper-plans .plan-top {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.swiper-plans .plan-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.swiper-plans .plan-top .btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-plans .plan-top .btn-unlock {
  font-size: 16px;
  color: #42413f;
  background-color: rgba(240, 179, 194, 0.53);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 8px 20px;
  margin: 4px 0;
  border: none;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
}
.swiper-plans .plan-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  color: #1b4a56;
}
.swiper-plans .plan-body .title {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.swiper-plans .plan-body .content {
  width: 100%;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  word-break: break-word;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.swiper-plans .plan-body .content.show {
  height: auto;
  overflow: inherit;
  -webkit-line-clamp: inherit;
}
.swiper-plans .plan-body .price {
  font-size: 14px;
  font-weight: 500;
}
.swiper-plans .bottom-row {
  padding: 0 8px 8px;
  text-align: right;
}
.swiper-plans .bottom-row .btn-copy,
.swiper-plans .bottom-row .btn-share,
.swiper-plans .bottom-row .btn-maximize {
  font-size: 0;
  color: #86a6ad;
  background-color: transparent;
  border: none;
  outline: none;
  margin-left: 10px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .swiper-plans .plan-body .title {
    font-size: 16px;
    font-weight: 400;
  }
  .swiper-plans .plan-body .content {
    height: 48px;
    font-size: 12px;
    color: #acc6ce;
    -webkit-line-clamp: 3;
  }
  .swiper-plans .plan-body .price {
    font-size: 18px;
  }
}
.modal-blog-list {
  list-style-type: none;
  max-height: 480px;
  overflow-y: auto;
}
.modal-blog-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
}
.modal-blog-list li:hover {
  background-color: #f8eded;
}
.modal-blog-list li img {
  width: 64px;
  height: 64px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 15px;
}
.modal-blog-list li .content .title {
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0 10px;
}
.modal-blog-list li .content .date {
  font-size: 12px;
  color: #ccc;
}

#discountCodeListModal .table {
  font-size: 14px;
}

.btn-discount {
  color: #f56c6c;
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #f56c6c;
  margin-right: 10px;
  cursor: pointer;
}

.drag-container .drag-transition {
  display: flex;
  flex-wrap: wrap;
}
.drag-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  pointer-events: none;
  z-index: 1;
}

.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

#qrcodeModal .dialog-title {
  margin-bottom: 10px;
  text-align: center;
}
#qrcodeModal .link {
  display: block;
  text-align: center;
}

footer {
  font-size: 14px;
  padding-top: 40px;
  height: 150px;
  background-color: #333;
  border-top: 1px solid #333;
}
footer .footer-links {
  color: #fff;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
footer .footer-links li {
  padding: 0 10px;
}
footer .copyright {
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=view.css.map */</pre></body></html>