.pi_empty{
    width: 100%;
    height: 44px;
}
.pi_empty1{
    width: 100%;
    height: 66px;
}
/*产品inquiry表格布局开始*/
#pi_content{
    width: 100%;
    height: auto;
}
.pi_content{
    width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;

    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.pi_content_nav{
    margin: 0 10px;
    font-family: Lato;
    width: auto;
}
.pi_title {
    background-position: left top;
    background-repeat: repeat;
    background-attachment: scroll;
    position: relative;

}
.pi_title>h2 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    font-family: Montserrat;
}
.pi_table {
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;

    background-position: left top;
    background-repeat: repeat;
    background-attachment: scroll;
}
.fix {
    clear: both;
    zoom: 1;
}
.fix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}
.mt10 {
    margin-top: 10px;
}
fieldset, img {
    border: 0;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
}
.control-group {
    margin-bottom: 16px;
    width: 50%;
    float: left;
    display: block;
}
.controls {
    padding: 0 10px;
    /*padding-left: 5px;*/
    /*padding-right: 15px;*/
    position: relative;
}
.controls>input{
    border-radius: 0;
    width: 100%;
    padding: 4px 2px;
    text-indent: 6px;
    box-sizing: content-box;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

}
.controls>label{
    position: absolute;
    bottom: -14px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    left: 10px;
    right: 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #c00;
    color: #fff;
    opacity: .9;

}
.controls>input[type="text"]{
    height: 32px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
    color: #555;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
.control-group.textarea{
    width: 100%;
    margin-left: 0;
}
.controls>textarea{
    border-radius: 0;
    resize: none;
    width: 100%;
    padding: 4px 2px;
    text-indent: 6px;
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
    height: 80px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.control-group.submitGroup{
    width: 100%;
    margin: 0;
}
#submitBtn{
    border: 0px solid rgb(255, 193, 7);
    border-radius: 0px;
    background: rgb(246, 179, 47);
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: 188px;
    height: 48px;

    font-family: inherit;
    margin: 0;
    padding: 0 30px;
    display: inline-block;

    text-shadow: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    touch-action: manipulation;
    cursor: pointer;

    transition: all .3s ease-out;
    box-shadow: none;
}
#submitBtn:hover{
    background: #333333;
}
.errormessage{
    position: absolute;
    bottom: -14px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    left: 10px;
    right: 8px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #c00;
    color: #fff;
    opacity: .9;
    clear: both;
}
/*产品inquiry订单内容布局开始*/
.pi_info{
    position: relative;
    width: 100%;
    /*overflow: auto;*/
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (min-width: 990px) {
    .inner>table {
        min-width: 640px;
        width: 100%;
    }
}
.inner>table{
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    width: 100%;
    border-spacing: 0;

    display: table;
    box-sizing: border-box;
    text-indent: initial;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.pi_info_table th{
    background-color: #f3f3f3;
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px;

    font-style: normal;
    font-weight: normal;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.pi_info_table td{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px;
}
.pi_info_table td a{
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.pi_info_table td input{
    height: 32px !important;
    width: 6em;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;

    border-radius: 4px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
}
/*产品inquiry订单内容布局结束*/
/*产品inquiry表格布局结束*/