body {
  min-width: 1200px;
  background-color: #edf5ff;
  background-image: url("../img/new/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.hidden {
  overflow: hidden;
}
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.video-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 800px;
  /* height: 488px; */
  background-color: #fff;
  box-shadow: 0px 4px 45px 4px rgba(38, 38, 38, 0.33);
  border-radius: 12px;
  border: solid 6px #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.video-box i {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 14px;
  height: 13px;
  background-image: url("../img/new/video-box-close.png");
  cursor: pointer;
}
.video-box p {
  font-size: 14px;
  color: #555555;
  padding-left: 11px;
  padding-top: 6px;
  margin-bottom: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 及以下版本的样式 */
  .video-box video {
    height: 455px;
    /* flex: 1; */
  }
}

* {
  line-height: 1;
  box-sizing: border-box;
}
.none {
  display: none;
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  z-index: 9;
}
.header.white {
  background: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.headerNav {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.headerNavLeft {
  align-items: center;
}
.headerNavLeft a {
  background: url(../img/logo.png) no-repeat center;
  width: 33px;
  height: 29px;
  margin-right: 10px;
}
.headerNavLeft span {
  font-weight: bold;
  font-size: 18px;
  color: #fefefe;
}
.header.white .headerNavLeft span {
  color: #111111;
}
.headerNavRight {
  justify-content: flex-end;
  align-items: center;
}
.headerNavRight li {
  margin-left: 39px;
  /* width: 98px; */
  justify-content: space-between;
  align-items: center;
}
.headerNavRightSpan1 {
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
}
.header.white .headerNavRightSpan1 {
  color: #212121;
}
.headerNavRightSpan1::before {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  background-image: linear-gradient(
    90deg,
    #edefff 0%,
    #c2d9ff 50%,
    #98c2ff 100%
  );
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
}
.header.white .headerNavRightSpan1::before {
  background-image: linear-gradient(
    90deg,
    #7777fc 0%,
    #527af7 50%,
    #2c7df1 100%
  );
}
.headerNavRightSpan2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.8;
}
.header.white .headerNavRightSpan1 {
  color: #212121;
}
.headerNavRightSpan2:hover,
.headerNavRightSpan2:active {
  opacity: 1;
}
.header.white .headerNavRightSpan2 {
  color: #555555;
}
.headerNavRightType1 {
  width: 30px;
  height: 3px;
  background: #287ff2;
  border-radius: 1.5px;
  margin-top: 15px;
}
.headerNavRightType2 {
  width: 30px;
  height: 3px;
  background: #ffffff;
  border-radius: 1.5px;
  margin-top: 15px;
}
.headerLeft,
.floatLeft {
  float: left;
}
.headerLeft .headerLeftLogo {
  display: inline-block;
  background: url(../img/logo.png) no-repeat center;
  width: 38px;
  height: 35px;
  vertical-align: middle;
  margin: 14px 5px 0 0;
}
.headerLeft span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  vertical-align: middle;
  margin-top: 14px;
}

.isLogin,
.floatRight {
  float: right;
}
.isLogin > div {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: start;
  position: relative;
  cursor: pointer;
}
.headerRight {
  float: right;
  width: 122px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px #2c7df1;
  text-align: center;
  line-height: 32px;
}
.isLogin .line,
.headerRight .line {
  width: 1px;
  height: 11px;
  background-color: #2c7df1;
  display: inline-block;
  margin: 12px 8px 0;
}
.isLogin a,
.headerRight a {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2c7df1;
}
.header .isLogin {
  float: right;
  box-sizing: border-box;
}
.header .headerRight {
  float: right;
  width: auto;
  text-align: center;
  height: 30px;
  border: 1px solid #4788fc;
  border-radius: 50px;
  line-height: 30px;
  margin-top: 23px;
  font-size: 12px;
  cursor: pointer;
  color: #4788fc;
  padding: 0 16px;
}
.header .isLogin a,
.header .headerRight a {
  color: #4788fc;
}
.header ul li {
  float: left;
}
.header ul li span {
  cursor: pointer;
}
.header a {
  cursor: pointer;
}
.isLogin a:visited,
.headerRight a:visited {
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: #0054cd;
  text-decoration: underline;
}
.isLogin a:active,
.headerRight a:active {
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: #0054cd;
  text-decoration: underline;
}
.isLogin a:hover,
.headerRight a:hover {
  color: #2c7df1;
  text-decoration: underline;
}
.header .header-ri,
.header .division,
.header .signUp {
  float: right;
}
.header .division {
  margin: 0 9px;
  color: #4788fc;
}
.header .header-title {
  color: #666666;
  font-size: 18px;
}
.header .header-sign {
  border-bottom: 3px solid #4788fc;
}
.header .header-sign a {
  color: #4788fc;
}
.isLogin .showBox {
  width: 101px;
  display: flex;
  min-width: 80px;
  align-items: center;
  margin-top: 24px;
}

.isLogin .hoverBox > div {
  margin-top: 11px;
  display: flex;
  max-width: 80px;
  flex-direction: column;
  margin-top: 11px;
  box-shadow: 0px 2px 5px 2px #eee;
}
.isLogin .hoverBox a {
  box-sizing: border-box;
  width: 80px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0px;
  padding-left: 15px;
  color: #333333;
  text-decoration: none;
}
.isLogin .hoverBox a:hover {
  background-color: #f4f9ff;
  color: #2c7df1;
}
.isLogin .showBox img {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 7px;
}
.isLogin .showBox span {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  line-height: 32px;
  height: 32px;
  margin-left: 7px;
}
.isLogin .nickname {
  max-width: 5em;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headerContent {
  position: absolute;
  left: 52.2916vw;
  top: 262px;
  /* margin: -160px 0; */
  text-align: center;
}
.headerContent h1 {
  font-size: 64px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  line-height: 1;
  color: #000000;
  margin: 0 0 33px;
}
.headerContent h2 {
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 33px;
  margin-bottom: 85px;
}
.headerContent .download {
  width: 240px;
  height: 70px;
  overflow: hidden;
  outline: none;
  margin: 0 auto;
  background: linear-gradient(90deg, #0091ff 0%, #2c7df1 100%);
  border-radius: 34px;
  line-height: 70px;
  text-align: center;
}
.headerContent .download a {
  display: block;
  width: 240px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.main {
  text-align: center;
  width: 100%;
}
.main .top {
  padding-top: 205px;
  width: 100%;
  height: 693px;
  background-image: url("../img/new/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.main .top h1 {
  font-size: 95px;
  font-style: italic;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #cafffd, #feffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fffefe;
}
.main .top h2 {
  font-size: 70px;
  font-style: italic;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #cafffd, #feffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 31px;
}
.main .top h3 {
  margin-top: 30px;
  background-image: url("../img/new/h3-bg.png");
  width: 821px;
  height: 61px;
  background-size: contain;
  display: block;
  margin: 30px auto 57px;
}
.main .top h3 span {
  font-size: 31px;
  font-weight: bold;
  line-height: 61px;
  background-image: linear-gradient(
    90deg,
    #6afcf5 0%,
    #b6ffce 50%,
    #ffffa4 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .top > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 280px;
  height: 66px;
  background-image: linear-gradient(
    90deg,
    #6ffff2 0%,
    #b6ffce 51%,
    #f1fdaf 100%
  );
  font-size: 24px;
  color: #003eff;
  border-radius: 33px;
}
.main .top > a:hover {
  background-image: linear-gradient(90deg, #6ffff2 0%, #d0ffdf 100%);
}
.main .top > a:active {
  background-image: linear-gradient(90deg, #57f0e2 0%, #abffc7 100%);
}
.main .top > a img {
  margin-right: 10px;
  width: 17px;
  height: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main .top h1,
  .main .top h2,
  .main .top h3 span {
    background: none;
    color: #fffefe;
  }
  /* IE10 及以下版本的样式 */
}
.main > ul {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 47px;
  overflow: hidden;
}
.main > ul li {
  width: 400px;
  float: left;
}
.main > ul li h3 {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #333333;
  margin: 10px 0 35px 0;
}
.main > ul li h4 {
  width: 330px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin: 0 auto;
}
.main .item1 {
  display: block;
  background: url(../img/item1.png) no-repeat center;
  width: 286px;
  height: 286px;
  margin: 0 auto;
}
.main .item2 {
  display: block;
  background: url(../img/item2.png) no-repeat center;
  width: 286px;
  height: 286px;
  margin: 0 auto;
}
.main .item3 {
  display: block;
  background: url(../img/item3.png) no-repeat center;
  width: 286px;
  height: 286px;
  margin: 0 auto;
}
.centre {
  width: 1200px;
  min-width: 1200px;
  margin: 9px auto auto;
}
.centreTitle {
  justify-content: center;
  margin: 34px auto 89px;
}
.centreTitle h2 {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  position: relative;
}
.centreTitle h2::after {
  width: 81px;
  height: 7px;
  background-image: linear-gradient(90deg, #1674fc 0%, #7298ff 100%);
  display: block;
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.centreTitle > div {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #b3b3b3;
}
.centreBoby {
  width: 100%;
  justify-content: space-between;
}
.centreBoby > ul {
  /* width: 600px; */
}
.centreBobyLi,
.centreBobyLi2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  width: 585px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 23px 18px 23px 20px;
}
.centreBobyLi:hover,
.centreBobyLi2:hover {
  box-shadow: 0px 5px 13px 0px rgba(0, 124, 255, 0.18);
}
.centreBobyLi {
  margin-right: 30px;
}
.centreBobyLi > img,
.centreBobyLi2 > img {
  width: 178px;
  height: 134px;
  border-radius: 6px;
  margin-right: 20px;
}

.centreBobyDiv {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* padding: 20px; */
}
.centreBobyDiv > img {
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.entry {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entryTitle {
  text-align: left;
  font-size: 16px;
  color: #424242;
  font-weight: bold;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.entryTitle:hover,
.entryTitle:active {
  color: #424242;
}
.entryMiddle {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  text-align: left;
  margin-top: 14px;
  max-height: 66px;
  color: #666666;
  -webkit-line-clamp: 3 !important;
}
.entryMiddle:hover {
  color: #7592c6;
}
.entryBase {
  justify-content: space-between;
  margin-top: 10px;
}
.entryBaseLeft,
.entryBaseLeft1,
.entryBaseLeft2 {
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.entryBaseLeft1 > img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.entryBaseLeft1 {
  margin-left: 14px;
}
.entryBaseLeft2 > img {
  width: 16px;
  height: 13px;
  margin-right: 6px;
}
.entryBaseRight {
  align-items: center;
  font-size: 12px;
  color: #808080;
  /* width: 260px; */
  overflow: hidden;
}
.entryBaseRight a {
  border-radius: 12px;
  font-size: 12px;
}
.hoverChange .c1 {
  max-width: 100px;
  min-width: 80px;
  height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background-color: #ededed;
}
.entryBaseRight1 {
  max-width: 92px;
  height: 20px;
  padding: 0 12px;
  line-height: 20px;
  border-radius: 10px;
  margin-left: 6px;
  background-color: #efefef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999999;
}
.entryBaseRight1 a {
  color: #999999;
}
.friendshipLink2 a {
  font-size: 14px;
  padding-left: 10px;
}
.entryBaseRight1:hover,
.entryBaseRight1:hover a {
  background-color: #4385fe;
  color: #fff;
}
/* .centreBobyDiv:hover {
  box-shadow: 0px 0px 10px 4px #ececec;
} */
.centreMore div {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #ededed;
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}
/* .entryBaseRight1:hover,
.entryBaseRight1:active,
.entryBaseRight a:hover,
.entryBaseRight a:active,
.centreMore div:hover,
.centreMore a:hover,
.centreMore div:active,
.centreMore a:active,
.entryBaseRight1:hover a {
  color: #4e93f3;
  background-color: #ecf4ff;
}
.entryBaseRight1:hover a {
  color: #4e93f3;
} */

.footer {
  /* background: url(../img/footer.png) no-repeat center; */
  width: 100%;
  background-size: cover;
  /* height: 847px; */
  text-align: center;
  /* margin-top: 239px; */
  position: relative;
  /* display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; */
  margin-top: 100px;
}
.footer h2 {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  padding-top: 99px;
  color: #212121;
}
.footer h3 {
  font-size: 16px;
  color: #555555;
  margin: 18px 0 0;
}
.footer > div > h4 {
  margin: 20px auto 0;
  border-radius: 4px;
  display: block;
  width: 81px;
  height: 7px;
  background-image: linear-gradient(90deg, #1674fc 0%, #7298ff 100%);
}
.footer .download {
  width: 360px;
  height: 80px;
  background-image: linear-gradient(90deg, #47a0fd 0%, #0c6afc 100%);
  border-radius: 40px;
  margin: 72px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fefeff;
  cursor: pointer;
}
.footer .download a {
  color: #fefeff;
  margin-left: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .download a img {
  margin-right: 10px;
}
.download:hover {
  background: #47a0fd;
}
.download:active {
  background: #0c6afc;
}

.footerTitle {
  /* background-image: url("../img/new/yhxs-bg.png"); */
}
.footerTitle > p {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  /* margin-top: 75px; */
}
.footerTitle > p:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 81px;
  height: 7px;
  background-image: linear-gradient(90deg, #1674fc 0%, #7298ff 100%);
  bottom: -28px;
  border-radius: 4px;
}
.footerCarousel {
  width: 100%;
  margin: 168px auto 0 auto;
  position: relative;
  background-image: url("../img/new/yhxs-bg.png");
  /* background-position: center 94px; */
  height: 400px;
}
.footerCarouselBox {
  width: 1030px;
  height: 491px;
  margin: auto;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: -173px;
  left: 50%;
  transform: translateX(-50%);
}
.carouserKide {
  width: 2216px;
  /* height: 296px; */
  /* padding: 14px; */
  left: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.infoEntry {
  display: inline-block;
  width: 320px;
  height: 400px;
  margin-right: 35px;
  box-shadow: 0px 3px 21px 0px rgba(75, 128, 255, 0.2);
  border-radius: 20px;
  position: relative;
  background: #ffffff;
}
.infoEntry p {
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  white-space: pre-wrap;
  text-align: left;
}
.infoEntryImg {
  /* position: absolute; */
  width: 90px;
  height: 90px;
  /* top: -35px; */
  /* left: 115px; */
  border-radius: 50%;
  margin-top: 36px;
}
.infoEntry h4 {
  font-size: 16px;
  color: #333333;
  margin-top: 29px;
}
.infoEntry h5 {
  font-size: 14px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 0;
}
.infoEntry1 {
  width: 68px;
  height: 4px;
  background-color: #3280fd;
  margin: 22px auto auto;
}
.infoEntry2 {
  /* width: 244px;
  height: 1px;
  background: #d9d9d9;
  margin: auto; */
}
.infoEntry3 {
  width: 280px;
  font-size: 12px;
  color: #666666;
  margin: 20px auto auto;
}

.carouser-action {
  width: 1200px;
  position: relative;
  height: 46px;
  margin: 0 auto;
}
.carouserLeft {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 96px;
  left: 0;
  cursor: pointer;
  background-image: url("../img/new/scrollleft.png");
}
.carouserLeft:hover {
  background-image: url("../img/new/scrollleft-h.png");
}
.carouserRight {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 96px;
  right: 0;
  cursor: pointer;
  background-image: url("../img/new/scrollright.png");
}
.carouserRight:hover {
  background-image: url("../img/new/scrollright-h.png");
}

.bottomContent {
  /* background: url(../img/link.png) no-repeat center; */
  width: 100%;
  /* height: 524px; */
  display: flex;
  /* padding-top: 145px; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* position: relative; */
}
.friendshipLinkBox {
  width: 100%;
  min-width: 1200px;
  /* height: 230px; */
  border-radius: 6px;
  background-color: #ffffff;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.friendshipLink1 {
  width: 1124px;
  /* height: 68px; */
  /* border-bottom: 1px dotted #e9e9e9; */
  font-weight: 900;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.friendshipLink1 span {
  font-size: 18px;
  margin: 32px auto 20px;
  text-align: center;
}
.friendshipLink1 div {
  width: 81px;
  height: 7px;
  background-image: linear-gradient(90deg, #1674fc 0%, #7298ff 100%);
  margin: 0 auto;
  border-radius: 4px;
}
.friendshipLink2 {
  width: 1200px;
  margin: 37px auto 10px;
  line-height: 2;
  font-size: 14px;
}
.friendshipLink2 a {
  color: #838088;
  font-size: 14px;
  text-align: left;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  margin-bottom: 22px;
  letter-spacing: 0;
  /* margin: 0 6px; */
}
.friendshipLink2 a:hover,
.friendshipLink2 a:active {
  color: #2a7ef2;
}
.link {
  text-align: center;
  /* margin-top: 66px; */
  /* position: relative; */
  /* z-index: 1; */
  color: #999999;
  letter-spacing: 1px;
  font-size: 12px;
  display: flex;
  /* ziti */
}
.link.last {
  width: 100%;
  height: 100px;
  background-color: #254d85;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}
.link > div {
  display: flex;
  flex-direction: column;
}
.link p a {
  color: #999999;
}
.link p span {
  margin: 11px 0;
}
.link .linkBttom {
  margin: 25px 0 0;
  font-size: 12px;
  color: #6a89b6;
}

.link.last p a {
  color: #d3e5ff;
  font-size: 12px;
}

.link .linkBttom a {
  color: #6a89b6 !important;
}
.link.last p span {
  color: #d3e5ff;
  font-size: 12px;
}
/* 新样式 */
.ai-box {
  margin-top: 94px;
}
.ai-box .title {
  font-size: 28px;
  font-weight: bold;
  color: #212121;
  position: relative;
  display: block;
  margin-bottom: 123px;
}
.ai-box .title::before {
  display: block;
  position: absolute;
  width: 81px;
  height: 7px;
  content: "";
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-image: linear-gradient(90deg, #1674fc 0%, #7298ff 100%);
}
.ai-box .ai-inner,
.ai-box .word-inner {
  margin: 0 auto;
  width: 1200px;
  height: 500px;
  background-color: #0d70fc;
  border-radius: 20px;
  position: relative;
}
.ai-box .ai-inner .ai-inner-bottom-btns {
  position: absolute;
  right: 102px;
  bottom: 24px;
  display: flex;
  align-items: center;
}
.ai-box .ai-inner .ai-inner-bottom-btns a {
  width: 240px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 45px 4px rgba(6, 55, 217, 0.65);
  font-size: 18px;
  font-weight: bold;
}
.ai-box .ai-inner .ai-inner-bottom-btns a:first-child {
  background-image: linear-gradient(
    90deg,
    #6afcf4 0%,
    #a7f7d5 50%,
    #e1f2b6 100%
  );
  color: #1d1d1d;
  margin-right: 66px;
}
.ai-box .ai-inner .ai-inner-bottom-btns a:first-child:hover {
  background-image: linear-gradient(90deg, #6ffff2 0%, #d0ffdf 100%);
}
.ai-box .ai-inner .ai-inner-bottom-btns a:first-child:active {
  background-image: linear-gradient(90deg, #57f0e2 0%, #abffc7 100%);
}
.ai-box .ai-inner .ai-inner-bottom-btns a:last-child {
  background-image: linear-gradient(90deg, #f4fffe 0%, #f8ffe6 100%);
  color: #0d70fc;
}
.ai-box .ai-inner .ai-inner-bottom-btns a:last-child:hover {
  background-image: linear-gradient(90deg, #c1fffc 0%, #edffc0 100%);
}
.ai-box .ai-inner .ai-inner-bottom-btns a:last-child:active {
  background-image: linear-gradient(90deg, #a2fffa 0%, #dcf993 100%);
}
.ai-box .ai-inner .ai-inner-right-top,
.ai-box .word-inner .ai-inner-right-top {
  width: 751px;
  height: 515px;
  position: absolute;
  right: 0;
  top: -63px;
  background-image: url("../img/new/topbox-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ai-box .ai-inner .ai-inner-right-top .ai-inner-right-top-swiper {
  width: 663px;
  height: 427px;
  overflow: hidden;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 20px;
}
.ai-box .ai-inner .ai-inner-right-top .ai-inner-right-top-swiper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -2px;
  position: absolute;
  /* transform: translateX(-50%); */
}

.ai-box .ai-inner .ai-inner-left,
.ai-box .word-inner .ai-inner-left {
  padding-top: 41px;
  text-align: left;
  padding-left: 44px;
}
.ai-box .ai-inner .ai-inner-left h3,
.ai-box .word-inner .ai-inner-left h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  padding-left: 4px;
  margin-bottom: 35px;
}
.ai-box .ai-inner .ai-inner-left .ai-inner-left-desc-box {
  padding: 0 13px;
  background-color: #3b88fc;
  width: 388px;
}
.ai-box
  .ai-inner
  .ai-inner-left
  .ai-inner-left-desc-box
  .ai-inner-left-desc-box-item {
  height: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}
.ai-box .ai-inner-left-desc-box-item:not(:last-child) {
  border-bottom: 1px dashed #edf5ff;
}
.ai-box .ai-inner-left-desc-box-item p:first-child {
  font-size: 18px;
  color: #e7efff;
  font-weight: bold;
}
.ai-box .ai-inner-left-desc-box-item p:last-child {
  font-size: 12px;
  color: #dce8ff;
  margin-top: 10px;
}
.ai-box .word-inner {
  margin-top: 105px;
  height: 437px;
}
.ai-box .word-inner .ai-inner-right-top img {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 40px;
  left: 44px;
  border-radius: 20px;
}
.ai-box .word-inner .ai-inner-right-top img {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 40px;
  left: 44px;
  border-radius: 20px;
}
.ai-box .word-inner .fanyi-type-list {
  background-color: #3b88fc;
  width: 361px;
  padding: 0 13px;
}
.ai-box .word-inner .fanyi-type-item {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
}
.ai-box .word-inner .fanyi-type-item.active {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}
.ai-box .word-inner .fanyi-type-item.active::before {
  display: block;
  content: "";
  position: absolute;
  left: -13px;
  background-image: url("../img/new/tab-bg.png");
  background-size: contain;
  width: 384px;
  height: 92px;
  top: -1px;
}
.ai-box .word-inner .fanyi-type-item p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.ai-box .word-inner .fanyi-type-item.active p:first-child {
  color: #095ffc;
  z-index: 1;
  position: relative;
}
.ai-box .word-inner .fanyi-type-item p:last-child {
  font-size: 12px;
  color: #095ffc;
  line-height: 20px;
  margin-top: 8px;
  display: none;
}
.ai-box .word-inner .fanyi-type-item.active p:last-child {
  display: block;
  z-index: 1;
  position: relative;
}
.ai-box .word-inner .fanyi-type-item:not(:last-child) {
  border-bottom: 1px dashed #edf5ff;
}
.fun-box {
  width: 100%;
  height: 964px;
  background-repeat: no-repeat;
  background-image: url("../img/new/fun-bg.png");
  background-position: top center;
  margin-top: 119px;
}
.fun-box h2 {
  font-size: 28px;
  font-weight: bold;
  color: #edf5ff;
  position: relative;
  padding-top: 164px;
}
.fun-box h2::after {
  width: 81px;
  height: 7px;
  background-image: linear-gradient(
    90deg,
    #bdd8ff 0%,
    #b0c9ff 50%,
    #a2baff 100%
  );
  display: block;
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
.fun-box ul {
  width: 1140px;
  margin: 111px auto 0;
  height: 514px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.fun-box ul li {
  width: 360px;
  height: 242px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  transition: all 0.7s;
}
.fun-box ul li:hover {
  margin-top: -10px;
}
.fun-box ul li img {
  margin: 23px auto 23px;
  width: 80px;
  height: 80px;
}
.fun-box ul li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.fun-box ul li h4 {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 13px;
}
.centre .more {
  width: 300px;
  height: 80px;
  border-radius: 40px;
  color: #0c6afc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid #0c6afc;
  margin: 30px auto 0;
}
.centre .more:hover {
  border: none;
  background-image: linear-gradient(90deg, #47a0fd 0%, #0c6afc 100%);
  color: #ffffff;
}
.centre .more:active {
  border: none;
  background: #0c6afc;
  color: #ffffff;
}

.use-list {
  display: flex;
  width: 1144px;
  height: 394px;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 84px auto 0;
}
.use-list .use-list-item {
  text-align: left;
  width: 360px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  padding-top: 30px;
  padding-left: 129px;
  padding-right: 8px;
}
.use-list .use-list-item h5 {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  margin: 0;
}
.use-list .use-list-item h6 {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  margin-top: 14px;
}
.use-list .use-list-item i {
  width: 90px;
  height: 90px;
  background-image: linear-gradient(
    90deg,
    #48a1fd 0%,
    #2a85fd 50%,
    #0b69fc 100%
  );
  position: absolute;
  display: block;
  border-radius: 16px;
  left: 18px;
  top: -24px;
}
.use-list .use-list-item i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.friendshipLink2 .link {
  display: flex;
  flex-wrap: wrap;
}
.friendshipLink2 .link a {
  flex-basis: 20%;
}
