.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.reply {
  margin-top: 37px;
  margin-bottom: 80px;
}
.reply .reply_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #015293;
}
.reply .reply_title img {
  margin-right: 30px;
}
.reply .reply_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  margin-top: 28px;
}
.reply .reply_table th {
  background-color: #f7f8fa;
  color: #015293;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 10px;
}
.reply .reply_table td {
  font-size: 18px;
  color: #333;
  padding: 12px 10px;
  border-bottom: 1px dashed #d1d1d1;
}
.reply .reply_table td a {
  color: #333;
}
.reply .reply_table td a:hover {
  color: #015293;
}
.reply .reply_table tbody td:first-child {
  text-align: left;
}
