body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
	margin: 0;
}

body, button, input, select, textarea {
	font: 12px/1.5 tahoma, sans-serif
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

em, b {
	font-style: normal
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img {
	border: 0
}

body {
	padding-top: 42px
}

button, input, select, textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th, ul, ol {
	padding: 0
}

*[m-show] {
	display: none !important;
}

#afooter {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	background-color: #000;
	color: #c0c0c0;
}

#afooter a, #afooter a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

@font-face {
	font-family: 'fzc';
	src: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/fzc.ttf');
}

@font-face {
	font-family: 'syst-bold';
	src: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/font/sourcehanserifcn-bold.otf');
}

@font-face {
	font-family: 'syst-medium';
	src: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/font/sourcehanserifcn-medium.otf');
}

@font-face {
	font-family: 'syst-heavy';
	src: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/font/sourcehanserifcn-heavy.otf');
}

@font-face {
	font-family: 'fzshengsksjw';
	src: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/font/fzshengsksjw.ttf');
}

[v-cloak] {
	display: none;
}

.disabled {
	pointer-events: none !important;
}

.side-nav {
	position: fixed;
	width: 204px;
	height: 341px;
	background: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/side-nav-bg.png') no-repeat;  /*background: url(//game.gtimg.cn/images/dzs/act/a20260123dzs/side-nav-bg.png) no-repeat;*/
	right: 35px;
	top: 200px;
	z-index: 111;
}

.side-nav .ul-list {
	list-style: none;
	padding-top: 10px;
	box-sizing: border-box;
}

.side-nav .ul-list li {
	font-family: "fzc";
	width: 100%;
	font-size: 22px;
	text-align: center;
	height: 55px;
	line-height: 55px;
}

.side-nav .ul-list li a {
	color: #ffe38e;
	text-decoration: none;
}

.side-nav .ul-list li:nth-child(6) {
	height: 40px;
	cursor: pointer;
}

.side-nav .ul-list li.on a {
	color: #bd2c32;
	display: inline-block;
	width: 169px;
	height: 54px;
	background: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/btn-nav-bg.png') no-repeat;  /*background: url(//game.gtimg.cn/images/dzs/act/a20260123dzs/btn-nav-bg.png) no-repeat;*/
	margin-top: 4px;
	line-height: 48px;
}

.dia-con {
	width: 889px;
	height:566px;
	background: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/pop-bg.png') no-repeat;
	padding: 40px 60px 0px 60px;
	box-sizing: border-box;
	position: relative;
}

.dia-con h1 {
	font-family: "fzshengsksjw";
	font-weight: normal;
	font-size: 40px;
	color: #fcfac5;
	text-align: center;
	margin-bottom: 40px;
}

.dia-con p {
	font-weight: normal;
	margin-top: 10px;
	font-size: 22px;
	line-height:32px;

	color: #833a00;
	font-family: "fzshengsksjw";
}

.dia-con a {
	font-size: 22px;
	color: #6736ae;
}

.dia-close {
	position: absolute;
	width: 46px;
	height: 47px;
	background: url('//game.gtimg.cn/images/dzs/act/a20260123dzs/icon-x.png') no-repeat;
	top: 0px;
	right: -61px;
}
/*获奖弹窗*/
#milo-lotteryRecord{
	width:100%;
	display: none;
}
#milo-lotteryRecord .milo-lotteryRecordContainer ul {
	width: 100%;
	color: #909399;
	font-weight: 500;
	font-size: 14px;
	display: table;
	list-style: none;
	padding: 0;
	margin: 0;
}

#milo-lotteryRecord .milo-lotteryRecordContainer ul li {
	padding: 12px 0;
	min-width: 0;
	width: 20%;
	float: left;
	box-sizing: border-box;
	white-space: nowrap; /* 不换�? */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis; /* 超出部分显示省略�? */
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #ebeef5;
}


#milo-lotteryRecord #milo-paginator {
	font-size: 14px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	color: #333;
	display: flex;
	padding: 10px 5px;
	justify-content: center;
	align-items: center;
}

#milo-lotteryRecord #milo-paginator .my-page-prev,
#milo-lotteryRecord #milo-paginator .my-page-next {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ddd;
	cursor: pointer
}

#milo-lotteryRecord #milo-paginator .my-page-prev:hover,
#milo-lotteryRecord #milo-paginator .my-page-next:hover {
	color: #409eff;
}

#milo-lotteryRecord #milo-paginator .my-page-group {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden
}

#milo-lotteryRecord #milo-paginator .my-page-group li {
	float: left;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 30px;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer
}

#milo-lotteryRecord #milo-paginator .my-page-forbid {
	pointer-events: none;
	background-color: #f4f4f5;
	color: rgba(0, 0, 0, .2)
}

#milo-lotteryRecord #milo-paginator .my-page-cell {
	border: 1px solid #ddd;
	border-radius: 2px
}

#milo-lotteryRecord #milo-paginator .my-page-checked {
	background-color: #409eff;
	color: #fff;
}

#milo-lotteryRecord #milo-paginator.my-page-omit {
	pointer-events: none
}


/*填写实物地址*/
#milo-personInfo{
	width:100%;
	display: none;
}
#milo-personInfo .milo-form-label{
	vertical-align: middle;
	float: left;
	width: 100px;
	font-size: 14px;
	color: #606266;
	line-height: 30px;
	padding: 0 12px 0 0;
	box-sizing: border-box;
}

#milo-personInfo .milo-form-item{
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	outline: none;
	padding: 0 15px;
	display: inline-block;
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: 250px;
}

#milo-personInfo .milo-form-row{
	clear: both;
}

#milo-personInfo .milo-form-label.is-require:before{
	content: "*";
	color: #f56c6c;
	margin-right: 4px;
}

#milo-personInfo .milo-personInfo textarea{
	height: 70px !important;
}

#milo-personInfo  select{
	margin: 3px 0;
}

#milo-personInfo .milo-form-contariner{
	line-height: 40px;
	position: relative;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px;
}
#milo-personInfo #milo-submitPersonInfo{
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
	width: 100%; height:50px;border: 0;
}

#milo-lotteryRecord .milo-lotteryRecordContainer ul li div{text-align: center}