* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}
a {
  color: #000;
}

.flex-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 80px; */
}
.footer {
  width: 100%;
  display: flex;
  background: #fff;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.mov-btn {
  width: 100%;
  margin-top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  /* background-color: rgb(22,80,218); */
}

.mov-btn img {
  width: 60%;
  cursor: pointer;
  object-fit: contain;
  animation: animate 1s infinite ease-in-out;
}
.aigc-page {
  padding-top: 56px;
  background-color: #fff;
}
@keyframes animate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.spe-part {
  position: relative;
  width: 100%;
}
.ani-btn {
  cursor: pointer;
  animation: animate 1s infinite ease-in-out;
}
.top-banner {
  background: url(/static/assets/images/hlw/n_ban.png) no-repeat;
  width: 480px;
  height: 195px;
  background-position: center;
  background-size: 100% 195px;
  position: relative;
}
.top-banner2 {
  background: url(/mobile/static/default/img/marketing/mar1.png) no-repeat;
  width: 480px;
  height: 195px;
  background-position: center;
  background-size: 100% 195px;
  position: relative;
}
.top-banner .p1-img {
  width: 358px;
  object-fit: contain;
  position: absolute;
  top: 31px;
  left: 44px;
}
.p2 {
  width: 100%;
  padding-top: 38px;
}
.p2 .flex-h {
  padding-bottom: 0;
}
.flex-o-a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p2 .p2-img {
  width: 76px;
  object-fit: contain;
  margin-bottom: 13px;
}
.p2 span {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 13px;
  color: #1a1a1a;
  display: inline-block;
  margin-bottom: 14px;
}
.p2 p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  color: #656565;
  margin-bottom: 35px;
  margin-top: 0;
}
.p3 {
  width: 100%;
  padding-bottom: 53px;
}
.p3 img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 24px;
}
.p3 .yel {
  width: 253px;
  height: 35px;
  background: #ffb22d;
  border-radius: 21px 21px 21px 21px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}
.p3 .red {
  width: 173px;
  height: 26px;
  background: #d73e24;
  border-radius: 21px 21px 21px 21px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}

.same-t {
  margin: 0 35px;
  position: relative;
}
.same-t span {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #161616;
}
.same-t::before {
  content: "";
  display: inline-block;
  background: url(/static/assets/images/hlw/sa-l2.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: -42px;
}
.same-t::after {
  content: "";
  display: inline-block;
  background: url(/static/assets/images/hlw/sa-l.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: -42px;
}
.same-t img {
  height: 7px;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  position: absolute;
  width: unset !important;
}
.p4 {
  width: 100%;
}
.p4.flex-h {
  padding-bottom: 47px;
}
.p4 .flex-h {
  padding-bottom: 0;
}
.p4 .top-img {
  position: absolute;
  left: 0;
  z-index: 0;
}
.p4 .btm-img {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: -5px;
}
.p4 .red {
  height: 29px;
  padding: 0px 10px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  line-height: 29px;
  font-size: 10px;
  background: #dd7c8a;
  color: #ffffff;
}
.p4 .blue {
  height: 29px;
  padding: 0px 10px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  line-height: 29px;
  font-size: 10px;
  background: rgba(84, 67, 255, 1);
  color: #ffffff;
}
.flex-o-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p5 {
  width: 480px;
  height: 403px;
  background: linear-gradient(180deg, #072584 0%, #072584 69%, #070784 100%);
  border-radius: 0px 0px 0px 0px;
}
.p5 p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 18px;
  margin-top: 20px;
}
.p5.flex-h {
  padding-bottom: 12px;
  margin-top: -4px;
  z-index: 2;
}
.p5 .iinner {
  margin: 0 12px;
  width: calc(100% - 24px);
  object-fit: contain;
}
.p6 {
  padding-top: 46px;
  padding-bottom: 46px !important;
  width: 100%;
}
.p6 .ri-img {
  width: 196px;
  object-fit: contain;
  position: absolute;
  bottom: 26px;
  right: 26px;
}
.flex-h-l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: calc(100% - 57px);
  margin-top: 62px;
  padding: 0 26px 26px 31px;
}
.le-box span {
  width: 11px;
  height: 11px;
  background: #535eea;
  margin-right: 17px;
}
.le-box .pur {
  background-color: rgba(173, 65, 170, 1);
}
.le-box p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #161616;
  display: inline-block;
}
.le-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
}
.flex-o-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p7 .flex-box img {
  height: 15px;
  width: 15px;
  object-fit: contain;
  margin-top: 8px;
  position: absolute;
  right: 8px;
  /* top: 8px; */
}
.p7 .flex-box {
  background: url(/static/assets/images/hlw/p6-box.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 136px;
  height: 61px;
  margin-right: 13px;
  position: relative;
  padding-bottom: 0;
}
.p7 .flex-box span {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #0e009a;
  margin-top: 13px;
  position: absolute;
  left: 13px;
}
.p7 .flex-box:last-of-type {
  margin-right: 0;
}
/* .p7.flex-h {
        padding-bottom: 36px;
      } */
.p8 {
  width: 480px;
  background: #f7f6fe;
  padding-top: 21px;
  padding-bottom: 26px;
}

.m50 {
  margin: 0 27px;
  margin-top: 46px;
  margin-bottom: 35px;
  width: calc(100% - 54px);
}
.sam-box {
  width: 126px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 2 5px 1px rgba(174, 174, 174, 0.16);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.sam-box::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 24px;
  background-color: rgba(14, 0, 154, 1);
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}
.sam-box .le-imgh {
  height: 26px;
  margin-bottom: 6px;
  object-fit: contain;
}
.sam-box span {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #161616;
}
.sam-box span em {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 17px;
  color: #0e009a;
  font-style: normal;
}
.tea-box {
  height: 227px;
  box-shadow: 0px 2px 5px 1px rgba(174, 174, 174, 0.16);
  background: #fff;
  position: relative;
}
.tea-box .tea-img {
  position: absolute;
  z-index: 1;
  left: 10px;
  width: 136px;
  object-fit: contain;
  bottom: 0;
}
.tea-box .bg-img {
  position: absolute;
  width: 140px;
  left: 0;
  object-fit: contain;
  bottom: 0;
}
.rlex {
  width: calc(100% - 157px);
  position: absolute;
  right: 0;
}
.rlex .topt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 15px;
  color: #161616;
  margin-top: 17px;
}
.rlex .topt img {
  height: 9px;
  object-fit: contain;
  margin-left: 13px;
  margin-bottom: 2px;
}
.sa-p {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 17px;
}
.sa-p span {
  width: 12px;
  height: 3px;
  background-color: rgba(14, 0, 154, 1);
  margin-right: 9px;
  display: inline-block;
}
.sa-p p {
  margin: 0;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.las-p {
  /* padding-left: 31px; */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 10px;
  color: #161616;
  line-height: 15px;
  max-width: 257px;
  text-align: justify;
  display: inline-block;
}
.p9 {
  padding-top: 26px;
  padding-bottom: 27px;
}
.env .env_word p {
  margin: 0;
}
.env {
  width: 100%;
}
.env .env_content {
  margin-top: 40px;
  background-color: #dae8ff;
  display: flex;
  justify-content: space-between;
}
.env .env_content_row {
  width: 220px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.env .env_content .env_content_row > div {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.env .env_content .env_word {
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.env .env_content .env_item {
  /* height: 185px; */
  flex: 1;
  margin-bottom: 6px;
}
.env .env_content .env_item:last-of-type {
  margin-bottom: 0;
}
.env .env_content img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.env_img {
  position: relative;
  height: 100%;
}

.mp6 {
  background: linear-gradient(180deg, #072584 0%, #070884 100%);
  width: 100%;
  padding-top: 33px;
  padding-bottom: 47px;
}
.mp6 .te {
  width: 100%;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  display: inline-block;
  margin-top: 13px;
}
.mp6 .peo-img {
  width: 90px;
  object-fit: contain;
  /* margin-bottom: 20px; */
  margin-top: -17px;
}
.mp6 .flex-h-l {
  height: 160px;
  width: 99px;
  background: url(/mobile/static/default/img/marketing/mar5.png) no-repeat;
  background-position: center bottom;
  background-size: 100% 160px;
  padding: 0;
}
