body.sport-news-body .sn-hot-lot-wrap {
    background: #fff;
    border: 1px solid #ecf0f4;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    margin-bottom: 15px;
    overflow: hidden;
    width: 594px;
}

body.sport-news-body .sn-hot-lot-head {
    align-items: center;
    border-bottom: 1px solid #ecf0f4;
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
}

body.sport-news-body .sn-hot-lot-head h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

body.sport-news-body .sn-hot-lot-tabs {
    display: flex;
    gap: 8px;
}

body.sport-news-body .sn-lot-tab {
    background: #d8d8d8;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 28px;
    padding: 0 12px;
    text-decoration: none;
}

body.sport-news-body .sn-lot-tab.active {
    background: #f13131;
}

body.sport-news-body .sn-hot-lot-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 10px 10px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item {
    background: #fff;
    border: 3px solid #e7e7e7;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 168px;
    margin: 0;
    transition: all .2s linear;
    width: auto;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item:hover {
    box-shadow: 2px 3px 6px #c1c1c1;
    transform: scale(1.02);
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .detal {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 8px 8px 0;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .detal .info {
    display: flex;
    flex-shrink: 0;
    min-height: 40px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .detal .info img {
    height: 40px;
    width: 40px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .detal .info .ct {
    margin-left: 8px;
    overflow: hidden;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .lottery-name {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .issue-cd {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results {
    align-items: center;
    display: flex;
    flex: 1;
    margin-top: 4px;
    min-height: 52px;
    overflow: hidden;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .results > span {
    color: #333;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
    margin-right: 4px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .bottom {
    align-items: center;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    padding: 0 8px;
}
body.sport-news-body .sn-hot-lot-grid .lobby-item .results .sBall {
    align-items: center;
    background: #f13131;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    height: 18px;
    justify-content: center;
    margin: 0 2px 0 0;
    min-width: 18px;
    padding: 0 2px;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .bottom .fun {
    align-items: center;
    color: #666;
    display: inline-flex;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: none;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .bottom .fun:hover {
    color: #f13131;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .bottom .bet-btn {
    background: #f13131;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-left: auto;
    padding: 0 12px;
    text-decoration: none;
}

body.sport-news-body .sn-hot-lot-grid .lobby-item .bottom .bet-btn:hover {
    background: #d62828;
}

body.sport-news-body .sn-hot-lot-more {
    border-top: 1px solid #f0f0f0;
    line-height: 36px;
    text-align: center;
}

body.sport-news-body .sn-hot-lot-more a {
    color: #1d7ddf;
    font-size: 13px;
    text-decoration: none;
}

body.sport-news-body .sn-hot-lot-more a:hover {
    color: #f13131;
}
