﻿/*产品询价*/
.inquiry>h2{
    background: #555555;
    padding: 10px 0;
    font-size: 14px;
}
.inqu-msg>h2{
    color: #424242;
    font-size: 14px;
    padding: 18px 0;
}
.msg-ul li{
    margin-bottom: 1.16%;
}
.field{
    width: 80px;
    text-align: right;
    margin-right: 5px;
    color: #6f6f6f;
    vertical-align: top;
    line-height: 30px;
}
.field i{
    width: 7px;
}
.msg-ul input{
    border: 1px solid #e0e0e0;
    padding: 0 0.5%;
    width: 420px;
    line-height: 30px;
}
.msg-ul textarea{
    border: 1px solid #e0e0e0;
    padding: 5px 0.5%;
    width: 420px;
    height: 100px;
    line-height: 170%;
}
.msg-ul p{
    color: #424242;
    padding: 1.42% 0 3px 0;
}
.msg-btn{
    width: 260px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 6px;
}
.inquiry{
    padding-bottom: 50px;
}