*{margin: 0px;padding: 0px;-webkit-text-size-adjust: none;}
.addBody{
	background: url(../images/banner.png) no-repeat;
	background-size: 100% auto;
	padding-top: 400px;
	padding-bottom: 200px;
	position: relative;
}
.banner img{width: 100%;}
.form{
	width: calc(100% - 150px);
	margin: 0px auto;
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 2rem;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 0 6px rgb(0 0 0 / 4%);
}
.el-form-item:first-child{margin-top: 22px;}
.el-form-item__label{font-size: 20px;line-height: 50px;width: 100% !important;text-align: left;}
.el-form-item__content{
	margin: 0px !important;
}
.el-input input{font-size: 18px;height: 50px;}
i{font-size: 17px !important;}
.el-radio__input.is-checked+.el-radio__label{font-size: 18px;}
.el-radio__label{font-size: 18px;}
.el-radio__inner{width: 18px;height: 18px;}
.el-date-editor.el-input, .el-date-editor.el-input__inner{width: 100%;height: 50px;line-height: 50px;}
.el-date-editor .el-range-input, .el-date-editor .el-range-separator{font-size: 18px;}
.btn{margin: 30px 0px;display: flex;justify-content: center;align-items: center;}
.el-button{padding: 15px 60px;font-size: 18px;}
.footer{position: absolute;right: 39px;bottom: 30px;}
.el-date-editor .el-range-separator{line-height: 42px;}

.bglist{
	background: url(../images/bg.jpg) no-repeat;background-size: cover;height: 100%;position: fixed;display: flex;justify-content: center;align-items: center;
}
.el-button--warning{
	color: #6b2c09;
	font-size: 26px;
}
.avatar-uploader .el-upload {
    border: 2px dashed #afafaf;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px !important;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
  }
  .avatar {
    width: 178px;
    height: 178px;
    display: block;
  }

.toudi{width: calc(100% - 150px);margin: 0px auto;margin-top: 50px;}
.toudi h3{font-size: 30px;text-align: center;color: #fff;line-height: 60px;font-weight: bold;}
.toudi p{font-size: 20px;color: #fff;word-break: break-all;padding: 10px 20px;line-height: 35px;}
