/*side-cnt start*/
.side-cnt {
    position: fixed;
    right: 0;
    top: 67%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  .side-cnt dl:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  
  .side-cnt dl {
    cursor: pointer;
    border-bottom: 2px solid #fff;
    padding: 10px;
    background-color: #bba262;
    margin-bottom: 0;
    position: relative;
  }
  
  .side-cnt dl a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .side-cnt dt {
    margin-bottom: 5px;
  }
  
  .side-cnt dd {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
  }
  
  .side-cnt .wx, .side-cnt .phone {
    display: none;
    width: 140px;
    line-height: 24px;
    padding: 10px 10px 5px;
    border: 1px solid #eee;
    background: #fff;
    color: #333;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 82px;
  }
  
  .side-cnt .wx div {
    margin-bottom: 5px;
  }
  
  .side-cnt .wx img {
    width: 100%;
  }
  
  .side-cnt .phone {
    top: 68px;
  }
  
  .side-cnt .wx::after, .side-cnt .phone::after {
    content: " ";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -1px;
    width: 10px;
    height: 10px;
    border: #eee solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  
  .side-cnt .wx {
    height: auto;
    margin-top: -84px;
    line-height: 20px;
    text-align: center;
  }
  
  .side-cnt dl.open .phone {
    margin-top: -69px;
  }
  
  .side-cnt dl.open .wx, .side-cnt dl.open .phone {
    display: block !important;
  }
  
  .side-cnt dl.open .phone i.icon-phone {
    width: 24px;
    height: 15px;
    display: inline-block;
    background-position: -4px -227px;
    margin: 0;
  }
  
  .side-cnt dl.open .phone .dd-title span {
    display: inline-block;
    line-height: 24px;
    color: #979797;
  }
  
  .side-cnt dl.open .phone-cnt span, .side-cnt dl.open .phone-cnt span a {
    font-size: 14px;
    color: #39599f;
    display: inline-block;
    line-height: 30px;
  }
  
  .side-cnt dl.open .phone span + span {
    border-top: 1px dashed #dedede;
    color: #666;
  }
  
  .side-cnt dd p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
  }
  
  #toTop {
    display: none;
    background-color: #bba262;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  
  .side-cnt dl:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  
  .side-cnt i {
    display: block;
    width: 25px;
    height: 28px;
    margin: 0 auto;
    background: url(../images/side-cnt.png) no-repeat;
  }
  
  .side-cnt .talk-icon {
    background-position: -2px -108px;
  }
  
  .side-cnt .qrcode-icon {
    background-position: -2px -50px;
  }
  
  .side-cnt .phone-icon {
    background-position: -2px -169px;
  }
  
  .side-cnt .top-icon {
    background-position: -4px 8px;
  }
  
  
  @media only screen and (max-width: 1200px) {
    .side-cnt dl, .side-cnt dd {
      display: none;
    }
    .side-cnt #toTop {
      width: 40px;
      height: 40px;
      padding: 5px 0 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
    .side-cnt {
      top: auto !important;
      bottom: 60px !important;
      right: 20px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
  }
  
  /*side-cnt end*/
  