
/* CSS Document */
*{margin:0;padding:0;}
html body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,select,input,textarea,form{margin: 0; padding: 0;}
img{border:none;}
ul,ol{list-style:none;}
input,select,textarea{outline:none;border: none;background:none;/*IE6*/}
textarea{resize:none;}
a{text-decoration:none; color:#fff;display: block;}
body{background-color: #f5f5f5;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*娓呮诞鍔�*/
.clearfix:after {
    content: "";
    *display: block;
    *clear: both;
}
.my_clearfix {
    zoom: 1;
    overflow: auto;
}
/*.fl {*/
    /*float: left;*/
/*}*/
/*.fr {*/
    /*float: right;*/
/*}*/
/*娓呮诞鍔�*/
a{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.show{
    display: block;
}

.hide{
    display: none;
}


/*鍔犺浇灏忚強鑺�*/
.loading{
    position: fixed;
    z-index: 9999;
    top: 2rem;
    width: 1rem;
    left: 50%;
    margin-left: -0.5rem;
    display: none;
}

