header.header {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

header.header:after {
    display: block;
    clear: both;
    content: "";
}

header.header .logo {
    width: 180px;
    display: block;
    float: left;
}

header.header .logo img {
    width: 100%;
}

header.header .ham {
    width: 32px;
    height: 35px;
    position: relative;
    float: right;
    margin-top: 10px;
    z-index: 2;
}

header.header .ham .ham-top,
header.header .ham .ham-bot {
    position: absolute;
    width: 100%;
    height: 3.5px;
    border-radius: 5px;
    background-color: #27509b;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

header.header .ham .ham-top {
    top: 0;
}

header.header .ham .ham-bot {
    top: 11px;
}

header.header .ham span {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #27509b;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
}

header.header .ham.active .ham-top {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 5px;
}

header.header .ham.active .ham-bot {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

header.header .ham.active span {
    display: none;
}

header.header.nav-up {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    z-index: 9;
}

header.header.nav-down {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

@media (min-width: 992px) {
    header.header {
        padding-bottom: 0;
    }

    header.header .logo {
        position: relative;
        top: -7px;
    }
}

.nav-m {
    position: relative;
    width: 100%;
    border-top: 4px solid #27509b;
    z-index: 3;
    background-color: #fff;
    display: none;
    text-align: right;
    padding-bottom: 100px;
    top: 62px;
}

.nav-m ul {
    padding: 0 15px;
}

.nav-m ul li {
    padding: 10px 0;
}

.nav-m .main {
    margin-bottom: 10px;
}

.nav-m .main li {
    border-bottom: 1px solid #dcdcdc;
}

.nav-m ul li a {
    color: #27509b;
    font-size: 18px;
    font-weight: bold;
}

.nav-m ul li a:not(.txt)::after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 5px;
    width: 14px;
    height: 12px;
    background-image: url("../img/arr-right-blue.png");
    background-size: contain;
}

.nav-m .txt-gr {
    color: #c1c1c1;
    font-size: 14px;
    margin: 10px 0;
    padding-right: 15px;
}

.nav-m .txt-bl {
    color: #27509b;
    font-size: 15px;
    margin: 10px 0;
}

.nav-m .social-links {
    padding: 0 15px;
}

.nav-m .social-links .icon {
    display: inline-block;
    width: 36px;
    margin-left: 15px;
}

.nav-m .social-links .icon img {
    width: 100%;
}

.nav-m .other {
    border-top: 4px solid #27509b;
    border-bottom: 4px solid #27509b;
}

.nav-m .other li:first-child a {
    font-weight: normal;
}

.nav-m .other a {
    color: #666666;
    font-size: 15px;
}

.nav-m .other .logo-bg {
    width: 96px;
    display: inline-block;
    position: relative;
}

.nav-m .other .logo-bg img {
    width: 100%;
    position: absolute;
    right: 20px;
    top: 6px;
}

.nav-m .other-link {
    color: #666666;
    margin: 10px 15px;
    display: inline-block;
    font-weight: bold;
}

.nav-m .other-link:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: 5px;
    width: 14px;
    height: 12px;
    background-image: url("../img/arr-right-blue.png");
    background-size: contain;
}

.nav-m .sublist li {
    padding: 5px 0;
}

.nav-pc ul {
    float: right;
}

.nav-pc li {
    padding: 0 5px;
    float: left;
}

.nav-pc li a {
    color: #666666;
    font-size: 15px;
    padding-bottom: 3px;
}

.nav-pc li a img {
    width: 100%;
}

.nav-pc li a:hover {
    border-bottom: 2px solid #27509b;
    font-weight: bold;
}

.nav-pc li a.active {
    border-bottom: 2px solid #27509b;
    font-weight: bold;
}

.nav-pc li .icon-truck,
.nav-pc li .icon-motor {
    width: 39px;
    display: inline-block;
    position: relative;
}

.nav-pc li .icon-guide {
    position: relative;
    display: inline-block;
    width: 20px;
}

.nav-pc li .icon-guide img {
    display: block;
}

.nav-pc li:not(:last-child):after {
    content: '|';
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #666666;
    margin-left: 10px;
    top: -2px;
}

.nav-pc li.trucks:after,
.nav-pc li.motor:after {
    top: -5px;
}

.products-list {
    position: relative;
    z-index: 4;
    left: 0;
    right: 0;
    top: 62px;
    display: none;
    margin-bottom: 80px;
}

.products-list .goleft,
.products-list .goright {
    width: 20px;
    height: 100%;
    line-height: 290px;
    background-color: #fce500;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer;
}

.products-list .goleft {
    left: 15px;
    display: none;
}

.products-list .goright {
    right: 15px;
}

.products-list .inner {
    background-color: #f9f9f9;
    padding: 15px 0 0px 15px;
    position: relative;
    overflow-x: auto;
    width: auto;
    white-space: nowrap;
}

.products-list .inner .single-zone {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.products-list .inner .single-zone .tag {
    width: 100%;
    background-color: #27509b;
    color: #fff;
    font-size: 16px;
    font-family: "michelin";
    font-weight: 700;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}

.products-list .inner .single-zone .tag.new {
    background-color: #fce500;
    color: #27509b;
}

.products-list .inner .single-zone .whole-series {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-list .inner .single-zone .single-product {
    /* margin: 0 15px; */
    margin: 0;
    max-width: 200px;
    position: relative;
}

.products-list .inner .single-zone .single-product .pro-img {
    padding: 10px 0;
    overflow: hidden;
    height: 150px;
}

.products-list .inner .single-zone .single-product .pro-img img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.products-list .inner .single-zone .single-product .pro-txt {
    overflow: hidden;
}

.products-list .inner .single-zone .single-product .pro-txt img {
    height: 60px;
}

.products-list .inner .single-zone .single-product .slogan {
    font-size: 14px;
    font-style: italic;
    color: #27509b;
    font-weight: bold;
    margin: 5px 0;
}

.products-list .closebar {
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    background-color: #27509b;
    position: relative;
    z-index: 1;
}

.products-list .closebar img {
    width: 14px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .products-list {
        top: 62px;
    }

    .products-list .container {
        position: relative;
    }

    .products-list .goright,
    .products-list .goleft {
        width: 25px;
        line-height: 280px;
    }

    .products-list .inner {
        overflow: hidden;
    }

    .products-list .inner .single-product .pro-img {
        padding: 15px 0;
    }

    .products-list .inner .single-product .pro-img img {
        width: 100px;
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    .products-list .inner .single-product:hover .slogan {
        background-color: #fce500;
    }
}

.header-page .nav-search-tyre,
.header-page .nav-search-dealer {
    color: #27509b;
}

.header-page .nav-search-tyre:before,
.header-page .nav-search-dealer:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-right: 3px;
    top: 3px;
}

.header-page .nav-search-tyre:before {
    background-image: url("../img/icon-search-blue.png");
}

.header-page .nav-search-dealer:before {
    background-image: url("../img/icon-marker-blue.png");
}

@media (max-width: 1200px) and (min-width: 992px) {
    .nav-pc li {
        padding: 0 3px;
    }

    .nav-pc li:not(:last-child):after {
        margin-left: 3px;
    }
}

/* 常見問題hover menu */
.qa-list {
    height: 47px;
}

/* .qa-list:hover .qa-sublist {
  display: block;
} */

.qa-sublist {
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    padding: 10px;
    background-color: #f4f4f4;
    text-align: right;
}

.qa-sublist > ul {
    float: right;
}

.qa-sublist li {
    float: left;
    margin-left: 30px;
}

.qa-sublist li a {
    text-align: center;
    font-weight: 500;
}

.qa-sublist li a:hover img {
    transform: rotate(10deg)
}

.qa-sublist li span {
    display: block;
    color: #365398;
    font-size: 15px;

}

/* mobile qa sublist */
.qa-sublist-m {
    display: none;
}

.nav-m ul li a.active::after {
    transform: rotate(90deg);
}














/* yourBestChoiseArea hover menu */

.yourBestChoise {
    height: 47px;
}





.yourBestChoiseArea {
/*
    padding-top: 15px;
    padding-bottom: 15px;
*/
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    background-color: #f4f4f4;
}

.yourBestChoiseArea .titleArea {
    padding-left: 40px;
}

.yourBestChoiseArea .titleArea h4 {
    font-size: 25px;
    font-weight: bold;
    color: #0e5099;
    font-style: italic;
    margin-bottom: 10px;
}

.yourBestChoiseArea .titleArea .underTitle {
    font-size: 16px;
    color: black;
    margin-bottom: 0px;
    line-height: 1.7;
}



.yourBestChoiseArea .navForyourBestChoiseArea {}

.yourBestChoiseArea .navForyourBestChoiseArea .oneNav,
.yourBestChoiseArea .navForyourBestChoiseArea a .oneNav {
    cursor: pointer;
    font-size: 18px;
    color: black;
    width: 100%;
    padding-left: 25px;
    line-height: 55px;
    background-color: transparent;

}

.yourBestChoiseArea .navForyourBestChoiseArea .oneNav.focus,
.yourBestChoiseArea .navForyourBestChoiseArea a:hover .oneNav,
.yourBestChoiseArea .navForyourBestChoiseArea .oneNav:hover {
    font-weight: bold;
    color: #0e5099;
    background-color: #fff;
}






.oneNavSubNav{
    display: none;
    list-style: none; /* 去掉默認的列表樣式 */
    padding: 0;
    margin: 0;
}

.faqArea .oneNavSubNav{
    display: inherit;
}

.oneNavSubNav li,
.oneNavSubNav a li{
    cursor: pointer;
    background-image: url('../img/twoArrow.png');
    background-repeat: no-repeat; /* 不重複背景圖片 */
    background-position: left center; /* 背景圖片置中 */
    padding-left: 20px; /* 預留空間以容納背景圖片 */
    line-height: 40px; /* 根據需要調整行高來垂直置中 */
}

.oneNavSubNav li:hover {
    background-position: 3px center;
}







.nav-m .yourBestChoiseAreaForM{
    padding:10px 0px !important;
    margin-top: 10px;
    border-top:1px solid #dcdcdc;
    
}


.nav-m .yourBestChoiseAreaForM li{
    border:none !important;
    padding: 5px 0px !important;
}

.nav-m .yourBestChoiseAreaForM li a{
    font-size: 13px;
    color: #666;
}

.nav-m .yourBestChoiseAreaForM li a.mmm{
    font-size: 18px;
    color: #27509b;
}
.nav-m .yourBestChoiseAreaForM li a.mmm.cantClick{
    cursor: default;
}

.nav-m .yourBestChoiseAreaForM li a{
    font-size: 15px;
}

.nav-m .yourBestChoiseAreaForM li::after,
.nav-m .yourBestChoiseAreaForM li a::after{
    content: none !important; 
}

















.faqArea {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    background-color: #f4f4f4;
}




