.bigbox[data-v-55af06e5] {
  width: 100vw;
  height: 100vh;
  background: #f2f2f2;
}
.bigbox .score[data-v-55af06e5] {
  background: #fff;
  margin-top: 0.5rem;
  padding: 0 0 0.8rem 0;
  max-height: 200px;
  overflow-x: hidden;
}
.bigbox .score .scoreList .socreItem[data-v-55af06e5] {
  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-55af06e5] {
  color: green;
  font-weight: 800;
}
.bigbox .score .scoreList .socreItem .redColor[data-v-55af06e5] {
  color: red;
  font-weight: 800;
}
.bigbox .score .scoreList .socreItem > div[data-v-55af06e5] {
  width: 33vw;
  text-align: center;
}
.bigbox .score .scoreList .socreItem .error[data-v-55af06e5] {
  text-decoration: underline;
  font-size: 0.92rem;
  color: rgb(25, 137, 250);
}
.bigbox .score .scoreList .socreItem[data-v-55af06e5]:nth-last-child(1) {
  border: none;
}
.bigbox .score .empty_score_list[data-v-55af06e5] {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 1rem;
  font-weight: 900;
  color: #000;
}
.bigbox .score .title[data-v-55af06e5] {
  text-align: center;
  font-weight: 900;
  color: #000;
}
.bigbox .info[data-v-55af06e5] {
  max-height: 200px;
  overflow-x: hidden;
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.2rem 1.2rem;
  font-size: 0.9rem;
}
.bigbox .info .title1[data-v-55af06e5] {
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 1rem;
}
.bigbox .info .fileList[data-v-55af06e5] {
  color: #4f4a4a;
  line-height: 1.3rem;
}
.bigbox .info .fileList > span[data-v-55af06e5] {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: underline;
  color: rgb(25, 137, 250);
}
.bigbox .info .title[data-v-55af06e5] {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2rem;
  color: #4f4a4a;
}
.bigbox .info1[data-v-55af06e5] {
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.2rem 1.2rem;
  font-size: 0.9rem;
  overflow-x: hidden;
  max-height: 200px;
}
.bigbox .info1 .title1[data-v-55af06e5] {
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 1rem;
}
.bigbox .info1 .title1[data-v-55af06e5] {
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 1rem;
}
.bigbox .info1 .fileList[data-v-55af06e5] {
  color: #4f4a4a;
  line-height: 1.3rem;
}
.bigbox .info1 .fileList > span[data-v-55af06e5] {
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: underline;
  color: rgb(25, 137, 250);
}
.bigbox .info1 .title[data-v-55af06e5] {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 2rem;
  color: #4f4a4a;
}
.bigbox .btns[data-v-55af06e5] {
  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-55af06e5] {
  width: 30vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.bigbox .top[data-v-55af06e5] {
  height: 18vh;
  width: 100vw;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bigbox .top .circle[data-v-55af06e5] {
  width: 15vh;
  height: 15vh;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
