@charset "utf-8";
/*Ok Car未來生活館*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One&display=swap');

.animated-arrow{
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
}
.shop_search_btn{
    background: #562b2b;
}
.box_search input[type=text]{
    background: url(../images/search-icon.png) no-repeat 9px center #000000;
    border: solid 1px #929292;
}


/*背景*/
#content{
    position: relative;
    overflow: hidden;
}
.blog_page #content::before {
    position: absolute;
    content: '';
    z-index: 0;
    background-image: url(https://pic03.eapple.com.tw/okcar/all_bk01.png);
    background-repeat: no-repeat;
    background-size: 141%;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    max-height: 500px;
    background-position: left bottom;
    bottom: 0;
    left: 0;
}
.blog_in_page #content::before {
    position: absolute;
    content: '';
    z-index: 0;
    background-image: url(https://pic03.eapple.com.tw/okcar/all_bk01.png);
    background-repeat: no-repeat;
    background-size: 141%;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    max-height: 500px;
    background-position: right bottom;
    bottom: 0;
    right: -49px;
}


/*預設解除背景輪播*/
#content_main { margin:0;z-index: 1;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}
.box_search{
    margin-bottom: 0;
}
.me_tp_features{
    position: relative;
    right: 6%;
}
.me_tp_features a{
    color: #ffffff;
    text-shadow: 0 0 3px black;
}
.tp_links{
    display: none;
}
/*版面*/
.blog_page .main_part,.contact_page  .main_part{
    width: 100%;
    max-width: 78%;
}
.product_page .main_part{
    width: 100%;
    max-width: 78%;
}
.product_info_page .main_part,.product_page .main_part{
   padding: 0;
}


.main_header_area{
    background: transparent;
}
.navigation{
  padding: 0.5% 0;
}
.nav-header{
    width: auto;
    left: 8rem;
}
.nav-brand {
    position: relative;
    width: 100%;
    left: 0rem;
    top: 1rem;
}
.pageIndex .header_area{
    position: fixed;
    width: 100%;
}
.header_area{
   position: relative;
    width: 100%;
    background-color: #0D0D0D;
}
.header_area.sticky {
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: #000000de;
}
.main_header_area .container{
    width: 100%;
    max-width: 100%;
}
.stellarnav{
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.stellarnav ul{
    text-align: right;
    width: 60%;
    display: flex;
    justify-content: flex-end;
    right:0;
    margin-right: 6%;
    position: relative;
}
.stellarnav ul ul{
    background: #0d0d0d;
}
.stellarnav ul ul  li a:hover{
    background: #3f3f3f;
   font-weight: bold;
   border-left: 1px solid  #ffffff;
}
.stellarnav li li{
    border: none;
}
.stellarnav li a{
    color: #ffffff;
    font-family: 'Noto Sans TC';
}
.stellarnav li.has-sub > a:after{
    display: none;
}
.stellarnav > ul > li > a {
    padding: 0 0 0 46px;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 3px black;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 17px;
}
.stellarnav > ul > li > a:hover{
    color: #f9d150;
}
.pageIndex .edit_part{
    max-width: 100%;
    margin: auto;
}



/*banner*/
.banner {
    display: none;
    display: flex;
    background-image: url(https://pic03.eapple.com.tw/okcar/all_banner.jpg);
    height: 380px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    background-position: bottom;
}
.banner h5 {
    display: none;
    font-family: 'Noto Sans TC';
    font-weight: bolder;
    font-size: 22px;
    letter-spacing: 10px;
    padding-bottom: 6%;
    color: #ffc01b;
    text-shadow: 0 0 3px black;
}

.product_page  .banner,.product_info_page  .banner{
    background-image: url(https://pic03.eapple.com.tw/okcar/product_banner.jpg);
    height: 380px;
    width: 100%;
}
.blog_page  .banner.banblog,.blog_in_page .banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/okcar/knowledge_banner.jpg);
    height: 380px;
    width: 100%;
}
.contact_page .banner{
    background-image: url(https://pic03.eapple.com.tw/okcar/contact_banner.jpg);
    height: 380px;
    width: 100%;
}



/*產品*/
.products-list{
    width: 100%;
    max-width: 100%;
    padding: 4% 0 0 0;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr  1fr;
    gap: 20px;
    display: grid;
}
.products-list::before{
    display: none;
}
.pageIndex .products-list {
    width: 100%;
    max-width: 90%;
    text-align: center;
}
.product-layer-two{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 20px;
    margin: 3% 0 0 0;
}
.product-layer-two li a {
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product-layer-two li.active a{
    color: #c84231;
    border: none;
}
.products-list .name{
    color: #333333;
    font-family: 'Noto Sans TC';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    height: auto;
    -webkit-line-clamp: 4;
}
.product-layer-two li{
    width: 100%;
    text-align: center;
}

.product-layer-two li a{
    color: #2c2c2c;
}
.products-list .price b:nth-child(1){
    color: #464646;
    font-size: 16px;
}
.products-list .price b:nth-child(2){
    color: #c84231;
    font-size: 16px;
}
.products-list .price{
    text-align: center;
}
.products-list .more{
    border: 1px solid #9b9b9b47;
    color: #9b9b9b;
    border-radius: 4px;
}
.products-list .item a:hover .more {
    background: #9b9b9b;
    color: #fff;
    letter-spacing: 2px;
}
.products-list .item{
    width: 100%;
    padding: 0;
}
/*首頁產品第五個開始隱藏*/
.pageIndex .products-list .item:nth-child(n+5){
    display: none;
}
.product_main{
    width: 66%;
}
.sidebarBtn{
    width: 33%;
    border: none;
    box-shadow: 0px 1px 3px 2px #00000017;
}
.product-wrapper{
    padding: 4% 0 0 0;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #2b2b2b;
    font-size: 24px;
    text-align: left;
    padding: 0 0 2% 0;
}
.inquiry_a3{
    background: #ff6c009e;   
}
.qaform .breakF{
    border: none;
}
.lastaction{
    color: #828282;
    background-color: #ededed;
    background-image: none;
    text-align: center;
}
.nextaction{
    color: #828282;
    background-color: #c8c8c8;
    background-image: none;
    text-align: center;
}
.prod_related h6 span:before{
    color: #ffffff;
}
.lastPage{
    background: #ff4045;
}
.blog_le .accordion{
    text-align: center;
}
.accordion li .link{
    font-size: 16px;
}
.prod_part{
    max-width: 100%;
    background: #dadada;
}
.i_prod_tit span{
     font-family: 'Noto Sans TC';
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    color: transparent;
}
.i_prod_tit{
    position: relative;
}
.i_prod_tit::before {
    position: absolute;
    content: '熱銷商品';
    color: #000;
    left: 50%;
    font-family: 'Noto Sans TC';
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    transform: translate(-50%, 0);
}
.i_prod_b{
    padding-top: 4%;
}
.prod_related{
    background: #565656;
    padding: 4% 0 2% 0;
}
.related_list li{
    width: 33%;
}
.related_list li a{
    background: transparent;
}
.related_list li a p{
    color: #ffffff;
    font-family: 'Noto Sans TC';
    text-align: center;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.product_pic .bx-wrapper{
    width: 100%;
    height: 100%;
}
.block{
    background: #ff221d; 
}
.product_pic #bx-pager{
    color:#ff221d; 
}
.product_info li{
    position: relative;
}

.product_info li span{
    display: none;
}
.product_info li:nth-child(1) {
    margin: 10% 0 0 0;
}
.product_info li:nth-child(1)::before {
    content: '商品特點';
    position: relative;
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 3px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    z-index: 1;
    left: 0;
    top: -40%;
}


/*文章*/
.blog_page .main_part{
    width: 100%;
    max-width: 78%;
}
.blog_in_page .main_part{
    width: 100%;
    max-width: 72%;
}
h5.blog_le_t{
    font-family: 'Noto Sans TC';
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0px;
}
h5.blog_le_t span{
    display: none;
}
.blog_search input[type=search]{
    border-radius: 4px;
}
.blog_le .accordion{
     border-radius: 4px;
}
h4.blog_category_title {
    font-family: 'Noto Sans TC';
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 600;
    letter-spacing: 2px;
}
.blog_page h4.blog_category_title{
    display: none;
}
.blog_list_le{
    width: 100%;
}
.blog_list_le{
    position: relative;
}
.subbox_item a:after{
    background: rgb(0 0 0 / 50%);
    border: none;
}
.subbox_item{
    width:100%;
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
}
.blog_list_ri{
    width: 100%;
    padding: 4% 2%;
}
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    display: grid;

}
.blog_subbox::before{
    display: none;
}
.subbox_item a:before{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.blog_list_ri p{
    -webkit-line-clamp: 2;
}
.blog_list_ri h5{
     font-family: 'Noto Sans TC';
     letter-spacing: 1px;
}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next{
    background: #e9e9e9;
    color: #000000;
}
.blog_back a.article_btn_back {
    background: #d7d7d7;
    color: #000000;
}
.blog_box_edit *{
    font-family: 'Noto Sans TC';
    font-weight: 400;
    letter-spacing: 1px;
}
.blog_box{
    z-index: 0;
    position: relative;
    padding: 0;
}
.blog_ri{
    padding: 0 0 0 4%;
}


/*聯絡我們*/
.contact_page .list_before.info li{
    padding-left: 0;
}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
    position: relative;
    display: inline-block;
    width: auto;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    padding-right: 2%;
}
.contact_content .information_left{
    width: 36%;
}
.contact_content .information_right {
    width: calc(100% - 37%);
    padding-left: 4%;
}
.contact_form li .form__label{
    width: 100%;
    text-align: left;
    margin-left: 0;
    display: flex;
}
.contact_form li{
    padding-left: 0;
}
.blank_letter{
    display: flex;
    justify-content: space-between;
}
.contact_form li.last cite{
    background: #d43935;
}
.red{
    order: 2;
}
.page li a{
    width: 30px;
    height: 30px;
}


/*麵包屑*/
.path{
    display: none;
}
/*頁腳*/
.footer{
    background: #000000;
    padding: 4% 0 ;
}
.footer .center{
    max-width: 86%;
    width: 100%;
}
.footer_logo{
    width: 30%;
}
.footer_info ul{
    width: calc(100% - 32%);
}
.footer_info li p,.footer_info li p  a {
    font-family: 'Noto Sans TC';
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
}
.copy,.copy  a{
    border-top: none;
    color: #ffffff;
}
.box_link{
    display: none;
}
.footer_menu a{
    display: inline-block;
    padding: 14px;
    border: 1px #ffffff solid;
    margin: 0 4px 4px 0;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    background:transparent;
    width: 16%;
    text-align: center;
    font-family: 'Noto Sans TC';
}
.footer_menu a:hover{
    background: #181818;
    color: #ffffff;
}

@media screen and (max-width: 1400px) {
/*產品*/
.product-layer-two{
    grid-template-columns: repeat(3, 1fr);
}



}
@media screen and (max-width: 1280px) {
.nav-header{
    left: 2rem;
}  
.nav-brand{
    width: 80%;
}  
.stellarnav > ul > li > a{
    padding: 0 16px 0 0;
    font-weight: 500;
    font-size: 16px;
}
.stellarnav ul{
    right: 2rem;
}
.stellarnav > ul > li > a{
    font-size: 15px;
}
.me_tp_features{
    right: 0;
}

/*產品*/
.product_page .main_part{
    width: 100%;
    max-width: 88%;
}
/*首頁產品*/





/*聯絡我們*/
.blog_page .main_part, .contact_page .main_part{
    width: 100%;
    max-width: 90%;
}


/*頁腳*/
.footer_info ul{width: 100%;}
.footer_info {
    padding: 0;
}
.footer_info li p{
    font-size: 15px;
}

}
@media screen and (max-width: 1024px) {
.header_area,.pageIndex .header_area{
    position: relative;
    width: 100%;
}
.stellarnav ul {
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;   
}
.navigation{
    padding: 0.5% 0;
}
.stellarnav > ul > li > a{
    padding: 0 20px;
}


/*首頁產品*/



/*聯絡我們*/
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 49%;
}

.list_before.info li {
    padding-left: 0;
}

/*頁腳*/
.footer_menu a{
    width: 15%;
}

}
@media screen and (max-width: 980px) {
.main_header_area .container::before {
    bottom: -36px;
    height: 40px;
}

/*產品*/
.product-layer-two li{
    width: 100%;
    text-align: center;
}
.products-list{
    grid-template-columns: 1fr 1fr; 
}



/*文章*/
.blog_subbox{
     grid-template-columns: 1fr 1fr; 
}

}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; z-index: 98;}
#bottom_menu li a{color: #000000;}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav.mobile{
    top: 12%;
}
.main_header_area .container::before{
    width: 80%;
    bottom: -26px;
    height: 30px;
}
.me_tp_features{
    right: 0;
}
.stellarnav.mobile ul{
    background: #0d0d0d;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #545454;
}
.stellarnav .menu-toggle span.bars span{
    background: #ffffff;
}
.stellarnav .menu-toggle:after{
    color: #fff;
}

.stellarnav.mobile li a{
    border-bottom: none;
}

/*選單*/
.nav-menu > li > a{margin: 0 auto;}
.navigation-portrait .nav-dropdown>li>a{width: 100%;}
.nav-menu>li>.nav-dropdown{min-width: 100%; left: 0;}
.nav-menu>li{padding: 0 0;}

/*選單下拉*/
.nav-menu>li>.nav-dropdown{margin: 0 0;}

/*產品*/
.product-layer-two {
    grid-template-columns: repeat(2, 1fr);
}
.product-layer-two li a{
   font-size: 16px;
}
.product_info_page .main_part, .product_page .main_part {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
}
.sidebarBtn{
    width: 100%;
}
.related_list{
    width: 100%;
}
.related_list li {
    width: 49%;
}
.product_main{
    width: 100%;
}


/*首頁產品*/


/*頁腳*/
.footer_menu a{width: 47%;}



}

@media screen and (max-width: 480px) {
.stellarnav .menu-toggle span.bars span{
    background: #c7c7c7;
}
.box_search{
    width: auto;
}

/*版面*/
.contact_page .main_part{
    padding: 0;
}
.blog_in_page .main_part {
    width: 100%;
    max-width: 90%;
}
.product_page .main_part{
     width: 100%;
    max-width: 90%;
}

/*產品*/
.products-list .item {
    width: 100%;
}
.products-list{
    grid-template-columns: 1fr;
}
.product_info_page .main_part{
    width: 100%;
    max-width: 90%;
}
.related_list li{
    width: 100%;
}
.related_list{
    max-width: 90%;
}
.product-layer-two {
    grid-template-columns: repeat(1, 1fr);
}


/*聯絡我們*/
.contact_content .information_left{
    width: 100%;
    padding: 0;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0;
}
.contact_form li.last blockquote{
    width: 49%;
}
.blank_letter{
    padding-top: 0;
}

/*文章*/
.blog_subbox{
     grid-template-columns: 1fr; 
}
.subbox_item {
    width: 100%;
    padding: 0;
}
.blog_page #content::before{
    background-size: 402%;
}
.blog_in_page #content::before{
    display: none;
}
.blog_ri{
    padding: 0;
    width: 96%;
}


/*頁腳*/
.footer_info li p,.footer_menu a,.copy{
    font-size: 14px;
}
.footer{
    z-index: 1;
}
}
