* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.t-c {
  text-align: center; }

.specials-container {
  margin: 0 auto;
  padding-top: 90px;
  min-width: 1300px;
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .specials-container .panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .specials-container .panel .qr-wrapper {
      position: absolute;
      top: 2.65625rem;
      left: 50%;
      transform: translateX(-50%);
      width: 0.91667rem;
      height: 0.91667rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff; }
      .specials-container .panel .qr-wrapper .qrcode {
        pointer-events: none; }
    .specials-container .panel .content {
      position: absolute;
      top: 3.66146rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center; }
      .specials-container .panel .content .title {
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF; }
      .specials-container .panel .content .desc {
        margin-top: 6px;
        font-size: 20px;
        color: #FFFFFF; }
  .specials-container .panel1 {
    height: 4.95313rem;
    background-image: url("/static/specials/images/console_bg_1.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .specials-container .panel2 {
    height: 4.63021rem;
    background-image: url("/static/specials/images/console_bg_2.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .specials-container .panel3 {
    height: 4.31771rem;
    background-image: url("/static/specials/images/console_bg_3.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .specials-container .panel4 {
    height: 4.83333rem;
    background-image: url("/static/specials/images/console_bg_4.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .specials-container .panel5 {
    height: 7.15625rem;
    background-image: url("/static/specials/images/console_bg_5.png");
    background-repeat: no-repeat;
    background-size: cover; }
