@media screen and (min-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 32px;
  }
  p {
    line-height: 1.25rem;
  }
  span {
    line-height: 1.25rem;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Comic Sans MS","幼圆","黑体",sans-serif !important;
  background: #fff;
}
.mui-bar {
  padding: 0.375rem 0;
  background-color: #2a2a2d;
  height: auto;
}
.mui-bar a {
  display: inline-block;
}
.mui-bar a .logo {
  width: 12.5rem;
}
.mui-bar a .header-img {
  width: 2rem;
  height: 1.875rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0;
}
.mui-bar .menu {
  display: none;
}
.mui-bar .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mui-bar .menu ul li {
  background: #333;
  border-bottom: solid 0.0625rem #aaa;
}
.mui-bar .menu ul li a {
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  text-indent: 2em;
  line-height: 34px;
}
.mui-bar .menu ul .menu-list a span {
  display: inline-block;
  width: 20%;
  float: right;
}
.mui-bar .menu ul .menu-list a span img {
  vertical-align: center;
}
.mui-bar .menu ul .menu-list ul {
  display: none;
}
.mui-bar .menu ul .menu-list ul li {
  background: #666;
  border-bottom: solid 0.0625rem #aaa;
}
.mui-bar .menu ul .menu-list ul li a {
  color: #fff;
  font-size: 0.75rem;
  text-indent: 4em;
  letter-spacing: 0.0625rem;
  line-height: 2rem;
}
.footer {
  width: 100%;
  color: #999;
  background-color: #fff;
  text-align: center;
}
.footer span {
  color: #999;
  font-size: 0.875rem;
}
.footer .link {
  padding-top: 0.875rem;
}
.footer .link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .link ul li {
  width: 20%;
  float: left;
}
.footer .link ul li a img {
  width: 100%;
}
.mui-content {
  background-color: #fff;
  text-align: center;
}
.mui-content .p_container_1 {
  width: 100%;
  height: auto;
}
.mui-content .p_container_2 {
  width: 100%;
  margin: 1.25rem 0;
  text-align: center;
}
.mui-content .p_container_2 img {
  width: 20%;
  vertical-align: middle;
}
.mui-content .p_container_2 span {
  color: #666;
  font-size: 0.75rem;
}
.mui-content .p_container_2 .left {
  margin-right: 0.3125rem;
}
.mui-content .p_container_2 .right {
  margin-left: 0.3125rem;
}
.mui-content .brand h3 {
  font-size: 1.25rem;
  margin: 0.3125rem 0;
  letter-spacing: 0.0625rem;
  font-weight: normal;
  color: #666;
  line-height: 1rem;
}
.mui-content .brand span {
  color: #999;
  font-size: 1rem;
}
.mui-content .brand .text {
  padding: 1.25rem 0.3125rem 0;
}
.mui-content .brand .text h3 {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.mui-content .brand .text p {
  color: #666;
  font-size: 0.875rem;
  text-indent: 1em;
  text-align: left;
  padding: 0 0.25rem;
}
.mui-content .brand .text .service .line {
  width: 20%;
  margin: 0 auto;
  display: block;
  border-bottom: solid 2px #f2af00;
  margin-bottom: 1.25rem;
}
.mui-content .brand .text .service .name {
  color: #666;
  line-height: 1.75rem;
}
.mui-content .brand .text img {
  width: 100%;
}
/*# sourceMappingURL=service.css.map */
