body {
  color: #333;
}
.detail-header {
  width: 100%;
  height: 200px;
  background-color: #fff;
  padding-top: 40px;
  border-top: 2px solid #eee;
}
.main {
  background-color: #f5f5f5;
}
.content {
  width: 1395px;
  margin: 0 auto;
  overflow: hidden;
}
.detail-header-fl {
  float: left;
  width: 500px;
}
.detail-header-fl dt {
  width: 160px;
  height: 160px;
  margin-right: 28px;
  float: left;
}
.detail-header-fl dt img {
  width: 100%;
  height: 100%;
}
.detail-header-fl dd {
  float: left;
}
.detail-header-fl dd h1,.detail-header-fl dd h2 {
  color: #333333;
  font-size: 34px;
  font-weight: normal;
  margin: 35px 0 0;
}
.detail-header-fl dd p {
  font-size: 24px;
  color: #999999;
  margin-top: 10px;
}
.detail-header-fr {
  float: right;
  width: 350px;
}
.detail-header-fr dt {
  float: left;
  margin-top: 52px;
  margin-right: 40px;
}
.detail-header-fr dd {
  float: left;
  text-align: center;
  font-size: 20px;
  color: #999999;
}
.detail-header-fr dd img {
  width: 130px;
  height: 130px;
}
.detail-header-fr dd p {
  margin-top: 5px;
}
.main ul {
  width: 110%;
  overflow: hidden;
  margin-top: 40px;
}
.main ul li {
  width: 329px;
  height: 579px;
  float: left;
  margin-right: 25px;
}
.main ul li img {
  object-fit: fill;
}
.main .ver {
  font-size: 20px;
  color: #999999;
  margin: 20px 0 30px;
  clear: both;
  overflow: hidden;
}
.main h2 {
  font-weight: normal;
  font-size: 34px;
  margin-bottom: 30px;
}
.main .html {
  padding-bottom: 100px;
}
.main .html p {
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c;
  margin-bottom: 24px;
}
