* {
  box-sizing: border-box;
}
.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;
}
.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;
  }
}
body {
  color: #161B42;
}
body .main {
  padding-top: 170px;
  background: url('/images/download/bg.png') no-repeat left top;
  background-size: 100%;
  padding-bottom: 150px;
}
body .main .logo {
  display: block;
  margin: 0 auto 30px;
  width: 140px;
  height: auto;
}
body .main .title {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
body .main .subtitle {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
body .main .download-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
body .main .download-group .item {
  width: 100%;
  min-height: 296px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(221, 226, 233, 0.5);
  border-radius: 12px;
  border: 1px solid #4684FE;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main .download-group .item #windows,
body .main .download-group .item #m,
body .main .download-group .item #intel,
body .main .download-group .item #linux {
  display: none;
  font-size: 14px;
}
body .main .download-group .item .type {
  width: 50px;
}
body .main .download-group .item .name {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
body .main .download-group .item .qr-box {
  margin-top: 10px;
  height: 120px;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
body .main .download-group .item .qr-box .tips {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .main .download-group .item .btn {
  position: relative;
  width: 180px;
  margin-top: 10px;
}
body .main .download-group .item .btn .com-btn {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #4684FE;
}
body .main .download-group .item .btn + .btn .com-btn {
  background: #161B42;
}
body .main .download-group .item-code .code {
  width: 120px;
  height: auto;
  margin-bottom: 27px;
}
body .main .download-group .item-code .item {
  justify-content: center;
}
body .main .download-group .item-code .googleplay {
  position: relative;
}
body .main .download-group .item-code .googleplay img {
  width: 180px;
}
body .main .download-group .item .is-disabled + .soon,
body .main .download-group .item .googleplay img.is-disabled + .soon {
  position: absolute;
  top: -10px;
  right: 0;
  text-align: center;
  width: 44px;
  line-height: 16px;
  background: #FF6666;
  border-radius: 8px 0 8px 0;
  color: #FFFFFF;
  font-size: 12px;
}
.btn-black {
  background: #161B42;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn-black:hover {
  opacity: 0.8;
}
.btn-black:active {
  opacity: 0.9;
}
.btn-black.is-disabled:hover,
.btn-black.is-disabled:active {
  opacity: 0.4;
}
