@charset "UTF-8";
@font-face {
  font-family: AlimamaShuHeiTi;
  src: url("./AlimamaShuHeiTi-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
img {
  -webkit-user-drag: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
}
html {
  width: 100%;
  /* overflow-x: hidden !important; */
}
body {
  width: 100%;
  /* overflow-x: hidden !important; */
  font-family: Microsoft Yahei, 微软雅黑, PingFang SC, PingFang;
  background-color: #fff;
}

/* 1920 */
.after-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.after-phone-box {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-right: 3.2%;
}
.after-phone-icon {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}
.after-phone-text {
  font-weight: bold;
  font-size: 28px;
  font-style: normal;
  background: linear-gradient(45deg, #ff73ff 0%, #136fff 38%, #4470ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.after-banner-center {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  padding: 0 13.5%;
}
.after-banner-title {
  height: fit-content;
  margin-top: 40px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 100px;
  background: linear-gradient(104deg, #ff73ff 0%, #136fff 38%, #4470ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.after-form-box {
  width: 540px;
  /* height: 532px; */
  padding: 40px 50px;
  background: #ffffff;
  box-shadow: 0px 8px 40px 0px rgba(147, 177, 190, 0.15);
  border-radius: 20px;
}
.after-form-title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #0b164c;
}
.after-form-main {
  padding-top: 20px;
}
.after-form-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.after-form-label {
  width: 90px;
}
.after-form-label {
  font-size: 16px;
  color: #1d2541;
}
.error-message {
  position: absolute;
  top: 95%;
  left: 100px;
  font-size: 10px !important;
}
.after-form-input {
  width: calc(100% - 90px);
  height: 48px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding-left: 20px;
  font-size: 16px;
}
.after-form-code {
  width: 45%;
}
.after-form-get {
  cursor: pointer;
  width: calc(100% - 45% - 90px - 15px);
  margin-left: 15px;
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ed83ff, #1b5cff);
  border-radius: 4px;
  position: relative;
  color: white;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.after-form-get::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: 3px;
  z-index: 1;
}

.after-form-get span {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #ed83ff, #1b5cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.after-form-btn {
  width: 190px;
  height: 54px;
  background: linear-gradient(315deg, #0a59ff 0%, #ff86ff 100%);
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* 表单验证样式 */
.after-form-input.error {
  border-color: #da6365 !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.1);
}

.after-form-input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  outline: 0;
}

.after-form-btn:hover {
  opacity: 0.9;
}

.after-form-btn:active {
  transform: scale(0.98);
}
/* 下拉选择框样式 */
.after-form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../img2025/cjzdh20251105/after/btn_xiala.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

.after-form-select:focus {
  outline: none;
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

/* 错误状态下的下拉框 */
.after-form-select.error {
  border-color: #ff4d4f !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.after-upgrade-box .index-main-center {
  /* margin-top: -100px; */
  position: relative;
  z-index: 11;
  margin-top: -80px;
}
.after-upgrade-center {
  width: 74.25%;
  margin: 50px auto 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.after-upgrade-btns {
  position: relative;
  cursor: pointer;
}
.after-upgrade-img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.after-upgrade-k {
  position: absolute;
  left: calc(50% - 270px);
  top: calc(50% - 80px);
  width: 540px;
  height: 177px;
}
.after-upgrade-play {
  width: 80px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.after-upgrade-video {
  width: 100%;
  display: none;
}
.after-upgrade-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.after-upgrade-ewm {
  width: 140px;
}
.after-upgrade-text {
  font-weight: bold;
  font-size: 32px;
  color: #1d2541;
  margin-left: 40px;
}
.after-release-box {
  padding-top: 160px;
}
.after-release-list {
  display: flex;
  flex-wrap: wrap;
}
.after-release-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.after-release-item:nth-child(3n) {
  margin-right: 0;
}
.after-release-bg {
  width: 100%;
}
.after-release-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 40px 0;
}
.after-release-name {
  font-weight: bold;
  font-size: 28px;
  color: #0b164c;
}
.after-release-lable {
  font-weight: bold;
  font-size: 18px;
  color: #0b164c;
  padding-top: 6px;
}
.after-release-text {
  font-size: 16px;
  line-height: 1.5em;
  color: #575d6c;
  opacity: 1;
  padding-top: 6px;
}
.after-release-flex {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.after-release-btn {
  font-size: 18px;
  color: #1d2542;
  padding: 0 24px;
  margin-right: 20px;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 27px;
  border: 1px solid #1d2541;
  line-height: 1;
  cursor: pointer;
}
.after-release-swiper {
  overflow: hidden;
  padding-top: 50px;
}
.after-release-main {
  position: relative;
}
.after-release-prev {
  position: absolute;
  left: -60px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: url(../../img2025/cjzdh20251105/after/after-release-prev-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.after-release-prev:hover {
  background: url(../../img2025/cjzdh20251105/after/after-release-prev-sel.png) no-repeat;
  background-size: 100% 100%;
}
.after-release-next {
  position: absolute;
  right: -60px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: url(../../img2025/cjzdh20251105/after/after-release-next-nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.after-release-next:hover {
  background: url(../../img2025/cjzdh20251105/after/after-release-next-sel.png) no-repeat;
  background-size: 100% 100%;
}
.after-enhance-box {
  padding-top: 160px;
}
.after-enhance-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
}
.after-enhance-content-box .after-enhance-item:nth-child(2) {
  flex-direction: row-reverse;
}
.after-enhance-img {
  width: 856px;
}
.after-enhance-name {
  font-weight: bold;
  font-size: 32px;
  color: #0b164c;
}
.after-enhance-list {
  padding-top: 30px;
}
.after-enhance-text {
  font-size: 18px;
  color: #0b164c;
  position: relative;
  margin-bottom: 10px;
}
.after-enhance-text::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 15px;
  height: 12px;
  background: url(../../img2025/cjzdh20251105/after/icon_dui.png) no-repeat;
  background-size: 100% 100%;
}
.after-enhance-btn {
  margin: 60px 0 0;
}
.after-enhance-content-box .after-enhance-item:nth-child(2) .after-enhance-content {
  padding-left: 100px;
}
.after-conferencee-box {
  padding-top: 100px;
}
.after-media-box {
  padding-top: 140px;
}
.advantage-video-box {
  position: fixed;
  left: 20%;
  top: 20%;
  width: 60%;
  z-index: 999;
}
.advantage-video-max {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 998;
}
.advantage-video-player {
  position: relative;
}
.advantage-video-close {
  width: 32px;
  height: 32px;
  background: url(../../img2025/cjzdh20251105/after/video_close.png) no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(45deg); */
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.report-main-right {
  background: #ffffff;
  box-shadow: 0px 8px 50px 0px rgba(182, 185, 197, 0.2);
  border-radius: 12px;
  border: 3px solid #ffffff;
}
.report-right-item:hover {
  background: linear-gradient(90deg, rgba(248, 132, 255, 0.1) 0%, rgba(20, 91, 255, 0.1) 100%);
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px !important;
}
.innovator25-live-box {
  margin-top: 100px;
  padding-bottom: 0;
}
.kccas25-video-pc-swiper {
  position: relative;
  overflow: hidden;
}
.kccas25-video-instant-pc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kccas25-video-instant-pc .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
/* 导航按钮默认样式 */
.after-release-prev,
.after-release-next {
  /* 保持您原有的样式 */
  transition: opacity 0.3s ease;
}

/* 导航按钮禁用状态样式 */
.after-release-prev.swiper-button-disabled,
.after-release-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}

/* 如果需要更明显的禁用效果，可以添加以下样式 */
.after-release-prev.swiper-button-disabled::after,
.after-release-next.swiper-button-disabled::after {
  color: #ccc !important;
}
.after-banner-title-temporary {
  /* padding-left: 40%; */
  text-align: center;
  margin: 0 auto;
  padding-top: 26px;
  font-size: 110px;
}
.after-banner-center-temporary {
  flex-direction: column;
}
.after-upgrade-temporary {
  /* margin-top: -80px !important; */
}
@media screen and (min-width: 1000px) and (max-width: 1699px) {
}

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .innovator25-banner-logo {
    width: 16.8%;
    margin-top: 3%;
  }
  .after-phone-box {
    display: flex;
    align-items: center;
    margin-top: 3%;
    margin-right: 8%;
  }
  .after-banner-center {
    margin-top: 60px;
    padding: 0 8%;
  }
  .after-banner-title {
    font-size: 60px;
    margin-top: 20px;
  }
  .after-form-box {
    width: 500px;
    padding: 30px 40px;
  }
  .after-form-title {
    font-size: 28px;
  }
  .after-form-main {
    padding-top: 10px;
  }
  .after-form-item {
    margin-top: 16px;
  }
  .after-form-input {
    height: 44px;
  }
  .after-form-get {
    cursor: pointer;
    width: calc(100% - 45% - 90px - 15px);
    margin-left: 15px;
    font-size: 16px;
    height: 44px;
  }
  .after-form-btn {
    width: 170px;
    height: 48px;
    font-size: 18px;
    margin: 25px auto 0;
  }
  .after-upgrade-box .index-main-center {
    margin-top: 0;
  }
  .after-upgrade-k {
    position: absolute;
    left: calc(50% - 220px);
    top: calc(50% - 90px);
    width: 440px;
    height: auto;
  }
  .after-upgrade-play {
    width: 70px;
    right: 40px;
    bottom: 40px;
  }
  .after-upgrade-text {
    font-size: 28px;
    margin-left: 30px;
  }
  .after-upgrade-ewm {
    width: 120px;
  }
  .after-upgrade-bottom {
    margin-top: 40px;
  }
  .after-release-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .after-release-content {
    padding: 20px 30px 0;
  }
  .after-release-lable {
    font-size: 16px;
  }
  .after-release-text {
    font-size: 14px;
  }
  .after-release-btn {
    font-size: 14px;
    padding: 0 20px;
    margin-right: 15px;
    height: 36px;
  }
  .after-release-name {
    font-size: 26px;
  }
  .after-release-prev {
    position: absolute;
    left: -70px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .after-release-next {
    position: absolute;
    right: -70px;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
  .after-release-box {
    padding-top: 100px;
  }
  .after-release-swiper {
    padding-top: 40px;
  }
  .after-enhance-box {
    padding-top: 100px;
  }
  .after-enhance-item {
    margin: 40px 0;
  }
  .after-enhance-img {
    width: 600px;
  }
  .after-enhance-btn {
    margin: 40px 0 0;
  }
  .after-enhance-content-box .after-enhance-item:nth-child(2) .after-enhance-content {
    padding-left: 70px;
  }
  .after-enhance-name {
    font-size: 28px;
  }
  .after-enhance-text {
    font-size: 16px;
  }
  .after-enhance-text::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 7px;
    width: 12px;
    height: 9px;
  }
  .after-conferencee-box {
    padding-top: 60px;
  }
  .after-media-box {
    padding-top: 100px;
  }
  .innovator25-live-box {
    margin-top: 60px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
}
@media screen and (max-width: 999px) {
  .after-phone-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .after-phone-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .after-phone-text {
    font-size: 16px;
  }
  .innovator25-banner-logo {
    width: 145px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .after-banner-center {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 30px;
    flex-direction: column;
  }
  .after-banner-title {
    margin-top: 20px;
    font-size: 40px;
    text-align: center;
  }
  .after-form-box {
    width: 100%;
    margin-top: 200px;
    padding: 20px 20px;
  }
  .after-form-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #0b164c;
  }
  .after-form-main {
    padding-top: 10px;
  }
  .after-form-item {
    margin-top: 18px;
  }
  .after-form-label {
    width: 70px;
    font-size: 14px;
  }
  .after-form-input {
    width: calc(100% - 70px);
    height: 38px;
    padding-left: 15px;
    font-size: 14px;
  }
  .after-form-get {
    cursor: pointer;
    /* width: 30%; */
    width: calc(100% - 70px - 40% - 10px);
    margin-left: 10px;
    font-size: 12px;
    height: 38px;
  }
  .after-form-btn {
    width: 140px;
    height: 38px;
    font-size: 14px;
    margin: 20px auto 0;
  }
  .after-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../img2025/cjzdh20251105/after/btn_xiala.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    padding-right: 20px;
  }
  .error-message {
    position: absolute;
    top: 92%;
    left: 80px;
    font-size: 10px !important;
  }
  .after-upgrade-box .index-main-center {
    margin-top: 140px;
  }
  .after-upgrade-center {
    width: 100%;
    margin: 30px auto 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  }
  .after-upgrade-k {
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 40px);
    width: 200px;
    height: auto;
  }
  .after-upgrade-play {
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
  .after-upgrade-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .after-upgrade-bottom {
    margin-top: 40px;
  }
  .after-upgrade-ewm {
    width: 80px;
  }
  .after-upgrade-text {
    font-size: 20px;
    margin-left: 20px;
    line-height: 1.6;
  }
  .after-release-box {
    padding-top: 60px;
  }
  .after-release-item {
    width: 100%;
    margin-right: 0;
  }
  .after-release-content {
    padding: 20px 26px 0;
  }
  .after-release-name {
    font-size: 24px;
  }
  .after-enhance-item {
    margin: 40px 0;
    flex-direction: column-reverse;
    background: #ffffff;
    box-shadow: 0px 8px 50px 0px rgba(182, 185, 197, 0.2);
    border-radius: 12px;
    border: 3px solid #ffffff;
    padding: 20px;
  }
  .after-enhance-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .after-upgrade-temporary {
    margin-top: -60px !important;
  }
  .kccas25-video-swiper {
    overflow: hidden;
  }
  .kccas25-video-item {
    margin-bottom: 15px;
  }
  .kccas25-video-instant {
    bottom: 0 !important;
  }
  .after-release-flex {
    margin-top: 10px;
  }
}
@media screen and (max-width: 459px) {
  .innovator25-title-cn {
    font-size: 28px;
    text-align: center;
  }
  .after-release-lable {
    font-size: 16px;
    padding-top: 5px;
  }
  .after-release-text {
    font-size: 14px;
  }
  .after-release-btn {
    font-size: 14px;
    padding: 0 20px;
    margin-right: 15px;
    height: 35px;
  }
  .after-release-swiper {
    padding-top: 30px;
  }
  .after-enhance-box {
    padding-top: 80px;
  }

  .after-enhance-name {
    font-size: 24px;
  }
  .after-enhance-list {
    padding-top: 20px;
    padding-left: 20px;
  }
  .after-enhance-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .after-enhance-text::after {
    left: -17px;
    top: 7px;
    width: 12px;
    height: 9px;
  }
  .after-enhance-btn {
    margin: 30px 0 0;
  }

  .after-enhance-content-box .after-enhance-item:nth-child(2) {
    flex-direction: column-reverse;
  }
  .after-enhance-content-box .after-enhance-item:nth-child(2) .after-enhance-content {
    padding-left: 0;
  }
  .after-conferencee-box {
    padding-top: 30px;
  }
  .after-media-box {
    padding-top: 50px;
  }
  .innovator25-live-box {
    margin-top: 60px;
  }
  .after-form-code {
    width: 40%;
  }
  .after-release-prev {
    position: absolute;
    left: calc(50% - 50px);
    top: 100%;
    width: 35px;
    height: 35px;
  }
  .after-release-next {
    position: absolute;
    right: calc(50% - 50px);
    top: 100%;
    width: 35px;
    height: 35px;
  }
  .advantage-video-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 999;
  }
  .advantage-video-close {
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 299px) {
}
/*# sourceMappingURL=dad.css.map */
