/***** -----   Initialization   -----*****/
html * {-webkit-outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0}
input,button,select,textarea{outline:none;border:none;-webkit-appearance: none;}
ol,ul,li{list-style:none}
h1,h2,h3,h4,h5,h6 {font-weight:normal; padding: 0; margin: 0;}
a{text-decoration:none;cursor:pointer;}
a:hover{text-decoration:none;}
.c:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
.c{zoom:1}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.dn,.dsn{display:none;}
.por{position: relative;}
.poa{position: absolute;}
.pof{position: fixed;}
.bgwhite{background-color: #ffffff;}
.tplj{display: block;width:100%;height: 100%;}
.fixbottom{position: fixed;bottom: 0;z-index: 55;}
.padbt140{padding-bottom: .9rem;}
/***** -----   Ending Initialization   -----*****/


/*loadding状态*/
.loading_gif{
    display:none;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background: url(../images/loading.gif) 50% 50% no-repeat;
    z-index:1001;
}
