.main {
  width: 100%;
    background-image: url(../image/bj.png);
  padding-bottom: 24px;
}

.mainpop {
  max-width: 1000px;
  margin: 0px auto;
  padding: 24px 0;
  justify-content: space-between;
  gap: 24px;
  display: flex;
}
.mainzuo {
  width: 41.5%;
  height: 100%;
}

.mainyou {
  display: flex;
  width: 56%;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainyou dl {
  width: calc(49% - 10px);
}
.mainzuo dl {
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 8px 0px rgba(106, 143, 119, 0.5),
    inset 0px -1px 4px 0px rgba(172, 163, 75, 0.35);
}

.mainzuo dl dt {
  height: 276px;
}
.mainzuo dl dt img {
  width: 100%;
  height: 100%;
}
.mainzuo dl dd {
  height: 20%;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  padding: 24px;
  background-color: #fff;
}
.mainyou dl dt {
  height: 160px;
  border-radius: 0px 0px 0px 0px;
  border: 2px solid #ffe066;
}
.mainyou dl dt img {
  width: 100%;
  height: 100%;
}

.mainyuan {
  background: linear-gradient(180deg, #fffcb2 0%, #ffe580 100%);
  box-shadow: inset 0px -4px 8px 0px #f3d766;
  max-width: 1000px;
  margin: 0px auto;
  padding: 24px;
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mainyuan a {
  background: #d9d9d9;
  box-shadow: 0px 4px 16px 0px #fffdd4;
  border: 4px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 106px;
  height: 106px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.mainyuan a img {
  width: 100%;
  height: 100%;
}
.maingame {
  max-width: 1000px;
  margin: 24px auto;

  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maingame dl {
  width: calc(32% - 10px);
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(106, 143, 119, 0.5),
    inset 0px -1px 4px 0px rgba(172, 163, 75, 0.35);
  border-radius: 0px 0px 0px 0px;
}
.maingame dl dt {
  height: 208px;
}
.maingame dl dt a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.maingame dl dt img {
  width: 100%;
  height: 100%;
}
.maingame dl dd {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding: 12px;
}

.maingame dl dd a{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}










.fang a {
  box-shadow: 0px 4px 16px 0px #fffdd4;
  border-radius: 12px 12px 12px 12px;
  border: 4px solid #ffffff;
}
.step {
  max-width: 1000px;
  margin: 0px auto;
  background: #ffe066;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 4px solid #ffffff;
  padding: 24px;
  position: relative;
  margin-top: 24px;
}

.kong {
  position: absolute;
  right: 24px;
  bottom: 22%;
  width: 200px;
  height: 200px;
}
.stepinto {
  background: #ffffff;
  padding: 24px;

  width: 77%;
}
.th {
  height: 250px;
  overflow: auto;
  padding: 10px;
}
.stepinto h3 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding: 10px 0;
}
.stepinto p {
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 14px;
  padding-top: 2px;
  color: #333333;
  line-height: 18px;
}
.th::-webkit-scrollbar-thumb {
  background: #20ab8a;
}

.th::-webkit-scrollbar {
  width: 4px;
  height: 40px;
  background: #ccc;
  border-radius: 2px 2px 2px 2px;
}
.ba dl {
    width: calc(24% - 10px);
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(106, 143, 119, 0.5), inset 0px -1px 4px 0px rgba(172, 163, 75, 0.35);
    border-radius: 0px 0px 0px 0px;
}
@media (max-width: 1100px) {
  .mainpop,
  .mainyuan,
  .maingame,
  .step {
    width: 95%;
  }

  .mainyuan a {
    width: 160px;
    height: 160px;
  }
  .ba dl {
    width: calc(23% - 4px);
  
}
  .maingame dl dt {
    height: 140px;
}
}

@media (max-width: 760px) {
  .mainpop {
    flex-wrap: wrap;
  }
  .mainzuo {
    width: 100%;
  }
  .mainyou {
    width: 100%;
  }

  .mainyuan a {
    width: 160px;
    height: 160px;
  }

  .maingame dl {
    width: calc(50% - 10px);
  }

  .maingame {
    gap: 12px;
    margin: 12px auto;
  }
  .maingame dl dd {
    font-size: 14px;
    line-height: 18px;
  }
  .mainpop {
    gap: 12px;
    padding: 12px 0;
  }
  .mainyou {
    gap: 12px;
  }
  .mainyou dl {
    width: calc(50% - 6px);
  }
  .mainyuan {
    padding: 12px;
  }
  .kong {
    display: none;
  }
  .stepinto {
    padding: 12px;
    width: 100%;
  }
  .step {
    margin: 12px auto;
    padding: 12px;
  }

  .th {
    padding: 12px;
  }
  .mainzuo dl dd {
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
  }

  .maingame dl dt {
    height: 112px;
  }
}
@media (max-width: 500px) {
  .mainyou dl dt {
    height: 112px;
  }

  .maingame dl {
    width: calc(50% - 6px);
  }
  .mainyuan a {
    width: 70px;
    height: 70px;
  }
  .mainzuo dl dt {
    height: 250px;
  }
}

@media (max-width: 350px) {
  .maingame dl {
    width: calc(50% - 6px);
  }
  .mainyuan a {
    width: 66px;
    height: 66px;
  }
}
