body,html{
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	overflow:hidden;
	font-family: "HelveticaNeue";
}

.hidden{
	display:none;
}

.bg01{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
    overflow: hidden;
	background: url(../images/bg01.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
}
.bg02{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../images/bg02.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
}
.bg03{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../images/bg03.png) no-repeat;
	background-size: 100%;
	background-position: center 0;
}
/*@media screen and (min-width: 1024px) {*/
	/*.bg01{*/
		/*background: url(../images/bg01.png) no-repeat;*/
		/*background-size: cover;*/
		/*background-position: center 0;*/
	/*}*/
/*}*/

.bg01>button{
	position: absolute;
	width: 9.5rem;
	height: 3.5rem;
	top:23.5rem;
	left: 5rem;
	background: transparent;
	outline: none;
	border: none;
}
.bg01>a{
	position: absolute;
	width: 9.5rem;
	height: 3.5rem;
	top: 1rem;
	left: 10rem;
}
.bg01 .tips{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

.bg01 .tips .content{
	width: 90%;
	margin-left: 5%;
	position: relative;
	top: 45%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.bg01 .tips .content img{
	width:100%;
	position: relative;
	z-index: 1;
}
.bg01 .tips .content .close{
	position: absolute;
	width: 1.907rem;
	right: 0;
	top: 4.6rem;
}

.bg01 .tips .content>div{
	position: relative;
	z-index: 2;
	margin-top: -22.5%;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
 }

.bg01 .tips .content>div h4{
	margin:0 0 15px 0;
	font-size: .75rem;
	font-weight: 100;
	color: #666;
}

.bg01 .tips .content>div input{
	width: 100%;
	height: 40px;
	border: 1px solid #DADADA;
	background: #F8F8F8;
	text-indent: 15px;
	margin-bottom:45px;
	padding:0;
}

.bg01 .tips .content>div input::-webkit-input-placeholder {
	font-size: .9375rem;
	color:#ccc;
}


.bg01 .tips .content>div .check input{
	width:67%;
	float: left;
}

.bg01 .tips .content>div .check .sendcode{
	width: 30%;
	height: 42px;
	line-height: 40px;
	float: right;
	font-size: .9375rem;
	color: #fff;
	background: #999;
	border: 1px solid #999;
	outline: none;
}

.bg01 .tips .content>div .orderbtn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	background: #B92C18;
	border: 1px solid #B92C18;
	color: #fff;
	outline: none;
}
