.bigbox[data-v-c631b26a] {
  width: 100vw;
  height: 100vh;
  background: #f2f2f2;
}
.bigbox .score[data-v-c631b26a] {
  background: #fff;
  margin-top: 0.5rem;
  padding: 0 0 0.8rem 0;
}
.bigbox .score .scoreList .socreItem[data-v-c631b26a] {
  display: flex;
  align-content: center;
  justify-content: space-around;
  border-bottom: 1px dashed gainsboro;
  line-height: 4.5vh;
}
.bigbox .score .scoreList .socreItem .greenColor[data-v-c631b26a] {
  color: green;
  font-weight: 800;
}
.bigbox .score .scoreList .socreItem .redColor[data-v-c631b26a] {
  color: red;
  font-weight: 800;
}
.bigbox .score .scoreList .socreItem > div[data-v-c631b26a] {
  width: 33vw;
  text-align: center;
}
.bigbox .score .scoreList .socreItem .error[data-v-c631b26a] {
  text-decoration: underline;
  font-size: 0.92rem;
  color: rgb(25, 137, 250);
}
.bigbox .score .scoreList .socreItem[data-v-c631b26a]:nth-last-child(1) {
  border: none;
}
.bigbox .score .empty_score_list[data-v-c631b26a] {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 1rem;
  font-weight: 900;
  color: #000;
}
.bigbox .score .title[data-v-c631b26a] {
  text-align: center;
  font-weight: 900;
  color: #000;
}
.bigbox .info[data-v-c631b26a] {
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.2rem 1.2rem;
  font-size: 0.9rem;
}
.bigbox .info .title1[data-v-c631b26a] {
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 1rem;
}
.bigbox .info .fileList[data-v-c631b26a] {
  color: #4f4a4a;
  line-height: 1.3rem;
}
.bigbox .info .fileList > span[data-v-c631b26a] {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: underline;
  color: rgb(25, 137, 250);
}
.bigbox .info .title[data-v-c631b26a] {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2rem;
  color: #4f4a4a;
}
.bigbox .btns[data-v-c631b26a] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.5rem;
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.bigbox .btns > div[data-v-c631b26a] {
  width: 30vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.bigbox .top[data-v-c631b26a] {
  height: 18vh;
  width: 100vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigbox .top .circle[data-v-c631b26a] {
  width: 15vh;
  height: 15vh;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
img[data-v-c631b26a] {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: #e0e0e0;
}
.reply_window_box[data-v-c631b26a] {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.reply_window_box .reply_msg_box[data-v-c631b26a] {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px;
}
