.jw-share-qrcode-dialog{
  #alert-dialog-title{
    border-bottom: 1px solid #e7e7e7;
    .icon-close-export-list{
      float: right;
      cursor: pointer;
    }
  }
  .jw-share-qrcode-content{
    padding: 23px 29px 40px 30px;
    .jw-share-qrcode-link{
      .title{
        font-size: 14px;
        color: #494949;
      }
      .left{
        width: 468px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background: #f5f5f5;
        border-radius: 2px;
        margin-right: 15px;
      }
      .link{
        margin-top: 15px;
        button{
          border: none;
          padding: 0 11px;
          height: 30px;
          line-height: 30px;
          color: #fff;
          background: #404a53;
          cursor: pointer;
          vertical-align: top;
          margin-top: 5px;
        }
        .copyed-btn{
          background: #3297FC;
        }
      }
      .link-title{
        color: #b0b0b0;
        margin-right: 28px;
        vertical-align: top;
      }
      .link-address{
        color: #333333;
        width: 87%;
        display: inline-block;
        white-space: nowrap;
        overflow-x: auto;
        -moz-scrollbar-width: none;
        -ms-overflow-style: none;
        height: 20px;
        margin-top: 10px;
        line-height: 20px;
      }
      .link-address::-webkit-scrollbar { height: 0 !important;width:0px !important; }
      .link-address-selected{
        background: #3297fc;
        opacity: 0.7;
      }
      .link-desc{
        color: #b0b0b0;
        font-size: 12px;
        margin-top: 4px;
      }
    }
    .share-code-w{
      margin-top: 30px;
      .title{
        font-size: 14px;
        color: #494949;
      }
      .share-code{
        width: 220px;
        height: 218px;
        background: #f5f5f5;
        margin: 14px auto;
        img{
          display: inline-block;
          width: 150px;
          height: 150px;
          margin: 21px 35px 10px 35px;
        }
        .share-code-desc{
          text-align: center;
          font-size: 12px;
          color: #494949;
        }
      }
      .download-btn{
        margin: 10px auto;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background: #f0f0f0;
        border-radius: 50%;
        .icon-download{
          margin: 11px 13px;
        }
      }
    }
  }
}
