.myModal,
.mymodal1,
/* 等级 */
.mymodal2,
/* 信用 */
.mymodal-content,
/* 教程 */
.VIPlevelmodal-content,
.modal,
.modal-content,
.myVIPlevelModal {
	max-width: 640px;
}

#myModal1,
#myModal2 {
	/* display: none; */
}

::-webkit-scrollbar {
	display: none;
}

.myModal {
	position: fixed;
	/* 定位为全屏 */
	z-index: 1;
	/* 上层覆盖其他元素 */
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/* 防止内容溢出 */
	background-color: rgba(0, 0, 0, 0.66);
	/* 模态框背景半透明 */
	display: flex;
	justify-content: center;
	align-items: center;
	transition: width .5s ease;
	margin: 0 auto;
}

.myModal1 {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.66);
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.ttl {
	color: #f3d99e;
	font-size: .32rem;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
}

.tableBox table {
	border: none;
	/* 移除表格的框線 */
	border-collapse: collapse;
	/* 移除內部框線的空隙 */
}

.tableBox th {
	color: #f3d99e;
	border: solid 1px #444c88;
	text-align: center;
	padding: 4px;
}

.tableBox a {
	border-collapse: collapse;
	background: #182052;
	border: solid 1px #444c88;
	text-align: center;
	color: #fff;
	margin: 0 4px;
}

.tableBox td {
	border-collapse: collapse;
	background: #182052;
	border: solid 1px #444c88;
	text-align: center;
	padding: 4px;
}

.myModal2 {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.66);
	/* display: none; */
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

#closetc {
	width: .6rem;
	height: .6rem;
	background: url(../img/close.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: .1rem;
	right: .1rem;
	display: none;
	z-index: 1;
}

#msgShut {
	width: .6rem;
	height: .6rem;
	background: url(../img/close.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: .1rem;
	right: .1rem;
	display: none;
	z-index: 1;
}

#msgShut-2 {
	width: .6rem;
	height: .6rem;
	background: url(../img/close.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: .1rem;
	right: .1rem;
	z-index: 1;
}

.applytable {
	color: #fff;
	display: block;
	width: 96%;
	padding: .4rem;
	background-color: #222222;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	/* border-radius: 30px; */
}

.tabletitle {
	font-size: .34rem;
	color: #f3d99e;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin: 0 auto .2rem;
}

.con1 {
	width: 100%;
	margin-top: .1rem;
	color: #049afb;
}

.con1>p {
	width: 4.5rem;
	margin: 0 auto;
	margin-bottom: 1%;
}

.con1>p>span {
	color: #0068FC;
	font-size: .16rem;
}

.con1>p>input {
	width: 55%;
	height: .4rem;
	text-align: left;
	font-size: .28rem;
	padding-left: .15rem;
	border-radius: .05rem;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid #0068FC;
	margin-left: .1rem;
	box-sizing: border-box;
	padding: .05rem;
	height: .43rem;
	border-radius: 10px;
	border: 1px solid #0068FC;
}

.con1>p>select {
	width: 55%;
	height: .4rem;
	text-align: left;
	font-size: .28rem;
	padding-left: .15rem;
	border-radius: .05rem;
	line-height: normal;
	background: rgb(255, 255, 255);
	border: 1px solid #0068FC;
	margin-left: .1rem;
	box-sizing: border-box;
	padding: 5px;
	height: .43rem;
	border-radius: .1rem;
	border: 1px solid #0068FC;
}

.con2 {
	/* height: 310px; */
	/* display: none; */
}

.con2 table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: solid 1px #444c88;
	text-align: center;
}

.con2 table tr {
	text-align: center;
}

.con2 table th {
	border: 1px solid #444c88;
	height: .6rem;
	line-height: 1.2;
	font-size: .28rem;
	text-align: center;
	color: black;
	padding: .1rem;
	color: #f3d99e;
}

.con2 table td {
	border: 1px solid #444c88;
	height: .6rem;
	line-height: .6rem;
	color: #6873BF;
	color: #fff;
	font-size: .28rem;
	text-align: center;
	padding: .1rem;
}

.con2 table td a {
	font-size: .28rem;
	color: #fff;
}

.input-1,
.input-2 {
	padding: 0 .2rem;
	width: 100%;
	height: .6rem;
	color: #999;
	font-size: .24rem;
	line-height: .48rem;
	background: #fff;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	margin-bottom: .2rem;
}

.con1-btn {
	display: block;
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	line-height: .6rem;
	text-align: center;
	background: #282769;
}

.con1-btn img {
	margin: -.04rem .08rem 0 0;
	display: inline-block;
	vertical-align: middle;
}

#VIPlevelModal {
	position: fixed;
	z-index: 101;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #282769;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: height .5s ease;
	margin: 0 auto;
}


.mymodal-content {
	background: #222222;
	background-size: 100% auto;
	padding: .5rem;
	width: 96%;
	height: auto;
	border-radius: .2rem;
	text-align: center;
	box-sizing: border-box;
	transition: height .5s ease;
	position: absolute;
	bottom: 2.3rem;
	margin: 0 auto;
}

.mymodal-content .arrow {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: -0.15rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	left: 0;
}

.mymodal-content .arrow img {
	margin: 0 auto;
	width: .3rem;
}

.VIPlevelmodal-content {
	background: #282769 url(../images/bg02.jpg) top center no-repeat;
	/* 模态框背景半透明 */
	background-size: 100% auto;
	/* 	margin: 0% auto 5%; */
	/* 中心对齐 */
	padding: .4rem .34rem 1.4rem;
	width: 100%;
	/* 可调整大小 */
	height: auto;
	text-align: center;
	min-height: 100vh;
	overflow: auto;
	box-sizing: border-box;
	transition: height .5s ease;
	position: absolute;
	top: 0;
}

.hidden {
	height: 0px;
}

.list-p {
	padding: .1rem 0 .5rem;
	display: flex;
	color: #f3d99e;
	justify-content: space-around;
}

.list-p p {
	font-size: .36rem;
	display: flex;
	flex-direction: column;
}

.big-txt {
	font-size: .4rem;
	font-weight: bold;
}

.tc-txt {
	color: #e2e7ff;
	padding: 3% 0;
	text-align: justify;
	font-size: .26rem;
	line-height: .44rem;
}

.tc-txt span {
	color: #e2e7ff;
	padding-bottom: 2%;
	text-align: justify;
	font-size: .3rem;
	font-weight: bold;
	line-height: .44rem;
}

.table {
	width: 100%;
	background: #e2e7ff;
	color: #0b0e3e;
	font-size: .26rem;
	line-height: .5rem;
	border-left: 1px solid #0b0e3e;
	border-top: 1px solid #0b0e3e;
}

.table tr td {
	border-right: 1px solid #0b0e3e;
	border-bottom: 1px solid #0b0e3e;
}

.table td {
	padding: 0 .1rem;
}

/* 钱包列表 */
.menulist {
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.menulist:after {
	content: "";
	flex: auto;
}

.menulist li {
	margin-right: .22rem;
	margin-bottom: .22rem;
	width: -webkit-calc((100% - .2rem*5) / 5);
	width: calc((100% - .2rem*5) / 5);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.menulist li:nth-child(5n) {
	margin-right: 0;
}



.menulist li img {
	width: 86%;
	display: block;
	margin: 0 auto;
	margin-bottom: .06rem;
}

.menulist li p {
	color: #999;
	font-size: .28rem;
	display: block;
	margin: 0 auto;
}

/* 中奖弹窗 */
.modal {
	display: none;
	/* 隐藏 modal */
	position: fixed;
	/* 定位为全屏 */
	/* 上层覆盖其他元素 */

	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/* 防止内容溢出 */
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 101;
	/* 模态框背景半透明 */
	text-align: center;
	margin: 0 auto;

}

.modal-content {
	/* background-color: #555;
	border: #666 1px solid; */
	margin: .6rem auto;
	/* 中心对齐 */
	padding: .46rem 0.3rem;
	border-radius: .2rem;
	top: 24%;
	left: 50%;
	transform: translate(-50%, -24%);
	width: 100%;
	/* 可调整大小 */
	text-align: center;
	max-height: 8rem;
	box-sizing: border-box;
	z-index: 99;
	position: absolute;
}



@keyframes lightcircle {
	0% {
		transform: rotate(0deg);
		opacity: .6;
	}

	50% {
		opacity: .2;
	}

	to {
		transform: rotate(360deg);
		opacity: .6;
	}
}

.modal-content p {
	width: 100%;
	text-align: center;
	margin-bottom: .3rem;
	font-size: .36rem;
}

.modal-content p.w90 {
	width: 80%;
	margin: 0 auto .3rem;
}

.modal-content button {
	border: none;
	padding: .2rem .05rem;
	display: block;
	font-size: .32rem;
	font-weight: bold;
}

.modal-content a#enterButton {
	border: none;
	padding: .2rem .05rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .3rem;
	font-weight: bold;
}

.modal-content #enterButton {
	background-color: #f3d99e;
	color: #0b0e3e;
	width: 45%;
}

.modal-content #closeButton {
	background-color: #fff;
	color: #0b0e3e;
	width: 45%;
}

.modal-content #ToButton {
	background-color: #c0cbff;
	color: #0b0e3e;
	width: 100%;
	text-align: center;
}

.modaltop {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#modalText {
	display: flex;
	justify-content: center;
	position: relative;
}

.modal-light {
	width: 7rem;
	height: 7rem;
	border-radius: 3.5rem;
	z-index: 98;
	background: url(../img/light1.png) no-repeat top center;
	animation: lightcircle 2s linear infinite;
	background-size: 100% auto;
	position: absolute;
	top: -2rem;
	margin: 0 auto;
}

#modalText a {
	text-align: center;
	display: flex;
	justify-content: center;
	width: 2.7rem;
	height: 3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.tcinfo {
	font-size: .28rem;
	color: #fff;
	margin-top: .1rem;
}

.tcVIPlevel {
	color: #ff43e3;
	font-weight: bold;
}





.dd {
	display: none;
}.layui-laypage a {
	text-decoration: none;
	background: transparent !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: 1px;
	width: 100%;
	height: 100%;
	background: #f3d99e !important;
}
.layui-laypage .layui-laypage-curr em {
	position: relative;
	color: #000 !important;
	background: #f3d99e !important;
}
.layui-laypage a, .layui-laypage span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	background: transparent !important;
}
.layui-laypage a {
	text-decoration: none;
	color: #fff !important;
}
.CreditAmount a {
	color: #fff !important;
}