﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #79aebf;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #f4f4f4;
    max-width: 768px;
    margin: 0 auto;
    overflow-x: hidden;
}

.tip {
    font-size: 14px;
}


#outline{
    margin-bottom: 30px;
}

    #outline .text {
        line-height: 30px;
    }

#online_trial_box {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-right: 5px;
}

    h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

#online_trial_box #website {
}

#online_trial_box input {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border: 0px;
    color: #4A4A4A;
    background: #efefef;
    outline: none;
    padding-left: 10px;
}

#online_trial_box #do_detach {
    cursor: pointer;
    background-color: brown;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    outline: none;
    width: 100px;
    text-align: center;
    margin-right: -200px;
}

    #online_trial_box #do_detach:hover {
        background-color: chocolate;
    }

#result {
    margin-bottom: 20px;
    text-align:center;
}

    #result img {
        width: 60px;
        height: 60px;
    }

#demo_box {
    margin-bottom: 30px;
    width: 100%;
}

#demo_box img{
    width: 100%;
}

#list_box {
    margin-bottom: 30px;
}

    #list_box div {
        line-height: 30px;
        font-size: 14px;
    }

#page {
    /*background: url(/Mobile/images/2.jpg) no-repeat;*/
    background-size: 100% 100%;
}

ul, ol, li {
    list-style: none;
}

h1 
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear {
    float: none;
    clear: both;
}

.hidden{
    display:none;
}

.center {
    text-align:center;
}

.margin10 {
    margin-bottom: 10px;
}

.content_body {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    color: #444;
}

.content_body p {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

    .content_body p img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


#page {
    margin: 5px;
}

#nav {
    height: auto;
    border-bottom: 1px solid #ddd;
}

    #nav ul {
        height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


#nav ul li {
    height: 20px;
    margin-right: 30px;
    float: left;
    
    line-height: 20px;
    font-size: 14px;
}

    #nav ul li a {
        color: brown;
        text-decoration: none;
    }

    #nav ul li a:hover {
        color: #FFF;
        text-decoration: none;
    }

#product
{
    margin-top: 5px;
    margin-right: 5px;
}

    #product .logo {
        float: left;
    }



    #product .caption {
        font-size: 14px;
        font-weight: bolder;
    }


    #product .image {
        text-align:center;
    }
    #product .video {
        margin-top: 10px;
        margin-bottom: 10px;
    }


#contact {
    text-align:center;
    margin-left:auto; margin-right:auto;
}

#contact .text{
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

