.mask[data-v-4ed739da] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.mask .content[data-v-4ed739da] {
  position: absolute;
  padding: 20px 15px 0 5px;
  left: 0;
  margin: auto;
  width: 600px;
  height: 400px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.mask .close-btn[data-v-4ed739da] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #f7f8f9;
  cursor: pointer;
}
.mask .title[data-v-4ed739da] {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.mask .flex[data-v-4ed739da] {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  max-height: 280px;
  overflow-y: auto;
}
.mask .item[data-v-4ed739da] {
  margin-left: 28px;
  margin-bottom: 25px;
  text-align: center;
  width: 160px;
}
.mask .name[data-v-4ed739da] {
  height: 27px;
  line-height: 27px;
  border: 1px solid #4a39a0;
  margin-bottom: 10px;
  border-radius: 2px;
}
.mask .des[data-v-4ed739da] {
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  font-size: 12px;
}
.mask .btn[data-v-4ed739da] {
  width: 150px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.bd-wrapper[data-v-02b1f610] {
  width: 220px;
  height: 238px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.bd-wrapper .title[data-v-02b1f610] {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bd-wrapper .qr[data-v-02b1f610] {
  width: 180px;
  height: 180px;
}
.bd-wrapper .qr img[data-v-02b1f610] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bd-wrapper .name[data-v-02b1f610] {
  margin-top: 5px;
  text-align: center;
}

.head[data-v-ad834094] {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
}
.head .title[data-v-ad834094] {
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.head .warning[data-v-ad834094] {
  color: #e6a23c;
}
.head .info[data-v-ad834094] {
  color: #909399;
}
.head .success[data-v-ad834094] {
  color: #67c23a;
}
.head .primary[data-v-ad834094] {
  color: #409eff;
}
.head .tips[data-v-ad834094] {
  color: #909399;
  position: relative;
}
.head .pointer[data-v-ad834094] {
  cursor: pointer;
  text-decoration: underline;
}
.head .bd[data-v-ad834094] {
  position: absolute;
  top: 30px;
  left: 130px;
  z-index: 9;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}
.sub-title[data-v-ad834094] {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #323942;
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.sub-title[data-v-ad834094]::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  border-radius: 1px;
  background-color: #4a39a0;
}
.btns-box[data-v-ad834094] {
  padding-top: 10px;
}
.content[data-v-ad834094] {
  margin-top: 10px;
  padding: 15px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}
.content .form-box[data-v-ad834094] {
  width: 600px;
}

