/* 固定的微信图标 */
.fixed {
    position: fixed;
    top: 42%;
    right: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 9999;
  }
  
  .fixed img {
    width: 80px;
    height: 80px;
  }
  
  /* 微信对话框 */
  .fixed .pcDialog {
    width: 266px;
    position: absolute;
    top: -90px;
    right: 80px;
    z-index: 100;
  }
  
  .fixed .dialog-header {
    height: 40px;
    line-height: 40px;
    background: url("../images/download8.png") no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    font-family: "Microsoft YaHei-Light", "Microsoft YaHei";
    font-weight: 300;
    color: #fff;
    text-align: center;
  }
  
  .fixed .dialog-header.alt {
    background: url("../images/download111.png") no-repeat;
    background-size: 100% 100%;
  }
  
  .fixed .dialog-body {
    background-color: #fff;
    text-align: center;
    padding-bottom: 20px;
  }
  
  .fixed .pcDialog img {
    width: 226px;
    height: 226px;
    margin-top: 20px;
  }
  
  .fixed .copy-text {
    font-size: 18px;
    font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 10px 0;
  }
  
  .fixed .pc-copy {
    width: 226px;
    height: 39px;
    background: #b38548;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Microsoft YaHei-Regular", "Microsoft YaHei";
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
    cursor: pointer;
    border: none;
  }
  