/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/index.css ***!
  \*****************************************************************/
html,
body {
	width: 100%;
	height: 100%;
	touch-action: none;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei,
		sans-serif;
}
img {
	-webkit-user-drag: none;
}
/* @font-face {
	font-family: PingFang-Regular;
	src: url(/font/PingFang-Regular.ttf);
} */
body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f7;
	user-select: none;
	color: #333333;
}
.chat-container {
	padding: auto;
	background-color: #f5f5f7;
	touch-action: pan-y;
	overflow: hidden;
	-webkit-overflow-scrolling: hidden;
	width: 100%;
}

.chat-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f7fa;
	color: #fff;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 8px;
	gap: 4px;
	height: 36px;
}

.chat-header .expect {
	font-size: 14px;
	color: black;
	/* margin-left: 5px; */
	white-space: nowrap;
	word-break: break-all;
	text-align: center;
	font-family: DIN;
}

.chat-header ul {
	display: flex;
	align-items: center;
	padding: 0;
	gap: 4px;
	list-style: none;
	margin: 0;
}

.numlineheight05 {
	line-height: 0.5vh;
}
.numlineheight10 {
	line-height: 0.5vh;
}
.numlineheight15 {
	line-height: 1.5vh;
}
.numlineheight20 {
	line-height: vh;
}
.numlineheight25 {
	line-height: 2.5vh;
}

.chat-header ul li {
	display: inline-block;
	height: 22px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	flex: 1;
	background-size: 4rem auto;
	text-align: center;
	color: #fff;
	background: #0092dd;
	font-size: 14px !important;
	box-sizing: border-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
html.is-game-au5 #pk10num .ball:nth-child(6),
html.is-game-au5 #pk10num .ball:nth-child(7),
html.is-game-au5 #pk10num .ball:nth-child(8) {
	display: none !important;
}
html.is-game-au5q4 #pk10num .ball:nth-child(5) {
	background: #9e9e9e;
}
.chat-header img {
	width: 28px;
	height: 28px;
}

.chat-messages {
	width: 100%;
	padding: 10px;
	overflow: auto;
	box-sizing: border-box;
	touch-action: pan-y;
	overflow-anchor: none;
}

.message {
	display: flex;
	margin-bottom: 15px;
	touch-action: pan-y;
}

.message2 {
	margin-bottom: 15px;
}

.avatar img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
}

.received-content {
	font-size: 16px;
	margin: 5px 20px 0 15px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	margin-left: 16px;
	border: 1px solid #d1d1d1;
	position: relative;
	box-sizing: border-box;
	white-space: pre-wrap;
	line-height: 20px;
	word-break: break-all;
	letter-spacing: 0.4px;
	touch-action: pan-y;
	max-width: 265px;
	overflow: hidden;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.fontsizeios {
	/* font-family: Courier; */
	/* font-family: "SimSun", "STSong", "Songti SC", "Microsoft YaHei", sans-serif; */
	font-weight: 400;
	font-family: monospace;
}
.fontsizeandroid {
	font-family: monospace, monospace;
}
.received-content-isbot {
	background: #eff0fe;
	max-width: 265px;
}
.received-content-inblock {
	display: inline-block;
	background-color: #fff;
}
.received-content-isbot::after {
	background-color: #eff0fe !important;
}
.received-content-inblock::after {
	background-color: #fff !important;
}
.sent-content {
	font-size: 16px;
	margin: 5px 0;
	position: relative;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #a1e85a;
	margin-right: 10px;
	border: 1px solid #d1d1d1;
	white-space: pre-wrap;
	word-break: break-all;
}

.sent-content:after {
	right: -5px;
	top: 7px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #d1d1d1;
	border-width: 1px 1px 0px 0px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	background-color: #a1e85a;
}
.received-content:after {
	left: -7px;
	top: 7px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #d1d1d1;
	border-width: 0px 0px 1px 1px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	background-color: white;
}

.setBox:after {
	bottom: 5px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #d1d1d1;
	border-width: 1px 1px 0px 0px;
	font-size: 0;
	overflow: hidden;
	position: relative;
	transform: rotate(135deg);
	background-color: white;
	right: -98px;
}
.received {
	align-self: flex-start;
	float: left;
	width: 100%;
}

.sent {
	align-self: flex-end;
	float: right;
	width: 100%;

	align-self: flex-end;
	float: right;
	margin-right: 1px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.sent .message-sent{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.received .user-name {
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	color: red;
}

.sent .user-name {
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
}

.chat-input {
	display: flex;
	align-items: center;
	padding: 10px;
	padding: 2px;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	z-index: 2;
	flex-direction: row;
	flex-wrap: nowrap;
}

.chat-input textarea {
	padding: 8px 3px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	margin-left: 5px;
	margin-right: 5px;
	flex: 1;
	min-width: 100px;
	font-size: 16px;
	height: 32px;
	display: block;
	padding: 0;
	padding-left: 8px;
	padding-top: 6px;
	color: #333;
	resize: none;
	box-sizing: border-box;
}

.chat-input button {
	background-color: #69b076;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	height: 32px;
	font-weight: 500;
	white-space: nowrap;
	min-width: 70px;
}

.chat-input img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.key {
	font-size: 18px;
	border: none;
	border-radius: 20%;
	background-color: #fff;
	cursor: pointer;
	padding: 3px;
	height: 25px;
	line-height: 25px;
	color: black;
	margin: 1px;
	position: relative;
	-webkit-user-select: none; /* Chrome, Safari, Opera */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by most modern browsers */
	/* 自适应宽度 */
}
.key >span{
	position: absolute;
	font-size: 14px;
	top: 50%;
	left: 50%;
	/* right: 0;
	bottom: 0;
	margin: auto; */
	transform: translate(-50%,-50%);
	white-space: nowrap;
}
.key > span.key-te-au8,
.key > span.key-te-au5 {
	position: static;
	font-size: inherit;
	top: auto;
	left: auto;
	transform: none;
	white-space: normal;
}
html.is-game-au5 .key-te-au8 {
	display: none !important;
}
html:not(.is-game-au5) .key-te-au5 {
	display: none !important;
}
.key:active {
	/* background: red; */
}

.spacekey:before {
	content: "";
	position: absolute;
	width: 80%;
	height: 10px;
	left: 10%;
	bottom: 5px;
	border-radius: 2px;
	background: #7f8085;
}
.spacekey:after {
	content: "";
	position: absolute;
	width: 70%;
	height: 10px;
	left: 15%;
	bottom: 8px;
	border-radius: 2px;
	background: #fff;
}
.keyboard {
	bottom: 10px;
	background-color: #f0f0f0;
	padding: 5px;
	user-select: none;
	font-weight: 900;
	/* overflow-x: scroll; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.keyboard_one{
	transition: all 0.3s;
}

#custom-input:focus + #virtual-keyboard {
	display: block;
}

#virtual-keyboard {
	display: none;
	/* flex-wrap: wrap; */
	padding: 5px;
	border-top: 0.1px solid #ccc;
	background-color: #d0d3dc;
}

#virtual-keyboard.show {
	display: flex;
}
#chat-history.show {
	display: flex;
	flex-direction: column;
}
#movehistory.show {
	transform: rotate(180deg);
}
#openButton.show {
	transform: rotate(180deg);
}
#openButton2.show {
	transform: rotate(180deg);
}

.keyboard-open {
	transform: translateY(-180px);
	/* 向上偏移120px */
}

#virtual-action {
	display: none;
	flex-wrap: wrap;
	padding: 5px;
	border-top: 1px solid #ccc;
	background-color: #f0f0f0;
	height: 123px;
}

#virtual-action.show {
	display: flex;
}

.action {
	margin: 10px;
	height: 80px;
	width: 80px;
	background-color: white;
	border-radius: 8px;
	line-height: 80px;
	text-align: center;
}

.action-text {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 10px;
	color: #8a8a8a;
}

.action img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}

table {
	width: 100%;
	text-align: center;
	flex-shrink: 0;
}
.keyboard td div {
	background-color: #fff;
	font-weight: bold;
	position: relative;
}

.del {
	color: #e9546b;
	font-size: 26px;
}

.return {
	color: #f39800;
}

.space-open {
	height: 180px;
}

.scroll-btn {
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: 700;
	top: -30px;
	background: #ffffff;
	border: 1px solid #9fa0a0;
	border-radius: 12px;
	padding: 5px 8px 5px 25px;
	color: #09bb07;
	opacity: 0;
}
.scroll-btn::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 4px;
	border-style: solid;
	border-width: 8px;
	border-color: #09bb07 transparent transparent transparent;
}
.scroll-btn.visible {
	opacity: 1;
	/* Show when visible class is added */
}

#refresh-indicator {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	width: 100%;
	transition: top 0.3s;
}

.loading-icon {
	border: 2px solid #ccc;
	border-top: 2px solid #f0f0f0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	z-index: 999;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}

.chat-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f5f7fa;
	border-top: 1px solid #ccc;
}
.header-container {
	width: 100%;
}

.box-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	min-height: 25px;
	box-sizing: border-box;
	padding: 0 8px 0 2px;
}
.game-nav {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 0;
	margin-right: 6px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.game-back-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 32px;
	padding: 0;
	border: none;
	background: transparent;
	color: #333;
	pointer-events: none;
}
.game-back-icon {
	width: 10px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.game-nav-name {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}
.box-container-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	min-width: 0;
	gap: 12px;
}

.box {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.separator {
	width: 0.1px;
	height: 100%;
	background-color: #ccc;
	margin: 5 10px; /* Adjust the margin between boxes and separators */
}

.userhead {
	width: 5vh;
	height: 5vh;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 5px;
	background-color: #fff;
	float: left;
}

.infobtn {
	width: 5vh;
	height: 3vh;
	background-color: #0092dd;
	color: white;
	border-radius: 5px;
}
.gamename {
	font-size: 2vh;
	margin: 5px;
	margin-bottom: 8px;
}

.username {
	font-size: 2vh;
	margin-bottom: 8px;
}
.gametime {
	color: red;
	font-size: 16px;
	font-weight: 700;
}
.gametime span {
	font-weight: bold;
}
.userinfo img {
	width: 28px;
	height: 28px;
}
.home img {
	width: 2.5vh;
	height: 2.5vh;
}

.sendBtn {
	background-color: #69b076;
}
.quickBtn {
	background-color: #4a90d9;
	margin-right: 5px;
}
.setBox {
	justify-content: right;
	display: grid;
	height: 100%;
	color: #333;
	display: none;
	background: transparent;
	position: absolute;
	top: -188px;
	right: 0;
}
.setBox .setting {
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
}
.setBox .set-fontsize {
	text-align: left;
	height: 25px;
	line-height: 25px;
	border: none;
}
.setting ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
nav {
	background-color: #333;
	color: white;
	position: fixed;
	top: 0;
	width: 130px; /* 总宽度为130px */
}

.setBox ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

.setBox li {
	margin: 0 10px;
}

.setBox .nav-link {
	text-decoration: none;
	color: #00a2ed;
}

.setBox .underline {
	height: 3px;
	background-color: #f00; /* 下划线颜色 */
	width: 0;
	position: absolute;
	/* transition: width 0.3s ease; */
	width: 18px;
	transform: translateX(0px);
}

.keyboardIcon {
	width: 30px;
	height: 30px;
	background: url(data:image/png;base64,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)
		no-repeat center center;
	background-size: 100% 100%;
}
.keyboardIcon.active {
	background-image: url(data:image/png;base64,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);
}

.side-drawer {
	position: fixed;
	top: 0;
	overflow: auto;
	right: -400px; /* Initial position */
	width: 325px;
	max-width: 90vw;
	height: 100%;
	background-color: #f5f5f7;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: right 0.3s ease-in-out;
	z-index: 1;
	touch-action: none;
}

.show0 {
	display: none;
}
.moveShow {
	display: grid;
}
.side-drawer.active {
	right: 0; /* Visible position */
}

.right-data {
	border-radius: 5px;
	/* margin-top: 50px; */
}
.right-data .today-data {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 5px;
	clear: both;
}
.right-data .caption {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	background-color: #ccc;
}
.todaytable {
	padding: 13px 0;
}

.todaytable table {
	border-radius: 5px;
	font-size: 0.8rem;
	border-collapse: collapse;
	border-spacing: 0;
}
.todaytable table td {
	border: 1px solid #ccc;
	padding: 5px;
	width: 33.33%;
	font-size: 16px;
}
.todaDetailTable {
	max-height: 60vh;
	overflow: auto;
	/* padding-left: 13PX;
          padding-right: 13PX;
          padding-top: 10PX; */
}
.todaDetailTable table {
	border-radius: 5px;
	font-size: 0.8rem;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.todaDetailTable thead td::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.todaDetailTable table td {
	padding: 5px;
	font-size: 14px;
}
.todaDetailTable table thead td {
	position: sticky; /* 使表头粘性定位 */
	top: 0; /* 固定在顶部 */
	background-color: #f2f2f2; /* 表头背景颜色 */
	z-index: 1;
}

.chat-history {
	background-color: rgb(245, 247, 250);
	border-bottom: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	font-weight: bold;
	display: none;
}
.historyData {
	/* min-height: 300px; */
	overflow: auto;
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
}
.historyData table {
	border-radius: 5px;
	font-size: 0.7rem;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.historyData thead td::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.historyData table td {
	/* padding: 3px; */
}
.historyData table thead {
	background-color: #3a8ee6;
	color: #fff;
}
.historyData table thead td {
	position: sticky;
	top: 0;
	z-index: 1;
}
.historyData ul {
	list-style: none;
	display: block;
	list-style-type: disc;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 5px 0;
}

.historyData ul li {
	list-style: none;
	min-width: 20px;
	min-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0092dd;
	font-size: 12px !important;
	box-sizing: border-box;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
html.is-game-au5 .historyData ul li:nth-child(6),
html.is-game-au5 .historyData ul li:nth-child(7) {
	display: none !important;
}
html.is-game-au5q4 .historyData ul li:nth-child(5) {
	background: #9e9e9e;
	border-color: #9e9e9e;
	color: #fff;
}
.historyData .au5-eq {
	display: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	flex: 0 0 auto;
	padding: 0 2px;
}
html.is-game-au5 .historyData .au5-eq {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.historyData .result {
	margin: auto;
	height: 15px;
	width: 15px;
	line-height: 16px;
	color: #fff;
	border-radius: 1px;
}
.historyData .resultnum1 {
	background-color: #5d96ff;
}
.historyData .resultnum2 {
	background-color: #3ec67c;
}
.historyData .resultnum3 {
	background-color: #f7d400;
}
.historyData .resultnum4 {
	background-color: #ff3e41;
}
.animated-text {
	font-size: 24px;
	line-height: 40px; /* Initial line height */
	animation: lineHeightAnimation 2s infinite alternate; /* Apply the animation */
}

@keyframes lineHeightAnimation {
	0% {
		line-height: 0px; /* Initial line height */
	}
	100% {
		line-height: 60px; /* Final line height */
	}
}

.lottery-number {
	line-height: 2.5vh; /* Initial line height */
	animation: numberAnimation 2s infinite linear; /* Apply the animation */
}

@keyframes numberAnimation {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
.space15 {
	/* height: 15vh; */
}
.space5 {
	height: 5vh;
}
.space10 {
	height: 5vh;
}
.setTemp {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	border-top-left-radius: 5px;
	background-color: white;
	padding: 13px;
}
.table-navbar {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	justify-content: space-between;
}
.table-navbar div {
	flex: 1;
	text-align: center;
	padding: 8px 0;
	font-size: 16px;
}
.table-navbar div:first-child {
	border-right: 1px solid #ccc;
}
.table-navbar .active {
	background: green;
	color: #fff;
	transition: all 0.3s;
}
.planeBtns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 8px 8px 0;
	gap: 8px;
	font-size: 16px;
}
.planeBtns button {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 8px;
}
.planeBtns button:first-child {
	background: green;
	color: #fff;
}
.pagingbox {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	gap: 8px;
	font-size: 16px;
}
.pagingbox button {
	background: #ccc;
	border: none;
	padding: 4px 8px;
	color: #333;
	border-radius: 4px;
}
.pagingbox .lastpage {
	display: none;
}
.pagingbox .slastpage {
	display: none;
}
.message-received {
	width: 300px;
	touch-action: pan-y;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.message-received .text[data-v-488a1c0v] {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px 20px 0 15px;
	line-height: 18px;
	word-wrap: break-word;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	font-weight: 400;
	color: #333;
	box-sizing: border-box;
	position: relative;
	min-width: 265px;
	touch-action: pan-y;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.message-received .text[data-v-488a1c0v]::after {
	left: -7px;
	top: 7px;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-color: #d1d1d1;
	border-width: 0px 0px 1px 1px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	transform: rotate(45deg);
	background-color: white;
}

div[data-v-6251d8e2],
div[data-v-488a1c0e],
div[data-v-38c7949e] {
	touch-action: pan-y;
}
.pageMask {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000080;
	z-index: 99999;
	display: block;
}
.pageMask .loading-icon {
	width: 60px;
	height: 60px;
	border-width: 6px;
	border-color: #9c9c9c;
	border-top: 6px solid #f0f0f0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

::-webkit-scrollbar {
	width: 5px; /* 自定义滚动条的宽度 */
	height: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
	border-radius: 5px;
}

.error_message {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: red;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: none;
}

/* 历史参考路子图 */
.history_lzpic_sdiv{
	width: var(--defaultlzpicwidth) !important;   
	height: var(--defaultlzpicwidth) !important;
	border-right: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-shrink: 0;
}


.history_head_div{
	width:var(--defaultlzpicwidth) !important;
	height: var(--defaultlzpicwidth) !important;
	border-right: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.keyboard_two td{
	width: calc(100vw/9);
}

.quick-panel {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
html.is-game-au5.is-quick-open .quick-panel {
	display: block;
	padding-bottom: 156px;
}
.quick-panel button {
	color: #222;
	border-radius: 0;
	min-width: 0;
	height: auto;
	font-size: 13px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 1.15;
	-webkit-tap-highlight-color: transparent;
}
.quick-panel .quick-cell {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #fff;
	border: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 1px;
	overflow: hidden;
}
.quick-cell b {
	font-weight: 600;
	color: #111;
	font-size: 13px;
	line-height: 1.2;
}
.quick-cell i {
	font-style: normal;
	color: #e53935;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 4px;
}
.quick-panel .quick-cell.is-accent {
	background: #4ecdc4;
}
.quick-status {
	position: sticky;
	top: 0;
	z-index: 8;
	background: #b3d9ea;
	text-align: center;
	padding: 6px 0;
	font-size: 15px;
	color: #222;
	border-bottom: 1px solid #9cc4d6;
}
.quick-status.has-pick {
	background: #f2b1fc;
	border-bottom-color: #e09aef;
}
.quick-status em {
	font-style: normal;
	color: #e53935;
	font-weight: 600;
}
.quick-board {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #fff;
}
.quick-ring-row {
	display: flex;
}
.quick-ring-row .quick-cell {
	flex: 1;
	min-width: 0;
	height: 50px;
	aspect-ratio: auto;
}
.quick-ring-mid {
	display: flex;
	align-items: stretch;
}
.quick-ring-col {
	width: 20%;
	display: flex;
	flex-direction: column;
}
.quick-ring-col .quick-cell {
	flex: 1 1 0;
	height: auto;
	min-height: 0;
}
.quick-diamond {
	--core-w: 140px;
	--fan-h: 51px;
	--core-h: 60px;
	--fan-gap: 0.5px;
	--fan-gap-n: 0.5px;
	--fan-gap-s: 0.5px;
	position: relative;
	width: 60%;
	height: calc(var(--fan-h) * 2 + var(--core-h));
	background: #999;
	overflow: hidden;
}
.quick-panel .quick-fan {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	color: #111;
	border: 0;
}
.quick-fan b {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.15;
}
.quick-fan i {
	font-style: normal;
	color: #e53935;
	font-size: 13px;
	line-height: 1.15;
	margin-top: 4px;
}
.quick-panel .quick-fan-n {
	top: 0;
	left: var(--fan-gap);
	right: var(--fan-gap);
	height: calc(var(--fan-h) - var(--fan-gap-n));
	clip-path: polygon(0 0, 100% 0, calc(50% + var(--core-w) / 2) 100%, calc(50% - var(--core-w) / 2) 100%);
	background: #4ecdc4;
	justify-content: center;
}
.quick-panel .quick-fan-s {
	bottom: var(--fan-gap);
	left: var(--fan-gap);
	right: var(--fan-gap);
	height: calc(var(--fan-h) - var(--fan-gap) - var(--fan-gap-s));
	clip-path: polygon(calc(50% - var(--core-w) / 2) 0, calc(50% + var(--core-w) / 2) 0, 100% 100%, 0 100%);
	background: #4ecdc4;
	justify-content: center;
}
.quick-panel .quick-fan-w {
	top: var(--fan-gap);
	left: var(--fan-gap);
	bottom: var(--fan-gap);
	width: calc((100% - var(--core-w)) / 2 - var(--fan-gap) * 2);
	clip-path: polygon(0 0, 100% calc(var(--fan-h) - var(--fan-gap)), 100% calc(100% - var(--fan-h) + var(--fan-gap)), 0 100%);
	background: #cfcfcf;
	align-items: center;
	justify-content: center;
}
.quick-panel .quick-fan-e {
	top: var(--fan-gap);
	right: var(--fan-gap);
	bottom: var(--fan-gap);
	width: calc((100% - var(--core-w)) / 2 - var(--fan-gap) * 2);
	clip-path: polygon(0 calc(var(--fan-h) - var(--fan-gap)), 100% 0, 100% 100%, 0 calc(100% - var(--fan-h) + var(--fan-gap)));
	background: #cfcfcf;
	align-items: center;
	justify-content: center;
}
.quick-core {
	position: absolute;
	left: 50%;
	top: var(--fan-h);
	width: var(--core-w);
	height: var(--core-h);
	display: flex;
	z-index: 2;
	box-sizing: border-box;
	border: 0;
	transform: translateX(-50%);
}
.quick-panel .quick-core .quick-cell {
	flex: 1;
	width: 50%;
	height: auto;
	border-bottom: none;
	aspect-ratio: auto;
	min-height: 0;
}
.quick-panel .quick-core .quick-cell:last-child {
	border-right: none;
}
.quick-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3px;
	padding: 3px 10px 10px;
	box-sizing: border-box;
	background: #fff;
	border-left: none;
}
.quick-panel .quick-grid .quick-cell {
	height: 50px;
	min-height: 50px;
	aspect-ratio: auto;
	border: 1px solid #999;
}
.quick-dock {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	transition: transform 0.28s ease;
}
html.is-game-au5.is-quick-open .quick-dock {
	display: block;
}
.quick-dock.is-collapsed {
	transform: translateY(100%);
}
.quick-dock-tab {
	position: absolute;
	right: 12px;
	bottom: 100%;
	height: 22px;
	padding: 0 10px;
	border: 0;
	border-radius: 4px 4px 0 0;
	background: #222;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
}
.quick-dock-tab span {
	font-size: 10px;
	margin-left: 2px;
}
.quick-dock-body {
	background: #4ecdc4;
	padding: 6px 8px 8px;
	box-sizing: border-box;
}
.quick-dock-row {
	display: flex;
	align-items: center;
	gap: 4px;
}
.quick-dock-row + .quick-dock-row {
	margin-top: 5px;
}
.quick-dock-btn,
.quick-dock-input,
.quick-dock-key,
.quick-dock-amt {
	height: 32px;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 13px;
	color: #222;
	background: #fff;
	padding: 0 8px;
	min-width: 0;
}
.quick-dock-input {
	flex: 1;
	min-width: 48px;
	background: #fff;
	color: #e53935;
	font-weight: 600;
	font-size: 16px;
}
.quick-dock-btn.is-order {
	background: #1e88e5;
	color: #fff;
	flex-shrink: 0;
	padding: 0 10px;
	font-weight: 600;
}
.quick-dock-btn.is-back {
	background: #ff8a00;
	color: #fff;
	flex-shrink: 0;
	padding: 0 10px;
	font-weight: 600;
}
.quick-dock-keys .quick-dock-key {
	flex: 1;
	padding: 0;
	font-size: 16px;
}
.quick-dock-amounts .quick-dock-amt {
	flex: 1;
	padding: 0;
	background: #2f5f9f;
	color: #fff;
	font-size: 14px;
}
.quick-setting-mask {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.45);
	align-items: center;
	justify-content: center;
}
.quick-setting-mask.show {
	display: flex;
}
.quick-setting-box {
	width: 78%;
	max-width: 320px;
	background: #fff;
	border-radius: 8px;
	padding: 16px 16px 14px;
	box-sizing: border-box;
}
.quick-setting-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 12px;
	color: #222;
}
.quick-setting-row {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	gap: 10px;
}
.quick-setting-row label {
	width: 48px;
	flex-shrink: 0;
	font-size: 14px;
	color: #333;
}
.quick-setting-input {
	flex: 1;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 8px;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
}
.quick-setting-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 12px;
}
.quick-setting-cancel,
.quick-setting-ok {
	height: 32px;
	padding: 0 16px;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
}
.quick-setting-cancel {
	background: #eee;
	color: #333;
}
.quick-setting-ok {
	background: #1e88e5;
	color: #fff;
}
.quick-panel .quick-cell.is-picked,
.quick-panel .quick-fan.is-picked {
	background: #f2b1fc;
}
.quick-panel .quick-cell.is-picked {
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.quick-ring-mid > .quick-ring-col:first-child .quick-cell.is-picked {
	border-right-color: transparent;
}
.quick-diamond.has-fan-pick {
	background: #fff;
}
.quick-pick {
	display: none;
	background: #00008b;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	font-style: normal;
}
.quick-panel .is-picked > .quick-pick {
	display: block;
}
.quick-panel .is-picked > i {
	visibility: hidden;
}
.quick-panel .quick-cell > .quick-pick {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
}
.quick-panel .quick-fan > .quick-pick {
	position: absolute;
	left: 50%;
	bottom: 4px;
	transform: translateX(-50%);
	min-width: 22px;
	padding: 0 6px;
	height: 14px;
	line-height: 14px;
	border-radius: 2px;
}
.quick-panel .quick-fan-w > .quick-pick,
.quick-panel .quick-fan-e > .quick-pick {
	position: static;
	left: auto;
	bottom: auto;
	transform: none;
	margin-top: 4px;
}
.quick-panel .quick-fan-w.is-picked > i,
.quick-panel .quick-fan-e.is-picked > i {
	position: absolute;
}
html.is-quick-sealed .quick-panel .quick-cell,
html.is-quick-sealed .quick-panel .quick-fan {
	background: #9a9a9a !important;
}
html.is-quick-sealed .quick-board {
	border-top-color: #fff;
	border-left-color: #fff;
}
html.is-quick-sealed .quick-board .quick-cell {
	border-right-color: #fff;
	border-bottom-color: #fff;
}
html.is-quick-sealed .quick-diamond {
	background: #fff;
}
html.is-quick-sealed .quick-panel .quick-fan-n {
	top: 0;
	left: var(--fan-gap);
	right: var(--fan-gap);
	height: calc(var(--fan-h) - var(--fan-gap-n));
}
html.is-quick-sealed .quick-panel .quick-fan-s {
	bottom: var(--fan-gap);
	left: var(--fan-gap);
	right: var(--fan-gap);
	height: calc(var(--fan-h) - var(--fan-gap) - var(--fan-gap-s));
}
html.is-quick-sealed .quick-panel .quick-fan-w {
	top: var(--fan-gap);
	left: var(--fan-gap);
	bottom: var(--fan-gap);
	width: calc((100% - var(--core-w)) / 2 - var(--fan-gap) * 2);
}
html.is-quick-sealed .quick-panel .quick-fan-e {
	top: var(--fan-gap);
	right: var(--fan-gap);
	bottom: var(--fan-gap);
	width: calc((100% - var(--core-w)) / 2 - var(--fan-gap) * 2);
}
html.is-quick-sealed .quick-ring-mid > .quick-ring-col:first-child .quick-cell {
	border-right-color: #9a9a9a;
}
html.is-quick-sealed .quick-panel .quick-cell b,
html.is-quick-sealed .quick-panel .quick-fan b {
	color: #555;
}
html.is-quick-sealed .quick-panel .quick-cell i,
html.is-quick-sealed .quick-panel .quick-fan i {
	color: #e53935;
}
html.is-quick-sealed .quick-panel .quick-pick {
	background: #6e6e6e;
}
.quick-toast {
	display: none;
	position: fixed;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	z-index: 300;
	min-width: 140px;
	padding: 12px 22px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.quick-toast.show {
	display: block;
}
.quick-alert-mask {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 320;
	background: rgba(0, 0, 0, 0.45);
	align-items: center;
	justify-content: center;
}
.quick-alert-mask.show {
	display: flex;
}
.quick-alert-box {
	width: 78%;
	max-width: 320px;
	background: #fff;
	border-radius: 8px;
	padding: 20px 16px 14px;
	box-sizing: border-box;
	text-align: center;
}
.quick-alert-text {
	font-size: 15px;
	line-height: 1.5;
	color: #222;
	word-break: break-all;
	margin-bottom: 16px;
}
.quick-alert-ok {
	min-width: 88px;
	height: 34px;
	padding: 0 22px;
	border: 0;
	border-radius: 4px;
	background: #1e88e5;
	color: #fff;
	font-size: 15px;
}
/*!****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/chat.css ***!
  \****************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

input,
button,
textarea {
	color: inherit;
	font: inherit;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
[class*="van-"]:focus {
	outline: none;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cmd[data-v-8d08a836] {
	margin-left: 5px;
	background-color: #5a79ba;
	color: #fff;
	padding: 0 3px;
}

.rep[data-v-8d08a836] {
	color: red;
	margin-right: 5px;
}

@keyframes flash-8d08a836 {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}

	to {
		opacity: 1;
	}
}

.loginBtn[data-v-8d08a836] {
	font-size: 42px;
	position: fixed;
	right: 0;
	top: 30%;
	color: var(--4121f39c);
	animation: flash-8d08a836 0.7s infinite;
}

.detail[data-v-8d08a836] {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 100;
}

.detail .close[data-v-8d08a836] {
	position: absolute;
	top: 10px;
	right: 5px;
	z-index: 101;
	font-size: 20px;
}

.detail .data[data-v-8d08a836] {
	height: 100%;
}

.detail .data[data-v-8d08a836] .van-tabs__content {
	height: calc(100% - 44px);
}

.detail .data .monit[data-v-8d08a836] {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.detail .data .monit .members[data-v-8d08a836] {
	flex: 1;
	overflow: scroll;
}

.detail .data .monit .members .online[data-v-8d08a836] {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 3px;
	background-color: gray;
}

.detail .data .monit .members .online.active[data-v-8d08a836] {
	background-color: #69b076;
}

.detail .data .monit .members .danger[data-v-8d08a836] {
	color: red;
}

.detail .data .monit .members .info[data-v-8d08a836] {
	font-size: 12px;
	color: #999;
}

.detail .data .monit .toolbar[data-v-8d08a836] {
	height: 320px;
}

.detail .data .monit .toolbar .values[data-v-8d08a836] {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
}

.detail .data .monit .toolbar .values .value[data-v-8d08a836] {
	margin: 2px;
}

.detail .data .monit .toolbar .values .value input[data-v-8d08a836] {
	width: 40px;
}

.detail .ips dt[data-v-8d08a836] {
	font-size: 16px;
	font-weight: 700;
}

.detail .ips a[data-v-8d08a836],
.detail .ips a[data-v-8d08a836]:hover,
.detail .ips a[data-v-8d08a836]:active {
	color: #3cb6e7;
}

.detail-enter-from[data-v-8d08a836],
.detail-leave-to[data-v-8d08a836] {
	left: 100%;
}

.detail-enter-to[data-v-8d08a836],
.detail.leave-from[data-v-8d08a836] {
	left: 0;
}

.detail-enter-active[data-v-8d08a836],
.detail-leave-active[data-v-8d08a836] {
	transition: left 0.3s ease-out;
}

.van-overlay[data-v-8d08a836] {
	display: flex;
	justify-content: center;
	align-items: center;
}

.van-overlay .viewport[data-v-8d08a836] {
	width: 302px;
	height: 269px;
	position: relative;
}

.van-overlay .viewport .box[data-v-8d08a836] {
	border: 1px solid red;
	position: absolute;
	max-width: 330px;
	max-height: 100%;
}

.lu-box[data-v-38c7949e] {
	width: 100%;
	zoom: 0.76;
	-ms-zoom: 0.76;

}

table.draws[data-v-38c7949e] {
	width: 100%;
	font-size: 12px;
	/* font-weight: 800; */
	letter-spacing: 0;
	border-collapse: collapse;
	text-align: center;
}

table.draws thead[data-v-38c7949e] {
	background: #3cb6e7;
	color: #000;
	font-size: 14px;
}

table.draws th[data-v-38c7949e]:nth-child(1) {
	width: 35px;
}

table.draws th[data-v-38c7949e]:nth-child(2) {
	width: 60px;
}

table.draws th[data-v-38c7949e]:nth-child(4) {
	width: 20px;
}
html.is-game-au5 table.draws th[data-v-38c7949e]:nth-child(4) {
	width: 32px;
}

html.is-game-au5q4 table.draws .result .num:nth-child(5) {
	background: #9e9e9e;
	border-color: #9e9e9e;
	color: #fff;
}

table.draws th[data-v-38c7949e]:nth-child(5) {
	width: 20px;
}

table.draws th[data-v-38c7949e]:nth-child(6) {
	width: 20px;
}

table.draws th[data-v-38c7949e],
table.draws td[data-v-38c7949e] {
	padding: 2px 0;
}

table.draws tbody tr[data-v-38c7949e]:nth-child(1) {
	border: 1px solid red;
}

table.draws .grey[data-v-38c7949e] {
	color: #666;
}

table.draws .result[data-v-38c7949e] {
	display: flex;
	justify-content: space-around;
	padding: 0 5px;
}

table.draws .result .num[data-v-38c7949e] {
	width: 18px;
	height: 18px;
	border-radius: 16px;
	font-size: 0.78rem;
	border: 1px solid red;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;

	font-family: '微软雅黑';
	font-weight: 900;
}

table.draws .result .num.num1[data-v-38c7949e] {
	border: 1px solid #2792c3;
}

table.draws .sum .s[data-v-38c7949e] {
	font-size: 16px;
	color: #fff;
}

.lu[data-v-38c7949e] {
	width: 100%;
	text-align: center;
	font-size: 12px;
	/* border-top: 1px solid #9fa0a0; */
	border-left: 1px solid #9fa0a0;
}

.lu .head[data-v-38c7949e] {
	height: var(--b9a5f864);
	font-weight: bolder;
	font-size: 14px;
	color: #000;
	flex-wrap: nowrap !important;
}

.lu .head div[data-v-38c7949e] {
	background: #ccc;
	flex-shrink: 0;
}

.lu .body[data-v-38c7949e] {
	/* height: var(--12d166f4); */
	height: auto;
	background: #ffffff;
	font-size: 18px;
	/* display: grid; */
	/* grid: var(--b9a5f864) /auto auto auto auto auto auto auto auto; */
	width: calc(var(--b9a5f864)*8);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* margin: 0 auto; */
}

.lu .head[data-v-38c7949e] {
	display: flex;
	justify-content: flex-start;
	/* justify-content: center; */
	align-items: start;
	flex-flow: row wrap;
}

.lu .head div[data-v-38c7949e] {
	border-top: 1px solid #9fa0a0;

}

.lu .head div[data-v-38c7949e]
 {
	width: var(--b9a5f864);
	height: var(--b9a5f864);
	border-right: 1px solid #9fa0a0;
	border-bottom: 1px solid #9fa0a0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lu .body div[data-v-38c7949e]{
	
	
}
.lu .body div div[data-v-38c7949e]{
	width: var(--b9a5f864);
	height: var(--b9a5f864);
	border-right: 1px solid #9fa0a0;
	border-bottom: 1px solid #9fa0a0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s[data-v-38c7949e] {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	color: #000;
	text-align: center;
	font-style: normal;
	font-size: 18px;
	border: 1px solid #666;
	/* font-weight: bold; */
}

.lu .body div div .s[data-v-38c7949e]{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
}

.s.s1[data-v-38c7949e] {
	background: #5d96ff;
}

.s.s2[data-v-38c7949e] {
	background: #3ec67c;
}

.s.s3[data-v-38c7949e] {
	background: #f7d400;
}

.s.s4[data-v-38c7949e] {
	background: #ff3e41;
}

.result[data-v-6251d8e2] {
	background-color: #fff;
}

.r1[data-v-6251d8e2],
.r2[data-v-6251d8e2],
.r3[data-v-6251d8e2] {
	width: 100%;
	text-align: center;
}

.r1[data-v-6251d8e2] {
	font-size: 16px;
	padding-top: 10px;
	display: flex;
	align-items: start;
}

.r1 .t1[data-v-6251d8e2] {
	font-size: 26px;
	color: red;
}

.r1 .t2[data-v-6251d8e2] {
	padding-left: 5px;
}

.r3[data-v-6251d8e2] {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.r3 .num[data-v-6251d8e2] {
	width: 20px;
	height: 20px;
	border: 2px solid red;
	border-radius: 17px;
	line-height: 20px;
	margin-right: 2px;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
}

.r3 .num.num1[data-v-6251d8e2] {
	border: 2px solid #2792c3;
}

html.is-game-au5q4 .r3 .num:nth-child(5) {
	background: #9e9e9e;
	border-color: #9e9e9e;
	color: #fff;
}

.r3 .au5-eq[data-v-6251d8e2] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 0 4px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 20px;
}

.r4[data-v-6251d8e2] {
	display: flex;
	align-items: center;
	justify-content: start;
}

.r4 .time[data-v-6251d8e2] {
	font-size: 16px;
}

.r4 .sum[data-v-6251d8e2] {
	font-weight: 700;
	width: 70px;
	height: 60px;
	background: red;
	color: #fff;
	line-height: 60px;
	font-size: 36px;
	margin-left: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.num[data-v-5d751e10] {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.roll[data-v-5d751e10] {
	position: relative;
	width: var(--5d7dbf33);
	height: var(--386b2d5a);
	overflow: hidden;
	font-family: monospace;
}

.hide[data-v-5d751e10] {
	position: absolute;
	top: 999px;
	left: 999px;
}

ul[data-v-5d751e10] {
	display: block;
	width: var(--6f014591);
	height: var(--575872bc);
	position: absolute;
	font-size: var(--01f78074);
	top: var(--3b89190c);
	left: var(--3b89190b);
	animation: rotation-5d751e10 2s linear infinite;
	animation-play-state: var(--652f34b2);
}

ul li[data-v-5d751e10] {
	position: absolute;
	color: var(--211ff04d);
}

@keyframes rotation-5d751e10 {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.draw[data-v-488a1c0e] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	background: rgb(237, 237, 237);
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.draw .issue[data-v-488a1c0e] {
	padding: 0 5px;
}

.draw .result[data-v-488a1c0e] {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.draw .result .num[data-v-488a1c0e] {
	width: 22px;
	height: 22px;
	background-color: #0095d9;
	color: #fff;
	border: 1px solid #cccccc;
	border-radius: 22px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.draw .result .num[data-v-488a1c0e]:last-child {
	background-color: #d9333f;
}

.draw .time[data-v-488a1c0e] {
	width: 50px;
	text-align: center;
	font-size: 14px;
	color: #e83929;
}

.chat-box[data-v-488a1c0e] {
	overscroll-behavior-y: contain;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #f6f6f8;
}

.van-pull-refresh[data-v-488a1c0e] {
	flex: 1;
}

.messages[data-v-488a1c0e] {
	height: 100%;
	padding: 0 10px;
	overflow: scroll;
	flex: 1;
	color: #4a4a4a;
}

.messages .item[data-v-488a1c0e] {
	width: 100%;
	display: flex;
	margin: 15px 0;
}

.messages .item .avatar[data-v-488a1c0e] {
	width: 45px;
	height: 45px;
}

.messages .item .avatar img[data-v-488a1c0e] {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.messages .item .box[data-v-488a1c0e] {
	position: relative;
	font-size: 12px;
	flex: 1;
	max-width: 300px;
}

.messages .item .box .name[data-v-488a1c0e] {
	padding: 0 15px;
}

.messages .item .box pre[data-v-488a1c0e] {
	margin: 10px;
}

.messages .item .box .text[data-v-488a1c0e] {
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px 20px 0 15px;
	line-height: 18px;
	word-wrap: break-word;
	white-space: pre-wrap;
	min-width: 16px;
	min-height: 16px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	font-weight: 400;
	color: #333;
}

.messages .item .box .text.fs[data-v-488a1c0e] {
	font-size: 16px;
}

.messages .item .box .text.fm[data-v-488a1c0e] {
	font-size: 18px;
	line-height: 20px;
}

.messages .item .box .text.fl[data-v-488a1c0e] {
	font-size: 20px;
	line-height: 22px;
}

.messages .item .box .text[data-v-488a1c0e]:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	border-width: 7px;
	border-color: transparent #d1d1d1 transparent transparent;
}

.messages .item .box .text[data-v-488a1c0e]:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	border-width: 7px;
	border-color: transparent #ffffff transparent transparent;
}

.messages .item .box .text[data-v-488a1c0e] .playDesc {
	font-size: 12px;
	line-height: 14px;
}

.messages .item .box.left .text[data-v-488a1c0e]:before {
	top: 27px;
	left: 1px;
}

.messages .item .box.left .text[data-v-488a1c0e]:after {
	top: 27px;
	left: 3px;
}

.messages .item .box.right .text[data-v-488a1c0e]:before {
	top: 7px;
	right: -14px;
	border-color: transparent transparent transparent #d1d1d1;
}

.messages .item .box.right .text[data-v-488a1c0e]:after {
	top: 7px;
	right: -12px;
	border-color: transparent transparent transparent #9eea6a;
}

.messages .item.admin .name[data-v-488a1c0e] {
	color: red;
}

.messages .item.admin .box.left .text.sys[data-v-488a1c0e]:after {
	border-color: transparent #eff0fe transparent transparent;
}

.messages .item.admin .text.sys[data-v-488a1c0e] {
	background: #eff0fe;
}

.messages .item.admin .text.full[data-v-488a1c0e] {
	width: 242px;
}

.messages .item.admin .text.cancel[data-v-488a1c0e] {
	color: #ec6d71;
}

.messages .item.owner[data-v-488a1c0e] {
	flex-direction: row-reverse;
}

.messages .item.owner .name[data-v-488a1c0e] {
	text-align: right;
}

.messages .item.owner .text[data-v-488a1c0e] {
	position: relative;
	float: right;
	margin: 5px 15px 0 20px;
	background: #9eea6a;
}

.input[data-v-488a1c0e] {
	background: #d0d3dc;
	padding: 5px 0 12px;
}

.input table[data-v-488a1c0e] {
	width: 100%;
}

.input tr div[data-v-488a1c0e] {
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	font-size: 18px;
	font-weight: bolder;
	margin: 1px;
}

.input tr div.active[data-v-488a1c0e] {
	background-color: #00000080;
	color: #fff;
}

.input tr div.del[data-v-488a1c0e] {
	color: #e9546b;
	font-size: 22px;
	position: relative;
	user-select: none;
}

.input tr div.del.active[data-v-488a1c0e] {
	background-color: #e9546b;
	color: #fff;
}

.input tr div.space[data-v-488a1c0e] {
	position: relative;
	padding: 0;
}

.input tr div.space[data-v-488a1c0e]:before {
	display: inline-block;
	content: "";
	margin-top: 10px;
	width: 70%;
	height: 7px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 5px solid #999;
}

.input tr div.cancel[data-v-488a1c0e] {
	height: 65px;
}

.input tr div.return[data-v-488a1c0e] {
	background-color: #f39800;
	color: gray;
}

.input tr div.return.active[data-v-488a1c0e] {
	background-color: #f8b862;
}

html,
body,
#app {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eff2f5;
	user-select: none;
	-webkit-touch-callout: none;
}

/* 历史参考路子图 */
.history_lzpic_sdiv{
	width: var(--b9a5f864);   
	height: var(--b9a5f864);
	border-right: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* .history_head_div{
	width:var(--defaultlzpicwidth);
	height: var(--defaultlzpicwidth);
	border-right: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
    display: flex;
    justify-content: center;
    align-items: center;

} */
/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/popup.css ***!
  \*****************************************************************/
.right-popup{
    min-width: 70%;
    height: 54%;
    background:#251F35;
    position: absolute;
    top: 40px;
    right: 0;
    transform: translateX(100%);
    transition: all 0.5s;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
}
.rightAnimation{
    transform: translateX(0);
    animation: rightAnimation 0.5s;
}
.right-popup-btn{
    width: 25px;
    height: 70px;
    /* background: url('/img/btn.webp') no-repeat; */
    /* background-size: 100% 100%; */
    position: absolute;
    top: 30%;
    left: 0;
    transform: translate(-100%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/* .right-popup-btn::after{
    content: "";
    background: url('/img/arrow_1.webp') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    transform: rotate(180deg);
} */
.right-popup-btn .arrow{
    width: 16px;
    height: 16px;
    position: absolute;
    transform: rotate(180deg);
}

.right-popup-content{
    height: 100%;
	width: 248px;
    overflow-y: auto;
    background: #fff;
    overflow-x: hidden;
}

.content-histroy{
    font-size: 16px;
    white-space: pre-line;
    padding-left: 8px;
    line-height: 1.5;
}
.content-histroy p:last-child{
}

.right-popup-loading{
    width: 100px;
    height: 100px;
    background: #00000080;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
}

.right-popup-listheader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

@keyframes rightAnimation {
    from{
        transform: translateX(100%);
    }
    to{
        transform: translateX(0%);
    }
}

.netWorkMask{
    width: 100vw;
    height: 100vh;
    z-index: 10001;
    position: fixed;
    top: 0;
    right: 0;
    background: #00000080;
    animation: netWorkError 0.3s linear;
    display: none;

}

.netWorkMask-content{
    width: 300px;
    height: fit-content;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    
}

@keyframes netWorkError {
        from{
            opacity: 0;
        }
        to{
            opacity: 1; 
        }
}

.netWorkMask-content .title{
    font-size: 28px;
    font-weight: 800;
    color: red;
    text-align: center;
    margin: 0;
}
.netWorkMask-content button {
    width: 100px;
    height: 40px;
    margin-top: 32px;
    background: #fff;
    color: #333;
    border-radius: 4px;
}

/*!*****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./css/lobby.css ***!
  \*****************************************************************/
.password-page {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: #fff;
	touch-action: auto;
}

.password-page-inner {
	width: 56%;
	max-width: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.password-page-error {
	width: 100%;
	min-height: 18px;
	margin-bottom: 8px;
	color: #e23c3c;
	font-size: 13px;
	text-align: center;
	word-break: break-all;
}

.password-page-label {
	width: 100%;
	margin-bottom: 10px;
	color: #111;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.password-page-input {
	width: 100%;
	height: 32px;
	padding: 0 14px;
	border: none;
	border-radius: 16px;
	background: #ececec;
	color: #111;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
}

.password-page-input::placeholder {
	color: #9a9a9a;
	font-size: 14px;
	text-align: center;
}

.password-page-btn {
	margin-top: 28px;
	min-width: 88px;
	height: 36px;
	padding: 0 22px;
	border: none;
	border-radius: 6px;
	background: #2f7cf6;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.password-page-btn:active {
	background: #2668d4;
}

.password-page-hint {
	margin: 16px 0 0;
	color: #b0b0b0;
	font-size: 12px;
	text-align: center;
}

html.is-in-lobby .game-lobby {
	display: flex;
}

.game-lobby {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: calc(28px + env(safe-area-inset-top, 0px)) 24px 24px;
	background-color: #1a0a08;
	background-image: url(../12b8332d0a01d2f61ee2.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.game-lobby-inner {
	width: 100%;
	max-width: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.game-lobby-title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.game-lobby-btns {
	width: 72%;
	max-width: 280px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.game-lobby-btn {
	width: 100%;
	height: 44px;
	padding: 0 16px;
	border: none;
	border-radius: 8px;
	background: #9b1b1b;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.game-lobby-btn:active {
	background: #7e1515;
	transform: scale(0.98);
}

