h1,
h2,
h3 {
  margin: 0;
}
.basic-remove-page {
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .af-light-box-dialog .af-light-box-close {
    top: calc(100% + 10px);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.basic-remove-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 20px;
}
.basic-remove-header .header-background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
}
.basic-remove-header .header-background picture {
  display: block;
  width: 100%;
  height: 100%;
}
.basic-remove-header .header-background picture img {
  width: 100%;
  height: 646px;
  object-fit: cover;
}
.basic-remove-header .header-title {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #333940;
}
@media (max-width: 1000px) {
  .basic-remove-header .header-title {
    padding-top: 30px;
  }
}
.basic-remove-header .header-icon {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 62px;
  margin-top: 48px;
}
@media (max-width: 1000px) {
  .basic-remove-header .header-icon {
    margin-top: 30px;
  }
}
.basic-remove-header .header-icon picture {
  display: block;
  width: 100%;
  height: 100%;
}
.basic-remove-header .header-icon picture img {
  width: 100%;
  height: 100%;
}
.basic-remove-header .header-sub-title {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #646972;
}
@media (max-width: 1000px) {
  .basic-remove-header .header-sub-title {
    margin-top: 30px;
  }
}
.basic-remove-header .header-sub-title > a {
  color: #0076fe;
  text-decoration: none;
}
.basic-remove-header .header-sub-title > a:hover {
  text-decoration: underline;
}
.basic-remove-header .flipbook-introduce {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 112px;
  max-width: 1200px;
}
@media (max-width: 1000px) {
  .basic-remove-header .flipbook-introduce {
    margin-top: 60px;
  }
}
.basic-remove-header .flipbook-introduce .flipbook-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #333940;
}
.basic-remove-header .flipbook-introduce .flipbook-description {
  margin-top: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #646972;
}
.basic-remove-header .flipbook-introduce .create-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  height: 51px;
  width: 160px;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #4685ff 5.59%, #006ce8 75.01%);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
  color: #fff;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.basic-remove-header .flipbook-introduce .create-button:hover {
  background-image: linear-gradient(135deg, #6c9eff 5.59%, #2b8dff 75.01%);
}
.book-demo-iframe {
  width: 1200px;
  height: 569px;
  margin: 36px auto 0;
  padding: 0 20px;
}
@media (max-width: 1260px) {
  .book-demo-iframe {
    width: 100%;
  }
}
.book-demo-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.home-features {
  padding: 112px 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.home-features.features-mobile {
  display: none;
}
@media (max-width: 600px) {
  .home-features.features-mobile {
    display: block;
  }
}
@media (max-width: 900px) {
  .home-features {
    padding: 40px 0px;
  }
}
@media (max-width: 600px) {
  .home-features.features-pc {
    display: none;
  }
}
.home-features .home-features-title {
  padding: 0 20px;
  margin-bottom: 16px;
  color: #333940;
  font-family: 'Microsoft YaHei';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 500px) {
  .home-features .home-features-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.home-features .home-features-second-title {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto 65px;
  color: rgba(51, 57, 64, 0.6);
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media (max-width: 500px) {
  .home-features .home-features-second-title {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.home-features .features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 71px;
  row-gap: 78px;
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .home-features .features-list {
    width: 905px;
    column-gap: 52px;
    row-gap: 49px;
  }
}
@media (max-width: 950px) {
  .home-features .features-list {
    grid-template-columns: repeat(2, 1fr);
    width: 574px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .home-features .features-list {
    display: flex;
    flex-wrap: nowrap;
    width: unset;
    column-gap: 0;
    row-gap: 0;
    height: auto;
  }
}
.home-features .features-list .swiper-slide {
  height: auto;
}
.home-features .features-list .features-item-container .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-features .features-list .features-item-container .image-container picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 1290px) {
  .home-features .features-list .features-item-container.item-1 .image-container img {
    width: 160.387px;
    height: 112.865px;
  }
  .home-features .features-list .features-item-container.item-2 .image-container img {
    width: 210.673px;
    height: 110.813px;
  }
  .home-features .features-list .features-item-container.item-3 .image-container img {
    width: 184.445px;
    height: 123.935px;
  }
  .home-features .features-list .features-item-container.item-4 .image-container img {
    width: 212.01px;
    height: 116.645px;
  }
  .home-features .features-list .features-item-container.item-5 .image-container img {
    width: 210.714px;
    height: 116.645px;
  }
  .home-features .features-list .features-item-container.item-6 .image-container img {
    width: 184.445px;
    height: 123.935px;
  }
  .home-features .features-list .features-item-container.item-7 .image-container img {
    width: 232.288px;
    height: 113.729px;
  }
  .home-features .features-list .features-item-container.item-8 .image-container img {
    width: 210.657px;
    height: 123.935px;
  }
  .home-features .features-list .features-item-container.item-9 .image-container img {
    width: 184.445px;
    height: 123.935px;
  }
}
@media (max-width: 600px) {
  .home-features .features-list .features-item-container.item-1 .image-container img {
    width: 220px;
    height: 154.815px;
  }
  .home-features .features-list .features-item-container.item-2 .image-container img {
    width: 288.977px;
    height: 152px;
  }
  .home-features .features-list .features-item-container.item-3 .image-container img {
    width: 253px;
    height: 170px;
  }
  .home-features .features-list .features-item-container.item-4 .image-container img {
    width: 274.63px;
    height: 145.993px;
  }
  .home-features .features-list .features-item-container.item-5 .image-container img {
    width: 289.032px;
    height: 160px;
  }
  .home-features .features-list .features-item-container.item-6 .image-container img {
    width: 253px;
    height: 170px;
  }
  .home-features .features-list .features-item-container.item-7 .image-container img {
    width: 318.623px;
    height: 156px;
  }
  .home-features .features-list .features-item-container.item-8 .image-container img {
    width: 297.129px;
    height: 171.168px;
  }
  .home-features .features-list .features-item-container.item-9 .image-container img {
    width: 263px;
    height: 170px;
  }
}
.home-features .features-list .features-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 1290px) {
  .home-features .features-list .features-item {
    row-gap: 17.5px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .home-features .features-list .features-item {
    background-color: #ffffff;
    padding-top: 24px;
  }
}
.home-features .features-list .features-item .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 366px;
  height: 202px;
  border-radius: 8px;
  background-image: linear-gradient(180deg, #eaf3fb 0%, #ffffff 100%);
  box-shadow: 0px 0px 0px 4px #ffffff;
}
@media (max-width: 1290px) {
  .home-features .features-list .features-item .image-container {
    width: 267px;
    height: 147px;
  }
}
@media (max-width: 600px) {
  .home-features .features-list .features-item .image-container {
    width: 366px;
    height: 202px;
  }
}
@media (max-width: 420px) {
  .home-features .features-list .features-item .image-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
}
.home-features .features-list .features-item .image-container img {
  display: block;
  transition: transform 0.2s linear;
}
.home-features .features-list .features-item .image-container img:hover {
  transform: scale(1.03);
}
.home-features .features-list .features-item .features-desc {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0 8px;
}
@media (max-width: 1290px) {
  .home-features .features-list .features-item .features-desc {
    width: 267px;
  }
}
@media (max-width: 600px) {
  .home-features .features-list .features-item .features-desc {
    width: 100%;
    padding-top: 24px;
    margin-bottom: 0;
    text-align: center;
  }
}
.home-features .features-list .features-item .features-desc .features-desc-1 {
  color: #333940;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1290px) {
  .home-features .features-list .features-item .features-desc .features-desc-1 {
    font-size: 16px;
  }
}
.home-features .features-list .features-item .features-desc .features-desc-2 {
  color: #999999;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-features .features-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}
.home-features .features-button-group .features-button-prev,
.home-features .features-button-group .features-button-next {
  margin-top: 24px;
  color: #333940;
  cursor: pointer;
}
.home-features .features-button-group .features-button-prev.disabled,
.home-features .features-button-group .features-button-next.disabled {
  color: #999999;
}
