#container_box {
    width:100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
}
.contianer {
    width: 700px;
    background: #FFFFFF;
    border-radius: 3px;
    position: relative;
}
.login_text {
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: ;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.el-input__inner {
    height: 38px;
    line-height: 38px;
}
.container_phone {}
.el-form-item__content {
    line-height: 38px !important;
}
.container_code .el-form-item__content {
    display: flex;
}
.container_phone .el-input__inner {
    width: 280px;
}
.container_code .el-input__inner {
    width: 174px;
}
.container_code .el-input {
    width: auto !important;
}
.getCode {
    width: 94px;
    height: 38px;
    background: #f9c6c4;
    border-radius: 5px;
    color:#DF362F;
    padding: 0 !important;
    line-height: 38px !important;
    margin-left: 12px;
}
.btn_login {
    width: 200px;
    height: 40px;
    background: #DF362F;
    border-radius: 5px;
    padding: 0;
}
.close {
    position:absolute;
    top: 16px;
    right: 16px;
    font-size:16px;
    color: #e1e1e1;
}
.el-dialog__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_box {
  display: flex;
  padding: 0 13px 0 15px;
}
.code_box .el-input {
  width: auto !important;
}
.code_box .el-input__inner{
  width: 174px !important;
}
.code_box .code_image {
  height: 38px;
  width:96px;
  border-radius: 3px;
  margin-left: 10px;
}
.code_box .code_image img {
  width:100%;
  height: 100%;
}
.demo-ruleForm {
    padding-top: 20px;
}
.login-parent {
    padding: 0 40px 30px;
    display: flex;
    justify-content: space-between;
}
.scan-code {
    position: relative;
    top: -30px;
    text-align: center;
    font-size: 14px;
}
.scan-code-top {
    padding-bottom: 15px;
    font-size: 18px;
}
.scan-app-name {
    color: #DF362F;
    font-weight: bold;
}
.qr-code-parent {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.qr-code {
    width: 100%;
}
.qr-code-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
}
.scan-code-foot {
    padding: 10px 0;
}
.qr-code-invalid {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    line-height: 150px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    opacity: 0.8;
    cursor: pointer;
}