@charset "UTF-8";
@font-face {
  font-family: Arial;
  src: url("../fonts/Arial.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;
  background: url(./../image/img/main-bg-pc.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}

/* 1920 */
.index-main-center {
  width: 72.95%;
  margin: 0 auto;
}
.wap {
  display: none !important;
}
.banner-top-text {
  top: 22%;
}
.after-header-box {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}
.after-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.after-top-logo {
  width: 120px;
}
.after-header-menu {
  display: flex;
  align-items: center;
}
.after-header-nav {
  margin-left: 40px;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.after-video-box {
  position: relative;
  z-index: 11;
  margin-top: -150px;
  padding-bottom: 100px;
}
.after-video-swiper {
  margin-top: 40px;
  overflow: hidden;
}
.after-video-slide {
  display: flex;
}
.after-video-item {
  margin-right: 20px;
}

.after-video-cont {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.after-video-contPlus {
  position: relative;
}
.after-video-cont::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 8px;
}
.after-video-contPlus::after {
  display: none;
}
.after-video-img {
  width: 100%;
  height: 100%;
}
.after-video-item .after-video-cont:first-child {
  margin-bottom: 20px;
}
.after-video-slide .after-video-item:last-child {
  margin-right: 0;
}
.after-video-absolute {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}
.after-video-contPlus .after-video-absolute {
  bottom: 40px;
}
.after-video-text {
  width: calc(100% - 60px - 20px);
}
.after-video-type {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 4px;
  //opacity: 0.6;
}
.after-video-name {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.after-video-play {
  width: 60px;
  height: 60px;
  background: url(./../imgbyafter/icon_play.png) no-repeat center center;
  background-size: 100% 100%;
}
.after-videos-box {
  display: none;
  position: fixed;
  left: 20%;
  top: 20%;
  width: 60%;
  z-index: 29999;
}
.after-videos-player {
  position: relative;
}
.after-videos-close {
  width: 32px;
  height: 32px;
  background: url(./../imgbyafter/video_close.png) no-repeat;
  background-size: 100% 100%;
  /* transform: rotate(45deg); */
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.after-video-content {
  position: relative;
}
.video-swiper-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  width: 12px;
  height: 20px;
  background: url(./../imgbyafter/btn_left_nor.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.video-swiper-prev:hover {
  background: url(./../imgbyafter/btn_left_sel.png) no-repeat;
  background-size: 100% 100%;
}
.video-swiper-next {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  width: 12px;
  height: 20px;
  background: url(./../imgbyafter/btn_right_nor.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.video-swiper-next:hover {
  background: url(./../imgbyafter/btn_right_sel.png) no-repeat;
  background-size: 100% 100%;
}
.after-release-box {
  padding: 100px 0;
}
.after-release-top {
  margin-top: 40px;
  width: 100%;
  background: url(./../imgbyafter/bg_card1.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 2px 24px 0px rgba(84, 95, 147, 0.14);
  border-radius: 12px;
  position: relative;
}
.after-release-img {
  width: 100%;
}
.after-release-book {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 44%;
  height: calc(100% - 68px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
  padding: 30px 60px;
}
.after-release-name {
  font-weight: bold;
  font-size: 24px;
  color: #1d2541;
}
.after-release-text {
  font-size: 16px;
  color: #7d8292;
  margin-top: 16px;
  line-height: 1.8;
}
.after-release-btns {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.after-release-colbtn {
  min-width: 150px;
  width: fit-content;
  padding: 0 10px;
  margin-right: 20px;
  height: 48px;
  background: linear-gradient(135deg, #4560ff 0%, #f671d4 100%);
  box-shadow: 2px 2px 14px 0px rgba(10, 12, 137, 0.2);
  border-radius: 27px;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  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-colbtn:hover {
  transform: translateY(-4px);
  box-shadow: 2px 4px 28px 0px rgba(10, 12, 137, 0.2);
}
.after-release-btn {
  min-width: 150px;
  width: fit-content;
  padding: 0 10px;
  margin-right: 20px;
  height: 48px;
  box-shadow: 0px 2px 24px 0px rgba(84, 95, 147, 0.14);
  border-radius: 27px;
  border: 1px solid #7d8292;
  font-size: 16px;
  color: #7d8292;
  display: flex;
  align-items: center;
  justify-content: center;
  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-btn:hover {
  transform: translateY(-4px);
  box-shadow: 2px 4px 28px 0px rgba(84, 95, 147, 0.14);
}
.after-release-btns .after-release-btn:last-child {
  margin-right: 0;
}
.after-release-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.after-release-item {
  position: relative;
  width: calc((100% - 30px) / 2) !important;
  margin-right: 30px;
  margin-top: 30px;
  background: url(./../imgbyafter/img_card2.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 2px 24px 0px rgba(84, 95, 147, 0.14);
  border-radius: 12px;
  border: 2px solid #ffffff;
  /* padding-top: 20px; */
}
.after-release-item:nth-child(2n) {
  margin-right: 0;
}
.after-release-illustration {
  width: 100%;
}
.after-release-cont {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 60px;
}
.after-report-box {
  padding: 100px 0;
}
.after-report-content {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.after-report-left {
  width: 38.2%;
}
.after-report-right {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 38.2% - 30px);
  height: 100%;
  background: linear-gradient(45deg, #e3ebff 0%, #f8f9ff 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 45px 0 45px 45px;
}
.after-report-item {
  position: relative;
  margin-bottom: 30px;
}
.after-report-item:last-child {
  margin-bottom: 0;
}
.after-report-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  -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;
}
.after-report-text {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 30px 0 50px;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.after-report-img {
  width: 100%;
}
.after-report-info {
  position: relative;
  padding: 20px 22px;
  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-report-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  width: 6px;
  height: 6px;
  background: #1d2541;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.after-report-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
  width: calc(100% - 44px);
  height: 1px;
  background: #e9e9ed;
  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-report-info:last-child:after {
  height: 0px;
}
.after-report-name {
  font-size: 18px;
  color: #1d2541;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  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-report-info:hover .after-report-name {
  color: #4560ff;
}
.after-report-info:hover::before {
  background: #4560ff;
}
.after-report-source {
  font-size: 16px;
  color: #7d8292;
  margin-top: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: linear-gradient(0, #4560ff 0%, #f671d4 100%);
  border-radius: 3px;
  width: 6px !important;
}
.after-instant-box {
  padding: 100px 0;
}
.after-instant-swiper {
  margin-top: 40px;
  /* padding-bottom: 20px; */
  position: relative;
  overflow: hidden;
}
.after-instant-double {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.after-instant-column {
  width: calc((100% - 20px) / 2);
}
.after-instant-column img {
  width: 100%;
  margin-bottom: 20px;
}
.instant-swiper-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px !important;
}

.video-nav-prev {
  width: 40px;
  height: 40px;
  background: url(./../imgbyafter/btn_nor.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 15px;
}
.video-nav-next {
  width: 40px;
  height: 40px;
  background: url(./../imgbyafter/btn_sel.png) no-repeat;
  background-size: 100% 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: 1499px) {
  .after-video-play {
    width: 50px;
    height: 50px;
  }
  .after-header-nav {
    margin-left: 40px;
    font-size: 16px;
  }
  .after-video-name {
    font-size: 20px;
  }
  .after-video-type {
    font-size: 14px;
  }
  .video-swiper-prev {
    left: -25px;
  }
  .video-swiper-next {
    position: absolute;
    right: -25px;
  }
  .after-video-box {
    margin-top: -120px;
    padding-bottom: 60px;
  }
  .after-release-box {
    padding: 60px 0;
  }
  .after-release-name {
    font-size: 20px;
  }
  .after-release-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .after-release-colbtn,
  .after-release-btn {
    min-width: 120px;
    margin-right: 16px;
    height: 42px;
    font-size: 16px;
  }
  .after-instant-box,
  .after-release-box,
  .after-report-box,
  .after-instant-box {
    padding: 70px 0;
  }
  .after-report-text {
    bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .index-main-center {
    width: 95%;
    margin: 0 auto;
  }
  .after-instant-box,
  .after-release-box,
  .after-report-box,
  .after-instant-box {
    padding: 40px 0;
  }
}
@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 {
    background: url(./../image/img/bg-wap.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .index-main-center {
    width: 90%;
  }
  .after-video-wapswiper {
    overflow: hidden;
    position: relative;
    /* padding-bottom: 20px; */
  }
  .video-swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .video-swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
  .after-video-item .after-video-cont:first-child {
    margin-bottom: 15px;
  }
  .after-header-menu {
    display: none;
  }
  .after-top-logo {
    position: absolute;
    top: 3.5%;
    left: 5.55%;
    width: 70px;
  }
  .banner-top-text {
    position: absolute;
    top: 9.23%;
    left: 0;
    width: 100%;
  }
  .after-header-box {
    top: 2.5%;
  }
  .after-video-box {
    margin-top: -50px;
    padding-bottom: 20px;
  }
  .after-video-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .after-video-absolute {
    bottom: 15px;
    padding: 0 30px;
  }
  .after-video-contPlus .after-video-absolute {
    bottom: 20px;
  }
  .after-video-play {
    width: 40px;
    height: 40px;
  }
  .after-video-name {
    font-size: 18px;
  }
  .after-video-type {
    font-size: 14px;
  }
  .after-videos-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 29999;
  }
  .after-release-box {
    padding: 40px 0;
  }
  .after-release-top {
    margin-top: 0;
    background: url(./../imgbyafter/bg_card1_wap.png) no-repeat;
    background-size: 100% 100%;

    height: 500px;
  }
  .after-release-book {
    position: relative;
    top: 30px;
    left: 0;
    width: calc(100% - 80px);
    margin: 20px 40px 140px;
    height: auto;
    padding: 40px 60px;
  }
  .after-release-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
  }
  .after-release-wrapper {
    flex-wrap: nowrap;
  }
  .after-release-item {
    position: relative;
    width: 100% !important;
    margin-right: 0;
    margin-top: 15px;
    background: url(./../imgbyafter/img_card2.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 2px 24px 0px rgba(84, 95, 147, 0.14);
    border-radius: 12px;
    border: 2px solid #ffffff;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .after-release-cont {
    position: relative;
    padding: 40px 40px;
    height: 490px;
  }
  .after-release-illustration {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .release-swiper-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0 !important;
  }
  .after-release-colbtn,
  .after-release-btn {
    margin-bottom: 10px;
  }
  .after-report-box {
    padding: 60px 0;
  }
  .after-report-content {
    margin-top: 20px;
    flex-direction: column;
  }
  .after-report-left {
    width: 100%;
  }
  .after-report-right {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 45px 0 45px 45px;
    margin-top: 10px;
  }
  .after-report-text {
    bottom: 15px;
    padding: 0 20px 0 30px;
    font-size: 18px;
  }
  .after-report-item {
    margin-bottom: 10px;
  }
  .after-instant-column img {
    margin-bottom: 10px;
  }
  .after-instant-column {
    width: calc((100% - 10px) / 2);
  }
  .after-instant-swiper {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  .after-instant-box {
    padding: 60px 0;
  }
  .after-report-name {
    -webkit-line-clamp: 2;
  }
  .after-report-info {
    padding: 20px 0 20px 22px;
  }
  .after-instant-box,
  .after-release-box,
  .after-report-box,
  .after-instant-box {
    padding: 50px 0;
  }
  .after-release-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .after-release-text {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
  .video-nav-box {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    /* margin-top: -10px; */
    margin-top: 15px;
  }
}
@media screen and (max-width: 499px) {
  .after-videos-box {
    left: 5%;
    top: 30%;
    width: 90%;
    z-index: 29999;
  }
  .after-release-book {
    width: calc(100% - 40px);
    margin: 30px 20px 0;
    height: auto;
    padding: 20px 15px;
    top: 20px;
  }
  .after-release-name {
    font-size: 18px;
  }
  .after-release-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .after-release-colbtn,
  .after-release-btn {
    min-width: 100px;
    padding: 0 10px;
    margin-right: 10px;
    height: 36px;
    font-size: 14px;
  }
  .after-release-wap {
    display: flex !important;
  }
  .after-release-text {
    /* min-height: 100px; */
  }
  .after-release-btns {
    margin-top: 14px;
    width: 110%;
    margin-left: -1%;
  }
  .after-report-right {
    height: 400px;
    padding: 15px 0 15px 25px;
  }
  .after-instant-box,
  .after-release-box,
  .after-report-box,
  .after-instant-box {
    padding: 30px 0;
  }
  .partner-conent-title {
    font-size: 20px;
  }
  .after-report-source {
    font-size: 14px;
  }
  .after-release-cont {
    height: 400px;
    padding: 30px 20px;
  }
  .after-release-top {
    margin-top: 20px;
    height: 400px;
    display: flex;
    flex-direction: column-reverse;
  }
  .after-release-img {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 299px) {
  .after-release-book {
    width: calc(100% - 20px);
    margin: 30px 10px 0;
    height: auto;
    padding: 20px 10px;
    top: 0;
  }
  .after-report-text {
    font-size: 16px;
  }
  .after-report-name {
    font-size: 16px;
    color: #ffffff;
  }
}
/*# sourceMappingURL=dad.css.map */
