  /* 弹出框 */  #scan_code .code-proup {    display: none;    position: fixed;    top: 0;    left: 0;    z-index: 10000;    width: 100%;    height: 100%;    background:rgba(0,0,0,.45);    border-radius: 5px 5px 0 0;  }  #scan_code .code-proup-content {    position: fixed;    top: 48%;    left: 47%;    max-width: 480px;    width: 100%;    height: 440px;    border: none;    margin-top: -250px;    margin-left: -200px;    background-color: #fff;    border-radius: 10px;    z-index: 10001;  }  .proup-content-title {    font-weight: 600;    font-size: 26px;    line-height: 36px;    margin-bottom: 8px;    word-break: break-all;    text-align: center;  }.proup-content-top {    display: flex;    flex-direction: row;    justify-content: space-between;}.proup-content-top-left {    justify-content: flex-start;}.proup-content-top-right {    justify-content: flex-end;    width: 55px;    height: 55px;}.proup-content-top-right img {   width: 100%;   height: 100%;   margin-right: 15px;   cursor: pointer;}  #scan_code .code-proup-content img {    width: 46%;    height: 46%;    margin: 20px auto 0 auto;  }#scan_code .code-proup-content p {    margin-top: 24px;    font-weight: 500;    font-size: 14px;    color: #323233;    text-align: center;    line-height: 24px;}