.detail-box {
  width: 860px;
  background-color: #f3f7fa;
  margin-left: 50px;
  margin-right: 60px;
  margin-top: 90px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
}
.detail-box .detail-header {
  width: 100%;
  font-size: 25px;
  padding-bottom: 20px;
  color: #333;
  font-family: "微软雅黑";
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.detail-box .detail-content {
  width: 100%;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  padding: 20px 0;
}
.detail-box .detail-bottom {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


.detail-bottom .share-box {
  width: 335px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.share-box .shareListPanel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.share-box .shareListPanel .shareIcon {
  display: inline-block;
  height: 33px;
  margin: 0 0 12px 12px;
  width: 33px;
}
