.query_block {
    width: 100%;
    height: 60px
}

.query_block_first {
    margin: 0 12%
}

.query_block_title {
    color: #ff6000;
    padding: 20px;
    float: left;
}

.form_block {
    height: 40px;


    float: right;
    margin-top: 15px;
}

.form_input {
    padding-bottom: 2px;
    border-radius: 4px 0 0 4px;
    border: 2px solid #409eff;
}

input:focus {
    border: 2px solid #409eff;
}

.form_submit {
    background-color: #409eff;
    color: white;
    padding: 8px 20px;
    margin: 0;
    font-size: 12px;
    border-radius: 0 4px 4px 0
}

.query_content {
    width: 100%;
    min-height: 700px;

    height: auto;
    background-color: #f5f5f5
}

.query_content_block {
    margin: 0 12%;
}

.query_list {
    padding: 30px 0;
}

.query_list_block {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px
}

.query_img_block {
    width: 100%;
    height: 120px;
    border: 1px solid #d5d5d5;
}

.query_block_type {
    margin: 0 20px;

}

.query_type {
    font-size: 18px;
    color: #0066ff;
}

.query_size {
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}

.contact_block {
    margin: 30px 0 30px 0;
}

.contact_title {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5
}

.contact_all {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 32px
}

.table_brand {
    font-size: 12px;
    line-height: 24px
}

.ul_first li, .ul_second li {
    float: left;
    width: 80px;
    list-style-type: none;
    text-align: left;
}

ul {
    padding: 0;
    margin: 0
}

.table td, .table th {
    padding: 0.1rem !important;
    text-align: center;
}

.table th {
    background-color: #f5f5f5;
}

.info_table {
    height: auto;
    width: auto;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .query_block_first, .query_content_block {
        margin: 0 10px;
    }
    .query_block_title{
        display: none;
    }
    .query_list {
        padding: 10px 0;
    }
    .query_list_block{
        border-radius: 10px;
    }
    .query_content{
        background-color: #dedede;
    }

    .table_brand {
        display: none;
    }

    .query_img_block {
        height: 200px;
    }

    .query_type {
        margin-top: 10px;
    }
    .info_table{
        margin-top: 20px;
    }
}
