.dialog-wrap[data-v-7fac3c45] {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.dialog-wrap .dialog-content[data-v-7fac3c45] {
  width: 380px;
  height: 228px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 0px rgba(7, 44, 119, 0.08);
}
.dialog-wrap .dialog-content .d_top[data-v-7fac3c45] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #282828;
  line-height: 22px;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}
.dialog-wrap .dialog-content .d_top .close[data-v-7fac3c45] {
  width: 16px;
  height: 16px;
  padding: 0 20px;
}
.dialog-wrap .dialog-content .d_top .close img[data-v-7fac3c45] {
  width: 100%;
  height: 100%;
}
.dialog-wrap .txt_content[data-v-7fac3c45] {
  text-align: center;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #282828;
  line-height: 22px;
}
.dialog-wrap .btn_box[data-v-7fac3c45] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding: 0 32px;
}
.dialog-wrap .btn_box .btn_left[data-v-7fac3c45] {
  width: 148px;
  height: 40px;
  box-sizing: border-box;
  color: #A0A0A0;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}
.dialog-wrap .btn_box .btn_right[data-v-7fac3c45] {
  width: 148px;
  height: 40px;
  background: #2f6aff;
  border-radius: 6px;
}
.dialog-wrap .single-btn[data-v-7fac3c45] {
  justify-content: center;
}

