@charset "UTF-8";
.chanpin-detail {
  width: 801px;
  min-width: 801px;
  margin: 36px auto 0;
}
.chanpin-detail h1 {
  color: #00a1e9;
  font-weight: bold;
  text-align: center;
  font-family: "微软雅黑";
}
.chanpin-detail .sub-title {
  color: #211716;
  font-size: 24px;
  margin: 30px 0 14px 0;
  position: relative;
  width: 200px;
}
.chanpin-detail .sub-title img {
  width: 100%;
}
.chanpin-detail .font-fs {
  font-family: "华文宋体";
  color: #221815;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.chanpin-detail .h-text-pad {
  padding-left: 32px;
}
.chanpin-detail table {
  width: 100%;
  border-collapse: collapse;
}
.chanpin-detail th,
.chanpin-detail td {
  border: 1px solid #000;
  padding: 2px 8px 2px 28px;
  text-align: left;
  font-size: 18px;
  box-shadow: 0px 0px 2px #000;
  font-weight: 600 !important;
  text-shadow: none;
}
.chanpin-detail th .dyxydy,
.chanpin-detail td .dyxydy {
  font-family: "黑体";
  font-weight: normal;
}
.chanpin-detail .section-header {
  background-color: #d3edfb;
  font-weight: bold;
  font-family: "黑体";
}
.chanpin-detail .section-header td {
  font-weight: 500;
}
.chanpin-detail .last-model {
  margin-bottom: 36px;
}
