/* 头部板块样式 */


.logo>a{
    max-width: 250px;
    vertical-align: middle;
}

header .head_prev {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.scheme_daohang {
    /* margin-top: -40px;
    float: right; */
}
.scheme_daohang ul::after{
    content: '';
    display: block;
    clear: both;
}
.scheme_daohang ul li {
    float: left;
    margin-right: 14px;
}

.scheme_daohang ul li.order-cen {
    border: 1px solid transparent;
}
.scheme_daohang ul li:last-child{
    margin-right: 0;
}
.scheme_daohang a {
    color: var(--mainFontColor);
    position: relative;
    font-size: 18px;
}

.indicate_search {
    width: 100%;
    background-color: #fcf7f7;
    border: 1px solid #e7e7e7;
    line-height: 47px;
}

.indicate_search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indicate {
    float: left;
}

.indicate a {
    color: var(--mainFontColor);
    font-size: 14px;
}

.scheme_sousuo {
   display: flex;
}

.scheme_sousuo .sub-sousuoBox input {
    width: 83%;
}

.sub-sousuo {
    display: inline-flex;
    align-items: center;
}

.sub-sousuoBox {
    width: 501px;
    height: 35px;
    border: 2px solid var(--main-color);
}

.sub-sousuoBox input {
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 0 5px;
}

.sub-sousuo input,
.sub-sousuo img,
.sub-sousuo button {
    vertical-align: middle;
}

.sub-sousuo input {
    color: #999999;
}

.sub-sousuo img {
    margin: 0 9px;
}

.sub-sousuo button {
    display: inline-block;
    width: 80px;
    height: 40px;
    border: none;
    outline: none;
    color: #ffffff;
    background-color: var(--main-color);
    font-size: 16px;
    cursor: pointer;
}

.sousuo>p a,
.sub-sousuoBox input {
    font-size: 14px;
}

.scheme_sousuo .sub-sousuoBox {
    width: 268px;
    height: 36px;
    background: #ffffff;
    display: flex;
    align-items: center;
}