
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}


/**=Font Start **/

/** Font end **/



/**=Layout Rules Start **/
body > a {
   display:none;
}

@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 1.24em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


html {
    background: url("./bg.jpg") repeat center center fixed;
    /* background: url("./bg.jpg");*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-family: sans-serif;
    font-size: 100%;
    font-size: 16px;
    font-size: 1em;
    color: white;
}

div, figure {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    float: left;
}

img {
    width: 100%;
}

.header {
    min-height: 30px;
}

.product {
    width: 45%;
    padding-left: 3%;
}

    .product img {
        width: 90%;
    }

.download-area {
    float: left;
    width: 55%;
    padding-top: 8%;
    padding-left: 2%;
}

.download-btn {
    margin-top: 1.5em;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}



#android-btn,
#iphone-btn {
    /**background: url("./btn.png") no-repeat;**/
    background: -webkit-linear-gradient( top,#fff,#d8d4d4);
    background: -moz-linear-gradient( top,#fff,#d8d4d4);
    background: -o-linear-gradient( top,#fff,#d8d4d4);
    background: linear-gradient( top,#fff,#d8d4d4);
    width: 80%;
    min-height: 40px;
    border: 0;
    border-radius: 5px;
    /*color: #00b09c;*/
    color: #2baeef;
    font-size: 1em;
    min-width: 10em;
    position: relative;
}

    #android-btn .btn-group,
    #iphone-btn .btn-group {
        font-size: 16px;
        position: absolute;
        left: 50%;
        margin-left: -4.1875em;
        top: 50%;
        /*margin-top: -0.5em;*/
        line-height: 16px;
        margin-top: -8px;
    }

.download-btn #iphone-btn {
    margin-top: 1em;
}

.download-btn h5 {
    color: white;
}

.desc {
    float: left;
    width: 100%;
    margin-top: 3em;
}

    .desc figure {
        width: 33.3333%;
        float: left;
        margin: 0;
    }

        .desc figure > img {
            width: 40%;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

    .desc h4 {
        font-weight: bold;
        margin-top: 0.6em;
    }

    .desc figcaption {
        width: 42%;
        min-width: 5em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .desc p {
        text-align: left;
        font-size: 0.875em;
        margin-top: 0;
    }

.footer {
    float: left;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
}

.tip {
    position: fixed;
    width: 200px;
    height: 70px;
    top: 0;
    right: 0;
    z-index: 100;
}

    .tip img {
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
    }

.cover {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 88;
    width: 100%;
    height: 100%;
}

@media(min-width: 780px) {
    .product {
        width: 30%;
    }

    .download-area {
        width: 30%;
    }

    .desc {
        width: 40%;
        display: inline-block;
    }

        .desc figure {
            width: 49%;
            display: inline-block;
            float: none;
            vertical-align: top;
        }

   
#android-btn,
#iphone-btn {
    min-height: 50px;
}
}


@media(max-width: 330px) {
    .download-btn {
        margin-top: 0.2em;
    }

    .product {
        width: 40%;
    }

    .download-area {
        width: 60%;
        padding-top: 0;
    }


    #btn {
        min-height: 3em;
        font-size: 0.6em;
    }

    .download-btn h5,
    .desc {
        margin-top: 1em;
    }

    .download-btn h5 {
        font-size: 0.7em;
    }

    .desc figure {
        width: 49%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

#android-btn,
#iphone-btn {
    min-height: 40px;
}

    
}

/**=Layout Rules End **/

/**=Base Rules Start**/
.fl {
    float: left;
}


/**=Base Rules End**/


