.bg-transparent .logo-black,
.logo-white {
  display: none;
}
.bg-transparent .logo-white {
  display: block;
}
.header--products--arrow {
  width: 20px;
  color: #1e192c;
  height: 20px;
  display: flex;
  margin-left: 2px;
  transition: transform 0.2s ease-in-out;
  align-items: center;
}
#customerservice {
  position: fixed;
  z-index: 999999999;
  right: 24px;
  bottom: 64px;
  width: 54px;
  height: 54px;
  background: #8939ff url(https://cms.boardmix.cn/images/service-icon.svg)
    center center/contain no-repeat;
  border-radius: 12px;
  cursor: pointer;
  display: none;
}
.bg-transparent .header--products--arrow {
  color: #fff;
}
.header--products:hover .header--products--arrow {
  transform: rotate(-180deg);
}
section img {
  image-rendering: -webkit-optimize-contrast;
}
a:hover {
  text-decoration: none;
}
.header--btn-primary:hover {
  color: #fff;
  background: #9751ff;
}
.header--btn-primary:active {
  background: #9751ff;
  transform: scale(0.96);
}
.header {
  position: sticky;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0 40px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #1e192c;
  top: 60px;
  font-size: 14px;
}
.header.bg-transparent {
  box-shadow: none;
  border: none;
  color: #fff;
}
.header.bg-transparent .header--item-a {
  color: #fff;
}
.header--container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header--brand {
  display: flex;
}
.header--content {
  display: flex;
  flex: 1 1 auto;
  gap: 10px;
  justify-content: space-between;
  padding-left: 21px;
}
.header--first,
.header--second {
  z-index: 10;
  display: flex;
  align-items: center;
}
.header--item {
  position: relative;
  margin: 0 3px;
  min-height: 38px;
  line-height: 38px;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
}
.header--item-a {
  padding: 0 12px;
  display: flex;
  height: 100%;
  align-items: center;
}
.header--item:hover {
  background-color: rgba(15, 27, 49, 0.05);
  border-radius: 8px;
}
.bg-transparent .header--item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.header--item > .menu-track {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.bg-transparent .header--item .header--item-text,
.bg-transparent .header--item .menu-track {
  color: #fff !important;
}
.header--btn-primary {
  padding: 0 24px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #832fff;
  border-radius: 8px;
  white-space: nowrap;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.2s,
    background 0.2s ease-in;
  user-select: none;
}
.header--btn-outline {
  padding: 0 24px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #1e192c;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease-in, visibility 0.2s ease-in,
    transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.2s,
    background 0.2s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-right: 10px;
  user-select: none;
}
.header--btn-outline:hover {
  background: rgba(0, 0, 0, 0.03);
}
.header--btn-outline:active {
  background: rgba(0, 0, 0, 0.03);
  transform: scale(0.96);
}
.bg-transparent .header--btn-primary {
  background: #fff;
  color: #1e192c !important;
}
.bg-transparent .header--btn-primary:active {
  background: #fff !important;
}
.bg-transparent .header--btn-outline {
  background: 0 0;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.bg-transparent .header--btn-outline:active {
  background: 0 0 !important;
}
.header--expand {
  display: none;
  cursor: pointer;
}
.header--menu--mask {
  position: fixed;
  top: 120px;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #0006;
}
.header--products {
  position: relative;
  padding: 0 12px;
}
.ed-flex {
  display: flex;
}
.ed-vertical-center {
  display: flex;
  align-items: center;
}
.header--products:hover {
  background-color: #f3f3f6;
  border-radius: 8px;
}
.header--products:hover .header--panel {
  visibility: visible;
  opacity: 1;
}
.header--panel {
  position: absolute;
  transform: translate(0, 100%);
  left: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 16px;
  bottom: 0;
  cursor: default;
  transition: all 0.2s;
}
.header-ul {
  padding-left: 0;
  list-style: none;
}
.header--panel-inner {
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 22px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.header--panel-inner__lg {
  padding: 22px;
}
.header-panel--column + .header-panel--column {
  margin-left: 62px;
}
.header--panel-title {
  color: #1e192c;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin-bottom: 14px;
  min-height: 22px;
  padding-left: 6px;
}
.ed-pl-0 {
  padding-left: 0;
}
.header--panel-subtitle {
  color: #1e192c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.header-logos .header--link-img-wrap {
  background: #fff;
}
.header--link-img-wrap {
  margin-right: 10px;
  background: #f9f5ff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.header--link-img {
  width: 44px;
  height: 44px;
}
.header--panel--p {
  color: #1e192c;
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 0;
  line-height: 17px;
  opacity: 0.6;
}
.header--panel-link {
  display: flex;
  align-items: center;
  padding: 6px 56px 6px 6px;
  min-width: 263px;
  position: relative;
  min-height: 56px;
  border-radius: 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.header--panel-link::after {
  content: "";
  transition: all 0.1s;
  pointer-events: none;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  opacity: 0;
  transition: all 0.2s;
  background: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-arrow.png)
    center center/cover no-repeat;
}
.header--panel-link:hover .header--link-img-wrap {
  background: #fff;
}
.header--panel-link:hover .header--link-img-wrap::before {
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
.header--panel-link:hover {
  background: rgba(247, 247, 247);
}
.header--panel-link:hover::after {
  opacity: 1;
}
.header--panel-link + .header--panel-link {
  margin-top: 12px;
}
.header--arrow__right {
  background: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-arrow.png)
    center center/cover no-repeat;
  width: 18px;
  height: 18px;
}
.header--panel--box {
  border-radius: 10px;
  padding: 14px;
  width: 260px;
  min-height: 120px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
}
.header--panel--box + .header--panel--box {
  margin-top: 10px;
}
.header--panel--box:hover .header--panel-subtitle__arrow::after {
  opacity: 1;
}
.header--panel-subtitle__arrow {
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.header--panel-subtitle__arrow::after {
  content: "";
  transition: all 0.1s;
  pointer-events: none;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  transition: all 0.2s;
  background: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-arrow.png)
    center center/cover no-repeat;
}
.header--panel--box-1 {
  background-image: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-bg-recommend.png);
}
.header--panel--box-1::after {
  background-image: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-bg-recommend-mask.png);
}
.header--panel--box-2 {
  background-image: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-bg-download.png);
}
.header--panel--box-2::after {
  background-image: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-bg-download-mask.png);
}
.header--panel--box:hover::after {
  transform: translateY(0);
}
.header--link-img-wrap::before,
.header--panel--box::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
  inset: 1px;
  outline: 1px solid rgba(0, 0, 0, 0.05);
}
.header--panel--box::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  bottom: 0;
  transform: translateY(14px);
  left: 0;
  transition: all 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__carousel {
  --header-transition-duration: 600ms;
  --header-dot-size: 6px;
  --header-active-color: #acacac;
  --header-inactive-color: #ecebeb;
  position: relative;
  width: 190px;
}
.header__carousel-track {
  height: 100%;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 10px;
}
.header__carousel-inner {
  height: 100%;
  transition: transform var(--header-transition-duration)
    cubic-bezier(0.4, 0, 0.2, 1);
  --header-checked-index: 1;
  will-change: transform;
  animation: header-auto-play 15s infinite;
  display: flex;
  padding-bottom: 1px;
}
.header__carousel-slide {
  width: 190px;
}
.header__carousel-radio:nth-child(1):checked ~ .header__carousel-inner {
  --header-checked-index: 1;
}
.header__carousel-radio:nth-child(2):checked ~ .header__carousel-inner {
  --header-checked-index: 2;
}
.header__carousel-radio:nth-child(3):checked ~ .header__carousel-inner {
  --header-checked-index: 3;
}
.header__carousel-radio:checked ~ .header__carousel-inner {
  transform: translateX(calc(-100% * (var(--header-checked-index) - 1)));
}
.header__carousel-nav {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 10;
}
.header__carousel-nav__dot {
  cursor: pointer;
  margin: 0 3px;
  width: var(--header-dot-size);
  height: var(--header-dot-size);
  border-radius: 50%;
  background: var(--header-inactive-color);
  transition: transform 0.3s, background 0.3s;
}
.header__carousel-nav__dot:hover {
  background: var(--header-active-color);
}
#header-slide-1:checked ~ .header__carousel-nav label[for="header-slide-1"],
#header-slide-2:checked ~ .header__carousel-nav label[for="header-slide-2"],
#header-slide-3:checked ~ .header__carousel-nav label[for="header-slide-3"] {
  background: var(--header-active-color);
}
.header__carousel-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.header--panel--a {
  display: block;
  padding: 8px 44px 8px 8px;
  height: 36px;
  color: #1e192c;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
}
.header--panel--a:hover::after {
  opacity: 1;
}
.header--panel--a:hover {
  background: #f7f7f7;
}
.header--panel--a::after {
  content: "";
  transition: all 0.1s;
  pointer-events: none;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  opacity: 0;
  transition: all 0.2s;
  background: url(https://boardmix-cms.oss-cn-hangzhou.aliyuncs.com/2025/header/header-arrow.png)
    center center/cover no-repeat;
}
.header--panel--a + .header--panel--a {
  margin-top: 2px;
}
.header--product-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 12px;
  border-radius: 8px;
}
.header--product-item:hover {
  background-color: #f3f3f6;
}
.header--product-item--content {
  margin-left: 6px;
}
.header--product-item--title {
  font-size: 11px;
  font-weight: 700;
  color: #000;
}
.header--product-item--sub-title {
  font-size: 14px;
  color: #1e192c;
}
.bg-transparent .header--wondershare {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 981px) {
  .header--products:hover .header--products--arrow {
    transform: rotate(-180deg);
  }
}
@media screen and (max-width: 980px) {
  .header--container {
    justify-content: space-between;
  }
  .header--menu--mask.show {
    display: block;
  }
  .header--item div[aria-expanded="true"] .header--products--arrow {
    transform: rotate(-180deg);
  }
  .header--expand {
    display: flex;
    align-items: center;
  }
  .header--user--avatar-box {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 16px;
  }
  .header--content {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    transition: all 0.2s linear;
  }
  .header--content__expand {
    max-height: calc(100vh - 100px);
    box-shadow: 0 2px 4px -2px #00000026;
    opacity: 1;
    overflow-y: scroll;
  }
  .header--user {
    width: 100%;
    margin-right: 0;
  }
  .header--first {
    flex-direction: column;
    padding-right: 0;
  }
  .header--item,
  .header--menu--item {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    margin: 0;
    line-height: 40px;
    border-top: 1px solid #e2e2e2;
  }
  .header--item:hover {
    background-color: transparent;
  }
  .header--menu__expand {
    height: 120px;
  }
  .header--menu {
    position: static;
    width: 100%;
    filter: none;
    border-radius: 0;
  }
  .header--products {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .header--products--arrow {
    display: inline-block;
  }
  .header--products--line {
    display: none;
  }
  .header--panel {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .header--panel-inner {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    flex-wrap: wrap;
  }
  .header-panel--column + .header-panel--column {
    margin-left: 0;
    margin-top: 32px;
  }
  .header--product-item {
    height: 38px;
  }
  .header--product-item:hover {
    background-color: initial;
  }
  .header--product-item--logo {
    width: 16px;
    height: 16px;
    margin-left: 0;
  }
  .header--product-item--content {
    display: flex;
  }
  .header--product-item--title {
    font-weight: 400;
  }
  .header--second {
    border-top: 1px solid #e2e2e2;
    padding: 12px 0 12px 20px;
  }
}
.ed-footer {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #1e192c;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.el-icon-arrow-down {
  display: none;
}
.ed-footer a {
  text-decoration: none;
}
.ed-footer a:hover {
  text-decoration: none !important;
}
.ed-footer .footer-middle {
  display: flex;
  flex: 1;
}
.ed-footer .footer-middle .company-introduction {
  display: flex;
  align-items: start;
  width: 96%;
  margin-left: 18.7%;
  padding: 88px 0 64px;
  transition: all 0.2s ease-in-out;
  max-width: 1200px;
}
.ed-footer .footer-middle .company-introduction .ed-logo,
.ed-footer .footer-middle .company-introduction .wos-logo {
  width: 140px;
  margin-right: 23%;
}
.ed-footer--dl {
  height: 100%;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  margin-right: 7%;
  min-width: fit-content;
  white-space: nowrap;
  margin-top: 0;
}
.ed-footer--dt {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.ed-footer--dd {
  margin-left: 0;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s ease-in-out;
  display: flex;
  margin-bottom: 0;
}
.ed-footer--a {
  padding-bottom: 2px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid transparent;
  transition: all 0.1s ease-in-out;
  display: block;
  margin-bottom: 0.5rem;
}

.ed-footer--a:hover {
  color: #fff;
}
.ed-footer .footer-middle .company-introduction .line {
  width: 1px;
  height: calc(100% + 128px);
  margin-top: -64px;
  background: #222;
  transition: all 0.2s ease-in-out;
}
.ed-footer .footer-copyright {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: fit-content;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 40px;
  margin-bottom: 34px;
  overflow: hidden;
}
.ed-footer .footer-copyright .footer-copyright-left {
  margin-left: 18.7%;
  white-space: nowrap;
}
.ed-footer .footer-copyright a {
  color: rgba(255, 255, 255, 0.4);
}
.ed-footer--image-beian {
  width: 16px;
  height: 17px;
  margin-right: 4px;
}
.ed-footer--copyright-a {
  height: 17px;
  line-height: 17px;
}
@media screen and (max-width: 1080px) {
  .ed-footer .footer-middle .company-introduction {
    padding: 50px 0;
  }
  .ed-footer .footer-middle .company-introduction dl dt {
    font-size: 16px;
  }
  .ed-footer .footer-middle .company-introduction dl dd {
    font-size: 12px;
  }
  .ed-footer .footer-middle .company-introduction .line {
    height: calc(100% + 100px);
    margin-top: -50px;
  }
  .ed-footer .footer-copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .ed-footer .footer-middle .company-introduction .ed-logo {
    width: 150px;
  }
  .ed-footer .line,
  .ed-footer .wos-logo {
    display: none;
  }
}
.mobile-show {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .ed-footer .footer-middle .company-introduction {
    flex-direction: column;
    align-items: center;
    padding: 40px 10px 10px;
  }
  .ed-footer .footer-middle .company-introduction dl {
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
  .ed-footer .footer-middle .company-introduction dl {
    height: fit-content;
  }
  .ed-footer .footer-middle .company-introduction dl:hover i {
    transform: rotate(180deg);
  }
  .ed-footer .footer-middle .company-introduction dl dt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px 0 0;
  }
  .ed-footer .footer-middle .company-introduction .wos-logo {
    display: block;
    width: 150px;
    margin-top: 30px;
  }
  .mobile-hide {
    display: none;
  }
}
.wx-gzh {
  position: relative;
}
.wx-gzh img {
  position: absolute;
  top: calc(50% - 68px);
  left: calc(50% - 68px);
  width: 136px !important;
  height: 136px !important;
}
.layout {
  position: relative;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
}
.footer {
  height: 300px;
  background-color: #000;
}
.code-img-container {
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  width: 130px;
  height: 130px;
  top: 42px;
  left: -50px;
  position: absolute;
}
.wx-code {
  width: 114px;
  height: 114px;
}
.weibo-log,
.weixin-logo {
  max-width: 29px;
}
.footer-logo:hover .code-img-container {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  transform-origin: left bottom;
}
.logo-hover-icon {
  height: 34px;
}
.footer-logo:hover .logo-hover-icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.weixin-logo:hover + .wx-code {
  visibility: visible;
  opacity: 1;
}
.wb-code {
  width: 114px;
  height: 114px;
}
.weibo-logo:hover + .wb-code {
  visibility: visible;
  opacity: 1;
}
.fic-to-top {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}
.fic-to-top__show {
  opacity: 1;
  visibility: visible;
}
.fic-to-top:hover > svg path:first-child {
  fill: #fff;
}
.fic-to-top:hover > svg path {
  fill: #565dff;
}
.business-apply {
  width: 100%;
  padding: 13.5px 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  min-height: 60px;
  z-index: 36;
  overflow: hidden;
}
.business-apply--btn-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
}
.business-apply--btn-close:hover {
  opacity: 1;
}
@media (max-width: 520px) {
  .business-apply {
    padding: 11px 12px;
  }
  .business-apply--btn__active {
    margin-left: 4px;
    margin-right: 4px;
  }
  .business-apply--btn-close {
    right: 2px;
  }
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.logo-container {
  display: flex;
}
.weibo-logo,
.weixin-logo {
  width: 34px;
  height: 34px;
  max-width: 34px;
}
.footer-logo {
  margin-right: 10px;
}
.footer-logo-image img {
  height: 89px;
  width: 887px;
  margin-left: 72px;
}
.ed-footer .footer-logo-image img {
  height: 89px;
  width: 887px;
  margin-left: 72px;
}
.footer-copyright-left {
  text-align: center;
}
.footer-copyright-logo-image {
  margin-right: 74px;
}
@media screen and (max-width: 1600px) {
  .ed-footer .footer-logo-image img {
    height: 71px;
    width: 710px;
    margin-left: 58px;
  }
  .footer-copyright-logo-image {
    margin-right: 60px;
  }
  .ed-footer .footer-middle .company-introduction {
    margin-left: 10%;
  }
  .ed-footer .footer-copyright .footer-copyright-left {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1390px) {
  .ed-footer .footer-logo-image img {
    height: 62px;
    width: 620px;
    margin-left: 50px;
  }
  .footer-copyright-logo-image {
    margin-right: 23px;
  }
  .ed-footer .footer-middle .company-introduction .ed-logo {
    margin-right: 20%;
  }
}
@media screen and (max-width: 1260px) {
  .ed-footer .footer-copyright {
    margin-top: 20px;
    margin-bottom: 17px;
  }
  .ed-footer .footer-logo-image img {
    height: 53px;
    width: 532px;
    margin-left: 43px;
  }
  .ed-footer .footer-middle .company-introduction .ed-logo {
    margin-right: 15%;
  }
}
@media screen and (max-width: 1153px) {
  .ed-footer .footer-logo-image img {
    height: 44px;
    width: 444px;
    margin-left: 36px;
  }
  .ed-footer .footer-middle .company-introduction .ed-logo {
    margin-right: 10%;
    width: 100px;
  }
}
@media screen and (max-width: 980px) {
  .ed-footer .footer-logo-image img {
    height: 36px;
    width: 355px;
    margin-left: 29px;
  }
  .ed-footer .footer-middle .company-introduction {
    margin-left: 5%;
  }
  .ed-footer .footer-copyright .footer-copyright-left {
    margin-left: 5%;
  }
  .ed-footer .footer-middle .company-introduction .ed-logo {
    margin-right: 8%;
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  .footer-logo-image {
    display: none;
  }
  .footer-copyright-left {
    margin-left: 0;
    text-align: left;
  }
  .mobile-show {
    display: block !important;
  }
  .ed-footer .footer-copyright {
    height: fit-content;
    margin-left: 20px;
    justify-content: flex-start;
  }
  .ed-footer .footer-middle .company-introduction .ed-logo {
    width: 114px;
    align-self: flex-start;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .ed-footer .footer-middle .company-introduction {
    margin-left: 23px;
  }
  .ed-footer .footer-middle .company-introduction dl {
    margin-right: 0;
  }
  .ed-footer .footer-copyright .footer-copyright-left {
    margin-left: 0;
  }
  .ed-footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .logo-container-mobile {
    display: flex !important;
  }
}
.footer-logo-image-mobile {
  height: 45px;
  position: relative;
  overflow: hidden;
}
.footer-logo-image-mobile img {
  height: 44px;
  width: 444px;
}
.mobile-img-left {
  position: absolute;
  left: -222px;
}
.mobile-img-right {
  position: absolute;
  left: 40%;
}
.logo-container-mobile {
  margin-top: 56px;
  align-items: center;
  margin-left: 20px;
}
.logo-container-mobile .code-img-container {
  top: -47px;
  left: 46px;
}
.dl-with-logo {
  margin-right: 0 !important;
}
@media screen and (min-width: 1920px) {
  .ed-footer .footer-middle .company-introduction {
    margin: auto;
  }
  .footer-copyright {
    width: 1200px;
    margin: auto;
    overflow: visible;
  }
  .ed-footer .footer-copyright .footer-copyright-left {
    margin-left: 0;
  }
  .ed-footer .footer-copyright {
    overflow: visible;
  }
  .ed-footer .footer-logo-image.mobile-hide {
    width: 1200px;
    margin: auto;
  }
  .ed-footer .footer-logo-image.mobile-hide img {
    margin-left: -280px;
  }
}
.header-avatar--user {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  line-height: 92px;
  margin-right: 12px;
}
.header-avatar--user-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.header-avatar--user-label {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.header-login-mobile {
  color: #1e192c;
  font-size: 14px;
  margin-right: 20px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .header--expand.header--expand {
    display: flex;
    align-items: center;
  }
}
.wsc-main .article p + ul {
  margin-top: -32px;
}
@media (max-width: 801px) {
  .business-apply {
    display: none;
  }
  .header {
    top: 0;
    padding: 0 20px;
  }
}
.article .article-use-btn,
article .article-use-btn {
  transition: all 0.2s ease-in-out;
  background: linear-gradient(-90deg, #a65ef7 0, #4c53ff 100%), #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 52px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 1.44445;
  font-size: 16px;
  color: #fff !important;
  padding: 0 23px;
  max-width: 320px;
  height: 48px;
  text-decoration: none;
}
.article .article-use-btn:hover,
article .article-use-btn:hover {
  box-shadow: 0 2px 30px rgb(0 0 0 / 10%), 0 5px 10px rgb(0 0 0 / 5%);
  transform: translateY(-6px);
  text-decoration: none;
}
.article .article-use-btn:active,
article .article-use-btn:active {
  transform: scale(0.98);
}
button,
button:focus {
  border: none;
  outline: 0;
}
.ppt-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.ppt-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.ppt-modal-overlay iframe {
  position: relative;
  z-index: calc(var(--header-z-index)+3);
  opacity: 0;
}
.ppt-modal-overlay iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 103;
}
.ppt-modal-overlay.active iframe {
  animation: login-animate 0.2s 0.2s ease-in-out forwards;
}
@keyframes login-animate {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
