@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li,
pre, 
fieldset, lengend, button, input, textarea,
th, td { 
    margin: 0;
    padding: 0;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}

ul, ol ,li{list-style: none;}
a {text-decoration: none; color: #666; word-wrap:break-word;outline:none;}
a:hover {text-decoration: none; color:#1e63be;}
legend {color: #000;} 
fieldset, img {border: none;} 
button, input, select, textarea {
    font-size: 100%; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {overflow-y: scroll;}

body{
    min-width: 880px;
    width: 100%;
    overflow: hidden;
}
.blk-main{width:880px; margin: 0 auto;}
.blk-sm{width:80px;}
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}


