<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 底部浮出
* @author daniel.xud
*/
.mod-bottom-float{
width: 100%;
height: 100px;
z-index: 100;
background: url(//cbu01.alicdn.com/cms/upload/2013/202/838/838202_1573916616.png) no-repeat center bottom;
_background: none;
z-index: 1;
}
.mod-bottom-float .bottom-float-wrap{
width: 990px;
height: 93px;
margin: 0 auto;
}
.mod-bottom-float .bottom-float-wrap .a-img{
display: block;
width: 1016px;
margin: 0 -13px;
_position: relative;
}
</pre></body></html>