.main {
  background-color: #fff;
  padding: 15px 15px 50px 15px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  height: 50px;
  font-size: 14px;
}
.main .breadcrumbs img {
  margin-right: 5px;
}
.main .breadcrumbs a {
  color: #636363;
}
.main .breadcrumbs a:hover {
  color: #2184d5;
}
.main .head {
  height: 46px;
  border-bottom: 1px solid #dcdcdc;
}
.main .head .name {
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  border-bottom: 2px solid #4b94e8;
  line-height: 44px;
  color: #4b94e8;
}
.main .title {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 27px;
}
.main .tool {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  height: 40px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #666;
}
.main .tool .line {
  margin: 0 10px;
}
.main .tool .fonts {
  margin-left: 80px;
}
.main .tool .fonts a {
  margin: 0 5px;
  cursor: pointer;
}
.main .tool .fonts a:hover,
.main .tool .fonts a.active {
  color: #e20a0d;
}
