.big-box[data-v-7f6e9080] {
  width: 100vw;
  height: 100%;
  background: rgb(11, 81, 187);
  box-sizing: border-box;
}
.big-box .main_box[data-v-7f6e9080] {
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 0 3vw;
  box-sizing: border-box;
  background: #fff;
}
.big-box .main_box .bottom .item[data-v-7f6e9080] {
  margin-top: 10px;
}
.big-box .main_box .bottom .item .big_title[data-v-7f6e9080] {
  line-height: 8vw;
  background-color: rgb(84, 151, 230);
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.big-box .main_box .bottom .item .content[data-v-7f6e9080] {
  border: 1px solid rgb(84, 151, 230);
  border-radius: 0 0 5px 5px;
  font-size: 3.5vw;
  line-height: 7vw;
  padding: 0 3vw;
}
.big-box .main_box .bottom .item .content .content_item[data-v-7f6e9080] {
  border-bottom: 1px solid rgb(84, 151, 230);
}
.big-box .main_box .bottom .item .content .content_item .left[data-v-7f6e9080] {
  color: #999;
}
.big-box .main_box .bottom .item .content .content_item .addScore[data-v-7f6e9080] {
  color: green;
  font-weight: 900;
  font-size: 3.8vw;
}
.big-box .main_box .bottom .item .content .content_item .subScore[data-v-7f6e9080] {
  color: red;
  font-weight: 900;
  font-size: 3.8vw;
}
.big-box .main_box .bottom .item .content .content_item[data-v-7f6e9080]:nth-last-child(1) {
  border: none;
}
.big-box .main_box .top[data-v-7f6e9080] {
  margin-top: 10px;
}
.big-box .main_box .top > div[data-v-7f6e9080] {
  line-height: 8vw;
  font-size: 3.2vw;
  box-sizing: border-box;
  margin-top: 3px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid rgb(84, 151, 230);
  border-radius: 6px;
}
.big-box .main_box .top > div .title[data-v-7f6e9080] {
  color: #fff;
  background-color: rgb(84, 151, 230);
  text-align: center;
  border-radius: 6px 0 0 6px;
  width: 25%;
}
.big-box .main_box .top > div .score[data-v-7f6e9080] {
  display: inline-block;
  text-align: center;
  border-radius: 0 6px 6px 0;
  border-left: none;
  width: 25%;
  font-weight: 900;
}
.big-box .main_box .top > div .red[data-v-7f6e9080] {
  color: red !important;
}
.big-box .main_box .top > div .green[data-v-7f6e9080] {
  color: green !important;
}
.big-box .main_box .top > div .info[data-v-7f6e9080] {
  text-align: center;
  color: red;
  width: 100%;
  font-weight: 800;
}
