
.jj h1{
    font-size: 2.5rem;
    text-align: center;
    margin: 1.875rem;
    font-weight: bold;
}
.jj h1 p{
    font-size: 1.25rem;
    text-align: center;
}
.jj li{
    float: left;
}

.jj li h2{
    width: 55rem;
    font-size: 1rem;
    padding-left: 3.75rem;
    line-height: 1.875rem;
}
.zc{
    height: 38.125rem;
    background-color: rgba(94, 94, 94, 0.075);
}
.zc h1{
    font-size: 2.5rem;
    text-align: center;
    padding-top: 1.875rem;
    margin: 3.75rem;
    font-weight: bold;
}
.zc a{
    color: #000;
}
.zc h1 p{
    font-size: 20px;
    text-align: center;
}
.zt li{
    float: left;
    padding: 10px;
}
.zw li{
    font-size: .9375rem /* 15/16 */;
    width: 25.625rem /* 410/16 */;
    text-align: center;
    float: left;
    margin-top: 1.875rem /* 30/16 */;
}
.zz {
    height: fit-content;
}
.zz h1{
    font-size: 2.5rem /* 40/16 */;
    text-align: center;
    margin: 1.875rem /* 30/16 */;
    font-weight: bold;
}
.zz h1 p{
    font-size: 1.25rem /* 20/16 */;
    text-align: center;
}
.zz li{
    height: 6.25rem /* 100/16 */;
    font-size: .9375rem /* 15/16 */;
    text-align: center;
    float: left;
    margin-top: 1.875rem /* 30/16 */;
}
.zz li img{
    width: 15rem /* 240/16 */;
    height: 18.125rem /* 290/16 */;
    margin: .6875rem /* 11/16 */;
}
.zp button{
    height: 2.5rem /* 40/16 */;
    width: 6.25rem /* 100/16 */;
    background-color: rgba(0, 0, 0, 0.863);
    border-radius: .625rem /* 10/16 */;
    margin-top: 11.25rem /* 180/16 */;
    margin-left: 3.125rem /* 50/16 */;
}

@media screen and (max-width: 1000px){
    .jj h1{
        font-size: 1.5rem;

        margin: 1.5rem;

    }
    .jj li h2{
        width: 97vw;
    }
    .jj li img{
        margin-left: 3rem;
        width: 50vw;
        height: auto;
    }
    .zc{
        height: auto;
    }
    .zc h1{
        font-size: 1.5rem;
        padding-top: 1.875rem;
        margin: 1.5rem;
    }
    .zt img{
        margin: auto;

    }

    .zt li img{
        width: 90vw;
    }
    .zw{
        display: none;
    }
    .zz h1{
        font-size: 1.5rem /* 40/16 */;
        text-align: center;
        margin: 1.5rem /* 30/16 */;
    }
    .zp li img{
        margin: auto;
    }
    .zp li{
        width: 100vw;
        height: fit-content;
        margin: auto;    
    }
    .zp button{
        display: none;
    }

}