/*
   public.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
ul,
ol,
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
img {
	border: none;
}
input,
img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #ffffff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'FZLTZHK';
	font-size: 16px;
	height: 100%;
	overflow: hidden;
	font-weight: bolder;
}
.hide {
	display: none;
}
.visibility {
	visibility: hidden;
	/*visibility: visible;*/
}
.copyright {
	position: absolute;
	z-index: 1000;
	bottom: 4px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #7D7D7D;
	font-weight: 400;
}
.swiper-container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #de1344;
}
/*刮刮卡样式 start*/

.divBg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.canvasBox {
	margin: 0 auto;
	margin-top: 88px;
	width: 100%;
	height: 55px;
}
.canvas {
	position: absolute;
	background-repeat: no-repeat;
	width: 190px;
	z-index: 999;
	left: 50%;
	height: 40px;
	margin-left: -95px;
}
.canvasResult {
	position: absolute;
	text-align: center;
	width: 190px;
	height: 40px;
	left: 50%;
	z-index: 100;
	font-size: 20px;
	background: #fff;
	color: #635600;
	border-radius: 10px;
	line-height: 40px;
	margin-left: -95px;
}
/*首页的样式*/

.float_left {
	float: left;
}
.clear_both {
	clear: both;
}
.width_img {
	width: 100%;
}
.scraping_tit {
	position: absolute;
	top: 3%;
	left: 0;
}
.line_div {
	width: 100%;
	border-top: 1px solid #bd0039;
}
.scrape_btnprize {
	width: 40%;
	margin: -2% 0 0% 30%;
}
/*填写信息页样式*/

.supernatant {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.info_alter {
	width: 90%;
	height: 190px;
	background: #ffde00;
	position: relative;
	margin: 15% 0 0 5%;
	border-radius: 10px;
}
.info_text {
	width: 90%;
	padding: 8% 0 0 5%;
}
.info_text_dt {
	width: 23%;
	color: #635600;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}
.info_text_dd {
	width: 71%;
}
.info_value {
	width: 100%;
	background: #fff;
	height: 30px;
	line-height: 32px;
	border: none;
	font-size: 20px;
	padding: 0 0px 0 5px;
	border-radius: 5px;
}
.info_btnimg {
	width: 40%;
	margin: 5% 30%;
}
/*获奖信息页面start*/

.congrats_txt {
	color: #635600;
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding-top: 10%;
}
.congrats_txtmargin {
	padding-top: 5%;
}
.btnstyle {
	width: 44%;
	margin: 12% 28%;
}
/*刮刮卡样式 end*/

@media screen and (min-height: 590px) and (max-height: 605px) {
		.canvasBox {
			margin: 0 auto;
			margin-top: 108px;
			width: 100%;
			height: 55px;
			}
		.info_alter {
			width: 90%;
			height: 222px;
			background: #ffde00;
			position: relative;
			margin: 15% 0 0 5%;
			border-radius: 10px;
			}
		.btnstyle {
			width: 44%;
			margin: 9% 28%;
			}
	}


@media screen and (min-height: 670px) and (max-height: 680px) {
	.canvasBox {
		margin: 0 auto;
		margin-top: 105px;
		width: 100%;
		height: 55px;
	}
	.scrape_btnprize {
		width: 40%;
		margin: 0% 0 0% 30%;
	}
	.info_alter {
		width: 90%;
		height: 230px;
		background: #ffde00;
		position: relative;
		margin: 15% 0 0 5%;
		border-radius: 10px;
	}
	.info_text {
		width: 90%;
		padding: 8% 0 0 5%;
	}
	.info_text_dt {
		width: 23%;
		color: #635600;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		text-align: center;
	}
	.info_text_dd {
		width: 71%;
	}
	.info_value {
		width: 100%;
		background: #fff;
		height: 40px;
		line-height: 42px;
		border: none;
		font-size: 20px;
		padding: 0 0px 0 5px;
		border-radius: 5px;
	}
}