.container {
  position: relative;
  width: 100%;
  background-color: white; }

.banner {
  position: relative;
  width: 100%;
  height: 167px;
  background-image: url("../image/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 167px; }
  .banner__content {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 167px;
    margin: 0 auto; }
  .banner__text {
    color: white;
    font-size: 40px; }

.breadcrumb {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 67px;
  margin: 0 auto;
  font-size: 16px;
  color: #333333; }
  .breadcrumbList {
    display: flex; }
    .breadcrumbList__item:after {
      content: "/";
      margin: 0 4px; }
    .breadcrumbList__item:last-child:after {
      content: none; }

.mainBody {
  width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 750px) {
  .banner {
    height: 4.175rem;
    background-position: center;
    background-size: auto 4.175rem; }
    .banner__content {
      width: 100%;
      margin: unset;
      height: 4.175rem; }
    .banner__text {
      width: 100%;
      text-align: center;
      font-size: 0.65rem; }

  .mainBody {
    width: 100%;
    margin: unset; }

  .breadcrumb {
    width: 100%;
    height: 1.25rem;
    margin: unset;
    font-size: 0.4rem;
    padding-left: 0.4rem; }
    .breadcrumbList__item:after {
      margin: 0 0.1rem; } }

/*# sourceMappingURL=base.css.map */
