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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    line-height: 1;
	font: 12px/1 Tahoma, Helvetica, Arial, “\5b8b\4f53″, sans-serif;
	font-family: "微软雅黑";
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


/*add*/
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
select,input{
	vertical-align:middle;
}
a{
	color: #000;
	text-decoration:none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}  



html,body{
    width: 100%;
    height: 100%;
  }


  table{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
  }
  th{
    font-size: 0.12rem;
    /* background: #151C2F; */
  }
  tr{
    height: 0.3rem;
    /* line-height: 0.4rem; */
     font-size: 0.12rem; 
    color: #7b879c;
    text-align: left;

  }
  p
  tr img{
    width: 0.1rem;
    height: 0.1rem;
  }
  tr:nth-child(odd){
    background: rgba(0,0,0,0.5);
  }
    tr:nth-child(even){
    background: rgba(0,0,0,0.3);
  }
  tr:nth-child(odd) td::last-child{
    color: #FD344D;
  }
  tr:nth-child(even) td::last-child{
    color: #2EA9A3;
  }
  tr td{
    font-size: 0.12rem;
    vertical-align: middle;
    
  }
  tr th{
    vertical-align: middle;
    
  }
    tr td:nth-child(1){

    padding-left: .15rem;
    
  }
  tr th:nth-child(1){

    padding-left: .15rem;
    
  }