﻿.boxloading-ins-def { position:relative; text-align:center; }
.boxloading-ins-def > span {display:inline-block; position:relative; padding-left:20px; height:16px; line-height:16px; font-size:12px; color:#222; background:url(../images/loading_def.gif) no-repeat; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.boxloading-ins-def > span::after { content:"加载中"; }


.boxloading-abs-def { position:absolute; z-index:101; top:50%; right:0; left:0; text-align:center; margin-top:-8px; }
.boxloading-abs-def > span { display:inline-block; position:relative; padding-left:24px; padding-right:4px; height:25px; line-height:22px; font-size:12px; color:#222; background:#f8f8f8 url(../images/loading_def.gif) 4px 4px no-repeat; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px #DDD solid; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.boxloading-abs-def > span::after { content:"加载中"; }
.boxloading-abs-def-overlay { position:absolute; z-index:100; top:0; right:0; bottom:0; left:0; }

