html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "AlibabaPuHuiTiL";
}
a {
  color: #fff;
  text-decoration: none;
}
img {
  vertical-align: top;
  border: none;
}
input[type="text"] {
  border: 0px;
  width: 1.8667rem;
  border-bottom: solid 0.0133rem #787677;
  color: #787677;
  margin: 0 0.2rem;
  /* ios下背景色会默认渐变显示，并且会有圆角 */
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
}
input[type="text"]:focus {
  outline: none;
}
input[type="radio"] {
  width: 0.4533rem;
  height: 0.4533rem;
  position: relative;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
input[type="radio"]::before {
  content: "";
  width: 0.4533rem;
  height: 0.4533rem;
  background-image: url("/images/unselect.png");
  background-size: 100% 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
input[type="radio"]:checked::after {
  content: "";
  width: 0.4533rem;
  height: 0.4533rem;
  background-image: url("/images/select.png");
  background-size: 100% 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}
input[type="checkbox"] {
  font-size: 14px;
  width: 0.4533rem;
  height: 0.4533rem;
  position: relative;
  appearance: none;
  vertical-align: middle;
  -webkit-appearance: none;
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]::after {
  position: absolute;
  width: 0.4533rem;
  height: 0.4533rem;
  line-height: 0.4533rem;
  top: 0;
  content: "";
  display: inline-block;
  visibility: visible;
  border-radius: 0.0667rem;
  background: #ffffff;
  border: 0.0133rem solid #787677;
  box-sizing: border-box;
}
input[type="checkbox"]:checked::after {
  content: "✓";
  color: #64bf9c;
  text-align: center;
  font-weight: 600;
}
input {
  font-family: "AlibabaPuHuiTiL";
  -webkit-appearance: none !important;
  appearance: none !important;
}
.index-page {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("/images/start.png") no-repeat;
  background-size: 100% 100%;
}
.index-page .btn {
  position: absolute;
  width: 5.8667rem;
  height: 1.6rem;
  left: 2rem;
  bottom: 0.88rem;
}
.home-page {
  height: 100%;
  width: 100%;
  background: url("/images/bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.home-page .introduce {
  width: 100%;
  height: 9.0133rem;
  background: url("/images/home-top.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .home-btn {
  height: 3rem;
  width: 100%;
  position: relative;
  background: url("/images/home-btn.png") no-repeat;
  background-size: 100% 100%;
}
.home-page .home-btn .btn {
  width: 6.8267rem;
  height: 1.4133rem;
  margin: 0 auto;
}
.home-page .person {
  width: 100%;
  height: 5.8267rem;
  background: url("/images/home-person.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.result-generate-page {
  position: relative;
  height: 100%;
  width: 100%;
}
.result-generate-page .loading-img {
  width: 0.9867rem;
  height: 0.9867rem;
  position: absolute;
  top: 5.7467rem;
  left: 50%;
  transform: translateX(-50%);
}
.result-generate-page .desc {
  position: absolute;
  top: 7.9067rem;
  height: 1.08rem;
  width: 100%;
  font-size: 0.4rem;
  font-weight: 400;
  text-align: center;
  color: #595757;
  line-height: 0.6933rem;
  letter-spacing: 0.008rem;
}
.result-generate-page .bar {
  position: absolute;
  bottom: 6.5067rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.3067rem;
  height: 0.4rem;
  border: 0.0267rem solid #474444;
  border-radius: 0.1333rem;
  overflow: hidden;
  padding: 0.0267rem 0;
  padding-left: 0.0667rem;
  padding-right: 0.0267rem;
}
.result-generate-page .bar .progress {
  width: 0;
  height: 100%;
  border-radius: 0.1067rem;
  background: linear-gradient(90deg, #dbdadb, #23bb82);
}
.result-generate-page .loading {
  position: absolute;
  bottom: 5.8533rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.3067rem;
  font-size: 0.3067rem;
  font-weight: 200;
  text-align: center;
  line-height: 0.1733rem;
  letter-spacing: 0.0061rem;
  /* background-image: linear-gradient(to right, #fff, black);
  background-image: -webkit-linear-gradient(to right, #fff, black);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  /* color: transparent; */
}
.apply-page {
  position: relative;
  width: 100%;
  padding: 0 1.0133rem;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
.apply-page .header {
  height: 6rem;
  display: flex;
  align-items: center;
}
.apply-page .header .content {
  width: 100%;
  height: 2.6667rem;
  background: url("/images/apply-book.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.apply-page .header .content span {
  position: absolute;
  bottom: 0;
  left: 0.0667rem;
  color: #121212;
  font-size: 0.5333rem;
}
.apply-page .form {
  padding-bottom: 0.8rem;
}
.apply-page .form .label {
  padding-right: 0.24rem;
  position: relative;
  font-size: 0.32rem;
  color: #828282;
  letter-spacing: 0.08rem;
}
.apply-page .form .label .require {
  color: #63b89b;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 0;
}
.apply-page .form .input-item {
  padding-left: 0.24rem;
  height: 0.9067rem;
  border: 0.0267rem solid #d0d0d0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.3467rem;
  box-sizing: border-box;
}
.apply-page .form .input-item input[type="text"] {
  flex: 1;
  border-bottom: none;
  font-size: 0.32rem;
}
.apply-page .form .input-item select {
  font-size: 0.32rem;
  flex: 1;
  outline: none;
  border: none;
  background: #fff;
}
.apply-page .form .textarea-item {
  height: 3.3333rem;
  border: 0.0267rem solid #d0d0d0;
  padding: 0.24rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-bottom: 0.2133rem;
}
.apply-page .form .textarea-item .label {
  padding-bottom: 0.1333rem;
}
.apply-page .form .textarea-item textarea {
  flex: 1;
  outline: none;
  border: none;
  background: #fff;
  font-size: 0.32rem;
  color: #828282;
}
.apply-page .form .agree-item {
  margin-top: 0.9rem;
  vertical-align: middle;
  font-size: 0.34rem;
  color: #828282;
}
.apply-page .form .agree-item div {
  padding-left: 0.7rem;
}
.apply-page .form .button {
  margin-top: 1rem;
  height: 0.9333rem;
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3467rem;
}
.apply-page .form .bd-red {
  border-color: red !important;
}
.customer-page {
  width: 100%;
  min-height: 100%;
  padding-top: 1.36rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
  position: relative;
}
.customer-page .title {
  margin-bottom: 1.2667rem;
  margin-left: 0.9733rem;
  width: 6.5rem;
  font-size: 0.8rem;
  text-align: left;
  color: #5ba373;
  line-height: 1.04rem;
}
.customer-page .question-list {
  font-family: "AlibabaPuHuiTiL";
  padding-left: 0.9733rem;
  box-sizing: border-box;
}
.customer-page .question-list input[type="text"] {
  text-align: center;
  font-size: 0.4rem;
}
.customer-page .question-list .question:first-child {
  margin-bottom: 0.9867rem;
}
.customer-page .question-list .question:nth-child(2) {
  margin-bottom: 0.9867rem;
}
.customer-page .question-list .question .topic {
  position: relative;
  display: flex;
  margin-bottom: 0.48rem;
}
.customer-page .question-list .question .topic .sep {
  height: 0.2933rem;
  font-size: 0.4rem;
  font-family: "AlibabaPuHuiTiL";
  font-weight: 400;
  text-align: right;
  color: #5ba373;
  letter-spacing: 3.63px;
  margin-right: 0.28rem;
}
.customer-page .question-list .question .topic .topic-title {
  height: 0.44rem;
  font-size: 0.4rem;
  font-family: "AlibabaPuHuiTiL";
  font-weight: 400;
  color: #787677;
  letter-spacing: 0.0533rem;
}
.customer-page .question-list .question .topic .topic-pro {
  font-size: 0.4rem;
  font-family: "AlibabaPuHuiTiL";
  text-align: left;
  color: #787677;
  height: 1.3867rem;
  letter-spacing: 0.0533rem;
  margin-bottom: 0.9333rem;
}
.customer-page .question-list .question .topic .topic-pro div:first-child {
  margin-bottom: 0.3467rem;
}
.customer-page .question-list .question .answer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.customer-page .question-list .question .answer span {
  width: 50%;
  height: 0.44rem;
  font-size: 0.4rem;
  font-family: "AlibabaPuHuiTiL";
  color: #787677;
  letter-spacing: 0.0093rem;
  margin-bottom: 0.48rem;
}
.customer-page .question-list .question .answer span input[type="radio"] {
  vertical-align: top;
  margin-top: 0.0933rem;
}
.customer-page .question-list .question .answer span label {
  margin-left: 0.3067rem;
}
.customer-page .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
}
.customer-page .next-arrow img {
  width: 1.0267rem;
  height: 1.0267rem;
}
.customer-answer-page {
  width: 100%;
  min-height: 100%;
  padding-top: 1.36rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
}
.customer-answer-page .title {
  padding-right: 0.72rem;
  padding-left: 0.9867rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.4rem;
  font-family: "AlibabaPuHuiTiL";
  font-weight: 300;
  text-align: left;
  color: #2664ad;
  letter-spacing: 0.008rem;
}
.customer-answer-page .title .answerNo {
  font-weight: bold;
  font-family: "AlibabaPuHuiTiB";
  margin-right: 0.1333rem;
}
.customer-answer-page .green {
  color: #64bf9c;
}
.customer-answer-page .gay {
  color: #e6a39f;
}
.customer-answer-page .blue {
  color: #2664ad;
}
.customer-answer-page .subject {
  text-align: center;
  box-sizing: border-box;
  padding-top: 1.2rem;
}
.customer-answer-page .subject .topic {
  color: #838181;
  font-size: 0.5333rem;
  line-height: 0.88rem;
  flex: 1;
  align-items: flex-end;
  font-family: "AlibabaPuHuiTiL", "AlibabaPuHuiTiR";
}
.customer-answer-page .subject .topic .sub-topic {
  margin-top: 0.08rem;
  font-size: 0.4rem;
  line-height: 0.5333rem;
}
.customer-answer-page .subject img {
  width: 5.96rem;
  height: 5.96rem;
  display: block;
  margin: 0 auto;
}
.customer-answer-page .subject .answer-list {
  display: inline-block;
  min-height: 3.2rem;
  text-align: left;
}
.customer-answer-page .subject .answer-list .answer-item {
  color: #787677;
  margin-bottom: 0.6933rem;
}
.customer-answer-page .subject .answer-list .answer-item:last-child {
  margin-bottom: 0;
}
.customer-answer-page .subject .answer-list .answer-item input {
  vertical-align: top;
  margin-top: 0.1067rem;
}
.customer-answer-page .subject .answer-list .answer-item label {
  font-size: 0.4rem;
  margin-left: 0.4533rem;
  display: inline-block;
}
.customer-answer-page .subject .answer-list .answer-item-pro {
  color: #787677;
  margin-bottom: 0.6667rem;
}
.customer-answer-page .subject .answer-list .answer-item-pro:nth-child(2) {
  margin-bottom: 0.56rem;
}
.customer-answer-page .subject .answer-list .answer-item-pro:nth-child(3) {
  margin-bottom: 0.5333rem;
}
.customer-answer-page .subject .answer-list .answer-item-pro:last-child {
  margin-bottom: 0;
}
.customer-answer-page .subject .answer-list .answer-item-pro div input[type="radio"] {
  vertical-align: top;
  margin-top: 0.1467rem;
}
.customer-answer-page .subject .answer-list .answer-item-pro div label {
  font-size: 0.4rem;
  margin-left: 0.4533rem;
  display: inline-block;
  line-height: 0.6133rem;
}
.customer-answer-page .subject .answer-list .answer-item-text {
  color: #787677;
  text-align: center;
  font-size: 0.4rem;
}
.customer-answer-page .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
}
.customer-answer-page .next-arrow img {
  width: 1.0267rem;
  height: 1.0267rem;
}
.customer-result-page {
  position: relative;
  width: 100%;
  min-height: 100%;
  
  /* padding-bottom: 0.3467rem; */
  box-sizing: border-box;
  background: url("../../images/bg.png") no-repeat;
  background-size: 100% 100%;
}
.customer-result-page .title-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2933rem;
  width: 100%;
  background: url("/images/customer-result-top.png") no-repeat;
  background-size: 100% 100%;
}
.customer-result-page .line {
  position: absolute;
  left: 0.72rem;
  top: 2.5rem;
  width: 6.2667rem;
  height: 0.04rem;
  background: #ffffff;
  border: 0.0267rem solid #ffffff;
  box-sizing: border-box;
}
.customer-result-page .title-tag {
  position: absolute;
  right: 0.88rem;
  top: 2.2rem;
  min-width: 2.2133rem;
  height: 0.5867rem;
  line-height: 0.48rem;
  background: #ffffff;
  border-radius: 0.4533rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: SimHei;
  font-size: 0.4267rem;
  color: #64bf9c;
  padding:0 .2rem;
  letter-spacing: 0.0085rem;
}
.customer-result-page .title-tag span {
  display: block;
  text-align: center;
}
.customer-result-page .score-info {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 400;
  font-family: "AlibabaPuHuiTiR";
  color: rgba(255, 255, 255, 0.9);
}
.customer-result-page .score-info span {
  padding:0 0.2rem;
  display: inline-block;
  text-align: center;
  margin-left: 0.2667rem;
  margin-right: 0.2667rem;
  font-family: SimHei;
  font-weight: 900;
  color: #84d3a7;
  line-height: 0.6rem;
  height: 0.7rem;
  background-color: #fff;
  font-style: italic;
}
.customer-result-page .score-desc {
  margin-top: 0.3467rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.6rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiR";
}
.customer-result-page .score-desc span {
  font-weight: 700;
  margin: 0 0.0667rem;
  font-family: "AlibabaPuHuiTiB";
  font-style: italic;
}
.customer-result-page .score-desc-1 {
  margin-top: 0.24rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.6rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiR";
}
.customer-result-page .score-desc-1 i {
  font-weight: 700;
  margin: 0 0.0667rem;
  font-family: "AlibabaPuHuiTiB";
}
.customer-result-page .score-analysis {
  margin-top: -0.3rem;
  width: 8.72rem;
  height: 6.36rem;
  background: url("/images/customer-result-info.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 0.8933rem;
}
.customer-result-page .score-analysis .score {
  position: absolute;
  top: 4.0267rem;
  left: 1.6rem;
  width: 2.92rem;
  height: 1.48rem;
  line-height: 1.48rem;
  font-size: 0.6rem;
  font-family: "AlibabaPuHuiTiB";
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.0119rem;
}
.customer-result-page .tips {
  margin: 0 auto;
  margin-top: 0.3rem;
  width: 8.56rem;
  height: 2.4rem;
  border: 0.0533rem solid #ffffff;
  border-radius: 1.88rem;
  box-sizing: border-box;
  padding-left: 0.8rem;
  padding-right: 0.2933rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-result-page .tips .tip-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.customer-result-page .tips .tip-info .tip-title {
  margin-top: 0.1067rem;
  width: 1.1733rem;
  height: 0.56rem;
  font-size: 0.4267rem;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 0.0341rem;
  border-bottom: 0.0533rem solid #fff;
  font-style: italic;
  font-family: "AlibabaPuHuiTiR";
}
.customer-result-page .tips .tip-info .tip-desc {
  padding-top: 0.1333rem;
  flex: 1;
  width: 5.3333rem;
  height: 0.7067rem;
  font-size: 0.24rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 0.45rem;
  letter-spacing: 0.012rem;
  box-sizing: border-box;
  overflow: hidden;
}
.customer-result-page .tips .miniapp {
  width: 2rem;
  height: 2rem;
}
.customer-result-page .save {
  height: 0.6rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  text-align: center;
}
.customer-result-page .save img {
  height: 0.6rem;
  margin-right: 0.4rem;
}
.customer-result-page .save span {
  font-size: 0.3467rem;
  font-family: "AlibabaPuHuiTiR";
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5067rem;
}
.employee-answer-page {
  width: 100%;
  min-height: 100%;
  padding-top: 1.36rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
}
.employee-answer-page .title {
  text-align: center;
  font-size: 0.4rem;
  letter-spacing: 0.0267rem;
  color: #b0b0b0;
}
.employee-answer-page .title .answerNo {
  font-weight: bold;
  font-family: "AlibabaPuHuiTiB";
  margin-right: 0.2133rem;
}
.employee-answer-page .subject {
  text-align: center;
  box-sizing: border-box;
  padding-top: 1.2rem;
}
.employee-answer-page .subject .topic {
  color: #838181;
  font-size: 0.5rem;
  line-height: 0.88rem;
}
.employee-answer-page .subject .topic .sub-topic {
  font-size: 0.4rem;
  line-height: 0.5333rem;
}
.employee-answer-page .subject img {
  width: 6rem;
  height: 6rem;
  margin: 0.2667rem 0;
}
.employee-answer-page .subject .answer-list {
  display: flex;
  flex-wrap: wrap;
  min-height: 1.8667rem;
  min-width: 5.4rem;
}
.employee-answer-page .subject .answer-list .answer-item {
  color: #787677;
  margin-bottom: 0.48rem;
  width: 50%;
  padding-left: 0.56rem;
  box-sizing: border-box;
}
.employee-answer-page .subject .answer-list .answer-item div {
  display: flex;
}
.employee-answer-page .subject .answer-list .answer-item div input {
  vertical-align: top;
  margin-top: 0.1067rem;
}
.employee-answer-page .subject .answer-list .answer-item div label {
  font-size: 0.4rem;
  margin-left: 0.45rem;
  display: inline-block;
  line-height: 0.6133rem;
  text-align: left;
}
.employee-answer-page .subject .answer-list .width-33 {
  width: 33%;
  padding-left: 0.2rem;
}
.employee-answer-page .subject .answer-list .pdl-0 {
  padding-left: 0rem;
  padding-left: -0.2667rem;
}
.employee-answer-page .subject .answer-list .page9 {
  padding-left: 0.2667rem;
}
.employee-answer-page .subject .answer-list .page9 label {
  white-space: nowrap;
}
.employee-answer-page .subject .answer-list .pdl-30 {
  padding-left: 0.4rem;
}
.employee-answer-page .subject .answer-list .pdl-50 {
  padding-left: 0.6667rem;
}
.employee-answer-page .subject .answer-list .pdl-70 {
  padding-left: 0.9333rem;
}
.employee-answer-page .subject .answer-list .pdl-90 {
  padding-left: 1.2rem;
}
.employee-answer-page .subject .answer-list .pdl-160 {
  padding-left: 2.1333rem;
}
.employee-answer-page .subject .answer-list .page-9 label {
  white-space: nowrap;
}
.employee-answer-page .subject .answer-list .page-16 {
  display: inline-block;
  margin-left: -0.4rem;
}
.employee-answer-page .subject .answer-list .page-16 label {
  white-space: nowrap;
}
.employee-answer-page .subject .answer-list .page19 label {
  width: 100% !important;
  white-space: nowrap;
}
.employee-answer-page .subject .answer-list .page19 .label-mgl-3 {
  margin-left: 0.495rem;
}
.employee-answer-page .subject .answer-list .page19 .label-mgl {
  margin-left: 0.3rem;
}
.employee-answer-page .next-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
}
.employee-answer-page .next-arrow img {
  width: 1.0267rem;
  height: 1.0267rem;
}
.enterprise-result-page {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.3467rem;
  box-sizing: border-box;
  background: url("/images/bg.png") no-repeat;
  background-size: 100% 100%;
}
.enterprise-result-page .title-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.9867rem;
  width: 100%;
  /* background: url("/images/emp-result-top.png") no-repeat;
  background-size: 100% 100%; */
}
.enterprise-result-page .title-info2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.enterprise-result-page .line {
  position: absolute;
  left: 0.72rem;
  top: 2.5rem;
  width: 6.2667rem;
  height: 0.04rem;
  background: #ffffff;
  border: 0.0267rem solid #ffffff;
  box-sizing: border-box;
}
.enterprise-result-page .title-tag {
  position: absolute;
  right: 0.88rem;
  top: 2.2rem;
  min-width: 2.2133rem;
  height: 0.5867rem;
  background: #ffffff;
  border-radius: 0.4533rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: SimHei;
  font-size: 0.4267rem;
  color: #64bf9c;
  line-height: 0.5rem;
  letter-spacing: 0.0085rem;
}
.enterprise-result-page .title-tag span {
  margin: 0 0.2667rem;
  white-space: nowrap;
  display: block;
  height: 100%;
}
.enterprise-result-page .score-desc {
  font-size: 0.6rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiR";
}
.enterprise-result-page .score-desc01 {
  padding-left: 1.7867rem;
  margin-top: 1.5rem;
}
.enterprise-result-page .score-desc02 {
  padding-left: 2.6133rem;
  margin-top: 0.2933rem;
}
.enterprise-result-page .score-desc02 span {
  padding:0 0.1867rem;
  display: inline-block;
  text-align: center;
  margin-left: 0.2667rem;
  margin-right: 0.2667rem;
  font-weight: 700;
  font-family: SimHei;
  /* font-size: 0.7733rem; */
  line-height: .62rem;
  height: .7rem;
  color: #64bf9c;
  background-color: #fff;
  font-style: italic;
}
.enterprise-result-page .score-desc03 {
  padding-left: 1.4rem;
  margin-top: 0.2933rem;
}
.enterprise-result-page .score-desc03 .myscore {
  padding:0 0.1867rem;
  display: inline-block;
  text-align: center;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  font-weight: 700;
  font-family: SimHei;
  font-size: 0.6rem;
  color: #64bf9c;
  background-color: #fff;
  font-style: italic;
  line-height: .62rem;
  height: .7rem;
}
.enterprise-result-page .score-desc03 .myscore i {
  font-size: 0.5rem;
}
.enterprise-result-page .score-desc04 {
  padding-left: 3.2933rem;
  margin-top: 0.2933rem;
}
.enterprise-result-page .report {
  height: 2.8rem;
  width: 100%;
  background: url("/images/emp-report.png") no-repeat;
  background-size: 100% 100%;
}
.enterprise-result-page .miniapp {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 2.9333rem;
  height: 2.9067rem;
}
.enterprise-result-page .more {
  
  /* background: url("/images/emp-more.png") no-repeat;
  background-size: 100% 100%; */
  position: relative;
}
.enterprise-result-page .more img{
  margin-top: 0.5333rem;
  height: 1.9067rem;
  width: 100%;
}
.enterprise-result-page .more .download {
  height: 0.6667rem;
  width: 2.6667rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.enterprise-result-page .download {
  padding-left: 3.4667rem;
  box-sizing: border-box;
  margin-top: 0.48rem;
  line-height: 0.4533rem;
}
.enterprise-result-page .download img {
  width: 0.3733rem;
  height: 0.3467rem;
  margin-right: 0.2933rem;
}
.enterprise-result-page .download span {
  font-size: 0.3867rem;
  font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2.31px;
  text-decoration: underline;
}
.enterprise-result-page .save {
  margin: 0 auto;
  margin-top: .4rem;
  text-align: center;
}
.enterprise-result-page .save img {
  height: 0.6rem;
}
.enterprise-result-page .save span {
  margin-left: 0.4rem;
  font-size: 0.3467rem;
  font-family: "AlibabaPuHuiTiR";
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5067rem;
}
.enterprise-result-page .save div {
  font-size: 0.3467rem;
  font-family: "AlibabaPuHuiTiR";
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5067rem;
}
.report1{
  text-align: center;
  color: #fff;
  line-height: 2;
  margin: 15px 0;
}
.big-title{
  color:#fff;
  font-size: .5rem;
  font-family: "AlibabaPuHuiTiR";
  margin:0 0 .4rem .72rem;
}
.big-title p{
  line-height: 1.5;
  margin: 0;
}
.big-title .main-title{
  font-weight: 300;
}
.topmt{
  padding-top:.4rem;
}
.big-title .sub-title{
  
}
