html {
  -webkit-text-size-adjust: none;
}
.l-container {
  width: 75%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
}
.l-title p {
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
}
body {
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
  background-position-y: -80px;
}
@media (max-width: 978px) {
  body {
    background: #f4f7fe url(../images/bg-mb.png) center top no-repeat !important;
    background-size: contain !important;
    background-position-y: 0px !important;
    animation: none;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 60px;
  }
}
.banner .banner-main {
  padding-top: 1rem;
  text-align: center;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  width: 100%;
  text-align: center;
}
.banner .banner-info .top-img {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.banner .banner-info .top-img > img {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 85px;
  margin-right: 0px;
}
.banner .banner-info .top-img .img-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 44px;
}
.banner .banner-info .top-img .img-box img {
  height: 44px;
}
.banner .banner-info .btn-box {
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.banner .banner-info .btn-box a {
  background: url(../images/btn-l.png) center no-repeat;
  background-size: 100% 100%;
  border: none;
  height: 130px;
  width: 600px;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 120px;
  font-weight: 500;
}
@media (max-width: 978px) {
  .banner .l-container {
    padding: 0;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    position: static;
    top: 62%;
    left: 50%;
    width: 100%;
    transform: translateX(0) translateY(0);
  }
  .banner .banner-info .top-img > img {
    margin-right: 0px;
    height: 40px;
    margin-bottom: 0;
  }
  .banner .banner-info .btn-box {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .banner .banner-info .btn-box a {
    font-size: 16px;
    width: 300px;
    height: 65px;
    line-height: 57px;
  }
}
.typed-cursor {
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: typedjsBlink 1s infinite;
  animation: typedjsBlink 1s infinite;
}
@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.introduction {
  padding-top: 0;
  padding-bottom: 0;
}
.introduction .l-body {
  padding: 10px;
  background: #ffffff;
  border-radius: 40px;
  transform: scale(0.9);
  box-shadow: 0px 15px 40px 0px rgba(229, 231, 249, 0.7);
}
.introduction .l-body .video-box {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.introduction .l-body .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0s;
  z-index: 999;
}
.introduction .l-body .video-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0s;
  z-index: 999;
}
.introduction .l-body .video-box .video-play {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background: url(../images/video-play-icon.png);
  background-size: 100% 100%;
  z-index: 9999999;
  cursor: pointer;
}
.introduction .l-body .video-box img {
  width: 100%;
}
.introduction .btn-box {
  text-align: center;
  padding-top: 0.3rem;
}
.introduction .btn-box a {
  width: 200px;
  height: 48px;
  display: inline-block;
  transition: all 0.3s;
  background: url(../images/btn-l-m.png) center center no-repeat;
  background-size: 100% 100%;
}
.introduction .btn-box a:hover {
  background: url(../images/btn-l-h.png) center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .introduction {
    padding-bottom: 0m;
    padding-top: 0px;
  }
  .introduction .l-container {
    width: 100%;
  }
  .introduction .l-body {
    padding: 5px;
    border-radius: 30px;
  }
  .introduction .l-body .video-box {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
  }
  .introduction .l-body .video-box video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all 0s;
    z-index: 9999;
  }
  .introduction .l-body .video-box .video-play {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: url(../images/video-play-icon.png);
    background-size: 100% 100%;
    z-index: 9999999;
    cursor: pointer;
  }
  .introduction .l-body .video-box img {
    width: 100%;
  }
  .introduction .btn-box {
    text-align: center;
    padding-top: 20px;
  }
  .introduction .btn-box a {
    width: 150px;
    height: 36px;
    display: inline-block;
    transition: all 0.3s;
    background: url(../images/btn-l-m.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .introduction .btn-box a:hover {
    background: url(../images/btn-l-h.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
.framework {
  padding-bottom: 0;
}
.framework .l-title h2 {
  font-size: 38px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
.framework .l-title h2 img {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  margin-right: 0px;
}
.framework .l-title h2 span {
  display: inline-block;
  vertical-align: middle;
  /* 创建一个从红色到蓝色的线性渐变 */
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #90e2fe, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
}
.framework .l-title h2 p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  margin-left: -20px;
}
.framework .l-title > p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}
.framework .l-body .img-box {
  text-align: center;
}
.framework .l-body .img-box img {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.framework .l-body .infos-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.framework .l-body .infos-box .card {
  position: absolute;
  text-align: center;
  width: 140px;
}
.framework .l-body .infos-box .card .img-box {
  text-align: center;
}
.framework .l-body .infos-box .card .img-box img {
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.framework .l-body .infos-box .card .info-box {
  padding-top: 5px;
}
.framework .l-body .infos-box .card .info-box span {
  display: block;
  text-align: center;
  width: 140px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 5px;
  background-image: linear-gradient(180deg, rgba(223, 234, 255, 0) 50%, rgba(223, 234, 255, 0.34) 75%, #dfeaff 100%), linear-gradient(53deg, #ef6dd8 0%, #887ff6 33%, #6785ff 55%, #6894fe 72%, #6ab8fc 99%);
  box-shadow: inset 0px 5px 10px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.framework .l-body .infos-box .card .info-box p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
}
.framework .l-body .infos-box .card .info-box p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/jiantou.svg) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  transition: all 0.3s;
  vertical-align: middle;
  margin-top: -3px;
}
.framework .l-body .infos-box .card:nth-child(1) {
  left: 18%;
  top: 60%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(2) {
  left: 22%;
  top: 37%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(3) {
  left: 33%;
  top: 14%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(4) {
  left: 50%;
  top: 28px;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(5) {
  left: 68%;
  top: 14%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(6) {
  left: 78%;
  top: 37%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:nth-child(7) {
  left: 82%;
  top: 60%;
  margin-left: -70px;
}
.framework .l-body .infos-box .card:hover i {
  transform: translateX(5px);
}
.framework .l-body .infos-box .card:hover img {
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .framework .l-title h2 {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    height: auto;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .framework .l-title h2 img {
    display: inline-block;
    height: 46px;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .framework .l-title h2 span {
    display: block;
    vertical-align: middle;
    /* 创建一个从红色到蓝色的线性渐变 */
    background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
    /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
    -webkit-background-clip: text;
    /* 设置背景为透明，以便文字颜色显示出来 */
    -webkit-text-fill-color: transparent;
  }
  .framework .l-title h2 p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
  }
  .framework .l-title > p {
    max-width: 960px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .framework .l-body .img-box {
    text-align: center;
  }
  .framework .l-body .img-box img {
    display: inline-block;
    width: 100%;
    font-size: 0;
  }
  .framework .l-body .infos-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .framework .l-body .infos-box .card {
    position: absolute;
    text-align: center;
    width: 140px;
    transform: scale(0.3);
  }
  .framework .l-body .infos-box .card .img-box {
    text-align: center;
  }
  .framework .l-body .infos-box .card .img-box img {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .framework .l-body .infos-box .card .info-box {
    padding-top: 5px;
  }
  .framework .l-body .infos-box .card .info-box span {
    display: block;
    text-align: center;
    width: 140px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 5px;
    background-image: linear-gradient(180deg, rgba(223, 234, 255, 0) 50%, rgba(223, 234, 255, 0.34) 75%, #dfeaff 100%), linear-gradient(53deg, #ef6dd8 0%, #887ff6 33%, #6785ff 55%, #6894fe 72%, #6ab8fc 99%);
    box-shadow: inset 0px 5px 10px 0px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }
  .framework .l-body .infos-box .card .info-box p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
    /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
    -webkit-background-clip: text;
    /* 设置背景为透明，以便文字颜色显示出来 */
    -webkit-text-fill-color: transparent;
  }
  .framework .l-body .infos-box .card .info-box p i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-icon-r.png) center center no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
    transition: all 0.3s;
  }
  .framework .l-body .infos-box .card .info-box p:hover i {
    transform: translateX(5px);
  }
  .framework .l-body .infos-box .card:nth-child(1) {
    left: 18%;
    top: 34%;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(2) {
    left: 22%;
    top: 11%;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(3) {
    left: 33%;
    top: -10%;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(4) {
    left: 50%;
    top: -35px;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(5) {
    left: 68%;
    top: -10%;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(6) {
    left: 78%;
    top: 11%;
    margin-left: -70px;
  }
  .framework .l-body .infos-box .card:nth-child(7) {
    left: 82%;
    top: 34%;
    margin-left: -70px;
  }
}
.reality {
  padding-bottom: 0;
}
.reality .l-body ul {
  display: flex;
}
.reality .l-body ul li {
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
  padding: 60px 0 40px;
  text-align: center;
}
.reality .l-body ul li:last-child {
  margin-right: 0;
}
.reality .l-body ul li:nth-child(1) {
  background: #dfecff;
  border-radius: 20px;
}
.reality .l-body ul li:nth-child(2) {
  background: #f3e8ff;
  border-radius: 20px;
}
.reality .l-body ul li:nth-child(3) {
  background: #dbdfff;
  border-radius: 20px;
}
.reality .l-body ul li .img-box {
  display: inline-block;
  width: 220px;
  position: relative;
}
.reality .l-body ul li .img-box img {
  width: 100%;
}
.reality .l-body ul li .img-box img:nth-child(1) {
  position: absolute;
  width: 80px;
  top: 0;
  margin-left: -40px;
  left: 50%;
  display: none;
}
.reality .l-body ul li .img-box img:nth-child(2) {
  padding-top: 0px;
}
.reality .l-body ul li .img-box span {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 0;
  width: 180px;
  height: 180px;
  background: url(../images/reality-top-013.png) center repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.reality .l-body ul li .info-box {
  padding-top: 20px;
}
.reality .l-body ul li .info-box h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.reality .l-body ul li .info-box p span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  width: 32%;
  border-right: 1px solid rgba(102, 102, 102, 0.5);
}
.reality .l-body ul li .info-box p span:last-child {
  border: none;
}
.reality .l-body ul li:hover img:nth-child(1) {
  animation: arrow 2s linear infinite;
}
.reality .l-body ul li:hover span {
  animation: scrollBad 3s linear infinite;
}
@media (max-width: 978px) {
  .reality {
    padding-bottom: 0;
  }
  .reality .l-body {
    overflow: auto;
  }
  .reality .l-body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .reality .l-body ul {
    width: 880px;
  }
  .reality .l-body ul li {
    margin-right: 20px;
    width: 280px;
    height: auto;
    padding: 60px 0 30px;
    margin-bottom: 0px;
    text-align: center;
  }
  .reality .l-body ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .reality .l-body ul li .info-box h3 {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .reality .l-body ul li .info-box p span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    width: 32%;
  }
  .reality .l-body ul li .info-box p span:last-child {
    border: none;
  }
}
.ai .l-body .l-top-content {
  margin-bottom: 40px;
}
.ai .l-body .l-top-content .card .img-box {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #90e2fe, #5b70ff);
  padding: 2px;
}
.ai .l-body .l-top-content .card img {
  display: inline-block;
  width: 100%;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
}
.ai .l-body .l-top-content .card h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ai .l-body .l-top-content .card a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
}
.ai .l-body .l-top-content .card a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/arrow-icon-r.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  transition: all 0.3s;
}
.ai .l-body .l-top-content .card a:hover i {
  transform: translateX(5px);
}
.ai .l-body .l-bottom-content .swiper-slide {
  background: #fff url(../images/ais-bg.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  display: flex;
}
.ai .l-body .l-bottom-content .swiper-slide .l-content {
  width: 40%;
  position: relative;
}
.ai .l-body .l-bottom-content .swiper-slide .l-content img {
  width: 182px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 50%;
  margin-top: -26px;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content {
  width: 80%;
  padding: 40px 50px;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content p:last-child {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
  text-align: right;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content p:nth-child(1):after {
  content: "";
  width: 48px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: -25px;
  background: url(../images/point-01.png);
  background-size: 100% 100%;
  display: none !important;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content p:nth-child(1):before {
  content: "";
  width: 48px;
  height: 40px;
  position: absolute;
  right: -20px;
  bottom: -60px;
  background: url(../images/point-02.png);
  background-size: 100% 100%;
  display: none !important;
}
.ai .l-body .l-bottom-content .swiper-slide .r-content p span {
  width: 40px;
  height: 1px;
  background: #9e9e9e;
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ai .l-body .swiper-solutions01-prev {
  width: 60px;
  height: 60px;
  left: -80px;
  top: 100px;
  background: url(../images/allow-left.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.ai .l-body .swiper-solutions01-prev:hover {
  background: url(../images/allow-left-hover.svg);
  background-size: 100% 100%;
}
.ai .l-body .swiper-solutions01-next {
  width: 60px;
  height: 60px;
  right: -80px;
  top: 100px;
  background: url(../images/allow-right.svg);
  transition: all 0.3s;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
  background-size: 100% 100%;
}
.ai .l-body .swiper-solutions01-next:hover {
  background: url(../images/allow-right-hover.svg);
  background-size: 100% 100%;
}
.ai .l-body .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: 10px;
}
.ai .l-body .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  border-radius: 50%;
  background: #0d2f54;
  margin: 0 8px;
  opacity: 1;
}
.ai .l-body .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  border-radius: 25px;
  opacity: 1;
  background: #07c5d5;
}
@media (max-width: 1400px) {
  .ai .swiper-button-prev,
  .ai .swiper-button-next {
    display: none;
  }
}
@media (max-width: 978px) {
  .ai .l-container {
    padding: 0;
  }
  .ai .l-body .l-top-content {
    margin-bottom: 10px;
    overflow: auto;
  }
  .ai .l-body .l-top-content::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .ai .l-body .l-top-content .swiper-container {
    padding-left: 20px;
    width: 920px;
  }
  .ai .l-body .l-top-content .swiper-slide {
    width: 280px;
    margin-right: 20px;
  }
  .ai .l-body .l-top-content .card {
    margin-bottom: 30px;
  }
  .ai .l-body .l-top-content .card:last-child {
    margin-right: 0;
  }
  .ai .l-body .l-top-content .card .img-box {
    margin-bottom: 20px;
  }
  .ai .l-body .l-top-content .card img {
    width: 100%;
  }
  .ai .l-body .l-top-content .card h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ai .l-body .l-top-content .card a {
    font-size: 16px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
  }
  .ai .l-body .l-bottom-content {
    padding: 0 20px;
  }
  .ai .l-body .l-bottom-content .swiper-slide {
    display: block;
    background: url(../images/ais-bg-mb.png) center no-repeat;
    background-size: 100% 100%;
    padding-top: 120px;
  }
  .ai .l-body .l-bottom-content .swiper-slide .l-content {
    width: 100%;
    position: relative;
  }
  .ai .l-body .l-bottom-content .swiper-slide .l-content img {
    width: 140px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: -70px;
    margin-top: 0;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content {
    width: 90%;
    padding: 30px 20px 40px 20px;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    position: relative;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content p:last-child {
    font-size: 12px;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-align: right;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content p:nth-child(1):after {
    content: "";
    width: 36px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -25px;
    background: url(../images/point-01.png);
    background-size: 100% 100%;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content p:nth-child(1):before {
    content: "";
    width: 36px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: -58px;
    background: url(../images/point-02.png);
    background-size: 100% 100%;
  }
  .ai .l-body .l-bottom-content .swiper-slide .r-content p span {
    width: 40px;
    height: 1px;
    background: #9e9e9e;
    border-radius: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
}
.solution {
  padding-bottom: 0;
}
.solution .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
}
.solution .l-body .l-content-l {
  padding-right: 50px;
  width: calc( 50% - 80px);
}
.solution .l-body .l-content-l > h3 {
  font-size: 28px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 600;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #90e2fe, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
  padding-left: 10px;
}
.solution .l-body .l-content-l > h3 img {
  display: inline-block;
  width: 65px;
  height: 65px;
  vertical-align: middle;
}
.solution .l-body .l-content-l > h3 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  background-size: 100% 100% !important;
  margin-right: 10px;
  margin-top: -2px;
  transition: all 0.3s;
}
.solution .l-body .l-content-l > h3 .fold-icon {
  width: 16px;
  height: 16px;
  right: 0;
  display: block !important;
}
.solution .l-body .l-content-l ul {
  margin-top: 20px;
}
.solution .l-body .l-content-l li {
  padding: 20px;
  border-radius: 20px;
  transition: all 0.3s;
  background: url(../images/solution-card-bg.png) center center no-repeat;
  background-size: cover;
}
.solution .l-body .l-content-l li:last-child {
  border: none;
}
.solution .l-body .l-content-l li h3 {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.solution .l-body .l-content-l li h3 i:last-child {
  right: 10px;
  top: 8px;
}
.solution .l-body .l-content-l li h3 i:first-child {
  position: absolute;
  left: 20px;
  top: 1px;
}
.solution .l-body .l-content-l li h3 span {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
}
.solution .l-body .l-content-l li p {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}
.solution .l-body .l-content-l li p span {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.solution .l-body .l-content-l li p span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(223, 234, 255, 0) 50%, rgba(223, 234, 255, 0.34) 75%, #dfeaff 100%), linear-gradient(53deg, #ef6dd8 0%, #887ff6 33%, #6785ff 55%, #6894fe 72%, #6ab8fc 99%);
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.7);
}
.solution .l-body .l-content-l li p span:last-child {
  margin-bottom: 0;
}
.solution .l-body .l-content-l li a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
}
.solution .l-body .l-content-l li a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/arrow-icon-r.png) center center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  transition: all 0.3s;
}
.solution .l-body .l-content-l li a:hover i {
  transform: translateX(5px);
}
.solution .l-body .l-content-l li.active {
  background: url(../images/solution-card-bg-h.png) center center no-repeat;
  background-size: cover;
}
.solution .l-body .l-content-l .btn-box {
  padding-top: 30px;
}
.solution .l-body .l-content-r {
  width: 50%;
  border-radius: 20px;
}
.solution .l-body .l-content-r img {
  width: 100%;
  visibility: hidden;
}
.solution .l-body .l-content-r .img-box {
  background: url(../images/ai-img-01.png);
  background-size: 100% 100%;
  transition: all 0.3s;
}
.solution .l-body .img-box {
  position: relative;
  transform: scale(1.1);
  overflow: hidden;
}
.solution .l-body .img-box video {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: fill;
  transition: all 0s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.solution .l-body .img-box iframe {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: fill;
  transition: all 0s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
.solution .l-body .img-box .video-play {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -20px;
  background: url(../images/video-play-icon.png);
  background-size: 100% 100%;
  z-index: 9999999;
  opacity: 0;
  cursor: pointer;
}
.solution .l-body .img-box .video-play:after {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  -webkit-animation: water 1.2s linear infinite;
  animation: water 1.2s linear infinite;
}
.solution.solution-01 .l-content-l,
.solution.solution-03 .l-content-l {
  padding-left: 50px;
  padding-right: 0;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/ai-img-15.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/ai-img-15.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/ai-img-16.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/ai-img-16.png);
  background-size: 100% 100%;
}
.solution.solution-0 .l-body[data-index="1"] .l-content-r .img-box {
  animation: changeimg01 6s infinite;
}
.solution.solution-0 .l-body[data-index="1"] .img-box.mb {
  animation: changeimg01 6s infinite;
}
.solution.solution-0 .l-body[data-index="2"] .l-content-r .img-box {
  background: none;
}
.solution.solution-0 .l-body[data-index="2"] .l-content-r .img-box video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-0 .l-body[data-index="2"] .l-content-r .img-box .video-play {
  opacity: 1;
  visibility: visible;
}
.solution.solution-0 .l-body[data-index="2"] .img-box.mb {
  background: none;
}
.solution.solution-0 .l-body[data-index="2"] .img-box.mb iframe {
  opacity: 1;
  visibility: visible;
}
.solution.solution-0 .l-body[data-index="2"] .img-box.mb video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-0 .l-body[data-index="2"] .img-box.mb .video-play {
  opacity: 1;
  visibility: visible;
}
.solution.solution-01 .l-body[data-index="1"] .l-content-r .img-box {
  background: none;
}
.solution.solution-01 .l-body[data-index="1"] .l-content-r .img-box video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-01 .l-body[data-index="1"] .l-content-r .img-box .video-play {
  opacity: 1;
  visibility: visible;
}
.solution.solution-01 .l-body[data-index="1"] .img-box.mb {
  background: none;
}
.solution.solution-01 .l-body[data-index="1"] .img-box.mb video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-01 .l-body[data-index="1"] .img-box.mb .video-play {
  opacity: 1;
  visibility: visible;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box {
  background: none;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box iframe {
  opacity: 1;
  visibility: visible;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-02 .l-body[data-index="1"] .l-content-r .img-box .video-play {
  opacity: 1;
  visibility: visible;
  z-index: 99999999999;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb {
  background: none;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb iframe {
  opacity: 1;
  visibility: visible;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb video {
  opacity: 1;
  visibility: visible;
}
.solution.solution-02 .l-body[data-index="1"] .img-box.mb .video-play {
  opacity: 1;
  visibility: visible;
  z-index: 99999999999;
}
.solution.solution-02 .l-body[data-index="2"] .l-content-r .img-box {
  background: url(../images/02-1.png);
  background-size: 100% 100%;
}
.solution.solution-02 .l-body[data-index="2"] .img-box.mb {
  background: url(../images/02-1.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="1"] .l-content-r .img-box {
  background: url(../images/03-1.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="1"] .img-box.mb {
  background: url(../images/03-1.png);
  background-size: 100% 100%;
}
.solution.solution-03 .l-body[data-index="2"] .l-content-r .img-box {
  animation: changeimg02 6s infinite;
}
.solution.solution-03 .l-body[data-index="2"] .img-box.mb {
  animation: changeimg02 6s infinite;
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media (max-width: 978px) {
  .solution {
    padding-bottom: 0;
  }
  .solution .l-body {
    display: block;
  }
  .solution .l-body .l-content-l {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .solution .l-body .l-content-l > h3 {
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }
  .solution .l-body .l-content-l li {
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px 0px rgba(214, 218, 240, 0.5);
    border-radius: 4px;
    border: none;
    padding: 0;
  }
  .solution .l-body .l-content-l li h3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 56px;
    padding: 0 20px;
  }
  .solution .l-body .l-content-l li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px;
    margin-top: 0;
    padding-right: 0;
    border-top: 1px solid #e6e6e6;
  }
  .solution .l-body .l-content-l .mb {
    width: 100%;
    display: inline-block !important;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  .solution .l-body .l-content-l .mb img {
    width: 100%;
    opacity: 0;
  }
  .solution .l-body .l-content-r {
    display: none;
  }
  .solution .l-body .img-box {
    transform: scale(1);
  }
  .solution .l-body .l-content-l .l-tips {
    padding-left: 0;
  }
  .solution .l-body .l-content-l .l-tips img {
    height: 28px;
  }
  .solution.solution-02 .l-body[data-index="1"] .img-box.mb iframe {
    transform: scale(1);
  }
  .solution .l-body .l-content-l > h3 {
    padding-left: 0 !important;
    font-size: 22px !important;
    color: #ffffff !important;
    letter-spacing: 0;
    text-align: left !important;
    line-height: 24px !important;
    font-weight: 500;
    margin-bottom: 20px !important;
  }
  .solution .l-body .l-content-l .mb {
    border-radius: 11.17px;
    margin-bottom: 30px;
  }
  .solution .l-body .l-content-l ul {
    margin-top: 0;
  }
  .solution .l-body .l-content-l li {
    background: none;
    box-shadow: none;
    box-shadow: 0px 15px 40px 0px rgba(229, 231, 249, 0);
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 8px;
  }
  .solution .l-body .l-content-l li.active {
    background: #fff;
    box-shadow: 0px 15px 40px 0px rgba(229, 231, 249, 0.7);
  }
  .solution .l-body .l-content-l li h3 {
    padding-right: 10px;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 20px !important;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0px;
  }
  .solution .l-body .l-content-l li p span {
    padding-right: 0;
  }
  .solution .l-body .l-content-l li h3 i:first-child {
    left: 0px;
    top: -1px;
  }
  .solution .l-body .l-content-l li h3 i:last-child {
    right: 0;
  }
  .solution .l-body .l-content-l li p {
    padding-left: 0 !important;
    border: none !important;
    padding-bottom: 0 !important;
  }
  .solution .l-body .l-content-l .btn-box {
    padding-top: 0;
  }
  .solution .l-body .img-box {
    width: calc( 100% + 10px ) !important;
    left: -5px;
  }
  .solution .l-body .img-box .video-play {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .solution .l-body .img-box .video-play:after {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    margin-left: -5px;
    margin-top: -5px;
    -webkit-animation: water 1.2s linear infinite;
    animation: water 1.2s linear infinite;
  }
  .solution .l-body .img-box video {
    transform: scale(1);
  }
  .solution .l-body .img-box {
    width: 100% !important;
    left: 0;
  }
}
@keyframes ss {
  0% {
    background-size: 1520px auto;
    background-position-y: -300px;
  }
  100% {
    background-size: 1920px auto;
    background-position-y: -50px;
  }
}
@keyframes changeimg01 {
  0% {
    background: url(../images/1-1.png);
    background-size: 100% 100%;
  }
  26% {
    background: url(../images/1-1.png);
    background-size: 100% 100%;
  }
  33% {
    background: url(../images/1-2.png);
    background-size: 100% 100%;
  }
  53% {
    background: url(../images/1-2.png);
    background-size: 100% 100%;
  }
  66% {
    background: url(../images/1-3.png);
    background-size: 100% 100%;
  }
  90% {
    background: url(../images/1-3.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/1-1.png);
    background-size: 100% 100%;
  }
}
@keyframes changeimg02 {
  0% {
    background: url(../images/04-1.png);
    background-size: 100% 100%;
  }
  26% {
    background: url(../images/04-1.png);
    background-size: 100% 100%;
  }
  33% {
    background: url(../images/04-2.png);
    background-size: 100% 100%;
  }
  53% {
    background: url(../images/04-2.png);
    background-size: 100% 100%;
  }
  66% {
    background: url(../images/04-3.png);
    background-size: 100% 100%;
  }
  90% {
    background: url(../images/04-3.png);
    background-size: 100% 100%;
  }
  100% {
    background: url(../images/04-1.png);
    background-size: 100% 100%;
  }
}
.hm-sec6 {
  background: url(../images/ad-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.hm-sec6 .cont {
  width: 100%;
  padding: 20px 0 10px 0;
}
.hm-sec6 .cont .font {
  width: calc(100% - 4.2rem - 40px);
}
.hm-sec6 .cont .font h3 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
}
.hm-sec6 .r-content {
  width: 2.1rem;
  margin-right: 40px;
  margin-top: 12px;
}
.hm-sec6 .rr-content {
  width: 2.1rem;
  margin-top: 12px;
}
.hm-sec6 .cont .gt .f_but1 {
  background: #fff;
  color: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but2 {
  background: transparent;
}
.hm-sec6 .cont .gt .f_but1:hover:before {
  background: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but1:hover {
  color: #fff;
}
.hm-sec6 .cont .gt .f_but1 i svg path {
  fill: #2cc6d0;
}
.hm-sec6 .cont .gt .f_but1:hover i svg path {
  fill: #fff;
}
.hm-sec6 .cont .font {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.hm-sec6 .cont .font .tit {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
}
.hm-sec6 .cont .font .tit p {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
  padding-top: 20px;
}
.hm-sec6 .cont .gt {
  padding-top: 30px;
  padding-bottom: 40px;
  width: 100%;
  justify-content: center;
}
.hm-sec6 .cont .gt a:first-child span {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  background-image: linear-gradient(to right, #ff71bd, #5d39e0, #5b70ff);
  /* 为了在较老的浏览器中呈现渐变效果，可以使用background-clip属性 */
  -webkit-background-clip: text;
  /* 设置背景为透明，以便文字颜色显示出来 */
  -webkit-text-fill-color: transparent;
}
.hm-sec6 .cont .gt a:first-child i {
  width: 12px;
  height: 12px;
  background: url(../images/arrow-icon-r.png) center center no-repeat;
  background-size: 100% 100%;
}
.hm-sec6 .cont .gt a:first-child i svg {
  display: none;
}
@media (max-width: 978px) {
  .hm-sec6 {
    background: url(../images/ad-bg-mb.png) center no-repeat;
    background-size: cover;
  }
  .hm-sec6 .cont .font {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .hm-sec6 .cont .font .tit {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }
  .hm-sec6 .cont .font .tit p {
    padding-top: 10px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
  .hm-sec6 .cont .gt {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .hm-sec6 .cont .gt .f_but1 {
    margin-right: 20px;
  }
  .hm-sec6 .cont .gt .f_but2 {
    margin-top: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scrollBad {
  0% {
    background-position: 0 140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-moz-keyframes scrollBad {
  0% {
    background-position: 0 140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@keyframes scrollBad {
  0% {
    background-position: 0 140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-o-keyframes scrollBad {
  0% {
    background-position: 0 140px;
  }
  100% {
    background-position: 0 -140px;
  }
}
@-webkit-keyframes opacs {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-moz-keyframes opacs {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes opacs {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-o-keyframes opacs {
  /* Opera */
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.hm-sec6 {
  background-image: linear-gradient(-45deg, #efbfff 0%, #4a72ff 100%);
}
.hm-sec6 .container {
  width: 75%;
  max-width: 1400px;
}
.hm-sec6 .cont .gt .f_but1,
.hm-sec6 .cont .gt .f_but2 {
  border: none;
}
.hm-sec6 .cont .gt .f_but1:hover:before {
  background: transparent;
}
@media (max-width: 978px) {
  .hm-sec6 .container {
    width: 90%;
    max-width: 1400px;
  }
}
