#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;
}
.pointer {cursor: pointer;}
.contianer {
    width: 490px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.login_text {
/*    margin:40px 0 50px 40px;*/
    width: 100%;
    font-size: 18px;
}
.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{width: 80%;}
.form-hd {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 2rem;
  position: relative;
}
.el-form-item{width: 100%;}
.el-form-item__label{width: 24%;}
.el-form-item__content{width: 75%;float: left;}
.container_btn .el-form-item__content{width: 100%;float: unset;text-align: center;}
@media only screen and (max-width:768px){
  .contianer{width: 98%;}
  .form-hd {padding: 20px 2rem;}
  .login_text{margin: 10px 0;}
  .close{right: 2rem;line-height: 24px;vertical-align: middle;}
  .container_phone .el-input__inner{width: 100%;}
}