
.logo-cont {
    display: block;
    width: 150px;
    height: 54px;
    margin-right: 20px;
    background: url(/images/theme/logo-day.png) no-repeat center center;
    background-size: contain; /* ✅ 等比例缩放，完整显示 */
}

.logo-cont.night {
    background: url(/images/theme/logo-night.png) no-repeat center center;
    background-size: contain; /* ✅ 等比例缩放，完整显示 */
}

.entryBox {
    display: flex;
    align-items: center;
    height: 80px;
}

.logo-activity {
    width: 156px;
    height: 60px;
    background: url(/images/index/activity_lucky9.webp) no-repeat center center / 100% 100%;
}

#loginBtn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: none;
}


/* 底部样式 */
#footer-bg {
    color: #999;
    background: #1E1E1E;
}

.footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.footer-guide {
    background: #1E1E1E;
    height: 40px;
    line-height: 40px;
    display: flex;
    font-size: 12px;
}

.footer-guide ul {
    display: flex;
}

.browserUl {
    display: flex;
    align-items: center;
}

.browserUl li {
    display: flex;
    margin-right: 20px;
}

.footer-partner {
    margin-top: 20px;
}

.footer-partner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-partner ul li:not(:first-child) {
    margin-left: 10px;
    margin: 0 0 10px 10px;
}

.footer-partner ul li {
    width: 54px;
    height: 54px;
}

.footer-partner ul li img {
    width: 100%;
}

.footer-title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-indent: 24px;
    margin-bottom: 20px;
}

.footer-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: #999;
    border-radius: 14px;
}

.footer-last {
    margin-top: 20px;
}

.footer-last ul {
    display: flex;
}

.footer-last ul li:not(:first-child) {
    margin-left: 10px;
}

.footer-bottom {
    background: #1E1E1E;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 12px;
    letter-spacing: 0%;
    color: #999;
}


.last-authority img {
    width: 100%;
    height: 58px;
}


.fotter-paytype li img {
    width: 100%;
    height: 58px;
}

