/* 头部样式 */
header{
    width: 100%;
    background: #0362f1;
}
header .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    max-width: 900px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}
.header_icon{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_icon img{
    width: 25px;
    height: 25px;
}
.header_logo{
    height: 40px;
}
.header_logo img{
    width: 154px;
    height: 40px;
}
.header_icon_search img{
    width: 24px;
    height: 24px;
}