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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei","微软雅黑" !important;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
.luban-combox-content{
	position:absolute;
    border: 1px solid #ccc;
    height:180px;
	overflow:auto;
	z-index:9999;
	display:none;
	background:#fff;
}
.luban-mask{
	 position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #ccc;
     z-index: 99999;
     -moz-opacity: .5;
     opacity: .5;
     filter: alpha(opacity=50);	
}

 .luban-loading{
	 position:absolute;
	 left: 50%;
	 top: 50%;
	 width: 100px;
	 height: 100px;
	 margin-left:-50px\9;margin-top:-50px\9;
	 -webkit-transform:translate(-50%,-50%); 
	 -moz-transform:translate(-50%,-50%);
	 transform:translate(-50%,-50%);
	 background: url(../img/loading.gif) center center no-repeat;  
} 
/* #percent{
	position:absolute;
	 left: 50%;
	 top: 50%;
	 width: 200px;
	 height: 20px;
	 margin-left:-10px\9;margin-top:-100px\9;
	 -webkit-transform:translate(-50%,-50%); 
	 -moz-transform:translate(-50%,-50%);
	 transform:translate(-50%,-50%);
}
#percent-inner{
	height:100%;width:0;
	background: #428ce5;
	color:#000;
	font-size:12px;text-align: center;
	line-height:2;
} */


.fullSreenMask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(135,135,135,0.8);
    text-align: center;
    overflow: auto;
    z-index: 99999999999;
}

.fullSreenMask img{
    transition: all 1.5s;
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%,-50%);
}

