#passiveInquiryContainer{
    /*display: flex;*/
    flex-direction: column;
    /*align-items: center;*/
    background: #f5f5f5;
    padding-bottom: 120px;
    width: 100%;
}

#passiveInquiryContainer form{
    width: 1200px;
    margin: 0 auto;
}

.passive_step {
    width: 1200px;
    margin: 0 auto ;
    font-size: 14px;
    /*padding: 48px 205px 0px;*/
    padding-top: 48px;
    /*padding-left: 205px;*/
    text-align: center;
}

.passive_step img {
    margin: 0 40px;
}

.passive_step p {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color: white;
    border-radius: 20px;
    line-height: 24px;
    margin-right: 5px;
    background: #ccc;

}

.passive_step p.active {
    background: #ff4c4f;

}

.passive_step span {
    color:#999;
}

.passive_step .passive_active {
    color: #ff4c4f;
}

/*.passive-inquiry-info select {*/
    /*!*Chrome和Firefox里面的边框是不一样的，所以复写了一下*!*/
    /*border: none;*/
    /*outline: none;*/
    /*padding: 14px;*/
    /*!*很关键：将默认的select选择框样式清除*!*/
    /*appearance:none;*/
    /*-moz-appearance:none;*/
    /*-webkit-appearance:none;*/
    /*!*在选择框的最右侧中间显示小箭头图片*!*/
    /*background: url("/dist/home/images/down.png") no-repeat scroll right center transparent;*/
    /*!*为下拉小箭头留出一点位置，避免被文字覆盖*!*/
    /*padding-right: 18px;*/
/*}*/

.passive-inquiry-info select{
    border: none;
    /*padding: 0;*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/down.svg") no-repeat scroll 80% center transparent;
    cursor: pointer;
    width: 100px;
    padding: 10px 15px;
    outline: none;
}
.passive-inquiry-info select:active{
    background: url("../images/up.svg") no-repeat scroll 80% center transparent;
    background-color: #f5f5f5;
    border:none;
    width: 100px;
    padding: 10px 15px;
}

.passive-inquiry-info select:focus{
    background: url("../images/up.svg") no-repeat scroll 80% center transparent;
    background-color: #f5f5f5;
    border:none;
    width: 100px;
    padding: 10px 15px;
}

.passive-inquiry-info option{
    background: #fff;
    font-size: 12px;
    color: #4D4D4D;
    border: none !important;
}

.passive-inquiry-title {
    width: 1200px;
    color: #666666;
    font-size: 22px;
    margin: 48px auto 0;
}

.passive-inquiry-content-bg{
    background: white;
    width: 1200px;
    margin-top: 25px;
}

.passive-inquiry-content {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.08),0px 2px 6px rgba(0,0,0,0.04);
    border-radius: 2px;
}

.passive-inquiry-info {
    /*display: flex;*/
    padding: 40px 24px 0px 24px;
    font-size: 12px;
    color: #808080
}

.passive-inquiry-info div.row {
    float: left;
    width: 16%;
}

/*.passive-inquiry-info input {
    border:none;
    border-bottom: 1px solid #e0e0e0;
    outline: none;
    width: 100px;
}*/

.passive-inquiry-subtitle {
    color: #4d4d4d;
    font-size: 14px;
    padding: 24px;
    font-weight: 700
}
.passive_title_border {margin-top: 16px;border-bottom: 1px solid #f0f0f0;}
.passive-inquiry-goods-table{font-size: 12px; width: 100%}
.passive-inquiry-goods-table .operation{padding-right: 24px;text-align: right;}
.passive-inquiry-goods-table thead tr td{
    padding: 16px;
    /*padding-left: 24px;*/
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
}

.passive-inquiry-goods-table tbody tr td{
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.passive-inquiry-goods-table tbody tr td.clear{
    color: #4D4D4D;
    font-size: 12px;
}

.submit-passive-inquiry{
    width: 192px;
    height: 48px;
    background: #ff474a;
    border-radius: 2px;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;

}

.passive-inquiry-goods-table .normal-input {
    height: 38px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 0 24px;
    resize: none;
    color: #666;
    text-align: right;
}

.passive-inquiry-goods-table .normal-input:focus {
    border-color: #666;
}

.passive-inquiry-goods-table .price{width: 80px;}
.passive-inquiry-goods-table .bar_code{width: 96px;}
.passive-inquiry-goods-table .goods_name{width: 340px;margin-left: 10px;}

.passive-inquiry-goods-table .minus {
    text-align: center;
    position: absolute;
    top: 23px;
    left: 36px;
    cursor: pointer;
    color: #999;
}

.passive-inquiry-goods-table .plus {
    position: absolute;
    top: 16px;
    right: 37px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.passive-inquiry-goods-table .quantity {
    height: 40px;
    width: 52px;
    text-align: center;
    padding: 0 42px;
    resize: unset;
    border-radius: 3px;
}

.clear {
    clear: both;
}

.passive-inquiry-info .intl-tel-input .selected-flag{
    border: none
}

.code_block .intl-tel-input{
    width: 100%;
}

.code_block .select_code {
    margin-left: 40px;
    border-bottom: 1px solid #ddd;
    padding: 14px
}

.code_block #phone {
    padding: 14px;
    margin-left: 10px;
}

.code_block .flag-dropdown {
    border-bottom: 1px solid #ddd;
}

.passive-inquiry-info .code_block {
    float: right;
}

.passive_alert_title {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -5px;
    margin-left: 8px;
    color: #4d4d4d;
}

.passive_alert_content {
    font-size: 12px;
    padding-left: 30px;
    color:#999
}

.submit_btn_div {
    padding: 0 24px;
    text-align: right;
    margin-top: 40px;
    padding-bottom: 32px;
    position: relative;
    top: -3px;
}

#wordCheck {font-size: 12px;color: #999}
.remark_font_num {float: right;position: relative;top: -35px;right: 15px}
.passive_remark_textarea {width: 1120px;height: 118px;padding: 16px;resize: none;line-height: 24px;border: 1px solid #f0f0f0}
textarea::-webkit-input-placeholder {color: #999}
.passive_remark_content {padding: 0 24px}
.passive_inquiry_subtotal,.passive_inquiry_subtotal_currency {font-size: 16px;color: #FF474A;font-weight: 700}
.passive_inquiry_goods_num {color: red;font-weight: 700}
.passive_subtotal_info {padding: 16px 24px;}
.passive_subtotal_info a{font-size: 14px;color: #459DF5}
.passive_subtotal_info div{float: right}
.passive_subtotal_info div span:nth-child(1){font-size: 14px;}
.passive_subtotal_info div span:nth-child(2){font-size: 14px;margin-right: 23px;margin-left: 56px;}
.passive_red {color:#FF474A}
.passive_currency span {margin-right: 8px;color: #808080}
.passive_condition span {margin-right: 8px;}
.passive_delivery_region span {margin-right: 8px;}
.passive_contacts span {margin-right: 8px;}
.passive_contacts input {padding: 14px}
/*.passive_phone {width: 24%!important;}*/
.passive_phone input{position: relative;left: 14px;margin-top: 1px;}
.passive_phone_title {margin-right: 8px;line-height: 44px;color:#808080}
.subtotal{text-align: right;font-weight: 700;position: relative;right: 5px;}
.clear{text-align: right;width: 63px;cursor: pointer;padding-right:24px!important; }
.model-select-box{display: inline-block}
.model-select-text {padding-right: 16px;}
/*.model-select-option{
    max-height: 300px;
    overflow-y: auto;

}
.model-select-option::-webkit-scrollbar{
    width: 8px;
    height: 46px;
}

.model-select-option::-webkit-scrollbar-track     {
    border-radius:20px;
}

.model-select-option::-webkit-scrollbar-thumb{
    background:#E0E0E0;
    border-radius:20px;
}*/

/*.model-select-option::-webkit-scrollbar-corner {*/
    /*background:gold;*/
/*}*/

/*.model-select-option::-webkit-scrollbar-resizer  {*/
    /*background:#FF0BEE;*/
/*}*/

.model-select-option li{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.08), 0px 2px 6px rgba( 0,0,0,0.04);
    border-radius: 2px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons {
    position: absolute;
    bottom: 16px;
    right: 24px;

}

.passive-inquiry-goods-table thead tr td span {
    color: #FF4C4F;
    position: relative;
    top: -5px;
    left: -3px;
}

.num_disabled {
    color: #E0E0E0!important;
    cursor: no-drop!important;
}

.jconfirm .jconfirm-box {
    width: 336px;
    height: 120px;
    position: relative;
}

.jconfirm-box .content{
    position: relative!important;
    top: -20px!important;
}

.combo-open .combo-dropdown{
    width: 356px;
}