/********** 网站底部 **************/
.nav{ position: fixed;z-index:; left:; bottom:; width: 100%; background-color: #fff;font-size:;white-space: nowrap;overflow: auto;-webkit-overflow-scrolling: touch;} .nav::-webkit-scrollbar{display: none;} // 手机版去掉水平下拉 .nav a{position: relative;display: inline-block;padding: .20rem .17rem; text-align: center;font-size: 16px;color: #333;} .nav a.hover,.nav a:hover{color: #FFF;background: #E4471E;} .nav a.hover:before,.nav a:hover:before{content: "";position: absolute;display: block;left:;bottom: 4px;width: 100%;height: 2px;background: #FFF;}