.info-list-detail{
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.content{
  width: 70%;
}

.go-back{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #56626F;
  line-height: 22px;
  margin: 18px 0 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  
}
.go-back img{
  width: 25px;
}
.top-content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  background: #fff;
}

.top-content img{
  width: 50%;
}

.title-description{
  padding: 40px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.title-description .title{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 42px;
  margin-bottom: 24px;
}

.bottom-content{
  padding: 40px;
  background: #fff;
}

.bottom-content:first-child {
  width: 204px;
}



.iphone-content {
  margin-top: 70px;
}

#iphone-content .go-back{
  margin: 8px;
  font-size: 14px;
}

#iphone-content .go-back img{
  width: 20px;
}

#iphone-content .top-content{
  flex-direction: column;
  padding: 0;
}

#iphone-content .top-content img{
  width: 100%;
}

#iphone-content .top-content .title-description{
  padding: 15px;
  font-size: 12px;
}

#iphone-content .top-content .title-description .title{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

#iphone-content .bottom-content{
  padding: 15px;
}

#iphone-content .bottom-content img:first-child{
  width: 140px;
  margin-bottom: 9px;
}