.header {
    width: 1270px;
    height: 140px;
    margin: auto;
}

.header > #mallLogo {
    float: left;
    width: 280px;
    height: 120px;
    line-height: 64px;
    position: relative;
    object-fit: contain;
}

#mallLogo > a {
    position: relative;
    display: block;
    width: 190px;
    height: 100%;
    overflow: hidden;
}

#mallLogo img {
    width: 240px;
    height: 120px;
    cursor: pointer;
    vertical-align: top;
    object-fit: contain;
}



.header > .shopSearchHeader {
    overflow: hidden;
    width: 750px;
    padding-top: 38px;
    float: left;
    padding-left: 70px;
}

.shopSearchHeader > form {
    width: 550px;
    border: solid orange;
    border-width: 2px 0 2px 2px;
}

.shopSearchHeader > form > .shopSearchInput {
    position: relative;
    height: 36px;
}


.shopSearchInput > .header_search_input {
    float: left;
    height: 36px;
    width: 440px;
    font: 14px '宋体';
    box-sizing: border-box;
    outline: none;
    color: #000;
    margin: 0;
    padding: 5px 3px 5px 5px;
    vertical-align: middle;
    border: 0;
}

.shopSearchInput > .header_search_button {
    float: right;
    width: 110px;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
    background-color: orange;
    cursor: pointer;
    color: #ffffff;
    border: 0;
}


.shopSearchHeader > ul {
    height: 24px;
    font-size: 14px;
    padding: 4px 0 0;
    margin-left: -10px;
    overflow: hidden;
    width: 100%;
    list-style: none;
}

.shopSearchHeader > ul > li {
    font-family: '宋体', sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 1.1;
    padding: 0 8px 0 12px;
}

.shopSearchHeader > ul > li > a {
    color: #999999;
}

.shopSearchHeader li + li {
    border-left: 1px solid #cccccc;
}
