@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
#header {
  width: 100%;
  background: url(../images/headbck.png) no-repeat center top;
  background-size: 100% 100%;
  padding: .25rem .25rem .4rem .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header_box {
  display: flex;
  align-items: center;
}
#header img {
  display: block;
  margin-right: .07rem;
    width: 137px;
}
#header span {
  font-size: .3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
}
#header a {
  font-size: .3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  display: inline-block;
}
.nav {
  height: 1.2rem;
  padding: 0 .35rem;
  padding-top: .3rem;
}
.nav ul {
  white-space: nowrap;
  overflow: scroll;
  padding: 0 !important;
}
.nav ul .active {
  background-color: #f8f8f8;
  color: #3b70ff;
  padding: .1rem .15rem;
  border-radius: 9px 9px 0 0;
}
.nav ul li {
  display: inline-block;
  font-size: .28rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  margin-right: .26rem;
  cursor: pointer;
}
.m_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.m_container_wrap {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.nav {
  position: relative;
  width: 100%;
  height: 0.95rem;
  padding: 0rem 0.3rem 0rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
.nav .nav_icon_left img {
  width: .2rem;
  justify-content: flex-start;
  display: flex;
  height: 100%;
  align-items: center;
}
.nav .nav_icon_left .iconfont {
  min-width: 0.55rem;
  color: #292929;
  font-size: 0.32rem;
  height: 100%;
  line-height: 0.93rem;
  -webkit-tap-highlight-color: transparent;
}
.nav .nav_icon_raduis img {
  border-radius: 50%;
}
.nav .nav_content_center {
  height: 0.5rem;
  overflow: hidden;
  padding: 0 0.16rem;
}
.nav .nav_content_center .nav_title {
  height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #333;
  line-height: 0.5rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.nav .nav_icon_right {
  justify-content: flex-end;
  min-width: 0.55rem;
  display: flex;
  justify-content: center;
  display: block;
  width: 0.55rem;
  height: 0.45rem;
  border-radius: 0.18rem;
  border: 0.02rem solid #FFFFFF;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.41rem;
}
.footer {
  width: 100%;
  background: #404246;
  margin-top: .5rem;
  padding-top: 0.56rem;
  padding-bottom: .3rem;
}
.footer .footer-text {
  text-align: center;
}
.footer .footer-text p {
  margin-bottom: .2rem;
}
.footer .footer-text,
p,
a {
  color: white;
  font-size: .24rem;
}
.footer .footer-text span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
}
.footer .footer-text a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  z-index: 222;
  width: 100%;
  height: 1rem;
  margin-top: 0.68rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  display: flex;
  justify-content: center;
}
.fixed-footer .footer_nav {
  width: 33.3%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.fixed-footer .footer_nav .homecon {
  height: .28rem;
  font-size: .25rem;
  font-weight: 400;
  color: #B8B8B8;
  line-height: .2rem;
}
.fixed-footer .footer_nav .bule {
  color: #3E7EFE !important;
}
.fixed-footer .footer_nav .homecenter {
  width: 100%;
  height: .1rem;
  background: url(../images/book.png) no-repeat center;
  background-size: .88rem .1rem;
  margin-top: -0.32rem;
}
body {
  padding-bottom: 1.5rem;
}
