.download-dialog {
  padding: 0;
  border-radius: 18px;
  .el-dialog {
    background-color: transparent;
    box-shadow: none;
  }
  .el-dialog__header {
    display: none;
  }
  .dialog-content {
    height: 480px;
    width: 800px;
    background: url('../img/web/detail/download-bg.png');
    background-size: cover;
    padding: 30px 40px 0 60px;
    border-radius: 16px;
    .download-text-img {
      width: 210px;
    }
    .download-text {
      font-size: 24px;
      color: #313338;
      line-height: 28px;
      margin: 10px 0 20px 0;
    }
    .download-code {
      width: 236px;
      height: 236px;
      background: #313338;
      border-radius: 12px 12px 12px 12px;
      border: 1px solid #ffffff;
      padding: 10px;
      margin-bottom: 50px;
      .download-icon {
        width: 100%;
        height: 100%;
      }
    }
    .btn {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      height: 50px;
      .close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 108px;
        font-size: 24px;
        color: #ffda58;
        background: #313338;
        border-radius: 12px 12px 12px 12px;
        cursor: pointer;
      }
    }
  }
}
