html,body{
    height: 100%;
}

.layui-card-header{
    font-weight: bold;
}

.layui-card:last-child{
    padding-bottom: 10px;
}

.layui-bg-black{
    min-height: 100%;
}

.layui-row{
    padding: 20px 10%;
}

.layui-col-md12{
    margin-bottom: 20px;
}

.img-model{
    display: flex;
    justify-content: center;
    padding: 15px 1%;
    flex-wrap: wrap;
}

.img-item{
    width: 100%;
    text-align: center;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    margin-bottom: 12px;
}

.img-item img{
    max-width: 100%;
}

.btn-model{
    display: flex;
    justify-content: center;
    padding: 15px 1%;
}

.layui-code{
    background-color: #1f1f1f;
    color: #ffffff;
    border: 1px solid #7b7b7b;
    border-left-width: 5px;
}

@media (max-width: 1000px) {
    .layui-row{
        padding: 0;
    }
}
