/*
 * @Author: yhw 
 * @Date: 2018-03-30 17:05:42 
 * @Last Modified by: yhw
 * @Last Modified time: 2018-04-08 15:08:16
 */
/*浏览器版本兼容性样式*/
.clear-b{clear:both;*zoom:1;}
.clear-b:after{visibility:hidden; display:block; font-size:0; content:'\20'; clear:both; height:0;}
.browser-error{width: 100vw;height: 100vh;position: fixed;top: 0px;background: #fff;z-index: 10001;}
.browser-error .browser-error-top{text-align: center;margin-top:25px;}
.browser-error .browser-error-info{margin-top:78px;font-size:26px;}
.browser-error .browser-re-list{width:1100px;margin:0px auto;clear:both;margin-top: 60px;}
.browser-error .browser-re-listitem{width:550px;float:left;text-align: center;}
.browser-error .browser-listitem-icon{width:160px;height:160px;line-height: 160px;margin:0px auto;}
.browser-error .browser-listitem-icon:hover{background:url(/static/img/browser_hover.png) center;background-size:100% 100%;}
.browser-error .browser-listitem-text{font-size: 18px;color: #b6b6b7;text-indent: 5px;}