.header-mobile {
    display: none;
    height: 68px;
    align-items: center;
    padding: 0 22px;
    z-index: 9999;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.header-mobile-menu {
    width: 22px;
    cursor: pointer;
}
.header-mobile-middle {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
}
.header-mobile-title {
    color: #22A931;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.header-mobile-tips a {
    font-size: 12px !important;
    color: #999999 !important;
}
.header-mobile-search {
    width: 24px;
    cursor: pointer;
}
.header-mobile-share-img {
    height: 40px;
    width: 72px;
}

.header-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.header-desktop-left {
    display: flex;
    flex-direction: column;
}
.header-desktop-title {
    color: #22A931;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.header-desktop-tips a {
    font-size: 12px !important;
    color: #999999 !important;
}
.header-desktop-share-img {
    height: 64px;
    width: 124px;
}
.header-desktop-search {
    height: 40px;
    padding: 0 10px;
    width: 300px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    position: relative;
}
.header-desktop-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: transparent;
    margin: 0 51px 0 10px;
}
.header-desktop-button {
    border: none;
    outline: none;
    position: absolute;
    height: 40px;
    right: 0;
    width: 51px;
    background-color: #22A931;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff !important;
}

@media (max-width: 540px) {
    .header-mobile {
        display: flex;
        padding: 0 12px;
    }
    .maomi-content {
    }
    .header-desktop {
        display: none;
    }
}