.header {
    width: 100%;
    position: fixed;
    z-index: 2;
    transform: translateZ(0);
    top: 0px;
    left: 0;
    /* font-weight: 600; */
    background: linear-gradient(transparent, transparent);
}

.header-white-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
}
.header-white {
    background: rgba(0, 0, 0, 0.8);
}
.header-pink-bg {
    background: linear-gradient(#faeaed, transparent);
}

.header-pink {
    background: linear-gradient(#faeaed, #faeaed);
}

.mc-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

/* logo */
.mc-header-logo .logo-link {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 246px;
    height: 51px;

}

.mc-header-logo .logo-pink {
    background: url(../image/2307/logo-pink.png) no-repeat;
    background-size: cover;
}

.mc-header-logo .logo-white {
    background: url(../image/2307/logo.png) no-repeat;
    background-size: cover;
}

/* tab */
.mc-header-tab {
    display: flex;
    margin-left: 50px;
}

.mc-header-tab-s {
    color: #ffffff;
    font-size: 18px;
    padding: 0px 27px;
    box-sizing: border-box;
    letter-spacing: 0px;
    height: 38px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.mc-header-tab-s:not(.active):hover {
    color: #ff6c6c;
}

.mc-header-tab-s.active {
    font-size: 22px;
    border-radius: 38px;
    border: 1px solid #ffffff;
    background-color: hsla(0, 0%, 100%, 0.233);
}

.mc-header-side {
    display: flex;
    align-items: center;
}

.mc-header-side:nth-child(2) {
    flex: 1;
    justify-content: flex-end;
}

/* search */
.mc-header-search {
    width: 100%;
    min-width: 250px;
    max-width: 450px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 0 10px 0 29px;
    box-sizing: border-box;
}

.mc-header-search input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
    padding: 10px 0;
    margin-right: 20px;
}

.mc-header-search img {
    display: block;
}

/* user */
.mc-header-user {
    display: flex;
    align-items: center;
    margin: 0 16px;
}

.userinfo {
    display: none;
}

.mc-header-user .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mc-header-user .msg-box {
    display: flex;
    flex-direction: column;
}

.mc-header-user .msg-box .phone {
    font-size: 16px;
    color: #ffffff;
    margin-left: 8px;
}

.mc-header-user .msg-box .vip {
    display: flex;
    align-items: center;
    padding: 0 9px;
    background: #262739;
    height: 18px;
    border-radius: 18px;
    margin-top: 5px;
}

.mc-header-user .msg-box .vip .icon-vip {
    display: block;
    height: 10px;
    width: auto;
}

.mc-header-user .msg-box .vip .remain-time {
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 5px;
}

.mc-header-user .login-ico {
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.mc-header-user .login-ico .login-txt {
    color: #000000;
    font-size: 16px;
    display: inline-block;
}

.mc-header-user .login-ico i {
    width: 1px;
    height: 15px;
    background: #999999;
    margin: 0 13px;
}

@@media screen and (max-width: 1559px) {
    .mc-header-search {
        max-width: 250px;
    }
}
.header-vip{
    margin:0 10px 0 0;
}