
.productv-ul{
    background-color: #ffffff;
    padding: 10px;
}

.make-box{
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.makeb-le{
    width: 48%;
}

.makeb-lp > p{
    font-size: 14px;
    padding: 1px 0;
    color: #666;
  
}

.makeb-ltit > h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.makeb-ltab{

}
.layui-table td, .layui-table th{
    text-align: center;
}



.makeb-ri{
    width: 50%;
}
.layui-table thead tr{
    background-color: #ffffff;
}
.make-txt{
    margin-top: 20px;
}









@media only screen and (max-width:1440px) {

    .make-box {
        padding:  0 15px;
    }

    .layui-table td, .layui-table th {
        padding: 5px 10px;
        min-height: 20px;
        line-height: 20px;
        font-size: 14px;
    }


}




@media only screen and (max-width:768px) {

  
    .make-box{
        flex-direction: column;
        padding: 0;
    }
    .makeb-le {
        width: 100%;
    }


    .makeb-ri {
        width: 100%;
    }

    .layui-table td, .layui-table th {
            padding: .05rem .1rem;
            font-size: 12px;
        }
    
}
