/*
   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: #fcedb9;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: '微软雅黑';
	font-size: 16px;
}
.hide {
	display: none;
}
/*页面内容样式 start*/

.swiper-container {
	width: 100%;
	height: 100%;
}
.imgwidth {
	width: 100%;
}
.opacity_nono {
	opacity: 0;
}
/*---------页面样式排版 start-----------------*/

.commonality {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.btn_public1 {
	position: absolute;
	bottom: 12%;
	left: 8%;
	width: 40%;
}
.btn_public2 {
	position: absolute;
	bottom: 12%;
	right: 8%;
	width: 40%;
}
.lh_bottom {
	position: absolute;
	bottom: 0%;
	left: 0;
}
/*第一页*/

.imgwidth1 {
	width: 90%;
	margin-left: 5%;
}
.prize_txt2 {
	margin-top: 3%;
}
.introduce {
	margin-top: -9%;
}
.prize_txt {
	margin-top: 1%;
}
.none {
	display: none;
}
/*第二页*/

.page02_tit {
	margin-top: 5%;
}
/*第三页*/

.page03-details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.path {
	background: url(../images/page03_txtbg.png) no-repeat;
	width: 80%;
	height: 45px;
	background-size: 100% 100%;
	margin: 3% 10%;
}
.float-right {
	float: left;
}
.btn_apply {
        height: 48px;
	margin: -15% -2% 0 0;
	float: right;
}
/*第四页*/

.info-details {
	width: 90%;
	background: url(../images/page04_txtbg.png) no-repeat;
	background-size: 100% 100%;
	height: 80%;
	margin-top: 8%;
	margin-left: 5%;
}
.page04_tit {
	width: 35%;
	margin: 29% 0 -3% 32.5%;
}
.info-input {
	width: 70%;
	height: 35px;
	margin-top: 8%;
	margin-left: 15%;
}
.input-bg1 {
	background: url(../images/input_bg1.png) no-repeat;
	background-size: 100% 100%;
}
.input-bg2 {
	background: url(../images/input_bg2.png) no-repeat;
	background-size: 100% 100%;
}
.input-bg3 {
	background: url(../images/input_bg3.png) no-repeat;
	background-size: 100% 100%;
}
.input-txt {
	width: 82%;
	height: 35px;
	float: right;
	font-size: 20px;
	line-height: 37px;
	border: none;
	background: rgba(0, 0, 0, 0);
}
.btn_submit {
	width: 40%;
	margin: 9% 0 0 30%;
}
/*第五页*/

.page05_txtbg {
	margin-top: 5%;
}
.page05_tit {
	top: 19%;
	width: 50%;
	left: 25%;
	position: absolute;
}
.page05_txt {
	position: absolute;
	top: 29%;
	left: 9%;
	width: 80%;
}
.btn_share {
	width: 40%;
	position: absolute;
	bottom: 10%;
	left: 30%;
	z-index: 99;
}
/*------------------分享层 start-------------------------------------------------*/

.share_alert {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	height: 100%;
	width: 100%;
	z-index:999;
}
@media screen and (min-height: 410px) and (max-height: 420px) {} 

@media screen and (max-width: 432px) and (min-height: 596px) and (max-height: 600px) {
	.path {
		background: url(../images/page03_txtbg.png) no-repeat;
		width: 80%;
		height: 51px;
		background-size: 100% 100%;
		margin: 3% 10%;
	}
	.btn_apply {
		height: 55px;
		margin: -15.5% -2% 0 0;
		float: right;
	}
	
	.btn_share {
		width: 40%;
		position: absolute;
		bottom:8%;
		left: 30%;
		z-index: 99;
	}
}
@media screen and (min-height: 670px) and (max-height: 680px) {
	.path {
		background: url(../images/page03_txtbg.png) no-repeat;
		width: 80%;
		height: 53px;
		background-size: 100% 100%;
		margin: 3% 10%;
	}
	.btn_apply {
		height: 56px;
		margin: -15.5% -2% 0 0;
		float: right;
	}
}