.rebate {
  position: relative;
  max-width: 1920px;
  height: 4802px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/b.b76b82cc4dc994975775.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
  .rebate-mask {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .rebate-header {
    height: 90px;
    z-index: 123;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
  }
  .rebate-header-logo {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/logo.5aaccda20fef4d6c8403.png);
      width: 319px;
      height: 103px;
    }
  .rebate-header-login {
      margin-right: 20px;
      cursor: pointer;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/login.15e84c4bc9657ae9d65d.png);
      width: 114px;
      height: 53px;
    }
  .rebate-header-user {
      display: flex;
      align-items: center;
    }
  .rebate-header-user p {
        font-size: 18px;
        color: #fff;
        padding-right: 20px;
      }
  .rebate-header-user-rewards {
        display: block;
        cursor: pointer;
        width: 112px;
        height: 51px;
        background-image: url(//gamestatic.iqiyi.com/game/202604/img/rewards.ff00284acaaa148f889c.png);
      }
  .rebate-header-user .logout p {
          text-decoration: underline;
          font-style: normal;
          cursor: pointer;
        }
  .rebate-sidebar {
    width: 194px;
    height: 320px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/sidebar.ee71eba4d06634cb6715.png);
    position: fixed;
    bottom: 100px;
    right: 0px;
    box-sizing: border-box;
    padding-top: 58px;
    z-index: 123;
  }
  .rebate-sidebar-0 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 26px;
      margin-bottom: 16px;
    }
  .rebate-sidebar-1 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 26px;
      margin-bottom: 16px;
    }
  .rebate-sidebar-2 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 26px;
      margin-bottom: 16px;
    }
  .rebate-sidebar-3 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 28px;
      margin-bottom: 16px;
    }
  .rebate-sidebar-4 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 27px;
      margin-bottom: 4px;
    }
  .rebate-sidebar-5 {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 70%;
      height: 50px;
    }
  .rebate-info {
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    box-sizing: border-box;
    padding-left: 130px;
    margin-top: 80px;
    position: relative;
    z-index: 2;
  }
  .rebate-info-item {
      display: flex;
      align-items: center;
    }
  .rebate-info-item h1 {
        font-weight: 600;
        color: rgb(235, 205, 145);
        font-size: 20px;
        margin-right: 20px;
        -webkit-text-stroke: 1px #000;
        text-shadow:
          1px 0 0 #000,
          -1px 0 0 #000,
          0 1px 0 #000,
          0 -1px 0 #000;
      }
  .rebate-info-item p {
        font-weight: 600;
        font-size: 20px;
        color: rgb(235, 205, 145);
        padding-right: 10px;
        -webkit-text-stroke: 1px #000;
        text-shadow:
          1px 0 0 #000,
          -1px 0 0 #000,
          0 1px 0 #000,
          0 -1px 0 #000;
      }
  .rebate-info-item-togame {
        margin-left: 10px;
        z-index: 123;
        cursor: pointer;
        font-size: 16px;
        color: rgb(255, 255, 255);
        background-color: #9f43e7;
        padding: 2px 8px;
        border-radius: 16px;
        text-align: center;
      }
  .rebate-position {
    z-index: 1;
    position: absolute;
    width: 1100px;
    left: 50%;
    top: 0;
    margin-left: -550px;
    height: 1px;
  }
  .rebate-position-draw {
      z-index: 1;
      top: 182px;
      left: 116px;
      position: absolute;
      width: 358px;
      height: 358px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/draw.1810b7da6caa705efad8.gif);
      cursor: pointer;
    }
  .rebate-position-draw-tip {
        display: none;
        position: absolute;
        left: 110px;
        top: 142px;
        padding: 6px 14px;
        font-size: 16px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 16px;
        white-space: nowrap;
        pointer-events: none;
      }
  .rebate-position-draw:hover .rebate-position-draw-tip {
        display: block;
      }
  .rebate-event {
    width: 1100px;
    height: 900px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  .rebate-event-rule {
      top: 88px;
      right: 160px;
      position: absolute;
      width: 100px;
      height: 100px;
      cursor: pointer;
    }
  .rebate-event-btn {
      margin-top: 4px;
      margin-left: auto;
      margin-right: auto;
    }
  .rebate-event-btn-receive {
      width: 137px;
      height: 51px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/receive.2dae745c92edcd1a7702.png);
      cursor: pointer;
      position: relative;
    }
  .rebate-event-btn-receive-tip {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        margin-bottom: 8px;
        padding: 6px 14px;
        font-size: 14px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 16px;
        white-space: nowrap;
        pointer-events: none;
        z-index: 10;
      }
  .rebate-event-btn-receive:hover .rebate-event-btn-receive-tip {
        display: block;
      }
  .rebate-event-btn-receive-inactive {
      width: 137px;
      height: 51px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/receive-inactive.6cc72536c9eaeb5ce84f.png);
      position: relative;
    }
  .rebate-event-btn-receive-inactive:hover .rebate-event-btn-receive-tip {
        display: block;
      }
  .rebate-event-btn-double {
      width: 137px;
      height: 51px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/double.6a30127a14a3a783f489.png);
      cursor: pointer;
    }
  .rebate-event-btn-double-inactive {
      width: 137px;
      height: 51px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/double-inactive.9f7be5a26f1e07c4cc99.png);
    }
  .rebate-event-item-0 {
        width: 180px;
        height: 200px;
        margin-bottom: 358px;
        margin-left: 56px;
        position: relative;
      }
  .rebate-event-item-0-rule {
          margin-left: auto;
          margin-right: auto;
          width: 140px;
          height: 40px;
          position: relative;
          cursor: pointer;
        }
  .rebate-event-item-0-info {
          padding-top: 74px;
          text-align: center;
          display: flex;
          align-items: flex-end;
          justify-content: center;
        }
  .rebate-event-item-0-info p {
            text-align: center;
            color: rgb(89, 61, 10);
            font-size: 20px;
            font-weight: 600;
          }
  .rebate-event-item-0-info p i {
              font-weight: 600;
              font-style: normal;
              font-size: 14px;
            }
  .rebate-event-item-1 {
        width: 208px;
        height: 240px;
        margin-bottom: 322px;
        margin-left: 2px;
        position: relative;
      }
  .rebate-event-item-1-rule {
          margin-top: 6px;
          margin-left: auto;
          margin-right: auto;
          width: 140px;
          height: 40px;
          position: relative;
          cursor: pointer;
        }
  .rebate-event-item-1-refresh {
          margin-top: 20px;
          width: 62px;
          height: 30px;
          position: relative;
          cursor: pointer;
          margin-left: auto;
          margin-right: auto;
          cursor: pointer;
        }
  .rebate-event-item-1-info {
          margin-top: 4px;
          height: 64px;
          text-align: center;
          box-sizing: border-box;
          padding-top: 4px;
        }
  .rebate-event-item-1-info-title {
            display: flex;
            align-items: flex-end;
            justify-content: center;
          }
  .rebate-event-item-1-info-content {
            display: flex;
            align-items: flex-end;
            justify-content: center;
          }
  .rebate-event-item-1-info-x {
            width: 18px;
            height: 18px;
            margin: 0 4px 2px;
            background-image: url(//gamestatic.iqiyi.com/game/202604/img/x.d479b91834c2aee341eb.png);
            background-size: contain;
            background-repeat: no-repeat;
          }
  .rebate-event-item-1-info h1 {
            color: rgb(89, 61, 10);
            font-size: 16px;
            font-weight: 600;
            padding-bottom: 4px;
          }
  .rebate-event-item-1-info p {
            color: rgb(89, 61, 10);
            font-size: 20px;
            font-weight: 600;
          }
  .rebate-event-item-1-info p i {
              font-weight: 600;
              font-style: normal;
              font-size: 14px;
            }
  .rebate-event-item-2 {
        width: 180px;
        height: 200px;
        margin-bottom: 358px;
        position: relative;
      }
  .rebate-event-item-2-rule {
          margin-left: auto;
          margin-right: auto;
          width: 140px;
          height: 40px;
          position: relative;
          cursor: pointer;
        }
  .rebate-event-item-2-info {
          padding-top: 76px;
          text-align: center;
          display: flex;
          align-items: flex-end;
          justify-content: center;
        }
  .rebate-event-item-2-info p {
            color: rgb(89, 61, 10);
            font-size: 20px;
            font-weight: 600;
          }
  .rebate-event-item-2-info p i {
              font-weight: 600;
              font-style: normal;
              font-size: 14px;
            }
  .rebate-event-gift-0 {
        width: 176px;
        height: 280px;
        margin-bottom: 100px;
        margin-left: 24px;
        cursor: pointer;
      }
  .rebate-event-gift-1 {
        width: 176px;
        height: 280px;
        margin-bottom: 100px;
        margin-left: 30px;
        cursor: pointer;
      }
  .rebate-button {
    margin-left: auto;
    margin-right: auto;
    width: 364px;
    height: 138px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
  }
  .rebate-button-active {
      cursor: pointer;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/active.d4048bee204efc513569.png);
    }
  .rebate-button-inactive {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/inactive.504c2c39766f9b98af4d.png);
    }
  .rebate-button-used {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/used.a418272cafe31c00c82a.png);
    }
  .rebate-button-1 {
    margin-left: auto;
    margin-right: auto;
    width: 364px;
    height: 138px;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
  }
  .rebate-button-1-active {
      cursor: pointer;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/active1.d4048bee204efc513569.png);
    }
  .rebate-button-1-inactive {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/inactive1.504c2c39766f9b98af4d.png);
    }
  .rebate-button-1-used {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/used1.a418272cafe31c00c82a.png);
    }
  .rebate-rebate-0 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 800px;
    box-sizing: border-box;
    padding-top: 510px;
  }
  .rebate-rebate-0 p {
      color: #fff;
      text-align: center;
      font-size: 28px;
    }
  .rebate-rebate-0 p span {
        font-size: 32px;
        color: rgb(235, 205, 145);
      }
  .rebate-rebate-1 {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding-top: 252px;
    padding-left: 0px;
    height: 700px;
  }
  .rebate-rebate-1-item {
      display: inline-block;
      vertical-align: top;
      color: rgb(235, 205, 145);
      font-size: 28px;
      padding-bottom: 120px;
    }
  .rebate-rebate-1-item-0 {
        margin-left: 70px;
      }
  .rebate-rebate-1-item-1 {
        margin-top: 106px;
        margin-left: 398px;
      }
  .rebate-rebate-1-item-2 {
        margin-left: 390px;
      }
  .rebate-rebate-1 p {
      text-align: center;
      font-size: 28px;
      color: #fff;
    }
  .rebate-rebate-1 p span {
        font-size: 32px;
        color: rgb(235, 205, 145);
      }
  .rebate-gamelist {
    margin-top: 80px;
    height: 800px;
    width: 100%;
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
  }
  .rebate-rules {
    height: 340px;
    width: 1200px;
    margin-top: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .rebate-rules-item0 {
      width: 110px;
      height: 30px;
      position: absolute;
      left: 928px;
      top: 30px;
      cursor: pointer;
    }
  .rebate-rules-item1 {
      width: 110px;
      height: 30px;
      position: absolute;
      left: 568px;
      bottom: 40px;
      cursor: pointer;
    }
  .rebate-rules-item2 {
      width: 110px;
      height: 30px;
      position: absolute;
      left: 806px;
      bottom: 40px;
      cursor: pointer;
    }
  .rebate-rules-item3 {
      width: 110px;
      height: 30px;
      position: absolute;
      left: 428px;
      bottom: 10px;
      cursor: pointer;
    }

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    list-style: none;
    font-weight: normal; 
    font-size: 100%;
}

img {
    border:none; 
    outline: none;
}

input {
    border: 0 none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

input::placeholder {
}

button {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 0;
    margin: 0; 
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none; 
}

select {
    border-radius: 0;
    background-color: #fff;
    appearance: none;
}

a {
  text-decoration: none; 
}

input[type=number] {
    appearance: textfield;
}

input[type=checkbox] {
    background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0; 
}
/* reset */

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Neue Haas Grotesk Text Pro, Arial Nova, Segoe UI, Helvetica Neue, \.PingFang SC, PingFang SC, Microsoft YaHei, Microsoft JhengHei, Source Han Sans SC, Noto Sans CJK SC, Source Han Sans CN, Noto Sans SC, Source Han Sans TC, Noto Sans CJK TC, Hiragino Sans GB, sans-serif;
    background: #fff;
    font-size: 100%;
    width: 100%;
    height: 100%;
}

#root {
    width: 100%;
    height: 100%;
}
.mask {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}
.rebate-record {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.7a0528b5eed5f0fbde92.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 140px;
  padding-left: 10px;
}
  .rebate-record-content {
    width: 64%;
    height: 202px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .rebate-record-content-item:first-child {
        border-top: 2px solid #463ba8;
        background-color: #463ba8;
      }
  .rebate-record-content-item {
      box-sizing: border-box;
      border-right: 2px solid #463ba8;
      width: 100%;
      background-color: rgb(255, 255, 255);
}
  .rebate-record-content-item-title {
        background-color: #463ba8;
      }
  .rebate-record-content-item-title p {
          color: rgb(255, 255, 255) !important;
        }
  .rebate-record-content-item-col {
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        width: 25%;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 2px solid #463ba8;
        border-left: 2px solid #463ba8;
      }
  .rebate-record-content-item-col p {
          line-height: 40px;
          font-size: 16px;
          color: #463ba8;
        }
  .rebate-record-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 66px;
    top: 74px;
    cursor: pointer;
  }

.modal .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .modal .modal-overlay .modal-container {
      position: relative;
      box-sizing: border-box;
      z-index: 1024;
      display: block;
    }

.rebate-rewards {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.6d99c1bbf9c8649168e1.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 140px;
}
  .rebate-rewards p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rebate-rewards-content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 320px;
    overflow: auto;
  }
  .rebate-rewards-content-item:first-child {
        border-top: 2px solid #463ba8;
        background-color: #463ba8;
      }
  .rebate-rewards-content-item {
      box-sizing: border-box;
      border-right: 2px solid #463ba8;
      width: 100%;
      background-color: rgb(255, 255, 255);
}
  .rebate-rewards-content-item-title {
        background-color: #463ba8;
      }
  .rebate-rewards-content-item-title p {
          color: rgb(255, 255, 255) !important;
        }
  .rebate-rewards-content-item-col {
        height: 40px;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 2px solid #463ba8;
        border-left: 2px solid #463ba8;
      }
  .rebate-rewards-content-item-col p {
          line-height: 40px;
          font-size: 14px;
          color: #463ba8;
        }
  .rebate-rewards-content-item-col i {
          line-height: 40px;
          font-size: 14px;
          color: #463ba8;
          text-decoration: underline;
          cursor: pointer;
          font-style: normal;
        }
  .rebate-rewards-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 80px;
    top: 54px;
    cursor: pointer;
  }

.rebate-popup-rebate-success {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.87eee5df38f80daaf63c.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 140px;
}
  .rebate-popup-rebate-success-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 62px;
    cursor: pointer;
  }
  .rebate-popup-rebate-success-confirm {
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/confirm.e645529008bc6b481b79.png);
  }
  .rebate-popup-rebate-success-use {
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    cursor: pointer;
    background-size: 100% 100%;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/use.613206cd19bbc5147419.png);
  }
  .rebate-popup-rebate-success-content {
    margin: 0 auto;
    width: 90%;
    height: 100px;
    overflow: auto;
  }
  .rebate-popup-rebate-success-content h1 {
      font-weight: 600;
      font-size: 28px;
      color: #ffffff;
      text-align: center;
      padding-bottom: 6px;
    }
  .rebate-popup-rebate-success-content p {
      font-weight: 600;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
    }

.rebate-popup-rebate-confirm {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.ba1c04c8efde5092ce16.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-rebate-confirm-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-rebate-confirm-cancel {
    position: absolute;
    width: 202px;
    height: 63px;
    bottom: 66px;
    right: 124px;
    cursor: pointer;
  }
  .rebate-popup-rebate-confirm-confirm {
    position: absolute;
    width: 202px;
    height: 63px;
    bottom: 66px;
    left: 124px;
    cursor: pointer;
  }

.rebate-popup-rebate-select {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.576331487b8c5a1d2736.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 160px;
}
  .rebate-popup-rebate-select-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-rebate-select-confirm {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    cursor: pointer;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/confirm.a0e543f7aac526fe80f5.png);
  }
  .rebate-popup-rebate-select-content {
    margin: 0 auto;
    width: 70%;
    overflow: auto;
  }
  .rebate-popup-rebate-select-content-select {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      width: 240px;
      height: 40px;
      position: relative;
    }
  .rebate-popup-rebate-select-content-select-triangle {
        z-index: 0;
        margin-top: -5px;
        top: 50%;
        right: 10px;
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        transform: rotate(180deg);
      }
  .rebate-popup-rebate-select-content select {
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box;
      background-color: transparent;
      border: 2px solid #fff;
      color: #ffffff;
      padding: 0 10px;
      font-size: 16px;
    }

.rebate-popup-detail {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.b34e3d1a92d464265650.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-detail-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 43px;
    top: 44px;
    cursor: pointer;
  }
  .rebate-popup-detail-confirm {
    width: 203px;
    height: 61px;
    cursor: pointer;
    position: absolute;
    bottom: 36px;
    left: 119px;
  }
  .rebate-popup-detail-cancel {
    width: 203px;
    height: 61px;
    cursor: pointer;
    position: absolute;
    bottom: 36px;
    right: 119px;
  }
  .rebate-popup-detail-content {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rebate-popup-detail-content-10 {
      cursor: pointer;
      width: 165px;
      height: 85px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/10.78f8c90994de579ac595.png);
    }
  .rebate-popup-detail-content-15 {
      cursor: pointer;
      width: 165px;
      height: 85px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/15.ced07ffba8d0aa24b203.png);
    }
  .rebate-popup-detail-content-20 {
      cursor: pointer;
      width: 165px;
      height: 85px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/20.c4795ad9c20c32d35ab3.png);
    }
  .rebate-popup-detail-content-30 {
      cursor: pointer;
      width: 165px;
      height: 85px;
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/30.844bcc2de936c546a385.png);
    }
  .rebate-popup-detail-active {
    border: 4px solid red;
    background-repeat: no-repeat;
  }
  .rebate-popup-detail-inactive {
    border: 4px solid rgba(122, 117, 117, 0);
    background-repeat: no-repeat;
  }
  .rebate-popup-detail p {
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
  }

.rebate-popup-faq {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.06592d405af68348ff1a.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-faq-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 68px;
    top: 112px;
    cursor: pointer;
  }

.rebate-popup-rule {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.cf46b260c004e6d72197.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-rule-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .rebate-popup-rule-rule-0 {
    position: absolute;
    width: 168px;
    height: 40px;
    cursor: pointer;
    top: 92px;
    right: 136px;
  }
  .rebate-popup-rule-rule-1 {
    position: absolute;
    width: 165px;
    height: 40px;
    cursor: pointer;
    top: 145px;
    right: 520px;
  }
  .rebate-popup-rule-rule-2 {
    position: absolute;
    width: 165px;
    height: 40px;
    cursor: pointer;
    top: 145px;
    right: 333px;
  }
  .rebate-popup-rule-rule-3 {
    position: absolute;
    width: 165px;
    height: 40px;
    cursor: pointer;
    top: 190px;
    right: 386px;
  }

.rebate-popup-coupon-game {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.3f9ca987b078f51d908f.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding: 260px 100px 120px 120px;
}
  .rebate-popup-coupon-game-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 30px;
    top: 96px;
    cursor: pointer;
  }
  .rebate-popup-coupon-game-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .rebate-popup-coupon-game-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .rebate-popup-coupon-game-item-left {
      margin-right: 22px;
    }
  .rebate-popup-coupon-game-item-left p {
        color: #fff;
        font-size: 16px;
        height: 22px;
        width: 38px;
        border-radius: 11px;
        background-color: #1f302a;
        line-height: 22px;
        text-align: center;
      }
  .rebate-popup-coupon-game-item-right {
      display: flex;
      flex-wrap: wrap;
    }
  .rebate-popup-coupon-game-item-right p {
        color: #ffffff;
        font-size: 16px;
        margin-right: 16px;
        margin-bottom: 4px;
      }

.rebate-popup-charge {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.da41492f3e4f4fcd0fb2.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 150px;
}
  .rebate-popup-charge p {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
  }
  .rebate-popup-charge-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-charge-togame {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    right: 162px;
    bottom: 55px;
    cursor: pointer;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/confirm.d4f2c5ae744fd5d03123.png);
  }

.game-list {
  width: 1331px;
  height: 805px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  transition: height 0.2s ease-in-out;
  position: relative;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.b9dfeb7494340f2a2b15.png);
  background-repeat: no-repeat;
}
  .game-list-content {
    display: block;
    width: 900px;
    height: 100%;
    position: absolute;
    top: 142px;
    left: 220px;
  }
  .game-list-content-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  .game-list-content-top-left {
        display: flex;
        align-items: center;
      }
  .game-list-content-top-left h1 {
          color: #463ba8;
          margin-right: 6px;
        }
  .game-list-content-top-left p {
          cursor: pointer;
          color: #463ba8;
          margin-right: 4px;
          padding: 1px 12px;
        }
  .game-list-content-top-left-active {
          border-radius: 20px;
          color: rgb(250, 255, 224) !important;
          background-color: #463ba8;
        }
  .game-list-content-top-right {
        width: 224px;
        height: 36px;
        border: 2px solid #463ba8;
        display: flex;
      }
  .game-list-content-top-right input {
          padding: 0 10px;
          box-sizing: border-box;
          height: 100%;
          width: 184px;
          color: #463ba8;
          font-size: 16px;
        }
  .game-list-content-top-right input::placeholder {
          color: #463ba8;
        }
  .game-list-content-top-right-button {
          cursor: pointer;
          height: 100%;
          width: 40px;
          background-color: #463ba8;
          background-image: url(//gamestatic.iqiyi.com/game/202604/img/search.8bbf4a04bdf785371bc0.png);
          background-size: 30px 30px;
          background-repeat: no-repeat;
          background-position: center center;
        }
  .game-list-content-items {
      width: 880px;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
    }
  .game-list-content-items-wrapper {
        width: 900px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
  .game-list-content-items-item {
        position: relative;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 30px;
        width: 205px;
        height: 116px;
        background-position: center;
        background-size: 100%;
        transition: transform 0.15s ease-in-out;
      }
  .game-list-content-items-item:hover {
          transform: scale(1.1);
        }
  .game-list-content-items-item:hover::after {
          display: block;
          position: absolute;
          bottom: -25px;
          width: 100%;
          text-align: center;
          font-weight: bold;
          font-size: 16px;
          color: #000;
          content: attr(data-content);
        }
  .game-list-content-items-shade {
        display: block;
        position: absolute;
        bottom: 0;
        width: 205px;
        height: 116px;
        background-image: url(//gamestatic.iqiyi.com/game/202604/img/musk.1ad7f10e7007dc6803bd.png);
        pointer-events: none;
        content: '*';
      }
  .game-list-content-items-togame {
        display: block;
        position: absolute;
        left: 42px;
        top: 77px;
        border-radius: 15px;
        width: 126px;
        height: 29px;
        background-color: #ffbc00;
        cursor: pointer;
        user-select: none;
        line-height: 29px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #fffefc;
      }
  .game-list-content-items-togame:hover {
          background-color: #e54916;
          color: #fff;
        }
  .game-list-content-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 24px;
    }
  .game-list-content-footer div {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0 2px;
        width: 26px;
        background-color: #463ba8;
        cursor: pointer;
        user-select: none;
        line-height: 24px;
        height: 24px;
        text-align: center;
        font-size: 16px;
        color: #f4fadc;
      }
  .game-list-content-footer div:hover {
          background-color: #463ba8;
        }
  .game-list-content-footer .active {
        background-color: transparent;
        color: #463ba8;
      }
  .game-list-content-footer .active:hover {
          background-color: transparent;
        }
  .game-list-content-more {
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 24px 20px 0 20px;
      border-color: #463ba8 transparent transparent transparent;
      transform: rotate(0deg);
    }

.rebate-popup-event-rule-0 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.91f0a93ab6c5e4b1342b.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-rule-0-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 10px;
    top: 70px;
    cursor: pointer;
  }

.rebate-popup-event-rule-1 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.70ba89dcd70714a92326.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-rule-1-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 10px;
    top: 70px;
    cursor: pointer;
  }

.rebate-popup-event-rule-2 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.16a1434dab3f9c919c93.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-rule-2-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 10px;
    top: 70px;
    cursor: pointer;
  }

.rebate-popup-event-rule-3 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.363aaadceab8c93f17be.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-rule-3-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 10px;
    top: 70px;
    cursor: pointer;
  }

.rebate-popup-success-mobile {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.48b26971991de857b99b.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-success-mobile p {
    font-weight: 600;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
  }
  .rebate-popup-success-mobile-close {
    position: absolute;
    width: 62px;
    height: 62px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-success-mobile-input {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    font-size: 18px;
    width: 300px;
    height: 54px;
    border: 2px solid #1f302a;
  }
  .rebate-popup-success-mobile-confirm {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    cursor: pointer;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/confirm.621091cb0c3dc2909c75.png);
  }

.rebate-popup-success-code {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.48b26971991de857b99b.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 150px;
}
  .rebate-popup-success-code p {
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
  }
  .rebate-popup-success-code p span {
    }
  .rebate-popup-success-code p i {
      margin-left: 10px;
      text-decoration: underline;
      font-style: normal;
      cursor: pointer;
    }
  .rebate-popup-success-code-close {
    position: absolute;
    width: 62px;
    height: 62px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-success-code-exchange {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 208px;
    height: 70px;
    cursor: pointer;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange.5731b1718e67fe8f35d1.png);
  }

.rebate-popup-event-error-0 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.4587c4cbc59569ff942b.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-error-0-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 50px;
    top: 64px;
    cursor: pointer;
  }
  .rebate-popup-event-error-0-handle {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
    background-size: 100% 100%;
    margin-top: 120px;
  }

.rebate-popup-event-error-1 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.7da3ee3069bd9cb64807.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-error-1-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-error-1-handle {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
    background-size: 100% 100%;
    margin-top: 120px;
  }

.rebate-popup-event-error-2 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.d3ae9d2bbae139af8db9.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-error-2-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-error-2-handle {
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
    background-size: 100% 100%;
    margin-top: 136px;
  }

.rebate-popup-event-success {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.b7e46c8f345fea27ddfd.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
}
  .rebate-popup-event-success-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-success-use {
    margin-top: 10px;
    width: 208px;
    height: 70px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/use.ebada22b9acf167e7da6.png);
    background-size: 100% 100%;
    cursor: pointer;
  }
  .rebate-popup-event-success-exchange {
    margin-top: 10px;
    width: 208px;
    height: 70px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange.9c97c53286fd035b61aa.png);
    background-size: 100% 100%;
    cursor: pointer;
  }
  .rebate-popup-event-success-1 {
    width: 178px;
    height: 96px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/53.568f3954eb312277cfda.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-3 {
    width: 178px;
    height: 96px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/105.61916b8c5cb8fd0d55da.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-7 {
    width: 178px;
    height: 96px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/1.102f55f029bf787041af.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-8 {
    width: 178px;
    height: 96px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/3.7e0faddd377137baaa69.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-13 {
    width: 155px;
    height: 110px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/10.9e525170cb3252a7ecda.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-16 {
    width: 172px;
    height: 113px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/day.844bf43ffc357e2a853d.png);
    background-size: 100% 100%;
  }
  .rebate-popup-event-success-9 {
    width: 172px;
    height: 113px;
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/5.89f6907c2f1f3d45c7ed.png);
    background-size: 100% 100%;
  }

.rebate-popup-event-success1 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.3a8490879cc9cdbf1b83.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-success1-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-success1-use {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
  }

.rebate-popup-event-success2 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.8f702ec4adc4265b9594.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-success2-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-success2-use {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
  }

.rebate-popup-event-success3 {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.9c467036f344a3de23f8.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 142px;
}
  .rebate-popup-event-success3-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 52px;
    top: 60px;
    cursor: pointer;
  }
  .rebate-popup-event-success3-use {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 226px;
    height: 56px;
    cursor: pointer;
  }

.rebate-popup-event-confirm {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.e83859f39ceb043b492d.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 140px;
}
  .rebate-popup-event-confirm-close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 50px;
    top: 64px;
    cursor: pointer;
  }
  .rebate-popup-event-confirm p {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .rebate-popup-event-confirm-confirm {
    width: 203px;
    height: 63px;
    cursor: pointer;
    position: absolute;
    bottom: 66px;
    left: 144px;
  }
  .rebate-popup-event-confirm-cancel {
    width: 203px;
    height: 63px;
    cursor: pointer;
    position: absolute;
    bottom: 66px;
    right: 130px;
  }

.rebate-popup-event-coupon-exchange {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-coupon-exchange-bg-0 {
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg0.61a93e6c21c465ebfba9.png);
  }
  .rebate-popup-event-coupon-exchange-bg-1 {
    background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg1.46146ba5ea3a95d2304e.png);
  }
  .rebate-popup-event-coupon-exchange-fragment {
    position: absolute;
    left: 84px;
    top: 80px;
    font-size: 20px;
    color: #fff;
  }
  .rebate-popup-event-coupon-exchange-fragment span {
      color: #ffe27a;
      font-weight: bold;
      padding: 0 4px;
    }
  .rebate-popup-event-coupon-exchange-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 56px;
    top: 59px;
    cursor: pointer;
  }
  .rebate-popup-event-coupon-exchange-menu {
    width: 360px;
    height: 42px;
    position: absolute;
    left: 279px;
    top: 105px;
    cursor: pointer;
    display: flex;
  }
  .rebate-popup-event-coupon-exchange-menu-0 {
      width: 50%;
      height: 100%;
    }
  .rebate-popup-event-coupon-exchange-menu-1 {
      width: 50%;
      height: 100%;
    }
  .rebate-popup-event-coupon-exchange-active {
    border: 6px solid #fff;
  }
  .rebate-popup-event-coupon-exchange-inactive {
    border: 6px solid transparent;
  }
  .rebate-popup-event-coupon-exchange-grey {
    backdrop-filter: grayscale(1);
  }
  .rebate-popup-event-coupon-exchange-0 {
    width: 170px;
    height: 88px;
    position: absolute;
    left: 83px;
    top: 207px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-coupon-exchange-1 {
    width: 170px;
    height: 88px;
    position: absolute;
    left: 275px;
    top: 207px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-coupon-exchange-2 {
    width: 170px;
    height: 88px;
    position: absolute;
    left: 465px;
    top: 207px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-coupon-exchange-3 {
    width: 170px;
    height: 88px;
    position: absolute;
    left: 657px;
    top: 207px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-coupon-exchange-confirm {
    width: 208px;
    height: 70px;
    position: absolute;
    left: 355px;
    bottom: 85px;
    cursor: pointer;
  }
  .rebate-popup-event-coupon-exchange-confirm-active {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange.0ed59d7835199746e72b.png);
    }
  .rebate-popup-event-coupon-exchange-confirm-inactive {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange-inactive.bf5bc77b6f38e5e14497.png);
    }

.rebate-popup-event-mobile-exchange {
  width: 100%;
  height: 100%;
  background-image: url(//gamestatic.iqiyi.com/game/202604/img/bg.e4199b505e5cbbf0ffe9.png);
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 120px;
}
  .rebate-popup-event-mobile-exchange-fragment {
    position: absolute;
    left: 84px;
    top: 80px;
    font-size: 20px;
    color: #fff;
  }
  .rebate-popup-event-mobile-exchange-fragment span {
      color: #ffe27a;
      font-weight: bold;
      padding: 0 4px;
    }
  .rebate-popup-event-mobile-exchange-close {
    position: absolute;
    width: 57px;
    height: 57px;
    right: 56px;
    top: 59px;
    cursor: pointer;
  }
  .rebate-popup-event-mobile-exchange-active {
    border: 6px solid #fff;
  }
  .rebate-popup-event-mobile-exchange-inactive {
    border: 6px solid transparent;
  }
  .rebate-popup-event-mobile-exchange-grey {
    backdrop-filter: grayscale(1);
  }
  .rebate-popup-event-mobile-exchange-0 {
    width: 170px;
    height: 122px;
    position: absolute;
    left: 135px;
    top: 176px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-mobile-exchange-1 {
    width: 170px;
    height: 122px;
    position: absolute;
    left: 382px;
    top: 176px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-mobile-exchange-2 {
    width: 170px;
    height: 122px;
    position: absolute;
    left: 606px;
    top: 176px;
    cursor: pointer;
    border-radius: 22px;
  }
  .rebate-popup-event-mobile-exchange-confirm {
    width: 208px;
    height: 70px;
    position: absolute;
    left: 355px;
    bottom: 85px;
    cursor: pointer;
  }
  .rebate-popup-event-mobile-exchange-confirm-active {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange.0ed59d7835199746e72b.png);
    }
  .rebate-popup-event-mobile-exchange-confirm-inactive {
      background-image: url(//gamestatic.iqiyi.com/game/202604/img/exchange-inactive.bf5bc77b6f38e5e14497.png);
    }

