.maintop {
  max-width: 1300px;
  margin: 0 auto;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
.maintop dl {
  width: calc(25% - 18px);
  position: relative;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
}
.maintop dl a {
  width: 100%;
  height: 100%;
}

.maintop dl a dt {
  height: 286px;
  width: 100%;
}
.maintop dl a dt img {
  width: 100%;
  height: 100%;
}
.maintop dl a dd {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  margin: 12px;
  padding: 12px;
      width: 92%;
  align-items: center;
      justify-content: space-between;
}
.maintop dl a dd p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding-right: 4px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.play_main {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #2a2b2d;
  line-height: 18px;
  background: #eb5757;
  border-radius: 8px 8px 8px 8px;
  padding: 8px 24px;
}

.maincenter {
  background: #eb5757;
  width: 100%;
  margin-top: 48px;
}

.maincenter h6 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  padding: 48px 0 24px 0;
}
.wha_main {
  max-width: 1300px;
  margin: 0 auto;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 48px;
  justify-content: space-between;
}
.wha_main dl {
  width: calc(32% - 10px);
}
.wha_main dl a {
  gap: 12px;
  display: flex;
  width: 100%;
  height: 100%;
}
.wha_main dl a dt {
  width: 110px;
  height: 110px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.wha_main dl a dt img {
  width: 100%;
  height: 100%;
}
.wha_main dl a dd {
  width: 60%;
}
.wha_main dl a dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}
.Playnow_main {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  padding: 8px 24px;
  max-width: 116px;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #333333;
}
/* .wha_main dl a dd p {
  display: flex;
  align-items: center;
} */

.wha_main dl a dd p span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 10px 10px 10px 0px;
  margin-top: 10px;
}

.wha_main dl a dd p span img {
  width: 100%;
  height: 100%;
}
.wha_main dl a dd p span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 8px 8px 8px 0px;
}
.mainbottom {
  max-width: 1300px;
  margin: 48px auto;
  display: flex;
  justify-content: space-between;
}
.main_left {
  width: 60%;
}
.main_rite {
  width: 38%;
  border-left: 1px solid #f0f0f0;
}
.maintu dl {
  height: 150px;
}

.main_rwh {
  flex-direction: column;
  align-content: flex-end;
  padding-bottom: 0px;
}

.main_rwh dl {
  width: 92%;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.main_rite h5 {
  font-weight: bold;
  font-size: 20px;
  color: rgba(242, 242, 242, 0.5);
  line-height: 24px;
  width: 92%;
  margin-left: 8%;
}
.main_rite h6 {
  font-weight: bold;
  font-size: 18px;
  color: #eb5757;
  width: 92%;
  line-height: 22px;
  margin-left: 8%;
  padding: 8px 0 24px 0;
}
.maintu {
  margin-top: 0px;
  margin-bottom: 24px;
}
.main_rwh dl:nth-child(4) {
  border: none;
}
.adplay {
  color: #14c8b0;
  border: 2px solid #14c8b0;
}

.mainyou {
  background: rgba(217, 224, 236, 0.2);

  padding-bottom: 48px;
}
.mainyou h5 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
}
.mian_east {
  max-width: 1300px;
  margin: 0 auto;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mian_east dl {
  width: 23%;
  padding: 12px;
  background: #2a2b2d;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(242, 242, 242, 0.5);
}

.mian_east dl dt {
  height: 196px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.mian_east dl dt img {
  width: 100%;
  height: 100%;
}
.mian_east dl dd h4 {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #8e8f90;
  line-height: 20px;
  margin: 8px 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
      height: 40px;
}
.mainyou_p {
  border-top: 1px solid #f4f4f4;
  display: flex;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.mainyou_p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #8e8f90;
  line-height: 20px;
}
.topnow {
  font-weight: 600;
  font-size: 14px;
  color: #eb5757;
  line-height: 18px;
  padding: 8px 24px;
  background: #f5f5f5;
  border-radius: 8px 8px 8px 8px;
}
.mainyou_p span {
  display: flex;
}
.mainyou_p span img {
  margin-right: 10px;
  width: 100%;
  height: 100%;
}

.mian_east dl dd {
  padding-bottom: 4px;
}
.yi {
  font-weight: bold;
  font-size: 32px;
  color: rgba(242, 242, 242, 0.5);
  line-height: 110px;
  margin-right: 10px;
}
@media (max-width: 1340px) {
  .maintop,
  .wha_main,
  .mainbottom,
  .mian_east {
    width: 95%;
  }
}

@media (max-width: 900px) {
  .maintop dl {
    width: calc(50% - 12px);
  }
  .wha_main dl {
    width: calc(50% - 12px);
  }
  .mainbottom {
    flex-wrap: wrap;
  }

  .main_left {
    width: 100%;
  }

  .main_rite {
    width: 100%;
    border-left: none;
  }
  .adven,
  .main_rwh {
    width: 100%;
  }
  .enn{
   width: 95%;
  }
  .main_rite h5,
  .main_rite h6 {
    margin-left: 2%;
  }
  .main_rwh {
    flex-direction: row;
  }
  .main_rwh dl {
    border-bottom: none;
  }

  .mian_east dl {
    width: 31%;
  }

  .wha_main dl a dd p {
    display: -webkit-box;
  }
}
@media (max-width: 720px) {
  .play_main {
    display: none;
  }

  .maintop dl a dt {
    height: 170px;
  }
  .maintop {
    gap: 12px;
    justify-content: space-between;
  }

  .maintop dl {
    border-radius: 8px 8px 8px 8px;
    width: calc(50% - 8px);
  }

  .maintop dl a dd p {
    font-size: 14px;
    line-height: 18px;
  }
  .maincenter {
    margin-top: 24px;
  }
  .maincenter h6 {
    font-size: 16px;
    line-height: 20px;
    padding: 24px 0 12px 0;
  }
  .wha_main dl {
    width: calc(100% - 12px);
  }

  .wha_main {
    gap: 12px;
  }
  .wha_main dl a dd p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 18px;
  }

  .wha_main dl a dd {
    padding-top: 10px;
  }
  .wha_main dl a dd p span {
    width: 12px;
    height: 12px;
  }

  .Playnow_main {
    margin-top: 10px;
  }
  .wha_main {
    padding-bottom: 24px;
  }

  .mainbottom {
    margin: 0px auto;
    margin-top: 24px;
  }
  .maintu dl {
    height: 78px;
  }

  .maintu {
    margin-bottom: 12px;
  }

  .adventure dl dt {
    border-radius: 8px;
  }

  .main_rite h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .main_rite h6 {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 14px 0;
  }
  .main_rwh dl {
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
  }

  .main_rwh dl:nth-child(4) {
    padding-bottom: 0px;
  }

  .mainyou h5 {
    padding-top: 24px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .mian_east dl {
    width: 48%;
    padding: 8px;
  }
  .mian_east {
    gap: 12px;
  }
  .mian_east dl dt {
    height: 114px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
  .mian_east dl dd h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0 4px 0;
  }
  .mainyou_p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
  }
  .mainyou_p span img {
    margin-right: 4px;
    width: 14px;
  }

  .topnow {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 16px;
  }
  .mainyou {
    padding-bottom: 24px;
  }
  .wha_main dl a dd {
    width: 60%;
  }

  .yi {
    font-size: 24px;
    margin-right: 0px;
  }
  .main_rite h5, .main_rite h6 {
    margin-left: 0%;
}
.wha_main dl a dt {
  border-radius: 8px;
}
}


@media (max-width: 350px) {
.maintop dl a dd {
    margin: 6px;
}
    .back-to-top {
        right: 10px;
        bottom: 280px;
    }
.tp li {
    padding-right: 60px;
  
}


}














