.page-first-screen {
  height: 1006px;
  overflow: hidden;
  padding-top: 96px;
}
.page-first-screen .screen-banner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.page-first-screen .screen-banner-info {
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 162px auto 0 auto;
}
.page-first-screen .screen-banner-info h2 {
  font-size: var(--font-size-72);
  font-weight: var(--font-weight-600);
  color: var(--color-white);
}
.page-first-screen .screen-banner-info h2 span {
  color: var(--color-E52629);
}
.page-first-screen .screen-banner-info p {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight);
  color: var(--color-white);
}
.page-first-screen .screen-banner-info-icon {
  width: 305px;
  position: absolute;
  right: 26px;
  top: -152px;
}
.page-first-screen .screen-banner-info-icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .page-first-screen .screen-banner-info-icon {
    width: 240px;
    top: -113px;
    right: 118px;
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen .screen-banner-info-icon {
    width: 180px;
    top: -84px;
    right: 221px;
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen .screen-banner-info {
    margin-top: 120px;
  }
}
.page-first-screen .screen-banner-icon {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: end;
  padding: 29px 38px 0 38px;
  box-sizing: border-box;
}
.page-first-screen .screen-banner-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1650px) {
  .page-first-screen .screen-banner-icon {
    padding: calc(29px * 0.86) calc(38px * 0.86) 0 calc(38px * 0.86);
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen .screen-banner-icon {
    padding: calc(29px * 0.73) calc(38px * 0.73) 0 calc(38px * 0.73);
  }
}
@media screen and (max-width: 1650px) {
  .page-first-screen {
    height: calc(1006px * 0.86);
  }
}
@media screen and (max-width: 1420px) {
  .page-first-screen {
    height: calc(1006px * 0.73);
  }
}

.page-example-video {
  height: auto;
  overflow: hidden;
  margin-top: -400px;
  margin-bottom: 137px;
}
.page-example-video div {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.page-example-video div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1650px) {
  .page-example-video {
    margin-top: -320px;
    margin-bottom: calc(137px * 0.86);
  }
}
@media screen and (max-width: 1420px) {
  .page-example-video {
    margin-top: -260px;
    margin-bottom: calc(137px * 0.73);
  }
}

.page-scrm-type-more {
  position: relative;
  height: 400px;
  background: var(--color-D6EAFF);
  border-radius: var(--border-radius);
}
.page-scrm-type-more .more-icon {
  padding: 0 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}
.page-scrm-type-more .more-icon img {
  width: 755px;
  height: auto;
  margin-right: -20px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-more .more-icon img {
    width: 550px;
    height: auto;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-more .more-icon img {
    width: 500px;
    height: auto;
  }
}
.page-scrm-type-more .more-icon-fission {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 79px;
  box-sizing: border-box;
}
.page-scrm-type-more .more-icon-fission img {
  width: 1035px;
  height: auto;
  margin-top: 54px;
  margin-right: 0;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-more .more-icon-fission {
    padding: 0 calc(79px * 0.86);
  }
  .page-scrm-type-more .more-icon-fission img {
    width: calc(1035px * 0.86);
    margin-top: 48px;
    margin-right: 0;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a {
    width: 162px;
    height: 56px;
    border-radius: 64.8px;
    font-size: var(--font-size-24);
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(1) {
    bottom: 106px;
    right: 533px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(2) {
    top: 42px;
    right: 468px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(3) {
    top: 120px;
    right: 301px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(4) {
    bottom: 36px;
    right: 276px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(5) {
    top: 52px;
    right: 172px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-left a:nth-child(6) {
    bottom: 106px;
    right: 51px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-next {
    width: 92px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-qw {
    width: 190px;
    height: 190px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-qw .more-icon-qw-inner {
    width: 160px;
    height: 160px;
  }
  .page-scrm-type-more .more-icon-fission .more-icon-qw .more-icon-qw-inner img {
    width: 100px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-more .more-icon-fission {
    padding: 0 calc(79px * 0.73);
  }
  .page-scrm-type-more .more-icon-fission img {
    width: calc(1035px * 0.73);
    margin-top: 34px;
    margin-right: 0;
  }
}
.page-scrm-type-more .more-text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.page-scrm-type-more .more-text h4 {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-600);
  color: var(--color-1D1D1F);
}
.page-scrm-type-more .more-text p {
  font-size: var(--font-size-24);
  color: var(--color-111111);
  margin-top: 16px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-more {
    height: calc(400px * 0.86);
  }
  .page-scrm-type-more .more-icon {
    padding: 0 40px;
  }
  .page-scrm-type-more .more-icon img {
    width: calc(755px * 0.86);
  }
  .page-scrm-type-more .more-icon-left img:nth-child(12) {
    right: 26px;
    bottom: 48px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(11) {
    right: 24px;
    top: 43px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(10) {
    right: 106px;
    bottom: 90px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(9) {
    right: 156px;
    bottom: 20px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(8) {
    right: 170px;
    top: 29px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(7) {
    right: 195px;
    top: 103px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(6) {
    right: 273px;
    bottom: 54px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(5) {
    right: 300px;
    top: 36px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(4) {
    right: 323px;
    top: 112px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(3) {
    right: 370px;
    bottom: 30px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(2) {
    right: 433px;
    bottom: 90px;
  }
  .page-scrm-type-more .more-icon-left img:nth-child(1) {
    right: 481px;
    top: 97px;
  }
  .page-scrm-type-more .more-icon-next {
    width: 40px;
  }
  .page-scrm-type-more .more-icon-next img {
    width: 40px;
  }
  .page-scrm-type-more .more-icon-qw {
    width: 90px;
    height: 90px;
    margin-left: 24px;
  }
  .page-scrm-type-more .more-icon-qw img {
    width: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-more {
    height: calc(400px * 0.73);
  }
  .page-scrm-type-more .more-icon img {
    width: calc(755px * 0.73);
  }
}

.page-scrm-type-list {
  height: auto;
  overflow: hidden;
}
.page-scrm-type-list li {
  width: 734px;
  height: 510px;
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 40px 60px 0 60px;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-right: 32px;
  margin-bottom: 32px;
}
.page-scrm-type-list li:nth-child(2n) {
  margin-right: 0;
}
.page-scrm-type-list li:nth-child(3), .page-scrm-type-list li:nth-child(4) {
  margin-bottom: 0;
}
.page-scrm-type-list li h4 {
  font-size: var(--font-size-36);
  color: var(--color-1D1D1F);
  font-weight: var(--font-weight-600);
}
.page-scrm-type-list li p {
  font-size: var(--font-size-20);
  color: var(--color-111111);
  margin-top: 20px;
  line-height: 2em;
}
.page-scrm-type-list li div {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.page-scrm-type-list li .type-more-600 img {
  width: 600px;
}
.page-scrm-type-list li .type-more-660 img {
  width: 660px;
}
.page-scrm-type-list li .type-more-591 {
  bottom: -10px;
}
.page-scrm-type-list li .type-more-591 img {
  width: 591px;
}
.page-scrm-type-list li .type-more-627 {
  bottom: -8px;
}
.page-scrm-type-list li .type-more-627 img {
  width: 627px;
}
.page-scrm-type-list li:nth-child(1) {
  background: linear-gradient(124deg, rgba(151, 170, 248, 0.8) -30%, rgba(191, 227, 250, 0.8) 98%);
}
.page-scrm-type-list li:nth-child(2) {
  background: #E4E9F3;
}
.page-scrm-type-list li:nth-child(3) {
  background: #E4E9F3;
}
.page-scrm-type-list li:nth-child(4) {
  background: linear-gradient(181deg, #B0EBFE 0%, #BCFAEF 98%);
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-list li {
    padding: calc(40px * 0.86) calc(60px * 0.86) 0 calc(60px * 0.86);
    width: calc(734px * 0.86);
    margin-right: calc(32px * 0.86);
    margin-bottom: calc(32px * 0.86);
    height: calc(510px * 0.86);
  }
  .page-scrm-type-list li .type-more-600 img {
    width: 500px;
  }
  .page-scrm-type-list li .type-more-660 img {
    width: 550px;
  }
  .page-scrm-type-list li .type-more-591 img {
    width: 541px;
  }
  .page-scrm-type-list li .type-more-627 img {
    width: 540px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-list li {
    padding: calc(40px * 0.73) calc(60px * 0.73) 0 calc(60px * 0.73);
    width: calc(734px * 0.73);
    margin-right: calc(32px * 0.73);
    margin-bottom: calc(32px * 0.73);
    height: calc(510px * 0.73);
  }
  .page-scrm-type-list li p {
    margin-top: 16px;
    line-height: 1.5em;
  }
  .page-scrm-type-list li .type-more-600 img {
    width: 420px;
  }
  .page-scrm-type-list li .type-more-660 img {
    width: 500px;
  }
  .page-scrm-type-list li .type-more-591 img {
    width: 480px;
  }
  .page-scrm-type-list li .type-more-627 img {
    width: 500px;
  }
}

.page-scrm-type-fission li {
  height: 510px;
}
.page-scrm-type-fission li div {
  bottom: -30px;
}
.page-scrm-type-fission li div img {
  width: 548px;
}
.page-scrm-type-fission li:nth-child(1), .page-scrm-type-fission li:nth-child(2) {
  margin-bottom: 0;
}
.page-scrm-type-fission li:nth-child(1) {
  background: linear-gradient(127deg, #EFECFE 6%, #DBD3FF 100%);
}
.page-scrm-type-fission li:nth-child(2) {
  background: linear-gradient(126deg, #B4D3FA 3%, #A8BAFF 100%);
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-fission li {
    height: calc(510px * 0.86);
  }
  .page-scrm-type-fission li div img {
    width: 480px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-fission li {
    height: calc(510px * 0.73);
  }
  .page-scrm-type-fission li div img {
    width: 430px;
  }
}

.page-scrm-type-unified li {
  padding: 60px 60x 0 60px;
  height: 550px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-scrm-type-unified li:nth-child(2), .page-scrm-type-unified li:nth-child(3) {
  width: 850px;
  background: var(--color-white);
}
.page-scrm-type-unified li:nth-child(1), .page-scrm-type-unified li:nth-child(4) {
  width: 620px;
  background: var(--color-C2DEFE);
}
.page-scrm-type-unified li .type-unified-473 img {
  width: 473px;
}
.page-scrm-type-unified li .type-unified-616 img {
  width: 616px;
}
.page-scrm-type-unified li .type-unified-760 img {
  width: 760px;
}
.page-scrm-type-unified li .type-unified-460 img {
  width: 460px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-unified li {
    padding: calc(60px * 0.86) calc(60px * 0.86) 0 calc(60px * 0.86);
    height: calc(550px * 0.86);
    margin-right: calc(30px * 0.86);
    margin-bottom: calc(30px * 0.86);
  }
  .page-scrm-type-unified li:nth-child(2), .page-scrm-type-unified li:nth-child(3) {
    width: calc(850px * 0.86);
  }
  .page-scrm-type-unified li:nth-child(1), .page-scrm-type-unified li:nth-child(4) {
    width: calc(620px * 0.86);
  }
  .page-scrm-type-unified li .type-unified-473 img {
    width: 423px;
  }
  .page-scrm-type-unified li .type-unified-616 img {
    width: 540px;
  }
  .page-scrm-type-unified li .type-unified-760 img {
    width: 680px;
  }
  .page-scrm-type-unified li .type-unified-460 img {
    width: 410px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-unified li {
    padding: calc(60px * 0.73) calc(60px * 0.73) 0 calc(60px * 0.73);
    height: calc(550px * 0.73);
    margin-right: calc(30px * 0.73);
    margin-bottom: calc(30px * 0.73);
  }
  .page-scrm-type-unified li:nth-child(2), .page-scrm-type-unified li:nth-child(3) {
    width: calc(850px * 0.73);
  }
  .page-scrm-type-unified li:nth-child(1), .page-scrm-type-unified li:nth-child(4) {
    width: calc(620px * 0.73);
  }
  .page-scrm-type-unified li .type-unified-473 img {
    width: 400px;
  }
  .page-scrm-type-unified li .type-unified-616 img {
    width: 500px;
  }
  .page-scrm-type-unified li .type-unified-760 img {
    width: 580px;
  }
  .page-scrm-type-unified li .type-unified-460 img {
    width: 356px;
  }
}

.page-scrm-type-flip-unified li {
  height: 550px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-scrm-type-flip-unified li:nth-child(1), .page-scrm-type-flip-unified li:nth-child(4) {
  width: 850px;
  background: var(--color-C2DEFE);
}
.page-scrm-type-flip-unified li:nth-child(2), .page-scrm-type-flip-unified li:nth-child(3) {
  width: 620px;
  background: var(--color-EEF4FE);
}
.page-scrm-type-flip-unified li .flip-unified-644 img {
  width: 644px;
}
.page-scrm-type-flip-unified li .flip-unified-580 {
  bottom: -30px;
}
.page-scrm-type-flip-unified li .flip-unified-580 img {
  width: 580px;
}
.page-scrm-type-flip-unified li .flip-unified-490 img {
  width: 490px;
}
.page-scrm-type-flip-unified li .flip-unified-558 img {
  width: 558px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-flip-unified li {
    height: calc(550px * 0.86);
  }
  .page-scrm-type-flip-unified li:nth-child(1), .page-scrm-type-flip-unified li:nth-child(4) {
    width: 750px;
    background: var(--color-C2DEFE);
  }
  .page-scrm-type-flip-unified li:nth-child(2), .page-scrm-type-flip-unified li:nth-child(3) {
    width: 520px;
    background: var(--color-EEF4FE);
  }
  .page-scrm-type-flip-unified li .flip-unified-644 img {
    width: 590px;
  }
  .page-scrm-type-flip-unified li .flip-unified-580 {
    bottom: -30px;
  }
  .page-scrm-type-flip-unified li .flip-unified-580 img {
    width: 470px;
  }
  .page-scrm-type-flip-unified li .flip-unified-490 {
    bottom: 5px;
  }
  .page-scrm-type-flip-unified li .flip-unified-490 img {
    width: 430px;
  }
  .page-scrm-type-flip-unified li .flip-unified-558 img {
    width: 500px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-flip-unified li {
    height: calc(550px * 0.73);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .page-scrm-type-flip-unified li:nth-child(1), .page-scrm-type-flip-unified li:nth-child(4) {
    width: 600px;
    background: var(--color-C2DEFE);
  }
  .page-scrm-type-flip-unified li:nth-child(2), .page-scrm-type-flip-unified li:nth-child(3) {
    width: 470px;
    background: var(--color-EEF4FE);
  }
  .page-scrm-type-flip-unified li .flip-unified-644 {
    bottom: 20px;
  }
  .page-scrm-type-flip-unified li .flip-unified-644 img {
    width: 460px;
  }
  .page-scrm-type-flip-unified li .flip-unified-580 {
    bottom: 0px;
  }
  .page-scrm-type-flip-unified li .flip-unified-580 img {
    width: 380px;
  }
  .page-scrm-type-flip-unified li .flip-unified-490 img {
    width: 380px;
  }
  .page-scrm-type-flip-unified li .flip-unified-558 {
    bottom: 0;
  }
  .page-scrm-type-flip-unified li .flip-unified-558 img {
    width: 420px;
  }
}

.page-scrm-type-interaction li:nth-child(1), .page-scrm-type-interaction li:nth-child(4) {
  background: var(--color-EEF4FE);
}
.page-scrm-type-interaction li:nth-child(2), .page-scrm-type-interaction li:nth-child(3) {
  background: var(--color-C2DEFE);
}

.page-scrm-type-360 li {
  margin-right: 30px;
}
.page-scrm-type-360 li:nth-child(1), .page-scrm-type-360 li:nth-child(2) {
  height: 650px;
}
.page-scrm-type-360 li:nth-child(1) {
  width: 868px;
  height: 650px;
  background: linear-gradient(180deg, rgba(191, 227, 250, 0.8) -9%, rgba(151, 170, 248, 0) 120%);
}
.page-scrm-type-360 li:nth-child(2) {
  width: 602px;
  padding: 0;
  background: unset;
  border-radius: unset;
}
.page-scrm-type-360 li:nth-child(2) div {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px 0px rgba(129, 190, 255, 0.1);
  height: auto;
  overflow: hidden;
  padding: 16px 32px;
  box-sizing: border-box;
  position: relative;
  left: unset;
  bottom: unset;
  margin-bottom: 24px;
  flex-direction: column;
  border-radius: 16px;
}
.page-scrm-type-360 li:nth-child(2) div h5 {
  font-size: var(--font-size-30);
  color: var(--color-1D1D1F);
}
.page-scrm-type-360 li:nth-child(2) div p {
  margin-top: 4px;
  font-size: var(--font-size-18);
  font-weight: normal;
  color: var(--color-767676);
}
.page-scrm-type-360 li .type-360-648 {
  bottom: 30px;
}
.page-scrm-type-360 li .type-360-648 img {
  width: 648px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-type-360 li:nth-child(1), .page-scrm-type-360 li:nth-child(2) {
    height: calc(650px * 0.86);
  }
  .page-scrm-type-360 li:nth-child(1) {
    width: calc(868px * 0.86);
    height: calc(650px * 0.86);
    margin-right: calc(32px * 0.86);
  }
  .page-scrm-type-360 li:nth-child(2) {
    width: calc(602px * 0.86);
  }
  .page-scrm-type-360 li:nth-child(2) div {
    margin-bottom: calc(32px * 0.4);
    padding: 16px 24px;
  }
  .page-scrm-type-360 li .type-360-648 {
    bottom: 0;
  }
  .page-scrm-type-360 li .type-360-648 img {
    width: 590px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-type-360 li:nth-child(1), .page-scrm-type-360 li:nth-child(2) {
    height: calc(650px * 0.73);
  }
  .page-scrm-type-360 li:nth-child(1) {
    width: calc(868px * 0.73);
    height: calc(650px * 0.73);
    margin-right: calc(32px * 0.73);
  }
  .page-scrm-type-360 li:nth-child(2) {
    width: calc(602px * 0.73);
  }
  .page-scrm-type-360 li:nth-child(2) div {
    margin-bottom: 18px;
    padding: 16px 24px;
  }
  .page-scrm-type-360 li .type-360-648 {
    bottom: 0;
  }
  .page-scrm-type-360 li .type-360-648 img {
    width: 480px;
  }
}

.page-scrm-service {
  height: auto;
  overflow: hidden;
}
.page-scrm-service-item, .page-scrm-service-item-more .more-item {
  background: var(--color-EEF4FE);
  padding: 40px 50px 40px 60px;
  box-sizing: border-box;
  border-radius: 16px;
}
.page-scrm-service-item h4, .page-scrm-service-item-more .more-item h4 {
  font-size: var(--font-size-32);
  color: var(--color-1D1D1F);
  font-weight: var(--font-weight-600);
}
.page-scrm-service-item p, .page-scrm-service-item-more .more-item p {
  font-size: var(--font-size-20);
  color: var(--color-3D3D3D);
  margin-top: 20px;
}
.page-scrm-service-item {
  width: 352px;
  height: 600px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.page-scrm-service-adviser {
  position: relative;
}
.page-scrm-service-adviser .adviser-icon {
  position: absolute;
}
.page-scrm-service-adviser .adviser-icon1 {
  width: 329px;
  bottom: -8px;
  left: -86px;
}
.page-scrm-service-adviser .adviser-icon2 {
  width: 73px;
  bottom: 350px;
  left: 94px;
}
.page-scrm-service-adviser .adviser-icon3 {
  width: 123px;
  bottom: 228px;
  right: 26px;
}
.page-scrm-service-ai {
  position: relative;
}
.page-scrm-service-ai .item-circle {
  left: 50%;
  margin-left: -145px;
  bottom: 65px;
  position: absolute;
  width: 290px;
  height: 290px;
  border: 2px solid var(--color-DDEAFF);
  border-radius: 50%;
}
.page-scrm-service-ai .item-circle .item-circle-inner, .page-scrm-service-ai .item-circle .item-circle-spot {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.page-scrm-service-ai .item-circle .item-circle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-scrm-service-ai .item-circle .item-circle-spot {
  width: 10px;
  height: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-E9E8FE);
  box-sizing: border-box;
}
.page-scrm-service-ai .item-circle .item-circle-spot1 {
  left: 50%;
  top: -5px;
  margin-left: -5px;
}
.page-scrm-service-ai .item-circle .item-circle-spot2 {
  left: 5px;
  top: 196px;
}
.page-scrm-service-ai .item-circle .item-circle-spot3 {
  right: -4px;
  top: 165px;
}
.page-scrm-service-ai .item-circle .item-circle-inner1 {
  width: 81px;
  height: 81px;
  background: var(--color-DDEAFF);
  right: 0;
  bottom: 0;
}
.page-scrm-service-ai .item-circle .item-circle-inner1 img {
  width: 59px;
}
.page-scrm-service-ai .item-circle .item-circle-inner2 {
  width: 46px;
  height: 46px;
  right: 10px;
  top: 20px;
}
.page-scrm-service-ai .item-circle .item-circle-inner2 img {
  width: 46px;
  transform: rotateY(180deg);
}
.page-scrm-service-ai .item-circle .item-circle-inner3 {
  width: 52px;
  height: 52px;
  left: 0;
  top: 40px;
  background: var(--color-DDEAFF);
}
.page-scrm-service-ai .item-circle .item-circle-inner3 img {
  width: 21px;
}
.page-scrm-service-ai .item-circle-m {
  width: 206px;
  height: 206px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -103px;
  margin-top: -103px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4px;
}
.page-scrm-service-ai .item-circle-m-inner {
  background: linear-gradient(154deg, #F1F7FD 19%, #D6E4FC 88%);
  border-radius: 50%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-scrm-service-ai .item-circle-m-inner-m {
  width: 162px;
  height: 162px;
  background: linear-gradient(221deg, #FCFDFF 20%, #F1F8FF 106%);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-scrm-service-ai .item-circle-m-inner-m span {
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-600);
  font-variation-settings: "opsz" auto;
  background: linear-gradient(109deg, #7AB2F7 12%, #8BF0F7 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-scrm-service-item-more {
  width: 352px;
  height: 600px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}
.page-scrm-service-item-more:last-child {
  margin-right: 0;
}
.page-scrm-service-item-more .more-item {
  width: 353px;
  height: 285px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 30px;
}
.page-scrm-service-item-more .more-item:last-child {
  margin-bottom: 0;
}
.page-scrm-service-item-more .more-item-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: 30px;
}
.page-scrm-service-item-more .more-item-icon img {
  width: 40px;
}
@media screen and (max-width: 1650px) {
  .page-scrm-service-item {
    width: calc(352px * 0.86);
    height: calc(600px * 0.86);
    margin-right: calc(30px * 0.86);
    padding: 34px calc(50px * 0.86) 34px 52px;
  }
  .page-scrm-service-item-more {
    width: calc(352px * 0.86);
    height: calc(600px * 0.86);
    margin-right: calc(30px * 0.86);
  }
  .page-scrm-service-item-more .more-item {
    margin-bottom: calc(30px * 0.86);
    width: 100%;
    height: calc(285px * 0.86);
    padding: 34px calc(50px * 0.86) 34px 52px;
  }
  .page-scrm-service-item-more .more-item-icon {
    position: absolute;
    width: 52px;
    height: 52px;
    right: 30px;
    bottom: 30px;
  }
  .page-scrm-service-item-more .more-item-icon img {
    width: 34px;
  }
  .page-scrm-service-adviser .adviser-icon1 {
    width: 280px;
    left: -66px;
  }
  .page-scrm-service-adviser .adviser-icon2 {
    width: 53px;
    bottom: 320px;
    left: 84px;
  }
  .page-scrm-service-adviser .adviser-icon3 {
    width: 90px;
    bottom: 200px;
  }
  .page-scrm-service-ai .item-circle {
    left: 50%;
    margin-left: -125px;
    bottom: 55px;
    width: 250px;
    height: 250px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot {
    width: 10px;
    height: 10px;
    background: var(--color-white);
    border: 1px solid var(--color-E9E8FE);
    box-sizing: border-box;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot1 {
    left: 50%;
    top: -5px;
    margin-left: -5px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot2 {
    left: 19px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot3 {
    right: 2px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner1 {
    width: 61px;
    height: 61px;
    right: 10px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner1 img {
    width: 39px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner2 {
    width: 46px;
    height: 46px;
    right: 10px;
    top: 20px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner3 {
    width: 42px;
    height: 42px;
    left: -6px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner3 img {
    width: 16px;
  }
  .page-scrm-service-ai .item-circle-m {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
  }
  .page-scrm-service-ai .item-circle-m-inner-m {
    width: 132px;
    height: 132px;
  }
}
@media screen and (max-width: 1420px) {
  .page-scrm-service-item {
    width: calc(352px * 0.73);
    height: calc(600px * 0.73);
    margin-right: calc(30px * 0.73);
    padding: calc(40px * 0.73) calc(50px * 0.73) calc(40px * 0.73) calc(60px * 0.73);
  }
  .page-scrm-service-item-more {
    width: calc(352px * 0.73);
    height: calc(600px * 0.73);
    margin-right: calc(30px * 0.73);
  }
  .page-scrm-service-item-more .more-item {
    margin-bottom: calc(30px * 0.73);
    width: 100%;
    height: calc(285px * 0.73);
    padding: calc(40px * 0.73) calc(50px * 0.73) calc(40px * 0.73) calc(60px * 0.73);
  }
  .page-scrm-service-item-more .more-item-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 30px;
    bottom: 30px;
  }
  .page-scrm-service-item-more .more-item-icon img {
    width: 28px;
  }
  .page-scrm-service-adviser .adviser-icon1 {
    width: 260px;
    left: -56px;
  }
  .page-scrm-service-adviser .adviser-icon2 {
    width: 43px;
    bottom: 260px;
  }
  .page-scrm-service-adviser .adviser-icon3 {
    width: 70px;
    bottom: 160px;
  }
  .page-scrm-service-ai .item-circle {
    left: 50%;
    margin-left: -110px;
    bottom: 45px;
    width: 220px;
    height: 220px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot1 {
    left: 50%;
    top: -5px;
    margin-left: -5px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot2 {
    left: 42px;
  }
  .page-scrm-service-ai .item-circle .item-circle-spot3 {
    top: 155px;
    right: 6px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner1 {
    width: 51px;
    height: 51px;
    right: 12px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner1 img {
    width: 30px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner2 {
    width: 40px;
    height: 40px;
    right: 8px;
    top: 20px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner3 {
    width: 36px;
    height: 36px;
    left: -6px;
  }
  .page-scrm-service-ai .item-circle .item-circle-inner3 img {
    width: 14px;
  }
  .page-scrm-service-ai .item-circle-m {
    width: 170px;
    height: 170px;
    margin-left: -85px;
    margin-top: -85px;
  }
  .page-scrm-service-ai .item-circle-m-inner-m {
    width: 122px;
    height: 122px;
  }
}

/*# sourceMappingURL=scrm.css.map */
