.main {
  width: 100%;
  background: #1c3b6a;
  padding-bottom: 10px;
}

.maintop {
}
.maindl {
  max-width: 1044px;
  margin: 0 auto;
  overflow: hidden;
  padding: 48px;
  /* display: grid;
  grid-template-columns: repeat(6, 1fr); */
  display: flex;
  flex-wrap: wrap;
  border-radius: 24px 24px 24px 24px;
  background-image: url(/static/bj.svg);
  gap: 24px;
}

.maindl dl {
  width: 138px;
  height: 138px;
  background: #d9d9d9;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}

.maindl dt {
  width: 100%;
  height: 100%;
}
.maindl dt img {
  width: 100%;
  height: 100%;
}
.mainpop {
  max-width: 1044px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.biaoqian {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  margin: 48px 30px 30px 0;
}
.maineaster {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.maineaster dl dt {
height: 140px;
  width: 100%;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 12px 12px 12px 12px;
}
.maineaster dl {
  padding: 12px;
  background: #111f42;
  width: 164px;
  border-radius: 12px 12px 12px 12px;
}

.maineaster dl dt img {
  width: 100%;
  height: 100%;

}

.maineaster dl dd p {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin: 8px 0;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.maineaster dl dd .iconfont {
  display: inline;
  margin-right: 6px;
}

.maineaster dl dd span {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
.trending {
  background: #111f42;
  width: 100%;

  border-radius: 48px 48px 48px 48px;
}

.ter {
  max-width: 1044px;
  margin: 0 auto;
  padding: 48px 24px 24px 0;
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 24px;
  color: #56ffff;
  line-height: 28px;
}
.easter {
  max-width: 1044px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mainzuo {
  width: 22%;
  margin-right: 48px;
}
.mainyou {
  display: flex;
  width: 76%;
  flex-wrap: wrap;
}
.mainyou dl {
  width: 50%;
  display: flex;
  margin-bottom: 48px;
}
.mainyou dl  dt img{
  width: 100%;
  height: 100%;
  background: #C4C4C4;
border-radius: 12px 12px 12px 12px;
}
.mainyou dl dt {
  width: 128px;
  height: 128px;
  background: #c4c4c4;
  border-radius: 12px 12px 12px 12px;
}

.mainyou dl dd {
  width: 50%;
  margin-left: 24px;
}
.mainzuo dt {
  background: #c4c4c4;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.mainzuo dd p {
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mainzuo dd {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;

  line-height: 24px;
}
.mainzuo .iconfont {
  display: inline;
  margin-right: 8px;
}

.mainyou dl dd p {
  font-family: Nunito, Nunito;
font-weight: bold;
font-size: 16px;
color: #FFFFFF;
line-height: 20px;
margin-bottom: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.mainyou dl dd .iconfont {
  display: inline;
  margin-right: 8px;
}

.mainyou dl dd span {
  font-family: Nunito, Nunito;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
}
.mainyou dl dd button{
  font-family: Nunito, Nunito;
font-weight: 600;
font-size: 14px;
color: #56FFFF;
line-height: 18px;
padding: 8px 24px;
background-color: #111f42;
border-radius: 50px 50px 50px 50px;
border: 1px solid #56FFFF;
display: block;
margin-top: 18px;
}
.maintt{
  gap: 24px;
}
.maintt dl {
  padding: 0px;
  background: #1c3b6a;
  width: 154px;
  border-radius: 12px 12px 12px 12px;
}
.maintt dl dt {
  /* width: 154px; */
}
.xing{
width: 14px;
height: 14px;
margin-right: 6px;
display: inline-block;
}
.xing img{
  width: 100%;
  height: 100%;
}
  .mainzuo dl dd button{
display: none;
}

@media (max-width: 1180px) {
  .maindl,.mainpop,.ter,.easter {
    width: 95%;
  }
  .maineaster {
    justify-content: space-around;
}
}
@media (max-width: 1000px) {
  .easter {
    flex-wrap: wrap;
}
.mainzuo {
  width: 100%;
  margin-right: 0px;
}
.mainyou {
 
  width: 100%;
margin-top: 20px;
}
}

@media (max-width: 768px) {

  .maindl {
   
    padding: 24px;

}
.maindl dl {
  width: 150px;
  height: 150px;
}.maineaster {
  gap: 24px;
}
.trending {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.maintt dl {
 
  width: 164px;
 
}
  .mainzuo dl{
      display: flex;
    gap: 30px;
  }
  
  .mainzuo dl dd button {
    font-family: Nunito, Nunito;
    font-weight: 600;
    font-size: 14px;
    color: #56FFFF;
    line-height: 18px;
    padding: 8px 24px;
    background-color: #111f42;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #56FFFF;
    display: block;
    margin-top: 60px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}@media (max-width: 750px) {
    .mainzuo dl {
          gap: 0px; 
        flex-direction: column;
    }
  .mainzuo dl dd button{
  display: none;
  }

 
  .maindl {
    gap: 12px;
    justify-content: space-between;
    padding: 12px;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
}
.maindl dl {
  width: 22%;
  height: 22%;
  border-radius: 8px 8px 8px 8px;
}


.biaoqian {
  font-size: 16px;
  line-height: 20px;
  margin: 24px 12px 12px 0;
}
.maineaster dl {
  padding: 8px;
  background: #111f42;
  width: 31%;
  border-radius: 8px 8px 8px 8px;
}
.maineaster {
  gap: 12px;
}
.maineaster dl dd p {
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0;
 
}
    
.maineaster dl dd{
  padding-bottom: 2px;
}

.maineaster dl dt {
 height: 94px;
  border-radius: 8px 8px 8px 8px;
}
.maineaster dl dd span {
  font-size: 12px;
line-height: 16px;
}

.xing {
  width: 12px;
  height: 12px;
  
}
.mainyou dl {
  width: 100%;
  margin-bottom: 12px;
}



.mainyou dl dd p {
  font-size: 14px;
  line-height: 18px;
}
.mainyou dl dd span {
  font-size: 12px;
  line-height: 16px;
}
.mainyou dl dd button {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 24px;
 
}

.maintt dl{
  padding: 0;
  background: none;
}

.maintt dl dd {
  padding-bottom: 0px;
}

.maintt dl dt {
         height: 110px;

}
.trending {
  margin-top: 24px;
}

.ter {
  font-size: 16px;
line-height: 20px;
padding: 24px 24px 12px 0;
}
.mainzuo dd {
 
  font-size: 14px;
 
}
}
@media (max-width: 750px) {
  .maineaster {
      gap: 10px;
  }
  .mainpop {
   
    padding-bottom: 0px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}