@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: 微软雅黑;
  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;
  overflow: hidden;
  padding-bottom: 1.25rem;
}
.mui-content .p_container_1 {
  width: 100%;
  height: auto;
}
.mui-content .p_container_2 {
  padding: 1.25rem 0;
}
.mui-content .p_container_2 a span {
  color: #333333;
  font-size: 0.75rem;
}
.mui-content .p_container_2 a img {
  width: 18%;
  vertical-align: bottom;
}
.mui-content .p_container_2 .top {
  margin-bottom: -10%;
}
.mui-content .p_container_2 .top .list1 span {
  line-height: 1.875rem;
}
.mui-content .p_container_2 .middle {
  padding-right: 2%;
}
.mui-content .p_container_2 .middle .list2 img {
  margin-right: 4%;
}
.mui-content .p_container_2 .middle img {
  vertical-align: middle;
}
.mui-content .p_container_2 .bottom .list4 {
  position: relative;
  padding-left: 3.125rem;
}
.mui-content .p_container_2 .bottom .list4 span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20%;
}
.mui-content .p_container_2 .bottom .list5 {
  position: relative;
  padding-right: 3.125rem;
}
.mui-content .p_container_2 .bottom .list5 span {
  display: block;
  position: absolute;
  bottom: 0;
  right: 20%;
}
.mui-content .center ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
.mui-content .center ul li {
  width: 45%;
  background: #aaa;
  display: inline-block;
  margin: 0.3125rem;
  line-height: 1.875rem;
}
.mui-content .center ul li a {
  color: #333;
  font-size: 0.875rem;
  display: block;
  width: 100%;
}
.center {
    padding-top: 2rem;
}
/*# sourceMappingURL=product_center.css.map */
