.pop_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); }

.code_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  border-radius: .24rem; }
  .code_pop .code_pic img {
    display: block;
    width: 4.1rem;
    height: 4.5rem;
    margin: .4rem .4rem 0 .4rem; }
  .code_pop .code_pic span {
    display: block;
    margin: .3rem;
    text-align: center;
    font-size: .24rem;
    color: #999999; }
  .code_pop .error_tip {
    width: 5.7rem;
    height: 6.23rem;
    box-sizing: border-box;
    padding: 1.52rem 0; }
    .code_pop .error_tip .error_pic {
      display: block;
      width: 3rem;
      height: 2.5rem;
      margin: 0 auto .3rem;
      background: url("icons/error_tip.png") no-repeat center/contain; }
    .code_pop .error_tip .error_txt {
      font-size: .28rem;
      color: #999;
      line-height: .4rem;
      text-align: center; }
  .code_pop .psd_box {
    width: 5.7rem;
    height: 6.23rem;
    box-sizing: border-box;
    padding: 1.12rem 0; }
    .code_pop .psd_box .psd_pic {
      display: block;
      width: 1.6rem;
      height: 1.6rem;
      margin: 0 auto .3rem;
      background: url("icons/psd.png") no-repeat center/contain; }
    .code_pop .psd_box .psd_num {
      margin-bottom: .3rem;
      font-size: 1.04rem;
      font-weight: 600;
      color: #3C70C1;
      line-height: 1.45rem;
      letter-spacing: .14rem;
      text-align: center; }
    .code_pop .psd_box .psd_txt {
      font-size: .24rem;
      color: #999;
      line-height: .33rem;
      text-align: center; }
  .code_pop .pop_btm {
    height: .87rem;
    line-height: .87rem;
    font-size: .24rem;
    text-align: center;
    color: #007AFF;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
