.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
* {
  box-sizing: border-box;
  font-family:  Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family:  -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-normal {
  font-family: Source Han Sans-Normal, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Normal, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-light {
  font-family: Source Han Sans-Light, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Light, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-medium {
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-bold {
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #755dfd;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #4684FE;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4684FE;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #755dfd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a08ffe;
}
.btn-primary:active {
  background-color: #4a2bfc;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #755dfd;
  color: #755dfd;
}
.btn-plain-primary:hover {
  color: #a08ffe;
  border-color: #a08ffe;
}
.btn-plain-primary:hover use {
  fill: #a08ffe;
}
.btn-plain-primary:active {
  color: #4a2bfc;
  border-color: #4a2bfc;
}
.btn-plain-primary:active use {
  fill: #4a2bfc;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #755dfd;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
