.wx_scancode_container {
  display: flex;
  color: #333333;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.wx_scancode_container a {
  cursor: pointer;
}

.wx_scancode_container .wx_hidden {
  display: none !important;
}

.wx_scancode_container .wx_scancode_created {
  font-size: 14px;
}

.wx_scancode_container .wx_scancode_created .qr_code {
  position: relative;
  width: 190px;
  height: 190px;
  padding: 14px;
  margin: 0 auto 20px;
  border: 1px solid #d9d9d9;
}

.wx_scancode_container .wx_scancode_created .qr_code .qr_code_img {
  width: 100%;
}

.wx_scancode_container .wx_scancode_overdue {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wx_scancode_container .wx_scancode_overdue img {
  width: 30px;
  height: 30px;
  margin: 15px;
}

.wx_scancode_container .wx_scancode_overdue .refresh {
  color: #409EFF;
  font-weight: 600;
}

.wx_scancode_container .wx_scancode_hint .wx_scancode_hint_refresh {
  position: relative;
  padding-left: 12px;
  color: #409EFF;
}

.wx_scancode_container .wx_scancode_hint .wx_scancode_hint_refresh img {
  width: 14px;
  height: 14px;
  vertical-align: -11.5%;
}

.wx_scancode_scaned {
  font-size: 16px;
  font-weight: 600;
}

.wx_scancode_scaned .qr_success_img {
  margin: 42px 0 28px;
}

.wx_scancode_scaned .wx_scancode_hint {
  max-width: 285px;
  margin: 0 auto;
  padding-top: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}
