body.has-phoenix-header {
    padding-top: 56px;
}

body.has-phoenix-header .header-plus,
body.has-phoenix-header .site-header {
    display: none !important;
}

body.sport-news-body.has-phoenix-header #liansai-wrap {
    top: 56px;
}

.sn-phoenix-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .04);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.sn-phoenix-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 18px;
    height: 56px;
    margin: 0 auto;
    width: 1200px;
}

.sn-phoenix-logo {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 8px;
    text-decoration: none;
}

.sn-phoenix-logo img {
    display: block;
    height: 40px;
    width: auto;
}

.sn-phoenix-nav {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 22px;
    min-width: 0;
}

.sn-phoenix-nav-item {
    position: relative;
}

.sn-phoenix-nav-link {
    color: #333;
    display: inline-flex;
    font-size: 14px;
    gap: 4px;
    line-height: 56px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.sn-phoenix-nav-link:hover {
    color: #f13131;
}

.sn-phoenix-nav-link.is-active {
    color: #8b1a1a;
    font-weight: 600;
}

.sn-phoenix-nav-link.is-active::after {
    background: #8b1a1a;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}

.sn-phoenix-nav-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    display: inline-block;
    height: 0;
    margin-top: 26px;
    width: 0;
}

.sn-phoenix-dropdown {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    display: none;
    left: 0;
    min-width: 120px;
    padding: 6px 0;
    position: absolute;
    top: 48px;
    z-index: 30;
}

.sn-phoenix-nav-item:hover .sn-phoenix-dropdown {
    display: block;
}

.sn-phoenix-dropdown a {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 32px;
    padding: 0 14px;
    text-decoration: none;
    white-space: nowrap;
}

.sn-phoenix-dropdown a:hover {
    background: #fafafa;
    color: #f13131;
}

.sn-phoenix-games-dropdown {
    min-width: 208px;
    padding: 0;
}

.sn-phoenix-games-dropdown .sn-phoenix-games-all {
    background: #f13131;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.sn-phoenix-games-dropdown .sn-phoenix-games-all:hover {
    background: #d82828;
    color: #fff;
}

.sn-phoenix-games-item {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    color: #333 !important;
    display: flex !important;
    height: 48px;
    line-height: 48px !important;
    padding: 0 10px !important;
}

.sn-phoenix-games-item:last-child {
    border-bottom: none;
}

.sn-phoenix-games-item:hover {
    background: #fafafa;
    color: #f13131 !important;
}

.sn-phoenix-games-icon {
    flex-shrink: 0;
    text-align: center;
    width: 40px;
}

.sn-phoenix-games-icon img {
    display: block;
    height: 28px;
    margin: 0 auto;
    width: 28px;
}

.sn-phoenix-games-name {
    flex: 1;
    font-size: 13px;
    padding-left: 6px;
}

.sn-phoenix-nav-games .sn-phoenix-dropdown {
    max-height: 70vh;
    overflow-y: auto;
}

.sn-phoenix-tools {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

.sn-phoenix-balance {
    align-items: center;
    background: #f5f5f5;
    border-radius: 18px;
    display: inline-flex;
    gap: 8px;
    height: 34px;
    padding: 0 14px;
}

.sn-phoenix-balance .label {
    color: #999;
    font-size: 12px;
}

.sn-phoenix-balance .amount {
    color: #b8860b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.sn-phoenix-recharge {
    background: #8b1a1a;
    border-radius: 18px;
    color: #fff;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.sn-phoenix-recharge:hover {
    background: #741515;
    color: #fff;
}

.sn-phoenix-link {
    color: #666;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.sn-phoenix-link:hover {
    color: #f13131;
}

.sn-phoenix-msg .dot {
    background: #f13131;
    border-radius: 50%;
    height: 6px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 6px;
}

.sn-phoenix-user {
    position: relative;
}

.sn-phoenix-user-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    gap: 6px;
    height: 34px;
    outline: none;
    padding: 0 12px;
}

.sn-phoenix-user-btn .arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    display: inline-block;
    height: 0;
    width: 0;
}

.sn-phoenix-user-menu {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    display: none;
    min-width: 120px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 30;
}

.sn-phoenix-user.is-open .sn-phoenix-user-menu {
    display: block;
}

.sn-phoenix-user-menu a {
    color: #555;
    display: block;
    font-size: 13px;
    line-height: 32px;
    padding: 0 14px;
    text-decoration: none;
}

.sn-phoenix-user-menu a:hover {
    background: #fafafa;
    color: #f13131;
}

.sn-phoenix-guest-link {
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.sn-phoenix-guest-link:hover {
    color: #f13131;
}

.sn-phoenix-guest-btn {
    background: #8b1a1a;
    border-radius: 18px;
    color: #fff;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    text-decoration: none;
}

.sn-phoenix-guest-btn:hover {
    background: #741515;
    color: #fff;
}
