
html, body, div, span, object,li,ul,img iframe, h1, h2, h3, h4, h5, h6, p, pre, a, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,  menu, nav, output, ruby, section, summary, time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font-family: "仿宋", \5B8B\4F53, arial, sans-serif;
    /*font-family:'SourceHan-S-SCcd79a2fee1a353'; font-weight: bold;*/  
    color: #000000;
}
a,a:hover,a:active{
	text-decoration:none;
}
ul li{
    list-style: none;
}
html {
    height: 100%;
    -webkit-text-size-adjust:none;
}
body{

    width: 100%;
    height: 100%;
    min-height: 100%;

}
input[type="text"],
input[type="password"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.index {
    position: relative;
    overflow: hidden;
}
.wrap{
   /* min-width: 320px;
    max-width:640px;*/

    margin: 0 auto;


}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after {content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}
.clearfix { *zoom:1;}