﻿/* CSS Document */
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, dl, dt, dd, ol, ul, li, fieldset, form, input,select,
textarea,label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-weight: inherit; 
    font-style: inherit; 
    font-size: 100%; 
    font-family: inherit; 
    vertical-align: baseline; 
	word-break:break-all;
} 
.element::-webkit-scrollbar{
    display: none;
}
button{
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);

}
table{
    border-collapse:collapse;
    border-spacing: 0;
} 
:focus {
    outline: 0;
} 
textarea{
	resize:none;
	overflow:auto;
	outline:none;
}
a, a:link, a:visited, a:hover, a:active { 
    outline: 0; 
    text-decoration: none; 
	display:block;
} 

table {
    border-collapse: separate;
    border-spacing: 0;
} 
th, td {
    text-align: left;
    font-weight: normal;
} 
img, iframe {
    display:block;
    border: none;
    text-decoration:none;
}
ol, ul {
    list-style: none;
} 
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
} 
input{
    box-sizing:border-box;   /* input设为 width:100%时，可能会遇到input的宽度超出了屏幕 */
} 
select {
    margin: inherit;
} 
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px
}
input[type="text"] {padding: 3px;}

.clear{
	zoom:1;
	}
.clear:after{
	content:"";display:block;clear:both;
	}
	
img,li{
	vertical-align:top; 
	}
::-webkit-input-placeholder{
     color:#ccc;
 }
.floatL{float:left;}
.floatR{float:right;}