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, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "微软雅黑",arial,"宋体", "华文细黑", \5B8B\4F53, sans-serif;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
}
ul{
    margin: 0;
}

li {
    list-style: none;
}
a{
    text-decoration: none;
}
table{
    width: 100%;
    border-collapse:collapse;
}
a,p,span{
    font-size: 16px;
    line-height: 30px;
}
table th,td{
    border: 1px solid #333;
    font-size: 16px;
    text-align: center;
    padding: 0 5px;
}
table td{
    font-weight: normal;
 }

 table td span,table td p{
    display: inline-block;
    line-height: 24px;
 }
 table td p{
    padding: 10px 0;
 }

