﻿.needle-box {
    padding: 70px 0;
}

.needleb-bj {
    background-color: #f5f5f5;
    padding: 35px;
}

.needleb-mara {
    margin-top: 50px;
}

.needleb-marb {
    margin: 40px 0 60px;
}

.needleb-bj h3 {
    font-size: 24px;
    padding-bottom: 25px;
    position: relative;
}

.needleb-bj h3::after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1ba1e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.needleb-quality {
    display: flex;
    justify-content: space-between;
}

.needleb-quality img {
    width: 49%;
}



.needleb-tab {
    margin-top: 10px;
}

.layui-table td,
.layui-table th {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding: 10px 15px;
}
.table-lsp p{
	text-align: left;
}
    .layui-table td:nth-child(1) {
        text-align: left;
    }
.bg td:nth-child(1) {
    text-align: center;
    color: #333;
    font-weight: initial;
}
.layui-table td{
	font-weight: 500;
}

.layui-table th {
    font-weight: 600;
    color: #ffffff;
    padding: 10px 10px;
}


.layui-table thead tr {
    background-color: #c4c4c4;
}



@media only screen and (max-width:1440px) {
    .needle-box {
        padding: 60px 0;
    }

    .needleb-mara {
        margin-top: 40px;
    }

    .needleb-bj {
        padding: 25px;
    }

    .needleb-bj h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .needleb-marb {
        margin: 30px 0 50px;
    }

    .layui-table td,
    .layui-table th {
        font-size: 14px;
        padding: 10px 15px;
    }


}

@media only screen and (max-width:769px) {
    .needle-box {
        padding: .6rem .1rem;
    }

    .needleb-bj {
        padding: .25rem;
    }

    .needleb-mara {
        margin-top: .4rem;
    }
    .needleb-bj h3 {
        font-size: 16px;
        padding-bottom: .2rem;
    }
    .needleb-bj h3::after {
        width: 30px;
        height: 2px;
        bottom: .1rem;
    }
    .needleb-quality{
        flex-direction: column;
    }
    .needleb-quality img{
        width: 100%;
        margin-top: .2rem;
    }


    .needleb-tab {
        width: 100%;
        margin-top: .1rem;
        overflow-x: auto;
    }
    .layui-table td, .layui-table th {
        font-size: 12px;
        padding: .1rem .15rem;
    }

    .table-wids{
        width: 12rem;
    }
    .layui-table img {
        max-width: 60px;
    }

}