.score-createe-shop .margin-tb-xs[data-v-72f79c06] {
  margin: 10px 0;
}
.score-createe-shop .create-report[data-v-72f79c06] {
  background-color: #fdd000;
  color: #fff;
  border-color: #fdd000;
}
.score-createe-shop .margin-lg[data-v-72f79c06] {
  margin: 20px 30px;
}
.score-createe-shop .text-bold[data-v-72f79c06] {
  font-weight: bold;
}
.score-createe-shop .block-header[data-v-72f79c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  color: #666;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.score-createe-shop .flexbox[data-v-72f79c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.score-createe-shop .card-title[data-v-72f79c06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  /* background: #EEF1F6; */
  padding: 10px 0;
  color: #666;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.score-createe-shop .pie-chart[data-v-72f79c06] {
  height: 700px;
}
.score-createe-shop .pie-chart .des[data-v-72f79c06] {
  font-size: 13px;
  color: #aaa;
}
.score-createe-shop .percentage-content[data-v-72f79c06] {
  height: 260px;
}
.score-createe-shop .percentage-content .percentage-box[data-v-72f79c06] {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  color: #333333;
}
.score-createe-shop .percentage-content .percentage-box .title[data-v-72f79c06] {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #67B9C6;
}
.score-createe-shop .percentage-content .percentage-box .title span[data-v-72f79c06] {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.score-createe-shop .percentage-content .percentage-box .title span[data-v-72f79c06]:hover {
  opacity: 0.5;
}
.score-createe-shop .percentage-content .percentage-box .content[data-v-72f79c06] {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.score-createe-shop .percentage-content .percentage-box .content .progress-bar[data-v-72f79c06] {
  width: 90%;
  height: 40%;
  background: #f1f3fa;
}
.score-createe-shop .percentage-content .percentage-box .content .progress-bar .progress-bar-fill[data-v-72f79c06] {
  height: 100%;
  background: #67B9C6;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.score-createe-shop .percentage-content .percentage-box .num[data-v-72f79c06] {
  width: 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
