.consult {
    width: 100%;
    display: inline-block;
    padding: 15px;
    overflow: hidden;
}

.consult_table_wrap {
    width: 100%;
    border-spacing: 1px;
    border: 0px #fff;
    border-collapse: collapse;
}

.consult_p_title {
    margin-left: 15px;
    margin-top: 6px;
    margin-bottom: 3px;
    display: inline-block;
    text-align: left;
    font-weight: bold;

}

.consult_table_wrap .tb_product {
    width: calc(100% - 15px);
    margin: 10px 0px;
    background: #ddd none repeat scroll 0% 0%;
    border: 1px #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}

.consult_table_wrap .tb_product tr th {
    background-color: #eee;
}

.consult_table_wrap .tb_product tr th div {
    display: block;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

.consult_table_wrap .tb_product tr th div span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

.consult_table_wrap .tb_product tr td {
    background-color: #fff;
}

.consult_table_wrap .tb_product tr td div {
    width: calc(100% - 10px);
    padding: 5px;
    display: inline-block;
    text-align: center;
}

.consult_table_wrap .tb_product tr td div.consult_pimg_wrapper {
    width: 180px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.consult_table_wrap .tb_product tr td div img.consult_pimg {
    width: 100%;
}

.consult_table_wrap .tb_product tr td div span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.consult_table_wrap tr td span.consult_tip {
    line-height: 120%;
    display: block;
    padding: 5px 5px 8px;
    text-align: left;
    font-weight: bold;
}

.consult_table {
    width: calc(100% - 15px);
    background: #ddd none repeat scroll 0% 0%;
    border: 1px #ccc;
    border-collapse: separate;
    border-spacing: 1px;
}

.consult_table td {
    height: 24px;
    line-height: 24px;
    padding: 6px;
    display: table-cell;
}

.consult_table td.clabel1 {
    width: 120px;
    text-align: right;
    background-color: #efefef;

}

.consult_table td.cinput1 {
    background-color: #efefef;
}

.consult_table td.chint1 {
    background-color: #efefef;
}

.consult_table td.chint1 > div {
    width: 250px;
}

.consult_table td.clabel2 {
    width: 120px;
    text-align: right;
    background-color: #fff;

}

.consult_table td.cinput2 {
    background-color: #fff;
}

.consult_table td.chint2 {
    background-color: #fff;
}

.consult_table td.chint2 > div {
    width: 250px;
}

.consult_table input[type="text"] {
    width: 180px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    text-indent: 5px;
}

.consult_table input[type="text"].i_require {
    border-left: 1px solid #cc0033;
}

.consult_table textarea {
    width: 90%;
    height: 200px;
    border: 1px solid #ddd;
    border-left: 1px solid #cc0033;
    padding: 5px;
}

.consult_table td > span.red3 {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #C00;
    text-align: center;
}

.verify_code_img {
    width: 60px;
    height: 30px;
    display: inline-block;
    cursor: hand;
}

.mBtn {
    padding: 5px;
    border: 1px #ccc solid;
    display: inline-block;
    max-width: 80px;
    min-width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px 10px;
    padding: 0 15px;
    border-radius: 3px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.mBtn:hover {
    border-color: #dd5a58;
}
