
.app{
    width: 100%;
  
    min-height: calc(100vh - 310px);
    background: url(../images/download/downloadBg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.form-box{
    width: 1180px;
    min-height: 800px;
    background-color: #fff;
    margin: 0 auto;
  
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px;

}
.form-box .title{
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.form-item1{
    width: 100%;
    display: flex;
   justify-content: space-between;
}
.form-item-box{
    width: 49%;
}
.form-item-box .name,.lay-item-box .name{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.input-p{
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 20px
}
.input-p input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.lay-item-box{
    width: 100%;
}

.layui-input-block{
    margin-left: 0;
}
.layui-upload-drag{
    width: 100%;
}
#ishow{
    display: none;
}
.success{
    display: none;
}