@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
header, footer, aside, nav, article, section {
	display: block;
}
img {
	border: none;
}
ul {
	list-style: none;
}
p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
body {
	background: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0a0a0a;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
header {
	position: fixed;
	width: 100%;
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 0px 10px 2px #fd4f68;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	float: left;
}
nav {
	float: right;
	margin-top: 16px;
}
nav li {
	float: left;
}
nav li a {
	font-size: 18px;
	color: #666;
	padding: 10px 10px;
	margin: 0 3px;
}
nav li a:hover {
	color: #fd4f68;
}
.section1 {
	background: url(img/banner_bg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 170px 0 120px 0;
	color: #fff;
}
.section1 h3 {
	font-size: 1.125rem;
	line-height: 1;
	margin-bottom: 1.875rem;
	margin-top: 3.75rem;
}
.section1 h2 {
	font-size: 2.375rem;
	line-height: 1.4;
	margin-bottom: 3.75rem;
}
.mainbox {
	text-align: center;
}
.mainpic {
	float: right;
	width: 40%;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
a img {
	border: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.section2 {
	padding: 5rem 0 0 0;
}
.section2 h2 {
	text-align: center;
	font-size: 2.375rem;
	color: #000;
	line-height: 1;
	margin-bottom: 1.25rem;
}
.section2 hr {
	border-color: #fd4f68;
	display: block;
	margin: 0 auto;
	width: 6.25rem;
	margin-bottom: 60px;
}
.section2 .section2Des {
	font-size: 17px;
	color: #878484;
	margin: 0 0 50px;
	text-align: center;
	line-height: 25px;
}
.containbox li {
	float: left;
	width: 50%
}
.section2 .section2InfoItem {
	text-align: center;
	margin-bottom: 4.375rem;
}
.section2 .section2InfoItem img {
	height: 90px;
	margin-bottom: 19px;
}
.section2 .section2InfoItem h3 {
	font-size: 1.125rem;
	color: #000;
	line-height: 1;
	padding: 0;
 margin-bottom: .9375rem;
}
.section3 {
	padding: 150px 0 0 0;
}
.section3 h1, h2 {
	margin-bottom: 15px;
	
}
.section4 {
	padding: 5rem 0 3.75rem 0;
	background: url(img/welcome_bg.png) 0 0 no-repeat;
	background-size: cover;
}
.section4 h2 {
	text-align: center;
	font-size: 2.375rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 1.25rem;
}
.section4 .maindes {
	color: #FFF;
	margin: 3.75rem 0 4.375rem 0;
}
.section4 .downloadBar {
	text-align: center;
}
.downloadBar a {
	display: inline-block;
	margin: 0 10px;
}
.section4 .downloadBar a img {
	height: 3.75rem;
	width: auto;
}
.section5 {
	padding: 5rem 0 2.5rem 0;
	background: url(img/screenshots_bg.png) 0 0 no-repeat;
    background-size: cover;
}
.section5 h2 {
	text-align: center;
	font-size: 2.375rem;
	color: #FFF;
	line-height: 1;
	margin-bottom: 1.25rem;
}
.section5 hr {
	border-color: #fd4f68;
	display: block;
	margin: 0 auto;
	width: 6.25rem;
}
.section5 .section5Des {
	font-size: 1.125rem;
	color: #FFF;
	margin: 3.75rem 0 3.75rem 0;
	text-align: center;
}
.section5 .boxmail {
	width: 50%;
	margin: 0 auto;
}
label {
	display: block;
	margin: 0;
 font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
 display: block;
 box-sizing: border-box;
 width: 100%;
 height: 2.4375rem;
 margin: 0 0 1rem;
 padding: .5rem;
 border: 1px solid #cacaca;
 border-radius: .25rem;
 background-color: #fefefe;
 box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
 font-family: inherit;
 font-size: 1rem;
 font-weight: normal;
 line-height: 1.5;
 color: #0a0a0a;
 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
input {
	overflow: visible;
}
textarea {
	height: auto;
	min-height: 50px;
 border-radius: .25rem;
}
.text-center {
	text-align: center;
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
 border-radius: .25rem;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #FFF;
	color: #000;
}
footer {
	background: #fd4f68;
	padding: 20px 0 5px;
	text-align: center;
}
footer p a {
	color: #FFF;
	margin: 0 15px;
	line-height: 30px;
}
footer p {
	color: #fff;
}
@media screen and (max-width:767px) {
header, section, footer, .container {
	width: 100%;
}
nav {
	float: left;
}
.section1 {
	background: url(img/banner_bg.png) -350px 0 no-repeat;
	background-size: cover;
	padding: 150px 0 15px 0;
}
.mainbox {
	width: auto;
	padding: 0 10px 0 15px;
}
.mainpic {
	display: none;
}
.downloadBar {
	text-align: center;
}
.downloadBar a {
	margin: 10px 15px;
}
.containbox {
	padding: 0 15px;
}
.section5 .boxmail {
	width: auto;
}
}
