:root {
    --lottery-result-bg: url('/web/images/home/lottery-result-item-bg.png');
}
[data-theme="light"] {
    --lottery-result-bg: url('/web/images/home/light-lottery-result-item-bg.png');
}
#header {
    position: relative;
    width: 100%;
    min-width: 1376px;
}
#footer {
    position: relative;
    width: 100%;
    min-width: 1376px;
}
/* 轮播图 */
.slider-container {
    position: relative;
    width: 100%;
    min-width: 1376px;
}
.slider-img {
    position: relative;
    width: 100%;
    max-width: 1920px;
    display: block;
    height: 360px;
    margin: 0 auto;
    object-fit: cover;
    border-style: none;
    border-radius: 12px;
    overflow: hidden;
}
.slider-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    top: 50%;
    z-index: 101;
    transform: translateY(-50%);
    transition: .2s;
}
.slider-arrow-left {
    left: 24px;
    background: url('/web/images/home/slider-arrow-left.png');
}
.slider-arrow-right {
    right: 24px;
    background: url('/web/images/home/slider-arrow-right.png');
}.slider-dots {
    display: none;
}
/* 通知栏 */
.notification-container {
    position: relative;
    width: 100%;
    min-width: 1376px;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    padding: 0 24px;
    background: rgba(54, 64, 95, 0.2);
    border-radius: 12px;
    overflow: hidden;
}
[data-theme="light"] .notification-container {
    background: var(--color-b10);
}
.notification-container .notification-icon {
    width: 36px;
    height: 36px;
}
.notification-container .notification-title {
    color: var(--color-b2);
    font-size: 16px;
    line-height: 20px;
    margin-left: 12px;
    font-weight: bold;
}
.notification-container .notification-content {
    position: relative;
    width: 1136px;
    height: 36px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: var(--color-b9);
    border-radius: 8px;
    overflow: hidden;
}
.notification-container .notification-content .notification-line {
    position: relative;
    white-space: nowrap;
    display: flex;
}
.notification-container .notification-content .notification-item {
    color: var(--color-b3);
    font-size: 14px;
    line-height: 20px;
    margin-left: 360px;
    cursor: pointer;
}
.notification-container .notification-content .notification-item:first-child {
    margin-left: 0;
}
.notification-container .gift-icon {
    width: 60px;
    height: 60px;
    margin-left: 20px;
}
/* 游戏区域 */
.lottery-result-container {
    position: relative;
    width: 100%;
    min-width: 1376px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.lottery-result-container .lottery-result-item {
    position: relative;
    width: 678px;
    height: 264px;
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--lottery-result-bg);
}
.lottery-result-container .lottery-result-item:nth-of-type(odd) {
    margin-right: 20px;
}
.lottery-result-item .lottery-result-tabs {
    position: relative;
   /* width: 630px;*/
    width: 570px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(179, 183, 211, 0.1);
}
[data-theme="light"] .lottery-result-item .lottery-result-tabs {
    border-bottom: 1px solid rgba(344, 36, 45, 0.1);
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item {
    position: relative;
    width: auto;
   /* padding: 0 15px;*/
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-b1);
    cursor: pointer;
    border-radius: 40px;
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item.active {
    color: var(--color-a7);
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item:hover {
    background: var(--color-b7);
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item:hover {
    background: var(--color-b9);
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item.active:hover {
    background: transparent;
}
[data-theme="light"] .lottery-result-item .lottery-result-tabs .lottery-result-tab-item.active {
    color: var(--color-b1);
}
.lottery-result-item .lottery-result-tabs .lottery-result-tab-item.active:after {
    position: absolute;
    content: " ";
    width: calc(100% - 40px);
    height: 2px;
    bottom: -12px;
    left: 20px;
    background: var(--color-a1);
}
.lottery-result-item .lottery-result-content {
    position: relative;
    width: 630px;
    height: 204px;
    margin: 0 auto;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.lottery-result-item .lottery-result-content.active {
    display: flex;
}
.lottery-result-item .lottery-result-content .lottery-result-left,
.lottery-result-item .lottery-result-content .lottery-result-right {
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lottery-result-item .lottery-result-content .current-periods,
.lottery-result-item .lottery-result-content .next-periods {
    position: relative;
    width: 210px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #DFE5F3;
    border-radius: 40px;
    font-size: 12px;
    color: var(--color-b2);
    background: rgba(9, 11, 19, 0.2);
}

[data-theme="light"] .lottery-result-item .lottery-result-content .current-periods,
[data-theme="light"] .lottery-result-item .lottery-result-content .next-periods {
    border-color: var(--color-b9);
    background: var(--color-b10);
}
.lottery-result-item .lottery-result-content .win-code-content {
    position: relative;
    margin-top: 24px;
    width: 270px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.lottery-result-item .lottery-result-content .win-code-content.small {
    height: 36px;
    width: 300px;
    margin-top: 20px;
}
.lottery-result-item .lottery-result-content .win-code-text {
    position: relative;
    /* margin-top: 4px; */
    width: 300px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.lottery-result-item .lottery-result-content .win-code-text .result-text {
    font-size: 12px;
    color: var(--color-b3);
    width: 36px;
    text-align: center;
}
.lottery-result-item .lottery-result-content .game-btns {
    position: relative;
    margin-top: 24px;
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lottery-result-item .lottery-result-content .game-btns.small {
    margin-top: 20px;
}
.lottery-result-item .lottery-result-content .game-btns .game-btn-item {
    position: relative;
    width: 104px;
    height: 36px;
    line-height: 36px;
    margin: 0 6px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: var(--color-b1);
    background: var(--color-b6);
    cursor: pointer;
}
.lottery-result-item .lottery-result-content .game-btns .game-btn-item:hover {
    color: var(--color-a7);
    background: var(--color-b5);
}
[data-theme="light"] .lottery-result-item .lottery-result-content .game-btns .game-btn-item {
    color: var(--color-b2);
    background: var(--color-b9);
}
[data-theme="light"] .lottery-result-item .lottery-result-content .game-btns .game-btn-item:hover {
    color: var(--color-b2);
    background: var(--color-b10);
}
.lottery-result-item .lottery-result-content .count-down-content {
    position: relative;
    margin-top: 22px;
    width: 280px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lottery-result-item .lottery-result-content .bet-btn {
    position: relative;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin-top: 22px;
    border-radius: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-a7);
    background: var(--color-a1);
    cursor: pointer;
}
/* 热门游戏、电子游戏 */
.hot-game-container,
.e-game-container {
    position: relative;
    width: 100%;
    min-width: 1376px;
    height: auto;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
}
.hot-game-container .title-content,
.e-game-container .title-content {
    position: relative;
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.hot-game-container .title-content .title-text,
.e-game-container .title-content .title-text {
    position: relative;
    line-height: 20px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-a1);
}
.hot-game-container .title-content .title-text:after,
.e-game-container .title-content .title-text:after {
    position: absolute;
    content: " ";
    width: 2px;
    height: 14px;
    top: 3px;
    left: -8px;
    background: var(--color-a1);
}
.hot-game-container .title-content .title-text span,
.e-game-container .title-content .title-text span {
    color: var(--color-b1);
}
.hot-game-container .title-content .transfer-btn,
.e-game-container .title-content .transfer-btn {
    position: relative;
    width: 80px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    border: 1px solid var(--color-b5);
    border-radius: 100px;
    overflow: hidden;
    background: var(--color-b10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    color: var(--color-b1);
}
[data-theme="light"] .hot-game-container .title-content .transfer-btn,
[data-theme="light"] .e-game-container .title-content .transfer-btn {
    border: 1px solid var(--color-b9);
}
.hot-game-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hot-game-item {
    position: relative;
    width: 329px;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.hot-game-item .hot-game-title {
    position: relative;
    margin: 20px 0 0 24px;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
    color: var(--color-a7);
}
.hot-game-item .hot-game-sub-title {
    position: relative;
    margin: 8px 0 0 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: var(--color-a7);
    opacity: 0.8;
}
.hot-game-item .hot-game-btns-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(9, 11, 19, 0.3);
    z-index: 11;
}
.hot-game-item:hover .hot-game-btns-container {
    display: flex;
}
.hot-game-item .hot-game-btns-container .hot-game-btn {
    position: relative;
    width: 132px;
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    background: #FFFFFF;
    font-size: 16px;
    color: #090B13;
}
.hot-game-item .hot-game-btns-container .hot-game-btn:nth-of-type(0) {
    margin-top: 0;
}
.e-game-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.e-game-content .e-game-item {
    position: relative;
    width: 154.5px;
    height: 200px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.e-game-content .e-game-item .e-game-title {
    position: relative;
    margin-top: 165px;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    color: var(--color-a7);
}
.e-game-content .e-game-item .e-game-sub-title {
    position: relative;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: var(--color-a7);
    opacity: 0.8;
}
