@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/Poppins-SemiBold.ttf");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Poppins-Medium;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  outline: none;
  text-decoration: none;
  color: #333;
}
iframe {
  vertical-align: bottom;
}
.articles-header {
  width: 100%;
  height: 9.86111111111111vw;
}
.common-footer {
  width: 100%;
  height: 13.88888888888889vw;
}
.page-index {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}
.page-index .index-banner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 51.38888888888889vw;
  padding: 4.166666666666667vw 13.88888888888889vw;
  background: url("../img/index-banner.png") top center no-repeat;
  background-size: 100% 100%;
}
.page-index .index-banner .banner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-index .index-banner .banner-nav .nav-logo {
  display: flex;
  align-items: center;
}
.page-index .index-banner .banner-nav .nav-logo .logo-img {
  width: 2.222222222222222vw;
  height: 2.222222222222222vw;
}
.page-index .index-banner .banner-nav .nav-logo .logo-text {
  margin-left: 1.111111111111111vw;
  font-family: Poppins-SemiBold;
  font-size: 1.25vw;
  font-weight: 600;
  color: #333;
  line-height: 2.013888888888889vw;
}
.page-index .index-banner .banner-nav .nav-items {
  display: flex;
  align-items: center;
}
.page-index .index-banner .banner-nav .nav-items .nav-item {
  margin-left: 2.569444444444445vw;
  font-family: Poppins-Regular;
  font-size: 1.111111111111111vw;
  font-weight: 400;
  color: #333;
  line-height: 1.805555555555556vw;
}
.page-index .index-banner .banner-nav .nav-items .active {
  font-family: Poppins-Bold;
}
.page-index .index-banner .banner-title {
  width: 41.66666666666667vw;
  margin-top: 9.444444444444445vw;
  font-family: Poppins-Bold;
  font-size: 3.472222222222222vw;
  color: #333;
  line-height: 4.166666666666667vw;
}
.page-index .index-banner .banner-text {
  width: 18.75vw;
  margin-top: 0.833333333333333vw;
  font-family: Poppins-Regular;
  font-size: 1.25vw;
  font-weight: 400;
  color: #666;
  line-height: 2.222222222222222vw;
}
.page-index .index-banner .banner-text .text-highlight {
  margin: 0 0.694444444444444vw;
  color: #1aa4f8;
  font-weight: 600;
}
.page-index .index-banner .banner-download {
  margin-top: 4.166666666666667vw;
}
.page-index .index-banner .banner-download .download-link {
  width: 13.055555555555555vw;
  margin-right: 1.944444444444445vw;
}
.page-index .index-demo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 70.13888888888889vw;
  padding: 5.555555555555555vw 0 0 0;
  background: linear-gradient(to right, #eff9ff 0%, #eff9ff 50%, #fff 50%, #fff 100%);
  position: relative;
}
.page-index .index-demo .bg-icon-1 {
  width: 17.5vw;
  height: 20.694444444444446vw;
  position: absolute;
  top: 2.222222222222222vw;
  right: 0;
}
.page-index .index-demo .demo-text {
  font-family: Poppins-SemiBold;
  font-size: 1.388888888888889vw;
  font-weight: 600;
  color: #333;
  line-height: 2.222222222222222vw;
}
.page-index .index-demo .demo-title {
  margin-top: 0.138888888888889vw;
  font-family: Poppins-Bold;
  font-size: 2.5vw;
  color: #333;
  line-height: 4.097222222222222vw;
}
.page-index .index-demo .demo-img {
  margin-top: 5.277777777777778vw;
  width: 74.09722222222223vw;
  height: 47.22222222222222vw;
}
.page-index .index-desc {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47.91666666666667vw;
  padding: 5.208333333333334vw 0 0 0;
  background: linear-gradient(to right, #fff 0%, #fff 50%, #eff9ff 50%, #eff9ff 100%);
}
.page-index .index-desc .desc-items {
  display: flex;
  flex-direction: column;
}
.page-index .index-desc .desc-items .desc-item {
  display: flex;
  margin-bottom: 3.472222222222222vw;
}
.page-index .index-desc .desc-items .desc-item .item-icon {
  width: 6.25vw;
  height: 6.25vw;
}
.page-index .index-desc .desc-items .desc-item .item-text {
  margin-left: 2.083333333333333vw;
}
.page-index .index-desc .desc-items .desc-item .item-text .text-title {
  font-family: Poppins-Bold;
  font-size: 1.388888888888889vw;
  color: #333;
  line-height: 2.222222222222222vw;
}
.page-index .index-desc .desc-items .desc-item .item-text .text-text {
  width: 22.916666666666668vw;
  margin-top: 0.555555555555556vw;
  font-family: Poppins-Regular;
  font-size: 1.111111111111111vw;
  font-weight: 400;
  color: #999;
  line-height: 1.388888888888889vw;
}
.page-index .index-desc .desc-img {
  margin-left: 8.88888888888889vw;
  width: 32.15277777777778vw;
  height: 38.26388888888889vw;
}
.page-index .index-swiper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50vw;
  padding: 5.555555555555555vw 0 0 0;
  background: linear-gradient(to right, #eff9ff 0%, #eff9ff 50%, #fff 50%, #fff 100%);
}
.page-index .index-swiper .swiper-title {
  box-sizing: border-box;
  width: 100%;
  padding-left: 17.36111111111111vw;
  font-family: Poppins-Bold;
  font-size: 2.5vw;
  color: #333;
  line-height: 4.097222222222222vw;
}
.page-index .index-swiper .swiper-main {
  margin-top: 3.472222222222222vw;
  position: relative;
}
.page-index .index-swiper .swiper-main .swiper {
  width: 65.69444444444444vw;
  height: 31.25vw;
  background: #fff;
  box-shadow: 0.277777777777778vw 0.277777777777778vw 1.111111111111111vw 0 rgba(89,123,143,0.43);
  border-radius: 1.527777777777778vw;
  position: relative;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.111111111111111vw;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide .swiper-pic {
  width: 25.694444444444446vw;
  height: 29.02777777777778vw;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide .swiper-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8.333333333333334vw;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide .swiper-items .swiper-icon {
  width: 2.222222222222222vw;
  height: 2.083333333333333vw;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide .swiper-items .swiper-text {
  width: 22.22222222222222vw;
  margin-top: 3.819444444444445vw;
  font-family: Poppins-Regular;
  font-size: 1.111111111111111vw;
  font-weight: 400;
  color: #666;
  line-height: 1.944444444444445vw;
}
.page-index .index-swiper .swiper-main .swiper .swiper-wrapper .swiper-slide .swiper-items .swiper-user {
  margin-top: 4.166666666666667vw;
  font-family: Poppins-SemiBold;
  font-size: 1.111111111111111vw;
  font-weight: 600;
  color: #333;
  line-height: 1.805555555555556vw;
}
.page-index .index-swiper .swiper-main .swiper-prev {
  width: 5.277777777777778vw;
  height: 5.277777777777778vw;
  position: absolute;
  top: 12.847222222222223vw;
  left: -2.638888888888889vw;
  z-index: 999;
  cursor: pointer;
}
.page-index .index-swiper .swiper-main .swiper-next {
  width: 5.277777777777778vw;
  height: 5.277777777777778vw;
  position: absolute;
  top: 12.847222222222223vw;
  right: -2.638888888888889vw;
  z-index: 999;
  cursor: pointer;
}
.page-index .index-voice {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 46.66666666666667vw;
  padding: 5.555555555555555vw 0 0 0;
  position: relative;
  overflow: hidden;
}
.page-index .index-voice .bg-icon-2 {
  width: 14.51388888888889vw;
  height: 20.694444444444446vw;
  position: absolute;
  top: 7.361111111111112vw;
  left: 0;
}
.page-index .index-voice .bg-icon-3 {
  width: 18.194444444444446vw;
  height: 20.694444444444446vw;
  position: absolute;
  bottom: -1.597222222222222vw;
  right: 0;
}
.page-index .index-voice .voice-title {
  margin-bottom: 5.138888888888889vw;
  font-family: Poppins-Bold;
  font-size: 2.5vw;
  color: #333;
  line-height: 4.097222222222222vw;
}
.page-index .index-voice .voice-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-index .index-voice .voice-items .voice-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 47.22222222222222vw;
  height: 6.944444444444445vw;
  margin-bottom: 2.638888888888889vw;
  padding: 0 1.388888888888889vw;
  background-color: #fdf6e9;
  border-radius: 1.111111111111111vw;
  position: relative;
  cursor: default;
}
.page-index .index-voice .voice-items .voice-item:hover {
  animation: scale 0.2s linear forwards;
}
.page-index .index-voice .voice-items .voice-item .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.083333333333333vw;
  padding: 0 1.041666666666667vw;
  background-color: #ffac1e;
  border-radius: 0 1.041666666666667vw 0 1.041666666666667vw;
  font-family: Poppins-Bold;
  font-size: 1.25vw;
  color: #fff;
  line-height: 2.222222222222222vw;
  position: absolute;
  top: -1.041666666666667vw;
  right: 0;
}
.page-index .index-voice .voice-items .voice-item .item-play {
  width: 4.166666666666667vw;
  height: 4.166666666666667vw;
  cursor: pointer;
}
.page-index .index-voice .voice-items .voice-item .item-pause {
  display: none;
  width: 4.166666666666667vw;
  height: 4.166666666666667vw;
  cursor: pointer;
}
.page-index .index-voice .voice-items .voice-item .item-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 1.388888888888889vw;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-name {
  font-family: Poppins-SemiBold;
  font-size: 1.111111111111111vw;
  font-weight: 600;
  color: #333;
  line-height: 1.944444444444445vw;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress .progress-time {
  width: 2.638888888888889vw;
  font-family: Poppins-Regular;
  font-size: 1.111111111111111vw;
  font-weight: 400;
  color: #666;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress .progress-main .progress-bg {
  width: 31.38888888888889vw;
  height: 0.277777777777778vw;
  background-color: #ffe9c4;
  border-radius: 0.486111111111111vw;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress .progress-main .progress-bg .progress-width {
  width: 1%;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress .progress-main .progress-bg .progress-width .progress-cover {
  width: 100%;
  height: 0.277777777777778vw;
  background-color: #ffac1e;
  border-radius: 0.486111111111111vw;
  position: relative;
}
.page-index .index-voice .voice-items .voice-item .item-main .main-progress .progress-main .progress-bg .progress-width .progress-cover::after {
  content: '';
  display: flex;
  width: 0.694444444444444vw;
  height: 0.694444444444444vw;
  background-color: #ffac1e;
  border-radius: 50%;
  position: absolute;
  top: -0.208333333333333vw;
  right: 0;
}
@-moz-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-o-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-moz-keyframes restore {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes restore {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes restore {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes restore {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.page-index .index-articles {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5.555555555555555vw 15.277777777777779vw;
  background-color: #eff9ff;
}
.page-index .index-articles .articles-title {
  margin-bottom: 3.888888888888889vw;
  font-family: Poppins-Bold;
  font-size: 2.5vw;
  color: #333;
  line-height: 4.097222222222222vw;
}
.page-index .index-articles .articles-items-pic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.page-index .index-articles .articles-items-pic .items-pic {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 21.944444444444446vw;
  height: 15.625vw;
  padding: 1.041666666666667vw 1.111111111111111vw 1.041666666666667vw 1.666666666666667vw;
  background-size: 100% 100%;
  border-radius: 1.388888888888889vw;
  position: relative;
}
.page-index .index-articles .articles-items-pic .items-pic .pic-img {
  width: 100%;
  height: 100%;
  border-radius: 1.388888888888889vw;
  position: absolute;
  top: 0;
  left: 0;
}
.page-index .index-articles .articles-items-pic .items-pic .pic-shadow {
  width: 100%;
  height: 5.347222222222222vw;
  background: linear-gradient(180deg, rgba(93,93,93,0) 0%, #000 100%, rgba(0,0,0,0.6) 100%);
  border-radius: 1.388888888888889vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-index .index-articles .articles-items-pic .items-pic .pic-title {
  font-family: Poppins-SemiBold;
  font-size: 1.25vw;
  font-weight: 600;
  color: #fff;
  line-height: 2.013888888888889vw;
  position: relative;
}
.page-index .index-articles .articles-items-pic .items-pic .pic-arrow {
  width: 1.666666666666667vw;
  height: 1.666666666666667vw;
  position: relative;
}
.page-index .index-articles .articles-items-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-index .index-articles .articles-items-text .items-text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 21.944444444444446vw;
  padding: 0.694444444444444vw 0 0 0.972222222222222vw;
}
.page-index .index-articles .articles-items-text .items-text a {
  margin-top: 1.388888888888889vw;
  font-family: Poppins-Medium;
  font-size: 1.111111111111111vw;
  font-weight: 500;
  color: #333;
  line-height: 1.805555555555556vw;
  text-decoration: underline;
  word-break: break-word;
}
.page-index .index-articles .articles-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.88888888888889vw;
  height: 3.333333333333333vw;
  margin-top: 6.111111111111112vw;
  background-color: #1aa4f8;
  border-radius: 2.013888888888889vw;
  font-family: Poppins-SemiBold;
  font-size: 1.111111111111111vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.805555555555556vw;
}
