﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

html,
body {
	width: 100%
}

body {
	font-family: '微软雅黑', Helvetica, sans-serif;
	line-height: 1.6;
	background: #fff;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility
}

img,
a img,
img:focus {
	border: 0;
	outline: 0
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:focus {
	outline: none
}

h3,
h4{
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.4
}

h3 a,
h4 a {
	font-weight: inherit;
	color: #444444
}

body {
	font-size: 62.5%;
	font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, 'Hiragino Sans GB', '\5B8B\4F53';
	line-height: 1.6
}


/*success*/

.info {
	background: url(/img/index/success-bg-480.jpg) no-repeat center bottom;
	background-size: cover;
	color: #fff;
	padding: 13.75% 0 12.8%;
}

.info .ok-btn {
	width: 17.5%;
	margin: 0 auto;
	padding-bottom: 9.3%;
	text-align: center;
}

.entry-con {
	font-size: 2.4em;
	text-align: center;
}

.entry-hd {
	font-size: 4em;
	font-weight: bold;
	text-align: center;
}

.info .entry-hd {
	font-size: 6em;
}

.info .long-hd {
	font-size: 4.5em;
}

.info .entry-con {
	color: #FCFDFD;
}

.download {
	color: #4D4D4D;
	padding: 7.2% 6.8% 9.3%;
}

.download .entry-con {
	color: #8E8F90;
}

.download-btn {
	padding-top: 3%;
	text-align: center;
}

.download-btn a {
	width: 44.7%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.download-btn a:hover,
.download-btn a:focus {
	opacity: .8;
}

.footer-bg {
	background: #2D2D2D;
	color: #E4E4E4;
	padding: 3.4% 2%;
	text-align: center;
}

.footer-bg .entry-con {
	font-size: 1.6em;
}

.app img {
	width: 45%;
	margin: 6% auto;
	display: block;
	margin-bottom: 3.4%;
}
/* 
.app .entry-con {
	padding-bottom: 5.4%;
	color: #6B6B6B;
} */

#weixin-tip {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 100;
}

#weixin-tip p {
	text-align: center;
	margin-top: 10%;
	padding: 0 5%;
	position: relative;
}

#weixin-tip .close {
	color: #fff;
	padding: 5px;
	font: bold 20px/20px simsun;
	text-shadow: 0 1px 0 #ddd;
	position: absolute;
	top: 0;
	left: 5%;
}

@media screen and (min-width: 481px) {
	.info {
		background-image: url(/img/index/success-bg.jpg);
	}
}

@media screen and (max-width: 480px) {
	.entry-hd {
		font-size: 2.8em;
	}

	.info .entry-hd {
		font-size: 4em;
	}

	.info .long-hd {
		font-size: 3em;
	}

	.entry-con{
		font-size: 1.8em;
	}

	.app .entry-con {
		font-size: 1.6em;
	}

	.footer-bg .entry-con {
		font-size: 1.2em;
	}
}

@media screen and (max-width:360px) {
	.entry-hd {
		font-size: 2em;
	}

	.info .entry-hd {
		font-size: 3em;
	}

	.info .long-hd {
		font-size: 2.2em;
	}

	.entry-con {
		font-size: 1.4em;
	}

	.app .entry-con {
		font-size: 1.4em;
	}

}
