.page-container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.page-container h1,
.page-container h2,
.page-container h3,
.page-container h4,
.page-container h5,
.page-container h6 {
  display: block;
  font-weight: initial;
}
.page-container img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
}
.page-container .banner {
  height: 400px;
  position: relative;
}
.page-container .banner img {
  height: 100%;
  object-fit: cover;
}
.page-container .banner .w1200 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-container .banner .w1200 h1 {
  background: linear-gradient(to right, #93c0fa, #5057e4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: 600;
}
.page-container .banner .w1200 h2 {
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}
.page-container .banner .w1200 p {
  display: block;
  color: #000;
  font-weight: 600;
}
.page-container .banner .w1200 .links {
  display: flex;
  gap: 10px;
}
.page-container .banner .w1200 .links a {
  display: inline-block;
  padding: 9px 23px;
  border-radius: 5px;
  color: #2f66f6;
  background: #fff;
  transition: all 0.5s;
}
.page-container .banner .w1200 .links a:nth-child(1) {
  background: linear-gradient(145deg, #5a8ff9 30%, #153cf0 87%);
  color: #fff;
}
.page-container .banner .w1200 .links a:hover {
  transform: translateY(-5px);
}
.page-container .title h2 {
  text-align: center;
  color: #030303;
  font-weight: 600;
}
.page-container .title h3 {
  text-align: center;
  color: #030303;
  margin-top: 10px;
  font-weight: 600;
}
.page-container .title p {
  display: block;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.page-container .page_tab .w1200 {
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-container .page_tab .w1200 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.page-container .page_tab .w1200 a img {
  width: 90px;
  margin-right: 10px;
}
.page-container .page_tab .w1200 a i {
  display: inline-block;
  color: #000;
}
.page-container .page_tab .w1200 a:nth-child(1) {
  border-right: 1px solid #e5e5e5;
}
.page-container .page_tab .w1200 a.active i {
  color: #295cf4;
}
.page-container .page1 ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page-container .page1 ul li {
  width: 23.33%;
  position: relative;
  padding: 38px 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.page-container .page1 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.page-container .page1 ul li:nth-child(1) {
  width: 50%;
  border: 1px solid #d7e1fe;
}
.page-container .page1 ul li:nth-child(2) {
  border: 1px solid #d7e1fe;
}
.page-container .page1 ul li:nth-child(3) {
  border: 1px solid #ffd6c3;
}
.page-container .page1 ul li h4 {
  color: #000;
  font-weight: 600;
}
.page-container .page1 ul li p {
  display: block;
  color: #666666;
  margin-top: 5px;
}
.page-container .page1 ul li .num_list {
  margin-top: 50px;
  display: flex;
  gap: 25px;
}
.page-container .page1 ul li .num_list .item {
  display: flex;
  flex-direction: column;
}
.page-container .page1 ul li .num_list .item .num-top {
  display: flex;
  align-items: center;
}
.page-container .page1 ul li .num_list .item .num-top .counter {
  color: #2f66f6;
  font-weight: 600;
}
.page-container .page1 ul li .num_list .item .num-top i {
  display: inline-block;
  color: #2f66f6;
  font-weight: 600;
}
.page-container .page1 ul li .num_list .item .txt {
  color: #000;
}
.page-container .page_bg {
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-container .page2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-container .page2 .items .item {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  transition: all 0.5s;
}
.page-container .page2 .items .item:hover {
  transform: translateY(-5px);
}
.page-container .page2 .items .item h4 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 15px 0 20px;
}
.page-container .page2 .items .item .txt {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 64%, rgba(255, 255, 255, 0));
}
.page-container .page2 .items .item .txt h5 {
  color: #000000;
  font-weight: 600;
}
.page-container .page2 .items .item .txt h6 {
  color: #000000;
  font-weight: 600;
  margin-top: 5px;
}
.page-container .page2 .items .item .txt .list1 {
  margin-top: 10px;
}
.page-container .page2 .items .item .txt .list1 li {
  padding-left: 20px;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024050718042547335/cms/image/922f0b94-d4d9-4b40-9133-658c382b446d.png?d=1778313905134) no-repeat 0 6px;
  background-size: 13px 9px;
  color: #666666;
  margin-bottom: 10px;
}
.page-container .page2 .items .item .txt .des {
  margin-top: 10px;
  color: #666666;
  line-height: 1.2;
}
.page-container .page2 .items .item .txt .subtit {
  color: #000000;
  font-weight: 600;
}
.page-container .page2 .items .item:nth-child(1) {
  background: linear-gradient(to bottom, #0761ff, rgba(9, 98, 255, 0) 60%);
}
.page-container .page2 .items .item:nth-child(2) {
  background: linear-gradient(to bottom, #4241f4, rgba(66, 65, 244, 0) 60%);
}
.page-container .page2 .items .item:nth-child(3) {
  background: linear-gradient(to bottom, #fe6724, rgba(254, 103, 36, 0) 60%);
}
.page-container .page3 .tab-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-container .page3 .tab-group .tab {
  width: 310px;
}
.page-container .page3 .tab-group .tab a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.page-container .page3 .tab-group .tab a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024050718042547335/cms/image/69983729-e0df-4f62-9bab-f8a2ca3fe64f.jpg?d=1778313960637) no-repeat 0 0;
  background-size: cover;
  transition: all 0.5s;
  opacity: 0;
}
.page-container .page3 .tab-group .tab a svg {
  opacity: 0;
  position: relative;
  z-index: 10;
}
.page-container .page3 .tab-group .tab a .txt {
  color: #030303;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.page-container .page3 .tab-group .tab a:hover .txt {
  color: #2f66f6;
}
.page-container .page3 .tab-group .tab a.on::after {
  opacity: 1;
}
.page-container .page3 .tab-group .tab a.on svg {
  opacity: 1;
}
.page-container .page3 .tab-group .tab a.on .txt {
  color: #fff;
}
.page-container .page3 .tab-group .txt-r {
  width: calc(100% - 340px);
  position: relative;
}
.page-container .page3 .tab-group .txt-r .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(50px);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  transition: all 0.8s;
  width: 100%;
}
.page-container .page3 .tab-group .txt-r .item.on {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: static;
}
.page-container .page3 .tab-group .txt-r .item .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.page-container .page3 .tab-group .txt-r .item .bg img {
  height: 100%;
  object-fit: cover;
}
.page-container .page3 .tab-group .txt-r .item .item-c {
  padding: 40px 50px;
  position: relative;
  z-index: 10;
}
.page-container .page3 .tab-group .txt-r .item h4 {
  color: #2f66f6;
  font-weight: 600;
}
.page-container .page3 .tab-group .txt-r .item h5 {
  color: #000;
  font-weight: 600;
}
.page-container .page3 .tab-group .txt-r .item .des p,
.page-container .page3 .tab-group .txt-r .item .des span {
  display: block;
}
.page-container .page3 .tab-group .txt-r .item .des p {
  color: #000;
  font-weight: 600;
}
.page-container .page3 .tab-group .txt-r .item .des span {
  margin-top: 1em;
  color: #666;
  line-height: 1.2;
}
.page-container .page4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.page-container .page4 .items .item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 55px 38px 90px;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
}
.page-container .page4 .items .item:hover {
  transform: translateY(-5px);
}
.page-container .page4 .items .item::after {
  content: '';
  display: block;
  position: absolute;
  top: -450px;
  left: -350px;
  width: 800px;
  height: 700px;
  border-radius: 100%;
  overflow: hidden;
}
.page-container .page4 .items .item .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-container .page4 .items .item .txt {
  position: relative;
  z-index: 10;
}
.page-container .page4 .items .item .txt h4 {
  color: #000;
  font-weight: 600;
}
.page-container .page4 .items .item .txt h5 {
  color: #666;
  margin-top: 10px;
}
.page-container .page4 .items .item .txt .des p,
.page-container .page4 .items .item .txt .des span {
  display: block;
}
.page-container .page4 .items .item .txt .des p {
  color: #000;
  font-weight: 600;
}
.page-container .page4 .items .item .txt .des span {
  color: #666;
  line-height: 1.2;
  margin-top: 15px;
}
.page-container .page4 .items .item:nth-child(1)::after {
  background: radial-gradient(circle, #d6eaff 0%, rgba(214, 234, 255, 0) 55%);
}
.page-container .page4 .items .item:nth-child(2)::after {
  background: radial-gradient(circle, #f9effd 0%, rgba(249, 239, 253, 0) 55%);
}
.page-container .page4 .items .item:nth-child(3)::after {
  background: radial-gradient(circle, #fbf1e7 0%, rgba(251, 241, 231, 0) 55%);
}
.page-container .page4 .items .item:nth-child(4)::after {
  background: radial-gradient(circle, #dcf9e4 0%, rgba(220, 249, 228, 0) 55%);
}
.page-container .page4 .remark {
  margin-top: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024050718042547335/cms/image/c139834d-8a5c-42ee-b774-2215ec3a55d2.jpg?d=1778313984149) no-repeat right bottom;
  background-size: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.page-container .page4 .remark .item {
  padding: 20px 20px 20px 35px;
}
.page-container .page4 .remark .item p,
.page-container .page4 .remark .item span {
  display: block;
  color: #000;
}
.page-container .page4 .remark .item p {
  font-weight: 600;
}
.page-container .page5 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024050718042547335/cms/image/db120bf2-bdb3-4d6d-a874-3297a6a6378b.jpg?d=1778314004957) no-repeat center center;
  background-size: cover;
}
.page-container .page5 .tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-container .page5 .tab a {
  padding: 0 30px;
  display: inline-block;
  color: #030303;
  font-weight: 600;
}
.page-container .page5 .tab a.on {
  color: #2f66f6;
}
.page-container .page5 .items {
  width: 100%;
  position: relative;
}
.page-container .page5 .items .item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
  transform: translateY(50px);
  padding: 0 40px;
  height: 359px;
  display: flex;
  align-items: center;
}
.page-container .page5 .items .item.on {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  position: static;
  background-size: cover;
}
.page-container .page5 .items .item .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-container .page5 .items .item .bg img {
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-container .page5 .items .item .txt {
  position: relative;
  z-index: 10;
  width: 42%;
}
.page-container .page5 .items .item .txt .tit {
  font-weight: 600;
}
.page-container .page5 .items .item .txt .des {
  margin-top: 30px;
  color: #666;
  line-height: 1.2;
}
.page-container .page5 .items .item .txt ul {
  margin-top: 20px;
}
.page-container .page5 .items .item .txt ul li {
  padding-left: 12px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative;
}
.page-container .page5 .items .item .txt ul li::after {
  content: '-';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 1.2;
  color: #666;
}
.page-container .page5 .items .item .txt ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page-container .page5 .remark {
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.page-container .page6 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.page-container .page6 .list .item {
  transition: all 0.5s;
}
.page-container .page6 .list .item .img {
  position: relative;
  padding-top: 70.7%;
  overflow: hidden;
}
.page-container .page6 .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.page-container .page6 .list .item h4 {
  margin-top: 25px;
  font-weight: 600;
  color: #000;
}
.page-container .page6 .list .item p {
  display: block;
  color: #666;
  margin-top: 10px;
  width: 93%;
}
.page-container .page6 .list .item:hover {
  transform: translateY(-5px);
}
.page-container .page7 .process {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-container .page7 .process::after {
  content: '';
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  height: 1px;
  border-top: 1px dashed #e5e5e5;
}
.page-container .page7 .process li {
  width: 14.28%;
  position: relative;
  margin-top: -29px;
  z-index: 5;
  transition: all 0.5s;
}
.page-container .page7 .process li:hover {
  transform: translateY(-5px);
}
.page-container .page7 .process li .ic {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background: #f2f4fd;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f66f6;
  font-size: 18px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.page-container .page7 .process li .arr {
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.page-container .page7 .process li .arr svg {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}
.page-container .page7 .process li .txt {
  position: absolute;
  top: calc(100% + 15px);
  left: -10%;
  width: 120%;
}
.page-container .page7 .process li .txt h4 {
  font-weight: 600;
  color: #000;
}
.page-container .page7 .process li .txt h4,
.page-container .page7 .process li .txt p {
  display: block;
  width: 100%;
  text-align: center;
}
.page-container .page7 .process li .txt p {
  color: #666666;
  margin-top: 5px;
}
.page-container .page7 .more_btn {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.page-container .page7 .more_btn a {
  width: 120px;
  height: 40px;
  background-image: linear-gradient(144deg, rgba(255, 255, 255, 0.69) 0%, rgba(3, 0, 0, 0.69) 100%), linear-gradient(#0e50f6, #0e50f6);
  background-blend-mode: soft-light, normal;
  border-radius: 6px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.page-container .page7 .more_btn a:hover {
  transform: translateY(-5px);
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 125% */
@media screen and (max-width: 1280px) {
  .w1200 {
    width: 90%;
  }
  .page-container .page_tab .w1200 a img {
    width: 60px;
  }
  .page-container .page6 .list .item h4 {
    margin-top: 15px;
  }
  .page-container .page6 .list .item p {
    margin-top: 5px;
  }
  .page-container .page7 .process li .ic {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .page-container .page7 .process li {
    margin-top: -25px;
  }
  .page-container .page3 .tab-group .tab {
    width: 210px;
  }
  .page-container .page3 .tab-group .tab a{
    height: 70px;
  }
  .page-container .page3 .tab-group .txt-r {
    width: calc(100% - 240px);
}
}
/* 150 */

@media screen and (max-width: 768px) {
  .page-container .banner {
    height: 350px;
  }
  .page-container .banner .w1200 .links a {
    font-size: 12px;
    padding: 8px 18px;
  }
  .page-container .page1 ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .page-container .page1 ul li .num_list {
    margin-top: 25px;
  }
  .page-container .page1 ul li {
    width: calc(50% - 5px);
    padding: 20px;
    border-radius: 5px;
  }
  .page-container .page1 ul li:nth-child(1) {
    width: 100%;
  }
  .page-container .page2 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-container .page3 .tab-group {
    flex-wrap: wrap;
  }
  .page-container .page3 .tab-group .tab {
    width: 100%;
  }
  .page-container .page3 .tab-group .tab a {
    height: 50px;
  }
  .page-container .page3 .tab-group .txt-r {
    width: 100%;
    margin-top: 20px;
  }
  .page-container .page3 .tab-group .txt-r .item .item-c {
    padding: 30px 20px;
  }
  .page-container .page3 .tab-group .txt-r .item .des {
    margin-top: 25px;
  }
  .page-container .page3 .tab-group .txt-r .item .des span {
    margin-top: 0.5em;
  }
  .page-container .page4 .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-container .page4 .items .item {
    padding: 40px 25px 90px;
  }
  .page-container .page4 .items .item .bg {
    width: 140%;
  }
  .page-container .page4 .remark {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px;
  }
  .page-container .page4 .remark .item {
    padding: 0;
  }
  .page-container .page5 .tab {
    justify-content: space-between;
  }
  .page-container .page5 .tab a {
    font-size: 14px;
    padding: 0;
  }
  .page-container .page5 .items .item {
    height: auto;
    padding: 40px;
    background-position: 68% center !important;
  }
  .page-container .page5 .items .item .txt {
    width: 100%;
  }
  .page-container .page6 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .page-container .page7 .process li .ic {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .page-container .page7 .process li {
    margin-top: -20px;
  }
  .page-container .page7 .process li .txt {
    left: -20%;
    width: 140%;
  }
  .page-container .page7 .process li .txt h4 {
    font-size: 14px;
  }
  .page-container .page7 .process li .txt p {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .page-container .banner .w1200 .links a {
    font-size: 10px;
  }
}
/*# sourceMappingURL=./seaai.css.map */