.banner1 {
  width: 100vw;
  background-size: 100% 100%;
  background: linear-gradient(180deg, #e4e6ff 0%, #f4f5ff 100%);
  padding: 80px 0 0 0;
}
.banner1 .left-box {
  margin-top: 50px;
}
.banner1 .title-1 {
  z-index: 2;
  padding: 0 0 0 50px;
  position: relative;
  left: -50px;
  white-space: nowrap;
}
.banner1 .title-2-4 {
  margin-top: 20px;
}
.banner1 .free-trial {
  margin-top: 48px;
}
.banner1 .content-2 {
  margin-top: 36px;
  margin-bottom: 40px;
}
.banner1 img {
  width: 24px;
}
.banner1 .btn {
  width: 200px;
  height: 60px;
  margin: 0 24px 24px 0;
  background: #ffffff;
  box-shadow: 0px 6px 12px 1px rgba(105, 88, 254, 0.2);
  border-radius: 8px 8px 8px 8px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.banner1 .right-img-box {
  position: relative;
  margin-top: 48px;
  margin-left: 30px;
}
.banner1 .right-img-box .banner-bg-img {
  width: 734px;
  position: absolute;
  top: -48px;
  left: -40px;
  z-index: 0;
}
.banner1 .right-img-box .right-img {
  width: 735px;
  position: relative;
  z-index: 1;
}
.banner1 .right-img-box .play-box {
  width: 40px;
  height: 40px;
  background-image: url('../assets/index/bf_def@2x.png');
  background-size: 100% 100%;
  position: absolute;
  cursor: pointer;
  z-index: 3;
}
.banner1 .right-img-box .play-box:hover {
  background-image: url('../assets/index/bf_hover@2x.png');
}
.banner1 .right-img-box .play-box-1 {
  left: 43%;
  top: 134px;
}
.banner1 .right-img-box .play-box-2 {
  right: 168px;
  top: 342px;
}
.banner1 .bottom-box {
  width: 1200px;
  height: 146px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 16px 16px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner1 .bottom-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner1 .bottom-box .item .icon-img {
  width: 40px;
  height: 40px;
}
.banner1 .bottom-box .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 12px;
}
.banner2 {
  background: linear-gradient(180deg, #f4f5ff 0%, #fafaff 100%);
  padding: 84px 0 0 0;
}
.banner2 .content-3 {
  margin: 30px 0 30px 0;
}
.banner2 .title-2 {
  z-index: 2;
  padding: 0 0 0 50px;
  position: relative;
  left: -50px;
  white-space: nowrap;
}
.banner2 .bottom-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner2 .bottom-box .item {
  width: 285px;
  height: 270px;
  margin: 0 20px 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner2 .bottom-box .item:nth-child(4) {
  margin: 0 0 20px 0;
}
.banner2 .bottom-box .item:nth-child(8) {
  margin: 0 0 20px 0;
}
.banner2 .bottom-box .item .icon-img {
  width: 90px;
  height: 90px;
}
.banner2 .bottom-box .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 14px 0 15px 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.banner2 .bottom-box .item .title .icon-img-2 {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
}
.banner2 .bottom-box .item .content {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.banner3 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fafaff 0%, #fefeff 100%);
}
.banner3 .right-img {
  width: 610px;
  position: relative;
  right: -20px;
}
.banner3 .left-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner3 .left-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner3 .left-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner3 .left-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner3 .left-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner3 .left-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner3 .left-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner4 {
  width: 100vw;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fefeff 0%, #fdfdff 100%);
}
.banner4 .left-img {
  width: 590px;
  position: relative;
  left: -20px;
}
.banner4 .right-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner4 .right-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner4 .right-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner4 .right-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner4 .right-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner4 .right-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner4 .right-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner5 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fdfdff 0%, #fafaff 100%);
}
.banner5 .right-img {
  width: 610px;
  position: relative;
  right: -20px;
}
.banner5 .left-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner5 .left-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner5 .left-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner5 .left-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner5 .left-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner5 .left-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner5 .left-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner6 {
  width: 100vw;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fafaff 0%, #f7f8ff 100%);
}
.banner6 .left-img {
  width: 590px;
  position: relative;
  left: -20px;
}
.banner6 .right-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner6 .right-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner6 .right-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner6 .right-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner6 .right-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner6 .right-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner6 .right-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner6 .right-div .list-box .item:nth-child(5) {
  margin-right: 0;
}
.banner7 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f7f8ff 0%, #f5f5ff 100%);
}
.banner7 .right-img {
  width: 610px;
  position: relative;
  right: -20px;
}
.banner7 .left-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner7 .left-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner7 .left-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner7 .left-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner7 .left-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner7 .left-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner7 .left-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner8 {
  width: 100vw;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f5f5ff 0%, #f2f3ff 100%);
}
.banner8 .left-img {
  width: 590px;
  position: relative;
  left: -20px;
}
.banner8 .right-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner8 .right-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner8 .right-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner8 .right-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner8 .right-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner8 .right-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner8 .right-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner8 .right-div .list-box .item:nth-child(5) {
  margin-right: 0;
}
.banner9 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f2f3ff 0%, #f4f5ff 100%);
}
.banner9 .right-img {
  width: 610px;
  position: relative;
  right: -20px;
}
.banner9 .left-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner9 .left-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner9 .left-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner9 .left-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner9 .left-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner9 .left-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner9 .left-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner10 {
  width: 100vw;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f4f5ff 0%, #f8f8ff 100%);
}
.banner10 .left-img {
  width: 590px;
  position: relative;
  left: -20px;
}
.banner10 .right-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner10 .right-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner10 .right-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner10 .right-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner10 .right-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner10 .right-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner10 .right-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner10 .right-div .list-box .item:nth-child(5) {
  margin-right: 0;
}
.banner11 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f8f8ff 0%, #fcfcff 100%);
}
.banner11 .right-img {
  width: 610px;
}
.banner11 .left-div {
  background-image: url('../assets/index/bj@2x.png');
  background-size: 100% 100%;
}
.banner11 .left-div .title-2 {
  z-index: 2;
  white-space: nowrap;
}
.banner11 .left-div .title-5 {
  margin: 16px 0 20px 0;
}
.banner11 .left-div .list-box {
  margin-top: 32px;
  display: flex;
}
.banner11 .left-div .list-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 30px;
}
.banner11 .left-div .list-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner11 .left-div .list-box .item .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  white-space: nowrap;
}
.banner12 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 107px 0 0 0;
  background: linear-gradient(180deg, #fcfcff 0%, #fafaff 100%);
}
.banner12 .content-3 {
  margin: 20px 0 40px 0;
}
.banner12 .content-box {
  width: 1200px;
  height: 955px;
  background-image: url('../assets/index/t_10@2x.png');
  background-size: 101% 100%;
  background-position: center center;
  display: flex;
}
.banner12 .content-box .left-box {
  width: 600px;
  margin-top: 463px;
  padding: 0 0 0 60px;
}
.banner12 .content-box .left-box .title-box {
  margin-bottom: 27px;
}
.banner12 .content-box .left-box .title-box .icon-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.banner12 .content-box .left-box .list-item {
  width: 430px;
  height: 83px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
.banner12 .content-box .left-box .list-item .icon-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.banner12 .content-box .right-box {
  width: 600px;
  margin-top: 463px;
  padding: 0 0 0 60px;
  color: #FFFFFF;
}
.banner12 .content-box .right-box .title-box {
  color: #FFFFFF;
  margin-bottom: 27px;
}
.banner12 .content-box .right-box .title-box .icon-img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.banner12 .content-box .right-box .list-item {
  width: 430px;
  height: 83px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.banner12 .content-box .right-box .list-item .icon-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.banner13 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fafaff 0%, #f6f6ff 100%);
}
.banner13 .content-3 {
  margin: 20px 0 40px 0;
}
.banner13 .content-box {
  position: relative;
  padding-top: 10px;
}
.banner13 .content-box .row {
  margin-bottom: 20px;
}
.banner13 .content-box .row .icon-img:last-child {
  margin-right: 0;
}
.banner13 .content-box .row .icon-img {
  width: 180px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 10px 10px;
  margin-right: 20px;
}
.banner13 .content-box::before {
  content: '';
  width: 360px;
  height: 430px;
  background: rgba(242, 245, 254, 0.8);
  border-radius: 0px 0px 0px 0px;
  filter: blur(30px);
  position: absolute;
  left: -200px;
  top: -20px;
  z-index: 99;
}
.banner13 .content-box::after {
  content: '';
  width: 360px;
  height: 430px;
  background: rgba(242, 245, 254, 0.8);
  border-radius: 0px 0px 0px 0px;
  opacity: 0.8;
  filter: blur(30px);
  position: absolute;
  right: -200px;
  top: -20px;
  z-index: 99;
}
.banner14 {
  width: 100vw;
  background-size: 100% 100%;
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f6f6ff 0%, #f3f3ff 100%);
}
.banner14 .content-3 {
  margin: 20px 0 40px 0;
}
.banner14 .content-box {
  width: 1200px;
  height: 190px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
}
.banner14 .content-box .item {
  width: 195px;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #DDDCE0;
}
.banner14 .content-box .item:last-child {
  border-right: none;
}
.banner14 .content-box .item .icon-img {
  width: 48px;
  height: 48px;
}
.banner14 .content-box .item .title-5 {
  margin: 15px 0;
}
.banner15 {
  width: 100vw;
  padding: 80px 0;
  background: linear-gradient(180deg, #f3f3ff 0%, #edeeff 100%);
}
.banner15 .bg-box {
  width: 1200px;
  height: 554px;
  margin-top: 48px;
  background: #f9f9ff;
  border-radius: 48px;
  padding: 105px;
}
.banner15 .title-2 {
  position: relative;
  z-index: 1;
}
.banner15 .content-3 {
  margin-bottom: 36px;
}
.banner15 .circle::after {
  content: "";
  width: 36px;
  height: 36px;
  background: #C6CAF8;
  position: absolute;
  left: -15px;
  top: -5px;
  border-radius: 100%;
  z-index: -1;
}
.banner15 .btn {
  width: 302px;
  height: 56px;
  border-radius: 40px;
  padding: 0 40px;
  margin: 0 24px 20px 0;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.banner15 .btn .right-box {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 40px;
  font-weight: 400;
  font-size: 16px;
}
.banner15 .btn .right-box img {
  width: 32px;
  height: 32px;
}
.banner15 .message-box {
  display: none;
  width: 160px;
  height: 160px;
  padding: 5px;
  border-radius: 15px;
  background: #FFFFFF;
  z-index: 9999;
  top: -175px;
  left: -55px;
  position: absolute;
}
.banner15 .message-box::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  top: 160px;
  left: 60px;
  border-radius: 5px;
}
.banner15 .btn:hover .message-box {
  display: block;
}
.banner15 .btn:hover .message-box .qrcode {
  width: 100%;
  height: 100%;
}
.banner15 .btn .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.banner15 .macos-btn {
  background: #7E88A3;
}
.banner15 .black-btn {
  background: #333333;
}
.banner15 .purple-btn {
  background: #4A38C8;
}
.banner15 .green-btn {
  background: #67C838;
}
.banner15 .blue-btn {
  background: #2A93FD;
}
.banner15 .red-btn {
  background: #FE6C6C;
}
.banner16 {
  width: 100vw;
  height: 362px;
  padding: 80px 0;
  background: linear-gradient(180deg, #e4eaff 0%, #d8daff 100%);
}
.banner16 .content-3 {
  margin: 32px 0 36px 0;
}
