.layout-main {
  background: none !important;
  background-color: #fffeee !important;
}
.detail {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  padding: 55px 130px;
  width: 1260px !important;
  padding-bottom: 35px;
  background-color: #ffffff;
}
@media screen and (max-width: 1260px) {
  .detail {
    width: 100% !important;
    padding: 20px 10px;
  }
}
.detail p,
.detail span,
.detail div {
  font-family: Microsoft YaHei !important;
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 0px !important;
  color: #333333;
}
.detail p {
  margin-bottom: 28px;
  text-indent: 2em;
}
.detail h4 {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
  font-size: 26px;
  margin: 10px 0 40px;
}
@media screen and (max-width: 1260px) {
  .detail h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.detail .info-tooles {
  margin: 10px 0;
  margin-bottom: 40px;
  font-family: Microsoft YaHei;
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .detail .info-tooles {
    font-size: 12px;
  }
}
.detail img,
.detail video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.share {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 46px;
  box-sizing: border-box;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
}
.share span {
  color: #999 !important;
}
@media screen and (max-width: 1260px) {
  .share {
    margin-bottom: 10px;
  }
}
.back-btn {
  color: #ffffff !important;
}
