* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

.specials-container {
  margin: 0 auto;
  padding-top: 100px;
  min-width: 1300px;
  max-width: 1920px;
  width: 100%; }
  .specials-container .main {
    width: 100%;
    height: 11.52083rem;
    background-image: url("/static/specials/images/2020SuperpowerSquad_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .specials-container .main .btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 6rem; }
      .specials-container .main .btns .btn {
        height: 0.53646rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 0.11458rem;
        color: #051732;
        padding-top: 0.14583rem;
        cursor: pointer; }
        .specials-container .main .btns .btn div {
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center; }
      .specials-container .main .btns .btn1 {
        width: 1.46875rem;
        padding-left: 0.36458rem;
        padding-right: 0.15625rem;
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn1.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .specials-container .main .btns .btn1-active {
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn1_active.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .specials-container .main .btns .btn2 {
        width: 1.25521rem;
        padding-left: 0.20833rem;
        padding-right: 0.15625rem;
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn2.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: -0.10417rem; }
      .specials-container .main .btns .btn2-active {
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn2_active.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .specials-container .main .btns .btn3 {
        width: 1.25521rem;
        padding-left: 0.10417rem;
        padding-right: 0.15625rem;
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn3.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 0.04167rem; }
      .specials-container .main .btns .btn3-active {
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn3_active.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .specials-container .main .btns .btn4 {
        width: 1.46875rem;
        padding-left: 0.20833rem;
        padding-right: 0.36458rem;
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn4.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: -0.10417rem; }
      .specials-container .main .btns .btn4-active {
        background-image: url("/static/specials/images/2020SuperpowerSquad_btn4_active.png");
        background-repeat: no-repeat;
        background-size: cover; }
    .specials-container .main .reward {
      width: 2.47396rem;
      height: 0.79167rem;
      background-image: url("/static/specials/images/2020SuperpowerSquad_reward_btn.png");
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 0.18229rem;
      cursor: pointer; }
    .specials-container .main .time {
      margin-top: 0.82813rem; }
      .specials-container .main .time .text {
        line-height: 0.11458rem;
        margin-top: 0.10417rem; }
    .specials-container .main .title {
      font-size: 0.15625rem;
      color: #FFF;
      font-weight: bold;
      line-height: 0.15625rem;
      text-align: center; }
    .specials-container .main .text {
      font-size: 0.11458rem;
      color: #FFF; }
      .specials-container .main .text span {
        font-weight: bold;
        color: #FFD200; }
    .specials-container .main .rules {
      margin-top: 0.35417rem; }
      .specials-container .main .rules .title {
        margin-bottom: 0.07813rem; }
      .specials-container .main .rules .text {
        line-height: 0.15625rem;
        margin-top: 0.05208rem;
        position: relative;
        font-size: 0.10417rem; }
        .specials-container .main .rules .text::before {
          content: '';
          width: 0.10417rem;
          height: 0.10417rem;
          position: absolute;
          top: 0.03125rem;
          left: -0.17188rem; }
      .specials-container .main .rules .text1::before {
        background-image: url("/static/specials/images/2020SuperpowerSquad_num1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100%; }
      .specials-container .main .rules .text2::before {
        background-image: url("/static/specials/images/2020SuperpowerSquad_num2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100%; }
      .specials-container .main .rules .text3::before {
        background-image: url("/static/specials/images/2020SuperpowerSquad_num3.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100%; }
      .specials-container .main .rules .text4::before {
        background-image: url("/static/specials/images/2020SuperpowerSquad_num4.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100%; }
  .specials-container .mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 8; }
    .specials-container .mask .modal {
      width: 3.51563rem;
      height: 1.82813rem;
      background-image: url("/static/specials/images/2020SuperpowerSquad_modal.png");
      background-repeat: no-repeat;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .specials-container .mask .modal .text {
        font-size: 0.125rem;
        color: #1966BE;
        line-height: 0.125rem; }
      .specials-container .mask .modal .btn {
        width: 1.11458rem;
        height: 0.23958rem;
        cursor: pointer; }
  .specials-container .invite {
    display: none; }
    .specials-container .invite .text {
      margin-top: 0.67188rem; }
    .specials-container .invite .sub-text {
      font-size: 0.09375rem;
      font-weight: bold;
      color: #1966BE;
      line-height: 0.11458rem;
      margin-top: 0.05208rem;
      text-align: center; }
    .specials-container .invite .link {
      width: 2.5rem;
      font-size: 0.15625rem;
      color: #1966BE;
      line-height: 0.15625rem;
      margin-top: 0.10417rem;
      text-decoration: underline;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .specials-container .invite .copy-btn {
      background-image: url("/static/specials/images/2020SuperpowerSquad_copy_btn.png");
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 0.08854rem; }
  .specials-container .join-modal {
    display: none; }
    .specials-container .join-modal .modal {
      padding-top: 0.61458rem; }
      .specials-container .join-modal .modal .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 0.19792rem; }
        .specials-container .join-modal .modal .text img {
          width: 0.67708rem;
          margin: 0 0.04167rem; }
      .specials-container .join-modal .modal .sub-text {
        font-size: 0.15625rem;
        color: #1966BE;
        font-weight: bold;
        margin-top: 0.05208rem;
        line-height: 0.15625rem; }
      .specials-container .join-modal .modal .join-btn {
        background-image: url("/static/specials/images/2020SuperpowerSquad_join_btn.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0.10417rem; }
  .specials-container .reward-modal {
    display: none; }
    .specials-container .reward-modal .modal {
      padding-top: 0.67708rem; }
      .specials-container .reward-modal .modal .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 0.19792rem; }
        .specials-container .reward-modal .modal .text img {
          width: 0.78646rem;
          margin: 0 0.04167rem; }
        .specials-container .reward-modal .modal .text .reward-code {
          font-size: 0.15625rem;
          color: #1966BE;
          font-weight: bold; }
      .specials-container .reward-modal .modal .reward-copy-btn {
        background-image: url("/static/specials/images/2020SuperpowerSquad_reward_copy_btn.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 0.10417rem; }
      .specials-container .reward-modal .modal .tip {
        font-size: 0.09375rem;
        color: #1966BE;
        line-height: 0.09375rem;
        margin-top: 0.09375rem; }
  .specials-container .tip-modal {
    display: none; }
    .specials-container .tip-modal .text {
      margin-top: 0.8125rem; }
    .specials-container .tip-modal .confirm-btn {
      background-image: url("/static/specials/images/2020SuperpowerSquad_confirm_btn.png");
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 0.28125rem; }
