@charset "utf-8";


/*網站全域設定/＝＝＝＝＝*/
/*
    #E1D9D0 /*網站主要色系
    #E1CAC5 /*網站輔助色系1
    #f9f6f4; /*網站輔助色系2*/

/*反白顏色*/
::-moz-selection{  background-color: #BE9A42;  color: #fff;}
::selection{  background-color: #BE9A42;  color: #fff;}
:root {
    --MainColor: #E6C068;
    --SubColor:#C3A7A6;
    --SFont:"Noto Sans TC", sans-serif;
    --SFontT:"Noto Serif TC", serif;
    --SFontENT:"Great Vibes", cursive;
    --SFontEN:"Playfair Display", serif;
    --TitleColor:#BE9A42;
    --FontColor:#48433D;
    --f110:110px;
    --f54: 54px;
    --f48: 48px;
    --f42: 42px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
}


/*整體設定*/
.path{display: none;}
body {
    font-family: var(--SFont);
    color: var(--FontColor);
    font-weight: 300;
    letter-spacing: 1px;
}

.main_part {
    padding: 80px 20px;
    max-width: 1500px;
}


/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
    width: 10px; /*右側捲軸寬度*/
    height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
    background: #F4E8E4;
}
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
    background: #C3A7A6; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
    background: #BE9A42; 
}



/*
關於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;}
*/
.pageIndex .header_area {
    position: fixed;
    background: transparent;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.header_area, .header_area.sticky {
    background: url(https://pic03.eapple.com.tw/xinyuan/xy_hd.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    padding: 10px 0 0 0;
}

.navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_header_area .container {    max-width: 95%;}

/*.main_header_area {
    position: relative;
}
.main_header_area:before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid var(--MainColor);
    width: 0;
    transform: translate(-50%, 0%);
    transition: all .5s;
}
.sticky .main_header_area:before{width: 100%;}*/

.stellarnav ul {    text-align: center;}



/*上方選單右邊設定 臉書/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}
*/
.tp_links {    display: none;}

/*header購物車*/
.me_tp_features {
    position: absolute;
    right: 0;
}


/*浮動按鈕*/
.linksBtn {    display: none;}
a.info_fix_default.info_fix_mail {    display: none;}

.info_fix_links {
    display: block !important;
}
.info_fix_links a:hover {
    background: #e6c068;
    color: white;
    overflow: visible;
    transition: transform ease-in 0.1s, background-color ease-in 0.1s, box-shadow ease-in 0.25s;
}
.info_fix_links a {
    --btn-bg-color: #e6c068cc;
    position: relative;
    padding: 0.75rem 1.5rem;
    margin: 1rem;
    line-height: 1.5;
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    color: var(--TitleColor);
    text-decoration: none;
    background-color: #ffffffab;
    border: 1px solid var(--btn-bg-color);
    border-radius: 50px;
    box-shadow: 0 0.1px 0.7px #e6c06854, 0 0.1px 1.7px #e6c0684a, 0 0.3px 3.1px #e6c06830, 0 0.4px 5.6px #e6c0685c, 0 0.8px 10.4px #e6c0688a, 0 2px 25px #e6c068cc;
    outline: transparent;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    transition: 0.25s;
}

.info_fix_links a:before {
    position: absolute;
    content: "";
    left: -2.5em;
    right: -2.5em;
    top: -2.7em;
    bottom: -2.5em;
    transition: ease-in-out 0.5s;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%), radial-gradient(circle, var(--btn-bg-color) 20%, transparent 20%), radial-gradient(circle, transparent 20%, var(--btn-bg-color) 20%, transparent 30%);
    background-size: 18% 17%, 17% 12%, 11% 16%, 12% 14%, 13% 11%, 20% 20%, 11% 13%, 12% 10%, 11% 12%, 17% 10%, 15% 20%, 19% 18%, 13% 20%, 17% 11%, 13% 10%, 14% 17%;
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;
    z-index: -1;
}
.info_fix_links a:hover:before {
animation: bubbles ease-in-out 0.75s forwards;
}

@keyframes bubbles{
0% {
    background-position: 18% 40%, 20% 31%, 30% 30%, 40% 30%, 50% 30%, 57% 30%, 65% 30%, 80% 32%, 15% 60%, 83% 60%, 18% 70%, 25% 70%, 41% 70%, 50% 70%, 64% 70%, 80% 71%;
}
50% {
    background-position: 10% 44%, 0% 20%, 15% 5%, 30% 0%, 42% 0%, 62% -2%, 75% 0%, 95% -2%, 0% 80%, 95% 55%, 7% 100%, 24% 100%, 41% 100%, 55% 95%, 68% 96%, 95% 100%;
}
100% {
    background-position: 5% 44%, -5% 20%, 7% 5%, 23% 0%, 37% 0, 58% -2%, 80% 0%, 100% -2%, -5% 80%, 100% 55%, 2% 100%, 23% 100%, 42% 100%, 60% 95%, 70% 96%, 100% 100%;
    background-size: 0% 0%;
}
}

/*電腦LOGO
.nav-brand {}
*/
.nav-header {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* position: absolute; */
    max-width: 180px;
    transition: all .5s;
}
.sticky .nav-header {    max-width: 130px;}

/*手機LOGO
.nav-brand-m {}
*/


/*第一層*/
.stellarnav > ul > li {    position: relative;}
.stellarnav > ul > li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 37px;
    height: 37px;
    background: url(https://pic03.eapple.com.tw/xinyuan/star.svg) no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    animation: star2 2s linear infinite;
    -moz-animation: star2 2s linear infinite;
    -webkit-animation: star2 2s linear infinite;
    -o-animation: star2 2s linear infinite;
    animation: glow 5s infinite;
}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 1px 15px 5px;
    color: var(--FontColor);
    font-weight: 400;
}
.stellarnav > ul > li:hover > a{color: var(--MainColor);}

.stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 33px;
    height: 33px;
    background: url(https://pic03.eapple.com.tw/xinyuan/star2.svg) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    opacity: 0;
}

.stellarnav > ul > li:hover > a:before{
    opacity: 1;
    animation: star 2s linear infinite;
    -moz-animation: star 2s linear infinite;
    -webkit-animation: star 2s linear infinite;
    -o-animation: star 2s linear infinite
}

@keyframes star{
    0%{opacity: 1;transform: rotateY(365deg) scale(0.5);}
    50%{opacity: 0;transform: rotateY(182.5deg) scale(1);}
    100%{opacity: 1;transform: rotateY(365deg) scale(0.5);}
    }
@keyframes star2{
    0%{opacity: 1;transform: rotateY(365deg) scale(0.9);}
    50%{opacity: 0;transform: rotateY(182.5deg) scale(1.1);}
    100%{opacity: 1;transform: rotateY(365deg) scale(0.9);}
}
@keyframes glow {
    0% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.9;
    }
}

/*第一層下拉線條箭頭*/
.stellarnav li.has-sub>a:after {
    position: absolute;
    top: 41%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--FontColor) var(--FontColor) transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*第二層*/
.stellarnav ul ul {
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 7%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #ffffffb5;
    border-radius: 2px;
}
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: all 0.3s;
    color: var(--FontColor);
    font-weight: 400;
}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a {
    color: #fff;
    padding-left: 10px;
    background: var(--TitleColor);
}

/*下拉第二層箭頭*/
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 38%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent var(--MainCOlor) var(--MainCOlor) transparent;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */



/*聯絡我們*/
.contact_page div#content {    overflow: hidden;}
.contact_content {
    margin: auto;
    padding: 80px 10px;
    width: 90%;
}
.contact_content form {
    width: 100%;
    padding: 5% 6%;
    border: solid 1px #d4a243;
    position: relative;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.contact_content form:before {
    content: " ";
    background: url(https://pic03.eapple.com.tw/xinyuan/con_af.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -74px;
    width: 529px;
    height: 100%;
    left: -20%;
    z-index: -1;
    transform-origin: var(--origin);
    animation: sshake 8s ease-in-out 0s infinite normal;
}
@keyframes sshake {
    0% {
        transform: rotate(-4deg)
    }

    30% {
        transform: rotate(4deg)
    }

    50% {
        transform: rotate(-2deg)
    }

    80% {
        transform: rotate(4deg)
    }

    100% {
        transform: rotate(-4deg)
    }
}

.contact_content form:after {
    content: " ";
    background: url(https://pic03.eapple.com.tw/xinyuan/con_af02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 298px;
    width: 509px;
    height: 79%;
    right: -12%;
    z-index: -1;
}

.contact_content .information_left {    width: 30%;}
.contact_content .information_right {    width: 69%;}

li.info_MAIL {    display: none;}
.blank_letter {
    color: var(--FontColor);
    font-family: var(--SFontT);
    font-size: var(--f32);
    padding-top: 0;
}
.contact_form li.last blockquote, .contact_form li.last cite {
    color: var(--FontColor);
    border-radius: 30px;
    border-color: var(--MainColor);
}
.contact_form li.last cite {
    color: white; background: var(--MainColor); 
}


/* = = = 大圖-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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 .bannerindex .swiper-slide.swiper-slide:before, .pageIndex .bannerindex .swiper-slide.swiper-slide:after {
    content: ""; position: absolute;  z-index: 999; pointer-events: none;
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:before{
    background: url(https://pic03.eapple.com.tw/xinyuan/01cover-1ban01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    background-position: center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    z-index: 9999;
}
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide:after {
background: url(https://pic03.eapple.com.tw/xinyuan/01cover-1ban02.png);
background-size: contain;
background-repeat: no-repeat;
top: 0;
left:0;
width: 100%;
height: 100%;
background-position: center;
transform: scale(1);
}

.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:before {  
animation-name:  scroll;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}    
.pageIndex .bannerindex .swiper-slide:nth-child(1).swiper-slide-active:after {  
animation-name:  zoomIn ; 
-webkit-animation-duration: 2.5;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: 0.8s;
}

.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide:after {
    background: url(https://pic03.eapple.com.tw/xinyuan/01cover-2ban.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-position: center;
    transform: scale(1);
}
.pageIndex .bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {  
        animation-name:  zoomIn ; 
        -webkit-animation-duration: 2.5;
        animation-duration: 2.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-delay: 0.8s;
    }

/*
.bannerindex .swiper-slide:nth-child(2).swiper-slide:before {
background: url(https://pic03.eapple.com.tw/chuanghestudio/01cover-1ban1.png);
background-size: cover;
background-repeat: no-repeat;
top: 0;
left:0;
width: 100%;
height:100%;
background-position: center;
}

.bannerindex .swiper-slide:nth-child(2).swiper-slide:after {
background: url(https://pic03.eapple.com.tw/chuanghestudio/01cover-1ban2.png);
background-size: contain;
background-repeat: no-repeat;
top: 0;
left:0;
width: 100%;
height: 100%;
background-position: center;
}

.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:before {  
animation: zoomIn02 3s both;  animation-delay: 0.5s;
}    
.bannerindex .swiper-slide:nth-child(2).swiper-slide-active:after {  
-webkit-animation-name: fadeInLeft01;
animation-name: fadeInLeft01;
-webkit-animation-duration: 3.2s;
animation-duration: 3.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: 0.8s;
}
*/


@-webkit-keyframes fadeInLeft01 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}

@keyframes fadeInLeft01 {
0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}

@-webkit-keyframes scroll {
0% {
    transform: translateY(0px);
    opacity: 0;
}

50% {
    transform: translateY(15px);
    opacity: 1;
}

100% {
    transform: translateY(0px);
    opacity: 0;
}
}

@keyframes scroll {
0% {
    transform: translateY(0px);
    opacity: 0;
}

50% {
    transform: translateY(15px);
    opacity: 1;
}

100% {
    transform: translateY(0px);
    opacity:1;
}
}

@keyframes zoomIn02 {
0% {
    width: 0;
}

75% {
    width: 100%;
}
}

@-webkit-keyframes zoomIn {
from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

to {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
}

@keyframes zoomIn {
from {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/xinyuan/ban.jpg) no-repeat;
    background-position: center;
    padding: 301px 15% 71px;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    justify-content: flex-start;
    overflow: hidden;
}
.banner h5 {
    font-family: var(--SFont);
    font-weight: 400;
    letter-spacing: 3px;
    writing-mode: vertical-lr;
    font-size: var(--f18);
    line-height: 1;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 20%), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 25px rgba(0, 0, 0, 0.1);
    text-indent: 11px;
}
.banner h5:after {
    font-size: var(--f110);
    display: block;
    font-weight: 600;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    padding-left: 12px;
    content: "Xinyuan";
    font-family: var(--SFontEN);
    text-indent: -2px;
}
.banner.banC h5:after {content: "Contact Us";}
.banner.banblog h5:after {content: "News";}
.banner.banF h5:after {content: "Product";}
.banner.banE h5:after {content: "Work";}


.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}



/* = = = footer-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.footer {
    background: url(https://pic03.eapple.com.tw/xinyuan/xy_hd.jpg) no-repeat;
    padding-top: 60px;
}
.footer_info {
    grid-template-columns: 280px 1fr;
    grid-gap: 35px;
}
.footer_logo {    max-width: 200px;}

.footer_info ul {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}
.footer_info li:nth-child(1) {    padding-left: 0;}
.footer_info li p, .footer_info li p a {
    color: var(--FontColor);
    font-weight: 400;
}
p.mail, a.me_tp_mail {    display: none;}

.footer_info li:before, .box_link:before {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-style: normal;
    font-family: var(--SFontEN);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 1px;
    color: var(--MainColor);
}
.footer_info li:nth-child(1):before {    content: "INFORMATION";}
.footer_info li:nth-child(2):before {    content: "RELATED LINK";}

.footer_menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}
.footer_menu a {
    background: transparent;
    border: none;
    color: var(--FontColor);
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    transition: 0.5s;
}
.footer_menu a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    background: url(https://pic03.eapple.com.tw/xinyuan/star2.svg) no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: -1;
}
.footer_menu a:hover:before {    animation: glow 3s infinite;}

.footer_menu a:hover {
    background: transparent;
    color: var(--MainColor);
}

.footer_menu a:hover:before{}
.box_link {
    max-width: 270px;
    display: flex;
    flex-direction: row;
    left: 306px;
    top: 52%;
    justify-content: flex-start;
}
.box_link a {
    border: none;
    font-size: 16px;
    transition: all .5s;
    width: 30px;
}
.box_link a:hover {
    color: var(--MainColor);
}
.copy {    margin-top: 36px;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*促銷方案*/
.news_part {    padding: 60px 20px;}

/*
.news_part .title_i_box h4 {
    color: var(--TitleColor);
    font-weight: bold;
}
.news_part .title_i_box h4:before {
    content: "NEWS";
    display: block;
    font-family: var(--SFontEN);
}
.news_list ul li p {
    color: var(--FontColor);
}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*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:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.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;}

/*顏色*/
.products-list .more {
    border: 1px solid var(--TitleColor);
    color: var(--TitleColor);
}.products-list .item a:hover .more {    background: var(--TitleColor);}


/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.sidebarBtn {    border: none;}
.sidebarBtn h2 {    color: var(--FontColor);}
.pd_tabTitle li.activeTab::after{display: none;}

.product-layer-two li.active a {
    border: 1px solid var(--SubColor);
    background: var(--SubColor);
    color: white;
    font-weight: 400;
}

.product-layer-two li a {
    background: transparent;
    color: var(--FontColor);
}

/*按鈕顏色*/
.inquiry_a1{background: var(--SubColor);}
.inquiry_a2{background: var(--MainColor);}
.inquiry_a3{background: var(--TitleColor);}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: var(--TitleColor);}
.lastaction {    color: var(--TitleColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--TitleColor);}
.lastPage {    background: var(--TitleColor);}

/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{font-size: 24px;}


/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}

/*文章-相關推薦*/
.prod_related {
    background: #f3f3f3;
    padding: 80px 15px;
}
.prod_related h6 span:before {
    font-size: var(--f28);
    color: var(--FontColor);
    font-family: var(--SFontT);
}
.lastPage {    color: #fff;    background: var(--MainColor);}
.related_list li a{
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.related_list li a p {
    font-size: var(--f16);
    color: var(--FontColor);
    line-height: 2;
    padding: 8px 13px;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
.blog_subbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.module_i_news li:before, .subbox_item:before {    left: 0;}
.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #e6c06829;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:after, .subbox_item:after {
    right: 0;
}
.module_i_news li:hover, .subbox_item:hover {
    /*background-color: #e6c068;*/
    transition: all 0.3s ease-in-out;
    background-image: url(https://pic03.eapple.com.tw/xinyuan/cbg.jpg);
}
.subbox_item a {
    grid-template-columns: 1fr;
    padding: 16.66% 14.28% 10.71% 14.28%;
}
.module_i_news li a:before, .subbox_item a:before {
    content: 'DETAIL';
    color:  var(--FontColor);
    opacity: 1;
    letter-spacing: .1em;
    font-size: 13px;
    right: 14.28%;
}
.module_i_news li a:hover:before, .subbox_item a:hover:before {
    color: var(--TitleColor);
}

.module_i_news li a:before, .subbox_item a:before {
    content: 'DETAIL';
    color:  var(--FontColor);
    opacity: 1;
    letter-spacing: .1em;
    font-size: 13px;
    right: 14.28%;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6c0686b;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .blog_list_le {    position: relative;}
.blog_list_ri h5 {    color: var(--FontColor);}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: var(--FontColor);
    font-family: "Noto Serif TC", serif;
}
.i_blog_ri p, .blog_list_ri p {
    color:  var(--FontColor);
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}

/*文章內層*/
/*文章內層封面*/
.articel_mainPic img{display: none;}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: var(--TitleColor) !important;
}
h4.blog_category_title {
    font-family: var(--SFont);
    font-weight: 500;
    color: var(--FontColor);
}
.blog_back a.article_btn_back {    background: var(--TitleColor);}
.blog_back a.article_btn_prev {    background: var(--MainColor);}
.blog_back a.article_btn_next {    background: var(--MainColor);}

h5.blog_le_t em{color: var(--FontColor);    font-size: var(--f32); font-family: var(--SFontT);}

/*文章標籤
.news_tags {    flex-wrap: wrap;}*/


/*文章-相關推薦*/
.news_related {
    background: #f3f3f3;
    padding: 80px 15px;
}
.news_related h6 span:before {
    font-size: var(--f28);
    color: var(--FontColor);
    font-family: var(--SFontT);
}
.lastPage {    color: #fff;    background: var(--MainColor);}
.news_related_list li a {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.news_related_list li a p {
    font-size: var(--f16);
    color: var(--FontColor);
    line-height: 2;
    padding: 8px 13px;
}

/* = = = 相簿-分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*.overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}*/

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/
.show-list {    grid-template-columns: repeat(3, 1fr);}
.overlay{display: none;}
.subalbum-menu h2 {
    font-size: var(--f32);
    color: var(--FontColor);
    font-family: var(--SFontT);
}
.show-list .show_pic img, .pic-list .item a img {    transition: .4s ease;}
.show-list .show_pic:hover img, .pic-list .item a:hover img {
    transform: scale(1.05);
    transition: .4s ease;
}

.show-list .show_name {
    color: var(--FontColor);
    font-family: var(--SFont);
    font-weight: 400;
    text-align: center;
}
.show-list .item:hover .show_name {    color: var(--TitleColor);}
.other_album_choice li {
    background: var(--MainColor);
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media (max-width:1200px) {
.banner {    padding: 262px 9% 50px;}
}

@media (max-width:1024px) {
    :root {
        --f54: 48px;
        --f48: 40px;
        --f42: 38px;
        --f40: 36px;
        --f36: 32px;
        --f32: 28px;
        --f28: 24px;
        --f24: 22px;
        --f22: 20px;
    }
    .me_tp_features {    text-align: right;}
    .nav-header {    max-width: 130px;  }
    .sticky .nav-header {    max-width: 100px;}
}


@media screen and (max-width: 768px) {
    :root {
        --f110:80px;
        --f54: 36px;
        --f48: 32px;
        --f42: 30px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
    }

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
    display: block;
    float: left;
}

/*footer*/
.footer_info {    grid-template-columns: 1fr; justify-items: center;}
.footer_info ul {    justify-content: flex-start;}
.footer_info li:nth-child(2) {    margin-top: 0;    padding-left: 47px;}
.box_link {    display: none;}
.footer_logo {    max-width: 160px;}

.pageIndex .header_area {
    position: sticky;
    opacity: 1;
    background: url(https://pic03.eapple.com.tw/xinyuan/xy_hd.jpg) no-repeat;
}
.main_header_area .container {    max-width: 100%;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 1px #fff;}
.stellarnav.mobile.left > ul {    border: none;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: var(--MainColor);
    color: #fff;
}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px var(--MainColor);
}

.banner {
    padding: 153px 8% 45px;
    background-attachment: initial;
}

/*聯絡我們*/
.contact_content .information_left, .contact_content .information_right {
    width: 100%;
}

.blog_subbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.show-list {
    grid-template-columns: repeat(2, 1fr);
}
}


@media (max-width:600px) {
    :root {
        --f110:60px;
        --f54: 32px;
        --f48: 28px;
        --f42: 26px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
        --f16: 15px;
    }

.nav-header {        max-width: 100px;    }
.me_tp_features {        position: relative;        text-align: center;    }

.banner {    padding: 109px 8% 45px;}
.banner h5 {
    writing-mode: horizontal-tb;
    text-align: left;
}

/*footer*/
.footer_info ul {        flex-direction: column;    }
.footer_info li:nth-child(2) {    margin-top: 20px;    padding-left: 0;}

.contact_page .main_part {    padding: 50px 20px;}
.contact_content {    width: 100%; padding-bottom: 30px; }
.contact_form li .form__label {background: transparent;}

.blog_subbox {    grid-template-columns: 1fr;}
.show-list { grid-template-columns: 1fr;}
}

@media (max-width:375px) {
    :root {
        --f54: 28px;
        --f48: 24px;
        --f42: 22px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}

/* 20250923 */
.box_link{
    position: static;
    margin-left: -8px;
}


