  /**
   * 左侧联系方式*开始
   */
 * {
    -webkit-overflow-scrolling: touch;
  }
  
  
  
  
  
  .fs12 {
    font-size: 0.75rem;
  }
  
  
  
  .t_c {
    text-align: center;
  }
  
  
  
  #content,
  .bg_blur,
  body,
  html {
    background-color: #fff;
  }
  
  
  body,
  html,
  ol,
  ol li,
  ul,
  ul li {
    padding: 0;
    margin: 0;
  }
  
  
  
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .p_buy .zy_banner_buy .zy_buy_banner_container *,
  .p_index .zy_banner_index .zy_index_banner_container *,
  .zy_banner_dz .zy_dz_banner_container * {
    box-sizing: border-box;
  }
  
  
  /*body {*/
  /*  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB",*/
  /*    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;*/
  /*  color: #666;*/
  /*}*/
  
  ol,
  ol li,
  ul,
  ul li {
    list-style: none;
  }
  
  dl dd,
  dl dt {
    margin: 0;
  }
  
  /*p {*/
  /*  text-align: left;*/
  /*  font-size: 16px;*/
  /*  line-height: 1.5;*/
  /*  margin-top: 9px;*/
  /*  margin-bottom: 9px;*/
  /*  color: #999;*/
  /*  word-break: break-all;*/
  /*}*/
  
  /*a {*/
  /*  color: inherit;*/
  /*}*/
  
  em,
  i {
    font-style: italic;
  }
  
  del,
  s,
  strike {
    text-decoration: line-through;
  }
  
  
  
  
  .zy_sidebar {
    width: 116px;
    height: 330px;
    position: fixed;
    top: 50%;
    right: -116px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #dfdfdf;
    transition: all 0.3s;
    z-index: 999999999999999999999999;
  }
  
  /*.zy_sidebar .sidebar_arrow:after,*/
  /*.zy_sidebar .sidebar_tips:after {*/
  /*  border-top: 10px solid #59b6d7;*/
  /*  bottom: -15px;*/
  /*}*/
  
  .zy_sidebar.active {
    left: 0px;
  }
  
  .zy_sidebar.active .sidebar_arrow {
    display: block;
  }
  
  .zy_sidebar.active .sidebar_tips {
    display: none;
  }
  
  .zy_sidebar .zy_sidebar_inner {
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, white , white);
    padding: 10px;
  }
  
  .zy_sidebar .sidebar_arrow,
  .zy_sidebar .sidebar_tips {
    background-color: #ffffff;
    cursor: pointer;
    transform: translateY(-50%);
    position: absolute;
  }
  
  .zy_sidebar .zy_sidebar_inner p {
    text-align: center;
    margin: 0;
  }
  
  .zy_sidebar .zy_sidebar_inner figure {
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
  }
  
  .zy_sidebar .zy_sidebar_inner figure.border_bottom {
    margin-bottom: 9px;
    border-bottom: 1px solid #ededed;
  }
  
  .zy_sidebar .zy_sidebar_inner figure img {
    display: inherit;
    margin: 0 auto;
    width: 86px;
    height: 86px;
  }
  .zy_sidebar .zy_sidebar_inner a img {
    width: 50px;
    height: 50px;
  }
  
  .zy_sidebar .zy_sidebar_inner figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 0.875rem;
    color: #59b6d7;
  }
  
  .zy_sidebar .zy_sidebar_inner figure figcaption.color_57c58a {
    color: #000000;
  }
  
  .zy_sidebar .sidebar_tips {
    z-index: -1;
    display: block;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 38px;
    height: 100px;
    top: 50%;
    left: -38px;
  }
  
  .zy_sidebar .sidebar_tips:after,
  .zy_sidebar .sidebar_tips:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-left: 10px solid transparent;
    position: absolute;
    left: 25px;
  }
  
  /*.zy_sidebar .sidebar_tips:before {*/
  /*  top: -15px;*/
  /*  border-bottom: 10px solid #59b6d7;*/
  /*}*/
  
  .zy_sidebar .sidebar_tips p {
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    margin: 10px auto 0;
    padding: 0;
    width: 16px;
    font-size: 1.5rem;
    color: #fff;
  }
  
  .zy_sidebar .sidebar_arrow {
    display: none;
    border-radius: 50%;
    background-image: url(img/sidebar_arrow@2x.png);
    width: 46px;
    min-height: 58px;
    top: 50%;
    left: -23px;
    background-repeat: no-repeat;
    background-position: 10px 20px;
  }
  
  .zy_sidebar .sidebar_arrow:after,
  .zy_sidebar .sidebar_arrow:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border-left: 10px solid transparent;
    position: absolute;
    left: 11px;
  }
  
  /*.zy_sidebar .sidebar_arrow:before {*/
  /*  top: -15px;*/
  /*  border-bottom: 10px solid #59b6d7;*/
  /*}*/
  
  @media screen and (max-width: 768px) {
    .zy_sidebar {
      height: 360px;
    }
  
    .zy_sidebar figure:nth-child(4) {
      display: none;
    }
  }
    /**
     * 左侧联系方式*结束
     */
  