/*脚步文件*/
.lxwm_ewm .tel img {
    width: 25px;
    height: 25px;
    padding-top: 2px;
}
.lxwm-btn {
    /* background-color: rgba(241, 28, 9, 0.7); */
    border-radius: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 9999;
}
.lxwm-btn img{width: 100%;}
.lxwm-btn a{color: #fff;}

.whatsapp_show{
    border-radius: 15px;
    width: 55%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: fixed;
    right: 60px;
    bottom: 110px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding-left: 5%;
    display: none;
}
.whatsapp_show img{width: 100%;}
.whatsapp_show .whatsapp_pic{float: left; width: 20%; }
.whatsapp_show .tel_show{float: left; color: #E60013; padding-left: 5%; font-size: 13px; font-weight: bold;}

@media screen and (max-width: 750px){
    .cptop .row{
        margin-right:0;
        margin-left: 0;
    }
    .cptop .col{padding-bottom: 20px;padding-top: 20px;}
    .cptop .row > .col:nth-child(-n+4) {
        border-bottom: 1px solid #000;
    }

    .cptop .bg-white{background-color: #e9e9e9!important;}
    .cptop .divider::before {
        background-color: #000;
    }
    
}

@media (min-width: 1200px) {
    .cptop .row{
        margin-right:0;
        margin-left: 0;
    }
    .cptop .col{padding-bottom: 10px;padding-top: 10px;}
    .cptop .row > .col:nth-child(-n+4) {
        border-bottom: none;
    }
 
    .cptop h4{
       display: none;
    }
    
}
