 .focus { width: 100%; height: 160px; margin: 0 auto; position: relative; overflow: hidden; } .focus .hd { width: 100%; height: 15px; position: absolute; z-index: 1; bottom: 0; text-align: center; } .focus .hd ul { overflow: hidden; display: box; height: 5px; padding: 5px 0; background-color: rgba(51, 51, 51, 0.5); } .focus .hd ul li { -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; text-indent: 999999em; } .focus .hd ul .on { background: #0163B5; } .focus .bd { position: relative; z-index: 0; } .focus .bd li img { width: 100%; height: 160px; } .focus .bd li a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */ } 