header {
  background: #E16589;
}
header .search {
  background: #E16589;
  border-color: #fff;
}
header .search input {
  background: #E16589;
  color: #fff;
}
header .search input::-webkit-input-placeholder {
  color: #fff;
}
.main-container {
  padding: 8px 12px;
}
.main-container .bread {
  margin-bottom: 8px;
}
.main-container .bread a {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.main-container h3 {
  font-family: a-b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.main-container .text p {
  margin-bottom: 8px;
  font-family: a-r;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}
footer {
  background: #4A4A4A;
}
footer .footer-t {
  padding: 10px 0;
}
footer .footer-t a {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
footer .footer-b {
  font-family: a-m;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
}
