
.article table{border:1px solid #333;margin: auto;max-width:100%} 
.article table td{border:1px solid #333} 
.article a,.qa-a a {
  color: rgb(0, 102, 204); text-decoration: underline; 
}

.qa-a table{border:1px solid #333;margin: auto;max-width:100%} 
.qa-a table td{border:1px solid #333} 

.article img {
  max-width:100% !important;;
  height:auto !important;
}
@media (max-width: 1020px) {
  .article img {
    max-width:96% !important;
    height:auto !important;
  }
  .article table,.qa-a table {
    max-width:94%;
  }
  .article table td,.article table th,.qa-a table td,.qa-a table th, .article table colgroup col,.qa-a table colgroup col{
    width:auto !important;
  }
  
  .article p,.article p span,.article td,.article td span {
    font-size: 16px !important;
    line-height:1.8 !important;
  }
  .detail .title {
    font-size:40rem;
  }
  .detail .release {
    font-size: 12px;
  }
}

/*
.article,.article p, .article span,.article a{
  font-size:16px !important;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif !important
} */

strong span {
  font-weight:bold;
}
