@charset "UTF-8";
.down {
  min-height: 100vh;
}
.down .application {
  padding-top: var(--header-height);
  height: 880px;
  background: linear-gradient(270deg, rgba(51, 196, 136, 0.2), rgba(64, 133, 218, 0.1));
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.down .application h1 {
  margin: 60px 0 20px;
  font-size: 36px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #292847;
  line-height: 52px;
  text-align: center;
}
.down .application .multiple {
  text-align: center;
  margin-bottom: 50px;
}
.down .application .application-bg {
  position: absolute;
  left: 0;
  width: 99vw;
  height: 800px;
  top: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.down .introduce {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.down .introduce .desktop {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  height: 520px;
  width: 100%;
}
.down .introduce .desktop .left {
  padding-top: 154px;
}
.down .introduce .desktop .left h2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
}
.down .introduce .desktop .left h2 span:nth-child(1) {
  color: #292847;
}
.down .introduce .desktop .left h2 span:nth-child(2) {
  text-align: center;
  display: inline-block;
  width: 175px;
  height: 64px;
  line-height: 64px;
  background: #FABF47;
  border-radius: 12px 12px 12px 12px;
  color: #ffffff;
}
.down .introduce .desktop .left #window-Down {
  margin-right: 20px;
}
.down .introduce .desktop .left #ios-Down {
  margin-right: 20px;
}
.down .introduce .desktop .left p {
  width: 456px;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
  margin-top: 34px;
}
.down .introduce .desktop .left .btn-group {
  display: flex;
  margin-top: 50px;
}
.down .introduce .desktop .left .btn-group .btn-group-item {
  cursor: pointer;
  width: 160px;
  height: 38px;
  background: linear-gradient(270deg, #4085DA 0%, #33C488 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 198, 135, 0.3);
  border-radius: 20px 20px 20px 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down .introduce .desktop .left .btn-group .btn-group-item img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.down .introduce .desktop .right {
  width: 650px;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.down .introduce .mobile {
  width: 100%;
  height: 474px;
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.down .introduce .mobile .left {
  width: 528px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
}
.down .introduce .mobile .right {
  padding-top: 80px;
}
.down .introduce .mobile .right .title {
  margin-bottom: 20px;
  position: relative;
  height: 104px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  color: #292847;
  line-height: 52px;
  margin-bottom: 30px;
}
.down .introduce .mobile .right .title::before {
  content: "";
  top: 25px;
  position: absolute;
  width: 125px;
  height: 23px;
  left: 75px;
  background: #CFEDFA;
  border-radius: 6px 6px 6px 6px;
}
.down .introduce .mobile .right .title span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.down .introduce .mobile .right p {
  width: 456px;
  font-size: var(--fs-16);
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #333333;
  line-height: 24px;
  margin-bottom: 50px;
}
.down .introduce .mobile .right div {
  display: flex;
  position: relative;
  width: 340px;
}
.down .introduce .mobile .right div .android {
  cursor: pointer;
  width: 160px;
  height: 38px;
  margin-right: 50px;
  background: linear-gradient(270deg, #4085DA 0%, #33C488 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 198, 135, 0.3);
  border-radius: 20px 20px 20px 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down .introduce .mobile .right div .android img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.down .introduce .mobile .right div .ios {
  cursor: pointer;
  width: 160px;
  height: 38px;
  background: linear-gradient(270deg, #4085DA 0%, #33C488 100%);
  box-shadow: 0px 0px 20px 0px rgba(0, 198, 135, 0.3);
  border-radius: 20px 20px 20px 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.down .introduce .mobile .right div .ios img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.down .introduce .mobile .right div .android:hover ~ .android-box {
  opacity: 1;
  height: 120px;
}
.down .introduce .mobile .right div .ios:hover ~ .ios-box {
  opacity: 1;
  height: 120px;
}
.down .introduce .mobile .right div .android-box,
.down .introduce .mobile .right div .ios-box {
  position: absolute;
  width: 120px;
  height: 0;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s, height 0.3s;
  top: 48px;
}
.down .introduce .mobile .right div .android-box {
  left: 20px;
}
.down .introduce .mobile .right div .ios-box {
  right: 20px;
}

.h1-common-title {
  cursor: default;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(270deg, #33C488 0%, #4085DA 100%); /* 标准语法 */
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}

.h1-common-sub-title {
  cursor: default;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 36px;
  color: #292847;
  line-height: 52px;
}

.h2-common-title {
  cursor: default;
  font-size: 16px;
  font-weight: 350;
  background: linear-gradient(270deg, #33C488 0%, #4085DA 100%); /* 标准语法 */
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent; /* 兼容不支持background-clip的浏览器 */
}

.h2-common-sub-title {
  cursor: default;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #292847;
  line-height: 52px;
}

#downImmete {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 38px;
  background: linear-gradient(270deg, #33C488 0%, #4085DA 100%); /* 标准语法 */
  border-radius: 20px 20px 20px 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
#downImmete img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.dunhao {
  font-weight: 350;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 16px;
}/*# sourceMappingURL=down_v8.css.map */