@charset "UTF-8";
/**!
 * 详情页
 * date:2021-08-13
 * author: wppei;
 */
.detail-box {
  padding-top: 37px;
}

.detail-tt {
  max-width: 90%;
  margin: 0 auto 31px;
  text-align: center;
  line-height: 34px;
  font-size: 26px;
  font-weight: bold;
}

.detail-infor {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
  background-color: #f3f3f3;
}

.detail-infor-item {
  display: inline-block;
  margin: 0 13px;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  vertical-align: top;
}

.detail-infor-item a {
  color: #666;
}

.detail-intro-text {
  margin-bottom: 40px;
  line-height: 40px;
  font-size: 16px;
  text-indent: 2em;
}

@media (max-width: 767px) {
  .detail-tt {
    line-height: 30px;
    font-size: 18px;
  }
  .detail-intro-text {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 14px;
  }
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }