:root {
  --primary-color: #805b41;
}

html,
body,
.app {
  height: 100%;
  font-size: 16px;
}

body {
    margin: 0;
    background: #fff;
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  border: none;
  background: #ffffff;
  border-radius: 10px;
  color: var(--primary-color);
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

.app {
  overflow: auto;
}

.app {
  background: #dee7ff url(../imgs/bg.png) no-repeat left top / cover;
}

.main {
  width: 94%;
  margin: 40px auto;
}

.banner-container {
  display: flex;
  flex-wrap: wrap;
}

.banner {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  color: #fff;
  height: 23.375rem;
}

.banner1 {
  display: flex;
  flex-direction: column;
}

.banner > ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}

.banner > ul li + li {
  margin: 0 0 0 8px;
}

.banner > ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

.banner .title-HG67 {
  margin: 3.125rem 0 1.875rem 1.25rem;
}

.banner .title-HG67 img {
  width: 14.8125rem;
}

.banner .title-HG67 p {
  color: #dee7ff;
  margin: 8px 0 0 0;
  font-size: 1rem;
}

.banner1 {
  flex: 1;
  background: url(../imgs/banner1.png) no-repeat right bottom / cover;
}

.banner2 {
  background: url(../imgs/banner2.png) no-repeat right bottom / 100% 100%;
}

.banner3 {
  background: url(../imgs/banner3.png) no-repeat right bottom / 100% 100%;
}

.banner2,
.banner3 {
  width: 20%;
  margin: 0 0 0 20px;
}

.banner1 button {
  margin: 0 0 1.875rem 1.25rem;
  width: 9.5625rem;
  height: 3.25rem;
  font-size: 1rem;
}

.banner2 .title,
.banner3 .title {
  font-size: 2.25rem;
  word-break: break-all;
}

.banner2 button,
.banner3 button {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 16.125rem;
  height: 4.125rem;
  font-size: 1.375rem;
  font-weight: bold;
}

.line-container {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.923rem;
}

.line-container .line-item {
  flex: 1;
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  height: 8rem;
  display: flex;
  align-items: center;
  border-radius: 2rem;
}

.line-container .line-item .title {
  margin: 0 0 0 10px;
}

.line-container .line-item .title a {
  color: #fff;
}

.line-container .line-item:nth-of-type(1) {
  background: url(../imgs/line1.png) no-repeat 0 0 / 100% 100%;
} /* Rectangle 181 */

.line-container .line-item:nth-of-type(2) {
  background: url(../imgs/line2.png) no-repeat 0 0 / 100% 100%;
}

.line-container .line-item:nth-of-type(3) {
  background: url(../imgs/line3.png) no-repeat 0 0 / 100% 100%;
}

.line-container .line-item:nth-of-type(4) {
  background: url(../imgs/line4.png) no-repeat 0 0 / 100% 100%;
}

.more-container {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.more-container .cards {
  position: relative;
  height: 23.8125rem;
  flex: 1;
  padding: 0 1.5rem 1.875rem;
  border-radius: 1.875rem;
  background-image: linear-gradient(360deg, #b8cde6 0%, #f3f9ff 100%);
  overflow: hidden;
}

.more-container .cards + .cards {
  margin: 0 0 0 1.5rem;
}

.more-container .left > div {
  position: relative;
  z-index: 1;
}

.more-container .left:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: url(../imgs/phone_bg.png) no-repeat right bottom / contain;
}

.more-container .line {
  width: 80%;
  margin: -4px auto 0;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

.more-container .top {
  margin: 1.875rem 0 2.5rem 0;
  display: flex;
  align-items: center;
}

.more-container .right .top {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}

.more-container .top img {
  margin: 0 24px 0 0;
}

.more-container .left .top img {
  width: 9.375rem;
  height: 7.4375rem;
}

.more-container .right .top > img {
  width: 6.125rem;
  height: 6.125rem;
}

.more-container .top .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.more-container .top .content .title {
  font-family: 'Noto Sans S Chinese';
  font-style: normal;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: var(--primary-color);
}

.more-container .top .content .desc {
  font-family: 'Noto Sans S Chinese';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  /* identical to box height */
  color: #6e7c90;
}

.more-container .top .content button {
  width: 9.5625rem;
  height: 3.25rem;
  background: conic-gradient(
    from 0deg at 50.33% 50%,
    #7f5b41 0deg,
    #ffe2ce  360deg
  );
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  margin: 16px 0 0 0;
}

.more-container .bottom {
  width: 31.8125rem;
  padding: 1rem;
  border-radius: 1.25rem;
}

.more-container .left .bottom {
  background: linear-gradient(180deg, #7f5b41 0%, #ffe2ce 100%);
}

.more-container .left .bottom button {
  width: 3.5625rem;
  font-size: 1rem;
}

.more-container .bottom .title img {
  margin: 0 8px 0 0;
  width: 1.5625rem;
  height: 1.5625rem;
}

.more-container .bottom .title {
  display: flex;
  align-items: center;
  font-family: 'Noto Sans S Chinese';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  /* identical to box height */
  color: #ffffff;
}

.more-container .bottom .list {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}

.more-container .bottom .list .item {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  color: #fff;
  font-family: 'Noto Sans S Chinese';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  word-break: break-all;
}

.more-container .left .bottom .list .item {
  height: 3.1875rem;
}

.more-container .bottom .list .item .text {
  flex: 1;
  font-size: 0.9rem;
}

.more-container .right .top .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-container .right .top .content {
  padding: 10px 0 20px;
}

.more-container .right .top .title .more-game-btn {
  font-family: 'Noto Sans S Chinese';
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 26px;
  color: var(--primary-color);
  cursor: pointer;
}

.more-container .right .top .title .more-game-btn > img {
  width: 1rem;
}

.more-container .right .more-game-btn-mobile {
  width: 200px;
  height: 60px;
  display: none;
  margin: 1.5rem  auto 0;
  font-size: 20px;
}

.more-container .right .bottom {
  padding: 1rem 2rem;
  width: 100%;
}

.more-container .right .bottom .list {
  margin: 0;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.25rem;
}

.more-container .right .bottom .list .item {
  width: 8.125rem;
  height: 11.25rem;
}

.more-container .right .bottom .list .item + .item {
  margin: 0;
}

.more-container .right .bottom .list .item:nth-of-type(1) {
  background: url(../imgs/game1.png) no-repeat 0 0 / 100% 100%;
}

.more-container .right .bottom .list .item:nth-of-type(2) {
  background: url(../imgs/game2.png) no-repeat 0 0 / 100% 100%;
}

.more-container .right .bottom .list .item:nth-of-type(3) {
  background: url(../imgs/game3.png) no-repeat 0 0 / 100% 100%;
}

.more-container .right .bottom .list .item:nth-of-type(4) {
  background: url(../imgs/game4.png) no-repeat 0 0 / 100% 100%;
}

.more-container .right .bottom .list .item:nth-of-type(5) {
  background: url(../imgs/game5.png) no-repeat 0 0 / 100% 100%;
}

@media screen and (max-width: 1125px) {
  .more-container .cards {
    height: 52.8125rem;
  }
  .more-container .left:after {
    background: url(../imgs/phone_bg_sm.png) no-repeat center bottom / contain;
  }
}

@media screen and (max-width: 600px) {
  .line-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner1 > .title-HG67 {
    margin: 30px 0;
    order: 1;
  }
  .banner1 > ul {
    margin-bottom: 30px;
    order: 2;
    width: 29.25rem;
  }
  .banner1 > ul li {
    width: 48%;
    margin: 0 !important;
  }

  .banner1 button {
    margin-left: 0;
  }

  .banner1 > button {
    order: 3;
  }
  .banner1 {
    min-width: 100%;
  }
  .banner2 {
    margin: 0;
  }
  .banner2,
  .banner3 {
    margin-top: 24px;
    flex: 1;
  }
  .app {
    background: none;
  }
  .more-container .right {
    height: 53rem;
  }
  .more-container .right .bottom {
    padding: 0;
  }
  .more-container .right .bottom .list {
    grid-template-columns: repeat(5, 1fr);
    overflow: auto;
    grid-gap: 10px;
  }
  .more-container .right .bottom .list .item {
    width: 14.375rem;
    min-height: max-content;
    height: 20rem;
  }
  .line-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .line-container .line-item:nth-of-type(1) {
    background: url(../imgs/line1_mobile.png) no-repeat 0 0 / 100% 100%;
  } 
  
  .line-container .line-item:nth-of-type(2) {
    background: url(../imgs/line2_mobile.png) no-repeat 0 0 / 100% 100%;
  }
  
  .line-container .line-item:nth-of-type(3) {
    background: url(../imgs/line3_mobile.png) no-repeat 0 0 / 100% 100%;
  }
  
  .line-container .line-item:nth-of-type(4) {
    background: url(../imgs/line4_mobile.png) no-repeat 0 0 / 100% 100%;
  }
  .more-container .right .top .title .more-game-btn {
    display: none;
  }
  .more-container .right .more-game-btn-mobile {
    width: 19.5625rem    ;
    height: 6.1875rem    ;
    display: block;
    font-size: 2.25rem    ;
  }
  .banner2 .title,
  .banner3 .title {
    word-break: break-all;
    font-size: 2.875rem;
  }

  .banner1 {
    height: 43.75rem;
  }
  .banner2,
  .banner3 {
    height: 25.5rem;
  }

  .banner1 ul {
    font-size: 2.25rem;
  }

  .banner1 .title-HG67 {
    margin: 1.875rem 0 2rem;
  }

  .banner1 .title-HG67 > img {
    width: 23.625rem;
  }
  .banner1 .title-HG67 > p {
    font-size: 12px;
    margin-top: 2px
  }
  .banner1 button {
    width: 17.75rem;
    height: 5.625rem;
    font-size: 2.25rem;
    margin: 0;
  }
  .banner2 button,
  .banner3 button {
    height: 5.625rem;
    font-size: 2.25rem;
  }
  .banner1 > ul {
    margin-bottom: 4rem;
  }
  .banner1 {
    flex: 1;
    background: url(../imgs/banner1_mobile.png) no-repeat right bottom / cover;
  }
  .line-container .line-item .title {
    font-size: 3rem;
  }
  .line-container .line-item {
    height: 12.875rem;
    border-radius: 2rem;
  }
  .more-container .bottom {
  margin: 0 auto;
  }
  .more-container .top > img {
    width: 18.1875rem !important;
    height: 14.375rem !important;
  }

  .more-container .right .top > img {
    width: 11.875rem !important;
    height: 11.875rem !important;
  }
  .more-container .top {
    margin: 4rem 0;
  }
  .more-container .top .content .title {
    font-size: 3.75rem;
  }
  .more-container .top .content .desc {
    font-size: 2rem;
    line-height: 24px;
  }

  .more-container .cards {
    min-width: 100%;
  }

  .more-container .cards + .cards {
    margin-top: 4rem;
  }

  .more-container .cards.left {
    min-height: 87.8125rem;
  }
  .more-container .cards.left .content button {
    height: 6rem;
    width: 17.75rem;
    margin-top: 8px;
    font-size: 2.25rem;
  }
  .more-container .cards.left .bottom {
    height: 23.4375rem;
    padding: 1rem;
    width: 60.1875rem;
  }

  .more-container .cards.left .bottom button {
    border-radius: 1.2rem;
    width: 8.875rem;
    height: 4.6875rem;
    font-size: 2rem;
  }

  .more-container .cards.left .bottom .title > img {
    width: 3.125rem;
    height: 3.125rem;
  }

  .more-container .cards.left .bottom .list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 12px;  grid-gap: 2rem;
  }

  .more-container .cards.left .bottom .list .item {
    height: 6.5rem;
  }

  .more-container .cards.left .bottom .list .item .text {
    font-size: 2rem;
  }

  .more-container .cards.left .bottom .title {
    font-size: 2.5rem;
  }

  .more-container .cards + .cards  {
    margin-left: 0;
  }

 
}