

.dzxheader {
    position: relative;
    text-align: center;
   } 

.dzxheader .setFont {
  height: 32px;
  line-height: 32px;

  display: inline-block;
  color: #c2c2c2;
}

.dzxheader .setFont span {
display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    cursor: pointer;
    
}


.dzxheader .setFont span.active {
  background: #2c64c3;
  color: #fff;
  
}

.dzxmain #detail {
  font-size: 18px;
  line-height: 2em;
  padding-top: 20px;
}


