
main{
position: relative;
}

.main {
  margin: 0 auto;
  max-width: 1450px;
  padding: 48px 0;
  display: flex;
}
.mainleft {
  width: 12.5%;
  margin-right: 48px;
}
.mainritef {
  width: 78%;
}
.home {
  /* width: 80%; */

  padding-bottom: 21px;
  border-bottom: 1px solid #e2e0e9;
}
.home img {
  width: 16px;
  margin-right: 16px;
}

.mainul {
  width: 86%;
}
.mainul li {
  padding-top: 24px;
}
.mainul li a img {
  width: 16px;
  margin-right: 16px;
}
.mainul li a {
  display: block;
}

.maintop {
  display: flex;
  gap: 24px;
  width: 92.8%;
}
.maintop dl {
  position: relative;
  width: 24%;
  height: 244px;
}
.maintop dl dt {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  overflow: hidden;
  -o-border-radius: 12px;
}
.maintop dl dt img {
  width: 100%;
  height: 100%;
}
.maintop dl dd {
  position: absolute;
  bottom: 0;
  left: 0;
    width: 100%;
  background: #ffffff;
  box-shadow: 0px 12px 24px -12px #c1d2ff;
  border-radius: 0px 0px 12px 12px;
}
.maintop dl {
  width: 100%;
  box-shadow: 0px 12px 24px -12px #c1d2ff;
  border-radius: 0px 0px 12px 12px;
}
.maintop dl dd a {
  padding: 12px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintop dl dd a p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  display: inline-block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maintop dl dd a button {
  background: rgba(241, 236, 254, 0.8);
  border-radius: 24px 24px 24px 24px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 12px;
  color: #4000ff;
  border: none;
  padding: 8px 24px;
  line-height: 16px;
cursor: pointer;
}
.maintato {
  display: flex;
  justify-content: space-between;
}
.newgame {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.mainleteft {
  width: 69%;
}
.mainrte {
  width: 28.8%;
}
.newgame img {
  margin-right: 12px;
  width: 24px;
}

.mainnewdl {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.mainnewdl dl {
  width: 23.4%;
  height: 140px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;

  position: relative;
}
.mainnewdl dl dt img,
.mainnewdl dl dt {
  width: 100%;
  height: 100%;
background: #ccc;
}
.mainnewdl dl dd {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  width: 100%;
  height: 100%;
}
.mainnewdl dl dd a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainnewdl dl dd a p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding: 0 20px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
cursor: pointer;
  -webkit-box-orient: vertical;
}
.mainnewdl dl dd a button {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 14px;
  color: #ffffff;
  margin-top: 12px;
  background: #4000ff;
  border-radius: 20px 20px 20px 20px;
  line-height: 18px;
  border: none;
  padding: 12px 54px;
cursor: pointer;
}
.mainnewdl2 dl {
  width: 18.6%;
}

.mainnewdl2 dl dd a {
  padding: 17px 12px;
}
.mainnewdl2 dl dd a p {
  font-size: 12px;
  line-height: 16px;
}
.mainnewdl2 dl dd a button {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 48px;
}
.mainnewdl2 dl {
  height: 110px;
}
.pp {
     padding-top: 30px;
  font-family: Nunito, Nunito;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
}
.aaa a {
  margin-left: 0px;
  padding-top: 36px;
  display: block;
  margin-bottom: 12px;
}

.ter {
  display: inline-block;
  padding-right: 20px;
}
.mainrteh6 {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

.eatertic dl {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}
.eatertic dl dt {
  width: 82px;
  height: 82px;
    background: #ccc;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.eatertic dl dt img {
  width: 100%;
  height: 100%;
}
.eatertic dl dd a,
.eatertic dl dd a {
  display: block;
}
.eatertic dl dd {
  width: calc(100% - 96px);
}
.eatertic dl dd a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
cursor: pointer;
}
.eatertic dl dd a button {
  display: flex;
  margin-top: 12px;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 12px;
cursor: pointer;
  color: #4000ff;
  line-height: 16px;
  background: rgba(241, 236, 254, 0.8);
  border-radius: 24px 24px 24px 24px;
  padding: 8px 24px;
  border: none;
}
.eatertic dl dd a button img {
  margin-right: 8px;
    width: 100%;
    height: 16px;
}

.Adventure {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 14px;
  color: #4000ff;
  line-height: 18px;
  margin: 12px 0;
}
.youbian {
  display: none;
}
@media (max-width: 1500px) {
  .header {
    width: 95%;
  }
 .main_top2, .jieshao ,.mainnewdl, .mainrte, .pp ,.aaa ,.mainrte  {
   width: 95%;
        margin: 0 auto;
}
.maintop  ,.newgame  {
   width: 95%;
        margin: 10px auto;
}

  .mainleft {
    width: 170px;
    margin-right: 0px;
    margin-left: 20px;
  }
}

@media (max-width: 1360px) {
  .mainnewdl dl dd a button {
    padding: 4px 30px;
  }
  .mainrte {
    display: none;
  }
  .mainleteft {
    width: 100%;
    margin: 0 auto;
  }
  .main {
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .mainnewdl2 dl {
    width: 23.4%;
  }
  .maintop dl {
    height: 180px;
  }
  .maintop dl dd a button {
    display: none;
  }
  .maintop dl dd a p {
    width: 100%;
  }
  .mainleft {
    display: none;
  }
  .mainritef {
    width: 100%;
  }
  .maintop dl {
    width: calc(50% - 13px);
  }

  .maintop {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .maintop dl {
    height: 240px;
  }

  .maintop dl dd a button {
    display: block;
  }

  .maintop dl dd a button {
    padding: 4px 24px;
  }
  .maintop dl dd a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
  }

  .main {
    padding: 16px 0;
  }

  .mainnewdl2 dl {
    width: 18.4%;
  }
  .maintato {
    flex-direction: column;
  }
  .youbian {
    display: block;
  }
  .eatertic {
    display: flex;
    flex-wrap: wrap;
  }
  .eatertic dl {
    width: calc(50% - 12px);
    margin-right: 10px;
  }
  .eatertic dl dd a button {
    padding: 8px 44px;
  }

  .pp {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .maintop dl dd a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 18px;
  }
.newgame {
        
        margin-top: 16px;
    }
}
@media (max-width: 640px) {
.Adventure {
   
    margin: 12px 0 0;
}
.eatertic dl dt img {
  height: 44px;
}
  .maintop dl dd a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .maintop dl dd a button {
    padding: 4px 12px;
    height: 24px;
    border-radius: 17px 17px 17px 17px;
  }

  .maintop dl dd a p {
    font-size: 12px;
    line-height: 16px;
  }

  .maintop dl dd a button {
    font-size: 12px;
    line-height: 16px;
  }
  .newgame {
    font-size: 14px;
    line-height: 18px;
 
  }
  .mainnewdl {
    margin-top: 16px;
  }
  .mainnewdl dl {
    height: 82px;
  }
  .mainnewdl2 dl {
    height: 126px;
  }

  .maintop dl {
    height: 168px;
  }
  .mainnewdl dl {
    width: 48%;
    height: 140px;
  }

  .eatertic dl dt {
    width: 44px;
    height: 44px;
    border-radius: 8px 8px 8px 8px;
  }
  .eatertic dl dd {
    width: calc(100% - 54px);
  }
  .eatertic dl dd a p {
    font-size: 12px;
    line-height: 16px;
  }

  .eatertic dl dd a button {
          padding: 4px 20px;
        font-size: 12px;
        line-height: 16px;
  }

  .mainrteh6 {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
  }
  .pp {
    font-size: 12px;
    line-height: 16px;
    padding-top: 20px;
  }
  .mainnewdl2 dl {
    width: calc(33% - 8px);
    height: 82px;
    border-radius: 12px 12px 12px 12px;
  }
  .maintop {
    gap: 12px;
  }
  .maintop dl {
    width: calc(50% - 8px);
  }
    .maintop dl:nth-child(3) {
        display: none;
    }
 .maintop dl:nth-child(4) {
        display: none;
    }
  .mainnewdl2 dl dd a button {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
    padding: 6px 22px;
  }

  .mainnewdl2 dl dd a p {
    padding: 0px;
  }

  .mainnewdl2 dl dd a {
    padding: 8px 12px;
  }
     
}
.mainnewdl dl dd {
  display: none;
}

.mainnewdl dl:hover dd {
  display: block;
}
