
/********20260114********/
.header_form{
  	    position: fixed !important;
    float: left !important;
    z-index: 99999 !important;
    right: 280px !important;
    margin: 0 20px 0 0 !important;
    top: 20px !important;
  }
.header_form .tit{
	border: 1px solid #e5e5e5;
    padding: 0 0 0 10px;
    height: 30px;
}

.header_form .tit input{
	 width: calc(100% - 50px);
    padding: 0px;
    border: none;
    margin: 0px;
    height: auto;
    background: rgb(255, 255, 255);
    outline: none;
}
.header_form .tit button{
	overflow: hidden;
    width: 50px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    text-align: center;
  cursor: pointer;
    background-color: #3a5686;
    border: none;
}
@media screen and (max-width: 940px) {
  .header_form .tit{
  	width:240px;
  }
  .header_form{
  	right: 31px !important;
    top: 58px !important;
  }
}
@media screen and (max-width: 767px) {
  .faSearch{
  	display:none;
  }
    .header_form {
        position: fixed !important;
        float: left !important;
        z-index: 99999 !important;
        right: 0px !important;
        margin: 0 0px 0 0 !important;
        top: 50px !important;
        display: none;
    }
}
