body, p, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend {
    margin: 0px;
    padding: 0px;
}

button {
    cursor: pointer;
}

ul, ol, fieldset {
    margin: 0;
    padding: 0;
}

table {
    font-size: inherit;
}

fieldset, img {
    border: medium none;
}

ul, ol, li {
    list-style: outside none none;
}

body {
    font-size: 12px;
    background: url("../img/download/bottom.png");
}

body, input, textarea, select, button {
    font-family: "lucida Grande",Verdana,"Microsoft YaHei";
}

input, textarea, select, button {
    font-size: inherit;
}

a {
    color: #5aa212;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    width: auto;
}

.logo_container {
    clear: both;
    overflow: hidden;
    text-align: center;
}

    .logo_container img {
        width: 100px;
    }

.login_header {
    background: #008eff;
    height: 100px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.access_header {
    background: #3cc1bf;
    height: 100px;
    margin: 0;
    text-align: left;
    width: 100%;
}
.mail_header {
    background: #0051e7;
    height: 100px;
    margin: 0;
    text-align: left;
    width: 100%;
}

.content_bottom {
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    left: 0px;
}

.content_wrapper {
}

    .content_wrapper h1 {
        text-align: center;
        color: #008eff;
        padding: 20px 0px;
    }

.access_wrapper h1 {
    text-align: center;
    color: #3cc1bf;
    padding: 20px 0px;
}

.content_wrapper span {
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 11px;
}

.download_url {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

    .download_url a {
        display: block;
        width: 100%;
        background-color: #d2d6d9;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 5px;
        margin: 25px 0px;
        color: #008eff;
        font-size: 18px;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }

.access_download_url a {
    color: #3cc1bf;
}
/*online setting*/
.online_setting {
    width: 90%;
    margin: 0 auto;
}

.online-header {
    text-align: center;
}

.mobile_logo {
    overflow: hidden;
    clear: both;
    text-align: center;
}

    .mobile_logo img {
        padding: 0px 20px;
        cursor: pointer;
    }

.commons {
}

    .commons h2 {
        margin: 40px;
        text-align: center;
        font-size: 20px;
        color: #008eff;
    }

.content_wrap {
    width: 50%;
    margin: 0 auto;
}

    .content_wrap ul {
        overflow: hidden;
        clear: both;
        margin: 20px 0px;
    }

        .content_wrap ul li {
            float: left;
        }

li.step {
    background: url("../img/download/cycle.png") center right;
    background-repeat: no-repeat;
}

    li.step span {
        display: block;
        background: url("../img/download/step.png");
        width: 96px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
    }

.step_content {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
}

.li_wrap {
    padding: 20px 0px;
    background: url("../img/download/line.png") 108px;
    background-repeat: repeat-y;
}

@media (min-width: 768px) and (max-width: 1152px) {

    .content_wrap {
        width: 80%;
    }
}

@media (min-width: 414px) and (max-width: 768px) {

    .content_wrap {
        width: 100%;
    }

    .step_content {
        font-size: 12px;
        word-break: break-all;
        margin-left: 10px;
    }

    .online-header img {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .content_wrap {
        width: 100%;
    }

    .step_content {
        font-size: 12px;
        word-break: break-all;
        margin-left: 5px;
        width: 160px;
    }

    .online-header img {
        width: 100%;
    }
}
