@charset "utf-8";

/*大圖*/
#content_main {
    margin: 0;
}

.nav-header {
    max-width: 300px;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.main_header_area .container {
    max-width: 1600px;
}

.navigation {
    grid-template-columns: 300px 1fr;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(1):after {
    -webkit-animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/te2017com/A02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 25%;
    width: 50% !important;
    height: 47% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(-400px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}



@keyframes slide-br {
    0% {
        opacity: 0;
        transform: translateY(-200px) translateX(-200px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px) translateX(0px)
    }
}

/*==========================================================================*/


#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


.bannerindex .swiper-slide.swiper-slide-active:nth-of-type(2):after {
    -webkit-animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    background: url(https://pic03.eapple.com.tw/te2017com/B02.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 25%;
    width: 50% !important;
    height: 47% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.12);
}

@keyframes scale-in-center {
    0% {
        opacity: 0;
        transform: scale(0);
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: scale(1);
        opacity: 1
    }
}


@keyframes slide-bottom {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}


/*特效END*/

/*header*/

.header_area {
    position: fixed;
    z-index: 9999;
    padding: 10px;
    width: 100%;
    transition: all 1s;
    background: #ffffff;
}

.header_area.sticky {
    width: 100%;
    z-index: 9999;
    background: rgb(255 255 255);
    transition: all 1s;
    padding: 12px 15px 5px;
    top: 0px;
}

.stellarnav li.has-sub>a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #ae87c8;
}

.header_area.sticky .main_header_area:before {
    content: "";
    width: 100%;
}

.main_header_area:before {
    content: "";
    width: 0%;
    height: 5px;
    background: linear-gradient(90deg, #8b2d31, #d62f18);
    ;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    animation-timing-function: ease-in;
}

.tp_links {
    display: none;
}

.stellarnav>ul>li {
    display: inline-block;
    padding: 0;
    position: relative;
    will-change: transform, opacity;
}

.stellarnav>ul>li:hover::before {
    opacity: 1;
    transform: translateY(-50%) rotate(0deg);
}

/*END*/

.stellarnav>ul>li>a {
    padding: 0 0 0 35px;
    color: #1a1a1a;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
}


.stellarnav>ul>li>a:hover b {
    -webkit-transform: translateY(0px);
}

.stellarnav>ul>li>a b {
    display: block;
    line-height: 40px;
    font-style: normal;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    font-weight: normal;
    text-align: left;
    height: 22px;
}

.stellarnav>ul>li>a b:nth-child(2) {
    font-size: 12px;
    color: #d62f18;
}

/*下拉選單*/
.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 0;
}

.stellarnav ul ul {
    top: auto;
    width: 160px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    background: #ffffff00;
    left: 28px;
}

.stellarnav li li {
    border: 0;
    background: #bc2412cf;
    border-bottom: 1px dotted #ffffff63;
}

.stellarnav li a {
    display: block;
    color: #FFF;
    font-size: 15px;
    transition: all 0.5s;
}

/* 側邊按鈕*/
.info_fix>span {
    display: none;
}

.info_fix_links {
    display: block !important;
}

.info_fix_links a {
    background: rgb(175 21 0);
    color: #ffffff;
}

.info_fix_links a:hover {
    background: #000000;
}

/*文章修改*/
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}

.subbox_item a {
    display: block;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.blog_le .accordion {
    border: none;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #b98e6e !important;
}

/*footer*/
.box_link {
    display: none;
}

.footer {
    background-color: white;
}

.footer_menu {
    text-align: left;
    margin-top: 25px;
}

.footer_menu a {
    background: #ffffff;
}

.footer .center {
    text-align: center;
}

.footer_info {
    padding-right: 0px;
    grid-template-columns: 460px 1fr;
}

.footer_info li {
    padding: 0px;
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer_info li p {
    text-align: left;
    margin: 0 10px;
}

.footer_logo {
    max-width: 460px;
}

.footer_info li p.add2:before {
    content: '營業時間：';
}

/*內頁BANNER 設定*/
.banner {
    height: 400px;
}

.banner h5 {
    display: none;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banA.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banC.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banC.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banD.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banE.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banF.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/te2017com/banblog.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.other_select_page .other_promotion {
    display: none;
}

.contact_le_map a {
    background: #ae1615;
}

.contact_form li.last cite {
    background: #ae1615;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: 100%;
}


.car_page .information_left {
    display: block;
}




.prod_part {
    padding: 85px 20px;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}


@media screen and (max-width: 1367px) {}

@media screen and (max-width: 1200px) {
    .swiper-slide img {
        height: auto;
    }

    /*文章管理*/
}

@media screen and (max-width: 1050px) {}

@media screen and (max-width: 1035px) {}

@media screen and (max-width: 1024px) {
    .navigation {
        padding: 15px 0 0 0;
    }

    .header_area {
        position: relative;
        height: auto;
    }

    .footer_info {
        display: block;
    }

}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }

    .main_header_area .container {
        max-width: 100%;
        margin: 0;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #827c78;
    }

    .stellarnav .menu-toggle:after {
        color: #827c78;
    }

    .stellarnav.mobile li.open li.open {
        background: #090909;
    }

    .navigation {
        padding: 1%;
    }

    .footer_info {
        display: block;
    }

    .footer_info li {
        padding: 2% 5%;
    }

    .footer_logo {
        display: inline-block;
    }

    /*文章管理/＝＝＝＝＝*/
    h4.blog_category_title {
        font-size: 24px;
    }

    h4.blog_category_title span {
        font-size: 20px;
    }

    .stellarnav ul ul {
        left: 0px;
    }
}

@media screen and (max-width: 570px) {
    .header_area {
        position: relative;
    }

    .navigation {
        padding: 2%;
    }

    .product_page .products-list {
        width: 100%;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .contact_form li {
        display: flex;
        justify-content: space-evenly;
    }

    .contact_form li .form__label {
        width: 95px;
    }

    #content_main {
        margin-top: -10px;
    }

    .product_page .products-list {
        width: auto;
    }

    .products-list {
        display: block;
    }

    .products-list .item {
        width: 49%;
    }

    .subbox_item {
        width: 100%;
        border-bottom: none;
    }


    .footer {
        padding: 50px 0 0;
    }

    .footer_info li {
        text-align: center;
    }

    .footer_info ul {
        display: block;
    }

    .footer_menu a {
        display: inline-block;
        border: 1px #ccc solid;
    }

    .stellarnav .menu-toggle {
        padding: 15px;
    }

    .footer_logo {
        max-width: 280px;
    }

    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 414px) {}

/*購物車/＝＝＝＝＝*/
.fa-circle-plus::before {
    display: none;
}

.products-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
}

.products-list:before {
    content: none;
}

.products-list .item {
    width: 100%;
    border: 1px solid #000;
}

/*購物車/外層＝＝*/
ul.products-list.clearfix {
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
}

.product_page .products-list .item {
    width: auto;
    padding: 0;
    margin: 2% 1%;
    border: 1px solid #D2D2D2;
}

/*商品名稱*/
.products-list .name {
    letter-spacing: 0px;
    padding: 0 15px;
    margin: 15px 0;
    -webkit-line-clamp: 4;
    height: auto;
    text-align: center;
}


/*價格*/
.sidebarBtn .price {
    display: none;
}

/*商品內頁價格隱藏*/

.products-list .price {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
    flex-wrap: wrap;
}

.products-list .price b {
    margin: 0 5px;
    line-height: 180%;
    text-align: center;
    color: #888888;
}

.products-list .price b.ori_price {
    font-size: 15px;
}

.products-list .price b.sp_price {
    color: #6f287b;
}

/*外層版面*/
.product_page .main_part {
    width: 100%;
    max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.product_page .product-layer-two {
    position: relative;
    width: 265px;
    letter-spacing: 1px;
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 290px);
}

.page {
    width: 100%;
}

.products-list .pic {
    height: 215px;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
/*左側分類*/
.product-layer-two li a {
    color: #555;
    border: none;
    padding: 10px 16px;
    background: transparent;
    transition: all 0.3s;
    line-height: 200%;
    transition: all 0.3s;
}

.product-layer-two>li>a {
    border-bottom: 1px rgb(187 143 185 / 20%) dashed;
    padding-left: 25px;
    border-bottom: 1px solid #ae161500;
}

.product-layer-two li.active a {
    font-weight: bold;
    border: 0px #ccc solid;
}

.product-layer-two li:hover>a {
    color: #ae1615;
    font-weight: 500;
    border-bottom: 1px solid #ae161500;
}

.product-layer-two li.active>a {
    color: #ae1615;
    font-weight: 500;
    border-bottom: 1px solid #ae161500;
    background: #ffffff;
}

.product-layer-two li:hover>a:before,
.product-layer-two li.active>a:before {
    color: #ae1615;
    transition: ease .7s;
}

.product-layer-two>li>a:before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/te2017com/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7px;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.product-layer-two li i.close::before {
    display: none;
}

/**/
.product-layer-two li ul {
    position: relative;
    padding-top: 1px;
    border-left: 1px solid #ae1615;
}

.product-layer-two li li {
    border: none;
    background: transparent;
    margin: 0px 0px 0 10px;
}

.product-layer-two li li a {
    background: transparent;
}

.product-layer-two li li:hover a {
    color: #ae1615;
}

/*hover到才顯示副選單↓*/
.product-layer-two li li {
    display: block;
}

/*----------------------------------------------------------------------------------------------------------------------------------*

/* 購物車============= */


/*隱藏價格*/



/* 下方建議 */
.related_list li a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.related_list li a {
    padding: 4px;
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    padding-bottom: 0;
}

/*商品區*/
.products-list .more {
    border: none;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    background: #000000;
    color: #fff;
}

.products-list .item a:hover .more {
    background: #ae1615;
}

/*按鈕*/
/*總按鈕特效 */


/*價格*/
.inquiry_a3 {
    background: #af1500;
    display: none;
}

.sidebarBtn .sp_price {
    color: #f15468;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    letter-spacing: 3px;
    background: #936a92;
}

/*隱藏加入購物車按鈕*/
.product_info li:nth-child(2) {
    display: none;
}

/*輪播圖區塊*/
.bx-wrapper .bx-viewport {
    border: 5px solid transparent;
    background: transparent;
}

/*商品資訊*/
ul.prod li h3.prod-thumb {
    background: #efebef;
    color: #666;
    padding: 15px;
}

ul.prod li .prod-panel {
    padding: 3% 2%;
}

/*隱藏Q&A*/
.prod-item:last-child {
    display: none;
}

/*產品內頁-相關推薦*/
.related_list li a p {
    color: #333;
    padding: 8% 2%;
}

.prod_related {
    background: rgb(170 126 169 / 10%);
    padding: 70px 15px 120px;
}

.lastPage {
    background: #b793b6;
    transition: all 0.3s ease-in-out;
}

.lastPage:hover {
    background: #aa7ea9;
    color: #fff;
}


@media screen and (max-width: 1400px) {
    .product_page .products-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .products-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    ul.products-list.clearfix {
        grid-gap: 15px;
    }

    .product_page .products-list {
        width: calc(100% - 0%);
    }

    .product_page .products-list .item {
        width: 100%;
    }

    .product_info_page ul.product-layer-two {
        display: none;
    }

    .products-list .pic {
        height: auto;
    }

    .product_page .products-list,
    .product-wrapper {
        width: auto;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form {
    margin-top: 0px;
}

.animated-arrow {
    background: #ae1615;
}

.contact_content .contact_form:before {
    content: "感謝您拜訪東研精密有限公司，如果您有任何疑問或意見，歡迎填寫下列表單，我們將會用最快的速度與您聯絡!";
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0;
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*購物車-付款方式流程*/
.arrow {
    top: 42%;
    left: 80%;
    padding: 10px;
    fill: #aa7ea9;
}

.separate_title {
    background: #eee url(https://pic03.eapple.com.tw/jingtsa/separateTitle.png) left center no-repeat;
}

.send_simple {
    background: #af1500 url(../images/simple_right.png) 88% center no-repeat;
}

.rewrite_simple {
    background: #a2a2a2 url(../images/simple_left.png) 10% center no-repeat;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */