.business-main {
    display: block;
    width: calc(100% - var(--size-grid-gap) * 2);
    max-width: var(--size-safearea);
    margin: 0 auto 80px;
    padding-top: 172px;
}

.business-header>h1 {
    color: #313131;
    margin-bottom: 24px;
}

.business-header>h4 {
    font-weight: 400;
    color: #777777;
}

.business-infos {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    grid-gap: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.business-infos > div{
    color: var(--color-black);
    font-weight: 600;
}


.input-defaul-form {
    width: 100% !important;
    margin-top: 10px;
}

.zy-form input {
    width: 100% !important;
}

.textarea-defaul-form {
    width: 100% !important;
    min-height: 160px;
    margin-top: 10px;
}

.last-row {
    grid-column: 1/ 3;
}

.btn_post {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 56px;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    background: var(--color-red);
    outline: none;
    border: none;
    border-radius: 4px;
}

.industry,
.cooperation {
    background: #f5f5f5;
    width: 100%;
    margin-top: 10px;
}

.xm-label {
    background: #f5f5f5;
}

xm-select {
    height: 48px;
    border-radius: 4px;
}
p{
    color:var(--color-red);
    font-size: 12px;
    margin:0px;
    margin-top: 2px;
}
@media only screen and (max-width: 767px) {
    .business-infos {
        grid-template-columns: repeat(auto-fill, 98%);
    }
    .last-row {
        grid-column: 1 / 2;
    }
}