@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-MediumItalic-13.ttf");
  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;
  color: #1b2543;
  background: #f8f8f8;
}

/* 1920 */
/* 页面中心区域1600 */
.index-main-center {
  width: 83.35%;
  margin: 0 auto;
}
.wap {
  display: none !important;
}
.advantage-video-box {
  display: none;
  position: fixed;
  left: 20%;
  top: 20%;
  width: 60%;
  z-index: 999;
}
.advantage-video-player {
  position: relative;
}
.advantage-video-close {
  width: 32px;
  height: 32px;
  background: url(./../image/icon/video_close.png) no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(45deg); */
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* background-image: linear-gradient(#ff2f5f 0%, #ffb435 100%); */
  background: linear-gradient(135deg, #0085f6 100%, #0085f6 100%, #0085f6 100%);
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.kccas25-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 160px 0 80px;
}
.kccas25-header-logo {
  width: 128px;
}
.kccas25-cover-box {
  width: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kccas25-cover-img {
  width: 56%;
}
.kccas25-cover-dates {
  padding-top: 70px;
  font-size: 24px;
  color: #7d8292;
}
.kccas25-cover-countdown {
  padding-top: 70px;
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  color: #7d8292;
}
.kccas25-cover-countdown span {
  padding: 0 10px;
  font-weight: bold;
  font-size: 40px;
  color: #1d2541;
  line-height: 1;
}
.kccas25-cover-title {
  margin-top: 18px;
  height: 26px;
}
.kccas25-cover-btn {
  margin-top: 24px;
}
.kccas25-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #1d2541;
  font-size: 20px;
  color: #1d2542;
  transition: all 0.3s ease-in-out;
}
.kccas25-btns img {
  width: 20px;
  margin-right: 12px;
  margin-top: 2px;
}
.kccas25-btns:hover {
  /* background-color: rgba(0, 122, 255, 0.1); */
  /* color: #fff; */

  border-color: rgba(29, 37, 65, 0.3);
  cursor: pointer;
}
.kccas25-live-max {
  /* width: 100%; */
  padding-top: 50px;
  display: flex;
}
.kccas25-live-box {
  flex: 3;
}
.kccas25-live-program {
  flex: 1;
  padding-left: 20px;
  position: relative;
}
.live-video-box video {
  display: none;
  width: 100%;
}
.live-video-imgs {
  position: relative;
  width: 100%;
}
.invite-video-img {
  width: 100%;
}
.live-video-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 80px;
  left: 80px;
  cursor: pointer;
}
.kccas25-live-box video {
  display: none;
  width: 100%;
}

.live-program-header {
  width: 100%;
  cursor: pointer;
  /* height: 70px; */
  display: flex;
  align-items: center;
  padding: 20px 24px;
  position: relative;
  background: #e3ecff;
  border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
}

.live-program-timeslot {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #0085f6;
  padding-right: 20px;
}
.live-program-timeslot::after {
  content: "|";
  position: absolute;
  top: -2px;
  right: 0;
  font-weight: 400;
  color: #1d2541;
}
.live-program-times {
  font-size: 24px;
  color: #1d2541;
  padding-left: 10px;
}
.live-program-arrow {
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  width: 20px;
  height: 12px;
  background: url(./../image/icon/btn_zhankai.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.live-program-show .live-program-arrow {
  transform: rotate(180deg);
}
.live-program-project {
  /* height: calc(100% - 70px); */
}
.live-program-contents {
  position: absolute;
  left: 20px;
  top: 0;
  width: 100%;
  height: 100%;
}
.live-program-content {
  width: 100%;
  height: 0;
  /*height: calc(100% - 70px);
  */
  background: #ffffff;
  /*padding: 40px 0;
  */
  overflow: hidden;
}
.live-program-item {
  padding: 0 25px 0 55px;
}
.live-program-name {
  font-weight: bold;
  font-size: 20px;
  color: #1d2541;
  position: relative;
}
.live-program-name::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(./../image/icon/icon_yuan.png) no-repeat;
  background-size: 100% 100%;
}
.live-program-section {
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}
.live-program-section:first-child {
  padding-top: 30px;
}
.live-program-section:last-child {
  border-bottom: 0;
}
.live-program-text {
  font-size: 20px;
  color: #1d2541;
}
.live-program-date {
  font-size: 18px;
  color: #1d2542;
  padding-bottom: 6px;
}
.live-program-show {
  height: calc(100% - 70px);
}
.live-program-show .live-program-content {
  height: calc(100% - 70px);
  padding: 40px 0;
}
.live-program-header-pm {
  border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
}
.kccas25-title-box {
  padding-top: 160px;
}
.kccas25-title-cn {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  color: #1d2541;
  line-height: 1;
  letter-spacing: 2px;
}
.kccas25-title-en {
  text-align: center;
  font-family: Roboto;
  font-weight: normal;
  font-size: 36px;
  color: #e6e6e6;
  line-height: 1.4;
  text-transform: uppercase;
}
.kccas25-introduction-text {
  padding-top: 30px;
  text-align: center;
  font-size: 22px;
  color: #1b2543;
  line-height: 2;
}
.kccas25-introduction-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.kccas25-introduction-item {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.kccas25-introduction-item:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.kccas25-introduction-item:nth-child(3n) {
  margin-right: 0;
}
.introduction-item-bg {
  width: 100%;
}
.introduction-item-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.introduction-item-decs {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.introduction-item-icon {
  height: 80px;
}
.introduction-item-name {
  font-weight: bold;
  font-size: 44px;
  color: #ffffff;
}
.introduction-item-text {
  padding-top: 14px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  padding-right: 50px;
}
.kccas25-introduction-swiper {
  padding: 40px 0 40px;
  position: relative;
}
.kccas25-introduction-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0 !important;
  bottom: 20px !important;
  z-index: 9;
}
.kccas25-agenda-main {
  padding-top: 60px;
}
.kccas25-agenda-project {
  position: relative;
  padding-left: 60px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.kccas25-agenda-project:last-child {
  padding-bottom: 0;
}
.kccas25-agenda-project::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border: 10px solid #0085f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.kccas25-agenda-project::after {
  content: "";
  position: absolute;
  top: 39px;
  left: 13.5px;
  width: 1px;
  height: calc(100% - 29px);
  border-left: 1px dotted #adbacf;
}
.kccas25-agenda-project:last-child::after {
  height: calc(95% - 29px);
}
.kccas25-agenda-times {
  font-weight: bold;
  font-size: 40px;
  color: #1d2541;
}
.kccas25-agenda-dates {
  padding-top: 10px;
  font-size: 22px;
  color: #7d8292;
}
.kccas25-agenda-content {
  width: calc(100% - 240px);
}
.kccas25-agenda-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kccas25-agenda-title {
  font-weight: bold;
  font-size: 40px;
  color: #1d2541;
}
.kccas25-agenda-cont {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.kccas25-agenda-item {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(229, 229, 229, 0.8);
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.kccas25-agenda-item:nth-child(2n) {
  margin-right: 0;
}
.kccas25-agenda-item:hover {
  background: rgba(0, 129, 255, 1);
}
.kccas25-agenda-item:nth-child(3n-1):hover {
  background: #f562ff;
}
.kccas25-agenda-item:nth-child(3n):hover {
  background: #ffab00;
}
.kccas25-agenda-bg {
  position: relative;
  z-index: 99;
  width: 100%;
}
.kccas25-agenda-decs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 80px;
}
.agenda-decs-date {
  font-weight: bold;
  font-size: 24px;
  color: #1d2541;
  padding-bottom: 10px;
  position: relative;
}
.agenda-decs-name {
  font-size: 24px;
  color: #1d2541;
  position: relative;
}
.agenda-decs-date-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: -40px;
  width: 26px;
  height: 26px;
  background: url(./../image/icon/icon_yyzb_hei.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-agenda-item .nor {
  display: block;
}
.kccas25-agenda-item .sel {
  display: none;
}
.kccas25-agenda-item:hover .nor {
  display: none;
}
.kccas25-agenda-item:hover .sel {
  display: block;
}
.kccas25-agenda-item:hover .agenda-decs-date,
.kccas25-agenda-item:hover .agenda-decs-name {
  color: #fff;
}
.kccas25-agenda-item:hover .agenda-decs-date-icon::after {
  background: url(./../image/icon/icon_time_bai.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-speakers-swiper {
  padding: 40px 0 80px;
  overflow: hidden;
  position: relative;
}
.kccas25-speakers-item {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.kccas25-speakers-img {
  width: 100%;
}
.kccas25-speakers-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
}
.kccas25-speakers-text {
  font-weight: bold;
  font-size: 24px;
  color: #1d2541;
  width: 62%;
  line-height: 1.7;
  height: 250px;
}
.kccas25-speakers-cont {
  padding-top: 25px;
}
.kccas25-speakers-name {
  font-size: 28px;
  color: #1d2541;
  position: relative;
  padding-bottom: 10px;
}
.kccas25-speakers-name::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #0085f6;
  border-radius: 2px;
}
.kccas25-speakers-rank {
  padding-top: 10px;
  font-size: 18px;
  color: #7d8292;
}
.kccas25-speakers-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: #ccd6e8 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #0085f6 !important;
}
.kccas25-speakers-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.kccas25-about-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
}
.kccas25-about-left {
  width: 46.5%;
}
.kccas25-about-img {
  width: 85%;
  height: auto;
  margin-top: 20px;
}
.kccas25-about-right {
  width: 53.5%;
}
.kccas25-about-text {
  font-size: 22px;
  color: #1d2541;
  line-height: 1.6;
}
.kccas25-about-text p {
  padding-bottom: 15px;
}
.kccas25-about-btn {
  margin-top: 60px;
}
.kccas25-partner-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.kccas25-partner-item {
  width: calc((100% - (20px * 6)) / 7);
  margin-right: 20px;
  margin-bottom: 20px;
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.kccas25-partner-item:nth-child(7n) {
  margin-right: 0;
}
.kccas25-partner-item:last-child {
  margin-right: 0;
}
.kccas25-partner-item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.kccas25-partner-item img {
  width: 100%;
}
.kccas25-footer-box {
  padding-top: 160px;
  padding-bottom: 40px;
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kccas25-footer-qrcode {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px #f0f0f0;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto;
}
.kccas25-footer-qrcode img {
  width: 110px;
}
.footer-reservation-text {
  font-weight: 400;
  font-size: 16px;
  color: #1d2541;
  letter-spacing: 2px;
  padding-top: 10px;
  text-align: center;
}
.footer-logo {
  width: 85px;
  margin: 40px auto 0;
}
.footer-copyright {
  text-align: center;
  padding-top: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #7d8292;
}
.kccas25-footer-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 172px;
  background: url(./../image/img/img_footer_bg1.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-footer-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 720px;
  height: 252px;
  background: url(./../image/img/img_footer_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-side-box {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 40%;
}
.kccas25-side-btn {
  width: 60px;
  height: 168px;
  border-radius: 30px;
  border: 1px solid #1d2541;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.kccas25-side-btn img {
  margin-right: 0;
  margin-bottom: 5px;
}
.kccas25-side-top {
  cursor: pointer;

  width: 60px;
  height: 60px;
  border: 1px solid #1d2541;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.kccas25-side-top:hover {
  border-color: rgba(29, 37, 65, 0.3);
}
.kccas25-side-top img {
  width: 19px;
}
.kccas25-side-bottom {
  top: 80%;
}
.kccas25-header-phonesbox {
  display: flex;
  align-items: center;
}
.kccas25-header-phone {
  width: 27px;
  margin-right: 12px;
}
.kccas25-header-p {
  font-size: 24px;
  color: #2183e9;
}
.kccas25-subscribe-box {
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px #f0f0f0;
  border-radius: 12px;
  padding: 55px 100px 55px 60px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.kccas25-subscribe-qrcode {
  width: 140px;
}
.kccas25-subscribe-title {
  font-weight: bold;
  font-size: 40px;
  color: #1d2541;
}
.kccas25-subscribe-text {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.6;
  color: rgba(29, 37, 65, 0.6);
}
.kccas25-footer-center {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #1d2541;
}
.kccas25-footer-phones {
  margin-top: 40px;
  padding-left: 34px;
  color: #1d2541;
  font-size: 22px;
  position: relative;
}
.kccas25-footer-phones span {
  color: #0085f6;
  font-weight: bold;
}
.kccas25-footer-phones::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background: url(./../image/icon/icon_phone_black.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-footer-consulting {
  font-size: 22px;
  color: #1d2541;
  position: relative;
  z-index: 91;
  padding-top: 30px;
}
.popup-consulting-box {
  position: absolute;
  width: 285px;
  /*height: 323px;
  */
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px #e9e9e9;
  border-radius: 12px;
  overflow: hidden;
  padding: 0 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.kccas25-footer-consulting .popup-consulting-box {
  bottom: 100%;
  left: calc(50% - 142.5px);
  height: 0;
}
.kccas25-footer-consulting:hover .popup-consulting-box {
  height: auto;
  padding: 50px 30px;
}
.popup-consulting-header {
  display: flex;
  align-items: center;
}
.popup-consulting-icon {
  width: 40px !important;
}
.popup-consulting-title {
  font-size: 18px;
  color: #1d2541;
}
.popup-consulting-phone {
  font-weight: bold;
  font-size: 22px;
  color: #0085f6;
  padding-top: 5px;
}
.popup-consulting-content {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-consulting-text {
  padding-top: 30px;
  font-size: 18px;
  color: #1d2541;
  line-height: 1.8;
  text-align: left;
}
.popup-consulting-btn {
  margin-top: 30px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #1d2541;
  font-size: 18px;
  color: #242732;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.popup-consulting-btn:hover {
  border-color: rgba(29, 37, 65, 0.3);
}
.popup-consulting-max {
  position: absolute;
  right: -500px;
  top: 0;
  padding-right: 20px;
}
.kccas25-side-btn .popup-consulting-box {
  position: relative;
  padding: 50px 30px;
  /* margin-right: 20px; */
}
.kccas25-side-btn:hover .popup-consulting-max {
  right: calc(100%);
}

@media screen and (min-width: 1000px) and (max-width: 1699px) {
  .index-main-center {
    width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1449px) {
  .main {
    width: 90%;
  }
  .index-main-center {
    /* width: 100%; */
    width: calc(100% - 240px);
    margin: 0 120px;
  }
  .kccas25-header-box {
    padding: 30px 120px 0 60px;
  }
  .kccas25-header-logo {
    width: 96px;
  }
  .kccas25-cover-dates {
    padding-top: 40px;
    font-size: 22px;
  }
  .kccas25-cover-countdown {
    padding-top: 40px;
    font-size: 20px;
  }
  .kccas25-cover-countdown span {
    padding: 0 6px;
    font-size: 32px;
  }
  .kccas25-cover-title {
    margin-top: 20px;
    height: 20px;
  }
  .kccas25-btns {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
  .kccas25-btns img {
    width: 18px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .live-program-header {
    padding: 14px 20px;
  }
  .live-program-timeslot {
    font-size: 20px;
    padding-right: 16px;
  }
  .live-program-timeslot::after {
    top: 0;
  }
  .live-program-times {
    font-size: 20px;
    padding-left: 10px;
  }
  .live-program-arrow {
    right: 20px;
    top: calc(50% - 2px);
    width: 16px;
    height: 8px;
  }
  .live-video-btn {
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
  }
  .live-program-show {
    height: calc(100% - 55px);
  }
  .live-program-show .live-program-content {
    height: calc(100% - 55px);
    padding: 30px 0;
  }
  .live-program-item {
    padding: 0 25px 0 45px;
  }
  .live-program-section {
    padding: 16px 0;
  }
  .live-program-name {
    font-size: 16px;
  }
  .live-program-text {
    font-size: 16px;
  }
  .live-program-date {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .live-program-name::after {
    top: calc(50% - 8px);
    left: -26px;
    width: 16px;
    height: 16px;
  }
  .kccas25-title-box {
    padding-top: 100px;
  }
  .kccas25-title-cn {
    font-size: 46px;
  }
  .kccas25-title-en {
    font-size: 30px;
  }
  .kccas25-introduction-text {
    padding-top: 24px;
    font-size: 18px;
    line-height: 2;
  }
  .introduction-item-cont {
    padding: 30px;
  }
  .introduction-item-decs {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .introduction-item-icon {
    height: 50px;
  }
  .introduction-item-name {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
  }
  .introduction-item-text {
    padding-top: 14px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    padding-right: 30px;
  }
  .kccas25-introduction-list {
    padding-top: 50px;
  }
  .kccas25-introduction-item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .kccas25-agenda-project {
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .kccas25-agenda-project::before {
    width: 6px;
    height: 6px;
    border: 8px solid #0085f6;
  }
  .kccas25-agenda-project::after {
    top: 34px;
    left: 11px;
    width: 1px;
    height: calc(100% - 24px);
    border-left: 1px dotted #adbacf;
  }
  .kccas25-agenda-times {
    font-size: 32px;
  }
  .kccas25-agenda-dates {
    font-size: 18px;
    padding-top: 5px;
  }
  .kccas25-agenda-title {
    font-size: 32px;
  }
  .kccas25-agenda-content {
    width: calc(100% - 180px);
  }
  .kccas25-agenda-decs {
    padding-left: 50px;
  }
  .agenda-decs-date {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .agenda-decs-name {
    font-size: 18px;
  }
  .agenda-decs-date-icon::after {
    top: calc(50% - 13px);
    left: -28px;
    width: 20px;
    height: 20px;
  }
  .kccas25-agenda-main {
    padding-top: 40px;
  }
  .kccas25-speakers-content {
    padding: 20px 30px;
  }
  .kccas25-speakers-text {
    font-size: 20px;
    width: 62%;
    height: 200px;
    line-height: 1.6;
  }
  .kccas25-speakers-name {
    font-size: 18px;
    padding-bottom: 7px;
  }
  .kccas25-speakers-rank {
    font-size: 16px;
  }
  .kccas25-about-text {
    font-size: 18px;
  }
  .kccas25-about-btn {
    margin-top: 40px;
  }
  .kccas25-partner-item {
    width: calc((100% - (15px * 6)) / 7);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .kccas25-footer-box {
    padding-top: 120px;
    padding-bottom: 30px;
    min-height: 450px;
  }
  .kccas25-footer-qrcode {
    padding: 12px;
  }
  .kccas25-footer-qrcode img {
    width: 100px;
  }
  .footer-logo {
    /* margin-top: 30px; */
  }
  .kccas25-footer-box::before {
    width: 400px;
    height: 137px;
  }
  .kccas25-footer-box::after {
    /* 五-3.5 */
    width: 504px;
    height: 176px;
  }
  .kccas25-side-btn {
    width: 50px;
    height: 148px;
    border-radius: 30px;
    border: 1px solid #1d2541;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .kccas25-side-btn img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .kccas25-side-top {
    width: 50px;
    height: 50px;
  }

  .kccas25-side-top img {
    width: 14px;
  }
  .kccas25-header-phone {
    width: 21px;
    margin-right: 6px;
  }
  .kccas25-header-p {
    font-size: 18px;
    color: #2183e9;
  }
  .kccas25-subscribe-box {
    padding: 45px 80px 45px 50px;
    margin-top: 60px;
  }
  .kccas25-subscribe-qrcode {
    width: 120px;
  }
  .kccas25-subscribe-title {
    font-size: 32px;
  }
  .kccas25-subscribe-text {
    padding-top: 16px;
    font-size: 20px;
  }
  .kccas25-footer-center {
    width: calc(100% - 160px);
    padding-bottom: 16px;
  }
  .kccas25-footer-phones {
    margin-top: 30px;
    padding-left: 26px;
    color: #1d2541;
    font-size: 18px;
    position: relative;
  }
  .kccas25-footer-phones::after {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  .kccas25-footer-consulting {
    font-size: 18px;
  }

  .footer-copyright {
    padding-top: 30px;
  }
  .popup-consulting-content {
    padding-left: 10px;
  }
  .popup-consulting-title {
    font-size: 16px;
  }
  .popup-consulting-phone {
    font-size: 18px;
    padding-top: 5px;
  }
  .popup-consulting-text {
    padding-top: 30px;
    font-size: 16px;
  }
  .popup-consulting-btn {
    margin-top: 20px;
    width: 100%;
    height: 42px;
    font-size: 16px;
  }
  .kccas25-side-btn .popup-consulting-box {
    position: absolute;
    right: calc(100% + 20px);
    top: 0;
    padding: 35px 25px;
  }
  .popup-consulting-max {
    padding-right: 0px;
  }
  .popup-consulting-box {
    width: 245px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .live-program-header {
    padding: 14px 20px;
  }
  .live-program-timeslot {
    font-size: 16px;
    padding-right: 12px;
  }
  .live-program-timeslot::after {
    top: -1px;
  }
  .live-program-times {
    font-size: 16px;
    padding-left: 6px;
  }
  .live-program-arrow {
    right: 16px;
    top: calc(50% - 2px);
    width: 14px;
    height: 7px;
  }
  .kccas25-introduction-text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .introduction-item-name {
    font-size: 28px;
  }
  .introduction-item-text {
    padding-top: 12px;
    font-size: 16px;
    padding-right: 20px;
  }
  .kccas25-agenda-times {
    font-size: 28px;
  }
  .kccas25-agenda-dates {
    font-size: 16px;
  }
  .kccas25-agenda-title {
    font-size: 28px;
  }
  .kccas25-agenda-content {
    width: calc(100% - 140px);
  }
  .kccas25-agenda-cont {
    padding-top: 20px;
  }
  .kccas25-agenda-decs {
    padding-left: 50px;
  }
  .agenda-decs-date {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .agenda-decs-name {
    font-size: 16px;
  }
  .agenda-decs-date-icon::after {
    top: calc(50% - 11px);
    left: -26px;
    width: 18px;
    height: 18px;
  }
  .kccas25-btns {
    width: 140px;
    height: 42px;
    font-size: 16px;
  }
  .kccas25-btns img {
    width: 16px;
    margin-right: 6px;
    margin-top: 0px;
  }
  .kccas25-agenda-main {
    padding-top: 30px;
  }
  .kccas25-speakers-text {
    font-size: 18px;
    height: 180px;
  }
  .kccas25-speakers-name {
    font-size: 16px;
    padding-bottom: 7px;
  }
  .kccas25-speakers-rank {
    font-size: 14px;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .kccas25-speakers-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
  .kccas25-about-text {
    font-size: 16px;
  }
  .kccas25-about-btn {
    margin-top: 20px;
  }
  .kccas25-partner-item {
    width: calc((100% - (10px * 6)) / 7);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .kccas25-footer-box {
    padding-top: 90px;
    padding-bottom: 30px;
    min-height: 300px;
  }
  .kccas25-footer-box::before {
    width: 300px;
    height: 103px;
  }
  .kccas25-footer-box::after {
    /* 五-3.5 */
    width: 423px;
    height: 151px;
  }
  .kccas25-side-btn {
    width: 50px;
    height: 148px;
    border-radius: 30px;
    border: 1px solid #1d2541;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .kccas25-side-btn img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .kccas25-side-top {
    margin-top: 10px;
    width: 50px;
    height: 50px;
  }

  .kccas25-side-top img {
    width: 14px;
  }
  .kccas25-subscribe-box {
    padding: 45px 60px 45px 40px;
    margin-top: 60px;
  }
  .kccas25-subscribe-qrcode {
    width: 100px;
  }
  .kccas25-subscribe-title {
    font-size: 28px;
  }
  .kccas25-subscribe-text {
    padding-top: 14px;
    font-size: 20px;
  }
  .kccas25-footer-phones {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  body {
  }
  .index-main-center {
    width: 90%;
  }

  .advantage-video-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 999;
  }
  .kccas25-header-box {
    padding: 20px 30px 0;
  }
  .kccas25-header-logo {
    width: 56px;
  }
  .kccas25-cover-img {
    width: 80%;
  }
  .kccas25-cover-dates {
    padding-top: 40px;
  }
  .kccas25-cover-countdown {
    padding-top: 60px;
    font-size: 16px;
  }
  .kccas25-cover-countdown span {
    padding: 0 4px;
    font-size: 24px;
  }
  .kccas25-cover-title {
    margin-top: 16px;
    height: 16px;
  }
  .kccas25-btns {
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
  .kccas25-btns img {
    width: 18px;
    margin-right: 8px;
    margin-top: 2px;
  }
  .kccas25-live-max {
    /* width: 100%; */
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
  .live-video-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
  }
  .kccas25-live-program {
    padding-left: 0;
  }
  .live-program-contents {
    position: relative;
    left: 0;
    padding-top: 14px;
  }
  .live-program-show .live-program-content {
    height: 300px;
    padding: 20px 0;
  }
  .live-program-header {
    padding: 12px 20px;
  }
  .live-program-timeslot {
    font-size: 18px;
    padding-right: 14px;
  }
  .live-program-times {
    font-size: 18px;
    padding-left: 6px;
  }
  .live-program-arrow {
    right: 20px;
    top: calc(50% - 6px);
    width: 16px;
    height: 10px;
  }
  .live-program-name {
    font-size: 16px;
  }
  .live-program-text {
    font-size: 16px;
  }
  .live-program-date {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .live-program-name::after {
    top: calc(50% - 8px);
    left: -26px;
    width: 16px;
    height: 16px;
  }
  .live-program-section {
    padding: 14px 0;
  }
  .live-program-item {
    padding: 0 15px 0 35px;
  }
  .kccas25-title-box {
    padding-top: 60px;
  }
  .kccas25-title-cn {
    font-size: 32px;
  }
  .kccas25-title-en {
    font-size: 24px;
  }
  .kccas25-introduction-text {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  .introduction-item-cont {
    padding: 40px;
  }
  .introduction-item-decs {
    left: 40px;
    bottom: 40px;
  }
  .kccas25-agenda-main {
    padding-top: 30px;
  }
  .kccas25-agenda-project::before {
    top: 5px;
    width: 4px;
    height: 4px;
    border: 6px solid #0085f6;
  }
  .kccas25-agenda-project::after {
    top: 24px;
    left: 7px;
    width: 1px;
    height: calc(100% - 20px);
  }
  .kccas25-agenda-project {
    padding-left: 30px;
    padding-bottom: 30px;
    flex-direction: column;
  }
  .kccas25-agenda-times {
    font-size: 20px;
  }
  .kccas25-agenda-dates {
    padding-top: 5px;
    font-size: 14px;
  }
  .kccas25-agenda-content {
    width: 100%;
  }
  .kccas25-agenda-title {
    font-size: 18px;
  }
  .kccas25-agenda-header {
    padding-top: 10px;
  }
  .kccas25-agenda-cont {
    padding-top: 10px;
  }
  .kccas25-agenda-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .kccas25-agenda-decs {
    padding-left: 50px;
  }
  .agenda-decs-date {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .agenda-decs-name {
    font-size: 16px;
  }
  .agenda-decs-date-icon::after {
    top: calc(50% - 10px);
    left: -25px;
    width: 16px;
    height: 16px;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }

  .kccas25-speakers-pagination .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
  .kccas25-speakers-content {
    padding: 40px 30px;
  }
  .kccas25-speakers-text {
    font-size: 20px;
    line-height: 1.4;
    height: auto;
    width: 60%;
  }
  .kccas25-speakers-name {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .kccas25-speakers-rank {
    font-size: 16px;
  }
  .kccas25-about-main {
    padding-top: 20px;
    flex-direction: column;
  }
  .kccas25-about-left {
    width: 100%;
  }
  .kccas25-about-img {
    width: 90%;
    margin: 0 auto;
  }
  .kccas25-about-text {
    font-size: 16px;
  }
  .kccas25-about-right {
    width: 100%;
    padding-top: 30px;
  }
  .kccas25-about-btn {
    margin: 0 auto;
  }
  .kccas25-partner-item {
    width: calc((100% - (15px * 3)) / 4);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .kccas25-partner-item:nth-child(7n) {
    margin-right: 15px;
  }
  .kccas25-partner-item:nth-child(4n) {
    margin-right: 0;
  }
  .kccas25-footer-box {
    padding-top: 90px;
    padding-bottom: 120px;
    min-height: 300px;
  }
  .kccas25-footer-box::before {
    width: 300px;
    height: 120px;
  }
  .kccas25-footer-box::after {
    /* 五-3.5 */
    width: 423px;
    height: 148px;
  }
  .kccas25-subscribe-box {
    padding: 35px 20px 35px 20px;
    margin-top: 30px;
    flex-direction: column;
  }
  .kccas25-subscribe-qrcode {
    width: 100px;
    margin: 25px auto 0;
  }
  .kccas25-subscribe-title {
    font-size: 18px;
    text-align: center;
  }
  .kccas25-subscribe-text {
    padding-top: 20px;
    font-size: 14px;
    text-align: center;
  }
  .kccas25-footer-center {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-copyright {
    padding-top: 20px;
  }
  .footer-logo {
    margin: 20px auto 0;
  }
  .footer-consulting-show {
    position: fixed;
    z-index: 999;
    top: calc(50% - 200px);
    left: 0;
    margin: 0 auto;
    height: 260px !important;
    padding: 40px 30px !important;
    box-shadow: none;
  }
  .popup-consulting-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
  }
  .popup-consulting-title {
    font-size: 16px;
  }
  .popup-consulting-phone {
    font-size: 18px;
  }
  .popup-consulting-text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .popup-consulting-btn {
    margin-top: 20px;
    width: 100%;
    height: 35px;
    font-size: 14px;
  }
  .kccas25-footer-consulting:hover .popup-consulting-box {
    height: 0;
    padding: 0;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
  }
  .kccas25-about-text p {
    font-size: 16px;
  }
  .kccas25-live-switch-box {
    display: flex !important;
    width: 100%;
  }
  .live-switch-btn {
    position: relative;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #1d2541;
    padding: 8px 0;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .live-switch-btn:nth-child(2n) {
    margin-right: 0;
  }
  .live-program-show {
    background: #4ba5fc;
    border: 1px solid #4ba5fc;
  }
  .live-program-show::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px; /* 调整三角形与父元素顶部的距离 */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent; /* 左边透明边框 */
    border-right: 10px solid transparent; /* 右边透明边框 */
    border-bottom: 10px solid #4ba5fc; /* 底部红色边框（朝上） */
    z-index: 10;
  }
  .live-switch-title {
    font-size: 14px;
    font-weight: bold;
    color: #1d2541;
  }
  .live-switch-time {
    font-size: 12px;
    color: #7d8292;
  }
  .live-program-show .live-switch-title,
  .live-program-show .live-switch-time {
    color: #fff;
  }
  .live-switch-icon {
    width: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 499px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  body {
  }

  .index-main-center {
    width: 90%;
  }
  .kccas25-live-switch-box {
    display: flex !important;
    width: 100%;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
  }
  .kccas25-cover-img {
    width: 90%;
  }
  .kccas25-cover-dates {
    padding-top: 60px;
    font-size: 16px;
  }
  .kccas25-btns {
    /* width: 120px;
    height: 38px; */
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
  .kccas25-btns img {
    width: 15px;
    margin-right: 6px;
    margin-top: 0;
  }
  .kccas25-title-cn {
    font-size: 24px;
  }
  .kccas25-title-en {
    font-size: 18px;
  }
  .kccas25-introduction-text {
    padding-top: 14px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  .kccas25-introduction-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .introduction-item-cont {
    padding: 40px 30px;
  }
  .introduction-item-decs {
    left: 30px;
    bottom: 30px;
  }
  .introduction-item-text {
    padding-top: 10px;
    font-size: 16px;
    padding-right: 40px;
    line-height: 1.4;
  }
  .kccas25-introduction-list {
    padding-top: 30px;
  }
  .kccas25-introduction-swiper {
    padding: 20px 0 20px;
    position: relative;
  }
  .introduction-item-icon {
    height: 70px;
  }
  .introduction-item-name {
    font-size: 30px;
  }
  .kccas25-speakers-content {
    padding: 20px 20px;
  }
  .kccas25-speakers-cont {
    position: absolute;
    bottom: 20px;
  }
  .kccas25-speakers-text {
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    width: 55%;
  }
  .kccas25-speakers-name {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .kccas25-speakers-rank {
    font-size: 14px;
  }
  .kccas25-speakers-item {
    padding-top: 40px;
  }
  .kccas25-speakers-swiper {
    padding: 20px 0 20px;
  }
  .kccas25-speakers-pagination {
    bottom: 0 !important;
  }
  .live-program-timeslot::after {
    top: 0;
  }
  .kccas25-partner-item {
    width: calc((100% - (10px * 3)) / 4);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .kccas25-partner-item:nth-child(7n) {
    margin-right: 10px;
  }
  .kccas25-footer-box {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
  .kccas25-footer-qrcode {
    padding: 10px;
    width: fit-content;
  }
  .kccas25-footer-qrcode img {
    width: 70px;
  }
  .footer-reservation-text {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    padding-top: 6px;
  }
  .footer-logo {
    margin-top: 40px;
  }
  .footer-copyright {
    padding-top: 15px;
    font-size: 14px;
  }
  .kccas25-footer-box::before {
    width: 100px;
    height: 35px;
  }
  .kccas25-footer-box::after {
    /* 五-3.5 */
    width: 144px;
    height: 48px;
  }
  .agenda-decs-name {
    font-size: 14px;
  }
  .agenda-decs-date {
    font-size: 16px;
  }
  .kccas25-cover-box .kccas25-btns {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
  .kccas25-about-btn {
    width: 120px;
    height: 40px;
  }
  .kccas25-partner-list {
    padding-top: 20px;
    justify-content: flex-start;
  }
  .kccas25-header-phone {
    width: 16px;
    margin-right: 5px;
  }
  .kccas25-header-p {
    font-size: 14px;
    color: #2183e9;
  }
  .kccas25-header-box {
    padding: 20px 20px 0;
  }
  .kccas25-about-right {
    padding-top: 20px;
  }
  .kccas25-agenda-title {
    font-size: 15px;
  }
  .kccas25-subscribe-qrcode {
    width: 80px;
    margin-top: 20px;
  }
  .kccas25-footer-phones {
    margin-top: 14px;
    padding-left: 22px;
    font-size: 14px;
  }
  .kccas25-footer-phones::after {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  .kccas25-footer-consulting {
    font-size: 14px;
  }
  .footer-logo {
    width: 60px;
  }
}
@media screen and (max-width: 349px) {
  .kccas25-speakers-text {
    font-size: 12px;
  }
  .kccas25-agenda-title {
    font-size: 14px;
  }
  .agenda-decs-name {
    font-size: 12px;
  }
  .agenda-decs-date {
    font-size: 12px;
  }
}

@media screen and (max-width: 299px) {
}
/*# sourceMappingURL=dad.css.map */
