.show-qr-code {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.show-qr-code .qr-code-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.76;
  background: #101A29;
}

.show-qr-code .code-content {
  width: 469px;
  height: 566px;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  margin-top: -283px;
}

.show-qr-code .code-content .code-title {
  width: 100%;
  height: 110px;
  position: relative;
}

.show-qr-code .code-content .code-title .qrcode-close-icon {
  width: 17px;
  height: 17px;
  float: right;
  margin-top: 22px;
  margin-right: 31px;
  background: url("../images/common/quit.png") no-repeat;
  background-size: 100% 100%;
}
.show-qr-code .code-content .code-title .qrcode-close-icon:hover{
  cursor: pointer;
}

.show-qr-code .code-content .code-title .invite-code {
  width: 100%;
  height: 38px;
  text-align: center;
  line-height: 38px;
  padding-top: 30px;
}

.show-qr-code .code-content .code-title .invite-code .invent {
  font-size: 16px;
  color: #646873;
}

.show-qr-code .code-content .code-title .invite-code .code {
  font-family: 'DIN';
  font-size: 34px;
  padding-left: 14px;
  background-image: -webkit-linear-gradient(top, #6CC7FF, #5A33FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #3A8BFF\9;
}

.show-qr-code .code-content .code-title .code-input {
  width: 100%;
  height: 29px;
  line-height: 20px;
  font-size: 14px;
  color: #A8A8B3;
  text-align: center;
  margin-top: 10px;
}

.show-qr-code .code-content .qrcode-content {
  width: 100%;
  height: calc(100% - 110px);
}

.show-qr-code .code-content .qrcode-content .code-wrapper {
  width: calc(100% - 90px);
  margin-left: 45px;
  height: calc(100% - 78px);
  border: 1px solid #F2F2F2;
  border-radius: 6px;
}

.show-qr-code .code-content .qrcode-content .code-wrapper .codes {
  width: calc(100% - 32px);
  margin-left: 16px;
  height: calc(100% - 32px);
  margin-top: 16px;
}

.show-qr-code .code-content .qrcode-content .code-wrapper .codes img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.show-qr-code .code-content .qrcode-content .code-class {
  width: 469px;
  height: 78px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #181E33;
  letter-spacing: 0.34px;
}
.show-qr-code .code-content .code-title .invite-code .copy {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/copy.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
  cursor: pointer;
}

.show-qr-code .code-content .qrcode-content .code-tips {
  text-align: center;
  color: #8A8B99;
  letter-spacing: 0.34px;
  padding: 12px 0 10px;
  font-size: 14px;
}

.show-qr-code .code-content {
  height: auto;
  min-height: 566px;
}