.bind-card[data-v-e680ab9e] {
  text-align: center;
  font-size: 20px;
  color: #2F87FC;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.card-list[data-v-e680ab9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-list-item[data-v-e680ab9e] {
  width: 300px;
  height: 140px;
  padding: 20px 20px 30px 20px;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 20px 20px 0;
  border-radius: 4px;
}
.card-list-title[data-v-e680ab9e] {
  font-size: 18px;
  margin-bottom: 15px;
}
.card-list-row[data-v-e680ab9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  line-height: 30px;
}
.card-list-name[data-v-e680ab9e] {
  width: 80px;
}
.card-list-text[data-v-e680ab9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.decoration-bottom[data-v-e680ab9e] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 6px;
  z-index: 9;
  padding-left: 10px;
}
.decoration-bottom-item[data-v-e680ab9e] {
  min-width: 19px;
  height: 6px;
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
}
.decoration-bottom-item[data-v-e680ab9e]:nth-child(2n-1) {
  background-color: #E9E7E9;
}
.decoration-bottom-active-item[data-v-e680ab9e] {
  min-width: 19px;
  height: 6px;
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
}
.decoration-bottom-active-item[data-v-e680ab9e]:nth-child(2n-1) {
  background-color: #4C9CFA;
}
.decoration-bottom-active-item[data-v-e680ab9e]:nth-child(3n) {
  background-color: #FF850B;
}
.decoration-bottom-active-item[data-v-e680ab9e]:nth-child(2n) {
  background-color: #fff;
}
.decoration-check[data-v-e680ab9e] {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #2F78FC;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 10;
}
.decoration-check[data-v-e680ab9e]::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 28px;
  width: 10px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dialog-content[data-v-e680ab9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-content[data-v-e680ab9e] {
  width: 400px;
}
.dialog-title[data-v-e680ab9e] {
  background-color: #f5f5f5;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.dialog-footer[data-v-e680ab9e] {
  border-top: 1px solid #ddd;
  margin: 0 -20px;
  padding: 10px 20px 0;
}
.bind-card-dialog[data-v-e680ab9e] {
  border-radius: 10px !important;
}
.delete-icon[data-v-e680ab9e] {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  font-size: 30px;
  cursor: pointer;
  color: #aaa;
}
