/**
 * common.css  - 公用的样式文件
 */
html,
body {
  font-family: 'Microsoft Yahei';
}
body {
  background-color: #fff;
}
img {
  width: 100%;
}
.main-box {
  margin: 0 auto;
  width: 17.5rem;
}
.top-header {
  position: fixed;
  width: 100%;
  height: 1.1rem;
  box-sizing: border-box;
  background-color: #62B628;
  z-index: 10;
}
.top-header.transparent-header {
  background: url('../images/nav/bg.png') repeat-x;
}
.top-header .logo {
  position: absolute;
  left: 0.375rem;
  top: 0.2rem;
  width: 2.2625rem;
  height: 0.7rem;
}
.top-header .menu-icon {
  position: absolute;
  right: 0.15rem;
  top: 0;
  width: 0.9rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header .menu-icon::after {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  background: url('../images/nav/i-menu.png') no-repeat;
}
.top-header .menu-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 1.1rem;
  color: #fff;
}
.top-header .menu-box li + li {
  margin-left: 0.5rem;
}
.top-header .menu-box li.active {
  position: relative;
  /* font-size: 0.2rem; */
  font-weight: bold;
}
.top-header .menu-box li.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.1225rem;
  margin-left: -0.35rem;
  width: 0.7rem;
  height: 0.1rem;
  background: #F5DF47;
  border-radius: 0.05rem;
}
@media screen and (max-width: 24rem) {
  .top-header .menu-icon {
    display: none;
  }
}
.slide-menu-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 13.5rem;
  padding-top: 1.225rem;
  padding-left: 1rem;
  box-sizing: border-box;
  background: #62B628;
  font-size: 0.25rem;
  line-height: 0.325rem;
  color: #fff;
  z-index: 10;
}
.slide-menu-box.show {
  display: block;
}
.slide-menu-box .slide-menu-list {
  padding: 0.375rem 0;
}
.slide-menu-box .slide-menu-list + .slide-menu-list {
  border-top: 0.0125rem solid rgba(255, 255, 255, 0.3);
}
.slide-menu-box .slide-menu-list li > a {
  display: block;
  height: 0.9rem;
  line-height: 0.9rem;
}
.slide-menu-box .close-menu-btn {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url('../images/nav/i-close.png') no-repeat;
}
.com-footer {
  padding: 1.125rem 0 1.875rem;
  color: #fff;
  font-size: 0.175rem;
  background: #404040;
}
.com-footer .foot-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.2);
}
.com-footer .foot-box .menu-list li + li {
  margin-top: 0.2375rem;
}
.com-footer .foot-box .cp-intro-box {
  flex: 1;
  margin-left: 1.25rem;
}
.com-footer .foot-box .cp-intro-box .cp-name {
  margin-bottom: 0.4125rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.com-footer .foot-box .cp-intro-box .cp-c-txt {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.175rem;
}
.com-footer .foot-box .cp-intro-box .cp-c-txt:last-child {
  margin-bottom: 0;
}
.com-footer .foot-box .cp-intro-box .cp-c-txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1375rem;
  width: 0.4rem;
  height: 0.4rem;
}
.com-footer .foot-box .qrc-box {
  display: flex;
  padding-top: 0.125rem;
}
.com-footer .foot-box .qrc-box .a-block {
  text-align: center;
  font-size: 0.175rem;
}
.com-footer .foot-box .qrc-box .a-block .qrc-img {
  display: block;
  margin-bottom: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
}
.com-footer .foot-box .qrc-box .a-block + .a-block {
  margin-left: 0.4rem;
}
