#login_container {
  width: 300px;
  margin: auto;
  padding-top: 20px;
}
body {
  padding: 0;
  margin: 0;
}
iframe {
  height: 240px;
}
.titles {
  width: 100%;
  text-align: center;
  margin: 0;
}
.ecyzBox {
  width: 320px;
  margin: 65px 30px;
  flex-direction: column;
  align-items: center;
}
.ecyzBox .QRcode {
  width: 220px;
}
.ecyzBox .rightBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ecyzBox .rightBox .title {
  margin-top: 10px;
}
.ecyzBox #codeInput {
  outline: none;
  background: none;
  box-shadow: none;
  border: 1px solid #4189e2;
  margin: 10px 10px;
  width: 200px;
  height: 50px;
  font-size: 32px;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.ecyzBox .updataBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  font-size: 22px;
  color: #fff;
  border-radius: 10px;
  background-color: #4189e2;
  cursor: pointer;
}
.jumpindex {
  position: relative;
  bottom: -150px;
  text-align: center;
  color: #4189e2;
  cursor: pointer;
}
