@font-face{
    font-family:"zwp";
    src:url("../font/ForgottenFuturist/Forgottb_0.ttf");
}
.stAdBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
.num-bg-box {
	width: 1200px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -600px;
	z-index: 999;
	transform:scale(0);
	visibility:hidden;
	transition: all 1s;
	transition-delay:0.5s;
}
.num-bg-box.show{
	transform:scale(1);
	visibility: visible;
}
.stAdCentent{
	width: 1440px;
	height:880px;
	transform:scale(0.9);
	transform-origin: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.num_box {
	height: 180px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -125px;
	z-index: 8;
	text-align: center;
}

.num {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 180px;
	/* font-family: Forgotten Futurist, Arial, Forgotten, Verdana, Geneva, 微软雅黑; */
	font-family:'zwp', Arial, Forgotten, Verdana, Geneva, 微软雅黑;
	text-align: center;
	position: relative;
	color: rgb(255, 255, 191);
	text-shadow: rgb(238, 146, 66) 0px 1px, rgb(238, 146, 66) 0px 2px, rgb(238, 146, 66) 0px 3px, rgb(238, 146, 66) 0px 4px, rgb(238, 146, 66) 0px 5px, rgb(238, 146, 66) 0px 6px, rgb(238, 146, 66) 0px 7px, rgb(238, 146, 66) 0px 8px, rgb(238, 146, 66) 0px 9px, rgb(238, 146, 66) 0px 10px, rgba(255, 0, 0, 0.65) 0px 15px 20px, rgba(255, 0, 0, 0.65) 0px 0px 20px, rgba(255, 0, 0, 0.65) 0px 0px 25px, rgba(255, 0, 0, 0.65) 0px 0px 30px;
}
.name {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 80px;
	/* font-family: Forgotten Futurist, Arial, Forgotten, Verdana, Geneva, 微软雅黑; */
	font-family:'zwp', Arial, Forgotten, Verdana, Geneva, 微软雅黑;
	text-align: center;
	position: relative;
	color: rgb(255, 255, 191);
	text-shadow: rgb(238, 146, 66) 0px 1px, rgb(238, 146, 66) 0px 2px, rgb(238, 146, 66) 0px 3px, rgb(238, 146, 66) 0px 4px, rgb(238, 146, 66) 0px 5px, rgb(238, 146, 66) 0px 6px, rgb(238, 146, 66) 0px 7px, rgb(238, 146, 66) 0px 8px, rgb(238, 146, 66) 0px 9px, rgb(238, 146, 66) 0px 10px, rgba(255, 0, 0, 0.65) 0px 15px 20px, rgba(255, 0, 0, 0.65) 0px 0px 20px, rgba(255, 0, 0, 0.65) 0px 0px 25px, rgba(255, 0, 0, 0.65) 0px 0px 30px;
}
.numStop{
	width: 152px;
	height: 58px;
	background: url(../img/btn-stop.png) no-repeat center center;
	position: absolute;
	bottom:15%;
	right: 5%;
	cursor: pointer;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	transition-delay:0s;
	z-index: 999;
}
.numStop.show{
	opacity:1;
	visibility:visible;
	transition-delay:2s;
}
/**/
.stAdBox {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	background: url(../img/lottery-bg.png) no-repeat center bottom;
	z-index:9999;
	visibility:visible;
	transition:all 0.3s;
}
.stAdBox.hide{
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
}
.stAdBox.dl{transition-delay:1.5s;}
.stAdBox_line {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/line.png) no-repeat center top;
}

.stAdBox_start {
	width: 328px;
	height: 57px;
	background: url(../img/btn-start.png) no-repeat center center;
	position: absolute;
	bottom:90px;
	left: 50%;
	margin-left: -164px;
	cursor: pointer;
	z-index: 1;
}
.stAdBox_start.btn1{ background-image: url(../img/btn-startNow.png);}
.stAdBox_lineT1 {
	line-height: 50px;
	text-align: center;
	font-size: 32px;
	background-image: linear-gradient(to bottom, #ffd364, #ff9, #ff8000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-top:-50px;
}

.stAdBox_lineT2 {
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	background: linear-gradient(to bottom, #ffd364, #ff9, #ff8000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #661a00;
	font-weight: bold;
}
.stAdBox_mainBox{
	clear: both;
	text-align: center;
	font-size: 0;
	position: relative;
	top: 50%;
	padding:0 50px;
	transform: translateY(-60%);
}
.stAdBox_mainBox1{
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
	display: none;
	animation-name: ant;
	animation-duration:2s;
}
@keyframes ant {
  0%{transform: translateY(-50%) scale(1)}
  50%{transform: translateY(-50%) scale(1)}
  100%{transform: translateY(-40%) scale(0)}
}
.stAdBox_item{display:inline-block;}

.ant1{animation-name: ant1;animation-duration:1.5s;}
.ant2{animation-name: ant2;animation-duration:1.5s;}
.ant3{animation-name: ant3;animation-duration:1.5s;}
.ant4{animation-name: ant4;animation-duration:1.5s;}
.ant5{animation-name: ant5;animation-duration:1.5s;}
.ant6{animation-name: ant6;animation-duration:1.5s;}
.ant7{animation-name: ant7;animation-duration:1.5s;}
.ant8{animation-name: ant8;animation-duration:1.5s;}

@keyframes ant1 {
  0%{transform: translate(-100%,-100%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant2 {
  0%{transform: translate(-150%,-150%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant3 {
  0%{transform: translate(150%,150%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant4 {
  0%{transform: translate(-150%,150%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant5 {
  0%{transform: translate(150%,-150%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant6 {
  0%{transform: translate(50%,50%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant7 {
  0%{transform: translate(-50%,-50%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant8 {
  0%{transform: translate(-0%,-150%)}
  100%{transform: translate(0%,0%)}
}
@keyframes ant8 {
  0%{transform: translate(-150%,0%)}
  100%{transform: translate(0%,0%)}
}

.stAdBox_main {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	position: relative;
}
.stAdBox_main .active{
	width: 300px;
	height: 300px;
	position: absolute;
	animation:signin3d 6s steps(1, end) infinite;
	-webkit-animation:signin3d 6s steps(1, end) infinite;
	transform: scale(1.5) translateX(9px);
}
.stAdBox_main:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/award-cir.png) no-repeat center center;
	background-size: cover;
	animation: circleLeft 3s infinite linear;
	-webkit-animation: circleLeft 3s infinite linear;
}
.stAdBox_main.nn:after{display:none;}
.stAdBox_main img {
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center top;
}
.stAdBox_main img[src="null"]{opacity:0;}
.stAdBox_main img[src=""]{opacity:0;}
@keyframes circleLeft {
	0 {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes circleLeft {
	0 {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-360deg)
	}
}
.stAdBox_mainT{
	line-height: 80px;
	font-size: 26px;
	font-family: Forgotten, Verdana, Geneva, 微软雅黑;
	text-align: center;
	color: rgb(255, 255, 146);
	text-shadow: rgb(255, 92, 38) 1px 1px 20px, rgb(255, 92, 38) 0px 1px 20px, rgb(255, 92, 38) 1px 0px 20px, rgb(255, 92, 38) 1px 1px 20px;
	z-index: 10;
	font-weight: bold;
}
/**/
.lottery-btn-bar{
	font-size: 1.5em;
	text-align: center;
	width: 310px;
	color: rgba(191, 239, 255, .26);
	font-weight: bold;
	margin: 35px auto 0;
	position: absolute;
	bottom:35px;
	left:50%;
	margin-left: -155px;
	z-index:999;
}

.lottery-btn-bar .spanL {
	float: left;
	margin-top: 0;
	margin-left: 36px
}
.lottery-btn-bar .lottery-people {
	width: 100px;
	background: url(../img/drop_down_btn.png?1) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	padding-right: 9px;
	float: left;
	margin-left: 16px
}
.lottery-btn-bar .spanR {
	float: left;
	margin-top: 0;
	margin-left: 15px
}

.lottery-btn-bar .lottery-prev-btn {
	background: url(../img/lottery-prev-btn.png);
	width: 18px;
	height: 21px;
	position: absolute;
	margin-top: 4px;
	cursor: pointer
}

.lottery-btn-bar .lottery-next-btn {
	background: url(../img/lottery-next-btn.png);
	width: 18px;
	height: 21px;
	position: absolute;
	margin-top: 4px;
	right: 4px;
	cursor: pointer
}
.lottery-drop-list {
	width: 110px;
	height: 380px;
	border-radius: 8px;
	position: absolute;
	top: -380px;
	left: 124px;
	clear: both;
	background-color: rgba(47, 47, 56, 0.93);
	display: none;
	overflow: hidden;
}
.lottery-drop-list li {
	height: 38px;
	line-height: 38px;
	cursor: pointer
}
.lottery-drop-list li:hover {
	background-color: rgba(11, 11, 11, 1)
}

/**/
.clearfix:after {
	clear: both;
	display: table;
	content: ''
}

.left {
	float: left
}

.right {
	float: right
}

.container {
	position: absolute;
	-webkit-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	-o-transform: perspective(1000px);
	transform: perspective(1000px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	width:100%;
	height:100%;
	left:0%;
	top:0%
}
.element,
.js_current_dom {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-color: #fff
}

.btn_circle {
	height: 100px;
	width: 100px;
	border: 20px solid #eee;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	background-color: red;
	cursor: pointer;
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 9;
	color: #fff;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-ms-transition: all .7s linear;
	-o-transition: all .7s linear;
	transition: all .7s linear
}

.btn_circle:hover {
	background-color: #ff8c00;
	border-color: #fff
}

.btn_start {
	position: static;
	margin: 325px auto 0
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	z-index: 999
}

.lucky_icon {
	height: 70%;
	width: 70%;
	border-radius: 50%;
	margin-left: 15%;
	object-fit: cover;
	object-position: center 5%
}

.lucky_userInfo {
	position: absolute;
	height: 100px;
	width: 100px;
	color: #fff;
	font-size: 24px
}

.lucky_list {
	width: 1140px;
	height: 560px;
	padding: 20px;
	position: relative;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.lpl_userInfo {
	width: 164px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-bottom: 20px
}

.lpl_userImage {
	object-fit: cover;
	object-position: center 5%;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.lpl_userName {
	margin-top: 5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #fff
}

.lucky_userName {
	text-align: center;
	margin-top: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.lucky_title {
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	color: #ff8c00;
	height: 150px;
	line-height: 150px;
	background: url(img/topbg.png) no-repeat center center
}

.lucky_prize {
	width: 280px
}

.lucky_people_list {
	width: 820px
}

.flex {
	display: flex;
	flex-direction: row
}

.lucky_prize_box {
	height: 200px;
	display: flex;
	flex-direction: row
}

.lucky_prize_direction {
	width: 70px;
	height: 100%;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 60px;
	text-align: center;
	cursor: pointer
}

.lucky_prize_direction.active {
	color: #f22
}

button:focus {
	outline: none
}

.lucky_prize_picture {
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center
}

.lucky_prize_show {
	max-width: 100%;
	max-height: 100%
}

.lucky_people_title {
	width: 100%;
	height: 60px;
	background-color: #f22;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-weight: 700
}

.lucky_setting {
	height: 60px;
	background-color: #f22;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 60px;
	padding: 0 10px;
	font-weight: 700;
}

.select_box {
	float: right;
	margin-top: 1px
}

.select_lucky_number {
	font-size: 22px;
	border: 1px solid #eee;
	outline: none;
	cursor: pointer
}

.lucky_number {
	font-size: 24px
}

.lucky_prize_title {
	height: 50px;
	background-color: #f22;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	margin-top: 25px
}

.lpl_list {
	margin-top: 30px;
	height: 480px;
	overflow: auto;
	box-sizing: border-box
}

.loader_file {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px
}

.none {
	display: none
}