*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-overflow-scrolling: touch;
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1001px)
{
	html,body,.container{
		width: 100%;
		margin: auto;
		position: relative;
		background: #F7F7F7;
	}
}
@media only screen and (min-width: 1002px)
{
	html{
		font-size: 80px;
	}
	html,body,.container{
		width: 414px;
		height: 736px;
		position: relative;
		background: #F7F7F7;
		margin: 20px auto;
	}
}
.main{
	width: 100%;
	background: #F7F7F7;
}
.conter{
	width: 100%;
	background: #F7F7F7;
}
.conter_down{
	width: 100%;
	z-index: 999;
}
.conter_down p{
	width: 100%;
	text-align: center;
	color: #949494;
	font-size: .22rem;
}
.logo{
	width: 3.07rem;
	height: 2.5rem;
	position: relative;
	left: 0;
	right: 0;
	margin: .6rem auto 0;
}
.logo img{
	width: 100%;
	height: 100%;
}
.btn{
	width: 4.52rem;
	height: .82rem;
	margin: .8rem auto .6rem;
	background: url(../images/buttonv2.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.conter_foot{
	width: 100%;
	margin-top: .54rem;
}
.conter_foot img{
	width: 100%;
	height: auto;
}
.footer{
	width: 100%;
	height: .6rem;
	background: #F7F7F7;
	line-height: .5rem;
	color: #959595;
	text-align: center;
	font-size: .2rem;
	position: relative;
	bottom: 0;
	margin-top: .6rem;
}
 .fuceng {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background-image: url(../images/safari.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
    z-index:99999999;
}

.fuceng_android {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background-image: url(../images/browser.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: none;
    z-index:99999999;
}
.share{
	width: 90%;
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
	margin-bottom: .2rem;
}
.share div{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	display: -moz-box;
	display: box;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding-left: .18rem;
}
.describe{
	font-size: .25rem;
	display: none;
}