@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;
}
.kccas25-release-box {
}
.kccas25-release-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 60px;
}
.kccas25-release-item {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  margin-bottom: 30px;
  min-height: 560px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 2px 24px 0px #f0f0f0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.kccas25-release-item:nth-child(2n) {
  margin-right: 0;
}
.kccas25-release-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.kccas25-release-name {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 34px;
  color: #1d2541;
}
.kccas25-release-text {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  /* color: #7d8292; */
  color: #1d2541;
}
.kccas25-release-btn {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-right: 30px;
}
.kccas25-video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.kccas25-video-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  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-video-item:nth-child(3n) {
  margin-right: 0;
}
.kccas25-video-item:hover {
  box-shadow: 0px 2px 24px 0px #f0f0f0;
}
.kccas25-video-img {
  width: 100%;
}
.kccas25-video-cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}
.kccas25-video-cont::after {
  position: absolute;
  right: 30px;
  bottom: 34px;
  width: 50px;
  height: 50px;
  content: "";
  background: url(./../image/icon/btn_play.png) no-repeat;
  background-size: 100% 100%;
}
.kccas25-video-status {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.kccas25-video-name {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  padding-top: 5px;
  width: 80%;
}
.report-main-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
.report-main-left {
  width: 37.8%;
}
.report-main-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 20px 0;
  width: calc(62.2% - 30px);
  background-color: #fff;
  background-position-y: bottom;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.report-left-item {
  width: 100%;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.report-left-item:nth-child(2n) {
  margin-top: 30px;
}
.report-left-item img {
  width: 100%;
}
.report-left-item::after {
  content: "";
  width: 164px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 40px;
}
.report-left-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.report-left-cont p {
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 40px 20px;
}
.report-right-item {
  margin: 0 40px 0 60px;
  width: calc(100% - 100px);
  min-height: 45px;
  padding: 20px 0;
  position: relative;
}
.report-right-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(135deg, #c6ccf1 0%, #edeef0 100%);
}
.report-right-item h5 {
  width: 95%;
  font-weight: 600;
  font-size: 22px;
  color: #1d2541;
  line-height: 28px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.report-right-item p {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  color: #7d8292;
  line-height: 25px;
  padding-top: 10px;
}
.report-right-item::after {
  content: "";
  position: absolute;
  top: 32px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #1d2541;
  border-radius: 50%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.report-right-item:hover h5 {
  color: #3368dd;
}
.report-right-item:hover::after {
  background: #3368dd;
}
.instant-item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.instant-item-left {
  width: calc(50% - 10px);
}
.instant-item-right {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.instant-item-left img,
.instant-item-right img {
  width: 100%;
  margin-bottom: 20px;
}
.swiperByInstant {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  padding-top: 50px;
}
.swiperByInstant .swiper-pagination {
  bottom: 0 !important;
  left: 0;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
}
.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.kccas25-cover-img {
  width: 45%;
}
.kccas25-cover-box {
  padding-top: 180px;
}
.kccas25-release-box .kccas25-title-box {
  padding-top: 100px;
}
.kccas25-header-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.kccas25-release-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kccas25-release-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px #f0f0f0;
  border-radius: 12px;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.kccas25-card-qrcode {
  width: 140px;
}
.kccas25-card-content {
  padding-left: 60px;
}
.kccas25-card-title {
  font-weight: bold;
  font-size: 40px;
  color: #1d2541;
}
.kccas25-card-text {
  padding-top: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #1d2541;
}
.kccas25-cover-btn {
  margin-top: 40px;
}
.kccas25-live-max {
  padding-top: 50px;
}

@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-release-item {
    margin-right: 25px;
    margin-bottom: 25px;
    min-height: 520px;
    padding: 30px;
  }
  .kccas25-release-name {
    font-size: 28px;
  }
  .kccas25-release-text {
    font-size: 18px;
  }
  .kccas25-video-status {
    font-size: 12px;
  }
  .kccas25-video-name {
    font-size: 16px;
  }
  .kccas25-video-cont {
    padding: 20px;
  }
  .kccas25-video-cont::after {
    position: absolute;
    right: 20px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
  .report-right-item h5 {
    font-size: 18px;
  }
  .report-right-item p {
    font-size: 16px;
    padding-top: 5px;
  }
  .report-right-item {
    margin: 0 20px 0 30px;
    padding: 15px 0;
  }
  .report-right-item::after {
    top: 27px;
  }
  .report-right-item p {
    font-size: 16px;
  }
  .instant-item-left img,
  .instant-item-right img {
    width: 100%;
    margin-bottom: 15px;
  }
  .instant-item-left {
    width: calc(50% - 7px);
  }
  .instant-item-right {
    width: calc(50% - 7px);
  }
  .kccas25-card-qrcode {
    width: 120px;
  }
  .kccas25-card-title {
    font-size: 32px;
  }
  .kccas25-card-text {
    font-size: 20px;
  }
  .kccas25-card-content {
    padding-left: 40px;
  }
  .kccas25-release-box .kccas25-title-box {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .kccas25-release-item {
    margin-right: 25px;
    margin-bottom: 25px;
    min-height: 530px;
    padding: 30px;
  }
  .kccas25-release-name {
    font-size: 24px;
  }
  .kccas25-release-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  .kccas25-release-item {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    min-height: 460px;
    padding: 30px;
  }
  .kccas25-release-name {
    font-size: 24px;
  }
  .kccas25-release-text {
    font-size: 16px;
  }
  .kccas25-release-btn {
    margin-top: 15px;
  }
  .kccas25-release-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .kccas25-video-item {
    width: 100%;
    margin-right: 0;
  }
  .kccas25-video-status {
    font-size: 12px;
  }
  .kccas25-video-name {
    font-size: 14px;
  }
  .kccas25-video-cont {
    padding: 20px;
  }
  .kccas25-video-cont::after {
    position: absolute;
    right: 15px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
  .report-main-box {
    flex-direction: column;
    margin-top: 30px;
  }
  .report-main-left {
    width: 100%;
  }
  .report-main-right {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .report-left-item::after {
    /* width: 110px;
    height: 20px;
    top: 15px;
    left: 15px; */
  }
  .report-left-cont p {
    /* font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 20px 10px; */
  }
  .report-right-item {
    margin: 0 20px 0 30px;
    width: calc(100% - 50px);
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
  }
  .report-right-item h5 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .report-right-item p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-top: 6px;
  }
  .report-right-item::after {
    /* left: 15px; */
    top: calc(50% - 15px);
    /* width: 6px;
    height: 6px; */
  }
  .report-left-item:nth-child(2n) {
    margin-top: 20px;
  }
  .instant-item-left img,
  .instant-item-right img {
    width: 100%;
    margin-bottom: 10px;
  }
  .instant-item-left {
    width: calc(50% - 5px);
  }
  .instant-item-right {
    width: calc(50% - 5px);
  }
  .swiperByInstant {
    padding-top: 30px;
  }
  .kccas25-release-swiper {
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
  }
  .kccas25-release-instant {
    position: absolute;
    z-index: 9;
    bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kccas25-video-swiper {
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
  }
  .kccas25-video-instant {
    position: absolute;
    z-index: 9;
    bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kccas25-release-card {
    margin-top: 40px;
    padding: 40px 0;
    flex-direction: column;
  }
  .kccas25-card-content {
    padding-left: 0;
  }
  .kccas25-card-title {
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
  }
  .kccas25-card-text {
    padding: 20px 40px 0;
    font-size: 14px;
    text-align: center;
  }
  .kccas25-cover-img {
    width: 70%;
  }
  .kccas25-live-switch-box {
    display: flex !important
;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .pc {
    display: none !important;
  }

  .wap {
    display: block !important;
  }
  .index-main-center {
    width: 90%;
  }
  .kccas25-live-switch-box {
    display: flex !important
;
    width: 100%;
  }
  .kccas25-video-cont {
    padding: 15px 15px;
  }
  .report-main-box {
    flex-direction: column;
  }
  .report-main-left {
    width: 100%;
  }
  .report-main-right {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 10px 0;
    margin-top: 20px;
  }
  .report-left-item::after {
    width: 110px;
    height: 20px;
    top: 15px;
    left: 15px;
  }
  .report-left-cont p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 20px 10px;
  }
  .report-right-item {
    margin: 0 20px 0 30px;
    width: calc(100% - 50px);
    flex-direction: column;
    justify-content: center;
  }
  .report-right-item h5 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .report-right-item p {
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
  }
  .report-right-item::after {
    top: 20px;
  }
  .kccas25-card-qrcode {
    width: 120px;
  }
  .advantage-video-close {
    width: 24px;
    height: 24px;
    right: 12px;
    top: 12px;
  }
  .kccas25-live-max {
    padding-top: 30px;
  }
}
@media screen and (max-width: 349px) {
}

@media screen and (max-width: 299px) {
}
/*# sourceMappingURL=dad.css.map */
