body {
  background: url("../imgs/bm/bg2.jpg") center 70px no-repeat;
  background-size: 100% auto;
  background-color: #badbff;
}

/* 头部  */
.aicc2024_topfr {
  width: 100%;
  overflow: hidden;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 9999;
  height: 70px;
  background: linear-gradient(to right, #4d90e6 10%, #9983fe 90%);
}
.aicc2024_topfr_content {
  display: flex;
  height: 100%;
  align-items: center;
}

.aicc2024_topfr_content .logo img {
  height: 50px;
}

/* kv */
.aicc2024_banner {
  margin-bottom: 10vw;
  padding-top: 5%;
}
.aicc2024_banner_slogan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aicc2024_banner_intro {
  display: flex;
  justify-content: center;
  padding: 4% 0;
}
.aicc2024_banner_intro > div {
  display: inline-flex;
  align-items: center;
  padding: 0 1%;
}
.aicc2024_banner_intro span.text > i {
  color: #085bdb;
}
.aicc2024_banner_intro .icon {
  display: block;
  margin-right: 12px;
}
.aicc2024_banner_slogan_l {
  margin-right: 2vw;
  width: 12.8%;
}
.aicc2024_banner_slogan_r {
  width: 50vw;
}
.aicc2024_banner_slogan_l img,
.aicc2024_banner_slogan_r img {
  width: 100%;
}

.aicc2024_banner_button {
  display: flex;
  justify-content: center;
}
.aicc2024_banner_button .button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 6px;
  padding: 0 3%;

  background: linear-gradient(to right, #0194ff 10%, #10beff 90%);
}
.aicc2024_banner_button .button:hover {
  opacity: 0.8;
}

/* 报名 */
.aicc2024_bm_block_wrapper {
  margin-bottom: 4vw;
  display: flex;
  justify-content: space-between;
}
.aicc2024_bm_block_wrapper .aicc2024_bm_block {
  width: 48%;
}
.aicc2024_bm_block_wrapper .aicc2024_bm_block:first-child {
  width: 46.5%;
}
.aicc2024_bm_block_wrapper .aicc2024_bm_block a,
.aicc2024_bm_block_wrapper .aicc2024_bm_block img {
  width: 100%;
  display: block;
}

/* guide */
.aicc2024_guide_box {
  padding-bottom: 5vw;
}
.aicc2024_guide_box .aicc2024_guide_title {
  text-align: center;
  margin-bottom: 2vw;
}
.aicc2024_guide_box .aicc2024_guide_title img {
  width: 20.78vw;
}
.aicc2024_guide {
  width: 100%;
  background-color: #edf5ff;
  border: 1px solid #7ec4fd;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.aicc2024_guide_l {
  padding: 5% 5% 5% 0;
}
.aicc2024_guide_l .aicc2024_guide_l_text__label {
  background-image: url("../imgs/bm/bm_5.png");
  background-position: left center;
  background-size: contain;
  height: 30px;
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 5%;
  transform: translateX(-2px);
}
.aicc2024_guide_l .aicc2024_guide_l_text__con {
  padding: 3% 7%;
  color: #053057;
  line-height: 1.4;
}
.aicc2024_guide_l .aicc2024_guide_l_text__con:last-child {
  padding-bottom: 0;
}
.aicc2024_guide_l .aicc2024_guide_l_text__con .p-li {
  display: flex;
}
.aicc2024_guide_l .aicc2024_guide_l_text__con .p-li::before {
  content: "●";
  margin-right: 4px;
}
.aicc2024_guide .aicc2024_guide_r {
  width: 65%;
  border-radius: 0px 10px 10px 0;
  overflow: hidden;
}
.aicc2024_guide .aicc2024_guide_r img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    background: url("../imgs/bm/bg2.jpg") center 60px no-repeat;
    background-size: 100% auto;
    background-color: #badbff;
  }

  .aicc2024_topfr {
    height: 60px;
  }
  .aicc2024_topfr_content .logo img {
    height: 40px;
  }
  .aicc2024_banner_slogan {
    /* flex-direction: column; */
    align-items: center;
    margin-bottom: 25vw;
    padding-top: 3%;
  }
  .aicc2024_banner_slogan_l {
    width: 20%;
    margin-right: 4vw;
  }
  .aicc2024_banner_slogan_r {
    width: 61vw;
  }
  .aicc2024_banner_intro {
    flex-direction: column;
  }
  .aicc2024_banner_button .button {
    padding: 0 6%;
  }
  .aicc2024_banner_intro > div {
    margin-bottom: 3vw;
  }
  .aicc2024_banner_intro .icon {
    width: 20px;
  }
  .aicc2024_bm_block_wrapper {
    flex-direction: column;
  }
  .aicc2024_bm_block_wrapper .aicc2024_bm_block {
    width: 100% !important;
    margin-bottom: 7vw;
  }
  .aicc2024_guide_box .aicc2024_guide_title img {
    width: 50vw;
  }
  .aicc2024_guide {
    flex-direction: column;
  }
  .aicc2024_guide .aicc2024_guide_l,
  .aicc2024_guide .aicc2024_guide_r {
    width: 100%;
  }
  .aicc2024_guide .aicc2024_guide_r {
    border-radius: 0px 0 10px 10px;
    overflow: hidden;
  }
  .aicc2024_guide_l .aicc2024_guide_l_text__label {
    transform: translateX(0px);
  }
}
