﻿
.make-box{
    padding: 70px 0 0;
}

.make-bul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
}

.make-bul li{
    width: 49%;
    background-color: #f5f5f5;
    padding: 35px;
    margin: 15px 0;
}

.make-bul li h3 , .sheet-bj h3{
    font-size: 24px;
    padding-bottom: 25px;
    position: relative;
}
.make-bul li h3::after , .sheet-bj h3::after{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1ba1e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}


.makeb-ulp{
    min-height: 130px;
    padding-top: 10px;
}
.makeb-ulp p{
    font-size: 16px;
    margin-top: 5px;
}
.makeb-ulp p span{
    color: #1ba1e6;
    margin-right: 5px;
}

.makeb-ulimg{
    margin-top: 10px;
}
.makeb-ulimg img{
    width: 100%;
    height: auto;
}

.makeb-ulcnt{
    display: flex;
}
.ulctle , .ulctri{
    width: 50%;
}
.ulctri img{
    width: 100%;
    height: auto;
}



.makeb-sheet{
    padding: 50px 0 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wid50{
 width: 49%;
}
.wid100{
    width: 100%;
   }
.sheet-bj{
    background-color: #f5f5f5;
    padding: 35px;
    margin-bottom: 30px;
}

.sheet-img{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sheet-img img{
    width: 49%;
    height: auto;
}


/* .sheet-tab{

} */
.sheet-tab .layui-table thead tr{
    background-color: #c4c4c4;
}

.layui-table td, .layui-table th{
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.sheet-tab .layui-table th{
    font-weight: 600;
}
.sheet-tab .layui-table td:nth-child(1){
    text-align: left;
    color: #666666;
}


@media only screen and (max-width:1440px) {
    .make-box {
        padding: 60px 0 0;
    }
    .make-bul {
        margin-top: 25px;
    }
    .make-bul li {
        padding: 25px;
        margin: 10px 0;
    }

    .make-bul li h3, .sheet-bj h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .makeb-ulp {
        min-height: 110px;
        padding-top: 5px;
    }
    .makeb-ulp p {
        font-size: 14px;
        margin-top: 5px;
    }

    .makeb-sheet {
        padding: 40px 0 50px;
    }
    .sheet-bj {
        padding: 25px;
        margin-bottom: 20px;
    }

    .sheet-img {
        margin-top: 15px;
    }
    .layui-table td, .layui-table th {
        font-size: 14px;
    }


}


@media only screen and (max-width:769px) {
    .make-box {
        padding: .6rem .1rem 0;
    }
    .make-bul {
        margin-top: .25rem;
    }
    .make-bul li {
        width: 100%;
        padding: .25rem;
        margin: .1rem 0;
    }
    .make-bul li h3, .sheet-bj h3 {
        font-size: 16px;
        padding-bottom: .2rem;
    }

    .make-bul li h3::after, .sheet-bj h3::after {
        width: 30px;
        height: 2px;
        bottom: .1rem;
    }
    .makeb-ulp p {
        font-size: 12px;
    }
    .makeb-ulimg {
        margin-top: .1rem;
    }



    .makeb-sheet {
        padding: .4rem 0 .5rem;
    }
    .sheet-bj {
        padding: .25rem;
        margin-bottom: .2rem;
    }
    .wid50{
        width: 100%;
    }
    .sheet-tab{
        width: 100%;
        overflow-x: auto;
    }
    .sheet-tab .layui-table{
        width: 12rem;
    }
    .layui-table td, .layui-table th {
        font-size: 12px;
        padding: .1rem .15rem;
    }

}
