.evaluation .top_content {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 382px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(244, 244, 244, 1);
}

.evaluation .top_content .left_top_img {
  position: absolute;
  left: 0;
  top: 0;
}

.evaluation .top_content .left_top_text {
  position: absolute;
  left: 4px;
  top: 25px;
  font-size: 18px;
  color: #ffffff;
  z-index: 2;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

.evaluation .top_content .complete {
  position: absolute;
  top: 104px;
  right: 108px;
}

.evaluation .top_content .balloon_background {
  position: absolute;
  left: 0;
  bottom: 0;
}

.evaluation .top_content .content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.evaluation .top_content .content .title {
  padding-top: 33px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
}

.evaluation .top_content .content .title>span {
  margin: 0 4px;
}

.evaluation .top_content .content .medal {
  height: 53px;
  padding-top: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #0E050A;
}

.evaluation .top_content .content .medal>div {
  display: none;
  margin: 0 10px;
}

.evaluation .top_content .content .grade_name {
  color: #FF0000;
}

.evaluation .top_content .content .fraction_title {
  padding-top: 9px;
  text-align: center;
  font-size: 18px;
  color: #000000;
}

.evaluation .top_content .content .fraction {
  padding-top: 12px;
  align-items: center;
  font-size: 16px;
  color: #0E050A;
}

.evaluation .top_content .content .fraction .score {
  font-size: 48px;
  padding-right: 4px;
  color: #FF0000;
}

.evaluation .top_content .content .fraction img {
  height: 40px;
}

.evaluation .top_content .content .user_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 356px;
  height: 38px;
  margin: 0 auto;
  padding: 0 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 19px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.evaluation .top_content .content .user_info .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evaluation .top_content .content .user_info .name img {
  padding-right: 4px;
}

.evaluation .to_answer {
  position: relative;
  padding-top: 36px;
  padding-bottom: 57px;
}

.evaluation .to_answer>div {
  margin: 0 auto;
  text-align: center;
}

.evaluation .to_answer .tips {
  position: absolute;
  top: 46px;
  left: 0;
  width: 450px;
  font-size: 12px;
  text-align: left;
  color: #ff0000;
}

.evaluation .to_answer .count_text {
  padding-bottom: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.evaluation .to_answer .count_text .count {
  color: #DF0A0B;
  padding-left: 4px;
}

.evaluation .to_answer .button {
  width: 126px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  background: #1c92dc;
  color: #ffffff;
  cursor: pointer;
  -moz-box-shadow: 5px 5px 5px #EBEBEB;
  /* 老的 Firefox */
  box-shadow: 5px 5px 5px #EBEBEB;
}

.evaluation .evaluation_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.evaluation .evaluation_list .item {
  width: 350px;
  height: 230px;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 5px;
  margin-bottom: 25px;
}

.evaluation .evaluation_list .no_data {
  border: none;
}

.evaluation .evaluation_list .item .title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-image: url(../images/title-background.png);
  background-repeat: repeat-x;
  background-color: #DF0E0E;
  color: #ffffff;
  font-size: 18px;
}

.evaluation .evaluation_list .item .title img {
  padding-left: 26px;
  padding-right: 20px;
}

.evaluation .evaluation_list .item .content {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}