body {
    background: #f0f0f0;

}

body {
    background: #f0f0f0;
}

.main-cont {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 60px;
    overflow-y: auto;
}

.proj-name {
    width: calc(100% - 40px);
    height: 60px;
    background: rgba(19, 149, 225, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    z-index: 9;
}

.proj-name div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
}

.proj-name div p {
    margin-bottom: 5px;
}

.proj-name img {
    width: 130px;
    margin: 0;
}

.form-div {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    margin-top: 20px;
}

.first-apply-form {
    width: 40%;
    height: 100%;
    margin: 0 auto;
}

.module-title {
    width: 70%;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    padding: 0 20px;
    color: rgb(105, 144, 251);
    background: rgb(237, 243, 255);
}

.tips {
    width: 100%;
    font-size: 14px;
    color: #999;
    margin: 20px 0;
}

.layui-form-label {
    width: 100px;
}

.layui-input-block {
    margin-left: 130px;
}
