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: #fff;
    text-align: left;

  }
  p
  tr img{
    width: 0.1rem;
    height: 0.1rem;
  }


tr:nth-child(odd){
    background: #46065D;
}
tr:nth-child(even){
    background: #3C0151;
}
  tr:nth-child(1){
      background: linear-gradient( 131deg, #E921E5 0%, #BC0BF8 100%);
      overflow: hidden;
      /*border: 1px solid;*/
      border-image: linear-gradient(180deg, rgba(243.07467430830002, 206.10615402460098, 255, 0.7200000286102295), rgba(0, 0, 0, 0)) 1 1;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      font-size: 14px;
      color: #fff;
  }

  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;*/
    
  }