.cdkey-panel {
  position: relative;
  background: rgba(39, 54, 73, 0.6);
  padding: 5rem 4rem 6rem 4rem;
  border-radius: 8px;

  .box-title {
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
    text-align: left;
    position: relative;
    margin-bottom: 5px;
    color: #fff;
  }

  .box-title span {
    position: relative;
    z-index: 1;
  }

  .box-title i {
    background: url(https://apsgo.com/assets/imgs/combos-bg.png) no-repeat center;
    height: 12px;
    width: 61px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0px;
    z-index: 0;
  }

  .exchange-list {
    margin-bottom: 30px;
  }

  .exchange-list .item {

    padding: 15px 0;
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
    color: #fff;

  }

  .exchange-list .item .spec {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
  }

  .exchange-list .item img {
    width: 50px;
    height: 50px;
    border: 0px solid rgba(255, 255, 255, 0.1);
    padding: 2px;
    vertical-align: top;
  }

  .exchange-list .item .info {
    width: calc(100% - 100px);
    padding-left: 10px;
    display: inline-block;
  }

  .exchange-list .item .count {
    width: 40px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
  }

  .title-bg {

    background-size: cover;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
  }

  .title-bg .title {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  .ant-form-item {
    margin-bottom: 10px;
  }

  .ant-form-item-label>label {
    color: #fff;
  }

  .ant-input {
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
  }

  .btns {
    margin-top: 3rem;
  }

  .code-input {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    outline: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    line-height: 40px;
    padding-left: 1.2rem;
    border-radius: 25px;
    border: 1px solid rgba(37, 198, 252, 0);
    transition: all 0.2s;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #fff;
  }

  .rule {
    padding: 1rem;
    font-size: 13px;
    border-radius: 10px;
    background: rgba(37, 198, 252, 0.1);
    margin-top: 3rem;
    color: rgba(255, 255, 255, 0.6);
  }

  .cdkye-success .ant-result-subtitle,
  .cdkye-success .ant-result-title {
    color: #fff;
  }
}