[genuitec-file-id="wc1-37"],[genuitec-lp-path="/wxopen/WebRoot/css/newindex.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

* {
	margin: 0;
	padding: 0;
}

.center-xy {
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-l {
	display: flex;
	justify-content: space-between;
}

.center-x {
	display: flex;
	justify-content: center;
	height: 26px;
	line-height: 26px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #333333;
}

.center-y {
	display: flex;
	align-items: center;
}

.theme-radius{
	border-radius: 5%;
	box-shadow: 0 2px 3px 4px rgba(33, 33, 33, .3);
}

html,
body {
	width: 100%;
}

.index-main {
	background-color: #EDF8FE;
	min-height: 100vh;
	box-sizing: border-box;
	color: #202325;
	overflow: hidden;
}

.ur-btn a {
	width: 60px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 8px;
	text-align: center;
	margin: 0 5px;
}

.ur-btn .login {
	background-color: #7CB4F6;
	color: #434343;
}

.ur-btn .reg {
	background-color: #93762c;
	color: #FFF;
}

.index-main .usr-info {
	padding: 15px 15px 0;
}

.index-main .usr-info .icon1 {
	width: 1rem;
	margin-left: 10px;
}

.index-main .usr-info .bg-border {
	background: #ffffff;
	border-radius: 13px;
	height: 26px;
	padding:0 8px;
	color: #D3A65C;
	font-size: 14px;
	line-height: 26px;
	white-space: nowrap;
    overflow: hidden;  /* 防止内容溢出 */
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}

.index-main .usr-info .bg-border2 {
	border-radius: 13px;
	height: 26px;
	padding:0 8px;
	font-size: 14px;
	line-height: 26px;
}

.index-main .gm-banner {
	margin-top: 10px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}

.index-main .gm-banner .notice {
	position: absolute;
	top: 0;
	/* left: 5%; */
	/* width: 90%; */
	width: calc(100% - 50px);
	border-radius: 10px 10px 0 0;
	padding: 5px 10px;
	overflow: hidden;
	z-index: 99;
}

.index-main .gm-banner .notice {
	background: linear-gradient(0deg,rgba(39, 9, 9,.12),rgba(39, 9 ,9,.12)),linear-gradient(119deg,rgba(39 ,9, 9,.12) -10.27%,rgba(39, 9, 9,.12) 76.72%);
	backdrop-filter: blur(10px);
}
.notification {
	/* color: #0bbb11; */
	color:#fff;
	display: block;
	word-wrap: normal;
	white-space: nowrap;
	font-weight: bold;
	animation: scroll-left 20s linear infinite;
}

.layui-carousel-ind {
	top: -25px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-400%);
	}
}

.index-main .gm-banner img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.index-main .system {
	text-align: center;
	margin-top: 10px;
	padding: 0 15px;
}

.index-main .system img {
	width: 35px;
}

.index-main .system span {
	display: block;
	margin-top: 3px;
	font-size: 0.8rem;
}

.index-main .game-list {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 10px 10px 45px;
	width: 98%;
	margin: 10px auto 0;
	display: flex;
	box-sizing: border-box;
}

.index-main .game-list .left {
	width: 90px;
	text-align: center;
}

.index-main .game-list .left span {
	display: block;
	margin-top: 3px;
	font-size: 0.7rem;
}

.index-main .game-list .left .item {
	width: 80px;
	height: 80px;
	background-color: #EDF8FE;
	margin-bottom: 10px;
	border-radius: 10px;
	transition: all.3s;
	cursor: pointer;
}

.index-main .game-list .left .gm-icons {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.index-main .game-list .left .item.active .show {
	display: block;
}

.index-main .game-list .left .item.active .not {
	display: none;
}

.index-main .game-list .left .not {
	display: block;
}

.index-main .game-list .left .show {
	display: none;
}

.index-main .game-list .left .item:hover {
	background-color: #7DB4F5;
	transition: all.3s;
}

.index-main .game-list .left .item:hover .show {
	display: block;
	transition: all.3s;
}

.index-main .game-list .left .item:hover .not {
	display: none;
	transition: all.3s;
}

.index-main .game-list .left .item.active {
	background-color: #7DB4F5;
}


.index-main .game-list .right {
	width: calc(100% - 90px);
	display: grid;
	gap: 10px;
	height: max-content;
	grid-template-columns: repeat(3, 1fr);
}

.index-main .game-list .right .item {
	text-align: center;
	aspect-ratio: 1;
	width: unset;
	border-radius: 10px;
	background-color: #EDF8FE;
}

.index-main .game-list .right .item a {
	display: block;
	width: 95%;
}

.index-main .game-list .right .item span {
	display: block;
	padding-bottom: 3px;
}

.index-main .game-list .right .item img {
	width: 90%;
	margin-bottom: 5px;
}

.index-main .custom {
	width: 2.5rem;
	height: 2.5rem;
	background-color: #7DB4F5;
	position: fixed;
	right: 1rem;
	bottom: 6rem;
	border-radius: 20%;
}

.index-main .custom img {
	width: 70%;
}

.index-main .placeholder {
	height: 60px;
	width: 100%;
}

.index-main .tab-bar {
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: auto;
	right: auto;
	padding: 10px 0 20px;
	box-sizing: border-box;
	background-color: #DEEBFB;
	display: flex;
	justify-content: space-around;
	z-index: 99;
	align-items: center;
	text-align: center;
}

.index-main .tab-bar img {
	width: 2.5rem;
	cursor: pointer;
}

.index-main .tab-bar span {
	display: block;
	cursor: pointer;
}

.window-dark {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(50, 55, 55, .5);
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index: 199;
	box-sizing: border-box;
}

.window-dark.hide-window {
	transition: all .2s;
	opacity: 0;
	transform: scale(0);
}

.window-dark .window-content {
	background-color: #fff;
	width: 92%;
	margin: 0 auto;
	border-radius: 10px;
	overflow-y: hidden;
	position: relative;
}

.window-dark .window-content .layui-icon-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.window-dark .window-content img {
	width: 100%;
}

.window-dark .window-content .copy-btns {
	position: absolute;
	display: flex;
	/* width: 100%; */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.window-dark .window-content .copy-btns div {
	/* background-color: #ababab; */
	color: #000;
	padding: 5px;
	border-radius: 8px;
	font-size: 12px;
	/* margin-bottom: 5px; */
	transform: scale(0.8);
}

.window-dark .window-content .copy-btns img {
	width: 30px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 4px;
}

.window-dark .window-content .copy-btns span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.window-dark .window-content .title {
	text-align: center;
	margin: 10px auto 15px;
}

.window-dark .window-content .title h3 {
	color: #468ce2;
	font-weight: 550;
}

.window-dark .window-content .title h6 {
	margin-top: 8px;
	margin-bottom: 12px;
}

.window-dark .window-content .content-text {
	padding: 0 20px 20px;
	color: #5f5f5f;
}

.window-dark .window-content .content-text a {
	color: #67aaf6;
}

.window-dark .window-content .content-text ul {
	margin-top: 15px;
	font-size: 14px;
}

.window-dark .window-content .content-text li {
	display: flex;
	margin-bottom: 8px;
}

.window-dark .window-content .content-text li img {
	width: 15px;
	height: 15px;
	margin: 3px 4px 0 0;
}

.window-dark .window-content .layui-icon-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.xxxxxx{
	position: absolute;
	top: 180px;
	right: 30px;
	z-index: 9999;
}
.xxxxxxx{
	position: absolute;
	top: 180px;
	right: 30px;
	z-index: 99999;
}
.getBtn{
	position: absolute;
    left: calc(50% - 72px);
    top: calc(50vh + 98px);
    font-family: Alibaba-PuHuiTi-B;
    width: 145px;
    text-align: center;
    height: 32px;
}
.getAgain{
	position: absolute;
	height: 26px;
    width: 156px;
    top: calc(50% + 80px);
    left: calc(50% - 78px);
}

.lucky_btn{
	position: absolute;
	height: 50px;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 86px;
}
.lucky_wheel{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .6);
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index: 199;
	box-sizing: border-box;
}

.wintip{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #FFAF2B;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	bottom: calc(50% - 166px);
    width: 100%;
}

.result_label{
	position: absolute;
    left: calc(50% - 48px);
    top: calc(50vh - 50px);	
	font-family: Alibaba-PuHuiTi-B;
	font-size: 24px;
	color: #993A1B;
	font-weight: 700;
}
.result_value{
	position: absolute;
    left: calc(50% - 100px);
    top: calc(50vh - 18px);	
	font-family: Alibaba-PuHuiTi-B;
	font-size: 20px;
	color: #993A1B;
	font-weight: 600;
	width: 200px;
	text-align: center;
}


@keyframes animLeft1 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(2900deg);
	}
}
.left-leave1{
	animation: animLeft1 4s 1 ease-in-out;
}
.last-arrive1{
	transform: rotateZ(2900deg);
}
@keyframes animLeft2 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(2940deg);
	}
}
.left-leave2{
	animation: animLeft2 4s 1 ease-in-out
}
.last-arrive2{
	transform: rotateZ(2940deg);
}
@keyframes animLeft3 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(2980deg);
	}
}
.left-leave3{
	animation: animLeft3 4s 1 ease-in-out
}
.last-arrive3{
	transform: rotateZ(2980deg);
}
@keyframes animLeft4 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3020deg);
	}
}
.left-leave4{
	animation: animLeft4 4s 1 ease-in-out
}
.last-arrive4{
	transform: rotateZ(3020deg);
}
@keyframes animLeft5 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3060deg);
	}
}
.left-leave5{
	animation: animLeft4 4s 1 ease-in-out
}
.last-arrive5{
	transform: rotateZ(3060deg);
}
@keyframes animLeft6 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3100deg);
	}
}
.left-leave6{
	animation: animLeft6 4s 1 ease-in-out
}
.last-arrive6{
	transform: rotateZ(3100deg);
}
@keyframes animLeft7 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3140deg);
	}
}
.left-leave7{
	animation: animLeft7 4s 1 ease-in-out
}
.last-arrive7{
	transform: rotateZ(3140deg);
}
@keyframes animLeft8 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3180deg);
	}
}
.left-leave8{
	animation: animLeft8 4s 1 ease-in-out
}
.last-arrive8{
	transform: rotateZ(3180deg);
}
@keyframes animLeft9 {
	0% {
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(3220deg);
	}
}
.left-leave9{
	animation: animLeft9 4s 1 ease-in-out
}
.last-arrive9{
	transform: rotateZ(3220deg);
}
.popimg{
	width: 100%;
	margin: calc(50vh - 164px) auto;
}
.popbox{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
	/* position: absolute; */
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	z-index: 199;
	box-sizing: border-box;
}
.closePop{
	position: absolute;
    top: 180px;
    right: 30px;
    z-index: 99999;
}


.count{
	position: absolute;
	bottom: 82px;
    color: #fff;
    left: 134px;	
}
@media (min-width: 480px) {

	html,
	body {
		width: 428px;
		margin: auto;
	}

	.window-dark {
		width: 428px;
		margin: auto;
	}
	.lucky_wheel {
		width: 428px;
		margin: auto;
	}
	.popbox {
		width: 428px;
		margin: auto;
	}
	.index-main .tab-bar {
		width: 428px;
		margin: auto;
	}
}