/* 电脑端 */
.test{      
    margin: 0 auto;
    position: relative;
}
.test-left,.test-right{
    display: inline-block;        
}
.test-left{
    width: 20%;        
}
.test-right{
    width: 78%;
}

.luoding{
    margin: 0 auto;
}
.contproce{
    height: auto;
}
.firstRow{
    text-align: center;
}
.luodingtr tr{
    margin: 0 auto;
    float: center;
}
td{
    text-align: center;
    border: 1px solid teal;
} 
.d1mm_pro,.d1mm_pro_two{
    display: none;
}
.d1mm_pro_butn,.d1mm_pro_butn_two{
    text-align: center;
}
.d1mm_pro_butn span,.d1mm_pro_butn_two span{
    padding: 10px;
    color: white;
    background-color: teal;
}
/* 新增 */
.proceleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    border: 1px solid #d6dbdba8;
    margin-right: 10px;
}
.proceleft li {
    list-style-type: none;
}
.pro_mat_bk li {
    padding: 5px;
}
.proceleft a {
    color: rgba(0,0,0,0.6);
}
.pro_dj {
    line-height: 20px;
    padding: 10px;
}
.pro_mat_bk>li>span{
    color: rgba(0,0,0,0.6);
}
.pro_mat_bk>li>a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
}
.clipdetils{
    display: none;
}
.test-right{
    color: rgba(0,0,0,0.6);
}
.luoding-p{
    margin: 0 auto;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;                        
}
.luoding-p span{
    padding: 10px;
    width: 32.3333%;
    display: inline-block;
    text-align: center;
}

/* 手机端 */
@media(max-width:767px){
    .test{      
        margin: 0 auto;
        height: auto; 
        position: relative;      
    }
    .test-left,.test-right{
        display: block;
        width: 100%;
    }
    .test-right{    
        padding-top: 400px;
        width: 100%;
        box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    }
    .pro_mat_bk {
        padding-left: 0;
    }
    .pro_mat_bk {
        box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    }
    .proceleft_mob {
        height: auto;
    }
    .proceleft{
        display: none !important;
    }
    .proceleft_mob {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }

    .proceleft_mob>ul{
        padding-left: 0px;
        text-align: center;
    }
    .pro_mat_bk>li{
        display: inline-block;
        padding: 5px;
        width: 49%;
        text-align: center;
    }
    .pro_mat_bk>li>a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .luoding img{
        width: 80%;
        float: center;           
    }
    .luodingtd tr td{        
        word-break:break-all;
    }
    .test{
        max-width: 750px;
    }
    .luoding{
        max-width: 750px;
    }
    /* 新添加 */
    .test-right>div{
        margin-top: 100px;
    }
    /* li a .hole-product15{
        width: 95% !important;
    }
    .hole-product15{
        float: left;
    } */
    
}
@media(max-width:600px){
    .test{
        max-width: 580px;
    }
    .luoding{
        max-width: 580px;
    }
}
@media(max-width:489px){
    .test{
        max-width: 460px;
    }
    .luoding{
        max-width: 460px;
    }
}  

@media(max-width:480px){
    .test{
        max-width: 460px;
    }
    .luoding{
        max-width: 460px;
    }
}
@media(max-width:414px){
    .test{
        max-width: 380px;
    }
    .luoding{
        max-width: 380px;
    }
}

@media(max-width:360px){
    .test{
        max-width: 300px;
    }
    .luoding{
        max-width: 300px;
    }
    .pro_mat_bk>li{
        display: inline-block;
        padding: 5px;
        width: 49%;
        text-align: center;        
    }

}
