ie11浏览器:
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){ //这里开始写样式 }
火狐浏览器:
@-moz-document url-prefix() {
//这里开始写样式
}