
.cal-mission-pop[data-v-8d8e508a] {
  width: 18.75rem!important;
}
.project-board-popper[data-v-8d8e508a] {
  padding: 0;
}
.drop-menu-item[data-v-8d8e508a] {
  cursor: pointer;
  padding: 8px 1rem;
}
.drop-menu-item[data-v-8d8e508a]:hover {
  background-color: #f7f7f7;
}
[data-v-8d8e508a] .user-popover {
  padding: 0!important;
}
.new-main-cointainer[data-v-8d8e508a] {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.new-main-cointainer.active[data-v-8d8e508a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-main-cointainer .mobile-header[data-v-8d8e508a] {
  width: 100%;
  height: 2.75rem;
  min-height: 2.75rem;
  max-height: 2.75rem;
  position: relative;
  line-height: 2.75rem;
  text-align: center;
  font-size: 1.0625rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid #f2f2f2;
  z-index: 2;
}
.new-main-cointainer .mobile-header img[data-v-8d8e508a] {
  margin: auto;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  z-index: 3;
}
.new-main-cointainer .mobile-header .el-icon-arrow-left[data-v-8d8e508a] {
  margin: auto;
  position: absolute;
  left: 1rem;
  display: block;
  top: 0;
  bottom: 0;
  height: 2rem;
  line-height: 2rem;
}
.new-main-cointainer .main-new-sidebar[data-v-8d8e508a] {
  z-index: 9;
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.05);
  width: 5rem;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-main-cointainer .main-new-sidebar .show-button[data-v-8d8e508a] {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  top: 1.25rem;
  right: -2.5rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-main-cointainer .main-new-sidebar .show-button[data-v-8d8e508a]:hover {
  background: #1b9aee;
  color: white;
}
.new-main-cointainer .main-new-sidebar section[data-v-8d8e508a] {
  width: 100%;
}
.new-main-cointainer .main-new-sidebar .sidebar-logo[data-v-8d8e508a] {
  height: 4.5625rem;
  padding: 1.3125rem 6px 0 6px;
}
.new-main-cointainer .main-new-sidebar .sidebar-logo img[data-v-8d8e508a] {
  cursor: pointer;
  width: 4.25rem;
  height: auto;
}
.new-main-cointainer .main-new-sidebar .sidebar-apps[data-v-8d8e508a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.new-main-cointainer .main-new-sidebar .sidebar-apps .item[data-v-8d8e508a] {
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.75rem;
  height: 3.4375rem;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  font-size: 0.875rem;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.new-main-cointainer .main-new-sidebar .sidebar-apps .item img[data-v-8d8e508a] {
  width: 1.375rem;
  height: 1.375rem;
}
.new-main-cointainer .main-new-sidebar .sidebar-apps .item.active[data-v-8d8e508a] {
  background: #F6F7F9;
}
.new-main-cointainer .main-new-sidebar .sidebar-apps .item[data-v-8d8e508a]:hover {
  background: #F6F7F9;
}
.new-main-cointainer .main-new-sidebar .sidebar-user[data-v-8d8e508a] {
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-main-cointainer .main-new-sidebar .sidebar-user .user-head[data-v-8d8e508a] {
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
}
.new-main-cointainer .main-new-sidebar .sidebar-user .user-head img[data-v-8d8e508a] {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
}
.new-main-cointainer .main-new-sidebar .sidebar-user .user-head[data-v-8d8e508a]:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask[data-v-8d8e508a] {
  position: absolute;
  width: 15.8125rem;
  left: 5rem;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar[data-v-8d8e508a] {
  position: absolute;
  width: 15.8125rem;
  left: 0;
  top: 0;
  bottom: 0;
  height: 80%;
  background: white;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.5rem;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar .app-title[data-v-8d8e508a] {
  font-size: 1.125rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  color: #333333;
  line-height: 2.0625rem;
  margin-bottom: 1.6875rem;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar .item[data-v-8d8e508a] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.8125rem;
  height: 2.5rem;
  border-radius: 8px 8px 8px 8px;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar .item.active[data-v-8d8e508a] {
  background: #E0F1FF;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar .item[data-v-8d8e508a]:hover {
  background: #F6F7F9;
}
.new-main-cointainer .main-new-sidebar .hover-app-sidebar-mask .hover-app-sidebar .item img[data-v-8d8e508a] {
  margin-left: 10px;
  margin-right: 5px;
  width: 1.5625rem;
  height: 1.5625rem;
}
.new-main-cointainer .main-new-container[data-v-8d8e508a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.new-main-cointainer .main-new-container .app-sidebar[data-v-8d8e508a] {
  position: relative;
  border-right: 1px solid rgba(10, 137, 255, 0.2);
  width: 15.8125rem;
  padding: 1.25rem 1.5rem;
}
.new-main-cointainer .main-new-container .app-sidebar .hidden-button[data-v-8d8e508a] {
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  right: -1rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-main-cointainer .main-new-container .app-sidebar .hidden-button[data-v-8d8e508a]:hover {
  background: #1b9aee;
  color: white;
}
.new-main-cointainer .main-new-container .app-sidebar .app-title[data-v-8d8e508a] {
  font-size: 1.125rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  color: #333333;
  line-height: 2.0625rem;
  margin-bottom: 1.6875rem;
}
.new-main-cointainer .main-new-container .app-sidebar .item[data-v-8d8e508a] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.8125rem;
  height: 2.5rem;
  border-radius: 8px 8px 8px 8px;
}
.new-main-cointainer .main-new-container .app-sidebar .item.active[data-v-8d8e508a] {
  background: #E0F1FF;
}
.new-main-cointainer .main-new-container .app-sidebar .item[data-v-8d8e508a]:hover {
  background: #F6F7F9;
}
.new-main-cointainer .main-new-container .app-sidebar .item img[data-v-8d8e508a] {
  margin-left: 10px;
  margin-right: 5px;
  width: 1.5625rem;
  height: 1.5625rem;
}
.new-main-cointainer .main-new-container .app-container[data-v-8d8e508a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.new-main-cointainer .mobile-main-new-cointainer[data-v-8d8e508a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
  overflow-y: hidden;
}
.new-main-cointainer .mobile-footer[data-v-8d8e508a] {
  -webkit-box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.03);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.0625rem;
  max-height: 3.0625rem;
  min-height: 3.0625rem;
}
.new-main-cointainer .mobile-footer .mobile-footer-item[data-v-8d8e508a] {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #999999;
}
.new-main-cointainer .mobile-footer .mobile-footer-item img[data-v-8d8e508a] {
  width: 1.5rem;
  height: 1.5rem;
}
.new-main-cointainer .mobile-footer .mobile-footer-item.active[data-v-8d8e508a] {
  color: #1C98EE;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer {
  width: 17.8125rem;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer .user-info img {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer .user-info .user-name {
  font-size: 1.125rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: black;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer .actions {
  margin-top: 1.875rem;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer .actions .drop-menu-item {
  cursor: pointer;
  padding: 0.75rem 1rem 0.75rem 0;
}
.new-main-cointainer[data-v-8d8e508a] .mobile-sidebar-drawer .actions .drop-menu-item:hover {
  background-color: #f7f7f7;
}
.user_img[data-v-8d8e508a] {
  position: fixed;
  right: 1rem;
  bottom: 8.75rem;
  width: 3.375rem;
  height: 3.375rem;
  z-index: 9999;
}
.user_img img[data-v-8d8e508a] {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}
.daily-report[data-v-8d8e508a] {
  position: fixed;
  right: 1rem;
  bottom: 12.5rem;
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  z-index: 9999;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  background: #3B92FF;
  border-radius: 100%;
}

[data-v-a4f9f67c] .dialogClass {
  width: 41.1875rem!important;
}
@media (max-width: 30rem) {
[data-v-a4f9f67c] .dialogClass {
    margin-top: 60%!important;
    width: 90%!important;
}
}
.main-container[data-v-a4f9f67c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tips[data-v-a4f9f67c] {
  font-size: 0.875rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  color: #999999;
  line-height: 3.125rem;
}
.dialogClass[data-v-a4f9f67c] .el-dialog__header {
  border-bottom: 1px solid #E5E5E5;
  padding: 0.75rem 1rem;
}
.dialogClass[data-v-a4f9f67c] .el-dialog__body.demo-form-inline.el-form-item.el-form-item__content {
  width: 11.9375rem;
}
.dialogClass[data-v-a4f9f67c] .el-dialog__body {
  padding: 1.5rem 2rem 2rem;
}
.dialogClass[data-v-a4f9f67c] .el-dialog__footer {
  border-top: 1px solid #E5E5E5;
  padding: 0.75rem 2rem;
}
.dialog-title[data-v-a4f9f67c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialogClass[data-v-a4f9f67c] .el-dialog__headerbtn {
  top: 0.9375rem;
}
[data-v-a4f9f67c] .phone input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
[data-v-a4f9f67c] .phone input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[data-v-a4f9f67c] .phone input[type="number"] {
  -moz-appearance: textfield;
}

.login {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/bg3.970a425.png);
  background-size: 100vw 100vh;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-con {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 18.75rem;
}
.login-con-header {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding: 1.875rem 0;
}
.login-con .form-con {
  padding: 10px 0 0;
}
.login-con .login-tip {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}
.login .login_img {
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
}
.login .login_img img {
  width: 100%;
  max-height: 100%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.login .login_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4%;
}
@media screen and (max-width: 37.5rem) {
.login-con {
    top: 40%;
    left: 50%;
}
}
@media screen and (max-width: 30rem) {
.login .login_right {
    width: 80%;
    margin-left: 8%;
}
}

.psi-main-container[data-v-f177f938] {
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(https://oss.yf-gz.cn/file/1721722560947_83a9a7556e438f7e6e9086985cf6c002.png) 100% no-repeat;
  background-size: 100vw 100vh;
}
.psi-main-container .main-header[data-v-f177f938] {
  margin-bottom: 2px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 2.125rem 8px 2.125rem;
}
.psi-main-container .main-header .header-left.active[data-v-f177f938] {
  padding-left: 2rem;
}
.psi-main-container .main-header .header-left[data-v-f177f938] .el-tabs__header {
  margin-bottom: 0;
}
.psi-main-container .main-header .header-left[data-v-f177f938] .el-tabs__item {
  font-size: 1.125rem;
  height: 2.8125rem;
}
.psi-main-container .main-header .header-left[data-v-f177f938] .el-tabs__active-bar::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  content: '';
  background: white;
}
.psi-main-container .main-header .header-left[data-v-f177f938] .el-tabs__active-bar::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  content: '';
  background: white;
}
.psi-main-container .main-header .header-left[data-v-f177f938] .el-tabs__nav-wrap::after {
  display: none;
}
.psi-main-container .main-header .header-right[data-v-f177f938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.psi-main-container .main-header .header-right .member[data-v-f177f938] {
  margin-right: 8px;
}
.psi-main-container .main-list[data-v-f177f938] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.psi-main-container .main-list[data-v-f177f938] .el-carousel__arrow {
  display: none;
}
.psi-main-container .main-list[data-v-f177f938] .el-carousel--horizontal {
  height: 100%!important;
}
.psi-main-container .main-list[data-v-f177f938] .el-carousel__container {
  height: 100%!important;
}
.psi-main-container[data-v-f177f938] .el-carousel__arrow {
  display: none!important;
}
.psi-main-container .show-button[data-v-f177f938] {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  top: 1.125rem;
  left: 15rem;
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.psi-main-container .show-button.active[data-v-f177f938] {
  left: 1.25rem;
}
.psi-main-container .show-button[data-v-f177f938]:hover {
  background: #1b9aee;
  color: white;
}
.psi-main-container .show-ltr[data-v-f177f938] {
  -webkit-animation: show-ltr-data-v-f177f938 0.5s 1;
          animation: show-ltr-data-v-f177f938 0.5s 1;
}
@-webkit-keyframes show-ltr-data-v-f177f938 {
from {
    left: 1.25rem;
    opacity: 1;
}
to {
    left: 15rem;
    opacity: 0;
}
}
@keyframes show-ltr-data-v-f177f938 {
from {
    left: 1.25rem;
    opacity: 1;
}
to {
    left: 15rem;
    opacity: 0;
}
}
.psi-main-container .show-rtl[data-v-f177f938] {
  -webkit-animation: show-rtl-data-v-f177f938 0.5s 1;
          animation: show-rtl-data-v-f177f938 0.5s 1;
}
@-webkit-keyframes show-rtl-data-v-f177f938 {
from {
    left: 15rem;
    opacity: 1;
}
to {
    left: 1.25rem;
    opacity: 0;
}
}
@keyframes show-rtl-data-v-f177f938 {
from {
    left: 15rem;
    opacity: 1;
}
to {
    left: 1.25rem;
    opacity: 0;
}
}
.psi-main-container .psi-sidebar[data-v-f177f938] {
  padding: 0 1.5rem;
  width: 15.8125rem;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
.psi-main-container .psi-sidebar .sidebar-title[data-v-f177f938] {
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 4.5rem;
  line-height: 4.0625rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 1.125rem;
  color: #333333;
}
.psi-main-container .psi-sidebar .search-input[data-v-f177f938] {
  margin-bottom: 1rem;
}
.psi-main-container .psi-sidebar .search-input[data-v-f177f938] input {
  background: #F5F5F6;
}
.psi-main-container .psi-sidebar .item[data-v-f177f938] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 6px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.psi-main-container .psi-sidebar .item.active[data-v-f177f938] {
  background: #E0F1FF;
}
.psi-main-container .psi-sidebar .item[data-v-f177f938]:hover {
  background: #F6F7F9;
}
.psi-main-container .psi-sidebar .item img[data-v-f177f938] {
  margin-left: 10px;
  margin-right: 5px;
  width: 1.5625rem;
  height: 1.5625rem;
}
.psi-main-container .show-sidebar-ltr[data-v-f177f938] {
  -webkit-animation: show-sidebar-ltr-data-v-f177f938 0.5s 1;
          animation: show-sidebar-ltr-data-v-f177f938 0.5s 1;
}
@-webkit-keyframes show-sidebar-ltr-data-v-f177f938 {
from {
    width: 0;
    opacity: 0;
}
to {
    width: 15.8125rem;
    opacity: 1;
}
}
@keyframes show-sidebar-ltr-data-v-f177f938 {
from {
    width: 0;
    opacity: 0;
}
to {
    width: 15.8125rem;
    opacity: 1;
}
}
.psi-main-container .show-sidebar-rtl[data-v-f177f938] {
  -webkit-animation: show-sidebar-rtl-data-v-f177f938 0.5s 1;
          animation: show-sidebar-rtl-data-v-f177f938 0.5s 1;
}
@-webkit-keyframes show-sidebar-rtl-data-v-f177f938 {
from {
    width: 15.8125rem;
    opacity: 1;
}
to {
    width: 0;
    opacity: 0;
}
}
@keyframes show-sidebar-rtl-data-v-f177f938 {
from {
    width: 15.8125rem;
    opacity: 1;
}
to {
    width: 0;
    opacity: 0;
}
}
.psi-main-container .psi-main[data-v-f177f938] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2px;
}
.psi-main-container .margin-radius[data-v-f177f938] {
  margin: 0 1.875rem;
  border-radius: 1rem 1rem 0 0;
}
.psi-main-container .main-container[data-v-f177f938] {
  background: #FFFFFF;
  overflow: hidden;
}
.psi-main-container .top_tab[data-v-f177f938] {
  width: 100%;
  height: 5.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1rem;
  min-height: 5.875rem;
  max-height: 5.875rem;
  position: relative;
}
.psi-main-container .top_tab .top_title[data-v-f177f938] {
  position: absolute;
  top: 1.5625rem;
  left: 1.5rem;
  width: 10.625rem;
  height: 2.625rem;
}
.psi-main-container .top_tab .top_user[data-v-f177f938] {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
}
.psi-main-container .top_tab .top_user .user_img[data-v-f177f938] {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  margin-right: 6px;
}
.psi-main-container .top_tab .top_user .user_name[data-v-f177f938] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #156BFC;
}
.psi-main-container .top_tab .top_bg[data-v-f177f938] {
  width: 47.9375rem;
  height: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.875rem;
  background: url(https://oss.yf-gz.cn/file/1721723631585_6c7e43fa7978b2d13e9001a1f1d4d08e.png) 100% no-repeat;
  background-size: cover;
}
.psi-main-container .top_tab .tab_item[data-v-f177f938] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1.125rem;
  color: #5EB1FF;
  position: relative;
  margin-right: 3.4375rem;
  cursor: pointer;
}
.psi-main-container .top_tab .tab_item[data-v-f177f938]:nth-child(3n) {
  margin-right: 0;
}
.psi-main-container .top_tab .tab_item_icon[data-v-f177f938] {
  position: absolute;
  left: -1.75rem;
  top: 1.4375rem;
  width: 8.25rem;
  height: 1.625rem;
  background: url(https://oss.yf-gz.cn/file/1721723926265_ea97ecb8bd4e9ceac492c58463acb16b.png) 100% no-repeat;
  background-size: cover;
}
.psi-main-container2[data-v-f177f938] {
  background: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
}
.psi-main-container2 .bg_blue[data-v-f177f938] {
  width: 23.4375rem;
  height: 10.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#CBEAFE), to(#FFFFFF));
  background: linear-gradient(180deg, #CBEAFE 0%, #FFFFFF 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.psi-main-container2 .top_tab2[data-v-f177f938] {
  font-family: 'Betta02';
  font-weight: 400;
  font-size: 1.125rem;
  color: #163563;
  height: 2.75rem;
  z-index: 2;
  position: relative;
}
.psi-main-container2 .top_user2[data-v-f177f938] {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  right: 1rem;
  bottom: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.psi-main-container2 .bottom_tab[data-v-f177f938] {
  z-index: 3;
  width: 23.4375rem;
  height: 3.0625rem;
  min-height: 3.0625rem;
  margin-bottom: env(safe-area-inset-bottom);
  background: #FFFFFF;
  -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.0196);
          box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.0196);
  border-radius: 0px 0px 0px 0px;
  padding: 0 3.125rem;
}
.psi-main-container2 .bottom_tab .tab_item2[data-v-f177f938] {
  width: 1.625rem;
  overflow: visible;
  height: 100%;
  font-size: 10px;
  color: #666666;
  white-space: nowrap;
}
.psi-main-container2 .bottom_tab .tab_item2 .bottom_tab_icon[data-v-f177f938] {
  width: 1.625rem;
  height: 1.625rem;
}
.psi-main-container2 .start_bg[data-v-f177f938] {
  width: 3.625rem;
  height: 3.625rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: fixed;
  left: 9.875rem;
  bottom: 5px;
  margin-bottom: env(safe-area-inset-bottom);
  z-index: 3;
  cursor: pointer;
}
.psi-main-container2 .start_bg .start_img[data-v-f177f938] {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.actions-list[data-v-f177f938] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 30rem) {
.actions-list[data-v-f177f938] {
    width: 6rem;
    padding-bottom: 1px;
}
}
.actions-list .item_icon2[data-v-f177f938] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-f177f938] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
  height: 2.5rem;
}
@media screen and (max-width: 30rem) {
.actions-list .item[data-v-f177f938] {
    height: 2rem;
    padding-left: 6px;
}
}

.actions_popper {
  padding: 0 !important;
  min-width: unset !important;
  width: unset !important;
}

.mission_main[data-v-d4729608] {
  background: #f7f7f7;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-d4729608] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-d4729608] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  width: 100%;
}
.select_menu2[data-v-d4729608] {
  border: 1px solid #E1E2E6;
  padding: 0px 9px;
  border-radius: 6px 6px 6px 6px;
  height: 2rem;
  cursor: pointer;
}
.new-button[data-v-d4729608] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
.video_list[data-v-d4729608] {
  margin: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 1.875rem);
}
.video_list2[data-v-d4729608] {
  margin: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.video_item[data-v-d4729608] {
  width: 15.5rem;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.video_item:hover .actions[data-v-d4729608] {
  display: block;
}
.video_item:hover .preview_icon[data-v-d4729608] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_item .preview_icon[data-v-d4729608] {
  position: absolute;
  top: 8.375rem;
  left: 6.125rem;
  width: 3.3125rem;
  height: 1.875rem;
  z-index: 3;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.video_item .preview_icon .el-icon-caret-right[data-v-d4729608] {
  font-size: 1rem;
  margin-right: 2px;
  margin-left: -3px;
}
.video_item .actions[data-v-d4729608] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #33333380;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #ffffff;
}
.video_item .show_a[data-v-d4729608] {
  display: block;
}
.video_img[data-v-d4729608] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
  border-radius: 8px;
  z-index: 2;
}
.status_icon[data-v-d4729608] {
  padding: 0 4px;
  height: 1rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  white-space: nowrap;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ff7300;
}
.time2[data-v-d4729608] {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 3;
}
.top_block[data-v-d4729608] {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 18.625rem;
  width: 15.5rem;
}
.top_block .top_block_start_icon[data-v-d4729608] {
  width: 6.25rem;
  height: auto;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.video_block2[data-v-d4729608] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video_title[data-v-d4729608] {
  max-width: 15.5rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.75rem;
}
.video_bottom[data-v-d4729608] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.video_name[data-v-d4729608] {
  max-width: 9rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  margin-right: 10px;
}
.video_time[data-v-d4729608] {
  width: 5.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.upload-demo2[data-v-d4729608] {
  width: 50vw;
  height: 8.1875rem;
  background: #f8f8fb;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e1;
}
.el-icon-upload[data-v-d4729608] {
  font-size: 1.25rem;
}
.box_11[data-v-d4729608] {
  background-color: #f8f8fb;
  border-radius: 8px;
  width: 48vw;
  height: 8.1875rem;
  border: 1px dashed #e0e0e1;
}
.image_2[data-v-d4729608] {
  width: 3.625rem;
  height: 2.6875rem;
  margin: 1.6875rem 0 0 0px;
}
.text_28[data-v-d4729608] {
  width: 29.3125rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.0625rem 0 1.5rem 0px;
}
[data-v-d4729608] .el-tabs__header {
  margin-bottom: 0;
  margin-top: -4px;
}
[data-v-d4729608] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-d4729608] .pop_block {
  border-radius: 0.75rem;
}
[data-v-d4729608] .pop_block .el-dialog__body {
  padding: 0 !important;
}
.pop_block[data-v-d4729608] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-d4729608] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
  margin-top: 1.25rem;
}
.pop_block .box_10[data-v-d4729608] {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.pop_block .audio_des[data-v-d4729608] {
  width: 59.25rem;
  height: 14.875rem;
  margin-bottom: 0.75rem;
}
.pop_block .text_33[data-v-d4729608] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-d4729608] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .ml-10[data-v-d4729608] {
  margin-left: 10px;
}
.pop_block .text_34[data-v-d4729608] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-d4729608] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .audio_input[data-v-d4729608] {
  width: 52.375rem;
}
.pop_block .text_35[data-v-d4729608] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-d4729608] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-d4729608] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-d4729608] {
  height: 2.1875rem;
  margin: 3.125rem 0 1.875rem 0px;
}
.pop_block .text-wrapper_12[data-v-d4729608] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-right: 10px;
}
.pop_block .text_38[data-v-d4729608] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-d4729608] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-d4729608] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-d4729608] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-d4729608] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left_tabs[data-v-d4729608] {
  width: 10rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 235, 255, 0.2)), to(rgba(0, 132, 255, 0)));
  background: linear-gradient(90deg, rgba(198, 235, 255, 0.2) 0%, rgba(0, 132, 255, 0) 100%);
  border-radius: 1rem 0px 0px 0px;
  padding-top: 1.5rem;
}
.left_tabs .tabs_item[data-v-d4729608] {
  cursor: pointer;
  width: 10rem;
  height: 3.75rem;
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3D3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left_tabs .tabs_item .tabs_item_icon[data-v-d4729608] {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 6px;
}
.left_tabs .tabs_item_selected[data-v-d4729608] {
  background: #FFFFFF;
  color: #0084FF;
  position: relative;
}
.left_tabs .tabs_item_selected .left_line[data-v-d4729608] {
  width: 4px;
  height: 3.75rem;
  background: #0084FF;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.actions-list[data-v-d4729608] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.actions-list .item_icon2[data-v-d4729608] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-d4729608] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
  height: 2.5rem;
}
.voice_item[data-v-d4729608] {
  width: 12.75rem;
  background: #F6F7FB;
  border-radius: 0px 0px 0px 0px;
  padding: 2.0625rem 0 11px 0;
  position: relative;
  margin-right: 3.125rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.voice_item .system_icon[data-v-d4729608] {
  background: #FFF4D6;
  border-radius: 2px 2px 2px 2px;
  width: 1.5rem;
  height: 0.75rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #EE7707;
  position: absolute;
  top: 0.75rem;
  left: 3.875rem;
}
.voice_item .voice_img[data-v-d4729608] {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.voice_item .voice_title[data-v-d4729608] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.25rem;
  max-width: 11.875rem;
  margin: 10px 0 8px 0;
}
.voice_item .voice_img2[data-v-d4729608] {
  width: 11.875rem;
  height: 2.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_item .voice_time[data-v-d4729608] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  margin-left: 0.75rem;
  margin-top: 6px;
}
.subscribe_pop[data-v-d4729608] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-d4729608] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-d4729608] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}

.actions_popper {
  padding: 0 !important;
  min-width: unset !important;
}
.list-title {
  height: 3.75rem;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: bold;
  font-size: 1.25rem;
  color: #3D3D3D;
}

*[data-v-58c40355] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.m-video[data-v-58c40355] {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.m-video .u-play[data-v-58c40355] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #FFF;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.m-video .u-play path[data-v-58c40355] {
  stroke: #FFF;
}
.m-video .hidden[data-v-58c40355] {
  opacity: 0;
}
.u-video-hover:hover .u-play[data-v-58c40355] {
  opacity: 0.9;
}

.m-uploader[data-v-b259c354] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-list[data-v-b259c354] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list .file-item[data-v-b259c354] {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}
.file-list .file-item .file-img[data-v-b259c354] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.edit-mask[data-v-b259c354] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-icon-zoom-in[data-v-b259c354],
.el-icon-video-play[data-v-b259c354] {
  color: #fff;
}
.uploader-default[data-v-b259c354] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px dashed #dddddd;
  border-radius: 4px;
  color: #666666;
}
.subscribe_pop[data-v-b259c354] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-b259c354] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-b259c354] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}
.json_block[data-v-b259c354] {
  white-space: pre-line;
}

.img1[data-v-0ebd6554] {
  width: 1.1875rem;
  height: 1.1875rem;
  margin-right: 4px;
}
.img-r[data-v-0ebd6554] {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 5px;
}

.mission_main[data-v-4edabfa8] {
  height: calc(100vh - 4.625rem);
  background: #f5fbff;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-4edabfa8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-4edabfa8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-4edabfa8] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-4edabfa8] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-4edabfa8] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-4edabfa8] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-4edabfa8] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-4edabfa8] {
  margin-right: 1.875rem;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-4edabfa8] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-4edabfa8] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-4edabfa8] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-4edabfa8] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-4edabfa8] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-4edabfa8] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-4edabfa8] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-4edabfa8] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-4edabfa8] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-4edabfa8] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-4edabfa8] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-4edabfa8] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-4edabfa8] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-4edabfa8] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-4edabfa8] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-4edabfa8] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-4edabfa8] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-4edabfa8] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-4edabfa8] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-4edabfa8] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-4edabfa8] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-4edabfa8] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-4edabfa8]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-4edabfa8] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item[data-v-4edabfa8] {
  height: 11.375rem;
  background: #DCEEFF;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-4edabfa8] {
  width: 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991FF;
  margin: 0 0 0 8px;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-4edabfa8] {
  margin-left: -8px;
  padding: 5px 0;
  height: 100%;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-4edabfa8] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block[data-v-4edabfa8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-4edabfa8] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-4edabfa8] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-4edabfa8] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-4edabfa8] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-4edabfa8] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-4edabfa8] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-4edabfa8] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-4edabfa8] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-4edabfa8] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-4edabfa8] {
    margin-top: -1.375rem;
}
}
.video_block .voice_time[data-v-4edabfa8] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
  width: 11.875rem;
}
.video_block .track_main[data-v-4edabfa8] {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.video_block .track_main .track_left[data-v-4edabfa8] {
  position: relative;
  height: auto;
}
.video_block .track_main .current_line[data-v-4edabfa8] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-4edabfa8] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-4edabfa8]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-4edabfa8] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-4edabfa8] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-4edabfa8] {
  width: 3.375rem;
  height: 6rem;
}
.video_block .track_main .track_item_selected[data-v-4edabfa8] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-4edabfa8] {
  background: #0A89FF;
}
.video_block .u-play[data-v-4edabfa8] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-4edabfa8] {
  stroke: #fff;
}
.video_block .preview_view[data-v-4edabfa8] {
  position: absolute;
  z-index: 1003;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_block .box_61[data-v-4edabfa8] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .text-wrapper_9[data-v-4edabfa8] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-4edabfa8] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-4edabfa8] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-4edabfa8] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-4edabfa8] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-4edabfa8] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-4edabfa8] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-4edabfa8] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-4edabfa8] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-4edabfa8] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-4edabfa8] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-4edabfa8] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-4edabfa8] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-4edabfa8] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-4edabfa8] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-4edabfa8] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-4edabfa8] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-4edabfa8] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-4edabfa8] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-4edabfa8] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-4edabfa8] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-4edabfa8] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-4edabfa8] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-4edabfa8] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-4edabfa8] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-4edabfa8] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-4edabfa8] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-4edabfa8] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-4edabfa8] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-4edabfa8] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-4edabfa8] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-4edabfa8] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-4edabfa8] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-4edabfa8] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-4edabfa8] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-4edabfa8] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock .voice_block_main[data-v-4edabfa8] {
  background: #f7f9fc;
  padding: 10px 10px 0.75rem 10px;
  margin-top: 10px;
}
.right_bock .voice_block .voice_list[data-v-4edabfa8] {
  margin-left: 8px;
  height: 11.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
  overflow-y: auto;
}
.right_bock .voice_block .voice_list .voice_item[data-v-4edabfa8] {
  margin: 0 1.5rem 10px 0;
  max-width: 4rem;
  text-align: center;
  cursor: pointer;
}
.right_bock .voice_block .voice_list .voice_item[data-v-4edabfa8]:nth-child(3n) {
  margin-right: 0;
}
.right_bock .voice_block .voice_list .voice_img_item[data-v-4edabfa8] {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  border-radius: 50%;
}
.right_bock .voice_block .voice_list .voice_item_selected[data-v-4edabfa8] {
  border: 3px solid #45a5ff;
}
.right_bock .voice_block .voice_list .voice_img[data-v-4edabfa8] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.right_bock .voice_block .voice_list .voice_name[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.right_bock .voice_block .voice_list .voice_selected[data-v-4edabfa8] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 11px;
  z-index: 3;
}
.right_bock .voice_block .voice_list .voice_icon[data-v-4edabfa8] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.right_bock .voice_block .voice_list .voice_icon .voice_icon_img[data-v-4edabfa8] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.right_bock .voice_block .voice_list[data-v-4edabfa8]::-webkit-scrollbar {
  width: 4px;
}
.right_bock .voice_block .voice_btn[data-v-4edabfa8] {
  margin: 0px 0 1.25rem 0;
}
.right_bock .voice_block .voice_btn .voice_btn1[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.right_bock .voice_block .voice_btn .el-icon-video-play2[data-v-4edabfa8] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.right_bock .voice_block .voice_btn .voice_btn2[data-v-4edabfa8] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.right_bock .set_block .set_item[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}
.right_bock .set_block .set_item .set_item_title[data-v-4edabfa8] {
  margin-right: 10px;
  white-space: nowrap;
}
.right_bock .set_block .set_item .set_item_content[data-v-4edabfa8] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right_bock .set_block .set_item .set_item_content2[data-v-4edabfa8] {
  width: 1.875rem;
  height: 1.625rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}
.right_bock .set_block .set_item2[data-v-4edabfa8] {
  margin-top: 1rem;
}
.right_bock .mt-12[data-v-4edabfa8] {
  margin-top: 0.75rem;
}
.right_bock .style_block .style_list[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.right_bock .style_block .style_list[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.right_bock .style_block .style_item[data-v-4edabfa8] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.right_bock .style_block .style_item2[data-v-4edabfa8] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  background: #ffffff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #818a9c;
  margin: 0px 10px 0 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.right_bock .style_block .style_item_selected[data-v-4edabfa8] {
  background: #5991ff;
  color: #ffffff;
}
.right_bock[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-4edabfa8] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-4edabfa8] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-4edabfa8] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-4edabfa8] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-4edabfa8] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-4edabfa8] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-4edabfa8] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-4edabfa8] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-4edabfa8] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-4edabfa8] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-4edabfa8] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-4edabfa8] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-4edabfa8] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-4edabfa8] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 13.5625rem;
  margin: 4px 0 0px 0;
  line-height: 1.25rem;
}
[data-v-4edabfa8] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-textarea__inner:hover {
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-textarea__inner:focus {
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-input__inner:hover {
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-input__inner:focus {
  background: #f7f9fc;
}
[data-v-4edabfa8] .hover-input .el-input__suffix {
  display: none;
}
[data-v-4edabfa8] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
[data-v-4edabfa8] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-4edabfa8] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-4edabfa8] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input2 .el-input__inner:hover {
  background: #f7f7f7;
}
[data-v-4edabfa8] .hover-input2 .el-input__inner:focus {
  background: #f7f7f7;
}
[data-v-4edabfa8] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-4edabfa8] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-4edabfa8] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-4edabfa8] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-4edabfa8]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-4edabfa8] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-4edabfa8] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-4edabfa8] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-4edabfa8] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-4edabfa8] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-4edabfa8] {
  color: #88cbf6ff;
}
.text_38[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-4edabfa8] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-4edabfa8] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-4edabfa8] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-4edabfa8] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-4edabfa8] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-4edabfa8] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-4edabfa8] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-4edabfa8] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-4edabfa8] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-4edabfa8] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-4edabfa8] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-4edabfa8] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-4edabfa8] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-4edabfa8] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-4edabfa8] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-4edabfa8] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-4edabfa8] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-4edabfa8] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-4edabfa8] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-4edabfa8] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-4edabfa8] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-4edabfa8] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-4edabfa8] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-4edabfa8] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-4edabfa8] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-4edabfa8] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-4edabfa8] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-4edabfa8] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-4edabfa8] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-4edabfa8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-4edabfa8] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-4edabfa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-4edabfa8] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-4edabfa8],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-4edabfa8] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-4edabfa8] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-4edabfa8] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-4edabfa8] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-4edabfa8] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-4edabfa8] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-4edabfa8] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-4edabfa8] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-4edabfa8] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-4edabfa8] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-4edabfa8] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-4edabfa8] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-4edabfa8] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-4edabfa8] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-4edabfa8] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top[data-v-4edabfa8] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-4edabfa8] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-4edabfa8] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-4edabfa8] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-4edabfa8] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-4edabfa8] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-4edabfa8] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-4edabfa8] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-4edabfa8] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-4edabfa8] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-4edabfa8] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-4edabfa8] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-4edabfa8] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-4edabfa8] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-4edabfa8] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-4edabfa8] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-4edabfa8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_placeholder[data-v-4edabfa8] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 1rem;
  position: absolute;
  top: 3rem;
  left: 10px;
}
.right_text_block .voice_text_main .blue_text[data-v-4edabfa8] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-4edabfa8] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-4edabfa8] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-4edabfa8] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-4edabfa8] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-4edabfa8] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-4edabfa8]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-4edabfa8] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}

.select_bottom_line {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
/* 调整句柄位置 */
.vdr-stick {
  z-index: 1000 !important;
}
.vdr.active:before {
  display: none;
}
.vdr.active .composite_item_img {
  outline: 1px dashed #d6d6d6;
}
.el-slider__button-wrapper {
  z-index: 3;
}

.subtitle[data-v-6746e68b] {
  position: absolute;
  white-space: pre-wrap;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  z-index: 10;
  background-color: transparent;
}
.subtitle-container[data-v-6746e68b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* 确保字幕不干扰视频操作 */
}
.mission_main2[data-v-6746e68b] {
  background: #FAFAFA;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main2[data-v-6746e68b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.image-wrapper_4_2[data-v-6746e68b] {
  background: #000000;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.image-wrapper_4_2 .image_1[data-v-6746e68b] {
  max-height: calc(100% - 3.875rem);
}
.image-wrapper_4_2 .all_screen_op[data-v-6746e68b] {
  padding: 0.8125rem 0 0.9375rem 0.75rem;
  width: 100%;
  z-index: 2;
}
.image-wrapper_4_2 .all_screen_op .play_icon2[data-v-6746e68b] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 10px;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-6746e68b] {
  width: 12.1875rem;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-6746e68b] .el-slider__runway {
  background: rgba(255, 255, 255, 0.45);
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-6746e68b] .el-slider__bar {
  background: #FFFFFF;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-6746e68b] .el-slider__button {
  border: 2px solid #FFFFFF;
}
.image-wrapper_4_2 .all_screen_op .play_time22[data-v-6746e68b] {
  font-size: 0.75rem;
  width: 4.0625rem;
  text-align: left;
  margin-right: 10px;
  margin-left: 0.875rem;
  white-space: nowrap;
  color: #ffffff;
}
.image-wrapper_4_2 .all_screen_op .cancel_screen[data-v-6746e68b] {
  width: 2.875rem;
  height: 2.875rem;
}
.image-wrapper_4_2 .all_screen_op .export_btn2[data-v-6746e68b] {
  width: 3.75rem;
  height: 1.875rem;
  background: linear-gradient(149deg, #BEB1FF 0%, #70D5F7 100%), #0084FF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
}
.search_mian[data-v-6746e68b] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-6746e68b] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-6746e68b] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-6746e68b] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-6746e68b] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-6746e68b] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-6746e68b] {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-6746e68b] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-6746e68b] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-6746e68b] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-6746e68b] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-6746e68b] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-6746e68b] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-6746e68b] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-6746e68b] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-6746e68b] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-6746e68b] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-6746e68b] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-6746e68b] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-6746e68b] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-6746e68b] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-6746e68b] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-6746e68b] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-6746e68b] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-6746e68b] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-6746e68b] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-6746e68b] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-6746e68b]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-6746e68b] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item[data-v-6746e68b] {
  height: 11.375rem;
  background: #DCEEFF;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-6746e68b] {
  width: 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991FF;
  margin: 0 0 0 8px;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-6746e68b] {
  margin-left: -8px;
  padding: 5px 0;
  height: 100%;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block[data-v-6746e68b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-6746e68b] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-6746e68b] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-6746e68b] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-6746e68b] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-6746e68b] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-6746e68b] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-6746e68b] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-6746e68b] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-6746e68b] {
    margin-top: -1.375rem;
}
}
.video_block .voice_time[data-v-6746e68b] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
  width: 11.875rem;
}
.video_block .track_main[data-v-6746e68b] {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.video_block .track_main .track_left[data-v-6746e68b] {
  position: relative;
  height: auto;
}
.video_block .track_main .current_line[data-v-6746e68b] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-6746e68b] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-6746e68b]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-6746e68b] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-6746e68b] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-6746e68b] {
  width: 3.375rem;
  height: 6rem;
}
.video_block .track_main .track_item_selected[data-v-6746e68b] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-6746e68b] {
  background: #0A89FF;
}
.video_block .u-play[data-v-6746e68b] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-6746e68b] {
  stroke: #fff;
}
.video_block .preview_view[data-v-6746e68b] {
  position: absolute;
  z-index: 1003;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_block .box_61[data-v-6746e68b] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .text-wrapper_9[data-v-6746e68b] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-6746e68b] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-6746e68b] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-6746e68b] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-6746e68b] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-6746e68b] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-6746e68b] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-6746e68b] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-6746e68b] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-6746e68b] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-6746e68b] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-6746e68b] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-6746e68b] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-6746e68b] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-6746e68b] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-6746e68b] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-6746e68b] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-6746e68b] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-6746e68b] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-6746e68b] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-6746e68b] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-6746e68b] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-6746e68b] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-6746e68b] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-6746e68b] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-6746e68b] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-6746e68b] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-6746e68b] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-6746e68b] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-6746e68b] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-6746e68b] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-6746e68b] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-6746e68b] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-6746e68b] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-6746e68b] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-6746e68b] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-6746e68b] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-6746e68b] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-6746e68b] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-6746e68b] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-6746e68b] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-6746e68b] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-6746e68b] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-6746e68b] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-6746e68b] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-6746e68b] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-6746e68b] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-6746e68b] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-6746e68b] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-6746e68b] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  width: 8.125rem;
  line-height: 1.75rem;
}
[data-v-6746e68b] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
  white-space: pre-wrap;
}
[data-v-6746e68b] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-6746e68b] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-6746e68b] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #fafafa;
}
[data-v-6746e68b] .hover-input2 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-6746e68b] .hover-input2 .el-input__inner:focus {
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-6746e68b] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-6746e68b] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-6746e68b] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-6746e68b]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-6746e68b] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-6746e68b] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-6746e68b] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-6746e68b] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-6746e68b] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-6746e68b] {
  color: #88cbf6ff;
}
.text_38[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-6746e68b] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-6746e68b] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-6746e68b] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-6746e68b] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-6746e68b] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-6746e68b] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-6746e68b] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-6746e68b] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-6746e68b] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-6746e68b] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-6746e68b] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-6746e68b] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-6746e68b] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-6746e68b] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-6746e68b] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-6746e68b] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-6746e68b] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-6746e68b] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-6746e68b] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-6746e68b] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-6746e68b] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-6746e68b] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-6746e68b] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-6746e68b] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-6746e68b] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-6746e68b] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-6746e68b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-6746e68b] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-6746e68b] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-6746e68b],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-6746e68b] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-6746e68b] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-6746e68b] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-6746e68b] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-6746e68b] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-6746e68b] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-6746e68b] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-6746e68b] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-6746e68b] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-6746e68b] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-6746e68b] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-6746e68b] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-6746e68b] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-6746e68b] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
}
.right_text_block .voice_text_main .voice_text_top[data-v-6746e68b] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-6746e68b] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-6746e68b] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-6746e68b] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-6746e68b] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-6746e68b] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-6746e68b] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-6746e68b] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-6746e68b] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-6746e68b] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-6746e68b] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-6746e68b] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-6746e68b] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-6746e68b] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-6746e68b] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-6746e68b] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-6746e68b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .blue_text[data-v-6746e68b] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-6746e68b] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-6746e68b] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-6746e68b] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-6746e68b] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-6746e68b] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-6746e68b] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.page[data-v-6746e68b] {
  background: #111113;
  position: relative;
  width: 23.4375rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.page .voice_btn3[data-v-6746e68b] {
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.page .group2_9[data-v-6746e68b] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  cursor: pointer;
}
.page .group_10[data-v-6746e68b] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.page .el-icon-caret-right[data-v-6746e68b] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.page .loading2[data-v-6746e68b] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.page[data-v-6746e68b] .group2_9 .el-loading-spinner .circular {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.75rem;
}
.page .text_29[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.page .box_6[data-v-6746e68b] {
  position: relative;
  width: 23.4375rem;
  background: #111113;
}
.page .box_6 .section_7[data-v-6746e68b] {
  width: 6px;
  height: 0.75rem;
  margin: 4.25rem 0 0 1rem;
}
.page .box_6 .section_7 .block_1[data-v-6746e68b] {
  width: 6px;
  height: 0.75rem;
}
.page .box_6 .image-wrapper_4[data-v-6746e68b] {
  margin: 4px 0 0.8125rem 0px;
  background: #111113;
  position: relative;
}
.page .box_6 .image-wrapper_4 .composite_img[data-v-6746e68b] {
  position: relative;
  overflow: hidden;
  background: #232321;
}
.page .box_6 .image-wrapper_4 .composite_img .composite_item_img[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop[data-v-6746e68b] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item[data-v-6746e68b] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_icon[data-v-6746e68b] {
  width: 1.25rem;
  height: 1.25rem;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_text[data-v-6746e68b] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.page .box_6 .image-wrapper_4 .composite_img .delete_icon[data-v-6746e68b] {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1003;
  color: #666666;
  line-height: 1.25rem;
  font-size: 1.375rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page .box_6 .image-wrapper_4 .image_1[data-v-6746e68b] {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  background: #fafafa;
  z-index: 1;
  position: relative;
  max-width: 100%;
  opacity: 0;
}
.page .box_6 .image-wrapper_4 .current_time[data-v-6746e68b] {
  position: absolute;
  left: 0.75rem;
  bottom: -5px;
  width: 2.1875rem;
  z-index: 2;
  font-size: 0.875rem;
  color: #ffffff;
}
.page .box_6 .image-wrapper_4 .screen_btn[data-v-6746e68b] {
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  right: 8px;
  bottom: -6px;
  z-index: 2;
}
.page .box_6 .section_8[data-v-6746e68b] {
  padding: 0px 0.75rem 0px 0.75rem;
  height: 3.25rem;
  background: #111113;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .box_6 .section_8 .text-wrapper_1[data-v-6746e68b] {
  width: 5.125rem;
  height: 1rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_1[data-v-6746e68b] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_2[data-v-6746e68b] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .voice_play[data-v-6746e68b] {
  width: 12.5625rem;
}
.page .box_6 .section_8 .voice_current[data-v-6746e68b] {
  height: 1.75rem;
  background: #313133;
  border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  padding: 0 10px 0 5px;
  white-space: nowrap;
}
.page .box_6 .section_8 .voice_current .voice_cc[data-v-6746e68b] {
  width: 1.125rem;
  height: 1.125rem;
  background: rgba(216, 216, 216, 0);
  border-radius: 0px 0px 0px 0px;
  margin: 0 5px 0 0;
}
.page .box_6 .section_8 .section_5[data-v-6746e68b] {
  width: 1.4375rem;
  height: 1.4375rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .preview_text[data-v-6746e68b] {
  color: #333333;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .draft_btn2[data-v-6746e68b] {
  width: 3.25rem;
  height: 1.75rem;
  background: #EEF5FF;
  border-radius: 2px 2px 2px 2px;
  margin-left: 2.375rem;
  color: #0084FF;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .preview_btn3[data-v-6746e68b] {
  width: 3.25rem;
  height: 1.75rem;
  background: #313133;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 10px;
}
.page .box_6 .section_8 .export_btn[data-v-6746e68b] {
  width: 3.25rem;
  height: 1.75rem;
  background: linear-gradient(149deg, #BEB1FF 0%, #70D5F7 100%), #0084FF;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 10px;
}
.page .box_6 .section_8 .draft_btn[data-v-6746e68b] {
  margin-left: 3.5625rem;
  margin-right: 1.6875rem;
}
.page .box_6 .section_8 .draft_btn .draft_icon[data-v-6746e68b] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.page .box_6 .section_8 .draft_btn .draft_text[data-v-6746e68b] {
  color: #0084FF;
  font-size: 11px;
  line-height: 1rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .text_3[data-v-6746e68b] {
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 1rem;
  margin: 2px 0 0 0px;
}
.page .box_6 .section_6[data-v-6746e68b] {
  position: absolute;
  left: 10.8125rem;
  top: 30.375rem;
  width: 1.8125rem;
  height: 1.8125rem;
}
.page .group_2[data-v-6746e68b] {
  background: #222224;
  border-radius: 4px;
  width: 21.9375rem;
  height: 13.5rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: 0px 0 0 0.75rem;
  position: relative;
}
.page .group_2 .scenes_block[data-v-6746e68b] {
  width: 20.4375rem;
  padding: 0.75rem 0px 0 0px;
  margin: 0 0.75rem 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.page .group_2 .scenes_block .scenes_list[data-v-6746e68b] {
  padding: 1px;
}
.page .group_2 .scenes_block .scenes_list .scenes_item[data-v-6746e68b] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.25rem;
  height: 2.25rem;
  border-radius: 6px 6px 6px 6px;
  position: relative;
  margin-right: 8px;
  background: #111113;
}
.page .group_2 .scenes_block .scenes_list .scenes_item .scenes_item_time[data-v-6746e68b] {
  width: 2.0625rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px 0px 6px 0px;
  color: #FFFFFF;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page .group_2 .scenes_block .scenes_list .scenes_item img[data-v-6746e68b] {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 6px 6px;
}
.page .group_2 .scenes_block .scenes_list .scenes_item .scenes_item2[data-v-6746e68b] {
  border: 1px solid #FFFFFF;
  width: 3.25rem;
  height: 2.25rem;
  border-radius: 6px 6px 6px 6px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.page .group_2 .scenes_block .scenes_add[data-v-6746e68b] {
  width: 1.5rem;
  height: 2.25rem;
  background: #38383B;
  border-radius: 4px 4px 4px 4px;
  font-size: 1.5rem;
  color: #D8D8D8;
  font-weight: 900;
}
.page .group_2 .scenes_block[data-v-6746e68b]::-webkit-scrollbar {
  height: 4px;
}
.page .group_2 .paragraph_1[data-v-6746e68b] {
  width: 20.4375rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 10px 0.75rem;
  overflow-y: auto;
}
.page .group_2 .paragraph_1[data-v-6746e68b]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page .group_2 .voice_text_placeholder2[data-v-6746e68b] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 4rem;
  left: 0.75rem;
  line-height: 1.25rem;
}
.page .group_2 .add_material_btn[data-v-6746e68b] {
  padding: 0 8px 0 5px;
  height: 1.375rem;
  background: #38383B;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  font-size: 0.75rem;
  margin: 0 0px 0.75rem 0.75rem;
}
.page .group_2 .add_material_btn img[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
}
.page .group_2 .try_btn[data-v-6746e68b] {
  padding: 0 6px;
  height: 1.375rem;
  background: #38383B;
  border-radius: 6px 6px 6px 6px;
  margin: 0 0.75rem 0.75rem 0px;
  white-space: nowrap;
}
.page .group_2 .try_btn .try_btn_img[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
}
.page .group_2 .try_btn .try_btn_text[data-v-6746e68b] {
  color: #FFFFFF;
  font-size: 0.75rem;
}
.page .group_2 .group_13[data-v-6746e68b] {
  width: 20.4375rem;
  height: 1.5rem;
  margin: 4px 0 6px 0.75rem;
}
.page .group_2 .group_13 .text-wrapper_2[data-v-6746e68b] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5rem;
  width: 8.1875rem;
}
.page .group_2 .group_13 .text-wrapper_2 .text_4[data-v-6746e68b] {
  width: 7.4375rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 4px 0 0 6px;
}
.page .group_2 .group_13 .text_13[data-v-6746e68b] {
  width: 3.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.page .box_7[data-v-6746e68b] {
  position: relative;
  width: 23.4375rem;
  height: 4.5rem;
  margin-bottom: 6px;
}
.page .box_7 .group_14[data-v-6746e68b] {
  width: 19.6875rem;
  height: 100%;
  margin: 0px 0px 0 1.875rem;
}
.page .box_7 .group_14 .group_15[data-v-6746e68b] {
  width: 1.375rem;
}
.page .box_7 .group_14 .group_15 .thumbnail_1[data-v-6746e68b] {
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_7 .group_14 .group_15 .text_5[data-v-6746e68b] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_7 .group_14 .group15_2[data-v-6746e68b] {
  width: 1.625rem;
  margin-right: 1.875rem;
}
.page .box_7 .group_14 .text-wrapper_3[data-v-6746e68b] {
  background-color: #0084ff;
  border-radius: 7px;
  height: 2.5rem;
  width: 13.9375rem;
}
.page .box_7 .group_14 .text-wrapper_3 .text_6[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  white-space: nowrap;
}
.page .box_7 .text-wrapper_4[data-v-6746e68b] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 8.8125rem;
}
.page .box_7 .text-wrapper_4 .text_7[data-v-6746e68b] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}
.page .group_7[data-v-6746e68b] {
  width: 23.4375rem;
  height: 2.75rem;
  padding: 1rem 1rem 0 10px;
}
.page .group_7 .box_2[data-v-6746e68b] {
  width: 23.4375rem;
  height: 2.75rem;
}
.page .group_7 .box_2 .text_9[data-v-6746e68b] {
  width: 3.375rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.9375rem;
  letter-spacing: -1.79999995px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375rem;
  margin: 0.875rem 0 0 1.25rem;
}
.page .group_7 .box_2 .thumbnail_4[data-v-6746e68b] {
  width: 1.0625rem;
  height: 11px;
  margin: 1.0625rem 0 0 13.6875rem;
}
.page .group_7 .box_2 .thumbnail_5[data-v-6746e68b] {
  width: 1rem;
  height: 0.75rem;
  margin: 1.0625rem 0 0 5px;
}
.page .group_7 .box_2 .image_3[data-v-6746e68b] {
  width: 1.5625rem;
  height: 0.75rem;
  margin: 1.0625rem 0.875rem 0 5px;
}
.page .group_7 .group_16 .thumbnail_6[data-v-6746e68b] {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0px 0 0 5px;
}
.page .group_7 .group_16 .block_2[data-v-6746e68b] {
  height: 1.5625rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG174d37fe8f22748760ab4e3130ad97e8.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1.5625rem;
  margin: 2px 0 0 0px;
}
.page .group_7 .group_16 .block_2 .box_5[data-v-6746e68b] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.page .group_7 .group_16 .text-wrapper_6[data-v-6746e68b] {
  background-color: #303030;
  border-radius: 4px;
  height: 1.75rem;
  margin-left: 0.875rem;
  width: 3.25rem;
}
.page .group_7 .group_16 .text-wrapper_6 .text_12[data-v-6746e68b] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 0.75rem;
}
.page .group_7 .box_4[data-v-6746e68b] {
  position: absolute;
  left: 7.75rem;
  top: 4rem;
  width: 1.25rem;
  height: 1.25rem;
}
.page .justify-between[data-v-6746e68b] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .block_2_2[data-v-6746e68b] {
  background: #111113;
  position: relative;
  width: 23.4375rem;
  height: 4.5rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 6px;
}
.page .block_2_2 .box_2_2[data-v-6746e68b] {
  background: #38383B;
  border-radius: 4px;
  height: 2.5625rem;
  width: 1.75rem;
  margin: 0px 0 0 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bolder;
  font-size: 1.25rem;
}
.page .block_2_2 .box_2_2 .el-icon-arrow-left[data-v-6746e68b] {
  margin: 0;
  color: #FFFFFF;
}
.page .block_2_2 .operation_bottom_list[data-v-6746e68b] {
  width: 20.9375rem;
  overflow: auto hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}
.page .block_2_2 .operation_bottom_list[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.page .block_2_2 .block_3_2[data-v-6746e68b] {
  width: 7px;
  height: 0.875rem;
  margin: 0.875rem 0 0 10px;
}
.page .block_2_2 .group_35_2[data-v-6746e68b] {
  width: 1.625rem;
  height: 2.8125rem;
  margin: 0px 2.125rem 0 0;
}
.page .block_2_2 .thumbnail_9_2[data-v-6746e68b] {
  width: 1.625rem;
  height: 1.625rem;
}
.page .block_2_2 .text_11_2[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 3px;
}
.block_1[data-v-6746e68b] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1003;
  height: 39.5625rem;
}
.block_1 .box_12[data-v-6746e68b] {
  width: 21.625rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.block_1 .box_12 .voice_cc2[data-v-6746e68b] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.block_1 .box_12 .text_6[data-v-6746e68b] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.block_1 .box_12 .label_1[data-v-6746e68b] {
  width: 1.875rem;
  height: 1.875rem;
}
.block_1 .voice_block_main[data-v-6746e68b] {
  margin-top: 10px;
  width: 21.4375rem;
  margin-left: 1rem;
  overflow-x: hidden;
}
.block_1 .voice_block_main .try_block[data-v-6746e68b] {
  position: fixed;
  bottom: 0px;
  padding-bottom: 1.875rem;
  background: #222224;
}
.block_1 .voice_block_main .try_block .try_listen[data-v-6746e68b] {
  width: 20.9375rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
  color: #FFFFFF;
  font-size: 1rem;
}
.block_1 .voice_block_main .try_block .try_listen .play_icon[data-v-6746e68b] {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 2px;
}
.block_1 .voice_block_main[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.block_1 .voice_block[data-v-6746e68b] {
  background: #313133;
  padding: 0px 0px 10px 7px;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
  /* 启用水平滚动 */
  overflow-y: hidden;
}
.block_1 .voice_block .voice_list[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_1 .voice_block .voice_list .voice_end[data-v-6746e68b] {
  min-width: 1px;
  height: 4.8125rem;
}
.block_1 .voice_block .voice_list .voice_item[data-v-6746e68b] {
  margin: 1rem 1rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.block_1 .voice_block .voice_list .voice_img_item[data-v-6746e68b] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.block_1 .voice_block .voice_list .voice_item_selected[data-v-6746e68b] {
  border: 2px solid #45a5ff;
}
.block_1 .voice_block .voice_list .voice_img[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block_1 .voice_block .voice_list .voice_name[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.block_1 .voice_block .voice_list .voice_selected[data-v-6746e68b] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.block_1 .voice_block .voice_list .voice_icon[data-v-6746e68b] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.block_1 .voice_block .voice_list .voice_icon .voice_icon_img[data-v-6746e68b] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.block_1 .voice_block .voice_btn[data-v-6746e68b] {
  margin: 0px 0 1.25rem 0;
}
.block_1 .voice_block .voice_btn .voice_btn1[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.block_1 .voice_block .voice_btn .el-icon-video-play2[data-v-6746e68b] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.block_1 .voice_block .voice_btn .voice_btn2[data-v-6746e68b] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.block_1 .voice_block[data-v-6746e68b]::-webkit-scrollbar {
  height: 6px;
}
.block_1 .voice_block[data-v-6746e68b]::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5);
}
.block_1 .voice_block[data-v-6746e68b]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
}
.block_1 .set_block[data-v-6746e68b] {
  margin-bottom: 1.875rem;
}
.block_1 .set_block .set_item[data-v-6746e68b] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 4px;
}
.block_1 .set_block .set_item .set_item_title[data-v-6746e68b] {
  margin-right: 10px;
  white-space: nowrap;
  color: #FFFFFF;
}
.block_1 .set_block .set_item .set_item_content[data-v-6746e68b] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_1 .set_block .set_item[data-v-6746e68b] .set_item_content2 {
  width: 1.875rem;
  height: 1.625rem;
  background: #313133;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}
.block_1 .set_block .set_item[data-v-6746e68b] .set_item_content2 .el-input__inner {
  border: none;
  background: #313133;
  color: #FFFFFF;
}
.block_1 .set_block .set_item[data-v-6746e68b] .set_item_content2 .el-input__inner:hover {
  background: #313133;
}
.block_1 .set_block .set_item[data-v-6746e68b] .set_item_content2 .el-input__inner:focus {
  background: #313133;
}
.block_1 .set_block .set_item .play_slider[data-v-6746e68b] .el-slider__runway {
  background: rgba(216, 216, 216, 0.5);
}
.block_1 .set_block .set_item .play_slider[data-v-6746e68b] .el-slider__bar {
  background: -webkit-gradient(linear, left top, right top, from(#BEB1FF), to(#70D5F7));
  background: linear-gradient(90deg, #BEB1FF 0%, #70D5F7 100%);
}
.block_1 .set_block .set_item .play_slider[data-v-6746e68b] .el-slider__button {
  border: none;
  background: #BEB1FF;
}
.block_1 .set_block .set_item2[data-v-6746e68b] {
  margin-top: 1rem;
}
.block_1 .set_block .set_item[data-v-6746e68b]:nth-child(4n) {
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
.block_1 .mt-12[data-v-6746e68b] {
  margin-top: 0.75rem;
}
.block_1 .style_block[data-v-6746e68b] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 4.75rem;
}
.block_1 .style_block .style_list[data-v-6746e68b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_1 .style_block .style_list[data-v-6746e68b]::-webkit-scrollbar {
  display: none;
}
.block_1 .style_block .style_item[data-v-6746e68b] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
  width: 4.125rem;
  height: 2rem;
  background: #0084FF;
  border-radius: 2px 2px 2px 2px;
}
.block_1 .style_block .style_item2[data-v-6746e68b] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #313133;
  color: #FFFFFF;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0px 7px 0.75rem 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  width: 4.125rem;
  height: 2rem;
}
.block_1 .style_block .style_item2[data-v-6746e68b]:nth-child(4n) {
  margin-right: 0;
}
.block_1 .style_block .style_item_selected[data-v-6746e68b] {
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%), #B7B5FF;
  color: #ffffff;
}
.block_1 .block_11[data-v-6746e68b] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 1.5rem;
  width: 23.4375rem;
}
.block_1 .block_11 .text-wrapper_17[data-v-6746e68b] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.block_1 .block_11 .text-wrapper_17 .text_30[data-v-6746e68b] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 8.6875rem;
}
.section_5_2[data-v-6746e68b] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1004;
}
.section_5_2 .group_2[data-v-6746e68b] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 1.875rem;
  z-index: 1004;
}
.section_5_2 .group_2 .box_12[data-v-6746e68b] {
  width: 100vw;
  padding: 0.875rem 1rem 0.75rem 1rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_5_2 .group_2 .box_12 .clear_icon[data-v-6746e68b] {
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 2px;
}
.section_5_2 .group_2 .box_12 .clear_btn[data-v-6746e68b] {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.section_5_2 .group_2 .box_12 .label_1[data-v-6746e68b] {
  width: 1.875rem;
  height: 1.875rem;
}
.section_5_2 .group_2 .box_12 .text_13[data-v-6746e68b] {
  width: 3.1875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 1rem;
}
.section_5_2 .group_2 .box_12 .thumbnail_6[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_6[data-v-6746e68b] {
  width: 1.625rem;
  height: 1.3125rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .thumbnail_7[data-v-6746e68b] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_7[data-v-6746e68b] {
  width: 3.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32[data-v-6746e68b] {
  border-radius: 4px;
  height: 1.8125rem;
  margin-left: 4.4375rem;
  width: 2rem;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .el-icon-d-arrow-right2[data-v-6746e68b] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .text_10[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.section_5_2 .group_2 .text-wrapper_4[data-v-6746e68b] {
  height: 15.6875rem;
  width: 21.4375rem;
  margin: 0.75rem 0 0 1rem;
  position: relative;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-6746e68b] {
  width: 19.9375rem;
  height: 14.1875rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 0 0.75rem;
  overflow-y: auto;
  z-index: 2;
}
.section_5_2 .group_2 .text-wrapper_4 .edit_length[data-v-6746e68b] {
  margin: 4px 0.75rem 10px 0;
  color: #818A9C;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-6746e68b]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section_5_2 .group_2 .text-wrapper_4 .voice_text_placeholder[data-v-6746e68b] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  line-height: 1.25rem;
  z-index: 1;
}
.section_5_2 .group_2 .box_13[data-v-6746e68b] {
  width: 21.4375rem;
  height: 1.5625rem;
  margin: 0.75rem 0 0 1rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5[data-v-6746e68b] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5625rem;
  width: 8.1875rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5 .text_11[data-v-6746e68b] {
  width: 7.4375rem;
  height: 1.0625rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 6px;
}
.section_5_2 .group_2 .box_13 .group_3[data-v-6746e68b] {
  background-color: rgba(201, 229, 255, 0.34);
  border-radius: 0.75rem;
  position: relative;
  width: 3.9375rem;
  height: 1.5625rem;
}
.section_5_2 .group_2 .box_13 .group_3 .text_12[data-v-6746e68b] {
  width: 1.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 1.6875rem;
}
.section_5_2 .group_2 .box_13 .group_3 .block_3[data-v-6746e68b] {
  position: absolute;
  left: 1.4375rem;
  top: 5px;
  width: 0.9375rem;
  height: 11px;
}
.section_5_2 .group_2 .image_4[data-v-6746e68b] {
  width: 23.4375rem;
  height: 19.875rem;
  margin-top: 10px;
}
.section_5_2 .group_6_2[data-v-6746e68b] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  position: fixed;
  left: 0;
  bottom: 0;
}
.section_5_2 .group_6_2 .group_16_2[data-v-6746e68b] {
  width: 13.0625rem;
  height: 2.25rem;
  margin: 1rem 0 1.1875rem 9.75rem;
}
.section_5_2 .group_6_2 .group_16_2 .text_13_2[data-v-6746e68b] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.section_5_2 .group_6_2 .group_16_2 .label_1_2[data-v-6746e68b] {
  width: 2.25rem;
  height: 2.25rem;
}
.section_5_2 .group_6_2 .text_14_2[data-v-6746e68b] {
  width: 2.4375rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-bottom: 10px;
}
.section_5_2 .group_6_2 .text_15_2[data-v-6746e68b] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 10px;
}
.section_5_2 .group_6_2 .text_16_2[data-v-6746e68b] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_slider[data-v-6746e68b] {
  width: 17.5rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_time[data-v-6746e68b] {
  width: 2.875rem;
  height: 1.875rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px 0 10px;
}
.section_5_2 .group_6_2 .group_9_2[data-v-6746e68b] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 2.5rem;
  width: 23.4375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2[data-v-6746e68b] {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#0084FF), to(#0084FF));
  background: linear-gradient(90deg, #0084FF 0%, #0084FF 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2 .text_17_2[data-v-6746e68b] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.section_5_2 .group_6_2 .group_10_2[data-v-6746e68b] {
  background-color: #1770ff;
  border-radius: 50%;
  position: absolute;
  left: 13.6875rem;
  top: 6.6875rem;
  width: 1rem;
  height: 1rem;
}

.actions_popper {
  padding: 0 !important;
  min-width: unset !important;
  background: #EAEAEC;
  border-radius: 10px 10px 10px 10px;
}
.actions_popper .block_7 {
  height: 2.4375rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
}
.actions_popper .block_7 .text_17 {
  width: 3.75rem;
  height: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.actions_popper .block_7 .section_11 {
  width: 0px;
  height: 1.5rem;
  border-left: 1px solid #999999;
  margin: 7px 0 0 0px;
}
.actions_popper .block_7 .text_18 {
  width: 3.75rem;
  height: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.select_bottom_line {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
/* 调整句柄位置 */
.vdr-stick {
  z-index: 1000 !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
  border-radius: 50%;
  border: 1px solid #1FACFF !important;
}
.vdr-stick::after {
  content: '';
  position: absolute;
  top: -0.875rem;
  left: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
}
.vdr-stick-tl {
  top: -7px !important;
  left: -7px !important;
}
.vdr-stick-tr {
  top: -7px !important;
  right: -7px !important;
}
.vdr-stick-br {
  bottom: -7px !important;
  right: -7px !important;
}
.vdr-stick-bl {
  bottom: -7px !important;
  left: -7px !important;
}
.vdr.active:before {
  display: none;
}
.vdr.active .composite_item_img {
  outline: none !important;
  border: 1px solid #1FACFF;
}
.el-slider__button-wrapper {
  z-index: 3;
}
.subtitles_button {
  width: 3.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 8px 0 6rem;
}
.subtitles_switch {
  width: 1.8125rem;
  border-radius: 3.125rem;
}
.subtitles_switch .el-switch__core {
  background-color: #878787;
}
.subtitles_switch .el-switch__core.is-active {
  background-image: linear-gradient(228deg, #BEB1FF 0%, #70D5F7 100%);
}
.subtitles_text {
  width: 1.75rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-left: 6px;
  line-height: 1.75rem;
}

.mobile_select_bg[data-v-1218a9db] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-1218a9db] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1005;
}
.box_3 .group_24[data-v-1218a9db] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-1218a9db] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-1218a9db] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-1218a9db] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-1218a9db] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-1218a9db] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-1218a9db] {
  width: 21.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 1rem;
}
.box_3 .text-wrapper_12[data-v-1218a9db] {
  width: 22.4375rem;
  height: 2.75rem;
  margin: 0px 0 0 1rem;
  overflow: auto hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3 .text-wrapper_12 .text_6[data-v-1218a9db] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-1218a9db] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-left: 1.625rem;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-1218a9db] {
  color: #FFFFFF;
  font-weight: bold;
}
.box_3 .text-wrapper_12[data-v-1218a9db]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_6[data-v-1218a9db] {
  position: absolute;
  left: 20.6875rem;
  top: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .bg_list_contain[data-v-1218a9db] {
  overflow-y: auto;
  overflow-x: hidden;
}
.box_3 .bg_list_contain .bg_list[data-v-1218a9db] {
  width: 100vw;
  padding-top: 4px;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .bg_list_contain .bg_list .bg_item[data-v-1218a9db] {
  width: 5.0625rem;
  height: 9rem;
  border-radius: 4px 4px 4px 4px;
  margin: 0 7px 7px 0;
  position: relative;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_img[data-v-1218a9db] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_border[data-v-1218a9db] {
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5.5625rem;
  height: 9.5rem;
  border-radius: 6px 6px 6px 6px;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_selected[data-v-1218a9db] {
  width: 2.0625rem;
  height: 1.125rem;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 0px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  position: absolute;
  right: 0px;
  top: 0;
}
.box_3 .bg_list_contain[data-v-1218a9db]::-webkit-scrollbar {
  display: none;
}
.subscribe_pop2[data-v-1218a9db] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}

.mobile_select_bg[data-v-581e771f] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-581e771f] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1005;
}
.box_3 .group_24[data-v-581e771f] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-581e771f] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-581e771f] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-581e771f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-581e771f] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-581e771f] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-581e771f] {
  width: 21.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 1rem;
}
.box_3 .text-wrapper_12[data-v-581e771f] {
  width: 22.4375rem;
  height: 2.75rem;
  margin: 0px 0 0 1rem;
  overflow: auto hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3 .text-wrapper_12 .text_6[data-v-581e771f] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-581e771f] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-left: 1.625rem;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-581e771f] {
  color: #FFFFFF;
  font-weight: bold;
}
.box_3 .text-wrapper_12[data-v-581e771f]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_6[data-v-581e771f] {
  position: absolute;
  left: 20.6875rem;
  top: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .bg_list_contain[data-v-581e771f] {
  overflow-y: auto;
  overflow-x: hidden;
}
.box_3 .bg_list_contain .bg_list[data-v-581e771f] {
  width: 100vw;
  padding-top: 4px;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .bg_list_contain .bg_list .bg_item[data-v-581e771f] {
  border-radius: 4px 4px 4px 4px;
  margin: 0 10px 10px 0;
  width: 6.8125rem;
  height: 8.125rem;
  position: relative;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_img[data-v-581e771f] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_border[data-v-581e771f] {
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.375rem;
  height: 8.625rem;
  border-radius: 6px 6px 6px 6px;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_selected[data-v-581e771f] {
  width: 2.0625rem;
  height: 1.125rem;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 0px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  position: absolute;
  right: 0px;
  top: 0;
}
.box_3 .bg_list_contain[data-v-581e771f]::-webkit-scrollbar {
  display: none;
}
.subscribe_pop2[data-v-581e771f] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}

.mobile_select_bg[data-v-599023a4] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-599023a4] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3 .group_24[data-v-599023a4] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-599023a4] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-599023a4] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-599023a4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-599023a4] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-599023a4] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-599023a4] {
  width: 21.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 1rem;
}
.box_3 .text-wrapper_12[data-v-599023a4] {
  width: 22.4375rem;
  height: 2.75rem;
  margin: 0px 0 0 1rem;
  overflow: auto hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3 .text-wrapper_12 .text_6[data-v-599023a4] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-599023a4] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-left: 1.625rem;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-599023a4] {
  color: #FFFFFF;
  font-weight: bold;
}
.box_3 .text-wrapper_12[data-v-599023a4]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_6[data-v-599023a4] {
  position: absolute;
  left: 20.6875rem;
  top: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .paster_container[data-v-599023a4] {
  overflow-y: auto;
  overflow-x: hidden;
}
.box_3 .paster_container .paster_list[data-v-599023a4] {
  width: 100vw;
  padding-top: 4px;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .paster_container .paster_list .bg_item[data-v-599023a4] {
  width: 5.0625rem;
  height: 5.0625rem;
  border-radius: 4px 4px 4px 4px;
  margin: 0 7px 7px 0;
  position: relative;
  background: #313133;
}
.box_3 .paster_container .paster_list .bg_item .bg_img[data-v-599023a4] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px 4px 4px 4px;
}
.box_3 .paster_container .paster_list .bg_item .bg_border[data-v-599023a4] {
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5.5625rem;
  height: 9.5rem;
  border-radius: 6px 6px 6px 6px;
}
.box_3 .paster_container .paster_list .bg_item .bg_selected[data-v-599023a4] {
  width: 2.0625rem;
  height: 1.125rem;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 0px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  position: absolute;
  right: 0px;
  top: 0;
}
.box_3 .paster_container[data-v-599023a4]::-webkit-scrollbar {
  display: none;
}
.subscribe_pop2[data-v-599023a4] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}

.mobile_select_bg[data-v-ee3a0e58] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-ee3a0e58] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3 .group_24[data-v-ee3a0e58] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-ee3a0e58] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-ee3a0e58] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-ee3a0e58] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-ee3a0e58] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-ee3a0e58] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-ee3a0e58] {
  width: 21.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 1rem;
}
.box_3 .text-wrapper_12[data-v-ee3a0e58] {
  width: 22.4375rem;
  height: 2.75rem;
  margin: 0px 0 0 1rem;
  overflow: auto hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3 .text-wrapper_12 .text_6[data-v-ee3a0e58] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-ee3a0e58] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-left: 1.625rem;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-ee3a0e58] {
  color: #FFFFFF;
  font-weight: bold;
}
.box_3 .text-wrapper_12[data-v-ee3a0e58]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_61[data-v-ee3a0e58] {
  height: 3.75rem;
  width: 100%;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.box_3 .box_6[data-v-ee3a0e58] {
  position: absolute;
  right: 0.875rem;
  top: 0.875rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_3 .box_6 .box_6_delete[data-v-ee3a0e58] {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.0625rem;
}
.box_3 .box_6 .box_6_delete .box_6_delete_text[data-v-ee3a0e58] {
  width: 2.375rem;
  height: 1.0625rem;
  font-weight: 400;
  font-size: 1.0625rem;
  color: #FFF3F3;
  line-height: 1.0625rem;
  font-style: normal;
}
.box_3 .box_6 .box_6_img[data-v-ee3a0e58] {
  margin-left: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .box_6 .op_item[data-v-ee3a0e58] {
  white-space: nowrap;
  overflow: visible;
  font-size: 0.75rem;
  color: #ffffff;
  width: 2.5rem;
  margin-left: 1.25rem;
  line-height: 1rem;
}
.box_3 .box_6 .op_item .op_img2[data-v-ee3a0e58] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-bottom: 1px;
}
.box_3 .material_container[data-v-ee3a0e58] {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 2px;
}
.box_3 .material_container .material_list[data-v-ee3a0e58] {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .material_container .material_list .upload2[data-v-ee3a0e58] {
  margin-left: 1rem;
}
.box_3 .material_container .material_list .upload2 .uploader-default[data-v-ee3a0e58] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 8px;
  background: #313133;
  color: #FFFFFF;
  font-size: 0.75rem;
}
.box_3 .material_container .material_list .upload2 .uploader-default .el-icon-plus[data-v-ee3a0e58] {
  font-size: 1.375rem;
  margin: 6px 0 4px 0;
}
.box_3 .material_container .material_list .bg_item[data-v-ee3a0e58] {
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 8px;
  margin: 0 0px 8px 1rem;
  position: relative;
  border: 1px solid #313133;
}
.box_3 .material_container .material_list .bg_item .bg_img[data-v-ee3a0e58] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px 4px 4px 4px;
  z-index: 1;
}
.box_3 .material_container .material_list .bg_item .camera[data-v-ee3a0e58] {
  position: absolute;
  bottom: 3px;
  left: 5px;
  z-index: 2;
  width: 1.1875rem;
  height: 1.1875rem;
}
.box_3 .material_container .material_list .bg_item .material_time[data-v-ee3a0e58] {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 10px;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 2;
  line-height: 0.75rem;
}
.box_3 .material_container .material_list .bg_item .delete_div[data-v-ee3a0e58] {
  width: 0.875rem;
  height: 0.875rem;
  color: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  font-weight: normal;
}
.box_3 .material_container .material_list .bg_item .delete_div .delete_select[data-v-ee3a0e58] {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(49, 49, 51, 0.2);
  border-radius: 7px 7px 7px 7px;
  border: 1px solid rgba(245, 245, 245, 0.9);
}
.box_3 .material_container .material_list .bg_item .delete_div .delete_select_active[data-v-ee3a0e58] {
  width: 0.875rem;
  height: 0.875rem;
}
.box_3 .material_container .material_list .bg_item2[data-v-ee3a0e58] {
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 8px;
  margin: 0 0px 8px 1rem;
  position: relative;
  border: 1px solid #333333;
  background: #313133;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8125rem;
}
.box_3 .material_container .material_list .bg_item2 .bg_border[data-v-ee3a0e58] {
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 8px;
}
.box_3 .material_container[data-v-ee3a0e58]::-webkit-scrollbar {
  display: none;
}
.subscribe_pop2[data-v-ee3a0e58] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
[data-v-ee3a0e58] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-ee3a0e58] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-ee3a0e58] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-ee3a0e58] {
  margin: 0px 1.25rem 0 1.875rem;
}
.pop_block .text_34[data-v-ee3a0e58] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.pop_block .text-wrapper_11[data-v-ee3a0e58] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-ee3a0e58] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-ee3a0e58] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-ee3a0e58] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-ee3a0e58] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-ee3a0e58] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-ee3a0e58] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-ee3a0e58] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-ee3a0e58] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-ee3a0e58] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.m-uploader[data-v-65ccfccf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-list[data-v-65ccfccf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list .file-item[data-v-65ccfccf] {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}
.file-list .file-item .file-img[data-v-65ccfccf] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.group_35_2[data-v-65ccfccf] {
  width: 1.625rem;
  height: 2.8125rem;
  margin: 0px 2.125rem 0 0;
}
.thumbnail_9_2[data-v-65ccfccf] {
  width: 1.625rem;
  height: 1.625rem;
}
.text_11_2[data-v-65ccfccf] {
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 3px;
}
.edit-mask[data-v-65ccfccf] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-icon-zoom-in[data-v-65ccfccf],
.el-icon-video-play[data-v-65ccfccf] {
  color: #fff;
}
.uploader-default[data-v-65ccfccf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 8px;
  background: #313133;
  color: #FFFFFF;
  font-size: 0.75rem;
}
.uploader-default .el-icon-plus[data-v-65ccfccf] {
  font-size: 1.375rem;
  margin: 6px 0 4px 0;
}
.subscribe_pop[data-v-65ccfccf] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-65ccfccf] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-65ccfccf] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}
.json_block[data-v-65ccfccf] {
  white-space: pre-line;
}

.mobile_select_bg[data-v-1453788f] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.subscribe_pop2[data-v-1453788f] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}
.group_8[data-v-1453788f] {
  background-color: #222224;
  border-radius: 1rem 1rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1005;
  position: fixed;
  bottom: 0;
  left: 0;
}
.group_8 .text-wrapper_2[data-v-1453788f] {
  background-color: #f2f3f7;
  border-radius: 1.375rem;
  height: 2.5625rem;
  width: 21.9375rem;
  margin: 0.75rem 0 0 0.75rem;
  padding: 0 1.0625rem;
  font-size: 1rem;
  color: #333333;
  border: none;
}
.group_8 .group_38[data-v-1453788f] {
  width: 20.8125rem;
  height: 2.75rem;
  margin: 0px 0 0 1.5625rem;
}
.group_8 .group_38 .text_22[data-v-1453788f] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
}
.group_8 .group_38 .text_23[data-v-1453788f] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
  margin-left: 4.5625rem;
}
.group_8 .group_38 .text_24[data-v-1453788f] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
  margin-left: 4.5rem;
}
.group_8 .group_38 .thumbnail_15[data-v-1453788f] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 1.125rem 0 0 4.9375rem;
}
.group_8 .block_13[data-v-1453788f] {
  background-color: #FFFFFF;
  width: 1.8125rem;
  height: 2px;
  margin: 0px 0 0 8rem;
}
.group_8 .block_14[data-v-1453788f] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.group_8 .ziti_block[data-v-1453788f] {
  max-height: 14.875rem;
  overflow: hidden auto;
}
.group_8 .ziti_block[data-v-1453788f]::-webkit-scrollbar {
  display: none;
}
.group_8 .group_39[data-v-1453788f] {
  width: 21.9375rem;
  height: 1.3125rem;
  margin: 10px 0 0 0.75rem;
}
.group_8 .group_39 .text_11[data-v-1453788f] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 1px;
}
.group_8 .group_39 .box_3[data-v-1453788f] {
  border-radius: 33.75rem;
  width: 16.6875rem;
  margin: -7px 0 0 1.25rem;
}
.group_8 .group_39 .box_3 .block_5[data-v-1453788f] {
  background-color: #0084ff;
  border-radius: 33.75rem;
  height: 4px;
  width: 13.625rem;
}
.group_8 .group_39 .box_3 .block_5 .group_12[data-v-1453788f] {
  background-color: #0084ff;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  margin: -4px 0 0 13.1875rem;
}
.group_8 .group_39 .box_3 .play_slider[data-v-1453788f] .el-slider__runway {
  background: rgba(216, 216, 216, 0.5);
}
.group_8 .group_39 .box_3 .play_slider[data-v-1453788f] .el-slider__bar {
  background: -webkit-gradient(linear, left top, right top, from(#BEB1FF), to(#70D5F7));
  background: linear-gradient(90deg, #BEB1FF 0%, #70D5F7 100%);
}
.group_8 .group_39 .box_3 .play_slider[data-v-1453788f] .el-slider__button {
  border: none;
  background: #BEB1FF;
}
.group_8 .group_39 .text_12[data-v-1453788f] {
  width: 1.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-left: 0.75rem;
}
.group_8 .group_13[data-v-1453788f] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin-top: 0.875rem;
}
.group_8 .text_13[data-v-1453788f] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 11px 0 0 0.75rem;
}
.group_8 .group_40[data-v-1453788f] {
  width: 21.9375rem;
  margin: 10px 0 0 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group_8 .group_40 .group_15[data-v-1453788f] {
  background: #dfdfe9;
  border-radius: 1.25rem;
  width: 6.125rem;
  height: 2.5rem;
  margin-right: 1.125rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.group_8 .group_40 .group_15 .thumbnail_9[data-v-1453788f] {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 4px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 10px;
}
.group_8 .group_40 .group_15 img[data-v-1453788f] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.group_8 .group_40 .group_16[data-v-1453788f] {
  border: 2px solid #0084ff;
}
.group_8 .group_40 .group_17[data-v-1453788f] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_8 .group_40 .group_17 .text_16[data-v-1453788f] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_8 .group_40 .group_17 .thumbnail_11[data-v-1453788f] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}
.group_8 .group_40 .group_18[data-v-1453788f] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_8 .group_40 .group_18 .text_17[data-v-1453788f] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Heavy;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_8 .group_40 .group_18 .thumbnail_12[data-v-1453788f] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}
.group_8 .group_19[data-v-1453788f] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin: 0.75rem 0 2.6875rem 0.75rem;
}
.group_8 .group_19 .text_18[data-v-1453788f] {
  width: 3.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.75rem;
  font-family: DingTalk JinBuTi-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 9px;
}
.group_8 .group_19 .thumbnail_13[data-v-1453788f] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 1px 0 0 4.125rem;
}
.group_8 .block_17[data-v-1453788f] {
  position: absolute;
  left: 20.8125rem;
  top: 3.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
.group_8 .box_4[data-v-1453788f] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
}
.group_8 .box_4 .text-wrapper_2[data-v-1453788f] {
  background-color: #f2f3f7;
  border-radius: 1.375rem;
  height: 2.5625rem;
  width: 21.9375rem;
  margin: 0.75rem 0 0 0.75rem;
}
.group_8 .box_4 .text-wrapper_2 .text_6[data-v-1453788f] {
  width: 7rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 1.0625rem;
}
.group_8 .box_4 .section_20[data-v-1453788f] {
  width: 20.8125rem;
  height: 1rem;
  margin: 1.125rem 0 0 1.5625rem;
}
.group_8 .box_4 .section_20 .text_16[data-v-1453788f] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_8 .box_4 .section_20 .text_17[data-v-1453788f] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-left: 4.5625rem;
}
.group_8 .box_4 .section_20 .text_18[data-v-1453788f] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-left: 4.5rem;
}
.group_8 .box_4 .section_20 .thumbnail_12[data-v-1453788f] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 3px 0 0 4.9375rem;
}
.group_8 .box_4 .box_9[data-v-1453788f] {
  background-color: #0084ff;
  width: 1.8125rem;
  height: 2px;
  margin: 10px 0 0 14.4375rem;
}
.group_8 .box_4 .box_10[data-v-1453788f] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.group_8 .box_4 .image-wrapper_18[data-v-1453788f] {
  width: 23.4375rem;
  padding: 1.0625rem 0 0 0.75rem;
  overflow: auto hidden;
}
.group_8 .box_4 .image-wrapper_18 .label_4[data-v-1453788f] {
  width: 2.0625rem;
  height: 2.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.5rem;
  border-radius: 4px 4px 4px 4px;
  background: #313133;
}
.group_8 .box_4 .image-wrapper_18 .label_4 .label_42[data-v-1453788f] {
  width: 1.125rem;
  height: 1.125rem;
}
.group_8 .box_4 .image-wrapper_18 .style_item[data-v-1453788f] {
  width: 2.0625rem;
  height: 2.0625rem;
  background: #313133;
  border-radius: 4px 4px 4px 4px;
  margin-right: 1.5rem;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
}
.group_8 .box_4 .image-wrapper_18[data-v-1453788f]::-webkit-scrollbar {
  display: none;
}
.group_8 .box_4 .group_9[data-v-1453788f] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin-top: 1.125rem;
}
.group_8 .box_4 .section_21[data-v-1453788f] {
  width: 22.6875rem;
  height: 2.625rem;
  margin: 8px 0 0 0.75rem;
}
.group_8 .box_4 .section_21 .text_10[data-v-1453788f] {
  width: 1.75rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_8 .box_4 .section_21 .image-wrapper_4[data-v-1453788f] {
  width: 19.375rem;
  padding-left: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto visible;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_8 .box_4 .section_21 .image-wrapper_4 .color_item[data-v-1453788f] {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.group_8 .box_4 .section_21 .image-wrapper_4 .image_3[data-v-1453788f] {
  width: 2.125rem;
  min-width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
}
.group_8 .box_4 .section_21 .image-wrapper_4[data-v-1453788f]::-webkit-scrollbar {
  display: none;
}
.group_8 .box_4 .section_22[data-v-1453788f] {
  width: 21.625rem;
  height: 2rem;
  margin: 0.875rem 0 0 0.75rem;
}
.group_8 .box_4 .section_22 .image_5[data-v-1453788f] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
}
.group_8 .box_4 .section_22 .text_11[data-v-1453788f] {
  width: 1.75rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 8px;
  margin-right: 1.75rem;
}
.group_8 .box_4 .section_22 .section_7[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  border: 1px gradient;
  margin-left: 1.75rem;
  width: 5.625rem;
}
.group_8 .box_4 .section_22 .section_7 .thumbnail_9[data-v-1453788f] {
  width: 0.8125rem;
  height: 0.75rem;
  margin: 10px 0 0 2.5rem;
}
.group_8 .box_4 .section_22 .section_8[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_22 .section_8 .image-wrapper_6[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 1.4375rem;
  width: 1.4375rem;
  margin: 4px 0 0 2.0625rem;
}
.group_8 .box_4 .section_22 .section_8 .image-wrapper_6 .thumbnail_10[data-v-1453788f] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 6px 0 0 6px;
}
.group_8 .box_4 .section_22 .section_9[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  width: 5.625rem;
  height: 2rem;
  margin-left: 10px;
}
.group_8 .box_4 .section_22 .section_9 .thumbnail_11[data-v-1453788f] {
  width: 0.8125rem;
  height: 0.75rem;
  margin: 10px 0 0 2.4375rem;
}
.group_8 .box_4 .section_22 .section_10[data-v-1453788f] {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 194, 255, 0.2)), to(rgba(149, 146, 255, 0.2)));
  background: linear-gradient(270deg, rgba(0, 194, 255, 0.2) 0%, rgba(149, 146, 255, 0.2) 100%);
  position: relative;
  color: #0084FF;
}
.group_8 .box_4 .section_22 .section_10 .section_border[data-v-1453788f] {
  width: 5.625rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.group_8 .box_4 .section_23[data-v-1453788f] {
  width: 21.625rem;
  height: 2rem;
  margin: 1rem 0 1.5rem 0.75rem;
}
.group_8 .box_4 .section_23 .image_5[data-v-1453788f] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
}
.group_8 .box_4 .section_23 .text_12[data-v-1453788f] {
  width: 2.625rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 9px;
  margin-right: 0.875rem;
}
.group_8 .box_4 .section_23 .text-wrapper_12[data-v-1453788f] {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 194, 255, 0.04)), to(rgba(149, 146, 255, 0.04)));
  background-image: linear-gradient(270deg, rgba(0, 194, 255, 0.04) 0, rgba(149, 146, 255, 0.04) 100%);
  border-radius: 4px;
  height: 2rem;
  border: 1px gradient;
  margin-left: 0.875rem;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_12 .text_13[data-v-1453788f] {
  width: 10px;
  height: 1.5625rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  text-decoration: underline;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 2.5rem;
}
.group_8 .box_4 .section_23 .text-wrapper_5[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_5 .text_14[data-v-1453788f] {
  width: 6px;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 5px 0 0 2.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_6[data-v-1453788f] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_6 .text_15[data-v-1453788f] {
  width: 9px;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 5px 0 0 2.5625rem;
}
.group_8 .box_4 .box_15[data-v-1453788f] {
  position: absolute;
  left: 20.8125rem;
  top: 4rem;
  width: 1.875rem;
  height: 1.875rem;
}
[data-v-1453788f] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
[data-v-1453788f] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
[data-v-1453788f] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
[data-v-1453788f] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
}
[data-v-1453788f] .hover-input .el-input__inner:hover {
  background: #F2F3F7;
}
[data-v-1453788f] .hover-input .el-input__inner:focus {
  background: #F2F3F7;
}
[data-v-1453788f] .hover-input .el-input__suffix {
  display: none;
}
[data-v-1453788f] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}

.image-wrapper_4_2[data-v-95314334] {
  background: #000000;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.image-wrapper_4_2 .section_4[data-v-95314334] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 17.75rem;
  height: 3.375rem;
  position: absolute;
  bottom: 1rem;
  left: 2.875rem;
  z-index: 99;
}
.image-wrapper_4_2 .section_4 .image-text_7[data-v-95314334] {
  width: 15.625rem;
  height: 2.375rem;
  margin: 8px 0 0 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-wrapper_4_2 .section_4 .image-text_7 .section_5[data-v-95314334] {
  margin-top: 4px;
}
.image-wrapper_4_2 .section_4 .image-text_7 .text-group_1[data-v-95314334] {
  width: 14.25rem;
  height: 2.375rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.1875rem;
}
.image-wrapper_4_2 .image_1[data-v-95314334] {
  max-height: calc(100% - 3.875rem);
}
.image-wrapper_4_2 .play_circle[data-v-95314334] {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  border-radius: 50%;
  padding-left: 8px;
  padding-bottom: 1px;
}
.image-wrapper_4_2 .play_circle .play_icon4[data-v-95314334] {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0.875rem solid #ffffff;
}
.image-wrapper_4_2 .play_icon3[data-v-95314334] {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 0.75rem solid #ffffff;
}
.image-wrapper_4_2 .all_screen_op[data-v-95314334] {
  height: 3.625rem;
  width: 100%;
  z-index: 2;
}
.image-wrapper_4_2 .all_screen_op .play_icon2[data-v-95314334] {
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
  max-width: 1.625rem;
  max-height: 1.625rem;
  margin-right: 10px;
  margin-left: 0.75rem;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-95314334] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-95314334] .el-slider__runway {
  background: #41403e;
  height: 2px;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-95314334] .el-slider__bar {
  background: #FFFFFF;
  height: 2px;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-95314334] .el-slider__button {
  border: none;
  width: 0.75rem;
  height: 0.75rem;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-95314334] .el-slider__button-wrapper {
  top: -1rem;
}
.image-wrapper_4_2 .all_screen_op .play_time22[data-v-95314334] {
  font-size: 0.75rem;
  text-align: left;
  margin-right: 0.75rem;
  margin-left: 0.875rem;
  white-space: nowrap;
  color: #FFFFFF;
  letter-spacing: 2px;
}
.image-wrapper_4_2 .all_screen_op .cancel_screen[data-v-95314334] {
  width: 2.875rem;
  height: 2.875rem;
}
.image-wrapper_4_2 .all_screen_op .export_btn2[data-v-95314334] {
  width: 3.75rem;
  height: 1.875rem;
  background: linear-gradient(149deg, #BEB1FF 0%, #70D5F7 100%), #0084FF;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  margin-right: 1rem;
}

.page[data-v-369c955c] {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1005;
  overflow: hidden;
}
.page .block_9[data-v-369c955c] {
  background: rgba(0, 0, 0, 0.85);
  height: 5.5rem;
  width: 23.4375rem;
  position: relative;
}
.page .block_9 .section_17[data-v-369c955c] {
  width: 23.4375rem;
  height: 2.75rem;
}
.page .block_9 .section_17 .text_18[data-v-369c955c] {
  width: 3.375rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: -1.79999995px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375rem;
  margin: 0.875rem 0 0 1.25rem;
}
.page .block_9 .section_17 .thumbnail_17[data-v-369c955c] {
  width: 1.0625rem;
  height: 11px;
  margin: 1.0625rem 0 0 13.6875rem;
}
.page .block_9 .section_17 .thumbnail_18[data-v-369c955c] {
  width: 1rem;
  height: 11px;
  margin: 1.0625rem 0 0 5px;
}
.page .block_9 .section_17 .image_4[data-v-369c955c] {
  width: 1.5625rem;
  height: 0.75rem;
  margin: 1.0625rem 0.875rem 0 5px;
}
.page .block_9 .section_18[data-v-369c955c] {
  background-color: rgba(211, 61, 62, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 23.4375rem;
  height: 5.5rem;
}
.page .block_9 .section_18 .box_29[data-v-369c955c] {
  width: 23.4375rem;
  height: 2.75rem;
}
.page .block_9 .section_18 .box_29 .text_19[data-v-369c955c] {
  width: 3.375rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: -1.79999995px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375rem;
  margin: 0.875rem 0 0 1.25rem;
}
.page .block_9 .section_18 .box_29 .thumbnail_19[data-v-369c955c] {
  width: 1.0625rem;
  height: 11px;
  margin: 1.0625rem 0 0 13.6875rem;
}
.page .block_9 .section_18 .box_29 .thumbnail_20[data-v-369c955c] {
  width: 1rem;
  height: 11px;
  margin: 1.0625rem 0 0 5px;
}
.page .block_9 .section_18 .box_29 .image_5[data-v-369c955c] {
  width: 1.5625rem;
  height: 0.75rem;
  margin: 1.0625rem 0.875rem 0 5px;
}
.page .block_9 .section_18 .section_20[data-v-369c955c] {
  width: 22.0625rem;
  height: 2rem;
  margin: 6px 0 6px 1rem;
}
.page .block_9 .section_18 .section_20 .group_39[data-v-369c955c] {
  width: 9px;
  height: 1rem;
  margin-top: 9px;
}
.page .block_9 .section_18 .section_20 .group_40[data-v-369c955c] {
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 1.5625rem;
  width: 5.4375rem;
  height: 2rem;
  border: 0.5px solid rgba(167, 167, 167, 0.2);
}
.page .block_9 .section_18 .section_20 .group_40 .thumbnail_21[data-v-369c955c] {
  width: 1.1875rem;
  height: 7px;
  margin: 0.8125rem 0 0 0.875rem;
}
.page .block_9 .section_18 .section_20 .group_40 .group_41[data-v-369c955c] {
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 1.1875rem;
  margin: 7px 0 0 11px;
}
.page .block_9 .section_18 .section_20 .group_40 .thumbnail_22[data-v-369c955c] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 8px 0.8125rem 0 0.75rem;
}
.page .box_43[data-v-369c955c] {
  width: 23.4375rem;
  height: 27.25rem;
}
.page .box_43 .section_21[data-v-369c955c] {
  width: 17.3125rem;
  height: 23.3125rem;
  margin: 4px 0 0 1rem;
}
.page .box_43 .section_21 .text_3[data-v-369c955c] {
  width: 2.1875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 22.3125rem;
}
.page .box_43 .section_21 .image-wrapper_1[data-v-369c955c] {
  height: 23.1875rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG1f5d158d2206c8b2f20f4d755a56f95c.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 13.1875rem;
}
.page .box_43 .section_21 .image-wrapper_1 .thumbnail_7[data-v-369c955c] {
  width: 1rem;
  height: 1rem;
  margin: 21.5625rem 0 0 11.5625rem;
}
.page .box_43 .section_22[data-v-369c955c] {
  width: 21.9375rem;
  height: 1.75rem;
  margin: 1.125rem 0 0.8125rem 0.75rem;
}
.page .box_43 .section_22 .section_11[data-v-369c955c] {
  background-color: #313133;
  border-radius: 3.125rem;
  width: 4.125rem;
  height: 1.75rem;
}
.page .box_43 .section_22 .section_11 .image-wrapper_4[data-v-369c955c] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.1875rem;
  width: 1.1875rem;
  margin: 5px 0 0 5px;
}
.page .box_43 .section_22 .section_11 .image-wrapper_4 .thumbnail_16[data-v-369c955c] {
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 2px 0 0 3px;
}
.page .box_43 .section_22 .section_11 .text_17[data-v-369c955c] {
  width: 1.75rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 10px 0 4px;
}
.page .box_43 .section_22 .image-text_25[data-v-369c955c] {
  width: 3.9375rem;
  height: 1rem;
  margin: 6px 0 0 6.125rem;
}
.page .box_43 .section_22 .image-text_25 .image_3[data-v-369c955c] {
  width: 1.8125rem;
  height: 1rem;
}
.page .box_43 .section_22 .image-text_25 .text-group_1[data-v-369c955c] {
  width: 1.75rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_43 .section_22 .text-wrapper_1[data-v-369c955c] {
  background-color: #313133;
  border-radius: 8px;
  height: 1.75rem;
  margin-left: 0.75rem;
  width: 3.25rem;
}
.page .box_43 .section_22 .text-wrapper_1 .text_5[data-v-369c955c] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 0.75rem;
}
.page .box_43 .section_22 .text-wrapper_2[data-v-369c955c] {
  height: 1.75rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG137b3c35f167e3f995f651e2c292a953.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
  width: 3.25rem;
}
.page .box_43 .section_22 .text-wrapper_2 .text_6[data-v-369c955c] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 0.75rem;
}
.page .group_3[data-v-369c955c] {
  background-color: #222224;
  border-radius: 10px;
  width: 21.9375rem;
  height: 13.625rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: -1px 0 0 0.75rem;
}
.page .group_3 .box_44[data-v-369c955c] {
  width: 9rem;
  height: 2.25rem;
  margin: 0.75rem 0 0 0.75rem;
}
.page .group_3 .box_44 .group_4[data-v-369c955c] {
  height: 2.25rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG936b510172c47a036ac654cdf5550572.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 3.25rem;
}
.page .group_3 .box_44 .group_4 .text-wrapper_3[data-v-369c955c] {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px 0px 0px 6px;
  height: 1rem;
  width: 2.0625rem;
  margin: 1.25rem 0 0 1.1875rem;
}
.page .group_3 .box_44 .group_4 .text-wrapper_3 .text_7[data-v-369c955c] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.75rem;
  margin: 1px 0 0 2px;
}
.page .group_3 .box_44 .group_5[data-v-369c955c] {
  height: 2.25rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG2058155dc71412fef3e3a9ee08dabed8.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
  width: 3.25rem;
}
.page .group_3 .box_44 .group_5 .text-wrapper_4[data-v-369c955c] {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px 0px 0px 6px;
  height: 1rem;
  width: 2.0625rem;
  margin: 1.25rem 0 0 1.1875rem;
}
.page .group_3 .box_44 .group_5 .text-wrapper_4 .text_8[data-v-369c955c] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.75rem;
  margin: 1px 0 0 2px;
}
.page .group_3 .box_44 .image-wrapper_3[data-v-369c955c] {
  background-color: #38383b;
  border-radius: 4px;
  height: 2.25rem;
  margin-left: 8px;
  width: 1.5rem;
}
.page .group_3 .box_44 .image-wrapper_3 .thumbnail_9[data-v-369c955c] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.75rem 0 0 6px;
}
.page .group_3 .text_9[data-v-369c955c] {
  width: 20.4375rem;
  height: 3.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 0 0.75rem;
}
.page .group_3 .box_45[data-v-369c955c] {
  width: 20.4375rem;
  height: 1.375rem;
  margin: 4rem 0 0.75rem 0.75rem;
}
.page .group_3 .box_45 .box_5[data-v-369c955c] {
  background-color: #38383b;
  border-radius: 6px;
  position: relative;
  width: 4.6875rem;
  height: 1.375rem;
}
.page .group_3 .box_45 .box_5 .thumbnail_10[data-v-369c955c] {
  width: 1rem;
  height: 0.8125rem;
  margin: 5px 0 0 6px;
}
.page .group_3 .box_45 .box_5 .text_10[data-v-369c955c] {
  width: 3rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 3px 4px 0 1px;
}
.page .group_3 .box_45 .box_5 .block_5[data-v-369c955c] {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 1rem;
  height: 1rem;
}
.page .group_3 .box_45 .box_40[data-v-369c955c] {
  background-color: #38383b;
  border-radius: 6px;
  position: relative;
  width: 3.3125rem;
  height: 1.375rem;
}
.page .group_3 .box_45 .box_40 .text_20[data-v-369c955c] {
  width: 1.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 3px 0 0 1.4375rem;
}
.page .group_3 .box_45 .box_40 .box_41[data-v-369c955c] {
  position: absolute;
  left: 1.125rem;
  top: 3px;
  width: 1rem;
  height: 11px;
}
.page .group_3 .box_45 .box_40 .box_42[data-v-369c955c] {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 1rem;
  height: 1rem;
}
.page .box_46[data-v-369c955c] {
  position: relative;
  width: 23.4375rem;
  height: 4.5625rem;
  margin-bottom: 1px;
}
.page .box_46 .box_47[data-v-369c955c] {
  width: 20rem;
  height: 2.75rem;
  margin: 1rem 0 0 1.5625rem;
}
.page .box_46 .box_47 .box_48[data-v-369c955c] {
  width: 2.0625rem;
  height: 2.625rem;
  margin-top: 2px;
}
.page .box_46 .box_47 .box_48 .group_8[data-v-369c955c] {
  width: 1rem;
  height: 1.125rem;
  background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/99a3063ee4c643baa41c4552a1111026_mergeImage.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
}
.page .box_46 .box_47 .box_48 .text_11[data-v-369c955c] {
  width: 2.0625rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 6px;
}
.page .box_46 .box_47 .box_49[data-v-369c955c] {
  width: 1.375rem;
  height: 2.75rem;
  margin-left: 1.9375rem;
}
.page .box_46 .box_47 .box_49 .box_8[data-v-369c955c] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.375rem;
  width: 1.375rem;
  position: relative;
}
.page .box_46 .box_47 .box_49 .box_8 .thumbnail_11[data-v-369c955c] {
  width: 1.125rem;
  height: 1.0625rem;
  margin: 2px 0 0 3px;
}
.page .box_46 .box_47 .box_49 .box_8 .box_9[data-v-369c955c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_46 .box_47 .box_49 .text_12[data-v-369c955c] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_46 .box_47 .box_50[data-v-369c955c] {
  width: 1.375rem;
  height: 2.75rem;
  margin-left: 2.25rem;
}
.page .box_46 .box_47 .box_50 .group_9[data-v-369c955c] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.375rem;
  width: 1.375rem;
  position: relative;
}
.page .box_46 .box_47 .box_50 .group_9 .thumbnail_12[data-v-369c955c] {
  width: 1.125rem;
  height: 1.0625rem;
  margin: 3px 0 0 3px;
}
.page .box_46 .box_47 .box_50 .group_9 .section_5[data-v-369c955c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_46 .box_47 .box_50 .text_13[data-v-369c955c] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_46 .box_47 .box_51[data-v-369c955c] {
  width: 1.375rem;
  height: 2.75rem;
  margin-left: 2.3125rem;
}
.page .box_46 .box_47 .box_51 .section_6[data-v-369c955c] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.375rem;
  width: 1.375rem;
  position: relative;
}
.page .box_46 .box_47 .box_51 .section_6 .thumbnail_13[data-v-369c955c] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 2px 0 0 2px;
}
.page .box_46 .box_47 .box_51 .section_6 .group_10[data-v-369c955c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_46 .box_47 .box_51 .text_14[data-v-369c955c] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_46 .box_47 .box_52[data-v-369c955c] {
  width: 1.375rem;
  height: 2.75rem;
  margin-left: 2.25rem;
}
.page .box_46 .box_47 .box_52 .group_11[data-v-369c955c] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.375rem;
  width: 1.375rem;
  position: relative;
}
.page .box_46 .box_47 .box_52 .group_11 .thumbnail_14[data-v-369c955c] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 3px 0 0 3px;
}
.page .box_46 .box_47 .box_52 .group_11 .group_12[data-v-369c955c] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_46 .box_47 .box_52 .text_15[data-v-369c955c] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_46 .box_47 .image-text_26[data-v-369c955c] {
  width: 1.375rem;
  height: 2.75rem;
  margin-left: 2.3125rem;
}
.page .box_46 .box_47 .image-text_26 .box_13[data-v-369c955c] {
  height: 1.375rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG9504e30e6ba48170f4b24f2a34d54ed6.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1.375rem;
}
.page .box_46 .box_47 .image-text_26 .box_13 .group_13[data-v-369c955c] {
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_46 .box_47 .image-text_26 .text-group_2[data-v-369c955c] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_46 .text-wrapper_5[data-v-369c955c] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 8.3125rem;
}
.page .box_46 .text-wrapper_5 .text_16[data-v-369c955c] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}
.page .box_46 .group_14[data-v-369c955c] {
  position: absolute;
  left: 1.875rem;
  top: 1rem;
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_14[data-v-369c955c] {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  width: 8.4375rem;
  height: 10rem;
}
.page .box_14 .thumbnail_15[data-v-369c955c] {
  width: 11px;
  height: 11px;
  margin: 0px 0 0 6.25rem;
  padding: 10px 10px 0px 0.8125rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page .box_14 .image-text_27[data-v-369c955c] {
  width: 4.375rem;
  height: 4.0625rem;
  margin: 2px 0 0 2.0625rem;
}
.page .box_14 .image-text_27 .label_1[data-v-369c955c] {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 1.0625rem;
}
.page .box_14 .image-text_27 .text-group_3[data-v-369c955c] {
  width: 4.375rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.page .box_14 .group_16[data-v-369c955c] {
  width: 6.375rem;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 1.25rem 0 0 1.0625rem;
}
.page .box_14 .paragraph_1[data-v-369c955c] {
  max-width: 6.25rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-family: Source Han Sans-Normal;
  font-weight: 350;
  text-align: center;
  line-height: 1rem;
  margin: 7px 0 8px 0px;
}

.mobile_select_bg[data-v-6b5483b1] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.subscribe_pop2[data-v-6b5483b1] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}
.group_8[data-v-6b5483b1] {
  background-color: #222224;
  border-radius: 1rem 1rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1005;
  position: fixed;
  bottom: 0;
  left: 0;
}
.group_8 .text-wrapper_2[data-v-6b5483b1] {
  background-color: #f2f3f7;
  border-radius: 1.375rem;
  height: 2.5625rem;
  width: 21.9375rem;
  margin: 0.75rem 0 0 0.75rem;
  padding: 0 1.0625rem;
  font-size: 1rem;
  color: #333333;
  border: none;
}
.group_8 .group_38[data-v-6b5483b1] {
  width: 20.8125rem;
  height: 2.75rem;
  margin: 0px 0 0 1.5625rem;
}
.group_8 .group_38 .text_22[data-v-6b5483b1] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
}
.group_8 .group_38 .text_23[data-v-6b5483b1] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
  margin-left: 4.5625rem;
}
.group_8 .group_38 .text_24[data-v-6b5483b1] {
  width: 1.875rem;
  height: 2.75rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 2.75rem;
  margin-left: 4.5rem;
}
.group_8 .group_38 .thumbnail_15[data-v-6b5483b1] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 1.125rem 0 0 4.9375rem;
}
.group_8 .block_13[data-v-6b5483b1] {
  background-color: #FFFFFF;
  width: 1.8125rem;
  height: 2px;
  margin: 0px 0 0 8rem;
}
.group_8 .block_14[data-v-6b5483b1] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.group_8 .ziti_block[data-v-6b5483b1] {
  overflow: hidden auto;
}
.group_8 .ziti_block[data-v-6b5483b1]::-webkit-scrollbar {
  display: none;
}
.group_8 .group_39[data-v-6b5483b1] {
  width: 21.9375rem;
  height: 1.3125rem;
  margin: 10px 0 0 0.75rem;
}
.group_8 .group_39 .text_11[data-v-6b5483b1] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 1px;
}
.group_8 .group_39 .box_3[data-v-6b5483b1] {
  border-radius: 33.75rem;
  width: 16.6875rem;
  margin: -7px 0 0 1.25rem;
}
.group_8 .group_39 .box_3 .block_5[data-v-6b5483b1] {
  background-color: #0084ff;
  border-radius: 33.75rem;
  height: 4px;
  width: 13.625rem;
}
.group_8 .group_39 .box_3 .block_5 .group_12[data-v-6b5483b1] {
  background-color: #0084ff;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  margin: -4px 0 0 13.1875rem;
}
.group_8 .group_39 .box_3 .play_slider[data-v-6b5483b1] .el-slider__runway {
  background: rgba(216, 216, 216, 0.5);
}
.group_8 .group_39 .box_3 .play_slider[data-v-6b5483b1] .el-slider__bar {
  background: -webkit-gradient(linear, left top, right top, from(#BEB1FF), to(#70D5F7));
  background: linear-gradient(90deg, #BEB1FF 0%, #70D5F7 100%);
}
.group_8 .group_39 .box_3 .play_slider[data-v-6b5483b1] .el-slider__button {
  border: none;
  background: #BEB1FF;
}
.group_8 .group_39 .text_12[data-v-6b5483b1] {
  width: 1.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-left: 0.75rem;
}
.group_8 .group_13[data-v-6b5483b1] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin-top: 0.875rem;
}
.group_8 .text_13[data-v-6b5483b1] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 11px 0 0 0.75rem;
}
.group_8 .group_40[data-v-6b5483b1] {
  width: 21.9375rem;
  margin: 10px 0 0 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group_8 .group_40 .group_15[data-v-6b5483b1] {
  background: #dfdfe9;
  border-radius: 1.25rem;
  width: 6.125rem;
  height: 2.5rem;
  margin-right: 1.125rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.group_8 .group_40 .group_15 .thumbnail_9[data-v-6b5483b1] {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 4px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 10px;
}
.group_8 .group_40 .group_15 img[data-v-6b5483b1] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.group_8 .group_40 .group_16[data-v-6b5483b1] {
  border: 2px solid #0084ff;
}
.group_8 .group_40 .group_17[data-v-6b5483b1] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_8 .group_40 .group_17 .text_16[data-v-6b5483b1] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_8 .group_40 .group_17 .thumbnail_11[data-v-6b5483b1] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}
.group_8 .group_40 .group_18[data-v-6b5483b1] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_8 .group_40 .group_18 .text_17[data-v-6b5483b1] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Heavy;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_8 .group_40 .group_18 .thumbnail_12[data-v-6b5483b1] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}
.group_8 .group_19[data-v-6b5483b1] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin: 0.75rem 0 2.6875rem 0.75rem;
}
.group_8 .group_19 .text_18[data-v-6b5483b1] {
  width: 3.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.75rem;
  font-family: DingTalk JinBuTi-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 9px;
}
.group_8 .group_19 .thumbnail_13[data-v-6b5483b1] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 1px 0 0 4.125rem;
}
.group_8 .block_17[data-v-6b5483b1] {
  position: absolute;
  left: 20.8125rem;
  top: 10px;
  width: 1.875rem;
  height: 1.875rem;
}
.group_8 .box_4[data-v-6b5483b1] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
}
.group_8 .box_4 .text-wrapper_2[data-v-6b5483b1] {
  background-color: #f2f3f7;
  border-radius: 1.375rem;
  height: 2.5625rem;
  width: 21.9375rem;
  margin: 0.75rem 0 0 0.75rem;
}
.group_8 .box_4 .text-wrapper_2 .text_6[data-v-6b5483b1] {
  width: 7rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 1.0625rem;
}
.group_8 .box_4 .section_20[data-v-6b5483b1] {
  width: 20.8125rem;
  height: 1rem;
  margin: 1.125rem 0 0 1.5625rem;
}
.group_8 .box_4 .section_20 .text_16[data-v-6b5483b1] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_8 .box_4 .section_20 .text_17[data-v-6b5483b1] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-left: 4.5625rem;
}
.group_8 .box_4 .section_20 .text_18[data-v-6b5483b1] {
  width: 1.875rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-left: 4.5rem;
}
.group_8 .box_4 .section_20 .thumbnail_12[data-v-6b5483b1] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 3px 0 0 4.9375rem;
}
.group_8 .box_4 .box_9[data-v-6b5483b1] {
  background-color: #0084ff;
  width: 1.8125rem;
  height: 2px;
  margin: 10px 0 0 14.4375rem;
}
.group_8 .box_4 .box_10[data-v-6b5483b1] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.group_8 .box_4 .image-wrapper_18[data-v-6b5483b1] {
  width: 23.4375rem;
  padding: 1.0625rem 0 0 0.75rem;
  overflow: auto hidden;
}
.group_8 .box_4 .image-wrapper_18 .label_4[data-v-6b5483b1] {
  width: 2.0625rem;
  height: 2.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.5rem;
  border-radius: 4px 4px 4px 4px;
  background: #313133;
}
.group_8 .box_4 .image-wrapper_18 .label_4 .label_42[data-v-6b5483b1] {
  width: 1.125rem;
  height: 1.125rem;
}
.group_8 .box_4 .image-wrapper_18 .style_item[data-v-6b5483b1] {
  width: 2.0625rem;
  height: 2.0625rem;
  background: #313133;
  border-radius: 4px 4px 4px 4px;
  margin-right: 1.5rem;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
}
.group_8 .box_4 .image-wrapper_18[data-v-6b5483b1]::-webkit-scrollbar {
  display: none;
}
.group_8 .box_4 .group_9[data-v-6b5483b1] {
  width: 23.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin-top: 1.125rem;
}
.group_8 .box_4 .section_21[data-v-6b5483b1] {
  width: 22.6875rem;
  height: 2.625rem;
  margin: 8px 0 0 0.75rem;
}
.group_8 .box_4 .section_21 .text_10[data-v-6b5483b1] {
  width: 1.75rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_8 .box_4 .section_21 .image-wrapper_4[data-v-6b5483b1] {
  width: 19.375rem;
  padding-left: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto visible;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_8 .box_4 .section_21 .image-wrapper_4 .color_item[data-v-6b5483b1] {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.group_8 .box_4 .section_21 .image-wrapper_4 .image_3[data-v-6b5483b1] {
  width: 2.125rem;
  min-width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
}
.group_8 .box_4 .section_21 .image-wrapper_4[data-v-6b5483b1]::-webkit-scrollbar {
  display: none;
}
.group_8 .box_4 .section_22[data-v-6b5483b1] {
  width: 21.625rem;
  height: 2rem;
  margin: 0.875rem 0 0 0.75rem;
}
.group_8 .box_4 .section_22 .image_5[data-v-6b5483b1] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
}
.group_8 .box_4 .section_22 .text_11[data-v-6b5483b1] {
  width: 1.75rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 8px;
  margin-right: 1.75rem;
}
.group_8 .box_4 .section_22 .section_7[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  border: 1px gradient;
  margin-left: 1.75rem;
  width: 5.625rem;
}
.group_8 .box_4 .section_22 .section_7 .thumbnail_9[data-v-6b5483b1] {
  width: 0.8125rem;
  height: 0.75rem;
  margin: 10px 0 0 2.5rem;
}
.group_8 .box_4 .section_22 .section_8[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_22 .section_8 .image-wrapper_6[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 1.4375rem;
  width: 1.4375rem;
  margin: 4px 0 0 2.0625rem;
}
.group_8 .box_4 .section_22 .section_8 .image-wrapper_6 .thumbnail_10[data-v-6b5483b1] {
  width: 0.75rem;
  height: 0.75rem;
  margin: 6px 0 0 6px;
}
.group_8 .box_4 .section_22 .section_9[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  width: 5.625rem;
  height: 2rem;
  margin-left: 10px;
}
.group_8 .box_4 .section_22 .section_9 .thumbnail_11[data-v-6b5483b1] {
  width: 0.8125rem;
  height: 0.75rem;
  margin: 10px 0 0 2.4375rem;
}
.group_8 .box_4 .section_22 .section_10[data-v-6b5483b1] {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 194, 255, 0.2)), to(rgba(149, 146, 255, 0.2)));
  background: linear-gradient(270deg, rgba(0, 194, 255, 0.2) 0%, rgba(149, 146, 255, 0.2) 100%);
  position: relative;
  color: #0084FF;
}
.group_8 .box_4 .section_22 .section_10 .section_border[data-v-6b5483b1] {
  width: 5.625rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.group_8 .box_4 .section_23[data-v-6b5483b1] {
  width: 21.625rem;
  height: 2rem;
  margin: 1rem 0 1.5rem 0.75rem;
}
.group_8 .box_4 .section_23 .image_5[data-v-6b5483b1] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
}
.group_8 .box_4 .section_23 .text_12[data-v-6b5483b1] {
  width: 2.625rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 9px;
  margin-right: 0.875rem;
}
.group_8 .box_4 .section_23 .text-wrapper_12[data-v-6b5483b1] {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 194, 255, 0.04)), to(rgba(149, 146, 255, 0.04)));
  background-image: linear-gradient(270deg, rgba(0, 194, 255, 0.04) 0, rgba(149, 146, 255, 0.04) 100%);
  border-radius: 4px;
  height: 2rem;
  border: 1px gradient;
  margin-left: 0.875rem;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_12 .text_13[data-v-6b5483b1] {
  width: 10px;
  height: 1.5625rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  text-decoration: underline;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 2.5rem;
}
.group_8 .box_4 .section_23 .text-wrapper_5[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_5 .text_14[data-v-6b5483b1] {
  width: 6px;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 5px 0 0 2.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_6[data-v-6b5483b1] {
  background-color: #f2f2f2;
  border-radius: 4px;
  height: 2rem;
  margin-left: 10px;
  width: 5.625rem;
}
.group_8 .box_4 .section_23 .text-wrapper_6 .text_15[data-v-6b5483b1] {
  width: 9px;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 5px 0 0 2.5625rem;
}
.group_8 .box_4 .box_15[data-v-6b5483b1] {
  position: absolute;
  left: 20.8125rem;
  top: 4rem;
  width: 1.875rem;
  height: 1.875rem;
}
[data-v-6b5483b1] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
[data-v-6b5483b1] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
[data-v-6b5483b1] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
[data-v-6b5483b1] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
}
[data-v-6b5483b1] .hover-input .el-input__inner:hover {
  background: #F2F3F7;
}
[data-v-6b5483b1] .hover-input .el-input__inner:focus {
  background: #F2F3F7;
}
[data-v-6b5483b1] .hover-input .el-input__suffix {
  display: none;
}
[data-v-6b5483b1] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}

.div-header[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.div-header[data-v-28498814]::-webkit-scrollbar {
  display: none;
}
.sticky-header[data-v-28498814] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 999;
}
.folder_block[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.875rem 0 1.875rem;
  margin: 1.875rem 0 0 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.folder_block .folder_new_icon[data-v-28498814] {
  width: 2.8125rem;
  height: 2.3125rem;
  margin-right: 9px;
}
.folder_block .folder_new_text[data-v-28498814] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3D3D3D;
}
.folder_block .new_folder[data-v-28498814] {
  margin-right: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.folder_block .folder_item[data-v-28498814] {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  padding: 6px 8px 6px 6px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.folder_block .folder_item .folder_icon[data-v-28498814] {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px 10px 10px 10px;
  margin-right: 0.75rem;
}
.folder_block .folder_item .folder_name_num[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  margin-right: 8px;
}
.folder_block .folder_item .folder_name[data-v-28498814] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.75rem;
  width: 7.375rem;
}
.folder_block .folder_item .folder_num[data-v-28498814] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.25rem;
}
.folder_block .folder_item .actions[data-v-28498814] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  z-index: 2;
  top: 1.125rem;
  right: 6px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #666a7f;
}
.folder_block .folder_item .show_a[data-v-28498814] {
  display: block;
}
.folder_block .folder_item_active[data-v-28498814] {
  background: #f7f9fc;
}
.folder_block .folder_item_active .actions[data-v-28498814] {
  display: block;
}
[data-v-28498814] .pop_block_1 {
  border-radius: 0.75rem;
}
.pop_block_1[data-v-28498814] {
  border-radius: 0.75rem;
}
.pop_block_1 .box_9[data-v-28498814] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block_1 .text_33[data-v-28498814] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block_1 .group_31[data-v-28498814] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block_1 .text_34[data-v-28498814] {
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block_1 .text-wrapper_11[data-v-28498814] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block_1 .text_35[data-v-28498814] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block_1 .text_36[data-v-28498814] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block_1 .text_37[data-v-28498814] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block_1 .group_32[data-v-28498814] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 3.125rem 0 0px 10.8125rem;
}
.pop_block_1 .text-wrapper_12[data-v-28498814] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block_1 .text_38[data-v-28498814] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block_1 .text-wrapper_13[data-v-28498814] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block_1 .text_39[data-v-28498814] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.search_mian[data-v-28498814] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  padding: 10px 2.5rem 5px 1.875rem;
  width: 100%;
}
.select_menu2[data-v-28498814] {
  border: 1px solid #E1E2E6;
  padding: 0px 9px;
  border-radius: 6px 6px 6px 6px;
  height: 2rem;
  cursor: pointer;
}
.new-button[data-v-28498814] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
.video_list[data-v-28498814] {
  margin: 0px 0px 1rem 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video_list_1[data-v-28498814] {
  margin: 0px 0px 1rem 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video_list2[data-v-28498814] {
  padding: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.video_item[data-v-28498814] {
  width: 15.5rem;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.video_item:hover .actions[data-v-28498814] {
  display: block;
}
.video_item:hover .preview_icon[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_item .preview_icon[data-v-28498814] {
  position: absolute;
  top: 8.375rem;
  left: 6.125rem;
  width: 3.3125rem;
  height: 1.875rem;
  z-index: 3;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.video_item .preview_icon .el-icon-caret-right[data-v-28498814] {
  font-size: 1rem;
  margin-right: 2px;
  margin-left: -3px;
}
.video_item .actions[data-v-28498814] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #33333380;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #ffffff;
}
.video_item .show_a[data-v-28498814] {
  display: block;
}
.video_img[data-v-28498814] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
  border-radius: 8px;
  z-index: 2;
}
.status_icon[data-v-28498814] {
  padding: 0 4px;
  height: 1rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  white-space: nowrap;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ff7300;
}
.time2[data-v-28498814] {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 3;
}
.top_block_1[data-v-28498814] {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 18.625rem;
  width: 15.5rem;
}
.top_block_1 .top_block_start_icon[data-v-28498814] {
  width: 6.25rem;
  height: auto;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.top_block_1 .train_ing[data-v-28498814] {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2.125rem;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1rem;
  z-index: 2;
}
.top_block_1 .train_ing .train_img[data-v-28498814] {
  width: 2.25rem;
  height: 2.25rem;
  margin: 6.25rem 0 1rem 0;
}
.top_block_1 .train_ing .train_btn[data-v-28498814] {
  width: 4.5rem;
  height: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#83C8F9), to(#7867FF));
  background: linear-gradient(180deg, #83C8F9 0%, #7867FF 100%);
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block2[data-v-28498814] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video_title[data-v-28498814] {
  max-width: 15.5rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.75rem;
}
.video_bottom_1[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.video_name[data-v-28498814] {
  max-width: 9rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  margin-right: 10px;
}
.video_time_1[data-v-28498814] {
  width: 5.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.upload-demo2[data-v-28498814] {
  width: 50vw;
  height: 8.1875rem;
  background: #f8f8fb;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e1;
}
.el-icon-upload[data-v-28498814] {
  font-size: 1.25rem;
}
.box_11[data-v-28498814] {
  background-color: #f8f8fb;
  border-radius: 8px;
  width: 48vw;
  height: 8.1875rem;
  border: 1px dashed #e0e0e1;
}
.image_2[data-v-28498814] {
  width: 3.625rem;
  height: 2.6875rem;
  margin: 1.6875rem 0 0 0px;
}
.text_28[data-v-28498814] {
  width: 29.3125rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.0625rem 0 1.5rem 0px;
}
[data-v-28498814] .el-tabs__header {
  margin-bottom: 0;
  margin-top: -4px;
}
[data-v-28498814] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-28498814] .pop_block {
  border-radius: 0.75rem;
}
[data-v-28498814] .pop_block .el-dialog__body {
  padding: 0 !important;
}
.pop_block[data-v-28498814] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-28498814] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 40rem;
  margin-top: 1.25rem;
}
.pop_block .box_10[data-v-28498814] {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.pop_block .audio_des[data-v-28498814] {
  width: 59.25rem;
  height: 14.875rem;
  margin-bottom: 0.75rem;
}
.pop_block .text_33[data-v-28498814] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .custom_title[data-v-28498814] {
  font-size: 1.125rem;
  color: #666666;
  margin: -1.25rem 0 2rem 0;
}
.pop_block .group_31[data-v-28498814] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .ml-10[data-v-28498814] {
  margin-left: 10px;
}
.pop_block .text_34[data-v-28498814] {
  width: 5.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .upload_tip_loading[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  color: #1890ff;
}
.pop_block .text-wrapper_11[data-v-28498814] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .audio_input[data-v-28498814] {
  width: 52.375rem;
}
.pop_block .text_35[data-v-28498814] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-28498814] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-28498814] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-28498814] {
  height: 2.1875rem;
  margin: 3.125rem 0 1.875rem 0px;
}
.pop_block .text-wrapper_12[data-v-28498814] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-right: 10px;
}
.pop_block .text_38[data-v-28498814] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-28498814] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-28498814] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left_tabs[data-v-28498814] {
  width: 10rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 235, 255, 0.2)), to(rgba(0, 132, 255, 0)));
  background: linear-gradient(90deg, rgba(198, 235, 255, 0.2) 0%, rgba(0, 132, 255, 0) 100%);
  border-radius: 1rem 0px 0px 0px;
  padding-top: 1.5rem;
}
.left_tabs .tabs_item[data-v-28498814] {
  cursor: pointer;
  width: 10rem;
  height: 3.75rem;
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3D3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left_tabs .tabs_item .tabs_item_icon[data-v-28498814] {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 6px;
}
.left_tabs .tabs_item_selected[data-v-28498814] {
  background: #FFFFFF;
  color: #0084FF;
  position: relative;
}
.left_tabs .tabs_item_selected .left_line[data-v-28498814] {
  width: 4px;
  height: 3.75rem;
  background: #0084FF;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.actions-list[data-v-28498814] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.actions-list .item_icon2[data-v-28498814] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-28498814] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
  height: 2.5rem;
}
.subscribe_pop[data-v-28498814] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-28498814] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-28498814] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}
.canvas_img[data-v-28498814] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.canvas_img .composite_img[data-v-28498814] {
  width: 11.25rem;
}
.voice_block[data-v-28498814] {
  padding: 0px 0px 0px 10px;
  margin: -0.9375rem 0 -5px 0;
  width: 100%;
  height: 11rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.voice_block .voice_list[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.voice_block .voice_list .voice_item[data-v-28498814] {
  margin: 10px 0.9375rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.voice_block .voice_list .voice_img_item[data-v-28498814] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.voice_block .voice_list .voice_item_selected[data-v-28498814] {
  border: 2px solid #45a5ff;
}
.voice_block .voice_list .voice_img[data-v-28498814] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.voice_block .voice_list .voice_name[data-v-28498814] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.voice_block .voice_list .voice_selected[data-v-28498814] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.voice_block .voice_list .voice_icon[data-v-28498814] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.voice_block .voice_list .voice_icon .voice_icon_img[data-v-28498814] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.voice_block[data-v-28498814]::-webkit-scrollbar {
  height: 6px;
}
.voice_block[data-v-28498814]::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5);
}
.voice_block[data-v-28498814]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
}
.mt-0[data-v-28498814] {
  margin-top: 0 !important;
}
.list-title2[data-v-28498814] {
  height: 3.75rem;
  line-height: 3.75rem;
  font-family: Source Han Sans, Source Han Sans;
  font-size: normal;
  font-size: 1.25rem;
  color: #999999ff;
  margin-right: 1.875rem;
  cursor: pointer;
  position: relative;
}
.list-title2 .red_point[data-v-28498814] {
  width: 8px;
  height: 8px;
  background: #D33D3E;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: -6px;
}
.list-title3[data-v-28498814] {
  color: #3D3D3D;
  font-weight: bold;
}
.operation_block_1[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1.875rem;
  margin: 1.25rem 0 0 0;
}
.operation_block_1 .no_folder[data-v-28498814] {
  color: #35394d;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1.25rem;
}
.operation_block_1 .back[data-v-28498814] {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.operation_block_1 .current_folder[data-v-28498814] {
  margin-left: 0.75rem;
  color: #35394d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  height: 1.375rem;
  max-width: 13.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin-right: 1.25rem;
}
.operation_block_1 .operation_btn[data-v-28498814] {
  width: 4.75rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #E1E2E6;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
}
.operation_block_1 .split_line[data-v-28498814] {
  width: 0px;
  height: 8px;
  border-right: 1px solid #DFE0E5;
  margin: 0.75rem;
}
.block_32[data-v-28498814] {
  margin: 10px 0 0 0px;
  width: 100vw;
  height: 10rem;
  padding: 0 0.9375rem 0 0.9375rem;
  z-index: 2;
}
.block_32 .img_4[data-v-28498814] {
  height: 100%;
  width: 10.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_32 .img_7[data-v-28498814] {
  width: 10.4375rem;
  height: 4.625rem;
  display: block;
}
.block_42[data-v-28498814] {
  margin: 10px 0 0 0px;
  width: 100vw;
  height: 14.375rem;
  padding: 0 0.9375rem 0 0.9375rem;
  z-index: 2;
}
.block_42 .img_8[data-v-28498814] {
  height: 9.125rem;
  width: 10.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block_42 .img_9[data-v-28498814] {
  width: 10.4375rem;
  height: 4.875rem;
  display: block;
  margin-top: 6px;
}
.block_42 .img_10[data-v-28498814] {
  width: 10.4375rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.block_42 .img_10 .same_block[data-v-28498814] {
  position: absolute;
  bottom: 6px;
  left: 8px;
  width: 9.625rem;
  z-index: 3;
}
.block_42 .img_10 .same_text[data-v-28498814] {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
}
.block_42 .img_10 .same_btn[data-v-28498814] {
  width: 3.5rem;
  height: 1.5rem;
  background: linear-gradient(270deg, #9592FF 0%, #6DD7F7 100%), linear-gradient(319deg, #9592FF 0%, #6DD7F7 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  color: #FFFFFF;
  font-size: 0.75rem;
}
.block_42 .img_10 .same_showdow[data-v-28498814] {
  width: 10.4375rem;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.block_22[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 21.9375rem;
  height: 4rem;
  margin: 10px 0 0 0.75rem;
}
.block_22 .group_28[data-v-28498814] {
  background-image: linear-gradient(138deg, #6089fb 0, #89d3fe 100%);
  border-radius: 9px;
  height: 4rem;
  width: 10.8125rem;
}
.block_22 .group_28 .box_37[data-v-28498814] {
  width: 10.8125rem;
  height: 4rem;
  background: url(https://oss.yf-gz.cn/file/1727323798941_825623d2f6cc736d898512d5582f3253.png) 100% no-repeat;
  background-size: 100% 100%;
}
.block_22 .group_28 .section_15[data-v-28498814] {
  width: 4.375rem;
  height: 2.625rem;
  margin: 0.75rem 0 0 11px;
}
.block_22 .group_28 .text_23[data-v-28498814] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.block_22 .group_28 .text_24[data-v-28498814] {
  width: 4.1875rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 8px;
}
.block_22 .group_28 .thumbnail_16[data-v-28498814] {
  width: 0.75rem;
  height: 9px;
  margin: -0.875rem 0 4px 3.625rem;
}
.block_22 .group_28 .label_9[data-v-28498814] {
  width: 3.75rem;
  height: 4.0625rem;
  margin: 0px 11px 0 2.1875rem;
}
.block_22 .group_29[data-v-28498814] {
  background-image: linear-gradient(141deg, #35b1f6 0, #92e8f1 100%);
  border-radius: 9px;
  height: 4rem;
  width: 10.8125rem;
}
.block_22 .group_29 .block_16[data-v-28498814] {
  width: 10.8125rem;
  height: 4rem;
  background: url(https://oss.yf-gz.cn/file/1727323833243_6a6e2e5b95c14deddc334572b473b695.png) 100% no-repeat;
  background-size: 100% 100%;
}
.block_22 .group_29 .box_44[data-v-28498814] {
  width: 5.125rem;
  height: 2.625rem;
  margin: 0.75rem 0 0 11px;
}
.block_22 .group_29 .text_25[data-v-28498814] {
  width: 5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: DingTalk JinBuTi-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-left: 2px;
}
.block_22 .group_29 .text_26[data-v-28498814] {
  width: 4.1875rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 8px;
}
.block_22 .group_29 .thumbnail_17[data-v-28498814] {
  width: 0.75rem;
  height: 9px;
  margin: -0.875rem 0 4px 3.625rem;
}
.block_22 .group_29 .label_10[data-v-28498814] {
  width: 2.8125rem;
  height: 3rem;
  margin: 5px 0.8125rem 0 1.375rem;
}
.status_list_1[data-v-28498814] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
  background: #FFFFFF;
  width: 100%;
  padding: 0.75rem 0.75rem 0 0.75rem;
  height: 2.8125rem;
}
.status_list_1 .status_list_1_sub[data-v-28498814] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #F2F2F2;
}
.status_list_1 .status_list_1_sub .ar_tab_item[data-v-28498814] {
  height: 2rem;
  line-height: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  font-style: normal;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  width: 5.625rem;
  text-align: center;
  padding-top: 3px;
}
.status_list_1 .status_list_1_sub .ar_tab_item .ar_line[data-v-28498814] {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.875rem;
  height: 2px;
  background: linear-gradient(345deg, #45A5FF 0%, #7FCEF8 0%, #A8B0E2 100%, #B2B7FE 100%);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.status_list_1 .tab_line[data-v-28498814] {
  position: absolute;
  top: 3.125rem;
  left: 7px;
  width: 20.9375rem;
  height: 0px;
  border: 1px solid #F2F2F2;
}
.folder_list[data-v-28498814] {
  padding: 10px 10px 10px 1.375rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2.75rem;
  z-index: 100;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.folder_list .folder_item[data-v-28498814] {
  margin: 0 1.5625rem 1.25rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  width: 3.9375rem;
  height: 4.375rem;
  border-radius: 3.75rem 3.75rem 3.75rem 3.75rem;
}
.folder_list .folder_item .folder_icon[data-v-28498814] {
  border-radius: 3.75rem 3.75rem 3.75rem 3.75rem;
  width: 3.9375rem;
  height: 3.9375rem;
  border: 1px solid #E9EDFC;
}
.folder_list .folder_item .folder_icon_mask[data-v-28498814] {
  position: absolute;
  bottom: 2rem;
  border-radius: 3.75rem 3.75rem 3.75rem 3.75rem;
  width: 4.3125rem;
  height: 4.3125rem;
}
.folder_list .folder_item .folder_name_1[data-v-28498814] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 3.9375rem;
  height: 1.25rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.folder_list .folder_circle[data-v-28498814] {
  position: absolute;
  width: 4.0625rem;
  height: 4.0625rem;
}
.folder_list[data-v-28498814]::-webkit-scrollbar {
  display: none;
}
.ar_list_1[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.ar_list_1 .ar_item[data-v-28498814] {
  margin-right: 9px;
  height: 11.125rem;
  width: 6.625rem;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 2.25rem;
}
.ar_list_1 .ar_item .ar_top[data-v-28498814] {
  width: 10.4375rem;
  height: 14.375rem;
  position: relative;
}
.ar_list_1 .ar_item .ar_top .ar_img[data-v-28498814] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
  display: block;
  z-index: 1;
}
.ar_list_1 .ar_item .ar_top .ar_top_title[data-v-28498814] {
  margin-top: 8px;
  width: 100%;
  height: auto;
  border-radius: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.ar_list_1 .ar_item .ar_top .ar_top_title .ar_title[data-v-28498814] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  text-align: center;
}
.ar_list_1 .ar_item .ar_bottom[data-v-28498814] {
  width: 100%;
  height: 2.625rem;
  background: #F6F7FB;
  border-radius: 4px 4px 4px 4px;
}
.ar_list_1 .ar_item .ar_bottom .ar_start_btn[data-v-28498814] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(319deg, #9592FF 0%, #6DD7F7 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_list_3[data-v-28498814] {
  min-width: unset;
  max-width: 100vw;
  min-height: 75vh;
}
.video_list_3 .video_item[data-v-28498814] {
  width: 7.1875rem;
  height: 12.5rem;
  padding-right: 0;
  margin-right: 5px;
  margin-bottom: 2.25rem;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.video_list_3 .video_item .train_ing[data-v-28498814] {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.8);
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2.125rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1rem;
  z-index: 2;
}
.video_list_3 .video_item .train_ing .train_img[data-v-28498814] {
  width: 2rem;
  height: 2rem;
  margin: 3.375rem 0 7px 0;
}
.video_list_3 .video_item .train_ing .train_btn[data-v-28498814] {
  width: 4.5rem;
  height: 1.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#83C8F9), to(#7867FF));
  background: linear-gradient(180deg, #83C8F9 0%, #7867FF 100%);
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  margin-top: 10px;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_list_3 .top_block_1[data-v-28498814] {
  aspect-ratio: unset;
  height: 8.75rem;
  border-radius: 4px 4px 4px 4px;
}
.video_list_3 .video_img[data-v-28498814] {
  height: 100%;
  width: 7.0625rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px 4px 4px 4px;
  z-index: 1;
}
.video_list_3 .video_title[data-v-28498814] {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  color: #333333;
}
.video_list_3 .video_bottom_1[data-v-28498814] {
  margin-top: 7.625rem;
  padding-left: 5px;
  padding-bottom: 5px;
  line-height: 1rem;
}
.video_list_3 .video_item_more[data-v-28498814] {
  margin-top: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #999999;
  font-size: 0.875rem;
  padding: 4px;
}
.video_list_3 .video_name_1[data-v-28498814] {
  margin: 4px 0 0 2px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 6.25rem;
  height: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.clearfix[data-v-28498814]:before,
.clearfix[data-v-28498814]:after {
  display: table;
  content: "";
}
.clearfix[data-v-28498814]:after {
  clear: both;
}
.subscribe_pop2[data-v-28498814] {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.section_5[data-v-28498814] {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #dff2ff), to(#eae7ff));
  background-image: linear-gradient(270deg, #dff2ff 0, #eae7ff 100%);
  border-radius: 8px;
  position: relative;
  width: 21.5625rem;
  height: 14.4375rem;
  margin-left: 0.9375rem;
  margin-top: 0.75rem;
}
.section_5 .text_22[data-v-28498814] {
  width: 3rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1rem 0 0 9px;
}
.section_5 .image-text_42[data-v-28498814] {
  width: 6.5rem;
  height: 10.9375rem;
  margin: 0.75rem 0 0 8px;
}
.section_5 .image-text_42 .image_9[data-v-28498814] {
  width: 6.5rem;
  height: 9.8125rem;
  border-radius: 11px 11px 11px 11px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_5 .image-text_42 .text-group_27[data-v-28498814] {
  width: 5.5rem;
  height: 0.875rem;
  margin-top: 5px;
}
.section_5 .image-text_42 .text-group_27 .text_23[data-v-28498814] {
  width: 2.625rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
}
.section_5 .image-text_42 .text-group_27 .text_24[data-v-28498814] {
  width: 2.5rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #777777;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 10px;
  margin-top: 4px;
}
.flex-col[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-between[data-v-28498814] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.actions_popper {
  padding: 0;
  min-width: unset;
}

.empty-text[data-v-4990800a] {
  height: 1rem;
  font-size: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #666666;
  line-height: 1rem;
  margin-top: -2.375rem;
}
.flex-y[data-v-4990800a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row[data-v-0e972f06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-0e972f06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-between[data-v-0e972f06] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top2[data-v-0e972f06] {
  height: 3.125rem;
  padding: 0px 1rem 0 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
}
.top2 .back_icon[data-v-0e972f06] {
  color: #3D3D3D;
  padding: 6px;
}
.block_3[data-v-0e972f06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  overflow-y: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  z-index: 1;
}
.block_3 .block_6[data-v-0e972f06] {
  width: 10.3125rem;
  height: 13.125rem;
  margin-right: 0.75rem;
  margin-bottom: 0.875rem;
  position: relative;
}
.block_3 .block_6 .image-text_5[data-v-0e972f06] {
  width: 10.375rem;
  height: 13.125rem;
}
.block_3 .block_6 .image-text_5 .image_4[data-v-0e972f06] {
  width: 10.375rem;
  height: 10.3125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
}
.block_3 .block_6 .image-text_5 .image_4_1[data-v-0e972f06] {
  width: 5rem;
  height: 5rem;
}
.block_3 .block_6 .image-text_5 .mr_1[data-v-0e972f06] {
  margin-right: 0.0625rem;
}
.block_3 .block_6 .image-text_5 .mb_1[data-v-0e972f06] {
  margin-bottom: 0.0625rem;
}
.block_3 .block_6 .image-text_5 .image_4_2[data-v-0e972f06] {
  width: 5.125rem;
  height: 5.125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
}
.block_3 .block_6 .image-text_5 .image_4_2 img[data-v-0e972f06] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block_3 .block_6 .image-text_5 .image_4_3[data-v-0e972f06] {
  width: 10.3125rem;
  height: 10.3125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_3 .block_6 .image-text_5 .text-group_3[data-v-0e972f06] {
  height: 2.25rem;
  margin-top: 9px;
}
.block_3 .block_6 .image-text_5 .text-group_3 .text_7[data-v-0e972f06] {
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.block_3 .block_6 .image-text_5 .text-group_3 .text_8[data-v-0e972f06] {
  width: 1rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 4px;
}
.block_3 .block_6 .video_item_more[data-v-0e972f06] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #999999;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 0.875rem;
  padding: 4px;
}
.no_data_icon[data-v-0e972f06] {
  width: 12.3125rem;
  height: 12.3125rem;
  margin-top: 19.75rem;
}
@media screen and (max-width: 30.25rem) {
.no_data_icon[data-v-0e972f06] {
    margin-top: 7.5rem;
}
}
.no_data_text[data-v-0e972f06] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.text-wrapper_2[data-v-0e972f06] {
  background-color: #0084ff;
  border-radius: 50%;
  height: 3.375rem;
  width: 3.375rem;
  position: fixed;
  z-index: 2;
  bottom: 6.8125rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.add_task[data-v-0e972f06] {
  position: fixed;
  left: 8.5625rem;
  bottom: 2.9375rem;
  z-index: 2;
  width: 6.3125rem;
  height: 2.4375rem;
  background: #0084FF;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.block_6_2[data-v-0e972f06] {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}
.block_6_2 .group_15[data-v-0e972f06] {
  width: 23.4375rem;
  border-radius: 0.75rem 0.75rem 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #FAFAFA;
}
.block_6_2 .group_15 .operation_list[data-v-0e972f06] {
  padding: 10px 0 1.125rem 0;
  background: #ffffff;
}
.block_6_2 .group_15 .text-wrapper_7[data-v-0e972f06] {
  background-color: #ffffff;
  width: 23.4375rem;
  height: 3.5rem;
}
.block_6_2 .group_15 .text-wrapper_7 .text_24[data-v-0e972f06] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6_2 .group_15 .text-wrapper_7 .text_25[data-v-0e972f06] {
  overflow-wrap: break-word;
  color: #c80000;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6_2 .group_15 .text-wrapper_8[data-v-0e972f06] {
  background-color: #ffffff;
  height: 2.875rem;
  width: 23.4375rem;
  margin: 7px 0 0 0;
}
.block_6_2 .group_15 .text-wrapper_8 .text_26[data-v-0e972f06] {
  width: 2rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 1rem 0 0 10.75rem;
}
.group_6[data-v-0e972f06] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.group_6 .group_7[data-v-0e972f06] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  height: 15.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
}
.group_6 .group_7 .group_8[data-v-0e972f06] {
  width: 13.5625rem;
  height: 2.25rem;
  margin: 1rem 0 0 9.25rem;
}
.group_6 .group_7 .group_8 .text_10[data-v-0e972f06] {
  width: 5rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.group_6 .group_7 .group_8 .label_2[data-v-0e972f06] {
  width: 2.25rem;
  height: 2.25rem;
}
.group_6 .group_7 .text-wrapper_3[data-v-0e972f06] {
  margin: 1.875rem 0.75rem 9.4375rem 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_6 .group_7 .text-wrapper_3 .text_11[data-v-0e972f06] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_6 .group_7 .text-wrapper_3 .text_12[data-v-0e972f06] {
  width: 19.5625rem;
  height: 2.25rem;
  border-radius: 4px 4px 4px 4px;
}
.group_6 .group_7 .group_9[data-v-0e972f06] {
  border-radius: 4px;
  position: absolute;
  left: 3.125rem;
  top: 4.4375rem;
  width: 19.5625rem;
  height: 2.25rem;
  border: 1px solid #e5e5e5;
}
.group_6 .group_7 .group_10[data-v-0e972f06] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  width: 23.4375rem;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}
.group_6 .group_7 .group_10 .text-wrapper_4[data-v-0e972f06] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.group_6 .group_7 .group_10 .text-wrapper_4 .text_13[data-v-0e972f06] {
  width: 2rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 9.6875rem;
}

.mission_main[data-v-44e9878c] {
  height: calc(100vh - 4.625rem);
  background: #FAFAFA;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-44e9878c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.image-wrapper_4_2[data-v-44e9878c] {
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background: #fafafa;
}
.image-wrapper_4_2 .image_1[data-v-44e9878c] {
  max-height: calc(100% - 3.875rem);
}
.image-wrapper_4_2 .all_screen_op[data-v-44e9878c] {
  padding-top: 4px;
  width: 100%;
  z-index: 2;
}
.image-wrapper_4_2 .all_screen_op .play_icon2[data-v-44e9878c] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 10px;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-44e9878c] {
  width: 12.1875rem;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-44e9878c] .el-slider__bar {
  background: #333333;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-44e9878c] .el-slider__button {
  border: 2px solid #333333;
}
.image-wrapper_4_2 .all_screen_op .play_time22[data-v-44e9878c] {
  font-size: 0.75rem;
  width: 4.0625rem;
  text-align: left;
  margin-right: 6px;
  margin-left: 0.875rem;
  white-space: nowrap;
}
.image-wrapper_4_2 .all_screen_op .cancel_screen[data-v-44e9878c] {
  width: 2.875rem;
  height: 2.875rem;
}
.search_mian[data-v-44e9878c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-44e9878c] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-44e9878c] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-44e9878c] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-44e9878c] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-44e9878c] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-44e9878c] {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-44e9878c] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-44e9878c] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-44e9878c] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-44e9878c] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-44e9878c] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-44e9878c] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-44e9878c] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-44e9878c] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-44e9878c] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-44e9878c] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-44e9878c] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-44e9878c] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-44e9878c] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-44e9878c] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-44e9878c] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-44e9878c] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-44e9878c] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-44e9878c] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-44e9878c] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-44e9878c] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-44e9878c] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-44e9878c]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-44e9878c] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item[data-v-44e9878c] {
  height: 11.375rem;
  background: #DCEEFF;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-44e9878c] {
  width: 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991FF;
  margin: 0 0 0 8px;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-44e9878c] {
  margin-left: -8px;
  padding: 5px 0;
  height: 100%;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block[data-v-44e9878c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-44e9878c] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-44e9878c] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-44e9878c] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-44e9878c] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-44e9878c] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-44e9878c] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-44e9878c] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-44e9878c] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-44e9878c] {
    margin-top: -1.375rem;
}
}
.video_block .voice_time[data-v-44e9878c] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
  width: 11.875rem;
}
.video_block .track_main[data-v-44e9878c] {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.video_block .track_main .track_left[data-v-44e9878c] {
  position: relative;
  height: auto;
}
.video_block .track_main .current_line[data-v-44e9878c] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-44e9878c] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-44e9878c]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-44e9878c] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-44e9878c] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-44e9878c] {
  width: 3.375rem;
  height: 6rem;
}
.video_block .track_main .track_item_selected[data-v-44e9878c] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-44e9878c] {
  background: #0A89FF;
}
.video_block .u-play[data-v-44e9878c] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-44e9878c] {
  stroke: #fff;
}
.video_block .preview_view[data-v-44e9878c] {
  position: absolute;
  z-index: 1003;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_block .box_61[data-v-44e9878c] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .text-wrapper_9[data-v-44e9878c] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-44e9878c] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-44e9878c] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-44e9878c] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-44e9878c] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-44e9878c] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-44e9878c] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-44e9878c] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-44e9878c] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-44e9878c] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-44e9878c] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-44e9878c] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-44e9878c] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-44e9878c] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-44e9878c] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-44e9878c] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-44e9878c] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-44e9878c] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-44e9878c] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-44e9878c] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-44e9878c] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-44e9878c] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-44e9878c] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-44e9878c] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-44e9878c] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-44e9878c] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-44e9878c] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-44e9878c] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-44e9878c] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-44e9878c] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-44e9878c] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-44e9878c] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-44e9878c] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-44e9878c] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-44e9878c] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-44e9878c] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-44e9878c] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-44e9878c] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-44e9878c] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-44e9878c] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-44e9878c] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-44e9878c] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-44e9878c] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-44e9878c] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-44e9878c] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-44e9878c] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-44e9878c] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-44e9878c] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-44e9878c] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-44e9878c] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  width: 8.125rem;
  line-height: 1.75rem;
}
[data-v-44e9878c] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
[data-v-44e9878c] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
[data-v-44e9878c] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
[data-v-44e9878c] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
}
[data-v-44e9878c] .hover-input .el-input__inner:hover {
  background: #F2F3F7;
}
[data-v-44e9878c] .hover-input .el-input__inner:focus {
  background: #F2F3F7;
}
[data-v-44e9878c] .hover-input .el-input__suffix {
  display: none;
}
[data-v-44e9878c] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
[data-v-44e9878c] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
  white-space: pre-wrap;
}
[data-v-44e9878c] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-44e9878c] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-44e9878c] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #fafafa;
}
[data-v-44e9878c] .hover-input2 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-44e9878c] .hover-input2 .el-input__inner:focus {
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-44e9878c] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-44e9878c] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-44e9878c] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-44e9878c]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-44e9878c] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-44e9878c] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-44e9878c] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-44e9878c] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-44e9878c] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-44e9878c] {
  color: #88cbf6ff;
}
.text_38[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-44e9878c] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-44e9878c] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-44e9878c] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-44e9878c] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-44e9878c] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-44e9878c] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-44e9878c] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-44e9878c] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-44e9878c] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-44e9878c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-44e9878c] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-44e9878c] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-44e9878c] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-44e9878c] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-44e9878c] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-44e9878c] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-44e9878c] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-44e9878c] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-44e9878c] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-44e9878c] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-44e9878c] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-44e9878c] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-44e9878c] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-44e9878c] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-44e9878c] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-44e9878c] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-44e9878c] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-44e9878c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-44e9878c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-44e9878c] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-44e9878c],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-44e9878c] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-44e9878c] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-44e9878c] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-44e9878c] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-44e9878c] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-44e9878c] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-44e9878c] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-44e9878c] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-44e9878c] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-44e9878c] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-44e9878c] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-44e9878c] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-44e9878c] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-44e9878c] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
}
.right_text_block .voice_text_main .voice_text_top[data-v-44e9878c] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-44e9878c] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-44e9878c] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-44e9878c] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-44e9878c] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-44e9878c] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-44e9878c] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-44e9878c] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-44e9878c] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-44e9878c] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-44e9878c] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-44e9878c] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-44e9878c] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-44e9878c] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-44e9878c] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-44e9878c] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-44e9878c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .blue_text[data-v-44e9878c] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-44e9878c] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-44e9878c] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-44e9878c] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-44e9878c] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-44e9878c] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-44e9878c] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.page[data-v-44e9878c] {
  background-color: #FFFFFF;
  position: relative;
  width: 23.4375rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.page .voice_btn3[data-v-44e9878c] {
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.page .group2_9[data-v-44e9878c] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  cursor: pointer;
}
.page .group_10[data-v-44e9878c] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.page .el-icon-caret-right[data-v-44e9878c] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.page .loading2[data-v-44e9878c] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.page[data-v-44e9878c] .group2_9 .el-loading-spinner .circular {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.75rem;
}
.page .text_29[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.page .box_6[data-v-44e9878c] {
  position: relative;
  width: 23.4375rem;
  background: #fafafa;
}
.page .box_6 .section_7[data-v-44e9878c] {
  width: 6px;
  height: 0.75rem;
  margin: 4.25rem 0 0 1rem;
}
.page .box_6 .section_7 .block_1[data-v-44e9878c] {
  width: 6px;
  height: 0.75rem;
}
.page .box_6 .image-wrapper_4[data-v-44e9878c] {
  margin: 4px 0 0.8125rem 0px;
  background: #fafafa;
  position: relative;
}
.page .box_6 .image-wrapper_4 .composite_img[data-v-44e9878c] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.page .box_6 .image-wrapper_4 .composite_img .composite_item_img[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop[data-v-44e9878c] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item[data-v-44e9878c] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_icon[data-v-44e9878c] {
  width: 1.25rem;
  height: 1.25rem;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_text[data-v-44e9878c] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.page .box_6 .image-wrapper_4 .composite_img .delete_icon[data-v-44e9878c] {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1003;
  color: #666666;
  line-height: 1.25rem;
  font-size: 1.375rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page .box_6 .image-wrapper_4 .image_1[data-v-44e9878c] {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  background: #fafafa;
  z-index: 1;
  position: relative;
  max-width: 100%;
  opacity: 0;
}
.page .box_6 .image-wrapper_4 .current_time[data-v-44e9878c] {
  position: absolute;
  left: 0.75rem;
  bottom: -5px;
  width: 2.1875rem;
  z-index: 2;
  font-size: 0.875rem;
  color: #666666;
}
.page .box_6 .image-wrapper_4 .screen_btn[data-v-44e9878c] {
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  right: 8px;
  bottom: -6px;
  z-index: 2;
}
.page .box_6 .section_8[data-v-44e9878c] {
  padding: 0px 0 0px 0.75rem;
  height: 3.25rem;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .box_6 .section_8 .text-wrapper_1[data-v-44e9878c] {
  width: 5.125rem;
  height: 1rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_1[data-v-44e9878c] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_2[data-v-44e9878c] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .voice_play[data-v-44e9878c] {
  width: 12.5625rem;
}
.page .box_6 .section_8 .voice_current[data-v-44e9878c] {
  height: 1.75rem;
  background: #F9F9FB;
  border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 10px 0 5px;
  white-space: nowrap;
}
.page .box_6 .section_8 .voice_current .voice_cc[data-v-44e9878c] {
  width: 1.125rem;
  height: 1.125rem;
  background: rgba(216, 216, 216, 0);
  border-radius: 0px 0px 0px 0px;
  margin: 0 5px 0 0;
}
.page .box_6 .section_8 .section_5[data-v-44e9878c] {
  width: 1.4375rem;
  height: 1.4375rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .preview_text[data-v-44e9878c] {
  color: #333333;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .draft_btn2[data-v-44e9878c] {
  width: 3.25rem;
  height: 1.75rem;
  background: #EEF5FF;
  border-radius: 2px 2px 2px 2px;
  margin-left: 2.375rem;
  color: #0084FF;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .export_btn[data-v-44e9878c] {
  width: 3.25rem;
  height: 1.75rem;
  background: #0084FF;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 8px;
}
.page .box_6 .section_8 .draft_btn[data-v-44e9878c] {
  margin-left: 3.5625rem;
  margin-right: 1.6875rem;
}
.page .box_6 .section_8 .draft_btn .draft_icon[data-v-44e9878c] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.page .box_6 .section_8 .draft_btn .draft_text[data-v-44e9878c] {
  color: #0084FF;
  font-size: 11px;
  line-height: 1rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .text_3[data-v-44e9878c] {
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 1rem;
  margin: 2px 0 0 0px;
}
.page .box_6 .section_6[data-v-44e9878c] {
  position: absolute;
  left: 10.8125rem;
  top: 30.375rem;
  width: 1.8125rem;
  height: 1.8125rem;
}
.page .group_2[data-v-44e9878c] {
  background: #FAFAFA;
  border-radius: 4px;
  width: 21.9375rem;
  height: 13.5rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: 0px 0 0 0.75rem;
  position: relative;
}
.page .group_2 .paragraph_1[data-v-44e9878c] {
  width: 20.4375rem;
  overflow-wrap: break-word;
  color: #3D3D3D;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 10px 0.75rem;
  overflow-y: auto;
}
.page .group_2 .paragraph_1[data-v-44e9878c]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page .group_2 .voice_text_placeholder2[data-v-44e9878c] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  line-height: 1.25rem;
}
.page .group_2 .group_13[data-v-44e9878c] {
  width: 20.4375rem;
  height: 1.5rem;
  margin: 4px 0 6px 0.75rem;
}
.page .group_2 .group_13 .text-wrapper_2[data-v-44e9878c] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5rem;
  width: 8.1875rem;
}
.page .group_2 .group_13 .text-wrapper_2 .text_4[data-v-44e9878c] {
  width: 7.4375rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 4px 0 0 6px;
}
.page .group_2 .group_13 .text_13[data-v-44e9878c] {
  width: 3.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.page .box_7[data-v-44e9878c] {
  position: relative;
  width: 23.4375rem;
  height: 4.3125rem;
  margin-bottom: env(safe-area-inset-bottom);
}
.page .box_7 .group_14[data-v-44e9878c] {
  width: 20.6875rem;
  height: 100%;
  margin: 0px 0px 0 1.375rem;
}
.page .box_7 .group_14 .group_15[data-v-44e9878c] {
  width: 2.375rem;
}
.page .box_7 .group_14 .group_15 .img_bg[data-v-44e9878c] {
  width: 2.375rem;
  height: 2.375rem;
  background: rgba(242, 243, 247, 0.5);
  border-radius: 50%;
}
.page .box_7 .group_14 .group_15 .thumbnail_1[data-v-44e9878c] {
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_7 .group_14 .group_15 .text_5[data-v-44e9878c] {
  width: 2.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 2px;
}
.page .box_7 .group_14 .group15_2[data-v-44e9878c] {
  width: 1.625rem;
  margin-right: 1.875rem;
}
.page .box_7 .group_14 .text-wrapper_3[data-v-44e9878c] {
  background-color: #0084ff;
  border-radius: 7px;
  height: 2.5rem;
  width: 13.9375rem;
}
.page .box_7 .group_14 .text-wrapper_3 .text_6[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  white-space: nowrap;
}
.page .box_7 .text-wrapper_4[data-v-44e9878c] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 8.8125rem;
}
.page .box_7 .text-wrapper_4 .text_7[data-v-44e9878c] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}
.page .group_7[data-v-44e9878c] {
  width: 23.4375rem;
  height: 2.75rem;
  padding: 1rem 1rem 0 10px;
}
.page .group_7 .box_2[data-v-44e9878c] {
  width: 23.4375rem;
  height: 2.75rem;
}
.page .group_7 .box_2 .text_9[data-v-44e9878c] {
  width: 3.375rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.9375rem;
  letter-spacing: -1.79999995px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375rem;
  margin: 0.875rem 0 0 1.25rem;
}
.page .group_7 .box_2 .thumbnail_4[data-v-44e9878c] {
  width: 1.0625rem;
  height: 11px;
  margin: 1.0625rem 0 0 13.6875rem;
}
.page .group_7 .box_2 .thumbnail_5[data-v-44e9878c] {
  width: 1rem;
  height: 0.75rem;
  margin: 1.0625rem 0 0 5px;
}
.page .group_7 .box_2 .image_3[data-v-44e9878c] {
  width: 1.5625rem;
  height: 0.75rem;
  margin: 1.0625rem 0.875rem 0 5px;
}
.page .group_7 .group_16 .thumbnail_6[data-v-44e9878c] {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0px 0 0 5px;
}
.page .group_7 .group_16 .block_2[data-v-44e9878c] {
  height: 1.5625rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG174d37fe8f22748760ab4e3130ad97e8.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1.5625rem;
  margin: 2px 0 0 0px;
}
.page .group_7 .group_16 .block_2 .box_5[data-v-44e9878c] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.page .group_7 .group_16 .text-wrapper_6[data-v-44e9878c] {
  background-color: #303030;
  border-radius: 4px;
  height: 1.75rem;
  margin-left: 0.875rem;
  width: 3.25rem;
}
.page .group_7 .group_16 .text-wrapper_6 .text_12[data-v-44e9878c] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 0.75rem;
}
.page .group_7 .box_4[data-v-44e9878c] {
  position: absolute;
  left: 7.75rem;
  top: 4rem;
  width: 1.25rem;
  height: 1.25rem;
}
.page .justify-between[data-v-44e9878c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .block_2_2[data-v-44e9878c] {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 1rem 1rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  height: 4.3125rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.page .block_2_2 .box_2_2[data-v-44e9878c] {
  background-color: #f6f7fb;
  border-radius: 4px;
  height: 2.5625rem;
  width: 1.75rem;
  margin: 0.875rem 0 0 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bolder;
  font-size: 1.25rem;
}
.page .block_2_2 .box_2_2 .el-icon-arrow-left[data-v-44e9878c] {
  margin: 0;
}
.page .block_2_2 .operation_bottom_list[data-v-44e9878c] {
  width: 20.9375rem;
  overflow: auto hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}
.page .block_2_2 .operation_bottom_list[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.page .block_2_2 .block_3_2[data-v-44e9878c] {
  width: 7px;
  height: 0.875rem;
  margin: 0.875rem 0 0 10px;
}
.page .block_2_2 .group_35_2[data-v-44e9878c] {
  width: 1.625rem;
  height: 2.8125rem;
  margin: 1.0625rem 2.125rem 0 0;
}
.page .block_2_2 .thumbnail_9_2[data-v-44e9878c] {
  width: 1.625rem;
  height: 1.625rem;
}
.page .block_2_2 .text_11_2[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #666666;
  font-size: 11px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 3px;
}
.block_1[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1003;
  height: 39.5625rem;
}
.block_1 .box_12[data-v-44e9878c] {
  width: 21.625rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.block_1 .box_12 .voice_cc2[data-v-44e9878c] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.block_1 .box_12 .text_6[data-v-44e9878c] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.block_1 .box_12 .label_1[data-v-44e9878c] {
  width: 1.875rem;
  height: 1.875rem;
}
.block_1 .voice_block_main[data-v-44e9878c] {
  margin-top: 10px;
  width: 21.4375rem;
  margin-left: 1rem;
  overflow-x: hidden;
}
.block_1 .voice_block_main .try_block[data-v-44e9878c] {
  position: fixed;
  bottom: 0px;
  padding-bottom: 1.875rem;
  background: #ffffff;
}
.block_1 .voice_block_main .try_block .try_listen[data-v-44e9878c] {
  width: 20.9375rem;
  height: 2.75rem;
  background: #F2F3F7;
  border-radius: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
  color: #0084FF;
  font-size: 1rem;
}
.block_1 .voice_block_main .try_block .try_listen .play_icon[data-v-44e9878c] {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 2px;
}
.block_1 .voice_block_main[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.block_1 .voice_block[data-v-44e9878c] {
  background: #f7f9fc;
  padding: 0px 0px 10px 7px;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
  /* 启用水平滚动 */
  overflow-y: hidden;
}
.block_1 .voice_block .voice_list[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_1 .voice_block .voice_list .voice_end[data-v-44e9878c] {
  min-width: 1px;
  height: 4.8125rem;
}
.block_1 .voice_block .voice_list .voice_item[data-v-44e9878c] {
  margin: 1rem 1rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.block_1 .voice_block .voice_list .voice_img_item[data-v-44e9878c] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.block_1 .voice_block .voice_list .voice_item_selected[data-v-44e9878c] {
  border: 2px solid #45a5ff;
}
.block_1 .voice_block .voice_list .voice_img[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block_1 .voice_block .voice_list .voice_name[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.block_1 .voice_block .voice_list .voice_selected[data-v-44e9878c] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.block_1 .voice_block .voice_list .voice_icon[data-v-44e9878c] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.block_1 .voice_block .voice_list .voice_icon .voice_icon_img[data-v-44e9878c] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.block_1 .voice_block .voice_btn[data-v-44e9878c] {
  margin: 0px 0 1.25rem 0;
}
.block_1 .voice_block .voice_btn .voice_btn1[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.block_1 .voice_block .voice_btn .el-icon-video-play2[data-v-44e9878c] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.block_1 .voice_block .voice_btn .voice_btn2[data-v-44e9878c] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.block_1 .voice_block[data-v-44e9878c]::-webkit-scrollbar {
  height: 6px;
}
.block_1 .set_block[data-v-44e9878c] {
  margin-bottom: 1.875rem;
}
.block_1 .set_block .set_item[data-v-44e9878c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 4px;
}
.block_1 .set_block .set_item .set_item_title[data-v-44e9878c] {
  margin-right: 10px;
  white-space: nowrap;
}
.block_1 .set_block .set_item .set_item_content[data-v-44e9878c] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_1 .set_block .set_item .set_item_content2[data-v-44e9878c] {
  width: 1.875rem;
  height: 1.625rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}
.block_1 .set_block .set_item2[data-v-44e9878c] {
  margin-top: 1rem;
}
.block_1 .set_block .set_item[data-v-44e9878c]:nth-child(4n) {
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
.block_1 .mt-12[data-v-44e9878c] {
  margin-top: 0.75rem;
}
.block_1 .style_block[data-v-44e9878c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 4.75rem;
}
.block_1 .style_block .style_list[data-v-44e9878c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_1 .style_block .style_list[data-v-44e9878c]::-webkit-scrollbar {
  display: none;
}
.block_1 .style_block .style_item[data-v-44e9878c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
  width: 4.125rem;
  height: 2rem;
  background: #0084FF;
  border-radius: 2px 2px 2px 2px;
}
.block_1 .style_block .style_item2[data-v-44e9878c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F2F3F7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 0px 7px 0.75rem 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  width: 4.125rem;
  height: 2rem;
}
.block_1 .style_block .style_item2[data-v-44e9878c]:nth-child(4n) {
  margin-right: 0;
}
.block_1 .style_block .style_item_selected[data-v-44e9878c] {
  background: #0084FF;
  color: #ffffff;
}
.block_1 .block_11[data-v-44e9878c] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 1.5rem;
  width: 23.4375rem;
}
.block_1 .block_11 .text-wrapper_17[data-v-44e9878c] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.block_1 .block_11 .text-wrapper_17 .text_30[data-v-44e9878c] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 8.6875rem;
}
.section_5_2[data-v-44e9878c] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
}
.section_5_2 .group_2[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 1.875rem;
}
.section_5_2 .group_2 .box_12[data-v-44e9878c] {
  width: 21.4375rem;
  margin: 0.875rem 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .clear_icon[data-v-44e9878c] {
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 2px;
}
.section_5_2 .group_2 .box_12 .clear_btn[data-v-44e9878c] {
  font-size: 0.875rem;
  color: #333333;
}
.section_5_2 .group_2 .box_12 .label_1[data-v-44e9878c] {
  width: 1.875rem;
  height: 1.875rem;
}
.section_5_2 .group_2 .box_12 .text_13[data-v-44e9878c] {
  width: 3.1875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 1rem;
}
.section_5_2 .group_2 .box_12 .thumbnail_6[data-v-44e9878c] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_6[data-v-44e9878c] {
  width: 1.625rem;
  height: 1.3125rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .thumbnail_7[data-v-44e9878c] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_7[data-v-44e9878c] {
  width: 3.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32[data-v-44e9878c] {
  border-radius: 4px;
  height: 1.8125rem;
  margin-left: 4.4375rem;
  width: 2rem;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .el-icon-d-arrow-right2[data-v-44e9878c] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .text_10[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.section_5_2 .group_2 .text-wrapper_4[data-v-44e9878c] {
  background-color: #f7f9fc;
  height: 15.6875rem;
  width: 21.4375rem;
  margin: 0.75rem 0 0 1rem;
  position: relative;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-44e9878c] {
  width: 19.9375rem;
  height: 14.1875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 0 0.75rem;
  overflow-y: auto;
}
.section_5_2 .group_2 .text-wrapper_4 .edit_length[data-v-44e9878c] {
  margin: 4px 0.75rem 10px 0;
  color: #818A9C;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-44e9878c]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section_5_2 .group_2 .text-wrapper_4 .voice_text_placeholder[data-v-44e9878c] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  line-height: 1.25rem;
}
.section_5_2 .group_2 .box_13[data-v-44e9878c] {
  width: 21.4375rem;
  height: 1.5625rem;
  margin: 0.75rem 0 0 1rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5[data-v-44e9878c] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5625rem;
  width: 8.1875rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5 .text_11[data-v-44e9878c] {
  width: 7.4375rem;
  height: 1.0625rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 6px;
}
.section_5_2 .group_2 .box_13 .group_3[data-v-44e9878c] {
  background-color: rgba(201, 229, 255, 0.34);
  border-radius: 0.75rem;
  position: relative;
  width: 3.9375rem;
  height: 1.5625rem;
}
.section_5_2 .group_2 .box_13 .group_3 .text_12[data-v-44e9878c] {
  width: 1.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 1.6875rem;
}
.section_5_2 .group_2 .box_13 .group_3 .block_3[data-v-44e9878c] {
  position: absolute;
  left: 1.4375rem;
  top: 5px;
  width: 0.9375rem;
  height: 11px;
}
.section_5_2 .group_2 .image_4[data-v-44e9878c] {
  width: 23.4375rem;
  height: 19.875rem;
  margin-top: 10px;
}
.section_5_2 .group_6_2[data-v-44e9878c] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  position: fixed;
  left: 0;
  bottom: 0;
}
.section_5_2 .group_6_2 .group_16_2[data-v-44e9878c] {
  width: 13.0625rem;
  height: 2.25rem;
  margin: 1rem 0 1.1875rem 9.75rem;
}
.section_5_2 .group_6_2 .group_16_2 .text_13_2[data-v-44e9878c] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.section_5_2 .group_6_2 .group_16_2 .label_1_2[data-v-44e9878c] {
  width: 2.25rem;
  height: 2.25rem;
}
.section_5_2 .group_6_2 .text_14_2[data-v-44e9878c] {
  width: 2.4375rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-bottom: 10px;
}
.section_5_2 .group_6_2 .text_15_2[data-v-44e9878c] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 10px;
}
.section_5_2 .group_6_2 .text_16_2[data-v-44e9878c] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_slider[data-v-44e9878c] {
  width: 17.5rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_time[data-v-44e9878c] {
  width: 2.875rem;
  height: 1.875rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px 0 10px;
}
.section_5_2 .group_6_2 .group_9_2[data-v-44e9878c] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 2.5rem;
  width: 23.4375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2[data-v-44e9878c] {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#0084FF), to(#0084FF));
  background: linear-gradient(90deg, #0084FF 0%, #0084FF 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2 .text_17_2[data-v-44e9878c] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.section_5_2 .group_6_2 .group_10_2[data-v-44e9878c] {
  background-color: #1770ff;
  border-radius: 50%;
  position: absolute;
  left: 13.6875rem;
  top: 6.6875rem;
  width: 1rem;
  height: 1rem;
}

.select_bottom_line {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
/* 调整句柄位置 */
.vdr-stick {
  z-index: 1000 !important;
}
.vdr.active:before {
  display: none;
}
.vdr.active .composite_item_img {
  outline: 1px dashed #d6d6d6;
}
.el-slider__button-wrapper {
  z-index: 3;
}

.mobile_select_bg[data-v-126528c2] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.subscribe_pop2[data-v-126528c2] {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.box_4[data-v-126528c2] {
  z-index: 1003;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 0.75rem 0.75rem 0px 0px;
  position: relative;
  width: 23.4375rem;
}
.box_4 .el-icon-close2[data-v-126528c2] {
  color: #333333;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.9375rem;
  right: 0.75rem;
  font-size: 1.5rem;
}
.box_4 .section_7[data-v-126528c2] {
  width: 21rem;
  height: 1.5rem;
  margin: 1.125rem 0 0 1.0625rem;
}
.box_4 .section_7 .text_11[data-v-126528c2] {
  width: 8.375rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.0625rem;
  font-family: Source Han Sans-Medium;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 2px;
}
.box_4 .section_7 .label_3[data-v-126528c2] {
  width: 1.5rem;
  height: 1.5rem;
}
.box_4 .group_9[data-v-126528c2] {
  width: 23.4375rem;
  height: 1px;
  border: 0.40000001px solid rgba(153, 153, 153, 0.30000001);
  margin-top: 0.75rem;
}
.box_4 .text_12[data-v-126528c2] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.1875rem 0 0 1.0625rem;
}
.box_4 .text_12_2[data-v-126528c2] {
  font-size: 0.875rem;
  color: #666666;
  margin: 1.0625rem 0 0 1.0625rem;
}
.box_4 .curse_img[data-v-126528c2] {
  width: 20.0625rem;
  height: 14.125rem;
  margin: 1.25rem 0 0 1.0625rem;
  display: block;
}
.box_4 .error_img[data-v-126528c2] {
  width: 21.375rem;
  height: 8.125rem;
  margin: 2rem 0 0 1.0625rem;
  display: block;
}
.box_4 .section_8[data-v-126528c2] {
  width: 20.0625rem;
  height: 12.1875rem;
  margin: 0.9375rem 0 0 1.0625rem;
}
.box_4 .section_8 .image_9[data-v-126528c2] {
  width: 8.75rem;
  height: 12.1875rem;
  border-radius: 8px;
}
.box_4 .section_8 .section_9[data-v-126528c2] {
  width: 10.125rem;
  height: 8.375rem;
  margin-top: 1.8125rem;
}
.box_4 .section_8 .section_9 .image-text_17[data-v-126528c2] {
  width: 4.875rem;
  height: 0.875rem;
  margin-top: 1rem;
}
.box_4 .section_8 .section_9 .image-text_17 .thumbnail_6[data-v-126528c2] {
  width: 0.875rem;
  height: 0.875rem;
}
.box_4 .section_8 .section_9 .image-text_17 .text-group_3[data-v-126528c2] {
  width: 3.5rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
}
.box_4 .text_13[data-v-126528c2] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 2rem 0 0 1.0625rem;
}
.box_4 .section_10[data-v-126528c2] {
  width: 21.375rem;
  height: 4.5rem;
  margin: 0.8125rem 0 0 1.0625rem;
}
.box_4 .section_10 .group_14[data-v-126528c2] {
  background-color: #eeeeee;
  border-radius: 8px;
  height: 4.5rem;
  margin-left: 1.25rem;
  width: 4.5rem;
  position: relative;
}
.box_4 .section_10 .group_14 img[data-v-126528c2] {
  border-radius: 8px 8px 8px 8px;
}
.box_4 .section_10 .group_14 .thumbnail_11[data-v-126528c2] {
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
  width: 1rem;
  height: 1rem;
  background: #FB4955;
  border-radius: 4px 0px 8px 0px;
  color: #ffffff;
  font-size: 0.8125rem;
}
.box_4 .text-wrapper_14[data-v-126528c2] {
  width: 20.375rem;
  height: 1.125rem;
  margin: 11px 0 0 1.5625rem;
}
.box_4 .text-wrapper_14 .text_18[data-v-126528c2] {
  width: 3.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 2px;
}
.box_4 .text-wrapper_14 .text_19[data-v-126528c2] {
  width: 3.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1px 0 0 2.25rem;
}
.box_4 .text-wrapper_14 .text_20[data-v-126528c2] {
  width: 3.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-left: 2.0625rem;
}
.box_4 .text-wrapper_14 .text_21[data-v-126528c2] {
  width: 3.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-left: 2.0625rem;
}
.box_4 .text-wrapper_5[data-v-126528c2] {
  background-image: linear-gradient(158deg, #beb1ff 0, #70d5f7 100%);
  border-radius: 8px;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 5.0625rem 0 1.75rem 1rem;
}
.box_4 .text-wrapper_5 .text_23[data-v-126528c2] {
  width: 4rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.box_4 .sub_btn2[data-v-126528c2] {
  width: 100vw;
  padding: 4rem 1rem 1.75rem 1rem;
}
.box_4 .sub_btn2 .sub_btn3[data-v-126528c2] {
  color: #7D8AE5;
  width: 10.5rem;
  height: 2.75rem;
  background: #F6FDFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #99A6FF;
}
.box_4 .sub_btn2 .sub_btn4[data-v-126528c2] {
  width: 10.5rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 1rem;
}
.flex-col[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-start[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-center[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-end[data-v-126528c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-col[data-v-9dffe5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile_select_bg[data-v-9dffe5c6] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
  width: 100vw;
  height: 100vh;
}
.subscribe_pop2[data-v-9dffe5c6] {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.box_8[data-v-9dffe5c6] {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 17.8125rem;
  z-index: 1003;
}
.box_8 .box_9[data-v-9dffe5c6] {
  height: 3.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.box_8 .box_9 .text_12[data-v-9dffe5c6] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_8 .box_9 .thumbnail_5[data-v-9dffe5c6] {
  width: 1.25rem;
  height: 1.25rem;
}
.box_8 .box_9 .el-icon-close2[data-v-9dffe5c6] {
  color: #999999;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.5rem;
}
.box_8 .box_10[data-v-9dffe5c6] {
  width: 17.8125rem;
  height: 0px;
  border-top: 1px solid rgba(153, 153, 153, 0.30000001);
}
.box_8 .text_13[data-v-9dffe5c6] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  line-height: 1.125rem;
  margin: 3.125rem 1.875rem 0 1.875rem;
}
.box_8 .text-wrapper_6[data-v-9dffe5c6] {
  background-image: linear-gradient(158deg, #beb1ff 0, #70d5f7 100%);
  border-radius: 8px;
  height: 2.75rem;
  width: 14.75rem;
  margin: 3.1875rem 0 1.25rem 1.5625rem;
}
.box_8 .text-wrapper_6 .text_14[data-v-9dffe5c6] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-9dffe5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-between[data-v-9dffe5c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mission_main[data-v-526cd5f2] {
  background: #f7f7f7;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-526cd5f2] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-526cd5f2] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  padding: 1.875rem 2.5rem 1.25rem 1.875rem;
  width: 100%;
}
.select_menu2[data-v-526cd5f2] {
  border: 1px solid #E1E2E6;
  padding: 0px 9px;
  border-radius: 6px 6px 6px 6px;
  height: 2rem;
  cursor: pointer;
}
.new-button[data-v-526cd5f2] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
.video_list[data-v-526cd5f2] {
  margin: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 1.875rem);
}
.video_list2[data-v-526cd5f2] {
  padding: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.video_item[data-v-526cd5f2] {
  width: 15.5rem;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.video_item:hover .actions[data-v-526cd5f2] {
  display: block;
}
.video_item:hover .preview_icon[data-v-526cd5f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_item .preview_icon[data-v-526cd5f2] {
  position: absolute;
  top: 8.375rem;
  left: 6.125rem;
  width: 3.3125rem;
  height: 1.875rem;
  z-index: 3;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.video_item .preview_icon .el-icon-caret-right[data-v-526cd5f2] {
  font-size: 1rem;
  margin-right: 2px;
  margin-left: -3px;
}
.video_item .actions[data-v-526cd5f2] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #33333380;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #ffffff;
}
.video_item .show_a[data-v-526cd5f2] {
  display: block;
}
.video_img[data-v-526cd5f2] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
  border-radius: 8px;
  z-index: 2;
}
.status_icon[data-v-526cd5f2] {
  padding: 0 4px;
  height: 1rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  white-space: nowrap;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ff7300;
}
.time2[data-v-526cd5f2] {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 3;
}
.top_block[data-v-526cd5f2] {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 18.625rem;
  width: 15.5rem;
}
.top_block .top_block_start_icon[data-v-526cd5f2] {
  width: 6.25rem;
  height: auto;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.video_block2[data-v-526cd5f2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video_title[data-v-526cd5f2] {
  max-width: 15.5rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.75rem;
}
.video_bottom[data-v-526cd5f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.video_name[data-v-526cd5f2] {
  max-width: 9rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  margin-right: 10px;
}
.video_time[data-v-526cd5f2] {
  width: 5.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.upload-demo2[data-v-526cd5f2] {
  width: 50vw;
  height: 8.1875rem;
  background: #f8f8fb;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e1;
}
.el-icon-upload[data-v-526cd5f2] {
  font-size: 1.25rem;
}
.box_11[data-v-526cd5f2] {
  background-color: #f8f8fb;
  border-radius: 8px;
  width: 48vw;
  height: 8.1875rem;
  border: 1px dashed #e0e0e1;
}
.image_2[data-v-526cd5f2] {
  width: 3.625rem;
  height: 2.6875rem;
  margin: 1.6875rem 0 0 0px;
}
.text_28[data-v-526cd5f2] {
  width: 29.3125rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.0625rem 0 1.5rem 0px;
}
[data-v-526cd5f2] .el-tabs__header {
  margin-bottom: 0;
  margin-top: -4px;
}
[data-v-526cd5f2] .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-526cd5f2] .pop_block {
  border-radius: 0.75rem;
}
[data-v-526cd5f2] .pop_block .el-dialog__body {
  padding: 0 !important;
}
.pop_block[data-v-526cd5f2] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-526cd5f2] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
  margin-top: 1.25rem;
}
.pop_block .box_10[data-v-526cd5f2] {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.pop_block .audio_des[data-v-526cd5f2] {
  width: 59.25rem;
  height: 14.875rem;
  margin-bottom: 0.75rem;
}
.pop_block .text_33[data-v-526cd5f2] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-526cd5f2] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .ml-10[data-v-526cd5f2] {
  margin-left: 10px;
}
.pop_block .text_34[data-v-526cd5f2] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .upload_tip_loading[data-v-526cd5f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  color: #1890ff;
  background: #ffffff;
  border: 1px dashed #dddddd;
}
.pop_block .text-wrapper_11[data-v-526cd5f2] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .audio_input[data-v-526cd5f2] {
  width: 52.375rem;
}
.pop_block .text_35[data-v-526cd5f2] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-526cd5f2] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-526cd5f2] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-526cd5f2] {
  height: 2.1875rem;
  margin: 3.125rem 0 1.875rem 0px;
}
.pop_block .text-wrapper_12[data-v-526cd5f2] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-right: 10px;
}
.pop_block .text_38[data-v-526cd5f2] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-526cd5f2] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-526cd5f2] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-526cd5f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-526cd5f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left_tabs[data-v-526cd5f2] {
  width: 10rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(198, 235, 255, 0.2)), to(rgba(0, 132, 255, 0)));
  background: linear-gradient(90deg, rgba(198, 235, 255, 0.2) 0%, rgba(0, 132, 255, 0) 100%);
  border-radius: 1rem 0px 0px 0px;
  padding-top: 1.5rem;
}
.left_tabs .tabs_item[data-v-526cd5f2] {
  cursor: pointer;
  width: 10rem;
  height: 3.75rem;
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1.25rem;
  color: #3D3D3D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left_tabs .tabs_item .tabs_item_icon[data-v-526cd5f2] {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 6px;
}
.left_tabs .tabs_item_selected[data-v-526cd5f2] {
  background: #FFFFFF;
  color: #0084FF;
  position: relative;
}
.left_tabs .tabs_item_selected .left_line[data-v-526cd5f2] {
  width: 4px;
  height: 3.75rem;
  background: #0084FF;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.actions-list[data-v-526cd5f2] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.actions-list .item_icon2[data-v-526cd5f2] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-526cd5f2] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
  height: 2.5rem;
}
.voice_item[data-v-526cd5f2] {
  width: 12.75rem;
  background: #F6F7FB;
  border-radius: 0px 0px 0px 0px;
  padding: 2.0625rem 0 11px 0;
  position: relative;
  margin-right: 3.125rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.voice_item .system_icon[data-v-526cd5f2] {
  background: #FFF4D6;
  border-radius: 2px 2px 2px 2px;
  width: 1.5rem;
  height: 0.75rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #EE7707;
  position: absolute;
  top: 0.75rem;
  left: 3.875rem;
}
.voice_item .voice_img[data-v-526cd5f2] {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
}
.voice_item .voice_img .voice_icon[data-v-526cd5f2] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.voice_item .voice_img .voice_icon .voice_icon_img[data-v-526cd5f2] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.voice_item .voice_title[data-v-526cd5f2] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3D3D3D;
  line-height: 1.25rem;
  max-width: 11.875rem;
  margin: 10px 0 8px 0;
}
.voice_item .voice_img2[data-v-526cd5f2] {
  width: 11.875rem;
  height: 2.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_item .voice_time[data-v-526cd5f2] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  margin-left: 0.75rem;
  margin-top: 6px;
}
.subscribe_pop[data-v-526cd5f2] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-526cd5f2] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-526cd5f2] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}

.actions_popper {
  padding: 0;
  min-width: unset;
}
.list-title {
  height: 3.75rem;
  line-height: 3.75rem;
  padding-left: 1.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: bold;
  font-size: 1.25rem;
  color: #3D3D3D;
}
.recording-voice .recording-voice-title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1.5rem;
  color: #3D3D3D;
}
.recording-voice .recording-voice-title-s {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
.recording-voice .recording-voice-main {
  padding: 2.5rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 2.5rem;
}
.recording-voice .recording-actions {
  width: 96%;
  margin: 1.25rem auto;
  height: 12.4375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#A2CDFF), to(#D3F2FF));
  background: linear-gradient(180deg, #A2CDFF 0%, #D3F2FF 100%);
  border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.recording-voice .recording-actions .action-1 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}
.recording-voice .recording-actions .action-1 .actions-1-img {
  width: 5.5625rem;
  height: 5.5625rem;
  margin-bottom: 1rem;
}
.recording-voice .recording-actions .action-2 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}
.recording-voice .recording-actions .action-2 .action-2-countdown {
  width: 5.5625rem;
  height: 5.5625rem;
  background: #535353;
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 3.75rem;
  color: #FFFFFF;
  line-height: 5.5625rem;
  margin-bottom: 1rem;
  border-radius: 100%;
}
.recording-voice .recording-actions .canvas-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
}
.recording-voice .recording-actions .action-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recording-voice .recording-actions .action-3 .action-3-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #12539B;
  line-height: 1.875rem;
}
.recording-voice .recording-actions .action-3 .action-3-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recording-voice .recording-actions .action-3 .action-3-btns .action-3-btns-item {
  cursor: pointer;
  margin: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}
.recording-voice .recording-actions .action-3 .action-3-btns .action-3-btns-item img {
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 5px;
}
.recording-voice .recording-actions .action-4 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recording-voice .recording-actions .action-4 .action-4-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recording-voice .recording-actions .action-4 .action-4-btns .action-4-btns-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.375rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
}
.recording-voice .recording-actions .action-4 .action-4-btns .action-4-btns-item img {
  width: 4.125rem;
  height: 4.125rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
.recording-voice .recording-actions .action-4 .action-4-btns .action-4-btns-item.active img {
  width: 5.5625rem;
  height: 5.5625rem;
  margin-top: 0;
  margin-bottom: 6px;
}

.div-header[data-v-d526779a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1.3125rem;
  background: #ffffff;
  padding-top: 1.375rem;
  width: 100%;
}
.scene_body .scene_column[data-v-d526779a] {
  width: 4rem;
  height: 0.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 0.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 8px 0 0;
}
.scene_body .scene_input[data-v-d526779a] {
  width: 90%;
}

.div-header[data-v-0deea3a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1.3125rem;
  background: #ffffff;
  padding-top: 1.375rem;
  width: 100%;
}
.scene_body .scene_column[data-v-0deea3a2] {
  width: 4rem;
  height: 0.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 0.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 8px 0 0;
}
.scene_body .scene_input[data-v-0deea3a2] {
  width: 90%;
}

.div-header[data-v-7e27c2e6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1.3125rem;
  background: #ffffff;
  padding-top: 1.375rem;
  width: 100%;
}
.scene_body .scene_column[data-v-7e27c2e6] {
  width: 4rem;
  height: 0.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 0.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 8px 0 0;
}
.scene_body .scene_input[data-v-7e27c2e6] {
  width: 90%;
}

.canvas_img[data-v-42c79626] {
  background: transparent;
}
.canvas_img2[data-v-42c79626] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.titleBack[data-v-42c79626] {
  width: 100%;
  height: 3.1875rem;
  position: relative;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.titleBack .back_block[data-v-42c79626] {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.titleBack .back[data-v-42c79626] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.text-wrapper_1[data-v-42c79626] {
  height: 17.1875rem;
  width: 29.9375rem;
  position: relative;
}
.text-wrapper_1 .paragraph_1[data-v-42c79626] {
  width: 23.25rem;
  height: 14.125rem;
  -webkit-text-stroke: 3px #111111;
  text-shadow: 4px 0 0 #111111, -4px 0 0 #111111, 0 4px 0 #111111, 0 -4px 0 #111111;
  overflow-wrap: break-word;
  color: #eed006;
  font-size: 5.8125rem;
  font-family: 'SourceHanSans';
  font-weight: bolder;
  text-align: center;
  line-height: 7.0625rem;
  white-space: pre-wrap;
  z-index: 2;
  position: relative;
}
.text-wrapper_1 .paragraph_1_2[data-v-42c79626] {
  width: 25.875rem;
  height: 8.3125rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: bolder;
  font-size: 3.1875rem;
  color: #EED006;
  line-height: 4.125rem;
  text-stroke: 4px #111111;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 2px #111111;
  text-shadow: 3px 0 0 #111111, -3px 0 0 #111111, 0 3px 0 #111111, 0 -3px 0 #111111;
  z-index: 2;
  position: relative;
}
.img_2[data-v-42c79626] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.text-wrapper_2[data-v-42c79626] {
  height: 5.25rem;
  width: 12.625rem;
  position: relative;
}
.text-wrapper_2 .paragraph_2[data-v-42c79626] {
  margin: 1.6875rem 3px 8px 3px;
  width: 12.25rem;
  height: 3.0625rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.4375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px #000000;
  vertical-align: center;
  z-index: 2;
  position: relative;
}
.text-wrapper_3[data-v-42c79626] {
  width: 20.875rem;
  height: 9.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_3 .img_3[data-v-42c79626] {
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 0.8125rem 0.8125rem 0.8125rem 0.8125rem;
  margin: 7px 7px 8px 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-wrapper_3 .text-wrapper_3_2[data-v-42c79626] {
  z-index: 2;
  position: relative;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_1[data-v-42c79626] {
  width: 10.5rem;
  min-height: 2.375rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.5rem;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_2[data-v-42c79626] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #3D3D3D;
  line-height: 0.75rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_3[data-v-42c79626] {
  width: 10.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3D3D3D;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}
.text-wrapper_4[data-v-42c79626] {
  width: 21.6875rem;
  height: 8.75rem;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_4 .img_4[data-v-42c79626] {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 0.8125rem;
  overflow: hidden;
  margin: 2px 9px 7px 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-wrapper_4 .text_4[data-v-42c79626] {
  width: 11.625rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #111111;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 7px;
  line-height: 1.875rem;
  z-index: 2;
  position: relative;
}
.text-wrapper_5[data-v-42c79626] {
  width: 21.6875rem;
  height: 10.5rem;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_5 .img_5[data-v-42c79626] {
  width: 9.125rem;
  height: 9.75rem;
  border-radius: 0.8125rem 0.8125rem 0.8125rem 0.8125rem;
  margin: 2px 0.8125rem 9px 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.text-wrapper_5 .text_5[data-v-42c79626] {
  width: 10.375rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #111111;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 11px;
  line-height: 1.875rem;
  z-index: 2;
  position: relative;
  max-height: 9.5rem;
}
.text-wrapper_6[data-v-42c79626] {
  width: 20.5rem;
  height: 9.5rem;
  position: relative;
  font-family: 'SourceHanSans';
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-wrapper_6 .img_6[data-v-42c79626] {
  width: 6.8125rem;
  height: 7rem;
  border-radius: 0px 0px 0px 0px;
  margin: 0px 5px 0px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.text-wrapper_6 .text_6[data-v-42c79626] {
  width: 11.75rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 2.0625rem;
  z-index: 2;
  position: relative;
}
.main2[data-v-42c79626] {
  padding: 10px 2.0625rem 4.0625rem 2.0625rem;
}
.right_main[data-v-42c79626] {
  width: 100%;
  padding: 0px 3.125rem 3.125rem 3.125rem;
  background: #ffffff;
}
.tip_block .tip_img[data-v-42c79626] {
  width: 13.625rem;
  height: 24.25rem;
}
.tip_block .tip_text[data-v-42c79626] {
  width: 100%;
  height: 2rem;
  color: #3D3D3D;
  font-size: 1rem;
  margin-top: 4px;
}
.item_name[data-v-42c79626] {
  width: 5rem;
  font-size: 1rem;
  color: #3D3D3D;
  margin-right: 0.8125rem;
}
.every_tea[data-v-42c79626] {
  width: calc(100% + 2.5rem);
  height: 2.6875rem;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  padding-left: 1.125rem;
  margin: 8px -1.25rem 0 -1.25rem;
}
.component_main[data-v-42c79626] {
  padding: 0.8125rem 1.125rem 1.4375rem 0.875rem;
  max-width: 77.625rem;
}
.component_main .attribute_list[data-v-42c79626] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.component_main .m_card_2[data-v-42c79626] {
  width: 24rem;
  height: 12.4375rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 2px;
  padding: 1.0625rem 0.8125rem 10px 10px;
  margin: 1.125rem 1.125rem 0 0;
}
.component_main .m_card_2 .item_title2[data-v-42c79626] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.component_main .m_card_2 .image-slot[data-v-42c79626] {
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  color: #c0c4cc;
  background: #f5f7fa;
}
.component_main .m_card_2 .mt_11[data-v-42c79626] {
  margin-top: 11px;
}
.component_main .m_card_2 .item_input[data-v-42c79626] {
  width: 17.625rem;
  height: 4.75rem;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #DDDDDD;
}
.subscribe_pop[data-v-42c79626] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-42c79626] {
  position: relative;
  border-radius: 0.75rem;
}
.video_contain .video-play-close[data-v-42c79626] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: -2.5rem;
  right: 0px;
  position: absolute;
  z-index: 203;
}

.div-header[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.sticky-header[data-v-6b4e9bf6] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 200;
  background-color: #fff;
}
.group_66_mask[data-v-6b4e9bf6] {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 30;
}
.group_66[data-v-6b4e9bf6] {
  height: 30%;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 30;
}
.group_66 .group_7[data-v-6b4e9bf6] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.group_66 .group_7 .group_8[data-v-6b4e9bf6] {
  width: 12.8125rem;
  height: 2.25rem;
  margin: 1rem 0 0 10rem;
}
.group_66 .group_7 .group_8 .text_10[data-v-6b4e9bf6] {
  width: auto;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.group_66 .group_7 .group_8 .label_2_2[data-v-6b4e9bf6] {
  width: 2.25rem;
  height: 2.25rem;
}
.group_66 .group_7 .text-wrapper_3[data-v-6b4e9bf6] {
  margin: 1.875rem 0.75rem 1.875rem 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}
.group_66 .group_7 .text-wrapper_3 .text_11[data-v-6b4e9bf6] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_66 .group_7 .text-wrapper_3 .text_12[data-v-6b4e9bf6] {
  width: 19.5625rem;
  height: 2.25rem;
  border-radius: 4px 4px 4px 4px;
}
.group_66 .group_7 .group_9[data-v-6b4e9bf6] {
  border-radius: 4px;
  position: absolute;
  left: 3.125rem;
  top: 4.4375rem;
  width: 19.5625rem;
  height: 2.25rem;
  border: 1px solid #e5e5e5;
}
.group_66 .group_7 .group_10[data-v-6b4e9bf6] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  width: 100%;
}
.group_66 .group_7 .group_10 .text-wrapper_4[data-v-6b4e9bf6] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
}
.group_66 .group_7 .group_10 .text-wrapper_4 .text_13[data-v-6b4e9bf6] {
  width: 2rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
}
@media (max-width: 30rem) {
.mission_main[data-v-6b4e9bf6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-6b4e9bf6] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  width: 70%;
}
.folder_block[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.875rem 0 1.875rem;
  margin: 0 0 0 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.folder_block .folder_new_icon[data-v-6b4e9bf6] {
  width: 2.8125rem;
  height: 2.3125rem;
  margin-right: 9px;
}
.folder_block .folder_new_text[data-v-6b4e9bf6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3D3D3D;
}
.folder_block .new_folder[data-v-6b4e9bf6] {
  margin-right: 4.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.folder_block .folder_item[data-v-6b4e9bf6] {
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  padding: 6px 8px 6px 6px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.folder_block .folder_item .folder_icon[data-v-6b4e9bf6] {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px 10px 10px 10px;
  margin-right: 0.75rem;
}
.folder_block .folder_item .folder_name_num[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  margin-right: 8px;
}
.folder_block .folder_item .folder_name[data-v-6b4e9bf6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.75rem;
  width: 7.375rem;
}
.folder_block .folder_item .folder_num[data-v-6b4e9bf6] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  line-height: 1.25rem;
}
.folder_block .folder_item .actions[data-v-6b4e9bf6] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  z-index: 2;
  top: 1.125rem;
  right: 6px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #666a7f;
}
.folder_block .folder_item .show_a[data-v-6b4e9bf6] {
  display: block;
}
.folder_block .folder_item_active[data-v-6b4e9bf6] {
  background: #f7f9fc;
}
.folder_block .folder_item_active .actions[data-v-6b4e9bf6] {
  display: block;
}
.operation_block[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 2.5rem;
}
.operation_block .no_folder[data-v-6b4e9bf6] {
  line-height: 2.1875rem;
  width: 6.25rem;
  color: #35394d;
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1.25rem;
}
.operation_block .back[data-v-6b4e9bf6] {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.operation_block .current_folder[data-v-6b4e9bf6] {
  margin-left: 0.75rem;
  color: #35394d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  height: 1.375rem;
  max-width: 13.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  margin-right: 1.25rem;
}
.operation_block .operation_btn[data-v-6b4e9bf6] {
  width: 4.75rem;
  height: 2rem;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #E1E2E6;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
}
.operation_block .split_line[data-v-6b4e9bf6] {
  width: 0px;
  height: 8px;
  border-right: 1px solid #DFE0E5;
  margin: 0.75rem;
}
.operation_block .operation_text[data-v-6b4e9bf6] {
  line-height: 2.1875rem;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #AAABB2;
  cursor: pointer;
}
.operation_block .operation_text2[data-v-6b4e9bf6] {
  color: #679EFB;
  font-weight: 400;
  font-size: 0.9375rem;
}
.select_menu2[data-v-6b4e9bf6] {
  border: 1px solid #E1E2E6;
  padding: 0px 9px;
  border-radius: 6px 6px 6px 6px;
  height: 2rem;
  cursor: pointer;
  margin-right: 1.25rem;
}
.refresh-button[data-v-6b4e9bf6] {
  width: 7rem;
  height: 2rem;
  cursor: pointer;
}
.new-button[data-v-6b4e9bf6] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
.video_list[data-v-6b4e9bf6] {
  margin: 0px 2.5rem 1rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 60.75rem;
}
.video_list2[data-v-6b4e9bf6] {
  margin: 0 0 3.5rem 1rem;
  min-width: unset;
  max-width: 100vw;
}
.video_list2 .video_item[data-v-6b4e9bf6] {
  width: 10.4375rem;
  padding-right: 0;
  margin-right: 9px;
  margin-bottom: 9px;
  background: #F6F7FB;
  border-radius: 4px 4px 4px 4px;
}
.video_list2 .top_block[data-v-6b4e9bf6] {
  aspect-ratio: unset;
  height: 18.75rem;
  border-radius: 4px 4px 4px 4px;
}
.video_list2 .video_img[data-v-6b4e9bf6] {
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}
.video_list2 .video_title[data-v-6b4e9bf6] {
  margin-top: 6px;
  padding-left: 9px;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_list2 .video_bottom[data-v-6b4e9bf6] {
  margin-top: 4px;
  padding-left: 9px;
  font-size: 0.75rem;
  padding-bottom: 8px;
  line-height: 1rem;
}
.video_list2 .video_item_more[data-v-6b4e9bf6] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #999999;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 0.875rem;
  padding: 4px;
}
.video_list3[data-v-6b4e9bf6] {
  margin: 0 0 3.5rem 10px;
  min-width: unset;
  max-width: 100vw;
}
.video_list3 .video_item[data-v-6b4e9bf6] {
  width: 7.1875rem;
  height: 12.5rem;
  padding-right: 0;
  margin-right: 5px;
  margin-bottom: 2.1875rem;
  border-radius: 4px 4px 4px 4px;
}
.video_list3 .top_block[data-v-6b4e9bf6] {
  aspect-ratio: unset;
  height: 100%;
  border-radius: 4px 4px 4px 4px;
}
.video_list3 .video_img[data-v-6b4e9bf6] {
  height: 100%;
  width: 7.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}
.video_list3 .video_title[data-v-6b4e9bf6] {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
  color: #333333;
}
.video_list3 .video_bottom[data-v-6b4e9bf6] {
  margin-top: 11.375rem;
  padding-left: 5px;
  padding-bottom: 5px;
  line-height: 1rem;
}
.video_list3 .video_item_more[data-v-6b4e9bf6] {
  margin-top: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #999999;
  font-size: 0.875rem;
  padding: 4px;
}
.video_item[data-v-6b4e9bf6] {
  padding-right: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 90.1875rem) {
.video_item[data-v-6b4e9bf6] {
    width: 12%;
}
}
@media screen and (min-width: 60.0625rem) and (max-width: 90.125rem) {
.video_item[data-v-6b4e9bf6] {
    width: 16.6%;
}
}
@media screen and (max-width: 60rem) {
.video_item[data-v-6b4e9bf6] {
    width: 25%;
}
}
.video_item .checkbox_item[data-v-6b4e9bf6] {
  position: absolute;
  top: 10px;
  right: 1.875rem;
  border-radius: 3px 3px 3px 3px;
  z-index: 3;
}
.video_item .checkbox_item_checked[data-v-6b4e9bf6] {
  border: 1px solid #679EFB;
  background: #679EFB;
}
.video_item .actions[data-v-6b4e9bf6] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #33333380;
  z-index: 2;
  top: 10px;
  right: 1.875rem;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #ffffff;
}
.video_item .show_a[data-v-6b4e9bf6] {
  display: block;
}
.video_item .preview_download[data-v-6b4e9bf6] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.video_item .preview_icon[data-v-6b4e9bf6] {
  width: 3.3125rem;
  height: 1.875rem;
  z-index: 3;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  margin-right: 4px;
  white-space: nowrap;
}
.video_item .preview_icon .el-icon-caret-right[data-v-6b4e9bf6] {
  font-size: 1rem;
  margin-right: 2px;
  margin-left: -3px;
}
.video_item .download_icon[data-v-6b4e9bf6] {
  width: 1.875rem;
  height: 1.875rem;
  z-index: 3;
  display: none;
}
.video_item22:hover .actions[data-v-6b4e9bf6] {
  display: block;
}
.video_item22:hover .preview_icon[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_item22:hover .download_icon[data-v-6b4e9bf6] {
  display: block;
}
.video_img[data-v-6b4e9bf6] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
  border-radius: 8px;
  z-index: 2;
}
.status_icon[data-v-6b4e9bf6] {
  padding: 0 4px;
  height: 1rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
  white-space: nowrap;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 10px;
  color: #ff7300;
}
.hd_icon[data-v-6b4e9bf6] {
  position: absolute;
  width: auto;
  height: 1rem;
  top: 4px;
  left: 3.75rem;
  z-index: 2;
}
.time2[data-v-6b4e9bf6] {
  position: absolute;
  top: 16.875rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 3;
}
.top_block[data-v-6b4e9bf6] {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 0.83333333;
}
.top_block .percent-mask[data-v-6b4e9bf6] {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_block .percent-mask .percent-mask-main[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_block .percent-mask .percent-mask-main .percent-mask-main-title[data-v-6b4e9bf6] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-align: center;
}
.video_block2[data-v-6b4e9bf6] {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.video_block3[data-v-6b4e9bf6] {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 12.5rem;
}
.video_block3 .video_block3_mask[data-v-6b4e9bf6] {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.625rem;
  /* 蒙版的高度可以根据需要调整 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.video_title[data-v-6b4e9bf6] {
  width: 6.25rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video_bottom[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.video_name[data-v-6b4e9bf6] {
  max-width: calc(100% - 6.5rem);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  margin-right: 10px;
}
.video_time[data-v-6b4e9bf6] {
  width: 5.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.video_time_mobile[data-v-6b4e9bf6] {
  position: absolute;
  left: 5px;
  width: auto;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.video_time_web[data-v-6b4e9bf6] {
  text-align: center;
  position: absolute;
  bottom: 0.5px;
  left: 10px;
  width: 4.375rem;
  height: 1.0625rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.75rem;
  z-index: 3;
}
.upload-demo2[data-v-6b4e9bf6] {
  width: 50vw;
  height: 8.1875rem;
  background: #f8f8fb;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e1;
}
.el-icon-upload[data-v-6b4e9bf6] {
  font-size: 1.25rem;
}
.box_11[data-v-6b4e9bf6] {
  background-color: #f8f8fb;
  border-radius: 8px;
  width: 48vw;
  height: 8.1875rem;
  border: 1px dashed #e0e0e1;
}
.image_2[data-v-6b4e9bf6] {
  width: 3.625rem;
  height: 2.6875rem;
  margin: 1.6875rem 0 0 0px;
}
.text_28[data-v-6b4e9bf6] {
  width: 29.3125rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.0625rem 0 1.5rem 0px;
}
[data-v-6b4e9bf6] .pop_block {
  border-radius: 0.75rem;
}
.pop_block[data-v-6b4e9bf6] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-6b4e9bf6] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-6b4e9bf6] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-6b4e9bf6] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-6b4e9bf6] {
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-6b4e9bf6] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-6b4e9bf6] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-6b4e9bf6] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-6b4e9bf6] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-6b4e9bf6] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 3.125rem 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-6b4e9bf6] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-6b4e9bf6] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-6b4e9bf6] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-6b4e9bf6] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.actions-list[data-v-6b4e9bf6] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.actions-list .item_icon2[data-v-6b4e9bf6] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-6b4e9bf6] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
  height: 2.5rem;
}
.subscribe_pop[data-v-6b4e9bf6] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-6b4e9bf6] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-6b4e9bf6] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}
.video_contain .video_3[data-v-6b4e9bf6]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.video_contain .video_3[data-v-6b4e9bf6]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.video_contain .video_3[data-v-6b4e9bf6]::-webkit-media-controls-volume-slider {
  display: none;
}
.no_data_icon[data-v-6b4e9bf6] {
  width: 12.3125rem;
  height: 12.3125rem;
  margin-top: 19.75rem;
}
@media screen and (max-width: 30.25rem) {
.no_data_icon[data-v-6b4e9bf6] {
    margin-top: 7.5rem;
}
}
.no_data_text[data-v-6b4e9bf6] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.mission_main2[data-v-6b4e9bf6] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.mission_main2 .justify-between[data-v-6b4e9bf6] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mission_main2 .box_12[data-v-6b4e9bf6] {
  background-color: #f6f7fb;
  border-radius: 8px;
  width: 22.0625rem;
  min-height: 4.875rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: 11px 1rem 4px 10px;
  position: relative;
  z-index: 30;
}
.mission_main2 .box_12 .image-text_23[data-v-6b4e9bf6] {
  width: 8.625rem;
  height: 2.4375rem;
  margin: 0.875rem 0 0 1rem;
}
.mission_main2 .box_12 .image-text_23 .label_1[data-v-6b4e9bf6] {
  width: 3.125rem;
  height: 3.125rem;
}
.mission_main2 .box_12 .image-text_23 .text-group_22[data-v-6b4e9bf6] {
  margin-top: 8px;
  width: 5rem;
  height: 2.4375rem;
}
.mission_main2 .box_12 .image-text_23 .text-group_22 .text_282[data-v-6b4e9bf6] {
  width: 5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3D3D3D;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.mission_main2 .box_12 .image-text_23 .text-group_22 .text_29[data-v-6b4e9bf6] {
  width: 4rem;
  height: 1.1875rem;
  overflow-wrap: break-word;
  color: #ACACB6;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: 350;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 4px;
}
.mission_main2 .box_12 .label_2[data-v-6b4e9bf6] {
  width: 7.8125rem;
  height: 3.8125rem;
  margin: 8px 0 0 3.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission_main2 .box_12 .label_3[data-v-6b4e9bf6] {
  width: 3.0625rem;
  height: 3rem;
  margin: 1rem 1rem 0 1.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -o-object-position: top;
     object-position: top;
  opacity: 0.6;
}
.mission_main2 .box_12 .image_3[data-v-6b4e9bf6] {
  position: absolute;
  left: 14.9375rem;
  top: 11px;
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -o-object-position: top;
     object-position: top;
}
.mission_main2 .top2[data-v-6b4e9bf6] {
  margin-bottom: 2px;
  margin-top: 10px;
  padding: 0px 1rem 0 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  position: relative;
}
.mission_main2 .top2 .back_icon[data-v-6b4e9bf6] {
  color: #3D3D3D;
  padding: 6px;
}
.mission_main2 .top2 .op_img[data-v-6b4e9bf6] {
  width: 1.5rem;
  height: 1.5rem;
}
.mission_main2 .top2 .folder_name2[data-v-6b4e9bf6] {
  color: #999999;
  font-size: 1rem;
  max-width: 17.5rem;
}
.mission_main2 .top2 .folder_icon2[data-v-6b4e9bf6] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 4px;
}
.mission_main2 .top2 .op_text[data-v-6b4e9bf6] {
  font-size: 0.875rem;
  color: #3D3D3D;
}
.mission_main2 .top2 .cancel_op[data-v-6b4e9bf6] {
  font-size: 0.875rem;
  color: #0084FF;
}
.mission_main2 .status_list .ar_tab_item[data-v-6b4e9bf6] {
  height: 2rem;
  line-height: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  font-style: normal;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  width: 5rem;
  margin-right: 1.25rem;
  text-align: center;
  padding-top: 3px;
}
.mission_main2 .status_list .ar_tab_item .ar_line[data-v-6b4e9bf6] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.875rem;
  height: 2px;
  background: linear-gradient(345deg, #45A5FF 0%, #7FCEF8 0%, #A8B0E2 100%, #B2B7FE 100%);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.mission_main2 .index_tab_block[data-v-6b4e9bf6] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #ffffff;
  width: 100vw;
  padding-top: 0.75rem;
  z-index: 3;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission_main2 .status_block[data-v-6b4e9bf6] {
  width: 22.5rem;
  height: 2rem;
  border-bottom: 1px solid #F7F7F7;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.875rem;
}
.mission_main2 .status_block .op_img[data-v-6b4e9bf6] {
  width: 1.25rem;
  height: 1.25rem;
}
.mission_main2 .status_block .op_text[data-v-6b4e9bf6] {
  font-size: 0.875rem;
  color: #3D3D3D;
}
.mission_main2 .status_block .cancel_op[data-v-6b4e9bf6] {
  font-size: 0.875rem;
  color: #0084FF;
}
.mission_main2 .status_list2[data-v-6b4e9bf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 0.75rem 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23.4375rem;
}
.mission_main2 .status_list2 .status_item2[data-v-6b4e9bf6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1.25rem;
  background: #F5F5F5;
  border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
  padding: 0 8px;
  margin-right: 0.75rem;
  font-size: 0.75rem;
  font-weight: 350;
  color: #666666;
  line-height: 1.25rem;
}
.mission_main2 .add_task[data-v-6b4e9bf6] {
  position: fixed;
  left: 8.5625rem;
  bottom: 2.9375rem;
  z-index: 3;
  width: 6.3125rem;
  height: 2.4375rem;
  background: #0084FF;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.mission_main2 .task_top_block[data-v-6b4e9bf6] {
  width: 23.4375rem;
  height: 0.75rem;
}
.mission_main2 .mg_bottom[data-v-6b4e9bf6] {
  overflow-x: hidden;
  height: 3.0625rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  padding: 0 1.3125rem 0 1.1875rem;
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100vw;
  z-index: 3;
}
.mission_main2 .mg_bottom .op_list2[data-v-6b4e9bf6] {
  width: 6.875rem;
}
.mission_main2 .mg_bottom .op_item[data-v-6b4e9bf6] {
  white-space: nowrap;
  overflow: visible;
  font-size: 0.75rem;
  color: #666666;
}
.mission_main2 .mg_bottom .op_item .op_img2[data-v-6b4e9bf6] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-bottom: 1px;
}
.mission_main2 .add_bottom[data-v-6b4e9bf6] {
  overflow-x: hidden;
  height: 3.6875rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  padding: 0 1rem 0 1rem;
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  z-index: 3;
}
.mission_main2 .add_bottom .add_text[data-v-6b4e9bf6] {
  color: #666666;
  font-size: 0.875rem;
}
.mission_main2 .add_bottom .add_btn[data-v-6b4e9bf6] {
  width: 6.3125rem;
  height: 2.4375rem;
  background: #0084FF;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  color: #FFFFFF;
  font-size: 1rem;
}
.mission_main2 .checkbox_item[data-v-6b4e9bf6] {
  right: 0.75rem;
}
.mission_main2[data-v-6b4e9bf6]::-webkit-scrollbar {
  display: none;
}
.block_6[data-v-6b4e9bf6] {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
}
.block_6 .group_15[data-v-6b4e9bf6] {
  width: 23.4375rem;
  border-radius: 0.75rem 0.75rem 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #FAFAFA;
}
.block_6 .group_15 .operation_list[data-v-6b4e9bf6] {
  background: #ffffff;
}
.block_6 .group_15 .text-wrapper_7[data-v-6b4e9bf6] {
  background-color: #ffffff;
  width: 23.4375rem;
  height: 3.5rem;
}
.block_6 .group_15 .text-wrapper_7 .text_24[data-v-6b4e9bf6] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6 .group_15 .text-wrapper_7 .text_25[data-v-6b4e9bf6] {
  overflow-wrap: break-word;
  color: #c80000;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6 .group_15 .text-wrapper_8[data-v-6b4e9bf6] {
  background-color: #ffffff;
  height: 2.875rem;
  width: 23.4375rem;
  margin: 7px 0 0 0;
}
.block_6 .group_15 .text-wrapper_8 .text_26[data-v-6b4e9bf6] {
  width: 2rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 1rem 0 0 10.75rem;
}

.actions_popper {
  padding: 0 !important;
  min-width: unset !important;
}
.create-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 300;
}
.create-mask .create-mask-main {
  border-radius: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  width: 95%;
  height: 95%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.create-mask .create-mask-main .create-mask-main-top {
  position: relative;
}
.create-mask .create-mask-main .create-mask-main-top .create-mask-main-top-close {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  cursor: pointer;
  font-size: 1.75rem;
}
.create-mask .create-mask-main .create-mask-main-top .top_img {
  display: block;
  margin: 1rem auto 0 auto;
  height: 3.125rem;
  width: auto;
}
.create-mask .create-mask-main .create-mask-main-top .text-wrapper_24 {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.create-mask .create-mask-main .create-mask-main-top .text-wrapper_24 .el-icon-check {
  color: #88CBF6FF;
}
.create-mask .create-mask-main .create-mask-main-top .text_38 {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.create-mask .create-mask-main .create-mask-main-top .text2_39 {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.create-mask .create-mask-main .create-mask-main-top .box_112 {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.create-mask .create-mask-main .create-mask-main-top .text-wrapper_25 {
  margin: 0px 0 0 0.75rem;
  font-family: 'Betta02';
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084FF;
}
.create-mask .create-mask-main .create-mask-main-top .text_40 {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.create-mask .create-mask-main .create-mask-main-top .text_41 {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084FF;
}
.create-mask .create-mask-main .create-mask-main-top .box_122 {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.create-mask .create-mask-main .create-mask-main-top .text-wrapper_26 {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.create-mask .create-mask-main .create-mask-main-top .text_42 {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.create-mask .create-mask-main .create-mask-main-top .text_43 {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.create-mask .create-mask-main .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.create-mask .create-mask-main .list .list-main {
  height: 100%;
}
.el-checkbox__inner {
  width: 0.875rem !important;
  height: 0.875rem !important;
}
.el-checkbox__inner::after {
  height: 0.4375rem !important;
  width: 0.1875rem !important;
  left: 0.25rem !important;
  top: 0.0625rem !important;
}
.el-checkbox__inner::before {
  height: 0.125rem !important;
  top: 0.3125rem !important;
}

.flex-row[data-v-a02f0f3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-col[data-v-a02f0f3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-between[data-v-a02f0f3c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top2[data-v-a02f0f3c] {
  height: 3.125rem;
  padding: 0px 1rem 0 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #333333;
}
.top2 .back_icon[data-v-a02f0f3c] {
  color: #3D3D3D;
  padding: 6px;
}
.block_3[data-v-a02f0f3c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  overflow-y: auto;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  z-index: 1;
}
.block_3 .block_6[data-v-a02f0f3c] {
  width: 10.3125rem;
  height: 13.125rem;
  margin-right: 0.75rem;
  margin-bottom: 0.875rem;
  position: relative;
}
.block_3 .block_6 .image-text_5[data-v-a02f0f3c] {
  width: 10.375rem;
  height: 13.125rem;
}
.block_3 .block_6 .image-text_5 .image_4[data-v-a02f0f3c] {
  width: 10.375rem;
  height: 10.3125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
}
.block_3 .block_6 .image-text_5 .image_4_1[data-v-a02f0f3c] {
  width: 5rem;
  height: 5rem;
}
.block_3 .block_6 .image-text_5 .mr_1[data-v-a02f0f3c] {
  margin-right: 0.0625rem;
}
.block_3 .block_6 .image-text_5 .mb_1[data-v-a02f0f3c] {
  margin-bottom: 0.0625rem;
}
.block_3 .block_6 .image-text_5 .image_4_2[data-v-a02f0f3c] {
  width: 5.125rem;
  height: 5.125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
}
.block_3 .block_6 .image-text_5 .image_4_2 img[data-v-a02f0f3c] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block_3 .block_6 .image-text_5 .image_4_3[data-v-a02f0f3c] {
  width: 10.3125rem;
  height: 10.3125rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_3 .block_6 .image-text_5 .text-group_3[data-v-a02f0f3c] {
  height: 2.25rem;
  margin-top: 9px;
}
.block_3 .block_6 .image-text_5 .text-group_3 .text_7[data-v-a02f0f3c] {
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.block_3 .block_6 .image-text_5 .text-group_3 .text_8[data-v-a02f0f3c] {
  width: 1rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 4px;
}
.block_3 .block_6 .video_item_more[data-v-a02f0f3c] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #999999;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 0.875rem;
  padding: 4px;
}
.no_data_icon[data-v-a02f0f3c] {
  width: 12.3125rem;
  height: 12.3125rem;
  margin-top: 19.75rem;
}
@media screen and (max-width: 30.25rem) {
.no_data_icon[data-v-a02f0f3c] {
    margin-top: 7.5rem;
}
}
.no_data_text[data-v-a02f0f3c] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.text-wrapper_2[data-v-a02f0f3c] {
  background-color: #0084ff;
  border-radius: 50%;
  height: 3.375rem;
  width: 3.375rem;
  position: fixed;
  z-index: 2;
  bottom: 6.8125rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.add_task[data-v-a02f0f3c] {
  position: fixed;
  left: 8.5625rem;
  bottom: 2.9375rem;
  z-index: 2;
  width: 6.3125rem;
  height: 2.4375rem;
  background: #0084FF;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.block_6_2[data-v-a02f0f3c] {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}
.block_6_2 .group_15[data-v-a02f0f3c] {
  width: 23.4375rem;
  border-radius: 0.75rem 0.75rem 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #FAFAFA;
}
.block_6_2 .group_15 .operation_list[data-v-a02f0f3c] {
  padding: 10px 0 1.125rem 0;
  background: #ffffff;
}
.block_6_2 .group_15 .text-wrapper_7[data-v-a02f0f3c] {
  background-color: #ffffff;
  width: 23.4375rem;
  height: 3.5rem;
}
.block_6_2 .group_15 .text-wrapper_7 .text_24[data-v-a02f0f3c] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6_2 .group_15 .text-wrapper_7 .text_25[data-v-a02f0f3c] {
  overflow-wrap: break-word;
  color: #c80000;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.block_6_2 .group_15 .text-wrapper_8[data-v-a02f0f3c] {
  background-color: #ffffff;
  height: 2.875rem;
  width: 23.4375rem;
  margin: 7px 0 0 0;
}
.block_6_2 .group_15 .text-wrapper_8 .text_26[data-v-a02f0f3c] {
  width: 2rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 1rem 0 0 10.75rem;
}
.group_6[data-v-a02f0f3c] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.group_6 .group_7[data-v-a02f0f3c] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  height: 15.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
}
.group_6 .group_7 .group_8[data-v-a02f0f3c] {
  width: 13.5625rem;
  height: 2.25rem;
  margin: 1rem 0 0 9.25rem;
}
.group_6 .group_7 .group_8 .text_10[data-v-a02f0f3c] {
  width: 5rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.group_6 .group_7 .group_8 .label_2[data-v-a02f0f3c] {
  width: 2.25rem;
  height: 2.25rem;
}
.group_6 .group_7 .text-wrapper_3[data-v-a02f0f3c] {
  margin: 1.875rem 0.75rem 9.4375rem 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_6 .group_7 .text-wrapper_3 .text_11[data-v-a02f0f3c] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
}
.group_6 .group_7 .text-wrapper_3 .text_12[data-v-a02f0f3c] {
  width: 19.5625rem;
  height: 2.25rem;
  border-radius: 4px 4px 4px 4px;
}
.group_6 .group_7 .group_9[data-v-a02f0f3c] {
  border-radius: 4px;
  position: absolute;
  left: 3.125rem;
  top: 4.4375rem;
  width: 19.5625rem;
  height: 2.25rem;
  border: 1px solid #e5e5e5;
}
.group_6 .group_7 .group_10[data-v-a02f0f3c] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  width: 23.4375rem;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
}
.group_6 .group_7 .group_10 .text-wrapper_4[data-v-a02f0f3c] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.group_6 .group_7 .group_10 .text-wrapper_4 .text_13[data-v-a02f0f3c] {
  width: 2rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 9.6875rem;
}

.group_13[data-v-2f79202a] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.group_13 .group_14[data-v-2f79202a] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
}
.group_13 .group_14 .box_7[data-v-2f79202a] {
  width: 16.5625rem;
  height: 2.25rem;
  margin: 1rem 0 0 6.25rem;
}
.group_13 .group_14 .box_7 .text_18[data-v-2f79202a] {
  width: 11rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.group_13 .group_14 .box_7 .label_4[data-v-2f79202a] {
  width: 2.25rem;
  height: 2.25rem;
}
.group_13 .group_14 .folder_item[data-v-2f79202a] {
  padding: 1.1875rem 0 0px 1.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.group_13 .group_14 .image-text_4[data-v-2f79202a] {
  width: 8.25rem;
  height: 3.5625rem;
}
.group_13 .group_14 .image-text_4 .image_5[data-v-2f79202a] {
  width: 3.5625rem;
  height: 3.5625rem;
}
.group_13 .group_14 .image-text_4 .image_4[data-v-2f79202a] {
  width: 3.5625rem;
  height: 3.5625rem;
  background: #F6F7FB;
  border-radius: 9px 9px 9px 9px;
  overflow: hidden;
}
.group_13 .group_14 .image-text_4 .image_4_1[data-v-2f79202a] {
  width: 2.25rem;
  height: 2.25rem;
}
.group_13 .group_14 .image-text_4 .image_4_2[data-v-2f79202a] {
  width: 1.75rem;
  height: 1.75rem;
  background: #F6F7FB;
  border-radius: 4px;
  overflow: hidden;
}
.group_13 .group_14 .image-text_4 .image_4_2 img[data-v-2f79202a] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.group_13 .group_14 .image-text_4 .text-group_4[data-v-2f79202a] {
  width: 4rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.group_13 .group_14 .folder_item[data-v-2f79202a]:last-child {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid transparent;
}
.group_13 .group_14 .folder_item:last-child .box_8[data-v-2f79202a] {
  display: none;
}
.group_13 .group_14 .box_8[data-v-2f79202a] {
  width: 20.9375rem;
  height: 1px;
  border: 1px solid #fafafa;
  margin: 0.9375rem 0 0 1.25rem;
}
.group_13 .group_14 .image-text_5[data-v-2f79202a] {
  width: 8.25rem;
  height: 3.5625rem;
  margin: 0.9375rem 0 0 1.1875rem;
}
.group_13 .group_14 .image-text_5 .image_6[data-v-2f79202a] {
  width: 3.5625rem;
  height: 3.5625rem;
}
.group_13 .group_14 .image-text_5 .text-group_5[data-v-2f79202a] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 1.3125rem;
}
.group_13 .group_14 .box_9[data-v-2f79202a] {
  width: 20.9375rem;
  height: 1px;
  border: 1px solid #fafafa;
  margin: 0.9375rem 0 0 1.25rem;
}
.group_13 .group_14 .box_10[data-v-2f79202a] {
  width: 8.25rem;
  height: 3.5625rem;
  margin: 0.9375rem 0 0 1.1875rem;
}
.group_13 .group_14 .box_10 .group_15[data-v-2f79202a] {
  width: 1.75rem;
  height: 3.5625rem;
}
.group_13 .group_14 .box_10 .group_15 .label_5[data-v-2f79202a] {
  width: 1.75rem;
  height: 1.75rem;
}
.group_13 .group_14 .box_10 .group_15 .box_11[data-v-2f79202a] {
  background-color: #f6f7fb;
  border-radius: 4px;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1px;
}
.group_13 .group_14 .box_10 .group_16[data-v-2f79202a] {
  width: 1.75rem;
  height: 3.5625rem;
  margin-left: 1px;
}
.group_13 .group_14 .box_10 .group_16 .label_6[data-v-2f79202a] {
  width: 1.75rem;
  height: 1.75rem;
}
.group_13 .group_14 .box_10 .group_16 .box_12[data-v-2f79202a] {
  background-color: #f6f7fb;
  border-radius: 4px;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1px;
}
.group_13 .group_14 .box_10 .text_19[data-v-2f79202a] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 1.3125rem 0 0 11px;
}
.group_13 .group_14 .box_13[data-v-2f79202a] {
  width: 20.9375rem;
  height: 1px;
  border: 1px solid #fafafa;
  margin: 0.9375rem 0 0 1.25rem;
}
.group_13 .group_14 .box_14[data-v-2f79202a] {
  width: 8.25rem;
  height: 3.5625rem;
  margin: 0.9375rem 0 1.8125rem 1.1875rem;
}
.group_13 .group_14 .box_14 .section_2[data-v-2f79202a] {
  width: 1.75rem;
  height: 3.5625rem;
}
.group_13 .group_14 .box_14 .section_2 .label_7[data-v-2f79202a] {
  width: 1.75rem;
  height: 1.75rem;
}
.group_13 .group_14 .box_14 .section_2 .group_17[data-v-2f79202a] {
  background-color: #f6f7fb;
  border-radius: 4px;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1px;
}
.group_13 .group_14 .box_14 .section_3[data-v-2f79202a] {
  width: 1.75rem;
  height: 3.5625rem;
  margin-left: 1px;
}
.group_13 .group_14 .box_14 .section_3 .label_8[data-v-2f79202a] {
  width: 1.75rem;
  height: 1.75rem;
}
.group_13 .group_14 .box_14 .section_3 .box_15[data-v-2f79202a] {
  background-color: #f6f7fb;
  border-radius: 4px;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: 1px;
}
.group_13 .group_14 .box_14 .text_20[data-v-2f79202a] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 1.3125rem 0 0 11px;
}
.group_13 .group_14 .image_7[data-v-2f79202a] {
  position: absolute;
  left: 1.1875rem;
  top: 15.4375rem;
  width: 3.5rem;
  height: 3.5rem;
}
.group_13 .group_14 .image_8[data-v-2f79202a] {
  position: absolute;
  left: 1.1875rem;
  top: 20.9375rem;
  width: 3.5rem;
  height: 3.5rem;
}

.info[data-v-7fcfa454] {
  padding-left: 1.625rem;
}
.info .info-title[data-v-7fcfa454] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: bold;
  font-size: 1.125rem;
  color: #3D3D3D;
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}
.info .info-title .tips[data-v-7fcfa454] {
  margin-left: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
.info .info-block[data-v-7fcfa454] {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info .info-block .info-block-title[data-v-7fcfa454] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  width: 7.5rem;
}
.info .info-block .info-block-content[data-v-7fcfa454] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
}
.info .info-block .info-block-img[data-v-7fcfa454] {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 100%;
}
.mission_main[data-v-7fcfa454] {
  height: calc(100vh - 4.625rem);
  background: #f7f7f7;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-7fcfa454] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-7fcfa454] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  width: 100%;
}
.new-button[data-v-7fcfa454] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
.video_list[data-v-7fcfa454] {
  margin: 0px 0px 1rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 1.875rem);
}
.video_item[data-v-7fcfa454] {
  width: 15.5rem;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.video_item:hover .actions[data-v-7fcfa454] {
  display: block;
}
.video_item .actions[data-v-7fcfa454] {
  cursor: pointer;
  display: none;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #33333380;
  z-index: 2;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  color: #ffffff;
}
.video_img[data-v-7fcfa454] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
  border-radius: 8px;
  z-index: 2;
}
.status_icon[data-v-7fcfa454] {
  padding: 0 4px;
  height: 1rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  white-space: nowrap;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ff7300;
}
.time2[data-v-7fcfa454] {
  position: absolute;
  top: 16.875rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  z-index: 3;
}
.top_block[data-v-7fcfa454] {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 18.625rem;
  width: 15.5rem;
}
.video_block2[data-v-7fcfa454] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video_title[data-v-7fcfa454] {
  max-width: 15.5rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 0.75rem;
}
.video_bottom[data-v-7fcfa454] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.video_name[data-v-7fcfa454] {
  max-width: 9rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  margin-right: 10px;
}
.video_time[data-v-7fcfa454] {
  width: 5.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 0.75rem;
  color: #999999;
  line-height: 1rem;
  text-align: left;
  white-space: nowrap;
}
.upload-demo2[data-v-7fcfa454] {
  width: 50vw;
  height: 8.1875rem;
  background: #f8f8fb;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e0e0e1;
}
.el-icon-upload[data-v-7fcfa454] {
  font-size: 1.25rem;
}
.box_11[data-v-7fcfa454] {
  background-color: #f8f8fb;
  border-radius: 8px;
  width: 48vw;
  height: 8.1875rem;
  border: 1px dashed #e0e0e1;
}
.image_2[data-v-7fcfa454] {
  width: 3.625rem;
  height: 2.6875rem;
  margin: 1.6875rem 0 0 0px;
}
.text_28[data-v-7fcfa454] {
  width: 29.3125rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.0625rem 0 1.5rem 0px;
}
[data-v-7fcfa454] .el-tabs__header {
  margin-bottom: 0;
  margin-top: -4px;
}
[data-v-7fcfa454] .el-tabs__nav-wrap::after {
  display: none;
}
.pop_block[data-v-7fcfa454] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-7fcfa454] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-7fcfa454] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-7fcfa454] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-7fcfa454] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-7fcfa454] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-7fcfa454] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-7fcfa454] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-7fcfa454] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-7fcfa454] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 3.125rem 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-7fcfa454] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-7fcfa454] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-7fcfa454] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-7fcfa454] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-7fcfa454] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-7fcfa454] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left_tabs[data-v-7fcfa454] {
  width: 9.25rem;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(198, 235, 255, 0.2)), to(rgba(0, 132, 255, 0)));
  background: linear-gradient(270deg, rgba(198, 235, 255, 0.2) 0%, rgba(0, 132, 255, 0) 100%);
  border-radius: 1rem 0px 0px 0px;
  padding-top: 1.5rem;
}
.left_tabs .tabs_item[data-v-7fcfa454] {
  width: 9.25rem;
  height: 3.0625rem;
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.left_tabs .tabs_item_selected[data-v-7fcfa454] {
  background: #FFFFFF;
  color: #0084FF;
  position: relative;
}
.left_tabs .tabs_item_selected .left_line[data-v-7fcfa454] {
  width: 4px;
  height: 3.0625rem;
  background: #0084FF;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.actions-list[data-v-7fcfa454] {
  width: 6.75rem;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.actions-list .item_icon2[data-v-7fcfa454] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.actions-list .item[data-v-7fcfa454] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 0px 0 0px 10px;
}
.mask[data-v-7fcfa454] {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: show .5s ease;
          animation: show .5s ease;
  z-index: 99;
  left: 0;
}
.mask .popup[data-v-7fcfa454] {
  width: 15.625rem;
  background: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
}
.mask .popup-text[data-v-7fcfa454] {
  padding: 1.25rem 0 0.9375rem;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.mask .popup-btn[data-v-7fcfa454] {
  width: 9.375rem;
  height: 1.875rem;
  background: #66b1ff;
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
  margin: 0 auto 0.9375rem;
  font-size: 0.875rem;
  cursor: pointer;
}
[data-v-7fcfa454] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-7fcfa454] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-7fcfa454] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-7fcfa454] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-7fcfa454] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-7fcfa454] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-7fcfa454] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-7fcfa454] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-7fcfa454] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-7fcfa454] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-7fcfa454] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-7fcfa454] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-7fcfa454] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-7fcfa454] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-7fcfa454] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.manager_block[data-v-0476e5ad] {
  padding: 2.125rem 1.8125rem 0 1.625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.manager_table[data-v-0476e5ad] {
  margin-top: 1.875rem;
}
.new-button[data-v-0476e5ad] {
  width: 9rem;
  height: 2rem;
  background: #679EFB;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1.875rem;
}
[data-v-0476e5ad] .pop_block {
  border-radius: 0.75rem;
}
.pop_block[data-v-0476e5ad] {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-0476e5ad] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-0476e5ad] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-0476e5ad] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}
.pop_block .text_34[data-v-0476e5ad] {
  width: 4.375rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.pop_block .text-wrapper_11[data-v-0476e5ad] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-0476e5ad] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-0476e5ad] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-0476e5ad] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .group_32[data-v-0476e5ad] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 3.125rem 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-0476e5ad] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-0476e5ad] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-0476e5ad] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_39[data-v-0476e5ad] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.personal_center[data-v-16eb0a9f] {
  width: 100%;
  height: 100vh;
}
.personal_center .personal_top[data-v-16eb0a9f] {
  position: relative;
  width: 100%;
  height: 9.625rem;
}
.personal_center .personal_top .personal_msg[data-v-16eb0a9f] {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8125rem 0 0 0.875rem;
}
.personal_center .personal_top .personal_msg .personal_avatar_url[data-v-16eb0a9f] {
  width: 3.8125rem;
  height: 3.75rem;
  border-radius: 50%;
  margin: 0 0.75rem 0 0;
}
.personal_center .personal_top .personal_msg .personal_name[data-v-16eb0a9f] {
  width: 6.3125rem;
  height: 1.5625rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.personal_center .personal_top .personal_deadline[data-v-16eb0a9f] {
  position: absolute;
  bottom: 2.1875rem;
  right: 1.875rem;
  width: auto;
  height: 0.875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 0.875rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.personal_center .personal_body[data-v-16eb0a9f] {
  background-color: #FFFFFF;
  position: absolute;
  top: 9.0625rem;
  width: 100%;
  z-index: 1;
}
.personal_center .personal_body .personal_list[data-v-16eb0a9f] {
  width: 21.375rem;
}
.personal_center .personal_body .personal_list .personal_item[data-v-16eb0a9f] {
  height: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F8F8F8;
  width: 100%;
}
.personal_center .personal_body .personal_list .personal_item .personal_item_img[data-v-16eb0a9f] {
  margin: 0 11px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5625rem;
  height: 1.5625rem;
}
.personal_center .personal_body .personal_list .personal_item .personal_item_text[data-v-16eb0a9f] {
  height: 1.25rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.125rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.mask[data-v-16eb0a9f] {
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: show .5s ease;
          animation: show .5s ease;
  z-index: 99;
}
.mask .popup[data-v-16eb0a9f] {
  width: 15.625rem;
  background: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
}
.mask .popup-text[data-v-16eb0a9f] {
  padding: 1.25rem 0 0.9375rem;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}
.mask .popup-btn[data-v-16eb0a9f] {
  width: 9.375rem;
  height: 1.875rem;
  background: #d33d3e;
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
  margin: 0 auto 0.9375rem;
  font-size: 0.875rem;
}

.broadcaste_main[data-v-dde946ca] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broadcaste_main .top_img[data-v-dde946ca] {
  width: 50.5625rem;
  height: 3.125rem;
  margin-top: 1.25rem;
}
.broadcaste_main .bottom_img[data-v-dde946ca] {
  position: fixed;
  bottom: -3.1875rem;
  width: 100vw;
  left: 0;
}
.broadcaste_main .bottom_img img[data-v-dde946ca] {
  width: 51.5rem;
  height: 30rem;
}
.broadcaste_main .right_img[data-v-dde946ca] {
  width: 2.375rem;
  height: 10.875rem;
  position: absolute;
  right: 0;
  top: 7.5rem;
}
.broadcaste_main .right_img .btn2[data-v-dde946ca] {
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.broadcaste_main .video_list[data-v-dde946ca] {
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 2;
}
.broadcaste_main .video_list .video_item[data-v-dde946ca] {
  width: 15.9375rem;
  height: 27.4375rem;
  background: rgba(255, 255, 255, 0.49);
  border-radius: 2px 2px 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5.5rem;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.broadcaste_main .video_list .video_item[data-v-dde946ca]:nth-child(4n) {
  margin-right: 0;
}
.broadcaste_main .video_list .video_item_selected[data-v-dde946ca] {
  border: 3px solid;
  overflow: visible;
  -o-border-image: linear-gradient(225deg, #009dff, #00ddff) 3 3;
     border-image: linear-gradient(225deg, #009dff, #00ddff) 3 3;
}
.broadcaste_main .video_list .video_item_selected .icon22[data-v-dde946ca] {
  width: 11px;
  /* 设置宽度 */
  height: 11px;
  /* 设置高度 */
}
.broadcaste_main .video_list .video_item_selected .icon1[data-v-dde946ca] {
  position: absolute;
  top: -1.375rem;
  left: -1.375rem;
  border-bottom: 2px solid #ffffff;
  /* 上边 */
  border-right: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list .video_item_selected .icon2[data-v-dde946ca] {
  position: absolute;
  top: -1.375rem;
  right: -1.375rem;
  border-bottom: 2px solid #ffffff;
  /* 上边 */
  border-left: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list .video_item_selected .icon3[data-v-dde946ca] {
  position: absolute;
  bottom: -1.375rem;
  left: -1.375rem;
  border-top: 2px solid #ffffff;
  /* 上边 */
  border-right: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list .video_item_selected .icon4[data-v-dde946ca] {
  position: absolute;
  right: -1.375rem;
  bottom: -1.375rem;
  border-top: 2px solid #ffffff;
  /* 上边 */
  border-left: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list .video_item_selected .voice_icon[data-v-dde946ca] {
  width: 2.3125rem;
  height: 2.3125rem;
  position: absolute;
  bottom: 1.625rem;
  right: 1.8125rem;
  z-index: 2;
}
.broadcaste_main .video_list .video_item_selected .video_title12[data-v-dde946ca] {
  color: #0A89FF;
}
.broadcaste_main .video_list .video_poster[data-v-dde946ca] {
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.broadcaste_main .video_list .video_title12[data-v-dde946ca] {
  position: absolute;
  bottom: -2.75rem;
  left: 0;
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #3D3D3D;
  text-align: center;
}
.broadcaste_main .video_list2[data-v-dde946ca] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0px 0px 0px;
  margin-right: -2.625rem;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 39.375rem;
  overflow-y: hidden;
}
.broadcaste_main .video_list2 .video_item12[data-v-dde946ca] {
  width: 9.03125rem;
  margin-right: 2.625rem;
  margin-bottom: 1.25rem;
}
.broadcaste_main .video_list2 .video_item[data-v-dde946ca] {
  width: 9.03125rem;
  height: 15.5rem;
  margin-right: 0px;
  margin-bottom: 4px;
  padding: 6px;
}
.broadcaste_main .video_list2 .video_item video[data-v-dde946ca] {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.broadcaste_main .video_list2 .video_item[data-v-dde946ca]:nth-child(4n) {
  margin-right: 1.75rem;
}
.broadcaste_main .video_list2 .video_item_selected[data-v-dde946ca] {
  border: 2px solid;
  overflow: visible;
  -o-border-image: linear-gradient(225deg, #009dff, #00ddff) 3 3;
     border-image: linear-gradient(225deg, #009dff, #00ddff) 3 3;
}
.broadcaste_main .video_list2 .video_item_selected .icon22[data-v-dde946ca] {
  width: 8px;
  /* 设置宽度 */
  height: 8px;
  /* 设置高度 */
}
.broadcaste_main .video_list2 .video_item_selected .icon1[data-v-dde946ca] {
  position: absolute;
  top: -1rem;
  left: -1rem;
  border-bottom: 2px solid #ffffff;
  /* 上边 */
  border-right: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list2 .video_item_selected .icon2[data-v-dde946ca] {
  position: absolute;
  top: -1rem;
  right: -1rem;
  border-bottom: 2px solid #ffffff;
  /* 上边 */
  border-left: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list2 .video_item_selected .icon3[data-v-dde946ca] {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  border-top: 2px solid #ffffff;
  /* 上边 */
  border-right: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list2 .video_item_selected .icon4[data-v-dde946ca] {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  border-top: 2px solid #ffffff;
  /* 上边 */
  border-left: 2px solid #ffffff;
  /* 右边 */
}
.broadcaste_main .video_list2 .video_item_selected .voice_icon[data-v-dde946ca] {
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 2;
}
.broadcaste_main .video_list2 .video_poster[data-v-dde946ca] {
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
.broadcaste_main .video_list2 .video_item_selected2 .video_title2[data-v-dde946ca] {
  color: #0A89FF;
}
.broadcaste_main .video_list2 .video_title2[data-v-dde946ca] {
  max-width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.25rem;
  text-align: center;
  height: 2.5rem;
}
.broadcaste_main .video_list2 .more_btn[data-v-dde946ca] {
  position: absolute;
  right: 1.875rem;
  top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #0084FF;
  cursor: pointer;
}
.broadcaste_main .list-title2[data-v-dde946ca] {
  height: 3.75rem;
  line-height: 3.75rem;
  font-family: Source Han Sans, Source Han Sans;
  font-size: normal;
  font-size: 1.25rem;
  color: #999999ff;
  margin-right: 1.875rem;
  cursor: pointer;
  position: relative;
}
.broadcaste_main .list-title2 .red_point[data-v-dde946ca] {
  width: 8px;
  height: 8px;
  background: #D33D3E;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: -6px;
}
.broadcaste_main .list-title3[data-v-dde946ca] {
  color: #3D3D3D;
  font-weight: bold;
}
.broadcaste_main .header_list[data-v-dde946ca] {
  width: 84.71875rem;
  margin: 0.875rem 0 2rem 0;
  max-width: 90%;
}
.broadcaste_main .header_list .header_item[data-v-dde946ca] {
  width: 16.75rem;
  height: 8.125rem;
  border-radius: 0.75rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.broadcaste_main .header_list .header_item .header-item-title[data-v-dde946ca] {
  position: absolute;
  top: 1.6875rem;
  left: 1.25rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.broadcaste_main .header_list .header_item .header-item-desc[data-v-dde946ca] {
  position: absolute;
  top: 4rem;
  left: 1.25rem;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
}
.broadcaste_main .header_list .header_item .header-img-container[data-v-dde946ca] {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(120deg, #4b87ff 0%, #82b9ff 100%);
}
.broadcaste_main .header_list .header_item .header-item-img[data-v-dde946ca] {
  height: 100%;
  width: 6.25rem;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.broadcaste_main .header_list .header_item .header-item-img2[data-v-dde946ca] {
  height: 4.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.broadcaste_main .appearance_list[data-v-dde946ca] {
  background: #ffffff;
  border-radius: 1rem;
  z-index: 2;
  padding: 0 2.5rem;
  width: 84.71875rem;
  max-width: 90%;
  overflow: hidden;
}
.broadcaste_main .appearance_list .more_btn[data-v-dde946ca] {
  color: #fff;
  border-color: #2468f2;
  background: #2468f2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  width: 6.875rem;
  height: 2rem;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.broadcaste_main .appearance_list .right_tab[data-v-dde946ca] {
  height: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 1rem 0.75rem;
}
.broadcaste_main .appearance_list .right_tab .right_tab22[data-v-dde946ca] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1.125rem;
  color: #7d87a1;
  margin-right: 2rem;
  cursor: pointer;
  padding-top: 4px;
}
.broadcaste_main .appearance_list .right_tab .right_back[data-v-dde946ca] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.broadcaste_main .appearance_list .right_tab .right_tab23[data-v-dde946ca] {
  color: #091221;
}
.broadcaste_main .appearance_list .right_tab .right_tab23 .right_tab_line[data-v-dde946ca] {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.5rem;
  height: 2px;
  background: #091221;
  border-radius: 0px 0px 0px 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.broadcaste_main2[data-v-dde946ca] {
  z-index: 2;
  height: calc(100vh - 3.5rem);
}
.broadcaste_main2 .tip_img[data-v-dde946ca] {
  width: 22.6875rem;
  height: 1.875rem;
  margin-top: 10px;
}
.broadcaste_main2 .ar_tabs[data-v-dde946ca] {
  padding: 8px 4.375rem 0.9375rem 4.375rem;
}
.broadcaste_main2 .ar_tabs .ar_tab_item[data-v-dde946ca] {
  height: 2rem;
  line-height: 2rem;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.broadcaste_main2 .ar_tabs .ar_tab_item .ar_line[data-v-dde946ca] {
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 2.0625rem;
  height: 2px;
  background: #0084FF;
}
.broadcaste_main2 .ar_tabs .ar_tab_item[data-v-dde946ca]:nth-child(1) {
  margin-right: 6.6875rem;
}
.broadcaste_main2 .ar_list[data-v-dde946ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.broadcaste_main2 .ar_list .ar_item[data-v-dde946ca] {
  margin-right: 9px;
  width: 10.4375rem;
  background: #F6F7FB;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 9px;
}
.broadcaste_main2 .ar_list .ar_item .ar_top[data-v-dde946ca] {
  width: 10.4375rem;
  height: 14.375rem;
  position: relative;
}
.broadcaste_main2 .ar_list .ar_item .ar_top .ar_img[data-v-dde946ca] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
  display: block;
  z-index: 1;
}
.broadcaste_main2 .ar_list .ar_item .ar_top .ar_top_title[data-v-dde946ca] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 61, 61, 0)), to(#3D3D3D));
  background: linear-gradient(180deg, rgba(61, 61, 61, 0) 0%, #3D3D3D 100%);
  border-radius: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.broadcaste_main2 .ar_list .ar_item .ar_top .ar_top_title .ar_title[data-v-dde946ca] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}
.broadcaste_main2 .ar_list .ar_item .ar_bottom[data-v-dde946ca] {
  width: 100%;
  height: 2.625rem;
  background: #F6F7FB;
  border-radius: 4px 4px 4px 4px;
}
.broadcaste_main2 .ar_list .ar_item .ar_bottom .ar_start_btn[data-v-dde946ca] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(319deg, #9592FF 0%, #6DD7F7 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.subscribe_pop[data-v-dde946ca] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.subscribe_pop .appearance_main[data-v-dde946ca] {
  position: relative;
  background: url(https://oss.yf-gz.cn/file/1721815791838_2fc2050ea9150f9f577325292987066c.png) no-repeat;
  background-size: contain;
  height: 41.9375rem;
}
.subscribe_pop .appearance_main .app_name[data-v-dde946ca] {
  position: absolute;
  top: 1.875rem;
  left: 3.0625rem;
  font-family: 'Betta02';
  font-weight: 400;
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}
.subscribe_pop .appearance_main .close_img[data-v-dde946ca] {
  position: absolute;
  top: -3.5625rem;
  right: 8px;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}
.subscribe_pop .appearance_main .section_6[data-v-dde946ca] {
  height: 41.9375rem;
}
.subscribe_pop .appearance_main .group_22[data-v-dde946ca] {
  width: 30.75rem;
  height: 33.25rem;
  margin: 1.875rem 0 0 3.0625rem;
}
.subscribe_pop .appearance_main .text-wrapper_23[data-v-dde946ca] {
  width: 8.25rem;
  height: 1.75rem;
  margin-top: 5.9375rem;
}
.subscribe_pop .appearance_main .text_16[data-v-dde946ca] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_17[data-v-dde946ca] {
  width: 1.375rem;
  height: 1.75rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_24[data-v-dde946ca] {
  width: 9.625rem;
  height: 1.6875rem;
  margin-top: 1.5rem;
}
.subscribe_pop .appearance_main .text_18[data-v-dde946ca] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_19[data-v-dde946ca] {
  width: 2.75rem;
  height: 1.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_25[data-v-dde946ca] {
  width: 10rem;
  height: 1.75rem;
  margin-top: 1.5rem;
}
.subscribe_pop .appearance_main .text_20[data-v-dde946ca] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_21[data-v-dde946ca] {
  width: 3.125rem;
  height: 1.75rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_26[data-v-dde946ca] {
  width: 11rem;
  height: 1.6875rem;
  margin-top: 1.5rem;
}
.subscribe_pop .appearance_main .text_22[data-v-dde946ca] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_23[data-v-dde946ca] {
  width: 4.125rem;
  height: 1.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_27[data-v-dde946ca] {
  width: 30.75rem;
  height: 5.5rem;
  margin-top: 1rem;
}
.subscribe_pop .appearance_main .text_24[data-v-dde946ca] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 4px;
}
.subscribe_pop .appearance_main .text_25[data-v-dde946ca] {
  width: 23.875rem;
  height: 5rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.75rem;
  overflow-y: auto;
}
.subscribe_pop .appearance_main .box_1[data-v-dde946ca] {
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  width: 30.6875rem;
  height: 9rem;
  margin: 3px 0 0 1px;
  overflow-y: auto;
  padding: 1rem;
}
.subscribe_pop .appearance_main .box_1[data-v-dde946ca]::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.subscribe_pop .appearance_main .text-wrapper_9[data-v-dde946ca] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 2.75rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.subscribe_pop .appearance_main .text_27[data-v-dde946ca] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1px 0 0 8px;
}
.subscribe_pop .appearance_main .text_26[data-v-dde946ca] {
  width: 28.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.75rem;
}
.subscribe_pop .appearance_main .image_9[data-v-dde946ca] {
  width: 18rem;
  height: 32.125rem;
  margin: 3rem 3.375rem 0 3rem;
  border-radius: 8px;
}
.subscribe_pop .appearance_main .start_btn[data-v-dde946ca] {
  position: absolute;
  bottom: 1.5rem;
  left: 0px;
  width: 100%;
}
.subscribe_pop .appearance_main .start_btn2[data-v-dde946ca] {
  width: 49%;
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.flex-row[data-v-dde946ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-between[data-v-dde946ca] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-dde946ca] .prism-ErrorMessage {
  display: none !important;
}
[data-v-dde946ca] .prism-big-play-btn {
  display: none !important;
}
[data-v-dde946ca] .prism-loading {
  display: none !important;
}
[data-v-dde946ca] .prism-info-display {
  display: none !important;
}
[data-v-dde946ca] .prism-player .prism-controlbar .prism-controlbar-bg {
  background: transparent;
}
.fade-enter-active[data-v-dde946ca],
.fade-leave-active[data-v-dde946ca] {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-dde946ca],
.fade-leave-to[data-v-dde946ca] {
  opacity: 0;
}
.mobile_template_header[data-v-dde946ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile_template_header[data-v-dde946ca]::-webkit-scrollbar {
  display: none;
}
.template_home[data-v-dde946ca] {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.home_top[data-v-dde946ca] {
  position: relative;
}
.home_top .block_22[data-v-dde946ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 21.9375rem;
  height: 4rem;
  margin: 10px 0 0 0.75rem;
  z-index: 3;
}
.home_top .block_22 .group_28[data-v-dde946ca] {
  position: absolute;
  top: 0.75rem;
  background-image: linear-gradient(138deg, #6089fb 0, #89d3fe 100%);
  border-radius: 9px;
  height: 4rem;
  width: 10.8125rem;
}
.home_top .block_22 .group_28 .box_37[data-v-dde946ca] {
  width: 10.8125rem;
  height: 4rem;
  background: url(https://oss.yf-gz.cn/file/1727323798941_825623d2f6cc736d898512d5582f3253.png) 100% no-repeat;
  background-size: 100% 100%;
}
.home_top .block_22 .group_28 .section_15[data-v-dde946ca] {
  width: 4.375rem;
  height: 2.625rem;
  margin: 0.75rem 0 0 11px;
}
.home_top .block_22 .group_28 .text_23[data-v-dde946ca] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.home_top .block_22 .group_28 .text_24[data-v-dde946ca] {
  width: 4.1875rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-family: DingTalk JinBuTi, DingTalk JinBuTi;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 8px;
}
.home_top .block_22 .group_28 .thumbnail_16[data-v-dde946ca] {
  width: 0.75rem;
  height: 9px;
  margin: -0.875rem 0 4px 3.625rem;
}
.home_top .block_22 .group_28 .label_9[data-v-dde946ca] {
  width: 3.75rem;
  height: 4.0625rem;
  margin: 0px 11px 0 2.1875rem;
}
.home_top .block_22 .group_29[data-v-dde946ca] {
  position: absolute;
  top: 0.75rem;
  margin-left: 11.25rem;
  background-image: linear-gradient(141deg, #35b1f6 0, #92e8f1 100%);
  border-radius: 9px;
  height: 4rem;
  width: 10.8125rem;
}
.home_top .block_22 .group_29 .block_16[data-v-dde946ca] {
  width: 10.8125rem;
  height: 4rem;
  background: url(https://oss.yf-gz.cn/file/1727323833243_6a6e2e5b95c14deddc334572b473b695.png) 100% no-repeat;
  background-size: 100% 100%;
}
.home_top .block_22 .group_29 .box_44[data-v-dde946ca] {
  width: 5.125rem;
  height: 2.625rem;
  margin: 0.75rem 0 0 11px;
}
.home_top .block_22 .group_29 .text_25[data-v-dde946ca] {
  width: 5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: DingTalk JinBuTi-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-left: 2px;
}
.home_top .block_22 .group_29 .text_26[data-v-dde946ca] {
  width: 4.1875rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 8px;
}
.home_top .block_22 .group_29 .thumbnail_17[data-v-dde946ca] {
  width: 0.75rem;
  height: 9px;
  margin: -0.875rem 0 4px 3.625rem;
}
.home_top .block_22 .group_29 .label_10[data-v-dde946ca] {
  width: 2.8125rem;
  height: 3rem;
  margin: 5px 0.8125rem 0 1.375rem;
}
.home_top .top_background_img[data-v-dde946ca] {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
}
.home_body[data-v-dde946ca] {
  position: relative;
  background: #FFFFFF;
  width: 100%;
  height: 1000vh;
}
.home_body .home_body_top[data-v-dde946ca] {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  height: 6.6875rem;
  background: #FFFFFF;
  border-radius: 1rem 1rem 1rem 1rem;
}
.home_body .home_body_top .home_body_top_background[data-v-dde946ca] {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.home_body .home_body_top .input-search-background[data-v-dde946ca] {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.9375rem;
  height: 2.25rem;
  background: #FAFAFA;
  border-radius: 1.125rem 1.125rem 1.125rem 1.125rem;
  z-index: 31;
}
.home_body .home_body_top .input-search-background .input-search[data-v-dde946ca] {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 1.875rem;
  background: #FAFAFA;
}
.home_body .home_body_top .input-search-background .input-search-placeholder[data-v-dde946ca] {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 0.9375rem;
  left: 10px;
}
.home_body .home_body_top .input-search-background .input-search-placeholder .input-search-placeholder-img[data-v-dde946ca] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 1rem;
  height: 1rem;
}
.home_body .home_body_top .input-search-background .input-search-placeholder .input-search-placeholder-text[data-v-dde946ca] {
  margin-left: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.home_body .home_body_top .template_type[data-v-dde946ca] {
  position: relative;
}
.home_body .home_body_top .template_type .template_type_list[data-v-dde946ca] {
  margin-left: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  width: 21.875rem;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #F2F2F2;
  min-height: 2.8125rem;
}
.home_body .home_body_top .template_type .template_type_list .template_type_item[data-v-dde946ca] {
  margin-right: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.home_body .home_body_top .template_type .template_type_list .template_type_item_active[data-v-dde946ca] {
  position: relative;
  margin-right: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.home_body .home_body_top .template_type .template_type_list .template_type_item_active .template_type_active_line[data-v-dde946ca] {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 22212;
  width: 3.4375rem;
  height: 2px;
  background: linear-gradient(345deg, #45A5FF 0%, #7FCEF8 0%, #A8B0E2 100%, #B2B7FE 100%);
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.home_body .home_body_top .template_type .template_type_line[data-v-dde946ca] {
  position: absolute;
  top: 2.8125rem;
  left: 4px;
  width: 21.4375rem;
  border: 1px solid #F2F2F2;
  z-index: 10;
}
.home_body .home_body_top .template_type .template_type_list[data-v-dde946ca]::-webkit-scrollbar {
  display: none;
}
.home_body .template_list[data-v-dde946ca] {
  padding: 0 9px 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_body .template_list .template_item[data-v-dde946ca] {
  margin: 0 0 9px 9px;
  position: relative;
  width: 10.4375rem;
  background-color: #F6F7FB;
  border-radius: 4px 4px 4px 4px;
}
.home_body .template_list .template_item .template_item_url_box[data-v-dde946ca] {
  width: 10.4375rem;
  height: 14.375rem;
  position: relative;
  z-index: 29;
}
.home_body .template_list .template_item .template_item_url_box .template_item_url[data-v-dde946ca] {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 10.4375rem;
  height: 14.375rem;
  border-radius: 4px 4px 4px 4px;
}
.home_body .template_list .template_item .template_item_url_box .template_item_url_mask[data-v-dde946ca] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.625rem;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 100;
}
.home_body .template_list .template_item .template_item_box[data-v-dde946ca] {
  position: absolute;
  width: 10.4375rem;
  height: 14.375rem;
  z-index: 30;
}
.home_body .template_list .template_item .template_item_box .template_item_name[data-v-dde946ca] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 12.8125rem 0 0 0;
  width: 10rem;
  height: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.home_body .template_list .template_item .template_item_button[data-v-dde946ca] {
  padding: 6px 1.875rem 6px 1.875rem;
}

.prism-player .prism-cover {
  background-size: contain;
}
.prism-player video {
  -o-object-fit: contain;
     object-fit: contain;
}

.page[data-v-05e9efaa] {
  background-color: #010101;
  position: relative;
  width: 23.4375rem;
  height: 100%;
  overflow: hidden;
}
.page .template_bottom[data-v-05e9efaa] {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  z-index: 10;
}
.page .template_bottom .template_bottom_body[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page .template_bottom .template_bottom_body .template_bottom_content[data-v-05e9efaa] {
  margin: 0 0 0 1rem;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_1[data-v-05e9efaa] {
  height: 1.25rem;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 2px 2px 2px 2px;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_1 .template_bottom_content_1_text[data-v-05e9efaa] {
  padding: 0 5px 0 5px;
  width: auto;
  height: 0.75rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_2[data-v-05e9efaa] {
  margin-top: 4px;
  height: 1.125rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.125rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_3[data-v-05e9efaa] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  width: 13.125rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_4[data-v-05e9efaa] {
  margin-top: 7px;
  width: auto;
  height: 1rem;
  background: #333333;
  border-radius: 2px 2px 2px 2px;
}
.page .template_bottom .template_bottom_body .template_bottom_content .template_bottom_content_4 .template_bottom_content_4_text[data-v-05e9efaa] {
  padding: 0 5px 0 5px;
  width: auto;
  height: 0.75rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 0.75rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.page .template_bottom .template_bottom_body .template_bottom_button[data-v-05e9efaa] {
  width: 6.875rem;
  height: 2.5rem;
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: 10;
}
.page .img_1[data-v-05e9efaa] {
  width: 23.4375rem;
  height: 3.75rem;
  z-index: 1003;
  position: absolute;
  top: 0;
  left: 0;
}
.page .section_2[data-v-05e9efaa] {
  margin: 0 0 1.25rem 0;
  position: relative;
  background-size: 100% 100%;
  /* 添加渐变蒙版 */
  /* 添加渐变蒙版 */
}
.page .section_2 .video_1[data-v-05e9efaa] {
  width: 100%;
  height: 100%;
}
.page .section_2 .gradient_mask[data-v-05e9efaa] {
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  width: 100%;
  z-index: 2;
  height: 62.5rem;
  /* 蒙版的高度可以根据需要调整 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 确保渐变层不会影响点击事件 */
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-current-time-display {
  display: none;
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-time-remaining-display {
  display: none;
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-mute-button {
  display: none;
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.page .section_2 .video_1[data-v-05e9efaa]::-webkit-media-controls-volume-slider {
  display: none;
}
.page .section_2 .text_4[data-v-05e9efaa] {
  position: absolute;
  left: 2.1875rem;
  bottom: 2.25rem;
  width: auto;
  height: 1rem;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .section_2 .gradient_mask[data-v-05e9efaa] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 5rem;
  /* 蒙版的高度可以根据需要调整 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 确保渐变层不会影响点击事件 */
}
.page .block_2[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1px;
}
.page .block_2 .text-wrapper_2[data-v-05e9efaa] {
  width: 21.5625rem;
  height: 2.75rem;
  background: linear-gradient(135deg, #B3B7FE 0%, #81CDF9 100%);
  border-radius: 8px 8px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page .block_2 .text-wrapper_2 .text_6[data-v-05e9efaa] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}
.page .block_2 .box_7[data-v-05e9efaa] {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 23.4375rem;
  top: 0;
  width: 23.4375rem;
  height: 6.5625rem;
}
.page .subscribe_pop2[data-v-05e9efaa] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.page .subscribe_pop5[data-v-05e9efaa] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}
.page .block_1[data-v-05e9efaa] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1003;
  height: 100%;
}
.page .block_1 .box_12[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.625rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.page .block_1 .box_12 .voice_cc2[data-v-05e9efaa] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.page .block_1 .box_12 .text_6[data-v-05e9efaa] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.page .block_1 .box_12 .label_1[data-v-05e9efaa] {
  width: 1.875rem;
  height: 1.875rem;
}
.page .block_1 .voice_block_main[data-v-05e9efaa] {
  margin-top: 10px;
  width: 21.4375rem;
  margin-left: 1rem;
  overflow-x: hidden;
}
.page .block_1 .voice_block_main .try_block[data-v-05e9efaa] {
  position: fixed;
  bottom: 0px;
  padding-bottom: 1.875rem;
  background: #222224;
}
.page .block_1 .voice_block_main .try_block .try_listen[data-v-05e9efaa] {
  width: 20.9375rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
  color: #FFFFFF;
  font-size: 1rem;
}
.page .block_1 .voice_block_main .try_block .try_listen .play_icon[data-v-05e9efaa] {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 2px;
}
.page .block_1 .voice_block_main[data-v-05e9efaa]::-webkit-scrollbar {
  display: none;
}
.page .block_1 .voice_block[data-v-05e9efaa] {
  background: #313133;
  padding: 0px 0px 10px 7px;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
  /* 启用水平滚动 */
  overflow-y: hidden;
}
.page .block_1 .voice_block .voice_list[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page .block_1 .voice_block .voice_list .voice_end[data-v-05e9efaa] {
  min-width: 1px;
  height: 4.8125rem;
}
.page .block_1 .voice_block .voice_list .voice_item[data-v-05e9efaa] {
  margin: 1rem 1rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.page .block_1 .voice_block .voice_list .voice_img_item[data-v-05e9efaa] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.page .block_1 .voice_block .voice_list .voice_item_selected[data-v-05e9efaa] {
  border: 2px solid #45a5ff;
}
.page .block_1 .voice_block .voice_list .voice_img[data-v-05e9efaa] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.page .block_1 .voice_block .voice_list .voice_name[data-v-05e9efaa] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.page .block_1 .voice_block .voice_list .voice_selected[data-v-05e9efaa] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.page .block_1 .voice_block .voice_list .voice_icon[data-v-05e9efaa] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.page .block_1 .voice_block .voice_list .voice_icon .voice_icon_img[data-v-05e9efaa] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.page .block_1 .voice_block .voice_btn[data-v-05e9efaa] {
  margin: 0px 0 1.25rem 0;
}
.page .block_1 .voice_block .voice_btn .voice_btn1[data-v-05e9efaa] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.page .block_1 .voice_block .voice_btn .el-icon-video-play2[data-v-05e9efaa] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.page .block_1 .voice_block .voice_btn .voice_btn2[data-v-05e9efaa] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.page .block_1 .voice_block[data-v-05e9efaa]::-webkit-scrollbar {
  height: 6px;
}
.page .block_1 .voice_block[data-v-05e9efaa]::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5);
}
.page .block_1 .voice_block[data-v-05e9efaa]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
}
.page .block_1 .set_block[data-v-05e9efaa] {
  margin-bottom: 1.875rem;
}
.page .block_1 .set_block .set_item[data-v-05e9efaa] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 4px;
}
.page .block_1 .set_block .set_item .set_item_title[data-v-05e9efaa] {
  margin-right: 10px;
  white-space: nowrap;
  color: #FFFFFF;
}
.page .block_1 .set_block .set_item .set_item_content[data-v-05e9efaa] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page .block_1 .set_block .set_item .set_item_content2[data-v-05e9efaa] {
  width: 1.875rem;
  height: 1.625rem;
  background: #313133;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}
.page .block_1 .set_block .set_item .set_item_content2 .el-input__inner[data-v-05e9efaa] {
  border: none;
  background: #313133;
  color: #FFFFFF;
}
.page .block_1 .set_block .set_item .set_item_content2 .el-input__inner[data-v-05e9efaa]:hover {
  background: #313133;
}
.page .block_1 .set_block .set_item .set_item_content2 .el-input__inner[data-v-05e9efaa]:focus {
  background: #313133;
}
.page .block_1 .set_block .set_item .play_slider .el-slider__runway[data-v-05e9efaa] {
  background: rgba(216, 216, 216, 0.5);
}
.page .block_1 .set_block .set_item .play_slider .el-slider__bar[data-v-05e9efaa] {
  background: -webkit-gradient(linear, left top, right top, from(#BEB1FF), to(#70D5F7));
  background: linear-gradient(90deg, #BEB1FF 0%, #70D5F7 100%);
}
.page .block_1 .set_block .set_item .play_slider .el-slider__button[data-v-05e9efaa] {
  border: none;
  background: #BEB1FF;
}
.page .block_1 .set_block .set_item2[data-v-05e9efaa] {
  margin-top: 1rem;
}
.page .block_1 .set_block .set_item[data-v-05e9efaa]:nth-child(4n) {
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
.page .block_1 .mt-12[data-v-05e9efaa] {
  margin-top: 0.75rem;
}
.page .block_1 .style_block[data-v-05e9efaa] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 4.75rem;
}
.page .block_1 .style_block .style_list[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .block_1 .style_block .style_list[data-v-05e9efaa]::-webkit-scrollbar {
  display: none;
}
.page .block_1 .style_block .style_item[data-v-05e9efaa] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
  width: 4.125rem;
  height: 2rem;
  background: #0084FF;
  border-radius: 2px 2px 2px 2px;
}
.page .block_1 .style_block .style_item2[data-v-05e9efaa] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #313133;
  color: #FFFFFF;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0px 7px 0.75rem 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  width: 4.125rem;
  height: 2rem;
}
.page .block_1 .style_block .style_item2[data-v-05e9efaa]:nth-child(4n) {
  margin-right: 0;
}
.page .block_1 .style_block .style_item_selected[data-v-05e9efaa] {
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%), #B7B5FF;
  color: #ffffff;
}
.page .block_1 .block_11[data-v-05e9efaa] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 1.5rem;
  width: 23.4375rem;
}
.page .block_1 .block_11 .text-wrapper_17[data-v-05e9efaa] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.page .block_1 .block_11 .text-wrapper_17 .text_30[data-v-05e9efaa] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 8.6875rem;
}
.page .block_99[data-v-05e9efaa] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1005;
  height: 20%;
}
.page .block_99 .box_122[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.625rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.page .block_99 .box_122 .voice_cc2[data-v-05e9efaa] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.page .block_99 .box_122 .text_6[data-v-05e9efaa] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.page .block_99 .box_122 .label_1[data-v-05e9efaa] {
  width: 1.875rem;
  height: 1.875rem;
}
.page .block_99 .block_99_inp[data-v-05e9efaa] {
  margin: 10px 0 0 0;
}
.page .block_99 .block_99_inp .block_99_input[data-v-05e9efaa] {
  width: 90%;
  border-radius: 8px;
}
.page .block_5[data-v-05e9efaa] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1003;
  height: calc(100vh - 1.875rem);
}
.page .block_5 .box_12[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.625rem;
  margin: 7px 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.page .block_5 .box_12 .voice_cc2[data-v-05e9efaa] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.page .block_5 .box_12 .text_6[data-v-05e9efaa] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.page .block_5 .box_12 .label_1[data-v-05e9efaa] {
  width: 1.875rem;
  height: 1.875rem;
}
.page .block_5 .line_1[data-v-05e9efaa] {
  margin: 5px 0 0 0;
  width: 23.4375rem;
  height: 0px;
  border: 1px solid rgba(153, 153, 153, 0.3);
}
.page .block_5 .folder_list_choose_template[data-v-05e9efaa] {
  margin: 0.75rem 1rem 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 1.875rem;
}
.page .block_5 .folder_list_choose_template .folder_item[data-v-05e9efaa] {
  font-weight: 400;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.875rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin: 0 1.875rem 0 0;
}
.page .block_5 .folder_list_choose_template .folder_item_active[data-v-05e9efaa] {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 0.875rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin: 0 1.875rem 0 0;
}
.page .block_5 .folder_list_choose_template[data-v-05e9efaa]::-webkit-scrollbar {
  height: 6px;
}
.page .block_5 .material_list[data-v-05e9efaa] {
  height: 65%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.page .block_5 .material_list .material_item[data-v-05e9efaa] {
  margin: 0 5px 10px 0;
  width: 7.1875rem;
  height: 8.4375rem;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.page .block_5 .material_list .material_item .material_item_active_border[data-v-05e9efaa] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .block_5 .material_list .material_item .material_item_active_right_background[data-v-05e9efaa] {
  position: absolute;
  top: 1px;
  right: 3px;
  width: 3.125rem;
  height: 1.125rem;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 0 4px 0 4px;
}
.page .block_5 .material_list .material_item .material_item_active_right_background .material_item_active_text[data-v-05e9efaa] {
  width: auto;
  height: 1.125rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}
.page .block_5 .material_list .material_item .material_item_img[data-v-05e9efaa] {
  margin: 2px 0 0 3px;
  width: 6.8125rem;
  height: 8.125rem;
  border-radius: 4px 4px 4px 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page .block_5 .material_list .material_item .material_item_mask[data-v-05e9efaa] {
  margin: 2px 0 0 3px;
  width: 6.8125rem;
  height: 8.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2230;
  border-radius: 4px 4px 4px 4px;
}
.page .block_5 .material_list[data-v-05e9efaa]::-webkit-scrollbar {
  display: none;
}
.page .block_5 .all_select_material[data-v-05e9efaa] {
  overflow-x: auto;
  overflow-y: hidden;
}
.page .block_5 .all_select_material .select_material[data-v-05e9efaa] {
  height: auto;
  background: #222224;
}
.page .block_5 .all_select_material .select_material .select_material_list[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0.75rem 0 0 0.9375rem;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item[data-v-05e9efaa] {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.75rem 0 0;
  position: relative;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item .select_material_item_delete[data-v-05e9efaa] {
  position: absolute;
  top: 0;
  right: 0;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item .select_material_item_delete .select_material_item_right_delete[data-v-05e9efaa] {
  width: 1.0625rem;
  height: 1.0625rem;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item .select_material_item_delete .select_material_item_right_delete .select_material_item_right_delete_icon[data-v-05e9efaa] {
  width: 7px;
  height: 0;
  border: 1px solid #666666;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item_img[data-v-05e9efaa] {
  width: 3.6875rem;
  height: 3.6875rem;
  border-radius: 8px 8px 8px 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item_name[data-v-05e9efaa] {
  width: 3.6875rem;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page .block_5 .all_select_material .select_material .select_material_list .select_material_item_angle[data-v-05e9efaa] {
  width: 3.6875rem;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page .block_5 .all_select_material .default_select_material_list[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0.9375rem 0 0 0;
}
.page .block_5 .all_select_material .default_select_material_list .default_select_material_item[data-v-05e9efaa] {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.75rem 0 0;
  position: relative;
}
.page .block_5 .all_select_material .default_select_material_list .default_select_material_item_text[data-v-05e9efaa] {
  width: 3.6875rem;
  height: 3.6875rem;
  background: #313133;
  border-radius: 8px 8px 8px 8px;
}
.page .block_5 .all_select_material .default_select_material_list .default_select_material_item_name[data-v-05e9efaa] {
  width: 3.6875rem;
  height: 1.625rem;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.8125rem;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.page .block_5 .all_select_material[data-v-05e9efaa]::-webkit-scrollbar {
  display: none;
}
.page .block_5 .block_5_bottom .block_5_contain[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5px 0 5px;
}
.page .block_5 .block_5_bottom .block_5_contain .bottom_title_5[data-v-05e9efaa] {
  margin: 0 3.125rem 0 0;
  width: 12.5rem;
  height: 0.875rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.page .block_5 .block_5_bottom .block_5_contain .bottom_next_step[data-v-05e9efaa] {
  height: 2.25rem;
  width: 5.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%), #D8D8D8;
  border-radius: 8px 8px 8px 8px;
}
.page .block_5 .block_5_bottom .block_5_contain .bottom_next_step .bottom_next_step_text[data-v-05e9efaa] {
  width: auto;
  height: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}
.subscribe_pop[data-v-05e9efaa] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.subscribe_pop .flex-row[data-v-05e9efaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe_pop .justify-between[data-v-05e9efaa] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .appearance_main[data-v-05e9efaa] {
  position: relative;
  background: url(https://oss.yf-gz.cn/file/1721815791838_2fc2050ea9150f9f577325292987066c.png) no-repeat;
  background-size: contain;
  height: 41.9375rem;
}
.subscribe_pop .appearance_main .app_name[data-v-05e9efaa] {
  position: absolute;
  top: 1.875rem;
  left: 3.0625rem;
  font-family: 'Betta02';
  font-weight: 400;
  font-size: 1.5625rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}
.subscribe_pop .appearance_main .close_img[data-v-05e9efaa] {
  position: absolute;
  top: -3.5625rem;
  right: 8px;
  width: 2.9375rem;
  height: 2.9375rem;
  cursor: pointer;
}
.subscribe_pop .appearance_main .section_6[data-v-05e9efaa] {
  height: 41.9375rem;
}
.subscribe_pop .appearance_main .group_22[data-v-05e9efaa] {
  width: 30.75rem;
  height: 33.25rem;
  margin: 1.875rem 0 0 3.0625rem;
}
.subscribe_pop .appearance_main .text-wrapper_23[data-v-05e9efaa] {
  width: 8.25rem;
  height: 1.75rem;
  margin-top: 7.8125rem;
}
.subscribe_pop .appearance_main .text_16[data-v-05e9efaa] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_17[data-v-05e9efaa] {
  width: 1.375rem;
  height: 1.75rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_24[data-v-05e9efaa] {
  width: 9.625rem;
  height: 1.6875rem;
  margin-top: 1.75rem;
}
.subscribe_pop .appearance_main .text_18[data-v-05e9efaa] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_19[data-v-05e9efaa] {
  width: 2.75rem;
  height: 1.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_25[data-v-05e9efaa] {
  width: 10rem;
  height: 1.75rem;
  margin-top: 1.75rem;
}
.subscribe_pop .appearance_main .text_20[data-v-05e9efaa] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_21[data-v-05e9efaa] {
  width: 3.125rem;
  height: 1.75rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_26[data-v-05e9efaa] {
  width: 11rem;
  height: 1.6875rem;
  margin-top: 1.5rem;
}
.subscribe_pop .appearance_main .text_22[data-v-05e9efaa] {
  width: 2.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text_23[data-v-05e9efaa] {
  width: 4.125rem;
  height: 1.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .appearance_main .text-wrapper_27[data-v-05e9efaa] {
  width: 30.75rem;
  height: 5.5rem;
  margin-top: 1rem;
}
.subscribe_pop .appearance_main .text_24[data-v-05e9efaa] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 4px;
}
.subscribe_pop .appearance_main .text_25[data-v-05e9efaa] {
  width: 23.875rem;
  height: 5rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.75rem;
  overflow-y: auto;
}
.subscribe_pop .appearance_main .box_1[data-v-05e9efaa] {
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  width: 30.6875rem;
  height: 11rem;
  margin: 2.5rem 0 0 1px;
  overflow-y: auto;
  padding: 1rem;
}
.subscribe_pop .appearance_main .box_1[data-v-05e9efaa]::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.subscribe_pop .appearance_main .text-wrapper_9[data-v-05e9efaa] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 2.75rem;
  position: absolute;
  left: 1rem;
  top: 1.25rem;
}
.subscribe_pop .appearance_main .text_27[data-v-05e9efaa] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1px 0 0 8px;
}
.subscribe_pop .appearance_main .text_26[data-v-05e9efaa] {
  width: 28.6875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1.125rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.875rem;
}
.subscribe_pop .appearance_main .image_9[data-v-05e9efaa] {
  width: 16.1875rem;
  height: 28.875rem;
  margin: 3rem 3.375rem 0 3rem;
  border-radius: 8px;
}
.subscribe_pop .appearance_main .start_btn[data-v-05e9efaa] {
  position: absolute;
  bottom: 1.5rem;
  left: 0px;
  width: 100%;
}
.subscribe_pop .appearance_main .start_btn2[data-v-05e9efaa] {
  width: 49%;
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.page2[data-v-05e9efaa] {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 3;
}
.page2 .block_5[data-v-05e9efaa] {
  background: #ffffff;
  width: 50vw;
  position: fixed;
  bottom: 7vh;
  left: 25vw;
  height: 86vh;
  border-radius: 10px;
}
.page2 .block_5 .box_12[data-v-05e9efaa] {
  display: none;
}
.page2 .block_5 .line_1[data-v-05e9efaa] {
  display: none;
}
.page2 .block_5 .el-icon-close[data-v-05e9efaa] {
  font-size: 1.875rem;
  color: #666666;
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  cursor: pointer;
}
.page2 .block_5 .web_title[data-v-05e9efaa] {
  font-weight: bold;
  font-size: 1.25rem;
  color: #3D3D3D;
  margin-top: 1.875rem;
}
.page2 .block_5 .folder_list_choose_template[data-v-05e9efaa] {
  margin: 1.25rem 1.875rem;
}
.page2 .block_5 .folder_list_choose_template .folder_item[data-v-05e9efaa] {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.page2 .block_5 .folder_list_choose_template .folder_item_active[data-v-05e9efaa] {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: bold;
}
.page2 .block_5 .material_list[data-v-05e9efaa] {
  margin: 0 0 0 1.6875rem;
}
.page2 .block_5 .material_list .material_item[data-v-05e9efaa] {
  margin: 0 0.75rem 0.75rem 0;
  width: 10rem;
  height: 13.75rem;
}
.page2 .block_5 .material_list .material_item .material_item_img[data-v-05e9efaa] {
  width: 9.625rem;
  height: 13.4375rem;
  cursor: pointer;
}
.page2 .block_5 .material_list .material_item .material_item_mask[data-v-05e9efaa] {
  width: 9.625rem;
  height: 13.4375rem;
}
.page2 .block_5 .block_5_bottom[data-v-05e9efaa] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page2 .block_5 .block_5_bottom .block_5_contain[data-v-05e9efaa] {
  margin: 0 2.5rem;
}
.page2 .block_5 .block_5_bottom .block_5_contain .bottom_title_5[data-v-05e9efaa] {
  color: #333333;
  font-size: 0.875rem;
  width: unset;
}
.page2 .block_5 .block_5_bottom .block_5_contain .bottom_next_step[data-v-05e9efaa] {
  background: #F2F2F2;
  border-radius: 8px 8px 8px 8px;
}
.page2 .block_5 .block_5_bottom .block_5_contain .bottom_next_step .bottom_next_step_text[data-v-05e9efaa] {
  width: auto;
  height: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
}
.page2 .block_5 .all_select_material .select_material[data-v-05e9efaa] {
  background: #ffffff;
}
.page2 .block_5 .all_select_material .select_material .select_material_list[data-v-05e9efaa] {
  margin: 1.25rem 0 0 1.875rem;
}
.page2 .block_5 .all_select_material .select_material .select_material_list .select_material_item_img[data-v-05e9efaa] {
  width: 5rem;
  height: 5rem;
  background: #F2F2F2;
  color: #999999;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page2 .block_5 .all_select_material .select_material .select_material_list .select_material_item_name[data-v-05e9efaa] {
  color: #333333;
  width: 5rem;
  font-size: 0.875rem;
  margin-top: 6px;
}
.page2 .block_5 .all_select_material .select_material .select_material_list .select_material_item_right_delete[data-v-05e9efaa] {
  width: 1.25rem !important;
  height: 1.25rem !important;
  top: -7px !important;
  right: -7px !important;
  background: rgba(0, 0, 0, 0.6) !important;
  cursor: pointer;
}
.page2 .block_5 .all_select_material .select_material .select_material_list .select_material_item_right_delete .select_material_item_right_delete_icon[data-v-05e9efaa] {
  width: 10px !important;
  border: 1px solid #FFFFFF !important;
}

.mobile_select_bg[data-v-692c435b] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-692c435b] {
  background-color: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  z-index: 1005;
  height: calc(100vh - 1.875rem);
}
.box_3 .group_24[data-v-692c435b] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-692c435b] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-692c435b] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-692c435b] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-692c435b] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-692c435b] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-692c435b] {
  width: 21.4375rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 1rem;
}
.box_3 .text-wrapper_12[data-v-692c435b] {
  width: 22.4375rem;
  height: 2.125rem;
  margin: 0px 0 0 1rem;
  overflow: auto hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_3 .text-wrapper_12 .text_6[data-v-692c435b] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-692c435b] {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-692c435b] {
  color: #FFFFFF;
  font-weight: bold;
}
.box_3 .text-wrapper_12[data-v-692c435b]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_6[data-v-692c435b] {
  position: absolute;
  left: 20.6875rem;
  top: 0.875rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .bg_list_contain[data-v-692c435b] {
  overflow-y: auto;
  overflow-x: hidden;
}
.box_3 .bg_list_contain .bg_list[data-v-692c435b] {
  width: 100vw;
  padding-top: 4px;
  margin-top: 4px;
  padding-left: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .bg_list_contain .bg_list .bg_item[data-v-692c435b] {
  border-radius: 4px 4px 4px 4px;
  margin: 0 8px 10px 0;
  width: 7rem;
  position: relative;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_img[data-v-692c435b] {
  width: 100%;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 4px 4px;
  display: block;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_border[data-v-692c435b] {
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 6px 6px 6px 6px;
}
.box_3 .bg_list_contain .bg_list .bg_item .bg_selected[data-v-692c435b] {
  width: 2.0625rem;
  height: 1.125rem;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 0px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  position: absolute;
  right: 0px;
  top: 0;
}
.box_3 .bg_list_contain .bg_list .bg_item .tea_name[data-v-692c435b] {
  color: #FFFFFF;
  font-size: 0.8125rem;
  width: 7rem;
  margin-top: 4px;
}
.box_3 .bg_list_contain[data-v-692c435b]::-webkit-scrollbar {
  display: none;
}
.box_3 .block_5_contain[data-v-692c435b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px 0 10px;
  padding: 0.9375rem 0 0.9375rem 0;
}
.box_3 .block_5_contain .bottom_title_5[data-v-692c435b] {
  margin: 0 3.125rem 0 0;
  width: 12.5rem;
  height: 0.875rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.box_3 .block_5_contain .bottom_next_step[data-v-692c435b] {
  height: 2.25rem;
  width: 5.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%), #D8D8D8;
  border-radius: 8px 8px 8px 8px;
}
.box_3 .block_5_contain .bottom_next_step .bottom_next_step_text[data-v-692c435b] {
  width: auto;
  height: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}
.subscribe_pop2[data-v-692c435b] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1004;
}
.text-wrapper_2[data-v-692c435b] {
  background-color: #313133;
  border-radius: 1.125rem;
  height: 2.25rem;
  width: 21.9375rem;
  margin: 9px 0 0 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  border: none;
  margin-bottom: 8px;
  overflow: hidden;
}
[data-v-692c435b] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
[data-v-692c435b] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
[data-v-692c435b] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
[data-v-692c435b] .hover-input .el-input__inner {
  border: none;
  background: #313133;
  color: #ffffff;
  font-size: 0.875rem;
}
[data-v-692c435b] .hover-input .el-input__inner:hover {
  background: #313133;
}
[data-v-692c435b] .hover-input .el-input__inner:focus {
  background: #313133;
}
[data-v-692c435b] .hover-input .el-input__suffix {
  display: none;
}
[data-v-692c435b] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
.pc_select_bg[data-v-692c435b] {
  background: transparent;
  position: relative;
  width: unset;
  height: unset;
  overflow: hidden;
}
.pc_select_bg .box_3[data-v-692c435b] {
  background: #ffffff;
  width: 38vw;
  position: fixed;
  bottom: 13vh;
  left: 31vw;
  height: 74vh;
  border-radius: 10px;
  padding: 1.875rem;
}
.pc_select_bg .box_3 .group_24[data-v-692c435b] {
  width: 100%;
  margin: 0 0 1.875rem 0;
  height: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pc_select_bg .box_3 .group_24 .text_5[data-v-692c435b] {
  font-weight: bold;
  font-size: 1.25rem;
  color: #3D3D3D;
}
.pc_select_bg .box_3 .group_14[data-v-692c435b] {
  display: none;
}
.pc_select_bg .box_3 .box_6[data-v-692c435b] {
  display: none;
}
.pc_select_bg .box_3 .el-icon-close[data-v-692c435b] {
  font-size: 1.875rem;
  color: #666666;
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  cursor: pointer;
}
.pc_select_bg .box_3 .text-wrapper_2[data-v-692c435b] {
  width: 100%;
  overflow: visible;
  height: 2.375rem;
  border-radius: 1.25rem;
  background: #ffffff;
  margin: 0 0 1rem 0;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-input__inner {
  background: #ffffff;
  border-radius: 1.25rem;
  opacity: 1;
  border: 1px solid transparent !important;
  background: #F2F3F7;
  color: #333333;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-input__inner:hover {
  background: #F2F3F7;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-input__inner:focus {
  background: #F2F3F7;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-input__suffix {
  display: none;
}
.pc_select_bg .box_3[data-v-692c435b] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
.pc_select_bg .box_3 .text-wrapper_12[data-v-692c435b] {
  margin: 0;
  width: 100%;
  height: unset;
  overflow-x: auto;
}
.pc_select_bg .box_3 .text-wrapper_12 .text_7[data-v-692c435b] {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.5rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.pc_select_bg .box_3 .text-wrapper_12 .selected_bg_tab[data-v-692c435b] {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
}
.pc_select_bg .box_3 .text-wrapper_12[data-v-692c435b]::-webkit-scrollbar {
  display: block;
  height: 4px;
}
.pc_select_bg .box_3 .bg_list_contain[data-v-692c435b] {
  padding-left: 2px;
}
.pc_select_bg .box_3 .bg_list_contain .bg_list[data-v-692c435b] {
  width: 100%;
  padding-left: 0;
  margin-top: 1.25rem;
  margin-right: -1rem;
}
.pc_select_bg .box_3 .bg_list_contain .bg_item[data-v-692c435b] {
  margin: 0 1rem 1rem 0;
  cursor: pointer;
}
.pc_select_bg .box_3 .bg_list_contain .bg_item .bg_img[data-v-692c435b] {
  border: 1px solid #ebebeb;
}
.pc_select_bg .box_3 .bg_list_contain .bg_item .tea_name[data-v-692c435b] {
  color: #333333;
  text-align: center;
  font-size: 0.875rem;
}
.pc_select_bg .box_3 .bg_list_contain .bg_item .bg_border[data-v-692c435b] {
  width: 7.25rem;
  height: 7.25rem;
  top: -2px;
  left: -2px;
}
.pc_select_bg .box_3 .block_5_contain[data-v-692c435b] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc_select_bg .box_3 .block_5_contain .bottom_title_5[data-v-692c435b] {
  color: #333333;
  font-size: 0.875rem;
}

.titleBack[data-v-2eabd1bc] {
  width: 100%;
  height: 3.1875rem;
  position: relative;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.titleBack .back_block[data-v-2eabd1bc] {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.titleBack .back[data-v-2eabd1bc] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.main2[data-v-2eabd1bc] {
  padding: 10px 2.5625rem 3.5rem 2.5625rem;
}
.main2 .item_name[data-v-2eabd1bc] {
  width: 5rem;
  font-size: 1rem;
  color: #3D3D3D;
  margin-right: 0.8125rem;
}
.main2 .main3[data-v-2eabd1bc] {
  margin: 1.625rem 1.25rem 4.75rem 1.25rem;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 2px;
  background: #FFFFFF;
}
.line[data-v-2eabd1bc] {
  width: 100%;
  height: 0;
  border-top: 1px solid #D8D8D8;
}

.canvas_img[data-v-7b0fe302] {
  background: transparent;
}
.canvas_img2[data-v-7b0fe302] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.titleBack[data-v-7b0fe302] {
  width: 100%;
  height: 3.1875rem;
  position: relative;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.titleBack .back_block[data-v-7b0fe302] {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
}
.titleBack .back[data-v-7b0fe302] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.text-wrapper_1[data-v-7b0fe302] {
  height: 17.1875rem;
  width: 29.9375rem;
  position: relative;
}
.text-wrapper_1 .paragraph_1[data-v-7b0fe302] {
  width: 23.25rem;
  height: 14.125rem;
  -webkit-text-stroke: 5px #111111;
  overflow-wrap: break-word;
  color: #eed006;
  font-size: 5.8125rem;
  font-family: 'SourceHanSans';
  font-weight: bold;
  text-align: center;
  line-height: 7.0625rem;
  white-space: pre-wrap;
  z-index: 2;
  position: relative;
}
.text-wrapper_1 .paragraph_1_2[data-v-7b0fe302] {
  width: 25.875rem;
  height: 8.3125rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: 3.1875rem;
  color: #EED006;
  line-height: 4.125rem;
  text-stroke: 4px #111111;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 4px #111111;
  z-index: 2;
  position: relative;
}
.img_2[data-v-7b0fe302] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.text-wrapper_2[data-v-7b0fe302] {
  height: 5.25rem;
  width: 12.625rem;
  position: relative;
}
.text-wrapper_2 .paragraph_2[data-v-7b0fe302] {
  margin: 1.6875rem 3px 8px 3px;
  width: 12.25rem;
  height: 3.0625rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.4375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px #000000;
  vertical-align: center;
  z-index: 2;
  position: relative;
}
.text-wrapper_3[data-v-7b0fe302] {
  width: 20.875rem;
  height: 9.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_3 .img_3[data-v-7b0fe302] {
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 0.8125rem 0.8125rem 0.8125rem 0.8125rem;
  margin: 7px 7px 8px 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-wrapper_3 .text-wrapper_3_2[data-v-7b0fe302] {
  z-index: 2;
  position: relative;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_1[data-v-7b0fe302] {
  width: 10.5rem;
  min-height: 2.375rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 1.5rem;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_2[data-v-7b0fe302] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #3D3D3D;
  line-height: 0.75rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}
.text-wrapper_3 .text-wrapper_3_2 .text_3_3[data-v-7b0fe302] {
  width: 10.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3D3D3D;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}
.text-wrapper_4[data-v-7b0fe302] {
  width: 21.6875rem;
  height: 8.75rem;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_4 .img_4[data-v-7b0fe302] {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 0.8125rem;
  overflow: hidden;
  margin: 2px 9px 7px 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-wrapper_4 .text_4[data-v-7b0fe302] {
  width: 11.625rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #111111;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 7px;
  line-height: 1.875rem;
  z-index: 2;
  position: relative;
}
.text-wrapper_5[data-v-7b0fe302] {
  width: 21.6875rem;
  height: 10.5rem;
  position: relative;
  font-family: 'SourceHanSans';
}
.text-wrapper_5 .img_5[data-v-7b0fe302] {
  width: 9.125rem;
  height: 9.75rem;
  border-radius: 0.8125rem 0.8125rem 0.8125rem 0.8125rem;
  margin: 2px 0.8125rem 9px 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.text-wrapper_5 .text_5[data-v-7b0fe302] {
  width: 10.375rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #111111;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 11px;
  line-height: 1.875rem;
  z-index: 2;
  position: relative;
  max-height: 9.5rem;
}
.text-wrapper_6[data-v-7b0fe302] {
  width: 20.5rem;
  height: 9.5rem;
  position: relative;
  font-family: 'SourceHanSans';
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.text-wrapper_6 .img_6[data-v-7b0fe302] {
  width: 6.8125rem;
  height: 7rem;
  border-radius: 0px 0px 0px 0px;
  margin: 0px 5px 0px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.text-wrapper_6 .text_6[data-v-7b0fe302] {
  width: 11.75rem;
  font-family: 'Alimama DongFangDaKai';
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 2.0625rem;
  z-index: 2;
  position: relative;
}
.main2[data-v-7b0fe302] {
  padding: 10px 2.0625rem 4.0625rem 2.0625rem;
}
.right_main[data-v-7b0fe302] {
  width: 100%;
  padding: 0px 3.125rem 3.125rem 3.125rem;
  background: #ffffff;
}
.tip_block .tip_img[data-v-7b0fe302] {
  width: 13.625rem;
  height: 24.25rem;
}
.tip_block .tip_text[data-v-7b0fe302] {
  width: 100%;
  height: 2rem;
  color: #3D3D3D;
  font-size: 1rem;
  margin-top: 4px;
}
.item_name[data-v-7b0fe302] {
  width: 5rem;
  font-size: 1rem;
  color: #3D3D3D;
  margin-right: 0.8125rem;
}
.every_tea[data-v-7b0fe302] {
  width: calc(100% + 2.5rem);
  height: 2.6875rem;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  padding-left: 1.125rem;
  margin: 8px -1.25rem 0 -1.25rem;
}
.component_main[data-v-7b0fe302] {
  padding: 0.8125rem 1.125rem 1.4375rem 0.875rem;
  max-width: 77.625rem;
}
.component_main .attribute_list[data-v-7b0fe302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.component_main .m_card_2[data-v-7b0fe302] {
  width: 24rem;
  height: 12.4375rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 2px;
  padding: 1.0625rem 0.8125rem 10px 10px;
  margin: 1.125rem 1.125rem 0 0;
}
.component_main .m_card_2 .item_title2[data-v-7b0fe302] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.component_main .m_card_2 .image-slot[data-v-7b0fe302] {
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  color: #c0c4cc;
  background: #f5f7fa;
}
.component_main .m_card_2 .mt_11[data-v-7b0fe302] {
  margin-top: 11px;
}
.component_main .m_card_2 .item_input[data-v-7b0fe302] {
  width: 17.625rem;
  height: 4.75rem;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #DDDDDD;
}
.subscribe_pop[data-v-7b0fe302] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-7b0fe302] {
  position: relative;
  border-radius: 0.75rem;
}
.video_contain .video-play-close[data-v-7b0fe302] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: -2.5rem;
  right: 0px;
  position: absolute;
  z-index: 203;
}

.section_2[data-v-f2c19d16] {
  position: relative;
  width: 23.4375rem;
  height: 45.375rem;
  margin-bottom: 1px;
}
.section_2 .image_3[data-v-f2c19d16] {
  margin: 1rem 0 0 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_2 .image_3[data-v-f2c19d16]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.section_2 .image_3[data-v-f2c19d16]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.section_2 .image_3[data-v-f2c19d16]::-webkit-media-controls-volume-slider {
  display: none;
}
.section_2 .text-wrapper_1[data-v-f2c19d16] {
  margin: 1.25rem 0 0 0.875rem;
}
.section_2 .text-wrapper_1 .text_5[data-v-f2c19d16] {
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-right: 1rem;
}
.section_2 .text-wrapper_1 .text_4[data-v-f2c19d16] {
  color: #3d3d3d;
  font-weight: bold;
}
.section_2 .section_3[data-v-f2c19d16] {
  width: 22.5625rem;
  padding-bottom: 4px;
  margin: 0.75rem 0 0 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 9.1875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_2 .section_3 .group_6[data-v-f2c19d16] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  width: 4.8125rem;
  height: 8.6875rem;
  margin-right: 9px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_2 .section_3 .group_6 .image-text_1[data-v-f2c19d16] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.section_2 .section_3 .group_6 .image-text_1 .group_7[data-v-f2c19d16] {
  font-size: 1.25rem;
  font-weight: bold;
}
.section_2 .section_3 .group_6 .image-text_1 .text-group_1[data-v-f2c19d16] {
  width: 2.625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 9px;
}
.section_2 .section_3 .group_6_selected[data-v-f2c19d16] {
  border: 1px solid #0A89FF;
}
.section_2 .section_3 .image_4[data-v-f2c19d16] {
  width: 4.8125rem;
  height: 8.6875rem;
  margin-left: 9px;
}
.section_2 .section_3 .image_5[data-v-f2c19d16] {
  width: 4.8125rem;
  height: 8.6875rem;
  margin-left: 9px;
}
.section_2 .section_3 .image_6[data-v-f2c19d16] {
  width: 4.8125rem;
  height: 8.6875rem;
  margin-left: 9px;
}
.section_2 .section_3 .image_7[data-v-f2c19d16] {
  width: 4.8125rem;
  height: 8.6875rem;
  margin-left: 9px;
}
.section_2 .section_3[data-v-f2c19d16]::-webkit-scrollbar {
  height: 4px;
}
.section_2 .section_4[data-v-f2c19d16] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  width: 23.4375rem;
  margin: 0.75rem 0 1px 0;
}
.section_2 .section_4 .text-wrapper_2[data-v-f2c19d16] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.section_2 .section_4 .text-wrapper_2 .text_6[data-v-f2c19d16] {
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.section_2 .text-wrapper_3[data-v-f2c19d16] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 49.125rem;
}
.section_2 .text-wrapper_3 .text_7[data-v-f2c19d16] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}
.top2[data-v-f2c19d16] {
  height: 2.75rem;
  padding: 0px 1rem 0 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
}
.top2 .back_icon[data-v-f2c19d16] {
  color: #3D3D3D;
  padding: 6px;
}

.mission_main[data-v-2d94e9f0] {
  height: calc(100vh - 4.625rem);
  background: #f5fbff;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-2d94e9f0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-2d94e9f0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-2d94e9f0] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-2d94e9f0] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-2d94e9f0] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-2d94e9f0] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-2d94e9f0] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-2d94e9f0] {
  margin-right: 1.875rem;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-2d94e9f0] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-2d94e9f0] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-2d94e9f0] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-2d94e9f0] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-2d94e9f0] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-2d94e9f0] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-2d94e9f0] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-2d94e9f0] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-2d94e9f0] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-2d94e9f0] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-2d94e9f0] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-2d94e9f0] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-2d94e9f0] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-2d94e9f0] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-2d94e9f0] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-2d94e9f0] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-2d94e9f0] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-2d94e9f0] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-2d94e9f0] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-2d94e9f0] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-2d94e9f0] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-2d94e9f0]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-2d94e9f0] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
  position: relative;
}
.left_block .material_block .bg_block .bg_list .font_item .thumbnail_9[data-v-2d94e9f0] {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 4px 0px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #ffffff;
  font-size: 10px;
}
.left_block .material_block .bg_block .bg_list .font_item img[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.left_block .material_block .bg_block .scene_item[data-v-2d94e9f0] {
  height: 7.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.375rem 0.375rem 0.375rem 0;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
  margin-bottom: 8px;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-2d94e9f0] {
  width: 2rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #aaabb3;
  text-align: center;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-2d94e9f0] {
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f2f3f7;
  position: relative;
  overflow: hidden;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left_block .material_block .bg_block .scene_item .scene_item_img .scene_op[data-v-2d94e9f0] {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  right: 0.75rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_img .scene_op .scene_op2[data-v-2d94e9f0] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
}
.left_block .material_block .bg_block .scene_item_current[data-v-2d94e9f0] {
  background: #DCEEFF;
}
.left_block .material_block .bg_block[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.video_block[data-v-2d94e9f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-2d94e9f0] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-2d94e9f0] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-2d94e9f0] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-2d94e9f0] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-2d94e9f0] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-2d94e9f0] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-2d94e9f0] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-2d94e9f0] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-2d94e9f0] {
    margin-top: -1.375rem;
}
}
.video_block .voice_time[data-v-2d94e9f0] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
  width: 11.875rem;
}
.video_block .track_main[data-v-2d94e9f0] {
  padding: 0 1.25rem 1.25rem 1.25rem;
  min-height: 6rem;
}
.video_block .track_main .track_left[data-v-2d94e9f0] {
  position: relative;
  height: auto;
  margin-right: 2px;
}
.video_block .track_main .current_line[data-v-2d94e9f0] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-2d94e9f0] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-2d94e9f0]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-2d94e9f0] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-2d94e9f0] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-2d94e9f0] {
  width: 3.375rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block .track_main .track_item .item-sort[data-v-2d94e9f0] {
  border-radius: 6px 0;
  background: rgba(0, 0, 0, 0.5);
  width: 1.75rem;
  height: 1rem;
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.video_block .track_main .track_item_selected[data-v-2d94e9f0] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-2d94e9f0] {
  background: #0A89FF;
}
.video_block .track_main .scene_add[data-v-2d94e9f0] {
  border-radius: 0.75rem;
  background: #f2f3f7;
  width: 3.75rem;
  height: 6.25rem;
  cursor: pointer;
  font-size: 2rem;
  color: #747684;
  margin-left: 2px;
}
.video_block .track_main .select_bd[data-v-2d94e9f0] {
  height: 6.125rem;
  width: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border: 2px solid #5991ff;
  border-radius: 8px 8px 8px 8px;
}
.video_block .u-play[data-v-2d94e9f0] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-2d94e9f0] {
  stroke: #fff;
}
.video_block .preview_view[data-v-2d94e9f0] {
  position: absolute;
  z-index: 1003;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_block .box_61[data-v-2d94e9f0] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .subtitles_button[data-v-2d94e9f0] {
  width: 3.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1.25rem 0 6rem;
}
.video_block .subtitles_switch[data-v-2d94e9f0] {
  width: 1.8125rem;
  border-radius: 3.125rem;
}
.video_block .text-wrapper_9[data-v-2d94e9f0] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-2d94e9f0] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-2d94e9f0] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-2d94e9f0] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-2d94e9f0] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-2d94e9f0] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-2d94e9f0] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-2d94e9f0] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-2d94e9f0] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-2d94e9f0] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-2d94e9f0] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-2d94e9f0] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-2d94e9f0] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-2d94e9f0] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-2d94e9f0] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-2d94e9f0] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-2d94e9f0] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-2d94e9f0] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-2d94e9f0] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-2d94e9f0] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-2d94e9f0] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-2d94e9f0] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-2d94e9f0] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-2d94e9f0] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-2d94e9f0] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-2d94e9f0] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-2d94e9f0] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-2d94e9f0] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-2d94e9f0] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-2d94e9f0] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-2d94e9f0] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-2d94e9f0] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-2d94e9f0] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-2d94e9f0] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-2d94e9f0] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-2d94e9f0] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock .voice_block_main[data-v-2d94e9f0] {
  background: #f7f9fc;
  padding: 10px 10px 0.75rem 10px;
  margin-top: 10px;
}
.right_bock .voice_block .voice_list[data-v-2d94e9f0] {
  margin-left: 8px;
  height: 11.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
  overflow-y: auto;
}
.right_bock .voice_block .voice_list .voice_item[data-v-2d94e9f0] {
  margin: 0 1.5rem 10px 0;
  max-width: 4rem;
  text-align: center;
  cursor: pointer;
}
.right_bock .voice_block .voice_list .voice_item[data-v-2d94e9f0]:nth-child(3n) {
  margin-right: 0;
}
.right_bock .voice_block .voice_list .voice_img_item[data-v-2d94e9f0] {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  border-radius: 50%;
}
.right_bock .voice_block .voice_list .voice_item_selected[data-v-2d94e9f0] {
  border: 3px solid #45a5ff;
}
.right_bock .voice_block .voice_list .voice_img[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.right_bock .voice_block .voice_list .voice_name[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.right_bock .voice_block .voice_list .voice_selected[data-v-2d94e9f0] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 11px;
  z-index: 3;
}
.right_bock .voice_block .voice_list .voice_icon[data-v-2d94e9f0] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.right_bock .voice_block .voice_list .voice_icon .voice_icon_img[data-v-2d94e9f0] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.right_bock .voice_block .voice_list[data-v-2d94e9f0]::-webkit-scrollbar {
  width: 4px;
}
.right_bock .voice_block .voice_btn[data-v-2d94e9f0] {
  margin: 0px 0 1.25rem 0;
}
.right_bock .voice_block .voice_btn .voice_btn1[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.right_bock .voice_block .voice_btn .el-icon-video-play2[data-v-2d94e9f0] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.right_bock .voice_block .voice_btn .voice_btn2[data-v-2d94e9f0] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.right_bock .set_block .set_item[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}
.right_bock .set_block .set_item .set_item_title[data-v-2d94e9f0] {
  margin-right: 10px;
  white-space: nowrap;
}
.right_bock .set_block .set_item .set_item_content[data-v-2d94e9f0] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right_bock .set_block .set_item .set_item_content2[data-v-2d94e9f0] {
  width: 1.875rem;
  height: 1.625rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-2d94e9f0] {
  width: 23.4375rem;
  overflow: auto hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4[data-v-2d94e9f0] {
  width: 2.0625rem;
  height: 2.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.9375rem;
  border-radius: 4px 4px 4px 4px;
  background: #F3F4F6;
  cursor: pointer;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4 .label_42[data-v-2d94e9f0] {
  width: 1.125rem;
  height: 1.125rem;
}
.right_bock .set_block .set_item .image-wrapper_18 .style_item[data-v-2d94e9f0] {
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #F3F4F6;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.9375rem;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
  margin-bottom: 8px;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-2d94e9f0] {
  width: 19.375rem;
  padding-left: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_4 .color_item[data-v-2d94e9f0] {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.1875rem;
  margin-bottom: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.right_bock .set_block .set_item .image-wrapper_4 .image_3[data-v-2d94e9f0] {
  position: absolute;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image_5[data-v-2d94e9f0] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.right_bock .set_block .set_item .mb_0[data-v-2d94e9f0] {
  margin-bottom: 0;
}
.right_bock .set_block .set_item2[data-v-2d94e9f0] {
  margin-top: 1rem;
}
.right_bock .mt-12[data-v-2d94e9f0] {
  margin-top: 0.75rem;
}
.right_bock .style_block .style_list[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.right_bock .style_block .style_list[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_bock .style_block .style_item[data-v-2d94e9f0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.right_bock .style_block .style_item2[data-v-2d94e9f0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  background: #ffffff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #818a9c;
  margin: 0px 10px 0 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.right_bock .style_block .style_item_selected[data-v-2d94e9f0] {
  background: #5991ff;
  color: #ffffff;
}
.right_bock[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-2d94e9f0] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-2d94e9f0] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-2d94e9f0] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-2d94e9f0] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-2d94e9f0] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-2d94e9f0] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-2d94e9f0] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-2d94e9f0] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-2d94e9f0] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-2d94e9f0] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-2d94e9f0] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-2d94e9f0] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-2d94e9f0] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-2d94e9f0] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 13.5625rem;
  margin: 4px 0 0px 0;
  line-height: 1.25rem;
}
[data-v-2d94e9f0] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-textarea__inner:hover {
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-textarea__inner:focus {
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-input__inner:hover {
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-input__inner:focus {
  background: #f7f9fc;
}
[data-v-2d94e9f0] .hover-input .el-input__suffix {
  display: none;
}
[data-v-2d94e9f0] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
[data-v-2d94e9f0] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-2d94e9f0] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-2d94e9f0] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input2 .el-input__inner:hover {
  background: #f7f7f7;
}
[data-v-2d94e9f0] .hover-input2 .el-input__inner:focus {
  background: #f7f7f7;
}
[data-v-2d94e9f0] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-2d94e9f0] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-2d94e9f0] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-2d94e9f0] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-2d94e9f0]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-2d94e9f0] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-2d94e9f0] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-2d94e9f0] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-2d94e9f0] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-2d94e9f0] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-2d94e9f0] {
  color: #88cbf6ff;
}
.text_38[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-2d94e9f0] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-2d94e9f0] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-2d94e9f0] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-2d94e9f0] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-2d94e9f0] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-2d94e9f0] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-2d94e9f0] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-2d94e9f0] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-2d94e9f0] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-2d94e9f0] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-2d94e9f0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-2d94e9f0] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-2d94e9f0] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-2d94e9f0] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-2d94e9f0] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-2d94e9f0] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-2d94e9f0] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-2d94e9f0] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-2d94e9f0] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-2d94e9f0] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-2d94e9f0] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-2d94e9f0] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-2d94e9f0] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-2d94e9f0] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-2d94e9f0] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-2d94e9f0] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-2d94e9f0] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-2d94e9f0] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-2d94e9f0] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-2d94e9f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-2d94e9f0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-2d94e9f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-2d94e9f0] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-2d94e9f0],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-2d94e9f0] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-2d94e9f0] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-2d94e9f0] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-2d94e9f0] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-2d94e9f0] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-2d94e9f0] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-2d94e9f0] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-2d94e9f0] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-2d94e9f0] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-2d94e9f0] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-2d94e9f0] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-2d94e9f0] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-2d94e9f0] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-2d94e9f0] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-2d94e9f0] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top[data-v-2d94e9f0] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-2d94e9f0] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-2d94e9f0] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-2d94e9f0] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-2d94e9f0] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-2d94e9f0] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-2d94e9f0] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-2d94e9f0] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-2d94e9f0] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-2d94e9f0] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-2d94e9f0] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-2d94e9f0] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-2d94e9f0] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-2d94e9f0] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-2d94e9f0] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-2d94e9f0] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-2d94e9f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_placeholder[data-v-2d94e9f0] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 1rem;
  position: absolute;
  top: 3rem;
  left: 10px;
}
.right_text_block .voice_text_main .blue_text[data-v-2d94e9f0] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-2d94e9f0] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-2d94e9f0] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-2d94e9f0] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-2d94e9f0] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-2d94e9f0] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-2d94e9f0]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-2d94e9f0] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}

.select_bottom_line {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
/* 调整句柄位置 */
.vdr-stick {
  z-index: 1000 !important;
}
.vdr.active:before {
  display: none;
}
.vdr.active .composite_item_img {
  outline: 1px dashed #d6d6d6;
}
.el-slider__button-wrapper {
  z-index: 3;
}

.mobile_select_bg[data-v-6a57e584] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 23.4375rem;
  z-index: 1003;
}
.box_3[data-v-6a57e584] {
  position: relative;
}
.box_3 .group_24[data-v-6a57e584] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.1875rem 0 0 0.9375rem;
}
.box_3 .group_24 .box_21[data-v-6a57e584] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.box_3 .group_24 .box_21 .thumbnail_11[data-v-6a57e584] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.box_3 .group_24 .box_21 .group_21[data-v-6a57e584] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.box_3 .group_24 .text_5[data-v-6a57e584] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.box_3 .group_24 .thumbnail_9[data-v-6a57e584] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.box_3 .group_14[data-v-6a57e584] {
  height: 1px;
  border: 1px solid #f2f2f2;
  margin: 1.875rem 0.75rem 0 0px;
}
.box_3 .text-wrapper_12[data-v-6a57e584] {
  margin: 0.75rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .text-wrapper_12 .text_6[data-v-6a57e584] {
  overflow-wrap: break-word;
  font-size: 0.9375rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.box_3 .text-wrapper_12 .text_7[data-v-6a57e584] {
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 6px;
  white-space: nowrap;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 0 10px;
}
.box_3 .text-wrapper_12 .selected_bg_tab[data-v-6a57e584] {
  background: #35394d;
  color: #ffffff;
}
.box_3 .text-wrapper_12[data-v-6a57e584]::-webkit-scrollbar {
  display: none;
}
.box_3 .box_61[data-v-6a57e584] {
  height: 3.75rem;
  width: 100%;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.box_3 .box_6[data-v-6a57e584] {
  position: absolute;
  right: 0.875rem;
  top: 0px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box_3 .box_6 .split_line[data-v-6a57e584] {
  width: 0px;
  height: 8px;
  border-right: 1px solid #DFE0E5;
  margin: 0.75rem;
}
.box_3 .box_6 .operation_text[data-v-6a57e584] {
  line-height: 2.1875rem;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #AAABB2;
  cursor: pointer;
}
.box_3 .box_6 .operation_text2[data-v-6a57e584] {
  color: #679EFB;
  font-weight: 400;
  font-size: 0.9375rem;
}
.box_3 .box_6 .box_6_delete[data-v-6a57e584] {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.0625rem;
  cursor: pointer;
}
.box_3 .box_6 .box_6_delete .box_6_delete_text[data-v-6a57e584] {
  width: 2.375rem;
  height: 1.0625rem;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000000;
  line-height: 1.0625rem;
  font-style: normal;
}
.box_3 .box_6 .box_6_img[data-v-6a57e584] {
  margin-left: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
}
.box_3 .box_6 .op_item[data-v-6a57e584] {
  white-space: nowrap;
  overflow: visible;
  font-size: 0.75rem;
  width: 2.5rem;
  margin-left: 1.25rem;
  line-height: 1rem;
}
.box_3 .box_6 .op_item .op_img2[data-v-6a57e584] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-bottom: 1px;
}
.box_3 .material_container[data-v-6a57e584] {
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 2px;
}
.box_3 .material_container .material_list[data-v-6a57e584] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box_3 .material_container .material_list .upload2 .uploader-default[data-v-6a57e584] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  font-size: 0.75rem;
  cursor: pointer;
}
.box_3 .material_container .material_list .upload2 .uploader-default .el-icon-plus[data-v-6a57e584] {
  font-size: 1.375rem;
  margin: 6px 0 0px 0;
}
.box_3 .material_container .material_list .upload2 .uploader-default2[data-v-6a57e584] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 8px;
  background: #f2f3f7;
  font-size: 0.875rem;
  margin-left: 1rem;
  cursor: pointer;
}
.box_3 .material_container .material_list .upload2 .uploader-default2 .el-icon-plus2[data-v-6a57e584] {
  font-size: 1.375rem;
  margin: 6px 0 0px 0;
}
.box_3 .material_container .material_list .bg_item[data-v-6a57e584] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
  position: relative;
}
.box_3 .material_container .material_list .bg_item .bg_img[data-v-6a57e584] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px 4px 4px 4px;
  z-index: 1;
}
.box_3 .material_container .material_list .bg_item .camera[data-v-6a57e584] {
  position: absolute;
  bottom: 3px;
  left: 5px;
  z-index: 2;
  width: 1.1875rem;
  height: 1.1875rem;
}
.box_3 .material_container .material_list .bg_item .material_time[data-v-6a57e584] {
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 10px;
  color: #666666;
  color: #FFFFFF;
  white-space: nowrap;
  z-index: 2;
  line-height: 0.75rem;
}
.box_3 .material_container .material_list .bg_item .delete_div[data-v-6a57e584] {
  width: 0.875rem;
  height: 0.875rem;
  color: #ffffff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  font-weight: normal;
}
.box_3 .material_container .material_list .bg_item .delete_div .delete_select[data-v-6a57e584] {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(49, 49, 51, 0.2);
  border-radius: 7px 7px 7px 7px;
  border: 1px solid rgba(245, 245, 245, 0.9);
}
.box_3 .material_container .material_list .bg_item .delete_div .delete_select_active[data-v-6a57e584] {
  width: 0.875rem;
  height: 0.875rem;
}
.box_3 .material_container .material_list .bg_item2[data-v-6a57e584] {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 8px;
  margin: 0 0px 0.75rem 1rem;
  position: relative;
  background: #313133;
  background: #f2f3f7;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
}
.box_3 .material_container .material_list .bg_item2 .bg_border[data-v-6a57e584] {
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 8px;
}
.box_3 .material_container[data-v-6a57e584]::-webkit-scrollbar {
  display: none;
}
.subscribe_pop2[data-v-6a57e584] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
[data-v-6a57e584] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-6a57e584] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-6a57e584] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-6a57e584] {
  margin: 0px 1.25rem 0 1.875rem;
}
.pop_block .text_34[data-v-6a57e584] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.pop_block .text-wrapper_11[data-v-6a57e584] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-6a57e584] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-6a57e584] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-6a57e584] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-6a57e584] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-6a57e584] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-6a57e584] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-6a57e584] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-6a57e584] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-6a57e584] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.right_bock[data-v-460a4054] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-460a4054] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-460a4054] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-460a4054] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-460a4054]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-460a4054] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-460a4054] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock .voice_block_main[data-v-460a4054] {
  background: #f7f9fc;
  padding: 10px 10px 0.75rem 10px;
  margin-top: 10px;
}
.right_bock .voice_block .voice_list[data-v-460a4054] {
  margin-left: 8px;
  height: 11.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
  overflow-y: auto;
}
.right_bock .voice_block .voice_list .voice_item[data-v-460a4054] {
  margin: 0 1.5rem 10px 0;
  max-width: 4rem;
  text-align: center;
  cursor: pointer;
}
.right_bock .voice_block .voice_list .voice_item[data-v-460a4054]:nth-child(3n) {
  margin-right: 0;
}
.right_bock .voice_block .voice_list .voice_img_item[data-v-460a4054] {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  border-radius: 50%;
}
.right_bock .voice_block .voice_list .voice_item_selected[data-v-460a4054] {
  border: 3px solid #45a5ff;
}
.right_bock .voice_block .voice_list .voice_img[data-v-460a4054] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.right_bock .voice_block .voice_list .voice_name[data-v-460a4054] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.right_bock .voice_block .voice_list .voice_selected[data-v-460a4054] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 11px;
  z-index: 3;
}
.right_bock .voice_block .voice_list .voice_icon[data-v-460a4054] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.right_bock .voice_block .voice_list .voice_icon .voice_icon_img[data-v-460a4054] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.right_bock .voice_block .voice_list[data-v-460a4054]::-webkit-scrollbar {
  width: 4px;
}
.right_bock .voice_block .voice_btn[data-v-460a4054] {
  margin: 0px 0 1.25rem 0;
}
.right_bock .voice_block .voice_btn .voice_btn1[data-v-460a4054] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.right_bock .voice_block .voice_btn .el-icon-video-play2[data-v-460a4054] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.right_bock .voice_block .voice_btn .voice_btn2[data-v-460a4054] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.right_bock .set_block .set_item[data-v-460a4054] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}
.right_bock .set_block .set_item .set_item_title[data-v-460a4054] {
  margin-right: 10px;
  white-space: nowrap;
}
.right_bock .set_block .set_item .set_item_content[data-v-460a4054] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right_bock .set_block .set_item .set_item_content2[data-v-460a4054] {
  width: 1.875rem;
  height: 1.625rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-460a4054] {
  width: 23.4375rem;
  overflow: auto hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4[data-v-460a4054] {
  width: 2.0625rem;
  height: 2.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.9375rem;
  border-radius: 4px 4px 4px 4px;
  background: #F3F4F6;
  cursor: pointer;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4 .label_42[data-v-460a4054] {
  width: 1.125rem;
  height: 1.125rem;
}
.right_bock .set_block .set_item .image-wrapper_18 .style_item[data-v-460a4054] {
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #F3F4F6;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.9375rem;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
  margin-bottom: 8px;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-460a4054]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-460a4054] {
  width: 19.375rem;
  padding-left: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_4 .color_item[data-v-460a4054] {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.1875rem;
  margin-bottom: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.right_bock .set_block .set_item .image-wrapper_4 .image_3[data-v-460a4054] {
  position: absolute;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-460a4054]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image_5[data-v-460a4054] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.right_bock .set_block .set_item .mb_0[data-v-460a4054] {
  margin-bottom: 0;
}
.right_bock .set_block .set_item2[data-v-460a4054] {
  margin-top: 1rem;
}
.right_bock .mt-12[data-v-460a4054] {
  margin-top: 0.75rem;
}
.right_bock .style_block .style_list[data-v-460a4054] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.right_bock .style_block .style_list[data-v-460a4054]::-webkit-scrollbar {
  display: none;
}
.right_bock .style_block .style_item[data-v-460a4054] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.right_bock .style_block .style_item2[data-v-460a4054] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  background: #ffffff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #818a9c;
  margin: 0px 10px 0 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.right_bock .style_block .style_item_selected[data-v-460a4054] {
  background: #5991ff;
  color: #ffffff;
}
.right_bock[data-v-460a4054]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-460a4054] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
.right_tab[data-v-460a4054] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-460a4054] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
  text-align: center;
}
.right_tab .right_back[data-v-460a4054] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-460a4054] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-460a4054] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.text_13[data-v-460a4054] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 11px 0 0 0px;
}
.group_40[data-v-460a4054] {
  margin: 10px -0.75rem 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group_40 .group_15[data-v-460a4054] {
  background: #dfdfe9;
  border-radius: 1.25rem;
  width: 7.5rem;
  height: 2.5rem;
  margin-right: 1.25rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.group_40 .group_15 .thumbnail_9[data-v-460a4054] {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 4px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 10px;
}
.group_40 .group_15 img[data-v-460a4054] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.group_40 .group_16[data-v-460a4054] {
  border: 2px solid #0084ff;
}
.group_40 .group_17[data-v-460a4054] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_40 .group_17 .text_16[data-v-460a4054] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_40 .group_17 .thumbnail_11[data-v-460a4054] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}
.group_40 .group_18[data-v-460a4054] {
  background-color: #f2f3f7;
  border-radius: 1.25rem;
  width: 4.875rem;
  height: 2.5rem;
  margin-left: 0.8125rem;
}
.group_40 .group_18 .text_17[data-v-460a4054] {
  width: 3.5rem;
  height: 0.9375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: PingFang SC-Heavy;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 0.8125rem 0 0 11px;
}
.group_40 .group_18 .thumbnail_12[data-v-460a4054] {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 4.125rem;
}

.mission_main2[data-v-005e0e01] {
  background: #FAFAFA;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main2[data-v-005e0e01] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.image-wrapper_4_2[data-v-005e0e01] {
  background: #000000;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
}
.image-wrapper_4_2 .image_1[data-v-005e0e01] {
  max-height: calc(100% - 3.875rem);
}
.image-wrapper_4_2 .all_screen_op[data-v-005e0e01] {
  padding: 0.8125rem 0 0.9375rem 0.75rem;
  width: 100%;
  z-index: 2;
}
.image-wrapper_4_2 .all_screen_op .play_icon2[data-v-005e0e01] {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 10px;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-005e0e01] {
  width: 12.1875rem;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-005e0e01] .el-slider__runway {
  background: rgba(255, 255, 255, 0.45);
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-005e0e01] .el-slider__bar {
  background: #FFFFFF;
}
.image-wrapper_4_2 .all_screen_op .play_slider[data-v-005e0e01] .el-slider__button {
  border: 2px solid #FFFFFF;
}
.image-wrapper_4_2 .all_screen_op .play_time22[data-v-005e0e01] {
  font-size: 0.75rem;
  width: 4.0625rem;
  text-align: left;
  margin-right: 10px;
  margin-left: 0.875rem;
  white-space: nowrap;
  color: #ffffff;
}
.image-wrapper_4_2 .all_screen_op .cancel_screen[data-v-005e0e01] {
  width: 2.875rem;
  height: 2.875rem;
}
.image-wrapper_4_2 .all_screen_op .export_btn2[data-v-005e0e01] {
  width: 3.75rem;
  height: 1.875rem;
  background: linear-gradient(149deg, #BEB1FF 0%, #70D5F7 100%), #0084FF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
}
.search_mian[data-v-005e0e01] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-005e0e01] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-005e0e01] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-005e0e01] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-005e0e01] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-005e0e01] {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-005e0e01] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-005e0e01] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-005e0e01] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-005e0e01] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-005e0e01] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-005e0e01] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-005e0e01] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-005e0e01] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-005e0e01] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-005e0e01] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-005e0e01] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-005e0e01] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-005e0e01] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-005e0e01] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-005e0e01] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-005e0e01] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-005e0e01] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-005e0e01] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-005e0e01] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-005e0e01] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-005e0e01]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-005e0e01] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item[data-v-005e0e01] {
  height: 11.375rem;
  background: #DCEEFF;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-005e0e01] {
  width: 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991FF;
  margin: 0 0 0 8px;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-005e0e01] {
  margin-left: -8px;
  padding: 5px 0;
  height: 100%;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block[data-v-005e0e01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-005e0e01] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-005e0e01] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-005e0e01] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-005e0e01] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-005e0e01] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-005e0e01] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-005e0e01] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-005e0e01] {
    margin-top: -1.375rem;
}
}
.video_block .voice_time[data-v-005e0e01] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
  width: 11.875rem;
}
.video_block .track_main[data-v-005e0e01] {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.video_block .track_main .track_left[data-v-005e0e01] {
  position: relative;
  height: auto;
}
.video_block .track_main .current_line[data-v-005e0e01] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-005e0e01] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-005e0e01]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-005e0e01] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-005e0e01] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-005e0e01] {
  width: 3.375rem;
  height: 6rem;
}
.video_block .track_main .track_item_selected[data-v-005e0e01] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-005e0e01] {
  background: #0A89FF;
}
.video_block .u-play[data-v-005e0e01] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-005e0e01] {
  stroke: #fff;
}
.video_block .box_61[data-v-005e0e01] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .text-wrapper_9[data-v-005e0e01] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-005e0e01] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-005e0e01] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-005e0e01] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-005e0e01] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-005e0e01] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-005e0e01] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-005e0e01] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-005e0e01] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-005e0e01] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-005e0e01] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-005e0e01] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-005e0e01] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-005e0e01] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-005e0e01] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-005e0e01] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-005e0e01] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-005e0e01] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-005e0e01] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-005e0e01] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-005e0e01] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-005e0e01] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-005e0e01] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-005e0e01] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-005e0e01] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-005e0e01] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-005e0e01] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-005e0e01] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-005e0e01] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-005e0e01] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-005e0e01] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-005e0e01] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-005e0e01] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-005e0e01] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-005e0e01] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-005e0e01] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-005e0e01] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-005e0e01] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-005e0e01] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-005e0e01] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-005e0e01] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-005e0e01] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-005e0e01] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-005e0e01] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-005e0e01] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-005e0e01] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-005e0e01] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-005e0e01] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-005e0e01] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  width: 8.125rem;
  line-height: 1.75rem;
}
[data-v-005e0e01] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
  white-space: pre-wrap;
}
[data-v-005e0e01] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-005e0e01] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-005e0e01] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #fafafa;
}
[data-v-005e0e01] .hover-input2 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-005e0e01] .hover-input2 .el-input__inner:focus {
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-005e0e01] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-005e0e01] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-005e0e01] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-005e0e01]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-005e0e01] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-005e0e01] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-005e0e01] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-005e0e01] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-005e0e01] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-005e0e01] {
  color: #88cbf6ff;
}
.text_38[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-005e0e01] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-005e0e01] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-005e0e01] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-005e0e01] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-005e0e01] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-005e0e01] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-005e0e01] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-005e0e01] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-005e0e01] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-005e0e01] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-005e0e01] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-005e0e01] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-005e0e01] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-005e0e01] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-005e0e01] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-005e0e01] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-005e0e01] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-005e0e01] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-005e0e01] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-005e0e01] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-005e0e01] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-005e0e01] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.3125rem;
}
.right_tab .right_tab22[data-v-005e0e01] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-005e0e01] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-005e0e01] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-005e0e01] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-005e0e01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-005e0e01] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-005e0e01] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-005e0e01],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-005e0e01] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-005e0e01] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-005e0e01] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-005e0e01] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-005e0e01] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-005e0e01] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-005e0e01] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-005e0e01] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-005e0e01] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-005e0e01] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-005e0e01] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-005e0e01] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-005e0e01] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-005e0e01] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
}
.right_text_block .voice_text_main .voice_text_top[data-v-005e0e01] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-005e0e01] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-005e0e01] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-005e0e01] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-005e0e01] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-005e0e01] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-005e0e01] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-005e0e01] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-005e0e01] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-005e0e01] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-005e0e01] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-005e0e01] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-005e0e01] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-005e0e01] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-005e0e01] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-005e0e01] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-005e0e01] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .blue_text[data-v-005e0e01] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-005e0e01] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-005e0e01] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-005e0e01] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-005e0e01] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-005e0e01] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-005e0e01] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.page[data-v-005e0e01] {
  background: #111113;
  position: relative;
  width: 23.4375rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.page .voice_btn3[data-v-005e0e01] {
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.page .group2_9[data-v-005e0e01] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  cursor: pointer;
}
.page .group_10[data-v-005e0e01] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.page .el-icon-caret-right[data-v-005e0e01] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.page .loading2[data-v-005e0e01] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.page[data-v-005e0e01] .group2_9 .el-loading-spinner .circular {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.75rem;
}
.page .text_29[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.page .box_6[data-v-005e0e01] {
  position: relative;
  width: 23.4375rem;
  background: #111113;
}
.page .box_6 .section_7[data-v-005e0e01] {
  width: 6px;
  height: 0.75rem;
  margin: 4.25rem 0 0 1rem;
}
.page .box_6 .section_7 .block_1[data-v-005e0e01] {
  width: 6px;
  height: 0.75rem;
}
.page .box_6 .image-wrapper_4[data-v-005e0e01] {
  background: #111113;
  position: relative;
}
.page .box_6 .image-wrapper_4 .composite_img[data-v-005e0e01] {
  position: relative;
  overflow: hidden;
  background: #232321;
}
.page .box_6 .image-wrapper_4 .composite_img .composite_item_img[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop[data-v-005e0e01] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item[data-v-005e0e01] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_icon[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.25rem;
}
.page .box_6 .image-wrapper_4 .composite_img .edit_pop .edit_item .edit_text[data-v-005e0e01] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.page .box_6 .image-wrapper_4 .composite_img .delete_icon[data-v-005e0e01] {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 1003;
  color: #666666;
  line-height: 1.25rem;
  font-size: 1.375rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.page .box_6 .image-wrapper_4 .image_1[data-v-005e0e01] {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  background: #fafafa;
  z-index: 1;
  position: relative;
  max-width: 100%;
  opacity: 0;
}
.page .box_6 .image-wrapper_4 .current_time[data-v-005e0e01] {
  position: absolute;
  left: 0.75rem;
  bottom: -5px;
  width: 2.1875rem;
  z-index: 20;
  font-size: 0.875rem;
  color: #ffffff;
}
.page .box_6 .image-wrapper_4 .screen_btn[data-v-005e0e01] {
  width: 2.875rem;
  height: 2.875rem;
  position: absolute;
  right: 8px;
  bottom: -6px;
  z-index: 2;
}
.page .box_6 .transform_80[data-v-005e0e01] {
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
  margin-top: -30%;
}
.page .box_6 .section_8[data-v-005e0e01] {
  width: 23.4375rem;
  padding: 0px 0.75rem 0px 1rem;
  height: 3.25rem;
  background: #111113;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .box_6 .section_8 .time22[data-v-005e0e01] {
  font-size: 0.875rem;
  color: #999999;
}
.page .box_6 .section_8 .play_icon3[data-v-005e0e01] {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0 5rem 0 5rem;
}
.page .box_6 .section_8 .play_loading[data-v-005e0e01] {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin: 0 4rem 0 4.6875rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .play_loading .play_loading_img[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 4px;
}
.page .box_6 .section_8 .line22[data-v-005e0e01] {
  width: 1px;
  height: 8px;
  margin: 1px 4px 0 4px;
  background: #999999;
}
.page .box_6 .section_8 .text-wrapper_1[data-v-005e0e01] {
  width: 5.125rem;
  height: 1rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_1[data-v-005e0e01] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .text-wrapper_1 .text_2[data-v-005e0e01] {
  width: 4.0625rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.page .box_6 .section_8 .voice_play[data-v-005e0e01] {
  width: 12.5625rem;
}
.page .box_6 .section_8 .voice_current[data-v-005e0e01] {
  height: 1.75rem;
  background: #313133;
  border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  padding: 0 10px 0 5px;
  white-space: nowrap;
}
.page .box_6 .section_8 .voice_current .voice_cc[data-v-005e0e01] {
  width: 1.125rem;
  height: 1.125rem;
  background: rgba(216, 216, 216, 0);
  border-radius: 0px 0px 0px 0px;
  margin: 0 5px 0 0;
}
.page .box_6 .section_8 .section_5[data-v-005e0e01] {
  width: 1.4375rem;
  height: 1.4375rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .preview_text[data-v-005e0e01] {
  color: #333333;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .draft_btn2[data-v-005e0e01] {
  width: 3.25rem;
  height: 1.75rem;
  background: #EEF5FF;
  border-radius: 2px 2px 2px 2px;
  margin-left: 2.375rem;
  color: #0084FF;
  font-size: 0.875rem;
}
.page .box_6 .section_8 .preview_btn3[data-v-005e0e01] {
  width: 3.25rem;
  height: 1.75rem;
  background: #313133;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 10px;
}
.page .box_6 .section_8 .export_btn[data-v-005e0e01] {
  width: 3.25rem;
  height: 1.75rem;
  background: linear-gradient(149deg, #BEB1FF 0%, #70D5F7 100%), #0084FF;
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-left: 10px;
}
.page .box_6 .section_8 .draft_btn[data-v-005e0e01] {
  margin-left: 3.5625rem;
  margin-right: 1.6875rem;
}
.page .box_6 .section_8 .draft_btn .draft_icon[data-v-005e0e01] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.page .box_6 .section_8 .draft_btn .draft_text[data-v-005e0e01] {
  color: #0084FF;
  font-size: 11px;
  line-height: 1rem;
  white-space: nowrap;
}
.page .box_6 .section_8 .text_3[data-v-005e0e01] {
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 1rem;
  margin: 2px 0 0 0px;
}
.page .box_6 .section_6[data-v-005e0e01] {
  position: absolute;
  left: 10.8125rem;
  top: 30.375rem;
  width: 1.8125rem;
  height: 1.8125rem;
}
.page .group_2[data-v-005e0e01] {
  border-radius: 4px;
  width: 21.9375rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
  margin: 0px 0 0 0.75rem;
  position: relative;
}
.page .group_2 .scenes_block[data-v-005e0e01] {
  padding: 0.75rem 0px 0 0px;
  margin: 0 4px 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.page .group_2 .scenes_block .scenes_list[data-v-005e0e01] {
  padding: 1px;
}
.page .group_2 .scenes_block .scenes_list .scenes_item[data-v-005e0e01] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.875rem;
  height: 4.875rem;
  border-radius: 9px 9px 9px 9px;
  position: relative;
  margin-right: 8px;
  background: #111113;
}
.page .group_2 .scenes_block .scenes_list .scenes_item .scenes_item_time[data-v-005e0e01] {
  width: 2.0625rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px 0px 6px 0px;
  color: #FFFFFF;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.page .group_2 .scenes_block .scenes_list .scenes_item .scenes_item2[data-v-005e0e01] {
  width: 3.875rem;
  height: 4.875rem;
  border-radius: 9px 9px 9px 9px;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 100;
}
.page .group_2 .scenes_block .scenes_list .scenes_item .scenes_item3[data-v-005e0e01] {
  background: rgba(120, 103, 255, 0.6);
  width: 3.875rem;
  height: 4.9375rem;
  border-radius: 9px 9px 9px 9px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 100;
}
.page .group_2 .scenes_block .scenes_add[data-v-005e0e01] {
  width: 1.5rem;
  height: 2.25rem;
  background: #38383B;
  border-radius: 4px 4px 4px 4px;
  font-size: 1.5rem;
  color: #D8D8D8;
  font-weight: 900;
}
.page .group_2 .scenes_block[data-v-005e0e01]::-webkit-scrollbar {
  height: 4px;
}
.page .group_2 .paragraph_1[data-v-005e0e01] {
  width: 20.4375rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 10px 0.75rem;
  overflow-y: auto;
}
.page .group_2 .paragraph_1[data-v-005e0e01]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page .group_2 .voice_text_placeholder2[data-v-005e0e01] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 4rem;
  left: 0.75rem;
  line-height: 1.25rem;
}
.page .group_2 .add_material_btn[data-v-005e0e01] {
  padding: 0 8px 0 5px;
  height: 1.375rem;
  background: #38383B;
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  font-size: 0.75rem;
  margin: 0 0px 0.75rem 0.75rem;
}
.page .group_2 .add_material_btn img[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
}
.page .group_2 .try_btn[data-v-005e0e01] {
  padding: 0 6px;
  height: 1.375rem;
  background: #38383B;
  border-radius: 6px 6px 6px 6px;
  margin: 0 0.75rem 0.75rem 0px;
  white-space: nowrap;
}
.page .group_2 .try_btn .try_btn_img[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin-right: 2px;
}
.page .group_2 .try_btn .try_btn_text[data-v-005e0e01] {
  color: #FFFFFF;
  font-size: 0.75rem;
}
.page .group_2 .group_13[data-v-005e0e01] {
  width: 20.4375rem;
  height: 1.5rem;
  margin: 4px 0 6px 0.75rem;
}
.page .group_2 .group_13 .text-wrapper_2[data-v-005e0e01] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5rem;
  width: 8.1875rem;
}
.page .group_2 .group_13 .text-wrapper_2 .text_4[data-v-005e0e01] {
  width: 7.4375rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 4px 0 0 6px;
}
.page .group_2 .group_13 .text_13[data-v-005e0e01] {
  width: 3.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.page .box_7[data-v-005e0e01] {
  position: relative;
  width: 23.4375rem;
  height: 4.5rem;
  margin-bottom: 6px;
}
.page .box_7 .group_14[data-v-005e0e01] {
  width: 17.125rem;
  height: 100%;
  margin: 0px 0px 0 3.125rem;
}
.page .box_7 .group_14 .group_15[data-v-005e0e01] {
  width: 1.375rem;
}
.page .box_7 .group_14 .group_15 .thumbnail_1[data-v-005e0e01] {
  width: 1.375rem;
  height: 1.375rem;
}
.page .box_7 .group_14 .group_15 .text_5[data-v-005e0e01] {
  width: 1.375rem;
  height: 1.125rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.125rem;
  margin-top: 4px;
}
.page .box_7 .group_14 .group15_2[data-v-005e0e01] {
  width: 1.625rem;
  margin-right: 1.875rem;
}
.page .box_7 .group_14 .text-wrapper_3[data-v-005e0e01] {
  background-color: #0084ff;
  border-radius: 7px;
  height: 2.5rem;
  width: 13.9375rem;
}
.page .box_7 .group_14 .text-wrapper_3 .text_6[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  white-space: nowrap;
}
.page .box_7 .text-wrapper_4[data-v-005e0e01] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 8.8125rem;
}
.page .box_7 .text-wrapper_4 .text_7[data-v-005e0e01] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}
.page .group_7[data-v-005e0e01] {
  width: 23.4375rem;
  height: 2.75rem;
  padding: 1rem 1rem 0 10px;
}
.page .group_7 .box_2[data-v-005e0e01] {
  width: 23.4375rem;
  height: 2.75rem;
}
.page .group_7 .box_2 .text_9[data-v-005e0e01] {
  width: 3.375rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.9375rem;
  letter-spacing: -1.79999995px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.375rem;
  margin: 0.875rem 0 0 1.25rem;
}
.page .group_7 .box_2 .thumbnail_4[data-v-005e0e01] {
  width: 1.0625rem;
  height: 11px;
  margin: 1.0625rem 0 0 13.6875rem;
}
.page .group_7 .box_2 .thumbnail_5[data-v-005e0e01] {
  width: 1rem;
  height: 0.75rem;
  margin: 1.0625rem 0 0 5px;
}
.page .group_7 .box_2 .image_3[data-v-005e0e01] {
  width: 1.5625rem;
  height: 0.75rem;
  margin: 1.0625rem 0.875rem 0 5px;
}
.page .group_7 .group_16 .thumbnail_6[data-v-005e0e01] {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0px 0 0 5px;
}
.page .group_7 .group_16 .block_2[data-v-005e0e01] {
  height: 1.5625rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG174d37fe8f22748760ab4e3130ad97e8.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1.5625rem;
  margin: 2px 0 0 0px;
}
.page .group_7 .group_16 .block_2 .box_5[data-v-005e0e01] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.page .group_7 .group_16 .text-wrapper_6[data-v-005e0e01] {
  background-color: #303030;
  border-radius: 4px;
  height: 1.75rem;
  margin-left: 0.875rem;
  width: 3.25rem;
}
.page .group_7 .group_16 .text-wrapper_6 .text_12[data-v-005e0e01] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 4px 0 0 0.75rem;
}
.page .group_7 .box_4[data-v-005e0e01] {
  position: absolute;
  left: 7.75rem;
  top: 4rem;
  width: 1.25rem;
  height: 1.25rem;
}
.page .justify-between[data-v-005e0e01] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .block_2_2[data-v-005e0e01] {
  background: #111113;
  position: relative;
  width: 23.4375rem;
  height: 4.5rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 6px;
}
.page .block_2_2 .box_2_2[data-v-005e0e01] {
  background: #38383B;
  border-radius: 4px;
  height: 2.5625rem;
  width: 1.75rem;
  margin: 0px 0 0 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bolder;
  font-size: 1.25rem;
}
.page .block_2_2 .box_2_2 .el-icon-arrow-left[data-v-005e0e01] {
  margin: 0;
  color: #FFFFFF;
}
.page .block_2_2 .operation_bottom_list[data-v-005e0e01] {
  width: 20.9375rem;
  overflow: auto hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}
.page .block_2_2 .operation_bottom_list[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.page .block_2_2 .block_3_2[data-v-005e0e01] {
  width: 7px;
  height: 0.875rem;
  margin: 0.875rem 0 0 10px;
}
.page .block_2_2 .group_35_2[data-v-005e0e01] {
  width: 1.625rem;
  height: 2.8125rem;
  margin: 0px 2.125rem 0 0;
}
.page .block_2_2 .thumbnail_9_2[data-v-005e0e01] {
  width: 1.625rem;
  height: 1.625rem;
}
.page .block_2_2 .text_11_2[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 11px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin-top: 3px;
}
.block_1[data-v-005e0e01] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 23.4375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 1003;
  height: 39.5625rem;
}
.block_1 .box_12[data-v-005e0e01] {
  width: 21.625rem;
  margin: 0.875rem 0 0 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1rem;
}
.block_1 .box_12 .voice_cc2[data-v-005e0e01] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 6px;
}
.block_1 .box_12 .text_6[data-v-005e0e01] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.block_1 .box_12 .label_1[data-v-005e0e01] {
  width: 1.875rem;
  height: 1.875rem;
}
.block_1 .voice_block_main[data-v-005e0e01] {
  margin-top: 10px;
  width: 21.4375rem;
  margin-left: 1rem;
  overflow-x: hidden;
}
.block_1 .voice_block_main .try_block[data-v-005e0e01] {
  position: fixed;
  bottom: 0px;
  padding-bottom: 1.875rem;
  background: #222224;
}
.block_1 .voice_block_main .try_block .try_listen[data-v-005e0e01] {
  width: 20.9375rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
  color: #FFFFFF;
  font-size: 1rem;
}
.block_1 .voice_block_main .try_block .try_listen .play_icon[data-v-005e0e01] {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 2px;
}
.block_1 .voice_block_main[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.block_1 .voice_block[data-v-005e0e01] {
  background: #313133;
  padding: 0px 0px 10px 7px;
  margin-bottom: 1rem;
  width: 100%;
  overflow-x: auto;
  /* 启用水平滚动 */
  overflow-y: hidden;
}
.block_1 .voice_block .voice_list[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_1 .voice_block .voice_list .voice_end[data-v-005e0e01] {
  min-width: 1px;
  height: 4.8125rem;
}
.block_1 .voice_block .voice_list .voice_item[data-v-005e0e01] {
  margin: 1rem 1rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.block_1 .voice_block .voice_list .voice_img_item[data-v-005e0e01] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.block_1 .voice_block .voice_list .voice_item_selected[data-v-005e0e01] {
  border: 2px solid #45a5ff;
}
.block_1 .voice_block .voice_list .voice_img[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block_1 .voice_block .voice_list .voice_name[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.block_1 .voice_block .voice_list .voice_selected[data-v-005e0e01] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.block_1 .voice_block .voice_list .voice_icon[data-v-005e0e01] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.block_1 .voice_block .voice_list .voice_icon .voice_icon_img[data-v-005e0e01] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.block_1 .voice_block .voice_btn[data-v-005e0e01] {
  margin: 0px 0 1.25rem 0;
}
.block_1 .voice_block .voice_btn .voice_btn1[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.block_1 .voice_block .voice_btn .el-icon-video-play2[data-v-005e0e01] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.block_1 .voice_block .voice_btn .voice_btn2[data-v-005e0e01] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.block_1 .voice_block[data-v-005e0e01]::-webkit-scrollbar {
  height: 6px;
}
.block_1 .voice_block[data-v-005e0e01]::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5);
}
.block_1 .voice_block[data-v-005e0e01]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
}
.block_1 .set_block[data-v-005e0e01] {
  margin-bottom: 1.875rem;
}
.block_1 .set_block .set_item[data-v-005e0e01] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 4px;
}
.block_1 .set_block .set_item .set_item_title[data-v-005e0e01] {
  margin-right: 10px;
  white-space: nowrap;
  color: #FFFFFF;
}
.block_1 .set_block .set_item .set_item_content[data-v-005e0e01] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_1 .set_block .set_item[data-v-005e0e01] .set_item_content2 {
  width: 1.875rem;
  height: 1.625rem;
  background: #313133;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  text-align: center;
}
.block_1 .set_block .set_item[data-v-005e0e01] .set_item_content2 .el-input__inner {
  border: none;
  background: #313133;
  color: #FFFFFF;
}
.block_1 .set_block .set_item[data-v-005e0e01] .set_item_content2 .el-input__inner:hover {
  background: #313133;
}
.block_1 .set_block .set_item[data-v-005e0e01] .set_item_content2 .el-input__inner:focus {
  background: #313133;
}
.block_1 .set_block .set_item .play_slider[data-v-005e0e01] .el-slider__runway {
  background: rgba(216, 216, 216, 0.5);
}
.block_1 .set_block .set_item .play_slider[data-v-005e0e01] .el-slider__bar {
  background: -webkit-gradient(linear, left top, right top, from(#BEB1FF), to(#70D5F7));
  background: linear-gradient(90deg, #BEB1FF 0%, #70D5F7 100%);
}
.block_1 .set_block .set_item .play_slider[data-v-005e0e01] .el-slider__button {
  border: none;
  background: #BEB1FF;
}
.block_1 .set_block .set_item2[data-v-005e0e01] {
  margin-top: 1rem;
}
.block_1 .set_block .set_item[data-v-005e0e01]:nth-child(4n) {
  margin-top: 10px;
  margin-bottom: 1.5rem;
}
.block_1 .mt-12[data-v-005e0e01] {
  margin-top: 0.75rem;
}
.block_1 .style_block[data-v-005e0e01] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 4.75rem;
}
.block_1 .style_block .style_list[data-v-005e0e01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_1 .style_block .style_list[data-v-005e0e01]::-webkit-scrollbar {
  display: none;
}
.block_1 .style_block .style_item[data-v-005e0e01] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
  width: 4.125rem;
  height: 2rem;
  background: #0084FF;
  border-radius: 2px 2px 2px 2px;
}
.block_1 .style_block .style_item2[data-v-005e0e01] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #313133;
  color: #FFFFFF;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0px 7px 0.75rem 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px 2px 2px 2px;
  width: 4.125rem;
  height: 2rem;
}
.block_1 .style_block .style_item2[data-v-005e0e01]:nth-child(4n) {
  margin-right: 0;
}
.block_1 .style_block .style_item_selected[data-v-005e0e01] {
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%), #B7B5FF;
  color: #ffffff;
}
.block_1 .block_11[data-v-005e0e01] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 1.5rem;
  width: 23.4375rem;
}
.block_1 .block_11 .text-wrapper_17[data-v-005e0e01] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084ff), to(#0084ff));
  background-image: linear-gradient(90deg, #0084ff 0, #0084ff 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.block_1 .block_11 .text-wrapper_17 .text_30[data-v-005e0e01] {
  width: 4rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0.875rem 0 0 8.6875rem;
}
.section_5_2[data-v-005e0e01] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1004;
}
.section_5_2 .group_2[data-v-005e0e01] {
  background: #222224;
  border-radius: 1.25rem 1.25rem 0px 0px;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: 1.875rem;
  z-index: 1004;
}
.section_5_2 .group_2 .box_12[data-v-005e0e01] {
  width: 100vw;
  padding: 0.875rem 1rem 0.75rem 1rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section_5_2 .group_2 .box_12 .clear_icon[data-v-005e0e01] {
  width: 1.3125rem;
  height: 1.3125rem;
  margin-right: 2px;
}
.section_5_2 .group_2 .box_12 .clear_btn[data-v-005e0e01] {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.section_5_2 .group_2 .box_12 .label_1[data-v-005e0e01] {
  width: 1.875rem;
  height: 1.875rem;
}
.section_5_2 .group_2 .box_12 .text_13[data-v-005e0e01] {
  width: 3.1875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 1rem;
}
.section_5_2 .group_2 .box_12 .thumbnail_6[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_6[data-v-005e0e01] {
  width: 1.625rem;
  height: 1.3125rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .thumbnail_7[data-v-005e0e01] {
  width: 1rem;
  height: 1rem;
  margin: 0px 0 0 1rem;
}
.section_5_2 .group_2 .box_12 .text_7[data-v-005e0e01] {
  width: 3.25rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #818a9c;
  font-size: 0.8125rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 2px;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32[data-v-005e0e01] {
  border-radius: 4px;
  height: 1.8125rem;
  margin-left: 4.4375rem;
  width: 2rem;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .el-icon-d-arrow-right2[data-v-005e0e01] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section_5_2 .group_2 .box_12 .text-wrapper_32 .text_10[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.section_5_2 .group_2 .text-wrapper_4[data-v-005e0e01] {
  height: 15.6875rem;
  width: 21.4375rem;
  margin: 0.75rem 0 0 1rem;
  position: relative;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-005e0e01] {
  width: 19.9375rem;
  height: 14.1875rem;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.25rem;
  margin: 0.75rem 0 0 0.75rem;
  overflow-y: auto;
  z-index: 2;
}
.section_5_2 .group_2 .text-wrapper_4 .edit_length[data-v-005e0e01] {
  margin: 4px 0.75rem 10px 0;
  color: #818A9C;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.section_5_2 .group_2 .text-wrapper_4 .paragraph_1[data-v-005e0e01]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section_5_2 .group_2 .text-wrapper_4 .voice_text_placeholder[data-v-005e0e01] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  line-height: 1.25rem;
  z-index: 1;
}
.section_5_2 .group_2 .box_13[data-v-005e0e01] {
  width: 21.4375rem;
  height: 1.5625rem;
  margin: 0.75rem 0 0 1rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5[data-v-005e0e01] {
  background-color: rgba(201, 229, 255, 0.341176);
  border-radius: 4px;
  height: 1.5625rem;
  width: 8.1875rem;
}
.section_5_2 .group_2 .box_13 .text-wrapper_5 .text_11[data-v-005e0e01] {
  width: 7.4375rem;
  height: 1.0625rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 6px;
}
.section_5_2 .group_2 .box_13 .group_3[data-v-005e0e01] {
  background-color: rgba(201, 229, 255, 0.34);
  border-radius: 0.75rem;
  position: relative;
  width: 3.9375rem;
  height: 1.5625rem;
}
.section_5_2 .group_2 .box_13 .group_3 .text_12[data-v-005e0e01] {
  width: 1.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #0084ff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 5px 0 0 1.6875rem;
}
.section_5_2 .group_2 .box_13 .group_3 .block_3[data-v-005e0e01] {
  position: absolute;
  left: 1.4375rem;
  top: 5px;
  width: 0.9375rem;
  height: 11px;
}
.section_5_2 .group_2 .image_4[data-v-005e0e01] {
  width: 23.4375rem;
  height: 19.875rem;
  margin-top: 10px;
}
.section_5_2 .group_6_2[data-v-005e0e01] {
  background-color: #ffffff;
  border-radius: 1.25rem 1.25rem 0px 0px;
  position: relative;
  width: 23.4375rem;
  position: fixed;
  left: 0;
  bottom: 0;
}
.section_5_2 .group_6_2 .group_16_2[data-v-005e0e01] {
  width: 13.0625rem;
  height: 2.25rem;
  margin: 1rem 0 1.1875rem 9.75rem;
}
.section_5_2 .group_6_2 .group_16_2 .text_13_2[data-v-005e0e01] {
  width: 4rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-top: 11px;
}
.section_5_2 .group_6_2 .group_16_2 .label_1_2[data-v-005e0e01] {
  width: 2.25rem;
  height: 2.25rem;
}
.section_5_2 .group_6_2 .text_14_2[data-v-005e0e01] {
  width: 2.4375rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.875rem;
  margin-bottom: 10px;
}
.section_5_2 .group_6_2 .text_15_2[data-v-005e0e01] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-right: 10px;
}
.section_5_2 .group_6_2 .text_16_2[data-v-005e0e01] {
  width: 9px;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #999999;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_slider[data-v-005e0e01] {
  width: 17.5rem;
  margin-left: 10px;
}
.section_5_2 .group_6_2 .break_time[data-v-005e0e01] {
  width: 2.875rem;
  height: 1.875rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px 0 10px;
}
.section_5_2 .group_6_2 .group_9_2[data-v-005e0e01] {
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  height: 4rem;
  margin-top: 2.5rem;
  width: 23.4375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2[data-v-005e0e01] {
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#0084FF), to(#0084FF));
  background: linear-gradient(90deg, #0084FF 0%, #0084FF 100%);
  border-radius: 3.125rem;
  height: 2.75rem;
  width: 21.4375rem;
  margin: 10px 0 0 0.9375rem;
}
.section_5_2 .group_6_2 .group_9_2 .text-wrapper_6_2 .text_17_2[data-v-005e0e01] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.section_5_2 .group_6_2 .group_10_2[data-v-005e0e01] {
  background-color: #1770ff;
  border-radius: 50%;
  position: absolute;
  left: 13.6875rem;
  top: 6.6875rem;
  width: 1rem;
  height: 1rem;
}
.preview_view[data-v-005e0e01] {
  position: absolute;
  z-index: 1003;
  top: 4px;
  left: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 2.125rem;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 0.875rem;
}
.preview_view .preview_tip_img[data-v-005e0e01] {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 4px;
}
.u-play2[data-v-005e0e01] {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
.u-play2 .u-play3[data-v-005e0e01] {
  width: 4rem;
  height: 4rem;
}
.select_bottom_line[data-v-005e0e01] {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag[data-v-005e0e01] {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close[data-v-005e0e01] {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 调整句柄位置 */
.vdr-stick[data-v-005e0e01] {
  z-index: 1000 !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
  border-radius: 50%;
  border: 1px solid #1FACFF !important;
}
.vdr-stick[data-v-005e0e01]::after {
  content: '';
  position: absolute;
  top: -0.875rem;
  left: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
}
.vdr-stick-tl[data-v-005e0e01] {
  top: -7px !important;
  left: -7px !important;
}
.vdr-stick-tr[data-v-005e0e01] {
  top: -7px !important;
  right: -7px !important;
}
.vdr-stick-br[data-v-005e0e01] {
  bottom: -7px !important;
  right: -7px !important;
}
.vdr-stick-bl[data-v-005e0e01] {
  bottom: -7px !important;
  left: -7px !important;
}
.vdr.active[data-v-005e0e01]:before {
  display: none;
}
.vdr.active .composite_item_img[data-v-005e0e01] {
  outline: none !important;
  border: 1px solid #1FACFF;
}

.actions_popper {
  padding: 0 !important;
  min-width: unset !important;
  background: #EAEAEC;
  border-radius: 10px 10px 10px 10px;
}
.actions_popper .block_7 {
  height: 2.4375rem;
  -webkit-box-pack: flex-center;
      -ms-flex-pack: flex-center;
          justify-content: flex-center;
}
.actions_popper .block_7 .text_17 {
  width: 3.75rem;
  height: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.actions_popper .block_7 .section_11 {
  width: 0px;
  height: 1.5rem;
  border-left: 1px solid #999999;
  margin: 7px 0 0 0px;
}
.actions_popper .block_7 .text_18 {
  width: 3.75rem;
  height: 100%;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
.el-slider__button-wrapper {
  z-index: 3;
}

.mission_main[data-v-6e88cbf4] {
  height: calc(100vh - 4.625rem);
  background: #f5fbff;
  background-size: contain;
  overflow-y: hidden;
}
@media (max-width: 30rem) {
.mission_main[data-v-6e88cbf4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
}
}
.search_mian[data-v-6e88cbf4] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  height: 3.5625rem;
  padding: 0 2.5rem 0 1rem;
  width: 100%;
  font-size: 1rem;
}
.back[data-v-6e88cbf4] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 8px;
}
.new-button[data-v-6e88cbf4] {
  width: 9rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  margin-left: 1.25rem;
}
.new-button2[data-v-6e88cbf4] {
  width: 6.25rem;
  height: 2rem;
  background: #679efb;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.save_icon[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.save_icon .loading4[data-v-6e88cbf4] {
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.save_tip_btn[data-v-6e88cbf4] {
  margin-right: 1.875rem;
  margin-bottom: 10px;
  margin-left: 2px;
  cursor: pointer;
}
.preview_btn[data-v-6e88cbf4] {
  width: 5.25rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0a89ff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0a89ff;
  margin-right: 1.875rem;
  cursor: pointer;
}
.preview_btn .preview_icon[data-v-6e88cbf4] {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
}
.submit_btn[data-v-6e88cbf4] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.el-icon-arrow-left[data-v-6e88cbf4] {
  margin: 0 4px 0 0;
  margin-top: 2px;
}
.video_main[data-v-6e88cbf4] {
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.left_block[data-v-6e88cbf4] {
  margin-right: 0.75rem;
}
.left_block .material_menu[data-v-6e88cbf4] {
  width: 4.3125rem;
  height: 24.25rem;
  background: url(https://oss.yf-gz.cn/file/1723022057816_8e33af998a3cc4399c256795768135f4.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  padding-top: 0.8125rem;
}
.left_block .material_menu .menu_item[data-v-6e88cbf4] {
  width: 3.3125rem;
  height: 3.8125rem;
  margin-bottom: 6px;
  cursor: pointer;
  opacity: 0.8;
}
.left_block .material_menu .menu_item .menu_coverUrl[data-v-6e88cbf4] {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 1px;
}
.left_block .material_menu .menu_item .menu_name[data-v-6e88cbf4] {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.left_block .material_menu .menu_item_selected[data-v-6e88cbf4] {
  background: rgba(28, 45, 77, 0.25);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
.left_block .material_block[data-v-6e88cbf4] {
  margin-left: -1rem;
  z-index: 2;
  width: 15.375rem;
  height: 100%;
  background: #ffffff;
  border-radius: 8px 0px 0px 0px;
}
.left_block .material_block .empty_block[data-v-6e88cbf4] {
  height: 37.5rem;
}
.left_block .material_block .bg_block[data-v-6e88cbf4] {
  padding: 1.5rem 0px 0 0.875rem;
}
.left_block .material_block .bg_block .bg_tab[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9px;
}
.left_block .material_block .bg_block .bg_tab .tab_item[data-v-6e88cbf4] {
  width: 3.75rem;
  height: 1.625rem;
  background: rgba(53, 57, 77, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: pointer;
}
.left_block .material_block .bg_block .bg_tab .selected_bg_tab[data-v-6e88cbf4] {
  background: #35394d;
  color: #ffffff;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-6e88cbf4] {
  overflow-y: auto;
}
.left_block .material_block .bg_block .bg_list_contain[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.left_block .material_block .bg_block .bg_list[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_block .material_block .bg_block .bg_list .bg_item[data-v-6e88cbf4] {
  width: 6.375rem;
  height: 8.875rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ebebeb;
  margin-right: 0.75rem;
  margin-bottom: 11px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left_block .material_block .bg_block .bg_list .bg_item .bg_img[data-v-6e88cbf4] {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.left_block .material_block .bg_block .bg_list .selected_bg[data-v-6e88cbf4] {
  border: 1px solid #0a89ff;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-6e88cbf4] {
  width: 4rem;
  height: 4rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  margin-bottom: 11px;
}
.left_block .material_block .bg_block .bg_list .paster_item .paster_img[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.left_block .material_block .bg_block .bg_list .paster_item[data-v-6e88cbf4]:nth-child(3n) {
  margin-right: 0;
}
.left_block .material_block .bg_block .bg_list .font_item[data-v-6e88cbf4] {
  margin-bottom: 0.75rem;
  background: #F5F6F9;
  width: 13.5rem;
  height: 3.75rem;
  cursor: pointer;
  position: relative;
}
.left_block .material_block .bg_block .bg_list .font_item .thumbnail_9[data-v-6e88cbf4] {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px 0px 4px 0px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #ffffff;
  font-size: 10px;
}
.left_block .material_block .bg_block .bg_list .font_item img[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.left_block .material_block .bg_block .scene_item[data-v-6e88cbf4] {
  height: 7.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.375rem 0.375rem 0.375rem 0;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.875rem;
  margin-bottom: 8px;
  cursor: pointer;
}
.left_block .material_block .bg_block .scene_item .scene_item_seq[data-v-6e88cbf4] {
  width: 2rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #aaabb3;
  text-align: center;
}
.left_block .material_block .bg_block .scene_item .scene_item_img[data-v-6e88cbf4] {
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f2f3f7;
  position: relative;
  overflow: hidden;
}
.left_block .material_block .bg_block .scene_item .scene_item_img img[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left_block .material_block .bg_block .scene_item .scene_item_img .scene_op[data-v-6e88cbf4] {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  right: 0.75rem;
}
.left_block .material_block .bg_block .scene_item .scene_item_img .scene_op .scene_op2[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #ffffff;
  font-size: 0.875rem;
}
.left_block .material_block .bg_block .scene_item_current[data-v-6e88cbf4] {
  background: #DCEEFF;
}
.left_block .material_block .bg_block[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.video_block[data-v-6e88cbf4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  overflow-y: auto;
}
.video_block .video_block4[data-v-6e88cbf4] {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f0f6fa;
  position: relative;
}
.video_block .video_block4 .composite_img[data-v-6e88cbf4] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.video_block .video_block4 .composite_img .composite_item_img[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.video_block .video_block4 .composite_img .edit_pop[data-v-6e88cbf4] {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 4px 0 0.875rem;
  height: 2.75rem;
  background: #FCFDFE;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  z-index: 1003;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item[data-v-6e88cbf4] {
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_icon[data-v-6e88cbf4] {
  width: 1.25rem;
  height: 1.25rem;
}
.video_block .video_block4 .composite_img .edit_pop .edit_item .edit_text[data-v-6e88cbf4] {
  font-weight: 400;
  font-size: 10px;
  color: #666A80;
  line-height: 0.875rem;
  white-space: nowrap;
}
.video_block .video_block42[data-v-6e88cbf4] {
  height: 46.5rem;
}
.video_block .play_btn[data-v-6e88cbf4] {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_btn[data-v-6e88cbf4] {
    margin-top: -1.375rem;
}
}
.video_block .play_loading[data-v-6e88cbf4] {
  color: #1890ff;
  font-size: 1rem;
  white-space: nowrap;
  height: 2.875rem;
}
@media screen and (max-height: 56.25rem) {
.video_block .play_loading[data-v-6e88cbf4] {
    margin-top: -1.375rem;
}
}
.video_block .play_loading .play_loading_img[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 4px;
}
.video_block .voice_time[data-v-6e88cbf4] {
  height: 1.875rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin: 0px 0 0.75rem 0;
}
.video_block .track_main[data-v-6e88cbf4] {
  padding: 0 1.25rem 1.25rem 1.25rem;
  min-height: 6rem;
}
.video_block .track_main .track_left[data-v-6e88cbf4] {
  position: relative;
  height: auto;
  margin-right: 2px;
  overflow: hidden;
}
.video_block .track_main .current_line[data-v-6e88cbf4] {
  position: absolute;
  top: -1rem !important;
  width: 10px;
  height: 7.125rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.video_block .track_main .current_line .content-container[data-v-6e88cbf4] {
  width: 100% !important;
  height: 100% !important;
}
.video_block .track_main .current_line.active[data-v-6e88cbf4]:before {
  outline: none;
}
.video_block .track_main .track_item[data-v-6e88cbf4] {
  height: 6rem;
  border-radius: 8px 8px 8px 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.video_block .track_main .track_item .scenes_seq[data-v-6e88cbf4] {
  width: 1.625rem;
  height: 1.0625rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px 0px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.video_block .track_main .track_item .track_url[data-v-6e88cbf4] {
  width: 3.375rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block .track_main .track_item .item-sort[data-v-6e88cbf4] {
  border-radius: 6px 0;
  background: rgba(0, 0, 0, 0.5);
  width: 1.75rem;
  height: 1rem;
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.video_block .track_main .track_item .track_loading[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 8px 8px 8px;
  z-index: 100;
  background: rgba(120, 103, 255, 0.6);
}
.video_block .track_main .track_item_selected[data-v-6e88cbf4] {
  border: 1px solid #0A89FF;
}
.video_block .track_main .track_item_selected .scenes_seq[data-v-6e88cbf4] {
  background: #0A89FF;
}
.video_block .track_main .scene_add[data-v-6e88cbf4] {
  border-radius: 0.75rem;
  background: #f2f3f7;
  width: 3.75rem;
  height: 6.25rem;
  cursor: pointer;
  font-size: 2rem;
  color: #747684;
  margin-left: 2px;
}
.video_block .track_main .select_bd[data-v-6e88cbf4] {
  position: absolute;
  border: 2px solid #5991ff;
  border-radius: 8px 8px 8px 8px;
  height: 6rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.video_block .u-play[data-v-6e88cbf4] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: none;
  color: #fff;
  pointer-events: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video_block .u-play path[data-v-6e88cbf4] {
  stroke: #fff;
}
.video_block .preview_view[data-v-6e88cbf4] {
  position: absolute;
  z-index: 1003;
  top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
}
.video_block .box_61[data-v-6e88cbf4] {
  width: 14.625rem;
  height: 1.5rem;
  margin: 0px 0 0 0.875rem;
}
.video_block .subtitles_button[data-v-6e88cbf4] {
  width: 3.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 1.25rem 0 6rem;
}
.video_block .subtitles_switch[data-v-6e88cbf4] {
  width: 1.8125rem;
  border-radius: 3.125rem;
}
.video_block .text-wrapper_9[data-v-6e88cbf4] {
  background-color: #35394d;
  border-radius: 2px;
  height: 1.5rem;
  width: 4.25rem;
}
.video_block .text_26[data-v-6e88cbf4] {
  width: 1.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 2px 0 0 1.25rem;
}
.video_block .text_27[data-v-6e88cbf4] {
  width: 9.625rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #138dff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 2px;
}
.video_block .box_11[data-v-6e88cbf4] {
  background-color: #f7f9fc;
  border-radius: 9px;
  width: calc(100% - 1.5rem);
  height: 11.4375rem;
  margin: 9px 0 1.25rem 0.75rem;
  padding: 10px 1.25rem 4px 1.25rem;
  position: relative;
}
.video_block .box_11 .ai_btn[data-v-6e88cbf4] {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  height: 2.375rem;
  background: url(https://oss.yf-gz.cn/file/1722247664706_e411ec73cd9dfd812582887daeaa1709.png) no-repeat;
  background-size: contain;
}
.video_block .box_11 .ai_btn .ai_icon[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 6px 0 0.875rem;
}
.video_block .box_11 .ai_btn .ai_text[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5992ff;
}
.video_block .box_11 .ai_main[data-v-6e88cbf4] {
  position: absolute;
  left: 1.25rem;
  top: 0.875rem;
  width: calc(100% - 2.5rem);
  height: calc(100% - 1.75rem);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
          box-shadow: 0px 0px 0.9375rem 0px rgba(85, 144, 255, 0.2);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 1px solid #5991ff;
  padding: 10px 0.875rem;
}
.video_block .box_11 .ai_main .ai_top[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video_block .box_11 .ai_main .ai_top .ai_icon2[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}
.video_block .box_11 .ai_main .ai_top .ai_textarea[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.video_block .box_11 .ai_main .ai_bottom[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.video_block .box_11 .ai_main .ai_bottom .text_count[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn2[data-v-6e88cbf4] {
  width: 6.625rem;
  height: 1.875rem;
  background: linear-gradient(87deg, #5993ff 0%, #64c4ff 100%);
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn3[data-v-6e88cbf4] {
  width: 5.0625rem;
  height: 1.625rem;
  background: #e5f5ff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #5b9bff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_btn4[data-v-6e88cbf4] {
  width: 3.625rem;
  height: 1.625rem;
  background: #f2f2f2;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  margin-left: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left[data-v-6e88cbf4] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_block .box_11 .ai_main .ai_bottom .el-icon-d-arrow-left2[data-v-6e88cbf4] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video_block .box_11 .ai_main .ai_bottom .ai_example[data-v-6e88cbf4] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_title[data-v-6e88cbf4] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_example_item[data-v-6e88cbf4] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
}
.video_block .box_11 .ai_main .ai_bottom .ai_example .ai_pop_close[data-v-6e88cbf4] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.video_block .text_28[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #333333;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  height: 100%;
}
.video_block .block_23[data-v-6e88cbf4] {
  width: calc(100% - 2.5rem);
  height: 2.5rem;
  position: absolute;
  bottom: 0.75rem;
  left: 1.25rem;
}
.video_block .group_9[data-v-6e88cbf4] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 4.25rem;
  height: 1.875rem;
  margin-left: 1.3125rem;
  cursor: pointer;
}
.video_block .voice_text[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.video_block .voice_btn3[data-v-6e88cbf4] {
  margin-left: 1.3125rem;
  cursor: pointer;
  width: 4.25rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.video_block .voice_btn4[data-v-6e88cbf4] {
  margin-left: 1rem;
  cursor: pointer;
  width: 6rem;
  height: 1.875rem;
  background: #e9eeff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-right: 0.75rem;
}
.video_block .group2_9[data-v-6e88cbf4] {
  background-color: #e9eeff;
  border-radius: 1.25rem;
  width: 6rem;
  height: 1.875rem;
  margin-left: 1rem;
  margin-right: 0.75rem;
  cursor: pointer;
}
.video_block .group_10[data-v-6e88cbf4] {
  width: 1rem;
  height: 0.8125rem;
  margin: 0.75rem 0 0 1.5625rem;
}
.video_block .el-icon-caret-right[data-v-6e88cbf4] {
  color: #5991ff;
  font-size: 1.5rem;
  margin-right: 2px;
}
.video_block .loading2[data-v-6e88cbf4] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.video_block .text_29[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5991ff;
  margin-right: 4px;
  line-height: 1.25rem;
}
.video_block .text_30[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.video_block .text_31[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #999999;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  margin: 0px 0 0 0.875rem;
}
.video_block .box_12[data-v-6e88cbf4] {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 0.75rem;
  top: 42.5rem;
  width: 95.625rem;
  height: 3.0625rem;
}
.video_block .group_11[data-v-6e88cbf4] {
  width: 1.1875rem;
  height: 0.9375rem;
  margin: 0.9375rem 0 0 1.9375rem;
}
.video_block .text_32[data-v-6e88cbf4] {
  width: 4.75rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.9375rem 0 0 -9px;
}
.video_block .group_12[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 1.25rem;
  height: 4px;
  width: 81.25rem;
  margin: 1.4375rem 0 0 1.0625rem;
}
.video_block .section_3[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 80.75rem;
}
.video_block .group_13[data-v-6e88cbf4] {
  width: 1.25rem;
  height: 1.3125rem;
  margin: 0.9375rem 0 0 1.25rem;
}
.video_block .group_14[data-v-6e88cbf4] {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 1.0625rem 1.125rem 0 1.3125rem;
}
.video_block[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_title[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #3d3d3d;
}
.right_title13[data-v-6e88cbf4] {
  font-size: 1rem;
  margin-top: 1rem;
}
.right_bock[data-v-6e88cbf4] {
  width: 19.5rem;
  min-width: 17.625rem;
  padding: 1rem 1rem 0 1rem;
  background: #ffffff;
  margin-left: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right_bock .right_title2[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  cursor: pointer;
}
.right_bock .right_title3[data-v-6e88cbf4] {
  margin-left: 1.875rem;
}
.right_bock .voice_main_block[data-v-6e88cbf4] {
  padding: 0 0.9375rem;
  overflow-y: auto;
}
.right_bock .voice_main_block[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_bock .el-icon-d-arrow-right[data-v-6e88cbf4] {
  color: #818a9c;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.right_bock .el-icon-d-arrow-right2[data-v-6e88cbf4] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.right_bock .voice_block_main[data-v-6e88cbf4] {
  background: #f7f9fc;
  padding: 10px 10px 0.75rem 10px;
  margin-top: 10px;
}
.right_bock .voice_block .voice_list[data-v-6e88cbf4] {
  margin-left: 8px;
  height: 11.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6px;
  overflow-y: auto;
}
.right_bock .voice_block .voice_list .voice_item[data-v-6e88cbf4] {
  margin: 0 1.5rem 10px 0;
  max-width: 4rem;
  text-align: center;
  cursor: pointer;
}
.right_bock .voice_block .voice_list .voice_item[data-v-6e88cbf4]:nth-child(3n) {
  margin-right: 0;
}
.right_bock .voice_block .voice_list .voice_img_item[data-v-6e88cbf4] {
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  border-radius: 50%;
}
.right_bock .voice_block .voice_list .voice_item_selected[data-v-6e88cbf4] {
  border: 3px solid #45a5ff;
}
.right_bock .voice_block .voice_list .voice_img[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.right_bock .voice_block .voice_list .voice_name[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #3d3d3d;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.right_bock .voice_block .voice_list .voice_selected[data-v-6e88cbf4] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 11px;
  z-index: 3;
}
.right_bock .voice_block .voice_list .voice_icon[data-v-6e88cbf4] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.right_bock .voice_block .voice_list .voice_icon .voice_icon_img[data-v-6e88cbf4] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.right_bock .voice_block .voice_list[data-v-6e88cbf4]::-webkit-scrollbar {
  width: 4px;
}
.right_bock .voice_block .voice_btn[data-v-6e88cbf4] {
  margin: 0px 0 1.25rem 0;
}
.right_bock .voice_block .voice_btn .voice_btn1[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 7.25rem;
  height: 2.5rem;
  background: #f2f3f7;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  cursor: pointer;
}
.right_bock .voice_block .voice_btn .el-icon-video-play2[data-v-6e88cbf4] {
  font-size: 1.5rem;
  color: #5991ff;
  margin-right: 8px;
  margin-top: 2px;
}
.right_bock .voice_block .voice_btn .voice_btn2[data-v-6e88cbf4] {
  width: 15.1875rem;
  height: 2.5rem;
  background: #5991ff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.right_bock .set_block .set_item[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}
.right_bock .set_block .set_item .set_item_title[data-v-6e88cbf4] {
  margin-right: 10px;
  white-space: nowrap;
}
.right_bock .set_block .set_item .set_item_content[data-v-6e88cbf4] {
  width: 9.5rem;
  margin-right: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.right_bock .set_block .set_item .set_item_content2[data-v-6e88cbf4] {
  width: 1.875rem;
  height: 1.625rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
  text-align: center;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-6e88cbf4] {
  width: 23.4375rem;
  overflow: auto hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4[data-v-6e88cbf4] {
  width: 2.0625rem;
  height: 2.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.9375rem;
  border-radius: 4px 4px 4px 4px;
  background: #F3F4F6;
  cursor: pointer;
}
.right_bock .set_block .set_item .image-wrapper_18 .label_4 .label_42[data-v-6e88cbf4] {
  width: 1.125rem;
  height: 1.125rem;
}
.right_bock .set_block .set_item .image-wrapper_18 .style_item[data-v-6e88cbf4] {
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #F3F4F6;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.9375rem;
  font-size: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
  margin-bottom: 8px;
}
.right_bock .set_block .set_item .image-wrapper_18[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-6e88cbf4] {
  width: 19.375rem;
  padding-left: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.right_bock .set_block .set_item .image-wrapper_4 .color_item[data-v-6e88cbf4] {
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.1875rem;
  margin-bottom: 6px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.right_bock .set_block .set_item .image-wrapper_4 .image_3[data-v-6e88cbf4] {
  position: absolute;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.right_bock .set_block .set_item .image-wrapper_4[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_bock .set_block .set_item .image_5[data-v-6e88cbf4] {
  width: 5.625rem;
  height: 2rem;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.right_bock .set_block .set_item .mb_0[data-v-6e88cbf4] {
  margin-bottom: 0;
}
.right_bock .set_block .set_item2[data-v-6e88cbf4] {
  margin-top: 1rem;
}
.right_bock .mt-12[data-v-6e88cbf4] {
  margin-top: 0.75rem;
}
.right_bock .style_block .style_list[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.right_bock .style_block .style_list[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_bock .style_block .style_item[data-v-6e88cbf4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background: #f2f3f7;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303747;
  margin: 10px 0.75rem 0 0;
  border-radius: 50%;
  padding: 0 4px;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.right_bock .style_block .style_item2[data-v-6e88cbf4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  background: #ffffff;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #818a9c;
  margin: 0px 10px 0 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.right_bock .style_block .style_item_selected[data-v-6e88cbf4] {
  background: #5991ff;
  color: #ffffff;
}
.right_bock[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.right_bock2 .ai_textarea3[data-v-6e88cbf4] {
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1rem;
  padding-left: 10px;
}
[data-v-6e88cbf4] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 35.25rem;
}
.pop_block .text_33[data-v-6e88cbf4] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-6e88cbf4] {
  width: 28.875rem;
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-6e88cbf4] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 23.125rem;
}
.pop_block .text_35[data-v-6e88cbf4] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-6e88cbf4] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-6e88cbf4] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-6e88cbf4] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-6e88cbf4] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-6e88cbf4] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-6e88cbf4] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-6e88cbf4] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-col[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name_block[data-v-6e88cbf4] {
  padding: 1rem 11px 0.75rem 11px;
  border-bottom: 1px solid #f2f2f2;
}
.task_title[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
  width: 13.5625rem;
  margin: 4px 0 0px 0;
  line-height: 1.25rem;
}
[data-v-6e88cbf4] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-textarea__inner:hover {
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-textarea__inner:focus {
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-input__inner {
  border: none;
  padding: 5px 0;
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-input__inner:hover {
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-input__inner:focus {
  background: #f7f9fc;
}
[data-v-6e88cbf4] .hover-input .el-input__suffix {
  display: none;
}
[data-v-6e88cbf4] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}
[data-v-6e88cbf4] .hover-input2 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input2 .el-textarea__inner:hover {
  background: #f7f7f7;
}
[data-v-6e88cbf4] .hover-input2 .el-textarea__inner:focus {
  background: #f7f7f7;
}
[data-v-6e88cbf4] .hover-input2 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input2 .el-input__inner:hover {
  background: #f7f7f7;
}
[data-v-6e88cbf4] .hover-input2 .el-input__inner:focus {
  background: #f7f7f7;
}
[data-v-6e88cbf4] .hover-input3 .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input3 .el-textarea__inner:hover {
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input3 .el-textarea__inner:focus {
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input3 .el-input__inner {
  border: none;
  padding-left: 0;
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input3 .el-input__inner:hover {
  background: #ffffff;
}
[data-v-6e88cbf4] .hover-input3 .el-input__inner:focus {
  background: #ffffff;
}
.apprearance_block[data-v-6e88cbf4] {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}
.apprearance_block[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.video_list[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -8px;
  padding-left: 10px;
}
.video_list .video_item[data-v-6e88cbf4] {
  width: 7.5rem;
  margin: 0 1.25rem 10px 0;
  cursor: pointer;
}
.video_list .video_item[data-v-6e88cbf4]:nth-child(2n) {
  margin-right: 0;
}
.video_list .video_block3[data-v-6e88cbf4] {
  height: 9.0625rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 7.3125rem;
}
.video_list .video_block2[data-v-6e88cbf4] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.video_list .video_img2[data-v-6e88cbf4] {
  width: 7.3125rem;
  height: 9.0625rem;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f3f7;
}
.video_list .video_title[data-v-6e88cbf4] {
  width: 7.3125rem;
  height: 1.3125rem;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3d3d3d;
}
.text-wrapper_24[data-v-6e88cbf4] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0px;
}
.text-wrapper_24 .el-icon-check[data-v-6e88cbf4] {
  color: #88cbf6ff;
}
.text_38[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text2_39[data-v-6e88cbf4] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #666666;
}
.box_112[data-v-6e88cbf4] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_25[data-v-6e88cbf4] {
  margin: 0px 0 0 0.75rem;
  font-family: "Betta02";
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.text_40[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
}
.text_41[data-v-6e88cbf4] {
  margin: 0px 0 0 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.125rem;
  color: #0084ff;
}
.box_122[data-v-6e88cbf4] {
  width: 2.4375rem;
  height: 1px;
  border: 1px solid #e5e5e5;
  margin: 0px 0 0 0.75rem;
}
.text-wrapper_26[data-v-6e88cbf4] {
  background-color: #eaf9ff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0px 0 0 0.75rem;
}
.text_42[data-v-6e88cbf4] {
  overflow-wrap: break-word;
  color: #88cbf6;
  font-size: 0.875rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.text_43[data-v-6e88cbf4] {
  width: 3.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0px 0 0 6px;
}
.subscribe_pop2[data-v-6e88cbf4] {
  width: 100vw;
  height: 100vh;
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop[data-v-6e88cbf4] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
.subscribe_pop .justify-between[data-v-6e88cbf4] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe_pop .box_35[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  height: 11.0625rem;
  width: 25.0625rem;
}
.subscribe_pop .group_33[data-v-6e88cbf4] {
  width: 18.125rem;
  height: 1.375rem;
  margin: 1.25rem 0 0 5.8125rem;
}
.subscribe_pop .text_46[data-v-6e88cbf4] {
  width: 5.5625rem;
  height: 1.375rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .thumbnail_5[data-v-6e88cbf4] {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  cursor: pointer;
}
.subscribe_pop .text-wrapper_34[data-v-6e88cbf4] {
  width: 16rem;
  height: 1.25rem;
  margin: 1.25rem 0 0 4.5625rem;
}
.subscribe_pop .text_47[data-v-6e88cbf4] {
  width: 16rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
}
.subscribe_pop .group_34[data-v-6e88cbf4] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 1.875rem 0 1.875rem 6.0625rem;
}
.subscribe_pop .text-wrapper_14[data-v-6e88cbf4] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_48[data-v-6e88cbf4] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .text-wrapper_15[data-v-6e88cbf4] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.subscribe_pop .text_49[data-v-6e88cbf4] {
  width: 1.75rem;
  height: 0.875rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 0.875rem;
  margin: 11px 0 0 2.375rem;
}
.subscribe_pop .box_33[data-v-6e88cbf4] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 25.0625rem;
  height: 11rem;
}
.subscribe_pop .image_7[data-v-6e88cbf4] {
  width: 4.8125rem;
  height: 4.75rem;
  margin: 2.0625rem 0 0 10.125rem;
}
.subscribe_pop .text_45[data-v-6e88cbf4] {
  width: 5.5rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1rem;
  margin: 1.5625rem 0 1.625rem 9.8125rem;
}
.right_tab[data-v-6e88cbf4] {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 0.75rem;
}
.right_tab .right_tab22[data-v-6e88cbf4] {
  position: relative;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-right: 1.1875rem;
  cursor: pointer;
}
.right_tab .right_back[data-v-6e88cbf4] {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}
.right_tab .right_tab23[data-v-6e88cbf4] {
  color: #1890ff;
}
.right_tab .right_tab23 .right_tab_line[data-v-6e88cbf4] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.875rem;
  height: 2px;
  background: #1890ff;
  border-radius: 0px 0px 0px 0px;
}
.right_text_block[data-v-6e88cbf4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
.right_text_block .preview_view2[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 8px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(53, 57, 77, 0.4);
  color: #fff;
  color: var(--white, #fff);
  font-family: PingFang SC;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.75rem;
}
.right_text_block .creat_loading_pop[data-v-6e88cbf4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1004;
}
.right_text_block .right_ai_top[data-v-6e88cbf4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.right_text_block .right_ai_top .ai_img[data-v-6e88cbf4] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 6px;
}
.right_text_block .right_ai_top .ai_text2[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #5992ff;
}
.right_text_block .right_ai_top .el-icon-arrow-down[data-v-6e88cbf4],
.right_text_block .right_ai_top .el-icon-arrow-up[data-v-6e88cbf4] {
  font-size: 0.875rem;
  color: #999999;
}
.right_text_block .right_ai_main[data-v-6e88cbf4] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5991ff;
  padding: 10px;
  margin-top: 0.75rem;
  position: relative;
}
.right_text_block .right_ai_main .ai_textarea2[data-v-6e88cbf4] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: auto;
  color: #5991ff;
}
.right_text_block .right_ai_main[data-v-6e88cbf4] .ai_textarea2 .el-textarea__inner {
  color: #5991ff;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .example2[data-v-6e88cbf4] {
  width: 6.8125rem;
  height: 1.625rem;
  background: #ffffff;
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  margin-right: 0.75rem;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2[data-v-6e88cbf4] {
  width: 6.8125rem;
  height: 1.625rem;
  background: linear-gradient(210deg, #5b9aff 0%, #64c3ff 100%);
  border-radius: 1.1875rem 1.1875rem 1.1875rem 1.1875rem;
  opacity: 0.5;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_creat2 .loading3[data-v-6e88cbf4] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .right_ai_main .op1[data-v-6e88cbf4] {
  opacity: 1;
}
.right_text_block .right_ai_main .text_count2[data-v-6e88cbf4] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 6px;
}
.right_text_block .right_ai_main .ai_example[data-v-6e88cbf4] {
  background: linear-gradient(141deg, #cde9ff 0%, #c1d6ff 100%);
  border-radius: 1rem 1rem 1rem 1rem;
  position: absolute;
  bottom: 2.375rem;
  right: -0.875rem;
  padding: 10px 0.75rem 1rem 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1003;
}
.right_text_block .right_ai_main .ai_example .ai_pop_title[data-v-6e88cbf4] {
  width: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3d3d3d;
  line-height: 1.25rem;
}
.right_text_block .right_ai_main .ai_example .ai_example_item[data-v-6e88cbf4] {
  background: #ffffff;
  border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
  padding: 6px 1rem 6px 1.0625rem;
  margin-top: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #5991ff;
  cursor: pointer;
  white-space: nowrap;
}
.right_text_block .right_ai_main .ai_example .ai_pop_close[data-v-6e88cbf4] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .right_ai_main .ai_example2[data-v-6e88cbf4] {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: auto;
}
.right_text_block .voice_text_main[data-v-6e88cbf4] {
  width: 100%;
  background: #f7f9fc;
  border-radius: 4px 4px 4px 4px;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top[data-v-6e88cbf4] {
  height: 2.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eaf0f9;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn[data-v-6e88cbf4] {
  height: 1.5rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  margin-left: 6px;
  padding: 0 4px;
  cursor: pointer;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.right_text_block .voice_text_main .voice_text_top .voice_text_top_btn2[data-v-6e88cbf4] {
  background: #35394d;
  color: #ffffff;
}
.right_text_block .voice_text_main .voice_text_top .break_pop[data-v-6e88cbf4] {
  width: 14.25rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_slider[data-v-6e88cbf4] {
  width: 5.3125rem;
  margin-left: 10px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_time[data-v-6e88cbf4] {
  width: 2.25rem;
  height: 1.375rem;
  background: #f2f3f7;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #3d3d3d;
  margin: 0 4px;
}
.right_text_block .voice_text_main .voice_text_top .break_pop .break_insert_btn[data-v-6e88cbf4] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-left: 8px;
  border: none;
}
.right_text_block .voice_text_main .voice_text_top .number_pop[data-v-6e88cbf4] {
  width: 10.75rem;
  height: 1.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_single[data-v-6e88cbf4] {
  width: 5.1875rem;
  height: 1.75rem;
  background: #ffffff;
  border: none;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_line[data-v-6e88cbf4] {
  width: 1px;
  height: 8px;
  border: 1px solid #d8d8d8;
  margin: 0 1px;
}
.right_text_block .voice_text_main .voice_text_top .number_pop .number_multi[data-v-6e88cbf4] {
  width: 5.25rem;
  height: 1.625rem;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  border: none;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #818a9c;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text_top .py_pop[data-v-6e88cbf4] {
  width: 17.25rem;
  height: 5.9375rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 11px 0.8125rem 10px;
  z-index: 1003;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_tip[data-v-6e88cbf4] {
  font-weight: 400;
  font-size: 0.75rem;
  color: #126aff;
  line-height: 1.25rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_bottom[data-v-6e88cbf4] {
  margin-top: 6px;
  width: 16rem;
  height: 1.75rem;
  background: #f2f3f7;
  border-radius: 2px 2px 2px 2px;
  padding-left: 9px;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_input[data-v-6e88cbf4] {
  width: 11.625rem;
}
.right_text_block .voice_text_main .voice_text_top .py_pop .py_btn[data-v-6e88cbf4] {
  width: 3.75rem;
  height: 1.75rem;
  background: #35394d;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #ffffff;
  cursor: pointer;
}
.right_text_block .voice_text_main .voice_text2[data-v-6e88cbf4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.75rem 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
  z-index: 1003;
  position: relative;
}
.right_text_block .voice_text_main .voice_text_placeholder[data-v-6e88cbf4] {
  color: #999999;
  /* 灰色提示文字 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止用户选中提示文字 */
  font-size: 1rem;
  position: absolute;
  top: 3rem;
  left: 10px;
}
.right_text_block .voice_text_main .blue_text[data-v-6e88cbf4] {
  color: #5991ff;
}
.right_text_block .voice_text_main #clickable-text[data-v-6e88cbf4] {
  outline: none;
  /* 移除默认的焦点边框 */
}
.right_text_block .voice_text_main .text_count3[data-v-6e88cbf4] {
  margin-right: 0.75rem;
  color: #999999;
  font-size: 0.875rem;
  height: 1.5rem;
}
.right_text_block .create_voice_btn[data-v-6e88cbf4] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #5991ff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 4;
}
.right_text_block .create_voice_btn .loading2[data-v-6e88cbf4] {
  margin-right: 3px;
  width: 1rem;
  height: 1rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.right_text_block .create_voice_btn .el-icon-caret-right2[data-v-6e88cbf4] {
  color: #ffffff;
  margin-right: 2px;
  font-size: 1.125rem;
}
.right_text_block[data-v-6e88cbf4]::-webkit-scrollbar {
  display: none;
}
.canvas_img[data-v-6e88cbf4] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}

.select_bottom_line {
  display: inline-block;
  color: #126aff;
  margin-right: 2px;
  text-decoration: underline;
  margin-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_tag {
  display: inline-block;
  line-height: 1rem;
  padding: 2px 4px;
  margin: 0 8px;
  border-radius: 2px;
  background: #ecf2ff;
  color: #126aff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.setting_close {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.875rem;
  color: #126aff;
  margin-left: 5px;
}
/* 禁用状态下输入框的样式 */
.el-color-picker__panel .el-input__inner {
  pointer-events: none;
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-input__inner[disabled] {
  background-color: #f5f7fa;
  /* 修改背景色 */
  color: #c0c4d5;
  /* 修改文字颜色 */
}
.el-color-picker__panel .el-color-alpha-slider__thumb {
  width: 8px;
}
.el-color-picker__panel .el-color-alpha-slider {
  margin: 2.375rem 0 1rem 0;
}
.el-color-picker__panel .el-color-alpha-slider::before {
  position: absolute;
  content: '\900F\660E\5EA6\FF1A';
  top: -1.875rem;
  left: 0;
}
/* 调整句柄位置 */
.vdr-stick {
  z-index: 1000 !important;
}
.vdr.active:before {
  display: none;
}
.vdr.active .composite_item_img {
  outline: 1px dashed #d6d6d6;
}
.el-slider__button-wrapper {
  z-index: 3;
}

.page[data-v-912cb310] {
  background-color: #010101;
  position: relative;
  width: 23.4375rem;
  height: 100%;
  overflow: hidden;
}
.section_2[data-v-912cb310] {
  margin: 0 0 1.25rem 0;
  background-size: 100% 100%;
  height: calc(177.77777778vw);
  z-index: 11;
  position: relative;
  /* 添加渐变蒙版 */
}
.section_2 .preview_view[data-v-912cb310] {
  position: absolute;
  z-index: 1003;
  top: 4px;
  left: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 2.125rem;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 0.875rem;
}
.section_2 .preview_view .preview_tip_img[data-v-912cb310] {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 4px;
}
.section_2 .video_1[data-v-912cb310] {
  width: 100%;
  height: 100%;
}
.section_2 .gradient_mask[data-v-912cb310] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 5rem;
  /* 蒙版的高度可以根据需要调整 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 确保渐变层不会影响点击事件 */
}
.section_2 .video_1[data-v-912cb310]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.section_2 .video_1[data-v-912cb310]::-webkit-media-controls-mute-button {
  display: none;
}
.section_2 .video_1[data-v-912cb310]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.section_2 .video_1[data-v-912cb310]::-webkit-media-controls-volume-slider {
  display: none;
}
.template_bottom[data-v-912cb310] {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 23.4375rem;
  height: 10.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222224));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222224 100%);
  border-radius: 0px 0px 0px 0px;
}
.template_bottom .template_bottom_body[data-v-912cb310] {
  position: absolute;
  bottom: 0.8125rem;
  width: 100%;
  padding: 0 0.75rem 0 0.8125rem;
}
.template_bottom .template_bottom_body .btn1[data-v-912cb310] {
  width: 10.6875rem;
  height: 2.75rem;
  background: #303030;
  border-radius: 8px 8px 8px 8px;
  font-size: 1rem;
  color: #FFFFFF;
}
.template_bottom .template_bottom_body .btn2[data-v-912cb310] {
  width: 10.6875rem;
  height: 2.75rem;
}
[data-v-912cb310] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-912cb310] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-912cb310] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-912cb310] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-912cb310] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-912cb310] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-912cb310] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-912cb310] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-912cb310] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-912cb310] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-912cb310] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-912cb310] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-912cb310] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-912cb310] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-912cb310] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-row[data-v-912cb310] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pre_block[data-v-912cb310] {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1005;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pre_block .pre_main[data-v-912cb310] {
  width: 16.5625rem;
  height: 19.375rem;
  background: #000000;
  border-radius: 2.25rem 2.25rem 2.25rem 2.25rem;
  margin-top: 9.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #52bcfa;
}
.pre_block .pre_main .pre_img[data-v-912cb310] {
  width: 15.5625rem;
  height: 16.375rem;
  margin-top: 0.9375rem;
}
.pre_block .pre_main .pre_text[data-v-912cb310] {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1rem;
}
.canvas_img[data-v-912cb310] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}

.page[data-v-5ce90205] {
  background-color: #010101;
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview_view[data-v-5ce90205] {
  position: absolute;
  z-index: 1003;
  top: 4px;
  left: 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
  height: 2.125rem;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 0.875rem;
}
.preview_view .preview_tip_img[data-v-5ce90205] {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 4px;
}
.section_2[data-v-5ce90205] {
  background-size: 100% 100%;
  height: calc(177.77777778vw);
  z-index: 11;
  position: relative;
  overflow: hidden;
  /* 添加渐变蒙版 */
}
.section_2 .video_1[data-v-5ce90205] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_2 .gradient_mask[data-v-5ce90205] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 5rem;
  /* 蒙版的高度可以根据需要调整 */
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  pointer-events: none;
  /* 确保渐变层不会影响点击事件 */
}
.section_2 .video_1[data-v-5ce90205]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.section_2 .video_1[data-v-5ce90205]::-webkit-media-controls-mute-button {
  display: none;
}
.section_2 .video_1[data-v-5ce90205]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.section_2 .video_1[data-v-5ce90205]::-webkit-media-controls-volume-slider {
  display: none;
}
.template_bottom[data-v-5ce90205] {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  width: 23.4375rem;
  height: 10.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#222224));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #222224 100%);
  border-radius: 0px 0px 0px 0px;
}
.template_bottom .template_bottom_body[data-v-5ce90205] {
  position: absolute;
  bottom: 0.8125rem;
  width: 100%;
  padding: 0 0.75rem 0 0.8125rem;
}
.template_bottom .template_bottom_body .btn1[data-v-5ce90205] {
  width: 10.6875rem;
  height: 2.75rem;
  background: #303030;
  border-radius: 8px 8px 8px 8px;
  font-size: 1rem;
  color: #FFFFFF;
}
.template_bottom .template_bottom_body .btn2[data-v-5ce90205] {
  width: 10.6875rem;
  height: 2.75rem;
}
[data-v-5ce90205] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-5ce90205] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-5ce90205] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-5ce90205] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-5ce90205] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-5ce90205] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-5ce90205] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-5ce90205] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-5ce90205] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-5ce90205] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-5ce90205] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-5ce90205] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-5ce90205] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-5ce90205] {
  background-color: #1890ff;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
  margin-top: 2.25rem;
}
.pop_block .text_39[data-v-5ce90205] {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.flex-row[data-v-5ce90205] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pre_block[data-v-5ce90205] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%, #030303), to(#19191A));
  background: linear-gradient(180deg, #030303 84%, #19191A 100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pre_block .pre_main[data-v-5ce90205] {
  margin-top: 7.4375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pre_block .pre_main .pre_img[data-v-5ce90205] {
  width: 15.5625rem;
  height: 16.375rem;
}
.pre_block .pre_main .pre_text[data-v-5ce90205] {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 11px;
}
.canvas_img[data-v-5ce90205] {
  position: fixed;
  top: 0;
  left: -62.5rem;
  background: transparent;
}
.play_circle[data-v-5ce90205] {
  width: 3.6875rem;
  height: 3.6875rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.play_circle .play_icon4[data-v-5ce90205] {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 0.875rem solid #ffffff;
}
.page2 .pre_block .pre_main[data-v-5ce90205] {
  margin-top: 24.5vh;
}
.page2 .template_bottom[data-v-5ce90205] {
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3vh;
}
.page2 .template_bottom .template_bottom_body[data-v-5ce90205] {
  bottom: 1.5rem;
  cursor: pointer;
  padding: 0 1.75rem;
}
.page2 .template_bottom .template_bottom_body .btn1[data-v-5ce90205] {
  width: 47%;
  height: 3rem;
}
.page2 .template_bottom .template_bottom_body .btn2[data-v-5ce90205] {
  width: 47%;
  height: 3rem;
  border-radius: 8px 8px 8px 8px;
  font-size: 1rem;
  color: #FFFFFF;
  background: linear-gradient(135deg, #83C8F9 0%, #7867FF 100%);
}
.page2 .preview_view[data-v-5ce90205] {
  left: 50vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4vh;
}
.page2 .video_1[data-v-5ce90205] {
  cursor: pointer;
}

.account[data-v-4f9a4b0e] {
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
}
.account .account_list[data-v-4f9a4b0e] {
  background-color: #FFFFFF;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account .account_list .account_item[data-v-4f9a4b0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8125rem 0 0.8125rem;
  border-bottom: 1px solid #F7F7F7;
  width: 21.9375rem;
}
.account .account_list .account_item .account_item_text[data-v-4f9a4b0e] {
  height: 1.25rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.account .account_list .account_item .account_item_right_text[data-v-4f9a4b0e] {
  height: 1.25rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.25rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.account .account_list .account_item .account_item_right_icon[data-v-4f9a4b0e] {
  width: 1.0625rem;
  height: 1.125rem;
}
.account .account_list .account_item .account_input[data-v-4f9a4b0e] {
  width: 50%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  color: #333;
  text-align: right;
}
.account .account_logout .account_logout_button[data-v-4f9a4b0e] {
  width: 21.6875rem;
  height: 3.125rem;
  border-radius: 1.625rem 1.625rem 1.625rem 1.625rem;
  border: 1px solid #CCCCCC;
  margin: 3.125rem 0 0 0;
}
.account .account_logout .account_logout_button .account_logout_text[data-v-4f9a4b0e] {
  height: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 0.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.customize_main[data-v-6f9f3caa] {
  background: #111113;
  width: 100vw;
}
.customize_main .video_main[data-v-6f9f3caa] {
  position: relative;
}
.customize_main .video_main .change_block[data-v-6f9f3caa] {
  position: absolute;
  bottom: 0;
  right: 6.3125rem;
}
.customize_main .video_main .change_block .change_btn[data-v-6f9f3caa] {
  width: 4rem;
  height: 1.625rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-size: 0.875rem;
}
.customize_main .video_main .video_1[data-v-6f9f3caa] {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-fullscreen-button {
  display: none;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-current-time-display {
  display: none;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-time-remaining-display {
  display: none;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-mute-button {
  display: none;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.customize_main .video_main .video_1[data-v-6f9f3caa]::-webkit-media-controls-volume-slider {
  display: none;
}
.customize_main .voice_main[data-v-6f9f3caa] {
  width: 22.1875rem;
  background: #222224;
  border-radius: 10px 10px 10px 10px;
  margin: 0.75rem 10px 1.5rem 10px;
  padding-bottom: 1.125rem;
}
.customize_main .voice_main .group_24[data-v-6f9f3caa] {
  width: 21.3125rem;
  height: 1.25rem;
  margin: 1.0625rem 0 0 0.9375rem;
}
.customize_main .voice_main .group_24 .box_21[data-v-6f9f3caa] {
  background-color: rgba(216, 216, 216, 0);
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
}
.customize_main .voice_main .group_24 .box_21 .thumbnail_11[data-v-6f9f3caa] {
  width: 1.0625rem;
  height: 1rem;
  margin: 3px 0 0 2px;
}
.customize_main .voice_main .group_24 .box_21 .group_21[data-v-6f9f3caa] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.customize_main .voice_main .group_24 .text_5[data-v-6f9f3caa] {
  overflow-wrap: break-word;
  color: #FFF3F3;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0 0 6px;
}
.customize_main .voice_main .group_24 .thumbnail_9[data-v-6f9f3caa] {
  width: 1.1875rem;
  height: 0.75rem;
  margin: 5px 0 0 16.5rem;
}
.customize_main .voice_main .group_14[data-v-6f9f3caa] {
  width: 22.1875rem;
  height: 1px;
  border: 1px solid rgba(153, 153, 153, 0.3);
  margin: 1.0625rem 0 0 0px;
}
.customize_main .voice_main .voice_block[data-v-6f9f3caa] {
  padding: 0px 0px 0px 0.9375rem;
  width: 100%;
  height: 11.4375rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.customize_main .voice_main .voice_block .voice_list[data-v-6f9f3caa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.customize_main .voice_main .voice_block .voice_list .voice_item[data-v-6f9f3caa] {
  margin: 0.9375rem 0.9375rem 0px 0;
  max-width: 3.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  text-align: center;
  cursor: pointer;
}
.customize_main .voice_main .voice_block .voice_list .voice_img_item[data-v-6f9f3caa] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border-radius: 50%;
}
.customize_main .voice_main .voice_block .voice_list .voice_item_selected[data-v-6f9f3caa] {
  border: 2px solid #45a5ff;
}
.customize_main .voice_main .voice_block .voice_list .voice_img[data-v-6f9f3caa] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.customize_main .voice_main .voice_block .voice_list .voice_name[data-v-6f9f3caa] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.0625rem;
  margin-top: 8px;
}
.customize_main .voice_main .voice_block .voice_list .voice_selected[data-v-6f9f3caa] {
  width: 2.5rem;
  height: 1.0625rem;
  background: #ffeecc;
  border-radius: 10px 10px 10px 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #e55f00;
  position: absolute;
  bottom: -5px;
  left: 6px;
  z-index: 3;
}
.customize_main .voice_main .voice_block .voice_list .voice_icon[data-v-6f9f3caa] {
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 44, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
}
.customize_main .voice_main .voice_block .voice_list .voice_icon .voice_icon_img[data-v-6f9f3caa] {
  width: 1.5625rem;
  height: 1.5625rem;
}
.customize_main .voice_main .voice_block[data-v-6f9f3caa]::-webkit-scrollbar {
  height: 6px;
}
.customize_main .voice_main .voice_block[data-v-6f9f3caa]::-webkit-scrollbar-track {
  background: rgba(216, 216, 216, 0.5);
}
.customize_main .voice_main .voice_block[data-v-6f9f3caa]::-webkit-scrollbar-thumb {
  background-color: #c0c4cc;
}
.customize_main .count_text[data-v-6f9f3caa] {
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 1rem;
}
.customize_main .submit_btn[data-v-6f9f3caa] {
  margin: 8px 1.9375rem 1.25rem 1.9375rem;
  width: 19.5625rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 8px 8px 8px 8px;
  font-size: 1rem;
  color: #FFFFFF;
}
.subscribe_pop2[data-v-6f9f3caa] {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1002;
}
[data-v-6f9f3caa] .pop_block {
  border-radius: 0.75rem;
}
.pop_block .box_9[data-v-6f9f3caa] {
  background-color: #ffffff;
  border-radius: 0.75rem;
  width: 21.875rem;
}
.pop_block .text_33[data-v-6f9f3caa] {
  width: 4.5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #3d3d3d;
  font-size: 1.125rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 15.625rem;
}
.pop_block .group_31[data-v-6f9f3caa] {
  margin: 0px 0 0 2.5rem;
}
.pop_block .text_34[data-v-6f9f3caa] {
  width: 5rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin-top: 10px;
}
.pop_block .text-wrapper_11[data-v-6f9f3caa] {
  background-color: #ffffff;
  border-radius: 2px;
  width: 12.5rem;
}
.pop_block .text_35[data-v-6f9f3caa] {
  width: 4rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 0.8125rem 0 0 0.75rem;
}
.pop_block .text_36[data-v-6f9f3caa] {
  width: 6.875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .text_37[data-v-6f9f3caa] {
  width: 10.6875rem;
  height: 1.25rem;
  overflow-wrap: break-word;
  color: #666666;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25rem;
  margin: 1.25rem 0 0 1.25rem;
}
.pop_block .submit_text[data-v-6f9f3caa] {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 0.75rem;
  color: #ed9600;
  margin-top: 2.25rem;
}
.pop_block .group_32[data-v-6f9f3caa] {
  width: 13.625rem;
  height: 2.1875rem;
  margin: 10px 0 0px 10.8125rem;
}
.pop_block .text-wrapper_12[data-v-6f9f3caa] {
  background-color: #f2f3f7;
  border-radius: 2px;
  height: 2.1875rem;
  width: 6.5rem;
  cursor: pointer;
}
.pop_block .text_38[data-v-6f9f3caa] {
  color: #666666;
  font-size: 0.875rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.pop_block .text-wrapper_13[data-v-6f9f3caa] {
  cursor: pointer;
  margin-top: 2.25rem;
  width: 14.8125rem;
  height: 3.125rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 8px 8px 8px 8px;
}
.pop_block .text_39[data-v-6f9f3caa] {
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

.success_main[data-v-3b475548] {
  background: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.img_1[data-v-3b475548] {
  width: 10.5rem;
  height: 7.125rem;
  margin: 2.5rem 0 3rem 6.5rem;
}
.text_1[data-v-3b475548] {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.text_2[data-v-3b475548] {
  font-size: 1rem;
  color: #666666;
  line-height: 1.5rem;
  margin-top: 0.875rem;
  text-align: center;
}
.sub_btn2[data-v-3b475548] {
  width: 100vw;
  padding: 1.75rem 1rem 1.75rem 1rem;
}
.sub_btn2 .sub_btn3[data-v-3b475548] {
  color: #7D8AE5;
  width: 10.5rem;
  height: 2.75rem;
  background: #F6FDFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #99A6FF;
}
.sub_btn2 .sub_btn4[data-v-3b475548] {
  width: 10.5rem;
  height: 2.75rem;
  background: linear-gradient(157deg, #BEB1FF 0%, #70D5F7 100%);
  border-radius: 8px 8px 8px 8px;
  color: #FFFFFF;
  font-size: 1rem;
}

.top[data-v-3b6ff522] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 4;
  background: #222224;
}
.top .title_icon[data-v-3b6ff522] {
  height: 3rem;
  padding: 0 8px 0 1rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: bold;
}
.top .one-line[data-v-3b6ff522] {
  width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 3.125rem 0 1rem;
  position: relative;
}
.top .more_icon[data-v-3b6ff522] {
  width: 3.125rem;
  height: 2rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(80%, #222224), to(rgba(34, 34, 36, 0)));
  background: linear-gradient(270deg, #222224 80%, rgba(34, 34, 36, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: -2px;
  right: 0;
  color: #ffffff;
  z-index: 3;
}
.top .one-line[data-v-3b6ff522]::-webkit-scrollbar {
  display: none;
}
.top .classify_item[data-v-3b6ff522] {
  padding: 0 0.75rem;
  height: 1.75rem;
  background: #303032;
  border-radius: 0.875rem 0.875rem 0.875rem 0.875rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top .select_classify[data-v-3b6ff522] {
  background: rgba(0, 132, 255, 0.2);
  color: #0084FF;
}
.top .all_classify_text[data-v-3b6ff522] {
  height: 2rem;
  padding: 0 3.125rem 0 1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  position: relative;
  margin-bottom: .0278rem;
}
.top .classify_list[data-v-3b6ff522] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
  padding: 8px 8px 8px 1rem;
}
.top .search_main[data-v-3b6ff522] {
  height: 2.25rem;
  margin-top: 5px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.top .myInput[data-v-3b6ff522] {
  width: 19.8125rem;
  height: 2.25rem;
  background: #313133;
  border-radius: 1.125rem 1.125rem 1.125rem 1.125rem;
  margin-right: 8px;
}
.subscribe_pop2[data-v-3b6ff522] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.content_container[data-v-3b6ff522] {
  overflow-x: hidden;
  overflow-y: auto;
}
.content_container .content_item[data-v-3b6ff522] {
  height: 3rem;
  padding: 0 8px 0 1rem;
}
.content_container .content_item .title_main[data-v-3b6ff522] {
  width: 20.1875rem;
}
.content_container .content_item .point[data-v-3b6ff522] {
  width: 4px;
  height: 4px;
  background: #29F886;
  border-radius: 50%;
  margin-right: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_container .content_item .content_title[data-v-3b6ff522] {
  font-size: 0.875rem;
  color: #FFFFFF;
}
.content_container .content_item .use_icon[data-v-3b6ff522] {
  width: 2.5rem;
  height: 1.125rem;
  background: #303032;
  border-radius: 2px 2px 2px 2px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_container .content_item .collect_icon[data-v-3b6ff522] {
  font-size: 1.375rem;
  color: #0084FF;
  padding: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_container .content_item .no_collect_icon[data-v-3b6ff522] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.0625rem;
  padding: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content_container[data-v-3b6ff522]::-webkit-scrollbar {
  display: none;
}
[data-v-3b6ff522] .hover-input .el-textarea__inner {
  border: none;
  padding: 5px 0;
  background: #F2F3F7;
  min-height: unset !important;
  height: 100%;
}
[data-v-3b6ff522] .hover-input .el-textarea__inner:hover {
  background: #F2F3F7;
}
[data-v-3b6ff522] .hover-input .el-textarea__inner:focus {
  background: #F2F3F7;
}
[data-v-3b6ff522] .hover-input .el-input__inner {
  border: none;
  background: #313133;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 1.125rem 1.125rem 1.125rem 1.125rem;
  height: 100%;
  line-height: 2.25rem;
}
[data-v-3b6ff522] .hover-input .el-input__inner:hover {
  background: #313133;
}
[data-v-3b6ff522] .hover-input .el-input__inner:focus {
  background: #313133;
}
[data-v-3b6ff522] .hover-input .el-input__suffix {
  display: none;
}
[data-v-3b6ff522] .hover-input .el-input__count {
  background: #f7f9fc;
  font-size: 0.875rem;
}

.flex-col[data-v-3af56803] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row[data-v-3af56803] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between[data-v-3af56803] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box_4[data-v-3af56803] {
  position: relative;
  background: #222224;
}
.box_4 .text_6[data-v-3af56803] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  height: 2.75rem;
  margin: 0px 8px 0 1rem;
}
.box_4 .text_6 .collect_icon[data-v-3af56803] {
  font-size: 1.375rem;
  color: #0084FF;
  padding: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box_4 .text_6 .no_collect_icon[data-v-3af56803] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.0625rem;
  padding: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box_4 .box_5[data-v-3af56803] {
  width: 22rem;
  height: 1px;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  margin: 0px 0 0 11px;
}
.box_4 .text_7[data-v-3af56803] {
  width: 21.4375rem;
  min-height: 12rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.875rem;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.5rem;
  margin: 0.8125rem 0 0 1rem;
}
.box_4 .box_6[data-v-3af56803] {
  width: 22rem;
  height: 1px;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  margin: 0.875rem 0 0 11px;
}
.box_4 .box_7[data-v-3af56803] {
  width: 9.25rem;
  height: 1.375rem;
  margin: 0.9375rem 0 0 13.4375rem;
}
.box_4 .box_7 .section_3[data-v-3af56803] {
  background-color: #38383b;
  border-radius: 6px;
  width: 4.1875rem;
  height: 1.375rem;
}
.box_4 .box_7 .section_3 .image-text_1[data-v-3af56803] {
  width: 3.375rem;
  height: 1rem;
  margin: 3px 0 0 5px;
}
.box_4 .box_7 .section_3 .image-text_1 .box_8[data-v-3af56803] {
  height: 1rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG5143c86bd49c2917c579aa976f3ac4c6.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1rem;
}
.box_4 .box_7 .section_3 .image-text_1 .box_8 .box_9[data-v-3af56803] {
  width: 1rem;
  height: 1rem;
}
.box_4 .box_7 .section_3 .image-text_1 .text-group_1[data-v-3af56803] {
  width: 2.25rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.box_4 .box_7 .section_4[data-v-3af56803] {
  background-color: #38383b;
  border-radius: 6px;
  width: 4.1875rem;
  height: 1.375rem;
}
.box_4 .box_7 .section_4 .image-text_2[data-v-3af56803] {
  width: 3.375rem;
  height: 1rem;
  margin: 3px 0 0 5px;
}
.box_4 .box_7 .section_4 .image-text_2 .section_52[data-v-3af56803] {
  height: 1rem;
  background: url(https://lanhu-oss.lanhuapp.com/MasterDDSSlicePNG5fa85d258e292826a40bc4565e590675.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1rem;
}
.box_4 .box_7 .section_4 .image-text_2 .section_52 .section_6[data-v-3af56803] {
  width: 1rem;
  height: 1rem;
}
.box_4 .box_7 .section_4 .image-text_2 .text-group_2[data-v-3af56803] {
  width: 2.25rem;
  height: 1rem;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
}
.box_4 .use_count[data-v-3af56803] {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 350;
  position: fixed;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
}
.box_4 .box_10[data-v-3af56803] {
  width: 21.4375rem;
  height: 2.625rem;
  position: fixed;
  bottom: 3rem;
  left: 1rem;
}
.box_4 .box_10 .text-wrapper_1[data-v-3af56803] {
  background-color: #313133;
  border-radius: 8px;
  width: 10.4375rem;
  height: 2.625rem;
}
.box_4 .box_10 .text-wrapper_1 .text_8[data-v-3af56803] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 6px 0 0 0px;
}
.box_4 .box_10 .text-wrapper_1 .text_8 .loading3[data-v-3af56803] {
  margin-right: 3px;
  width: 0.875rem;
  height: 0.875rem;
  background: transparent;
  font-size: 0.75rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 500;
}
.box_4 .box_10 .text-wrapper_1 .text_9[data-v-3af56803] {
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Normal;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 1rem;
  margin: 0 0 4px 0px;
}
.box_4 .box_10 .text-wrapper_2[data-v-3af56803] {
  background-image: linear-gradient(136deg, #b3b7fe 0, #81cdf9 100%);
  border-radius: 8px;
  height: 2.625rem;
  width: 10.4375rem;
}
.box_4 .box_10 .text-wrapper_2 .text_10[data-v-3af56803] {
  overflow-wrap: break-word;
  color: #000000;
  font-size: 1rem;
  font-family: Source Han Sans-Medium;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
.box_4 .text-wrapper_3[data-v-3af56803] {
  background-color: rgba(103, 158, 251, 0.8);
  border-radius: 0px 8px 8px 0px;
  height: 1rem;
  width: 1.875rem;
  position: absolute;
  left: 20.875rem;
  top: 49.125rem;
}
.box_4 .text-wrapper_3 .text_11[data-v-3af56803] {
  width: 1.25rem;
  height: 10px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 10px;
  font-family: Source Han Sans-Regular;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 10px;
  margin: 3px 0 0 5px;
}

body::-webkit-scrollbar {
  display: none;
}
.employee-selector .el-scrollbar .el-select-dropdown__wrap .el-select-dropdown__list .el-select-dropdown__item {
  padding: 0 8px;
}
.mission-status-input .el-input__inner {
  padding: 0 8px!important;
}
@media (max-width: 25.875rem) {
  /* 只有在没有模态框显示时隐藏遮罩层 */
body:not(.modal-open) /deep/ .v-modal {
    display: none;
}
html,
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: contain;
}
body {
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    z-index: 1;
}
.app-main {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: -ms-device-fixed;
    z-index: 2;
}
.el-message-box {
    width: 90%!important;
}
}
.omit-line {
  display: -webkit-box;
  /* 必须设置display属性为-webkit-box */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  -webkit-line-clamp: 1;
  /* 限制显示两行 */
  -webkit-box-orient: vertical;
  /* 垂直方向上的换行 */
}
@media (max-width: 30rem) {
.el-dialog__wrapper {
    background: rgba(0, 0, 0, 0.6);
}
}
.project-board-popper {
  padding: 0!important;
}
.status-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-dropdown-item .dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  margin-right: 8px;
}
.status-dropdown-item .dot .dot-dot {
  margin: 2px auto;
  width: 6px;
  height: 6px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
}
.status-dropdown-item .dot-pause {
  border: 1px solid #CCCCCC;
}
.status-dropdown-item .dot-pause .dot-dot {
  border: 1px solid #CCCCCC;
}
.status-dropdown-item .dot-process {
  border: 1px solid #0A89FF;
}
.status-dropdown-item .dot-process .dot-dot {
  border: 1px solid #0A89FF;
}
.status-dropdown-item .dot-complate {
  border: 1px solid #0BDC15;
}
.status-dropdown-item .dot-complate .dot-dot {
  border: 1px solid #0BDC15;
}
.app-main {
  height: 100vh;
}
.user-popover {
  padding-left: 0!important;
  padding-right: 0!important;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.select:not(.is-multiple)::after {
  display: none!important;
}
@font-face {
  font-family: 'Betta02';
  src: url('https://oss.yf-gz.cn/file/1686911364829_3789719bbfd1dd206e5ce10ead61f9f7.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.dv-active-ring-chart {
  position: relative;
}
.dv-active-ring-chart .active-ring-chart-container {
  width: 100%;
  height: 100%;
}
.dv-active-ring-chart .active-ring-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-active-ring-chart .active-ring-info .dv-digital-flop {
  width: 6.25rem;
  height: 1.875rem;
}
.dv-active-ring-chart .active-ring-info .active-ring-name {
  width: 6.25rem;
  height: 1.875rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dv-border-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-1 .border {
  position: absolute;
  display: block;
}
.dv-border-box-1 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-1 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-1 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-1 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-10 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.dv-border-box-10 .dv-border-svg-container {
  position: absolute;
  display: block;
}
.dv-border-box-10 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-10 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-10 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-10 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-11 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-11 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-11 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-11 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-12 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-12 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-12 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-13 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-13 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-13 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-2 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-2 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-2 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-3 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-3 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-3 .dv-bb3-line1 {
  stroke-width: 3;
}
.dv-border-box-3 .dv-bb3-line2 {
  stroke-width: 1;
}
.dv-border-box-3 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-4 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-4 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-4 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-4 .sw1 {
  stroke-width: 1;
}
.dv-border-box-4 .sw3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-1 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-2 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-4 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-5 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-6 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-7 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-8 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-9 {
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 100 250;
}
.dv-border-box-4 .dv-bb4-line-10 {
  stroke-width: 1;
  stroke-dasharray: 80 270;
}
.dv-border-box-4 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-5 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-5 .dv-bb5-line-1,
.dv-border-box-5 .dv-bb5-line-2 {
  stroke-width: 1;
}
.dv-border-box-5 .dv-bb5-line-3,
.dv-border-box-5 .dv-bb5-line-6 {
  stroke-width: 5;
}
.dv-border-box-5 .dv-bb5-line-4,
.dv-border-box-5 .dv-bb5-line-5 {
  stroke-width: 2;
}
.dv-border-box-5 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-6 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container > polyline {
  fill: none;
  stroke-linecap: round;
}
.dv-border-box-7 .dv-bb7-line-width-2 {
  stroke-width: 2;
}
.dv-border-box-7 .dv-bb7-line-width-5 {
  stroke-width: 5;
}
.dv-border-box-7 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-8 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-8 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-8 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-9 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-9 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-9 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-capsule-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.dv-capsule-chart .label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 0.75rem;
}
.dv-capsule-chart .label-column div {
  height: 1.25rem;
  line-height: 1.25rem;
}
.dv-capsule-chart .capsule-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dv-capsule-chart .capsule-item {
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  height: 10px;
  margin: 5px 0px;
  border-radius: 5px;
}
.dv-capsule-chart .capsule-item .capsule-item-column {
  position: relative;
  height: 8px;
  margin-top: 1px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .capsule-item .capsule-item-column .capsule-item-value {
  font-size: 0.75rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.dv-capsule-chart .unit-label {
  height: 1.25rem;
  font-size: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .unit-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-left: 10px;
}
.dv-charts-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-charts-container .charts-canvas-container {
  width: 100%;
  height: 100%;
}
.dv-conical-column-chart {
  width: 100%;
  height: 100%;
}
.dv-conical-column-chart text {
  text-anchor: middle;
}
.dv-decoration-1 {
  width: 100%;
  height: 100%;
}
.dv-decoration-1 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.dv-decoration-10 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-11 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-11 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dv-decoration-12 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-12 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dv-decoration-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-decoration-3 {
  width: 100%;
  height: 100%;
}
.dv-decoration-3 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.dv-decoration-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-decoration-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-decoration-4 .normal {
  -webkit-animation: ani-height ease-in-out infinite;
          animation: ani-height ease-in-out infinite;
  left: 50%;
  margin-left: -2px;
}
.dv-decoration-4 .reverse {
  -webkit-animation: ani-width ease-in-out infinite;
          animation: ani-width ease-in-out infinite;
  top: 50%;
  margin-top: -2px;
}
@-webkit-keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.dv-decoration-5 {
  width: 100%;
  height: 100%;
}
.dv-decoration-6 {
  width: 100%;
  height: 100%;
}
.dv-decoration-6 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.dv-decoration-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-decoration-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.dv-decoration-9 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dv-decoration-9 svg {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.dv-digital-flop canvas {
  width: 100%;
  height: 100%;
}
.dv-flyline-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-flyline-chart text {
  text-anchor: middle;
  dominant-baseline: middle;
}
.dv-flyline-chart-enhanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart-enhanced text {
  text-anchor: middle;
  dominant-baseline: middle;
}
#dv-full-screen-container {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 999;
}
.dv-loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-loading .loading-tip {
  font-size: 0.9375rem;
}
.dv-percent-pond {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dv-percent-pond svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.dv-percent-pond polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-percent-pond text {
  font-size: 1.5625rem;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}
.dv-scroll-board {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.dv-scroll-board .text {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.9375rem;
}
.dv-scroll-board .header .header-item {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows {
  overflow: hidden;
}
.dv-scroll-board .rows .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows .ceil {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .rows .index {
  border-radius: 3px;
  padding: 0px 3px;
}
.dv-scroll-ranking-board {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.dv-scroll-ranking-board .row-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0.8125rem;
}
.dv-scroll-ranking-board .ranking-info .rank {
  width: 2.5rem;
  color: #1370fb;
}
.dv-scroll-ranking-board .ranking-info .info-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-scroll-ranking-board .ranking-column {
  border-bottom: 2px solid rgba(19, 112, 251, 0.5);
  margin-top: 5px;
}
.dv-scroll-ranking-board .ranking-column .inside-column {
  position: relative;
  height: 6px;
  background-color: #1370fb;
  margin-bottom: 2px;
  border-radius: 1px;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-column .shine {
  position: absolute;
  left: 0%;
  top: 2px;
  height: 2px;
  width: 3.125rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: radial-gradient(#28f8ff 5%, transparent 80%);
  -webkit-animation: shine 3s ease-in-out infinite alternate;
          animation: shine 3s ease-in-out infinite alternate;
}
@-webkit-keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.dv-water-pond-level {
  position: relative;
}
.dv-water-pond-level svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-water-pond-level text {
  font-size: 1.5625rem;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}
.dv-water-pond-level ellipse,
.dv-water-pond-level rect {
  fill: none;
  stroke-width: 3;
}
.dv-water-pond-level canvas {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ivu-load-loop{animation:ani-load-loop 1s linear infinite}@keyframes ani-load-loop{from{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.input-group-error-append,.input-group-error-prepend{background-color:#fff;border:1px solid #ed3f14}.input-group-error-append .ivu-select-selection,.input-group-error-prepend .ivu-select-selection{background-color:inherit;border:1px solid transparent}.input-group-error-prepend{border-right:0}.input-group-error-append{border-left:0}.ivu-breadcrumb{color:#999;font-size:0.875rem}.ivu-breadcrumb a{color:#495060;transition:color .2s ease-in-out}.ivu-breadcrumb a:hover{color:#57a3f3}.ivu-breadcrumb>span:last-child{font-weight:700;color:#495060}.ivu-breadcrumb>span:last-child .ivu-breadcrumb-item-separator{display:none}.ivu-breadcrumb-item-separator{margin:0 8px;color:#dddee1}.ivu-breadcrumb-item-link>.ivu-icon+span{margin-left:4px}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 2.5rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:after,:before{box-sizing:border-box}body{font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;font-size:0.75rem;line-height:1.5;color:#495060;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul{margin:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input::-ms-clear,input::-ms-reveal{display:none}a{color:#2d8cf0;background:0 0;text-decoration:none;outline:0;cursor:pointer;transition:color .2s ease}a:hover{color:#57a3f3}a:active{color:#2b85e4}a:active,a:hover{outline:0;text-decoration:none}a[disabled]{color:#ccc;cursor:not-allowed;pointer-events:none}code,kbd,pre,samp{font-family:Consolas,Menlo,Courier,monospace}@font-face{font-family:Ionicons;src:url(/static/fonts/ionicons.2c2ae06.eot);src:url(/static/fonts/ionicons.2c2ae06.eot#iefix) format("embedded-opentype"),url(/static/fonts/ionicons.24712f6.ttf) format("truetype"),url(/static/fonts/ionicons.05acfdb.woff) format("woff"),url(/static/img/ionicons.621bd38.svg#Ionicons) format("svg");font-weight:400;font-style:normal}.ivu-icon{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ivu-icon-alert:before{content:"\F101"}.ivu-icon-alert-circled:before{content:"\F100"}.ivu-icon-android-add:before{content:"\F2C7"}.ivu-icon-android-add-circle:before{content:"\F359"}.ivu-icon-android-alarm-clock:before{content:"\F35A"}.ivu-icon-android-alert:before{content:"\F35B"}.ivu-icon-android-apps:before{content:"\F35C"}.ivu-icon-android-archive:before{content:"\F2C9"}.ivu-icon-android-arrow-back:before{content:"\F2CA"}.ivu-icon-android-arrow-down:before{content:"\F35D"}.ivu-icon-android-arrow-dropdown:before{content:"\F35F"}.ivu-icon-android-arrow-dropdown-circle:before{content:"\F35E"}.ivu-icon-android-arrow-dropleft:before{content:"\F361"}.ivu-icon-android-arrow-dropleft-circle:before{content:"\F360"}.ivu-icon-android-arrow-dropright:before{content:"\F363"}.ivu-icon-android-arrow-dropright-circle:before{content:"\F362"}.ivu-icon-android-arrow-dropup:before{content:"\F365"}.ivu-icon-android-arrow-dropup-circle:before{content:"\F364"}.ivu-icon-android-arrow-forward:before{content:"\F30F"}.ivu-icon-android-arrow-up:before{content:"\F366"}.ivu-icon-android-attach:before{content:"\F367"}.ivu-icon-android-bar:before{content:"\F368"}.ivu-icon-android-bicycle:before{content:"\F369"}.ivu-icon-android-boat:before{content:"\F36A"}.ivu-icon-android-bookmark:before{content:"\F36B"}.ivu-icon-android-bulb:before{content:"\F36C"}.ivu-icon-android-bus:before{content:"\F36D"}.ivu-icon-android-calendar:before{content:"\F2D1"}.ivu-icon-android-call:before{content:"\F2D2"}.ivu-icon-android-camera:before{content:"\F2D3"}.ivu-icon-android-cancel:before{content:"\F36E"}.ivu-icon-android-car:before{content:"\F36F"}.ivu-icon-android-cart:before{content:"\F370"}.ivu-icon-android-chat:before{content:"\F2D4"}.ivu-icon-android-checkbox:before{content:"\F374"}.ivu-icon-android-checkbox-blank:before{content:"\F371"}.ivu-icon-android-checkbox-outline:before{content:"\F373"}.ivu-icon-android-checkbox-outline-blank:before{content:"\F372"}.ivu-icon-android-checkmark-circle:before{content:"\F375"}.ivu-icon-android-clipboard:before{content:"\F376"}.ivu-icon-android-close:before{content:"\F2D7"}.ivu-icon-android-cloud:before{content:"\F37A"}.ivu-icon-android-cloud-circle:before{content:"\F377"}.ivu-icon-android-cloud-done:before{content:"\F378"}.ivu-icon-android-cloud-outline:before{content:"\F379"}.ivu-icon-android-color-palette:before{content:"\F37B"}.ivu-icon-android-compass:before{content:"\F37C"}.ivu-icon-android-contact:before{content:"\F2D8"}.ivu-icon-android-contacts:before{content:"\F2D9"}.ivu-icon-android-contract:before{content:"\F37D"}.ivu-icon-android-create:before{content:"\F37E"}.ivu-icon-android-delete:before{content:"\F37F"}.ivu-icon-android-desktop:before{content:"\F380"}.ivu-icon-android-document:before{content:"\F381"}.ivu-icon-android-done:before{content:"\F383"}.ivu-icon-android-done-all:before{content:"\F382"}.ivu-icon-android-download:before{content:"\F2DD"}.ivu-icon-android-drafts:before{content:"\F384"}.ivu-icon-android-exit:before{content:"\F385"}.ivu-icon-android-expand:before{content:"\F386"}.ivu-icon-android-favorite:before{content:"\F388"}.ivu-icon-android-favorite-outline:before{content:"\F387"}.ivu-icon-android-film:before{content:"\F389"}.ivu-icon-android-folder:before{content:"\F2E0"}.ivu-icon-android-folder-open:before{content:"\F38A"}.ivu-icon-android-funnel:before{content:"\F38B"}.ivu-icon-android-globe:before{content:"\F38C"}.ivu-icon-android-hand:before{content:"\F2E3"}.ivu-icon-android-hangout:before{content:"\F38D"}.ivu-icon-android-happy:before{content:"\F38E"}.ivu-icon-android-home:before{content:"\F38F"}.ivu-icon-android-image:before{content:"\F2E4"}.ivu-icon-android-laptop:before{content:"\F390"}.ivu-icon-android-list:before{content:"\F391"}.ivu-icon-android-locate:before{content:"\F2E9"}.ivu-icon-android-lock:before{content:"\F392"}.ivu-icon-android-mail:before{content:"\F2EB"}.ivu-icon-android-map:before{content:"\F393"}.ivu-icon-android-menu:before{content:"\F394"}.ivu-icon-android-microphone:before{content:"\F2EC"}.ivu-icon-android-microphone-off:before{content:"\F395"}.ivu-icon-android-more-horizontal:before{content:"\F396"}.ivu-icon-android-more-vertical:before{content:"\F397"}.ivu-icon-android-navigate:before{content:"\F398"}.ivu-icon-android-notifications:before{content:"\F39B"}.ivu-icon-android-notifications-none:before{content:"\F399"}.ivu-icon-android-notifications-off:before{content:"\F39A"}.ivu-icon-android-open:before{content:"\F39C"}.ivu-icon-android-options:before{content:"\F39D"}.ivu-icon-android-people:before{content:"\F39E"}.ivu-icon-android-person:before{content:"\F3A0"}.ivu-icon-android-person-add:before{content:"\F39F"}.ivu-icon-android-phone-landscape:before{content:"\F3A1"}.ivu-icon-android-phone-portrait:before{content:"\F3A2"}.ivu-icon-android-pin:before{content:"\F3A3"}.ivu-icon-android-plane:before{content:"\F3A4"}.ivu-icon-android-playstore:before{content:"\F2F0"}.ivu-icon-android-print:before{content:"\F3A5"}.ivu-icon-android-radio-button-off:before{content:"\F3A6"}.ivu-icon-android-radio-button-on:before{content:"\F3A7"}.ivu-icon-android-refresh:before{content:"\F3A8"}.ivu-icon-android-remove:before{content:"\F2F4"}.ivu-icon-android-remove-circle:before{content:"\F3A9"}.ivu-icon-android-restaurant:before{content:"\F3AA"}.ivu-icon-android-sad:before{content:"\F3AB"}.ivu-icon-android-search:before{content:"\F2F5"}.ivu-icon-android-send:before{content:"\F2F6"}.ivu-icon-android-settings:before{content:"\F2F7"}.ivu-icon-android-share:before{content:"\F2F8"}.ivu-icon-android-share-alt:before{content:"\F3AC"}.ivu-icon-android-star:before{content:"\F2FC"}.ivu-icon-android-star-half:before{content:"\F3AD"}.ivu-icon-android-star-outline:before{content:"\F3AE"}.ivu-icon-android-stopwatch:before{content:"\F2FD"}.ivu-icon-android-subway:before{content:"\F3AF"}.ivu-icon-android-sunny:before{content:"\F3B0"}.ivu-icon-android-sync:before{content:"\F3B1"}.ivu-icon-android-textsms:before{content:"\F3B2"}.ivu-icon-android-time:before{content:"\F3B3"}.ivu-icon-android-train:before{content:"\F3B4"}.ivu-icon-android-unlock:before{content:"\F3B5"}.ivu-icon-android-upload:before{content:"\F3B6"}.ivu-icon-android-volume-down:before{content:"\F3B7"}.ivu-icon-android-volume-mute:before{content:"\F3B8"}.ivu-icon-android-volume-off:before{content:"\F3B9"}.ivu-icon-android-volume-up:before{content:"\F3BA"}.ivu-icon-android-walk:before{content:"\F3BB"}.ivu-icon-android-warning:before{content:"\F3BC"}.ivu-icon-android-watch:before{content:"\F3BD"}.ivu-icon-android-wifi:before{content:"\F305"}.ivu-icon-aperture:before{content:"\F313"}.ivu-icon-archive:before{content:"\F102"}.ivu-icon-arrow-down-a:before{content:"\F103"}.ivu-icon-arrow-down-b:before{content:"\F104"}.ivu-icon-arrow-down-c:before{content:"\F105"}.ivu-icon-arrow-expand:before{content:"\F25E"}.ivu-icon-arrow-graph-down-left:before{content:"\F25F"}.ivu-icon-arrow-graph-down-right:before{content:"\F260"}.ivu-icon-arrow-graph-up-left:before{content:"\F261"}.ivu-icon-arrow-graph-up-right:before{content:"\F262"}.ivu-icon-arrow-left-a:before{content:"\F106"}.ivu-icon-arrow-left-b:before{content:"\F107"}.ivu-icon-arrow-left-c:before{content:"\F108"}.ivu-icon-arrow-move:before{content:"\F263"}.ivu-icon-arrow-resize:before{content:"\F264"}.ivu-icon-arrow-return-left:before{content:"\F265"}.ivu-icon-arrow-return-right:before{content:"\F266"}.ivu-icon-arrow-right-a:before{content:"\F109"}.ivu-icon-arrow-right-b:before{content:"\F10A"}.ivu-icon-arrow-right-c:before{content:"\F10B"}.ivu-icon-arrow-shrink:before{content:"\F267"}.ivu-icon-arrow-swap:before{content:"\F268"}.ivu-icon-arrow-up-a:before{content:"\F10C"}.ivu-icon-arrow-up-b:before{content:"\F10D"}.ivu-icon-arrow-up-c:before{content:"\F10E"}.ivu-icon-asterisk:before{content:"\F314"}.ivu-icon-at:before{content:"\F10F"}.ivu-icon-backspace:before{content:"\F3BF"}.ivu-icon-backspace-outline:before{content:"\F3BE"}.ivu-icon-bag:before{content:"\F110"}.ivu-icon-battery-charging:before{content:"\F111"}.ivu-icon-battery-empty:before{content:"\F112"}.ivu-icon-battery-full:before{content:"\F113"}.ivu-icon-battery-half:before{content:"\F114"}.ivu-icon-battery-low:before{content:"\F115"}.ivu-icon-beaker:before{content:"\F269"}.ivu-icon-beer:before{content:"\F26A"}.ivu-icon-bluetooth:before{content:"\F116"}.ivu-icon-bonfire:before{content:"\F315"}.ivu-icon-bookmark:before{content:"\F26B"}.ivu-icon-bowtie:before{content:"\F3C0"}.ivu-icon-briefcase:before{content:"\F26C"}.ivu-icon-bug:before{content:"\F2BE"}.ivu-icon-calculator:before{content:"\F26D"}.ivu-icon-calendar:before{content:"\F117"}.ivu-icon-camera:before{content:"\F118"}.ivu-icon-card:before{content:"\F119"}.ivu-icon-cash:before{content:"\F316"}.ivu-icon-chatbox:before{content:"\F11B"}.ivu-icon-chatbox-working:before{content:"\F11A"}.ivu-icon-chatboxes:before{content:"\F11C"}.ivu-icon-chatbubble:before{content:"\F11E"}.ivu-icon-chatbubble-working:before{content:"\F11D"}.ivu-icon-chatbubbles:before{content:"\F11F"}.ivu-icon-checkmark:before{content:"\F122"}.ivu-icon-checkmark-circled:before{content:"\F120"}.ivu-icon-checkmark-round:before{content:"\F121"}.ivu-icon-chevron-down:before{content:"\F123"}.ivu-icon-chevron-left:before{content:"\F124"}.ivu-icon-chevron-right:before{content:"\F125"}.ivu-icon-chevron-up:before{content:"\F126"}.ivu-icon-clipboard:before{content:"\F127"}.ivu-icon-clock:before{content:"\F26E"}.ivu-icon-close:before{content:"\F12A"}.ivu-icon-close-circled:before{content:"\F128"}.ivu-icon-close-round:before{content:"\F129"}.ivu-icon-closed-captioning:before{content:"\F317"}.ivu-icon-cloud:before{content:"\F12B"}.ivu-icon-code:before{content:"\F271"}.ivu-icon-code-download:before{content:"\F26F"}.ivu-icon-code-working:before{content:"\F270"}.ivu-icon-coffee:before{content:"\F272"}.ivu-icon-compass:before{content:"\F273"}.ivu-icon-compose:before{content:"\F12C"}.ivu-icon-connection-bars:before{content:"\F274"}.ivu-icon-contrast:before{content:"\F275"}.ivu-icon-crop:before{content:"\F3C1"}.ivu-icon-cube:before{content:"\F318"}.ivu-icon-disc:before{content:"\F12D"}.ivu-icon-document:before{content:"\F12F"}.ivu-icon-document-text:before{content:"\F12E"}.ivu-icon-drag:before{content:"\F130"}.ivu-icon-earth:before{content:"\F276"}.ivu-icon-easel:before{content:"\F3C2"}.ivu-icon-edit:before{content:"\F2BF"}.ivu-icon-egg:before{content:"\F277"}.ivu-icon-eject:before{content:"\F131"}.ivu-icon-email:before{content:"\F132"}.ivu-icon-email-unread:before{content:"\F3C3"}.ivu-icon-erlenmeyer-flask:before{content:"\F3C5"}.ivu-icon-erlenmeyer-flask-bubbles:before{content:"\F3C4"}.ivu-icon-eye:before{content:"\F133"}.ivu-icon-eye-disabled:before{content:"\F306"}.ivu-icon-female:before{content:"\F278"}.ivu-icon-filing:before{content:"\F134"}.ivu-icon-film-marker:before{content:"\F135"}.ivu-icon-fireball:before{content:"\F319"}.ivu-icon-flag:before{content:"\F279"}.ivu-icon-flame:before{content:"\F31A"}.ivu-icon-flash:before{content:"\F137"}.ivu-icon-flash-off:before{content:"\F136"}.ivu-icon-folder:before{content:"\F139"}.ivu-icon-fork:before{content:"\F27A"}.ivu-icon-fork-repo:before{content:"\F2C0"}.ivu-icon-forward:before{content:"\F13A"}.ivu-icon-funnel:before{content:"\F31B"}.ivu-icon-gear-a:before{content:"\F13D"}.ivu-icon-gear-b:before{content:"\F13E"}.ivu-icon-grid:before{content:"\F13F"}.ivu-icon-hammer:before{content:"\F27B"}.ivu-icon-happy:before{content:"\F31C"}.ivu-icon-happy-outline:before{content:"\F3C6"}.ivu-icon-headphone:before{content:"\F140"}.ivu-icon-heart:before{content:"\F141"}.ivu-icon-heart-broken:before{content:"\F31D"}.ivu-icon-help:before{content:"\F143"}.ivu-icon-help-buoy:before{content:"\F27C"}.ivu-icon-help-circled:before{content:"\F142"}.ivu-icon-home:before{content:"\F144"}.ivu-icon-icecream:before{content:"\F27D"}.ivu-icon-image:before{content:"\F147"}.ivu-icon-images:before{content:"\F148"}.ivu-icon-information:before{content:"\F14A"}.ivu-icon-information-circled:before{content:"\F149"}.ivu-icon-ionic:before{content:"\F14B"}.ivu-icon-ios-alarm:before{content:"\F3C8"}.ivu-icon-ios-alarm-outline:before{content:"\F3C7"}.ivu-icon-ios-albums:before{content:"\F3CA"}.ivu-icon-ios-albums-outline:before{content:"\F3C9"}.ivu-icon-ios-americanfootball:before{content:"\F3CC"}.ivu-icon-ios-americanfootball-outline:before{content:"\F3CB"}.ivu-icon-ios-analytics:before{content:"\F3CE"}.ivu-icon-ios-analytics-outline:before{content:"\F3CD"}.ivu-icon-ios-arrow-back:before{content:"\F3CF"}.ivu-icon-ios-arrow-down:before{content:"\F3D0"}.ivu-icon-ios-arrow-forward:before{content:"\F3D1"}.ivu-icon-ios-arrow-left:before{content:"\F3D2"}.ivu-icon-ios-arrow-right:before{content:"\F3D3"}.ivu-icon-ios-arrow-thin-down:before{content:"\F3D4"}.ivu-icon-ios-arrow-thin-left:before{content:"\F3D5"}.ivu-icon-ios-arrow-thin-right:before{content:"\F3D6"}.ivu-icon-ios-arrow-thin-up:before{content:"\F3D7"}.ivu-icon-ios-arrow-up:before{content:"\F3D8"}.ivu-icon-ios-at:before{content:"\F3DA"}.ivu-icon-ios-at-outline:before{content:"\F3D9"}.ivu-icon-ios-barcode:before{content:"\F3DC"}.ivu-icon-ios-barcode-outline:before{content:"\F3DB"}.ivu-icon-ios-baseball:before{content:"\F3DE"}.ivu-icon-ios-baseball-outline:before{content:"\F3DD"}.ivu-icon-ios-basketball:before{content:"\F3E0"}.ivu-icon-ios-basketball-outline:before{content:"\F3DF"}.ivu-icon-ios-bell:before{content:"\F3E2"}.ivu-icon-ios-bell-outline:before{content:"\F3E1"}.ivu-icon-ios-body:before{content:"\F3E4"}.ivu-icon-ios-body-outline:before{content:"\F3E3"}.ivu-icon-ios-bolt:before{content:"\F3E6"}.ivu-icon-ios-bolt-outline:before{content:"\F3E5"}.ivu-icon-ios-book:before{content:"\F3E8"}.ivu-icon-ios-book-outline:before{content:"\F3E7"}.ivu-icon-ios-bookmarks:before{content:"\F3EA"}.ivu-icon-ios-bookmarks-outline:before{content:"\F3E9"}.ivu-icon-ios-box:before{content:"\F3EC"}.ivu-icon-ios-box-outline:before{content:"\F3EB"}.ivu-icon-ios-briefcase:before{content:"\F3EE"}.ivu-icon-ios-briefcase-outline:before{content:"\F3ED"}.ivu-icon-ios-browsers:before{content:"\F3F0"}.ivu-icon-ios-browsers-outline:before{content:"\F3EF"}.ivu-icon-ios-calculator:before{content:"\F3F2"}.ivu-icon-ios-calculator-outline:before{content:"\F3F1"}.ivu-icon-ios-calendar:before{content:"\F3F4"}.ivu-icon-ios-calendar-outline:before{content:"\F3F3"}.ivu-icon-ios-camera:before{content:"\F3F6"}.ivu-icon-ios-camera-outline:before{content:"\F3F5"}.ivu-icon-ios-cart:before{content:"\F3F8"}.ivu-icon-ios-cart-outline:before{content:"\F3F7"}.ivu-icon-ios-chatboxes:before{content:"\F3FA"}.ivu-icon-ios-chatboxes-outline:before{content:"\F3F9"}.ivu-icon-ios-chatbubble:before{content:"\F3FC"}.ivu-icon-ios-chatbubble-outline:before{content:"\F3FB"}.ivu-icon-ios-checkmark:before{content:"\F3FF"}.ivu-icon-ios-checkmark-empty:before{content:"\F3FD"}.ivu-icon-ios-checkmark-outline:before{content:"\F3FE"}.ivu-icon-ios-circle-filled:before{content:"\F400"}.ivu-icon-ios-circle-outline:before{content:"\F401"}.ivu-icon-ios-clock:before{content:"\F403"}.ivu-icon-ios-clock-outline:before{content:"\F402"}.ivu-icon-ios-close:before{content:"\F406"}.ivu-icon-ios-close-empty:before{content:"\F404"}.ivu-icon-ios-close-outline:before{content:"\F405"}.ivu-icon-ios-cloud:before{content:"\F40C"}.ivu-icon-ios-cloud-download:before{content:"\F408"}.ivu-icon-ios-cloud-download-outline:before{content:"\F407"}.ivu-icon-ios-cloud-outline:before{content:"\F409"}.ivu-icon-ios-cloud-upload:before{content:"\F40B"}.ivu-icon-ios-cloud-upload-outline:before{content:"\F40A"}.ivu-icon-ios-cloudy:before{content:"\F410"}.ivu-icon-ios-cloudy-night:before{content:"\F40E"}.ivu-icon-ios-cloudy-night-outline:before{content:"\F40D"}.ivu-icon-ios-cloudy-outline:before{content:"\F40F"}.ivu-icon-ios-cog:before{content:"\F412"}.ivu-icon-ios-cog-outline:before{content:"\F411"}.ivu-icon-ios-color-filter:before{content:"\F414"}.ivu-icon-ios-color-filter-outline:before{content:"\F413"}.ivu-icon-ios-color-wand:before{content:"\F416"}.ivu-icon-ios-color-wand-outline:before{content:"\F415"}.ivu-icon-ios-compose:before{content:"\F418"}.ivu-icon-ios-compose-outline:before{content:"\F417"}.ivu-icon-ios-contact:before{content:"\F41A"}.ivu-icon-ios-contact-outline:before{content:"\F419"}.ivu-icon-ios-copy:before{content:"\F41C"}.ivu-icon-ios-copy-outline:before{content:"\F41B"}.ivu-icon-ios-crop:before{content:"\F41E"}.ivu-icon-ios-crop-strong:before{content:"\F41D"}.ivu-icon-ios-download:before{content:"\F420"}.ivu-icon-ios-download-outline:before{content:"\F41F"}.ivu-icon-ios-drag:before{content:"\F421"}.ivu-icon-ios-email:before{content:"\F423"}.ivu-icon-ios-email-outline:before{content:"\F422"}.ivu-icon-ios-eye:before{content:"\F425"}.ivu-icon-ios-eye-outline:before{content:"\F424"}.ivu-icon-ios-fastforward:before{content:"\F427"}.ivu-icon-ios-fastforward-outline:before{content:"\F426"}.ivu-icon-ios-filing:before{content:"\F429"}.ivu-icon-ios-filing-outline:before{content:"\F428"}.ivu-icon-ios-film:before{content:"\F42B"}.ivu-icon-ios-film-outline:before{content:"\F42A"}.ivu-icon-ios-flag:before{content:"\F42D"}.ivu-icon-ios-flag-outline:before{content:"\F42C"}.ivu-icon-ios-flame:before{content:"\F42F"}.ivu-icon-ios-flame-outline:before{content:"\F42E"}.ivu-icon-ios-flask:before{content:"\F431"}.ivu-icon-ios-flask-outline:before{content:"\F430"}.ivu-icon-ios-flower:before{content:"\F433"}.ivu-icon-ios-flower-outline:before{content:"\F432"}.ivu-icon-ios-folder:before{content:"\F435"}.ivu-icon-ios-folder-outline:before{content:"\F434"}.ivu-icon-ios-football:before{content:"\F437"}.ivu-icon-ios-football-outline:before{content:"\F436"}.ivu-icon-ios-game-controller-a:before{content:"\F439"}.ivu-icon-ios-game-controller-a-outline:before{content:"\F438"}.ivu-icon-ios-game-controller-b:before{content:"\F43B"}.ivu-icon-ios-game-controller-b-outline:before{content:"\F43A"}.ivu-icon-ios-gear:before{content:"\F43D"}.ivu-icon-ios-gear-outline:before{content:"\F43C"}.ivu-icon-ios-glasses:before{content:"\F43F"}.ivu-icon-ios-glasses-outline:before{content:"\F43E"}.ivu-icon-ios-grid-view:before{content:"\F441"}.ivu-icon-ios-grid-view-outline:before{content:"\F440"}.ivu-icon-ios-heart:before{content:"\F443"}.ivu-icon-ios-heart-outline:before{content:"\F442"}.ivu-icon-ios-help:before{content:"\F446"}.ivu-icon-ios-help-empty:before{content:"\F444"}.ivu-icon-ios-help-outline:before{content:"\F445"}.ivu-icon-ios-home:before{content:"\F448"}.ivu-icon-ios-home-outline:before{content:"\F447"}.ivu-icon-ios-infinite:before{content:"\F44A"}.ivu-icon-ios-infinite-outline:before{content:"\F449"}.ivu-icon-ios-information:before{content:"\F44D"}.ivu-icon-ios-information-empty:before{content:"\F44B"}.ivu-icon-ios-information-outline:before{content:"\F44C"}.ivu-icon-ios-ionic-outline:before{content:"\F44E"}.ivu-icon-ios-keypad:before{content:"\F450"}.ivu-icon-ios-keypad-outline:before{content:"\F44F"}.ivu-icon-ios-lightbulb:before{content:"\F452"}.ivu-icon-ios-lightbulb-outline:before{content:"\F451"}.ivu-icon-ios-list:before{content:"\F454"}.ivu-icon-ios-list-outline:before{content:"\F453"}.ivu-icon-ios-location:before{content:"\F456"}.ivu-icon-ios-location-outline:before{content:"\F455"}.ivu-icon-ios-locked:before{content:"\F458"}.ivu-icon-ios-locked-outline:before{content:"\F457"}.ivu-icon-ios-loop:before{content:"\F45A"}.ivu-icon-ios-loop-strong:before{content:"\F459"}.ivu-icon-ios-medical:before{content:"\F45C"}.ivu-icon-ios-medical-outline:before{content:"\F45B"}.ivu-icon-ios-medkit:before{content:"\F45E"}.ivu-icon-ios-medkit-outline:before{content:"\F45D"}.ivu-icon-ios-mic:before{content:"\F461"}.ivu-icon-ios-mic-off:before{content:"\F45F"}.ivu-icon-ios-mic-outline:before{content:"\F460"}.ivu-icon-ios-minus:before{content:"\F464"}.ivu-icon-ios-minus-empty:before{content:"\F462"}.ivu-icon-ios-minus-outline:before{content:"\F463"}.ivu-icon-ios-monitor:before{content:"\F466"}.ivu-icon-ios-monitor-outline:before{content:"\F465"}.ivu-icon-ios-moon:before{content:"\F468"}.ivu-icon-ios-moon-outline:before{content:"\F467"}.ivu-icon-ios-more:before{content:"\F46A"}.ivu-icon-ios-more-outline:before{content:"\F469"}.ivu-icon-ios-musical-note:before{content:"\F46B"}.ivu-icon-ios-musical-notes:before{content:"\F46C"}.ivu-icon-ios-navigate:before{content:"\F46E"}.ivu-icon-ios-navigate-outline:before{content:"\F46D"}.ivu-icon-ios-nutrition:before{content:"\F470"}.ivu-icon-ios-nutrition-outline:before{content:"\F46F"}.ivu-icon-ios-paper:before{content:"\F472"}.ivu-icon-ios-paper-outline:before{content:"\F471"}.ivu-icon-ios-paperplane:before{content:"\F474"}.ivu-icon-ios-paperplane-outline:before{content:"\F473"}.ivu-icon-ios-partlysunny:before{content:"\F476"}.ivu-icon-ios-partlysunny-outline:before{content:"\F475"}.ivu-icon-ios-pause:before{content:"\F478"}.ivu-icon-ios-pause-outline:before{content:"\F477"}.ivu-icon-ios-paw:before{content:"\F47A"}.ivu-icon-ios-paw-outline:before{content:"\F479"}.ivu-icon-ios-people:before{content:"\F47C"}.ivu-icon-ios-people-outline:before{content:"\F47B"}.ivu-icon-ios-person:before{content:"\F47E"}.ivu-icon-ios-person-outline:before{content:"\F47D"}.ivu-icon-ios-personadd:before{content:"\F480"}.ivu-icon-ios-personadd-outline:before{content:"\F47F"}.ivu-icon-ios-photos:before{content:"\F482"}.ivu-icon-ios-photos-outline:before{content:"\F481"}.ivu-icon-ios-pie:before{content:"\F484"}.ivu-icon-ios-pie-outline:before{content:"\F483"}.ivu-icon-ios-pint:before{content:"\F486"}.ivu-icon-ios-pint-outline:before{content:"\F485"}.ivu-icon-ios-play:before{content:"\F488"}.ivu-icon-ios-play-outline:before{content:"\F487"}.ivu-icon-ios-plus:before{content:"\F48B"}.ivu-icon-ios-plus-empty:before{content:"\F489"}.ivu-icon-ios-plus-outline:before{content:"\F48A"}.ivu-icon-ios-pricetag:before{content:"\F48D"}.ivu-icon-ios-pricetag-outline:before{content:"\F48C"}.ivu-icon-ios-pricetags:before{content:"\F48F"}.ivu-icon-ios-pricetags-outline:before{content:"\F48E"}.ivu-icon-ios-printer:before{content:"\F491"}.ivu-icon-ios-printer-outline:before{content:"\F490"}.ivu-icon-ios-pulse:before{content:"\F493"}.ivu-icon-ios-pulse-strong:before{content:"\F492"}.ivu-icon-ios-rainy:before{content:"\F495"}.ivu-icon-ios-rainy-outline:before{content:"\F494"}.ivu-icon-ios-recording:before{content:"\F497"}.ivu-icon-ios-recording-outline:before{content:"\F496"}.ivu-icon-ios-redo:before{content:"\F499"}.ivu-icon-ios-redo-outline:before{content:"\F498"}.ivu-icon-ios-refresh:before{content:"\F49C"}.ivu-icon-ios-refresh-empty:before{content:"\F49A"}.ivu-icon-ios-refresh-outline:before{content:"\F49B"}.ivu-icon-ios-reload:before{content:"\F49D"}.ivu-icon-ios-reverse-camera:before{content:"\F49F"}.ivu-icon-ios-reverse-camera-outline:before{content:"\F49E"}.ivu-icon-ios-rewind:before{content:"\F4A1"}.ivu-icon-ios-rewind-outline:before{content:"\F4A0"}.ivu-icon-ios-rose:before{content:"\F4A3"}.ivu-icon-ios-rose-outline:before{content:"\F4A2"}.ivu-icon-ios-search:before{content:"\F4A5"}.ivu-icon-ios-search-strong:before{content:"\F4A4"}.ivu-icon-ios-settings:before{content:"\F4A7"}.ivu-icon-ios-settings-strong:before{content:"\F4A6"}.ivu-icon-ios-shuffle:before{content:"\F4A9"}.ivu-icon-ios-shuffle-strong:before{content:"\F4A8"}.ivu-icon-ios-skipbackward:before{content:"\F4AB"}.ivu-icon-ios-skipbackward-outline:before{content:"\F4AA"}.ivu-icon-ios-skipforward:before{content:"\F4AD"}.ivu-icon-ios-skipforward-outline:before{content:"\F4AC"}.ivu-icon-ios-snowy:before{content:"\F4AE"}.ivu-icon-ios-speedometer:before{content:"\F4B0"}.ivu-icon-ios-speedometer-outline:before{content:"\F4AF"}.ivu-icon-ios-star:before{content:"\F4B3"}.ivu-icon-ios-star-half:before{content:"\F4B1"}.ivu-icon-ios-star-outline:before{content:"\F4B2"}.ivu-icon-ios-stopwatch:before{content:"\F4B5"}.ivu-icon-ios-stopwatch-outline:before{content:"\F4B4"}.ivu-icon-ios-sunny:before{content:"\F4B7"}.ivu-icon-ios-sunny-outline:before{content:"\F4B6"}.ivu-icon-ios-telephone:before{content:"\F4B9"}.ivu-icon-ios-telephone-outline:before{content:"\F4B8"}.ivu-icon-ios-tennisball:before{content:"\F4BB"}.ivu-icon-ios-tennisball-outline:before{content:"\F4BA"}.ivu-icon-ios-thunderstorm:before{content:"\F4BD"}.ivu-icon-ios-thunderstorm-outline:before{content:"\F4BC"}.ivu-icon-ios-time:before{content:"\F4BF"}.ivu-icon-ios-time-outline:before{content:"\F4BE"}.ivu-icon-ios-timer:before{content:"\F4C1"}.ivu-icon-ios-timer-outline:before{content:"\F4C0"}.ivu-icon-ios-toggle:before{content:"\F4C3"}.ivu-icon-ios-toggle-outline:before{content:"\F4C2"}.ivu-icon-ios-trash:before{content:"\F4C5"}.ivu-icon-ios-trash-outline:before{content:"\F4C4"}.ivu-icon-ios-undo:before{content:"\F4C7"}.ivu-icon-ios-undo-outline:before{content:"\F4C6"}.ivu-icon-ios-unlocked:before{content:"\F4C9"}.ivu-icon-ios-unlocked-outline:before{content:"\F4C8"}.ivu-icon-ios-upload:before{content:"\F4CB"}.ivu-icon-ios-upload-outline:before{content:"\F4CA"}.ivu-icon-ios-videocam:before{content:"\F4CD"}.ivu-icon-ios-videocam-outline:before{content:"\F4CC"}.ivu-icon-ios-volume-high:before{content:"\F4CE"}.ivu-icon-ios-volume-low:before{content:"\F4CF"}.ivu-icon-ios-wineglass:before{content:"\F4D1"}.ivu-icon-ios-wineglass-outline:before{content:"\F4D0"}.ivu-icon-ios-world:before{content:"\F4D3"}.ivu-icon-ios-world-outline:before{content:"\F4D2"}.ivu-icon-ipad:before{content:"\F1F9"}.ivu-icon-iphone:before{content:"\F1FA"}.ivu-icon-ipod:before{content:"\F1FB"}.ivu-icon-jet:before{content:"\F295"}.ivu-icon-key:before{content:"\F296"}.ivu-icon-knife:before{content:"\F297"}.ivu-icon-laptop:before{content:"\F1FC"}.ivu-icon-leaf:before{content:"\F1FD"}.ivu-icon-levels:before{content:"\F298"}.ivu-icon-lightbulb:before{content:"\F299"}.ivu-icon-link:before{content:"\F1FE"}.ivu-icon-load-a:before{content:"\F29A"}.ivu-icon-load-b:before{content:"\F29B"}.ivu-icon-load-c:before{content:"\F29C"}.ivu-icon-load-d:before{content:"\F29D"}.ivu-icon-location:before{content:"\F1FF"}.ivu-icon-lock-combination:before{content:"\F4D4"}.ivu-icon-locked:before{content:"\F200"}.ivu-icon-log-in:before{content:"\F29E"}.ivu-icon-log-out:before{content:"\F29F"}.ivu-icon-loop:before{content:"\F201"}.ivu-icon-magnet:before{content:"\F2A0"}.ivu-icon-male:before{content:"\F2A1"}.ivu-icon-man:before{content:"\F202"}.ivu-icon-map:before{content:"\F203"}.ivu-icon-medkit:before{content:"\F2A2"}.ivu-icon-merge:before{content:"\F33F"}.ivu-icon-mic-a:before{content:"\F204"}.ivu-icon-mic-b:before{content:"\F205"}.ivu-icon-mic-c:before{content:"\F206"}.ivu-icon-minus:before{content:"\F209"}.ivu-icon-minus-circled:before{content:"\F207"}.ivu-icon-minus-round:before{content:"\F208"}.ivu-icon-model-s:before{content:"\F2C1"}.ivu-icon-monitor:before{content:"\F20A"}.ivu-icon-more:before{content:"\F20B"}.ivu-icon-mouse:before{content:"\F340"}.ivu-icon-music-note:before{content:"\F20C"}.ivu-icon-navicon:before{content:"\F20E"}.ivu-icon-navicon-round:before{content:"\F20D"}.ivu-icon-navigate:before{content:"\F2A3"}.ivu-icon-network:before{content:"\F341"}.ivu-icon-no-smoking:before{content:"\F2C2"}.ivu-icon-nuclear:before{content:"\F2A4"}.ivu-icon-outlet:before{content:"\F342"}.ivu-icon-paintbrush:before{content:"\F4D5"}.ivu-icon-paintbucket:before{content:"\F4D6"}.ivu-icon-paper-airplane:before{content:"\F2C3"}.ivu-icon-paperclip:before{content:"\F20F"}.ivu-icon-pause:before{content:"\F210"}.ivu-icon-person:before{content:"\F213"}.ivu-icon-person-add:before{content:"\F211"}.ivu-icon-person-stalker:before{content:"\F212"}.ivu-icon-pie-graph:before{content:"\F2A5"}.ivu-icon-pin:before{content:"\F2A6"}.ivu-icon-pinpoint:before{content:"\F2A7"}.ivu-icon-pizza:before{content:"\F2A8"}.ivu-icon-plane:before{content:"\F214"}.ivu-icon-planet:before{content:"\F343"}.ivu-icon-play:before{content:"\F215"}.ivu-icon-playstation:before{content:"\F30A"}.ivu-icon-plus:before{content:"\F218"}.ivu-icon-plus-circled:before{content:"\F216"}.ivu-icon-plus-round:before{content:"\F217"}.ivu-icon-podium:before{content:"\F344"}.ivu-icon-pound:before{content:"\F219"}.ivu-icon-power:before{content:"\F2A9"}.ivu-icon-pricetag:before{content:"\F2AA"}.ivu-icon-pricetags:before{content:"\F2AB"}.ivu-icon-printer:before{content:"\F21A"}.ivu-icon-pull-request:before{content:"\F345"}.ivu-icon-qr-scanner:before{content:"\F346"}.ivu-icon-quote:before{content:"\F347"}.ivu-icon-radio-waves:before{content:"\F2AC"}.ivu-icon-record:before{content:"\F21B"}.ivu-icon-refresh:before{content:"\F21C"}.ivu-icon-reply:before{content:"\F21E"}.ivu-icon-reply-all:before{content:"\F21D"}.ivu-icon-ribbon-a:before{content:"\F348"}.ivu-icon-ribbon-b:before{content:"\F349"}.ivu-icon-sad:before{content:"\F34A"}.ivu-icon-sad-outline:before{content:"\F4D7"}.ivu-icon-scissors:before{content:"\F34B"}.ivu-icon-search:before{content:"\F21F"}.ivu-icon-settings:before{content:"\F2AD"}.ivu-icon-share:before{content:"\F220"}.ivu-icon-shuffle:before{content:"\F221"}.ivu-icon-skip-backward:before{content:"\F222"}.ivu-icon-skip-forward:before{content:"\F223"}.ivu-icon-social-android:before{content:"\F225"}.ivu-icon-social-android-outline:before{content:"\F224"}.ivu-icon-social-angular:before{content:"\F4D9"}.ivu-icon-social-angular-outline:before{content:"\F4D8"}.ivu-icon-social-apple:before{content:"\F227"}.ivu-icon-social-apple-outline:before{content:"\F226"}.ivu-icon-social-bitcoin:before{content:"\F2AF"}.ivu-icon-social-bitcoin-outline:before{content:"\F2AE"}.ivu-icon-social-buffer:before{content:"\F229"}.ivu-icon-social-buffer-outline:before{content:"\F228"}.ivu-icon-social-chrome:before{content:"\F4DB"}.ivu-icon-social-chrome-outline:before{content:"\F4DA"}.ivu-icon-social-codepen:before{content:"\F4DD"}.ivu-icon-social-codepen-outline:before{content:"\F4DC"}.ivu-icon-social-css3:before{content:"\F4DF"}.ivu-icon-social-css3-outline:before{content:"\F4DE"}.ivu-icon-social-designernews:before{content:"\F22B"}.ivu-icon-social-designernews-outline:before{content:"\F22A"}.ivu-icon-social-dribbble:before{content:"\F22D"}.ivu-icon-social-dribbble-outline:before{content:"\F22C"}.ivu-icon-social-dropbox:before{content:"\F22F"}.ivu-icon-social-dropbox-outline:before{content:"\F22E"}.ivu-icon-social-euro:before{content:"\F4E1"}.ivu-icon-social-euro-outline:before{content:"\F4E0"}.ivu-icon-social-facebook:before{content:"\F231"}.ivu-icon-social-facebook-outline:before{content:"\F230"}.ivu-icon-social-foursquare:before{content:"\F34D"}.ivu-icon-social-foursquare-outline:before{content:"\F34C"}.ivu-icon-social-freebsd-devil:before{content:"\F2C4"}.ivu-icon-social-github:before{content:"\F233"}.ivu-icon-social-github-outline:before{content:"\F232"}.ivu-icon-social-google:before{content:"\F34F"}.ivu-icon-social-google-outline:before{content:"\F34E"}.ivu-icon-social-googleplus:before{content:"\F235"}.ivu-icon-social-googleplus-outline:before{content:"\F234"}.ivu-icon-social-hackernews:before{content:"\F237"}.ivu-icon-social-hackernews-outline:before{content:"\F236"}.ivu-icon-social-html5:before{content:"\F4E3"}.ivu-icon-social-html5-outline:before{content:"\F4E2"}.ivu-icon-social-instagram:before{content:"\F351"}.ivu-icon-social-instagram-outline:before{content:"\F350"}.ivu-icon-social-javascript:before{content:"\F4E5"}.ivu-icon-social-javascript-outline:before{content:"\F4E4"}.ivu-icon-social-linkedin:before{content:"\F239"}.ivu-icon-social-linkedin-outline:before{content:"\F238"}.ivu-icon-social-markdown:before{content:"\F4E6"}.ivu-icon-social-nodejs:before{content:"\F4E7"}.ivu-icon-social-octocat:before{content:"\F4E8"}.ivu-icon-social-pinterest:before{content:"\F2B1"}.ivu-icon-social-pinterest-outline:before{content:"\F2B0"}.ivu-icon-social-python:before{content:"\F4E9"}.ivu-icon-social-reddit:before{content:"\F23B"}.ivu-icon-social-reddit-outline:before{content:"\F23A"}.ivu-icon-social-rss:before{content:"\F23D"}.ivu-icon-social-rss-outline:before{content:"\F23C"}.ivu-icon-social-sass:before{content:"\F4EA"}.ivu-icon-social-skype:before{content:"\F23F"}.ivu-icon-social-skype-outline:before{content:"\F23E"}.ivu-icon-social-snapchat:before{content:"\F4EC"}.ivu-icon-social-snapchat-outline:before{content:"\F4EB"}.ivu-icon-social-tumblr:before{content:"\F241"}.ivu-icon-social-tumblr-outline:before{content:"\F240"}.ivu-icon-social-tux:before{content:"\F2C5"}.ivu-icon-social-twitch:before{content:"\F4EE"}.ivu-icon-social-twitch-outline:before{content:"\F4ED"}.ivu-icon-social-twitter:before{content:"\F243"}.ivu-icon-social-twitter-outline:before{content:"\F242"}.ivu-icon-social-usd:before{content:"\F353"}.ivu-icon-social-usd-outline:before{content:"\F352"}.ivu-icon-social-vimeo:before{content:"\F245"}.ivu-icon-social-vimeo-outline:before{content:"\F244"}.ivu-icon-social-whatsapp:before{content:"\F4F0"}.ivu-icon-social-whatsapp-outline:before{content:"\F4EF"}.ivu-icon-social-windows:before{content:"\F247"}.ivu-icon-social-windows-outline:before{content:"\F246"}.ivu-icon-social-wordpress:before{content:"\F249"}.ivu-icon-social-wordpress-outline:before{content:"\F248"}.ivu-icon-social-yahoo:before{content:"\F24B"}.ivu-icon-social-yahoo-outline:before{content:"\F24A"}.ivu-icon-social-yen:before{content:"\F4F2"}.ivu-icon-social-yen-outline:before{content:"\F4F1"}.ivu-icon-social-youtube:before{content:"\F24D"}.ivu-icon-social-youtube-outline:before{content:"\F24C"}.ivu-icon-soup-can:before{content:"\F4F4"}.ivu-icon-soup-can-outline:before{content:"\F4F3"}.ivu-icon-speakerphone:before{content:"\F2B2"}.ivu-icon-speedometer:before{content:"\F2B3"}.ivu-icon-spoon:before{content:"\F2B4"}.ivu-icon-star:before{content:"\F24E"}.ivu-icon-stats-bars:before{content:"\F2B5"}.ivu-icon-steam:before{content:"\F30B"}.ivu-icon-stop:before{content:"\F24F"}.ivu-icon-thermometer:before{content:"\F2B6"}.ivu-icon-thumbsdown:before{content:"\F250"}.ivu-icon-thumbsup:before{content:"\F251"}.ivu-icon-toggle:before{content:"\F355"}.ivu-icon-toggle-filled:before{content:"\F354"}.ivu-icon-transgender:before{content:"\F4F5"}.ivu-icon-trash-a:before{content:"\F252"}.ivu-icon-trash-b:before{content:"\F253"}.ivu-icon-trophy:before{content:"\F356"}.ivu-icon-tshirt:before{content:"\F4F7"}.ivu-icon-tshirt-outline:before{content:"\F4F6"}.ivu-icon-umbrella:before{content:"\F2B7"}.ivu-icon-university:before{content:"\F357"}.ivu-icon-unlocked:before{content:"\F254"}.ivu-icon-upload:before{content:"\F255"}.ivu-icon-usb:before{content:"\F2B8"}.ivu-icon-videocamera:before{content:"\F256"}.ivu-icon-volume-high:before{content:"\F257"}.ivu-icon-volume-low:before{content:"\F258"}.ivu-icon-volume-medium:before{content:"\F259"}.ivu-icon-volume-mute:before{content:"\F25A"}.ivu-icon-wand:before{content:"\F358"}.ivu-icon-waterdrop:before{content:"\F25B"}.ivu-icon-wifi:before{content:"\F25C"}.ivu-icon-wineglass:before{content:"\F2B9"}.ivu-icon-woman:before{content:"\F25D"}.ivu-icon-wrench:before{content:"\F2BA"}.ivu-icon-xbox:before{content:"\F30C"}.ivu-row{position:relative;margin-left:0;margin-right:0;height:auto;zoom:1;display:block}.ivu-row:after,.ivu-row:before{content:"";display:table}.ivu-row:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-row-flex{display:flex;flex-direction:row;flex-wrap:wrap}.ivu-row-flex:after,.ivu-row-flex:before{display:flex}.ivu-row-flex-start{justify-content:flex-start}.ivu-row-flex-center{justify-content:center}.ivu-row-flex-end{justify-content:flex-end}.ivu-row-flex-space-between{justify-content:space-between}.ivu-row-flex-space-around{justify-content:space-around}.ivu-row-flex-top{align-items:flex-start}.ivu-row-flex-middle{align-items:center}.ivu-row-flex-bottom{align-items:flex-end}.ivu-col{position:relative;display:block}.ivu-col-span-1,.ivu-col-span-10,.ivu-col-span-11,.ivu-col-span-12,.ivu-col-span-13,.ivu-col-span-14,.ivu-col-span-15,.ivu-col-span-16,.ivu-col-span-17,.ivu-col-span-18,.ivu-col-span-19,.ivu-col-span-2,.ivu-col-span-20,.ivu-col-span-21,.ivu-col-span-22,.ivu-col-span-23,.ivu-col-span-24,.ivu-col-span-3,.ivu-col-span-4,.ivu-col-span-5,.ivu-col-span-6,.ivu-col-span-7,.ivu-col-span-8,.ivu-col-span-9{float:left;flex:0 0 auto}.ivu-col-span-24{display:block;width:100%}.ivu-col-push-24{left:100%}.ivu-col-pull-24{right:100%}.ivu-col-offset-24{margin-left:100%}.ivu-col-order-24{order:24}.ivu-col-span-23{display:block;width:95.83333333%}.ivu-col-push-23{left:95.83333333%}.ivu-col-pull-23{right:95.83333333%}.ivu-col-offset-23{margin-left:95.83333333%}.ivu-col-order-23{order:23}.ivu-col-span-22{display:block;width:91.66666667%}.ivu-col-push-22{left:91.66666667%}.ivu-col-pull-22{right:91.66666667%}.ivu-col-offset-22{margin-left:91.66666667%}.ivu-col-order-22{order:22}.ivu-col-span-21{display:block;width:87.5%}.ivu-col-push-21{left:87.5%}.ivu-col-pull-21{right:87.5%}.ivu-col-offset-21{margin-left:87.5%}.ivu-col-order-21{order:21}.ivu-col-span-20{display:block;width:83.33333333%}.ivu-col-push-20{left:83.33333333%}.ivu-col-pull-20{right:83.33333333%}.ivu-col-offset-20{margin-left:83.33333333%}.ivu-col-order-20{order:20}.ivu-col-span-19{display:block;width:79.16666667%}.ivu-col-push-19{left:79.16666667%}.ivu-col-pull-19{right:79.16666667%}.ivu-col-offset-19{margin-left:79.16666667%}.ivu-col-order-19{order:19}.ivu-col-span-18{display:block;width:75%}.ivu-col-push-18{left:75%}.ivu-col-pull-18{right:75%}.ivu-col-offset-18{margin-left:75%}.ivu-col-order-18{order:18}.ivu-col-span-17{display:block;width:70.83333333%}.ivu-col-push-17{left:70.83333333%}.ivu-col-pull-17{right:70.83333333%}.ivu-col-offset-17{margin-left:70.83333333%}.ivu-col-order-17{order:17}.ivu-col-span-16{display:block;width:66.66666667%}.ivu-col-push-16{left:66.66666667%}.ivu-col-pull-16{right:66.66666667%}.ivu-col-offset-16{margin-left:66.66666667%}.ivu-col-order-16{order:16}.ivu-col-span-15{display:block;width:62.5%}.ivu-col-push-15{left:62.5%}.ivu-col-pull-15{right:62.5%}.ivu-col-offset-15{margin-left:62.5%}.ivu-col-order-15{order:15}.ivu-col-span-14{display:block;width:58.33333333%}.ivu-col-push-14{left:58.33333333%}.ivu-col-pull-14{right:58.33333333%}.ivu-col-offset-14{margin-left:58.33333333%}.ivu-col-order-14{order:14}.ivu-col-span-13{display:block;width:54.16666667%}.ivu-col-push-13{left:54.16666667%}.ivu-col-pull-13{right:54.16666667%}.ivu-col-offset-13{margin-left:54.16666667%}.ivu-col-order-13{order:13}.ivu-col-span-12{display:block;width:50%}.ivu-col-push-12{left:50%}.ivu-col-pull-12{right:50%}.ivu-col-offset-12{margin-left:50%}.ivu-col-order-12{order:12}.ivu-col-span-11{display:block;width:45.83333333%}.ivu-col-push-11{left:45.83333333%}.ivu-col-pull-11{right:45.83333333%}.ivu-col-offset-11{margin-left:45.83333333%}.ivu-col-order-11{order:11}.ivu-col-span-10{display:block;width:41.66666667%}.ivu-col-push-10{left:41.66666667%}.ivu-col-pull-10{right:41.66666667%}.ivu-col-offset-10{margin-left:41.66666667%}.ivu-col-order-10{order:10}.ivu-col-span-9{display:block;width:37.5%}.ivu-col-push-9{left:37.5%}.ivu-col-pull-9{right:37.5%}.ivu-col-offset-9{margin-left:37.5%}.ivu-col-order-9{order:9}.ivu-col-span-8{display:block;width:33.33333333%}.ivu-col-push-8{left:33.33333333%}.ivu-col-pull-8{right:33.33333333%}.ivu-col-offset-8{margin-left:33.33333333%}.ivu-col-order-8{order:8}.ivu-col-span-7{display:block;width:29.16666667%}.ivu-col-push-7{left:29.16666667%}.ivu-col-pull-7{right:29.16666667%}.ivu-col-offset-7{margin-left:29.16666667%}.ivu-col-order-7{order:7}.ivu-col-span-6{display:block;width:25%}.ivu-col-push-6{left:25%}.ivu-col-pull-6{right:25%}.ivu-col-offset-6{margin-left:25%}.ivu-col-order-6{order:6}.ivu-col-span-5{display:block;width:20.83333333%}.ivu-col-push-5{left:20.83333333%}.ivu-col-pull-5{right:20.83333333%}.ivu-col-offset-5{margin-left:20.83333333%}.ivu-col-order-5{order:5}.ivu-col-span-4{display:block;width:16.66666667%}.ivu-col-push-4{left:16.66666667%}.ivu-col-pull-4{right:16.66666667%}.ivu-col-offset-4{margin-left:16.66666667%}.ivu-col-order-4{order:4}.ivu-col-span-3{display:block;width:12.5%}.ivu-col-push-3{left:12.5%}.ivu-col-pull-3{right:12.5%}.ivu-col-offset-3{margin-left:12.5%}.ivu-col-order-3{order:3}.ivu-col-span-2{display:block;width:8.33333333%}.ivu-col-push-2{left:8.33333333%}.ivu-col-pull-2{right:8.33333333%}.ivu-col-offset-2{margin-left:8.33333333%}.ivu-col-order-2{order:2}.ivu-col-span-1{display:block;width:4.16666667%}.ivu-col-push-1{left:4.16666667%}.ivu-col-pull-1{right:4.16666667%}.ivu-col-offset-1{margin-left:4.16666667%}.ivu-col-order-1{order:1}.ivu-col-span-0{display:none}.ivu-col-push-0{left:auto}.ivu-col-pull-0{right:auto}.ivu-col-span-xs-1,.ivu-col-span-xs-10,.ivu-col-span-xs-11,.ivu-col-span-xs-12,.ivu-col-span-xs-13,.ivu-col-span-xs-14,.ivu-col-span-xs-15,.ivu-col-span-xs-16,.ivu-col-span-xs-17,.ivu-col-span-xs-18,.ivu-col-span-xs-19,.ivu-col-span-xs-2,.ivu-col-span-xs-20,.ivu-col-span-xs-21,.ivu-col-span-xs-22,.ivu-col-span-xs-23,.ivu-col-span-xs-24,.ivu-col-span-xs-3,.ivu-col-span-xs-4,.ivu-col-span-xs-5,.ivu-col-span-xs-6,.ivu-col-span-xs-7,.ivu-col-span-xs-8,.ivu-col-span-xs-9{float:left;flex:0 0 auto}.ivu-col-span-xs-24{display:block;width:100%}.ivu-col-xs-push-24{left:100%}.ivu-col-xs-pull-24{right:100%}.ivu-col-xs-offset-24{margin-left:100%}.ivu-col-xs-order-24{order:24}.ivu-col-span-xs-23{display:block;width:95.83333333%}.ivu-col-xs-push-23{left:95.83333333%}.ivu-col-xs-pull-23{right:95.83333333%}.ivu-col-xs-offset-23{margin-left:95.83333333%}.ivu-col-xs-order-23{order:23}.ivu-col-span-xs-22{display:block;width:91.66666667%}.ivu-col-xs-push-22{left:91.66666667%}.ivu-col-xs-pull-22{right:91.66666667%}.ivu-col-xs-offset-22{margin-left:91.66666667%}.ivu-col-xs-order-22{order:22}.ivu-col-span-xs-21{display:block;width:87.5%}.ivu-col-xs-push-21{left:87.5%}.ivu-col-xs-pull-21{right:87.5%}.ivu-col-xs-offset-21{margin-left:87.5%}.ivu-col-xs-order-21{order:21}.ivu-col-span-xs-20{display:block;width:83.33333333%}.ivu-col-xs-push-20{left:83.33333333%}.ivu-col-xs-pull-20{right:83.33333333%}.ivu-col-xs-offset-20{margin-left:83.33333333%}.ivu-col-xs-order-20{order:20}.ivu-col-span-xs-19{display:block;width:79.16666667%}.ivu-col-xs-push-19{left:79.16666667%}.ivu-col-xs-pull-19{right:79.16666667%}.ivu-col-xs-offset-19{margin-left:79.16666667%}.ivu-col-xs-order-19{order:19}.ivu-col-span-xs-18{display:block;width:75%}.ivu-col-xs-push-18{left:75%}.ivu-col-xs-pull-18{right:75%}.ivu-col-xs-offset-18{margin-left:75%}.ivu-col-xs-order-18{order:18}.ivu-col-span-xs-17{display:block;width:70.83333333%}.ivu-col-xs-push-17{left:70.83333333%}.ivu-col-xs-pull-17{right:70.83333333%}.ivu-col-xs-offset-17{margin-left:70.83333333%}.ivu-col-xs-order-17{order:17}.ivu-col-span-xs-16{display:block;width:66.66666667%}.ivu-col-xs-push-16{left:66.66666667%}.ivu-col-xs-pull-16{right:66.66666667%}.ivu-col-xs-offset-16{margin-left:66.66666667%}.ivu-col-xs-order-16{order:16}.ivu-col-span-xs-15{display:block;width:62.5%}.ivu-col-xs-push-15{left:62.5%}.ivu-col-xs-pull-15{right:62.5%}.ivu-col-xs-offset-15{margin-left:62.5%}.ivu-col-xs-order-15{order:15}.ivu-col-span-xs-14{display:block;width:58.33333333%}.ivu-col-xs-push-14{left:58.33333333%}.ivu-col-xs-pull-14{right:58.33333333%}.ivu-col-xs-offset-14{margin-left:58.33333333%}.ivu-col-xs-order-14{order:14}.ivu-col-span-xs-13{display:block;width:54.16666667%}.ivu-col-xs-push-13{left:54.16666667%}.ivu-col-xs-pull-13{right:54.16666667%}.ivu-col-xs-offset-13{margin-left:54.16666667%}.ivu-col-xs-order-13{order:13}.ivu-col-span-xs-12{display:block;width:50%}.ivu-col-xs-push-12{left:50%}.ivu-col-xs-pull-12{right:50%}.ivu-col-xs-offset-12{margin-left:50%}.ivu-col-xs-order-12{order:12}.ivu-col-span-xs-11{display:block;width:45.83333333%}.ivu-col-xs-push-11{left:45.83333333%}.ivu-col-xs-pull-11{right:45.83333333%}.ivu-col-xs-offset-11{margin-left:45.83333333%}.ivu-col-xs-order-11{order:11}.ivu-col-span-xs-10{display:block;width:41.66666667%}.ivu-col-xs-push-10{left:41.66666667%}.ivu-col-xs-pull-10{right:41.66666667%}.ivu-col-xs-offset-10{margin-left:41.66666667%}.ivu-col-xs-order-10{order:10}.ivu-col-span-xs-9{display:block;width:37.5%}.ivu-col-xs-push-9{left:37.5%}.ivu-col-xs-pull-9{right:37.5%}.ivu-col-xs-offset-9{margin-left:37.5%}.ivu-col-xs-order-9{order:9}.ivu-col-span-xs-8{display:block;width:33.33333333%}.ivu-col-xs-push-8{left:33.33333333%}.ivu-col-xs-pull-8{right:33.33333333%}.ivu-col-xs-offset-8{margin-left:33.33333333%}.ivu-col-xs-order-8{order:8}.ivu-col-span-xs-7{display:block;width:29.16666667%}.ivu-col-xs-push-7{left:29.16666667%}.ivu-col-xs-pull-7{right:29.16666667%}.ivu-col-xs-offset-7{margin-left:29.16666667%}.ivu-col-xs-order-7{order:7}.ivu-col-span-xs-6{display:block;width:25%}.ivu-col-xs-push-6{left:25%}.ivu-col-xs-pull-6{right:25%}.ivu-col-xs-offset-6{margin-left:25%}.ivu-col-xs-order-6{order:6}.ivu-col-span-xs-5{display:block;width:20.83333333%}.ivu-col-xs-push-5{left:20.83333333%}.ivu-col-xs-pull-5{right:20.83333333%}.ivu-col-xs-offset-5{margin-left:20.83333333%}.ivu-col-xs-order-5{order:5}.ivu-col-span-xs-4{display:block;width:16.66666667%}.ivu-col-xs-push-4{left:16.66666667%}.ivu-col-xs-pull-4{right:16.66666667%}.ivu-col-xs-offset-4{margin-left:16.66666667%}.ivu-col-xs-order-4{order:4}.ivu-col-span-xs-3{display:block;width:12.5%}.ivu-col-xs-push-3{left:12.5%}.ivu-col-xs-pull-3{right:12.5%}.ivu-col-xs-offset-3{margin-left:12.5%}.ivu-col-xs-order-3{order:3}.ivu-col-span-xs-2{display:block;width:8.33333333%}.ivu-col-xs-push-2{left:8.33333333%}.ivu-col-xs-pull-2{right:8.33333333%}.ivu-col-xs-offset-2{margin-left:8.33333333%}.ivu-col-xs-order-2{order:2}.ivu-col-span-xs-1{display:block;width:4.16666667%}.ivu-col-xs-push-1{left:4.16666667%}.ivu-col-xs-pull-1{right:4.16666667%}.ivu-col-xs-offset-1{margin-left:4.16666667%}.ivu-col-xs-order-1{order:1}.ivu-col-span-xs-0{display:none}.ivu-col-xs-push-0{left:auto}.ivu-col-xs-pull-0{right:auto}@media (min-width:48rem){.ivu-col-span-sm-1,.ivu-col-span-sm-10,.ivu-col-span-sm-11,.ivu-col-span-sm-12,.ivu-col-span-sm-13,.ivu-col-span-sm-14,.ivu-col-span-sm-15,.ivu-col-span-sm-16,.ivu-col-span-sm-17,.ivu-col-span-sm-18,.ivu-col-span-sm-19,.ivu-col-span-sm-2,.ivu-col-span-sm-20,.ivu-col-span-sm-21,.ivu-col-span-sm-22,.ivu-col-span-sm-23,.ivu-col-span-sm-24,.ivu-col-span-sm-3,.ivu-col-span-sm-4,.ivu-col-span-sm-5,.ivu-col-span-sm-6,.ivu-col-span-sm-7,.ivu-col-span-sm-8,.ivu-col-span-sm-9{float:left;flex:0 0 auto}.ivu-col-span-sm-24{display:block;width:100%}.ivu-col-sm-push-24{left:100%}.ivu-col-sm-pull-24{right:100%}.ivu-col-sm-offset-24{margin-left:100%}.ivu-col-sm-order-24{order:24}.ivu-col-span-sm-23{display:block;width:95.83333333%}.ivu-col-sm-push-23{left:95.83333333%}.ivu-col-sm-pull-23{right:95.83333333%}.ivu-col-sm-offset-23{margin-left:95.83333333%}.ivu-col-sm-order-23{order:23}.ivu-col-span-sm-22{display:block;width:91.66666667%}.ivu-col-sm-push-22{left:91.66666667%}.ivu-col-sm-pull-22{right:91.66666667%}.ivu-col-sm-offset-22{margin-left:91.66666667%}.ivu-col-sm-order-22{order:22}.ivu-col-span-sm-21{display:block;width:87.5%}.ivu-col-sm-push-21{left:87.5%}.ivu-col-sm-pull-21{right:87.5%}.ivu-col-sm-offset-21{margin-left:87.5%}.ivu-col-sm-order-21{order:21}.ivu-col-span-sm-20{display:block;width:83.33333333%}.ivu-col-sm-push-20{left:83.33333333%}.ivu-col-sm-pull-20{right:83.33333333%}.ivu-col-sm-offset-20{margin-left:83.33333333%}.ivu-col-sm-order-20{order:20}.ivu-col-span-sm-19{display:block;width:79.16666667%}.ivu-col-sm-push-19{left:79.16666667%}.ivu-col-sm-pull-19{right:79.16666667%}.ivu-col-sm-offset-19{margin-left:79.16666667%}.ivu-col-sm-order-19{order:19}.ivu-col-span-sm-18{display:block;width:75%}.ivu-col-sm-push-18{left:75%}.ivu-col-sm-pull-18{right:75%}.ivu-col-sm-offset-18{margin-left:75%}.ivu-col-sm-order-18{order:18}.ivu-col-span-sm-17{display:block;width:70.83333333%}.ivu-col-sm-push-17{left:70.83333333%}.ivu-col-sm-pull-17{right:70.83333333%}.ivu-col-sm-offset-17{margin-left:70.83333333%}.ivu-col-sm-order-17{order:17}.ivu-col-span-sm-16{display:block;width:66.66666667%}.ivu-col-sm-push-16{left:66.66666667%}.ivu-col-sm-pull-16{right:66.66666667%}.ivu-col-sm-offset-16{margin-left:66.66666667%}.ivu-col-sm-order-16{order:16}.ivu-col-span-sm-15{display:block;width:62.5%}.ivu-col-sm-push-15{left:62.5%}.ivu-col-sm-pull-15{right:62.5%}.ivu-col-sm-offset-15{margin-left:62.5%}.ivu-col-sm-order-15{order:15}.ivu-col-span-sm-14{display:block;width:58.33333333%}.ivu-col-sm-push-14{left:58.33333333%}.ivu-col-sm-pull-14{right:58.33333333%}.ivu-col-sm-offset-14{margin-left:58.33333333%}.ivu-col-sm-order-14{order:14}.ivu-col-span-sm-13{display:block;width:54.16666667%}.ivu-col-sm-push-13{left:54.16666667%}.ivu-col-sm-pull-13{right:54.16666667%}.ivu-col-sm-offset-13{margin-left:54.16666667%}.ivu-col-sm-order-13{order:13}.ivu-col-span-sm-12{display:block;width:50%}.ivu-col-sm-push-12{left:50%}.ivu-col-sm-pull-12{right:50%}.ivu-col-sm-offset-12{margin-left:50%}.ivu-col-sm-order-12{order:12}.ivu-col-span-sm-11{display:block;width:45.83333333%}.ivu-col-sm-push-11{left:45.83333333%}.ivu-col-sm-pull-11{right:45.83333333%}.ivu-col-sm-offset-11{margin-left:45.83333333%}.ivu-col-sm-order-11{order:11}.ivu-col-span-sm-10{display:block;width:41.66666667%}.ivu-col-sm-push-10{left:41.66666667%}.ivu-col-sm-pull-10{right:41.66666667%}.ivu-col-sm-offset-10{margin-left:41.66666667%}.ivu-col-sm-order-10{order:10}.ivu-col-span-sm-9{display:block;width:37.5%}.ivu-col-sm-push-9{left:37.5%}.ivu-col-sm-pull-9{right:37.5%}.ivu-col-sm-offset-9{margin-left:37.5%}.ivu-col-sm-order-9{order:9}.ivu-col-span-sm-8{display:block;width:33.33333333%}.ivu-col-sm-push-8{left:33.33333333%}.ivu-col-sm-pull-8{right:33.33333333%}.ivu-col-sm-offset-8{margin-left:33.33333333%}.ivu-col-sm-order-8{order:8}.ivu-col-span-sm-7{display:block;width:29.16666667%}.ivu-col-sm-push-7{left:29.16666667%}.ivu-col-sm-pull-7{right:29.16666667%}.ivu-col-sm-offset-7{margin-left:29.16666667%}.ivu-col-sm-order-7{order:7}.ivu-col-span-sm-6{display:block;width:25%}.ivu-col-sm-push-6{left:25%}.ivu-col-sm-pull-6{right:25%}.ivu-col-sm-offset-6{margin-left:25%}.ivu-col-sm-order-6{order:6}.ivu-col-span-sm-5{display:block;width:20.83333333%}.ivu-col-sm-push-5{left:20.83333333%}.ivu-col-sm-pull-5{right:20.83333333%}.ivu-col-sm-offset-5{margin-left:20.83333333%}.ivu-col-sm-order-5{order:5}.ivu-col-span-sm-4{display:block;width:16.66666667%}.ivu-col-sm-push-4{left:16.66666667%}.ivu-col-sm-pull-4{right:16.66666667%}.ivu-col-sm-offset-4{margin-left:16.66666667%}.ivu-col-sm-order-4{order:4}.ivu-col-span-sm-3{display:block;width:12.5%}.ivu-col-sm-push-3{left:12.5%}.ivu-col-sm-pull-3{right:12.5%}.ivu-col-sm-offset-3{margin-left:12.5%}.ivu-col-sm-order-3{order:3}.ivu-col-span-sm-2{display:block;width:8.33333333%}.ivu-col-sm-push-2{left:8.33333333%}.ivu-col-sm-pull-2{right:8.33333333%}.ivu-col-sm-offset-2{margin-left:8.33333333%}.ivu-col-sm-order-2{order:2}.ivu-col-span-sm-1{display:block;width:4.16666667%}.ivu-col-sm-push-1{left:4.16666667%}.ivu-col-sm-pull-1{right:4.16666667%}.ivu-col-sm-offset-1{margin-left:4.16666667%}.ivu-col-sm-order-1{order:1}.ivu-col-span-sm-0{display:none}.ivu-col-sm-push-0{left:auto}.ivu-col-sm-pull-0{right:auto}}@media (min-width:62rem){.ivu-col-span-md-1,.ivu-col-span-md-10,.ivu-col-span-md-11,.ivu-col-span-md-12,.ivu-col-span-md-13,.ivu-col-span-md-14,.ivu-col-span-md-15,.ivu-col-span-md-16,.ivu-col-span-md-17,.ivu-col-span-md-18,.ivu-col-span-md-19,.ivu-col-span-md-2,.ivu-col-span-md-20,.ivu-col-span-md-21,.ivu-col-span-md-22,.ivu-col-span-md-23,.ivu-col-span-md-24,.ivu-col-span-md-3,.ivu-col-span-md-4,.ivu-col-span-md-5,.ivu-col-span-md-6,.ivu-col-span-md-7,.ivu-col-span-md-8,.ivu-col-span-md-9{float:left;flex:0 0 auto}.ivu-col-span-md-24{display:block;width:100%}.ivu-col-md-push-24{left:100%}.ivu-col-md-pull-24{right:100%}.ivu-col-md-offset-24{margin-left:100%}.ivu-col-md-order-24{order:24}.ivu-col-span-md-23{display:block;width:95.83333333%}.ivu-col-md-push-23{left:95.83333333%}.ivu-col-md-pull-23{right:95.83333333%}.ivu-col-md-offset-23{margin-left:95.83333333%}.ivu-col-md-order-23{order:23}.ivu-col-span-md-22{display:block;width:91.66666667%}.ivu-col-md-push-22{left:91.66666667%}.ivu-col-md-pull-22{right:91.66666667%}.ivu-col-md-offset-22{margin-left:91.66666667%}.ivu-col-md-order-22{order:22}.ivu-col-span-md-21{display:block;width:87.5%}.ivu-col-md-push-21{left:87.5%}.ivu-col-md-pull-21{right:87.5%}.ivu-col-md-offset-21{margin-left:87.5%}.ivu-col-md-order-21{order:21}.ivu-col-span-md-20{display:block;width:83.33333333%}.ivu-col-md-push-20{left:83.33333333%}.ivu-col-md-pull-20{right:83.33333333%}.ivu-col-md-offset-20{margin-left:83.33333333%}.ivu-col-md-order-20{order:20}.ivu-col-span-md-19{display:block;width:79.16666667%}.ivu-col-md-push-19{left:79.16666667%}.ivu-col-md-pull-19{right:79.16666667%}.ivu-col-md-offset-19{margin-left:79.16666667%}.ivu-col-md-order-19{order:19}.ivu-col-span-md-18{display:block;width:75%}.ivu-col-md-push-18{left:75%}.ivu-col-md-pull-18{right:75%}.ivu-col-md-offset-18{margin-left:75%}.ivu-col-md-order-18{order:18}.ivu-col-span-md-17{display:block;width:70.83333333%}.ivu-col-md-push-17{left:70.83333333%}.ivu-col-md-pull-17{right:70.83333333%}.ivu-col-md-offset-17{margin-left:70.83333333%}.ivu-col-md-order-17{order:17}.ivu-col-span-md-16{display:block;width:66.66666667%}.ivu-col-md-push-16{left:66.66666667%}.ivu-col-md-pull-16{right:66.66666667%}.ivu-col-md-offset-16{margin-left:66.66666667%}.ivu-col-md-order-16{order:16}.ivu-col-span-md-15{display:block;width:62.5%}.ivu-col-md-push-15{left:62.5%}.ivu-col-md-pull-15{right:62.5%}.ivu-col-md-offset-15{margin-left:62.5%}.ivu-col-md-order-15{order:15}.ivu-col-span-md-14{display:block;width:58.33333333%}.ivu-col-md-push-14{left:58.33333333%}.ivu-col-md-pull-14{right:58.33333333%}.ivu-col-md-offset-14{margin-left:58.33333333%}.ivu-col-md-order-14{order:14}.ivu-col-span-md-13{display:block;width:54.16666667%}.ivu-col-md-push-13{left:54.16666667%}.ivu-col-md-pull-13{right:54.16666667%}.ivu-col-md-offset-13{margin-left:54.16666667%}.ivu-col-md-order-13{order:13}.ivu-col-span-md-12{display:block;width:50%}.ivu-col-md-push-12{left:50%}.ivu-col-md-pull-12{right:50%}.ivu-col-md-offset-12{margin-left:50%}.ivu-col-md-order-12{order:12}.ivu-col-span-md-11{display:block;width:45.83333333%}.ivu-col-md-push-11{left:45.83333333%}.ivu-col-md-pull-11{right:45.83333333%}.ivu-col-md-offset-11{margin-left:45.83333333%}.ivu-col-md-order-11{order:11}.ivu-col-span-md-10{display:block;width:41.66666667%}.ivu-col-md-push-10{left:41.66666667%}.ivu-col-md-pull-10{right:41.66666667%}.ivu-col-md-offset-10{margin-left:41.66666667%}.ivu-col-md-order-10{order:10}.ivu-col-span-md-9{display:block;width:37.5%}.ivu-col-md-push-9{left:37.5%}.ivu-col-md-pull-9{right:37.5%}.ivu-col-md-offset-9{margin-left:37.5%}.ivu-col-md-order-9{order:9}.ivu-col-span-md-8{display:block;width:33.33333333%}.ivu-col-md-push-8{left:33.33333333%}.ivu-col-md-pull-8{right:33.33333333%}.ivu-col-md-offset-8{margin-left:33.33333333%}.ivu-col-md-order-8{order:8}.ivu-col-span-md-7{display:block;width:29.16666667%}.ivu-col-md-push-7{left:29.16666667%}.ivu-col-md-pull-7{right:29.16666667%}.ivu-col-md-offset-7{margin-left:29.16666667%}.ivu-col-md-order-7{order:7}.ivu-col-span-md-6{display:block;width:25%}.ivu-col-md-push-6{left:25%}.ivu-col-md-pull-6{right:25%}.ivu-col-md-offset-6{margin-left:25%}.ivu-col-md-order-6{order:6}.ivu-col-span-md-5{display:block;width:20.83333333%}.ivu-col-md-push-5{left:20.83333333%}.ivu-col-md-pull-5{right:20.83333333%}.ivu-col-md-offset-5{margin-left:20.83333333%}.ivu-col-md-order-5{order:5}.ivu-col-span-md-4{display:block;width:16.66666667%}.ivu-col-md-push-4{left:16.66666667%}.ivu-col-md-pull-4{right:16.66666667%}.ivu-col-md-offset-4{margin-left:16.66666667%}.ivu-col-md-order-4{order:4}.ivu-col-span-md-3{display:block;width:12.5%}.ivu-col-md-push-3{left:12.5%}.ivu-col-md-pull-3{right:12.5%}.ivu-col-md-offset-3{margin-left:12.5%}.ivu-col-md-order-3{order:3}.ivu-col-span-md-2{display:block;width:8.33333333%}.ivu-col-md-push-2{left:8.33333333%}.ivu-col-md-pull-2{right:8.33333333%}.ivu-col-md-offset-2{margin-left:8.33333333%}.ivu-col-md-order-2{order:2}.ivu-col-span-md-1{display:block;width:4.16666667%}.ivu-col-md-push-1{left:4.16666667%}.ivu-col-md-pull-1{right:4.16666667%}.ivu-col-md-offset-1{margin-left:4.16666667%}.ivu-col-md-order-1{order:1}.ivu-col-span-md-0{display:none}.ivu-col-md-push-0{left:auto}.ivu-col-md-pull-0{right:auto}}@media (min-width:75rem){.ivu-col-span-lg-1,.ivu-col-span-lg-10,.ivu-col-span-lg-11,.ivu-col-span-lg-12,.ivu-col-span-lg-13,.ivu-col-span-lg-14,.ivu-col-span-lg-15,.ivu-col-span-lg-16,.ivu-col-span-lg-17,.ivu-col-span-lg-18,.ivu-col-span-lg-19,.ivu-col-span-lg-2,.ivu-col-span-lg-20,.ivu-col-span-lg-21,.ivu-col-span-lg-22,.ivu-col-span-lg-23,.ivu-col-span-lg-24,.ivu-col-span-lg-3,.ivu-col-span-lg-4,.ivu-col-span-lg-5,.ivu-col-span-lg-6,.ivu-col-span-lg-7,.ivu-col-span-lg-8,.ivu-col-span-lg-9{float:left;flex:0 0 auto}.ivu-col-span-lg-24{display:block;width:100%}.ivu-col-lg-push-24{left:100%}.ivu-col-lg-pull-24{right:100%}.ivu-col-lg-offset-24{margin-left:100%}.ivu-col-lg-order-24{order:24}.ivu-col-span-lg-23{display:block;width:95.83333333%}.ivu-col-lg-push-23{left:95.83333333%}.ivu-col-lg-pull-23{right:95.83333333%}.ivu-col-lg-offset-23{margin-left:95.83333333%}.ivu-col-lg-order-23{order:23}.ivu-col-span-lg-22{display:block;width:91.66666667%}.ivu-col-lg-push-22{left:91.66666667%}.ivu-col-lg-pull-22{right:91.66666667%}.ivu-col-lg-offset-22{margin-left:91.66666667%}.ivu-col-lg-order-22{order:22}.ivu-col-span-lg-21{display:block;width:87.5%}.ivu-col-lg-push-21{left:87.5%}.ivu-col-lg-pull-21{right:87.5%}.ivu-col-lg-offset-21{margin-left:87.5%}.ivu-col-lg-order-21{order:21}.ivu-col-span-lg-20{display:block;width:83.33333333%}.ivu-col-lg-push-20{left:83.33333333%}.ivu-col-lg-pull-20{right:83.33333333%}.ivu-col-lg-offset-20{margin-left:83.33333333%}.ivu-col-lg-order-20{order:20}.ivu-col-span-lg-19{display:block;width:79.16666667%}.ivu-col-lg-push-19{left:79.16666667%}.ivu-col-lg-pull-19{right:79.16666667%}.ivu-col-lg-offset-19{margin-left:79.16666667%}.ivu-col-lg-order-19{order:19}.ivu-col-span-lg-18{display:block;width:75%}.ivu-col-lg-push-18{left:75%}.ivu-col-lg-pull-18{right:75%}.ivu-col-lg-offset-18{margin-left:75%}.ivu-col-lg-order-18{order:18}.ivu-col-span-lg-17{display:block;width:70.83333333%}.ivu-col-lg-push-17{left:70.83333333%}.ivu-col-lg-pull-17{right:70.83333333%}.ivu-col-lg-offset-17{margin-left:70.83333333%}.ivu-col-lg-order-17{order:17}.ivu-col-span-lg-16{display:block;width:66.66666667%}.ivu-col-lg-push-16{left:66.66666667%}.ivu-col-lg-pull-16{right:66.66666667%}.ivu-col-lg-offset-16{margin-left:66.66666667%}.ivu-col-lg-order-16{order:16}.ivu-col-span-lg-15{display:block;width:62.5%}.ivu-col-lg-push-15{left:62.5%}.ivu-col-lg-pull-15{right:62.5%}.ivu-col-lg-offset-15{margin-left:62.5%}.ivu-col-lg-order-15{order:15}.ivu-col-span-lg-14{display:block;width:58.33333333%}.ivu-col-lg-push-14{left:58.33333333%}.ivu-col-lg-pull-14{right:58.33333333%}.ivu-col-lg-offset-14{margin-left:58.33333333%}.ivu-col-lg-order-14{order:14}.ivu-col-span-lg-13{display:block;width:54.16666667%}.ivu-col-lg-push-13{left:54.16666667%}.ivu-col-lg-pull-13{right:54.16666667%}.ivu-col-lg-offset-13{margin-left:54.16666667%}.ivu-col-lg-order-13{order:13}.ivu-col-span-lg-12{display:block;width:50%}.ivu-col-lg-push-12{left:50%}.ivu-col-lg-pull-12{right:50%}.ivu-col-lg-offset-12{margin-left:50%}.ivu-col-lg-order-12{order:12}.ivu-col-span-lg-11{display:block;width:45.83333333%}.ivu-col-lg-push-11{left:45.83333333%}.ivu-col-lg-pull-11{right:45.83333333%}.ivu-col-lg-offset-11{margin-left:45.83333333%}.ivu-col-lg-order-11{order:11}.ivu-col-span-lg-10{display:block;width:41.66666667%}.ivu-col-lg-push-10{left:41.66666667%}.ivu-col-lg-pull-10{right:41.66666667%}.ivu-col-lg-offset-10{margin-left:41.66666667%}.ivu-col-lg-order-10{order:10}.ivu-col-span-lg-9{display:block;width:37.5%}.ivu-col-lg-push-9{left:37.5%}.ivu-col-lg-pull-9{right:37.5%}.ivu-col-lg-offset-9{margin-left:37.5%}.ivu-col-lg-order-9{order:9}.ivu-col-span-lg-8{display:block;width:33.33333333%}.ivu-col-lg-push-8{left:33.33333333%}.ivu-col-lg-pull-8{right:33.33333333%}.ivu-col-lg-offset-8{margin-left:33.33333333%}.ivu-col-lg-order-8{order:8}.ivu-col-span-lg-7{display:block;width:29.16666667%}.ivu-col-lg-push-7{left:29.16666667%}.ivu-col-lg-pull-7{right:29.16666667%}.ivu-col-lg-offset-7{margin-left:29.16666667%}.ivu-col-lg-order-7{order:7}.ivu-col-span-lg-6{display:block;width:25%}.ivu-col-lg-push-6{left:25%}.ivu-col-lg-pull-6{right:25%}.ivu-col-lg-offset-6{margin-left:25%}.ivu-col-lg-order-6{order:6}.ivu-col-span-lg-5{display:block;width:20.83333333%}.ivu-col-lg-push-5{left:20.83333333%}.ivu-col-lg-pull-5{right:20.83333333%}.ivu-col-lg-offset-5{margin-left:20.83333333%}.ivu-col-lg-order-5{order:5}.ivu-col-span-lg-4{display:block;width:16.66666667%}.ivu-col-lg-push-4{left:16.66666667%}.ivu-col-lg-pull-4{right:16.66666667%}.ivu-col-lg-offset-4{margin-left:16.66666667%}.ivu-col-lg-order-4{order:4}.ivu-col-span-lg-3{display:block;width:12.5%}.ivu-col-lg-push-3{left:12.5%}.ivu-col-lg-pull-3{right:12.5%}.ivu-col-lg-offset-3{margin-left:12.5%}.ivu-col-lg-order-3{order:3}.ivu-col-span-lg-2{display:block;width:8.33333333%}.ivu-col-lg-push-2{left:8.33333333%}.ivu-col-lg-pull-2{right:8.33333333%}.ivu-col-lg-offset-2{margin-left:8.33333333%}.ivu-col-lg-order-2{order:2}.ivu-col-span-lg-1{display:block;width:4.16666667%}.ivu-col-lg-push-1{left:4.16666667%}.ivu-col-lg-pull-1{right:4.16666667%}.ivu-col-lg-offset-1{margin-left:4.16666667%}.ivu-col-lg-order-1{order:1}.ivu-col-span-lg-0{display:none}.ivu-col-lg-push-0{left:auto}.ivu-col-lg-pull-0{right:auto}}.ivu-article h1{font-size:1.625rem;font-weight:400}.ivu-article h2{font-size:1.25rem;font-weight:400}.ivu-article h3{font-size:1rem;font-weight:400}.ivu-article h4{font-size:0.875rem;font-weight:400}.ivu-article h5{font-size:0.75rem;font-weight:400}.ivu-article h6{font-size:0.75rem;font-weight:400}.ivu-article blockquote{padding:5px 5px 3px 10px;line-height:1.5;border-left:4px solid #ddd;margin-bottom:1.25rem;color:#666;font-size:0.875rem}.ivu-article ul:not([class^=ivu-]){padding-left:2.5rem;list-style-type:disc}.ivu-article li:not([class^=ivu-]){margin-bottom:5px;font-size:0.875rem}.ivu-article ol ul:not([class^=ivu-]),.ivu-article ul ul:not([class^=ivu-]){list-style-type:circle}.ivu-article p{margin:5px;font-size:0.875rem}.ivu-article a[target="_blank"]:after{content:"\F220";font-family:Ionicons;color:#aaa;margin-left:3px}.fade-appear,.fade-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.fade-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.fade-appear,.fade-enter-active{animation-name:ivuFadeIn;animation-play-state:running}.fade-leave-active{animation-name:ivuFadeOut;animation-play-state:running}.fade-appear,.fade-enter-active{opacity:0;animation-timing-function:linear}.fade-leave-active{animation-timing-function:linear}@keyframes ivuFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ivuFadeOut{0%{opacity:1}100%{opacity:0}}.move-up-appear,.move-up-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-up-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-up-appear,.move-up-enter-active{animation-name:ivuMoveUpIn;animation-play-state:running}.move-up-leave-active{animation-name:ivuMoveUpOut;animation-play-state:running}.move-up-appear,.move-up-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-up-leave-active{animation-timing-function:ease-in-out}.move-down-appear,.move-down-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-down-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-down-appear,.move-down-enter-active{animation-name:ivuMoveDownIn;animation-play-state:running}.move-down-leave-active{animation-name:ivuMoveDownOut;animation-play-state:running}.move-down-appear,.move-down-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-down-leave-active{animation-timing-function:ease-in-out}.move-left-appear,.move-left-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-left-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-left-appear,.move-left-enter-active{animation-name:ivuMoveLeftIn;animation-play-state:running}.move-left-leave-active{animation-name:ivuMoveLeftOut;animation-play-state:running}.move-left-appear,.move-left-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-left-leave-active{animation-timing-function:ease-in-out}.move-right-appear,.move-right-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-right-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-right-appear,.move-right-enter-active{animation-name:ivuMoveRightIn;animation-play-state:running}.move-right-leave-active{animation-name:ivuMoveRightOut;animation-play-state:running}.move-right-appear,.move-right-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-right-leave-active{animation-timing-function:ease-in-out}@keyframes ivuMoveDownIn{0%{transform-origin:0 0;transform:translateY(100%);opacity:0}100%{transform-origin:0 0;transform:translateY(0);opacity:1}}@keyframes ivuMoveDownOut{0%{transform-origin:0 0;transform:translateY(0);opacity:1}100%{transform-origin:0 0;transform:translateY(100%);opacity:0}}@keyframes ivuMoveLeftIn{0%{transform-origin:0 0;transform:translateX(-100%);opacity:0}100%{transform-origin:0 0;transform:translateX(0);opacity:1}}@keyframes ivuMoveLeftOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0}}@keyframes ivuMoveRightIn{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes ivuMoveRightOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(100%);opacity:0}}@keyframes ivuMoveUpIn{0%{transform-origin:0 0;transform:translateY(-100%);opacity:0}100%{transform-origin:0 0;transform:translateY(0);opacity:1}}@keyframes ivuMoveUpOut{0%{transform-origin:0 0;transform:translateY(0);opacity:1}100%{transform-origin:0 0;transform:translateY(-100%);opacity:0}}.move-notice-appear,.move-notice-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-notice-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-notice-appear,.move-notice-enter-active{animation-name:ivuMoveNoticeIn;animation-play-state:running}.move-notice-leave-active{animation-name:ivuMoveNoticeOut;animation-play-state:running}.move-notice-appear,.move-notice-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-notice-leave-active{animation-timing-function:ease-in-out}@keyframes ivuMoveNoticeIn{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes ivuMoveNoticeOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(100%);height:auto;padding:1rem;margin-bottom:10px;opacity:0}100%{transform-origin:0 0;transform:translateX(100%);height:0;padding:0;margin-bottom:0;opacity:0}}.ease-appear,.ease-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.ease-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.ease-appear,.ease-enter-active{animation-name:ivuEaseIn;animation-play-state:running}.ease-leave-active{animation-name:ivuEaseOut;animation-play-state:running}.ease-appear,.ease-enter-active{opacity:0;animation-timing-function:linear;animation-duration:.2s}.ease-leave-active{animation-timing-function:linear;animation-duration:.2s}@keyframes ivuEaseIn{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes ivuEaseOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.transition-drop-appear,.transition-drop-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.transition-drop-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.transition-drop-appear,.transition-drop-enter-active{animation-name:ivuTransitionDropIn;animation-play-state:running}.transition-drop-leave-active{animation-name:ivuTransitionDropOut;animation-play-state:running}.transition-drop-appear,.transition-drop-enter-active{opacity:0;animation-timing-function:ease-in-out}.transition-drop-leave-active{animation-timing-function:ease-in-out}.slide-up-appear,.slide-up-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-up-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-up-appear,.slide-up-enter-active{animation-name:ivuSlideUpIn;animation-play-state:running}.slide-up-leave-active{animation-name:ivuSlideUpOut;animation-play-state:running}.slide-up-appear,.slide-up-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-up-leave-active{animation-timing-function:ease-in-out}.slide-down-appear,.slide-down-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-down-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-down-appear,.slide-down-enter-active{animation-name:ivuSlideDownIn;animation-play-state:running}.slide-down-leave-active{animation-name:ivuSlideDownOut;animation-play-state:running}.slide-down-appear,.slide-down-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-down-leave-active{animation-timing-function:ease-in-out}.slide-left-appear,.slide-left-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-left-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-left-appear,.slide-left-enter-active{animation-name:ivuSlideLeftIn;animation-play-state:running}.slide-left-leave-active{animation-name:ivuSlideLeftOut;animation-play-state:running}.slide-left-appear,.slide-left-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-left-leave-active{animation-timing-function:ease-in-out}.slide-right-appear,.slide-right-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-right-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-right-appear,.slide-right-enter-active{animation-name:ivuSlideRightIn;animation-play-state:running}.slide-right-leave-active{animation-name:ivuSlideRightOut;animation-play-state:running}.slide-right-appear,.slide-right-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-right-leave-active{animation-timing-function:ease-in-out}@keyframes ivuTransitionDropIn{0%{opacity:0;transform:scaleY(.8)}100%{opacity:1;transform:scaleY(1)}}@keyframes ivuTransitionDropOut{0%{opacity:1;transform:scaleY(1)}100%{opacity:0;transform:scaleY(.8)}}@keyframes ivuSlideUpIn{0%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}100%{opacity:1;transform-origin:0 0;transform:scaleY(1)}}@keyframes ivuSlideUpOut{0%{opacity:1;transform-origin:0 0;transform:scaleY(1)}100%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}}@keyframes ivuSlideDownIn{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}100%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}}@keyframes ivuSlideDownOut{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}100%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}}@keyframes ivuSlideLeftIn{0%{opacity:0;transform-origin:0 0;transform:scaleX(.8)}100%{opacity:1;transform-origin:0 0;transform:scaleX(1)}}@keyframes ivuSlideLeftOut{0%{opacity:1;transform-origin:0 0;transform:scaleX(1)}100%{opacity:0;transform-origin:0 0;transform:scaleX(.8)}}@keyframes ivuSlideRightIn{0%{opacity:0;transform-origin:100% 0;transform:scaleX(.8)}100%{opacity:1;transform-origin:100% 0;transform:scaleX(1)}}@keyframes ivuSlideRightOut{0%{opacity:1;transform-origin:100% 0;transform:scaleX(1)}100%{opacity:0;transform-origin:100% 0;transform:scaleX(.8)}}.collapse-transition{transition:.2s height ease-in-out,.2s padding-top ease-in-out,.2s padding-bottom ease-in-out}.ivu-btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;line-height:1.5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:6px 0.9375rem;font-size:0.75rem;border-radius:4px;transition:color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;color:#495060;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn>.ivu-icon{line-height:1}.ivu-btn,.ivu-btn:active,.ivu-btn:focus{outline:0}.ivu-btn:not([disabled]):hover{text-decoration:none}.ivu-btn:not([disabled]):active{outline:0}.ivu-btn.disabled,.ivu-btn[disabled]{cursor:not-allowed}.ivu-btn.disabled>*,.ivu-btn[disabled]>*{pointer-events:none}.ivu-btn-large{padding:6px 0.9375rem 7px 0.9375rem;font-size:0.875rem;border-radius:4px}.ivu-btn-small{padding:2px 7px;font-size:0.75rem;border-radius:3px}.ivu-btn>a:only-child{color:currentColor}.ivu-btn>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:hover{color:#6d7380;background-color:#f9f9f9;border-color:#e4e5e7}.ivu-btn:hover>a:only-child{color:currentColor}.ivu-btn:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.active,.ivu-btn:active{color:#454c5b;background-color:#ebebeb;border-color:#ebebeb}.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child{color:currentColor}.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.disabled,.ivu-btn.disabled.active,.ivu-btn.disabled:active,.ivu-btn.disabled:focus,.ivu-btn.disabled:hover,.ivu-btn[disabled],.ivu-btn[disabled].active,.ivu-btn[disabled]:active,.ivu-btn[disabled]:focus,.ivu-btn[disabled]:hover,fieldset[disabled] .ivu-btn,fieldset[disabled] .ivu-btn.active,fieldset[disabled] .ivu-btn:active,fieldset[disabled] .ivu-btn:focus,fieldset[disabled] .ivu-btn:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn.disabled.active>a:only-child,.ivu-btn.disabled:active>a:only-child,.ivu-btn.disabled:focus>a:only-child,.ivu-btn.disabled:hover>a:only-child,.ivu-btn.disabled>a:only-child,.ivu-btn[disabled].active>a:only-child,.ivu-btn[disabled]:active>a:only-child,.ivu-btn[disabled]:focus>a:only-child,.ivu-btn[disabled]:hover>a:only-child,.ivu-btn[disabled]>a:only-child,fieldset[disabled] .ivu-btn.active>a:only-child,fieldset[disabled] .ivu-btn:active>a:only-child,fieldset[disabled] .ivu-btn:focus>a:only-child,fieldset[disabled] .ivu-btn:hover>a:only-child,fieldset[disabled] .ivu-btn>a:only-child{color:currentColor}.ivu-btn.disabled.active>a:only-child:after,.ivu-btn.disabled:active>a:only-child:after,.ivu-btn.disabled:focus>a:only-child:after,.ivu-btn.disabled:hover>a:only-child:after,.ivu-btn.disabled>a:only-child:after,.ivu-btn[disabled].active>a:only-child:after,.ivu-btn[disabled]:active>a:only-child:after,.ivu-btn[disabled]:focus>a:only-child:after,.ivu-btn[disabled]:hover>a:only-child:after,.ivu-btn[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn.active>a:only-child:after,fieldset[disabled] .ivu-btn:active>a:only-child:after,fieldset[disabled] .ivu-btn:focus>a:only-child:after,fieldset[disabled] .ivu-btn:hover>a:only-child:after,fieldset[disabled] .ivu-btn>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:hover{color:#57a3f3;background-color:#fff;border-color:#57a3f3}.ivu-btn:hover>a:only-child{color:currentColor}.ivu-btn:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.active,.ivu-btn:active{color:#2b85e4;background-color:#fff;border-color:#2b85e4}.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child{color:currentColor}.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-long{width:100%}.ivu-btn>.ivu-icon+span,.ivu-btn>span+.ivu-icon{margin-left:4px}.ivu-btn-primary{color:#fff;background-color:#2d8cf0;border-color:#2d8cf0}.ivu-btn-primary>a:only-child{color:currentColor}.ivu-btn-primary>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary:hover{color:#fff;background-color:#57a3f3;border-color:#57a3f3}.ivu-btn-primary:hover>a:only-child{color:currentColor}.ivu-btn-primary:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.active,.ivu-btn-primary:active{color:#f2f2f2;background-color:#2b85e4;border-color:#2b85e4}.ivu-btn-primary.active>a:only-child,.ivu-btn-primary:active>a:only-child{color:currentColor}.ivu-btn-primary.active>a:only-child:after,.ivu-btn-primary:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.disabled,.ivu-btn-primary.disabled.active,.ivu-btn-primary.disabled:active,.ivu-btn-primary.disabled:focus,.ivu-btn-primary.disabled:hover,.ivu-btn-primary[disabled],.ivu-btn-primary[disabled].active,.ivu-btn-primary[disabled]:active,.ivu-btn-primary[disabled]:focus,.ivu-btn-primary[disabled]:hover,fieldset[disabled] .ivu-btn-primary,fieldset[disabled] .ivu-btn-primary.active,fieldset[disabled] .ivu-btn-primary:active,fieldset[disabled] .ivu-btn-primary:focus,fieldset[disabled] .ivu-btn-primary:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-primary.disabled.active>a:only-child,.ivu-btn-primary.disabled:active>a:only-child,.ivu-btn-primary.disabled:focus>a:only-child,.ivu-btn-primary.disabled:hover>a:only-child,.ivu-btn-primary.disabled>a:only-child,.ivu-btn-primary[disabled].active>a:only-child,.ivu-btn-primary[disabled]:active>a:only-child,.ivu-btn-primary[disabled]:focus>a:only-child,.ivu-btn-primary[disabled]:hover>a:only-child,.ivu-btn-primary[disabled]>a:only-child,fieldset[disabled] .ivu-btn-primary.active>a:only-child,fieldset[disabled] .ivu-btn-primary:active>a:only-child,fieldset[disabled] .ivu-btn-primary:focus>a:only-child,fieldset[disabled] .ivu-btn-primary:hover>a:only-child,fieldset[disabled] .ivu-btn-primary>a:only-child{color:currentColor}.ivu-btn-primary.disabled.active>a:only-child:after,.ivu-btn-primary.disabled:active>a:only-child:after,.ivu-btn-primary.disabled:focus>a:only-child:after,.ivu-btn-primary.disabled:hover>a:only-child:after,.ivu-btn-primary.disabled>a:only-child:after,.ivu-btn-primary[disabled].active>a:only-child:after,.ivu-btn-primary[disabled]:active>a:only-child:after,.ivu-btn-primary[disabled]:focus>a:only-child:after,.ivu-btn-primary[disabled]:hover>a:only-child:after,.ivu-btn-primary[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-primary.active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:focus>a:only-child:after,fieldset[disabled] .ivu-btn-primary:hover>a:only-child:after,fieldset[disabled] .ivu-btn-primary>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.active,.ivu-btn-primary:active,.ivu-btn-primary:hover{color:#fff}.ivu-btn-primary:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child){border-right-color:#2b85e4;border-left-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child){border-right-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#dddee1}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn,.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child){border-left-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#dddee1}.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child){border-top-color:#2b85e4;border-bottom-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child){border-bottom-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled]{border-top-color:#dddee1}.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn,.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child){border-top-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled]{border-bottom-color:#dddee1}.ivu-btn-ghost{color:#495060;background-color:transparent;border-color:#dddee1}.ivu-btn-ghost>a:only-child{color:currentColor}.ivu-btn-ghost>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost:hover{color:#6d7380;background-color:rgba(255,255,255,.2);border-color:#e4e5e7}.ivu-btn-ghost:hover>a:only-child{color:currentColor}.ivu-btn-ghost:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost.active,.ivu-btn-ghost:active{color:#454c5b;background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05)}.ivu-btn-ghost.active>a:only-child,.ivu-btn-ghost:active>a:only-child{color:currentColor}.ivu-btn-ghost.active>a:only-child:after,.ivu-btn-ghost:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost.disabled,.ivu-btn-ghost.disabled.active,.ivu-btn-ghost.disabled:active,.ivu-btn-ghost.disabled:focus,.ivu-btn-ghost.disabled:hover,.ivu-btn-ghost[disabled],.ivu-btn-ghost[disabled].active,.ivu-btn-ghost[disabled]:active,.ivu-btn-ghost[disabled]:focus,.ivu-btn-ghost[disabled]:hover,fieldset[disabled] .ivu-btn-ghost,fieldset[disabled] .ivu-btn-ghost.active,fieldset[disabled] .ivu-btn-ghost:active,fieldset[disabled] .ivu-btn-ghost:focus,fieldset[disabled] .ivu-btn-ghost:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-ghost.disabled.active>a:only-child,.ivu-btn-ghost.disabled:active>a:only-child,.ivu-btn-ghost.disabled:focus>a:only-child,.ivu-btn-ghost.disabled:hover>a:only-child,.ivu-btn-ghost.disabled>a:only-child,.ivu-btn-ghost[disabled].active>a:only-child,.ivu-btn-ghost[disabled]:active>a:only-child,.ivu-btn-ghost[disabled]:focus>a:only-child,.ivu-btn-ghost[disabled]:hover>a:only-child,.ivu-btn-ghost[disabled]>a:only-child,fieldset[disabled] .ivu-btn-ghost.active>a:only-child,fieldset[disabled] .ivu-btn-ghost:active>a:only-child,fieldset[disabled] .ivu-btn-ghost:focus>a:only-child,fieldset[disabled] .ivu-btn-ghost:hover>a:only-child,fieldset[disabled] .ivu-btn-ghost>a:only-child{color:currentColor}.ivu-btn-ghost.disabled.active>a:only-child:after,.ivu-btn-ghost.disabled:active>a:only-child:after,.ivu-btn-ghost.disabled:focus>a:only-child:after,.ivu-btn-ghost.disabled:hover>a:only-child:after,.ivu-btn-ghost.disabled>a:only-child:after,.ivu-btn-ghost[disabled].active>a:only-child:after,.ivu-btn-ghost[disabled]:active>a:only-child:after,.ivu-btn-ghost[disabled]:focus>a:only-child:after,.ivu-btn-ghost[disabled]:hover>a:only-child:after,.ivu-btn-ghost[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-ghost.active>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:active>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:focus>a:only-child:after,fieldset[disabled] .ivu-btn-ghost:hover>a:only-child:after,fieldset[disabled] .ivu-btn-ghost>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost:hover{color:#57a3f3;background-color:transparent;border-color:#57a3f3}.ivu-btn-ghost:hover>a:only-child{color:currentColor}.ivu-btn-ghost:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost.active,.ivu-btn-ghost:active{color:#2b85e4;background-color:transparent;border-color:#2b85e4}.ivu-btn-ghost.active>a:only-child,.ivu-btn-ghost:active>a:only-child{color:currentColor}.ivu-btn-ghost.active>a:only-child:after,.ivu-btn-ghost:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-ghost:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-dashed{color:#495060;background-color:transparent;border-color:#dddee1;border-style:dashed}.ivu-btn-dashed>a:only-child{color:currentColor}.ivu-btn-dashed>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:hover{color:#6d7380;background-color:rgba(255,255,255,.2);border-color:#e4e5e7}.ivu-btn-dashed:hover>a:only-child{color:currentColor}.ivu-btn-dashed:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.active,.ivu-btn-dashed:active{color:#454c5b;background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05)}.ivu-btn-dashed.active>a:only-child,.ivu-btn-dashed:active>a:only-child{color:currentColor}.ivu-btn-dashed.active>a:only-child:after,.ivu-btn-dashed:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.disabled,.ivu-btn-dashed.disabled.active,.ivu-btn-dashed.disabled:active,.ivu-btn-dashed.disabled:focus,.ivu-btn-dashed.disabled:hover,.ivu-btn-dashed[disabled],.ivu-btn-dashed[disabled].active,.ivu-btn-dashed[disabled]:active,.ivu-btn-dashed[disabled]:focus,.ivu-btn-dashed[disabled]:hover,fieldset[disabled] .ivu-btn-dashed,fieldset[disabled] .ivu-btn-dashed.active,fieldset[disabled] .ivu-btn-dashed:active,fieldset[disabled] .ivu-btn-dashed:focus,fieldset[disabled] .ivu-btn-dashed:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-dashed.disabled.active>a:only-child,.ivu-btn-dashed.disabled:active>a:only-child,.ivu-btn-dashed.disabled:focus>a:only-child,.ivu-btn-dashed.disabled:hover>a:only-child,.ivu-btn-dashed.disabled>a:only-child,.ivu-btn-dashed[disabled].active>a:only-child,.ivu-btn-dashed[disabled]:active>a:only-child,.ivu-btn-dashed[disabled]:focus>a:only-child,.ivu-btn-dashed[disabled]:hover>a:only-child,.ivu-btn-dashed[disabled]>a:only-child,fieldset[disabled] .ivu-btn-dashed.active>a:only-child,fieldset[disabled] .ivu-btn-dashed:active>a:only-child,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child,fieldset[disabled] .ivu-btn-dashed>a:only-child{color:currentColor}.ivu-btn-dashed.disabled.active>a:only-child:after,.ivu-btn-dashed.disabled:active>a:only-child:after,.ivu-btn-dashed.disabled:focus>a:only-child:after,.ivu-btn-dashed.disabled:hover>a:only-child:after,.ivu-btn-dashed.disabled>a:only-child:after,.ivu-btn-dashed[disabled].active>a:only-child:after,.ivu-btn-dashed[disabled]:active>a:only-child:after,.ivu-btn-dashed[disabled]:focus>a:only-child:after,.ivu-btn-dashed[disabled]:hover>a:only-child:after,.ivu-btn-dashed[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-dashed.active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child:after,fieldset[disabled] .ivu-btn-dashed>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:hover{color:#57a3f3;background-color:transparent;border-color:#57a3f3}.ivu-btn-dashed:hover>a:only-child{color:currentColor}.ivu-btn-dashed:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.active,.ivu-btn-dashed:active{color:#2b85e4;background-color:transparent;border-color:#2b85e4}.ivu-btn-dashed.active>a:only-child,.ivu-btn-dashed:active>a:only-child{color:currentColor}.ivu-btn-dashed.active>a:only-child:after,.ivu-btn-dashed:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-text{color:#495060;background-color:transparent;border-color:transparent}.ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:hover{color:#6d7380;background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.2)}.ivu-btn-text:hover>a:only-child{color:currentColor}.ivu-btn-text:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.active,.ivu-btn-text:active{color:#454c5b;background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05)}.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child{color:currentColor}.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover{color:#bbbec4;background-color:transparent;border-color:transparent}.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:hover{color:#57a3f3;background-color:transparent;border-color:transparent}.ivu-btn-text:hover>a:only-child{color:currentColor}.ivu-btn-text:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.active,.ivu-btn-text:active{color:#2b85e4;background-color:transparent;border-color:transparent}.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child{color:currentColor}.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-success{color:#fff;background-color:#19be6b;border-color:#19be6b}.ivu-btn-success>a:only-child{color:currentColor}.ivu-btn-success>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success:hover{color:#fff;background-color:#47cb89;border-color:#47cb89}.ivu-btn-success:hover>a:only-child{color:currentColor}.ivu-btn-success:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.active,.ivu-btn-success:active{color:#f2f2f2;background-color:#18b566;border-color:#18b566}.ivu-btn-success.active>a:only-child,.ivu-btn-success:active>a:only-child{color:currentColor}.ivu-btn-success.active>a:only-child:after,.ivu-btn-success:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.disabled,.ivu-btn-success.disabled.active,.ivu-btn-success.disabled:active,.ivu-btn-success.disabled:focus,.ivu-btn-success.disabled:hover,.ivu-btn-success[disabled],.ivu-btn-success[disabled].active,.ivu-btn-success[disabled]:active,.ivu-btn-success[disabled]:focus,.ivu-btn-success[disabled]:hover,fieldset[disabled] .ivu-btn-success,fieldset[disabled] .ivu-btn-success.active,fieldset[disabled] .ivu-btn-success:active,fieldset[disabled] .ivu-btn-success:focus,fieldset[disabled] .ivu-btn-success:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-success.disabled.active>a:only-child,.ivu-btn-success.disabled:active>a:only-child,.ivu-btn-success.disabled:focus>a:only-child,.ivu-btn-success.disabled:hover>a:only-child,.ivu-btn-success.disabled>a:only-child,.ivu-btn-success[disabled].active>a:only-child,.ivu-btn-success[disabled]:active>a:only-child,.ivu-btn-success[disabled]:focus>a:only-child,.ivu-btn-success[disabled]:hover>a:only-child,.ivu-btn-success[disabled]>a:only-child,fieldset[disabled] .ivu-btn-success.active>a:only-child,fieldset[disabled] .ivu-btn-success:active>a:only-child,fieldset[disabled] .ivu-btn-success:focus>a:only-child,fieldset[disabled] .ivu-btn-success:hover>a:only-child,fieldset[disabled] .ivu-btn-success>a:only-child{color:currentColor}.ivu-btn-success.disabled.active>a:only-child:after,.ivu-btn-success.disabled:active>a:only-child:after,.ivu-btn-success.disabled:focus>a:only-child:after,.ivu-btn-success.disabled:hover>a:only-child:after,.ivu-btn-success.disabled>a:only-child:after,.ivu-btn-success[disabled].active>a:only-child:after,.ivu-btn-success[disabled]:active>a:only-child:after,.ivu-btn-success[disabled]:focus>a:only-child:after,.ivu-btn-success[disabled]:hover>a:only-child:after,.ivu-btn-success[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-success.active>a:only-child:after,fieldset[disabled] .ivu-btn-success:active>a:only-child:after,fieldset[disabled] .ivu-btn-success:focus>a:only-child:after,fieldset[disabled] .ivu-btn-success:hover>a:only-child:after,fieldset[disabled] .ivu-btn-success>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.active,.ivu-btn-success:active,.ivu-btn-success:hover{color:#fff}.ivu-btn-success:focus{box-shadow:0 0 0 2px rgba(25,190,107,.2)}.ivu-btn-warning{color:#fff;background-color:#f90;border-color:#f90}.ivu-btn-warning>a:only-child{color:currentColor}.ivu-btn-warning>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning:hover{color:#fff;background-color:#ffad33;border-color:#ffad33}.ivu-btn-warning:hover>a:only-child{color:currentColor}.ivu-btn-warning:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.active,.ivu-btn-warning:active{color:#f2f2f2;background-color:#f29100;border-color:#f29100}.ivu-btn-warning.active>a:only-child,.ivu-btn-warning:active>a:only-child{color:currentColor}.ivu-btn-warning.active>a:only-child:after,.ivu-btn-warning:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.disabled,.ivu-btn-warning.disabled.active,.ivu-btn-warning.disabled:active,.ivu-btn-warning.disabled:focus,.ivu-btn-warning.disabled:hover,.ivu-btn-warning[disabled],.ivu-btn-warning[disabled].active,.ivu-btn-warning[disabled]:active,.ivu-btn-warning[disabled]:focus,.ivu-btn-warning[disabled]:hover,fieldset[disabled] .ivu-btn-warning,fieldset[disabled] .ivu-btn-warning.active,fieldset[disabled] .ivu-btn-warning:active,fieldset[disabled] .ivu-btn-warning:focus,fieldset[disabled] .ivu-btn-warning:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-warning.disabled.active>a:only-child,.ivu-btn-warning.disabled:active>a:only-child,.ivu-btn-warning.disabled:focus>a:only-child,.ivu-btn-warning.disabled:hover>a:only-child,.ivu-btn-warning.disabled>a:only-child,.ivu-btn-warning[disabled].active>a:only-child,.ivu-btn-warning[disabled]:active>a:only-child,.ivu-btn-warning[disabled]:focus>a:only-child,.ivu-btn-warning[disabled]:hover>a:only-child,.ivu-btn-warning[disabled]>a:only-child,fieldset[disabled] .ivu-btn-warning.active>a:only-child,fieldset[disabled] .ivu-btn-warning:active>a:only-child,fieldset[disabled] .ivu-btn-warning:focus>a:only-child,fieldset[disabled] .ivu-btn-warning:hover>a:only-child,fieldset[disabled] .ivu-btn-warning>a:only-child{color:currentColor}.ivu-btn-warning.disabled.active>a:only-child:after,.ivu-btn-warning.disabled:active>a:only-child:after,.ivu-btn-warning.disabled:focus>a:only-child:after,.ivu-btn-warning.disabled:hover>a:only-child:after,.ivu-btn-warning.disabled>a:only-child:after,.ivu-btn-warning[disabled].active>a:only-child:after,.ivu-btn-warning[disabled]:active>a:only-child:after,.ivu-btn-warning[disabled]:focus>a:only-child:after,.ivu-btn-warning[disabled]:hover>a:only-child:after,.ivu-btn-warning[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-warning.active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:focus>a:only-child:after,fieldset[disabled] .ivu-btn-warning:hover>a:only-child:after,fieldset[disabled] .ivu-btn-warning>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.active,.ivu-btn-warning:active,.ivu-btn-warning:hover{color:#fff}.ivu-btn-warning:focus{box-shadow:0 0 0 2px rgba(255,153,0,.2)}.ivu-btn-error{color:#fff;background-color:#ed3f14;border-color:#ed3f14}.ivu-btn-error>a:only-child{color:currentColor}.ivu-btn-error>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error:hover{color:#fff;background-color:#f16543;border-color:#f16543}.ivu-btn-error:hover>a:only-child{color:currentColor}.ivu-btn-error:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.active,.ivu-btn-error:active{color:#f2f2f2;background-color:#e13c13;border-color:#e13c13}.ivu-btn-error.active>a:only-child,.ivu-btn-error:active>a:only-child{color:currentColor}.ivu-btn-error.active>a:only-child:after,.ivu-btn-error:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.disabled,.ivu-btn-error.disabled.active,.ivu-btn-error.disabled:active,.ivu-btn-error.disabled:focus,.ivu-btn-error.disabled:hover,.ivu-btn-error[disabled],.ivu-btn-error[disabled].active,.ivu-btn-error[disabled]:active,.ivu-btn-error[disabled]:focus,.ivu-btn-error[disabled]:hover,fieldset[disabled] .ivu-btn-error,fieldset[disabled] .ivu-btn-error.active,fieldset[disabled] .ivu-btn-error:active,fieldset[disabled] .ivu-btn-error:focus,fieldset[disabled] .ivu-btn-error:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-error.disabled.active>a:only-child,.ivu-btn-error.disabled:active>a:only-child,.ivu-btn-error.disabled:focus>a:only-child,.ivu-btn-error.disabled:hover>a:only-child,.ivu-btn-error.disabled>a:only-child,.ivu-btn-error[disabled].active>a:only-child,.ivu-btn-error[disabled]:active>a:only-child,.ivu-btn-error[disabled]:focus>a:only-child,.ivu-btn-error[disabled]:hover>a:only-child,.ivu-btn-error[disabled]>a:only-child,fieldset[disabled] .ivu-btn-error.active>a:only-child,fieldset[disabled] .ivu-btn-error:active>a:only-child,fieldset[disabled] .ivu-btn-error:focus>a:only-child,fieldset[disabled] .ivu-btn-error:hover>a:only-child,fieldset[disabled] .ivu-btn-error>a:only-child{color:currentColor}.ivu-btn-error.disabled.active>a:only-child:after,.ivu-btn-error.disabled:active>a:only-child:after,.ivu-btn-error.disabled:focus>a:only-child:after,.ivu-btn-error.disabled:hover>a:only-child:after,.ivu-btn-error.disabled>a:only-child:after,.ivu-btn-error[disabled].active>a:only-child:after,.ivu-btn-error[disabled]:active>a:only-child:after,.ivu-btn-error[disabled]:focus>a:only-child:after,.ivu-btn-error[disabled]:hover>a:only-child:after,.ivu-btn-error[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-error.active>a:only-child:after,fieldset[disabled] .ivu-btn-error:active>a:only-child:after,fieldset[disabled] .ivu-btn-error:focus>a:only-child:after,fieldset[disabled] .ivu-btn-error:hover>a:only-child:after,fieldset[disabled] .ivu-btn-error>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.active,.ivu-btn-error:active,.ivu-btn-error:hover{color:#fff}.ivu-btn-error:focus{box-shadow:0 0 0 2px rgba(237,63,20,.2)}.ivu-btn-info{color:#fff;background-color:#2db7f5;border-color:#2db7f5}.ivu-btn-info>a:only-child{color:currentColor}.ivu-btn-info>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info:hover{color:#fff;background-color:#57c5f7;border-color:#57c5f7}.ivu-btn-info:hover>a:only-child{color:currentColor}.ivu-btn-info:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.active,.ivu-btn-info:active{color:#f2f2f2;background-color:#2baee9;border-color:#2baee9}.ivu-btn-info.active>a:only-child,.ivu-btn-info:active>a:only-child{color:currentColor}.ivu-btn-info.active>a:only-child:after,.ivu-btn-info:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.disabled,.ivu-btn-info.disabled.active,.ivu-btn-info.disabled:active,.ivu-btn-info.disabled:focus,.ivu-btn-info.disabled:hover,.ivu-btn-info[disabled],.ivu-btn-info[disabled].active,.ivu-btn-info[disabled]:active,.ivu-btn-info[disabled]:focus,.ivu-btn-info[disabled]:hover,fieldset[disabled] .ivu-btn-info,fieldset[disabled] .ivu-btn-info.active,fieldset[disabled] .ivu-btn-info:active,fieldset[disabled] .ivu-btn-info:focus,fieldset[disabled] .ivu-btn-info:hover{color:#bbbec4;background-color:#f7f7f7;border-color:#dddee1}.ivu-btn-info.disabled.active>a:only-child,.ivu-btn-info.disabled:active>a:only-child,.ivu-btn-info.disabled:focus>a:only-child,.ivu-btn-info.disabled:hover>a:only-child,.ivu-btn-info.disabled>a:only-child,.ivu-btn-info[disabled].active>a:only-child,.ivu-btn-info[disabled]:active>a:only-child,.ivu-btn-info[disabled]:focus>a:only-child,.ivu-btn-info[disabled]:hover>a:only-child,.ivu-btn-info[disabled]>a:only-child,fieldset[disabled] .ivu-btn-info.active>a:only-child,fieldset[disabled] .ivu-btn-info:active>a:only-child,fieldset[disabled] .ivu-btn-info:focus>a:only-child,fieldset[disabled] .ivu-btn-info:hover>a:only-child,fieldset[disabled] .ivu-btn-info>a:only-child{color:currentColor}.ivu-btn-info.disabled.active>a:only-child:after,.ivu-btn-info.disabled:active>a:only-child:after,.ivu-btn-info.disabled:focus>a:only-child:after,.ivu-btn-info.disabled:hover>a:only-child:after,.ivu-btn-info.disabled>a:only-child:after,.ivu-btn-info[disabled].active>a:only-child:after,.ivu-btn-info[disabled]:active>a:only-child:after,.ivu-btn-info[disabled]:focus>a:only-child:after,.ivu-btn-info[disabled]:hover>a:only-child:after,.ivu-btn-info[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-info.active>a:only-child:after,fieldset[disabled] .ivu-btn-info:active>a:only-child:after,fieldset[disabled] .ivu-btn-info:focus>a:only-child:after,fieldset[disabled] .ivu-btn-info:hover>a:only-child:after,fieldset[disabled] .ivu-btn-info>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.active,.ivu-btn-info:active,.ivu-btn-info:hover{color:#fff}.ivu-btn-info:focus{box-shadow:0 0 0 2px rgba(45,183,245,.2)}.ivu-btn-circle,.ivu-btn-circle-outline{border-radius:2rem}.ivu-btn-circle-outline.ivu-btn-large,.ivu-btn-circle.ivu-btn-large{border-radius:2.25rem}.ivu-btn-circle-outline.ivu-btn-size,.ivu-btn-circle.ivu-btn-size{border-radius:1.5rem}.ivu-btn-circle-outline.ivu-btn-icon-only,.ivu-btn-circle.ivu-btn-icon-only{width:2rem;height:2rem;padding:0;font-size:1rem;border-radius:50%}.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large{width:2.25rem;height:2.25rem;padding:0;font-size:1rem;border-radius:50%}.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small{width:1.5rem;height:1.5rem;padding:0;font-size:0.875rem;border-radius:50%}.ivu-btn:before{position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;background:#fff;opacity:.35;content:'';border-radius:inherit;z-index:1;transition:opacity .2s;pointer-events:none;display:none}.ivu-btn.ivu-btn-loading{pointer-events:none;position:relative}.ivu-btn.ivu-btn-loading:before{display:block}.ivu-btn-group{position:relative;display:inline-block;vertical-align:middle}.ivu-btn-group>.ivu-btn{position:relative;float:left}.ivu-btn-group>.ivu-btn.active,.ivu-btn-group>.ivu-btn:active,.ivu-btn-group>.ivu-btn:hover{z-index:2}.ivu-btn-group .ivu-btn-icon-only .ivu-icon{font-size:0.875rem;position:relative;top:1px}.ivu-btn-group-large .ivu-btn-icon-only .ivu-icon{font-size:1rem;top:2px}.ivu-btn-group-small .ivu-btn-icon-only .ivu-icon{font-size:0.75rem;top:0}.ivu-btn-group-circle .ivu-btn{border-radius:2rem}.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn{border-radius:2.25rem}.ivu-btn-group-large>.ivu-btn{padding:6px 0.9375rem 7px 0.9375rem;font-size:0.875rem;border-radius:4px}.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn{border-radius:1.5rem}.ivu-btn-group-small>.ivu-btn{padding:2px 7px;font-size:0.75rem;border-radius:3px}.ivu-btn-group-small>.ivu-btn>.ivu-icon{font-size:0.75rem}.ivu-btn+.ivu-btn-group,.ivu-btn-group .ivu-btn+.ivu-btn,.ivu-btn-group+.ivu-btn,.ivu-btn-group+.ivu-btn-group{margin-left:-1px}.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child){border-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child{margin-left:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.ivu-btn-group>.ivu-btn-group{float:left}.ivu-btn-group>.ivu-btn-group:not(:first-child):not(:last-child)>.ivu-btn{border-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:first-child:not(:last-child)>.ivu-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:last-child:not(:first-child)>.ivu-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;padding-left:8px}.ivu-btn-group-vertical{display:inline-block;vertical-align:middle}.ivu-btn-group-vertical>.ivu-btn{display:block;width:100%;max-width:100%;float:none}.ivu-btn+.ivu-btn-group-vertical,.ivu-btn-group-vertical .ivu-btn+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn-group-vertical{margin-top:-1px;margin-left:0}.ivu-btn-group-vertical>.ivu-btn:first-child{margin-top:0}.ivu-btn-group-vertical>.ivu-btn:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.ivu-btn-group-vertical>.ivu-btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.ivu-btn-group-vertical>.ivu-btn-group-vertical:first-child:not(:last-child)>.ivu-btn:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:8px}.ivu-btn-group-vertical>.ivu-btn-group-vertical:last-child:not(:first-child)>.ivu-btn:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-top:8px}.ivu-affix{position:fixed;z-index:10}.ivu-back-top{z-index:10;position:fixed;cursor:pointer;display:none}.ivu-back-top.ivu-back-top-show{display:block}.ivu-back-top-inner{background-color:rgba(0,0,0,.6);border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.ivu-back-top-inner:hover{background-color:rgba(0,0,0,.7)}.ivu-back-top i{color:#fff;font-size:1.5rem;padding:8px 0.75rem}.ivu-badge{position:relative;display:inline-block;line-height:1;vertical-align:middle}.ivu-badge-count{position:absolute;transform:translateX(50%);top:-10px;right:0;height:1.25rem;border-radius:10px;min-width:1.25rem;background:#ed3f14;border:1px solid transparent;color:#fff;line-height:1.125rem;text-align:center;padding:0 6px;font-size:0.75rem;white-space:nowrap;transform-origin:-10% center;z-index:10;box-shadow:0 0 0 1px #fff}.ivu-badge-count a,.ivu-badge-count a:hover{color:#fff}.ivu-badge-count-alone{top:auto;display:block;position:relative;transform:translateX(0)}.ivu-badge-dot{position:absolute;transform:translateX(-50%);transform-origin:0 center;top:-4px;right:-8px;height:8px;width:8px;border-radius:100%;background:#ed3f14;z-index:10;box-shadow:0 0 0 1px #fff}.ivu-chart-circle{display:inline-block;position:relative}.ivu-chart-circle-inner{width:100%;text-align:center;position:absolute;left:0;top:50%;transform:translateY(-50%);line-height:1}.ivu-spin{color:#2d8cf0;vertical-align:middle;text-align:center}.ivu-spin-dot{position:relative;display:block;border-radius:50%;background-color:#2d8cf0;width:1.25rem;height:1.25rem;animation:ani-spin-bounce 1s 0s ease-in-out infinite}.ivu-spin-large .ivu-spin-dot{width:2rem;height:2rem}.ivu-spin-small .ivu-spin-dot{width:0.75rem;height:0.75rem}.ivu-spin-fix{position:absolute;top:0;left:0;z-index:8;width:100%;height:100%;background-color:rgba(255,255,255,.9)}.ivu-spin-fullscreen{z-index:2010}.ivu-spin-fullscreen-wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.ivu-spin-fix .ivu-spin-main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ivu-spin-fix .ivu-spin-dot{display:inline-block}.ivu-spin-show-text .ivu-spin-dot,.ivu-spin-text{display:none}.ivu-spin-show-text .ivu-spin-text{display:block}.ivu-table-wrapper>.ivu-spin-fix{border:1px solid #dddee1;border-top:0;border-left:0}@keyframes ani-spin-bounce{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.ivu-alert{position:relative;padding:8px 3rem 8px 1rem;border-radius:6px;color:#495060;font-size:0.75rem;line-height:1rem;margin-bottom:10px}.ivu-alert.ivu-alert-with-icon{padding:8px 3rem 8px 2.375rem}.ivu-alert-icon{font-size:0.875rem;top:8px;left:1rem;position:absolute}.ivu-alert-desc{font-size:0.75rem;color:#495060;line-height:1.3125rem;display:none;text-align:justify}.ivu-alert-success{border:1px solid #d1f2e1;background-color:#e8f9f0}.ivu-alert-success .ivu-alert-icon{color:#19be6b}.ivu-alert-info{border:1px solid #d5e8fc;background-color:#eaf4fe}.ivu-alert-info .ivu-alert-icon{color:#2d8cf0}.ivu-alert-warning{border:1px solid #ffebcc;background-color:#fff5e6}.ivu-alert-warning .ivu-alert-icon{color:#f90}.ivu-alert-error{border:1px solid #fbd9d0;background-color:#fdece8}.ivu-alert-error .ivu-alert-icon{color:#ed3f14}.ivu-alert-close{font-size:0.75rem;position:absolute;right:1rem;top:8px;overflow:hidden;cursor:pointer}.ivu-alert-close .ivu-icon-ios-close-empty{font-size:1.375rem;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-alert-close .ivu-icon-ios-close-empty:hover{color:#444}.ivu-alert-with-desc{padding:1rem;position:relative;border-radius:6px;margin-bottom:10px;color:#495060;line-height:1.5}.ivu-alert-with-desc.ivu-alert-with-icon{padding:1rem 1rem 1rem 4.3125rem}.ivu-alert-with-desc .ivu-alert-desc{display:block}.ivu-alert-with-desc .ivu-alert-message{font-size:0.875rem;color:#1c2438;display:block}.ivu-alert-with-desc .ivu-alert-icon{top:50%;left:1.5rem;margin-top:-1.3125rem;font-size:1.75rem}.ivu-alert-with-banner{border-radius:0}.ivu-collapse{background-color:#f7f7f7;border-radius:3px;border:1px solid #dddee1}.ivu-collapse>.ivu-collapse-item{border-top:1px solid #dddee1}.ivu-collapse>.ivu-collapse-item:first-child{border-top:0}.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header{height:2.375rem;line-height:2.375rem;padding-left:2rem;color:#666;cursor:pointer;position:relative}.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i{transition:transform .2s ease-in-out}.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i{transform:rotate(90deg)}.ivu-collapse-content{color:#495060;padding:0 1rem;background-color:#fff}.ivu-collapse-content>.ivu-collapse-content-box{padding-top:1rem;padding-bottom:1rem}.ivu-collapse-item:last-child>.ivu-collapse-content{border-radius:0 0 3px 3px}.ivu-card{background:#fff;border-radius:4px;font-size:0.875rem;position:relative;transition:all .2s ease-in-out}.ivu-card-bordered{border:1px solid #dddee1;border-color:#e9eaec}.ivu-card-shadow{box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ivu-card:hover{box-shadow:0 1px 6px rgba(0,0,0,.2);border-color:#eee}.ivu-card.ivu-card-dis-hover:hover{box-shadow:none;border-color:transparent}.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover{border-color:#e9eaec}.ivu-card.ivu-card-shadow:hover{box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ivu-card-head{border-bottom:1px solid #e9eaec;padding:0.875rem 1rem;line-height:1}.ivu-card-head p,.ivu-card-head-inner{display:inline-block;width:100%;height:1.25rem;line-height:1.25rem;font-size:0.875rem;color:#1c2438;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-card-extra{position:absolute;right:1rem;top:0.875rem}.ivu-card-body{padding:1rem}.ivu-message{font-size:0.75rem;position:fixed;z-index:1010;width:100%;top:1rem;left:0;pointer-events:none}.ivu-message-notice{padding:8px;text-align:center;transition:height .3s ease-in-out,padding .3s ease-in-out}.ivu-message-notice:first-child{margin-top:-8px}.ivu-message-notice-close{position:absolute;right:4px;top:9px;color:#999;outline:0}.ivu-message-notice-close i.ivu-icon{font-size:1.375rem;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-message-notice-close i.ivu-icon:hover{color:#444}.ivu-message-notice-content{display:inline-block;pointer-events:all;padding:8px 1rem;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;position:relative}.ivu-message-notice-content-text{display:inline-block}.ivu-message-notice-closable .ivu-message-notice-content-text{padding-right:2rem}.ivu-message-success .ivu-icon{color:#19be6b}.ivu-message-error .ivu-icon{color:#ed3f14}.ivu-message-warning .ivu-icon{color:#f90}.ivu-message-info .ivu-icon,.ivu-message-loading .ivu-icon{color:#2d8cf0}.ivu-message .ivu-icon{margin-right:8px;font-size:0.875rem;top:1px;position:relative}.ivu-notice{width:20.9375rem;margin-right:1.5rem;position:fixed;z-index:1010}.ivu-notice-content-with-icon{margin-left:3.1875rem}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title{margin-left:3.1875rem}.ivu-notice-notice{margin-bottom:10px;padding:1rem;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;line-height:1;position:relative;overflow:hidden}.ivu-notice-notice-close{position:absolute;right:1rem;top:0.9375rem;color:#999;outline:0}.ivu-notice-notice-close i{font-size:1.375rem;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-notice-notice-close i:hover{color:#444}.ivu-notice-notice-content-with-render .ivu-notice-desc{display:none}.ivu-notice-notice-with-desc .ivu-notice-notice-close{top:11px}.ivu-notice-content-with-render-notitle{margin-left:1.625rem}.ivu-notice-title{font-size:0.875rem;line-height:1.0625rem;color:#1c2438;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-notice-with-desc .ivu-notice-title{font-weight:700;margin-bottom:8px}.ivu-notice-desc{font-size:0.75rem;color:#495060;text-align:justify;line-height:1.5}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc{margin-left:3.1875rem}.ivu-notice-with-icon .ivu-notice-title{margin-left:1.625rem}.ivu-notice-icon{position:absolute;left:1.25rem;margin-top:-1px;font-size:1rem}.ivu-notice-icon-success{color:#19be6b}.ivu-notice-icon-info{color:#2d8cf0}.ivu-notice-icon-warning{color:#f90}.ivu-notice-icon-error{color:#ed3f14}.ivu-notice-with-desc .ivu-notice-icon{font-size:2.25rem}.ivu-notice-custom-content:after{content:"";display:block;width:4px;position:absolute;top:0;bottom:0;left:0}.ivu-notice-with-normal:after{background:#2d8cf0}.ivu-notice-with-info:after{background:#2d8cf0}.ivu-notice-with-success:after{background:#19be6b}.ivu-notice-with-warning:after{background:#f90}.ivu-notice-with-error:after{background:#ed3f14}.ivu-radio-focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);z-index:1}.ivu-radio-group{display:inline-block;font-size:0.75rem;vertical-align:middle}.ivu-radio-group-vertical .ivu-radio-wrapper{display:block;height:1.875rem;line-height:1.875rem}.ivu-radio-wrapper{font-size:0.75rem;vertical-align:middle;display:inline-block;position:relative;white-space:nowrap;margin-right:8px;cursor:pointer}.ivu-radio-wrapper-disabled{cursor:not-allowed}.ivu-radio{display:inline-block;margin-right:4px;white-space:nowrap;position:relative;line-height:1;vertical-align:middle;cursor:pointer}.ivu-radio:hover .ivu-radio-inner{border-color:#bcbcbc}.ivu-radio-inner{display:inline-block;width:0.875rem;height:0.875rem;position:relative;top:0;left:0;background-color:#fff;border:1px solid #dddee1;border-radius:50%;transition:all .2s ease-in-out}.ivu-radio-inner:after{position:absolute;width:8px;height:8px;left:2px;top:2px;border-radius:6px;display:table;border-top:0;border-left:0;content:' ';background-color:#2d8cf0;opacity:0;transition:all .2s ease-in-out;transform:scale(0)}.ivu-radio-large{font-size:0.875rem}.ivu-radio-large .ivu-radio-inner{width:1rem;height:1rem}.ivu-radio-large .ivu-radio-inner:after{width:10px;height:10px}.ivu-radio-large .ivu-radio-wrapper,.ivu-radio-large.ivu-radio-wrapper{font-size:0.875rem}.ivu-radio-small .ivu-radio-inner{width:0.75rem;height:0.75rem}.ivu-radio-small .ivu-radio-inner:after{width:6px;height:6px}.ivu-radio-input{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;opacity:0;cursor:pointer}.ivu-radio-checked .ivu-radio-inner{border-color:#2d8cf0}.ivu-radio-checked .ivu-radio-inner:after{opacity:1;transform:scale(1);transition:all .2s ease-in-out}.ivu-radio-checked:hover .ivu-radio-inner{border-color:#2d8cf0}.ivu-radio-disabled{cursor:not-allowed}.ivu-radio-disabled .ivu-radio-input{cursor:not-allowed}.ivu-radio-disabled:hover .ivu-radio-inner{border-color:#dddee1}.ivu-radio-disabled .ivu-radio-inner{border-color:#dddee1;background-color:#f3f3f3}.ivu-radio-disabled .ivu-radio-inner:after{background-color:#ccc}.ivu-radio-disabled .ivu-radio-disabled+span{color:#ccc}span.ivu-radio+*{margin-left:2px;margin-right:2px}.ivu-radio-group-button{font-size:0;-webkit-text-size-adjust:none}.ivu-radio-group-button .ivu-radio{width:0;margin-right:0}.ivu-radio-group-button .ivu-radio-wrapper{display:inline-block;height:2rem;line-height:1.875rem;margin:0;padding:0 0.9375rem;font-size:0.75rem;color:#495060;transition:all .2s ease-in-out;cursor:pointer;border:1px solid #dddee1;border-left:0;background:#fff;position:relative}.ivu-radio-group-button .ivu-radio-wrapper>span{margin-left:0}.ivu-radio-group-button .ivu-radio-wrapper:after,.ivu-radio-group-button .ivu-radio-wrapper:before{content:'';display:block;position:absolute;width:1px;height:100%;left:-1px;top:0;background:#dddee1;transition:all .2s ease-in-out}.ivu-radio-group-button .ivu-radio-wrapper:after{height:2.25rem;left:-1px;top:-3px;background:rgba(45,140,240,.2);opacity:0}.ivu-radio-group-button .ivu-radio-wrapper:first-child{border-radius:4px 0 0 4px;border-left:1px solid #dddee1}.ivu-radio-group-button .ivu-radio-wrapper:first-child:after,.ivu-radio-group-button .ivu-radio-wrapper:first-child:before{display:none}.ivu-radio-group-button .ivu-radio-wrapper:last-child{border-radius:0 4px 4px 0}.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child{border-radius:4px}.ivu-radio-group-button .ivu-radio-wrapper:hover{position:relative;color:#2d8cf0}.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio{background-color:#000}.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,.ivu-radio-group-button .ivu-radio-wrapper input{opacity:0;width:0;height:0}.ivu-radio-group-button .ivu-radio-wrapper-checked{background:#fff;border-color:#2d8cf0;color:#2d8cf0;box-shadow:-1px 0 0 0 #2d8cf0;z-index:1}.ivu-radio-group-button .ivu-radio-wrapper-checked:before{background:#2d8cf0;opacity:.1}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus{box-shadow:-1px 0 0 0 #2d8cf0,0 0 0 2px rgba(45,140,240,.2);transition:all .2s ease-in-out}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after{left:-3px;top:-3px;opacity:1;background:rgba(45,140,240,.2)}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child{border-color:#2d8cf0;box-shadow:none}.ivu-radio-group-button .ivu-radio-wrapper-checked:hover{border-color:#57a3f3;color:#57a3f3}.ivu-radio-group-button .ivu-radio-wrapper-checked:active{border-color:#2b85e4;color:#2b85e4}.ivu-radio-group-button .ivu-radio-wrapper-disabled{border-color:#dddee1;background-color:#f7f7f7;cursor:not-allowed;color:#ccc}.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover{border-color:#dddee1;background-color:#f7f7f7;color:#ccc}.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child{border-left-color:#dddee1}.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked{color:#fff;background-color:#e6e6e6;border-color:#dddee1;box-shadow:none!important}.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper{height:2.25rem;line-height:2.125rem;font-size:0.875rem}.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after{height:2.5rem}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper{height:1.5rem;line-height:1.375rem;padding:0 0.75rem;font-size:0.75rem}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after{height:1.75rem}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child{border-radius:3px 0 0 3px}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child{border-radius:0 3px 3px 0}.ivu-checkbox-focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);z-index:1}.ivu-checkbox{display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;line-height:1;position:relative}.ivu-checkbox-disabled{cursor:not-allowed}.ivu-checkbox:hover .ivu-checkbox-inner{border-color:#bcbcbc}.ivu-checkbox-inner{display:inline-block;width:0.875rem;height:0.875rem;position:relative;top:0;left:0;border:1px solid #dddee1;border-radius:2px;background-color:#fff;transition:border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-checkbox-inner:after{content:'';display:table;width:4px;height:8px;position:absolute;top:1px;left:4px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0);transition:all .2s ease-in-out}.ivu-checkbox-large .ivu-checkbox-inner{width:1rem;height:1rem}.ivu-checkbox-large .ivu-checkbox-inner:after{width:5px;height:9px}.ivu-checkbox-small{font-size:0.75rem}.ivu-checkbox-small .ivu-checkbox-inner{width:0.75rem;height:0.75rem}.ivu-checkbox-small .ivu-checkbox-inner:after{top:0;left:3px}.ivu-checkbox-input{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;cursor:pointer;opacity:0}.ivu-checkbox-input[disabled]{cursor:not-allowed}.ivu-checkbox-checked:hover .ivu-checkbox-inner{border-color:#2d8cf0}.ivu-checkbox-checked .ivu-checkbox-inner{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-checkbox-checked .ivu-checkbox-inner:after{content:'';display:table;width:4px;height:8px;position:absolute;top:1px;left:4px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1);transition:all .2s ease-in-out}.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after{width:5px;height:9px}.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after{top:0;left:3px}.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner{border-color:#dddee1}.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner{background-color:#f3f3f3;border-color:#dddee1}.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after{animation-name:none;border-color:#ccc}.ivu-checkbox-disabled:hover .ivu-checkbox-inner{border-color:#dddee1}.ivu-checkbox-disabled .ivu-checkbox-inner{border-color:#dddee1;background-color:#f3f3f3}.ivu-checkbox-disabled .ivu-checkbox-inner:after{animation-name:none;border-color:#f3f3f3}.ivu-checkbox-disabled .ivu-checkbox-inner-input{cursor:default}.ivu-checkbox-disabled+span{color:#ccc;cursor:not-allowed}.ivu-checkbox-indeterminate .ivu-checkbox-inner:after{content:'';width:8px;height:1px;transform:scale(1);position:absolute;left:2px;top:5px}.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner{border-color:#2d8cf0}.ivu-checkbox-indeterminate .ivu-checkbox-inner{background-color:#2d8cf0;border-color:#2d8cf0}.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner{background-color:#f3f3f3;border-color:#dddee1}.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after{border-color:#bbbec4}.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after{width:10px;top:6px}.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after{width:6px;top:4px}.ivu-checkbox-wrapper{cursor:pointer;font-size:0.75rem;display:inline-block;margin-right:8px}.ivu-checkbox-wrapper-disabled{cursor:not-allowed}.ivu-checkbox-wrapper.ivu-checkbox-large{font-size:0.875rem}.ivu-checkbox+span,.ivu-checkbox-wrapper+span{margin-right:4px}.ivu-checkbox-group{font-size:0.875rem}.ivu-checkbox-group-item{display:inline-block}.ivu-switch{display:inline-block;width:3rem;height:1.5rem;line-height:1.375rem;border-radius:1.5rem;vertical-align:middle;border:1px solid #ccc;background-color:#ccc;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .2s ease-in-out}.ivu-switch-inner{color:#fff;font-size:0.75rem;position:absolute;left:1.5625rem}.ivu-switch-inner i{width:0.75rem;height:0.75rem;text-align:center}.ivu-switch:after{content:'';width:1.25rem;height:1.25rem;border-radius:1.25rem;background-color:#fff;position:absolute;left:1px;top:1px;cursor:pointer;transition:left .2s ease-in-out,width .2s ease-in-out}.ivu-switch:active:after{width:1.625rem}.ivu-switch:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);outline:0}.ivu-switch:focus:hover{box-shadow:none}.ivu-switch-small{width:1.5rem;height:0.75rem;line-height:10px}.ivu-switch-small:after{width:10px;height:10px;top:0;left:0}.ivu-switch-small:active:after{width:0.875rem}.ivu-switch-small.ivu-switch-checked:after{left:0.75rem}.ivu-switch-small:active.ivu-switch-checked:after{left:8px}.ivu-switch-large{width:3.75rem}.ivu-switch-large:active:after{width:1.625rem}.ivu-switch-large:active:after{width:2rem}.ivu-switch-large.ivu-switch-checked:after{left:2.3125rem}.ivu-switch-large:active.ivu-switch-checked:after{left:1.5625rem}.ivu-switch-checked{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-switch-checked .ivu-switch-inner{left:8px}.ivu-switch-checked:after{left:1.5625rem}.ivu-switch-checked:active:after{left:1.1875rem}.ivu-switch-disabled{cursor:not-allowed;background:#f3f3f3;border-color:#f3f3f3}.ivu-switch-disabled:after{background:#ccc;cursor:not-allowed}.ivu-switch-disabled .ivu-switch-inner{color:#ccc}.ivu-input-number{display:inline-block;width:100%;line-height:1.5;padding:4px 7px;font-size:0.75rem;color:#495060;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;margin:0;padding:0;width:5rem;height:2rem;line-height:2rem;vertical-align:middle;border:1px solid #dddee1;border-radius:4px;overflow:hidden}.ivu-input-number::-moz-placeholder{color:#bbbec4;opacity:1}.ivu-input-number:-ms-input-placeholder{color:#bbbec4}.ivu-input-number::-webkit-input-placeholder{color:#bbbec4}.ivu-input-number:hover{border-color:#57a3f3}.ivu-input-number:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input-number[disabled],fieldset[disabled] .ivu-input-number{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number[disabled]:hover,fieldset[disabled] .ivu-input-number:hover{border-color:#e4e5e7}textarea.ivu-input-number{max-width:100%;height:auto;min-height:2rem;vertical-align:bottom;font-size:0.875rem}.ivu-input-number-large{font-size:0.875rem;padding:6px 7px;height:2.25rem}.ivu-input-number-small{padding:1px 7px;height:1.5rem;border-radius:3px}.ivu-input-number-handler-wrap{width:1.375rem;height:100%;border-left:1px solid #dddee1;border-radius:0 4px 4px 0;background:#fff;position:absolute;top:0;right:0;opacity:0;transition:opacity .2s ease-in-out}.ivu-input-number:hover .ivu-input-number-handler-wrap{opacity:1}.ivu-input-number-handler-up{cursor:pointer}.ivu-input-number-handler-up-inner{top:1px}.ivu-input-number-handler-down{border-top:1px solid #dddee1;top:-1px;cursor:pointer}.ivu-input-number-handler{display:block;width:100%;height:1rem;line-height:0;text-align:center;overflow:hidden;color:#999;position:relative}.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner{color:#57a3f3}.ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-inner{width:0.75rem;height:0.75rem;line-height:0.75rem;font-size:0.875rem;color:#999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:4px;transition:all .2s linear}.ivu-input-number:hover{border-color:#57a3f3}.ivu-input-number-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input-number-disabled{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number-disabled:hover{border-color:#e4e5e7}.ivu-input-number-input-wrap{overflow:hidden;height:2rem}.ivu-input-number-input{width:100%;height:2rem;line-height:2rem;padding:0 7px;text-align:left;outline:0;-moz-appearance:textfield;color:#666;border:0;border-radius:4px;transition:all .2s linear}.ivu-input-number-input[disabled]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number-input[disabled]:hover{border-color:#e4e5e7}.ivu-input-number-large{padding:0}.ivu-input-number-large .ivu-input-number-input-wrap{height:2.25rem}.ivu-input-number-large .ivu-input-number-handler{height:1.125rem}.ivu-input-number-large input{height:2.25rem;line-height:2.25rem}.ivu-input-number-large .ivu-input-number-handler-up-inner{top:2px}.ivu-input-number-large .ivu-input-number-handler-down-inner{bottom:2px}.ivu-input-number-small{padding:0}.ivu-input-number-small .ivu-input-number-input-wrap{height:1.5rem}.ivu-input-number-small .ivu-input-number-handler{height:0.75rem}.ivu-input-number-small input{height:1.5rem;line-height:1.5rem;margin-top:-1px;vertical-align:top}.ivu-input-number-small .ivu-input-number-handler-up-inner{top:-1px}.ivu-input-number-small .ivu-input-number-handler-down-inner{bottom:-1px}.ivu-input-number-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner{opacity:.72;color:#ccc!important;cursor:not-allowed}.ivu-input-number-disabled .ivu-input-number-input{opacity:.72;cursor:not-allowed;background-color:#f3f3f3}.ivu-input-number-disabled .ivu-input-number-handler-wrap{display:none}.ivu-input-number-disabled .ivu-input-number-handler{opacity:.72;color:#ccc!important;cursor:not-allowed}.ivu-form-item-error .ivu-input-number{border:1px solid #ed3f14}.ivu-form-item-error .ivu-input-number:hover{border-color:#ed3f14}.ivu-form-item-error .ivu-input-number:focus{border-color:#ed3f14;outline:0;box-shadow:0 0 0 2px rgba(237,63,20,.2)}.ivu-form-item-error .ivu-input-number-focused{border-color:#ed3f14;outline:0;box-shadow:0 0 0 2px rgba(237,63,20,.2)}.ivu-scroll-wrapper{width:auto;margin:0 auto;position:relative;outline:0}.ivu-scroll-container{overflow-y:scroll}.ivu-scroll-content{opacity:1;transition:opacity .5s}.ivu-scroll-content-loading{opacity:.5}.ivu-scroll-loader{text-align:center;padding:0;transition:padding .5s}.ivu-scroll-loader-wrapper{padding:5px 0;height:0;background-color:inherit;transform:scale(0);transition:opacity .3s,transform .5s,height .5s}.ivu-scroll-loader-wrapper-active{height:2.5rem;transform:scale(1)}@keyframes ani-demo-spin{from{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.ivu-scroll-loader-wrapper .ivu-scroll-spinner{position:relative}.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon{animation:ani-demo-spin 1s linear infinite}.ivu-tag{display:inline-block;height:1.375rem;line-height:1.375rem;margin:2px 4px 2px 0;padding:0 8px;border:1px solid #e9eaec;border-radius:3px;background:#f7f7f7;font-size:0.75rem;vertical-align:middle;opacity:1;overflow:hidden;cursor:pointer}.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked){background:0 0;border:0;color:#495060}.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close-empty{color:#495060!important}.ivu-tag-color-red{color:#ed3f14!important;border-color:#ed3f14}.ivu-tag-color-green{color:#19be6b!important;border-color:#19be6b}.ivu-tag-color-blue{color:#2d8cf0!important;border-color:#2d8cf0}.ivu-tag-color-yellow{color:#f90!important;border-color:#f90}.ivu-tag-color-white{color:#fff!important}.ivu-tag-dot{height:2rem;line-height:2rem;border:1px solid #e9eaec!important;color:#495060!important;background:#fff!important;padding:0 0.75rem}.ivu-tag-dot-inner{display:inline-block;width:0.75rem;height:0.75rem;margin-right:8px;border-radius:50%;background:#e9eaec;position:relative;top:1px}.ivu-tag-dot .ivu-icon-ios-close-empty{color:#666!important;margin-left:0.75rem!important}.ivu-tag-border{height:1.5rem;line-height:1.5rem;border:1px solid #e9eaec;color:#e9eaec;background:#fff!important;position:relative}.ivu-tag-border .ivu-icon-ios-close-empty{color:#666;margin-left:0.75rem!important}.ivu-tag-border:after{content:"";display:none;width:1px;background:currentColor;position:absolute;top:0;bottom:0;right:1.375rem}.ivu-tag-border.ivu-tag-closable:after{display:block}.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close-empty{margin-left:1.125rem!important}.ivu-tag-border.ivu-tag-blue{color:#2d8cf0!important;border:1px solid #2d8cf0!important}.ivu-tag-border.ivu-tag-blue:after{background:#2d8cf0}.ivu-tag-border.ivu-tag-blue .ivu-icon-ios-close-empty{color:#2d8cf0!important}.ivu-tag-border.ivu-tag-green{color:#19be6b!important;border:1px solid #19be6b!important}.ivu-tag-border.ivu-tag-green:after{background:#19be6b}.ivu-tag-border.ivu-tag-green .ivu-icon-ios-close-empty{color:#19be6b!important}.ivu-tag-border.ivu-tag-yellow{color:#f90!important;border:1px solid #f90!important}.ivu-tag-border.ivu-tag-yellow:after{background:#f90}.ivu-tag-border.ivu-tag-yellow .ivu-icon-ios-close-empty{color:#f90!important}.ivu-tag-border.ivu-tag-red{color:#ed3f14!important;border:1px solid #ed3f14!important}.ivu-tag-border.ivu-tag-red:after{background:#ed3f14}.ivu-tag-border.ivu-tag-red .ivu-icon-ios-close-empty{color:#ed3f14!important}.ivu-tag:hover{opacity:.85}.ivu-tag-text{color:#495060}.ivu-tag-text a:first-child:last-child{display:inline-block;margin:0 -8px;padding:0 8px}.ivu-tag .ivu-icon-ios-close-empty{display:inline-block;font-size:0.875rem;transform:scale(1.42857143) rotate(0);cursor:pointer;margin-left:8px;color:#666;opacity:.66;position:relative;top:1px}:root .ivu-tag .ivu-icon-ios-close-empty{font-size:0.875rem}.ivu-tag .ivu-icon-ios-close-empty:hover{opacity:1}.ivu-tag-blue,.ivu-tag-green,.ivu-tag-red,.ivu-tag-yellow{border:0}.ivu-tag-blue,.ivu-tag-blue .ivu-icon-ios-close-empty,.ivu-tag-blue .ivu-icon-ios-close-empty:hover,.ivu-tag-blue a,.ivu-tag-blue a:hover,.ivu-tag-green,.ivu-tag-green .ivu-icon-ios-close-empty,.ivu-tag-green .ivu-icon-ios-close-empty:hover,.ivu-tag-green a,.ivu-tag-green a:hover,.ivu-tag-red,.ivu-tag-red .ivu-icon-ios-close-empty,.ivu-tag-red .ivu-icon-ios-close-empty:hover,.ivu-tag-red a,.ivu-tag-red a:hover,.ivu-tag-yellow,.ivu-tag-yellow .ivu-icon-ios-close-empty,.ivu-tag-yellow .ivu-icon-ios-close-empty:hover,.ivu-tag-yellow a,.ivu-tag-yellow a:hover{color:#fff}.ivu-tag-blue,.ivu-tag-blue.ivu-tag-dot .ivu-tag-dot-inner{background:#2d8cf0}.ivu-tag-green,.ivu-tag-green.ivu-tag-dot .ivu-tag-dot-inner{background:#19be6b}.ivu-tag-yellow,.ivu-tag-yellow.ivu-tag-dot .ivu-tag-dot-inner{background:#f90}.ivu-tag-red,.ivu-tag-red.ivu-tag-dot .ivu-tag-dot-inner{background:#ed3f14}.ivu-layout{display:flex;flex-direction:column;flex:auto;background:#f5f7f9}.ivu-layout.ivu-layout-has-sider{flex-direction:row}.ivu-layout.ivu-layout-has-sider>.ivu-layout,.ivu-layout.ivu-layout-has-sider>.ivu-layout-content{overflow-x:hidden}.ivu-layout-footer,.ivu-layout-header{flex:0 0 auto}.ivu-layout-header{background:#495060;padding:0 3.125rem;height:4rem;line-height:4rem}.ivu-layout-sider{transition:all .2s ease-in-out;position:relative;background:#495060;min-width:0}.ivu-layout-sider-children{height:100%;padding-top:.1px;margin-top:-.1px}.ivu-layout-sider-has-trigger{padding-bottom:3rem}.ivu-layout-sider-trigger{position:fixed;bottom:0;text-align:center;cursor:pointer;height:3rem;line-height:3rem;color:#fff;background:#495060;z-index:1000;transition:all .2s ease-in-out}.ivu-layout-sider-trigger .ivu-icon{font-size:1rem}.ivu-layout-sider-trigger>*{transition:all .2s}.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon{transform:rotateZ(180deg)}.ivu-layout-sider-zero-width>*{overflow:hidden}.ivu-layout-sider-zero-width-trigger{position:absolute;top:4rem;right:-2.25rem;text-align:center;width:2.25rem;height:2.625rem;line-height:2.625rem;background:#495060;color:#fff;font-size:1.125rem;border-radius:0 6px 6px 0;cursor:pointer;transition:background .3s ease}.ivu-layout-sider-zero-width-trigger:hover{background:#5b6270}.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left{right:0;left:-2.25rem;border-radius:6px 0 0 6px}.ivu-layout-footer{background:#f5f7f9;padding:1.5rem 3.125rem;color:#495060;font-size:0.875rem}.ivu-layout-content{flex:auto}.ivu-loading-bar{width:100%;position:fixed;top:0;left:0;right:0;z-index:2000}.ivu-loading-bar-inner{transition:width .2s linear}.ivu-loading-bar-inner-color-primary{background-color:#2d8cf0}.ivu-loading-bar-inner-failed-color-error{background-color:#ed3f14}.ivu-progress{display:inline-block;width:100%;font-size:0.75rem;position:relative}.ivu-progress-vertical{height:100%;width:auto}.ivu-progress-outer{display:inline-block;width:100%;margin-right:0;padding-right:0}.ivu-progress-show-info .ivu-progress-outer{padding-right:3.4375rem;margin-right:-3.4375rem}.ivu-progress-vertical .ivu-progress-outer{height:100%;width:auto}.ivu-progress-inner{display:inline-block;width:100%;background-color:#f3f3f3;border-radius:6.25rem;vertical-align:middle}.ivu-progress-vertical .ivu-progress-inner{height:100%;width:auto}.ivu-progress-vertical .ivu-progress-inner:after,.ivu-progress-vertical .ivu-progress-inner>*{display:inline-block;vertical-align:bottom}.ivu-progress-vertical .ivu-progress-inner:after{content:'';height:100%}.ivu-progress-bg{border-radius:6.25rem;background-color:#2db7f5;transition:all .2s linear;position:relative}.ivu-progress-text{display:inline-block;margin-left:5px;text-align:left;font-size:1em;vertical-align:middle}.ivu-progress-active .ivu-progress-bg:before{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:10px;animation:ivu-progress-active 2s ease-in-out infinite}.ivu-progress-wrong .ivu-progress-bg{background-color:#ed3f14}.ivu-progress-wrong .ivu-progress-text{color:#ed3f14}.ivu-progress-success .ivu-progress-bg{background-color:#19be6b}.ivu-progress-success .ivu-progress-text{color:#19be6b}@keyframes ivu-progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ivu-timeline{list-style:none;margin:0;padding:0}.ivu-timeline-item{margin:0!important;padding:0 0 0.75rem 0;list-style:none;position:relative}.ivu-timeline-item-tail{height:100%;border-left:1px solid #e9eaec;position:absolute;left:6px;top:0}.ivu-timeline-item-pending .ivu-timeline-item-tail{display:none}.ivu-timeline-item-head{width:0.8125rem;height:0.8125rem;background-color:#fff;border-radius:50%;border:1px solid transparent;position:absolute}.ivu-timeline-item-head-blue{border-color:#2d8cf0;color:#2d8cf0}.ivu-timeline-item-head-red{border-color:#ed3f14;color:#ed3f14}.ivu-timeline-item-head-green{border-color:#19be6b;color:#19be6b}.ivu-timeline-item-head-custom{width:2.5rem;height:auto;margin-top:6px;padding:3px 0;text-align:center;line-height:1;border:0;border-radius:0;font-size:0.875rem;position:absolute;left:-0.8125rem;transform:translateY(-50%)}.ivu-timeline-item-content{padding:1px 1px 10px 1.5rem;font-size:0.75rem;position:relative;top:-3px}.ivu-timeline-item:last-child .ivu-timeline-item-tail{display:none}.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail{border-left:1px dotted #e9eaec}.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content{min-height:3rem}.ivu-page:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.ivu-page-item{display:inline-block;vertical-align:middle;min-width:2rem;height:2rem;line-height:1.875rem;margin-right:4px;text-align:center;list-style:none;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-family:Arial;border:1px solid #dddee1;border-radius:4px;transition:border .2s ease-in-out,color .2s ease-in-out}.ivu-page-item a{margin:0 6px;text-decoration:none;color:#495060}.ivu-page-item:hover{border-color:#2d8cf0}.ivu-page-item:hover a{color:#2d8cf0}.ivu-page-item-active{background-color:#2d8cf0;border-color:#2d8cf0}.ivu-page-item-active a,.ivu-page-item-active:hover a{color:#fff}.ivu-page-item-jump-next:after,.ivu-page-item-jump-prev:after{content:"\2022\2022\2022";display:block;letter-spacing:1px;color:#ccc;text-align:center}.ivu-page-item-jump-next i,.ivu-page-item-jump-prev i{display:none}.ivu-page-item-jump-next:hover:after,.ivu-page-item-jump-prev:hover:after{display:none}.ivu-page-item-jump-next:hover i,.ivu-page-item-jump-prev:hover i{display:inline}.ivu-page-item-jump-prev:hover i:after{content:"\F3D2"}.ivu-page-item-jump-next:hover i:after{content:"\F3D3"}.ivu-page-prev{margin-right:8px}.ivu-page-item-jump-next,.ivu-page-item-jump-prev{margin-right:4px}.ivu-page-next{margin-left:4px}.ivu-page-item-jump-next,.ivu-page-item-jump-prev,.ivu-page-next,.ivu-page-prev{display:inline-block;vertical-align:middle;min-width:2rem;height:2rem;line-height:1.875rem;list-style:none;text-align:center;cursor:pointer;color:#666;font-family:Arial;border:1px solid #dddee1;border-radius:4px;transition:all .2s ease-in-out}.ivu-page-next,.ivu-page-prev{background-color:#fff}.ivu-page-next a,.ivu-page-prev a{color:#666;font-size:0.875rem}.ivu-page-next:hover,.ivu-page-prev:hover{border-color:#2d8cf0}.ivu-page-next:hover a,.ivu-page-prev:hover a{color:#2d8cf0}.ivu-page-disabled{cursor:not-allowed}.ivu-page-disabled a{color:#ccc}.ivu-page-disabled:hover{border-color:#dddee1}.ivu-page-disabled:hover a{color:#ccc;cursor:not-allowed}.ivu-page-options{display:inline-block;vertical-align:middle;margin-left:0.9375rem}.ivu-page-options-sizer{display:inline-block;margin-right:10px}.ivu-page-options-elevator{display:inline-block;vertical-align:middle;height:2rem;line-height:2rem}.ivu-page-options-elevator input{display:inline-block;width:100%;height:2rem;line-height:1.5;padding:4px 7px;font-size:0.75rem;border:1px solid #dddee1;color:#495060;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;border-radius:4px;margin:0 8px;width:3.125rem}.ivu-page-options-elevator input::-moz-placeholder{color:#bbbec4;opacity:1}.ivu-page-options-elevator input:-ms-input-placeholder{color:#bbbec4}.ivu-page-options-elevator input::-webkit-input-placeholder{color:#bbbec4}.ivu-page-options-elevator input:hover{border-color:#57a3f3}.ivu-page-options-elevator input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-page-options-elevator input[disabled],fieldset[disabled] .ivu-page-options-elevator input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-page-options-elevator input[disabled]:hover,fieldset[disabled] .ivu-page-options-elevator input:hover{border-color:#e4e5e7}textarea.ivu-page-options-elevator input{max-width:100%;height:auto;min-height:2rem;vertical-align:bottom;font-size:0.875rem}.ivu-page-options-elevator input-large{font-size:0.875rem;padding:6px 7px;height:2.25rem}.ivu-page-options-elevator input-small{padding:1px 7px;height:1.5rem;border-radius:3px}.ivu-page-total{display:inline-block;height:2rem;line-height:2rem;margin-right:10px}.ivu-page-simple .ivu-page-next,.ivu-page-simple .ivu-page-prev{margin:0;border:0;height:1.5rem;line-height:1.5rem;font-size:1.125rem}.ivu-page-simple .ivu-page-simple-pager{display:inline-block;margin-right:8px}.ivu-page-simple .ivu-page-simple-pager input{width:1.875rem;height:1.5rem;margin:0 8px;padding:5px 8px;text-align:center;box-sizing:border-box;background-color:#fff;outline:0;border:1px solid #dddee1;border-radius:4px;transition:border-color .2s ease-in-out}.ivu-page-simple .ivu-page-simple-pager input:hover{border-color:#2d8cf0}.ivu-page-simple .ivu-page-simple-pager span{padding:0 8px 0 2px}.ivu-page.mini .ivu-page-total{height:1.5rem;line-height:1.5rem}.ivu-page.mini .ivu-page-item{border:0;margin:0;min-width:1.5rem;height:1.5rem;line-height:1.5rem;border-radius:3px}.ivu-page.mini .ivu-page-next,.ivu-page.mini .ivu-page-prev{margin:0;min-width:1.5rem;height:1.5rem;line-height:1.5rem;border:0}.ivu-page.mini .ivu-page-next a i:after,.ivu-page.mini .ivu-page-prev a i:after{height:1.5rem;line-height:1.5rem}.ivu-page.mini .ivu-page-item-jump-next,.ivu-page.mini .ivu-page-item-jump-prev{height:1.5rem;line-height:1.5rem;border:none;margin-right:0}.ivu-page.mini .ivu-page-options{margin-left:8px}.ivu-page.mini .ivu-page-options-elevator{height:1.5rem;line-height:1.5rem}.ivu-page.mini .ivu-page-options-elevator input{padding:1px 7px;height:1.5rem;border-radius:3px;width:2.75rem}.ivu-steps{font-size:0;width:100%;line-height:1.5}.ivu-steps-item{display:inline-block;position:relative;vertical-align:top}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner{background-color:#fff}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner>.ivu-steps-icon{color:#ccc}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title{color:#999}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content{color:#999}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail>i{background-color:#e9eaec}.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon{color:#fff}.ivu-steps-item.ivu-steps-status-process .ivu-steps-title{color:#666}.ivu-steps-item.ivu-steps-status-process .ivu-steps-content{color:#666}.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail>i{background-color:#e9eaec}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner{background-color:#fff;border-color:#2d8cf0}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner>.ivu-steps-icon{color:#2d8cf0}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail>i:after{width:100%;background:#2d8cf0;transition:all .2s ease-in-out;opacity:1}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title{color:#999}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content{color:#999}.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner{background-color:#fff;border-color:#ed3f14}.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner>.ivu-steps-icon{color:#ed3f14}.ivu-steps-item.ivu-steps-status-error .ivu-steps-title{color:#ed3f14}.ivu-steps-item.ivu-steps-status-error .ivu-steps-content{color:#ed3f14}.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail>i{background-color:#e9eaec}.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i,.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i:after{background-color:#ed3f14}.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner{background:0 0;border:0;width:auto;height:auto}.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner>.ivu-steps-icon{font-size:1.25rem;top:2px;width:1.25rem;height:1.25rem}.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon{color:#2d8cf0}.ivu-steps-item:last-child .ivu-steps-tail{display:none}.ivu-steps .ivu-steps-head,.ivu-steps .ivu-steps-main{position:relative;display:inline-block;vertical-align:top}.ivu-steps .ivu-steps-head{background:#fff}.ivu-steps .ivu-steps-head-inner{display:block;width:1.625rem;height:1.625rem;line-height:1.5rem;margin-right:8px;text-align:center;border:1px solid #ccc;border-radius:50%;font-size:0.875rem;transition:background-color .2s ease-in-out}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon{line-height:1;position:relative}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon{font-size:1.5rem}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-checkmark-empty,.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-close-empty{font-weight:700}.ivu-steps .ivu-steps-main{margin-top:2.5px;display:inline}.ivu-steps .ivu-steps-custom .ivu-steps-title{margin-top:2.5px}.ivu-steps .ivu-steps-title{display:inline-block;margin-bottom:4px;padding-right:10px;font-size:0.875rem;font-weight:700;color:#666;background:#fff}.ivu-steps .ivu-steps-title>a:first-child:last-child{color:#666}.ivu-steps .ivu-steps-item-last .ivu-steps-title{padding-right:0;width:100%}.ivu-steps .ivu-steps-content{font-size:0.75rem;color:#999}.ivu-steps .ivu-steps-tail{width:100%;padding:0 10px;position:absolute;left:0;top:0.8125rem}.ivu-steps .ivu-steps-tail>i{display:inline-block;width:100%;height:1px;vertical-align:top;background:#e9eaec;border-radius:1px;position:relative}.ivu-steps .ivu-steps-tail>i:after{content:'';width:0;height:100%;background:#e9eaec;opacity:0;position:absolute;top:0}.ivu-steps.ivu-steps-small .ivu-steps-head-inner{width:1.125rem;height:1.125rem;line-height:1rem;margin-right:10px;text-align:center;border-radius:50%;font-size:0.75rem}.ivu-steps.ivu-steps-small .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon{font-size:1rem;top:0}.ivu-steps.ivu-steps-small .ivu-steps-main{margin-top:0}.ivu-steps.ivu-steps-small .ivu-steps-title{margin-bottom:4px;margin-top:0;color:#666;font-size:0.75rem;font-weight:700}.ivu-steps.ivu-steps-small .ivu-steps-content{font-size:0.75rem;color:#999;padding-left:1.875rem}.ivu-steps.ivu-steps-small .ivu-steps-tail{top:8px;padding:0 8px}.ivu-steps.ivu-steps-small .ivu-steps-tail>i{height:1px;width:100%;border-radius:1px}.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner{width:inherit;height:inherit;line-height:inherit;border-radius:0;border:0;background:0 0}.ivu-steps-vertical .ivu-steps-item{display:block}.ivu-steps-vertical .ivu-steps-tail{position:absolute;left:0.8125rem;top:0;height:100%;width:1px;padding:1.875rem 0 4px 0}.ivu-steps-vertical .ivu-steps-tail>i{height:100%;width:1px}.ivu-steps-vertical .ivu-steps-tail>i:after{height:0;width:100%}.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail>i:after{height:100%}.ivu-steps-vertical .ivu-steps-head{float:left}.ivu-steps-vertical .ivu-steps-head-inner{margin-right:1rem}.ivu-steps-vertical .ivu-steps-main{min-height:2.9375rem;overflow:hidden;display:block}.ivu-steps-vertical .ivu-steps-main .ivu-steps-title{line-height:1.625rem}.ivu-steps-vertical .ivu-steps-main .ivu-steps-content{padding-bottom:0.75rem;padding-left:0}.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon{left:4px}.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon{left:0}.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail{position:absolute;left:9px;top:0;padding:1.375rem 0 4px 0}.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail>i{height:100%}.ivu-steps-vertical.ivu-steps-small .ivu-steps-title{line-height:1.125rem}.ivu-steps-horizontal.ivu-steps-hidden{visibility:hidden}.ivu-steps-horizontal .ivu-steps-content{padding-left:2.1875rem}.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head{padding-left:10px;margin-left:-10px}.ivu-modal{width:auto;margin:0 auto;position:relative;outline:0;top:6.25rem}.ivu-modal-hidden{display:none!important}.ivu-modal-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1000;-webkit-overflow-scrolling:touch;outline:0}.ivu-modal-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.ivu-modal-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,55,55,.6);height:100%;z-index:1000}.ivu-modal-mask-hidden{display:none}.ivu-modal-content{position:relative;background-color:#fff;border:0;border-radius:6px;background-clip:padding-box}.ivu-modal-header{border-bottom:1px solid #e9eaec;padding:0.875rem 1rem;line-height:1}.ivu-modal-header p,.ivu-modal-header-inner{display:inline-block;width:100%;height:1.25rem;line-height:1.25rem;font-size:0.875rem;color:#1c2438;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-modal-close{font-size:0.75rem;position:absolute;right:1rem;top:8px;overflow:hidden;cursor:pointer}.ivu-modal-close .ivu-icon-ios-close-empty{font-size:1.9375rem;color:#999;transition:color .2s ease;position:relative;top:1px}.ivu-modal-close .ivu-icon-ios-close-empty:hover{color:#444}.ivu-modal-body{padding:1rem;font-size:0.75rem;line-height:1.5}.ivu-modal-footer{border-top:1px solid #e9eaec;padding:0.75rem 1.125rem 0.75rem 1.125rem;text-align:right}.ivu-modal-footer button+button{margin-left:8px;margin-bottom:0}@media (max-width:48rem){.ivu-modal{width:auto!important;margin:10px}.vertical-center-modal .ivu-modal{flex:1}}.ivu-modal-confirm{padding:0 4px}.ivu-modal-confirm-head-title{display:inline-block;font-size:0.875rem;color:#1c2438;font-weight:700}.ivu-modal-confirm-body{margin-top:6px;padding-left:3rem;padding-top:1.125rem;font-size:0.75rem;color:#495060;position:relative}.ivu-modal-confirm-body-render{margin:0;padding:0}.ivu-modal-confirm-body-icon{font-size:2.25rem;position:absolute;top:0;left:0}.ivu-modal-confirm-body-icon-info{color:#2d8cf0}.ivu-modal-confirm-body-icon-success{color:#19be6b}.ivu-modal-confirm-body-icon-warning{color:#f90}.ivu-modal-confirm-body-icon-error{color:#ed3f14}.ivu-modal-confirm-body-icon-confirm{color:#f90}.ivu-modal-confirm-footer{margin-top:2.5rem;text-align:right}.ivu-modal-confirm-footer button+button{margin-left:8px;margin-bottom:0}.ivu-select{display:inline-block;width:100%;box-sizing:border-box;vertical-align:middle;color:#495060;font-size:0.875rem;line-height:normal}.ivu-select-selection{display:block;box-sizing:border-box;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative;background-color:#fff;border-radius:4px;border:1px solid #dddee1;transition:all .2s ease-in-out}.ivu-select-selection-focused,.ivu-select-selection:hover{border-color:#57a3f3}.ivu-select-selection-focused .ivu-select-arrow,.ivu-select-selection:hover .ivu-select-arrow{display:inline-block}.ivu-select-arrow{position:absolute;top:50%;right:8px;line-height:1;margin-top:-7px;font-size:0.875rem;color:#80848f;transition:all .2s ease-in-out}.ivu-select-visible .ivu-select-selection{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-select-visible .ivu-select-arrow{transform:rotate(180deg);display:inline-block}.ivu-select-disabled .ivu-select-selection{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-select-disabled .ivu-select-selection:hover{border-color:#e4e5e7}.ivu-select-disabled .ivu-select-selection .ivu-select-arrow{display:none}.ivu-select-disabled .ivu-select-selection:hover{border-color:#dddee1;box-shadow:none}.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow{display:inline-block}.ivu-select-single .ivu-select-selection{height:2rem;position:relative}.ivu-select-single .ivu-select-selection .ivu-select-placeholder{color:#bbbec4}.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-single .ivu-select-selection .ivu-select-selected-value{display:block;height:1.875rem;line-height:1.875rem;font-size:0.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:8px;padding-right:1.5rem}.ivu-select-multiple .ivu-select-selection{padding:0 1.5rem 0 4px}.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder{display:block;height:1.875rem;line-height:1.875rem;color:#bbbec4;font-size:0.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:4px;padding-right:1.375rem}.ivu-select-large.ivu-select-single .ivu-select-selection{height:2.25rem}.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:2.125rem;line-height:2.125rem;font-size:0.875rem}.ivu-select-large.ivu-select-multiple .ivu-select-selection{min-height:2.25rem}.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value{min-height:2.125rem;line-height:2.125rem;font-size:0.875rem}.ivu-select-small.ivu-select-single .ivu-select-selection{height:1.5rem;border-radius:3px}.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:1.375rem;line-height:1.375rem}.ivu-select-small.ivu-select-multiple .ivu-select-selection{min-height:1.5rem;border-radius:3px}.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value{height:auto;min-height:1.375rem;line-height:1.375rem}.ivu-select-input{display:inline-block;height:2rem;line-height:2rem;padding:0 1.5rem 0 8px;font-size:0.75rem;outline:0;border:none;box-sizing:border-box;color:#495060;background-color:transparent;position:relative;cursor:pointer}.ivu-select-input::-moz-placeholder{color:#bbbec4;opacity:1}.ivu-select-input:-ms-input-placeholder{color:#bbbec4}.ivu-select-input::-webkit-input-placeholder{color:#bbbec4}.ivu-select-input[disabled]{cursor:not-allowed;color:#ccc}.ivu-select-single .ivu-select-input{width:100%}.ivu-select-large .ivu-select-input{font-size:0.875rem;height:2.25rem}.ivu-select-small .ivu-select-input{height:1.375rem;line-height:1.375rem}.ivu-select-multiple .ivu-select-input{height:1.8125rem;line-height:2rem;padding:0 0 0 4px}.ivu-select-not-found{text-align:center;color:#bbbec4}.ivu-select-not-found li:not([class^=ivu-]){margin-bottom:0}.ivu-select-loading{text-align:center;color:#bbbec4}.ivu-select-multiple .ivu-tag{height:1.5rem;line-height:1.375rem;margin:3px 4px 3px 0}.ivu-select-large.ivu-select-multiple .ivu-tag{height:1.75rem;line-height:1.625rem;font-size:0.875rem}.ivu-select-small.ivu-select-multiple .ivu-tag{height:1.0625rem;line-height:0.9375rem;font-size:0.75rem;padding:0 6px;margin:3px 4px 2px 0}.ivu-select-dropdown-list{min-width:100%;list-style:none}.ivu-select-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-select-item:hover{background:#f3f3f3}.ivu-select-item-focus{background:#f3f3f3}.ivu-select-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-select-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-select-item-selected,.ivu-select-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-select-item-selected.ivu-select-item-focus{background:rgba(40,123,211,.91)}.ivu-select-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-select-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-select-large .ivu-select-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-select-item{white-space:normal}}.ivu-select-multiple .ivu-select-item{position:relative}.ivu-select-multiple .ivu-select-item-selected{color:rgba(45,140,240,.9);background:#fff}.ivu-select-multiple .ivu-select-item-focus,.ivu-select-multiple .ivu-select-item-selected:hover{background:#f3f3f3}.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus{color:rgba(40,123,211,.91);background:#fff}.ivu-select-multiple .ivu-select-item-selected:after{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.5rem;content:'\F3FD';color:rgba(45,140,240,.9);position:absolute;top:2px;right:1rem}.ivu-select-group{list-style:none;margin:0;padding:0}.ivu-select-group-title{padding-left:8px;font-size:0.75rem;color:#999;height:1.875rem;line-height:1.875rem}.ivu-form-item-error .ivu-select-selection{border:1px solid #ed3f14}.ivu-form-item-error .ivu-select-arrow{color:#ed3f14}.ivu-form-item-error .ivu-select-visible .ivu-select-selection{border-color:#ed3f14;outline:0;box-shadow:0 0 0 2px rgba(237,63,20,.2)}.ivu-select-dropdown{width:inherit;max-height:12.5rem;overflow:auto;margin:5px 0;padding:5px 0;background-color:#fff;box-sizing:border-box;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);position:absolute;z-index:900}.ivu-select-dropdown-transfer{z-index:1060}.ivu-select-dropdown.ivu-transfer-no-max-height{max-height:none}.ivu-modal .ivu-select-dropdown{position:absolute!important}.ivu-tooltip{display:inline-block}.ivu-tooltip-rel{display:inline-block;position:relative}.ivu-tooltip-popper{display:block;visibility:visible;font-size:0.75rem;line-height:1.5;position:absolute;z-index:1060}.ivu-tooltip-popper[x-placement^=top]{padding:5px 0 8px 0}.ivu-tooltip-popper[x-placement^=right]{padding:0 5px 0 8px}.ivu-tooltip-popper[x-placement^=bottom]{padding:8px 0 5px 0}.ivu-tooltip-popper[x-placement^=left]{padding:0 8px 0 5px}.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow{left:50%;margin-left:-5px}.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow{left:1rem}.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow{right:1rem}.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow{top:50%;margin-top:-5px}.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow{top:50%;margin-top:-5px}.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow{left:50%;margin-left:-5px}.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow{left:1rem}.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow{right:1rem}.ivu-tooltip-inner{max-width:15.625rem;min-height:2.125rem;padding:8px 0.75rem;color:#fff;text-align:left;text-decoration:none;background-color:rgba(70,76,91,.9);border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);white-space:nowrap}.ivu-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.ivu-poptip{display:inline-block}.ivu-poptip-rel{display:inline-block;position:relative}.ivu-poptip-title{margin:0;padding:8px 1rem;position:relative}.ivu-poptip-title:after{content:'';display:block;height:1px;position:absolute;left:8px;right:8px;bottom:0;background-color:#e9eaec}.ivu-poptip-title-inner{color:#1c2438;font-size:0.875rem}.ivu-poptip-body{padding:8px 1rem}.ivu-poptip-body-content{overflow:auto}.ivu-poptip-body-content-inner{color:#495060}.ivu-poptip-inner{width:100%;background-color:#fff;background-clip:padding-box;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);white-space:nowrap}.ivu-poptip-popper{min-width:9.375rem;display:block;visibility:visible;font-size:0.75rem;line-height:1.5;position:absolute;z-index:1060}.ivu-poptip-popper[x-placement^=top]{padding:5px 0 8px 0}.ivu-poptip-popper[x-placement^=right]{padding:0 5px 0 8px}.ivu-poptip-popper[x-placement^=bottom]{padding:8px 0 5px 0}.ivu-poptip-popper[x-placement^=left]{padding:0 8px 0 5px}.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=top] .ivu-poptip-arrow{left:50%;margin-left:-5px}.ivu-poptip-popper[x-placement=top-start] .ivu-poptip-arrow{left:1rem}.ivu-poptip-popper[x-placement=top-end] .ivu-poptip-arrow{right:1rem}.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=right] .ivu-poptip-arrow{top:50%;margin-top:-5px}.ivu-poptip-popper[x-placement=right-start] .ivu-poptip-arrow{top:8px}.ivu-poptip-popper[x-placement=right-end] .ivu-poptip-arrow{bottom:8px}.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=left] .ivu-poptip-arrow{top:50%;margin-top:-5px}.ivu-poptip-popper[x-placement=left-start] .ivu-poptip-arrow{top:8px}.ivu-poptip-popper[x-placement=left-end] .ivu-poptip-arrow{bottom:8px}.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=bottom] .ivu-poptip-arrow{left:50%;margin-left:-5px}.ivu-poptip-popper[x-placement=bottom-start] .ivu-poptip-arrow{left:1rem}.ivu-poptip-popper[x-placement=bottom-end] .ivu-poptip-arrow{right:1rem}.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow:after{content:" ";bottom:1px;margin-left:-5px;border-bottom-width:0;border-top-width:5px;border-top-color:#fff}.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow:after{content:" ";left:1px;bottom:-5px;border-left-width:0;border-right-width:5px;border-right-color:#fff}.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow:after{content:" ";top:1px;margin-left:-5px;border-top-width:0;border-bottom-width:5px;border-bottom-color:#fff}.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow:after{content:" ";right:1px;border-right-width:0;border-left-width:5px;border-left-color:#fff;bottom:-5px}.ivu-poptip-arrow,.ivu-poptip-arrow:after{display:block;width:0;height:0;position:absolute;border-color:transparent;border-style:solid}.ivu-poptip-arrow{border-width:6px}.ivu-poptip-arrow:after{content:"";border-width:5px}.ivu-poptip-confirm .ivu-poptip-popper{max-width:18.75rem}.ivu-poptip-confirm .ivu-poptip-inner{white-space:normal}.ivu-poptip-confirm .ivu-poptip-body{padding:1rem 1rem 8px}.ivu-poptip-confirm .ivu-poptip-body .ivu-icon{font-size:1rem;color:#f90;line-height:1.125rem;position:absolute}.ivu-poptip-confirm .ivu-poptip-body-message{padding-left:1.25rem}.ivu-poptip-confirm .ivu-poptip-footer{text-align:right;padding:8px 1rem 1rem}.ivu-poptip-confirm .ivu-poptip-footer button{margin-left:4px}.ivu-input{display:inline-block;width:100%;height:2rem;line-height:1.5;padding:4px 7px;font-size:0.75rem;border:1px solid #dddee1;border-radius:4px;color:#495060;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-input::-moz-placeholder{color:#bbbec4;opacity:1}.ivu-input:-ms-input-placeholder{color:#bbbec4}.ivu-input::-webkit-input-placeholder{color:#bbbec4}.ivu-input:hover{border-color:#57a3f3}.ivu-input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input[disabled],fieldset[disabled] .ivu-input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input[disabled]:hover,fieldset[disabled] .ivu-input:hover{border-color:#e4e5e7}textarea.ivu-input{max-width:100%;height:auto;min-height:2rem;vertical-align:bottom;font-size:0.875rem}.ivu-input-large{font-size:0.875rem;padding:6px 7px;height:2.25rem}.ivu-input-small{padding:1px 7px;height:1.5rem;border-radius:3px}.ivu-input-wrapper{display:inline-block;width:100%;position:relative;vertical-align:middle;line-height:normal}.ivu-input-icon{width:2rem;height:2rem;line-height:2rem;font-size:1rem;text-align:center;color:#80848f;position:absolute;right:0;z-index:3}.ivu-input-hide-icon .ivu-input-icon{display:none}.ivu-input-icon-validate{display:none}.ivu-input-icon-clear{display:none}.ivu-input-wrapper:hover .ivu-input-icon-clear{display:inline-block}.ivu-input-icon-normal+.ivu-input{padding-right:2rem}.ivu-input-hide-icon .ivu-input-icon-normal+.ivu-input{padding-right:7px}.ivu-input-wrapper-large .ivu-input-icon{font-size:1.125rem;height:2.25rem;line-height:2.25rem}.ivu-input-wrapper-small .ivu-input-icon{width:1.5rem;font-size:0.875rem;height:1.5rem;line-height:1.5rem}.ivu-input-group{display:table;width:100%;border-collapse:separate;position:relative;font-size:0.75rem;top:1px}.ivu-input-group-large{font-size:0.875rem}.ivu-input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.ivu-input-group>[class*=col-]{padding-right:8px}.ivu-input-group-append,.ivu-input-group-prepend,.ivu-input-group>.ivu-input{display:table-cell}.ivu-input-group-with-prepend .ivu-input,.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input{border-top-left-radius:0;border-bottom-left-radius:0}.ivu-input-group-with-append .ivu-input,.ivu-input-group-with-append.ivu-input-group-small .ivu-input{border-top-right-radius:0;border-bottom-right-radius:0}.ivu-input-group-append .ivu-btn,.ivu-input-group-prepend .ivu-btn{border-color:transparent;background-color:transparent;color:inherit;margin:-6px -7px}.ivu-input-group-append,.ivu-input-group-prepend{width:1px;white-space:nowrap;vertical-align:middle}.ivu-input-group .ivu-input{width:100%;float:left;margin-bottom:0;position:relative;z-index:2}.ivu-input-group-append,.ivu-input-group-prepend{padding:4px 7px;font-size:inherit;font-weight:400;line-height:1;color:#495060;text-align:center;background-color:#eee;border:1px solid #dddee1;border-radius:6px}.ivu-input-group-append .ivu-select,.ivu-input-group-prepend .ivu-select{margin:-5px -7px}.ivu-input-group-append .ivu-select-selection,.ivu-input-group-prepend .ivu-select-selection{background-color:inherit;margin:-1px;border:1px solid transparent}.ivu-input-group-append .ivu-select-visible .ivu-select-selection,.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection{box-shadow:none}.ivu-input-group-prepend,.ivu-input-group>.ivu-input:first-child,.ivu-input-group>span>.ivu-input:first-child{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.ivu-input-group-prepend .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:first-child .ivu--select .ivu--select-selection,.ivu-input-group>span>.ivu-input:first-child .ivu--select .ivu--select-selection{border-bottom-right-radius:0;border-top-right-radius:0}.ivu-input-group-prepend{border-right:0}.ivu-input-group-append{border-left:0}.ivu-input-group-append,.ivu-input-group>.ivu-input:last-child{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.ivu-input-group-append .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:last-child .ivu--select .ivu--select-selection{border-bottom-left-radius:0;border-top-left-radius:0}.ivu-input-group-large .ivu-input,.ivu-input-group-large>.ivu-input-group-append,.ivu-input-group-large>.ivu-input-group-prepend{font-size:0.875rem;padding:6px 7px;height:2.25rem}.ivu-input-group-small .ivu-input,.ivu-input-group-small>.ivu-input-group-append,.ivu-input-group-small>.ivu-input-group-prepend{padding:1px 7px;height:1.5rem;border-radius:3px}.ivu-form-item-error .ivu-input{border:1px solid #ed3f14}.ivu-form-item-error .ivu-input:hover{border-color:#ed3f14}.ivu-form-item-error .ivu-input:focus{border-color:#ed3f14;outline:0;box-shadow:0 0 0 2px rgba(237,63,20,.2)}.ivu-form-item-error .ivu-input-icon{color:#ed3f14}.ivu-form-item-error .ivu-input-group-append,.ivu-form-item-error .ivu-input-group-prepend{background-color:#fff;border:1px solid #ed3f14}.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection{background-color:inherit;border:1px solid transparent}.ivu-form-item-error .ivu-input-group-prepend{border-right:0}.ivu-form-item-error .ivu-input-group-append{border-left:0}.ivu-form-item-error .ivu-transfer .ivu-input{display:inline-block;width:100%;height:2rem;line-height:1.5;padding:4px 7px;font-size:0.75rem;border:1px solid #dddee1;border-radius:4px;color:#495060;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder{color:#bbbec4;opacity:1}.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder{color:#bbbec4}.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder{color:#bbbec4}.ivu-form-item-error .ivu-transfer .ivu-input:hover{border-color:#57a3f3}.ivu-form-item-error .ivu-transfer .ivu-input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-form-item-error .ivu-transfer .ivu-input[disabled],fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover{border-color:#e4e5e7}textarea.ivu-form-item-error .ivu-transfer .ivu-input{max-width:100%;height:auto;min-height:2rem;vertical-align:bottom;font-size:0.875rem}.ivu-form-item-error .ivu-transfer .ivu-input-large{font-size:0.875rem;padding:6px 7px;height:2.25rem}.ivu-form-item-error .ivu-transfer .ivu-input-small{padding:1px 7px;height:1.5rem;border-radius:3px}.ivu-form-item-error .ivu-transfer .ivu-input-icon{color:#80848f}.ivu-form-item-validating .ivu-input-icon-validate{display:inline-block}.ivu-form-item-validating .ivu-input-icon+.ivu-input{padding-right:2rem}.ivu-slider{line-height:normal}.ivu-slider-wrap{width:100%;height:4px;margin:1rem 0;background-color:#e9eaec;border-radius:3px;vertical-align:middle;position:relative;cursor:pointer}.ivu-slider-button-wrap{width:1.125rem;height:1.125rem;text-align:center;background-color:transparent;position:absolute;top:-4px;transform:translateX(-50%)}.ivu-slider-button-wrap .ivu-tooltip{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ivu-slider-button{width:0.75rem;height:0.75rem;border:2px solid #57a3f3;border-radius:50%;background-color:#fff;transition:all .2s linear;outline:0}.ivu-slider-button-dragging,.ivu-slider-button:focus,.ivu-slider-button:hover{border-color:#2d8cf0;transform:scale(1.5)}.ivu-slider-button:hover{cursor:-webkit-grab;cursor:grab}.ivu-slider-button-dragging,.ivu-slider-button-dragging:hover{cursor:-webkit-grabbing;cursor:grabbing}.ivu-slider-bar{height:4px;background:#57a3f3;border-radius:3px;position:absolute}.ivu-slider-stop{position:absolute;width:4px;height:4px;border-radius:50%;background-color:#ccc;transform:translateX(-50%)}.ivu-slider-disabled{cursor:not-allowed}.ivu-slider-disabled .ivu-slider-wrap{background-color:#ccc;cursor:not-allowed}.ivu-slider-disabled .ivu-slider-bar{background-color:#ccc}.ivu-slider-disabled .ivu-slider-button{border-color:#ccc}.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button:hover{border-color:#ccc}.ivu-slider-disabled .ivu-slider-button:hover{cursor:not-allowed}.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button-dragging:hover{cursor:not-allowed}.ivu-slider-input .ivu-slider-wrap{width:auto;margin-right:6.25rem}.ivu-slider-input .ivu-input-number{float:right;margin-top:-0.875rem}.selectDropDown{width:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader{line-height:normal}.ivu-cascader-rel{display:inline-block;width:100%;position:relative}.ivu-cascader .ivu-input{display:block;cursor:pointer}.ivu-cascader-disabled .ivu-input{cursor:not-allowed}.ivu-cascader-label{width:100%;height:100%;line-height:2rem;padding:0 7px;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;font-size:0.75rem;position:absolute;left:0;top:0}.ivu-cascader-size-large .ivu-cascader-label{line-height:2.25rem;font-size:0.875rem}.ivu-cascader-size-small .ivu-cascader-label{line-height:1.625rem}.ivu-cascader .ivu-cascader-arrow:nth-of-type(1){display:none;cursor:pointer}.ivu-cascader:hover .ivu-cascader-arrow:nth-of-type(1){display:inline-block}.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2){display:none}.ivu-cascader-arrow{position:absolute;top:50%;right:8px;line-height:1;margin-top:-7px;font-size:0.875rem;color:#80848f;transition:all .2s ease-in-out}.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2){transform:rotate(180deg)}.ivu-cascader .ivu-select-dropdown{width:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader .ivu-cascader-menu-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-cascader .ivu-cascader-menu-item:hover{background:#f3f3f3}.ivu-cascader .ivu-cascader-menu-item-focus{background:#f3f3f3}.ivu-cascader .ivu-cascader-menu-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-cascader .ivu-cascader-menu-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-cascader .ivu-cascader-menu-item-selected,.ivu-cascader .ivu-cascader-menu-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-cascader .ivu-cascader-menu-item-selected.ivu-cascader .ivu-cascader-menu-item-focus{background:rgba(40,123,211,.91)}.ivu-cascader .ivu-cascader-menu-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-cascader .ivu-cascader-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-cascader .ivu-cascader-menu-item{white-space:normal}}.ivu-cascader .ivu-select-item span{color:#ed3f14}.ivu-cascader-dropdown{padding:5px 0}.ivu-cascader-dropdown .ivu-select-dropdown-list{max-height:11.875rem;box-sizing:border-box;overflow:auto}.ivu-cascader-not-found-tip{padding:5px 0;text-align:center;color:#bbbec4}.ivu-cascader-not-found-tip li:not([class^=ivu-]){list-style:none;margin-bottom:0}.ivu-cascader-not-found .ivu-select-dropdown{width:inherit}.ivu-cascader-menu{display:inline-block;min-width:6.25rem;height:11.25rem;margin:0;padding:5px 0!important;vertical-align:top;list-style:none;border-right:1px solid #e9eaec;overflow:auto}.ivu-cascader-menu:last-child{border-right-color:transparent;margin-right:-1px}.ivu-cascader-menu .ivu-cascader-menu-item{position:relative;padding-right:1.5rem;transition:all .2s ease-in-out}.ivu-cascader-menu .ivu-cascader-menu-item i{font-size:0.75rem;position:absolute;right:0.9375rem;top:50%;margin-top:-6px}.ivu-cascader-menu .ivu-cascader-menu-item-active{background-color:#f3f3f3;color:#2d8cf0}.ivu-cascader-transfer{z-index:1060;width:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader-transfer .ivu-cascader-menu-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-cascader-transfer .ivu-cascader-menu-item:hover{background:#f3f3f3}.ivu-cascader-transfer .ivu-cascader-menu-item-focus{background:#f3f3f3}.ivu-cascader-transfer .ivu-cascader-menu-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-cascader-transfer .ivu-cascader-menu-item-selected,.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-cascader-transfer .ivu-cascader-menu-item-selected.ivu-cascader-transfer .ivu-cascader-menu-item-focus{background:rgba(40,123,211,.91)}.ivu-cascader-transfer .ivu-cascader-menu-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-cascader-transfer .ivu-cascader-menu-item{white-space:normal}}.ivu-cascader-transfer .ivu-select-item span{color:#ed3f14}.ivu-cascader-transfer .ivu-cascader-menu-item{padding-right:1.5rem;transition:all .2s ease-in-out}.ivu-cascader-transfer .ivu-cascader-menu-item-active{background-color:#f3f3f3;color:#2d8cf0}.ivu-form-item-error .ivu-cascader-arrow{color:#ed3f14}.ivu-transfer{position:relative;line-height:1.5}.ivu-transfer-list{display:inline-block;width:11.25rem;height:13.125rem;font-size:0.75rem;vertical-align:middle;position:relative;padding-top:2.1875rem}.ivu-transfer-list-with-footer{padding-bottom:2.1875rem}.ivu-transfer-list-header{padding:8px 1rem;background:#f9fafc;color:#495060;border:1px solid #dddee1;border-bottom:1px solid #e9eaec;border-radius:6px 6px 0 0;overflow:hidden;position:absolute;top:0;left:0;width:100%}.ivu-transfer-list-header-title{cursor:pointer}.ivu-transfer-list-header>span{padding-left:4px}.ivu-transfer-list-header-count{margin:0!important;float:right}.ivu-transfer-list-body{height:100%;border:1px solid #dddee1;border-top:none;border-radius:0 0 6px 6px;position:relative;overflow:hidden}.ivu-transfer-list-body-with-search{padding-top:2.125rem}.ivu-transfer-list-body-with-footer{border-radius:0}.ivu-transfer-list-content{height:100%;padding:4px 0;overflow:auto}.ivu-transfer-list-content-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ivu-transfer-list-content-item>span{padding-left:4px}.ivu-transfer-list-content-not-found{display:none;text-align:center;color:#bbbec4}li.ivu-transfer-list-content-not-found:only-child{display:block}.ivu-transfer-list-body-with-search .ivu-transfer-list-content{padding:6px 0 0}.ivu-transfer-list-body-search-wrapper{padding:8px 8px 0;position:absolute;top:0;left:0;right:0}.ivu-transfer-list-search{position:relative}.ivu-transfer-list-footer{border:1px solid #dddee1;border-top:none;border-radius:0 0 6px 6px;position:absolute;bottom:0;left:0;right:0;zoom:1}.ivu-transfer-list-footer:after,.ivu-transfer-list-footer:before{content:"";display:table}.ivu-transfer-list-footer:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-transfer-operation{display:inline-block;overflow:hidden;margin:0 1rem;vertical-align:middle}.ivu-transfer-operation .ivu-btn{display:block;min-width:1.5rem}.ivu-transfer-operation .ivu-btn:first-child{margin-bottom:0.75rem}.ivu-transfer-list-content-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-transfer-list-content-item:hover{background:#f3f3f3}.ivu-transfer-list-content-item-focus{background:#f3f3f3}.ivu-transfer-list-content-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-transfer-list-content-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-transfer-list-content-item-selected,.ivu-transfer-list-content-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-transfer-list-content-item-selected.ivu-transfer-list-content-item-focus{background:rgba(40,123,211,.91)}.ivu-transfer-list-content-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-transfer-list-content-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-transfer-large .ivu-transfer-list-content-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-transfer-list-content-item{white-space:normal}}.ivu-table{width:inherit;height:100%;max-width:100%;overflow:hidden;color:#495060;font-size:0.75rem;background-color:#fff;box-sizing:border-box}.ivu-table-wrapper{position:relative;border:1px solid #dddee1;border-bottom:0;border-right:0}.ivu-table-hide{opacity:0}.ivu-table:before{content:'';width:100%;height:1px;position:absolute;left:0;bottom:0;background-color:#dddee1;z-index:1}.ivu-table:after{content:'';width:1px;height:100%;position:absolute;top:0;right:0;background-color:#dddee1;z-index:3}.ivu-table-footer,.ivu-table-title{height:3rem;line-height:3rem;border-bottom:1px solid #e9eaec}.ivu-table-footer{border-bottom:none}.ivu-table-header{overflow:hidden}.ivu-table-overflowX{overflow-x:scroll}.ivu-table-overflowY{overflow-y:scroll}.ivu-table-tip{overflow-x:auto;overflow-y:hidden}.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer{border-top:1px solid #dddee1}.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td{border-bottom:none}.ivu-table td,.ivu-table th{min-width:0;height:3rem;box-sizing:border-box;text-align:left;text-overflow:ellipsis;vertical-align:middle;border-bottom:1px solid #e9eaec}.ivu-table th{height:2.5rem;white-space:nowrap;overflow:hidden;background-color:#f8f8f9}.ivu-table td{background-color:#fff;transition:background-color .2s ease-in-out}td.ivu-table-column-left,th.ivu-table-column-left{text-align:left}td.ivu-table-column-center,th.ivu-table-column-center{text-align:center}td.ivu-table-column-right,th.ivu-table-column-right{text-align:right}.ivu-table table{table-layout:fixed}.ivu-table-border td,.ivu-table-border th{border-right:1px solid #e9eaec}.ivu-table-cell{padding-left:1.125rem;padding-right:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;box-sizing:border-box}.ivu-table-cell-ellipsis{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ivu-table-cell-with-expand{height:2.9375rem;line-height:2.9375rem;padding:0;text-align:center}.ivu-table-cell-expand{cursor:pointer;transition:transform .2s ease-in-out}.ivu-table-cell-expand i{font-size:0.875rem}.ivu-table-cell-expand-expanded{transform:rotate(90deg)}.ivu-table-cell-sort{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ivu-table-hidden{visibility:hidden}th .ivu-table-cell{display:inline-block;word-wrap:normal;vertical-align:middle}td.ivu-table-expanded-cell{padding:1.25rem 3.125rem;background:#f8f8f9}.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td{background-color:#f8f8f9}.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td{background-color:#ebf7ff}tr.ivu-table-row-hover td{background-color:#ebf7ff}.ivu-table-large{font-size:0.875rem}.ivu-table-large th{height:3rem}.ivu-table-large td{height:3.75rem}.ivu-table-large-footer,.ivu-table-large-title{height:3.75rem;line-height:3.75rem}.ivu-table-large .ivu-table-cell-with-expand{height:3.6875rem;line-height:3.6875rem}.ivu-table-large .ivu-table-cell-with-expand i{font-size:1rem}.ivu-table-small th{height:2rem}.ivu-table-small td{height:2.5rem}.ivu-table-small-footer,.ivu-table-small-title{height:2.5rem;line-height:2.5rem}.ivu-table-small .ivu-table-cell-with-expand{height:2.4375rem;line-height:2.4375rem}.ivu-table-row-highlight td,.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,tr.ivu-table-row-highlight.ivu-table-row-hover td{background-color:#ebf7ff}.ivu-table-fixed,.ivu-table-fixed-right{position:absolute;top:0;left:0;box-shadow:2px 0 6px -2px rgba(0,0,0,.2)}.ivu-table-fixed-right::before,.ivu-table-fixed::before{content:'';width:100%;height:1px;background-color:#dddee1;position:absolute;left:0;bottom:0;z-index:4}.ivu-table-fixed-right{top:0;left:auto;right:0;box-shadow:-2px 0 6px -2px rgba(0,0,0,.2)}.ivu-table-fixed-right-header{position:absolute;top:-1px;right:0;background-color:#f8f8f9;border-top:1px solid #dddee1;border-bottom:1px solid #e9eaec}.ivu-table-fixed-header{overflow:hidden}.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-sort{display:none}.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-cell span{display:none}.ivu-table-fixed-body{overflow:hidden;position:relative;z-index:3}.ivu-table-fixed-shadow{width:1px;height:100%;position:absolute;top:0;right:0;box-shadow:1px 0 6px rgba(0,0,0,.2);overflow:hidden;z-index:1}.ivu-table-sort{display:inline-block;width:9px;height:0.75rem;margin-left:4px;margin-top:-1px;vertical-align:middle;overflow:hidden;cursor:pointer;position:relative}.ivu-table-sort i{display:block;height:6px;line-height:6px;overflow:hidden;position:absolute;color:#bbbec4;transition:color .2s ease-in-out}.ivu-table-sort i:hover{color:inherit}.ivu-table-sort i.on{color:#2d8cf0}.ivu-table-sort i:first-child{top:0}.ivu-table-sort i:last-child{bottom:0}.ivu-table-filter{display:inline-block;cursor:pointer;position:relative}.ivu-table-filter i{color:#bbbec4;transition:color .2s ease-in-out}.ivu-table-filter i:hover{color:inherit}.ivu-table-filter i.on{color:#2d8cf0}.ivu-table-filter-list{padding:8px 0 0}.ivu-table-filter-list-item{padding:0 0.75rem 8px}.ivu-table-filter-list-item .ivu-checkbox-wrapper+.ivu-checkbox-wrapper{margin:0}.ivu-table-filter-list-item label{display:block}.ivu-table-filter-list-item label>span{margin-right:4px}.ivu-table-filter-list ul{padding-bottom:8px}.ivu-table-filter-list .ivu-table-filter-select-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-table-filter-list .ivu-table-filter-select-item:hover{background:#f3f3f3}.ivu-table-filter-list .ivu-table-filter-select-item-focus{background:#f3f3f3}.ivu-table-filter-list .ivu-table-filter-select-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-table-filter-list .ivu-table-filter-select-item-selected,.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-table-filter-list .ivu-table-filter-select-item-selected.ivu-table-filter-list .ivu-table-filter-select-item-focus{background:rgba(40,123,211,.91)}.ivu-table-filter-list .ivu-table-filter-select-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-table-filter-list .ivu-table-filter-select-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-table-filter-list .ivu-table-filter-select-item{white-space:normal}}.ivu-table-filter-footer{padding:4px;border-top:1px solid #e9eaec;overflow:hidden}.ivu-table-filter-footer button:first-child{float:left}.ivu-table-filter-footer button:last-child{float:right}.ivu-table-tip table{width:100%}.ivu-table-tip table td{text-align:center}.ivu-table-expanded-hidden{visibility:hidden}.ivu-table-popper{min-width:0;text-align:left}.ivu-table-popper .ivu-poptip-body{padding:0}.ivu-dropdown{display:inline-block}.ivu-dropdown .ivu-select-dropdown{overflow:visible;max-height:none}.ivu-dropdown .ivu-dropdown{width:100%}.ivu-dropdown-rel{position:relative}.ivu-dropdown-menu{min-width:6.25rem}.ivu-dropdown-transfer{width:auto}.ivu-dropdown-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-dropdown-item:hover{background:#f3f3f3}.ivu-dropdown-item-focus{background:#f3f3f3}.ivu-dropdown-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-dropdown-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-dropdown-item-selected,.ivu-dropdown-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-dropdown-item-selected.ivu-dropdown-item-focus{background:rgba(40,123,211,.91)}.ivu-dropdown-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-dropdown-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-dropdown-large .ivu-dropdown-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-dropdown-item{white-space:normal}}.ivu-tabs{box-sizing:border-box;position:relative;overflow:hidden;color:#495060;zoom:1}.ivu-tabs:after,.ivu-tabs:before{content:"";display:table}.ivu-tabs:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-tabs-bar{outline:0}.ivu-tabs-ink-bar{height:2px;box-sizing:border-box;background-color:#2d8cf0;position:absolute;left:0;bottom:1px;z-index:1;transition:transform .3s ease-in-out;transform-origin:0 0}.ivu-tabs-bar{border-bottom:1px solid #dddee1;margin-bottom:1rem}.ivu-tabs-nav-container{margin-bottom:-1px;line-height:1.5;font-size:0.875rem;box-sizing:border-box;white-space:nowrap;overflow:hidden;position:relative;zoom:1}.ivu-tabs-nav-container:after,.ivu-tabs-nav-container:before{content:"";display:table}.ivu-tabs-nav-container:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-tabs-nav-container:focus{outline:0}.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused{border-color:#57a3f3!important}.ivu-tabs-nav-container-scrolling{padding-left:2rem;padding-right:2rem}.ivu-tabs-nav-wrap{overflow:hidden;margin-bottom:-1px}.ivu-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.ivu-tabs-nav-right{float:right;margin-left:5px}.ivu-tabs-nav-prev{position:absolute;line-height:2rem;cursor:pointer;left:0}.ivu-tabs-nav-next{position:absolute;line-height:2rem;cursor:pointer;right:0}.ivu-tabs-nav-scrollable{padding:0 0.75rem}.ivu-tabs-nav-scroll-disabled{display:none}.ivu-tabs-nav{padding-left:0;margin:0;float:left;list-style:none;box-sizing:border-box;position:relative;transition:transform .5s ease-in-out}.ivu-tabs-nav:after,.ivu-tabs-nav:before{display:table;content:" "}.ivu-tabs-nav:after{clear:both}.ivu-tabs-nav .ivu-tabs-tab-disabled{pointer-events:none;cursor:default;color:#ccc}.ivu-tabs-nav .ivu-tabs-tab{display:inline-block;height:100%;padding:8px 1rem;margin-right:1rem;box-sizing:border-box;cursor:pointer;text-decoration:none;position:relative;transition:color .3s ease-in-out}.ivu-tabs-nav .ivu-tabs-tab:hover{color:#57a3f3}.ivu-tabs-nav .ivu-tabs-tab:active{color:#2b85e4}.ivu-tabs-nav .ivu-tabs-tab .ivu-icon{width:0.875rem;height:0.875rem;margin-right:8px}.ivu-tabs-nav .ivu-tabs-tab-active{color:#2d8cf0}.ivu-tabs-mini .ivu-tabs-nav-container{font-size:0.875rem}.ivu-tabs-mini .ivu-tabs-tab{margin-right:0;padding:8px 1rem;font-size:0.75rem}.ivu-tabs .ivu-tabs-content-animated{display:flex;flex-direction:row;will-change:transform;transition:transform .3s ease-in-out}.ivu-tabs .ivu-tabs-tabpane{flex-shrink:0;width:100%;transition:opacity .3s;opacity:1;outline:0}.ivu-tabs .ivu-tabs-tabpane-inactive{opacity:0;height:0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-container{height:2rem}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-ink-bar{visibility:hidden}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab{margin:0;margin-right:4px;height:1.9375rem;padding:5px 1rem 4px;border:1px solid #dddee1;border-bottom:0;border-radius:4px 4px 0 0;transition:all .3s ease-in-out;background:#f8f8f9}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active{height:2rem;padding-bottom:5px;background:#fff;transform:translateZ(0);border-color:#dddee1;color:#2d8cf0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-wrap{margin-bottom:0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close-empty{width:0;height:1.375rem;font-size:1.375rem;margin-right:0;color:#999;text-align:right;vertical-align:middle;overflow:hidden;position:relative;top:-1px;transform-origin:100% 50%;transition:all .3s ease-in-out}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close-empty:hover{color:#444}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active .ivu-icon-ios-close-empty,.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab:hover .ivu-icon-ios-close-empty{width:0.875rem;transform:translateZ(0)}.ivu-tabs-no-animation>.ivu-tabs-content{transform:none!important}.ivu-tabs-no-animation>.ivu-tabs-content>.ivu-tabs-tabpane-inactive{display:none}.ivu-menu{display:block;margin:0;padding:0;outline:0;list-style:none;color:#495060;font-size:0.875rem;position:relative;z-index:900}.ivu-menu-horizontal{height:3.75rem;line-height:3.75rem}.ivu-menu-horizontal.ivu-menu-light:after{content:'';display:block;width:100%;height:1px;background:#dddee1;position:absolute;bottom:0;left:0}.ivu-menu-vertical.ivu-menu-light:after{content:'';display:block;width:1px;height:100%;background:#dddee1;position:absolute;top:0;bottom:0;right:0;z-index:1}.ivu-menu-light{background:#fff}.ivu-menu-dark{background:#495060}.ivu-menu-primary{background:#2d8cf0}.ivu-menu-item{display:block;outline:0;list-style:none;font-size:0.875rem;position:relative;z-index:1;cursor:pointer;transition:all .2s ease-in-out}.ivu-menu-item>i{margin-right:6px}.ivu-menu-submenu-title span>i,.ivu-menu-submenu-title>i{margin-right:8px}.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-horizontal .ivu-menu-submenu{float:left;padding:0 1.25rem;position:relative;cursor:pointer;z-index:3;transition:all .2s ease-in-out}.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu{height:inherit;line-height:inherit;border-bottom:2px solid transparent;color:#495060}.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover{color:#2d8cf0;border-bottom:2px solid #2d8cf0}.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu{color:rgba(255,255,255,.7)}.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover{color:#fff}.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu{color:#fff}.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu:hover{background:#2b85e4}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown{min-width:100%;width:auto;max-height:none}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{height:auto;line-height:normal;border-bottom:0;float:none}.ivu-menu-item-group{line-height:normal}.ivu-menu-item-group-title{height:1.875rem;line-height:1.875rem;padding-left:8px;font-size:0.75rem;color:#999}.ivu-menu-item-group>ul{padding:0!important;list-style:none!important}.ivu-menu-vertical .ivu-menu-item,.ivu-menu-vertical .ivu-menu-submenu-title{padding:0.875rem 1.5rem;position:relative;cursor:pointer;z-index:1;transition:all .2s ease-in-out}.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-vertical .ivu-menu-submenu-title:hover{background:#f3f3f3}.ivu-menu-vertical .ivu-menu-submenu-title-icon{float:right;position:relative;top:4px}.ivu-menu-submenu-title-icon{transition:transform .2s ease-in-out}.ivu-menu-opened>*>.ivu-menu-submenu-title-icon{transform:rotate(180deg)}.ivu-menu-vertical .ivu-menu-submenu-nested{padding-left:1.25rem}.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item{padding-left:2.6875rem}.ivu-menu-vertical .ivu-menu-item-group-title{height:3rem;line-height:3rem;font-size:0.875rem;padding-left:1.75rem}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title{color:rgba(255,255,255,.36)}.ivu-menu-light.ivu-menu-vertical .ivu-menu-item{border-right:2px solid transparent}.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu){color:#2d8cf0;border-right:2px solid #2d8cf0;z-index:2}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title{color:rgba(255,255,255,.7)}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover{background:#363e4f}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover{color:#fff;background:#495060}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu){color:#2d8cf0;border-right:2px solid #2d8cf0}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover{color:#fff;background:0 0!important}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover{border-right:none;color:#fff;background:#2d8cf0!important}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active>.ivu-menu-submenu-title{color:#fff}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened{background:#363e4f}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title{background:#495060}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title{background:0 0}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{margin:0;line-height:normal;padding:7px 1rem;clear:both;color:#495060;font-size:0.75rem!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover{background:#f3f3f3}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus{background:#f3f3f3}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled{color:#bbbec4;cursor:not-allowed}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover{color:#fff;background:rgba(45,140,240,.9)}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus{background:rgba(40,123,211,.91)}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided{margin-top:5px;border-top:1px solid #e9eaec}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -1rem;background-color:#fff;position:relative;top:-7px}.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{padding:7px 1rem 8px;font-size:0.875rem!important}@-moz-document url-prefix(){.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{white-space:normal}}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{padding:7px 1rem 8px;font-size:0.875rem!important}.ivu-date-picker{display:inline-block;line-height:normal}.ivu-date-picker-rel{position:relative}.ivu-date-picker .ivu-select-dropdown{width:auto;padding:0;overflow:visible;max-height:none}.ivu-date-picker-cells{width:12.25rem;margin:10px;white-space:normal}.ivu-date-picker-cells span{display:inline-block;width:1.5rem;height:1.5rem}.ivu-date-picker-cells span em{display:inline-block;width:1.5rem;height:1.5rem;line-height:1.5rem;margin:2px;font-style:normal;border-radius:3px;text-align:center;transition:all .2s ease-in-out}.ivu-date-picker-cells-header span{line-height:1.5rem;text-align:center;margin:2px;color:#bbbec4}.ivu-date-picker-cells-cell:hover em{background:#e1f0fe}.ivu-date-picker-cells-focused em{box-shadow:0 0 0 1px #2d8cf0 inset}span.ivu-date-picker-cells-cell{width:1.75rem;height:1.75rem;cursor:pointer}.ivu-date-picker-cells-cell-next-month em,.ivu-date-picker-cells-cell-prev-month em{color:#bbbec4}.ivu-date-picker-cells-cell-next-month:hover em,.ivu-date-picker-cells-cell-prev-month:hover em{background:0 0}span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover,span.ivu-date-picker-cells-cell-week-label,span.ivu-date-picker-cells-cell-week-label:hover{cursor:not-allowed;color:#bbbec4}span.ivu-date-picker-cells-cell-disabled em,span.ivu-date-picker-cells-cell-disabled:hover em,span.ivu-date-picker-cells-cell-week-label em,span.ivu-date-picker-cells-cell-week-label:hover em{color:inherit;background:inherit}span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover{background:#f7f7f7}.ivu-date-picker-cells-cell-today em{position:relative}.ivu-date-picker-cells-cell-today em:after{content:'';display:block;width:6px;height:6px;border-radius:50%;background:#2d8cf0;position:absolute;top:1px;right:1px}.ivu-date-picker-cells-cell-range{position:relative}.ivu-date-picker-cells-cell-range em{position:relative;z-index:1}.ivu-date-picker-cells-cell-range:before{content:'';display:block;background:#e1f0fe;border-radius:0;border:0;position:absolute;top:2px;bottom:2px;left:0;right:0}.ivu-date-picker-cells-cell-selected em,.ivu-date-picker-cells-cell-selected:hover em{background:#2d8cf0;color:#fff}span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em{background:#bbbec4;color:#f7f7f7}.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after{background:#fff}.ivu-date-picker-cells-show-week-numbers{width:14.125rem}.ivu-date-picker-cells-month,.ivu-date-picker-cells-year{margin-top:0.875rem}.ivu-date-picker-cells-month span,.ivu-date-picker-cells-year span{width:2.5rem;height:1.75rem;line-height:1.75rem;margin:10px 0.75rem;border-radius:3px}.ivu-date-picker-cells-month span em,.ivu-date-picker-cells-year span em{width:2.5rem;height:1.75rem;line-height:1.75rem;margin:0}.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused,.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused{background-color:#d5e8fc}.ivu-date-picker-header{height:2rem;line-height:2rem;text-align:center;border-bottom:1px solid #e9eaec}.ivu-date-picker-header-label{cursor:pointer;transition:color .2s ease-in-out}.ivu-date-picker-header-label:hover{color:#2d8cf0}.ivu-date-picker-btn-pulse{background-color:#d5e8fc!important;border-radius:4px;transition:background-color .2s ease-in-out}.ivu-date-picker-prev-btn{float:left}.ivu-date-picker-prev-btn-arrow-double{margin-left:10px}.ivu-date-picker-prev-btn-arrow-double i:after{content:"\F3D2"}.ivu-date-picker-next-btn{float:right}.ivu-date-picker-next-btn-arrow-double{margin-right:10px}.ivu-date-picker-next-btn-arrow-double i:after{content:"\F3D3"}.ivu-date-picker-with-range .ivu-picker-panel-body{min-width:27rem}.ivu-date-picker-with-range .ivu-picker-panel-content{float:left}.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers{min-width:30.75rem}.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date{min-width:30.75rem}.ivu-date-picker-transfer{z-index:1060;max-height:none;width:auto}.ivu-date-picker-focused input{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-picker-panel-icon-btn{display:inline-block;width:1.25rem;height:1.5rem;line-height:1.625rem;margin-top:4px;text-align:center;cursor:pointer;color:#bbbec4;transition:color .2s ease-in-out}.ivu-picker-panel-icon-btn:hover{color:#2d8cf0}.ivu-picker-panel-icon-btn i{font-size:0.875rem}.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar{padding-left:5.75rem}.ivu-picker-panel-sidebar{width:5.75rem;float:left;margin-left:-5.75rem;position:absolute;top:0;bottom:0;background:#f8f8f9;border-right:1px solid #e9eaec;border-radius:4px 0 0 4px;overflow:auto}.ivu-picker-panel-shortcut{padding:6px 0.9375rem 7px 0.9375rem;transition:all .2s ease-in-out;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-picker-panel-shortcut:hover{background:#e9eaec}.ivu-picker-panel-body{float:left}.ivu-picker-confirm{border-top:1px solid #e9eaec;text-align:right;padding:8px;clear:both}.ivu-picker-confirm>span{color:#2d8cf0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:left;padding:2px 0;transition:all .2s ease-in-out}.ivu-picker-confirm>span:hover{color:#57a3f3}.ivu-picker-confirm>span:active{color:#2b85e4}.ivu-picker-confirm-time{float:left}.ivu-time-picker-cells{min-width:7rem}.ivu-time-picker-cells-with-seconds{min-width:10.5rem}.ivu-time-picker-cells-list{width:3.5rem;max-height:9rem;float:left;overflow:hidden;border-left:1px solid #e9eaec;position:relative}.ivu-time-picker-cells-list:hover{overflow-y:auto}.ivu-time-picker-cells-list:first-child{border-left:none;border-radius:4px 0 0 4px}.ivu-time-picker-cells-list:last-child{border-radius:0 4px 4px 0}.ivu-time-picker-cells-list ul{width:100%;margin:0;padding:0 0 7.5rem 0;list-style:none}.ivu-time-picker-cells-list ul li{width:100%;height:1.5rem;line-height:1.5rem;margin:0;padding:0 0 0 1rem;box-sizing:content-box;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;list-style:none;transition:background .2s ease-in-out}.ivu-time-picker-cells-cell:hover{background:#f3f3f3}.ivu-time-picker-cells-cell-disabled{color:#bbbec4;cursor:not-allowed}.ivu-time-picker-cells-cell-disabled:hover{color:#bbbec4;background-color:#fff;cursor:not-allowed}.ivu-time-picker-cells-cell-selected,.ivu-time-picker-cells-cell-selected:hover{color:#2d8cf0;background:#f3f3f3}.ivu-time-picker-cells-cell-focused{background-color:#d5e8fc}.ivu-time-picker-header{height:2rem;line-height:2rem;text-align:center;border-bottom:1px solid #e9eaec}.ivu-time-picker-with-range .ivu-picker-panel-body{min-width:14.25rem}.ivu-time-picker-with-range .ivu-picker-panel-content{float:left;position:relative}.ivu-time-picker-with-range .ivu-picker-panel-content:after{content:'';display:block;width:2px;position:absolute;top:1.9375rem;bottom:0;right:-2px;background:#e9eaec;z-index:1}.ivu-time-picker-with-range .ivu-picker-panel-content-right{float:right}.ivu-time-picker-with-range .ivu-picker-panel-content-right:after{right:auto;left:-2px}.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child{border-radius:0}.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child{border-radius:0}.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body{min-width:21.25rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells{min-width:13.5rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds{min-width:13.5rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list{width:4.5rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li{padding:0 0 0 1.75rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list{width:6.75rem;max-height:13.5rem}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child{border-radius:0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child{border-radius:0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul{padding:0 0 12rem 0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li{padding:0 0 0 2.875rem}.ivu-form .ivu-form-item-label{text-align:right;vertical-align:middle;float:left;font-size:0.75rem;color:#495060;line-height:1;padding:10px 0.75rem 10px 0;box-sizing:border-box}.ivu-form-label-left .ivu-form-item-label{text-align:left}.ivu-form-label-top .ivu-form-item-label{float:none;display:inline-block;padding:0 0 10px 0}.ivu-form-inline .ivu-form-item{display:inline-block;margin-right:10px;vertical-align:top}.ivu-form-item{margin-bottom:1.5rem;vertical-align:top;zoom:1}.ivu-form-item:after,.ivu-form-item:before{content:"";display:table}.ivu-form-item:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-form-item-content{position:relative;line-height:2rem;font-size:0.75rem}.ivu-form-item .ivu-form-item{margin-bottom:0}.ivu-form-item .ivu-form-item .ivu-form-item-content{margin-left:0!important}.ivu-form-item-error-tip{position:absolute;top:100%;left:0;line-height:1;padding-top:6px;color:#ed3f14}.ivu-form-item-required .ivu-form-item-label:before{content:'*';display:inline-block;margin-right:4px;line-height:1;font-family:SimSun;font-size:0.75rem;color:#ed3f14}.ivu-carousel{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.ivu-carousel-list,.ivu-carousel-track{transform:translate3d(0,0,0)}.ivu-carousel-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.ivu-carousel-track{position:relative;top:0;left:0;display:block;overflow:hidden;z-index:1}.ivu-carousel-track.higher{z-index:2}.ivu-carousel-item{float:left;height:100%;min-height:1px;display:block}.ivu-carousel-arrow{border:none;outline:0;padding:0;margin:0;width:2.25rem;height:2.25rem;border-radius:50%;cursor:pointer;display:none;position:absolute;top:50%;z-index:10;transform:translateY(-50%);transition:.2s;background-color:rgba(31,45,61,.11);color:#fff;text-align:center;font-size:1em;font-family:inherit;line-height:inherit}.ivu-carousel-arrow:hover{background-color:rgba(31,45,61,.5)}.ivu-carousel-arrow>*{vertical-align:baseline}.ivu-carousel-arrow.left{left:1rem}.ivu-carousel-arrow.right{right:1rem}.ivu-carousel-arrow-always{display:inherit}.ivu-carousel-arrow-hover{display:inherit;opacity:0}.ivu-carousel:hover .ivu-carousel-arrow-hover{opacity:1}.ivu-carousel-dots{z-index:10;display:none;position:relative;list-style:none;text-align:center;padding:0;width:100%;height:1.0625rem}.ivu-carousel-dots-inside{display:block;position:absolute;bottom:3px}.ivu-carousel-dots-outside{display:block;margin-top:3px}.ivu-carousel-dots li{position:relative;display:inline-block;vertical-align:top;text-align:center;margin:0 2px;padding:7px 0;cursor:pointer}.ivu-carousel-dots li button{border:0;cursor:pointer;background:#8391a5;opacity:.3;display:block;width:1rem;height:3px;border-radius:1px;outline:0;font-size:0;color:transparent;transition:all .5s}.ivu-carousel-dots li button.radius{width:6px;height:6px;border-radius:50%}.ivu-carousel-dots li:hover>button{opacity:.7}.ivu-carousel-dots li.ivu-carousel-active>button{opacity:1;width:1.5rem}.ivu-carousel-dots li.ivu-carousel-active>button.radius{width:6px}.ivu-rate{display:inline-block;margin:0;padding:0;font-size:1.25rem;vertical-align:middle;font-weight:400;font-style:normal}.ivu-rate-disabled .ivu-rate-star-content:before,.ivu-rate-disabled .ivu-rate-star:before{cursor:default}.ivu-rate-disabled .ivu-rate-star:hover{transform:scale(1)}.ivu-rate-star{display:inline-block;margin:0;padding:0;margin-right:8px;position:relative;font-family:Ionicons;transition:all .3s ease}.ivu-rate-star:hover{transform:scale(1.1)}.ivu-rate-star-content:before,.ivu-rate-star:before{color:#e9e9e9;cursor:pointer;content:"\F4B3";transition:all .2s ease-in-out;display:block}.ivu-rate-star-content{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden}.ivu-rate-star-content:before{color:transparent}.ivu-rate-star-full:before,.ivu-rate-star-half .ivu-rate-star-content:before{color:#f5a623}.ivu-rate-star-full:hover:before,.ivu-rate-star-half:hover .ivu-rate-star-content:before{color:#f7b84f}.ivu-rate-text{margin-left:8px;vertical-align:middle;display:inline-block;font-size:0.75rem}.ivu-upload input[type=file]{display:none}.ivu-upload-list{margin-top:8px}.ivu-upload-list-file{padding:4px;color:#495060;border-radius:4px;transition:background-color .2s ease-in-out;overflow:hidden;position:relative}.ivu-upload-list-file>span{cursor:pointer;transition:color .2s ease-in-out}.ivu-upload-list-file>span i{display:inline-block;width:0.75rem;height:0.75rem;color:#495060;text-align:center}.ivu-upload-list-file:hover{background:#f3f3f3}.ivu-upload-list-file:hover>span{color:#2d8cf0}.ivu-upload-list-file:hover>span i{color:#495060}.ivu-upload-list-file:hover .ivu-upload-list-remove{opacity:1}.ivu-upload-list-remove{opacity:0;font-size:1.125rem;cursor:pointer;float:right;margin-right:4px;color:#999;transition:all .2s ease}.ivu-upload-list-remove:hover{color:#444}.ivu-upload-select{display:inline-block}.ivu-upload-drag{background:#fff;border:1px dashed #dddee1;border-radius:4px;text-align:center;cursor:pointer;position:relative;overflow:hidden;transition:border-color .2s ease}.ivu-upload-drag:hover{border:1px dashed #2d8cf0}.ivu-upload-dragOver{border:2px dashed #2d8cf0}.ivu-tree ul{list-style:none;margin:0;padding:0;font-size:0.75rem}.ivu-tree ul li{list-style:none;margin:8px 0;padding:0;white-space:nowrap;outline:0}.ivu-tree li ul{margin:0;padding:0 0 0 1.125rem}.ivu-tree-title{display:inline-block;margin:0;padding:0 4px;border-radius:3px;cursor:pointer;vertical-align:top;color:#495060;transition:all .2s ease-in-out}.ivu-tree-title:hover{background-color:#eaf4fe}.ivu-tree-title-selected,.ivu-tree-title-selected:hover{background-color:#d5e8fc}.ivu-tree-arrow{cursor:pointer;width:0.75rem;text-align:center;display:inline-block}.ivu-tree-arrow i{transition:all .2s ease-in-out}.ivu-tree-arrow-open i{transform:rotate(90deg)}.ivu-tree-arrow-disabled{cursor:not-allowed}.ivu-avatar{display:inline-block;text-align:center;background:#ccc;color:#fff;white-space:nowrap;position:relative;overflow:hidden;vertical-align:middle;width:2rem;height:2rem;line-height:2rem;border-radius:1rem}.ivu-avatar-image{background:0 0}.ivu-avatar>*{line-height:2rem}.ivu-avatar.ivu-avatar-icon{font-size:1.125rem}.ivu-avatar-large{width:2.5rem;height:2.5rem;line-height:2.5rem;border-radius:1.25rem}.ivu-avatar-large>*{line-height:2.5rem}.ivu-avatar-large.ivu-avatar-icon{font-size:1.5rem}.ivu-avatar-small{width:1.5rem;height:1.5rem;line-height:1.5rem;border-radius:0.75rem}.ivu-avatar-small>*{line-height:1.5rem}.ivu-avatar-small.ivu-avatar-icon{font-size:0.875rem}.ivu-avatar-square{border-radius:4px}.ivu-avatar>img{width:100%;height:100%}.ivu-color-picker{display:inline-block}.ivu-color-picker-hide{display:none}.ivu-color-picker-hide-drop{visibility:hidden}.ivu-color-picker-disabled{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-color-picker-disabled:hover{border-color:#e4e5e7}.ivu-color-picker>div:first-child:hover .ivu-input{border-color:#57a3f3}.ivu-color-picker>div:first-child.ivu-color-picker-disabled:hover .ivu-input{border-color:#e4e5e7}.ivu-color-picker .ivu-select-dropdown{padding:0}.ivu-color-picker-input.ivu-input:focus{box-shadow:none}.ivu-color-picker-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-rel{line-height:0}.ivu-color-picker-color{width:1.125rem;height:1.125rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);border-radius:2px;position:relative;top:2px}.ivu-color-picker-color div{width:100%;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);border-radius:2px}.ivu-color-picker-color-empty{background:#fff;overflow:hidden;text-align:center}.ivu-color-picker-color-empty i{font-size:1.125rem}.ivu-color-picker-color-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-large .ivu-color-picker-color{width:1.25rem;height:1.25rem;top:1px}.ivu-color-picker-large .ivu-color-picker-color-empty i{font-size:1.25rem}.ivu-color-picker-small .ivu-color-picker-color{width:0.875rem;height:0.875rem;top:3px}.ivu-color-picker-small .ivu-color-picker-color-empty i{font-size:0.875rem}.ivu-color-picker-picker-wrapper{padding:8px 8px 0}.ivu-color-picker-picker-panel{width:15rem;margin:0 auto;box-sizing:initial;position:relative}.ivu-color-picker-picker-alpha-slider,.ivu-color-picker-picker-hue-slider{height:10px;margin-top:8px;position:relative}.ivu-color-picker-picker-colors{margin-top:8px;overflow:hidden;border-radius:2px;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-picker-colors:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-picker-colors-wrapper{display:inline;width:1.25rem;height:1.25rem;float:left;position:relative}.ivu-color-picker-picker-colors-wrapper-color{outline:0;display:block;position:absolute;width:1rem;height:1rem;margin:2px;cursor:pointer;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.ivu-color-picker-picker-colors-wrapper-circle{width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px,-2px);position:absolute;top:10px;left:10px;cursor:pointer}.ivu-color-picker-picker .ivu-picker-confirm{margin-top:8px}.ivu-color-picker-saturation-wrapper{width:100%;padding-bottom:75%;position:relative;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-saturation-wrapper:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-saturation,.ivu-color-picker-saturation--black,.ivu-color-picker-saturation--white{cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0}.ivu-color-picker-saturation--white{background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.ivu-color-picker-saturation--black{background:linear-gradient(to top,#000,rgba(0,0,0,0))}.ivu-color-picker-saturation-pointer{cursor:pointer;position:absolute}.ivu-color-picker-saturation-circle{width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px,-2px)}.ivu-color-picker-hue{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-hue:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-hue-container{cursor:pointer;margin:0 2px;position:relative;height:100%}.ivu-color-picker-hue-pointer{z-index:2;position:absolute}.ivu-color-picker-hue-picker{cursor:pointer;margin-top:1px;width:4px;border-radius:1px;height:8px;box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;transform:translateX(-2px)}.ivu-color-picker-alpha{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-alpha:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-alpha-checkboard-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:2px}.ivu-color-picker-alpha-checkerboard{position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.ivu-color-picker-alpha-gradient{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px}.ivu-color-picker-alpha-container{cursor:pointer;position:relative;z-index:2;height:100%;margin:0 3px}.ivu-color-picker-alpha-pointer{z-index:2;position:absolute}.ivu-color-picker-alpha-picker{cursor:pointer;width:4px;border-radius:1px;height:8px;box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;margin-top:1px;transform:translateX(-2px)}.ivu-color-picker-confirm{margin-top:8px;position:relative;border-top:1px solid #e9eaec;text-align:right;padding:8px;clear:both}.ivu-color-picker-confirm-color{position:absolute;top:11px;left:8px}.ivu-auto-complete .ivu-select-not-found{display:none}.ivu-auto-complete .ivu-icon-ios-close{display:none}.ivu-auto-complete:hover .ivu-icon-ios-close{display:inline-block}.ivu-auto-complete.ivu-select-dropdown{max-height:none}@charset "UTF-8";@font-face{font-family:element-icons;src:url(/static/fonts/element-icons.535877f.woff) format("woff"),url(/static/fonts/element-icons.732389d.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:0.8125rem;min-width:2.21875rem;height:1.75rem;line-height:1.75rem;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:6.25rem;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:1.5625rem;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:1rem;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:0.75rem;font-weight:700}.el-pagination .btn-prev{padding-right:0.75rem}.el-pagination .btn-next{padding-left:0.75rem}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:0.75rem;line-height:1.375rem;height:1.375rem;min-width:1.375rem}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:1.5rem}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:1.375rem;line-height:1.375rem}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:1.375rem}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:0.8125rem;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:1.5rem;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:1.125rem;padding:0 2px;height:1.75rem;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-dialog,.el-pager li{-webkit-box-sizing:border-box}.el-pagination__editor.el-input{width:3.125rem}.el-pagination__editor.el-input .el-input__inner{height:1.75rem}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:1.875rem;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:1.375rem}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:1.875rem}.el-pager li{padding:0 4px;background:#FFF;font-size:0.8125rem;min-width:2.21875rem;height:1.75rem;line-height:1.75rem;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:1.75rem;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 3.125rem;background:#FFF;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:1.25rem 1.25rem 10px}.el-dialog__headerbtn{position:absolute;top:1.25rem;right:1.25rem;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:1rem}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:1.5rem;font-size:1.125rem;color:#303133}.el-dialog__body{padding:1.875rem 1.25rem;color:#606266;font-size:0.875rem;word-break:break-all}.el-dialog__footer{padding:10px 1.25rem 1.25rem;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:1.5625rem 1.5625rem 1.875rem}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-autocomplete-suggestion__wrap{max-height:17.5rem;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 1.25rem;margin:0;line-height:2.125rem;cursor:pointer;color:#606266;font-size:0.875rem;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:6.25rem;line-height:6.25rem;font-size:1.25rem;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:0.875rem}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:0.75rem;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-dropdown-menu__item,.el-menu-item{font-size:0.875rem;padding:0 1.25rem;cursor:pointer}.el-dropdown-menu__item{list-style:none;line-height:2.25rem;margin:0;color:#606266;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -1.25rem;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:1.875rem;padding:0 1.0625rem;font-size:0.875rem}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -1.0625rem}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:1.6875rem;padding:0 0.9375rem;font-size:0.8125rem}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -0.9375rem}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:1.5rem;padding:0 10px;font-size:0.75rem}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-breadcrumb__item:last-child .el-breadcrumb__separator,.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:3.75rem;line-height:3.75rem;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:3.75rem;line-height:3.75rem;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--collapse .el-submenu,.el-menu-item{position:relative}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:2.25rem;line-height:2.25rem;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:4rem}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:1.5rem;text-align:center}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu-item,.el-submenu__title{height:3.5rem;line-height:3.5rem;list-style:none}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:12.5rem}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:12.5rem;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{color:#303133;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-radio-button__inner,.el-submenu__title{-webkit-box-sizing:border-box;position:relative;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:1.5rem;text-align:center;font-size:1.125rem;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:0.875rem;color:#303133;padding:0 1.25rem;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:3.125rem;line-height:3.125rem;padding:0 2.8125rem;min-width:12.5rem}.el-submenu__icon-arrow{position:absolute;top:50%;right:1.25rem;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:0.75rem}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:1.5rem;text-align:center;font-size:1.125rem}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 1.25rem;line-height:normal;font-size:0.75rem;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:0.75rem 1.25rem;font-size:0.875rem;border-radius:0}.el-radio-button__inner.is-round{padding:0.75rem 1.25rem}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 1.25rem;font-size:0.875rem;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 1.25rem}.el-radio-button--small .el-radio-button__inner{padding:9px 0.9375rem;font-size:0.75rem;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 0.9375rem}.el-radio-button--mini .el-radio-button__inner{padding:7px 0.9375rem;font-size:0.75rem;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 0.9375rem}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-picker-panel,.el-popover,.el-select-dropdown,.el-table-filter,.el-time-panel{-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:0.875rem;line-height:1.25rem;height:1.25rem;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:1.25rem;font-size:0.875rem;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:0.875rem;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:2.5rem;height:1.25rem;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-input__prefix,.el-input__suffix{-webkit-transition:all .3s;color:#C0C4CC}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:1rem;height:1rem;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-1.0625rem}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:2.5rem}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:1.25rem;font-family:element-icons;content:"\E6DA";font-size:0.75rem;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:0.875rem}.el-select-dropdown__wrap{max-height:17.125rem}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:0.875rem;padding:0 1.25rem;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:2.125rem;line-height:2.125rem;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:1.5rem}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:1.25rem;right:1.25rem;bottom:0.75rem;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:1.25rem;font-size:0.75rem;color:#909399;line-height:1.875rem}.el-select-group .el-select-dropdown__item{padding-left:1.25rem}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:2.1875rem}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:0.875rem;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:0.875rem;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-range-editor.is-active,.el-range-editor.is-active:hover,.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:0.9375rem;color:#666;font-size:0.875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.75rem;background-color:transparent}.el-select__input.is-mini{height:0.875rem}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:1.5625rem;color:#C0C4CC;line-height:1.125rem;font-size:0.875rem}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;top:0;color:#FFF;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:0.875rem;color:#606266}.el-table__empty-block{min-height:3.75rem;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:3.75rem;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:0.75rem;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:1.25rem}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:1.25rem 3.125rem}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:1.25rem}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#F5F7FA}.el-table .el-table__cell{padding:0.75rem 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:0.9375rem;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:0.75rem}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:0.75rem}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#FFF}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#FFF}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#409EFF}.el-table th.el-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td,.el-table .cell,.el-table-filter{-webkit-box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:1.4375rem;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:3.125rem}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th.el-table__cell,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:2.3125rem;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.125rem;width:1.5rem;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#F5F7FA}.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:12.5rem;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:2.125rem;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:0.75rem;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:1.25rem;line-height:1.25rem;height:1.25rem;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:0.875rem;padding-right:0.875rem}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:6.25rem}.el-table-filter__list-item{line-height:2.25rem;padding:0 10px;cursor:pointer;font-size:0.875rem}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:6.25rem}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:0.8125rem;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:17.5rem}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:0.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:0.9375rem;border-bottom-left-radius:0.9375rem}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem}.el-date-table td{width:2rem;height:1.875rem;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:1.875rem;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:1.5rem;height:1.5rem;display:block;margin:0 auto;line-height:1.5rem;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:0.9375rem;border-bottom-left-radius:0.9375rem}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:0.9375rem}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:0.9375rem}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:0.75rem;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:3rem;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:3.75rem;height:2.25rem;display:block;line-height:2.25rem;color:#606266;margin:0 auto;border-radius:1.125rem}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.el-month-table td.end-date div{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:1.25rem 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:3rem;height:2rem;display:block;line-height:2rem;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:40.375rem}.el-date-range-picker.has-sidebar{width:47.25rem}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:32.0625rem}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:1.75rem}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:1rem;font-weight:500;margin-right:3.125rem}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:1rem}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:3.125rem;margin-right:3.125rem}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:0.75rem;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:1.25rem;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:0.8125rem;right:0;z-index:1;background:#FFF}.el-date-picker{width:20.125rem}.el-date-picker.has-sidebar.has-time{width:27.125rem}.el-date-picker.has-sidebar{width:27.375rem}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:18.25rem}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:0.75rem;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:0.75rem;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:0.75rem;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:1rem;font-weight:500;padding:0 5px;line-height:1.375rem;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:1.875rem;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:12.5rem;margin:0}.time-select-item{padding:8px 10px;font-size:0.875rem;line-height:1.25rem}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:13.75rem}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:18.75rem}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:21.875rem}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:25rem}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:0.875rem;margin-left:-5px;color:#C0C4CC;float:left;line-height:2rem}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:0.875rem;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-moz-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:2rem;font-size:0.875rem;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:0.875rem;color:#C0C4CC;width:1.5625rem;display:inline-block;float:right;line-height:2rem}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor--medium.el-input__inner{height:2.25rem}.el-range-editor--medium .el-range-separator{line-height:1.75rem;font-size:0.875rem}.el-range-editor--medium .el-range-input{font-size:0.875rem}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:1.75rem}.el-range-editor--small.el-input__inner{height:2rem}.el-range-editor--small .el-range-separator{line-height:1.5rem;font-size:0.8125rem}.el-range-editor--small .el-range-input{font-size:0.8125rem}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:1.5rem}.el-range-editor--mini.el-input__inner{height:1.75rem}.el-range-editor--mini .el-range-separator{line-height:1.25rem;font-size:0.75rem}.el-range-editor--mini .el-range-input{font-size:0.75rem}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:1.25rem}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-moz-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:1.875rem;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:0.9375rem}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:1.75rem;font-size:0.875rem;color:#606266;padding-left:0.75rem;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:1.5rem;border-radius:2px;padding:0 1.25rem;cursor:pointer;background-color:transparent;outline:0;font-size:0.75rem}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:0.75rem;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:6.875rem;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:6.875rem}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:11.875rem;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:0.9375rem}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:0.75rem;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:1.875rem;line-height:1.875rem;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:5rem}.el-time-spinner__item{height:2rem;line-height:2rem;font-size:0.75rem;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:11.25rem;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-0.9375rem;height:2rem;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:2.25rem;line-height:1.5625rem;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:1.75rem;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:0.75rem;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:22.125rem;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:0.875rem}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:9.375rem;border-radius:4px;border:1px solid #EBEEF5;padding:0.75rem;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:0.875rem;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);word-break:break-all}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover,.el-cascader__dropdown,.el-color-picker__panel,.el-message-box,.el-notification{-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-popover--plain{padding:1.125rem 1.25rem}.el-popover__title{color:#303133;font-size:1rem;line-height:1;margin-bottom:0.75rem}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:26.25rem;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:1.125rem;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:0.9375rem 0.9375rem 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:1.125rem;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:0.9375rem;right:0.9375rem;padding:0;border:none;outline:0;background:0 0;font-size:1rem;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 0.9375rem;color:#606266;font-size:0.875rem}.el-message-box__container{position:relative}.el-message-box__input{padding-top:0.9375rem}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.5rem!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:2.25rem;padding-right:0.75rem}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:1.5rem}.el-message-box__errormsg{color:#F56C6C;font-size:0.75rem;min-height:1.125rem;margin-top:2px}.el-message-box__btns{padding:5px 0.9375rem 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:1.875rem}.el-message-box--center .el-message-box__header{padding-top:1.875rem}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:1.6875rem;padding-right:1.6875rem}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}.el-breadcrumb{font-size:0.875rem;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:1.375rem}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:1.125rem}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:2.25rem}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:2rem}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:1.75rem}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:0.875rem;color:#606266;line-height:2.5rem;padding:0 0.75rem 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:2.5rem;position:relative;font-size:0.875rem}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:0.75rem;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 0.9375rem}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:1.125rem;width:1.125rem;line-height:1.125rem;margin:0.75rem 0 9px 10px;border-radius:3px;text-align:center;font-size:0.75rem;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 1.25rem;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:2.75rem;font-size:0.75rem;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 1.25rem;height:2.5rem;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:2.5rem;display:inline-block;list-style:none;font-size:0.875rem;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs--card>.el-tabs__header .el-tabs__active-bar,.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:0.75rem;width:0;height:0.875rem;vertical-align:middle;line-height:0.9375rem;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:0.8125rem;padding-right:0.8125rem}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:0.875rem}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:1.25rem;padding-right:1.25rem}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:0.875rem}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:0.9375rem}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-col-offset-0,.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-cascader-menu:last-child .el-cascader-node,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:1.25rem}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:1.25rem}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:1.875rem;line-height:1.875rem;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:1.875rem 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-button-group>.el-button:not(:last-child),.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:3.75rem;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:0.875rem}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content:hover,.el-upload-list__item:hover{background-color:#F5F7FA}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:1.625rem;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:0.75rem;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:0.875rem}.el-tree-node__loading-icon{margin-right:8px;font-size:0.875rem;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 1rem;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:1rem;width:1rem}.el-alert__icon.is-big{font-size:1.75rem;width:1.75rem}.el-alert__title{font-size:0.8125rem;line-height:1.125rem}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:0.75rem;margin:5px 0 0}.el-alert__closebtn{font-size:0.75rem;opacity:1;position:absolute;top:0.75rem;right:0.9375rem;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active,.el-upload iframe{opacity:0}.el-carousel__arrow--right,.el-notification.right{right:1rem}.el-alert__closebtn.is-customed{font-style:normal;font-size:0.8125rem;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:20.625rem;padding:0.875rem 1.625rem 0.875rem 0.8125rem;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.left{left:1rem}.el-notification__group{margin-left:0.8125rem;margin-right:8px}.el-notification__title{font-weight:700;font-size:1rem;color:#303133;margin:0}.el-notification__content{font-size:0.875rem;line-height:1.3125rem;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:1.5rem;width:1.5rem;font-size:1.5rem}.el-notification__closeBtn{position:absolute;top:1.125rem;right:0.9375rem;cursor:pointer;color:#909399;font-size:1rem}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:11.25rem;line-height:2.375rem}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:3.125rem;padding-right:3.125rem;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:2.5rem;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:0.8125rem}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:12.5rem;line-height:2.125rem}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:2.25rem;font-size:0.875rem}.el-input-number--medium .el-input__inner{padding-left:2.6875rem;padding-right:2.6875rem}.el-input-number--small{width:8.125rem;line-height:1.875rem}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:2rem;font-size:0.8125rem}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:2.4375rem;padding-right:2.4375rem}.el-input-number--mini{width:8.125rem;line-height:1.625rem}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:1.75rem;font-size:0.75rem}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:2.1875rem;padding-right:2.1875rem}.el-input-number.is-without-controls .el-input__inner{padding-left:0.9375rem;padding-right:0.9375rem}.el-input-number.is-controls-right .el-input__inner{padding-left:0.9375rem;padding-right:3.125rem}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:1.1875rem}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:1.0625rem}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:0.9375rem}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:0.8125rem}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:0.75rem;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-button-group::after,.el-button-group::before,.el-color-dropdown__main-wrapper::after,.el-link.is-underline:hover:after,.el-page-header__left::after,.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-transfer-panel .el-transfer-panel__footer::after,.el-upload-cover::after,.el-upload-list--picture-card .el-upload-list__item-actions::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:0.75rem}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:0.75rem}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:0.75rem}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:0.75rem}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{display:inline-block;vertical-align:middle}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:1rem 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:10rem;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:8.125rem}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:2.25rem;width:2.25rem;z-index:1001;top:-0.9375rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner{-moz-user-select:none;-ms-user-select:none}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:1rem;height:1rem;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:0.75rem;width:1.125rem;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:0.875rem;color:#909399;margin-top:0.9375rem}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 1rem}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-0.9375rem;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:3.625rem}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:1.375rem;width:2.25rem;margin-top:0.9375rem}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:2rem;margin-top:-1px;border:1px solid #DCDFE6;line-height:1.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:1.125rem;right:1.125rem;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:1.1875rem;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:0.9375rem;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-1.5625rem}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:3.125rem;width:3.125rem}.el-loading-spinner{top:50%;margin-top:-1.3125rem;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-12,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row,.el-upload-dragger,.el-upload-list__item{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:0.875rem}.el-loading-spinner .circular{height:2.625rem;width:2.625rem;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-2.5rem}100%{stroke-dasharray:90,150;stroke-dashoffset:-7.5rem}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-2.5rem}100%{stroke-dasharray:90,150;stroke-dashoffset:-7.5rem}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{width:0%}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:47.9375rem){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:48rem){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:62rem){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:75rem){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:120rem){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:2rem 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:0.75rem;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.25rem;height:9.25rem;cursor:pointer;line-height:9.125rem;vertical-align:top}.el-upload--picture-card i{font-size:1.75rem;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:22.5rem;height:11.25rem;text-align:center;cursor:pointer;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:4.1875rem;color:#C0C4CC;margin:2.5rem 0 1rem;line-height:3.125rem}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:0.875rem;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:0.875rem;color:#606266;line-height:1.8;margin-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:1.25rem;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-0.8125rem}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:0.75rem;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:2.5rem;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:0.75rem;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:9.25rem;height:9.25rem;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-0.9375rem;top:-6px;width:2.5rem;height:1.5rem;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:0.75rem;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:1.25rem;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:0.9375rem}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:7.875rem}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 5.625rem;height:5.75rem}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-0.75rem}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:4.375rem;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:4.375rem;height:4.375rem;float:left;position:relative;z-index:1;margin-left:-5rem;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:1.25rem}.el-upload-list--picture .el-upload-list__item-name i{font-size:4.375rem;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-1.0625rem;top:-7px;width:2.875rem;height:1.625rem;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:0.75rem;margin-top:0.75rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-0.9375rem;top:-6px;width:2.5rem;height:1.5rem;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:0.75rem;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:15.1875rem}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:0.875rem;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:3.75rem}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:2.1875rem}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-0.8125rem);transform:translateY(-0.8125rem)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:1.5rem;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:2.25rem;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:2.25rem;font-size:0.875rem;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:0.875rem;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-badge__content,.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:3.125rem;display:inline-block;vertical-align:middle;width:100%;margin-right:-3.4375rem;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__header,.el-message,.el-step__icon{-webkit-box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:6.25rem;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:6.25rem;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:0.75rem;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:2rem 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:3.125rem;height:3.125rem}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:23.75rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:1.25rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:0.9375rem 0.9375rem 0.9375rem 1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:1rem}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:0.875rem;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:0.9375rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:1rem}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{border-radius:10px;color:#FFF;display:inline-block;font-size:0.75rem;height:1.125rem;line-height:1.125rem;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border-radius:4px;border:1px solid #EBEEF5;background-color:#FFF;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-card__header{padding:1.125rem 1.25rem;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body,.el-main{padding:1.25rem}.el-rate{height:1.25rem;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:1.125rem;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:0.875rem;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:0.8125rem 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:1.5rem;height:1.5rem;font-size:0.875rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step.is-horizontal,.el-step__icon-inner{display:inline-block}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:2.5rem}.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:1.5625rem;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:1rem;line-height:2.375rem}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:0.75rem;line-height:1.25rem;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:1.5rem}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:1.5rem;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:1.5rem}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:1rem;height:1rem;font-size:0.75rem}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:1.125rem}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:1rem;line-height:1.25rem}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:0.9375rem;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:18.75rem}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:2.25rem;width:2.25rem;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:0.75rem}.el-carousel__arrow--left{left:1rem}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:1.625rem;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 1.125rem;font-size:0.75rem}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:0.75rem 4px}.el-carousel__indicator--vertical{padding:4px 0.75rem}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:0.9375rem}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:1.875rem;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;position:absolute;top:0;left:0}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-1.875rem);transform:translateY(-1.875rem)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3rem;line-height:3rem;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:0.8125rem;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__search-input,.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:1.5625rem;font-size:0.8125rem;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-cascader,.el-tag{display:inline-block}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 0.75rem rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 0.75rem rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:0.75rem}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:0.75rem}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:0.75rem}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:0.75rem}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;height:2rem;padding:0 10px;line-height:1.875rem;font-size:0.75rem;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:0.75rem;height:1rem;width:1rem;line-height:1rem;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:1.75rem;line-height:1.625rem}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:1.5rem;padding:0 8px;line-height:1.375rem}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:1.25rem;padding:0 5px;line-height:1.1875rem}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{position:relative;font-size:0.875rem;line-height:2.5rem}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:0.875rem}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:0.875rem;line-height:2.25rem}.el-cascader--small{font-size:0.8125rem;line-height:2rem}.el-cascader--mini{font-size:0.75rem;line-height:1.75rem}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:0.875rem;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:1.875rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:12.75rem;margin:0;padding:6px 0;font-size:0.875rem;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.125rem;padding:0 0.9375rem;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:1.5rem;min-width:3.75rem;margin:2px 0 2px 0.9375rem;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-moz-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:0.75rem;margin-top:8px;width:17.5rem}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:1.25rem;height:1.25rem;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:17.5rem;height:0.75rem;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:0.75rem;height:11.25rem;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:17.5rem;height:11.25rem}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:17.5rem;height:0.75rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:1.25rem;height:11.25rem}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:18.75rem}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:1.625rem;font-size:0.75rem;color:#000;width:10rem}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:1.5rem;border-radius:2px;padding:0 1.25rem;cursor:pointer;background-color:transparent;outline:0;font-size:0.75rem}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:0.9375rem;font-size:0.75rem}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:2.5rem}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:2.25rem}.el-color-picker--medium .el-color-picker__trigger{height:2.25rem;width:2.25rem}.el-color-picker--medium .el-color-picker__mask{height:2.125rem;width:2.125rem}.el-color-picker--small{height:2rem}.el-color-picker--small .el-color-picker__trigger{height:2rem;width:2rem}.el-color-picker--small .el-color-picker__mask{height:1.875rem;width:1.875rem}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:1.75rem}.el-color-picker--mini .el-color-picker__trigger{height:1.75rem;width:1.75rem}.el-color-picker--mini .el-color-picker__mask{height:1.625rem;width:1.625rem}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:2.375rem;width:2.375rem;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:2.5rem;width:2.5rem;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__icon,.el-input,.el-textarea{display:inline-block;width:100%}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:0.75rem;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center;font-size:0.75rem}.el-input__prefix,.el-input__suffix{position:absolute;top:0;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1);box-shadow:0 2px 0.75rem 0 rgba(0,0,0,.1)}.el-input__inner,.el-textarea__inner,.el-transfer-panel{-webkit-box-sizing:border-box}.el-textarea{position:relative;vertical-align:bottom;font-size:0.875rem}.el-textarea__inner{display:block;resize:vertical;padding:5px 0.9375rem;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:0.75rem;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:0.875rem}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:0.875rem;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:0.75rem}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;height:2.5rem;line-height:2.5rem;outline:0;padding:0 0.9375rem;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{height:100%;right:5px;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{height:100%;left:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:1.5625rem;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:2.5rem}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-image-viewer__btn,.el-image__preview,.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:1.875rem}.el-input--prefix .el-input__inner{padding-left:1.875rem}.el-input--medium{font-size:0.875rem}.el-input--medium .el-input__inner{height:2.25rem;line-height:2.25rem}.el-input--medium .el-input__icon{line-height:2.25rem}.el-input--small{font-size:0.8125rem}.el-input--small .el-input__inner{height:2rem;line-height:2rem}.el-input--small .el-input__icon{line-height:2rem}.el-input--mini{font-size:0.75rem}.el-input--mini .el-input__inner{height:1.75rem;line-height:1.75rem}.el-input--mini .el-input__icon{line-height:1.75rem}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 1.25rem;width:1px;white-space:nowrap}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -1.25rem}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:0.875rem}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 1.875rem}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-button-group>.el-button+.el-button,.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-divider__text,.el-image__error,.el-link,.el-timeline,.el-transfer__button i,.el-transfer__button span{font-size:0.875rem}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:12.5rem;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:15.375rem}.el-transfer-panel__body.is-with-footer{padding-bottom:2.5rem}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:15.375rem;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:12.125rem;padding-top:0}.el-transfer-panel__item{height:1.875rem;line-height:1.875rem;padding-left:0.9375rem;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:1.5rem;line-height:1.875rem}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:0.9375rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:2rem;width:100%;font-size:0.75rem;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:1rem;padding-right:10px;padding-left:1.875rem}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:2.5rem;line-height:2.5rem;background:#F5F7FA;margin:0;padding-left:0.9375rem;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-container,.el-header{-webkit-box-sizing:border-box}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:2.5rem}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:1rem;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:0.9375rem;color:#909399;font-size:0.75rem;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:2.5rem;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:1.25rem;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:1.875rem;line-height:1.875rem;padding:6px 0.9375rem 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:0.875rem;width:0.875rem;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer,.el-empty,.el-result{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-container.is-vertical{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.el-header{padding:0 1.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 1.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:1.25rem}.el-timeline-item__wrapper{position:relative;padding-left:1.75rem;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:0.8125rem}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:0.75rem;height:0.75rem}.el-timeline-item__node--large{left:-2px;width:0.875rem;height:0.875rem}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:0.8125rem}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0;font-weight:500}.el-link.is-underline:hover:after{position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:1.5rem 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 1.25rem;font-weight:500;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:1.25rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:1.25rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#C0C4CC;vertical-align:middle}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-button,.el-checkbox,.el-checkbox-button__inner,.el-empty__image img,.el-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:2.5rem;right:2.5rem;width:2.5rem;height:2.5rem;font-size:1.5rem;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:1.875rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:17.625rem;height:2.75rem;padding:0 1.4375rem;background-color:#606266;border-color:#fff;border-radius:1.375rem}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:1.4375rem;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{width:2.75rem;height:2.75rem;font-size:1.5rem;color:#fff;background-color:#606266;border-color:#fff;top:50%}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:2.5rem}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:2.5rem;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:0.75rem 1.25rem;font-size:0.875rem;border-radius:4px}.el-button+.el-button,.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:1.25rem;padding:0.75rem 1.4375rem}.el-button.is-circle{border-radius:50%;padding:0.75rem}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 1.25rem;font-size:0.875rem;border-radius:4px}.el-button--medium.is-round{padding:10px 1.25rem}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 0.9375rem;font-size:0.75rem;border-radius:3px}.el-button--small.is-round{padding:9px 0.9375rem}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 0.9375rem}.el-button--mini{font-size:0.75rem;border-radius:3px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:1.25rem}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.75rem 1.25rem;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.el-calendar__body{padding:0.75rem 1.25rem 2.1875rem}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:0.75rem 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:5.3125rem}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:2.5rem;height:2.5rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.25rem;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5rem}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:2.5rem;position:relative}.el-page-header__left::after{position:absolute;width:1px;height:1rem;right:-1.25rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:1.125rem;margin-right:6px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.el-page-header__title{font-size:0.875rem;font-weight:500}.el-page-header__content{font-size:1.125rem;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:0.875rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:1.875rem}.el-checkbox.is-bordered{padding:9px 1.25rem 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:2.5rem}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 1.25rem 7px 10px;border-radius:4px;height:2.25rem}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:1.0625rem;font-size:0.875rem}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:0.875rem;width:0.875rem}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 0.9375rem 5px 10px;border-radius:3px;height:2rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:0.9375rem;font-size:0.75rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:0.75rem;width:0.75rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 0.9375rem 3px 10px;border-radius:3px;height:1.75rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:0.75rem;font-size:0.75rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:0.75rem;width:0.75rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:0.875rem;height:0.875rem;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:1.1875rem;font-size:0.875rem}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:0.75rem 1.25rem;font-size:0.875rem;border-radius:0}.el-checkbox-button__inner.is-round{padding:0.75rem 1.25rem}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 1.25rem;font-size:0.875rem;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 1.25rem}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 0.9375rem;font-size:0.75rem;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 0.9375rem}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 0.9375rem;font-size:0.75rem;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 0.9375rem}.el-checkbox-group{font-size:0}.el-avatar,.el-cascader-panel,.el-radio,.el-radio--medium.is-bordered .el-radio__label,.el-radio__label{font-size:0.875rem}.el-radio{color:#606266;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;outline:0;margin-right:1.875rem}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:0.75rem 1.25rem 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:2.5rem}.el-cascader-menu,.el-cascader-menu__list,.el-radio__inner{-webkit-box-sizing:border-box}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 1.25rem 0 10px;border-radius:4px;height:2.25rem}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:0.75rem}.el-radio--medium.is-bordered .el-radio__inner{height:0.875rem;width:0.875rem}.el-radio--small.is-bordered{padding:8px 0.9375rem 0 10px;border-radius:3px;height:2rem}.el-radio--small.is-bordered .el-radio__inner{height:0.75rem;width:0.75rem}.el-radio--mini.is-bordered{padding:6px 0.9375rem 0 10px;border-radius:3px;height:1.75rem}.el-radio--mini.is-bordered .el-radio__inner{height:0.75rem;width:0.75rem}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:0.875rem;height:0.875rem;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in, -webkit-transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:11.25rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu__wrap{height:12.75rem}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.875rem 0 1.25rem;height:2.125rem;line-height:2.125rem;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:2.5rem;height:2.5rem;line-height:2.5rem}.el-drawer,.el-drawer__body>*{-webkit-box-sizing:border-box}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-empty__image img,.el-empty__image svg{vertical-align:top;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:1.125rem}.el-avatar--large{width:2.5rem;height:2.5rem;line-height:2.5rem}.el-avatar--medium{width:2.25rem;height:2.25rem;line-height:2.25rem}.el-avatar--small{width:1.75rem;height:1.75rem;line-height:1.75rem}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 1rem 1.5rem 2px rgba(0,0,0,.14),0 6px 1.875rem 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 1rem 1.5rem 2px rgba(0,0,0,.14),0 6px 1.875rem 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;padding:1.25rem 1.25rem 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:1.25rem;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:0.8125rem}.el-statistic .con{font-family:Sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303133}.el-statistic .con .number{font-size:1.25rem;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main,.el-skeleton__image{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:1rem;margin-top:1rem;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top, right top,color-stop(25%, #f2f2f2),color-stop(37%, #e6e6e6),color-stop(63%, #f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:1rem;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:2.25rem;height:2.25rem;line-height:2.25rem}.el-skeleton__circle--lg{width:2.5rem;height:2.5rem;line-height:2.5rem}.el-skeleton__circle--md{width:1.75rem;height:1.75rem;line-height:1.75rem}.el-skeleton__button{height:2.5rem;width:4rem;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:0.8125rem}.el-skeleton__caption{height:0.75rem}.el-skeleton__h1{height:1.25rem}.el-skeleton__h3{height:1.125rem}.el-skeleton__h5{height:1rem}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2.5rem 0}.el-empty__image{width:10rem}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0}.el-empty__description{margin-top:1.25rem}.el-empty__description p{margin:0;font-size:0.875rem;color:#909399}.el-empty__bottom,.el-result__title{margin-top:1.25rem}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0.875rem;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.25rem}.el-descriptions__title{font-size:1rem;font-weight:700}.el-descriptions--mini,.el-descriptions--small{font-size:0.75rem}.el-descriptions__body{color:#606266;background-color:#FFF}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #EBEEF5;padding:0.75rem 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:0.75rem}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:':';position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2.5rem 1.875rem}.el-result__icon svg{width:4rem;height:4rem}.el-result__title p{margin:0;font-size:1.25rem;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:0.875rem;color:#606266;line-height:1.3}.el-result__extra{margin-top:1.875rem}.el-result .icon-success{fill:#67C23A}.el-result .icon-error{fill:#F56C6C}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#E6A23C}/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

img,
embed,
object,
audio,
video {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: white;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 18.75rem;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #363636;
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 48rem) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

.has-text-centered {
  text-align: center !important;
}

@media screen and (max-width: 48rem) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 64rem) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 76rem) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 88rem) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

.has-text-justified {
  text-align: justify !important;
}

@media screen and (max-width: 48rem) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 64rem) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 76rem) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 88rem) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

.has-text-left {
  text-align: left !important;
}

@media screen and (max-width: 48rem) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 64rem) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 76rem) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 88rem) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 48rem) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 64rem) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 76rem) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 88rem) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important;
}

.has-text-info {
  color: #209cee !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #0f81cc !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 48rem) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 48rem) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 48rem) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 48rem) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 48rem) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 48rem) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 48rem) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 48.0625rem) and (max-width: 63.9375rem) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 63.9375rem) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 64rem) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 64rem) and (max-width: 75.9375rem) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 76rem) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 76rem) and (max-width: 87.9375rem) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 88rem) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

a.box:hover, a.box:focus {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

a.box:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button:focus, .button.is-focused, .button:active, .button.is-active {
  outline: none;
}

.button[disabled] {
  cursor: not-allowed;
}

.button strong {
  color: inherit;
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover {
  background-color: black;
}

.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled] {
  background-color: white;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled] {
  background-color: whitesmoke;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.button.is-primary[disabled] {
  background-color: #00d1b2;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00d1b2;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.button.is-link[disabled] {
  background-color: #3273dc;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-link.is-outlined.is-loading:after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3273dc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3273dc;
}

.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-info {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled] {
  background-color: #209cee;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

.button.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.button.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #209cee #209cee !important;
}

.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #209cee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #209cee;
}

.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled] {
  background-color: #23d160;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #23d160;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled] {
  background-color: #ffdd57;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled] {
  background-color: white;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 18155.375rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 18155.375rem;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 64rem) {
  .container {
    max-width: 60rem;
    width: 60rem;
  }
  .container.is-fluid {
    margin-left: 2rem;
    margin-right: 2rem;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 75.9375rem) {
  .container.is-widescreen {
    max-width: 72rem;
    width: auto;
  }
}

@media screen and (max-width: 87.9375rem) {
  .container.is-fullhd {
    max-width: 84rem;
    width: auto;
  }
}

@media screen and (min-width: 76rem) {
  .container {
    max-width: 72rem;
    width: 72rem;
  }
}

@media screen and (min-width: 88rem) {
  .container {
    max-width: 84rem;
    width: 84rem;
  }
}

.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
  text-align: left;
}

.content table tr:hover {
  background-color: whitesmoke;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}

.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[readonly],
.textarea[readonly] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input.is-white,
.textarea.is-white {
  border-color: white;
}

.input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
.textarea.is-white:focus,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a;
}

.input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
.textarea.is-black:focus,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.input.is-light,
.textarea.is-light {
  border-color: whitesmoke;
}

.input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
.textarea.is-light:focus,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.input.is-dark,
.textarea.is-dark {
  border-color: #363636;
}

.input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
.textarea.is-dark:focus,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.input.is-primary,
.textarea.is-primary {
  border-color: #00d1b2;
}

.input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
.textarea.is-primary:focus,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.input.is-link,
.textarea.is-link {
  border-color: #3273dc;
}

.input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
.textarea.is-link:focus,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.input.is-info,
.textarea.is-info {
  border-color: #209cee;
}

.input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
.textarea.is-info:focus,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.input.is-success,
.textarea.is-success {
  border-color: #23d160;
}

.input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
.textarea.is-success:focus,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.input.is-warning,
.textarea.is-warning {
  border-color: #ffdd57;
}

.input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
.textarea.is-warning:focus,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860;
}

.input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
.textarea.is-danger:focus,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 18155.375rem;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 37.5rem;
  min-height: 7.5rem;
}

.textarea[rows] {
  height: unset;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input,
.radio input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple)::after {
  border: 1px solid #3273dc;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 18155.375rem;
  padding-left: 1em;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  outline: none;
}

.select select[disabled] {
  cursor: not-allowed;
}

.select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #3273dc;
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: unset;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:hover::after {
  border-color: #363636;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary select {
  border-color: #00d1b2;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.select.is-link select {
  border-color: #3273dc;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.select.is-info select {
  border-color: #209cee;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25);
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  -webkit-box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 18155.375rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  -webkit-transform: none;
          transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
          box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
          box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
          box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
          box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
          box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

.file.is-info .file-cta {
  background-color: #209cee;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
          box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
          box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 1.3125rem;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 1.75rem;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 3px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.file.is-boxed .file-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 1.3125rem;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 0.875rem;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 1.75rem;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 2.1875rem;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 3px 3px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 3px 3px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

.file.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 3px 3px 0;
}

.file.is-right .file-name {
  border-radius: 3px 0 0 3px;
  border-width: 1px 0 1px 1px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.file-label {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #dbdbdb;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta:focus, .file-cta.is-focused, .file-cta:active, .file-cta.is-active,
.file-name:focus,
.file-name.is-focused,
.file-name:active,
.file-name.is-active {
  outline: none;
}

.file-cta[disabled],
.file-name[disabled] {
  cursor: not-allowed;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 0.875rem;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00d1b2;
}

.help.is-link {
  color: #3273dc;
}

.help.is-info {
  color: #209cee;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}

.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.field.is-grouped > .control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 48.0625rem), print {
  .field.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 48rem) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .field-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 48.0625rem), print {
  .field-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom: 0;
  }
  .field-body > .field {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: #7a7a7a;
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}

.control.has-icon .input.is-medium + .icon {
  font-size: 1.25rem;
}

.control.has-icon .input.is-large + .icon {
  font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 18155.375rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 18155.375rem;
}

.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-16x16 {
  height: 1rem;
  width: 1rem;
}

.image.is-24x24 {
  height: 1.5rem;
  width: 1.5rem;
}

.image.is-32x32 {
  height: 2rem;
  width: 2rem;
}

.image.is-48x48 {
  height: 3rem;
  width: 3rem;
}

.image.is-64x64 {
  height: 4rem;
  width: 4rem;
}

.image.is-96x96 {
  height: 6rem;
  width: 6rem;
}

.image.is-128x128 {
  height: 8rem;
  width: 8rem;
}

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification:not(:last-child) {
  margin-bottom: 1.5rem;
}

.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

.notification.is-info {
  background-color: #209cee;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 18155.375rem;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

.progress.is-link::-webkit-progress-value {
  background-color: #3273dc;
}

.progress.is-link::-moz-progress-bar {
  background-color: #3273dc;
}

.progress.is-link::-ms-fill {
  background-color: #3273dc;
}

.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}

.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}

.progress.is-info::-ms-fill {
  background-color: #209cee;
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

.table {
  background-color: white;
  color: #363636;
  margin-bottom: 1.5rem;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.table td.is-info,
.table th.is-info {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
  text-align: left;
}

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 3px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete:before, .tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 18155.375rem;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.5rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.5rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 18155.375rem;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 1.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 1.25rem;
}

.delete:before, .delete:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.delete:before {
  height: 2px;
  width: 50%;
}

.delete:after {
  height: 50%;
  width: 2px;
}

.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.delete.is-small {
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  width: 1rem;
}

.delete.is-medium {
  height: 1.5rem;
  max-height: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
}

.delete.is-large {
  height: 2rem;
  max-height: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 18155.375rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 18155.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb:not(:last-child) {
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3273dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #4a4a4a;
  content: "/";
}

.breadcrumb ul, .breadcrumb ol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb.is-right ol, .breadcrumb.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  padding: 1.5rem;
}

.card-footer {
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: unset;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap;
}

a.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.level code {
  border-radius: 3px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item {
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 48.0625rem), print {
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 48rem) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 48.0625rem), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 48rem) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 48.0625rem), print {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  text-align: left;
}

.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #3273dc;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem;
}

.message:not(:last-child) {
  margin-bottom: 1.5rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f5fffd;
}

.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #021310;
}

.message.is-link {
  background-color: #f6f9fe;
}

.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

.message.is-link .message-body {
  border-color: #3273dc;
  color: #22509a;
}

.message.is-info {
  background-color: #f6fbfe;
}

.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #209cee;
  color: #12537e;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}

.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.message-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 1.25rem;
  max-height: calc(100vh - 10rem);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 48.0625rem), print {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 2.5rem);
    width: 40rem;
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 18155.375rem;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
  height: 1.25rem;
  max-height: 1.25rem;
  max-width: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 1.25rem;
  background: none;
  height: 2.5rem;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 2.5rem;
}

.modal-close:before, .modal-close:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.modal-close:before {
  height: 2px;
  width: 50%;
}

.modal-close:after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.modal-close.is-small {
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  width: 1rem;
}

.modal-close.is-medium {
  height: 1.5rem;
  max-height: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  width: 1.5rem;
}

.modal-close.is-large {
  height: 2rem;
  max-height: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  width: 2rem;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 2.5rem);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 1.25rem;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

@media screen and (min-width: 64rem) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

@media screen and (min-width: 64rem) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}

@media screen and (min-width: 64rem) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }
  .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}

.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

@media screen and (min-width: 64rem) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}

.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 64rem) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 64rem) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #2366d1;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

.navbar.is-info {
  background-color: #209cee;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 64rem) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #118fe4;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #209cee;
    color: #fff;
  }
}

.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 64rem) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}

.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 64rem) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

@media screen and (min-width: 64rem) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}

.navbar > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
          box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
          box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 86ms;
          transition-duration: 86ms;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 1rem;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}

a.navbar-item:hover, a.navbar-item.is-active,
a.navbar-link:hover,
a.navbar-link.is-active {
  background-color: whitesmoke;
  color: #3273dc;
}

.navbar-item {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.navbar-link {
  padding-right: 2.5em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: #dbdbdb;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 63.9375rem) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-menu {
    background-color: white;
    -webkit-box-shadow: 0 8px 1rem rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 1rem rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 64rem) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent a.navbar-link:hover,
  .navbar.is-transparent a.navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-item.has-dropdown {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
            transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 1px solid #dbdbdb;
    border-radius: 5px 5px 0 0;
    border-top: none;
    bottom: 100%;
    -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-link::after {
    border: 1px solid #3273dc;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
  }
  .navbar-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .navbar-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
            box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
            transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -1rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
            box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  a.navbar-item.is-active,
  a.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:hover),
  a.navbar-link.is-active:not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: whitesmoke;
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 18155.375rem;
}

.pagination.is-rounded .pagination-link {
  border-radius: 18155.375rem;
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.25rem;
  text-align: center;
}

.pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none;
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 48rem) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pagination.is-right .pagination-previous {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #3273dc;
}

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #3273dc;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 0.875rem;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 18155.375rem;
  border-top-left-radius: 18155.375rem;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 18155.375rem;
  border-top-right-radius: 18155.375rem;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 48rem) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 63.9375rem) {
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 64rem) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 76rem) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 88rem) {
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48.0625rem), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 64rem) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 48.0625rem), print {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: #fff;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #2366d1;
  color: #fff;
}

.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

.hero.is-info {
  background-color: #209cee;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-info .navbar-menu {
    background-color: #209cee;
  }
}

.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #118fe4;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #209cee;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%);
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 63.9375rem) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 48rem) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 48.0625rem), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 48rem) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 48rem) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 48.0625rem), print {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 64rem) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: whitesmoke;
  padding: 3rem 1.5rem 6rem;
}
/*# sourceMappingURL=bulma.css.map *//* css变量
   ========================================================================== */
:root {
  --xxs: 5px;
  --xs: 10px;
  --sm: 0.9375rem;
  --md: 1.25rem;
  --lg: 1.875rem;
  --xl: 2.5rem;
  --xxl: 3.125rem;
  --text-old: #a4a4a4;
  --text-danger: #ff3f66;
  --text-warning: #ffad33;
  --text-info: #2d8cf0;
  --text-success: #19be6b;
  /* --border-color: rgba(187, 187, 187, .5); */
}

/* -webkit滚动条
   ========================================================================== */
::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c0c4cc;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 25.875rem) {
  ::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #ffffff;
  }
}
/* 显示
   ========================================================================== */

.hide {
  display: none;
}

.inline {
  display: inline-block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block {
  display: block;
}

.bolder {
  font-weight: 900;
}

.rotate-z-180 {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (max-width: 48rem) {
  .hide-mobile {
    display: none;
  }
}

.cursor-default {
  cursor: default;
}

/* 响应式表格
   ========================================================================== */

@media screen and (max-width: 48rem) {
  .tr-mobile {
    border: 1px solid var(--border-color);
    padding: 0 10px;
    border-radius: 4px;
    margin: 0.9375rem 0;
  }

  .td-mobile {
    width: 100%;
    position: relative;
    word-break: break-all;
    padding: 1.25rem 0 1.25rem 50%;
  }

  .td-mobile:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-weight: 900;
  }
}

/* 对齐
   ========================================================================== */

.x-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.x-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.y-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.y-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.xy-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* 位置
   ========================================================================== */

.relative-box {
  position: relative;
  top: 0;
  left: 0;
}

.position-right {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}

header.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}

/* 颜色
   ========================================================================== */

.text-old {
  color: var(--text-old);
}

.text-danger {
  color: var(--text-danger);
}

.text-warning {
  color: var(--text-warning);
}

.text-info {
  color: var(--text-info);
}

.text-success {
  color: var(--text-success);
}

.bg-gray {
  background-color: rgba(0, 0, 0, .1);
}

/* a标签
   ========================================================================== */

a {
  color: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}

/* 按钮
   ========================================================================== */

.btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d8dce5;
  color: #5a5e66;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

/* .btn:hover {
  color: #fff;
} */

/* 图片
   ========================================================================== */

.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.img img {
  max-width: 100%;
}

/* 内边距
   ========================================================================== */

.border {
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.t-border {
  border-top: 1px solid var(--border-color);
}

.b-border {
  border-bottom: 1px solid var(--border-color);
}

.tb-border {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.lr-border {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

/* 内边距
   ========================================================================== */

.p-0 {
  padding: 0;
}

.p-xxs {
  padding: var(--xxs);
}

.p-xs {
  padding: var(--xs);
}

.p-sm {
  padding: var(--sm);
}

.p-md {
  padding: var(--md);
}

.p-lg {
  padding: var(--lg);
}

.p-xl {
  padding: var(--xl);
}

.p-xxl {
  padding: var(--xxl);
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ptb-xxs {
  padding-top: var(--xxs);
  padding-bottom: var(--xxs);
}

.ptb-xs {
  padding-top: var(--xs);
  padding-bottom: var(--xs);
}

.ptb-sm {
  padding-top: var(--sm);
  padding-bottom: var(--sm);
}

.ptb-md {
  padding-top: var(--md);
  padding-bottom: var(--md);
}

.ptb-lg {
  padding-top: var(--lg);
  padding-bottom: var(--lg);
}

.ptb-xl {
  padding-top: var(--xl);
  padding-bottom: var(--xl);
}

.ptb-xxl {
  padding-top: var(--xxl);
  padding-bottom: var(--xxl);
}

.plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.plr-xxs {
  padding-left: var(--xxs);
  padding-right: var(--xxs);
}

.plr-xs {
  padding-left: var(--xs);
  padding-right: var(--xs);
}

.plr-sm {
  /* padding-left: var(--sm); */
  padding-right: var(--sm);
}

.plr-md {
  padding-left: var(--md);
  padding-right: var(--md);
}

.plr-lg {
  padding-left: var(--lg);
  padding-right: var(--lg);
}

.plr-xl {
  padding-left: var(--xl);
  padding-right: var(--xl);
}

.plr-xxl {
  padding-left: var(--xxl);
  padding-right: var(--xxl);
}

/* 外边距
   ========================================================================== */

.m-0 {
  margin: 0;
}

.m-xxs {
  margin: var(--xxs);
}

.m-xs {
  margin: var(--xs);
}

.m-sm {
  margin: var(--sm);
}

.m-md {
  margin: var(--md);
}

.m-lg {
  margin: var(--lg);
}

.m-xl {
  margin: var(--xl);
}

.m-xxl {
  margin: var(--xxl);
}

.mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mtb-xxs {
  margin-top: var(--xxs);
  margin-bottom: var(--xxs);
}

.mtb-xs {
  margin-top: var(--xs);
  margin-bottom: var(--xs);
}

.mtb-sm {
  margin-top: var(--sm);
  margin-bottom: var(--sm);
}

.mtb-md {
  margin-top: var(--md);
  margin-bottom: var(--md);
}

.mtb-lg {
  margin-top: var(--lg);
  margin-bottom: var(--lg);
}

.mtb-xl {
  margin-top: var(--xl);
  margin-bottom: var(--xl);
}

.mtb-xxl {
  margin-top: var(--xxl);
  margin-bottom: var(--xxl);
}

.mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

.mlr-xxs {
  margin-left: var(--xxs);
  margin-right: var(--xxs);
}

.mlr-xs {
  margin-left: var(--xs);
  margin-right: var(--xs);
}

.mlr-sm {
  margin-left: var(--sm);
  margin-right: var(--sm);
}

.mlr-md {
  margin-left: var(--md);
  margin-right: var(--md);
}

.mlr-lg {
  margin-left: var(--lg);
  margin-right: var(--lg);
}

.mlr-xl {
  margin-left: var(--xl);
  margin-right: var(--xl);
}

.mlr-xxl {
  margin-left: var(--xxl);
  margin-right: var(--xxl);
}

/* 宽度
   ========================================================================== */

.w-0 {
  width: 0;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-5 {
  width: 50%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-10 {
  width: 100%;
}

@media screen and (max-width: 48rem) {
  .w-mobile-0 {
    width: 0;
  }

  .w-mobile-1 {
    width: 10%;
  }

  .w-mobile-2 {
    width: 20%;
  }

  .w-mobile-3 {
    width: 30%;
  }

  .w-mobile-4 {
    width: 40%;
  }

  .w-mobile-5 {
    width: 50%;
  }

  .w-mobile-6 {
    width: 60%;
  }

  .w-mobile-7 {
    width: 70%;
  }

  .w-mobile-8 {
    width: 80%;
  }

  .w-mobile-9 {
    width: 90%;
  }

  .w-mobile-10 {
    width: 100%;
  }
}

/* 字体大小
   ========================================================================== */

.size-xxs {
  font-size: 0.75rem;
}

.size-xs {
  font-size: 0.875rem;
}

.size-sm {
  font-size: 1rem;
}

.size-md {
  font-size: 1.25rem;
}

.size-lg {
  font-size: 2.5rem;
}

.size-xl {
  font-size: 3.125rem;
}

.size-xxl {
  font-size: 3.75rem;
}


/* flex布局 */
.flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexRowCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexRowCenter2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexRowBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexColumnCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexcolumnBtween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.one-row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.two-row {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-row {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pointer {
  cursor: pointer;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
}
/* 仓耳渔阳体W05 */
/* @font-face {
  font-family: 'CangErYuyangW05';
  src: url('https://oss.yf-gz.cn/file/1686911225025_314d6c3f2999e28235f3392f613b5ab2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
/* 仓耳与墨W04 */
/* @font-face {
  font-family: 'CangErAndMoW04';
  src: url('https://oss.yf-gz.cn/file/1686911335493_62185c081bed8fc79717b1a8fdd9d8fa.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
/* 斗鱼追光体2.0 */
@font-face {
  font-family: 'Betta02';
  src: url('https://oss.yf-gz.cn/file/1686911364829_3789719bbfd1dd206e5ce10ead61f9f7.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*联盟起艺卢帅正锐黑体  */
/* @font-face {
  font-family: 'legendQIYiLu';
  src: url('https://oss.yf-gz.cn/file/1686911412834_a576a3b8a37ac9cfbda7c4f34c19e436.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
/* 思源黑体 */
@font-face {
  font-family: 'SourceHanSans';
  src: url('https://oss.yf-gz.cn/file/1729154142016_26846c56372298385e10aad3abdcdc5e.woff2') format("woff2"), url('https://oss.yf-gz.cn/file/1729153909136_a61719f8c7e3dd07b49c1ca28acdc27c.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 阿里妈妈东方大楷 */
@font-face {
  font-family: 'Alimama DongFangDaKai';
  src: url('https://oss.yf-gz.cn/file/1730973482649_5c97180955db710d8a1afdc9d7101614.woff2') format("woff2"), url('https://oss.yf-gz.cn/file/1730973453744_5c9e4c08a32c2526ac8ec7b8a2ad736d.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
/* 修改关闭按钮的字体大小 */
.el-dialog__headerbtn .el-dialog__close {
  font-size: 1.625rem !important; /* 设置为你想要的大小 */
}
/* 修改关闭按钮的图标大小 */
.el-dialog__headerbtn::before {
  font-size: 1.625rem !important; /* 设置为你想要的大小 */
}

@media (max-width: 30rem) {
  .el-message {
    width: 84%; /* 在移动设备上更窄的宽度 */
    min-width: unset;
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
}

.tip_message {
  position: fixed;
  padding: 1rem 0.75rem 0.875rem 0.75rem;
  background: rgba(0,0,0,0.6);
  border-radius: 8px;
  color: #ffffff;
  top: 40vh;
  left: 50vw;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 1003;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
/* 底部弹窗弹起跟收起动画 */
/* 进入动画 */
.popup-slide-enter-active,
.popup-slide-leave-active {
  -webkit-animation: fadeInUp 0.5s ease forwards;
          animation: fadeInUp 0.5s ease forwards;
}

.popup-slide-leave-active {
  -webkit-animation: fadeOutDown 0.5s ease forwards;
          animation: fadeOutDown 0.5s ease forwards;
}

.popup-slide-enter-from,
.popup-slide-leave-to {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes fadeOutDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* 从右边滑入出现，向右滑出消失 */
.popup-slide-right-enter-active,
.popup-slide-right-leave-active {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
          animation: fadeInLeft 0.5s ease forwards;
}

.popup-slide-right-leave-active {
  -webkit-animation: fadeOutRight 0.5s ease forwards;
          animation: fadeOutRight 0.5s ease forwards;
}

.popup-slide-right-enter-from,
.popup-slide-right-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes fadeOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.safe-bottom {
  padding-bottom: env(safe-area-inset-bottom);
}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.results[data-v-0d45facc] {
    position: relative;
    z-index: 2;
}
.results__address[data-v-0d45facc] {
    position: absolute;
    background-color: white;
    overflow-y: auto;
    cursor: default;
    width: 100%;
    max-height: 37.5rem;
}
#mapContainer[data-v-0d45facc] {
    min-width: 18.75rem;
    min-height: 37.5rem;
}

.empty-text[data-v-26128fcc] {
  height: 1rem;
  font-size: 1rem;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  color: #666666;
  line-height: 1rem;
}
.flex-y[data-v-26128fcc] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-v-66b927fd] .el-range-editor.el-input__inner {
  width: 14.8125rem;
  height: 1.75rem;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #E6E6E6;
}
[data-v-66b927fd] .el-range-separator {
  width: 1.5rem !important;
}
.time2[data-v-66b927fd] {
  padding: 0 10px;
  height: 1.5rem;
  background: #FFFFFF;
  border-radius: 1.0625rem 1.0625rem 1.0625rem 1.0625rem;
  border: 1px solid #F5F5F5;
  color: #666666;
  font-size: 0.875rem;
}
.time2 .prefix_img[data-v-66b927fd] {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 4px;
}
.calendar-footer[data-v-66b927fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 10px 1rem;
  gap: 0.75rem;
}
.calendar-footer .van-button[data-v-66b927fd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.5rem;
}
.is-today[data-v-66b927fd] {
  color: #0a89ff;
}

.ql-editor {
  min-height: 6.25rem;
}
video {
  -o-object-fit: cover;
     object-fit: cover;
}
#toolbar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-color: #f9f9f9;
}
.el-card,
.el-message {
  overflow: visible !important;
}
a {
  color: #0171c2;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #135cc9;
  text-decoration: none;
}

.quill-editor img {
  max-width: 100%;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -6250rem;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 0.75rem 0.9375rem;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 0.9375rem;
  pointer-events: none;
  position: absolute;
  right: 0.9375rem;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 1.5rem;
  padding: 3px 5px;
  width: 1.75rem;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.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: #06c;
}
.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: #06c;
}
.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: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 1rem;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  font-weight: 500;
  height: 1.5rem;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 1.375rem;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 1.75rem;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 1.5rem;
  width: 1.5rem;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 9.5rem;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 1rem;
  margin: 2px;
  padding: 0px;
  width: 1rem;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 1.125rem;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 6.125rem;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 6.75rem;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 6.125rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 1.125rem;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 2rem;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0.9375rem;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
          box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 0.75rem;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 1.625rem;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 0.8125rem;
  height: 1.625rem;
  margin: 0px;
  padding: 3px 5px;
  width: 10.625rem;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 12.5rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 1rem;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 1.625rem;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -6250rem;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 0.75rem 0.9375rem;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 0.9375rem;
  pointer-events: none;
  position: absolute;
  right: 0.9375rem;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 1.5rem;
  padding: 3px 5px;
  width: 1.75rem;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-bubble * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 1rem;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  font-weight: 500;
  height: 1.5rem;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 1.375rem;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 1.75rem;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 1.5rem;
  width: 1.5rem;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 9.5rem;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 1rem;
  margin: 2px;
  padding: 0px;
  width: 1rem;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 1.125rem;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 6.125rem;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 6.75rem;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 6.125rem;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 1.125rem;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 2rem;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 0.75rem 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 0.75rem;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 1.5625rem;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.8125rem;
  height: 100%;
  outline: none;
  padding: 10px 1.25rem;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 1.25rem;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 1rem;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 0.9375rem;
  top: -5px;
  font-size: 0.75rem;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 0.9375rem;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: visibility 0s ease 200ms;
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -6250rem;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 0.75rem 0.9375rem;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 0.9375rem;
  pointer-events: none;
  position: absolute;
  right: 0.9375rem;
}

.ql-editor[data-v-205420a0] {
  min-height: 6.25rem;
}
video[data-v-205420a0] {
  -o-object-fit: cover;
     object-fit: cover;
}
#toolbar[data-v-205420a0] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-color: #f9f9f9;
}
.el-card[data-v-205420a0],
.el-message[data-v-205420a0] {
  overflow: visible !important;
}
a[data-v-205420a0] {
  color: #0171c2 !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}
a[data-v-205420a0]:hover,
a[data-v-205420a0]:focus {
  color: #135cc9 !important;
  text-decoration: none !important;
}
.ql-toolbar.ql-snow[data-v-205420a0] {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  background-color: #f9f9f9;
}
[data-v-205420a0] .ql-container .ql-editor {
  max-height: 12.5rem !important;
  overflow-y: auto;
  min-height: 6.25rem;
}

.box-card {
  border: none!important;
}
.box-card /deep/ .el-card__body {
  padding: 1rem;
}
.box-card /deep/ .el-card__header {
  padding: 1rem 1rem 0.75rem;
  border-bottom: none;
}
.card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dialogClass /deep/ .el-dialog__header {
  border-bottom: 1px solid #E5E5E5;
  padding: 0.75rem 1rem;
}
.dialogClass /deep/ .el-dialog__body {
  padding: 1.5rem 2rem 2rem;
}
.dialogClass /deep/ .el-dialog__footer {
  border-top: 1px solid #E5E5E5;
  padding: 0.75rem 2rem;
}
.dialog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialogClass /deep/ .el-dialog__headerbtn {
  top: 0.9375rem;
}

.my-select {
  width: 100%;
  max-width: 31.125rem;
  height: 2rem;
  line-height: 32rpx;
}
.m-form-item /deep/.el-input-number--medium {
  width: 100%;
  max-width: 12.5rem;
}
.m-form-item /deep/.el-input {
  max-width: 31.125rem;
}
.m-form-item /deep/.el-form-item__label {
  color: #333;
}
/* 
// .my-input /deep/.el-input__inner {
//   width: 242px;
//   height: 32px !important;
//   line-height: 32px;
// }  */


























































































.el-form-item[data-v-1af7d03f] {
  margin-bottom: 5px;
}

.table-tr[data-v-2f852543] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 0.75rem 10px;
  font-size: 0.875rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  border-bottom: none;
}
.table-tr[data-v-2f852543]:last-of-type {
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 5px 5px;
}
.table-tr[data-v-2f852543]:first-of-type {
  border-radius: 5px 5px 0 0;
}
.table-tr[data-v-2f852543]:nth-child(even) {
  /*background-color: #f9f9f9;*/
}
.table-tr[data-v-2f852543]:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-th[data-v-2f852543] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  font-weight: bolder;
  text-align: center;
}
.table-td[data-v-2f852543] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  text-align: center;
  margin-right: 10px;
  max-height: 6.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.table-td img[data-v-2f852543] {
  width: 3.75rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48rem) {
.hide-pc[data-v-2f852543] {
    display: none;
}
}
@media screen and (max-width: 48rem) {
.hide-mobile[data-v-2f852543] {
    display: none;
}
.table-tr[data-v-2f852543] {
    border: 1px solid rgba(187, 187, 187, .5);
    padding: 0 1.25rem;
    border-radius: 4px;
    margin: 0.9375rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.table-td[data-v-2f852543] {
    text-align: right;
    padding: 0.9375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}
.table-td_label[data-v-2f852543] {
    float: left;
    font-weight: bolder;
}
}


.text-flow-ellipsis-multiple[data-v-7b8cde56] {
  /* 多余内容省略号处理-多行 */
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.table-tr[data-v-7b8cde56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 0.75rem 10px;
  font-size: 0.875rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  border-bottom: none;
}
.table-tr[data-v-7b8cde56]:last-of-type {
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 5px 5px;
}
.table-tr[data-v-7b8cde56]:first-of-type {
  border-radius: 5px 5px 0 0;
}
.table-tr[data-v-7b8cde56]:nth-child(even) {
  /*background-color: #f9f9f9;*/
}
.table-tr[data-v-7b8cde56]:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-th[data-v-7b8cde56] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  font-weight: bolder;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-td[data-v-7b8cde56] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  text-align: center;
  margin-right: 10px;
  max-height: 6.5625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.table-td img[data-v-7b8cde56] {
  width: 3.75rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48rem) {
.hide-pc[data-v-7b8cde56] {
    display: none;
}
}
@media screen and (max-width: 48rem) {
.hide-mobile[data-v-7b8cde56] {
    display: none;
}
.table-tr[data-v-7b8cde56] {
    border: 1px solid rgba(187, 187, 187, 0.5);
    padding: 0 1.25rem;
    border-radius: 4px;
    margin: 0.9375rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.table-td[data-v-7b8cde56] {
    text-align: right;
    padding: 0.9375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}
.table-td_label[data-v-7b8cde56] {
    float: left;
    font-weight: bolder;
}
}
.table-header[data-v-7b8cde56] {
  background: #f7f8fa;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-header--title[data-v-7b8cde56] {
  font-size: 0.875rem;
  color: #909399;
}
.button-list[data-v-7b8cde56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 5px;
}
.button-item[data-v-7b8cde56] {
  margin-right: 10px;
}
.el-button + .el-button[data-v-7b8cde56] {
  margin-left: 0;
}
.table-content--value[data-v-7b8cde56] {
  font-size: 0.875rem;
  font-weight: 400;
  color: #606266;
}
.button-item--text[data-v-7b8cde56] {
  font-weight: 400;
  color: #0084ff;
  font-size: 0.875rem;
}
.button-item--danger[data-v-7b8cde56] {
  font-weight: 400;
  color: #F0232D;
  font-size: 0.875rem;
}
.showOverTooltip[data-v-7b8cde56] {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  /*这里是3行*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tooltip-content div[data-v-7b8cde56] {
  line-height: 1.125rem;
}
.tooltip-content div[data-v-7b8cde56]:nth-child(3) {
  padding: 5px 0;
}
.tooltip-content .indent[data-v-7b8cde56] {
  text-indent: 1.25rem;
}
.active-switch[data-v-7b8cde56] {
  color: #13ce66;
}
.inactive-switch[data-v-7b8cde56] {
  color: #ff4949;
}

.m-uploader[data-v-73257cc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-list[data-v-73257cc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list .file-item[data-v-73257cc8] {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px 8px 0;
  display: inline-block;
  position: relative;
}
.file-list .file-item .file-img[data-v-73257cc8] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.edit-mask[data-v-73257cc8] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-icon-zoom-in[data-v-73257cc8],
.el-icon-video-play[data-v-73257cc8] {
  color: #fff;
}
.uploader-default[data-v-73257cc8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px dashed #dddddd;
  border-radius: 4px;
  color: #666666;
}
.subscribe_pop[data-v-73257cc8] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0rpx 0rpx 0rpx 0rpx;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 201;
}
.video_contain[data-v-73257cc8] {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video_contain .video-play-close[data-v-73257cc8] {
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-size: 0.75rem;
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  z-index: 203;
}
.json_block[data-v-73257cc8] {
  white-space: pre-line;
}

.contentBoxBig[data-v-52db41fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 2rem;
  border: 1px solid #eee;
  width: 10.625rem;
  height: 6.25rem;
  margin-right: 0.9375rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.contentBoxSmall[data-v-52db41fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 2rem;
  border: 1px solid #eee;
  width: 8.75rem;
  height: 5rem;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 10px;
}
.sumaryTitle > span[data-v-52db41fa] {
  font-size: 1.0625rem;
  font-weight: bold;
}
.contentText[data-v-52db41fa] {
  font-size: 1.125rem;
  font-weight: bold;
}
.indexBox[data-v-52db41fa] {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 1rem;
  background-color: #fff;
  background-image: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #606266;
}
.fliterTitle[data-v-52db41fa] {
  display: inline-block;
  margin-left: 3.125rem;
}
.contentBox[data-v-52db41fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 2rem;
  border: 1px solid #eee;
  width: 9.375rem;
  height: 5rem;
  margin: 0 0.9375rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.boxTitle[data-v-52db41fa] {
  padding: 1.25rem 0 10px 10px;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.edit-modal-item[data-v-52db41fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--sm);
}
.edit-modal-item span[data-v-52db41fa] {
  display: inline-block;
  min-width: 6em;
  text-align: right;
}
.selectTag[data-v-52db41fa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdfe6;
  padding: 0 8px;
  font-size: 0.875rem;
  cursor: pointer;
}
.onSelectTag[data-v-52db41fa] {
  border: 1px solid #409eff;
  color: #409eff;
}
.detailBroken[data-v-52db41fa] {
  color: #48a2ff;
  border-bottom: 1px solid #48a2ff;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.75rem;
}
.cashBtn[data-v-52db41fa] {
  background: rgb(103, 194, 58);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 2.5rem;
  height: 1.25rem;
  font-size: 10px;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
}
.uploader[data-v-52db41fa] {
  width: 9.375rem;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.uploader.sub[data-v-52db41fa] {
  width: 4.0625rem;
}
.uploader[data-v-52db41fa]:hover {
  border-color: #409eff;
}
.uploader-icon[data-v-52db41fa] {
  font-size: 1.75rem;
  color: #8c939d;
  width: 9.375rem;
  line-height: 9.375rem;
  text-align: center;
}
.uploader-icon.sub[data-v-52db41fa] {
  width: 4.0625rem;
  line-height: 4.0625rem;
}
.cashBtn[data-v-52db41fa] {
  background: rgb(103, 194, 58);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 2.5rem;
  height: 1.25rem;
  font-size: 10px;
  line-height: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.page-header[data-v-43073676] {
  background: white;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  border-bottom: 1px solid #F7F8FA;
}
.page-header .header-left[data-v-43073676] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .header-right[data-v-43073676] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#star-pic-vue {
  width: 12.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#star-pic-vue img {
  width: 5rem;
  height: 5rem;
  margin: 4px;
}
#star-pic-vue .dialog img {
  width: 100%;
  height: 100%;
  margin: 0;
}
#star-pic-vue .el-carousel__item h3 {
  color: #475669;
  font-size: 1.125rem;
  opacity: 0.75;
  line-height: 18.75rem;
  margin: 0;
  height: 100%;
  width: 100%;
}
#star-pic-vue .el-dialog__header {
  display: none;
}
#star-pic-vue .el-dialog__body {
  padding: 0 !important;
  margin: 0 !important;
  height: 37.5rem;
}
#star-pic-vue .el-carousel {
  height: 100%;
}
#star-pic-vue .el-carousel__container {
  height: 100%;
}

.mission_main[data-v-e5b11238] {
  height: calc(100vh - 4.625rem);
  background: #f7f7f7;
  overflow-y: auto;
}
.search_mian[data-v-e5b11238] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 2.5rem;
  background: #ffffff;
  padding: 3px 1.25rem 4px 1.25rem;
  max-height: 5rem;
  width: 100%;
}
.search_mian .type_arr .type_line[data-v-e5b11238] {
  width: 3px;
  height: 0.9375rem;
  background: #0a89ff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-right: 3px;
}
.search_mian .type_arr .type_item[data-v-e5b11238] {
  font-size: 0.875rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  color: #666666ff;
  margin-right: 2.5rem;
}
.search_mian .type_arr .type_item_selected[data-v-e5b11238] {
  font-size: 0.875rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  color: #0a89ff;
  margin-right: 2.5rem;
}
.search_mian[data-v-e5b11238] .el-input--prefix {
  width: 9.9375rem;
  height: 1.75rem;
}
.search_mian[data-v-e5b11238] .el-input__inner {
  width: 9.9375rem;
  height: 1.75rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #d9d9d9;
  font-size: 0.875rem;
}
.search_mian[data-v-e5b11238] .el-input__prefix {
  top: -5px;
}
.new-button[data-v-e5b11238] {
  width: 5.25rem;
  height: 1.75rem;
  background: #1890ff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  font-size: 0.875rem;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.375rem;
  cursor: pointer;
  margin-left: 1.875rem;
}

.up-down[data-v-1aaf3da1] {
  position: fixed;
  right: 3.125rem;
  bottom: 3.75rem;
  z-index: 2;
  cursor: default;
}
.up-down > *[data-v-1aaf3da1] {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  text-align: center;
}
.up-down > *[data-v-1aaf3da1]:hover {
  opacity: .5;
}

.center-flex[data-v-36993114] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-img[data-v-36993114] {
  width: 16.875rem;
  display: inline-block;
  margin: 0px 1.25rem 1.25rem 0px;
  text-align: center;
}
.preview-img img[data-v-36993114] {
  max-width: 100%;
  border-radius: 0.9375rem;
}
.preview-img .ivu-checkbox-wrapper[data-v-36993114] {
  font-size: 0.875rem !important;
}
.upload[data-v-36993114] {
  width: 16.875rem;
  height: 7.5rem;
  border: 1px solid #bbb;
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 0.9375rem;
  top: 0px;
  left: 0px;
}
.upload .upload-icon[data-v-36993114] {
  position: absolute;
  top: 25%;
  left: 45%;
}
.upload input[data-v-36993114] {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}
@font-face {
  font-family: "iconfont"; /* Project id 4373299 */
  src: url(data:application/font-woff2;base64,d09GMgABAAAAAAPwAAsAAAAACEQAAAOhAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCcAqEQINSATYCJAMICwYABCAFhGcHLhsMB8gekhRHTynggANtALBABB/32r6XUqlgoqEIBCgTao0snFwBO5I7slqE/v//znkjQEgRC7QezKVlYpWXiqfpRMP2t/2625/Y5w48fN7ebn8FGEmAAYZxd90t8HQ2wEwDj5N8nsvxLcIPItdai9bGAzsP6ECb28aihHt5gXGUguwejEUeI4CmPDXwpaVrCMKqXnCBHMnkB0gKo1rNeqAEE7KhMFAwgejcgHUoIBt+G7gNXh+/gqBACsjMTaZ7swnOf/AVcY2KlF4eT6D6J1ABSsBoZZZYm10TRJQaIdBVLlIC3UjCwI/RwhOt+4cHAsTAzG8D9CnROYkdyal+MwHKQA14wGOvp1Kb4qRxjCx/1tOhw6eVj7VrzhRvkUhifuyc5plu7dmh5duTDpds3SnfqFm1K/VY85YdMhGclmsflrQm7/d8UPxk+NgjzSpMrhjhiRbqKVNsXD8Zq2gVht2dLZnDMX4RozqWiDG4Y/HCWK5sqXrjutRlxWOBzFaaPsdI1cVHWrftWrszZamsW7uIv75kNbNix6JdinVxn2RTsAm4+JqKGaanv/e6TBVM0f8Q5SPBxd5Measa3v/7oBdR+TWUScyP/6nV0NHyKO1gVfPFPrKHfHio8Ha8Qz3zQhfZTxzkqrDEoOChziZLHun/lYdwfJzB9HsO/Nw/pKAZFTOaZ8INeN7umMBsMWXXlCm4Hq97SeQeN5O3G5P2IB+iBwPqJCh463tfgCWqKXg2P/Scv6W8e6EubXpA3dAqov2V9cSe+ksf61ZG+uvEFHFES6lVwVrP7yixSUaRjZ42WUtGQR1A8UUQjfLffgbu/+c/nBxe9Y+SlAHe78nZQaD4ImEeUL95c/iT6g3kLGthMqrEQi6dNr4cRdOKgoLp63jb19MFiSNQgphCCqJACSWBKDMZqJAoQBWlGk2Zmhe3RPMgYNEAhhYQYCLsAC7MCRAiXCNI5hkCxPqGQBH+g6ZLoetJpISxkUd6AZlYwwzWanS7OFsrBEIHkNnv0PNlcR3ifVYqyubn5OWzrciF+CEm+KaaCwSBYzne7WRbuMOQw+FmPbzbhoxCjkUQPBW5uVzVQ3KMbic04iF6AsSEZTADy8rIzYXzuIXs+w1AzPwc9HiQ0Dl4PoalhbPy5cgDiFaVC+q4kk18pjIrIBBwWByeZJxYLYIDcagpN5anupcNYiTIYemR8KiQa3FxqCpnfo3z0XZBk6nPZFWWkCdy+QEAAAAA) format('woff2'),
       url(data:application/font-woff;base64,d09GRgABAAAAAAVUAAsAAAAACEQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA8FUjQY21hcAAAAYgAAABKAAABcOcotapnbHlmAAAB1AAAAaIAAAJATdl4kmhlYWQAAAN4AAAALwAAADYmYAJXaGhlYQAAA6gAAAAcAAAAJAfeA4NobXR4AAADxAAAAAgAAAAICAAAAGxvY2EAAAPMAAAABgAAAAYBIAAAbWF4cAAAA9QAAAAgAAAAIAETAMhuYW1lAAAD9AAAAUAAAAJnEKM8sHBvc3QAAAU0AAAAHQAAAC5udm97eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnjE8Y2Bu+N/AwMB8hwFIMjCiKGICAGJBDGB4nO2QsQ2AMBADz8pDgRiBKjWzULF/yRrJx8AWsXSWfPrqgQUoyZkE6EaMXGllX9jsg+qbGP6htb9zhxutzOzu41v+1QvqKOoJaQAAeJx1jr1OG0EUhefe2cWyi7XWOzP7g42Q2R/bu7NrO9iLQEBS0CSKQlyEBiS8KEqkVOlSRal5hbxC3iBVniRNngOYmRTggmo055zv3ENahNz/oz9pnwgiyRm5JF/JLflNCKQtB1pb/g744ghm9QnUy6wEI6o3S42ibTYA5mnlETDeIqv3n4nD/8QxPMW8uWGZ+Q8NlKVLBZnyHIYb/VobbjYLbc4VAd/XV+MSEKGa8HywTiXYFsoMRX9aBD5YFvhh/GJX4AdrId+/K2ukFA/k21VRWwBwgV6YvmQ+KFUExbQvEMjHmzhHoHm2bpJSOSBvRw5zEZG6rHveZS5FAIc5oz8oJR99s+10onN5Ik95hAFvp+1Q6FUimM5DrtKAIlEKDVHVjS+avNLaJG4+ZfnfncDcD+dVyA212/Gi3t0vuaS2TQ/L12+qI7QtWsveXhClXyKBOuW9ykUPVDnvd/iAw0xPTXz5IyvMmvj6cyJBZV3mrLrcpQC0x7rj2cimcLcvK4XaRdw0cYkWhe2hMDvDqoyELuBRO+lwIfgeIeQBwb9CAQAAeJxjYGRgYADi0y+bLsXz23xl4GZhAIGHC+J1EfT/JywMzDJALgcDE0gUAFCHCuMAeJxjYGRgYG7438AQw8IAAkCSkQEVMAEARwgCawQAAAAEAAAAAAAAAAEgAAAAAQAAAAIAvAAHAAAAAAACAAAACgAKAAAA/wAAAAAAAHichZE9bsJAEIWfwZAElChKpDRpVikoEsn8lEipUKCnoAez5ke211ovSNQ5TY6QE+QI6Whzikh52EMDRbza2W/evpkdyQDusIeH8rvnLtnDJbOSK7jAo3CV+pOwT34WrqGJnnCd+qtwAy94E26yY8YOnn/FrIV3YQ+3+BCu4AafwlXqX8I++Vu4hgf8CNep/wo3MPGuhZtoeeHA6qnTczXbqVVo0sik7niO9WITT+2pPNE2X5lUdYPOURrpVNtjm3y76DkXqciaRA15q+PYqMyatQ5dsHQu67fbkehBaBIMYKExhWOcQ2GGHeMKIQxSREV0Z/mY7gU2iFlp/3VP6LbIqR9yhS4CdM5cI7rSwnk6TY4tX+tRdXQrbsuahDSUWs1JYrLiDzzcramE1AMsi6oMfbS5ohN/UMyQ/AHYk29XeJxjYGKAAC4G7ICJkYmRmYElNzWvlIEBAAoVAc8AAAA=) format('woff'),
       url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8FUjQAAABjAAAAGBjbWFw5yi1qgAAAfQAAAFwZ2x5Zk3ZeJIAAANsAAACQGhlYWQmYAJXAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHsAAAACGxvY2EBIAAAAAADZAAAAAZtYXhwARMAyAAAARgAAAAgbmFtZRCjPLAAAAWsAAACZ3Bvc3Rudm97AAAIFAAAAC4AAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAMvpgtJfDzz1AAsEAAAAAADhoF8tAAAAAOGgXy0AAP/kBAADHAAAAAgAAgAAAAAAAAABAAAAAgC8AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYA5gADgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5gD//wAA5gD//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5gAAAOYAAAAAAQAAAAABIAAAAAcAAP/kA5sDHAAWAC0ARQBcAHEAigC7AAABJgcOAQcGFx4BFxY7ATE3PgE3NicuAQcOAQcGJy4BJyY3PgE3NhceARcUHQEUEy4BJyYHDgEHBhceARcWNz4BNzY1Jzc0Bw4BBwYnLgEnJjc+ATc2Fx4BFxQdARQBFjc+ATc2PQEuAScmBw4BBwYXHgETMhceARcWFAcOAQcGIicuAScmJyY2NzYXEy4BJyYrASIHDgEHBhceARcWNz4BLgEnJiInLgEnJjc+ATc2Fx4BFxYGFx4BMjY3NgF+YV0pLgECAgEvKhUrHWEmLQEFBAItJwIWHDAsGBcBBAQBFxkkMyAWAlYENS1RTy43AgMDAjgtTVIsNwQBAQFXAhMZJkAUFwEDAwIWGCwwHBYCAQBlYyQrAgEDKydhYiUuAQMDAS2KKA4UEQICAgMRFA9QDxQRAwIBAQ4UDijBAi0tFSh4BQUmKgEDAwErJS0/FRoCGBUJJgkZFgECAgEWGDAyGRUCAQEBAhYlFgECAxkCAwEtKVdiKy8BAQECKiRiZycr3x4YAQMDAhYZMi8ZFQECAgEWIAoTGhL+rC02AwUFAzouSksvOwIFBAM3LRIjGBomaxoWAgICARYTQSsWEgECAQEVHAoVHRUBMQMDAS0lFy2AJywBAwMBKyRgaCUtARYCAhEUDlIPFREDAQEDEhQPKTEoBQMB/jQtLwIBAQUsJGJiJC4CBAMBGyIWAQEBAhYZLy4aFgEDAwEVGgklChUWFhUjAAAAAAAAEgDeAAEAAAAAAAAAEwAAAAEAAAAAAAEACAATAAEAAAAAAAIABwAbAAEAAAAAAAMACAAiAAEAAAAAAAQACAAqAAEAAAAAAAUACwAyAAEAAAAAAAYACAA9AAEAAAAAAAoAKwBFAAEAAAAAAAsAEwBwAAMAAQQJAAAAJgCDAAMAAQQJAAEAEACpAAMAAQQJAAIADgC5AAMAAQQJAAMAEADHAAMAAQQJAAQAEADXAAMAAQQJAAUAFgDnAAMAAQQJAAYAEAD9AAMAAQQJAAoAVgENAAMAAQQJAAsAJgFjQ3JlYXRlZCBieSBpY29uZm9udGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBAgEDAARtZW51AAAAAA==) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\E600";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:grabbing}.pswp__bg{background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden}.pswp__bg,.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1), -webkit-transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{right:0;bottom:0;overflow:hidden}.pswp__img,.pswp__item{position:absolute;left:0;top:0}.pswp__img{width:auto;height:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:0.875rem;line-height:1rem;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:2.75rem;height:2.75rem;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;background-size:16.5rem 5.5rem;width:2.75rem;height:2.75rem}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -2.75rem}.pswp__button--share{background-position:-2.75rem -2.75rem}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-2.75rem 0}.pswp__button--zoom{display:none;background-position:-5.5rem 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-8.25rem 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-3.125rem;width:4.375rem;height:6.25rem;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:2.1875rem;background-color:rgba(0,0,0,.3);height:1.875rem;width:2rem;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-8.625rem -2.75rem}.pswp__button--arrow--right:before{right:6px;background-position:-5.875rem -2.75rem}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:3.5rem;border-radius:2px;display:block;width:auto;right:2.75rem;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 0.75rem;font-size:0.875rem;line-height:1.125rem}.pswp__share-tooltip a,.pswp__share-tooltip a:hover{color:#000;text-decoration:none}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:1rem 0.75rem}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-0.75rem;right:0.9375rem;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:2.75rem;font-size:0.8125rem;line-height:2.75rem;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:2.75rem}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:26.25rem;margin:0 auto;font-size:0.8125rem;padding:10px;line-height:1.25rem;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:2.75rem;height:2.75rem;position:absolute;top:0;left:50%;margin-left:-1.375rem;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:1.25rem;height:1.25rem;margin:0.75rem}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:0.875rem;height:0.875rem;position:absolute;left:0.9375rem;top:0.9375rem;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:0.875rem;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:0.875rem;height:0.875rem;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width:64rem){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:2.75rem;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}
/*# sourceMappingURL=skin.css.map*//*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 17.5rem;
    color: transparent;
    display: block;
    font-size: 0;
    height: 1.25rem;
    line-height: 0;
    width: 1.25rem;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -1.25rem 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -2.5rem 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -3.75rem 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -5rem 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -6.25rem 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -7.5rem 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -8.75rem 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -10rem 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -11.25rem 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -12.5rem 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -13.75rem 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -15rem 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -16.25rem 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::-moz-selection,
  .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 0.9375rem auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 3.125rem;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 3.125rem;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    width: 1.875rem;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 1.25rem;
      margin-left: -10px;
      margin-top: -10px;
      width: 1.25rem;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 1.5rem;
      overflow: hidden;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s;
      width: 1.5rem;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        -webkit-box-shadow: 0 0 3px #fff;
                box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 1.125rem;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 1.125rem;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 1.875rem;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 1.875rem;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 0.75rem;
  height: 1.25rem;
  left: 50%;
  line-height: 1.25rem;
  margin-left: -1.5625rem;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 3.125rem;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 0.875rem;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 5rem;
  overflow: hidden;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 5rem;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 0.9375rem;
    left: 0.9375rem;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
            animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 2.5rem;
    left: 50%;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    position: absolute;
    top: 50%;
    width: 2.5rem;
    z-index: 1;
  }

@media (max-width: 47.9375rem) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 61.9375rem) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 74.9375rem) {
  .viewer-hide-md-down {
    display: none;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url(data:application/vnd.ms-fontobject;base64,NBsAAJAaAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//kS2wAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGHgAAALwAAABgY21hcBdW0pcAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmSRo8IQAAAXgAABZ0aGVhZCb74JcAABfsAAAANmhoZWEHlwPWAAAYJAAAACRobXR4SgAAAAAAGEgAAABUbG9jYTAQNcYAABicAAAALG1heHAAHgDwAAAYyAAAACBuYW1lmUoJ+wAAGOgAAAGGcG9zdAADAAAAABpwAAAAIAADA+QBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkQA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpEP/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAQAAP/AA9UDwAAeAD4AWwBxAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4AQM0NjM4ATEyFhUUBiM4ATEiJjU4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlAdUSGRkSEhkZEisZEhIZGRISGQNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmHVGREbG0AaGxIZGRIbGkAbGxEZ/oASGRkSERkZEQAAAAIAAP/AA9UDwABFAHMAAAEuAQcOAQcOAQcGFhceARceATc+ATc+ATUwNDE0NjMyFhUwFDEUBgcOAQcGJicuAScuATc+ATc+ATc2FhceAQcOASc4ATElFhQHMAcOAQcGMQ4BIyImJzAnLgEnJjEmNDc2MhcwFjEwNz4BNzYxNjIXOAExApw4fD08aygoLwQEHyIiYTo6fDw7ZiYlJxkSERkwLS58SUmXSEd2KikmBQU5MTKCSkqXRRANBwghEAEtDAxDQqBDQwYPCQgQBhQUMBQUDQ0MJAxiPj6VPj0NIw0DHxkMDQ5ALy90PT55NDRNFhUFEhJHMTJ2PicSGRkSJ0yQPT1WFhUFGhpfQD+TTEyMOjpOEREPHwchEBEMBxUNIw1DQqBDQwYGBgYUFDAUFA0jDA0NYT4+lD4+DQwAAAAAAwAA/8ADgAPAAEMAhwCeAAABNDYzMDM6ATMyMTIWFTAyMTIWFx4BFTAVHAEVFDEUBgcOASMwIyoBIyIxIiYnLgE1MDU8ATU0MTQ2Nz4BMzAyMTgBMRUwIjEiBgcOARUwFRwBFRQxFBYXHgEzMDM6ATMyMTI2Nz4BNTA1PAE1NDE0JicuASMwIjEUBiMwIyoBIyIxIiY1OAExITAjKgEjIjEwNDEwMzoBMzIxMBQxOAEBKzIjKChgKCgjMisZMBISExMSEjAZUFDAUFAZMBISExMSEjAZKysIEAYGBwcGBhAIUFDAUFAIEAYGBwcGBhAIKzIjKChgKCgjMgFVKChgKCgoKGAoKANAIzIyIxMSEjAZXV7gXV0aLxISExMSEi8aXV3gXl0ZMBISE1UHBgYQCF1e4F1dCRAGBgYGBgYQCV1d4F5dCBAGBgckMjIkVVUAAwAA/8AD1QPAAB4APgBtAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATEBMhYVMBUcARUUMTAXHgEXFjEeAQcOAScwJy4BJyYxLgE1MDU8ATU0MTQ2MzgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUB1RIZFxc3FxcQCwgIIg8bG0AaGwsNGRIDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhASsZEiQkViQkCwwbDAsIIg8QCwgNDSAODQUVDCgoYCgoEhkAAAMAAP/AA6sDwAAsAG0AigAAASIGBzAHDgEHBjEwBjEwNjEwNz4BNzYxPgE3PgE1NCYnLgEnLgEnLgEjOAExJz4BMzIWFx4BFx4BFx4BFRQGBw4BBzAHDgEHBjEOAQcwBw4BBwYxBiYnLgE3MDc+ATc2MT4BNzA3PgE3NjE4ATEDNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4AQMAChEHUlLFUlIWWlJSxVJSAwUCAgICAgIFAwQHBQQJBV4TMRoNGgwMFgkJDwUFBQUFBQ8JU1PIVFMECgYbGkAbGwsVCAgGAwYHEAcGAgUEVFPIU1TNGRI8PJA8PBIZGRI8PJA8PBIZAxoHB1JSxFJSWxdSUsVSUgMIBAUJBQQKBAQIAwQFAgICLhMUBQUFDwkJFgwMGg0NGgwMFgpTU8hUUwQGAQcGEAcHAgYHCBYLGxpAGxsFCgRUU8hTVP0iERkZERIZGRIABQAA/8AD1QPAABsANwBEAFEAjAAABSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBicyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYDMjY1NCYjIgYVFBYzITI2NTQmIyIGFRQWMxMGJicjMDQnLgEnLgEnLgEjIgYHDgEHDgEHBhQxIw4BJy4BPwE+ATc+ATc+ATMyFhceARceAR8BFgYHAgBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmFQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRTASGRkSEhkZEgEAEhkZEhIZGRJEDiMKAQEBAwMFDgkSMx8fMxIJDgUDAwEBAQojDg4FCgUBBgMHFA0ZTDExTBkNFAcDBgEFCgUOFSUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJVUeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh4B1RkSEhkZEhIZGRISGRkSEhn+3goFDgEBAQQCBQ0GDhUVDgYNBQIEAQEBDgUKCyMOBQMGAwcSChIgIBIKEgcDBgMFDiMLAAAAAgAA/8AD1QPAAEQATwAAASYGBwYWFxYXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3Njc+AScuAQcGBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYnJyIVERQzMjURNCMC4xElCgkLES0jJDMNDR0eZUVETk5ERWUeHQwNMCEiKxAKCgomETUqKzsQDyUkgFVWYWFWVYAkJRARPy0tOPhAQEBAA2UJCxERJgkZJCRWMTE0TkVGZx4dHR5nRkVOMzAvVSMjGQsmERAKCiAsLWk8Oz9iVleBJSUlJYFXVmJBPT5rLSwgMDH+DjIyAfIxAAAABAAA/8AD1QPAABwAOAB4AIYAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJiUmBgcOAQcOAScuATc+ATc+ARceARceARUUBgcOAQcOAQciBiMHBiYnJjY3MzA2Mz4BNz4BNz4BNTE0JicuAScDIgYVFBYzMTI2NTQmIwIAYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZh/oAeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh4Biw8eDQ0TBQYgEBEPBgomGho8HR41ExQUORoOGgoFCQMBAwECER8GBQ8RAQIBAgYECBQKFhcKCgoaDwsSGRkSEhkZEgOVJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQl/itQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRfoCBQgIFw4RDwYGHxEdLhAPCwUFHhgXOB8xQREJDgUCAwIBAQYQEREfBgEBAwEECgcPHg8QHAsMDwP+qxkREhkZEhEZAAAABgAA/8ADqwPAABUAMwBJAGcAfQCbAAATNDYzOAExMhYVFAYjOAExIiY1OAExMzQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExAzQ2MzgBMTIWFRQGIzgBMSImNTgBMTM0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMQM0NjM4ATEyFhUUBiM4ATEiJjU4ATEzNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATFVGRISGRkSEhnWGRFXV9BWVxIZGRJXVtBXVxEZ1hkSEhkZEhIZ1hkRV1fQVlcSGRkSV1bQV1cRGdYZEhIZGRISGdYZEVdX0FZXEhkZEldW0FdXERkCwBIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSEhkZEhIZGRIAAAAIAAD/wAPVA8AAHQA7AFkAdwCUALIA0ADtAAABMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4ATEFNjIXMBceARcWMRYUBwYiJzAnLgEnJjEmNDc4ATEhFhQHMAcOAQcGMQYiJyY0NzA3PgE3NjE2Mhc4ATEBNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATEhNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4AQUWFAcwBw4BBwYxBiInJjQ3MDc+ATc2MTYyFzgBMSE2MhcwFx4BFxYxFhQHBiInMCcuAScmMSY0NzgBMQcyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBAgASGRkSEhkZEv60DSMNEhMuEhMNDQwkDBMTLRMTDAwCmAwMExMtExMMJAwNDRMSLhMSDSMN/N8ZERsbQBobEhkZEhsaQBsbERkCqhkSGxpAGxsRGRkRGxtAGhsSGf6UDQ0TEi4TEg0jDQwMExMtExMMJAwBLgwkDBMTLRMTDAwNIw0SEy4SEw0NlxIZGRISGRkSA5UZERsbQBobEhkZEhsaQBsbERmJDAwTEy0TEwwkDA0NExIuExINIw0NIw0SEy4SEw0NDCQMExMtExMMDP60EhkZEhIZGRISGRkSEhkZEpcMJAwTEy0TEwwMDSMNEhMuEhMNDQ0NExIuExINIw0MDBMTLRMTDCQMPhkSGxpAGxsRGRkRGxtAGhsSGQAFAAD/wAPVA8AAHgA+AFQAaQCHAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElNDYzOAExMhYVFAYjOAExIiY1OAExITQ2MzgBMTIWFRQGIzgBMSImNTgBATQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQEqGRISGRkSEhkBABkSEhkZEhIZ/tYZETY1gDU2ERkZETY1gDU2ERkDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhgBIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSAAAAAAMAAP/AA9UDwAAeAD4AVAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExBTIxMjY1NCYjMCsBIjEiBhUUFjMwMwIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUCAIARGRkRgFaAERkZEYADQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhKxkSEhkZEhIZAAAEAAD/wAPVA8AAHgA+AFwAegAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExJTIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAExMzIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQGAERkZERIZGRKqEhkZEhEZGREDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhqxkSKChgKCgSGRkSKChgKCgSGRkSKChgKCgSGRkSKChgKCgSGQAAAwAA/8AD1QPAABcALwBPAAATDgEVFBceARcWMzI2NzAnLgEnJjE4ATE3MBceARcWMT4BNTQnLgEnJiMiBgc4ATEDNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMdQnLR4eaUZFUER6MlVUylVUPFVUylVUJy0eHmlGRVBEejLlJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlArAyekRQRUZpHh4tJ1RVylRVPFRVylRVMnpEUEVGaR4eLSf+1GFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYQAAAAUAAP/AA9UDwAAcADgARwBWAJcAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJiUiBhUUFjMxMjY1NCYjMSEiBhUUFjMxMjY1NCYjMQU2FhczMBQXHgEXHgEXHgEzMjY3PgE3PgE3NjQxMz4BFx4BDwEwBgcOAQcOAQcOASMiJicuAScuAScuATEnJjY3AgBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmH+gB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHgEAEhkZEhIZGRIBABIZGRISGRkS/rwOIwoBAQEDAwUOCRIzHx8zEgkOBQMDAQEBCiMODgUKAgIBAQYDBxQNGUwxMUwZDRQHAwYBAQICCgUOA5UlJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCX+K1BFRmkeHh4eaUZFUFBFRmkeHh4eaUZF+xkSEhkZEhIZGRISGRkSEhneCgUOAQEBBAIFDQYOFRUOBg0FAgQBAQEOBQoLIw4CAgEDBgMHEgoSICASChIHAwYDAQICDiMLAAAAAAMAAP/AA7IDwABKAIwAoQAAEzQ2MzAzOgEzMjEyFhcwFx4BFxYxHgEVFAYHOAExMAcOAQcGMTgBMQ4BBw4BIyImJy4BJzgBMTAnLgEnJjEuATUwNTwBNTQxOAExFzAVHAEVFDEwFx4BFxYxOAExHgEXHgEzMjY3PgE3MDc+ATc2MTgBMT4BNTQmJzgBMTAnLgEnJjEwIyoBIyIxOAExFzQ2MzgBMTIWFRQGIzgBMSImNTgBKxkRQ0OgQkMIEAY5Ook5OhITExIwMHMvMAkVDAsZDQwZDAsVCTo5iTo5BgZVNziEODcDBwQECAQECQQDBwMwMHMvMAYHBwY3N4U3ODk5ijk5gBkSEhkZEhIZA2sRGQYGOTqJOToSLxkZLxIwMHMvMAkOBQUFBQUFDgk5OYk6OQYQCENCoENDKzk5ijk5ODeEODcDBQECAQECAQUDMDByMDAGEAgIEAY3OIQ4N6sSGRkSERkZEQAAAAADAAD/wAPVA8AAHgA+AHIAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMSU2MhcwFjEwNjE2MhcWFAcwBjEwFjEWFAcGIicwJjEwBjEGIicmNDcwNjEwJjEmNDc4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlATcMJAxiYgwkDA0NYmINDQwkDGJiDCQMDQ1iYg0NA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYZ4NDWJiDQ0MJAxiYgwkDA0NYmINDQwkDGJiDCQMAAEAAAAAAADbEvn/Xw889QALBAAAAAAA4gRODQAAAADiBE4NAAD/wAPVA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA9UAAQAAAAAAAAAAAAAAAAAAABUEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeAK4BTgH2AogDOgQGBH4FRAXkBvgHnggSCKoJGAnwCqYLOgABAAAAFQDuAAgAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==);
  src:  url(data:application/vnd.ms-fontobject;base64,NBsAAJAaAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA//kS2wAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGHgAAALwAAABgY21hcBdW0pcAAAEcAAAAVGdhc3AAAAAQAAABcAAAAAhnbHlmSRo8IQAAAXgAABZ0aGVhZCb74JcAABfsAAAANmhoZWEHlwPWAAAYJAAAACRobXR4SgAAAAAAGEgAAABUbG9jYTAQNcYAABicAAAALG1heHAAHgDwAAAYyAAAACBuYW1lmUoJ+wAAGOgAAAGGcG9zdAADAAAAABpwAAAAIAADA+QBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkQA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABAA4AAAACgAIAAIAAgABACDpEP/9//8AAAAAACDpAP/9//8AAf/jFwQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAQAAP/AA9UDwAAeAD4AWwBxAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4AQM0NjM4ATEyFhUUBiM4ATEiJjU4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlAdUSGRkSEhkZEisZEhIZGRISGQNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmHVGREbG0AaGxIZGRIbGkAbGxEZ/oASGRkSERkZEQAAAAIAAP/AA9UDwABFAHMAAAEuAQcOAQcOAQcGFhceARceATc+ATc+ATUwNDE0NjMyFhUwFDEUBgcOAQcGJicuAScuATc+ATc+ATc2FhceAQcOASc4ATElFhQHMAcOAQcGMQ4BIyImJzAnLgEnJjEmNDc2MhcwFjEwNz4BNzYxNjIXOAExApw4fD08aygoLwQEHyIiYTo6fDw7ZiYlJxkSERkwLS58SUmXSEd2KikmBQU5MTKCSkqXRRANBwghEAEtDAxDQqBDQwYPCQgQBhQUMBQUDQ0MJAxiPj6VPj0NIw0DHxkMDQ5ALy90PT55NDRNFhUFEhJHMTJ2PicSGRkSJ0yQPT1WFhUFGhpfQD+TTEyMOjpOEREPHwchEBEMBxUNIw1DQqBDQwYGBgYUFDAUFA0jDA0NYT4+lD4+DQwAAAAAAwAA/8ADgAPAAEMAhwCeAAABNDYzMDM6ATMyMTIWFTAyMTIWFx4BFTAVHAEVFDEUBgcOASMwIyoBIyIxIiYnLgE1MDU8ATU0MTQ2Nz4BMzAyMTgBMRUwIjEiBgcOARUwFRwBFRQxFBYXHgEzMDM6ATMyMTI2Nz4BNTA1PAE1NDE0JicuASMwIjEUBiMwIyoBIyIxIiY1OAExITAjKgEjIjEwNDEwMzoBMzIxMBQxOAEBKzIjKChgKCgjMisZMBISExMSEjAZUFDAUFAZMBISExMSEjAZKysIEAYGBwcGBhAIUFDAUFAIEAYGBwcGBhAIKzIjKChgKCgjMgFVKChgKCgoKGAoKANAIzIyIxMSEjAZXV7gXV0aLxISExMSEi8aXV3gXl0ZMBISE1UHBgYQCF1e4F1dCRAGBgYGBgYQCV1d4F5dCBAGBgckMjIkVVUAAwAA/8AD1QPAAB4APgBtAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATEBMhYVMBUcARUUMTAXHgEXFjEeAQcOAScwJy4BJyYxLgE1MDU8ATU0MTQ2MzgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUB1RIZFxc3FxcQCwgIIg8bG0AaGwsNGRIDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhASsZEiQkViQkCwwbDAsIIg8QCwgNDSAODQUVDCgoYCgoEhkAAAMAAP/AA6sDwAAsAG0AigAAASIGBzAHDgEHBjEwBjEwNjEwNz4BNzYxPgE3PgE1NCYnLgEnLgEnLgEjOAExJz4BMzIWFx4BFx4BFx4BFRQGBw4BBzAHDgEHBjEOAQcwBw4BBwYxBiYnLgE3MDc+ATc2MT4BNzA3PgE3NjE4ATEDNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4AQMAChEHUlLFUlIWWlJSxVJSAwUCAgICAgIFAwQHBQQJBV4TMRoNGgwMFgkJDwUFBQUFBQ8JU1PIVFMECgYbGkAbGwsVCAgGAwYHEAcGAgUEVFPIU1TNGRI8PJA8PBIZGRI8PJA8PBIZAxoHB1JSxFJSWxdSUsVSUgMIBAUJBQQKBAQIAwQFAgICLhMUBQUFDwkJFgwMGg0NGgwMFgpTU8hUUwQGAQcGEAcHAgYHCBYLGxpAGxsFCgRUU8hTVP0iERkZERIZGRIABQAA/8AD1QPAABsANwBEAFEAjAAABSInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBicyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYDMjY1NCYjIgYVFBYzITI2NTQmIyIGFRQWMxMGJicjMDQnLgEnLgEnLgEjIgYHDgEHDgEHBhQxIw4BJy4BPwE+ATc+ATc+ATMyFhceARceAR8BFgYHAgBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmFQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRTASGRkSEhkZEgEAEhkZEhIZGRJEDiMKAQEBAwMFDgkSMx8fMxIJDgUDAwEBAQojDg4FCgUBBgMHFA0ZTDExTBkNFAcDBgEFCgUOFSUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJVUeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh4B1RkSEhkZEhIZGRISGRkSEhn+3goFDgEBAQQCBQ0GDhUVDgYNBQIEAQEBDgUKCyMOBQMGAwcSChIgIBIKEgcDBgMFDiMLAAAAAgAA/8AD1QPAAEQATwAAASYGBwYWFxYXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3Njc+AScuAQcGBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYnJyIVERQzMjURNCMC4xElCgkLES0jJDMNDR0eZUVETk5ERWUeHQwNMCEiKxAKCgomETUqKzsQDyUkgFVWYWFWVYAkJRARPy0tOPhAQEBAA2UJCxERJgkZJCRWMTE0TkVGZx4dHR5nRkVOMzAvVSMjGQsmERAKCiAsLWk8Oz9iVleBJSUlJYFXVmJBPT5rLSwgMDH+DjIyAfIxAAAABAAA/8AD1QPAABwAOAB4AIYAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJiUmBgcOAQcOAScuATc+ATc+ARceARceARUUBgcOAQcOAQciBiMHBiYnJjY3MzA2Mz4BNz4BNz4BNTE0JicuAScDIgYVFBYzMTI2NTQmIwIAYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZh/oAeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh4Biw8eDQ0TBQYgEBEPBgomGho8HR41ExQUORoOGgoFCQMBAwECER8GBQ8RAQIBAgYECBQKFhcKCgoaDwsSGRkSEhkZEgOVJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQl/itQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRfoCBQgIFw4RDwYGHxEdLhAPCwUFHhgXOB8xQREJDgUCAwIBAQYQEREfBgEBAwEECgcPHg8QHAsMDwP+qxkREhkZEhEZAAAABgAA/8ADqwPAABUAMwBJAGcAfQCbAAATNDYzOAExMhYVFAYjOAExIiY1OAExMzQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExAzQ2MzgBMTIWFRQGIzgBMSImNTgBMTM0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMQM0NjM4ATEyFhUUBiM4ATEiJjU4ATEzNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATFVGRISGRkSEhnWGRFXV9BWVxIZGRJXVtBXVxEZ1hkSEhkZEhIZ1hkRV1fQVlcSGRkSV1bQV1cRGdYZEhIZGRISGdYZEVdX0FZXEhkZEldW0FdXERkCwBIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSEhkZEhIZGRIAAAAIAAD/wAPVA8AAHQA7AFkAdwCUALIA0ADtAAABMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4ATEFNjIXMBceARcWMRYUBwYiJzAnLgEnJjEmNDc4ATEhFhQHMAcOAQcGMQYiJyY0NzA3PgE3NjE2Mhc4ATEBNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATEhNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4AQUWFAcwBw4BBwYxBiInJjQ3MDc+ATc2MTYyFzgBMSE2MhcwFx4BFxYxFhQHBiInMCcuAScmMSY0NzgBMQcyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBAgASGRkSEhkZEv60DSMNEhMuEhMNDQwkDBMTLRMTDAwCmAwMExMtExMMJAwNDRMSLhMSDSMN/N8ZERsbQBobEhkZEhsaQBsbERkCqhkSGxpAGxsRGRkRGxtAGhsSGf6UDQ0TEi4TEg0jDQwMExMtExMMJAwBLgwkDBMTLRMTDAwNIw0SEy4SEw0NlxIZGRISGRkSA5UZERsbQBobEhkZEhsaQBsbERmJDAwTEy0TEwwkDA0NExIuExINIw0NIw0SEy4SEw0NDCQMExMtExMMDP60EhkZEhIZGRISGRkSEhkZEpcMJAwTEy0TEwwMDSMNEhMuEhMNDQ0NExIuExINIw0MDBMTLRMTDCQMPhkSGxpAGxsRGRkRGxtAGhsSGQAFAAD/wAPVA8AAHgA+AFQAaQCHAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElNDYzOAExMhYVFAYjOAExIiY1OAExITQ2MzgBMTIWFRQGIzgBMSImNTgBATQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQEqGRISGRkSEhkBABkSEhkZEhIZ/tYZETY1gDU2ERkZETY1gDU2ERkDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhgBIZGRISGRkSEhkZEhIZGRL/ABIZGRISGRkSAAAAAAMAAP/AA9UDwAAeAD4AVAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExBTIxMjY1NCYjMCsBIjEiBhUUFjMwMwIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUCAIARGRkRgFaAERkZEYADQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhKxkSEhkZEhIZAAAEAAD/wAPVA8AAHgA+AFwAegAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExJTIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAExMzIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQGAERkZERIZGRKqEhkZEhEZGREDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhqxkSKChgKCgSGRkSKChgKCgSGRkSKChgKCgSGRkSKChgKCgSGQAAAwAA/8AD1QPAABcALwBPAAATDgEVFBceARcWMzI2NzAnLgEnJjE4ATE3MBceARcWMT4BNTQnLgEnJiMiBgc4ATEDNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMdQnLR4eaUZFUER6MlVUylVUPFVUylVUJy0eHmlGRVBEejLlJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlArAyekRQRUZpHh4tJ1RVylRVPFRVylRVMnpEUEVGaR4eLSf+1GFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYQAAAAUAAP/AA9UDwAAcADgARwBWAJcAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJiUiBhUUFjMxMjY1NCYjMSEiBhUUFjMxMjY1NCYjMQU2FhczMBQXHgEXHgEXHgEzMjY3PgE3PgE3NjQxMz4BFx4BDwEwBgcOAQcOAQcOASMiJicuAScuAScuATEnJjY3AgBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmH+gB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHgEAEhkZEhIZGRIBABIZGRISGRkS/rwOIwoBAQEDAwUOCRIzHx8zEgkOBQMDAQEBCiMODgUKAgIBAQYDBxQNGUwxMUwZDRQHAwYBAQICCgUOA5UlJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCX+K1BFRmkeHh4eaUZFUFBFRmkeHh4eaUZF+xkSEhkZEhIZGRISGRkSEhneCgUOAQEBBAIFDQYOFRUOBg0FAgQBAQEOBQoLIw4CAgEDBgMHEgoSICASChIHAwYDAQICDiMLAAAAAAMAAP/AA7IDwABKAIwAoQAAEzQ2MzAzOgEzMjEyFhcwFx4BFxYxHgEVFAYHOAExMAcOAQcGMTgBMQ4BBw4BIyImJy4BJzgBMTAnLgEnJjEuATUwNTwBNTQxOAExFzAVHAEVFDEwFx4BFxYxOAExHgEXHgEzMjY3PgE3MDc+ATc2MTgBMT4BNTQmJzgBMTAnLgEnJjEwIyoBIyIxOAExFzQ2MzgBMTIWFRQGIzgBMSImNTgBKxkRQ0OgQkMIEAY5Ook5OhITExIwMHMvMAkVDAsZDQwZDAsVCTo5iTo5BgZVNziEODcDBwQECAQECQQDBwMwMHMvMAYHBwY3N4U3ODk5ijk5gBkSEhkZEhIZA2sRGQYGOTqJOToSLxkZLxIwMHMvMAkOBQUFBQUFDgk5OYk6OQYQCENCoENDKzk5ijk5ODeEODcDBQECAQECAQUDMDByMDAGEAgIEAY3OIQ4N6sSGRkSERkZEQAAAAADAAD/wAPVA8AAHgA+AHIAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMSU2MhcwFjEwNjE2MhcWFAcwBjEwFjEWFAcGIicwJjEwBjEGIicmNDcwNjEwJjEmNDc4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlATcMJAxiYgwkDA0NYmINDQwkDGJiDCQMDQ1iYg0NA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYZ4NDWJiDQ0MJAxiYgwkDA0NYmINDQwkDGJiDCQMAAEAAAAAAADbEvn/Xw889QALBAAAAAAA4gRODQAAAADiBE4NAAD/wAPVA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA9UAAQAAAAAAAAAAAAAAAAAAABUEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeAK4BTgH2AogDOgQGBH4FRAXkBvgHnggSCKoJGAnwCqYLOgABAAAAFQDuAAgAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==#iefix) format('embedded-opentype'),
    url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg8SBh4AAAC8AAAAYGNtYXAXVtKXAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZkkaPCEAAAF4AAAWdGhlYWQm++CXAAAX7AAAADZoaGVhB5cD1gAAGCQAAAAkaG10eEoAAAAAABhIAAAAVGxvY2EwEDXGAAAYnAAAACxtYXhwAB4A8AAAGMgAAAAgbmFtZZlKCfsAABjoAAABhnBvc3QAAwAAAAAacAAAACAAAwPkAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpEAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6RD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAAEAAD/wAPVA8AAHgA+AFsAcQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExJTIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAEDNDYzOAExMhYVFAYjOAExIiY1OAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQHVEhkZEhIZGRIrGRISGRkSEhkDQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZh1RkRGxtAGhsSGRkSGxpAGxsRGf6AEhkZEhEZGREAAAACAAD/wAPVA8AARQBzAAABLgEHDgEHDgEHBhYXHgEXHgE3PgE3PgE1MDQxNDYzMhYVMBQxFAYHDgEHBiYnLgEnLgE3PgE3PgE3NhYXHgEHDgEnOAExJRYUBzAHDgEHBjEOASMiJicwJy4BJyYxJjQ3NjIXMBYxMDc+ATc2MTYyFzgBMQKcOHw9PGsoKC8EBB8iImE6Onw8O2YmJScZEhEZMC0ufElJl0hHdiopJgUFOTEygkpKl0UQDQcIIRABLQwMQ0KgQ0MGDwkIEAYUFDAUFA0NDCQMYj4+lT49DSMNAx8ZDA0OQC8vdD0+eTQ0TRYVBRISRzEydj4nEhkZEidMkD09VhYVBRoaX0A/k0xMjDo6ThERDx8HIRARDAcVDSMNQ0KgQ0MGBgYGFBQwFBQNIwwNDWE+PpQ+Pg0MAAAAAAMAAP/AA4ADwABDAIcAngAAATQ2MzAzOgEzMjEyFhUwMjEyFhceARUwFRwBFRQxFAYHDgEjMCMqASMiMSImJy4BNTA1PAE1NDE0Njc+ATMwMjE4ATEVMCIxIgYHDgEVMBUcARUUMRQWFx4BMzAzOgEzMjEyNjc+ATUwNTwBNTQxNCYnLgEjMCIxFAYjMCMqASMiMSImNTgBMSEwIyoBIyIxMDQxMDM6ATMyMTAUMTgBASsyIygoYCgoIzIrGTASEhMTEhIwGVBQwFBQGTASEhMTEhIwGSsrCBAGBgcHBgYQCFBQwFBQCBAGBgcHBgYQCCsyIygoYCgoIzIBVSgoYCgoKChgKCgDQCMyMiMTEhIwGV1e4F1dGi8SEhMTEhIvGl1d4F5dGTASEhNVBwYGEAhdXuBdXQkQBgYGBgYGEAldXeBeXQgQBgYHJDIyJFVVAAMAAP/AA9UDwAAeAD4AbQAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExATIWFTAVHAEVFDEwFx4BFxYxHgEHDgEnMCcuAScmMS4BNTA1PAE1NDE0NjM4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlAdUSGRcXNxcXEAsICCIPGxtAGhsLDRkSA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYQErGRIkJFYkJAsMGwwLCCIPEAsIDQ0gDg0FFQwoKGAoKBIZAAADAAD/wAOrA8AALABtAIoAAAEiBgcwBw4BBwYxMAYxMDYxMDc+ATc2MT4BNz4BNTQmJy4BJy4BJy4BIzgBMSc+ATMyFhceARceARceARUUBgcOAQcwBw4BBwYxDgEHMAcOAQcGMQYmJy4BNzA3PgE3NjE+ATcwNz4BNzYxOAExAzQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAEDAAoRB1JSxVJSFlpSUsVSUgMFAgICAgICBQMEBwUECQVeEzEaDRoMDBYJCQ8FBQUFBQUPCVNTyFRTBAoGGxpAGxsLFQgIBgMGBxAHBgIFBFRTyFNUzRkSPDyQPDwSGRkSPDyQPDwSGQMaBwdSUsRSUlsXUlLFUlIDCAQFCQUECgQECAMEBQICAi4TFAUFBQ8JCRYMDBoNDRoMDBYKU1PIVFMEBgEHBhAHBwIGBwgWCxsaQBsbBQoEVFPIU1T9IhEZGRESGRkSAAUAAP/AA9UDwAAbADcARABRAIwAAAUiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYnMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWAzI2NTQmIyIGFRQWMyEyNjU0JiMiBhUUFjMTBiYnIzA0Jy4BJy4BJy4BIyIGBw4BBw4BBwYUMSMOAScuAT8BPgE3PgE3PgEzMhYXHgEXHgEfARYGBwIAYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkUwEhkZEhIZGRIBABIZGRISGRkSRA4jCgEBAQMDBQ4JEjMfHzMSCQ4FAwMBAQEKIw4OBQoFAQYDBxQNGUwxMUwZDRQHAwYBBQoFDhUlJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCVVHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAdUZEhIZGRISGRkSEhkZEhIZ/t4KBQ4BAQEEAgUNBg4VFQ4GDQUCBAEBAQ4FCgsjDgUDBgMHEgoSICASChIHAwYDBQ4jCwAAAAIAAP/AA9UDwABEAE8AAAEmBgcGFhcWFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzY3PgEnLgEHBgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmJyciFREUMzI1ETQjAuMRJQoJCxEtIyQzDQ0dHmVFRE5OREVlHh0MDTAhIisQCgoKJhE1Kis7EA8lJIBVVmFhVlWAJCUQET8tLTj4QEBAQANlCQsRESYJGSQkVjExNE5FRmceHR0eZ0ZFTjMwL1UjIxkLJhEQCgogLC1pPDs/YlZXgSUlJSWBV1ZiQT0+ay0sIDAx/g4yMgHyMQAAAAQAAP/AA9UDwAAcADgAeACGAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIwE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyYlJgYHDgEHDgEnLgE3PgE3PgEXHgEXHgEVFAYHDgEHDgEHIgYjBwYmJyY2NzMwNjM+ATc+ATc+ATUxNCYnLgEnAyIGFRQWMzEyNjU0JiMCAGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYf6AHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAYsPHg0NEwUGIBARDwYKJhoaPB0eNRMUFDkaDhoKBQkDAQMBAhEfBgUPEQECAQIGBAgUChYXCgoKGg8LEhkZEhIZGRIDlSUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJf4rUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkX6AgUICBcOEQ8GBh8RHS4QDwsFBR4YFzgfMUERCQ4FAgMCAQEGEBERHwYBAQMBBAoHDx4PEBwLDA8D/qsZERIZGRIRGQAAAAYAAP/AA6sDwAAVADMASQBnAH0AmwAAEzQ2MzgBMTIWFRQGIzgBMSImNTgBMTM0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMQM0NjM4ATEyFhUUBiM4ATEiJjU4ATEzNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATEDNDYzOAExMhYVFAYjOAExIiY1OAExMzQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExVRkSEhkZEhIZ1hkRV1fQVlcSGRkSV1bQV1cRGdYZEhIZGRISGdYZEVdX0FZXEhkZEldW0FdXERnWGRISGRkSEhnWGRFXV9BWVxIZGRJXVtBXVxEZAsASGRkSEhkZEhIZGRISGRkS/wASGRkSEhkZEhIZGRISGRkS/wASGRkSEhkZEhIZGRISGRkSAAAACAAA/8AD1QPAAB0AOwBZAHcAlACyANAA7QAAATIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAExBTYyFzAXHgEXFjEWFAcGIicwJy4BJyYxJjQ3OAExIRYUBzAHDgEHBjEGIicmNDcwNz4BNzYxNjIXOAExATQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExITQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAEFFhQHMAcOAQcGMQYiJyY0NzA3PgE3NjE2Mhc4ATEhNjIXMBceARcWMRYUBwYiJzAnLgEnJjEmNDc4ATEHMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4AQIAEhkZEhIZGRL+tA0jDRITLhITDQ0MJAwTEy0TEwwMApgMDBMTLRMTDCQMDQ0TEi4TEg0jDfzfGREbG0AaGxIZGRIbGkAbGxEZAqoZEhsaQBsbERkZERsbQBobEhn+lA0NExIuExINIw0MDBMTLRMTDCQMAS4MJAwTEy0TEwwMDSMNEhMuEhMNDZcSGRkSEhkZEgOVGREbG0AaGxIZGRIbGkAbGxEZiQwMExMtExMMJAwNDRMSLhMSDSMNDSMNEhMuEhMNDQwkDBMTLRMTDAz+tBIZGRISGRkSEhkZEhIZGRKXDCQMExMtExMMDA0jDRITLhITDQ0NDRMSLhMSDSMNDAwTEy0TEwwkDD4ZEhsaQBsbERkZERsbQBobEhkABQAA/8AD1QPAAB4APgBUAGkAhwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExJTQ2MzgBMTIWFRQGIzgBMSImNTgBMSE0NjM4ATEyFhUUBiM4ATEiJjU4AQE0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUBKhkSEhkZEhIZAQAZEhIZGRISGf7WGRE2NYA1NhEZGRE2NYA1NhEZA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYYASGRkSEhkZEhIZGRISGRkS/wASGRkSEhkZEgAAAAADAAD/wAPVA8AAHgA+AFQAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMQUyMTI2NTQmIzArASIxIgYVFBYzMDMCAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlAgCAERkZEYBWgBEZGRGAA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYSsZEhIZGRISGQAABAAA/8AD1QPAAB4APgBcAHoAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMSUyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBMTMyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUBgBEZGRESGRkSqhIZGRIRGRkRA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYasZEigoYCgoEhkZEigoYCgoEhkZEigoYCgoEhkZEigoYCgoEhkAAAMAAP/AA9UDwAAXAC8ATwAAEw4BFRQXHgEXFjMyNjcwJy4BJyYxOAExNzAXHgEXFjE+ATU0Jy4BJyYjIgYHOAExAzQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATHUJy0eHmlGRVBEejJVVMpVVDxVVMpVVCctHh5pRkVQRHoy5SUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQKwMnpEUEVGaR4eLSdUVcpUVTxUVcpUVTJ6RFBFRmkeHi0n/tRhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmEAAAAFAAD/wAPVA8AAHAA4AEcAVgCXAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIwE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyYlIgYVFBYzMTI2NTQmIzEhIgYVFBYzMTI2NTQmIzEFNhYXMzAUFx4BFx4BFx4BMzI2Nz4BNz4BNzY0MTM+ARceAQ8BMAYHDgEHDgEHDgEjIiYnLgEnLgEnLgExJyY2NwIAYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZh/oAeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh4BABIZGRISGRkSAQASGRkSEhkZEv68DiMKAQEBAwMFDgkSMx8fMxIJDgUDAwEBAQojDg4FCgICAQEGAwcUDRlMMTFMGQ0UBwMGAQECAgoFDgOVJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQl/itQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRfsZEhIZGRISGRkSEhkZEhIZ3goFDgEBAQQCBQ0GDhUVDgYNBQIEAQEBDgUKCyMOAgIBAwYDBxIKEiAgEgoSBwMGAwECAg4jCwAAAAADAAD/wAOyA8AASgCMAKEAABM0NjMwMzoBMzIxMhYXMBceARcWMR4BFRQGBzgBMTAHDgEHBjE4ATEOAQcOASMiJicuASc4ATEwJy4BJyYxLgE1MDU8ATU0MTgBMRcwFRwBFRQxMBceARcWMTgBMR4BFx4BMzI2Nz4BNzA3PgE3NjE4ATE+ATU0Jic4ATEwJy4BJyYxMCMqASMiMTgBMRc0NjM4ATEyFhUUBiM4ATEiJjU4ASsZEUNDoEJDCBAGOTqJOToSExMSMDBzLzAJFQwLGQ0MGQwLFQk6OYk6OQYGVTc4hDg3AwcEBAgEBAkEAwcDMDBzLzAGBwcGNzeFNzg5OYo5OYAZEhIZGRISGQNrERkGBjk6iTk6Ei8ZGS8SMDBzLzAJDgUFBQUFBQ4JOTmJOjkGEAhDQqBDQys5OYo5OTg3hDg3AwUBAgEBAgEFAzAwcjAwBhAICBAGNziEODerEhkZEhEZGREAAAAAAwAA/8AD1QPAAB4APgByAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElNjIXMBYxMDYxNjIXFhQHMAYxMBYxFhQHBiInMCYxMAYxBiInJjQ3MDYxMCYxJjQ3OAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQE3DCQMYmIMJAwNDWJiDQ0MJAxiYgwkDA0NYmINDQNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmGeDQ1iYg0NDCQMYmIMJAwNDWJiDQ0MJAxiYgwkDAABAAAAAAAA2xL5/18PPPUACwQAAAAAAOIETg0AAAAA4gRODQAA/8AD1QPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPVAAEAAAAAAAAAAAAAAAAAAAAVBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAAAKABQAHgCuAU4B9gKIAzoEBgR+BUQF5Ab4B54IEgiqCRgJ8AqmCzoAAQAAABUA7gAIAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),
    url(data:application/font-woff;base64,d09GRgABAAAAABrcAAsAAAAAGpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGHmNtYXAAAAFoAAAAVAAAAFQXVtKXZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAFnQAABZ0SRo8IWhlYWQAABg4AAAANgAAADYm++CXaGhlYQAAGHAAAAAkAAAAJAeXA9ZobXR4AAAYlAAAAFQAAABUSgAAAGxvY2EAABjoAAAALAAAACwwEDXGbWF4cAAAGRQAAAAgAAAAIAAeAPBuYW1lAAAZNAAAAYYAAAGGmUoJ+3Bvc3QAABq8AAAAIAAAACAAAwAAAAMD5AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6RADwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkQ//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAABAAA/8AD1QPAAB4APgBbAHEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMSUyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBAzQ2MzgBMTIWFRQGIzgBMSImNTgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUB1RIZGRISGRkSKxkSEhkZEhIZA0AeHmlGRVBQRUZpHh4eHmlGRVBQRUZpHh7+gGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYdUZERsbQBobEhkZEhsaQBsbERn+gBIZGRIRGRkRAAAAAgAA/8AD1QPAAEUAcwAAAS4BBw4BBw4BBwYWFx4BFx4BNz4BNz4BNTA0MTQ2MzIWFTAUMRQGBw4BBwYmJy4BJy4BNz4BNz4BNzYWFx4BBw4BJzgBMSUWFAcwBw4BBwYxDgEjIiYnMCcuAScmMSY0NzYyFzAWMTA3PgE3NjE2Mhc4ATECnDh8PTxrKCgvBAQfIiJhOjp8PDtmJiUnGRIRGTAtLnxJSZdIR3YqKSYFBTkxMoJKSpdFEA0HCCEQAS0MDENCoENDBg8JCBAGFBQwFBQNDQwkDGI+PpU+PQ0jDQMfGQwNDkAvL3Q9Pnk0NE0WFQUSEkcxMnY+JxIZGRInTJA9PVYWFQUaGl9AP5NMTIw6Ok4REQ8fByEQEQwHFQ0jDUNCoENDBgYGBhQUMBQUDSMMDQ1hPj6UPj4NDAAAAAADAAD/wAOAA8AAQwCHAJ4AAAE0NjMwMzoBMzIxMhYVMDIxMhYXHgEVMBUcARUUMRQGBw4BIzAjKgEjIjEiJicuATUwNTwBNTQxNDY3PgEzMDIxOAExFTAiMSIGBw4BFTAVHAEVFDEUFhceATMwMzoBMzIxMjY3PgE1MDU8ATU0MTQmJy4BIzAiMRQGIzAjKgEjIjEiJjU4ATEhMCMqASMiMTA0MTAzOgEzMjEwFDE4AQErMiMoKGAoKCMyKxkwEhITExISMBlQUMBQUBkwEhITExISMBkrKwgQBgYHBwYGEAhQUMBQUAgQBgYHBwYGEAgrMiMoKGAoKCMyAVUoKGAoKCgoYCgoA0AjMjIjExISMBldXuBdXRovEhITExISLxpdXeBeXRkwEhITVQcGBhAIXV7gXV0JEAYGBgYGBhAJXV3gXl0IEAYGByQyMiRVVQADAAD/wAPVA8AAHgA+AG0AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMQEyFhUwFRwBFRQxMBceARcWMR4BBw4BJzAnLgEnJjEuATUwNTwBNTQxNDYzOAExAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQHVEhkXFzcXFxALCAgiDxsbQBobCw0ZEgNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmEBKxkSJCRWJCQLDBsMCwgiDxALCA0NIA4NBRUMKChgKCgSGQAAAwAA/8ADqwPAACwAbQCKAAABIgYHMAcOAQcGMTAGMTA2MTA3PgE3NjE+ATc+ATU0JicuAScuAScuASM4ATEnPgEzMhYXHgEXHgEXHgEVFAYHDgEHMAcOAQcGMQ4BBzAHDgEHBjEGJicuATcwNz4BNzYxPgE3MDc+ATc2MTgBMQM0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBAwAKEQdSUsVSUhZaUlLFUlIDBQICAgICAgUDBAcFBAkFXhMxGg0aDAwWCQkPBQUFBQUFDwlTU8hUUwQKBhsaQBsbCxUICAYDBgcQBwYCBQRUU8hTVM0ZEjw8kDw8EhkZEjw8kDw8EhkDGgcHUlLEUlJbF1JSxVJSAwgEBQkFBAoEBAgDBAUCAgIuExQFBQUPCQkWDAwaDQ0aDAwWClNTyFRTBAYBBwYQBwcCBgcIFgsbGkAbGwUKBFRTyFNU/SIRGRkREhkZEgAFAAD/wAPVA8AAGwA3AEQAUQCMAAAFIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGJzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgMyNjU0JiMiBhUUFjMhMjY1NCYjIgYVFBYzEwYmJyMwNCcuAScuAScuASMiBgcOAQcOAQcGFDEjDgEnLgE/AT4BNz4BNz4BMzIWFx4BFx4BHwEWBgcCAGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYVBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFMBIZGRISGRkSAQASGRkSEhkZEkQOIwoBAQEDAwUOCRIzHx8zEgkOBQMDAQEBCiMODgUKBQEGAwcUDRlMMTFMGQ0UBwMGAQUKBQ4VJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlVR4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHgHVGRISGRkSEhkZEhIZGRISGf7eCgUOAQEBBAIFDQYOFRUOBg0FAgQBAQEOBQoLIw4FAwYDBxIKEiAgEgoSBwMGAwUOIwsAAAACAAD/wAPVA8AARABPAAABJgYHBhYXFhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2Nz4BJy4BBwYHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJicnIhURFDMyNRE0IwLjESUKCQsRLSMkMw0NHR5lRUROTkRFZR4dDA0wISIrEAoKCiYRNSorOxAPJSSAVVZhYVZVgCQlEBE/LS04+EBAQEADZQkLEREmCRkkJFYxMTRORUZnHh0dHmdGRU4zMC9VIyMZCyYREAoKICwtaTw7P2JWV4ElJSUlgVdWYkE9PmstLCAwMf4OMjIB8jEAAAAEAAD/wAPVA8AAHAA4AHgAhgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmJSYGBw4BBw4BJy4BNz4BNz4BFx4BFx4BFRQGBw4BBw4BByIGIwcGJicmNjczMDYzPgE3PgE3PgE1MTQmJy4BJwMiBhUUFjMxMjY1NCYjAgBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmH+gB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHgGLDx4NDRMFBiAQEQ8GCiYaGjwdHjUTFBQ5Gg4aCgUJAwEDAQIRHwYFDxEBAgECBgQIFAoWFwoKChoPCxIZGRISGRkSA5UlJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCX+K1BFRmkeHh4eaUZFUFBFRmkeHh4eaUZF+gIFCAgXDhEPBgYfER0uEA8LBQUeGBc4HzFBEQkOBQIDAgEBBhARER8GAQEDAQQKBw8eDxAcCwwPA/6rGRESGRkSERkAAAAGAAD/wAOrA8AAFQAzAEkAZwB9AJsAABM0NjM4ATEyFhUUBiM4ATEiJjU4ATEzNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATEDNDYzOAExMhYVFAYjOAExIiY1OAExMzQ2MzAzOgEzMjEyFhUUBiMwIyoBIyIxIiY1OAExAzQ2MzgBMTIWFRQGIzgBMSImNTgBMTM0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMVUZEhIZGRISGdYZEVdX0FZXEhkZEldW0FdXERnWGRISGRkSEhnWGRFXV9BWVxIZGRJXVtBXVxEZ1hkSEhkZEhIZ1hkRV1fQVlcSGRkSV1bQV1cRGQLAEhkZEhIZGRISGRkSEhkZEv8AEhkZEhIZGRISGRkSEhkZEv8AEhkZEhIZGRISGRkSEhkZEgAAAAgAAP/AA9UDwAAdADsAWQB3AJQAsgDQAO0AAAEyFhUwFRwBFRQxFAYjIiY1MDU8ATU0MTQ2MzgBMQU2MhcwFx4BFxYxFhQHBiInMCcuAScmMSY0NzgBMSEWFAcwBw4BBwYxBiInJjQ3MDc+ATc2MTYyFzgBMQE0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBMSE0NjMwMzoBMzIxMhYVFAYjMCMqASMiMSImNTgBBRYUBzAHDgEHBjEGIicmNDcwNz4BNzYxNjIXOAExITYyFzAXHgEXFjEWFAcGIicwJy4BJyYxJjQ3OAExBzIWFTAVHAEVFDEUBiMiJjUwNTwBNTQxNDYzOAECABIZGRISGRkS/rQNIw0SEy4SEw0NDCQMExMtExMMDAKYDAwTEy0TEwwkDA0NExIuExINIw383xkRGxtAGhsSGRkSGxpAGxsRGQKqGRIbGkAbGxEZGREbG0AaGxIZ/pQNDRMSLhMSDSMNDAwTEy0TEwwkDAEuDCQMExMtExMMDA0jDRITLhITDQ2XEhkZEhIZGRIDlRkRGxtAGhsSGRkSGxpAGxsRGYkMDBMTLRMTDCQMDQ0TEi4TEg0jDQ0jDRITLhITDQ0MJAwTEy0TEwwM/rQSGRkSEhkZEhIZGRISGRkSlwwkDBMTLRMTDAwNIw0SEy4SEw0NDQ0TEi4TEg0jDQwMExMtExMMJAw+GRIbGkAbGxEZGREbG0AaGxIZAAUAAP/AA9UDwAAeAD4AVABpAIcAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjOAEBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmNTgBMSU0NjM4ATEyFhUUBiM4ATEiJjU4ATEhNDYzOAExMhYVFAYjOAExIiY1OAEBNDYzMDM6ATMyMTIWFRQGIzAjKgEjIjEiJjU4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlASoZEhIZGRISGQEAGRISGRkSEhn+1hkRNjWANTYRGRkRNjWANTYRGQNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmGAEhkZEhIZGRISGRkSEhkZEv8AEhkZEhIZGRIAAAAAAwAA/8AD1QPAAB4APgBUAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATEFMjEyNjU0JiMwKwEiMSIGFRQWMzAzAgBQRUZpHh4eHmlGRVBQRUZpHh4eHmlGRVD+KyUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJQIAgBEZGRGAVoARGRkRgANAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmErGRISGRkSEhkAAAQAAP/AA9UDwAAeAD4AXAB6AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIzgBATQ3PgE3NjMyFx4BFxYVFAcOAQcGIyInLgEnJjU4ATElMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4ATEzMhYVMBUcARUUMRQGIyImNTA1PAE1NDE0NjM4ATECAFBFRmkeHh4eaUZFUFBFRmkeHh4eaUZFUP4rJSSAVVZhYVZVgCQlJSSAVVZhYVZVgCQlAYARGRkREhkZEqoSGRkSERkZEQNAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4e/oBhVlWAJCUlJIBVVmFhVlWAJCUlJIBVVmGrGRIoKGAoKBIZGRIoKGAoKBIZGRIoKGAoKBIZGRIoKGAoKBIZAAADAAD/wAPVA8AAFwAvAE8AABMOARUUFx4BFxYzMjY3MCcuAScmMTgBMTcwFx4BFxYxPgE1NCcuAScmIyIGBzgBMQM0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAEx1CctHh5pRkVQRHoyVVTKVVQ8VVTKVVQnLR4eaUZFUER6MuUlJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUCsDJ6RFBFRmkeHi0nVFXKVFU8VFXKVFUyekRQRUZpHh4tJ/7UYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhAAAABQAA/8AD1QPAABwAOABHAFYAlwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMBNDc+ATc2MzIXHgEXFhUUBw4BBwYjIicuAScmJSIGFRQWMzEyNjU0JiMxISIGFRQWMzEyNjU0JiMxBTYWFzMwFBceARceARceATMyNjc+ATc+ATc2NDEzPgEXHgEPATAGBw4BBw4BBw4BIyImJy4BJy4BJy4BMScmNjcCAGFWVYAkJSUkgFVWYWFWVYAkJSUkgFVWYf6AHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAQASGRkSEhkZEgEAEhkZEhIZGRL+vA4jCgEBAQMDBQ4JEjMfHzMSCQ4FAwMBAQEKIw4OBQoCAgEBBgMHFA0ZTDExTBkNFAcDBgEBAgIKBQ4DlSUkgFVWYWFWVYAkJSUkgFVWYWFWVYAkJf4rUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkX7GRISGRkSEhkZEhIZGRISGd4KBQ4BAQEEAgUNBg4VFQ4GDQUCBAEBAQ4FCgsjDgICAQMGAwcSChIgIBIKEgcDBgMBAgIOIwsAAAAAAwAA/8ADsgPAAEoAjAChAAATNDYzMDM6ATMyMTIWFzAXHgEXFjEeARUUBgc4ATEwBw4BBwYxOAExDgEHDgEjIiYnLgEnOAExMCcuAScmMS4BNTA1PAE1NDE4ATEXMBUcARUUMTAXHgEXFjE4ATEeARceATMyNjc+ATcwNz4BNzYxOAExPgE1NCYnOAExMCcuAScmMTAjKgEjIjE4ATEXNDYzOAExMhYVFAYjOAExIiY1OAErGRFDQ6BCQwgQBjk6iTk6EhMTEjAwcy8wCRUMCxkNDBkMCxUJOjmJOjkGBlU3OIQ4NwMHBAQIBAQJBAMHAzAwcy8wBgcHBjc3hTc4OTmKOTmAGRISGRkSEhkDaxEZBgY5Ook5OhIvGRkvEjAwcy8wCQ4FBQUFBQUOCTk5iTo5BhAIQ0KgQ0MrOTmKOTk4N4Q4NwMFAQIBAQIBBQMwMHIwMAYQCAgQBjc4hDg3qxIZGRIRGRkRAAAAAAMAAP/AA9UDwAAeAD4AcgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiM4AQE0Nz4BNzYzMhceARcWFRQHDgEHBiMiJy4BJyY1OAExJTYyFzAWMTA2MTYyFxYUBzAGMTAWMRYUBwYiJzAmMTAGMQYiJyY0NzA2MTAmMSY0NzgBMQIAUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQ/islJIBVVmFhVlWAJCUlJIBVVmFhVlWAJCUBNwwkDGJiDCQMDQ1iYg0NDCQMYmIMJAwNDWJiDQ0DQB4eaUZFUFBFRmkeHh4eaUZFUFBFRmkeHv6AYVZVgCQlJSSAVVZhYVZVgCQlJSSAVVZhng0NYmINDQwkDGJiDCQMDQ1iYg0NDCQMYmIMJAwAAQAAAAAAANsS+f9fDzz1AAsEAAAAAADiBE4NAAAAAOIETg0AAP/AA9UDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD1QABAAAAAAAAAAAAAAAAAAAAFQQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAAACgAUAB4ArgFOAfYCiAM6BAYEfgVEBeQG+AeeCBIIqgkYCfAKpgs6AAEAAAAVAO4ACAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'),
    url(/static/img/icomoon.001009e.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-circle:before {
  content: "\E900";
  /* color: transparent; */
}
.icon-check-circle:before {
  content: "\E901";
  /* color: transparent; */
}
.icon-clipboard:before {
  content: "\E902";
  /* color: transparent; */
}
.icon-clock:before {
  content: "\E903";
  /* color: transparent; */
}
.icon-edit-3:before {
  content: "\E904";
  /* color: transparent; */
}
.icon-frown:before {
  content: "\E905";
  /* color: transparent; */
}
.icon-help-circle:before {
  content: "\E906";
  /* color: transparent; */
}
.icon-help-circle-2:before {
  content: "\E907";
  /* color: transparent; */
}
.icon-list:before {
  content: "\E908";
  /* color: transparent; */
}
.icon-loader:before {
  content: "\E909";
  /* color: transparent; */
}
.icon-meh:before {
  content: "\E90A";
  /* color: transparent; */
}
.icon-minus-circle:before {
  content: "\E90B";
  /* color: transparent; */
}
.icon-pause-circle:before {
  content: "\E90C";
  /* color: transparent; */
}
.icon-slash:before {
  content: "\E90D";
  /* color: transparent; */
}
.icon-smile:before {
  content: "\E90E";
  /* color: transparent; */
}
.icon-tag:before {
  content: "\E90F";
  /* color: transparent; */
}
.icon-x-circle:before {
  content: "\E910";
  /* color: transparent; */
}

/*# sourceMappingURL=app.ac24c1fe5a83714cd9188e91539200bc.css.map*/