body {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  background: black; }

div {
  box-sizing: border-box; }

button {
  background: transparent;
  border: none;
  outline: none;
  box-sizing: border-box; }

.general-specials-container {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
  max-width: 1920px; }
  .general-specials-container .wrapper {
    position: relative;
    width: 100%; }
  .general-specials-container .wrapper1 {
    height: 4.16667rem;
    background-image: url("/static/specials/images/qiyou_general_bg_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .general-specials-container .wrapper1 a {
      text-decoration: none; }
    .general-specials-container .wrapper1 .content {
      position: absolute;
      top: 0.18229rem; }
    .general-specials-container .wrapper1 .arrow {
      width: 0.10938rem;
      height: 0.13542rem;
      margin-right: 0.02604rem; }
    .general-specials-container .wrapper1 .download-btn {
      color: #fff;
      font-size: 0.11458rem;
      display: flex;
      justify-content: center;
      position: absolute;
      width: 1.33333rem;
      height: 0.44792rem;
      top: 2.35417rem;
      left: 2.38021rem;
      cursor: pointer;
      background-image: url("/static/specials/images/qiyou_general_download_btn.png");
      background-repeat: no-repeat;
      background-size: cover; }
      .general-specials-container .wrapper1 .download-btn:hover {
        background-image: url("/static/specials/images/qiyou_general_download_btn_active.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .general-specials-container .wrapper1 .download-btn .desc {
        color: #941C05;
        font-size: 0.07813rem;
        position: absolute;
        top: 0.07813rem;
        left: 0.10417rem; }
  .general-specials-container .wrapper2 {
    height: 3.72917rem;
    background-image: url("/static/specials/images/qiyou_general_bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.81771rem;
    display: flex;
    justify-content: center; }
    .general-specials-container .wrapper2 .card {
      width: 1.43229rem;
      height: 2.36979rem;
      display: flex;
      justify-content: center;
      color: #fff;
      font-size: 0.09375rem; }
      .general-specials-container .wrapper2 .card.card1 {
        background-image: url("/static/specials/images/qiyou_general_card1.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .general-specials-container .wrapper2 .card.card2 {
        background-image: url("/static/specials/images/qiyou_general_card2.png");
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 0.63021rem; }
      .general-specials-container .wrapper2 .card.card3 {
        background-image: url("/static/specials/images/qiyou_general_card3.png");
        background-repeat: no-repeat;
        background-size: cover; }
      .general-specials-container .wrapper2 .card .desc {
        word-break: break-all;
        display: block;
        width: 1.22396rem;
        position: absolute;
        bottom: 1.19792rem;
        line-height: 0.15625rem; }
        .general-specials-container .wrapper2 .card .desc .active {
          color: #FED356; }
  .general-specials-container .wrapper3 {
    background: #0d1025;
    background-image: url("/static/specials/images/qiyou_general_bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 3.88021rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .general-specials-container .wrapper3 .logo {
      position: absolute;
      top: 0.81771rem;
      width: 5.76563rem;
      height: 0.59375rem; }
    .general-specials-container .wrapper3 .card-list {
      position: absolute;
      bottom: 0.52083rem;
      width: 8.29167rem;
      height: 1.16146rem;
      background-image: url("/static/specials/images/qiyou_general_list.png");
      background-repeat: no-repeat;
      background-size: cover; }
  .general-specials-container .wrapper4 {
    height: 2.52083rem;
    background-image: url("/static/specials/images/qiyou_general_bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0.42188rem; }
    .general-specials-container .wrapper4 a {
      color: #fff;
      font-size: 0.125rem;
      text-decoration: none; }
    .general-specials-container .wrapper4 .arrow {
      margin-right: 0.02604rem; }
    .general-specials-container .wrapper4 .download-btn {
      position: absolute;
      top: 0.98438rem;
      right: 2.93229rem;
      width: 1.33333rem;
      height: 0.36458rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.16667rem;
      background-color: #11D571;
      cursor: pointer; }
      .general-specials-container .wrapper4 .download-btn:hover {
        background-color: #1AFFAA; }

.footer {
  padding: 0.15625rem 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer .item {
    font-size: 0.09375rem;
    font-weight: normal;
    color: #9c9c9e;
    position: relative; }
    .footer .item:not(:first-child) {
      margin-left: 0.26042rem; }
    .footer .item:not(:last-child):after {
      content: ' ';
      width: 2px;
      height: 18px;
      background: #9c9c9e;
      position: absolute;
      right: -0.10417rem;
      top: 4px; }
