.header {
    padding: .1rem;
    line-height: initial;
    font-size: 0;
    background: #fd4761;
  }

  .header-nav {
    position: absolute;
  }

  .header-IntoNav {
    padding: .2rem 0;
    background: #fff;
  }

  .logoH1 {
    display: inline-block;
    width: 50%;
  }

  .logoIntoH1 {
    text-align: center;
    width: 100%;
    color: #ff739d;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .leftArr {
    position: absolute;
    left: .4rem;
    top: .6rem;
    width: .8rem;
    height: 1rem;
    background: url('/img/leftArr.jpg') no-repeat center / 82%;
  }

  .logoImg {
    display: inline-block;
    width: 100%;
  }

  .fl_ri {
    position: absolute;
    top: .2rem;
    right: .1rem;
    font-size: 0;
    line-height: initial;
  }

  .commHead {
    right: .4rem;
    top: .4rem;
  }

  .login {
    font-size: 16px;
    padding: .05rem .1rem;
    margin-right: .2rem;
    border-radius: .1rem;
    vertical-align: middle;
    color: #fff;
  }

  .login span {
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
  }

  .login img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    margin-top: .05rem;
  }

  .commHead .login {
    font-size: .8rem;
  }

  .afterLogin {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .2rem;
    vertical-align: middle;
  }

  .header-nav .afterLogin img {
    display: block;
    width: 100% !important;
    height: 100%;
  }

  .navBtn {
    display: inline-block;
    width: .4rem;
    vertical-align: middle;
  }

  .navBtn img {
    display: block;
    width: 100%;
  }

  .side_bg {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: .7rem;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    overflow: hidden;
  }

  .side_nav {
    width: 100%;
    background: #fff;
  }

  .side_nav .navS {
    text-align: center;
    padding: .3rem 0;
    line-height: initial;
    font-size: 0;
  }

  .side_nav .navS a {
    display: inline-block;
    width: 15%;
    margin: 0 2%;
    font-size: .2rem;
  }

  .side_nav .navS img {
    display: block;
    width: 100%;
  }

  .nav_Text {
    position: relative;
    text-align: center;
    font-size: .24rem;
    line-height: initial;
  }

  .nav_Text:before,
  .nav_Text:after {
    content: '';
    display: inline-block;
    width: 42%;
    height: 1px;
    background: #efefef;
    vertical-align: middle;
    margin: 0 .1rem;
  }

  .navC {
    text-align: center;
    margin: .1rem 0;
    line-height: initial;
    font-size: 0;
  }

  .navC a {
    display: inline-block;
    padding: .1rem .2rem;
    font-size: .2rem;
    border: 1px solid #dddddd;
    border-radius: .1rem;
    margin: .1rem;
    color: #333;
  }

  .side_login {
    text-align: center;
    margin: .3rem 0;
    line-height: initial;
    font-size: 0;
  }

  .side_login a {
    display: inline-block;
    padding: .1rem 1rem;
    border: 1px solid #fd4761;
    border-radius: 50px;
    color: #fd4761;
    font-size: .2rem;
    margin: 0 .1rem;
  }

  .side_top {
    text-align: center;
    line-height: initial;
    font-size: 0;
  }

  .side_top img {
    display: inline-block;
    width: 12%;
  }

  .fon34 {
    font-size: .34rem;
  }

  .fon3 {
    font-size: .3rem;
  }

  .fon26 {
    font-size: .26rem;
  }

  .fon24 {
    font-size: .24rem;
  }

  .fon14px {
    font-size: 14px;
  }

  .hide {
    display: none !important;
  }

  .fon2 {
    font-size: .2rem;
  }

  .newfon24 {
    font-size: .24rem;
  }

  .colfa6 {
    color: #fa606f;
  }

  .colf8b {
    color: #f8bd1c;
  }

  .col248 {
    color: #2485cf;
  }

  .col999 {
    color: #999;
  }

  .col888 {
    color: #888;
  }

  .col666 {
    color: #666;
  }

  .location {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    background: #f2f2f2;
    padding: 10px 0 0;
    color: #c4c4c4;
    text-align: center;
  }

  /* 备案 */
  .beian {
    line-height: initial;
    font-size: 0;
    padding: .2rem;
    background: #f0f0f0;
    text-align: center;
  }

  .beian p:first-child {
    font-weight: bold;
  }

  /* 底部导航 */
  .footerDiv {
    height: .86rem;
    background: #f0f0f0;
  }

  .footerBtn {
    position: fixed;
    left: 0;
    bottom: -.86rem;
    width: 100%;
    z-index: 10;
    height: .86rem;
    line-height: initial;
    font-size: 0;
    padding: .1rem 0;
    background: #fff;
    box-shadow: 0 -.01rem .05rem #ccc;
  }

  .footerBtn a {
    display: inline-block;
    width: 25%;
    text-align: center;
  }

  .footerBtn a:before {
    content: '';
    display: block;
    width: 44%;
    height: .44rem;
    margin: auto;
  }

  .footerBtn a:nth-of-type(1):before {
    background: url(/newStatic/home/img/footerBtn1.png) no-repeat center / contain;
  }

  .footerBtn a:nth-of-type(2):before {
    background: url(/newStatic/home/img/footerBtn2.png) no-repeat center / contain;
  }

  .footerBtn a:nth-of-type(3):before {
    background: url(/newStatic/home/img/footerBtn3.png) no-repeat center / contain;
  }

  .footerBtn a:nth-of-type(4):before {
    background: url(/newStatic/home/img/footerBtn4.png) no-repeat center / contain;
  }

  .hideAvatar {
    display: none !important;
  }

  .showAvatar {
    display: inline-block;
  }

  /* footer nav */
  .footerNav {
    line-height: initial;
    font-size: 0;
    background: #fff;
  }

  .footerNavSel {
    margin: 0 .2rem;
    padding: .2rem 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .footerNavSel:last-child {
    border: none;
  }

  .footerNavSel a {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: center;
    border-right: 1px solid #f0f0f0;
  }

  .footerNavSel a:last-child {
    border: none;
  }

  .icon-tops {
    display: none;
    position: fixed;
    width: 1rem;
    right: 0;
    bottom: 3.3rem;
    line-height: initial;
    border-right: none;
    z-index: 100;
  }

  .icon-tops a {
    display: none;
    width: 2rem;
    height: 2rem;
    text-align: center;
    background: #f96d7e;
    border-radius: 50px;
  }

  .icon-tops a img {
    width: 100%;
    display: block;
    margin: auto;
  }
