.procduct {
    /* padding-bottom: 114px; */
}

.procduct img {}

.page-header {
    border: 0;
}

.page-header h2 {
    text-align: center;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.page-header p {
    /* height: 77px; */
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    line-height: 30px;
}

.borders {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-bottom: 42px;
}

.demand_item img {
    margin-right: 10px
}


/* 表单 */

.form {
    margin-top: 30px;
}

.form-header p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(232, 25, 41, 1);
}

.demand_item input,
.demand_item select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(229, 229, 229, 1);
    padding-left: 28px;
    margin: 22px 0;
}

.demand_item {
    text-align: center;
}

.demand_item button {
    margin-top: 50px;
    width: 40%;
    height: 42px;
    background: rgba(232, 25, 41, 1);
    border: none;
    color: #fff
}


/* 切换 */