body {
    background: #000000;
    /* background: url(../images/logo/bj.svg); */
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
main{
background-image: url(../images/bj.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.most {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    padding: 16px 0;

    max-width: 1300px;
    margin: 0 auto;
}
.maintop {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
  justify-content: space-between;
}
.main_dl {
   width: calc(25%);

}
.main_max {
    width: 100%;
    height: 234px;
    position: relative;
  
}
.main_max a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
   height: 100%;
}
.main_max img:hover {
    border: 2px solid #24c7cd;
}
.main_max:hover .wenzhang {
    display: block;
}
.wenzhang {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 8) 100%);
    padding-top: 14px;
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
     cursor: pointer;
    line-height: 24px;
}
.wenzhang p {
    margin: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Klondike {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 20%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 8) 100%);
    padding-top: 14px;
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}

.main_min {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  padding-right: 6px;
    justify-content: space-between;
}
.main_min li {
    height: 109px;
    width: calc(50%);
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 8px 8px;
border: 2px solid #000;
}
.main_min li img:hover {
    border: 2px solid #24c7cd;
}
.kondike {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
cursor: pointer;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 8) 100%);
}
.kondike p{
    font-family: Kanit, Kanit;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
line-height: 22px;
padding: 6px;
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_min li:hover .kondike {
    display: block;
}


.main_min li a {
   display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    align-items: center;
}










.main_dl img {
    width: 96%;
    height: 96%;
border-radius: 8px 8px 8px 8px;
  border: 2px solid #000;
}
.fenlei_main {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fenlei_main dl {
    width: calc(16.6%);
    height: 114px;
   
    position: relative;
   
}
.fenlei_main dl dt {
    height: 100%; 
    overflow: hidden;
    width: 100%; 
   
}
.fenlei_main a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fenlei_main dl dt img {
    width: 96%;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #666666;
    height: 96%;
}
.fenlei_main dl dd {
    position: absolute;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    justify-content: center;
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
}
.fenlei_main dl dd img {
    width: 10px;
    height: 12px;
    margin-left: 10px;
}
.fenlei_main dl dt img:hover{
border: 2px solid #24C7CD;
}
.fenlei_main dl dd img {
    width: 10px;
    height: 14px;
}
.mainxl {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mainxl dl {
    width: calc(33.3%);
    margin-bottom: 10px;
}
.mainxl dl dt img {
    width: 96%;
    height: 96%; 
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 8px 8px 8px 8px;
}
.mainxl dl dt {
    height: 238px;
   
}
.mainxl dl:hover dt img{
    border: 2px solid #24C7CD;
}
.mainxl dl dd p {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin:0 0 8px 0;
padding-bottom: 2px;
}

.mainxl dl dd span {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 4px 16px;
    background: #13c4ca;
    border-radius: 4px 4px 4px 4px;
}
.h444 {
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 32px;
    padding-bottom: 16px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.h666 {
    font-family: Kanit, Kanit;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}
.dnone {
    display: none;
}
.main_gai{
    margin-top: 0px;
}
@media (max-width: 1320px) {
    .maintop,
    .fenlei_main,
    .mainxl {
        padding: 0 20px;
    }
    .most {
        margin-left: 20px;
    }
    .h666 {
        margin: 0 20px;
    }
}
@media (max-width: 1200px) {
    .most {
        font-size: 24px;
        line-height: 32px;
    }
    .main_dl {
        width: calc(50%);
    }
    .fenlei_main dl {
        width: calc(32% - 8px);
    }
    .mainxl dl {
        width: calc(50% - 8px);
    }
    .container {
        display: none;
    }






}
@media (max-width: 600px) {
.main_dl img {
    width: 94%;
    height: 94%;
}
.main_min {
    padding-right: 0px;
}
.main_min li:hover .kondike {
    display: none;
}
.main_max:hover .wenzhang {
    display: none;
}

    .maintop,
    .fenlei_main,
    .mainxl {
        padding: 0 0px;
        width: 100%;
    }
    .main_max {
        height: 126px;
        border-radius: 4px 4px 4px 4px;
    }
  
    .dnone {
        display: block;
        display: flex;
    }
    .most {
        margin: 0 0px;
        width: 95%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
    }
    .fenlei_main dl {
        width: calc(50% - 8px);
        height: 82px;
    }

    .fenlei_main dl dd {
        font-size: 16px;
        line-height: 20px;
    }
    .mainxl dl {
        width: calc(100%);
    }

    .mainxl dl dd p {
        font-size: 14px;
        line-height: 18px;
    }
    .mainxl dl dd span {
        font-size: 12px;
        line-height: 16px;
    }

    .h444 {
        font-size: 16px;
        line-height: 20px;
        width: 95%;
    }
    .h666 {
        font-size: 14px;
        line-height: 18px;
        width: 95%;
        margin: 0 auto;
    }

      .main_min {
      justify-content: space-between;
      flex-wrap: wrap;
      }
      .dnone{
      margin-top: 12px;
      }
      .main_min li a{
      display: flex;
      align-items: center;
      height: 100%;width: 100%;
       justify-content: center;
      }
      .main_min li {
      height: 66px;
      width: calc(50%);
      border-radius: 4px 4px 4px 4px;
      }
      .mainxl {
      gap: 12px;
      }
.dnone li{
height: 126px;
}
.dnone li a img{
width: 94%;
height: 94%;
border: 2px solid #000;
    border-radius: 8px 8px 8px 8px;
}

.mainxl dl dt a{
     display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.mainxl dl dd {
padding-left: 12px;
}












}
