@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {

    /* 首頁 */
    .i_popular ul:before,
    .i_popular ul:after {
        width: 100%;
        height: 100px;
    }

    .i_popular ul:before {
        top: -50px;
    }

    .i_popular ul:after {
        bottom: -100px;
    }

    /* 產品介紹 */
    .proIntro_ban {
        height: 50vw;
        background-size: cover;
    }
}

@media screen and (max-width: 1180px) {
    
    /* 產品 details */
    .pdinfo .tabgroup {
        width: 100%;
        padding: 0;
    }

    .pdinfo .tabs {
        width: 100%;
        padding-top: 15px;
        flex-direction: row;
    }

    .pdinfo .tabs li {
        width: 24.25%;
    }

    .pdinfo .tabs li+li{
        margin-left: 1%;}

    .pdinfo .tabs li+li a{
        margin-top: 0;
    }
}
@media screen and (max-width: 1180px) {
/*footer*/
.footer_logo{
    max-width: 305px;
}
.footer_logo article{
    padding-top: 30px;
}
/*文章*/
.subbox_item{
    width: 45%;
}
}
@media screen and (max-width: 1155px) {
/* TOP */
.nav-menu>li>.nav-dropdown::before{
    display: none;
}
.navigation-portrait, .tp_header.sticky .navigation-portrait {
    padding-right: 80px;
}
}
@media screen and (max-width: 1060px) {
    /* 產品 buy */

    .cart_pay li{
        padding: 10px 20px;
    }

    .cart_pay div {
        width: 120px;
    }

    .cart_pay dl{
        width: calc(100% - 120px);
    }

}
@media screen and (max-width: 1024px) {

    /*首頁最新消息*/
    .i_article{min-height: auto;background-size: cover;}
    .tab{display: flex;align-items: center;justify-content: space-between;max-width: 100%;width: 100%;}
    .tab button:nth-of-type(n){margin: 10px;}
    .tabcontent{width: 100%;max-width: 100%;}
    div#renews{width: 100%;}
    .tabcontent li h6{width: calc(100% - 90px);max-width: initial;}
    .i_articleList{margin-top: 100px;}

    /* 最新消息 */

    .other_news li {
        padding: 0 10px;
    }

    .other_news a {
        padding: 20px;
    }

    /* 產品 cart */
    .box_cart_step {
        margin: 10px auto;
    }

    .cart_list_item td:nth-child(2) {
        display: none;
    }

    .cart_list_item h6 {
        margin-bottom: 5px;
    }

    .cart_list_item em {
        display: block;
        text-align: left;
        padding: 3px 0;
    }

    .cart_list_item em:before {
        content: attr(data-str);
        font-size: 15px;
        color: #000;
    }

    /* 購物流程 */

    /*文章*/
    .subbox_item a{
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {

    /* 共用內頁 */

    /* 首頁 */
    .i_prodc li {
        max-width: calc(33% - 20px);
        margin: 10px;
    }

    /* 產品介紹 */
    .proIntro_ban {
        height: 60vw;
        background-position: right -60vw top;
    }

    .ProIntro_paper .paper_body {
        width: 580px;
    }

    .ProIntro_content>li>dl {
        width: 100%;
        margin-bottom: 30px;
    }

    .ProIntro_content>li>article{
        width: 100%;
        max-width: 100%;
    }

    .ProCatoImg {
        margin-top: 30px;
        padding-top: 100%;
        max-width: 100%;
    }

    .proIntro_info p.pdComingSoon{
        min-height: unset;
        padding: 30px 0;
    }

    /* 產品 index */
    .pd_le{
        display: none;
    }

    .pd_ri {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 885px) {
.footer section,.footer_logo{justify-content: center;}
.footer_logo{padding-bottom: 30px;}
.footer_logo article{text-align: center;}
.footerContent{max-width: 100%;}
.footerIcon{margin: 0 auto;}
.footerMenu{max-width: 530px;margin: 0 auto;}
}
@media screen and (max-width: 768px) {

    /* 上方 */
    .page_index .tp_header, 
    .tp_header {
        position: relative;
    }

    .navigation {
        padding: 7px 80px 7px 7px;
    }

    .tp_me_shadow#rwd_hide_header {
        height: auto !important;
        padding: 7px !important;
    }

    /* .me_tp_features {
        width: calc(100% - 360px);
    } */

    .box_search {
        height: 25px;
    }

    .box_search input {
        height: 25px !important;
    }

    .box_search input[type=text] {
        width: 140px;
        padding-left: 30px;
        font-size: 12px;
    }

    .shop_search_btn[value], .shop_search_txt[value] {
        font-size: 12px;
    }

    /* 頁尾 */
    .footer section {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .footerContent {
        justify-content: center;
    }

    .footerIcon {
        margin-top: 0;
    }


    /* 首頁 */
    .tabcontent{
        height: auto;
    }

    .i_popular blockquote a {
        width: auto;
        padding: 4px 10px;
        margin: 0 2px 7px 0;
        border-radius: 4px;
        border-color: #666;
    }

    .i_flex_item {
        margin: 25px 2% 0;
    }

    .i_prodc {
        background-size: auto 60vw, auto 50vw;
        background-position: top right, bottom center;
    }



    .nav-menus-wrapper {
        text-align: center;
    }

    /* 首頁文章 */
    .i_article {
        padding: 80px 20px;
        background-size: cover;
    }

    .i_article::before{top: -800px;}

    .i_articleList{margin-top: 80px;padding: 30px 20px;}

    .i_articleList .tab {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .tab button {
        max-width: 32%;
    }

    .tab button+button {
        margin-top: 0;
    }

    .tabcontent {
        max-width: 100%;
        padding: 0;
    }

    .tabcontent li h6 {
        width: 600px;
    }


    /* 共用內頁 */


    /* 關於我們 */
    

    /* 退換貨須知 */
    .return_body blockquote h3 {
        padding: 40px 0;
    }

    /* 最新消息 */
    .news_mainPart{
        padding: 60px 20px 80px;
    }
    .news_banner {
        padding: 80px 0;
    }
    .news_banner::before{
        top: -800px;
    }

    .other_news li {
        width: 50%;
        margin: 10px 0;
    }

    /* 產品 index */
    .pd_i_lists li {
        width: 48%;
    }

    /* 產品 details*/
    .prod_info_show{
        justify-content: center;
    }
    .pdinfo .tabgroup, 
    .prod_info_show .box_le{
        width: 580px;
        max-width: 100%;
    }

    .prod_info_show .box_ri{
        margin-top: 40px;
        width: auto;
        max-width: 100%;
    }

    .tab_menu_c button.tab_menu_btn{
        font-size: 18px;
        letter-spacing: 0;
    }

    .pdinfo .tabs {
        position: static;
        width: 100%;
        padding-top: 15px;
    }

    .pdinfo .tabgroup {
        text-align: center;
    }

    .pdinfo .tabs {
        text-align: center;
    }

    .click_buy a {
        min-width: 49%;
    }

    .pd_related_lists li{
        max-width: calc(50% - 20px);
    }

    /* 產品 cart */
    .cart_list_item .cart_list_head td {
        display: none;
    }

    .cart_list_item .cart_list_head td:first-child {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .cart_list_item tr {
        display: block;
        position: relative;
        border-bottom: 4px #dedede solid;
    }

    .cart_list_item td {
        display: block;
        width: 100% !important;
        padding-left: 175px;
        text-align: left;
    }

    .cart_list_item td:last-child.cart_cut {
        width: 40px !important;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 10px;
        background: #FFFFFF;
        text-align: right;
        border: none;
        z-index: 90;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .cart_list_item td:last-child.priceCalc{
        border-bottom: 0;
    }

    .cart_list_item li{
        padding-left: 0;
    }

    .cart_list_item li:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        height: 100%;
        width: 163px;
    }

    .cart_list_item img {
        max-width: 100%;
    }

    .cart_list_item p:before {
        content: attr(data-str);
        font-size: 15px;
        color: #000;
    }

    /* 產品 buy */
    .cart_pay li {
        padding: 10px;
    }

    .cart_form li .box_le {
        padding: 7px;
        width: 150px;
    }

    .cart_form li .box_ri {
        padding: 7px;
        width: calc(100% - 160px);
    }

    .cart_pay input[type="radio"]+label {
        font-size: 15px;
    }


    .cart_ps {
        padding: 10px;
    }

    .cart_pay dd p{
        width: 100%;
        margin: 5px 0;
    }

    /* 文章分享 */
    .blog_le, .blog_ri {
        width: 100%;
        max-width: 100%;
    }
    .blog_le{
        margin: 20px 0;
    }
    .blog_le .accordion {
        display: none;
    }

    /* 會員 */
    .mem_tabs a {
        padding: 15px;
    }
    
    .memInfo_tab a{
        max-width: 30%;
        margin: 0 1% -1px;
    }

    /* 聯絡我們 */
    
}

@media screen and (max-width: 640px) {
    .tp_header #logo {
        /* width: 25vw; */
    }

    .tp_header.sticky #logo {
        width: 30vw;
    }

    /* .me_tp_features {
        width: calc(100% - 250px);
    } */


    /* 共用麵包屑 */
    .path {
        margin: 0 auto;
        padding: 15px 0;
        width: 100%;
        justify-content: flex-start;
    }

    /* 產品 index */
    .pd_i_box{
        padding: 0;
    }
    h3.pd_i_category_name {
        width: 100%;
        margin-top: 20px;
    }

    .pd_i_lists {
        margin: 0 auto;
        justify-content: space-between;
    }

    .pd_i_lists li {
        width: 48%;
        margin: 0 0 20px;
    }

    /* 產品 datails */

    .pd_related_lists li {
        width: 49%;
    }

    /* 產品 cart */
    .cart_list_item .cart_list_head td:last-child{
        display: none;
    }

    /* 文章分享 */
    /* .subbox_item {
        width: 50%;
    } */

    /* 會員 */
    .mem_tabs a {
        width: 140px;
        max-width: 45%;
        font-size: 15px;
        height: 60px;
        margin: 0 10px -1px;
    }
    
    .memInfo_tab a{
        max-width: calc(33.333% - 20px);
    }

    .mem_login_link{
        max-width: 400px;
        width: 100%;
    }

    .mem_login_link a{
        width: 45%;
    }


    /* 會員歷史訂單 */
    .box_column_history li.q {
        justify-content: space-between;
    }

    .box_column_history li.q span{
        width: calc(100% - 25px);
    }

    .box_column_history li.q i {
        margin-left: 30px;
    }

    .history_pd_info tr:nth-child(2n) {
        background: #f0f0f0;
    }

    .history_pd_info td {
        padding: 5px;
        line-height: 150%;
    }

    .history_pd_info th:first-child~th, .history_pd_info td:first-child~td{
        width: 50px;
    }
}
@media screen and (max-width: 600px) {
/*首頁最新消息*/
.i_article{padding: 50px 20px;}

.i_article::before,.news_banner::before{
    width: 700px;
    height: 300px;
    top: -135px;
    left: calc(50% - 350px);
}

.i_articleList{margin-top: 50px;}

/* 最新消息 */
.news_banner {
    padding: 50px 0;
}
.news_banner::before{
    /* width: 700px;
    height: 300px;
    top: -135px;
    left: calc(50% - 350px); */
}
.news_mainPart{
    padding: 50px 20px;
}
.other_news{
    margin: 0 auto;
}

/*會員*/
.mem_login_link{margin: 30px auto 0;}
form.style1{
    padding: 0 0 30px;
}
}
@media screen and (max-width: 570px) {
    .tp_header #logo {
        width: 150px;
        padding: 10px 0;
    }

    .me_tp_features {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box_search {
        width: 140px;
    }

    .me_tp_features a {
        margin: 10px 2px;
    }

    .navigation-portrait, .tp_header.sticky .navigation-portrait {
        padding: 5px 10px;
        flex-flow: wrap;
        justify-content: center;
    }
    .navigation-portrait .nav-toggle{
        top: 10px;
        transform: initial;
    }

    /* 關於我們 */
    .About_paper {
        letter-spacing: .05em;
    }

    .about01 dd h6 {
        font-size: 24px;
        letter-spacing: .05em;
    }

    .about01 li {
        max-width: 100%;
    }


    /* 聯絡我們 */
    .box_cont_top01 td {
        display: block;
        width: 100% !important;
        padding: 7px !important;
        text-align: left !important;
    }

    .box_cont_top01 table.bcl_f_check td {
        display: table-cell !important;
        width: auto !important;
    }

    /* 退換貨須知 */
    .return_body blockquote {
        letter-spacing: 0;
    }

    .return_body blockquote+blockquote {
        margin-top: 40px;
    }

    .paper_return_bodybody ol {
        padding-left: 35px;
    }

    .return_body li::marker {
        font-size: 20px;
        letter-spacing: 0;
    }

    .note165 article, .note165 a {
        justify-content: center;
        text-align: center;
        font-size: 18px;
    }

    .note165 a {
        background: #fbd283;
    }

    .note165 article::before {
        width: 30px;
        height: 30px;
        box-shadow: inset 0px 0px 0px 5px #FFFFFF;
    }

    .note165 article p {
        width: 100%;
        margin-top: 10px;
    }

    /* 購物流程 */

    /* 常見問題 */
    .faq li.qa_q{
        font-size: 16px;
        line-height: 120%;
        padding-left: 40px;
        padding-right: 25px;
    }

    .faq li.qa_q::after{
        right: 10px;
        width: 15px;
    }

    .qa_title01 h6+b{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .faq li.qa_a{padding: 15px 10px;}

    .faq li.qa_a::before{
        display: block;
        position: unset;
        justify-content: flex-start;
        text-align: left;
    }

    .qa_dec>*{
        width: 100%;
        margin-top: 10px;
    }



    /* 頁尾 */

    /* 最新消息 */
    .news_time{
        width: 100%;
    }

    .news_title h6 {
        width: 100%;
        margin-top: 5px;
    }

    .news_title h6 span {
        width: 100%;
        margin-top: 10px;
    }

    .news_class li {
        margin: 10px 5px;
        max-width: calc(50% - 10px);
    }

    .news_class li a {
        letter-spacing: 0;
    }

    .other_news li {
        width: 100%;
        padding: 0;
    }

    .other_news a>* {
        padding: 0;
    }

    .otherNewsTime::before {
        display: none;
    }

    /* 產品 cart */


    /* 產品 buy */

    .cart_pay li {
        border: none;
        border-bottom: 1px #ddd dashed;
        margin: 0;
    }

    .cart_list_item li{
        padding-left: 0;
    }

    .cart_form button.select_store_send {
        margin: 10px 0;
        width: 100%;
    }

    .product_cart h4 {
        margin-bottom: 0;
    }

    .price_ri {
        width: 100%;
    }

    .price_ri td {
        font-size: 14px;
        padding: 3px;
    }

    .price_ri td:nth-child(1) {
        width: 100px;
    }

    .price_ri td:nth-child(3) {
        width: 75px;
    }

    .cart_form li {
        padding: 10px;
        margin: 0;
        position: relative;
    }

    .cart_form li:before {
        content: '';
        background: #f3f3f3;
        width: 95px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .cart_form li .box_le {
        font-size: 15px;
        height: auto;
        width: 95px;
    }

    .cart_form li .box_ri {
        font-size: 15px;
        width: calc(100% - 105px);
        line-height: 150%;
        background: #fff;
        border: none;
        min-height: inherit;
    }

    /* 產品 finish */
    .cart_form li {
        padding: 0;
    }

    .cart_form p {
        font-size: 15px;
        display: block;
    }


    /* 文章分享 */
    .subbox_item {
        width: 300px;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .blog_subbox{
        justify-content: center;
    }

    /* 會員 login */
    .box_mem_login {
        margin: 0 auto;
    }

    .mem_login li {
        width: 100% !important;
        padding: 10px 0;
    }

    .mem_login h3{
        text-align: left;
    }

    /* 會員註冊 */

    .box_join li>div {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }

    .box_join li>div td {
        display: block;
        padding-bottom: 7px;
    }

    /* 重設密碼 */

    .box_mem_passwd td {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }

    /* 會員 匯款通知 */
    .remind_form td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 500px) {

    /* 首頁 */
    /* 首頁商品 */
    

    .i_prodc li {
        max-width: calc(50% - 10px);
        margin: 20px 5px;
    }


    /* 首頁文章 */
    .i_articleList{
        margin-top: 30px;
    }
    .i_articleList .tab{
        flex-flow: wrap;
    }
    .tab button:nth-of-type(n){
        margin: 5px 0;
        width: 49%;
        max-width: 100%;
    }
    .tab button {
        letter-spacing: .1em;
    }

    .tab button span {
        display: none;
    }

    .tabcontent li h6 {
        max-width: 100%;
        margin-top: 5px;
    }

    /* 關於我們 */
    .about01 dd h6 {
        font-size: 20px;
    }

    .about02 b {
        font-size: 22px;
    }

    .about02 br {
        display: inline;
    }

    /* 最新消息 */
    .other_news a {
        height: auto;
    }

    .otherNewsTime {
        margin-bottom: 10px;
    }

    .otherNewsTitle {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 140%;
    }

    .otherNewsTitle {
        -webkit-line-clamp: 1;
    }


    /* 產品介紹 */

    .proIntro_title h6 {
        font-size: 18px;
        letter-spacing: .1em;
    }

    .proIntro_title h5 {
        font-size: 32px;
        letter-spacing: 0;
    }
    
    .proIntro_info{
        font-size: 22px;
        letter-spacing: 0;
        line-height: 120%;
    }
    .proIntro_info li p{
        padding-left:24px;
    }
    /* .proIntro_info li p{
        padding-left:0;
    }

    .proIntro_info li p::before{
        position: relative;
        display: block;
    } */

    /* 配送方式 */
    .delivery_body dt{
        margin: 0 auto 40px;
    }
    .delivery_body dl ol{
        padding-left: 35px;
    }
    .delivery_body dl li::marker, .terms01>ol>li::marker, .terms02 ol li::marker{
        font-size: 18px;
    }

    /* 會員條款 */
    .terms01>ol, .terms02 ol{
        padding-left: 30px;
    }
    .terms01>ol>li, .terms02 ol li{
        position: relative;
    }
    .terms_all>h6 br{display: inline;}


    /* 產品 details*/

    .pd_promo_info li{
        padding-left: 18px;
    }

    .pd_info_proc li{
        letter-spacing: 0;
    }

    .pd_info_proc li dl{
        width: 100%;
        margin-top: 30px;
    }

    .pd_info_proc li dd p+p{
        margin-top: 10px;
    }

    .pd_info_deliv dl li{
        padding-left: 0;
    }

    .pd_related_lists{
        padding: 0px 5px;
    }

    .pd_related_lists li{
        margin: 10px 5px;
        max-width: calc(50% - 10px);
    }

    /* 產品 cart */
    .cart_list_item td:last-child.cart_cut{
        position: relative;
        text-align: center;
        width: 100% !important;
        height: 40px;
        padding: 10px;
        background: #FFFFFF;
    }
    
    /* 產品 buy */
    
    .cart_pay dd p:before{
        width: 100%;
    }

    /* 會員 login */
    .mem_login{
        width: 280px;
    }

    .mem_tabs{
        padding: 0;
        justify-content: space-between;
    }

    .mem_tabs a {
        margin: 0 0 -1px;
        height: auto;
        padding: 15px 5px;
        width: 49%;
        max-width: 49%;
    }

    .memInfo_tab a{
        max-width: calc(33.333% - 10px);
        margin: 0 0 -1px;
        height: auto;
    }

    .bcl_f_check a{
        margin: 0 10px;
    }

    .bcl_f_check input[type="text"]{
        margin-right: 10px;
    }


    /* 忘記密碼 */
    .forget_ps{
    }
    .forget_ps p{
        width: 280px;
        margin: 0 auto;
        display: block;
        padding-top: 25px;
        text-align: left;
        background-position: left top;
        padding-left: 0;
    }

    /* 會員歷史訂單 */
    .history_details{
        padding: 20px 20px 10px;
    }

    .history_returned{
        justify-content: center;
        margin-top: 20px;
        text-align: center;
    }

    .history_returned b{
        width: 100%;
        display: block;
    }

    .history_returned a{
        width: 140px;
        margin: 10px 5px;
        max-width: calc(50% - 10px);
    }
    .history_details dl{
        align-items: flex-start;
        align-content: flex-start;
    }

    .history_details dd.yp_flex p{
        width: 100%;
    }

    .history_details dd.yp_flex p+p{
        margin: 0;
    }

    /* 會員 匯款通知 */
    .remind_form td{
        padding: 10px 0;
    }

    /* 聯絡我們 */
    .starNote {
        text-align: left;
        padding: 5px 0;
        font-size: 14px;
    }

    .box_cont_top01 dt {
        width: 90px;
    }

    .box_cont_top01 dd {
        width: calc((100% - 90px));
    }

    .text_area dd {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
.mem_login_link{max-width: 200px;}
.mem_login_link a{width: 100%;}
}
@media screen and (max-width: 375px) {
.footer_logo{justify-content: flex-start;}
.footer_logo article{text-align: left;}
.footerIcon{margin: 0;}
}
@media screen and (max-width: 350px) {
    /* 首頁商品 */

    .i_prodc ul {
        justify-content: space-between;
    }

    .i_prodc li {
        margin: 10px 0;
        max-width: 48%;
    }
    
    /* 產品介紹 */
    .proIntro_info{
        font-size: 19px;
    }

    /* 產品 index */
    .pd_i_lists{
        justify-content: center;
    }

    .pd_i_lists li {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .cart_list_item ul{
        display: block;
    }
    .cart_list_item td{padding: 5px 10px;}
    .cart_list_item li{
        width: 100%;
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .cart_list_item li:nth-child(1){
        position: unset;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .cart_list_item td, .cart_list_item h6, .cart_list_item em{
        text-align: center;
    }
    

    /* 會員歷史訂單 */
    .history_details dd{
        width: 100%;
    }
}