﻿.foot_app_show {
    display: none;
  }

  .foot_pc_show {
    display: block;
  }

  #toolbar {
    display: none;
  }

  .babyserBox {
    position: relative;
    height: 41px;
    width: 100%;
    display: none;
    background-color: #f6f6f6;
  }

  .babyser {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
  }

  .babyser a {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 40px;
    /*margin: auto 5px;*/
    padding: 0 5px;
    height: 41px;
    position: relative;
    z-index: 99;
  }

  .pz_SideLayerph {
    display: none;
    background-color: #f6f6f6;
  }

  .pz_SideLayerph .l1 {
    list-style: none;
  }

  .pz_SideLayerph .l1 h3 {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: #e1e1e1 dashed 1px;
    position: relative;
    margin: 0;
    padding: 0;
  }

  .pz_SideLayerph .l1 h3 a {
    display: block;
    color: #333;
    padding-left: 15px;
  }

  .pz_SideLayerph .l1 h3.active a {
    color: #337ab7;
  }

  .pz_SideLayerph .l1 h3 img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
  }

  .pz_SideLayerph .l1 h3 img.img3 {
    display: block;
  }

  .pz_SideLayerph .l1 h3 img.img3h {
    display: none;
  }

  .pz_SideLayerph .l1 h3.active img.img3 {
    display: none;
  }

  .pz_SideLayerph .l1 h3.active img.img3h {
    display: block;
  }

  .pz_SideLayerph .l1 .l1ul {
    display: none;
  }

  .pz_SideLayerph .l1 .l1ul li {
    border-bottom: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 29px;
    font-size: 14px;
    line-height: 22px;
  }

  .pz_SideLayerph .l1 .l1ul li:last-child {
    border: 0;
  }

  .pz_SideLayerph .l1 .l1ul li a {
    color: #999999;
  }

  @media screen and (max-width:991px) {
    .babyserBox {
      display: block;
    }
  }

  /*微信弹窗*/
  #wxnr {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
  }

  #wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 18vh;
    left: 0;
    right: 0;
    width: 80vw;
    height: 50vh;
    padding: 0.3rem;
    padding-top: 0.6rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
  }

  #wxnr img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 30px auto;
  }

  #wxnr p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  #wxnr i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
  }

  #wxnr span {
    display: inline-block;
    background-color: #009b4c;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
  }

  #wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(https://www.choexpo.com/style/images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
  }

  /*复制提示*/
  #weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 0.26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
  }

  .pageBox {
    background-color: #f5f5f5;
    height: 60px;
  }

  .pageNav {
    float: left;
    line-height: 60px;
    /*margin-left: 3.94%;*/
  }

  .pageNav a {
    font-size: 16px;
    color: #333333;
    /*margin: 0 10px 0 0;*/
    float: left;
    padding: 0 30px;
    position: relative;
    text-align: center;
  }

  .pageNav a:last-child {
    margin: 0;
  }

  .pageNav a:hover {
    background-color: rgb(238, 90, 2);
    color: #fff;
  }

  .pageNav a:hover::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    /*background: url(https://www.choexpo.com/style/images/p50.png) center no-repeat;*/
    background-size: 100%;
  }

  .pageNav a.on {
    background-color: #0C7DF5;
    color: #fff;
  }

  .pageNav a.on::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background: url(https://www.choexpo.com/style/images/p50.png) center no-repeat;
    background-size: 100%;
  }

  .local {
    float: right;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 60px;
    margin-right: 3.94%;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .local a {
    color: #6b6b6b;
  }

  .local a:hover {
    color: #0C7DF5;
  }

  .local .ico {
    width: 16px;
    height: 16px;
    float: left;
    margin: 22px 0 0 0;
    line-height: 0;
    margin-right: 10px;
  }

  @media screen and (max-width:1549px) {

    .pageNav,.local{
      margin:0;
    }
  }

  @media screen and (max-width:1549px) {
    .pageNav a {
      font-size: 14px;
    }
  }
  @media screen and (max-width:1080px) {
    html {
      padding-top: 60px;
      transform: none !important;
    }
  }

  @media screen and (max-width:991px) {
    .pageBox {
      display: none;
    }
  }

  @media screen and (max-width: 767px) {
    html {
      padding-top: 60px;
      transform: none !important;
    }

    body {
      transform: none !important;
    }

    .foot_app_show {
      display: block;
      margin-top: 20px;
    }

    .foot_pc_show {
      display: none;
    }

    .pc_show {
      display: none !important;
    }

    /* 工具栏 */
    .icon {
      background: url(../image/icon-1.png) no-repeat;
      display: inline-block;
      background-size: 4rem auto;
      vertical-align: middle;
    }

    .icon,
    .iconn:before,
    .iconn:after,
    .iconbef:before,
    .iconbef:after {
      content: "\20";
      display: block;
    }

    #toolbar {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 888;
      height: 55px;
      left: 0;
      display: block;
    }

    #toolbar .list {
      width: 100%;
      height: 100%;
      max-width: 640px;
      min-width: 320px;
      margin: 0 auto;
      background: #3c3c3c;
    }

    #toolbar .list li {
      float: left;
      width: 25%;
      text-align: center;
    }

    #toolbar .list a {
      display: block;
      height: 55px;
      line-height: 15px;
      font-size: 13px;
      color: #fff;
      padding-top: 5px;
    }

    #toolbar .list a.hover {
      background: #009b4c;
    }

    #toolbar .list a s {
      margin-left: auto;
      margin-right: auto;
      width: 24px;
      height: 26px;
      display: block;
      background-size: 270px auto;
    }

    #toolbar .list a span {
      text-align: center;
      display: block;
      line-height: 22px;
    }

    #toolbar .list a .too-home {
      background-position: 0.03rem 0;
    }

    #toolbar .list a .too-qiao {
      background-position: -85.75px 0
    }

    #toolbar .list a .too-map {
      background-position: -41.2891px 0;
    }

    #toolbar .list a .too-tel {
      background-position: -129.281px 0
    }
    #toolbar .list a .too-online {
      background: url(https://www.choexpo.com/style/images/online-icon.png) no-repeat center top;
      background-size: 24px 22px;
    }

    .xbg {
      width: 100%;
      display: block;
      position: fixed;
      height: 1.05rem;
      left: 0;
      bottom: 0;
      background: #fff;
      z-index: 880;
    }

    #toolbar .list a s span {
      color: #fff;
      padding-top: .9rem;
      text-transform: initial;
      font-style: normal;
    }
  }

  a {
    text-decoration: none !important;
  }