html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    max-width: 100%;
}

figure {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    font-size: 10px;
    color: #222;
}

body {
    font-family: "Raleway", "Noto Sans TC", 'Microsoft JhengHei', 'Open Sans', sans-serif;
    font-size: 1.6rem;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none;
    transition: .3s;
}

figure {
    margin: 0;
    padding: 0;
}

button {
    font-family: 'Noto Sans TC', 'Raleway', 'Microsoft JhengHei', 'Open Sans', sans-serif;
}

.unreset {
    line-height: 2em;
}

.unreset img {
    max-width: 100%;
    height: auto !important;
}

.unreset p {
    margin: 1.7em 0;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
}

.clearfloat {
    clear: both;
}

a {
    color: #59aed1;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}


/* font */


/*========== header ==========*/

header {
    background: #222;
    padding: 30px 0;
}

header .container {
    display: flex;
    align-items: flex-end;
}

.line-lightbox{
    display:none;
    position:fixed;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,.8);
    z-index: 999;
    left: 0;
    top: 0;
}
.line-lightbox .box{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    padding: 60px 40px 20px 40px;
    width: 340px;
    height: 360px;
}
.line-lightbox .box .esc{
    position:absolute;
    right: 20px;
    top:20px;
    background:#fff;
    cursor: pointer;
    width:40px;
    height: 40px;

}
.line-lightbox .box .pic{
    width:100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom:1px solid #eee;
}
.line-lightbox .box .pic img{
    display:block;
    margin:auto;
}
.line-lightbox .box p{
    margin-top: 20px;
    color:#555;
    display:block;
    text-align: center;
}

.line-lightbox .box .esc:before,
.line-lightbox .box .esc:after {
    content: "";
    display: block;
    background: #555;
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 1px;
}

.line-lightbox .box .esc:before {
    transform: rotate(45deg);
}

.line-lightbox .box .esc:after {
    transform: rotate(135deg);
}

/*========== logo ==========*/

.logo-block {
    flex: 1;
}

.logo-block .logo {
    width: 195px;
    max-width: 100%;
}

.logo-block a {
    width: 100%;
    height: 42px;
    text-indent: -99999px;
    background: url(../images/logo.png) no-repeat center;
    display: block;
    background-size: contain;
}

.main-menu {
    /*width: 470px;*/
    /*width: 770px;*/
}

.main-menu .phone-esc {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
}

.main-menu .phone-esc:before,
.main-menu .phone-esc:after {
    content: "";
    display: block;
    background: #555;
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: 1px;
}

.main-menu .phone-esc:before {
    transform: rotate(45deg);
}

.main-menu .phone-esc:after {
    transform: rotate(135deg);
}

.main-menu ul.layer1 {
    text-align: right;
}

.main-menu ul.layer1>li {
    display: inline-block;
    /* padding: 0 20px; */
    padding: 0 15px;
    position: relative;
}

.main-menu ul.layer1>li>a {
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.main-menu ul.layer1>li>a span {
    display: block;
    font-size: 1.2rem;
}

.main-menu ul.layer1>li.active>a,
.main-menu ul.layer1>li:hover>a {
    color: #fff;
}

.main-menu ul.layer1>li.phone-about {
    display: none;
}

.main-menu ul.layer2 {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 200px;
    z-index: 11;
    top: 25px;
    padding-top: 20px;
    display: none;
}

.main-menu ul.layer2>li {
    text-align: center;
    background: #fff;
    transition: .3s;
}

.main-menu ul.layer2>li>a {
    display: block;
    padding: 15px 10px;
    color: #555;
}
.main-menu ul.layer2>li>a .icon{
    position: relative;
    top: 4px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.main-menu ul.layer2>li:hover {
    background: #c5aa8f;
}

.main-menu ul.layer2>li:hover a {
    color: rgba(255, 255, 255, 0.85);
}

.sns {
    width: 120px;
    margin-left: 15px;
}

.sns ul li {
    display: inline-block;
    margin-right: 10px;
}

.sns ul li a {
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon-sns.png);
}

.sns ul li.facebook a {
    background-position: left top;
}

.sns ul li.instagram a {
    background-position: left center;
}

.sns ul li.line a {
    background-position: left bottom;
}

.phone-sns {
    display: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}

.phone-sns ul {
    display: flex;
}

.phone-sns ul li {
    display: inline-block;
    flex: 1;
}

.phone-sns ul li a {
    margin: 20px auto;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/footer-sns.png);
}

.phone-sns ul li.facebook a {
    background-position: left top;
}

.phone-sns ul li.instagram a {
    background-position: left center;
}

.phone-sns ul li.line a {
    background-position: left bottom;
}

.phone-sns ul li:hover {
    background: #eee;
}

.bar-block {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
    top: 45px;
    right: 30px;
    transform: translateY(-50%);
}

.bar-block .bar {
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 35px;
    height: 1px;
}

.bar-block .bar:nth-child(1) {
    top: 10px;
}

.bar-block .bar:nth-child(2) {
    top: 20px;
}

.bar-block .bar:nth-child(3) {
    top: 30px;
}


/*===== footer =====*/

footer {
    background: #222;
    padding: 60px 0 50px 0;
}

footer .container {
    display: flex;
}

footer .contact-info {
    font-size: 1.4rem;
    color: #c5aa8f;
}

footer .contact-info .info-title {
    margin-bottom: 40px;
}

footer .contact-info p {
    margin-bottom: 10px;
}

footer .contact-info p a {
    color: #c5aa8f;
}

footer .contact-info p a:hover {
    text-decoration: underline;
}

footer .copyright-info {
    text-align: right;
    color: #c5aa8f;
    font-size: 1.4rem;
    flex-grow: 1;
}

footer .copyright-info .logo {
    margin-bottom: 40px;
}

footer .copyright-info p {
    margin-bottom: 10px;
}

footer .copyright-info .iware a {
    color: #c5aa8f;
    font-weight: normal;
}

footer .copyright-info .iware a:hover {
    text-decoration: underline;
}

.footer-menu {
    padding-right: 150px;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li a {
    font-size: 1.4rem;
    color: #c5aa8f;
    font-weight: normal;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.footer-sns {
    margin-left: 15px;
    margin-bottom: 10px;
}

.footer-sns ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-sns ul li a {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/footer-sns.png);
}

.footer-sns ul li.facebook a {
    background-position: left top;
}

.footer-sns ul li.instagram a {
    background-position: left center;
}

.footer-sns ul li.line a {
    background-position: left bottom;
}


/*===== page main =====*/


/*===== page banner =====*/

.page-banner {
    background-position: top center;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    /*padding-bottom: 20.67%;*/
    padding-bottom:calc( ( 250 /  1920 ) * 100% );
    background-size: contain;
}

.page-banner .txt {
    font-weight: normal;
    font-size: 3.6rem;
    padding-top: 10%;
    line-height: 36px;
    text-shadow: 1px 1px 1px #fff;
    display:none;
}

.page-banner .txt span {
    font-size: 2.4rem;
    display: block;
    text-transform: uppercase;
}

.about-main .page-banner {
    background-image: url(../images/banner-about.jpg);
}

.design-main .page-banner {
    background-image: url(../images/banner-design.jpg);
}

.products-main .page-banner {
    background-image: url(../images/banner-products.jpg);
    /*padding-bottom: 18.203%;*/
}

.products-main .page-banner .txt {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /*display:none;*/
}

.products-detail-main .page-banner {
    background-image: url(../images/banner-products-detail.jpg);
    padding-bottom: 10.4167%;
}

.products-detail-main .page-banner .txt {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 3%;
}

.shopping-main .page-banner {
    background-image: url(../images/banner-shopping.jpg);
}

.shopping-main .page-banner .txt {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}


/*===== page title  =====*/

.breadCrumb {
    margin-bottom: 30px;
}

.breadCrumb ul li {
    display: inline-block;
    font-size: 1.4rem;
}

.breadCrumb ul li a {
    color: #333;
    font-weight: normal;
    font-size: 1.4rem;
}

.breadCrumb ul li a i {
    margin-right: 5px;
}

.breadCrumb ul li a:hover {
    color: #c5aa8f;
}

.breadCrumb ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 5px 0 10px;
}

.breadCrumb ul li:last-child {
    font-weight: normal;
    color: #c5aa8f;
}

.breadCrumb ul li:last-child:after {
    display: none;
}

.page-main:after {
    content: "";
    display: block;
    clear: both;
}

.page-main .container {
    padding: 30px 40px 60px 40px;
}

.page-main .group {
    display: flex;
}

.page-main .group .main-centent {
    /*width: calc(100% - 300px);*/
    width: calc(100% - 240px);
    padding-left: 60px;
}


/*===== page main centent =====*/

.main-centent {
    min-height: 500px;
    width: 100%;
}

.page-title {
    color: #000;
    font-size: 2.8rem;
    /*font-weight: normal;*/
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    /*margin-bottom: 10px;*/
}


/*===== aside =====*/

aside {
    /*width: 300px;*/
    width: 240px;
    background: #f9f9f9;
    padding: 20px 30px;
}

aside .aside-title {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

aside ul {
    /*border: 1px solid #c5aa8f;*/
}

aside ul li {
    /*border-bottom: 1px solid #c5aa8f;*/
    margin: 20px 0;
    position:relative;
}

aside ul li a {
    display: block;
    /*font-weight: normal;*/
    color: #555;
    /*font-size: 1.8rem;*/
    font-size: 1.4rem;
    display: flex;
}
aside ul li a .icon{
    width: 20px;
    height: 20px;
    position:relative;
    padding-right: 5px;
    top: 3px;
}
aside ul li a .icon img{
    max-width: 100%;
    display: block;
}
aside ul li a .txt{
    padding-left: 10px;
    width: calc(100% - 20px);
}

aside ul li:last-child {
    border-bottom: none;
}

aside ul li.active a {
    /*background: #f1ece6;*/
    color: #c5aa8f;
}

aside ul li.active:hover a {
    /*background: #f1ece6;*/
    color: #c5aa8f;
}

aside ul li:hover a {
    /*background: #eee;*/
    color: #c5aa8f;
}


/*===== main content =====*/

.pagination {
    text-align: center;
    margin: 80px 0 40px 0;
}

.pagination .arrow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.pagination .arrow a {
    display: block;
    background: url(../images/pagination-arrow.png);
    width: 22px;
    height: 22px;
}

.pagination .arrow.first a {
    background-position: left top;
}

.pagination .arrow.first a:hover {
    background-position: left bottom;
}

.pagination .arrow.prev a {
    background-position: -22px top;
}

.pagination .arrow.prev a:hover {
    background-position: -22px bottom;
}

.pagination .arrow.next a {
    background-position: -44px top;
}

.pagination .arrow.next a:hover {
    background-position: -44px bottom;
}

.pagination .arrow.last a {
    background-position: right top;
}

.pagination .arrow.last a:hover {
    background-position: right bottom;
}

.pagination ul {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagination ul li.number a {
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #555;
    display: inline-block;
}

.pagination ul li.number:after {
    content: "|";
    display: inline-block;
    margin: 0 6px;
}

.pagination ul li.number:hover a,
.pagination ul li.number.active a {
    color: #c5aa8f;
}

.pagination ul li.number:last-child:after {
    display: none;
}


/*===== form =====*/


/*===== btn =====*/


/*========= index ==========*/

.index-main .section-title {
    position: relative;
}


/*========== index-banner ==========*/

.index-banner {
    position: relative;
}

.index-banner ul li img {
    display: block;
    max-width: 100%;
}

.index-banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    cursor: pointer;
    display: block;
    z-index: 2;
}

.index-banner .slick-arrow:hover {
    opacity: .65;
}

.index-banner .prve-btn {
    left: 10%;
}

.index-banner .next-btn {
    right: 10%;
}

.index-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.index-banner .slick-dots li {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    margin: 0 10px;
}

.index-banner .slick-dots li button {
    display: block;
    background: none;
    border: none;
    font-size: 0;
    height: 100%;
    cursor: pointer;
}

.index-banner .slick-dots li.slick-active {
    background: #555;
}


/*========== index-news ==========*/

.index-news .container {
    display: flex;
}

.index-news .index-news-title {
    font-weight: normal;
    background: #333;
    width: 140px;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

.index-news .marquee-block {
    font-weight: normal;
    padding: 20px;
    flex: 1;
}


/*========== index-products ==========*/

.index-products {
    background: #f7f7f7;
    padding: 40px 0 60px 0;
}

.index-products .index-product-title {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.index-products-list {
    padding: 0 20px;
}

.index-products-list .box .pic {
    border: 1px solid transparent;
}

.index-products-list .box:hover .pic {
    border-color: #c5aa8f;
}

.index-products-list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: .3s;
    font-size: 6rem;
    /*font-weight: normal;*/
}

.index-products-list .slick-arrow:hover {
    opacity: .65;
}

.index-products-list .prev-btn {
    left: 0%;
}

.index-products-list .next-btn {
    right: 0%;
}

.index-products-list:after {
    display: none;
}


/*========== index-about ==========*/

.index-about {
    background: url(../images/index-about-bg.jpg) no-repeat center;
    height: 460px;
    margin-bottom: 40px;
}

.index-about .txt {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.88rem;
    padding: 15% 0 3% 0;
}

.index-about .more {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 15px;
    border-radius: 10px;
}

.index-about .more:hover {
    background: #fff;
    color: #222;
}


/*========== index-productlink ==========*/

.index-productlink {
    margin-bottom: 40px;
}

.index-productlink .block:after {
    content: "";
    display: block;
    clear: both;
}

.index-productlink .box {
    float: left;
}

.index-productlink .box .pic {
    overflow: hidden;
}

.index-productlink .box .pic img {
    display: block;
    transition: .3s;
    max-width: 100%;
}

.index-productlink .box.box1 {
    width: 65.833%;
    padding-bottom: 2.5%;
}

.index-productlink .box.box2 {
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    width: 34.167%;
}

.index-productlink .box.box3 {
    padding-bottom: 2.5%;
    padding-left: 2.5%;
    width: 34.167%;
}

.index-productlink .box.box4 {
    width: 34.167%;
    padding-right: 2.5%;
}

.index-productlink .box.box5 {
    width: 65.833%;
}

.index-productlink .box:hover img {
    transform: scale(1.2);
}


/*========== about ==========*/


/*========== design ==========*/


/*========== products ==========*/

.products-search-block {
    /*background: #f5f5f5;*/
    padding: 15px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.products-search-block select {
    width: 150px;
    border: none;
    background: none;
    margin-right: 10px;
    font-weight: normal;
}

.products-search-block .keyword-box {
    float: right;
}

.products-search-block .keyword-box input {
    background: none;
    border: none;
    /*border-bottom: 1px solid;*/
    width: 200px;
}

.products-search-block .keyword-box button {
    background: none;
    border: none;
    cursor: pointer;
}

.products-search-block .keyword-box button:hover i {
    color: #c5aa8f;
}

.products-search-block:after {
    display: block;
    content: "";
    clear: both;
}

.products-list .box {
    padding: 0 20px;
}

.products-list .box .pic {
    border: 1px solid transparent;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: calc(100% - 2px);
    text-align: center;
    overflow: hidden;
    transition: .3s;
}

.products-list .box .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.01);
}

.products-list .box .title {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.92rem;
    height: 3.84rem;
    font-size: 1.4rem;
}

.products-list .box .specification {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    color: #aaa;
}

.products-detail {
    display: flex;
    margin-bottom: 80px;
    position: relative;
    /*padding: 40px 0;*/
    padding: 40px 0 80px 0;
    border-bottom: 1px solid #eee;
}

.products-detail .block {
    /*width:50%;*/
}

.products-detail .block1 {
    /*width: 40%;*/
    width:500px;
}

.products-detail .block2 {
    padding-left: 80px;
    position: relative;
    flex:1;
}

.products-detail .products-bigpic-block {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.products-detail .products-bigpic-block .big-box {
    /*width:500px;*/
}

.products-detail .products-bigpic-block .big-box .pic {
    position: relative;
    /*padding-bottom: 100%;*/
    /*padding-bottom: calc(100% - 2px);*/
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.products-detail .products-bigpic-block .big-box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-height: 100%;
}

.products-detail  .products-bigpic-block .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    font-size: 36px;
    transition: .3s;
    color:#ccc;
}

.products-detail  .products-bigpic-block .slick-arrow:hover {
    opacity: .65;
}

.products-detail  .products-bigpic-block .prev-btn {
    left: 5%;
}

.products-detail  .products-bigpic-block .next-btn {
    right: 5%;
}

.products-detail .products-smallpic-block {
    /*display: none;*/
}

.products-detail .products-smallpic-block .small-box {
    /*display:inline-block;*/
    padding: 0 10px;
}

.products-detail .products-smallpic-block .small-box .pic {
    position: relative;
    /*padding-bottom: 100%;*/
    /*padding-bottom: calc(100% - 2px);*/
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #c5aa8f;*/
}

.products-detail .products-smallpic-block .small-box .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-height: 100%;
    cursor: pointer;
}

.products-detail  .products-smallpic-block .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
    color: #aaa;
    display: block;
    z-index: 2;
    font-size: 36px;
    color: #ed6d00;
}

.products-detail  .products-smallpic-block .slick-arrow:hover {
    opacity: .65;
}

.products-detail  .products-smallpic-block .prev-btn {
    left: 0%;
}

.products-detail  .products-smallpic-block .next-btn {
    right: 0%;
}

.products-detail  .products-smallpic-block:after {
    display: none;
}

.products-detail  .products-smallpic-block .slick-track {
    margin: auto;
}

.products-detail  .products-smallpic-block .small-box:not(.slick-current) {
    opacity: .4;
}
.phone-products-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 20px;
    display:none;
}

.products-detail .products-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 20px;
    border-bottom: 1px #c5aa8f solid;
    padding-bottom: 10px;
}

.products-detail .products-brief {
    margin-bottom: 120px;
    margin-bottom: 40px;
}

.products-detail-btn {}

.products-detail-btn a {
    display: inline-block;
    width: 180px;
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
}

.products-detail-btn a.add-cart {
    background: #f5f5f5;
    color: #333;
    margin-right: 20px;
}

.products-detail-btn a.buy {
    background: #c5aa8f;
    color: #fff;
}

.products-detail-btn a:hover {
    background: #333;
    color: #fff;
}

.products-detail-select {
    font-weight: normal;
    margin-bottom: 20px;
}

.products-detail-select .title {
    margin-bottom: 5px;
}

.products-detail-select .content select {
    /*width: 100%;*/
    width: 360px;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 0px 10px;
    height: 40px;
}

.products-detail-price {
    /*text-align: right;*/
    font-weight: normal;
    margin-bottom: 40px;
}

.products-detail-price span {
    font-size: 2.4rem;
    font-weight: normal;
    color: #d90000;
    margin-left: 5px;
}

.products-detail-price span:before {
    content: "NT$";
    margin: 0 5px;
    display: inline-block;
}

.products-main-centent .products-list {
    margin: 0 -20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.products-main-centent .products-list .box {
    /*width: 33.33%;*/
    width: calc(100% / 3);
    padding: 20px;
    /*float: left;*/
}
.products-main-centent .products-list .box a{

}
.products-main-centent .products-list .box .border{
  padding:10px;
   border: 1px solid #eee;
   margin-bottom: 10px;
}
.products-main-centent .products-list .box .pic {
    /*border: 1px solid #c5aa8f;*/
    margin-bottom: 0;
}

.products-main-centent .products-list .box .pic img {
    transition: .3s;
}

.products-main-centent .products-list .box:hover .pic {
    border-color: #c5aa8f;
}

.products-main-centent .products-list .box:hover .pic img {
    transform: scale(1.2);
}

.products-main-centent .products-list:after {
    display: block;
    content: "";
    clear: both;
}

.relative-products {
    background: #f7f7f7;
    padding: 20px 0;
}

.relative-products .relative-product-title {
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.relative-products-list {
    padding: 0 20px;
}

.relative-products-list .box .pic {
    border: 1px solid transparent;
}

.relative-products-list .box:hover .pic {
    border-color: #c5aa8f;
}

.relative-products-list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: .3s;
    font-size: 6rem;
    font-weight: normal;
}

.relative-products-list .slick-arrow:hover {
    opacity: .65;
}

.relative-products-list .prev-btn {
    left: 0%;
}

.relative-products-list .next-btn {
    right: 0%;
}

.relative-products-list:after {
    display: none;
}

.back-btn {
    text-align: center;
    margin-top: 40px;
}

.back-btn a {
    background: #f5f5f5;
    color: #333;
    font-weight: normal;
    padding: 15px 0;
    width: 180px;
    display: inline-block;
}

.back-btn a:hover {
    background: #333;
    color: #fff;
}

.fixed-buy {
    background: #fff;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0px -2px 5px #ccc;
    display: none;
}

.fixed-buy .container {
    display: flex;
    align-items: center;
}

.fixed-buy .block1 {
    width: calc(100% - 420px);
}

.fixed-buy .block2 {
    width: 420px;
    text-align: right;
    display: flex;
}

.fixed-buy .products-detail-select {
    width: calc(33.33% - 12px);
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: bottom;
}

.fixed-buy .products-detail-price {
    display: inline-block;
    margin: 0px;
    width: 33.33%;
    text-align: left;
}

.fixed-buy .products-detail-btn {
    position: static;
}

.fixed-buy .products-detail-btn a {
    margin-left: 20px;
    margin-right: 0;
}


/*========== shopping ==========*/

.shopping-table {
    margin-bottom: 60px;
}

.shopping-table table {
    width: 100%;
    border: 1px solid #c5aa8f;
    font-weight: normal;
}

.shopping-table table .cell {
    vertical-align: middle;
}

.shopping-table table .title-list {
    background: #c5aa8f;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
}

.shopping-table table .title-list .cell {
    text-align: center;
    padding: 20px;
}

.shopping-table table .title-list .cell1 {
    text-align: left;
}

.shopping-pro-list .cell {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #c5aa8f;
}

.shopping-pro-list .cell1 {
    text-align: left;
}

.shopping-pro-list .cell1 .box a {
    display: flex;
    align-items: center;
}

.shopping-pro-list .cell1 .box .pic {
    width: 102px;
    position: relative;
    padding-bottom: 100px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
}

.shopping-pro-list .cell1 .box .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shopping-pro-list .cell1 .box .content {
    padding-left: 20px;
    width: calc(100% - 102px);
    color: #333;
}

.shopping-pro-list .cell1 .box .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.92rem;
    height: 3.84rem;
}

.shopping-pro-list .cell1 .box .specification {
    font-size: 1.4rem;
}

.shopping-pro-list .cell2 {
    font-weight: normal;
}

.shopping-pro-list .cell3 select {
    min-width: 60px;
    border-color: #ccc;
    text-align: center;
    padding: 5px 10px;
    font-weight: normal;
}

.shopping-pro-list .cell4 {
    font-weight: normal;
}

.shopping-pro-list .cell5 {
    color: #d50000;
    font-size: 2.2rem;
}

.shopping-pro-list .cell5 i {
    color: pointer;
}

.shopping-total-list {
    background: #f7f7f7;
    text-align: right;
}

.shopping-total-list .cell {
    padding: 15px 20px;
    border-bottom: 1px solid #c5aa8f;
}

.shopping-total-list .pro-num {
    color: #d50000;
    display: inline-block;
    margin: 0 5px;
}

.shopping-total-list .total-money {
    color: #d50000;
}

.shopping-total-list .total-money:before {
    content: "NT$";
    margin: 0 5px;
    display: inline-block;
}

.shipping-list .cell {
    padding: 15px 20px;
}

.shipping-list .cell .title {
    margin-bottom: 10px;
}

.shipping-list select,
.shipping-list input {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.shipping-list .cell2 {
    text-align: right;
}

.shipping-list.shipping-list-address #twzipcode select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.shipping-list.shipping-list-address #twzipcode input {
    margin-bottom: 10px;
}

.shipping-list.shipping-list-address .address-info {
    width: 100%;
}

.shipping-list.shipping-list-install input[type="radio"]:first-child {
    margin-bottom: 10px;
}

.shipping-list.shipping-list-pay .cell {
    border-bottom: 1px solid #c5aa8f;
}

.shopping-info .info-list {
    margin-bottom: 40px;
}

.shopping-info .info-list .list-title {
    font-size: 2rem;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.shopping-info .info-list .box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.shopping-info .info-list .box .box-title {
    width: 160px;
    font-weight: normal;
}

.shopping-info .info-list .box .box-content {
    width: calc(100% - 160px);
}

.shopping-info .info-list .box .box-content input[type="text"],
.shopping-info .info-list .box .box-content input[type="tel"],
.shopping-info .info-list .box .box-content input[type="email"] {
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
}

.shopping-info .info-list .with-purchaser-information {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 60px;
}

.shopping-info .info-list .notice {
    color: #d50000;
    margin-top: 10px;
    font-weight: normal;
}

.shopping-info .info-list.invoice-list label {
    margin-right: 20px;
}

.shopping-btn {
    margin: 40px 0;
    text-align: center;
}

.shopping-btn a {
    display: inline-block;
    width: 180px;
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 0;
    margin: 0 10px;
}

.shopping-btn .gray-style {
    background: #eee;
    color: #222;
}

.shopping-btn .gray-style:hover {
    background: #222;
    color: #fff;
}

.shopping-btn .orange-style {
    background: #c5aa8f;
    color: white;
}

.shopping-btn .orange-style:hover {
    background: #222;
    color: #fff;
}

.atm-info{}

.atm-info .info{
    padding: 10px 15px;
    border: 3px double #c5aa8f;
    margin-top: 15px;
}
.atm-info .info p:not(:last-child){
    margin-bottom: 5px;
}
.bank-account{
    margin-left: 15px;
}
/*========== basic mobile ==========*/

@media (max-width: 1280px) {
    .container {
        padding: 0 25px;
    }
    .main-menu ul.layer1>li {
        padding:0 10px;
    }
}


/*========== header mobile ==========*/
@media (max-width: 1280px) {
    .main-menu ul.layer1>li {
        padding: 0 8px;
    }
}
@media (max-width: 1024px) {
    .main-menu ul.layer1>li {
        padding: 0 4px;
    }
}
@media (max-width: 960px) {
    header .container {
        display: block;
    }

    .logo-block {
        width: 100%;
    }
    .logo-block .logo {
        width: 195px;
        max-width: calc(100% - 40px);
    }

    .main-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background: #fff;
        height: 100%;
        width: 100%;
        padding-top: 80px;
    }
    .main-menu .phone-esc {
        display: block;
    }
    .main-menu ul.layer1 {
        text-align: center;
        padding: 10px 0;
        height: calc(100% - 61px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .main-menu ul.layer1>li {
        display: block;
        padding: 20px 0;
    }
    .main-menu ul.layer1>li>a {
        color: #555;
    }
    .main-menu ul.layer1>li>a span {
        display: inline-block;
        margin-left: 10px;
    }
    .main-menu ul.layer1>li.active,
    .main-menu ul.layer1>li:hover {
        background: #c5aa8f;
    }
    .main-menu ul.layer1>li.active>a,
    .main-menu ul.layer1>li:hover>a {
        color: #fff;
    }
    .main-menu ul.layer1>li.phone-about {
        display: block;
    }
    .main-menu ul.layer1>li.phone-news {
        display: none;
    }
    .main-menu ul.layer2 {
        position: static;
        transform: none;
        width: 100%;
    }
    .main-menu ul.layer2>li.active,
    .main-menu ul.layer2>li:hover {
        background: rgba(85, 85, 85, 0.7);
    }
    .main-menu ul.layer2>li.active>a,
    .main-menu ul.layer2>li:hover>a {
        color: #fff;
    }

    .sns {
        display: none;
    }

    .phone-sns {
        display: block;
    }

    .bar-block {
        display: block;
    }
}


/*========== footer mobile ==========*/

@media (max-width: 960px) {
    .footer-menu {
        display: none;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 40px 0 30px 0;
    }
    footer .container {
        display: block;
        text-align: center;
    }
    footer .contact-info .info-title {
        font-size: 1.8rem;
        font-weight: normal;
        margin-bottom: 20px;
    }
    footer .copyright-info {
        text-align: center;
        margin-top: 20px;
    }
    footer .copyright-info .logo {
        display: none;
    }

    .footer-sns ul li {
        margin: 0 10px;
    }
}


/*========== pageBasic mobile ==========*/

@media (max-width: 1366px) {
    .products-detail-main .page-banner .txt {
        padding-top: 1%;
    }
}

@media (max-width: 1280px) {
    .products-detail-main .page-banner {
        padding-bottom: 150px;
    }
}

@media (max-width: 1024px) {
    .page-banner {
        /*padding-bottom: 30%;*/
    }
    .page-banner .txt {
        padding-top: 10%;
    }
}

@media (max-width: 960px) {
    aside {
        display: none;
    }
   /* .page-banner{
        background-size: contain;
    }*/
    .page-main .container {
        padding: 30px 25px;
    }
    .page-main .group {
        display: block;
    }
    .page-main .group .main-centent {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .page-banner .txt {
        font-size: 2.4rem;
        line-height: 26px;
    }
    .page-banner .txt span {
        font-size: 1.6rem;
    }
    .products-detail-main .page-banner {
        padding-bottom: 100px;
    }
    .products-detail-main .page-banner .txt {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .pagination {
        margin: 40px 0;
    }
    .pagination .arrow {
        margin: 0;
    }
    .pagination ul {
        margin: 0 2px;
    }
    .pagination ul li.number:after {
        margin: 0 2px;
    }

    .page-banner .txt {
        padding-top: 2%;
    }
}

@media (max-width: 375px) {
    .pagination ul li.number a {
        font-size: 1.4rem;
        width: 16px;
        height: 16px;
    }
    .pagination ul li.number:after {
        margin: 0;
    }
}


/*========== index mobile ==========*/

@media (max-width: 1280px) {
    .index-about .txt {
        font-size: 1.8rem;
    }
}

@media (max-width: 960px) {
    .index-about .txt {
        font-size: 1.8rem;
        width: 50%;
    }
}

@media (max-width: 640px) {
    .index-news .container {
        display: block;
        padding: 0;
    }
    .index-news .index-news-title {
        width: 100%;
        padding: 10px;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .index-about {
        background: url(../images/index-about-bg.jpg) no-repeat top center;
        height: auto;
        padding-top: 220px;
        padding-bottom: 60px;
        background-color: #1c1e1d;
    }
    .index-about .txt {
        width: 100%;
        font-size: 1.6rem;
    }
    .index-about .more {
        font-size: 1.4rem;
        margin-top: 40px;
    }

    .index-productlink .box.box1 {
        width: 100%;
        padding-bottom: 2.5%;
    }
    .index-productlink .box.box2 {
        width: 100%;
        padding-bottom: 2.5%;
        padding-left: 0;
    }
    .index-productlink .box.box3 {
        width: 100%;
        padding-bottom: 2.5%;
        padding-left: 0;
    }
    .index-productlink .box.box4 {
        width: 100%;
        padding-bottom: 2.5%;
        padding-right: 0;
    }
    .index-productlink .box.box5 {
        width: 100%;
        padding-bottom: 2.5%;
    }
}


/*========== about mobile ==========*/


/*========== design mobile ==========*/


/*========== products mobile ==========*/

@media (max-width: 1024px) {
    .fixed-buy .block1 {
        width: calc(100% - 300px);
    }
    .fixed-buy .block2 {
        width: 300px;
    }
    .fixed-buy .products-detail-price span {
        font-size: 2rem;
    }
    .fixed-buy .products-detail-btn a {
        width: 120px;
        font-size: 1.6rem;
    }
}

@media (max-width: 960px) {
    .phone-products-title {
        display:block;
    }
    .products-detail .products-title {
        display:none;
    }
    .products-detail {
        display: block;
        padding-top:0px;
        padding-bottom:40px;
        margin-bottom: 40px;
    }
    .products-detail .block {
        padding-bottom: 40px;
    }
    .products-detail .block1 {
        width: 100%;
        max-width: 500px;
        border-right: none;
        padding-right: 0;
        margin:auto;
    }
    .products-detail .block2 {
        width: 100%;
        padding-left: 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .products-detail .block2:after {
        display: none;
    }
    .products-detail .products-brief {
        margin-bottom: 0px;
    }

    .products-detail-price {
        text-align: left;
    }

    .products-detail-select {
        width: 49%;
        display: inline-block;
        padding-right: 20px;
    }

    .fixed-buy .block1 {
        width: calc(100% - 240px);
    }
    .fixed-buy .block2 {
        width: 240px;
    }
    .fixed-buy .products-detail-btn a {
        width: 100px;
        padding: 10px 0;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .products-search-block select {
        width: 45%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .products-search-block .keyword-box {
        width: 100%;
        float: none;
    }
    .products-search-block .keyword-box input {
        width: calc(100% - 30px);
    }
    .products-search-block .keyword-box button {
        width: 20px;
    }

    .fixed-buy .container {
        display: block;
    }
    .fixed-buy .block1 {
        width: 100%;
    }
    .fixed-buy .block2 {
        width: 100%;
    }
    .fixed-buy .products-detail-price {
        text-align: right;
    }
    .fixed-buy .products-detail-btn {
        text-align: right;
        width: 100%;
    }
    .fixed-buy .products-detail-btn a {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .products-main-centent .products-list .box {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .products-main-centent .products-list {
        margin: 0 -10px;
    }
    .products-main-centent .products-list .box {
        width: 50%;
        padding: 10px;
    }

    .products-detail-btn {
        margin-right: 0;
        display: flex;
        width: 100%;
    }
    .products-detail-btn a {
        width: 50%;
        flex: 1;
        display: block;
    }

    .fixed-buy .products-detail-btn a {
        margin-left: 0;
        margin-top: 0;
    }
    .fixed-buy .products-detail-btn a.add-cart {
        display: none;
    }
    .fixed-buy .products-detail-select {
        width: 48%;
        display: none;
    }
    .fixed-buy .products-detail-price {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .products-search-block select {
        width: 100%;
        margin-right: 0;
    }
}


/*========== shopping mobile ==========*/

@media (max-width: 768px) {
    .shopping-table table .title-list {
        display: none;
    }
    .shopping-table table .cell {
        display: block;
    }
    .shopping-table table tr:last-child td {
        border-bottom: none;
    }

    .shopping-pro-list {
        border-bottom: 1px solid #c5aa8f;
    }
    .shopping-pro-list .cell {
        padding-left: 120px;
        position: relative;
        border-bottom: none;
    }
    .shopping-pro-list .cell:before {
        content: attr(data-title);
        font-weight: normal;
        color: #333;
        background: #eee;
        display: block;
        padding: 5px;
        width: 80px;
        text-align: center;
        font-size: 1.6rem;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .shopping-pro-list .cell1 .box a {
        display: block;
    }
    .shopping-pro-list .cell1 .box .pic {
        margin: auto;
        margin-bottom: 20px;
    }
    .shopping-pro-list .cell1 .box .content {
        width: 100%;
        padding-left: 0;
    }
    .shopping-pro-list .cell1 .box .title {
        text-align: center;
    }
    .shopping-pro-list .cell1 .box .specification {
        text-align: center;
    }

    .shipping-list.shipping-list-pay .cell {
        border-bottom: none;
    }
    .shipping-list.shipping-list-pay .cell:last-child {
        border-bottom: 1px solid #c5aa8f;
    }
}

@media (max-width: 480px) {
    .shopping-btn {
        display: flex;
    }
    .shopping-btn a {
        width: 50%;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .shopping-info .info-list .box {
        display: block;
    }
    .shopping-info .info-list .box .box-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .shopping-info .info-list .box .box-content {
        width: 100%;
    }
}


/*# sourceMappingURL=layout.css.map */

/* 240314 首頁about換成3張圖片  */
.index-pic2{
    display: flex;
    flex-wrap: wrap;
}
.index-pic2 .pic-box{
    width: calc(100% / 3);
}
.index-pic2 .pic-box figure{}
.index-pic2 .pic-box figure .pic{

}
.index-pic2 .pic-box figure .pic img{
    display: block;
    max-width: 100%;
}

@media (max-width: 640px) {
    .index-pic2 .pic-box{
        width:100%;
    }
}