
.width[data-v-35512f72] {
  width: 300px;
}
.auth[data-v-35512f72] {
  display: flex;
  flex-wrap: wrap;
}
.btn[data-v-35512f72] {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ccc;
  margin: 10px;
  cursor: pointer;
  /* border-radius: 4px; */
}
.done[data-v-35512f72] {
  border: 1px solid #67913f;
  position: relative;
}
.done[data-v-35512f72]::after {
  position: absolute;
  content: "";
  display: block;
  font-size: 20px;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: linear-gradient(
    45deg,
    transparent,
    transparent 50%,
    yellowgreen 50%,
    yellowgreen 100%
  );
  box-sizing: border-box;
}
.done[data-v-35512f72]::before {
  position: absolute;
  content: "\221A";
  display: block;
  font-size: 20px;
  top: -15px;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #fff;
}
.color[data-v-35512f72] {
  color: red;
}

.serial .el-radio__inner {
  width: 20px !important;
  height: 20px !important;
}
.icon-xinjian {
  font-size: 14px !important;
}
