/*头部公用样式*/
.pageheader {
  width: 100%;
  height: .96rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 980;
}
.pageheader .logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageheader .logo img {
  width: 1.85rem;
  height: .48rem;
}
.pageheader .nav-wrap-btn {
  width: .54rem;
  height: .43rem;
  right: .3rem;
  top: .26rem;
}
.pageheader .nav {
  padding: .2rem .3rem .8rem;
  text-align: center;
  position: absolute;
  top: .96rem;
  left: 0;
  width: 6.9rem;
  background-color: #fff;
  display: none;
}
.pageheader .nav .item {
  display: block;
  float: left;
  width: 2.3rem;
  margin-bottom: .18rem;
}
.pageheader .nav .item img {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.pageheader .nav .item em {
  display: block;
  font-weight: normal;
  font-size: .26rem;
  color: #333;
  line-height: .9rem;
}
.pageheader .nav .tclose {
  width: .4rem;
  height: .4rem;
  position: absolute;
  bottom: .3rem;
  left: 50%;
  margin-left: -0.2rem;
  background: url(../images/icon_cha.png) no-repeat center;
  background-size: 100%;
}
.zhanwei-head {
  width: 7.5rem;
  height: .96rem;
}
/*尾部公用样式*/
.footer-wraper {
  position: fixed;
  height: 1.1rem;
  background: #fff;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  z-index: 999999;
  border-top: .02rem solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wraper .footer-nav {
  width: 25%;
}
.footer-wraper .footer-nav a {
  display: block;
  height: 100%;
  text-align: center;
}
.footer-wraper .footer-nav a .nav-img {
  display: inline-block;
  width: .52rem;
  height: .52rem;
}
.footer-wraper .footer-nav a .nav-text {
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  color: #C3C5FF;
  font-size: .18rem;
}
.footer-wraper .footer-nav:nth-child(1) a .nav-img {
  background: url(../images/icon_home.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(2) a .nav-img {
  background: url(../images/icon_dljz.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(3) a .nav-img {
  background: url(../images/icon_gszc.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer-wraper .footer-nav:nth-child(4) a .nav-img {
  background: url(../images/icon_more.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer-wraper div.footer-nav a div.img1 {
  background-image: url(../images/icon_home_cho.png) !important;
}
.footer-wraper div.footer-nav a div.img2 {
  background-image: url(../images/icon_dljz_cho.png) !important;
}
.footer-wraper div.footer-nav a div.img3 {
  background-image: url(../images/icon_gszc_cho.png) !important;
}
.footer-wraper div.footer-nav a div.seltext {
  color: #331dec;
}
.footer-wraper div.footer-nav.sel-nav-more  a div.nav-img {
  background-image: url(../images/icon_more_cho.png) !important;
}
.footer-wraper div.footer-nav.sel-nav-more a .nav-text {
  color: #331dec;
}
.zhanwei-foot {
  width: 7.5rem;
  height: 1.1rem;
}
.kfbtn {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/icon_xuanfu.png) no-repeat center;
  background-size: 100%;
  border-radius: 50%;
  position: fixed;
  right: .3rem;
  bottom: 2rem;
  z-index: 970;
}
/* add */
.footer-more-serve {
  width: 7.5rem;
  height: calc(100vh - 2.06rem);
  position: fixed;
  left: 0;
  bottom: 1.11rem;
  z-index: 9999;
  background-color: #fff;
  display: none;
  opacity: 0;
}
.footer-more-serve:after {
    content: '';
    clear: both;
    display: block;
}
.footer-more-serve ul,
.footer-more-serve li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-more-serve p {
  padding: 0;
  margin: 0;
}
.footer-more-serve a {
  text-decoration: none;
}
.footer-more-serve .fms-tab-left {
  float: left;
  width: 2.72rem;
  height: 100%;
  box-sizing: border-box;
  border-right: .01rem solid #eaeaea;
  padding: .2rem 0 0 .26rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.footer-more-serve .fms-tab-left::-webkit-scrollbar {display:none}
.footer-more-serve .fms-tab-left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-more-serve .fms-tab-left li img {
  width: .52rem;
  height: .52rem;
  margin-right: .22rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.2;
}
.footer-more-serve .fms-tab-left li .tit {
  font-size: 0.28rem;
  line-height: 1.1rem;
  color: #333333;
}
.footer-more-serve .fms-tab-left li.sel img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.footer-more-serve .fms-tab-left li.sel .tit {
  color: #3a0bf6;
}
.footer-more-serve .fms-cont-right {
  float: left;
  padding: .2rem 0 0 .6rem;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}
.footer-more-serve .fms-cont-right::-webkit-scrollbar {display:none}
.footer-more-serve .fms-cont-right ul {
  display: none;
  width: 4rem;
}
.footer-more-serve .fms-cont-right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.28rem;
  line-height: 1.1rem;
  color: #666666;
}
.footer-more-serve .fms-cont-right ul li a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-more-serve .fms-cont-right ul li a:active {
    color: #3a0bf6;
}
.footer-more-serve .fms-cont-right ul.toshow {
  display: block;
}
.mask2body {
  overflow: hidden;
}

