.contentS {
  width: 1000px;
  height: 200px;
  margin: auto;
  margin-top: 16px;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  position: relative;
}
.contentSBac {
  position: absolute;
  width: 365px;
  height: 100%;
  opacity: 0.12;
  background-image: linear-gradient(90deg, #f77223 0%, #ffffff 100%);
}
.contentSDet {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
}

.contentSDet img {
  float: left;
  margin: 55px 42px 0 88px;
}
.contentSDetP {
  float: left;
  margin-top: 65px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 700;
}
.contentSDetP span {
  display: block;
}
.contentSDetP span:last-child {
  color: rgba(0, 0, 0, 0.56);
  font-weight: normal;
}
.contentSDetC {
  float: right;
  width: 120px;
  height: 30px;
  padding-top: 6px;
  border: 2px solid #f87b2d;
  border-radius: 18px;
  font-size: 18px;
  color: #f87b2d;
  text-align: center;
  margin: 82px 64px 0 0 ;
  cursor: pointer;
}

.contentSDetM img{
  margin-top: 73px;
}
