﻿@charset "UTF-8";
@import url(frame.css);
/*-------------------------
       L A Y O U T
      ver:190109pika
-------------------------*/
@import url(font-awesome.min.css);

.tab_btn img {
    width: 15%;
}

.pet_menu img {
    width: 100%;
}

.kv {
    background-position: center;
    background-repeat: no-repeat;
}

.icon-burger {
    text-indent: 130%;
    overflow: hidden;
    white-space: nowrap;
}

footer .warning:before, footer .warning:after, nav ul.nav li:after, nav ul.nav > li:before {
    content: '';
    display: block;
}

.f-logo, nav ul.nav li:after {
    background-image: url('../../images/icon/icons.png');
    background-size: 600px 550px;
    background-repeat: no-repeat;
}

nav ul.nav{
    text-align: center;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .f-logo, nav ul.nav li:after {
        background-image: url('../../images/icon/icons@2x.png');
    }
}

#Document {
    width: 100%;
}

    #Document > * {
        clear: both;
        width: 100%;
    }

header > section, footer > section, nav > section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

article > section {
    width: 100%;
    position: relative;
    z-index: 2;
}

    article > section > div {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }

.col-5 {
    display: inline-block;
    width: 49.5%;
}
article section:last-child {
    border-bottom: 0;
}
@media (max-width: 980px) {
    article > section > div {
        width: 96%;
    }
}

@media (max-width: 767px) {
    article {
        padding-top: 9px;
    }
}

/*-------------------------
          N A V
-------------------------*/
nav {
    color: #3f3f3f;
    font-size: 1.125rem;
    font-size: 20px \9;
    font-weight: bold;
    position: relative;
    z-index: 99999;
    text-align: center;
    margin-top: 20px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 5px 5px;
}

    nav a {
        color: #005BAC;
        text-decoration: none;
    }

        nav a:hover {
            text-decoration: underline;
        }

    nav ul.nav {
        margin: 0 auto;
    }

        nav ul.nav li {
            position: relative;
        }

        nav ul.nav > li {
            float: left;
        }

            nav ul.nav > li + li:before {
                background-color: #3f3f3f;
                width: 1px;
                height: 20px;
                position: absolute;
                top: 19px;
                left: 0;
            }

            nav ul.nav > li:hover a, nav ul.nav > li.selected a {
                text-decoration: underline;
                color: white;
            }

            nav ul.nav > li ul.sub {
                background-color: #fff;
                display: none;
                font-size: 1.125rem;
                font-size: 18px \9;
                width: 100%;
                position: absolute;
                top: 52px;
                left: 0;
                text-align: center;
            }

                nav ul.nav > li ul.sub li + li {
                    border-top: 1px solid #fff;
                }

                nav ul.nav > li ul.sub a {
                    border-bottom: none;
                    color: #a2a2a2;
                    height: auto;
                    line-height: 130%;
                    padding: 10px;
                }

                    nav ul.nav > li ul.sub a:hover {
                        background-color: #d0111b;
                        color: white;
                    }

.icon-burger {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    background-image: none;
    width: 25px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-top: -9px;
}

    .icon-burger:after {
        display: none;
    }

    .icon-burger span {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -moz-transition: ease-in-out 0.25s;
        -o-transition: ease-in-out 0.25s;
        -webkit-transition: ease-in-out 0.25s;
        transition: ease-in-out 0.25s;
        background-color: white;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        left: 0;
    }

        .icon-burger span:nth-child(1) {
            top: 0;
        }

        .icon-burger span:nth-child(2) {
            top: 7px;
        }

        .icon-burger span:nth-child(3) {
            top: 14px;
        }

    .icon-burger.open span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%;
    }

    .icon-burger.open span:nth-child(2) {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
    }

    .icon-burger.open span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 9px;
    }

@media (min-width: 768px) and (max-width: 980px) {
    nav ul.nav {
        width: 100%;
    }
}

@media (max-width: 480px) {
    nav ul.nav {
        width: 100%;
    }
}
/*-------------------------
       L O A D E R
-------------------------*/
.loading {
    background-color: #d7effb;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.loader {
    color: #688cc9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -42px;
    width: 85px;
    text-align: center;
}

    .loader span {
        -moz-animation: loader 0.9s infinite alternate;
        -webkit-animation: loader 0.9s infinite alternate;
        animation: loader 0.9s infinite alternate;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin: 0 auto;
        background: #688cc9;
        border-radius: 50px;
    }

        .loader span:nth-of-type(2) {
            -moz-animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        .loader span:nth-of-type(3) {
            -moz-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

@-webkit-keyframes loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -webkit-transform: translateY(-21px);
    }
}

@-moz-keyframes loader {
    0% {
        width: 10px;
        height: 10px;
        opacity: 0.9;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        opacity: 0.1;
        -moz-transform: translateY(-21px);
    }
}
/*-------------------------
          k v
-------------------------*/
.kv {
    width: 100%;
    min-height: 272px;
    position: relative;
}

    .kv h1 {
        font-size: 2.5rem;
        font-weight: bold;
        position: absolute;
        top: 43px;
        left: 100px;
    }

    .kv h2 {
        font-size: 1.25rem;
        position: absolute;
        color: #494644;
        font-weight: bold;
        top: 88px;
        left: 100px;
    }

    .kv a.org_bt {
        position: absolute;
    }

    .kv .t18 {
        font-size: 1.25rem;
    }


.kv2 {
    background: url("../../images/excess/kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    height: 150px;
    position: relative;
}

.petkv2 {
    background: url("../../images/article/vehicle/pet/peth/pet-live-kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.petkv {
    background: url("../../images/article/vehicle/pet/kv.jpg") no-repeat scroll left top/100% auto;
    width: 100%;
    position: relative;
    border-radius: 20px 20px 0 0;
}

.kv2.faq {
    background: url("../../images/faq/kv.jpg") no-repeat scroll left top/100% auto;
}

    .kv2.faq .t-block {
        padding-top: 30px;
    }

.kv2.excess {
    background: url("../../images/excess/kv.jpg") no-repeat scroll left top/100% auto;
}

.kv2.quota {
    background: url("../../images/article/vehicle/quota/kv.jpg") no-repeat scroll left top/100% auto;
}

.kv2.motor-third {
    background: url("../../images/motor-third/kv.jpg") no-repeat scroll left top/100% auto;
}

    .kv2.motor-third h2 {
        letter-spacing: -2px;
    }

.kv2 img {
    width: 100%;
    display: block;
}

.kv2 .t-block {
    padding-top: 30px;
    padding-left: 25px;
}

.kv2 h1, .kv2 h2 {
    font-weight: bold;
    color: #066a9e;
}

.kv2 h1 {
    font-size: 2.875rem;
    letter-spacing: -2px;
}

.kv2 h2 {
    font-size: 1.25rem;
    margin-left: 20px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

    .kv2 h2:before, .kv2 h2:after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 11px;
        margin: 0 6px;
    }

    .kv2 h2:before {
        background: url(../../images/article/vehicle/peth/comma.png);
        margin-top: -11px;
    }

    .kv2 h2:after {
        background: url(../../images/article/vehicle/peth/comma2.png);
    }

.description {
    color: #4f4f4f;
    background: #F2F7FC;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 14px 0;
}


.k-bg01 {
    background-image: url('../../images/article/vehicle/peth/kv01.jpg');
    background-repeat: no-repeat;
    height: 272px;
    border-radius: 20px 20px 0 0;
}

.k-bg02 {
    background-image: url('../../images/article/vehicle/peth/kv02.jpg');
    background-repeat: no-repeat;
    height: 272px;
    border-radius: 20px 20px 0 0;
}

.k-bg03 {
    background-image: url('../../images/article/vehicle/peth/kv03.jpg');
    background-repeat: no-repeat;
    height: 272px;
    border-radius: 20px 20px 0 0;
}

.k-bg04 {
    background-image: url('../../images/article/vehicle/peth/kv04.jpg');
    background-repeat: no-repeat;
    height: 272px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .k-bg01 {
        background: url("../../images/article/vehicle/peth/kv01.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg02 {
        background: url("../../images/article/vehicle/peth/kv02.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg03 {
        background: url("../../images/article/vehicle/peth/kv03.jpg") no-repeat top center;
        background-size: contain;
    }

    .k-bg04 {
        background: url("../../images/article/vehicle/peth/kv04.jpg") no-repeat top center;
        background-size: contain;
    }

    .kv {
        height: 220px;
        min-height: 220px;
    }

        .kv h1 {
            top: 25px;
            left: 80px;
        }

        .kv h2 {
            top: 64px;
            left: 80px;
            line-height: 24px;
        }

        .kv a.org_bt {
            width: 210px;
            left: 80px;
            bottom: 24px;
        }

        .kv .t18 {
            font-size: 1.125rem;
        }

    .kv2 {
        width: 100%;
        height: 14vw;
    }

        .kv2 h1 {
            font-size: 2.25rem;
        }

        .kv2 .t-block {
            padding-top: 15px;
            padding-left: 15px;
        }
}

@media (max-width: 767px) {
    .k-bg01 {
        width: 100%;
        background: url("../../images/article/vehicle/peth/kv01-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg02 {
        width: 100%;
        background: url("../../images/article/vehicle/peth/kv02-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg03 {
        width: 100%;
        background: url("../../images/article/vehicle/peth/kv03-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .k-bg04 {
        width: 100%;
        background: url("../../images/article/vehicle/peth/kv04-m.jpg") no-repeat top center;
        background-size: cover;
        height: 0;
        padding-bottom: 60%;
    }

    .kv a.org_bt {
        position: absolute;
        left: 90px;
    }

    .kv h1, .kv h2 {
        left: 120px;
    }

        .kv h1 .t18, .kv h2 .t18 {
            font-size: 1.25rem;
        }

    .kv2 {
        width: 100%;
        height: 55vw;
    }

        .kv2.faq {
            background: url("../../images/faq/m-kv.jpg") no-repeat scroll left top/100% auto;
            height: 21vw;
        }

            .kv2.faq .t-block {
                padding-top: 30px;
            }

    .petkv {
        background: url("../../images/article/vehicle/pet/kv-m.jpg") no-repeat scroll left top/100% auto;
    }

    .petkv2 {
        background: url("../../images/article/vehicle/pet/peth/pet-live-kv-m.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2.excess {
        background: url("../../images/excess/m-kv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2.quota {
        background: url("../../images/article/vehicle/quota/m-kv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2.motor-third {
        background: url("../../images/motor-third/m-kv.jpg") no-repeat scroll left top/100% auto;
    }

    .kv2 h1 {
        font-size: 2.25rem;
    }

    .kv2 h2 {
        margin-bottom: 12px;
    }

    .kv2 .t-block {
        padding-top: 15px;
        padding-left: 0;
    }

    .description {
        text-align: left;
        padding: 8px 12px;
    }
}

@media (max-width: 640px) {
    .kv a.org_bt {
        bottom: 10px;
        left: 2.5%;
    }

    .kv .t18 {
        font-size: 1rem;
    }

    .kv h1 {
        top: 20px;
        left: 20%;
    }

    .kv h2 {
        top: 55px;
        left: 20%;
    }

    .kv2.faq h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .kv a.org_bt {
        position: absolute;
        left: 5.5%;
        width: auto;
        font-size: 1rem;
        padding: 8px;
        height: auto;
        bottom: 10px;
    }

    .kv .t18 {
        font-size: 1rem;
    }

    .kv h1 {
        top: 18px;
        font-size: 2rem;
        left: 55px;
    }

    .kv h2 {
        top: 50px;
        left: 55px;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 22px;
    }
}

@media (max-width: 360px) {
    .kv a.org_bt {
        position: absolute;
        left: 10px;
    }

    .kv h1 {
        left: 30px;
    }

    .kv h2 {
        font-size: 0.9375rem;
        left: 30px;
    }
}

@media (max-width: 320px) {
    .kv a.org_bt {
        position: absolute;
        left: 10px;
    }

    .kv h1 {
        left: 15px;
    }

    .kv h2 {
        font-size: 0.9375rem;
        left: 15px;
    }

    .kv2 h1 {
        font-size: 1.875rem;
    }

    .kv2 h2 {
        margin-bottom: 4px;
    }

    .kv2.faq .t-block {
        padding-top: 20px;
    }

    .kv2.faq h1 {
        font-size: 1.5rem;
    }
}
/*-------------------------
       p a g e s
-------------------------*/
/*字級*/
.t18 {
    font-size: 1.125rem;
}

.t20 {
    font-size: 1.25rem;
}

.t16 {
    font-size: 1rem;
}

.t13 {
    font-size: 0.813rem;
}

.t14 {
    font-size: 0.875rem;
}

.t30 {
    font-size: 1.875rem;
}

/*汽車*/

a.org_bt {
    text-align: center;
    width: 270px;
    bottom: 32px;
    left: 100px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.375rem;
    background: #EE5B6E;
    /*線性漸層*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

    a.org_bt i {
        display: inline-block;
        vertical-align: middle;
    }

    a.org_bt span {
        display: inline-block;
        vertical-align: middle;
    }

    a.org_bt:hover {
        background: #fd7889;
        /*線性漸層*/
    }

.bread {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    color: #3f3f3f;
    font-size: 1rem;
}

    .bread a {
        color: #005BAC;
        text-decoration: none;
    }

        .bread a:hover {
            text-decoration: underline;
        }

.font0 {
    font-size: 0;
}

.table {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
}

    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_name {
            border-bottom: 1px solid #d9d9d9;
            font-size: 1.125rem;
            font-weight: bold;
            background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
            background: -moz-linear-gradient(#ffffff, #f3f3f3);
            background: -webkit-linear-gradient(#ffffff, #f3f3f3);
            background: linear-gradient(#ffffff, #f3f3f3);
            /*線性漸層*/
            text-align: center;
            height: 50px;
            line-height: 50px;
            width: 60%;
            float: left;
        }

        .table ul.tab01 .tab_green {
            background: url("../../images/article/vehicle/peth/green_bg.png") no-repeat;
            font-weight: bold;
            color: #fff;
            height: 78px;
            font-size: 1.25rem;
            text-align: center;
            padding-top: 8px;
            border-left: 1px dotted #d9d9d9;
            width: 40%;
            height: 100%;
            position: absolute;
            right: 0px;
            vertical-align: top;
            line-height: 24px;
        }

            .table ul.tab01 .tab_green i, .table ul.tab01 .tab_green span {
                display: inline-block;
                vertical-align: middle;
            }

        .table ul.tab01 img.rate {
            position: absolute;
            top: 105px;
            right: 235px;
        }

        .table ul.tab01 li {
            border-bottom: 1px solid #d9d9d9;
            padding: 10px;
            border-right: 1px dotted #d9d9d9;
            background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
            background: -moz-linear-gradient(#ffffff, #f8f8f8);
            background: -webkit-linear-gradient(#ffffff, #f8f8f8);
            background: linear-gradient(#ffffff, #f8f8f8);
            /*線性漸層*/
        }

            .table ul.tab01 li span {
                display: inline-block;
                vertical-align: middle;
                width: 42%;
                font-size: 1rem;
            }

            .table ul.tab01 li img {
                display: inline-block;
                vertical-align: middle;
            }

            .table ul.tab01 li .t_red {
                width: 30%;
                display: inline-block;
                text-align: right;
                font-size: 2.25rem;
                font-weight: bold;
                height: 100%;
                line-height: 90px;
            }

            .table ul.tab01 li:last-child {
                border-bottom: none;
            }

    .table .tab03 .gray_bg {
        border-bottom: 1px solid #d9d9d9;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

        .table .tab03 .gray_bg .green_tit {
            font-size: 1.25rem;
            color: #005BAC;
        }

        .table .tab03 .gray_bg ul.txt {
            padding: 25px;
            font-size: 1rem;
            font-weight: bold;
        }

            .table .tab03 .gray_bg ul.txt li span {
                display: inline-block;
                width: 75px;
                height: 75px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #d9d9d9;
                background: #fff;
                color: #005BAC;
                font-size: 0.75rem;
                vertical-align: top;
                margin: 0 5px 10px 0;
                padding: 5px 0 0 0;
                line-height: 20px;
            }

                .table .tab03 .gray_bg ul.txt li span i {
                    display: block;
                }

    .table th {
        border-right: 1px dotted #d9d9d9 !important;
        padding: 5px;
        line-height: 18px;
    }

        .table th:last-child {
            border-right: none !important;
        }

    .table td {
        padding: 5px;
        line-height: 20px;
        font-weight: bold;
        border-right: 1px dotted #d9d9d9 !important;
        border-top: 1px solid #d9d9d9 !important;
    }

        .table td:last-child {
            border-right: none !important;
        }

.green_tab_tit {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px 0;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YTBiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMwOTFhOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34a0bb), color-stop(100%, #3091a9));
    background: -moz-linear-gradient(#34a0bb, #3091a9);
    background: -webkit-linear-gradient(#34a0bb, #3091a9);
    background: linear-gradient(#34a0bb, #3091a9);
    /*線性漸層*/
    text-align: center;
    height: 40px;
}

.w-57 {
    width: 57%;
    float: left;
}

.w-42 {
    width: 41%;
    float: right;
}

.no-line {
    border-bottom: none !important;
}

.green {
    color: #005BAC;
}

.red {
    color: #EE5B6E;
}

.gold {
    color: #c5ba25;
}

.wh {
    color: #fff;
}

.t_red {
    color: #EE5B6E;
}

.t_block {
    color: #3f3f3f;
}

.t_org {
    color: #f17900;
}

ul.note {
    font-size: 0.9375rem;
    color: #3f3f3f;
    list-style-image: url("../../images/article/vehicle/peth/dot.jpg");
    margin-left: 10px;
    line-height: 24px;
    margin-top: 10px;
    width: auto;
    display: inline-block;
}

a.org_bt2 {
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #EE5B6E;
    /*線性漸層*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 100px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
}

    a.org_bt2:hover {
        background: #fd7889;
        /*線性漸層*/
    }

    a.org_bt2.green {
        background: #fd7889;
    }

        a.org_bt2.green:hover {
            background: #fd7889;
            /*線性漸層*/
        }

/* h3 {
    font-size: 1.875rem;
    color: #005BAC;
    font-weight: bold;
    margin: 20px 0;
    line-height: 32px;
    padding-left: 10px;
    display: inline-block;
    border-left: 10px solid #005BAC;
    width: 97vh;
} */

    /* h3 span {
        vertical-align: top;
        display: inline-block;
    } */

#DIV1 {
    float: left;
}

#DIV2 {
    float: left;
}

#DIV3 {
    float: left;
}

.item .list {
    font-size: 1.125rem;
    color: #005BAC;
    font-weight: bold;
}

    .item .list .number {
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        background: #005BAC;
        text-align: center;
        color: #fff;
        font-size: 1rem;
        display: inline-block;
        line-height: 25px;
        margin-right: 5px;
    }

    .item .list span {
        font-weight: normal;
        color: #3f3f3f;
        font-size: 1rem;
        display: inline-block;
        width: 685px;
        vertical-align: top;
        margin-bottom: 5px;
    }

.item .yel_bg {
    background-image: url('../../images/article/vehicle/peth/yel_bg.png');
    width: 816px;
    height: 270px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.item .pur_bg {
    background-image: url('../../images/article/vehicle/peth/pur_bg.png');
    width: 816px;
    height: 300x;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}

.item .h_300 {
    height: 300px;
}

.item .blue_bg {
    background-image: url('../../images/article/vehicle/peth/blue_bg.png');
    width: 816px;
    height: 270px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}

.item a.block_go {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

    .item a.block_go .wh_txt {
        font-size: 1.875rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        height: 100px;
        padding: 0 20px;
        color: #fff;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.item ul.txt2 {
    color: #3f3f3f;
    font-size: 1.125rem;
    position: relative;
    line-height: 24px;
}

    .item ul.txt2 li {
        height: 200px;
    }

.item .pur_bg ul.txt2 li {
    height: 230px;
}

.item ul.txt2 li:nth-child(1) {
    float: left;
    padding: 45px 0 0 30px;
    width: 275px;
    font-weight: bold;
}

.item ul.txt2 li:nth-child(2) {
    padding: 20px 0 0 18px;
    font-weight: bold;
    width: 470px;
    float: right;
}

    .item ul.txt2 li:nth-child(2) .t_red {
        border-bottom: 2px solid #EE5B6E;
        letter-spacing: -1px;
        margin-left: -15px;
    }

    .item ul.txt2 li:nth-child(2) .green {
        margin-left: -20px;
        letter-spacing: -2px;
        min-width: 170px;
        display: inline-block;
    }

    .item ul.txt2 li:nth-child(2) .t_gray {
        font-size: 0.875rem;
        color: #a5a5a5;
    }

    .item ul.txt2 li:nth-child(2) a.go_bt {
        display: block;
        position: absolute;
        top: -10px;
        right: 10px;
    }

        .item ul.txt2 li:nth-child(2) a.go_bt img {
            width: 75px;
        }

    .item ul.txt2 li:nth-child(2) ol.add {
        list-style-image: url("../../images/article/vehicle/peth/icon_add.png");
    }

        .item ul.txt2 li:nth-child(2) ol.add li {
            padding: 0;
            width: 100%;
            height: auto;
            line-height: 20px;
            float: none;
        }

.item .red_tag {
    background-image: url('../../images/article/vehicle/peth/red_tag.png');
    width: 99px;
    height: 40px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 40px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.item .sug_txt {
    font-size: 1rem;
    padding: 0 30px;
}

    .item .sug_txt i, .item .sug_txt span {
        display: inline-block;
        vertical-align: top;
    }

    .item .sug_txt span {
        width: 92%;
        line-height: 20px;
    }

.item ul.txt2 li:nth-child(2) .prem_2 {
    margin-left: 165px;
}

/*機車*/
.mot_box {
    display: flex;
    display: -webkit-flex;
    padding: 20px;
}

    .mot_box .mot_item {
        flex: 1;
        width: 30.3%;
        color: #fff;
        font-size: 1rem;
        padding: 15px;
        line-height: 24px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .mot_box .mot_item + .mot_item {
            margin-left: 20px;
        }

        .mot_box .mot_item img {
            display: block;
            width: 100%;
            margin: 0 auto;
            max-height: 143px;
            max-width: 220px;
            margin-bottom: 25px;
        }

        .mot_box .mot_item b {
            margin-bottom: 10px;
            display: block;
        }

    .mot_box .mot_blue {
        background-color: #66c4e1;
    }

    .mot_box .mot_green {
        background-color: #98c247;
    }

    .mot_box .mot_red {
        background-color: #f17b57;
    }

.red_box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff4f4;
    color: #EE5B6E;
    font-size: 1.125rem;
    border: 1px solid #EE5B6E;
    font-weight: bold;
    padding: 5px 10px;
    line-height: 20px;
}

    .red_box.special {
        border-radius: 50px;
        line-height: 140%;
        padding: 8px 20px;
        padding-left: 115px;
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 25px;
    }

.mot_tab {
    width: 100%;
    background: url("../../images/article/vehicle/peth/mot_tab.jpg") no-repeat bottom right;
    height: 62px;
    position: relative;
}

    .mot_tab img {
        position: absolute;
        right: 30%;
        z-index: 10;
    }

.mot_table {
    width: 477px;
    height: 135px;
    margin-top: 10px;
    background: url("../../images/article/vehicle/peth/mot_table.jpg") no-repeat top left;
}

@media (max-width: 1024px) {
    .main {
        padding: 20px 40px;
    }

    h3 {
        margin: 0px 0 20px 0;
    }
}

@media (max-width: 980px) {
    .main {
        padding: 10px;
    }

    h3 {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_green {
            background: url("../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
            background-size: 120%;
        }

        .table ul.tab01 img.rate {
            position: absolute;
            top: 105px;
            right: 155px;
        }

        .table ul.tab01 li span {
            vertical-align: middle;
            width: 36%;
        }

        .table ul.tab01 li img {
            display: inline-block;
            vertical-align: top;
        }

        .table ul.tab01 li .t_red {
            width: 37%;
        }

        .table ul.tab01 li:last-child {
            border-bottom: none;
        }

    .table .tab03 .gray_bg {
        border-bottom: 1px solid #d9d9d9;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

        .table .tab03 .gray_bg .green_tit {
            font-size: 1.25rem;
            color: #005BAC;
        }

        .table .tab03 .gray_bg ul.txt {
            padding: 25px;
            font-size: 1rem;
            font-weight: bold;
        }

            .table .tab03 .gray_bg ul.txt li span {
                display: inline-block;
                width: 75px;
                height: 75px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
                border: 1px solid #d9d9d9;
                background: #fff;
                color: #005BAC;
                font-size: 0.75rem;
                vertical-align: top;
                margin: 0 5px 10px 0;
                padding: 5px 0 0 0;
                line-height: 20px;
            }

                .table .tab03 .gray_bg ul.txt li span i {
                    display: block;
                }

    .item .list span {
        width: 100%;
    }

    .item .yel_bg, .item .pur_bg, .item .blue_bg {
        width: 100%;
        background-size: contain;
        height: 0;
        padding-bottom: 33.5%;
        position: relative;
    }

    .item ul.txt2 {
        color: #3f3f3f;
        font-size: 1rem;
    }

        .item ul.txt2 li {
            height: 180px;
            position: relative;
        }

            .item ul.txt2 li:nth-child(1) {
                float: left;
                padding: 35px 0 0 10px;
                width: 37%;
            }

            .item ul.txt2 li:nth-child(2) {
                padding: 10px 0 0 0px;
                width: 54%;
                float: right;
            }

                .item ul.txt2 li:nth-child(2) .t_red {
                    display: inline-block;
                    vertical-align: top;
                }

                .item ul.txt2 li:nth-child(2) .prem_2 {
                    margin-left: 140px;
                }

                .item ul.txt2 li:nth-child(2) .green {
                    font-size: 1.5rem;
                }

                .item ul.txt2 li:nth-child(2) a.go_bt {
                    right: 10px;
                }

                    .item ul.txt2 li:nth-child(2) a.go_bt img {
                        width: 65px;
                    }

        .item ul.txt2 .t20 {
            font-size: 1rem;
        }

    .item .sug_txt {
        padding: 0 10px;
    }

        .item .sug_txt i, .item .sug_txt span {
            display: inline-block;
            vertical-align: top;
            width: 35px;
        }

        .item .sug_txt span {
            width: 90%;
        }

    /*機車*/
    .mot_box {
        padding: 0px;
        margin-bottom: 20px;
    }

    .mot_table {
        width: 336px;
        height: 399px;
        background: url("../../images/article/vehicle/peth/mot_table-m.jpg") no-repeat top left;
    }

    a.org_bt2 {
        display: inline-block;
        float: none;
        margin: 20px auto 0;
        padding: 5px 10px;
        height: auto;
        font-weight: bold;
        font-size: 1.125rem;
    }

    .mot_tab img {
        position: absolute;
        right: 36%;
        z-index: 10;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_name {
            width: 65%;
        }

        .table ul.tab01 .tab_green {
            width: 38%;
        }

        .table ul.tab01 li span {
            width: 40%;
        }

        .table ul.tab01 li .t_red {
            width: 34%;
        }

    .mot_table {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_green {
            background: url("../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
            background-size: 130%;
            font-size: 1rem;
            line-height: none;
        }

        .table ul.tab01 img.rate {
            right: 130px;
        }

        .table ul.tab01 li span {
            width: 33%;
            vertical-align: top;
        }

        .table ul.tab01 li img {
            display: inline-block;
            vertical-align: top;
        }

        .table ul.tab01 li .t_red {
            width: 30%;
            float: right;
        }

        .table ul.tab01 li .t16 {
            font-size: 1rem;
        }

        .table ul.tab01 li:last-child {
            border-bottom: none;
        }

        .table ul.tab01 .rate_t {
            display: none !important;
        }

    .table .tab03 .gray_bg {
        border-bottom: 1px solid #d9d9d9;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

        .table .tab03 .gray_bg .green_tit {
            font-size: 1.25rem;
            color: #005BAC;
        }

        .table .tab03 .gray_bg ul.txt {
            padding: 10px;
            font-size: 1rem;
            font-weight: bold;
        }

            .table .tab03 .gray_bg ul.txt li span {
                display: inline-block;
                width: 68px;
                height: 68px;
                font-size: 11px;
                letter-spacing: -1px;
                margin: 0 5px 5px 0;
                padding: 3px 0 0 0;
            }

                .table .tab03 .gray_bg ul.txt li span i {
                    display: block;
                }

    h3 {
        font-size: 1.5rem;
        color: #005BAC;
        font-weight: bold;
        margin: 20px 0;
        line-height: 32px;
        width: 100%;
    }

    a.org_bt .t18 {
        font-size: 1.25rem;
    }

    a.org_bt span {
        font-size: 1.375rem;
    }

    .item .yel_bg, .item .pur_bg, .item .blue_bg {
        background: none;
        width: 100%;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px 10px 0 0;
        border: 1px solid #d9d9d9;
        position: relative;
        margin-top: 30px;
        height: auto;
        padding-bottom: 0;
    }

    .item .yel_bg {
        background: #fdfef1;
    }

    .item .pur_bg {
        background: #f4eff8;
    }

    .item .blue_bg {
        background: #e7f6fa;
    }

    .item ul.txt2 {
        color: #3f3f3f;
        font-size: 1.125rem;
        position: relative;
    }

        .item ul.txt2 li {
            height: auto;
        }

    .item .pur_bg ul.txt2 li {
        height: auto;
    }

    .item ul.txt2 li:nth-child(1) {
        padding: 10px;
        width: 100%;
        font-weight: bold;
        float: none;
    }

    .item ul.txt2 li:nth-child(2) {
        padding: 10px;
        border-top: 1px solid #d9d9d9;
        width: 100%;
        float: none;
        padding: 25px 25px 25px 40px;
        border-bottom: 1px solid #d9d9d9;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
        background: -moz-linear-gradient(#ffffff, #f8f8f8);
        background: -webkit-linear-gradient(#ffffff, #f8f8f8);
        background: linear-gradient(#ffffff, #f8f8f8);
        /*線性漸層*/
    }

        .item ul.txt2 li:nth-child(2) .t_red {
            width: auto;
        }

        .item ul.txt2 li:nth-child(2) .prem_2 {
            margin-left: 180px;
        }

        .item ul.txt2 li:nth-child(2) .green {
            min-width: 170px;
            letter-spacing: 0px;
        }

        .item ul.txt2 li:nth-child(2) .t30 {
            font-size: 1.875rem;
        }

        .item ul.txt2 li:nth-child(2) ol.add li {
            border: none;
            margin: 5px 0;
        }

    .item ul.txt2 .t20 {
        font-size: 1.5rem;
    }

    .item .sug_txt {
        font-size: 1.375rem;
        padding: 20px;
        background: #3195ae;
    }

        .item .sug_txt span {
            width: 90%;
            line-height: 30px;
        }

    /*機車*/
    .mot_box {
        display: block;
    }

        .mot_box .mot_item {
            flex: 1;
            width: 100%;
            margin-bottom: 15px;
            display: flex;
            display: -webkit-flex;
            font-size: 1.375rem;
            line-height: 30px;
        }

            .mot_box .mot_item + .mot_item {
                margin-left: 0px;
            }

            .mot_box .mot_item img {
                display: block;
                height: 143px;
                width: 220px;
                margin-right: 20px;
            }

            .mot_box .mot_item .t20 {
                font-size: 1.875rem;
            }

    .mot_tab {
        width: 100%;
        background: url("../../images/article/vehicle/peth/mot_tab-m.jpg") no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 13%;
    }

        .mot_tab img {
            position: absolute;
            right: 26%;
            top: 6.5px;
            width: 12%;
        }

    .mot_table {
        width: 50%;
        height: 0;
        background: url("../../images/article/vehicle/peth/mot_table-m.jpg") no-repeat top left;
        background-size: contain;
        padding-bottom: 60%;
    }
}

@media (max-width: 640px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_green {
            background-size: 144%;
        }

        .table ul.tab01 img.rate {
            display: none;
        }

        .table ul.tab01 li span {
            width: 30%;
            font-size: 0.875rem;
        }

        .table ul.tab01 li .t20 {
            font-size: 1rem;
        }

        .table ul.tab01 li img {
            display: inline-block;
            vertical-align: top;
        }

        .table ul.tab01 li .t_red {
            text-align: center;
            margin-top: -15px;
            font-size: 1.875rem;
        }

            .table ul.tab01 li .t_red span {
                margin-top: -60px;
            }

        .table ul.tab01 li:last-child {
            border-bottom: none;
        }

        .table ul.tab01 .rate_t {
            display: block !important;
        }

    .table td {
        font-size: 0.9375rem;
    }

        .table td:last-child {
            border-right: none !important;
        }

    .w-57 {
        width: 48%;
    }

    .w-42 {
        width: 52%;
    }

    /*機車*/
    .mot_box {
        display: block;
    }

        .mot_box .mot_item {
            flex: 1;
            width: 100%;
            margin-bottom: 15px;
            display: block;
            font-size: 1.375rem;
            line-height: 30px;
        }

            .mot_box .mot_item + .mot_item {
                margin-left: 0px;
            }

            .mot_box .mot_item img {
                margin: 0 auto 20px;
            }

            .mot_box .mot_item .t20 {
                font-size: 1.875rem;
            }

    .mot_table {
        width: 60%;
        padding-bottom: 70%;
    }

    .red_box {
        font-size: 1rem;
    }

    .mot_tab {
        width: 100%;
        background: url("../../images/article/vehicle/peth/mot_tab-m.jpg") no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 10.8%;
        background-size: contain;
    }

        .mot_tab img {
            position: absolute;
            right: 28%;
            top: 2.5px;
            width: 10.8%;
        }
}

@media (max-width: 480px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_name {
            width: 60%;
        }

        .table ul.tab01 .tab_green {
            background: url("../../images/article/vehicle/peth/green_bg.png") no-repeat center top;
            font-size: 0.875rem;
            line-height: none;
            background-size: 209%;
            line-height: 20px;
            width: 40%;
        }

            .table ul.tab01 .tab_green i {
                float: left;
            }

        .table ul.tab01 img.rate {
            display: none;
        }

        .table ul.tab01 li {
            height: auto;
        }

            .table ul.tab01 li span {
                float: left;
                display: block;
                width: 60%;
                line-height: 20px;
            }

            .table ul.tab01 li img {
                display: block;
            }

            .table ul.tab01 li .t_red {
                width: 30%;
                float: right;
                line-height: 30px;
                margin-top: -40px;
            }

                .table ul.tab01 li .t_red span {
                    margin-top: 0;
                }

            .table ul.tab01 li:last-child {
                border-bottom: none;
            }

        .table ul.tab01 .rate_t {
            display: block !important;
        }

    .table .tab03 .gray_bg ul.txt {
        padding: 10px 0 10px 10px;
    }

        .table .tab03 .gray_bg ul.txt li span {
            display: inline-block;
            width: 68px;
            height: 68px;
            font-size: 11px;
            letter-spacing: -1px;
            margin: 0 0px 5px 0;
            padding: 3px 0 0 0;
        }

            .table .tab03 .gray_bg ul.txt li span i {
                display: block;
            }

    .w-57 {
        width: 55%;
    }

    .w-42 {
        width: 45%;
    }

    h3 {
        font-size: 1.25rem;
        letter-spacing: -1px;
        line-height: 20px;
        padding-left: 5px;
    }

        h3 span, h3 .tit {
            vertical-align: top;
            line-height: 24px;
        }

    .item {
        line-height: 22px;
    }

        .item a.block_go {
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px;
            border-radius: 10px 10px 0 0;
        }

        .item ul.txt2 .t20 {
            font-size: 1.125rem;
        }

        .item ul.txt2 li:nth-child(2) {
            width: 100%;
            float: none;
            padding: 10px 5px 5px 20px;
        }

            .item ul.txt2 li:nth-child(2) .prem_2 {
                margin-left: 145px;
            }

            .item ul.txt2 li:nth-child(2) .green {
                width: auto;
                font-size: 1.563rem;
            }

            .item ul.txt2 li:nth-child(2) .t_red {
                font-size: 1rem;
            }

            .item ul.txt2 li:nth-child(2) ol.add {
                margin-left: 20px;
            }

        .item .sug_txt {
            font-size: 0.9375rem;
            padding: 5px;
            background: #3195ae;
        }

            .item .sug_txt span {
                width: 85%;
                line-height: 24px;
            }

        .item .t20 {
            font-size: 1rem;
        }

    .green_tab_tit {
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_green {
            background-size: 210%;
            line-height: 20px;
        }

            .table ul.tab01 .tab_green i {
                display: none;
            }

        .table ul.tab01 img.rate {
            display: none;
        }

        .table ul.tab01 li {
            height: auto;
        }

            .table ul.tab01 li span {
                float: left;
                display: block;
                width: 50%;
            }

            .table ul.tab01 li img {
                display: block;
                width: 50%;
            }

            .table ul.tab01 li .t_red {
                font-size: 1.875rem;
            }

            .table ul.tab01 li:last-child {
                border-bottom: none;
            }

    .w-57 {
        width: 100%;
        float: none;
    }

    .w-42 {
        width: 100%;
        float: none;
    }

    h3 span, h3 .tit {
        vertical-align: top;
        line-height: 24px;
    }

    .item .sug_txt {
        padding: 5px;
    }

        .item .sug_txt span {
            width: 83%;
            line-height: 30px;
        }

    .item a.block_go {
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px;
        border-radius: 10px 10px 0 0;
    }

    .mot_tab img {
        position: absolute;
        right: 25%;
        top: 2.5px;
        width: 10.8%;
    }
}

@media (max-width: 320px) {
    .table ul.tab01 {
        display: block;
    }

        .table ul.tab01 .tab_green {
            background-size: 210%;
            line-height: 20px;
        }

            .table ul.tab01 .tab_green i {
                display: none;
            }

        .table ul.tab01 img.rate {
            display: none;
        }

        .table ul.tab01 li {
            height: auto;
        }

            .table ul.tab01 li span {
                float: left;
                display: block;
                width: 50%;
            }

            .table ul.tab01 li img {
                display: block;
                width: 50%;
            }

            .table ul.tab01 li .t_red {
                font-size: 1.875rem;
            }

            .table ul.tab01 li:last-child {
                border-bottom: none;
            }

    .w-57 {
        width: 100%;
        float: none;
    }

    .w-42 {
        width: 100%;
        float: none;
    }

    h3 span, h3 .tit {
        vertical-align: top;
        line-height: 24px;
    }

    .item .sug_txt {
        padding: 5px;
    }

        .item .sug_txt span {
            width: 83%;
            line-height: 30px;
        }

    .mot_tab img {
        position: absolute;
        right: 25%;
        top: 2.5px;
        width: 10.8%;
    }
}
/*-------------------------
          內頁
-------------------------*/
/*旅遊*/
.dot_bg {
    width: 310px;
    height: 41px;
    margin: 0 auto;
    letter-spacing: 2px;
    background: url("../../images/article/vehicle/peth/dot_bg.png") no-repeat top center;
    color: #3f6191;
    font-size: 1.625rem;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tral_box, .tral_four {
    padding: 20px;
}

.tral_item {
    flex: 1;
    width: 22%;
    display: inline-flex;
    justify-content: space-around;
    color: #494644;
    font-size: 18px;
    line-height: 20px;
}

    .tral_item + .tral_item {
        margin-left: 25px;
    }

.tral_table {
    width: 100%;
    background: url("../../images/article/vehicle/peth/tral_table.jpg") no-repeat top center;
    height: 465px;
    margin-bottom: 40px;
}

.tral_four {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #3f6191;
    /*margin-bottom: 40px;*/
    position: relative;
}

    .tral_four .t_gray {
        color: #9a9a9a;
    }

    .tral_four h4 {
        width: 140px;
        height: 50px;
        background: #fff;
        display: block;
        font-size: 1.75rem;
        line-height: 50px;
        color: #3f6191;
        font-weight: bold;
        position: absolute;
        left: 43%;
        text-align: center;
        top: -30px;
        z-index: 10;
    }

.tral_tab {
    width: 100%;
    height: 54px;
    background: url("../../images/article/vehicle/peth/tral_red_bar.jpg") no-repeat top right;
}

.tral_tit {
    width: 100%;
    background: url("../../images/article/vehicle/peth/tral_tit.jpg") no-repeat top center;
    height: 90px;
    margin-top: 40px;
}

ol.qa-item {
    width: 100%;
    margin-top: 10px;
}

    ol.qa-item > li {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #d2d4d4;
        text-align: justify;
        text-justify: inter-ideograph;
        -ms-text-justify: inter-ideograph;
        /*IE9*/
        -moz-text-align-last: justify;
        /*Firefox*/
        -webkit-text-align-last: justify;
        /*Chrome*/
    }

        ol.qa-item > li.no-justify {
            text-align: left;
            text-justify: left;
        }

        ol.qa-item > li .heading {
            height: 40%;
            font-weight: bold;
            color: #005BAC;
            cursor: pointer;
            font-size: 18px;
        }

            ol.qa-item > li .heading .brow_box {
                display: inline-block;
                padding: 0 0px 0 15px;
                vertical-align: top;
            }

            ol.qa-item > li .heading .qa {
                width: 88%;
                display: inline-block;
                padding-bottom: 5px;
            }

            ol.qa-item > li .heading .answer {
                display: inline-block;
                width: 0;
                height: 0;
                margin-right: 20px;
                float: right;
            }

        ol.qa-item > li .detail {
            font-size: 16px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 24px;
            font-weight: 400;
        }

            ol.qa-item > li .detail img {
                display: inline-block;
                vertical-align: top;
                width: 20%;
            }

            ol.qa-item > li .detail > span {
                display: inline-block;
                width: 78%;
            }

        ol.qa-item > li:last-child {
            border: none;
        }

.travel_qa {
    width: 100%;
    background: url("../../images/article/vehicle/peth/travel_qa.jpg") no-repeat top left;
    height: 269px;
    margin: 25px 0;
}
/*寵物住*/
.tab-btn {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    border-bottom: 1px solid #B2B2B2;
    padding-top: 30px;
}

.menu-div1 {
    width: 40%;
    float: left;
    padding: 0;
}

.menu-div2 {
    width: 40%;
    float: left;
}


.menu-div1 img, .menu-div2 img{
    margin-bottom: 0;
}

.peth_pic4 {
    width: 100%;
    background: url("../../images/article/vehicle/pet/peth/pet-live-p04.png") no-repeat top center;
    background-size: contain;
    padding-bottom: 36%;
}

.peth_pic6 {
    width: 100%;
    background: url("../../images/article/vehicle/pet/peth/pet-live-p06.png") no-repeat top center;
    background-size: contain;
    padding-bottom: 40%;
}
/*住宅*/
.house_tit {
    width: 100%;
    background: url("../../images/article/vehicle/peth/house_tit.jpg") no-repeat top center;
    height: 98px;
}

.pet_pic1 {
    width: 100%;
    background: url("../../images/article/vehicle/pet/pet-8-1.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 54.5%;
}

.pet_pic2 {
    width: 100%;
    background: url("../../images/article/vehicle/pet/pet-8-2.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 54.5%;
}

.pet_pic3 {
    width: 100%;
    background: url("../../images/article/vehicle/pet/pet-9.jpg") no-repeat top center;
    height: 0;
    background-size: contain;
    padding-bottom: 22%;
}

.house_pic {
    width: 100%;
    background: url("../../images/newpg/hou3-2.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 35%;
}

.loveFamily_pic {
    width: 100%;
    background: url("../../images/newpg/hou2-2.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 35%;
}

.hou-all_pic {
    width: 100%;
    background: url("../../images/newpg/hou-all.png") no-repeat top center;
    background-size: contain;
    padding-bottom: 65%;
}

.Tenancy_pic {
    width: 100%;
    background: url("../../images/newpg/hou1-2.jpg") no-repeat top center;
    background-size: contain;
    padding-bottom: 100%;
}

.house_tab {
    width: 100%;
    background: url("../../images/article/vehicle/peth/house_tab.jpg") no-repeat bottom right;
    height: 51px;
    position: relative;
}

    .house_tab img {
        position: absolute;
        right: 30%;
        z-index: 10;
        top: -10px;
    }

@media (max-width: 980px) {
    .tral_item {
        width: 21%;
        margin-bottom: 25px;
    }

        .tral_item img {
            width: 100%;
        }

            .tral_item img.tral_04 {
                width: 110%;
            }

    .tral_table {
        width: 100%;
        background: url("../../images/article/vehicle/peth/tral_table.jpg") no-repeat top center;
        background-size: contain;
        height: 0;
        margin-top: 20px;
        padding-bottom: 60%;
    }

    .tral_tit {
        width: 100%;
        background: url("../../images/article/vehicle/peth/tral_tit.jpg") no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: contain;
        padding-bottom: 10%;
    }

    ol.qa-item {
        width: 100%;
        margin-top: 10px;
    }

    /*住宅*/
    .house_tit {
        width: 100%;
        background: url("../../images/article/vehicle/peth/house_tit.jpg") no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 10%;
    }

    .tral_tab img, .house_tab img {
        position: absolute;
        right: 36%;
        z-index: 10;
        top: -10px;
    }
}

@media (max-width: 767px) {
    .tral_box, .tral_four {
        padding: 20px 0 0 0;
    }

    .tral_item {
        width: 45%;
    }

        .tral_item + .tral_item {
            margin-left: 0px;
        }

        .tral_item img {
            width: auto;
        }

            .tral_item img.tral_04 {
                width: auto;
            }

    .tral_table {
        width: 100%;
        background: url("../../images/article/vehicle/peth/tral_table-m.jpg") no-repeat top center;
        height: 0;
        margin-bottom: 10px;
        padding-bottom: 100%;
        background-size: contain;
    }

    .travel_qa {
        width: 100%;
        background: url("../../images/article/vehicle/peth/travel_qa-m.jpg") no-repeat top left;
        height: 0;
        background-size: contain;
        padding-bottom: 70%;
    }

    .tral_four h4 {
        position: absolute;
        left: 40%;
    }

    /*住宅*/
    .house_tab {
        height: 0;
        background-size: contain;
        padding-bottom: 5.8%;
    }

        .house_tab img {
            position: absolute;
            right: 28%;
            top: -20px;
            width: 10%;
        }

    ol.qa-item li .detail img {
        display: block;
        width: auto;
        float: left;
        margin: 0 15px 15px 0;
    }

    ol.qa-item li .detail > span {
        display: inline;
    }
}

@media (max-width: 640px) {
    .tral_item {
        width: 40%;
        margin-right: 10px;
        font-size: 16px;
    }

        .tral_item img {
            width: 100%;
        }

            .tral_item img.tral_04 {
                width: 110%;
            }

    .tral_tit {
        width: 100%;
        background: url("../../images/article/vehicle/peth/tral_tit-m.jpg") no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 20%;
    }

    ol.qa-item > li .heading .brow_box {
        display: inline-block;
        padding: 0 0px 0 0px;
        vertical-align: top;
    }

    ol.qa-item > li .heading .qa {
        width: 80%;
        display: inline-block;
        line-height: 22px;
    }

    ol.qa-item > li .detail {
        padding: 0px 0px 15px 34px;
        font-size: 16px !important;
    }

        ol.qa-item > li .detail img {
            display: block;
            width: auto;
            float: left;
            margin: 20px auto;
            margin-right: 5px;
        }

        ol.qa-item > li .detail span {
            display: inline;
        }

    .travel_qa {
        background-size: cover;
        padding-bottom: 85%;
    }

    .tral_tab {
        width: 100%;
        height: 50px;
        background: url("../../images/article/vehicle/peth/tral_red_bar-m.jpg") no-repeat top right;
        background-size: contain;
    }

    .tral_four h4 {
        position: absolute;
        left: 30%;
    }

    /*住宅*/
    .dot_bg {
        margin-bottom: 20px;
    }

    .house_tit {
        width: 100%;
        background: url("../../images/article/vehicle/peth/house_tit-m.jpg") no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 20%;
    }

    .house_tab {
        width: 100%;
        background: url("../../images/article/vehicle/peth/house_tab-m.jpg") no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

        .house_tab img {
            position: absolute;
            right: 26%;
            top: -10px;
            width: 16%;
        }

    .house_pic {
        width: 100%;
        background: url("../../images/newpg/hou3-2.jpg") no-repeat top center;
        height: 0;
        background-size: cover;
        padding-bottom: 45%;
    }

    .loveFamily_pic {
        width: 100%;
        background: url("../../images/newpg/hou2-2-m.jpg") no-repeat top left;
        height: 0;
        background-size: contain;
        padding-bottom: 70%;
    }

    .Tenancy_pic {
        width: 100%;
        background: url("../../images/newpg/hou1-2-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 155%;
    }

    .hou-all_pic {
        width: 100%;
        background: url("../../images/newpg/hou-all-m.png") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 120%;
    }
    /*寵物車*/
    .pet_pic1 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/pet-8-1-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 166%;
    }

    .pet_pic2 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/pet-8-2-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 160%;
    }

    .pet_pic3 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/pet-9-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 100%;
    }

    .pet_pic4 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/pet-10-m.jpg") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 10%;
    }
    /*寵物住*/
    .peth_pic4 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/peth/pet-live-p04-m.png") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 60%;
    }

    .peth_pic6 {
        width: 100%;
        background: url("../../images/article/vehicle/pet/peth/pet-live-p06-m.png") no-repeat top center;
        height: 0;
        background-size: contain;
        padding-bottom: 113%;
    }
}

@media (max-width: 320px) {
    .tral_four h4 {
        position: absolute;
        left: 25%;
    }
}

.faq p a {
    color: #f68f27;
}

.faq .link {
    background: #f4f4f4;
    padding: 14px 0;
}

    .faq .link a {
        color: #000;
        font-size: 1.125rem;
        line-height: 140%;
        font-weight: bold;
        display: block;
        float: left;
        border-right: 1px solid #000;
        padding: 0 25px;
        text-decoration: none;
    }

        .faq .link a.special {
            text-align: left;
            padding-left: 35px;
        }

        .faq .link a.special2 {
            padding: 0 11px;
        }

    .faq .link .clearfix {
        margin: 0 auto;
    }

        .faq .link .clearfix:first-child {
            width: 780px;
            margin-bottom: 12px;
        }

            .faq .link .clearfix:first-child a {
                width: 25%;
            }

                .faq .link .clearfix:first-child a:last-child {
                    border-right: 0;
                }

        .faq .link .clearfix:last-child {
            width: 390px;
        }

            .faq .link .clearfix:last-child a {
                width: 50%;
            }

                .faq .link .clearfix:last-child a:last-child {
                    border-right: 0;
                }

.faq .qa-item * {
    font-size: 0.9375rem;
}

.faq .qa-item a.org_bt {
    margin: 0 auto;
    margin-bottom: 40px;
}

    .faq .qa-item a.org_bt span {
        font-size: 1.375rem !important;
    }

.faq .qa-item li {
    zoom: 1;
}

    .faq .qa-item li:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .faq .qa-item li .left {
        width: 138px;
    }

    .faq .qa-item li .right {
        width: 84%;
    }

    .faq .qa-item li .heading {
        display: none;
    }

    .faq .qa-item li h4.title {
        color: #005BAC;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 140%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .faq .qa-item li h4.title.special {
            margin-bottom: 0 !important;
        }

            .faq .qa-item li h4.title.special i {
                margin-right: 6px;
            }

            .faq .qa-item li h4.title.special + p {
                margin-left: 39px;
            }

.faq .s-t {
    line-height: 30px;
    background: #fce8ac;
    color: #005BAC;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

    .faq .s-t i {
        display: inline-block;
        background: #31a5a5;
        color: #ffd967;
        padding: 0 8px;
        position: relative;
        margin-right: 22px;
    }

        .faq .s-t i:after {
            content: " ";
            display: inline-block;
            background: url(../../images/faq/s_t_b.png);
            width: 16px;
            height: 30px;
            position: absolute;
            right: -15px;
            top: 0;
        }

.faq .auto-photo {
    display: inline !important;
    width: auto !important;
}

.faq .faq_tab1 {
    width: 100%;
    background: url(../../images/faq/tab1.png) no-repeat bottom right;
    height: 51px;
    position: relative;
}

    .faq .faq_tab1 img {
        position: absolute;
        right: 21%;
        z-index: 10;
        top: -10px;
    }

.faq .faq_tab2 {
    width: 100%;
    background: url(../../images/faq/tab2.png) no-repeat bottom right;
    height: 51px;
    position: relative;
}

    .faq .faq_tab2 img {
        position: absolute;
        right: 26%;
        z-index: 10;
        top: -10px;
    }

.faq .table {
    border-radius: 0;
    font-size: 0.9375rem;
    color: #666666;
}

    .faq .table tr:first-child td {
        border-top: 0 !important;
        padding: 4px 0;
        font-weight: bold;
        color: #005BAC;
    }

    .faq .table td {
        padding: 8px 18px;
    }

.faq ul.tab {
    zoom: 1;
}

    .faq ul.tab:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .faq ul.tab li {
        width: 33%;
        float: left;
        display: block;
        background: #f19428;
        margin-right: 0.334%;
        opacity: .85;
    }

        .faq ul.tab li:hover, .faq ul.tab li.active {
            opacity: 1;
        }

        .faq ul.tab li i {
            margin-right: 5px;
        }

        .faq ul.tab li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 1rem;
            font-weight: bold;
            padding: 10px;
        }

.faq ul.doc li span {
    width: auto !important;
}

.faq .tab_container {
    margin: 15px 0;
}

    .faq .tab_container h4.title {
        margin-bottom: 10px !important;
    }

.faq .photo-middle {
    text-align: center;
    margin: 10px auto;
}

    .faq .photo-middle p {
        margin-top: 6px;
    }

        .faq .photo-middle p:before {
            margin-right: 4px;
            content: " ";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 7px 6px;
            border-color: transparent transparent #EE5B6E transparent;
        }

@media (max-width: 780px) {
    .faq .link a {
        padding: 0 18px;
    }

    .faq .link .clearfix:first-child {
        width: 100%;
    }
}

@media (max-width: 980px) {
    .faq .photo img {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .faq .qa-item li {
        zoom: 1;
    }

        .faq .qa-item li:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            overflow: hidden;
            visibility: hidden;
        }

        .faq .qa-item li .right {
            width: 77%;
        }

        .faq .qa-item li .detail {
            padding-left: 0;
        }
}

@media (max-width: 767px) {
    .faq .link a {
        font-size: 1rem;
    }

        .faq .link a.m-border-n {
            border-right: 0 !important;
        }

        .faq .link a.special {
            text-align: center;
            padding-left: 18px;
        }

        .faq .link a.special2 {
            padding: 0;
        }

    .faq .link .clearfix:first-child, .faq .link .clearfix:last-child {
        width: 100%;
    }

        .faq .link .clearfix:first-child a, .faq .link .clearfix:last-child a {
            width: 40%;
            padding: 0;
        }

            .faq .link .clearfix:first-child a:first-child, .faq .link .clearfix:first-child a:last-child, .faq .link .clearfix:first-child a.m-border-n, .faq .link .clearfix:last-child a:first-child, .faq .link .clearfix:last-child a:last-child, .faq .link .clearfix:last-child a.m-border-n {
                width: 30%;
            }

    .faq .qa-item li .heading {
        display: block;
    }

        .faq .qa-item li .heading .qa {
            font-size: 1.125rem;
        }

        .faq .qa-item li .heading .fa {
            font-size: 2em;
        }

        .faq .qa-item li .heading .brow_box {
            width: 6%;
        }

            .faq .qa-item li .heading .brow_box img {
                width: 100%;
            }

    .faq .qa-item li h4.title {
        margin: 0;
    }

    .faq .qa-item li .left {
        float: none;
        display: none;
    }

    .faq .qa-item li .right {
        float: none;
        width: 100%;
    }

    .faq .faq_tab1, .faq .faq_tab2 {
        width: 100%;
        background: url(../../images/faq/tab1-m.jpg) no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

        .faq .faq_tab1 img, .faq .faq_tab2 img {
            position: absolute !important;
            right: 23% !important;
            top: -10px !important;
            width: 16% !important;
            margin: 0 !important;
        }

    .faq .faq_tab2 {
        width: 100%;
        background: url(../../images/faq/tab2-m.jpg) no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

    .faq .table td {
        padding: 8px 2%;
    }

    .faq .photo-middle img {
        width: 100% !important;
    }

    .faq ul.tab li {
        height: 65px;
    }

    .faq #link6 ul.tab li {
        width: 48%;
        height: auto;
    }

        .faq #link6 ul.tab li:first-child {
            width: 50%;
        }
}

@media (max-width: 480px) {
    .faq .link a, .faq .link a.special {
        padding: 0;
        font-size: 0.875rem;
    }

    .faq .qa-item > li .detail {
        padding-left: 25px;
    }
}

@media (max-width: 320px) {
    .faq .link a, .faq .link a.special {
        font-size: 0.75rem;
    }

    .faq .qa-item > li .detail {
        padding-left: 0;
    }

    .faq ul.tab li a {
        padding: 10px 4px;
    }
}

.excess .item1 {
    margin-bottom: 30px;
}

    .excess .item1 .photo {
        width: 155px;
    }

    .excess .item1 p {
        width: 80%;
    }

.excess .red_box {
    margin: 15px 0 35px;
    text-align: center;
}

.excess a.org_bt2 {
    float: none !important;
    margin-top: 8px;
}

.excess .qa_tit {
    width: 100%;
    background: url(../../images/excess/tit.jpg) no-repeat top center;
    height: 98px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .excess .item1 p {
        width: 77%;
    }
}

@media (max-width: 767px) {
    .excess .item1 .photo {
        width: 34%;
        margin-right: 12px;
    }

    .excess .item1 p {
        width: 62%;
    }

    .excess .item1 .special {
        width: 100%;
        display: block;
        float: none;
    }

    .excess .red_box {
        text-align: left;
    }

    .excess .qa_tit {
        width: 100%;
        background: url(../../images/excess/m-tit.jpg) no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 14%;
    }
}

.quota .item1 {
    margin-bottom: 30px;
}

    .quota .item1 .photo {
        width: 155px;
    }

    .quota .item1 .right {
        width: 80%;
    }

.quota table.table th, .quota table.table td {
    font-size: 1rem;
}

    .quota table.table th:first-child, .quota table.table th:last-child, .quota table.table td:first-child, .quota table.table td:last-child {
        font-size: 1.125rem;
    }

    .quota table.table th p {
        height: 50px;
        display: table;
        vertical-align: middle;
        margin-bottom: 8px;
        margin-top: 6px;
    }

        .quota table.table th p span {
            display: table-cell;
            vertical-align: middle;
        }

    .quota table.table td:last-child {
        font-size: 1rem;
    }

.quota table.table tr.b-red td {
    border-top: 4px solid #EE5B6E !important;
    border-bottom: 4px solid #EE5B6E;
}

    .quota table.table tr.b-red td:first-child {
        border-left: 4px solid #EE5B6E;
    }

    .quota table.table tr.b-red td:last-child {
        border-right: 4px solid #EE5B6E !important;
    }

.quota .qa_tit {
    width: 100%;
    background: url(../../images/article/vehicle/quota/tit.jpg) no-repeat top center;
    height: 98px;
}

.quota .range {
    background: url(../../images/article/vehicle/quota/range.png) no-repeat center top/100% auto;
    width: 454px;
    height: 133px;
    margin: 0 auto;
    margin-top: -5px;
    position: relative;
}

.quota .col-4 {
    width: 25%;
    float: left;
    text-align: center;
}

    .quota .col-4 p {
        font-weight: bold;
    }

.quota ul.tagStyle li {
    position: relative;
    padding-left: 55px;
    display: block;
    margin-bottom: 6px;
}

    .quota ul.tagStyle li span {
        position: absolute;
        display: block;
        background: #EE5B6E;
        color: #fff;
        font-size: 0.9375rem;
        padding: 0 8px;
        left: 0;
        top: 0;
    }

        .quota ul.tagStyle li span:after {
            content: " ";
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent #fff;
            margin-left: 4px;
        }

.quota .qa-item ul.tagStyle li {
    padding-left: 75px;
}

.quota .qa-item .detail > span {
    display: inline;
    width: auto;
}

@media (max-width: 980px) {
    .quota .col-4 img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .quota .item1 .right {
        width: 77%;
    }
}

@media (max-width: 767px) {
    .quota .item1 .photo {
        width: 34%;
        margin-right: 12px;
    }

    .quota .item1 .right {
        width: 61%;
    }

    .quota .item1 .special {
        width: 100%;
        display: block;
        float: none;
    }

    .quota .red_box {
        text-align: left;
    }

    .quota .qa_tit {
        width: 100%;
        background: url(../../images/article/vehicle/quota/m-tit.jpg) no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 14%;
    }

    .quota .range {
        width: 90vw;
        height: 28vw;
        margin-top: -10px;
    }

    .quota .col-4 {
        width: 50%;
        padding: 1.5%;
    }

    .quota table.table {
        border-right: 4px solid #EE5B6E !important;
    }

        .quota table.table tr:first-child td {
            border-top: 0 !important;
        }

            .quota table.table tr:first-child td:last-child {
                border-top: 4px solid #EE5B6E !important;
            }

        .quota table.table tr:last-child td:last-child {
            border-bottom: 4px solid #EE5B6E !important;
        }

        .quota table.table th {
            font-size: 1rem !important;
        }

            .quota table.table th p {
                height: auto;
                display: block;
                text-align: center;
            }

                .quota table.table th p span {
                    display: inline;
                }

        .quota table.table td.b-lr {
            border-left: 4px solid #EE5B6E;
        }
}

@media (max-width: 320px) {
    .quota .item1 ul.tagStyle li {
        padding-left: 0;
    }

        .quota .item1 ul.tagStyle li span {
            position: static;
            display: inline-block;
        }
}

.motor-third .item1 {
    zoom: 1;
}

    .motor-third .item1:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .motor-third .item1 .photo {
        width: 155px;
    }

    .motor-third .item1 p {
        width: 75%;
    }

.motor-third .sample-block .list2 {
    padding-left: 45px;
}

.motor-third .sample-block .font-14 {
    margin-top: -6px;
}

.motor-third a.org_bt2 {
    float: none !important;
    margin-top: 8px;
}

.motor-third .qa_tit {
    width: 100%;
    background: url(../../images/motor-third/tit.jpg) no-repeat top center;
    height: 98px;
}

.motor-third .red_box {
    position: relative;
}

    .motor-third .red_box:before {
        content: " ";
        display: block;
        background: url(../../images/motor-third/tag2.png) no-repeat scroll left top/100% auto;
        width: 99px;
        height: 95px;
        position: absolute;
        top: -12px;
        left: -3px;
    }

.motor-third ol.qa-item > li .detail > span {
    width: 100%;
}

.motor_tab {
    width: 100%;
    background: url(../../images/motor-third/tab.jpg) no-repeat bottom right;
    height: 51px;
    position: relative;
    margin-top: 30px;
}

    .motor_tab img {
        position: absolute;
        right: 30%;
        z-index: 10;
        top: -10px;
    }

    .motor_tab + table {
        margin-bottom: 20px;
    }

@media (max-width: 980px) {
    .motor_tab img {
        position: absolute;
        right: 36%;
        z-index: 10;
        top: -10px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .motor-third .item1 p {
        width: 77%;
    }

    .motor-third .item1 .photo {
        width: 20%;
    }

    .motor-third .sample-block .list2 {
        padding-left: 26px;
    }
}

@media (max-width: 767px) {
    .motor-third .item1 .photo {
        width: 34%;
        margin-right: 12px;
    }

    .motor-third .item1 .special {
        width: 100%;
        display: block;
        float: none;
    }

    .motor-third .sample-block .list2 {
        padding: 20px;
    }

    .motor-third .sample-block .font-14 {
        position: absolute;
        left: auto;
        right: 20px;
        top: 25px;
    }

    .motor-third .qa_tit {
        width: 100%;
        background: url(../../images/motor-third/m-tit.jpg) no-repeat top left;
        height: 0;
        margin-top: 10px;
        background-size: cover;
        padding-bottom: 14%;
    }

    .motor-third .red_box:before {
        width: 19vw;
        height: 19vw;
        top: -7px;
    }

    .motor-third .red_box.special {
        letter-spacing: -2px;
        padding: 8px;
        padding-left: 24%;
    }

    .motor-third ul.doc .text-right {
        text-align: left;
    }

    .motor_tab {
        width: 100%;
        background: url(../../images/motor-third/tab-m.jpg) no-repeat bottom right;
        height: 0;
        position: relative;
        padding-bottom: 11.5%;
        background-size: contain;
    }

        .motor_tab img {
            position: absolute;
            right: 27%;
            top: -10px;
            width: 16%;
        }
}

@media (max-width: 480px) {
    .motor-third .red_box:before {
        position: static;
        float: left;
        width: 18vw;
        height: 18vw;
        margin-left: -2px;
        margin-right: 2px;
    }

    .motor-third .red_box.special {
        letter-spacing: 0;
        padding-left: auto;
        padding: 8px;
        border-radius: 20px;
    }
}

.top-box {
    left: 0;
    position: fixed;
    bottom: 10%;
}

    .top-box div {
        max-width: 933px !important;
    }

.goTop {
    display: block;
    width: 45px;
    height: 51px;
    position: absolute;
    right: -10%;
    top: 50%;
    z-index: 1;
}

.photo img {
    width: 100%;
    display: block;
}

.sample-block {
    width: 820px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 150%;
    color: #494644;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .sample-block .list1, .sample-block .list2 {
        position: relative;
        -webkit-box-shadow: 0px 0px 3px #ccc;
        -moz-box-shadow: 0px 0px 3px #ccc;
        box-shadow: 0px 0px 3px #ccc;
        padding: 25px 45px 25px 120px;
    }

        .sample-block .list1 > span, .sample-block .list2 > span {
            display: block;
            position: absolute;
            border-radius: 6px;
            color: #fff;
            font-size: 1rem;
            padding: 0 8px;
            line-height: 25px;
            left: 30px;
            min-width: 64px;
            text-align: center;
        }

            .sample-block .list1 > span:after, .sample-block .list2 > span:after {
                position: absolute;
                display: inline-block;
                content: " ";
                width: 12px;
                height: 25px;
                right: -7px;
            }

            .sample-block .list1 > span.red, .sample-block .list2 > span.red {
                background: #EE5B6E;
            }

                .sample-block .list1 > span.red:after, .sample-block .list2 > span.red:after {
                    background: url(../../images/article/vehicle/peth/red_tag_right.png) right center;
                }

            .sample-block .list1 > span.green, .sample-block .list2 > span.green {
                background: #005BAC;
            }

                .sample-block .list1 > span.green:after, .sample-block .list2 > span.green:after {
                    background: url(../images/article/vehicle/peth/green_tag_right.png) right center;
                }

    .sample-block .list1 {
        border: 1px solid #e3e6c8;
        background: #fdfef1;
        font-size: 1.25rem;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
        border-bottom: 0;
    }

    .sample-block .list2 {
        border: 1px solid #d9d9d9;
        background: #f2f0f0;
        background-color: #7f7f7f;
        background-image: -webkit-gradient(linear, left top, left bottom, left, right);
        background-image: -webkit-linear-gradient(top, #fdfdfd, #f2f0f0);
        background-image: -moz-linear-gradient(top, #fdfdfd, #f2f0f0);
        background-image: -ms-linear-gradient(top, #fdfdfd, #f2f0f0);
        background-image: -o-linear-gradient(top, #fdfdfd, #f2f0f0);
        background-image: linear-gradient(to bottom top, #fdfdfd, #f2f0f0);
        font-size: 1.125rem;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
    }

        .sample-block .list2 .inlineArea {
            margin-bottom: 6px;
        }

            .sample-block .list2 .inlineArea > * {
                display: inline-block;
                vertical-align: middle;
            }

            .sample-block .list2 .inlineArea .gray {
                font-size: 0.875rem;
                color: #a5a5a5;
                margin: 0 6px;
            }

        .sample-block .list2 u {
            text-decoration: none;
            border-bottom: 2px solid #EE5B6E;
        }

ul.doc li {
    padding-left: 11px;
    position: relative;
    margin: 4px 0;
}

    ul.doc li > span {
        display: inline-block;
        vertical-align: top;
    }

        ul.doc li > span:last-child {
            width: 89%;
        }

    ul.doc li:before {
        content: ".";
        display: block;
        position: absolute;
        left: 0;
        top: -4px;
    }

ol.decimal {
    margin-left: 24px;
    margin-top: 10px;
}

    ol.decimal li {
        list-style-type: decimal;
        line-height: 160%;
    }

@media (max-width: 980px) {
    .goTop {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 60px;
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 0;
    }

    .sample-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sample-block .list1, .sample-block .list2 {
        font-size: 1.125rem;
        padding: 20px;
    }

        .sample-block .list1 span, .sample-block .list2 span {
            display: inline-block;
            position: relative;
            left: 0;
            margin-bottom: 10px;
        }
}






/*-------------------------
       I E 9 ↓↓↓↓
-------------------------*/
.ie9 nav {
    background-color: #222222;
}

.ie9 .kv {
    height: 904px;
}

