﻿.kcwxpointer {cursor:pointer;}
body {
    background-color:#fafafa;
    font-family:'Microsoft YaHei';
}
.maindiv {
    background-color: #f0f0f0;
    height: 100%;
}
.itemmaindiv {
    /*padding-top:1px;
    padding-bottom:1px;*/
    background-color: #f0f0f0;
}
.itemsiv {
    background-color: #ffffff;
    border-radius: 0px;
    /*padding-top:5px;
    padding-bottom:5px;*/
}
.titelmain {
    border-radius: 0px;
    font-size: 34px;
    color: #3cc51f;
    text-align: center;
    line-height: 80px;
    background-color: #f0f0f0;
    height: 80px;
}

.table {
    text-align: center;
    width: 96%;
    margin: auto;
    font-size: 14px;
    border-collapse: collapse;  
    border: none;
  }
  
  .table td {
    padding: 5px 5px 5px 5px;
    border: solid #ccc 1px;
  }
  
  .table th {
    padding: 5px 5px 5px 5px;
    border: solid #ccc 1px;
    background-color: #eeeeee;
    color: #1f0cf0;
  }
  .table tr:nth-child(even) {
    background-color: #dcf6d4;
    /* 设置偶数行颜色 */
  }
  .table tr:nth-child(odd) {
    background-color: #ffffff;
    /* 设置奇数行颜色 */
  }