.newdemand_nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 138px;
}

.newdemand_nav .newdemand_nav_item {
    position: relative;
    width: 290px;
    background: #E6FBEF;
    padding: 30px 0 30px 134px;
    border-radius: 6px;
}
.newdemand_nav .newdemand_nav_item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.newdemand_nav .newdemand_nav_item h1 {
    line-height: 56px;
    font-size: 40px;
    color: rgba(0, 0, 0, .75);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newdemand_nav .newdemand_nav_item h2 {
    line-height: 22px;
    font-size: 16px;
    color: rgba(0, 0, 0, .75);
}
.newdemand_form {
    width: 100%;
    background: #FFF;
    margin: 12px auto 80px;
    padding: 38px 0 88px;
}
.newdemand_form .form_title {
    line-height: 29px;
    font-size: 24px;
    font-family: Helvetica;
    color: #56BEB2;
    text-align: center;
}

.newdemand_form .form_remind {
    padding: 0 11px 0 16px;
    display: table;
    height: 36px;
    line-height: 36px;
    margin: 32px 0 24px 165px;
    font-size: 14px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FAAD14;
    text-align: center;
    border: 1px solid #FAAD14;
    border-radius: 4px;
}
.newdemand_form .form_remind .phone-text {
    list-style: none;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FAAD14;
    padding: 0 6px;
}








