
/* 提交需求 */
.demand_box {
    width: 100%;
    height: 100vh;
    background: #0d0d0d7d;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 999;
}

.demand {
    width: 701px;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #979797;
    padding: 40px;
    margin: 0 auto;
    margin-top: 100px;
    box-sizing: border-box;

}


.demand_title_box {
    display: flex;
    align-items: center;
}

.demand_title_box img {
    width: 22px;
    height: 22px;
    margin-left: 8px;
}

.demand_title {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #006EFF;
    line-height: 30px;
}

.demand_text {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 12px;
}

.demand_input_text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 15px;
}
.demand_phone_text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.demand_phone_input{
    width: 620px;
    height: 50px;
    background: #F4F9FF;
    border-radius: 4px;
    border: 1px solid #9DC7FF;
}

.demand_textarea {
    width: 621px;
    height: 140px;
    background: #F4F9FF;
    border-radius: 5px;
    border: 1px solid #9DC7FF;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 12px;
}

.demand_btn_box {
    width: 340px;
    height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 30px;
}

.demand_btn_left {
    width: 142px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #006EFF;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #006EFF;
    cursor: pointer;
}

.demand_btn_right {
    width: 142px;
    height: 46px;
    background: #006EFF;
    border-radius: 5px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
#demand_box{
    display: none;
}
