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;
    gap: 16px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
  justify-content: space-between;
}
.main_dl {
   width: calc(25% - 12px);
}
.main_max {
    width: 100%;
    height: 234px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    position: relative;
    border: 2px solid #000;
}
.main_max:hover {
    border: 2px solid #24c7cd;
}
.main_max:hover .wenzhang {
    display: block;
}
.wenzhang {
    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;
}
.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;
    gap: 16px;
    margin-top: 16px;
    justify-content: space-between;
}
.main_min li {
    height: 109px;
   
    width: calc(50% - 8px);
    overflow: hidden;
    position: relative;
    border-radius: 8px 8px 8px 8px;
border: 2px solid #000;
}
.main_min li:hover {
    border: 2px solid #24c7cd;
}
.kondike {
    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%);
}
.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_dl img {
    width: 100%;
    height: 100%;
background-color: #d9d9d9;
}
.fenlei_main {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;

    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fenlei_main dl {
    width: calc(16% - 8px);
    height: 114px;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #666666;
    position: relative;
    overflow: hidden;
}
.fenlei_main dl dt {
    height: 100%;
}
.fenlei_main dl dt img {
    width: 100%;
    height: 100%;
}
.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: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;
    gap: 16px;
}
.mainxl dl {
    width: calc(33% - 8px);
    margin-bottom: 10px;
}
.mainxl dl dt img {
    width: 100%;
    height: 100%;
background: #ccc;
}
.mainxl dl dt {
    height: 238px;
    overflow: hidden;
    border: 2px solid #000;
    border-radius: 8px 8px 8px 8px;
}
.mainxl dl:hover dt{
    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: 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;
margin-bottom: 16px;
}
@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% - 12px);
    }
    .fenlei_main dl {
        width: calc(32% - 8px);
    }
    .mainxl dl {
        width: calc(50% - 8px);
    }
}
@media (max-width: 600px) {
.main_min li:hover .kondike {
    display: none;
}
.main_max:hover .wenzhang {
    display: none;
}

    .maintop,
    .fenlei_main,
    .mainxl {
        padding: 0 0px;
        width: 95%;
        margin: 0 auto;
         gap: 10px;
    }
    .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;
       
        margin: 0 auto;
        margin-top: 12px;
        gap: 12px;
    }
.dnone{
width: 95%;
    margin: 0 auto;
margin-top: 12px;
}

.main_gai {
 margin-top: 0px;
margin-bottom: 12px;
}
    .main_min li {
        height: 66px;
             width: calc(50% - 6px);
        border-radius: 4px 4px 4px 4px;
    }
    .main_min li img {
        width: 100%;
        height: 100%;
    }

    .mainxl {
        gap: 12px;
    }
.dnone li{
height: 126px;
}
}
