@charset "utf-8";
/************************
 * 描述：HTML5基类样式
 * 作者：Gibil
 * 时间：2013-11-15
************************/

/* 常用标签初始样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{ margin:0; padding:0; border:0; font-size:100%; font:inherit; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1.5; font-size:13px; font-family:Arial,Helvetica,SimSun,sans-serif,"Microsoft YaHei"; background-color:#efefef; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
a { text-decoration:none; }

/* 自定义通用样式 */
.clear { clear:both; }
.blank { height:10px; }
.hide { display:none; }
.gray { color:gray; }
.paddingtb10 { padding:10px 0; }
.paddinglr10 { padding:0 10px; }
.padding10 { padding:10px; }
.rmb { font-family:"Microsoft YaHei"; }
.red { color:#d30000; }
.none { display:none; }
.disabled { color:#ccc; }
.pointer { cursor:pointer; }
.maohao {font-family: "Lucida Grande","Hiragino Sans GB","Hiragino Sans GB W3";padding: 0 2px;}
.txt80 {
width: 70px;}

/*加载图片*/
.zhuan{margin:80px 0;}
.ball {background-color: rgba(0,0,0,0); border: 3px solid rgba(0,1,1,0.9);opacity: 0.9;border-top: 3px solid rgba(0,0,0,0);border-left: 3px solid rgba(0,0,0,0);border-radius: 30px;width: 25px;height: 25px;margin: 0 auto;
-moz-animation: spin .5s infinite linear;-webkit-animation: spin .5s infinite linear;}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
 
    100% {
        -moz-transform: rotate(360deg);
    };
}
 
@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
 
    100% {
        -moz-transform: rotate(-360deg);
    };
}
 
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
 
    100% {
        -webkit-transform: rotate(360deg);
    };
}
 
@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
 
    100% {
        -webkit-transform: rotate(-360deg);
    };
}
.Toolbar .indexhome {background-image: url(../images/bg.png)!important;background-position: -6px -31px!important;}
#uldiv li b{width:38px; height:20px; line-height:17px; display:block; color:#fff; text-align:center; font-size:12px;}
#uldiv li b em{padding:3px;  border-radius:100%; text-align:center; background-color:red; display:block; position: absolute;
z-index: 9999;margin-top: -10px;margin-left: 18px;}
#uldiv li b .em01{width:12px; height:12px; line-height:12px;}
#uldiv li b .em02{width:16px;height:16px;line-height:16px;}


.icon b em {
padding: 3px;
border-radius: 100%;
text-align: center;
background-color: red;
display: block;
position: absolute;
z-index: 9999;
margin-top: -10px;
margin-left: 18px;
color: #FFFFFF;
}
.em01 {
width: 12px;
height: 12px;
line-height: 12px;
}