@charset "utf-8";

/* resetCSS Document */
html { font-size: 100px; color:#000; background:#fff; }

body { font-family: "Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif; word-break:break-all; word-wrap:break-word; }

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,select,th,td{margin:0;padding:0}

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }

button,input,select,textarea { font-size:100%; }

button { cursor: pointer; }

ul,ol { list-style: none; }

a {text-decoration: none; color: #333; }

a:hover {text-decoration: none; }

img{ font-size: .14rem; border: none; vertical-align: middle; }
img{ font-size: .14rem; border: none; vertical-align: middle; }

p { word-wrap: break-word; }

em,i { font-style: normal; }

b,th { font-weight: normal; }

small { font-size:12px; }

table { border-collapse:collapse; border-spacing:0; }

input,select,button { background: none; border:none; outline:none; vertical-align:middle;
    -webkit-appearance: none; /*google*/
    -moz-appearance: none; /*firefox*/
    appearance: none; /*IE*/
}

input[type=button],input[type=text],input[type=password] { -webkit-appearance:none; outline:none; }/*-用于IOS下移除原生样式*/

select { -webkit-appearance:none; outline:none; }/*-用于IOS下移除原生样式*/

textarea { resize:none; }


/* publicCSS Document */
.clearfix:after {content: ""; display: block ;clear: both; }

.clearfix { *zoom: 1; }

.clearDiv { clear:both; height:0; font-size:0; overflow: hidden; }

.fl { float: left; }

.fr { float: right; }

.overflow { overflow:hidden; }

.hide { display:none; }

.block { display:block; }

.inline { display:inline; }

.inl-block { display:inline-block; }

.wordwrap { word-break:break-all; word-wrap:break-word; }

.nowrap { white-space: nowrap; }

.br0 { border-right: 0!important; }

.mr0 { margin-right: 0!important; }

.mb0 { margin-bottom: 0!important; }









