.menu-form{
    width: 100%;
    height: 440px;
    /* background: yellow; */
    background: url('../image/bg.png') no-repeat;
    background-size: 100% 100%
}
.stuff{
    width: 83%;
    height: 100%;
    margin: 0 auto;
    /* background: red; */
    position: relative
}
.item{
    width: 70%;
    height: 188px;
    /* background: blanchedalmond; */
    position: absolute;
    bottom: 148px;
    left: 0;
}
.protocol{
    width: 75%;
    height: 188px;
    /* background: beige; */
    position: absolute;
    top: 52px;
    right: 0;
}
.item ul,.protocol ul{
    height: 100%;
}
.item li,.protocol li{
    width: 25%;
    height: 100%;
    /* background: skyblue */
}
.item ul li:first-child,.protocol ul li:first-child{
    float: left;
}
.item ul li:last-child,.protocol ul li:last-child{
    float: right;
}
.itemcont{
    font-size: 22px;
}
.writes{
    font-size: 18px;
    color:#999999;
    margin: 20px 0 23px 0
}
.forms{
    width: 100%;
    height: 1200px;
    background: #FAFAFA;
    position: relative
}
.form-box{
    width: 80%;
    height: 500px;
    background: #FAFAFA;
    margin: -105px auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    /* text-align: center; */
}
.form-box h1{
    font-size: 40px;
    color:#999999;
    padding: 60px 0 30px 0
}
.checkscont{
    width: 20%;
    height: 60px;
    line-height: 60px;
    background: #218537;
    margin: 0 auto;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}
.checkscont-active{
    opacity: .5;
}

.agree p{
    font-size: 20px;
    color: #218537;
    padding-bottom: 60px
}
.deal{
    margin-top: 40px;
    width: 100%;
    background: white;
    padding: 20px 0
}
.agree{
    background: 210px;
    background: white;
    text-align: center
}
.el-form{
    width: 100%;
}
.el-form--inline .el-form-item{
    width: 100% !important;
}
.el-form--inline .el-form-item__label{
    width: 15% !important;
    float: right;
    margin-right: 2%
}
.el-form--inline .el-form-item__content{
    width: 40% !important
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
  }
  .avatar {
    width: 178px;
    height: 178px;
    display: block;
  }
.checks{
    width: 100%;
    text-align: center;
    margin: 140px 0 20px 0;
    font-size: 20px
}
.el-checkbox{
    color: #218537 !important
}
input[type=file]{
    display: none !important
}

/* 三级联动默认样式修改 */
button, input, select, textarea {
    border: 1px solid #DCDFE6;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;

}
[class*=" el-icon-"], [class^=el-icon-]{
    line-height: 6 !important
}