﻿.need-title {
    text-align: center;
}

    .need-title:before, .need-title:active {
        content: '';
        display: table;
        clear: both;
    }

    .need-title h2 {
        width: 1200px;
        font-size: 1.35rem;
        font-weight: initial;
        margin-top: 40px;
    }

    .need-title h3 {
        width: 1100px;
        line-height: 26px;
        font-size: 1.2rem;
        color: #666666;
        font-weight: initial;
        margin-top: 15px;
    }

.need {
    position: relative;
    width: 1200px;
    min-height: 500px;
    margin-top: 30px;
    padding-bottom: 50px;
    /*border: 1px solid red;*/
}

    .need p {
        font-size: 1.28rem;
        text-align: center;
    }

    .need ul {
        padding: 0;
        margin-top: 25px;
    }

        .need ul li {
            list-style: none;
            width: 930px;
            margin-top: 20px;
            box-sizing: border-box;
        }

            .need ul li input {
                width: 860px;
                height: 40px;
                line-height: 40px;
                padding: 0 20px 0 20px;
                margin-left: 15px;
                outline: none;
                border: none;
                border: 1px solid #d8d8d8;
                border-left: 2px solid #f9a632;
                /*box-shadow: 0 0 2px 0 #808080;*/
                border-radius: 2px;
            }

            .need ul li select {
                color: #808080;
                width: 440px;
                height: 40px;
                line-height: 40px;
                padding: 0 15px 0 15px;
                margin-left: 15px;
                outline: none;
                border: none;
                border: 1px solid #d8d8d8;
                border-left: 2px solid #f9a632;
                border-radius: 2px;
            }

            .need ul li textarea {
                width: 860px;
                height: 80px;
                padding: 10px 20px 10px 20px;
                margin-left: 15px;
                outline: none;
                border: none;
                border: 1px solid #d8d8d8;
                border-left: 2px solid #f9a632;
                /*box-shadow: 0 0 2px 0 #808080;*/
                border-radius: 2px;
                resize: none;
            }

.need-btn input {
    font-size: 1.28rem !important;
    width: 180px !important;
    height: 46px !important;
    line-height: 46px !important;
    color: white;
    background: #f9a632;
    border: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.need-file {
    width: 900px;
    height: 190px;
    background-color: white;
    border: 1px solid #d8d8d8;
    border-left: 2px solid #f9a632;
}

.file {
    position: absolute;
    width: 900px !important;
    height: 190px !important;
    border: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.need-file-btn {
    text-align: center;
}

    .need-file-btn img {
        margin-top: 20px;
    }

    .need-file-btn h2 {
        color: #888888;
        font-weight: initial;
        margin-top: 10px;
    }

    .need-file-btn h3 {
        font-weight: initial;
        width: 190px;
        height: 40px;
        line-height: 40px;
        color: #f9a632;
        border: 1px solid #f9a632;
        margin-top: 10px;
    }

.need-file-name {
    position: relative;
    display: none;
}

    .need-file-name p {
        font-weight: initial;
        width: 860px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #666666;
        border-bottom: 1px solid #cccccc;
        margin-top: 10px;
    }

    .need-file-name a {
        position: absolute;
        top: 8px;
        right: 15px;
    }
