@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/

.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*按鈕*/
.animated-arrow {
    background: #e9fb01;
    color: #000;
    letter-spacing: 2px;
    border-radius: 10px;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    width: 250px;}

/*頁數按鈕*/
ul.page {color: #ffffff;}
.page li a {
    width: 35px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border: 1px #fff solid;}
.page strong, .page a:hover {
    background: #e9fb01;
    color: #000000;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.header_area {
    position: fixed;
    width: 100%;}
.header_area .main_header_area {background: linear-gradient(180deg, black, transparent);}
.header_area.sticky .main_header_area {background: #000;}
.main_header_area {background: #000000;}
.main_header_area .container {   max-width: 1400px;}
.me_tp_features {    display: none;}
.header_area .navigation { padding: 0;}
.header_area.sticky .navigation {padding: 0 0 0 300px;}
/*LOGO*/
.header_area .nav-header {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 35px 0 10px;
    transition: 0.5s all;}
.header_area.sticky .nav-header {
    position: absolute;
    padding: 15px 0;
    left: 0;
    transform: unset;
    transition: 0.5s all;}
.header_area .nav-header a::before {
    content: '';
    display: block;
    background: url(https://pic03.eapple.com.tw/twitennis/logo-02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 310px;
    height: 170px;
    transition: 0.3s all;}
.header_area.sticky .nav-header a::before {
    content: '';
    display: block;
    background: url(https://pic03.eapple.com.tw/twitennis/logo-09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 50px;
    transition: 0.3s all;}
.nav-brand { width: 100%;}
.nav-brand img { display: none;}

/*選單*/
.header_area .stellarnav ul {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    float: none;
    transition: 0.5s all;}
.header_area.sticky .stellarnav ul {text-align: right;}
.header_area .stellarnav > ul > li:not(.tp_links) {width: calc(calc(100% - 200px) / 6);text-align: center; transition: 0.5s all;}
.header_area.sticky .stellarnav > ul > li:not(.tp_links) {width:unset;transition: 0.5s all;}
/*隱藏按鈕1-2顆*/
.stellarnav > ul > li:nth-of-type(1), .stellarnav > ul > li:nth-of-type(2) {display: none;}
.stellarnav > ul > li > a {
    padding: 40px 20px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
    height: 0;
    margin: 0;
    filter: drop-shadow(0px 0px 5px #000);}
.stellarnav > ul > li:hover > a {    
    color: #E9FB01; 
    transition: 0.2s all;}
.stellarnav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    width: 60%;
    height: 1.5px;
    background: #E9FB01;
    transform: translate(-50%, -50%);
    bottom: 0%;
    left: 0%;
    opacity: 0;
    transition: 0.2s all;}
.stellarnav > ul > li:hover > a:before {
    left: 50%;
    opacity: 1;
    transition: 0.2s all;}

/*下拉*/
.stellarnav li.has-sub > a:after {display: none;}
.stellarnav > ul > li.drop-left > ul {    right: unset;}
/*下拉選單*/
.stellarnav li li {display: none;}

@media screen and (max-width: 1440px) {
.header_area .nav-header {padding: 20px 0 0px;z-index: 55;}
.header_area .nav-header a::before {width: 250px; height: 140px;}
}
@media screen and (max-width: 1180px) {
.pageIndex .header_area .main_header_area {    background: #000000;}
.pageIndex .header_area.sticky{ position: fixed;}
.header_area .stellarnav > ul > li:not(.tp_links) {width: calc(100% / 6 - 30px);}
.header_area .stellarnav > ul > li > a {padding: 40px 0px;}
.header_area.sticky .stellarnav > ul > li > a {padding: 40px 10px;}
.navigation {    padding: 0;}
.nav-header {    padding-top: 20px;}
.pageIndex .header_area {    position: relative;}
}

@media screen and (max-width: 1024px) {
.header_area.sticky .navigation {padding: 0;}
.header_area.sticky .stellarnav ul {text-align: center;}
.header_area.sticky .stellarnav > ul > li:not(.tp_links) {width: calc(100% / 7 - 10px);}
.header_area.sticky .stellarnav > ul > li > a {padding: 25px 0px;margin-top: 80px;}
.header_area.sticky .nav-header {transform: translateX(-50%);left: 50%;}
}

@media screen and (max-width: 768px) {
.header_area.sticky .nav-header {display: none;}
.header_area .nav-header a::before { width: 200px;height: 115px;}
.header_area .stellarnav > ul > li:not(.tp_links){    width: 100%;    text-align: left;}
.stellarnav li.has-sub > a:after  {    display: block;}
.stellarnav li li a {    width: calc(100% - 45px);}
.nav-header {    display: inherit;    position: static;    left: 0;    transform: none;    margin: 0 auto;}
.stellarnav.mobile {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0 15px;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;}
.stellarnav .menu-toggle span.bars span {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 auto 6px;}
.stellarnav .menu-toggle:after {
    font-size: 13px;
    color: #fff;
    transform: unset;
    letter-spacing: 1px;}
.stellarnav.mobile.left > ul {background: #000;padding: 0;}
.stellarnav.mobile > ul > li > a, .header_area.sticky .stellarnav > ul > li > a {padding: 18px 40px;color: #fff;}
.stellarnav > ul > li > a:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 10px;top: 6px;}
.stellarnav.mobile li.open {background: #343434;padding: 0;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #fff;}
.stellarnav li li {border: unset;}
.stellarnav .icon-close {    margin-right: 6px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { 
    color: #fff;
    letter-spacing: 2px; 
    background: unset;
    border-bottom: 1px #ddd solid;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
}
@media screen and (max-width: 400px) {
.header_area .nav-header a::before {width: 160px;height: 90px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*大圖*/
.bannerindex {background: #000;}
.swiper-container-fade .swiper-slide:nth-child(1):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/twitennis/大圖-03.svg);
    width: 1130px;
    height: 525px;
    top: 65%;
    left: 50%;
    max-width: 55vw;
    max-height: 25vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    filter: drop-shadow(3px 3px 10px #000);
}
.swiper-container-fade .swiper-slide:nth-child(2):before {
    content: "";
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/twitennis/大圖-04.svg);
    width: 1120px;
    height: 275px;
    top: 75%;
    left: 67%;
    max-width: 55vw;
    max-height: 25vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    filter: drop-shadow(3px 3px 10px #000);
}
#content_main { margin:0;background: #000;}
#content { background: #000; min-height: 145vh;}

/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/twitennis/banner-bg-05.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 515px 0 365px;}
.banner h5 {
    position: relative;
    color: #E9FB01;
    letter-spacing: 2px;
    font-style: italic; 
    font-size: 50px;
    text-shadow: 0 0 10px #000000;}
.banner h5:before {
    content: '';
    display: block;
    position: absolute;
    color: #fff;
    font-style: italic;
    font-size: 155px;
    font-weight: 800;
    transform: translate(-50%, -100%);
    top: 50%;
    left: 50%;}
.banner.banC h5:before {content: 'Consult';}
.banner.banF h5:before {content: 'Goodies';}
.banner.banblog h5:before {content: 'News';}
.services_page .banner.banB {display: none;}
.other_page .banner {display: none;}

@media screen and (max-width: 1024px) {
.banner {padding: 400px 0 100px;}
.banner h5 {font-size: 35px;}
.banner h5:before {font-size: 120px;}
}
@media screen and (max-width: 768px) {
.banner {padding: 300px 0 100px;}
}
@media screen and (max-width: 600px) {
.banner h5 {font-size: 28px;}
.banner h5:before {font-size: 90px;}
.swiper-pagination {bottom: 0px;margin-left: -20px;}
}
@media screen and (max-width: 400px) {
.banner {padding: 200px 0 50px;}
.banner h5:before {font-size: 65px;top: 30%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer {background: #000000;padding: 0;}
.footer_logo, .footer_info ul {display: none;}
.double_key {padding: 5px; width: 100%;}
.copy {
    background: #1b1b1b;
    margin-top: 0;
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: 1px;
    border-top: unset;}
.copy a {color: #999;}
.total_view {display: none;}

@media screen and (max-width: 910px) {
}

@media screen and (max-width: 768px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁文章*/
.module_i_news .title_i_box {
    text-align: left;
    width: 95%;
    display: block;
    margin: 0 auto;}
.module_i_news .title_i_box h4 {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    font-style: italic;}
.module_i_news .title_i_box h4:before {
    content: '網球中心';
    display: inline-block;}
.module_i_news ul {
    max-width: 95%;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 10px;}
.module_i_news li {
	width: calc(25% - 10px);
	position: relative;
	}
.module_i_news li a {
    display: flex;
    justify-content: center;
    align-items: center;}
.module_i_news li a:before {
    transform: translate(-50%, -50%);
    bottom: unset;
    right: unset;
    top: 50%;
    left: 50%;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    color: #000;
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;}
.module_i_news li a:after {
    background: rgb(0 0 0 / 80%);
    border: unset;}
.i_blog_le {
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;}
.i_blog_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;}
.i_blog_ri {display: none;}

.i_blog_b a:hover {transform: scale(0.9);}
.i_blog_b a:hover i.fa-solid.fa-arrow-right {margin: 0 10px;}
@media screen and (max-width: 1024px) {
.module_i_news li a:before {font-size: 18px;padding: 15px 10px;min-width: 150px;}
}

@media screen and (max-width: 768px) {
.module_i_news li {    width: calc(50% - 10px);    border-bottom: unset;}
.i_blog_b a {margin-top: 0;}

}

@media screen and (max-width: 480px) {
.module_i_news .title_i_box {text-align: center;}
.module_i_news .title_i_box h4 {font-size: 25px;}
.module_i_news li {width: 100%;}
}

/*文章設定*/
/*(新)文章分類*/
/*文章管理*/
.blog_page .main_part{max-width: 1400px;}
.blog_le {display: none;}
.blog_ri {width: 100%;}
/*大分類*/
h5.blog_le_t {color: #fff;}
.accordion li .link a {color: #fff;}
.blog_subbox{display: flex;flex-wrap: wrap;}
.subbox_item{
    width: 100%;
    padding: 0 0 50px;
    margin: 50px 0 0;
    border-bottom: 0.1em solid #e9fb01;}
.subbox_item a { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative; 
    overflow: hidden;}
.subbox_item a:after{display: none;}
.subbox_item a:before {
    text-align: center;
    position: absolute;
    transform: translate(-50%,0%);
    left: 75%;
    right: 0px;
    bottom: 0;
    letter-spacing: 1px;
    opacity: 1;
    display: flex;
    color: #000000;
    background: #ffffff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    width: 50%;
    height: 15%;
    padding: 0;
    justify-content: center;
    align-items: center;}
.subbox_item a:hover:before {letter-spacing: 3px;}

.blog_list_le{width: 50%;padding: 0;padding-bottom: 28%;height: 0;overflow: hidden;position: relative;}
.blog_list_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;}
.subbox_item a:hover .blog_list_le img {transform: translate(-50% , -50%) scale(1.1); transition: 0.5s ease-in-out;}
.blog_list_ri {
    width: 50%;
    background: #ffffff00;
    padding: 0px 20px;}
.blog_list_ri h5{
    font-size: 25px;
    font-weight: bold;
    -webkit-line-clamp: 2;
    color: #e9fb01 !important;}
.blog_list_ri em {color: #e2e2e2 !important; margin: 15px 0;}
.blog_list_ri p{line-height: 160%;font-size: 14px;color: #ccc;letter-spacing: 1px;}
.blog_box_edit {    color: #fff;}
.blog_box_edit p {    color: #fff !important;}
.blog_box_edit p iframe {max-width: 100%;}
.blog_page h4.blog_category_title {display: none;}
.blog_in_page h4.blog_category_title{    
    color: #fb9001;
    letter-spacing: 1px;
    font-size: 35px;}
/*文章內頁按鈕*/
.blog_back a.article_btn_back {    background: #ffffff;color: #000000;}
.blog_back a.article_btn_back:hover {    background: #e9fb01; color: #000000;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  {    background: #e9fb01; color: #000;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover  {background: #ffffff;color: #000000;}

@media screen and (max-width: 768px){
.subbox_item a {flex-direction: column;}
.blog_list_le {width: 100%;padding-bottom: 60%;}
.blog_list_ri {width: 100%;padding: 10px 0;}
.subbox_item {margin: 0 0 50px;}
.subbox_item a:before {left: 50%;width: 100%;height: 10%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page .main_part { max-width:1600px;}
.product_info_page .main_part { max-width:1300px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.product-layer-two {margin: 0;width: 18%;}
.product_page .products-list,
.product-wrapper { width: 80%; display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;color: #ffffff;}
.products-list .item {
    width: 33%;
    padding: 0 10px;
    margin: 0 0 50px;}
.products-list .name {font-size: 20px;font-weight: bold;text-align: center;-webkit-line-clamp: 1; height: 28px;color: #fff; margin-top: 10px;    margin-bottom: 10px;padding: 0 10px;}
.products-list .price {text-align: center;}
.products-list .price b {color: #e9fb01; margin: 10px 5px;}
.products-list .pic {padding-bottom: 100%; overflow: hidden;margin: 0px;}
.products-list .pic img {     
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    top: 50%;
    left: 50%;}
.products-list .more {
    line-height: 45px;
    border-radius: 5px;
    font-size: 17px;
    border: unset;
    background: #e9fb01;
    color: #000000;}
.products-list .item a:hover .more {
    letter-spacing: unset;
    transform: scale(0.95);
    background: #e9fb01;
    border-color: #e9fb01;
    color: #000000;}

.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { 
    display: block; 
    padding: 10px 0 10px 40px;
    background: unset;
    border: unset;
    margin: 0;
    transition:all ease .3s;}
.product-layer-two li li a{ padding:0;background: unset;color: #d4d4d4;font-weight: bold;}
.product-layer-two > li { width:100%; max-width:100%;padding: 10px;margin: 0; text-align:left; border-bottom:1px dotted #e9fb01;}
.product-layer-two li.active a {border: unset;color: #e9fb01;}
.product-layer-two li.active li a {border: unset;color:#e9fb01;}
.product-layer-two li a { padding: 10px 16px 0px; border: unset;font-weight: bolder; color: #ffffff;background: unset;transition: all 0.3s;font-size: 20px; letter-spacing: 1px;}
.product-layer-two li a:hover {transform: translateX(5px);   transition: all 0.3s;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/twitennis/shop-icon-06.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%,-50%);
    left: -10%;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
    clip-path: unset;}


.product_info_page .products-list,
.product-wrapper { width: 100%;padding:0;}
.product_main {width: 75%;padding: 0;}
.mobile_product_name {display: none;}
.sidebarBtn {
    width: 25%;
    border: 5px #e9fb01 solid;
    background: unset;
    border-radius: 10px;}
.sidebarBtn h2 {
    color: #fff;
    font-size: 25px;}
.sidebarBtn .price {
    color: #b2b2b2;
    border-bottom: 3px solid #e9fb01;}
.sidebarBtn .price span { font-size: 18px;color: #e9fb01;}
.product_info li span, .product_info li .txt_box {
    width: 100%;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;}
.amountNum {
    width: 100%;
    height: 35px;
    border-radius: 5px;
    border: unset;
    margin-left: 0;
    color: #000000;
    padding-left: 0;
    text-align: center;}
.inquiry_a3 {
    background: #e9fb01;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;}
.inquiry_a3:hover {background: #fff;}
.toShare a object {background: #fff; border-radius: 5px;}
.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.product_pic .bx-wrapper .bx-viewport {
    left: 0;
    border: unset;
    background: unset;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic {padding-left:0;}
.product_pic #bx-pager h6 {display: none;}
.product_pic #bx-pager {
    display: flex;
    color: #e9fb01;
    padding: 0;
    width: 100%;
    height: 135px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;}
.product_pic #bx-pager a {
    position: relative;
    width: calc(100%/6);
    height: 120px;
    margin: 0 10px;
    border: unset;}
.product_pic #bx-pager a img {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;}
.bx-wrapper img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;}
ul.prod li .prod-panel, ul.prod li .prod-panel a {    color: #fff;    line-height: 165%;} /*適用黑底*/
ul.prod li:nth-child(2) {display: none;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #e9fb01;
    color: #000000;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}
/*購物車所有按鈕*/
.inquiry_a1 {background: #e9fb01;color: #000000;}
.inquiry_a2 {background: rgb(0, 0, 0);color: #ffffff;}
.lastaction {
    color: #fff;
    background-color: #000;}
.nextaction {    background-color: #000;}
.lastPage {    background: #000;}

/*資訊/Q&A*/
ul.prod li h3.prod-thumb {
    font-size: 22px;
    padding: 15px 5px;
    border-radius: 5px;
    background: #828282;
    color: #000;
    margin-top: 15px;}
.qaform .breakF {
    border: 1px #bbb solid;
    background: unset;}

/*相關推薦*/
.prod_related {background: #131313; padding: 45px 15px 5px;}
.prod_related h6 span:before {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1px;}
.lastPage {
    width: 150px;
    border-radius: 5px;
    background: #e9fb01;
    color: #000;
    font-size: 20px;
    font-weight: bold;}
.related_list {max-width: 100%;}
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}
.related_list li a p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin: 10px 0;}
.related_list li a img {
    height: 38vh;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;}

@media screen and (max-width: 1400px) {
.related_list li a img {height: 30vh;}
}
@media screen and (max-width: 1200px) {
.product_info_page .show_content {padding: 0;}
.product_info_page .products-list, .product-wrapper {flex-direction: column;}
.product_main {width: 80%;margin: 0 auto;margin-bottom: 30px;}
.sidebarBtn {margin: 0 auto;width: 65%;}
.related_list li a img {height: 25vh;}
}
@media screen and (max-width: 1024px) {
.products-list .item {width: 50%;}
.product_pic #bx-pager a {height: unset;}
.related_list li {width: 45%;}
.related_list li a img {height: unset;}
}
@media screen and (max-width: 768px) {
.product_page .products-list, .product-wrapper {width: 95%;}
.product_page .show_content, .product_info_page .show_content {justify-content: center;}
.products-list .item {width: 100%;}
.product_pic #bx-pager {height: 65px;}
.product_main, .sidebarBtn {width: 95%;}
.prod_info_clearfix {margin: 15px auto;}
}
@media screen and (max-width: 600px) {
.product_main, .sidebarBtn {width: 95%;margin-bottom: 15px;}
.product_pic #bx-pager {height: 100px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .main_part {
    max-width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;}
.contact_editbox { width: 60%;padding: 0;}
.contact_content {width: 40%; padding: 0 0 0 50px;}
.contact_content .information_left {display: none;}
.contact_content .information_right { width: 100%;padding-left: 0;}
.blank_letter {display: flex; align-items: flex-end; letter-spacing: 1px;color: #ffffff;}
.red {color: #e9fb01;}
.list_before.info li, .list_before.info li::before {    letter-spacing: 1px;}
.list_before.info li {padding-left: 40px;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 20px;}
.contact_form li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: column;}
.contact_form li .form__label {
    color: #fff;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border: unset; border-radius: 5px;}
.noborder { padding: 10px 10px;background: #a2a2a2;border: unset;}
.form select {    width: 100%;    padding: 10px 5px;border: 1px #ddd solid;margin-right: 0; margin-bottom: 0;    color: #a4a4a4;}
.form select option {    color: #3d3d3d;}
.captcha {    width: 100%;}
input[type="checkbox"], input[type="radio"] {     margin: 0 5px 0 10px;}
.contact_form li.last { 
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-start;}
.contact_form li.last blockquote {
    border: 1px #E9FB01 solid;
    color: #E9FB01;
    margin-right: 20px;
    width: 50%;}
.contact_form li.last cite {
    background: #e9fb01;
    color: #000000;
    border: 1px #e9fb01 solid;
    width: 50%;}
#bottom_menu {display: none;}

@media screen and (max-width: 1120px) {
.contact_page .main_part {max-width: 100%;flex-direction: column;padding: 50px 20px 0;}
.contact_editbox {width: 100%;}
.contact_content {width: 100%;padding: 0;}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 548px) {

}

@media screen and (max-width: 375px) {
.contact_form li .form__insert {flex-wrap: wrap;}
input[type="checkbox"], input[type="radio"] {    margin: 0 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block;}
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}



