.exchangeDialog .exchange-dialog[data-v-1f51a0f9] .el-dialog__headerbtn {
  right: 16px;
  font-size: 20px;
}
.exchangeDialog .exchange-dialog[data-v-1f51a0f9] .el-dialog__header {
  height: 24px;
}
.exchangeDialog .exchange-dialog[data-v-1f51a0f9] .el-dialog__body {
  padding: 10px 20px 40px;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content[data-v-1f51a0f9] {
  position: relative;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content img[data-v-1f51a0f9] {
    position: relative;
    margin: -35px 0 12px;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__int[data-v-1f51a0f9] {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__int[data-v-1f51a0f9] span {
      font-weight: normal;
      color: #666;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .single[data-v-1f51a0f9] {
    padding: 20px 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    word-break: break-all;
    white-space: pre-wrap;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .single.multi[data-v-1f51a0f9] {
      width: 300px;
      background-color: #f6f8f9;
      border-radius: 10px;
      margin: 5px auto;
      text-align: center;
      padding: 16px 0;
      font-size: 16px;
      line-height: 30px;
      color: #333333;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .single.multi .content[data-v-1f51a0f9] {
        max-height: 75px;
        overflow-y: auto;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .single.multi .content[data-v-1f51a0f9]::-webkit-scrollbar {
          width: 2px;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content > span[data-v-1f51a0f9] {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__button button[data-v-1f51a0f9] {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 37px;
    margin: 29px 10px 0;
    display: block;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__button button.exchange-dialog__isBg[data-v-1f51a0f9] {
      background: -webkit-gradient(linear, right top, left top, from(#ff4b33), to(#ff6d41));
      background: linear-gradient(-90deg, #ff4b33 0%, #ff6d41 100%);
      color: #ffffff;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__button button.exchange-dialog__isBg[data-v-1f51a0f9]:hover {
        background: -webkit-gradient(linear, right top, left top, from(#ff705c), to(#ff8967));
        background: linear-gradient(-90deg, #ff705c 0%, #ff8967 100%);
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__button button.exchange-dialog__noBg[data-v-1f51a0f9] {
      background: none;
      border: 1px solid #ff3c30;
      color: #ff3c30;
}
.exchangeDialog .exchange-dialog .exchange-dialog__content .exchange-dialog__button button.exchange-dialog__noBg[data-v-1f51a0f9]:hover {
        background: #ffecec;
}
.exchangeDialog[data-v-1f51a0f9] .el-dialog__title {
  font-weight: bold;
}
.exchangeDialog[data-v-1f51a0f9] .el-dialog {
  border-radius: 16px;
}

