
.headsearch {
    width: 671px;
    height: auto;
    margin: 15px;
}

.headsearchflex {
    width: 671px;
    height: 45px;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #F08512;
    line-height: 45px;
    font-size: 14px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.headersearchdown {
    width: 120px;
    height: 32px;
    border-right: 1px solid #F6F6F6;
    background: #f9fafc;
    position: relative;
}

.cursor {
    cursor: pointer;
}

.tc {
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
    content: "\f107";
}

.optionbox {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 100px;
    height: auto;
    background: #f9fafc;
    z-index: 999;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 10%);
}

.disnone {
    display: none;
}

.headinput {
    width: 570px;
    height: 33px;
    overflow: hidden;
}

.fc-9 {
    color: #999999 !important;
}

.fc-9 {
    color: #999999 !important;
}
.ml5 {
    margin-left: 5px;
}

#headsearchtext {
    width: 547px;
    height: 31px;
    /* background: red; */
}

input, select, option, textarea, button {
    outline: none;
    border: 0 none;
}

.headbutton {
    width: 101px;
    height: 45px;
    background: linear-gradient(#F08512, #FE9524);
}

.fc-f {
    color: #FFFFFF;
}