@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica CE 35 Thin";
	color: #fff;
	font-size: 14px;
	background: #fff;
	line-height: 22px;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
.page_width {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}
header {
	width: 100%;
	height: 590px;
	float: left;
	background: url(../images/banner.jpg) center top #000;
	background-size: cover;
}
.top_download {
	float: left;
	padding: 7px 0 0 10px;
}
.top_download a {
	background: url(../images/icon_download_icons.png) no-repeat left top;
	width: 20px;
	height: 23px;
	float: left;
	margin: 0 0 0 15px;
}
.top_download a.btn_ios {
	background-position: left -26px;
}
nav {
	width: 100%;
	float: left;
	padding: 15px 0;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.8);
}
nav .logo a {
	float: left;
	background: url(../images/logo.png) no-repeat left top;
	width: 200px;
	height: 35px;
	text-indent: -9999999px;
	overflow: hidden;
	background-size:auto 100%;
}
.col_right {
	float: right;
}
nav .menu {
	float: left;
	padding: 7px 0 0 0;
}
nav .menu a {
	color: #fff;
	padding: 10px;
}
.banner {
    text-align: center;
    width: 100%;
    float: left;
    padding: 300px 0 0 0; 
}
.banner h1 {
	font-size: 46px;
	padding: 0 7%;
	line-height:55px;
}
.banner h2 {
    padding: 25px 30% 40px 30%;
    font-weight: normal;
    font-size: 22px;
}
.down_btn {
	width: 100%;
	float: left;
	text-align: center;
}
.down_btn a {
	width: 160px;
	height: 48px;
	display: inline-block;
	margin: 10px;
	background-size: 100% auto;
	background-color: rgba(0,0,0,0.0);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 6px;
}
.down_btn a:hover {
	background-color: rgba(0,0,0,0.5);
}
.down_btn a.icon_ios {
	background-image: url(../images/ios.jpg);
}
.down_btn a.icon_anordoid {
	background-image: url(../images/and.jpg);
}
.down_btn a.join {
	background-image: url(../images/visit.jpg);
}
.seenas {
	width: 100%;
	height:50px;
	float: left;
	background:url(../images/medias.png) #333 no-repeat center center;
	padding:6px 0;
}
.review {
	text-align: center;
	color: #666;
	padding: 30px 0;
	float: left;
	width: 100%;
}
.review p span {
	background: url(../images/5stars.png) no-repeat center center;
	display: inline-block;
	width: 92px;
	height: 15px;
	margin: 0 5px 0 0;
}
.review h2 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 15px 0;
}
.screenshots {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 50px 0;
}
.screenshots ul li {
	width:33.3%;
	float: left;
	padding: 15px 25px;
	text-align:center;
	color:gray;
	font-size:16px;
}
.screenshots ul li p{
	padding:15px 40px;
}
.screenshots ul li h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.screenshots ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.maintext {
	color: #666;
	padding: 50px 0;
	float: left;
	width: 100%;
}
.maintext h3 {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.maintext h2 {
	text-align: center;
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	line-height:33px;
}
.maintext p, .maintext ul {
	padding: 10px 0;
	width: 100%;
	float: left;
}
.tc {
	text-align: center;
}
.bot_downbox {
	width: 100%;
	float: left;
	padding: 50px 0 30px 0;
	background: #333;
}
.bot_downbox h2 {
	padding: 0 0 20px 0;
}
.footer {
	width: 100%;
	padding: 35px 0;
	background: #333;
	float: left;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}
.footer p.footernav a {
	color: rgba(255,255,255,0.5);
	padding: 5px 10px;
	display: inline-block;
}
.footer p.footernav a:hover {
	text-decoration: none;
	color: #22aedd;
}
.socials_box {
	float: left;
	width: 100%;
	margin: 30px 0 40px 0;
	border-top: 1px solid #666;
	position: relative;
}
.socials_box .socials {
	position: absolute;
	left: 50%;
	top: -28px;
	margin: 0 0 0 -75px;
}
.footer p {
	padding: 3px 0;
}
.footerul {
	width: 100%;
	float: left;
	line-height:16px;
}
.footerul li {
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	border-right: 1px solid #666;
	float:left;
}
.footerul li:last-child {
	border: 0px;
}
.footerul li h3 {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.footerul li a {
	color: rgba(255, 255, 255, 0.5);
}
.socials a {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 3px;
	text-indent: -99px;
	overflow: hidden;
	background:url(../images/icon_blog_socials.png) no-repeat left top #888;
}
.socials a:hover {
	background-color: #fff;
}
.socials a.icon_fb {
	background-position: 10px 4px;
	background-color:#3b579d;
}
.socials a.icon_tw {
	background-position: 7px -22px;
	background-color:#2caae1;
}
.socials a.icon_pt {
	background-position: 7px -51px;
	background-color:#bd3025;
}
.socials a.icon_gl {
	background-position: 7px -82px;
	background-color:#de4b39;
}

@media screen and (max-width:767px){
nav .menu{
	display:none;
}
.top_download a{
	margin-left:25px;
}
.banner{
	padding-top:175px;
}
.banner h1{
	line-height:40px;
	font-size:35px;
}
.screenshots ul li{
	width:100%;
}
.footerul li{
	width:33.3%;
}
}
@media screen and (max-width:414px){
.banner h1,
.banner h2{
	padding-left:6%;
	padding-right:6%;
}
.screenshots ul li{
	width:100%;
}
.footerul li{
	width:100%;
}
}
@media screen and (max-width:375px){
.banner h1{
	font-size:36px;
}
.top_download a{
	margin-left:20px;
}
.banner{
	padding-top:137px;
}
}