* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 37.5px;
}
body {
  background-color: #f0f2f5;
}
#chart {
  width: 8rem;
  height: 6rem;
  margin: 0 auto;
}
.section-title {
  transform: translateX(-0.3rem);
  width: 7.654rem;
  height: 0.8rem;
  background: url("../img/title-bg-1.png") 100% no-repeat;
  background-size: 100% 100%;
  position: relative;
  align-items: center;
  padding-left: 0.694rem;
}
.section-title .section-title-icon {
  width: 0.64rem;
  height: 0.64rem;
}
.section-title .section-title-decoration {
  height: 0.8rem;
  background: url("../img/title-decoration.png") 100% no-repeat;
  background-size: 100% 100%;
  width: 0.747rem;
  margin: 0 0.614rem 0 4.96rem;
}
.section-title .section-title-decoration-inner {
  width: 0.747rem;
  height: 0.8rem;
  background: url("../img/title-decoration.png") 100% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 1rem;
  z-index: -1;
}
.section-title .section-title-text {
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 700;
}
.section-title .section-title-footer {
  background-color: #2e60f5;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.267rem;
  height: 0.16rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.report-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 0.5rem;
}
.report-page .report-card {
  padding-top: 1rem;
  margin-bottom: 0.6rem;
  background-color: #fdfefe;
  border-radius: 16px;
  position: relative;
}
.report-page .report-card:after,
.report-page .report-card:before {
  position: absolute;
  right: 0.8rem;
  bottom: -0.8rem;
  z-index: 9;
  content: "";
  display: block;
  width: 0.2rem;
  height: 1rem;
  background-image: url("../img/footer-decoration.png");
  background-size: 100% 100%;
}
.report-page .report-card:before {
  right: auto;
  left: 0.8rem;
}
.report-page .report-card:last-child::after,
.report-page .report-card:last-child::before {
  display: none;
}
.report-page .report-card:last-child {
  margin: 0;
}
.report-page .report-card .report-card-header {
  margin: 0.4rem;
  align-items: center;
}
.report-page .report-card .report-card-header .report-card-indicator {
  background-color: #2e60f5;
  width: 0.054rem;
  height: 0.4rem;
}
.report-page .report-card .report-card-header .report-card-title-wrapper {
  font-size: 0.4rem;
  font-weight: 500;
  margin-left: 0.4rem;
  flex: 1;
}
.report-page .report-card .report-card-header .report-card-title-wrapper .highlight {
  color: #2e60f5;
}
.report-page .report-card .report-card-stats-row {
  margin: 0.4rem;
}
.report-page .report-card .report-card-stats-row .stat-item {
  background-color: #f7f8fa;
  border-radius: 16px;
  padding: 0.4rem;
  flex: 1;
}
.report-page .report-card .report-card-stats-row .stat-item .stat-item-icon {
  width: 0.534rem;
  height: 0.534rem;
}
.report-page .report-card .report-card-stats-knowledge {
  padding: 0.4rem;
}
.report-page .report-card .stat-item-text {
  font-size: 0;
  font-weight: 500;
}
.report-page .report-card .stat-item-text .stat-item-label {
  color: #86868f;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .stat-item-text .stat-item-value {
  color: #242630;
  font-size: 0.4rem;
  font-weight: 700;
}
.report-page .report-card .report-card-note {
  background-color: #f7f8fa;
  border-radius: 16px;
  padding: 0.4rem;
  margin: 0.4rem;
}
.report-page .report-card .report-card-note .report-card-note-content {
  width: 7.547rem;
  height: 1.067rem;
  margin: 0.3rem 0 0 0.3rem;
}
.report-page .report-card .report-card-note .report-card-note-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.054rem;
}
.report-page .report-card .report-card-note .report-card-note-text {
  flex: 1;
  color: #86868f;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .report-card-note-2 {
  border-radius: 0.41rem;
  padding: 0.4rem;
  margin: 0.4rem;
  background: rgba(255, 121, 18, 0.1);
}
.report-page .report-card .report-card-note-2 .note-title {
  margin-bottom: 0.4rem;
}
.report-page .report-card .report-card-note-2 .note-title .note-title-icon {
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.054rem;
}
.report-page .report-card .report-card-note-2 .note-title .note-title-text {
  font-size: 0.41rem;
  color: #242630;
  font-weight: bold;
}
.report-page .report-card .report-card-note-2 .note-content {
  margin-bottom: 0.4rem;
  font-size: 0.36rem;
  color: #242630;
  font-weight: 500;
}
.report-page .report-card .report-domain-item {
  display: flex;
  padding: 0.4rem 0.4rem;
}
.report-page .report-card .report-domain-item .domain-info {
  flex: 2;
}
.report-page .report-card .report-domain-item .domain-info .domain-item-name {
  color: #242630;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .report-domain-item .domain-info .domain-item-status {
  align-items: center;
}
.report-page .report-card .report-domain-item .domain-info .domain-item-status .domain-item-status-icon {
  width: 0.3rem;
  height: 0.3rem;
}
.report-page .report-card .report-domain-item .domain-info .domain-item-status .domain-item-status-text {
  color: #86868f;
  font-size: 0.3rem;
  margin-left: 0.1rem;
  font-weight: 500;
}
.report-page .report-card .report-domain-item .domain-progress {
  flex: 3;
  background: #ebedf0;
  border-radius: 12px;
  position: relative;
}
.report-page .report-card .report-domain-item .domain-progress:after {
  display: block;
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-right: 1px dashed #333;
}
.report-page .report-card .report-domain-item .domain-progress .domain-item-progress-fill {
  position: relative;
  z-index: 2;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: flex-end;
  background-color: #02cb74;
  border-radius: 12px;
}
.report-page .report-card .report-domain-item .domain-progress .domain-item-progress-fill.warning {
  background-color: #ff7912;
}
.report-page .report-card .report-domain-item .domain-progress .domain-item-progress-fill.danger {
  background-color: #e93131;
}
.report-page .report-card .report-domain-item .domain-progress .domain-item-progress-fill.blue {
  background-color: #02cb74;
}
.report-page .report-card .report-domain-item .domain-progress .domain-item-progress-value {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: 700;
  padding-right: 0.2rem;
}
.report-page .report-card .report-domain-item .domain-item-change {
  flex: 1;
  color: #e93131;
  font-size: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.report-page .report-card .report-domain-item .domain-item-change.green {
  color: #02cb74;
}
.report-page .report-card .report-card-center-text {
  color: #2e60f5;
  font-size: 0.45rem;
  font-weight: 700;
  text-align: center;
}
.report-page .report-card .report-card-list {
  margin: 0.4rem;
}
.report-page .report-card .report-card-list .list-items {
  background-color: #f7f8fa;
  border-radius: 16px;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
  justify-content: flex-center;
}
.report-page .report-card .report-card-list .list-items .text-wrapper {
  padding: 0.2rem 0;
  align-items: center;
}
.report-page .report-card .report-card-list .list-items .text {
  flex: 2;
  color: #86868f;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .report-card-list .list-items .text_bold {
  flex: 3;
  font-weight: bold;
  color: #242630;
  font-size: 0.4rem;
}
.report-page .report-card .report-card-list .list-items .text_bold.blue {
  color: #2e60f5;
}
.report-page .report-card .report-card-list .list-items .text_bold.red {
  color: #e93131;
}
.report-page .report-card .report-card-list .list-items .bar-process {
  position: relative;
  flex: 3;
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  height: 0.5rem;
  background: #ebedf0;
  height: 0.62rem;
}
.report-page .report-card .report-card-list .list-items .bar-process:after {
  display: block;
  content: "";
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 1;
  height: 0.62rem;
  border-right: 1px dashed #333;
}
.report-page .report-card .report-card-list .list-items .bar-process .bar-process-fill {
  border-radius: 0.26rem 0.26rem 0.26rem 0.26rem;
  padding: 0.2rem;
  position: relative;
  height: 0.62rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}
.report-page .report-card .report-card-list .list-items .bar-process .bar-process-fill.blue {
  background-color: #2e60f5;
}
.report-page .report-card .report-card-list .list-items .bar-process .bar-process-fill.warning {
  background-color: #ff7912;
}
.report-page .report-card .report-card-list .list-items .bar-process .bar-process-fill.danger {
  background: #e93131;
}
.report-page .report-card .report-card-list .list-items .bar-process .bar-process-fill .bar-process-value {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}
.report-page .report-card .report-text {
  font-size: 0.36rem;
  color: #242630;
  font-weight: bold;
  display: flex;
  margin: 0 0.45rem;
}
.report-page .report-card .report-text .point {
  transform: translateY(0.125rem);
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 50%;
  background: #242630;
}
.report-page .report-card .report-text .text {
  width: 6.96rem;
  word-break: break-all;
}
.report-page .report-card .report-card-list-2 {
  padding: 0.4rem;
  justify-content: space-between;
}
.report-page .report-card .report-card-list-2 .report-card-list-2-item {
  margin-bottom: 0.4rem;
  background-color: #f7f8fa;
  border-radius: 16px;
  padding: 0.4rem;
}
.report-page .report-card .report-card-list-2 .report-card-list-2-item:last-child {
  margin: 0;
}
.report-page .report-card .report-card-list-2 .report-card-list-2-item .item-icon {
  width: 0.64rem;
  height: 0.64rem;
}
.report-page .report-card .report-card-list-2 .report-card-list-2-item .item-text .text-bold {
  width: 5.12rem;
  height: 0.48rem;
  color: #242630;
  font-size: 0.4rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: visible;
}
.report-page .report-card .report-card-list-2 .report-card-list-2-item .item-text .text {
  color: #86868f;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .report-section4-text {
  color: #242630;
  font-size: 0.45rem;
  font-weight: bold;
  text-align: center;
  margin: 0.4rem 0;
}
.report-page .report-card .report-section4-text .blue {
  color: #2e60f5;
}
.report-page .report-card .report-box-wrap {
  padding: 0 0.4rem;
}
.report-page .report-card .report-box-wrap .report-box-header .report-box {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e60f5;
  border-radius: 16px 16px 0px 0px;
  font-size: 0.35rem;
  color: #ffffff;
  text-align: center;
  padding: 0.2rem 0;
}
.report-page .report-card .report-box-wrap .report-box-header .report-box.report-box-center {
  flex: 3;
}
.report-page .report-card .report-box-wrap .report-box-header .report-box.report-box-right {
  flex: 1.5;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-1 {
  flex: 2;
  background-color: #f7f8fa;
  height: 1.6rem;
  border: 1px solid #e0e9f0;
  color: #242630;
  display: flex;
  align-items: center;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-1 .text {
  padding: 0 0.4rem;
  width: 100%;
  font-size: 0.35rem;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 {
  flex: 3;
  background-color: #f7f8fa;
  height: 1.6rem;
  border: 1px solid #e0e9f0;
  display: flex;
  align-items: center;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box {
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .bar {
  flex: 1;
  height: 0.44rem;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
  background-color: #fff;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .bar .bar-fill {
  height: 100%;
  background: #02cb74;
  border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .bar .bar-fill.green {
  background: #02cb74;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .bar .bar-fill.warning {
  background: #ff7912;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .bar .bar-fill.gray {
  background: #b9bcc1;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-2 .box .text {
  margin-left: 0.2rem;
  color: #242630;
  font-size: 0.4rem;
  font-weight: 500;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1.5;
  background-color: #f7f8fa;
  height: 1.6rem;
  border: 1px solid #e0e9f0;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-3 .text {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: 900;
  width: 0.72rem;
  text-align: center;
  line-height: 0.72rem;
  height: 0.72rem;
  border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-3 .text.green {
  background: #02cb74;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-3 .text.warning {
  background: #ff7912;
}
.report-page .report-card .report-box-wrap .report-box-content .box-type-3 .text.gray {
  background: #86868f;
}
.report-page .report-card .report-button {
  margin: 0.4rem;
  background-image: linear-gradient(90deg, #2e60f5 0, #2e60f5 100%);
  border-radius: 16px;
  height: 1.28rem;
  align-items: center;
  justify-content: center;
}
.report-page .report-card .report-button .button-icon {
  width: 0.534rem;
  height: 0.534rem;
}
.report-page .report-card .report-button .text {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: justified;
}
