.product_inquiry_view{
    /*width:1198px;*/
    width:960px;
    height:auto;
    border:1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background:#fff;
}
.qw_w1120{
    margin:auto;
    /*width:1120px;*/
    width:960px;
    height:auto;
}
.product_inquiry_title{
    width:100%;
    height:52px;
    line-height:52px;
    border-bottom:1px solid #ddd;
}
.product_inquiry_title_small{
    width:100%;
    height:52px;
    line-height:52px;
    font-weight:bold;
    font-size:16px;
}
.qw_inquiry_product_content{
    width:100%;
    height:auto;
    overflow: hidden;
    border-bottom:1px solid #ddd;
}
.product_inquiry_left{
    /*width:200px;*/
    width:140px;
    height:auto;
    float:left;
}
.product_inquiry_left img{
    /*width:198px;*/
    width:140px;
    /*height:198px;*/
    border:1px solid #ddd;
}
.product_inquiry_right{
    width:910px;
    height:auto;
    float:left;
    overflow: hidden;
    margin-bottom:10px;
}
.product_inquiry_right_text{
    /*width:135px;*/
    width:90px;
    height: 36px;
    float:left;
    line-height:36px;
    text-align: right;
}
.product_inquiry_right_input{
    width:710px;
    height:36px;
    line-height:36px;
    float:right;
}
.product_title_qw{
    color:#00baff;
}
.product_inquiry_right_input input{
    width:283px;
    height:34px;
    border:1px solid #ddd;
    padding-left:15px;
    color:#999;
}
.product_inquiry_right_input textarea{
    width:560px;
    height:98px;
    border:1px solid #ddd;
    /*min-width:660px;*/
    /*max-width:660px;*/
    /*min-height:98px;*/
    /*max-height: 98px;*/
    padding:10px;
    color:#333;
}
.product_inquiry_upload_img{
    width:100%;
    height:24px;
    line-height:24px;
    color:#00baff;
}
.product_inquiry_upload_img img{
    width:22px;
    height:24px;
    margin-right:6px;
}
.product_inquiry_upload_img span{
    color:#00baff;
    cursor: pointer;
}
#upload_div_show{
    display: none;
    width:685px;
}
.check_contact_info_qw{
    width:540px;
    /*height:225px;*/
    float:left;
}
.check_contact_main{
    width:100%;
    /*height:36px;*/
    line-height:36px;
    margin-bottom:20px;
}
.check_contact_main_left{
    width:180px;
    height:36px;
    float:left;
    text-align: right;
}
.check_contact_main_right{
    width:300px;
    height:36px;
    margin-left:20px;
    float:left;
}
.check_contact_main_right input{
    width:288px;
    height:34px;
    border:1px solid #ddd;
    padding-left:10px;
}
.check_contact_main_right select[name='check_contact']{
    width:300px;
    height:36px;
    border:1px solid #ddd;
    padding-left:10px;
}
.check_contact_main_right .first_last_name{
    width:128px;
    height:34px;
    border:1px solid #ddd;
    padding-left:10px;
}
.check_contact_main_right select[name='thisTel']{
    width:60px;
    height:36px;
    border:1px solid #ddd;
    padding-left:10px;
}
.check_contact_main_right .tel_input{
    width:218px;
    height:34px;
    border:1px solid #ddd;
    padding-left:10px;
    float:right;
}
.inquiry_finish_btn button{
    width:200px;
    height:36px;
    line-height:36px;
    color:#fff;
    /*background:#f5b800;*/
    background:#00469c;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    border-radius:5px;
    border:0;
    margin:10px 0px 30px 238px;
    cursor: pointer;
}
.inquiry_finish_btn button:hover{
    /*background:#fecd3b;*/
    background:#3e7bc6;
}
.qw_coupon_info_number label{
    padding-left:10px;
    color:#fe2435;
}