
html, body {
    background: #ebecf5;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
.c28-container {
    background: #ebecf5;
    max-width: 600px;
}

.header {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(90deg, #01d1ff, #0aabff);
    color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1000;
}
.header .header-left {
    display: flex;
    align-items: stretch;
    width: auto;
    min-width: 78px;
    flex-shrink: 0;
}
.header .back {
    width: 36px;
    cursor: pointer;
    flex-shrink: 0;
}
.header .back img {
    width: 10.4px;
    height: 18.7px;
    margin-left: 12px;
    margin-top: 13.5px;
    display: block;
}
.header .header-login { display: none !important; }
.header .header-left { min-width: 44px; }
.header .game-name {
    display: flex;
    justify-content: center;
    flex: 1;
    width: auto;
    min-width: 0;
    line-height: 52px;
    font-size: 17.7px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.header .game-name img {
    width: 11.4px;
    height: 8.3px;
    margin-top: 20.8px;
    margin-left: 10.4px;
    flex-shrink: 0;
}
.header .right-set {
    width: auto;
    min-width: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
}
.header .mipai,
.header .set {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header .mipai img,
.header .set img {
    width: 17.7px;
    margin-right: 8px;
    display: block;
}
.header .rank-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 44px;
    cursor: pointer;
    color: #fff;
    flex-shrink: 0;
    margin-left: 2px;
}
.header .rank-entry svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
}
.header .rank-entry span {
    font-size: 9px;
    line-height: 1;
    margin-top: 2px;
    white-space: nowrap;
}
.xy-set-menu {
    display: none;
    position: absolute;
    top: 52px;
    right: 8px;
    z-index: 1200;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    overflow: hidden;
    min-width: 180px;
}
.xy-set-menu.show { display: block; }
.xy-set-menu button {
    display: block;
    width: 100%;
    border: 0;
    background: #fff;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}
.xy-set-menu button + button { border-top: 1px solid #eef0f5; }
.xy-set-menu button:active { background: #f5f6fa; }

.result-show-lottery {
    width: 100%;
    position: relative;
    min-height: 124.8px;
    background: #fff;
    z-index: 5;
    flex-shrink: 0;
    overflow: visible;
}
.result-show-lottery .result-top {
    height: 72.3px;
    font-size: 12.5px;
    border-bottom: 1px solid #cdd1df;
    display: flex;
    justify-content: center;
}
.result-show-lottery .result-top .left,
.result-show-lottery .result-top .right {
    height: 41.6px;
    width: 50%;
    margin-top: 15.6px;
    text-align: center;
    font-size: 12.5px;
}
.result-show-lottery .result-top .left {
    border-right: 1px solid #cdd1df;
}
.result-show-lottery .result-top .left p {
    font-size: 12.5px;
    color: #000;
    margin-bottom: 3.1px;
}
.result-show-lottery .result-top .left p i {
    color: #68a6f7;
    font-style: normal;
}
.result-show-lottery .result-top .left span,
.result-show-lottery .result-top .left #countdown {
    display: inline-block;
    font-size: 14.6px;
    height: 22.9px;
    line-height: 22.9px;
    background: #545974 !important;
    border-radius: 4.2px;
    color: #fff !important;
    padding: 0 8.3px;
    font-weight: 400;
}
.result-show-lottery .result-top .right p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.5px;
    font-size: 12.5px;
    width: 100%;
    color: #000;
    margin-bottom: 3.1px;
}
.result-show-lottery .result-top .right p:first-child {
    padding-left: 20.8px;
}
.result-show-lottery .result-top .right p img {
    width: 12.5px;
    height: 12.5px;
    margin-left: 8.3px;
    cursor: pointer;
}
.result-show-lottery .result-top .right p img.spinning {
    animation: bal-spin .7s linear infinite;
}
.result-show-lottery .result-top .right p:last-child {
    color: #e4593e;
    font-size: 14.6px;
    height: 14.6px;
    margin-top: 9.4px;
    display: block;
    padding-left: 0;
}

.show-lottery {
    display: flex !important;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    min-height: 52px;
    cursor: pointer;
    background: #fff;
    position: relative;
    padding: 0 34px 0 12px;
    box-sizing: border-box;
}
.show-lottery-one {
    margin-top: 0;
    font-size: 12.5px;
    margin-right: 10.4px;
    color: #000;
    white-space: nowrap;
    flex-shrink: 0;
}
.show-lottery-one i { color: #68a6f7; font-style: normal; }
.show-lottery-two {
    margin-top: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
}
.show-lottery-two .span-blue,
.show-lottery-two .span-red {
    width: 20.8px;
    height: 20.8px;
    line-height: 20.8px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.show-lottery-two .span-blue {
    background: linear-gradient(135deg, #01d1ff, #0aabff);
}
.show-lottery-two .span-red {
    background: linear-gradient(135deg, #ee809b, #eb5358);
    margin-right: 15.6px;
}
.show-lottery-two i {
    margin: 0 5.2px;
    font-style: normal;
    color: #333;
    font-size: 12px;
}
.show-lottery-two .lr-tag {
    font-size: 12.5px;
    color: #111;
    transform: none;
}
.show-lottery-down {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 0;
    height: 0;
    margin: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #8a90a8;
    transform: translateY(-50%);
    transition: transform .18s ease;
    flex-shrink: 0;
}
.show-lottery-down.down {
    transform: translateY(-50%) rotate(180deg);
}

.historyWrap {
    background: #fff;
    border-bottom: 0;
    display: none;
}
.historyWrap.show { display: block; }
.historyWrap .kj_pop_title,
.his-table thead th {
    background: #ebecf5 !important;
    color: #333 !important;
    font-weight: 400;
    height: 31px;
    padding: 0 6px !important;
}
.his-more {
    display: block;
    padding: 10px 0 12px;
    text-align: center;
    color: #2d7cff;
    font-size: 13px;
    cursor: pointer;
}

.c28-chat-stage {
    flex: 1;
    min-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.c28-chat-container {
    flex: 1;
    min-height: 0;
    margin: 0;
    background: #ebecf5;
    overflow-y: auto;
}
.c28-chat { padding: 8px 12px 8px !important; }
.c28-message {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 8.3px;
    width: 100%;
}
.c28-message-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.c28-message.is-mine {
    flex-direction: row-reverse !important;
}
.c28-message.is-mine .c28-message-body {
    align-items: flex-end;
}
.c28-message.is-mine .c28-message-username {
    flex-direction: row-reverse;
}
.c28-message.is-mine .c28-message-time {
    margin-left: 0;
    margin-right: 8.3px;
}
.c28-message.is-mine .c28-message-content {
    background: #4ea6ff !important;
    color: #fff !important;
    border-radius: 10.4px 2.1px 10.4px 10.4px !important;
}
.c28-message.is-mine .xy-bet-line {
    color: #fff;
}
.c28-message.is-mine .xy-bet-vsplit {
    background: rgba(255,255,255,.72);
}
.c28-message-username {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 15.6px;
    margin-bottom: 8.3px;
    color: #333 !important;
    font-size: 10.4px;
    font-weight: 400;
}
.c28-message-nick {
    color: #333;
    font-size: 10.4px;
    font-weight: 400;
}
.c28-message-time {
    color: #878b97 !important;
    margin-left: 8.3px;
    font-size: 10.4px;
    font-weight: 400;
    position: relative;
    top: -2px;
    white-space: nowrap;
}
.c28-message-avatar {
    width: 41.6px !important;
    height: 41.6px !important;
    border-radius: 50% !important;
    background: #999db2 !important;
    overflow: hidden;
    flex-shrink: 0;
}
.c28-av-col {
    width: 41.6px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c28-honor {
    margin-top: 3.1px;
    font-size: 9.4px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    padding: 2.1px 10.4px;
    box-sizing: border-box;
    min-width: 41.6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.c28-honor.gray {
    color: #b8391c;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAA8CAMAAACgj/OsAAABBVBMVEUAAADcq1W8iS+7iC+7iC67iC7erFa9iTG6iC66hi7erVfaqVK5hy3bq1PdrFberFberFfcq1TerVfcq1XerVferljerVe8iTD85af956r96a7+6rD0v1r1wl30vFb75KX/2Hz3yWf3x2T2xmL2xGDzu1X96KzzuVP+13verVf3yGb1w171wFz0vVf746O6hy7erFa5hi26hi381Xf70nP81HX5zm760XHaqVPAjTP5zWv4y2nNm0PKlz/Ypk/TokvHlTzCjzbVpE3FkjrSoEi9ijH5z2/DkTjPnUXQnkf+4JLwxWvuwmnisVrpsU7XokL85KT+2YH0ym/apETYoUHgqUnhqkjwfui7AAAAGHRSTlMA1fWeeUxG189B9e/apIZ8VFDb29qpqEXaQmszAAACaUlEQVRo3u2SV3vaMBSGDxCyZyeBZrQpEHfJVpLGblkGHFaArPb//5SeI07th9v25rvIa0vW+GS9yNCC/dcvNj3fXR6XjLS7POP7WrKUv7xm+aEJ3z2XZjKyuc1Xb/YpYzXndpP1urHr6ZgOS9FZTQoLaR1JE55O8K1oXMdcLZeqZtuns7lVUvZ8fzq5PD+F4fxyMvX8PXLs+t4EyE0NJ56/676s7z2cAvLg+/J9X4a355Dc+jmig3B64Xrju3IFg9L4VIQupuEB7SwO775UAaJ2744v3KFceC3NuwoUh3J+N2GOtsILZlwBY8xSV+EWhU4P7PD4/ydWYah6tTIYNdVrtaRRhkOsWi18vSumDIdYsV4XWK/Lel1p1OBwel3Wu2RqcIgV67Xb0jiEQ6za4HptfL1r5hAOser3qd8H17thSnCIFeuNRt+ZEhxiNRrRcPis9496wyE1Gj+YEhxi1firdwKH02uw3k/mBA6xwtdrNt8z3+AQq2ZT9GDB1+s0P8Eiep0PsHQ6+HpnsLBer3cGS6/Heh9hQdcb0GDwGZaB6B3BwnpxfARLHOPrfYEliimK3sESRc96/6WXAOslEeWT6ldQ6kme1pLZMSizZI0KyeMxKI9JgYpJXD2GpB4nRaI1M69CMjfrRPTWmN9VQH4Zs0HMijHzOhxzY1aI1C96mtWBmD1FYqdsrBtjbRAExgYmRZs267pipc5yvEYi1rU149Ahu6isTd9jdZF25c6m0w3WNyijWNjOB4ENGFkfKJYvVy1e6jAuJqE0lg0ykrfyQxVRc7XkjWR0netLW4pNn5zLbxeK5PgDQz/NN/6GyecAAAAASUVORK5CYII=);
}
.c28-honor.regular {
    color: #b8391c;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAA8CAMAAACgj/OsAAABBVBMVEUAAADcq1W8iS+7iC+7iC67iC7erFa9iTG6iC66hi7erVfaqVK5hy3bq1PdrFberFberFfcq1TerVfcq1XerVferljerVe8iTD85af956r96a7+6rD0v1r1wl30vFb75KX/2Hz3yWf3x2T2xmL2xGDzu1X96KzzuVP+13verVf3yGb1w171wFz0vVf746O6hy7erFa5hi26hi381Xf70nP81HX5zm760XHaqVPAjTP5zWv4y2nNm0PKlz/Ypk/TokvHlTzCjzbVpE3FkjrSoEi9ijH5z2/DkTjPnUXQnkf+4JLwxWvuwmnisVrpsU7XokL85KT+2YH0ym/apETYoUHgqUnhqkjwfui7AAAAGHRSTlMA1fWeeUxG189B9e/apIZ8VFDb29qpqEXaQmszAAACaUlEQVRo3u2SV3vaMBSGDxCyZyeBZrQpEHfJVpLGblkGHFaArPb//5SeI07th9v25rvIa0vW+GS9yNCC/dcvNj3fXR6XjLS7POP7WrKUv7xm+aEJ3z2XZjKyuc1Xb/YpYzXndpP1urHr6ZgOS9FZTQoLaR1JE55O8K1oXMdcLZeqZtuns7lVUvZ8fzq5PD+F4fxyMvX8PXLs+t4EyE0NJ56/676s7z2cAvLg+/J9X4a355Dc+jmig3B64Xrju3IFg9L4VIQupuEB7SwO775UAaJ2744v3KFceC3NuwoUh3J+N2GOtsILZlwBY8xSV+EWhU4P7PD4/ydWYah6tTIYNdVrtaRRhkOsWi18vSumDIdYsV4XWK/Lel1p1OBwel3Wu2RqcIgV67Xb0jiEQ6za4HptfL1r5hAOser3qd8H17thSnCIFeuNRt+ZEhxiNRrRcPis9496wyE1Gj+YEhxi1firdwKH02uw3k/mBA6xwtdrNt8z3+AQq2ZT9GDB1+s0P8Eiep0PsHQ6+HpnsLBer3cGS6/Heh9hQdcb0GDwGZaB6B3BwnpxfARLHOPrfYEliimK3sESRc96/6WXAOslEeWT6ldQ6kme1pLZMSizZI0KyeMxKI9JgYpJXD2GpB4nRaI1M69CMjfrRPTWmN9VQH4Zs0HMijHzOhxzY1aI1C96mtWBmD1FYqdsrBtjbRAExgYmRZs267pipc5yvEYi1rU149Ahu6isTd9jdZF25c6m0w3WNyijWNjOB4ENGFkfKJYvVy1e6jAuJqE0lg0ykrfyQxVRc7XkjWR0netLW4pNn5zLbxeK5PgDQz/NN/6GyecAAAAASUVORK5CYII=);
}
.c28-message-avatar.system {
    background: #999db2 !important;
}
.c28-message-content {
    font-size: 14.56px !important;
    line-height: 19.76px !important;
    padding: 10.4px !important;
    background: #fff !important;
    border-radius: 10.4px 10.4px 10.4px 2.1px !important;
    box-shadow: none !important;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    max-width: 72%;
    font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", "PingFang TC", sans-serif !important;
}
.xy-bet-bubble {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    font-size: 14.56px;
    line-height: 19.76px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.xy-bet-line {
    font-size: 14.56px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333;
    line-height: 19.76px;
    padding: 0 4.16px;
    white-space: nowrap;
    font-family: inherit;
}
.xy-bet-line:first-child {
    padding-left: 0;
}
.xy-bet-line:last-child {
    padding-right: 0;
}
.xy-bet-vsplit {
    width: 1px;
    height: 13.5px;
    background: #b4b8c4;
    margin: 0;
    padding: 0;
    border: 0;
    flex-shrink: 0;
    align-self: center;
    display: inline-block;
}
.xy-center-info {
    width: 100%;
    text-align: center;
    color: #545974;
    font-size: 13.5px;
    line-height: 1.4;
    padding: 6.2px 0 8.3px;
    font-family: "PingFang TC", "Microsoft JhengHei", "PingFang SC", "Microsoft Yahei", sans-serif;
}
.c28-message-content.is-kj {
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 256.9px;
}
.c28-message-content.is-bill {
    padding: 10.4px !important;
    max-width: 256.9px;
}
.xy-kj-card {
    width: 256.9px;
    background: #62b6f8;
    color: #fff;
    border-radius: 10.4px;
    overflow: hidden;
}
.xy-kj-hd {
    padding: 8.3px 10.4px;
    font-size: 14.6px;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.xy-kj-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    margin-left: 8px;
    flex-shrink: 0;
    cursor: pointer;
    background: none !important;
}
.xy-kj-bd {
    height: 65.5px;
    background: #fff;
    border-radius: 0 0 10.4px 10.4px;
    color: #000;
    text-align: center;
    padding-top: 20.8px;
    box-sizing: border-box;
    white-space: nowrap;
}
.xy-kj-bd .span-blue,
.xy-kj-bd .span-red {
    width: 20.8px;
    height: 20.8px;
    line-height: 20.8px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}
.xy-kj-bd .span-blue {
    background: linear-gradient(135deg, #01d1ff, #0aabff);
}
.xy-kj-bd .span-red {
    background: linear-gradient(135deg, #ee809b, #eb5358);
    margin-right: 15.6px;
}
.xy-kj-bd i {
    margin: 0 5.2px;
    font-style: normal;
    color: #000;
    font-size: 12px;
    vertical-align: middle;
}
.xy-kj-tag {
    font-style: normal;
    font-size: 14.6px;
    color: #000;
    font-weight: 400;
    vertical-align: middle;
}
.xy-bill-card {
    width: 100%;
}
.xy-bill-tit {
    font-size: 14.6px;
    color: #333;
    line-height: 1.4;
}
.xy-bill-list {
    background: #f3f3f6;
    border-radius: 5.2px;
    margin-top: 10.4px;
    overflow: hidden;
}
.xy-bill-user {
    margin: 0;
    padding: 10.4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 14.6px;
    color: #333;
    cursor: pointer;
}
.xy-bill-user + .xy-bill-user {
    border-top: 1px solid #e8eaed;
}
.xy-bill-user span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xy-bill-arrow {
    width: 10px;
    height: 15px;
    flex-shrink: 0;
    display: block;
    position: relative;
    top: 2.08px;
}
.xy-detail {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2400;
}
.xy-detail.show {
    display: block;
}
.xy-detail-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
}
.xy-detail-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 291.2px;
    max-width: calc(100% - 32px);
    background: #fff;
    border-radius: 9.36px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.xy-detail-hd {
    width: 100%;
    height: 46.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10.4px;
    padding-right: 12.48px;
    box-sizing: border-box;
    flex-shrink: 0;
}
.xy-detail-hd .left_text {
    font-size: 14.56px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 62%;
}
.xy-detail-hd .right_text {
    font-size: 14.56px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    color: #424653;
    flex-shrink: 0;
}
.xy-detail-list {
    min-height: 213.2px;
    max-height: 499.2px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 46.8px;
    box-sizing: border-box;
}
.xy-detail-item {
    width: 270.4px;
    height: 36.4px;
    background: #ebecf5;
    border-radius: 5.2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10.4px;
    padding-right: 10.4px;
    box-sizing: border-box;
    margin: 0 auto 8.3px;
}
.xy-detail-item.shuang {
    background: #fff;
}
.xy-detail-item .left {
    height: 20.8px;
    line-height: 20.8px;
    background: linear-gradient(135deg, #01d1ff, #0aabff);
    border-radius: 4.16px;
    padding-left: 5.2px;
    padding-right: 5.2px;
    font-size: 12.48px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 700;
    color: #fff;
}
.xy-detail-item .right {
    display: flex;
    align-items: center;
}
.xy-detail-item .right .money {
    font-size: 12.48px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 700;
    color: #e4593e;
}
.xy-detail-bottom {
    width: 100%;
    height: 46.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17.68px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    color: #000;
    border-top: 1px solid #cdd1df;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}
.xy-detail-empty {
    padding: 28px 14px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
    padding: 8px 0 16px;
}

.c28-footer {
    display: none !important;
}
.bet-bottom {
    flex-shrink: 0;
    width: 100%;
    background: #ebecf5;
    z-index: 100;
    padding-bottom: env(safe-area-inset-bottom);
}
.bet-bottom .talkbet {
    background: #ebecf5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10.4px;
    box-sizing: border-box;
}
.bet-bottom .talkinput {
    flex: 1;
    height: 39.5px;
    margin: 7.3px 0;
    border-radius: 19.8px;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.bet-bottom .talkinput input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    text-align: center;
    font-size: 14.6px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    color: #000;
    padding: 0 16px;
}
.bet-bottom .talkinput input::placeholder {
    text-align: center;
    color: #878b97;
    font-weight: 400;
}
.bet-bottom .talkinput input::-webkit-input-placeholder {
    text-align: center;
    color: #878b97;
}
.bet-bottom .talkinput input::-moz-placeholder {
    text-align: center;
    color: #878b97;
    opacity: 1;
}
.bet-bottom .talkinputGray {
    background: #f5f6fa !important;
}
.bet-bottom .talkinputGray input {
    color: #878b97;
    pointer-events: none;
}
.bet-bottom .sendbutton {
    background: #00cafc;
    color: #fff;
    border: 0;
    border-radius: 19.8px;
    width: 62.4px;
    height: 39.5px;
    margin-left: 5.2px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    flex-shrink: 0;
}
.bet-bottom .sendbuttonGray {
    background: #b1effe !important;
    pointer-events: none;
}
.bet-bottom .talkbottom {
    display: flex;
    justify-content: center;
    background: #ebecf5;
}
.bet-bottom .talkbottom > div {
    width: 25%;
    text-align: center;
    color: #878b97;
    font-size: 10.4px;
    cursor: pointer;
}
.bet-bottom .talkbottom img {
    width: 20.8px;
    height: auto;
    display: inline-block;
}
.bet-bottom .talkbottom div p {
    height: 20.8px;
    margin: 0;
}
.bet-bottom .talkbottom div p:last-child {
    margin-top: 3.1px;
    height: auto;
    line-height: 1;
}
.to-bottom {
    position: fixed;
    bottom: 109px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #c5c8d0;
    font-size: 18px;
    line-height: 1;
}
.lastrow { display: none !important; }
.statusline { display: none !important; }
.topbar { display: none !important; }
.sl-clear-tip { display: none !important; }
