.one {
  background: linear-gradient(225deg, #95BBF9 0%, #E7F1FC 35%, #E7F1FC 68%, #819AED 100%);
  width: 100%;
  height: 821px;
}

.one-content {
  width: 100%;
  height: 100%;
  background: url("../img/index/bg.png") no-repeat;
  background-size: cover;
}

.one-content-bg {
  width: 100%;
  height: 100%;
  position: relative;
  /* background: url("../img/index/group13.png") no-repeat;
  background-size: 100% 100%; */
}
.one-content-bg-top{
  position: absolute;
  top: 0;
  z-index: 100;
}
.one-content-bg img{
  width: 1061px;
  position: absolute;
  bottom: 0;
}

.trial-btns {
  width: 142px;
  height: 45px;
}

.two-list {
  width: 241px;
  height: 320px;
  background: linear-gradient(180deg, #DEE9FD 0%, rgba(222, 233, 253, 0) 100%);
  border-radius: 8px;
  border: 1px solid #C1D7FD;
  margin-right: 32px;
  padding: 0 18px 20px;
}

.two-list:last-child {
  margin-right: 0;
}

.two-list-img {
  width: 120px;
  height: 120px;
}

.three-header {
  padding: 6px;
  height: 74px;
  border-radius: 8px;
}

.three-header-content {
  width: 210px;
  height: 62px;
  border-radius: 8px;
  font-size: 20px;
  color: #707989;
  margin-right: 16px;

}
.three-header-content img{
  width: 30px;
}

.three-header-content-active {
  background: linear-gradient(90deg, #3880F8 0%, #5DA2FF 100%);
  color: #fff;
}
.three-header-content-img{
  width: 680px;
}
.four-content {
  height: 423px;
  background: url("../img/index/group3.png") no-repeat;
  background-size: 1299px 100%;
}
.four-content img{
  width: 414px;
}
.four-right {
  width: 734px;
  height: 239px;
  box-shadow: 0px 4px 27px 4px rgba(156, 198, 255, 0.4);
  border-radius: 8px;
}

.four-right-content {
  border-bottom: 1px solid #DAE0E9;
  padding-bottom: 30px;
}

.four-right-btn {
  width: 142px;
  height: 45px;
  cursor: pointer;
}

.five-top {
  position: relative;
  width: 1200px;
  height: 405px;
  margin: 150px auto 20px;
  background: linear-gradient(180deg, #DEE9FD 0%, rgba(222, 233, 253, 0.3) 100%);
  border-radius: 8px;
  border: 1px solid #C1D7FD;
}

.five-bottom {
  width: 1200px;
  margin: 0 auto;
}

.five-top-img {
  position: absolute;
  top: -80px;
  right: 20px;
  width: 487px;
  height: 487px;
  background: linear-gradient(147deg, #BED6FF 0%, rgba(190, 214, 255, 0) 100%);
  border-radius: 0px;
  border-radius: 50%;
}

.five-top-img img {
  border-radius: 50%;
  width: 440px;
}
.five-bottom-content img{
  width: 590px;
}
.five-top-content-desc {
  width: 509px;
}

.five-bottom-content {
  width: 691px;
  height: 613px;
  background: linear-gradient(180deg, #DEE9FD 0%, rgba(222, 233, 253, 0.3) 100%);
  border-radius: 8px;
}

.five-bottom-content img {
  border: 1px dashed #888;
  margin-top: 20px;
}

.five-bottom-right {
  width: 409px;
  height: 613px;
  background: linear-gradient(180deg, #4381FF 0%, #4A93FE 100%);
  border-radius: 8px;
  padding-left: 80px;
}

.five-bottom-right-desc {
  width: 280px;
}



