﻿@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(66,66,66,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(https://lycdn.okmyapp.com/web/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: 0.1rem solid #fff;
        border-radius: .3rem;
        padding: .35rem 1rem;
        margin-right: 1.5rem;
        color: #fff;
        letter-spacing: 0.1rem;
    }

        .download-top span:active {
            background-color: #666;
        }

.wrap1 {
    position: relative;
}

.bg img {
    width: 100%;
    display: inherit;
}

.btnwrap1 {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 92.2%;
}

.btn_img {
    width: 42.96%;
}

.wrap2 {
    margin-top: 30px;
}

.btnwrap2 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.features li {
    list-style: none;
    padding: 30px 0;
    text-align: center;
}

    .features li img {
        width: 80.93%;
    }

footer, footer a {
    color: #929292;
    font-size: 1.2rem;
    text-align: center;
    height: 5.75em;
    padding-top: 0.2rem;
    text-decoration: none;
}
