header {
  width: 100%;
  height: 0.44rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header h1 {
  width: 1.05rem;
  height: 0.38rem;
  margin-right: 0.38rem;
  margin-top: 3px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1 a img {
  display: block;
  width: 100%;
}
header .slogan {
  line-height: 0.45rem;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
header .btn {
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
/* 轮播图 */
.index-banner {
  /* 轮播点样式 */
}
.index-banner a {
  display: block;
  width: 100%;
}
.index-banner a img {
  display: block;
  width: 100%;
}
.index-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.index-banner .swiper-pagination-bullet-active {
  width: 22px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}
.menu .leftMenu {
  width: 50%;
}
.menu .leftMenu ul li {
  padding: 10px 0 10px 70px !important;
}
.menu .leftMenu .f2 a {
  margin-bottom: 10px;
}
/* 页脚 */
footer {
  margin-top: 20px;
  background-color: #eed365;
  margin-bottom: 0.44rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.13rem 0.39rem 0 0.375rem;
}
footer a {
  flex: 0 0 0.885rem;
  display: block;
}
footer a img {
  display: block;
  width: 100%;
}
footer .foot-msg p {
  font-size: 11px;
  color: #333;
  margin-bottom: 0.05rem;
}
.float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 0.44rem;
  background-color: #333;
  display: flex;
  justify-content: space-between;
  z-index: 999999;
}
.float:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 33.33%;
}
.float:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 66.66%;
}
.float a {
  flex: 0 0 33.33%;
  color: #fff;
  text-align: center;
  line-height: 0.44rem;
  vertical-align: middle;
}
.float a img {
  display: inline-block;
  width: 0.18rem;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.float a span {
  font-size: 12px;
  vertical-align: middle;
}
.float a:hover {
  color: #fff;
}
.content {
  padding-top: 0.4rem;
}
/*# sourceMappingURL=common.css.map */