body {
    margin: 0 auto;
    padding-top: 68px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial,
      PingFang SC, Microsoft YaHei, sans-serif;
    background-color: #212121;
  }
  
  main {
    background-image: url("images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .header {
    width: 100%;
    height: 68px;
    background: #171717;
    position: fixed;
    top: 0;
    box-shadow: 0 3px 8px 0 rgba(11, 21, 60, 0.73);
  }
  
  .logo {
    max-width: 100%;
  }
  
  .header-content {
    max-width: 1300px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  .banner {
    max-width: 100%;
  }
  
  .main-area {
    max-width: 1200px;
    margin: auto;
  }
  
  .main-title {
    width: 100%;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #f1c137;
    height: 35px;
    display: flex;
    align-items: center;
    margin: 58px 0px 32px 0px;
  }
  
  .main-title > img {
    max-width: 100%;
    margin-right: 19px;
    box-sizing: border-box;
  }
  
  .domin-area {
    width: 100%;
    box-sizing: border-box;
    background: #2a2a2a;
    border: 1px solid #b29224;
    border-radius: 12px;
  }
  
  .domin-title {
    max-width: 1000px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    margin: 42px auto;
  }
  
  .domin-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    height: 80px;
    background: #504c40;
    border-radius: 5px;
    padding: 0px 40px 0px 45px;
    box-sizing: border-box;
    cursor: pointer;
    color: #f1c137;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto 10px auto;
    text-decoration: none;
    line-height: 25px;
  }
  
  .play-btn {
    font-style: italic;
  }
  
  .domin-list:hover {
    box-shadow: 0px 0px 15px 6px rgba(241, 193, 55, 0.5);
  }
  
  .backBtn {
    width: 150px;
    height: 50px;
    background: #504c40;
    border-radius: 5px;
    margin: 41px auto 74px auto;
    border: none;
    cursor: pointer;
    color: #f1c137;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 36px 0 27px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
  }
  
  .backBtn:hover {
    background-color: #b29224;
    color: #2a2a2a;
  }
  
  .backBtn:hover > .backBtnNoHoverIcon {
    display: block;
  }
  
  .backBtn:hover > .backBtnHoverArrow {
    display: none;
  }
  
  .backBtnHoverArrow {
    display: block;
  }
  
  .backBtnNoHoverIcon {
    display: none;
  }
  
  .hint-area {
    margin-top: 30px;
    width: 100%;
    background-color: #080808;
    padding: 68px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
  }
  
  .hint-list {
    width: 378px;
    height: 113px;
    border-radius: 20px;
    padding-left: 20px;
    background-color: #17171c;
    display: flex;
    align-items: center;
    gap: 13px;
    box-sizing: border-box;
  }
  
  .writeIcon {
    margin-top: 1px;
  }
  
  .trophyIcon {
    margin: 1px 3px 0px;
    box-sizing: border-box;
  }
  
  .hint-list-content {
    font-size: 16px;
    font-weight: 700;
    color: #f1c137;
    width: 280px;
  }
  
  .hint-title {
    padding-bottom: 9px;
  }
  
  .hint-text {
    font-size: 12px;
    color: #9f9f9f;
  }
  
  footer {
    background-color: #212121;
  }
  
  .footer {
    padding: 28px 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 95px;
    border-bottom: 1px solid #3a3a3a;
    box-sizing: border-box;
  }
  
  .footer-row {
    height: 100%;
  }
  
  .row-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 32px;
  }
  
  .footer-ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-ul > li {
    cursor: pointer;
    font-size: 12px;
    padding: 0 0 15px;
  }
  
  .footer-ul > li > a {
    text-decoration: none;
    color: #9f9f9f;
  }
  
  .footer-logo-area {
    padding: 24px 0 2px;
    display: flex;
    justify-content: center;
    background-color: #1f1f1f;
  }
  
  .footer-logo-area > img {
    max-width: 100%;
  }
  
  .row-icons {
    display: flex;
    gap: 19px;
    padding-bottom: 15px;
  }
  
  .row-desc-content {
    width: 175px;
    width: 172px;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
  }
  
  .hint {
    padding-top: 45px;
  }
  
  @media (max-width: 1110px) {
    .domin-list {
      max-width: 95%;
    }
  
    .main-title {
      width: 95%;
      margin: 58px auto 32px auto;
    }
  
    .domin-title {
      max-width: 95%;
    }
  
    .domin-area {
      width: 95%;
      margin: auto;
    }
  }
  
  @media (max-width: 500px) {
    .domin-list {
      font-size: 14px;
      padding: 0px 20px 0px 25px;
      cursor: auto;
    }
  }
  
  @media (max-width: 380px) {
    .hint-list {
      width: 320px;
    }
  }