
.mb_15{
    margin-bottom: 15px;
}
.flex{
    display: flex;
     
}
.align_items_c{
   align-items:center;
}
.w_100{
   width: 100%;
}
.w_50{
    width: 50%;
}
.w_12{
    width: 12%;
}
.mt_20{
    margin-top: 20px;
}


.rfq_form{
	padding: 20px 0;
    background-color: #f0f1f2;
    min-width: 1024px;
    overflow: hidden;
}
.content{
	max-width: 1200px;
    margin: 0 auto;
    width: auto;
    padding: 0 20px;
}
.title_wrap{
	display: flex;
    align-items: center;
}
.title{
	font-size: 30px;
    font-weight: bold;
    color: #222;
    line-height: 51px;
}
.sub_title{
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-bottom: 20px;
}
.langList{
	margin-left: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #222;
}
.selected_lang{
	line-height: 21px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
}
.langList:hover .selected_lang{
	color: #e64545;
}

.langList:hover .langList_options{
    display: block;
    color: #e64545;
}

.bi-chevron-up{
	display: none;
}


.langList_options{
	display: none;
    position: absolute;
    right: -1px;
    top: 100%;
    background: #fff;
    white-space: nowrap;
    padding: 5px 0;
    border: 1px solid #dae0e6;
    border-radius: 3px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.15);
    z-index: 99;
}
.langList_options a{
   padding: 5px 10px;
   font-size: 14px;
   display: block;
   color: #222;
}
.langList_options a:hover{
	background: #e6ecf2;
    text-decoration: none;
}

.cf{
	zoom:1;
}
.rfq_box{
	width: calc(100% - 360px);
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #e4ecf3;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.fl{
	float: left;
}

.form_large{
  margin-bottom: 20px;
}
.block_title{
	font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 20px;
}
.item_add{

}
.form_item{
	font-size: 14px;
	display: flex;
    flex-wrap: wrap;
}

.form_label{
	color: #555;
    width: 190px;
    padding-top: 5px;
    float: left;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.form_label em{
	color: #e64545;
}
.form_text{
	/*width: 100%;*/
    height: 45px;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced3d9;
    border-radius: 10px;
    display: inline-block;
	margin-right: 8px;
    color: #b3b3b3;
}
.form_textarea{
	width: 100%;
	border: 1px solid #ced3d9;
    border-radius: 10px;
	font-size: 14px;
    line-height: 1.5;
    display: block;
    height: 160px;
    overflow: auto;
    box-shadow: none;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 7px 10px;
}
.form_fields{
	margin: 0 auto;
	letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    font-size: 14px;
}
.rfq_btns{
	padding-top: 42px;
}
.btn_large{
   font-size: 16px;
   height: 40px;
   line-height: 38px;

}
.btn_main{
	color: #fff;
    border: solid 1px #e64545;
    background-color: #e64545;
}
.btn{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
}
.form_span_33{
	width: calc(50% - 7px);
    margin-right: 10px;
    float: left;
}
.form_select {
	height: 45px;
    padding: 4px 10px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced3d9;
    border-radius: 10px;
    display: inline-block;
	margin-right: 8px;
    /*color: #222;*/
}
.form_select:active{
	border: 1px solid #ced3d9;
}
.form_select:hover{
	border: 1px solid #ced3d9;
}
.form_select:focus{
	border: 1px solid #ced3d9;
    outline: none;
}
.form_select:visited{
	border: 1px solid #ced3d9;
}
.form_select:target{
	border: 1px solid #ced3d9;
}
.form_select .option{

}



.request_more_form{

}
.block_title_more{
    padding-top: 20px;
    border-top: 1px solid #e4ecf3;
}
.form_fieldstwo{
    margin-left: 150px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}
.span4 {
    width: 122px;
}
.form_select {
    font-size: 14px;
    margin-right: 8px;
}
.select{
    min-width: 80px;
    padding-right: 26px;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: #222;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ced3d9;
    vertical-align: top;
}
.select_title{
    display: none;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 100%;
    margin-top: 1px;
    min-width: 100%;
    
    border: 1px solid #ced3d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgb(0 33 66 / 10%);
    z-index: 66;
}
.select_selected{
    padding: 4px 0 4px 10px;
}
.select_arrow{
    box-sizing: content-box;
    position: absolute;
    padding: 0 5px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    line-height: 1;
    transition: transform .2s ease;
}
.micon{
    margin-right: 0;
    font-family: "Mic-icon";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none !important;
}
.select_list{
    display: none;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 100%;
    margin-top: 1px;
    min-width: 100%;
    
    border: 1px solid #ced3d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgb(0 33 66 / 10%);
    z-index: 66;
}
.select_list_wrap{
    overflow: auto;
    max-height: 300px;
    
    padding: 5px 0;
    min-width: 100%;
    
}
.select_opt{
    height: 24px;
    padding: 5px 10px;
    color: #555;
    display: block;
    word-wrap: break-word;
    text-decoration: none;
}
.selected{
    color: #555;
    background: #e6ecf2;
}
.form_select option{
     padding: 5px 10px;
}




.product_item{
    display: none;
    position: relative;
    width: 100%;
    height: 360px;
    line-height: 2;
    overflow: auto;
    border:1px solid #ced3d9;
    border-radius: 10px;
}
.product:hover{
    color: #fff;
    background: #b3b3b3;
    padding: 5px 10px;
}
.product{
    color: #555;
    background: #fff;
    padding: 5px 10px;
}

/*表单图像验证样式*/

span.wpcf7-form-control-wrap.kc_captcha {
    display: block;
    margin: 40px 0px 0PX 0PX;
    text-align: center;
    /*width: 1000px;*/
}

span.cf7ic_instructions {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

span.cf7ic_instructions span {
    font-weight: 700;
    color: red;
}

span.captcha-image label {
    margin: 10px 30px;
    display: inline-block;
}

span.captcha-image input {
    position: relative;
    top: -20px;
    left: -10px;
}

label#kc_captcha-error {
    position: absolute;
    color: red;
    margin-top: 56px;
}
.error {
    color: red;
}