* {
				margin: 0;
				padding: 0;
			}
			
			td,
			tr {
				margin: 0;
				padding: 0;
			}
			
			ul {
				margin: 0;
				padding: 0;
			}
			
			li {
				list-style: none;
				padding-top: 4px;
			}
			
			.bg {	
				width:100%;
				background-image: url(img/bg.png);
				background-repeat: no-repeat;
				position: absolute;
				z-index: 1;
				margin: auto;
				left: 0;
				right: 0;
				height: 1850px;
			}
			
			@media only screen and (min-width: 300px) and (max-width: 1150px) {
				.bg {
					background-size: auto;
					background-image: url(img/bg.png);
					background-repeat: no-repeat;
					position: absolute;
					z-index: 1;
					margin: auto;
					left: 0;
					right: 0;
					height: 1850px;
				}
			}
			
			.circle_box {
				width: 800px;
				height: 800px;
				position: absolute;
				z-index: 2;
				margin: auto;
				left: 0;
				right: 0;
				top: 110px;
			}
			
			.circle_box .circle {
				width: 800px;
				height: 800px;
			}
			
			.circle_box .font_title {
				width: 40%;
				position: absolute;
				z-index: 4;
				top: -30px;
				margin: auto;
				left: 0;
				right: 0;
			}
			
			.circle_box .luck_title {
				width: 80%;
				position: absolute;
				z-index: 3;
				top: 130px;
				margin: auto;
				left: 0;
				right: 0;
			}
			
			.circle_box .time_title {
				width: 40%;
				position: absolute;
				z-index: 4;
				top: 320px;
				margin: auto;
				left: 0;
				right: 0;
			}
			
			.luck_allBox {
				width: 1200px;
				height: 550px;
				position: absolute;
				left: 50%;
				margin-left: -600px;
				z-index: 7;
				top: 510px;
			}
			
			.luck_machineBox {
				width: 730px;
				height: 630px;
				float: left;
				background-image: url(img/luck_machineGai.png);
				background-repeat: no-repeat;
			}
			
			.luck_machineBox p {
				position: absolute;
				width: 200px;
				height: 30px;
				left: 324px;
				top: 180px;
				z-index: 20;
			}
			
			.luck_machineBox p span {
				font-size: 18px;
				font-family: "微软雅黑";
				font-weight: bold;
				color: white;
				line-height: 30px;
				vertical-align: middle;
				text-align: center;
			}
			
			.luck_machineBox p .spanTime {
				font-size: 18px;
				font-family: "微软雅黑";
				font-weight: bold;
				color: #fcda47;
				line-height: 30px;
				vertical-align: middle;
				text-align: center;
			}
			
			.luck_machineBox .luck_button {
				position: absolute;
				z-index: 15;
				width: 15%;
				left: 315px;
				top: 260px;
				cursor: pointer;
				display: none
			}

			.luck_machineBox .past_button {
				position: absolute;
				z-index: 100000;
				width: 15%;
				left: 315px;
				top: 260px;
				cursor: pointer;
				display: none
			}

			.luck_machineBox .luck_changeButton {
				position: absolute;
				z-index: 16;
				width: 15%;
				left: 315px;
				top: 260px;
				cursor: pointer;
				display: none;
			}
			.luck_machineBox .luck_login {
				position: absolute;
				z-index: 16;
				width: 15%;
				left: 315px;
				top: 260px;
				cursor: pointer;
				display: block;
			}
			
			.luck_machineBox table {
				width: 569px;
				height: 522px;
				display: block;
				margin: 0 auto;
				margin-left: 120px;
				margin-top: 25px;
			}
			
			.luck_machineBox .center_box {
				position: absolute;
				z-index: 12;
				width: 285px;
				height: 332px;
				margin-left: 262px;
				margin-top: 134px;
			}
			
			.luck_machineBox table td {
				width: 140px;
				height: 102px;
				text-align: center;
				vertical-align: middle;
				font-size: 24px;
				color: #333;
				font-index: -999;
				background-color: #f3d767;
				border-radius: 5px;
			}
			
			.luck_machineBox table td a {
				width: 140px;
				height: 102px;
				line-height: 102px;
				display: block;
				text-decoration: none;
			}
			
			.luck_machineBox table td.active {
				background-color: #ffea00;
				width: 140px;
				height: 102px;
				border-radius: 5px;
			}
			
			.luck_machineBox .luck_machine {
				width: 630px;
				height: 530px;
			}
			
			.luck_nameBox {
				width: 400px;
				height: 450px;
				float: left;
			}
			
			.luck_nameBox .login_button {
				position: absolute;
				margin-left: 60px;
				width: 300px;
				height: 80px;
				cursor: pointer;
				margin-top: 10px;
				display: block;
			}
			
			.luck_nameBox .login_button img {
				max-width: 100%;
			}
			/*登陆后用户名信息*/
			
			.luck_nameBox .luck_user {
				position: absolute;
				margin-left: 10px;
				width: 400px;
				height: 70px;
				background-color: #fff6d2;
				margin-top: 10px;
				border-radius: 10px;
				display: none;
			}
			
			.luck_nameBox .luck_user .outBox {
				width: 50px;
				line-height:35px;
				float:left;
				margin-top:18px;
				margin-left:15px;
				font-size:16px;
				font-family: "微软雅黑";
				font-weight:bold;
				color:white;
				background-color:#e03e42;
				border-radius: 5px;
				vertical-align: middle;
				text-align:center;
				cursor:pointer;
			}
		
			.luck_nameBox .luck_user .user_box {
				width: 160px;
				height: 70px;
				margin-left: 10px;
				float: left;
			}
			
			.luck_nameBox .luck_user .user_box .user_id {
				font-size: 14px;
				line-height: 70px;
				font-family: "微软雅黑";
				color: black;
			}
			
			.luck_nameBox .luck_user .user_box .user_name {
				font-size: 14px;
				line-height: 70px;
				font-family: "微软雅黑";
				color: #e03e42;
			}
			
			.luck_nameBox .luck_user .date_box {
				width: 150px;
				height: 70px;
				float: left;
			}
			
			.luck_nameBox .luck_user .date_box .date_id {
				font-size: 14px;
				line-height: 70px;
				font-family: "微软雅黑";
				color: black;
			}
			
			.luck_nameBox .luck_user .date_box .date_name {
				font-size: 14px;
				line-height: 70px;
				font-family: "微软雅黑";
				color: #e03e42;
			}
			/*中奖tab切换*/
			
			.luck_tab {
				position: absolute;
				width: 380px;
				height: 70px;
				background-color: #fff6d2;
				margin-left: 20px;
				margin-top: 110px;
			}
			
			.luck_tab .p1 {
				font-size: 18px;
				font-family: "微软雅黑";
				vertical-align: middle;
				color: #e03e42;
				text-align: center;
				width: 190px;
				line-height: 70px;
				font-weight: bold;
				float: left;
				cursor: pointer;
			}
			
			.luck_tab .p2 {
				font-size: 18px;
				font-family: "微软雅黑";
				vertical-align: middle;
				color: #e03e42;
				text-align: center;
				width: 190px;
				line-height: 70px;
				font-weight: bold;
				float: left;
				cursor: pointer;
			}
			
			.luck_tab .current {
				color: #FFFFFF;
				background-color: #E03E42;
			}
			/*中奖名单*/
			
			.luck_nameBox .luck_people {
				position: absolute;
				width: 380px;
				height: 400px;
				background-color: #fff6d2;
				margin-left: 20px;
				margin-top: 180px;
				display: block;
			}
			
			.luck_nameBox .luck_people .people_title {
				width: 380px;
				height: 50px;
				background-color: #f9edbf;
			}
			
			.luck_nameBox .luck_people .people_title .li1 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 30px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_people .people_title .li2 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 55px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_people .people_title .li3 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 50px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_people .luck_allNameBox {
				width: 380px;
				height: 250px;
				overflow: hidden;
			}
			
			.luck_nameBox .luck_people .luck_allNameBox .luck_allName {
				width: 380px;
				height: 250px;
			}
			
			.luck_nameBox .luck_people .luck_allNameBox .luck_allName .luck_name {
				width: 380px;
				height: 25px;
			}
			
			.luck_nameBox .luck_people .luck_allNameBox .luck_allName .luck_name .li1 {
				width:80px;
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 30px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				
			}
			
			.luck_nameBox .luck_people .luck_allNameBox .luck_allName .luck_name .li2 {
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 25px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				
			}
			
			.luck_nameBox .luck_people .luck_allNameBox .luck_allName .luck_name .li3 {
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 30px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				
			}
			/*个人中奖*/
			
			.luck_nameBox .luck_self {
				position: absolute;
				width: 380px;
				height: 400px;
				background-color: #fff6d2;
				margin-left: 20px;
				margin-top: 180px;
				display: none;
			}
			
			.luck_nameBox .luck_self .people_title2 {
				width: 380px;
				height: 50px;
				background-color: #f9edbf;
			}
			
			.luck_nameBox .luck_self .people_title2 .li1 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 30px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_self .people_title2 .li2 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 50px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_self .people_title2 .li3 {
				font-size: 16px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 42px;
				display: block;
				line-height: 50px;
				vertical-align: middle;
			}
			
			.luck_nameBox .luck_self .luck_allName2 {
				width: 380px;
				height: 320px;
				margin:0 auto;
				overflow:hidden;
			}
			.luck_nameBox .luck_self .luck_allName2 .title_unlisted{
				width:160px;
				height:50px;
			    margin:0 auto;
			    margin-top:50px;
			}
			.luck_nameBox .luck_self .luck_allName2 .title_unlisted span{
			   font-size:16px;
			   line-height:50px;
			   vertical-align: middle;
			   text-align: center;
			   font-family: "微软雅黑";
			   font-weight: bold;
			   color:black;
			}
			.luck_nameBox .luck_self .luck_allName2 .title_unlisted .spanRed{
			   font-size:16px;
			   line-height:50px;
			   vertical-align: middle;
			   text-align: center;
			   font-family: "微软雅黑";
			   font-weight: bold;
			   color:#e03e42;
			   cursor:pointer;
			}
		
			.luck_nameBox .luck_self .luck_allName2 .luck_name2 {
				width: 380px;
				height: 25px;
			}
			
			.luck_nameBox .luck_self .luck_allName2 .luck_name2 .li1 {
				width:80px;
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 25px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				text-align: center;
			}
			
			.luck_nameBox .luck_self .luck_allName2 .luck_name2 .li2 {
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 25px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				text-align: center;
			}
			
			.luck_nameBox .luck_self .luck_allName2 .luck_name2 .li3 {
				font-size: 14px;
				font-family: "微软雅黑";
				color: #d26a03;
				float: left;
				margin-left: 30px;
				display: block;
				line-height: 20px;
				vertical-align: middle;
				text-align: center;
			}
			
			.title_box {
				width: 600px;
				height: 100px;
				margin: auto;
				left: 0;
				right: 0;
				position: relative;
				top: 20px;
			}
			
			.title_box img {
				max-width: 100%;
			}
			
			.container_font {
				position: absolute;
				width: 1000px;
				height: 500px;
				margin: auto;
				left: 0;
				right: 0;
				top: 760px;
			}
			
			.container_font .title1 {
				width: 180px;
				height: 35px;
			}
			
			.container_font .title1 img {
				max-width: 100%;
			}
			
			.container_font .frequency_t1 {
				width: 750px;
				height: 200px;
				margin: 20px 10px;
			}
			
			.container_font .frequency_t1 span {
				font-size: 15px;
				font-family: "微软雅黑";
				color: white;
				letter-spacing: 1px;
			}
			
			.container_font .frequency_t1 li img {
				line-height: 12px;
				vertical-align: middle;
			}
			
			.container_font .frequency_t1 .spanColor {
				font-size: 15px;
				font-family: "微软雅黑";
				color: #f8f503;
				letter-spacing: 1px;
			}
			
			.container_font .rule_t1 {
				width: 750px;
				height: 100px;
				margin: 20px 10px;
			}
			
			.container_font .rule_t1 span {
				font-size: 15px;
				font-family: "微软雅黑";
				color: white;
				letter-spacing: 1px;
			}
			
			.container_font .rule_t1 li img {
				line-height: 12px;
				vertical-align: middle;
			}
			
			.container_font .rule_t1 .spanColor {
				font-size: 15px;
				font-family: "微软雅黑";
				color: #f8f503;
				letter-spacing: 1px;
			}
			/*登陆弹出框*/
			
			#gray {
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.3);
				position: fixed;
				top: 0px;
				display: none;
				z-index: 99;
				left: 0;
				right: 0;
				margin: auto;
			}
			
			.login_tck {
				width: 532px;
				height: 600px;
				background-image: url(img/login_bg.png);
				background-repeat: no-repeat;
				position: fixed;
				z-index: 100000;
				left: 400px;
				top: 300px;
				display: none;
			}
			
			.login_tck .top_nav {
				width: 532px;
				height: 46px;
				border-bottom: 1px solid #ebeaea;
				position: relative;
				cursor: move;
			}
			
			.login_tck .top_nav i {
				width: 35px;
				height: 35px;
				position: absolute;
				top: 6px;
				left: 8px;
				display: block;
			}
			
			.login_tck .top_nav span {
				font: 18px/18px 'microsoft yahei';
				color: #707070;
				display: block;
				position: absolute;
				top: 13px;
				left: 50px;
			}
			
			.guanbi {
				width: 41px;
				height: 41px;
				display: block;
				position: absolute;
				top: 28px;
				right: 15px;
				cursor: pointer;
			}
			
			.login_tck .top_nav a.guanbi span {
				display: none;
			}
			
			.login_tck .top_nav a.guanbi:hover {}
			
			.login_tck .min {
				width: 532px;
				height: auto;
				padding: 10px;
			}
			
			.login_tck .input_box {
				width: 410px;
				height: 140px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 155px;
			}
			
			.login_tck .input_box .input_boxLi11 {
				width: 410px;
				height: 50px;
				background-color: white;
				border-radius: 10px;
			}
			
			.login_tck .input_box .input_boxLi11 .phone {
				position: absolute;
				z-index: 99;
				margin-left: 13px;
				margin-top: 1%;
			}
			
			.login_tck .input_box .input_boxLi11 .text {
				width: 80%;
				height: 50px;
				border: 0;
				outline: none;
				vertical-align: middle;
				margin-left: 15%;
				font-size: 20px;
			}
			
			.login_tck .input_box .input_boxLi12 {
				width: 410px;
				height: 50px;
				background-color: white;
				border-radius: 10px;
				margin-top: 30px;
			}
			
			.login_tck .input_box .input_boxLi12 .lock {
				position: absolute;
				z-index: 99;
				margin-left: 12px;
				margin-top: 2%;
			}
			
			.login_tck .input_box .input_boxLi12 .password {
				width: 80%;
				height: 50px;
				border: 0;
				outline: none;
				vertical-align: middle;
				margin-left: 15%;
				font-size: 20px;
			}
			
			.login_tck .login_btn {
				width: 252px;
				height: 70px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 45px;
				cursor: pointer;
			}
			
			.login_tck .register_brn {
				width: 252px;
				height: 70px;
				margin-left: auto;
				margin-right: auto;
				cursor: pointer;
			}
			
			.login_tck p {
				display: block;
				font-size: 34px;
				text-align: center;
				color: white;
			}
			/*注册弹出框*/
			
			.register_tck {
				width: 532px;
				height: 600px;
				background-image: url(img/register_bg.png);
				background-repeat: no-repeat;
				position: fixed;
				z-index: 100000;
				left: 400px;
				top: 300px;
				display: none;
			}
			
			.register_tck .input_box {
				width: 410px;
				height: 140px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 130px;
			}
			
			.register_tck .input_box .input_boxLi11 {
				width: 410px;
				height: 50px;
				background-color: white;
				border-radius: 10px;
			}
			
			.register_tck .input_box .input_boxLi11 .phone {
				position: absolute;
				z-index: 99;
				margin-left: 13px;
				margin-top: 1%;
			}
			
			.register_tck .input_box .input_boxLi11 .text {
				width: 80%;
				height: 50px;
				border: 0;
				outline: none;
				vertical-align: middle;
				margin-left: 15%;
				font-size: 20px;
			}
			
			.register_tck .input_box .input_boxLi12 {
				width: 410px;
				height: 50px;
				background-color: white;
				border-radius: 10px;
				margin-top: 20px;
			}
			
			.register_tck .input_box .input_boxLi12 .message {
				position: absolute;
				z-index: 99;
				margin-left: 10px;
				margin-top: 3%;
			}
			
			.register_tck .input_box .input_boxLi12 .yzm {
				position: absolute;
				z-index: 99;
				margin-left: 12px;
				margin-top: 2%;
			}
			
			.register_tck .input_box .input_boxLi12 .lock {
				position: absolute;
				z-index: 99;
				margin-left: 11px;
				margin-top: 2%;
			}
			
			.register_tck .input_box .input_boxLi12 .password {
				width: 80%;
				height: 50px;
				border: 0;
				outline: none;
				vertical-align: middle;
				margin-left: 15%;
				font-size: 20px;
			}
			
			.register_tck .registerLong_btn {
				width: 282px;
				height: 70px;
				background-image: url(img/register_btn3.png);
				background-repeat: no-repeat;
				background-color: transparent;
				border: 0;
				margin-left: 140px;
				cursor: pointer;
				margin-top: 210px;
			}
			
			.register_tck p {
				display: block;
				font-weight: bold;
				font-size: 40px;
				text-align: center;
				font-family: HYQiHei-65S;
				color: white;
			}
			
			.register_tck .back_font {
				cursor: pointer;
				display: block;
				position: absolute;
				z-index: 99;
				margin-left: 430px;
				margin-top: -40px;
			}
			
			.login_tck .phone_html {
				height: 10px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 10px;
			}
			
			.login_tck .password_html {
				height: 10px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 5px;
			}
			
			.register_tck .phone_html {
				height: 5px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 10px;
			}
			
			.register_tck .message_html {
				height: 5px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 10px;
			}
			
			.register_tck .yzm_html {
				height: 5px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 10px;
			}
			
			.register_tck .password_html {
				height: 5px;
				color: #ebd800;
				font-size: 14px;
				font-family: "微软雅黑";
				margin-left: 10px;
				padding-top: 5px;
			}
			
			.register_tck .get_message {
				width: 138px;
				height: 44px;
				line-height: 44px;
				text-align: center;
				position: absolute;
				z-index: 100;
				right: 0;
				top: 3px;
				cursor: pointer;
				background-color: #fdd444;
				-moz-border-radius: 25px;
				-webkit-border-radius: 25px;
				border-radius: 25px;
				font-size: 1rem;
				font-family: "微软雅黑";
			}
			
			.register_tck .get_yzm {
				width: 138px;
				height: 44px;
				position: absolute;
				z-index: 100;
				left: 300px;
				top: 225px;
				cursor: pointer;
			}
			/*抽奖次数不够*/
		.code_tck{
			    width: 400px;
				height: 300px;
				background-image: url(img/code_bg.png);
				background-repeat: no-repeat;
				position: fixed;
				z-index: 100;
				left: 400px;
				top: 300px;
				display:none;	
		}
		.code_tck .code_button{
			width:164px;
			height:126px;
			margin:0 auto;
			margin-top:150px;
			cursor:pointer;
		}
			
          /*获奖弹窗*/
         .prize_tck {
				width: 400px;
				height: 300px;
				background-image: url(img/pirze_allBg.png);
				background-repeat: no-repeat;
				position: fixed;
				z-index: 100;
				left: 400px;
				top: 300px;
				display:none;
			}
		 .prize_tck .prize_button{
			width:146px;
			height:52px;
			margin:0 auto;
			margin-top:20px;
			cursor:pointer;
		}
		.prize_tck .prize_box{
			width:196px;
			height:104px;
			margin:0 auto;
			margin-top:110px;
		}
        .prize_tck .prize_img{
			width:140px;
			height:102px;
			margin:0 auto;
		}