body {
  background-color: #f4f4f4;
}
.main {
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #666;
}
.main .breadcrumbs a:hover {
  color: #1a75be;
}
.main .inner {
  margin-top: 10px;
  padding: 20px 50px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.main .inner .title {
  font-size: 27px;
  line-height: 40px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
}
.main .inner .other {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  color: #666;
}
.main .inner .other span {
  margin: 0 10px;
}
.main .inner .other .fonts a {
  margin: 0 5px;
  cursor: pointer;
}
.main .inner .other .fonts a:hover,
.main .inner .other .fonts a.active {
  color: #e20a0d;
}
.main .inner .content {
  margin-top: 30px;
  font-size: 16px;
}
.main .inner .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  font-size: 14px;
}
.main .inner .bottom .print {
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.main .inner .bottom .print img {
  margin-right: 5px;
}
.main .inner .bottom .close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main .inner .bottom .close img {
  margin-right: 5px;
}
