﻿@charset "UTF-8";
body,ul,ol,li,form,fieldset,legend,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0
}

html{
    font-size: 62.5%;
}

body {
	height: auto;
	overflow: auto;
	background-color: #fff;
	color: #333;
	line-height: 1.8rem;
	font-family: "Helvetica Neue",Helvetica,Arial,'Open Sans','Hiragino Sans GB','Microsoft YaHei',STHeiti,'WenQuanYi Micro Hei',SimSun,sans-serif;
    font-size:1.4rem;
}

img {
    max-width: 100%;
}

.title-block {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    position: fixed;
    z-index: 1;
}

.title {
    height: 4.3rem;
    line-height: 4.3rem;
}

.logowrap{
    float:left;
    margin-left: 5%;
    min-width: 40%;
}

.logo {
    width: 14%;
    vertical-align:middle;
}

.intro {
    padding: 1.5rem 0 1.5rem 3.2rem;
    margin-left: 0.1rem;
    font-size: 1.2rem;
    color: #fff;
    background: url(/img/logo.png) 0 0 no-repeat;
    background-size: 2.9rem;
    background-position-y: center;
}

.download-top {
    float: right;
}

    .download-top span {
        /* font-size: 1.2rem; */
        border-radius: .3rem;
        padding: 0.85rem 1rem;
        margin-right: 1.5rem;
        color: #fff;
        letter-spacing: 0.1rem; 
        background: #16adf6;
    }

.wrap1 {
    position: relative;
}

.bg img {
    width: 100%;
    display: inherit;
}

.btnwrap1 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 74.2%;
}
    .btnwrap1 h1, .btnwrap2 h1{
        color: #f69e56;
        font-size: 1.4rem;
        font-weight: 600;
        padding-bottom: 2px;
    }

.btn_img {
    width: 64.41%;
}

.wrap2 {
    position:relative;
    /*margin-top: 30px;*/
}

.btnwrap2 {
    /*margin-top: 20px;*/
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
}

.features li {
    list-style: none;
    /*padding: 30px 0;*/
    text-align: center;
}

    .features li img {
        display:block;
    }

footer, footer a {
    color: #929292;
    font-size: 1.2rem;
    text-align: center;
    height: 5.75em;
    padding-top: 0.2rem;
    text-decoration: none;
}
