article {
    max-width: 1100px;
    margin: 100px auto;
}

article h1 {
    text-align: center;
    padding: 40px 0 20px;
    color: #00a0e8;
    font-family: "kalinga", "Microsoft JhengHei", "Avanti", "Arial" !important;
    font-size: 2rem;
}

article h2 {
    font-family: "kalinga", "Microsoft JhengHei", "Avanti", "Arial" !important;
    /*font-size: 1.3rem;*/
    font-size: 1.4rem;
    color: #333333;
    padding: 30px 0 20px 0;
    /*color: grey;*/
    clear: both;
    margin-top: 20px;
}
article h4 {
    color:#22a1df;
    /*font-size: 1rem;*/
    padding: 10px 0;
}
article * {
    color: grey;
}

article p {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: justify;
}

a.pdfLink {
    float: right;
    padding: 0;
    font-weight: bold;
    color: #666;
    padding-left: 20px;
    background: url("/structure/image/pdf.png") no-repeat 0 center;
}

.note {
    color: #DC143C;
    font-weight: bold;
}

.color {
    color: #0000ff;
}

figure {
    margin-bottom: 30px;
    text-align: center
}

figure img {
    max-width: 100%
}

figure figcaption {
    text-align: center;
    padding: 30px 0 0 10px;
}

.whitePdf {
    margin-top: 30px;
}

.whitePdfTitle {
    margin-top: 50px;
    padding: 20px 120px 20px 20px;
    background: #00a0e8;
    border-radius: 0 120px 120px 0;
}

.whitePdfTitle h1 {
    color: white;
    margin-top: 30px;
    padding-bottom: 10px;
}

.smalltitle {
    color: blue;
    padding-bottom: 10px;
}

.whitePdfCate {
    float: right;
    color: #4376aa;
    padding: 11px 65px;
    font-weight: bold;
    margin-top: 52px;
    background: #feda3b;
    border-radius: 30px;
}

.whitePdf p strong {
    color: #29a6ff;
}

.whitePdf h3 {
    clear: both;
    /*color: grey;*/
    color: #545454;
    padding: 15px 0;
}

.figCenter {
    text-align: center;
    padding: 30px;
}
.model-link
{
    color: #00a0e8;
}
.model-link:hover
{border-bottom: 1px solid;}

.mt100-m{
    margin-top: 100px;
}

@media (min-width: 961px) {
    .banner {
        background: url("/structure/image/support/troubleshooting/waterproof/bg.jpg");
    }

    .titleContain {
        max-width: 1100px;
        margin: 0px auto;
    }

    .whitePdfTitle {
        width: 60%;
    }

    .whitePdfTitle h1 {
        font-size: 40px;
        text-align: left;
    }
    .smalltitle{text-align: left;}

    .whitePdf figure {
        display: inline-block;
        max-width: 100%;
    }

    .twoClos {
        width: 48%;
        float: left;
    }

    .leftClos {
        margin-right: 2%;
    }

    .rightClos {
        margin-left: 2%;
    }
}

@media (max-width: 960px) {
    .whitePdfCate {
        margin-top: 22px;

    }
    article {
        padding: 30px;
        font-size: 1.5rem;
    }

    a.pdfLink {
        font-size: 1.9rem;
        background-size: contain;
        padding-left: 80px;
    }

    article h1 {
        font-size: 3.5rem;
    }

    .banner {
        background: url("/structure/mimg/support/trouble/waterproof/bg.jpg") no-repeat bottom;
        background-size: cover;
    }

    .titleContain {
        padding: 0 30px;
    }

    .whitePdfTitle h1 {
        font-size: 3.5rem;
        text-align: left;
    }

    .smalltitle, .whitePdfCate {
        font-size: 2rem;
        text-align: left;
    }

    article h2 {
        font-size: 2.5rem;
    }

    .whitePdf h3 {
        font-size: 2.3rem;
    }

    article p, figure figcaption, article * {
        font-size: 2rem;
        line-height: 1.5;
    }

    .figCenter figure {
        display: inline-block;
    }
    a.pdfLink {
        background: url("/structure/image/pdf2.ico") no-repeat 0 center;
        padding-left: 40px;
        /*padding: 10px 0;*/
    }
    .mt100-m{
        margin-top: 0px;
    }
}