@charset "UTF-8";
body {
  background: #f2f6fa;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
button:focus {
  outline: none;
}
.content nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.TestReport-content-box {
  width: 100%;
  padding: 50px 15px 70px 15px;
}
.TestReport-content-box .usreInfo-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.TestReport-content-box .usreInfo-box img {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: block;
}
.TestReport-content-box .usreInfo-box p {
  font-family:;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 10px;
}
.TestReport-content-box .usreInfo-box p span {
  color: #1376f8;
}
.TestReport-panel {
  margin-bottom: 10px;
}
.TestReport-panel h3 {
  font-family:;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #333333;
  margin: 5px 10px;
}
.TestReport-panel ul.Colligation-score {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(33, 72, 156, 0.06);
  border-radius: 4px;
  padding: 8px 15px;
}
.TestReport-panel ul.Colligation-score li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.TestReport-panel ul.Colligation-score li span {
  font-family:;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #333333;
  width: 64px;
  display: block;
}
.TestReport-panel ul.Colligation-score li i {
  font-family:;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #63abf6;
  margin: 0;
  width: 26px;
  text-align: right;
  display: inline-block;
}
.TestReport-panel ul.Colligation-score li i img {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.TestReport-panel ul.Colligation-score li .bg-setting {
  width: 200px;
  height: 5px;
  background-color: #f2f6fa;
  border-radius: 2.5px;
  margin: 0;
}
.TestReport-panel ul.Colligation-score li .bg-setting .progress-bar {
  width: 140px;
  height: 5px;
  background-color: #63abf6;
  border-radius: 2.5px;
}
ul.SingleTopic-grading > li {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(33, 72, 156, 0.06);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 12px;
}
ul.SingleTopic-grading > li p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #4a52ab;
  font-family:;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 2px;
}
ul.SingleTopic-grading > li > ul {
  flex: 1;
  margin-left: 12px;
}
ul.SingleTopic-grading > li > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.SingleTopic-grading li > ul li span {
  width: 80px;
  display: block;
}
ul.SingleTopic-grading li > ul li span,
ul.SingleTopic-grading li > ul li i {
  font-family:;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0;
}
ul.SingleTopic-grading li > ul li .bg-setting {
  width: 140px;
  height: 4px;
  background-color: #f2f6fa;
  border-radius: 2px;
  margin: 0;
}
ul.SingleTopic-grading li > ul li .bg-setting .progress-bar {
  width: 70px;
  height: 4px;
  background-color: #5a85e2;
  border-radius: 2px;
}
ul.SingleTopic-grading li label.label-btn {
  font-family:;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #ffb463;
}
ul.SingleTopic-grading li.content-tic {
  height: 115px;
}
ul.SingleTopic-grading li label.label-btn img {
  margin-right: 5px;
  width: 9px;
  height: 9px;
  display: inline-block;
}
ul.SingleTopic-grading li > ul li hr {
  margin: 0;
  border: 0;
  width: 140px;
  height: 1px;
  background-color: #f2f6fa;
}
ul.SingleTopic-grading > li.li-RA p {
  background-color: #4a52ab;
}
ul.SingleTopic-grading > li.li-RA > ul li .bg-setting .progress-bar {
  background-color: #4a52ab;
}
ul.SingleTopic-grading > li.li-RS p {
  background-color: #5a85e2;
}
ul.SingleTopic-grading > li.li-RS > ul li .bg-setting .progress-bar {
  background-color: #5a85e2;
}
ul.SingleTopic-grading > li.li-FIBW p {
  background-color: #04c5e6;
}
ul.SingleTopic-grading > li.li-FIBW > ul li .bg-setting .progress-bar {
  background-color: #04c5e6;
}
ul.SingleTopic-grading > li.li-SST p {
  background-color: #ffb463;
}
ul.SingleTopic-grading > li.li-SST > ul li .bg-setting .progress-bar {
  background-color: #ffb463;
}
ul.SingleTopic-grading > li.li-WFD p {
  background-color: #ea5555;
}
ul.SingleTopic-grading > li.li-WFD > ul li .bg-setting .progress-bar {
  background-color: #ea5555;
}
.footer-bottom {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px -3px 7px 0px rgba(33, 72, 156, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 8px;
}
.footer-bottom button {
  width: 160px;
  height: 36px;
  background-color: #deeeff;
  border-radius: 18px;
  border: 0;
  font-family:;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #1376f8;
}
.footer-bottom button.btn-fff {
  background-color: #1376f8;
  color: #ffffff;
}

/*--弹窗 -start --*/
.popover-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.GetExport-code.popover-popup .popup-box {
  width: 300px;
  height: 350px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 13px 0;
}
.GetExport-code.popover-popup h3 {
  font-family:;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #1376f8;
}
.GetExport-code.popover-popup img {
  width: 160px;
  height: 160px;
  background-color: #eeeeee;
  margin: 0 auto;
}
.GetExport-code.popover-popup button {
  width: 200px;
  height: 32px;
  background-color: #1376f8;
  border-radius: 16px;
  font-family:;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 8px auto;
}
.GetExport-code.popover-popup .popup-box p {
  font-family:;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 19.5px;
  letter-spacing: 0px;
  color: #333333;
}

/*评分标准*/
.Grading-criteria-popover .popup-content {
  width: 300px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px;
}
.Grading-criteria-popover .popup-content .div-scrollBar {
  width: 280px;
  height: 250px;
  background-color: #f2f6fa;
}
.Grading-criteria-popover .popup-content .div-scrollBar .popup-content-pannel {
  width: 263px;
  height: 230px;
  font-family:;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
}
.Grading-criteria-popover .popup-content .popup-content-title img {
  display: none;
}
.Grading-criteria-popover .popup-content .popup-content-title {
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.Grading-criteria-popover .popup-content .popup-content-title p,
.popup-content-title p span {
  float: none;
  font-family:;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1376f8;
  height: 32px;
  line-height: 32px;
}
.popup-content-pannel p {
  font-family:;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #333333;
  margin: 2px 0;
}
.Grading-criteria-popover
  .popup-content
  .div-scrollBar
  .panel-scrollbar::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分（位置4）*/
  background: transparent;
  border-radius: 4px;
}
.Grading-criteria-popover .popup-content button.btn-confim {
  width: 200px;
  height: 32px;
  background-color: #1376f8;
  border-radius: 16px;
  font-family:;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22.5px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 10px auto;
  display: block;
  border: 0;
}

.pop-up-windows {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.pop-up-windows p {
  margin: 0 auto;
  width: max-content;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 10px;
}
