body{
  background-color: #f1f1f1;
}
.accountformation_box{
  width: 1190px;
  margin:20px auto;
  display: flex;
}
.accountformation_box .navList{
  width: 250px;
  background-color: #ffffff;
}
.accountformation_box .main{
  width:920px;
  min-height: 600px;
  margin-left: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.accountformation_box .main .header{
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-top: 46px;
  padding-bottom: 19px;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 2px solid #efefef;
}
.accountformation_box .main .form{
  margin-left: 112px;
  margin-top: 30px;
}
.accountformation_box .main .form .form_item{
  display: flex;
  margin-bottom: 30px;
}
.accountformation_box .main .form .form_item .left{
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  line-height: 40px;
}
.accountformation_box .main .form .form_item .right{
  width: 100%;
}
.accountformation_box .main .form .form_item .left span{
  color: #e51a1a;
  margin-left: 4px;
  vertical-align: -3px;
}
.accountformation_box .main .form .form_item .right .imgPreviews{
  width: 146px;
  height: 146px;
  cursor: pointer;
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  vertical-align: top;
}
.accountformation_box .main .form .form_item .right .imgPreviews #mHeadImg{
  width: 146px;
  height: 146px;
  display: inline-block;
  opacity: 0;
}
.accountformation_box .main .form .form_item .right .el-input__inner{
  width: 430px;
}
.accountformation_box .main .form .form_item .right .el-input__inner.disabled{
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}
.accountformation_box .main .form .preservation_btn{
  width: 300px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  background: #e51a1a;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
}
.accountformation_box .main .form .preservation_btn:hover{
  background-color: #d20000;
}
/* 弹框 */
.accountformation_box .success_model{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 99999;
}
.accountformation_box .success_model .model_box{
  width: 480px;
  background: #fff;
  border-radius: 8px;
  margin: 5% auto;
  padding-bottom: 20px;
}
.accountformation_box .success_model .model_box .close_img{
  text-align: right;
}
.accountformation_box .success_model .model_box .close_img img{
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.accountformation_box .success_model .model_box .success_box .success_content{
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-align: center;
}