#honorableDeliveryDesc .el-dialog__body {
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 45px;
  padding-bottom: 30px;
}
#honorableDeliveryDesc .honorableDeliveryDesc .honorableDeliveryContent {
  height: 450px !important;
  overflow-y: auto;
  overflow-x: hidden;
}
#honorableDeliveryDesc .honorableDeliveryDesc .richTextContent {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
#honorableDeliveryDesc .honorableDeliveryDesc .richTextContent p {
  margin-bottom: 30px;
}
#honorableDeliveryDesc .honorableDeliveryDesc img {
  width: 600px;
  height: 340px;
  margin-bottom: 30px;
}
#honorableDeliveryDesc .honorableDeliveryDesc img:last-child {
  margin-bottom: 0;
}
#honorableDeliveryDesc .honorableDeliveryDesc .box-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#honorableDeliveryDesc .honorableDeliveryDesc .box-button span {
  width: 600px;
  display: block;
  width: 172px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #CA141D;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
