.aiappbox5 {
  padding: 100px 0 90px;
  background: linear-gradient(0deg, #ffffff, #d4feff);
  margin-top: 30px;
}
.aiappbox5 .odiv {
  width: 1300px;
  margin: 40px auto 0;
}
.aiappbox5 .odiv-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.aiappbox5 .odiv-card {
  flex: 1;
  padding: 28px 16px 24px;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}
.aiappbox5 .odiv-card--warm {
  background: linear-gradient(135deg, #ffe8cc 0%, #ffffe2, #FFE3DC 100%);
}
.aiappbox5 .odiv-card--blue {
  background: linear-gradient(90deg, #C8E9FF 0%, #e2fcff, #c8e9ff);
}
.aiappbox5 .odiv-card--gold {
  background: linear-gradient(135deg, #fffbf0 0%, #ffe8cc 100%);
}
.aiappbox5 .odiv-num {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
}
.aiappbox5 .odiv-num--orange {
  color: #ff6b45;
}
.aiappbox5 .odiv-num--blue {
  color: #1488fe;
}
.aiappbox5 .odiv-title {
  margin: 14px 0 0;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.aiappbox5 .odiv-desc {
  margin: 10px 0 0;
  font-size: 14px;
  color: #00b578;
  line-height: 20px;
}
.aiappbox5 .odiv-tip {
  margin: 16px 0 0;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  text-align: right;
}
.aiappbox5 .box_hd h2 span.hot {
  color: #ff5369;
}
.aiappbox5 .bot {
  position: relative;
  margin-top: 40px;
}
.aiappbox5 .bot .bot-hd {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: bold;
  color: #253747;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
.aiappbox5 .gallery-thumbs {
  margin: 0 auto;
  width: 1100px;
}
.aiappbox5 .gallery-thumbs .swiper-wrapper {
  height: 71px;
  box-sizing: border-box;
  justify-content: space-around;
  gap: 6px;
}
.aiappbox5 .gallery-thumbs .swiper-slide {
  width: 136px;
  height: 45px;
  font-size: 16px;
  color: #006ede;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  border: 1px solid #62c9ff;
  font-weight: bold;
  background: linear-gradient(90deg, #a5ffff, #b8ffff);
  border-radius: 8px;
}
.aiappbox5 .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
  color: #ffffffff;
  background: linear-gradient(-22deg, #1471fe, #1488fe);
  box-shadow: 3px 4px 0px 0px rgba(20, 134, 254, 0.2);
}
.aiappbox5 .gallery-thumbs .swiper-slide-thumb-active span {
  font-weight: bold;
  font-size: 20px;
}
.aiappbox5 .gallery-thumbs .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35px;
  /* 控制箭头的宽度 */
  height: 27px;
  /* 控制箭头的高度 */
  background: url("/pc/module/aiapp/image/arrow-down1.png") no-repeat center;
  background-size: cover;
}
.aiappbox5 .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 43px;
}
.aiappbox5 .btnbox .a_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  height: 64px;
  padding: 10px 36px 10px 24px;
  border-radius: 79px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  width: auto;
  line-height: 1;
  margin: 0;
  min-width: auto;
  box-shadow: inset 0 0 13px #ffffff;
  transition: opacity 0.3s ease;
  background: linear-gradient(90deg, #2ab0ff 0%, #007bff 100%);
}
.aiappbox5 .btnbox .a_btn:hover {
  opacity: 0.9;
  transform: none;
  box-shadow: inset 0 0 13px #ffffff;
}
.aiappbox5 .btnbox .a_btn::after {
  content: "";
  width: 10px;
  height: 17px;
  flex-shrink: 0;
  background: url("/pc/module/aiapp/module2/images/Stroke.svg") no-repeat center;
  background-size: 100% 100%;
  border: none;
  padding: 0;
  position: static;
  transform: none;
  margin: 0;
  right: auto;
  top: auto;
}
.aiappbox5 .btnbox .a_btn2 {
  background: linear-gradient(90deg, #ff8c69 0%, #ff5a4d 100%);
  box-shadow: inset 0 0 13px #ffffff;
}
.aiappbox5 .btnbox .a_btn2:hover {
  opacity: 0.9;
  box-shadow: inset 0 0 13px #ffffff;
}
.aiappbox5 .btnbox .a_btn2::after {
  background-image: url("/pc/module/aiapp/module2/images/Stroke0.svg");
  border-color: transparent;
}
.aiappbox5 .javabox5_con {
  position: relative;
  width: 1300px;
  height: 364px;
  margin: 4px auto 0;
  border-radius: 8px;
  box-shadow: 0 4px 46px rgba(231, 240, 247, 0.67);
  background: #c3f9ffff;
}
.aiappbox5 .javabox5_con .main {
  background: #197dffff;
  display: flex;
  justify-content: space-around;
  margin-top: 89px;
  height: 267px;
  padding: 0 30px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.aiappbox5 .javabox5_con .main .title {
  position: absolute;
  height: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 23px;
  top: -45px;
  color: #333333;
  left: 393px;
}
.aiappbox5 .javabox5_con .main .first {
  width: 310px;
  height: 307px;
  background: #05b0ff;
  border-radius: 8px;
  position: relative;
  top: -60px;
}
.aiappbox5 .javabox5_con .main .first p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 70px;
}
.aiappbox5 .javabox5_con .main .first img {
  border-radius: 8px;
}
.aiappbox5 .javabox5_con .main .box {
  width: 267px;
  height: 267px;
}
.aiappbox5 .javabox5_con .main .box h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin: 70px 0 10px 0;
  position: relative;
  text-align: right;
  width: 220px;
}
.aiappbox5 .javabox5_con .main .box h3::before {
  content: "";
  display: block;
  width: 52px;
  height: 62px;
  background: url("/pc/module/aiapp/image/part4-icon1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -29px;
  left: 41px;
}
.aiappbox5 .javabox5_con .main .box p {
  width: 200px;
  height: 93px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0 auto;
  text-align: left;
  line-height: 24px;
}
.aiappbox5 .javabox5_con .main .box1 {
  background: #006fff;
}
.aiappbox5 .javabox5_con .main .box1 h3::before {
  background: url("/pc/module/aiapp/image/part4-icon2.png") no-repeat center;
  background-size: contain;
}
.aiappbox5 .javabox5_con .main .box2 h3 {
  width: 200px;
}
.aiappbox5 .javabox5_con .main .box2 h3::before {
  background: url("/pc/module/aiapp/image/part4-icon3.png") no-repeat center;
  background-size: contain;
}
.aiappbox5 .javabox5_con .swiper-nav-btns {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 44px;
  height: 267px;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.aiappbox5 .javabox5_con .swiper-button-prev,
.aiappbox5 .javabox5_con .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  flex: 1;
  width: 100%;
  height: auto;
  cursor: pointer;
  background: rgba(0, 87, 220, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.aiappbox5 .javabox5_con .swiper-button-prev:hover,
.aiappbox5 .javabox5_con .swiper-button-next:hover {
  background: rgba(0, 87, 220, 0.65);
}
.aiappbox5 .javabox5_con .swiper-button-next {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.aiappbox5 .javabox5_con .swiper-button-prev:after,
.aiappbox5 .javabox5_con .swiper-button-next:after {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  background: url("/pc/module/aiapp/image/arrow-left.png") no-repeat center;
  background-size: contain;
  font-family: unset;
  font-size: unset;
  line-height: unset;
}
.aiappbox5 .javabox5_con .swiper-button-next:after {
  background-image: url("/pc/module/aiapp/image/arrow-right.png");
}
.aiappbox5 .javabox5_con .swiper-pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  --swiper-theme-color: #3bacfa;
  --swiper-pagination-color: #3bacfa;
}
.aiappbox5 .javabox5_con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 14px;
}
