@media screen and (max-width: 1200px){
    #header .hotline {
        width: 140px;
    }
}
@media screen and (max-width: 992px){
    #header .hotline {
        width: 95%;
        position: absolute;
        text-align: center;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-header{
		position: absolute;
		top: 0;
        right: 15px;
	}
    #js-mainnav,
    .menu-content{
        display: none;
    }
    .mp-menu ul li >a img{
        display: none;
    }
    .copyright .custom{
        text-align: left;
    }
    .phonebox{
        margin-left: 80px;
    }
}
@media screen and (max-width: 768px) {
    .pagination .counter{
        display: none;
    }
	
}
@media screen and (max-width:510px){
    .productDetail .rmlLienhe{
        font-size: 14px;
        padding: 5px;
    }
}
@media screen and (max-width: 420px) {
    #header .hotline img,
    .logo img{
        height: 70px;
    }
    .phonebox{
        margin-left: 65px;
        padding: 20px;
    }
}
