.report {
  background: #f7f8fb url("../img/report-bg.png") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top: 1.485rem;
}

.report .report-crumb {
  display: flex;
  align-items: center;
  width: 16.6rem;
  margin: 0 auto;
}

.report .report-crumb .report-crumb-home {
  display: block;
  width: .24rem;
  height: .24rem;
}

.report .report-crumb .report-crumb-home img {
  display: block;
  width: 100%;
  height: 100%;
}

.report .report-crumb .report-crumb-split {
  display: block;
  width: .14rem;
  height: .14rem;
  margin-left: .1rem;
  margin-right: .1rem;
}

.report .report-crumb .report-crumb-title {
  color: #333;
  font-weight: 400;
}

.report .report-h1 {
  width: 16.6rem;
  margin: 1.6rem auto 0;
}

.report .report-h1 h1 {
  color: #333;
  font-weight: 400;
  line-height: 1.327;
  margin-bottom: .6rem;
}

.report .report-h1 .report-h1-desc {
  color: #666;
  font-weight: 400;
  line-height: 177.778%;
}

.report .report-h1 .report-h1-desc span {
  color: #111111;
}

.report .report-ul {
  width: 16.6rem;
  margin: 2.15rem auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}

.report .report-ul .report-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report .report-ul .report-li .report-li-left {
  width: 7.6rem;
}

.report .report-ul .report-li .report-li-left .report-li-left-title {
  display: flex;
  align-items: center;
  column-gap: .3rem;
  color: #333;
  font-weight: 400;
  line-height: 1.327;
  margin-bottom: .46rem;
}

.report .report-ul .report-li .report-li-left .report-li-left-title span {
  color: #004098;
  font-weight: 400;
  line-height: 1.2125;
}

.report .report-ul .report-li .report-li-left .report-li-left-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: .24rem;
}

.report .report-ul .report-li .report-li-left .report-li-left-box .report-li-item {
  width: 3.51rem;
  padding-left: 0.15rem;
  color: #333;
  font-weight: 290;
  line-height: 177.778%;
  position: relative;
}

.report .report-ul .report-li .report-li-left .report-li-left-box .report-li-item::before {
  content: "";
  width: .055rem;
  height: .055rem;
  border-radius: 50%;
  position: absolute;
  background: #004098;
  left: 0;
  top: .15rem;
}

.report .report-ul .report-li .report-li-img {
  display: block;
  width: 7.6rem;
  height: 5.93rem;
  border-radius: .14rem;
  overflow: hidden;
}

.report .report-ul .report-li .report-li-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.report .report-ul .report-li:nth-child(2n) {
  flex-direction: row-reverse;
}

.report .report-channel {
  display: block;
  background: #f7f8fb url("../img/channel.png") no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-top: 1.6rem;
  padding-bottom: 4.5rem;
}

.report .report-channel .report-channel-box {
  width: 16.6rem;
  margin: 0 auto;
}

.report .report-channel .report-channel-box .report-channel-title {
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 126.923%;
  margin-bottom: .38rem;
}

.report .report-channel .report-channel-box .report-channel-desc {
  display: block;
  width: 12.86rem;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-weight: 290;
  line-height: 180%;
}

.report .report-channel .report-channel-box .report-channel-ul {
  width: 12.86rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: .7rem auto 0;
}

.report .report-channel .report-channel-box .report-channel-ul .report-channel-li {
  display: block;
  width: 6.1rem;
  height: 4.3rem;
  border-radius: .14rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1.27rem 0.422rem 0.14rem rgba(123, 153, 185, 0.05);
  backdrop-filter: blur(22.55px);
  padding-top: .92rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report .report-channel .report-channel-box .report-channel-ul .report-channel-li:first-child img {
  display: block;
  width: 1.0765rem;
  height: 1.0765rem;
  margin-bottom: .4035rem;
}

.report .report-channel .report-channel-box .report-channel-ul .report-channel-li:nth-child(2) img {
  display: block;
  width: .81rem;
  height: .81rem;
  margin-bottom: .54rem;
}

.report .report-channel .report-channel-box .report-channel-ul .report-channel-li .report-channel-li-title {
  color: #000;
  text-align: center;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: .25rem;
}

.report .report-channel .report-channel-box .report-channel-ul .report-channel-li .report-channel-li-way {
  color: #004098;
  text-align: center;
  font-weight: 300;
  line-height: 163.103%;
  /*  */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 767px) {
  .report .report-crumb {
    display: none;
  }
  .report .report-h1 {
    width: 6.5rem;
  }
  .report .report-ul {
    width: 6.5rem;
    margin: 1rem auto 0;
    row-gap: .8rem;
  }
  .report .report-channel .report-channel-box {
    width: 6.5rem;
  }
  .report .report-channel .report-channel-box .report-channel-desc {
    width: 6.5rem;
    font-size: .28rem;
  }
  .report .report-channel .report-channel-box .report-channel-ul {
    width: 6.5rem;
    flex-wrap: wrap;
    margin: .3rem auto 0;
  }
  .report .report-h1 h1 {
    font-size: 24px;
  }
  .report .report-ul .report-li, .report .report-ul .report-li:nth-child(2n) {
    flex-direction: column;
  }
  .report .report-ul .report-li .report-li-left {
    width: 100%;
  }
  .report .report-ul .report-li .report-li-left .report-li-left-box .report-li-item {
    width: 100%;
  }
  .report .report-ul .report-li .report-li-img {
    width: 100%;
    height: auto;
    margin-top: .3rem;
  }
  .report .report-channel .report-channel-box .report-channel-ul .report-channel-li {
    width: 100%;
  }
  .report .report-channel .report-channel-box .report-channel-ul .report-channel-li:nth-child(2) {
    margin-top: .3rem;
  }
  .report .report-h1 .report-h1-desc {
    font-size: .28rem;
  }
  .report .report-ul .report-li .report-li-left .report-li-left-title {
    font-size: 24px;
  }
  .report .report-channel .report-channel-box .report-channel-title {
    font-size: 24px;
  }
  .report .report-channel {
    padding-top: 1rem;
  }
}
