/*=== common class style===*/
.clear-fix:after {
    content: " ";
    display: table;
    clear: both;
}
.clear-fix {
    zoom:1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    display: block;
    margin: 0 auto;
}

.emphasize {
    text-indent: 0;margin-left: 2em;font-weight: bold;margin-top: 1em;
}

.usetips {
    font-weight: bold;
    text-decoration: underline;
}

.interLink {
    text-decoration: underline;
    cursor: pointer;
}

.interLink:hover {
    color: #0EA59C;
}

img {
    max-width: 100%;
}

/***** Content *****/
body {
    /* color: #585858; */
    font-size: 12px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    font-weight: normal;
    /* background: #E0E0E0; */
}

.contentWrap {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 40px;
    /* background: #ffffff; */
    /* border-radius: 10px; */
}

.help-directory {
    width: 20%;
    padding: 20px 0 10px 10px;
}

.help-directory ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
    padding-left: 10px;
}

.help-directory ol li {
    line-height: 2.0;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.help-directory ol li:before { content: counters(item, ".") " "; counter-increment: item }
.help-directory ol a { text-decoration:none; color:#333;}
.help-directory ol a:hover {
    text-decoration: underline;
}

.m-directory {
    display: none;
}

.help-content {
    width: 70%;
    border-left: 1px dotted #aaaaaa;
    padding: 0 20px;
    font-size: 12px;
}

.help-content ol {
    list-style-type: upper-roman;
    list-style-position: inside;
}

.help-content ol li {
    margin-bottom: 1em;
}

.help-content ol li h4{
    font-size: 1.1em;
    color: #666666;
    clear: both;
    display: inline;
}

.help-content h2 {
    font-size: 1.4em;
    border-bottom: 2px solid;
    padding: 2px 10px;
    margin: 20px 0 10px 0;
    background: #0EA59C;
    color: #ffffff;
}

.help-content h3 {
    font-size: 1.3em;
    padding-left: 2em;
    padding-bottom: 0.5em;
    padding-top: 1em;
    color: #666666;
    font-weight: bold;
    clear: both;
}

.help-content .about-cap h3 {
    padding-left: 0;
}

.help-content .sprite-img-007-3{ display: inline-block;margin-right: 0.5em; background: url("../img/help/img-006-3.png") 0 0; width: 38px; height: 38px; }
.help-content .sprite-img-007-4{ display: inline-block; background: url("../img/help/img-006-3.png") 0 -88px; width: 38px; height: 38px; }
.help-content .sprite-img-007-5{ display: inline-block; background: url("../img/help/img-006-3.png") 0 -176px; width: 39px; height: 38px; }
.help-content .sprite-img-007-6{ display: inline-block; background: url("../img/help/img-006-3.png")  0 -264px; width: 38px; height: 38px; }
.help-content .sprite-img-007-7{ display: inline-block; background: url("../img/help/img-006-3.png") 0 -352px; width: 38px; height: 38px; }
.help-content .sprite-img-007-8{ display: inline-block; background: url("../img/help/img-006-3.png") 0 -440px; width: 38px; height: 48px; }

.help-content .subp {
    font-size: 1.1em;
    line-height: 1.8;
    text-indent: 2em;
}

.help-content .subp .img-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
}

.help-content .subp .img-wrap figure {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.help-content .subp ul {
    list-style-position: inside;
}

.help-content .subp ul li p{
    margin-top: 0.5em;
    display: inline;
    clear: both;
}

.help-content .subp figcaption {
    text-align: center;
}

.help-content .subp .step li {
    margin-bottom: 20px;
    clear: both;
}

/*media query for smart phones*/
@media (max-width: 480px) {
    img {
        max-width: 100%;
    }
    .contentWrap {
        width: 100%;
    }

    .Top, .Header, .help-directory {
        display: none;

    }

    .m-directory {
        display: block;
        position: fixed;
        right: -200px;
        top:50px;
        padding: 20px;
        width: 180px;
    }

    .m-directory .m-dir-logo {
        position: absolute;
        top:80px;left: -10px;
        background: #0EA59C;
        width: 30px;
        cursor: pointer;
    }

    .m-directory .m-dir-logo p {
       font-size: 20px;
        font-family: '宋体';
        padding: 2px 5px;
        color: #ffffff;
    }

    .m-directory .m-dir-content {
        border: 2px solid #0EA59C;
        padding: 5px 15px;
        background: #ffffff;
        font-size: 1.2em;
        height: 250px;
        overflow: auto;
    }

    .m-directory .m-dir-content ol {
        list-style-type: disc;
        list-style-position: inside;
    }

    .m-directory .m-dir-content ol li {
        line-height: 1.8;
    }

    .help-content {
        border: none;
        float: none;
        text-align: justify;
        margin-top: -20px;
        width: auto;
        padding: 0 40px;
    }
    .help-content .subp .img-wrap {
        text-indent: 0;
    }
}

/*media query for tablet*/






