@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/0d8654336f1245a89ec26ad79dab7dd5.woff') format('woff2'),
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconyou:before {
  content: "\e608";
}

.iconclose:before {
  content: "\e60d";
}

.iconsou:before {
  content: "\e631";
}

.iconzan:before {
  content: "\e60c";
}

.iconxiangshang:before {
  content: "\e719";
}

.iconxiala:before {
  content: "\e611";
}

.iconxiangxia:before {
  content: "\e71a";
}

.iconchakan:before {
  content: "\e600";
}

.iconshijian:before {
  content: "\e644";
}

.iconcaidan:before {
  content: "\e641";
}

.iconxingye:before {
  content: "\e61e";
}

.icondizhi:before {
  content: "\e61f";
}

.iconxuancizhushouchazhao:before {
  content: "\e890";
}

.iconshuju:before {
  content: "\e680";
}

.iconhezuo_spe:before {
  content: "\e60a";
}

.iconshipin:before {
  content: "\e64f";
}

table{
    width: 100%;
    border-collapse: collapse;
}

table caption{
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

th,td{
    border: 1px solid #999;
    text-align:left;
    padding: 12px 8px;
}

table thead tr{
    background-color:#503535;
    color: #fff;
}

table tbody tr:nth-child(odd){
    background-color: #eee;
}

table tbody tr:hover{
    background-color: #ccc;
}

table tbody tr td:first-child{
    color: 5e4238;
}

table tfoot tr td{
    text-align:left;
    padding-letf: 20px;
}


