
@media (max-width: 767px){
    .liHeig{
        /*height:50px;*/
        margin-bottom: 10px;
        /*line-height: 50px;*/
        margin-left:0;
        margin-right:0;
    }
    .Input{
        height:50px;
        width:100%;
        background:#E4ECF4;
        border-radius: 4px;
        border:none;
    }
    .nav-tabs>li{
        /*width:80px;*/
        border:none;
        padding:0;
        margin-right:14px;
        margin-top:70px;
        text-align: center;
        background:#fff;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .liHeig{
        /*height:50px;*/
        margin-bottom: 10px;
        /*line-height: 50px;*/
        margin-left:0;
        margin-right:0;
    }
    .Input{
        height:50px;
        width:100%;
        background:#E4ECF4;
        border-radius: 4px;
        border:none;
    }
    .nav-tabs>li{
        width:150px;
        border:none;
        padding:0;
        margin-right:14px;
        margin-top:70px;
        text-align: center;
        background:#fff;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .liHeig{
        height:50px;
        margin-bottom: 20px;
        /*line-height: 50px;*/
        margin-left:0;
        margin-right:0;
    }
    .Input{
        height:50px;
        width:100%;
        background:#E4ECF4;
        border-radius: 4px;
        border:none;
    }
    .nav-tabs>li{
        width:150px;
        border:none;
        padding:0;
        margin-right:14px;
        margin-top:70px;
        text-align: center;
        background:#fff;
    }
}
@media (min-width: 1200px) {

    .liHeig{
        height:50px;
        margin-bottom: 20px;
        line-height: 50px;
        margin-left:0;
        margin-right:0;
    }
    .Input{
        height:50px;
        width:100%;
        background:#E4ECF4;
        border-radius: 4px;
        border:none;
    }
    .nav-tabs>li{
        width:150px;
        border:none;
        padding:0;
        margin-right:14px;
        margin-top:70px;
        text-align: center;
        background:#fff;
    }
    .jsFdiv{
        padding-left:50px;
    }
}