@charset "UTF-8";

/* 手机版公共头部样式 */
.m-hl-header {
  padding: 16px 0;
  border-bottom: 1px solid #abaaaa;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 68px;
  margin-left: 0;
}

.m-header-wrap {
  width: 580px;
  height: 100%;
}

.m-header-logo {
  width: 210px;
  height: 100%;
}

.m-header-logo>a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.m-header-logo>a>img {
  max-width: 100%;
  max-height: 100%;
}

.menu-down {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
}

.m-menu,
.close-menu {
  width: 42px;
  height: 30px;
  cursor: pointer;
}

.m-menu>span {
  height: 3px;
  width: 42px;
  background: #00b7ee;
  margin-bottom: 11px;
  display: block;
}

.m-menu>span:last-child {
  margin-bottom: 0;
}

.close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.close-menu>img {
  max-width: 100%;
}

.toggle-menu {
  padding: 22px 16px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 83px;
  display: none;
  width: 34%;
}

.toggle-menu>li {
  line-height: 46px;
  text-align: center;
}

.toggle-menu>li>a {
  color: #333;
  font-size: 22px;
}

.toggle-menu>li.active a,
.toggle-menu>li:hover a {
  color: #0098c4;
}

.m-footer-wrap {
  width: 580px;
}

.footer {
  padding: 30px 0;
  background: #303131;
}

.footer-link {
  padding: 0 50px;
}

.footer-link>nav {
  width: 100%;
}

.footer-link>nav>a {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 54px;
}

.m-footer-beian {
  padding-left: 50px;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  margin-top: 44px;
}