.header_box {
    height: 2.4rem;
}
.header_wrapper {
    width: 100%;
    height: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background-color: #0159bd;
}
.header_wrapper .icon-logo {
    width: 3.725rem;
    height: 1.5rem;
    background: url('https://webms3.xhd.cn/r/cms/shanghai/mobile/webApp2021/images/logo.png') no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 0.65rem;
}
.header-center {
    width: 7.8rem;
    height: 1.35rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 1.35rem;
    font-size: 0;
}
.header-center input {
    border: none;
    width: 75%;
    font-size: 0.675rem;
    height: 100%;
    background: 0 0;
    padding-left: 0.625rem;
    line-height: 1.35rem;
}
.header-center input::placeholder {
    color: #fff;
}
.header-center:after {
    content: '';
    width: 0.675rem;
    height: 0.675rem;
    background: url('https://webms3.xhd.cn/r/cms/shanghai/mobile/webApp2021/images/search.png');
    background-size: 100%;
    display: inline-block;
}

.header-tool {
    padding-right: 0.625rem;
    margin-left: 0.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 3.125rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-phone {
    width: 1.075rem;
    height: 1.075rem;
    background: url('https://webms3.xhd.cn/r/cms/shanghai/mobile/webApp2021/images/phone.png') no-repeat;
    background-size: 100%;
    display: inline-block;
}
.header-menu {
    width: 0.975rem;
    height: 0.9rem;
    background: url('https://webms3.xhd.cn/r/cms/shanghai/mobile/webApp2021/images/menu.png') no-repeat;
    background-size: 100%;
}

