body {
    padding: 0;
    margin: 0;
    font-family: Microsoft JhengHei;
    color: #333;
    font-size: 15px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    color: #001a72;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 40px;
}

h2 {
    color: #0077c8;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
}

h3 {
    color: #0077c8;
    font-size: 16px;
}

p {
    font-size: 15px;
    line-height: 26px;
}

.container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.header-bg {
    background: url(../img/header-bg.jpg) top center no-repeat #f4f0ed;
    padding-top: 290px;
    position: relative;
    padding-bottom: 0;
}

.logo {
    max-width: 324px;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 2;
}

.toplinks {
    color: #001a72;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.toplinks a {
    color: #001a72;
    font-size: 14px;
}

.header-banner {
    position: relative;
    background: #f4f0ed;
}

.banner {
    position: relative;
    top: 0;
}

.content {
    width: 758px;
    margin: 0 auto;
}

.content ol {
    padding-left: 25px;
}

.content ul {
    padding-left: 25px;
}

.content ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}

.content ul li:before {
    content: "";
    position: absolute;
    padding: 3px;
    background: #0077c8;
    border-radius: 50em;
    left: -20px;
    top: 10px;

}

.content ul li ul,
.content ul li ol {
    margin-top: 15px;
}

.content ul li ul li,
.content ul li ol li {
    list-style: decimal;
}

.content ul li ul li:before,
.content ul li ol li:before {
    display: none;
}

.post {
    padding-bottom: 50px;
}

.post img {
    padding: 10px 0;
}

.product {
    position: relative;
    padding-bottom: 80px;
}

.product h1 {
    font-weight: bold;
}

.product p {
    font-size: 16px;
    color: #000;
}

.pic {
    width: 310px;
    position: relative;
}

.info {
    position: absolute;
    top: 20%;
    left: 330px;
}

.bt-more {
    font-size: 16px;
    font-weight: bold;
    color: #0077c8;
    letter-spacing: 1px;
    padding: 10px 0 10px 35px;
    background: url(../img/icon-plus.jpg) center left no-repeat;

}

.fixedbt {
    position: fixed;
    width: 80px;
    z-index: 4;
    right: 0;
    top: 30%;
    background: linear-gradient(270deg, rgba(5, 31, 123, 1)1%, rgba(57, 169, 232, 1)97%);
    background: -moz-linear-gradient(270deg, rgba(5, 31, 123, 1)1%, rgba(57, 169, 232, 1)97%);
    background: -webkit-linear-gradient(270deg, rgba(5, 31, 123, 1)1%, rgba(57, 169, 232, 1)97%);
    background: -o-linear-gradient(270deg, rgba(5, 31, 123, 1)1%, rgba(57, 169, 232, 1)97%);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}

.fixedbt ul {
    padding: 0;
    margin: 0;
}

.fixedbt li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #8ac7e9;
    text-align: center;
}

.fixedbt li:last-child {
    border: none;
}

footer {
    margin: 50px 0;
    font-size: 14px;

}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    display: inline-block;
    margin-right: 15px;
}

footer li a {
    color: #333;
    padding: 10px 0 10px 35px;
}

footer li a.web {
    background: url(../img/icon-web.jpg) center left no-repeat;
}

footer li a.fb {
    background: url(../img/icon-fb.jpg) center left no-repeat;
}

footer li a.phone {
    background: url(../img/icon-phone.jpg) center left no-repeat;
}

footer li a.line {
    background: url(../img/icon-line.jpg) center left no-repeat;
}

footer .time {
    position: absolute;
    top: 0;
    right: 0;
}

.mobile {
    display: none;
}

.footer_banner {
    background: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: 30px 0;
}

td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 8px;
}

tr td:last-child {
    border-right: 0;
}

tr {
    background-color: #d9e9f2;
}

tr:hover {
    background-color: #ddd;
}

th {
    padding: 8px;
    text-align: center;
    background-color: #8dc8e8;
    color: #001a72;
    font-size: 1.3em;
    letter-spacing: 2px;
    border-radius: 10px 10px 0 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

@media (max-width:800px) {
    .mobile {
        display: block;
    }

    .header-banner {
        padding-bottom: 50px;
    }

    .banner img {
        width: 100%;
    }

    .pc {
        display: none;
    }

    .logo {
        max-width: 190px;
        top: 10px;
        left: 20px;
    }

    .toplinks {
        top: 55px;
        right: inherit;
        left: 20px;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .container {
        width: 100%;
    }

    .content {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .pic {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

    .info {
        position: inherit;
        left: 0;
    }

    .fixedbt {
        position: fixed;
        width: 100%;
        left: 0;
        top: inherit;
        bottom: -5px;
        background: linear-gradient(324deg, rgba(5, 31, 123, 1)9%, rgba(55, 169, 232, 1)86%);
        background: -moz-linear-gradient(324deg, rgba(5, 31, 123, 1)9%, rgba(55, 169, 232, 1)86%);
        background: -webkit-linear-gradient(324deg, rgba(5, 31, 123, 1)9%, rgba(55, 169, 232, 1)86%);
        background: -o-linear-gradient(324deg, rgba(5, 31, 123, 1)9%, rgba(55, 169, 232, 1)86%);
        box-shadow: none;
    }

    .fixedbt li {
        display: inline-block;
        border-bottom: none;
        border-right: 1px solid #8ac7e9;
        width:32.3%;
        /* 4 btns */
        /*
        width: 23.5%;
        */
    }

    .fixedbt li.silver {
        width: 49.4%;
    }

    .fixedbt li.silver img {
        height: 63px;
        width: 120px;
    }

    .fixedbt li img.mobile {
        display: inline-block;
    }

    footer {
        margin: 30px 20px 90px;
    }

    footer li {
        margin-bottom: 10px;
    }

    footer .time {
        position: relative;
    }

    .content.product {
        padding-bottom: 80px;
    }
}

@media (max-width:480px) {

    .header-bg {
        background-position: 75% 0;
        background-size: 170%;
        padding-top: 210px;
    }

}

@media (max-width:375px) {

    .header-bg {
        padding-top: 190px;
    }

}

@media (max-width: 320px) {
    .header-bg {
        padding-top: 160px;
    }
}

/*手機橫式*/
@media screen and (max-width:812px) and (orientation:landscape) {

    .fixedbt {
        position: fixed;
        width: 100%;
        top: auto;
    }

    .fixedbt li {
        display: inline-block;
        border-bottom: none;
        border-right: 1px solid #8ac7e9;
        width: 24%;
    }

    .fixedbt li img {
        height: 50px;
        width: auto;
    }
}
