.video-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 62rem;
  z-index: 7;
}
.section02-2024-img-Vertical,
.video-box-background {
  display: none;
}
.video-box-background img {
  width: 100%;
  height: auto;
}
.prism-player {
  width: 100%;
  height: 69rem;
}
.prism-big-play-btn {
  right: 3rem;
  bottom: 80px;
  display: none !important;
}
.prism-player .prism-cover {
  z-index: 9 !important;
}
.play-operation {
  position: absolute;
  right: 6rem;
  bottom: 14rem;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  background: #05111e;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  z-index: 10;
}
.section01-2024 {
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  color: #fff;
  overflow: hidden;
}
.section01-2024-mask {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
}
.section01-2024-content-box {
  position: absolute;
  left: 32px;
  top: 30%;
  padding: 0 120px;
  z-index: 9;
}
.Stock {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.Stock,
.section01-2024-title {
  margin-bottom: 30px;
}
.section01-2024-title {
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 100px;
}
.section-2024-button {
  color: #fff;
  width: max-content;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.section02-2024 {
  padding: 3.12rem 0;
  width: 100%;
  color: #fff;
}
.section02-2024-box {
  margin: 0 auto;
  width: 87%;
  position: relative;
  overflow: hidden;
}
.section02-2024-box-left {
  position: absolute;
  top: 4rem;
  bottom: 4rem;
  left: 5rem;
  width: 30.625rem;
  height: 100%;
}
.section02-2024-box-button {
  width: max-content;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.section02-2024-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2rem;
  border: 3px solid rgba(12, 34, 114, 0.65);
  display: block;
}
.section02-2024-box-left-title {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
}
.section02-2024-box-left-title img {
  margin-right: 15px;
}
.section02-2024-box-left-cont {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-top: 1.88rem;
  text-align: justify;
}
.section02-2024-box-left-operation {
  bottom: 7rem;
  position: absolute;
  display: flex;
  align-items: center;
}
.Information-2024 {
  color: #fff;
  width: 100vw;
}
.Information-2024-box {
  width: 87%;
  margin: 0 auto;
}
.Information-2024-box-titleBox {
  display: flex;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  line-height: 2rem;
}
.Information-2024-box-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: normal;
  padding: 0 0 1rem;
}
.Information-2024-box-operation {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  line-height: 1rem;
}
.Information-2024-box-content {
  padding: 1rem 0 0;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.Information-2024-box-item {
  display: block;
  flex: 1;
}
.Information-2024-box-item-headerHover:hover div {
  text-shadow: 0 0 30px #d9dede, 0 0 30px #d9dede, 0 0 40px #d9dede;
}
.Information-2024-box-content-img {
  margin: 0 auto;
}
.Information-2024-box-content-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.Information-2024-box-content-title {
  font-size: 20px;
  margin: 28px 0 12px;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
}
.Information-2024-box-content-title div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.Information-2024-box-content-data {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .video-box {
    height: 40rem;
  }
  .play-operation {
    right: 4rem;
    bottom: 10rem;
    padding: 0.6rem 1.2rem;
  }
  .section01-2024-content-box {
    top: 30%;
  }
  .section01-2024-title {
    font-size: 40px;
    line-height: 4rem;
  }
  .section02-2024-box-left {
    top: 3rem;
    left: 4rem;
    width: 25.625rem;
  }
  .section02-2024-box-left-cont {
    font-size: 1rem;
    line-height: 26px;
    margin-top: 16px;
  }
  .section02-2024-box-left-operation {
    bottom: 4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-box {
    height: 35rem;
  }
  .play-operation {
    right: 4rem;
    bottom: 8rem;
    padding: 0.4rem 1rem;
  }
  .section01-2024-content-box {
    top: 8rem;
    left: 32px;
    padding: 0 40px;
  }
  .section01-2024-title {
    font-size: 32px;
    line-height: 3.5rem;
  }
  .section02-2024-box-left {
    top: 1.5rem;
    left: 2.5rem;
    width: 25.625rem;
  }
  .section02-2024-box-left-title {
    font-size: 2rem;
  }
  .section02-2024-box-left-cont {
    font-size: 0.8rem;
    line-height: 20px;
    width: 20rem;
  }
  .section02-2024-box-left-operation {
    bottom: 4em;
  }
  .Information-2024-box-content {
    gap: 5px;
  }
  .Information-2024-box-content-title {
    font-size: 0.8rem;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .play-operation,
  .section02-2024-box-left-title img,
  .section02-2024-img,
  .video-box {
    display: none;
  }
  .video-box-background {
    display: block;
  }
  .section01-2024-content-box {
    top: 30%;
    bottom: 0;
    left: 0;
    padding: 0 24px 80px;
  }
  .section02-2024 {
    padding: 0 24px 24px;
    margin: 0;
    overflow: hidden;
    width: auto;
  }
  .section02-2024-img-Vertical {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .Stock {
    font-size: 12px;
    margin-bottom: 0;
  }
  .section01-2024-title {
    font-size: 28px;
    line-height: normal;
    padding: 16px 0;
    margin: 0;
  }
  .section02-2024-box {
    width: 100%;
    overflow: hidden;
  }
  .section02-2024-box-left {
    top: 48px;
    left: 24px;
    right: 24px;
    width: auto;
    height: auto;
  }
  .section02-2024-box-left-title {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 16px;
    font-size: 24px;
  }
  .section02-2024-box-left-cont {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    width: 95%;
    margin: 0;
  }
  .Information-2024-box-content-data,
  .section02-2024-box-button,
  .section02-2024-box-operation-ReadMore {
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
  }
  .section02-2024-box-button {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 14px;
  }
  .section02-2024-box-operation-ReadMore {
    font-size: 14px;
  }
  .section02-2024-box-left-operation {
    font-size: 0.4rem;
    position: static;
  }
  .Information-2024 {
    color: #fff;
    width: auto;
    padding: 80px 0 0 24px;
  }
  .Information-2024-box {
    overflow: hidden;
    width: 100%;
    padding: 0;
  }
  .Information-2024-box-titleBox {
    border: none;
    padding: 0 24px 0 0;
  }
  .Information-2024-box-content-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
  }
  .Information-2024-box-title {
    font-size: 24px;
    padding: 0;
  }
  .Information-2024-box-operation {
    font-size: 14px;
    opacity: 0.6;
  }
  .Information-2024-box-content {
    display: flex;
    justify-content: space-between;
    width: auto;
    overflow-x: auto;
    gap: 24px;
    padding-right: 24px;
  }
  .Information-2024-box-content::-webkit-scrollbar {
    display: none;
  }
  .Information-2024-box-content-title {
    font-size: 16px;
    height: 18px;
    margin: 16px 0 4px;
    width: 300px;
  }
  .Information-2024-box-item {
    width: 100%;
  }
  .Information-2024-box-content-data {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }
  .section-2024-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.new-section-2024 {
  margin-top: 4.87rem;
}
.new-section-2024 .block-container {
  position: relative;
  width: 87%;
  margin: 0 auto;
  cursor: pointer;
}
.new-section-2024 .banner-btn {
  width: 7.21rem;
  position: absolute;
  top: 50%;
  transform: translateY(-5%);
  left: 28rem;
}
.new-section-2024 .banner-btn-hover {
  display: none;
}
.new-section-2024 .banner-text {
  width: 23.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 3rem;
}
.mobile-new-section-2024 {
  display: none;
  overflow: hidden;
}
.mobile-new-section-2024 .mobile-banner {
  border-radius: 1rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .new-section-2024 {
    margin-top: 3.87rem;
  }
  .new-section-2024 .banner-btn {
    width: 6.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-5%);
    left: 24.7rem;
  }
  .new-section-2024 .banner-btn-hover {
    display: none;
  }
  .new-section-2024 .banner-text {
    width: 20.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-47%);
    left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .new-section-2024 {
    display: none;
  }
  .mobile-new-section-2024 {
    display: block;
    padding: 24px;
  }
  .mobile-new-section-2024 .block-container {
    position: relative;
  }
  .mobile-new-section-2024 .banner-text {
    position: absolute;
    top: 1.2rem;
    left: 1.7rem;
    width: 15rem;
  }
  .mobile-new-section-2024 .banner-btn {
    position: absolute;
    top: 4.83rem;
    left: 1.7rem;
    width: 3.425rem;
  }
  .mobile-new-section-2024 .banner-btn-hover {
    display: none;
  }
}
@media (min-width: 564px) and (max-width: 768px) {
  .mobile-new-section-2024 .banner-text {
    position: absolute;
    top: 2.3rem;
    left: 1.25rem;
    width: 20.31rem;
  }
  .mobile-new-section-2024 .banner-btn {
    position: absolute;
    top: 7.2rem;
    left: 1.25rem;
    width: 5.625rem;
  }
  .mobile-new-section-2024 .banner-btn-hover {
    display: none;
  }
}
