﻿@charset "utf-8";

/* 設計師用 桌機版CSS檔 style.css */


/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #934820;
}
.wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
span.red{
    color:#f00;
}

.language {
    position: absolute;
    right: 0;
    top: 5px;
}
    .language ul li a {
        padding: 4px 18px;
        background-color: #eadcc7;
        color: #895438;
    }
        .language ul li a:focus,
        .language ul li a:hover,
        .language ul li a.active {
            background-color: #895438;
            color: #fff;
        }
    .language ul {
        display: flex;
    }

    /********************* Header *********************/
    .header {
        /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
        padding-top: 97px;
    }

.header .navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 998;
    -webkit-overflow-scrolling:touch;
}

.modal-open .header .navbar {
    right: 17px;
}

/* header logo */

.header .navbar .navbar-brand {
    width:107px;
    height: 62px;
    background: url(../jpg/logo.jpg) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 12px 0 15px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    animation: pulse .5s ease-in-out;
}


/* header 主選單 */

.header .navbar .navbar-nav {
    background: none;
    margin-top: 34px;
    margin-left: 77px;
}

.header .navbar .navbar-nav>li{
    position:static;
}

.header .navbar .navbar-nav>li>a {
    background: none;
    color: #5b5b5b;
    font-family: "微軟正黑體", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
    padding: 8px 15px;
    text-shadow: 0 0 0 #5b5b5b;
}

.header .navbar .navbar-nav>li:not(:nth-last-child(1))>a {
    margin-right: 30px;
}

.header .navbar .navbar-nav>li>a:hover {
    color: #fff;
    background: #934820;
}

.header .navbar .navbar-nav>li ul li a {
    padding: 5px;
}

.header .navbar .navbar-nav .nav-content{
    padding:0 15px;
}

.header .navbar .navbar-nav .nav-content li{
    line-height: 17px;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #cacaca;
    position:relative;
}

.header .navbar .navbar-nav .nav-content li:nth-last-child(1){
    border:none;
}

.header .navbar .navbar-nav .nav-content a{
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: inherit;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    color: #151515;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 30px;
}

.header .navbar .navbar-nav .nav-content ul ul{
    display:none;
    background: #F3F3F3 !important;
}

.header .navbar .navbar-nav .nav-content ul ul li:nth-child(1) {
    border-top: 1px solid #cacaca;
}

.header .navbar .navbar-nav .nav-content ul ul a{
    -moz-transition: background .1s;
    -o-transition: background .1s;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding-left: 60px;
    word-wrap: break-word;
    position: relative;
}

.header .navbar .navbar-nav .nav-content ul ul a:before{
    content: "";
    position: absolute;
    background: url(../png/sideicon.png)no-repeat;
    width: 7px;
    height: 12px;
    left: 40px;
    top: 21px;
}

.header .navbar .navbar-nav .nav-content ul ul ul a{
    padding-left: 85px;
}

.header .navbar .navbar-nav .nav-content ul ul ul a:before{
    left: 65px;
}

.header .navbar .navbar-nav .nav-content ul ul a:hover{
    background: #D1D6D6;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.header .navbar .navbar-nav .nav-content ul li.open2 > ul{
    display:block;
}

.header .navbar .navbar-nav .nav-content span.dropdown-unfolded{
    float: right;
    width: 10%;
    line-height: 42px;
    display: table;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 5px;
}
.header .navbar .navbar-nav .nav-content span.dropdown-unfolded:after{
    content:"＋";
    display: table-cell;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    cursor: pointer;
}

.header .navbar .navbar-nav .nav-content li.open2 > span.dropdown-unfolded:after{
    content: "－";
}



/* header 次選單 */

.header .navbar .sub-nav {
    position: absolute;
    right: 7px;
    top:0;
    padding-top: 42px;
    margin-bottom: 0;
    height: 100%;
}

.header .navbar .sub-nav > li {    
    position:relative;
    height: 100%;
}
.header .navbar .sub-nav > li:after{
    content: "|";
    position: absolute;
    right: -5px;
    top: -1px;
    color: #000;
}

.header .navbar .sub-nav li b{
    font-weight:bold;
    text-shadow: 0 0 0 #000;
}
.header .navbar .sub-nav > li >a {
    color:#000;
    position:relative;
    padding: 0 15px;
    height: 100%;
}
.header .navbar .sub-nav > li > .info{
    position: absolute;
    display: none;
    right: -7px;
    background-color: rgba(255,255,255,.95);
    opacity: 0;
     white-space: initial; 
    -moz-box-shadow: 0 1px 3px #ddd;
    -webkit-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd;
    min-width: 300px;
    max-height:80vh;
    padding: 0 10px;
    overflow-y: auto;
    z-index:9;    
}
.header .navbar .sub-nav > li:hover > .info {    
    display: block;
    opacity: 1;
    animation: fadeIn .5s ease-in-out;
}

.header .navbar .sub-nav > li > a > img{
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
}

.header .navbar .sub-nav .info.member a{
    width:100%;
}

.header .navbar .sub-nav .info.cart,
.header .navbar .sub-nav .info.cart a,
.header .navbar .sub-nav .info.cart a > *,
#floating .slider .slide > *{
    padding:0;
    margin:0;
}

.header .navbar .sub-nav .info.cart {
    padding: 10px 0 0;
}

.header .navbar .sub-nav .info.cart .price,
#floating ul li.slider .slide .price{
    display: block;
    color: #f00;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
}

.header .navbar .sub-nav .info.cart .Checkout a{
    background: #e33d26;
    color: #fff;
    text-align: center;
    display: block;
    padding: 5px 0;
    margin: 5px 0;
}

.header .navbar .sub-nav > li ul li{
    line-height: 2;
    padding: 5px;
    margin: 0 5px 10px;
    text-align: left;
}

.header .navbar .sub-nav > li ul li:not(:nth-last-child(1)){    
    border-bottom: 1px dashed #999;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}


/*------- Banner -------*/

.banner {
    position: relative;
	/* margin-top:20px; */
}

.banner .container {
    /*max-width: 1144px;
    background-color: #EEE;
    padding: 0;*/
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    border-radius: 00;
    height: 6px;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider {
    display:none;
}

.banner .bx-wrapper .bxslider {
    display:block;
    animation: fadeIn 1s ease-in-out;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    padding: 0 15px;
    bottom: 10px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #822a14;
}

.banner .bx-wrapper .bx-controls-direction a{
    background:url(../png/arrowl.png)no-repeat;
    width:53px;
    height:114px;
    margin-top: -60px;
}
.banner .bx-wrapper .bx-controls-direction a.bx-next{
    background:url(../png/arrowr.png)no-repeat;
}


/********************* Footer *********************/

.footer {
    /*padding: 15px 0 0;*/
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    max-height: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: "微軟正黑體", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif;
}

.footer .footer_content{
    text-align:left;
    font-size:14px;
    color:#521212;
    font-weight:bold;

    background-color: #eadcc7;
    padding: 35px 0 25px;

}
.footer .footer_content li a{
    color:#521212;
}

.footer ul {
    margin-bottom: 0;
}

.footer a.footerOpen {
    display: block;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.footer a.footerOpen span {
    top: 7px;
    color: #fff;
}

.footer.open {
    max-height: 100%;
}

.footer.open a.footerOpen span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 4px;
}

.footer a.footerOpen .container div {
    color: #fff;
    position: absolute;
    top: 4px;
    right: 5px;
}

    .panel-group .panel-heading+.panel-collapse>.panel-body,
    .footer .panel{
        padding:0;
        background:none;
        border:none;
        box-shadow:none;
    }


/* sitemap */

.footer .footer_top {
    background: #fff;
}

.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #5b5b5b;
    padding: 10px 20px;
}

.footer .sitemap ul li a:hover {
    color: #934820;
}

/* siteinfo */

.footer .siteinfo ul>li {
    padding: 0;
    position: relative;    
}
.footer .siteinfo ul>li:not(:nth-child(1)){
    padding-left: 30px;
}
.footer .siteinfo ul.list-unstyled li:not(:nth-last-child(1)){
    margin-bottom: 3px;
}
.footer .siteinfo ul.list-inline>li:nth-child(1) span,
.footer .siteinfo .panel-title a{
    font-size:18px;
    color:#ad1212;
    border: 1px solid #ad1212;
    padding: 7px;
    display: block; 
    font-weight: bold;
    min-width: 142px;
}
.footer .siteinfo .panel-heading{
    padding: 0;
    background: none;
}
.footer .siteinfo ul.list-inline li:nth-child(2),
.footer .siteinfo ul.list-inline li:nth-child(3){
    /*min-width:160px;*/
}
.footer .siteinfo ul.list-inline li:nth-child(4){
    /*min-width:210px;*/
}

.footer .siteinfo img{
    margin: 0 10px;
    position: absolute;
    top: 0px;
    left: -5px;
}

.footer .qrcode{
    text-align:center;
}

.footer .qrcode img{
    display:block;
    margin-bottom: 5px;
}

.footer .info li:not(:nth-last-child(1)){
    margin-bottom:10px;
}

.footer .info li.ez a{
    color:#939393;
}

.footer .info img{
    margin-right:8px;
}

.footer .copyright  {
    text-align:center;
    margin-top: 25px;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}


/********************* floating *********************/

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../png/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #eeeeee;
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li:not(:nth-child(1)) > a:after {
    content:"";
    position:absolute;
    left: 10px;
    right:10px;
    top:-12px;
    border-top: 1px solid #cdcdcd;
}

#floating ul li.bg > a {
    /* width: 56px; */
    height: 35px;
    background: url(../png/floating_icon.png) no-repeat center;
    /* background-position-x: 0; */
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 33px 0;
    position: relative;
}

#floating ul li.gotop a{
    background: url(../png/gotop.png) no-repeat center;
    height:41px;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}


#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li.b4 a {
    background-position-y: -244px;
}

#floating ul li.b5 a {
    background-position-y: -328px;
}

#floating ul li a:hover {
    /*color: #333;
    background-position-x: -56px;*/
}

#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}

#floating .bx-wrapper .bx-controls-direction a{
    left: 50%;
    margin-left: -13px;
    width: 25px;
    height: 25px;
}

#floating .bx-wrapper .bx-prev{
    top: -25px;
    margin-top: 0;
    background:url(../png/farrow1.png)no-repeat;
}

#floating .bx-wrapper .bx-next{
    top: auto;
    bottom: -40px;
    margin-bottom: 0;
    background:url(../png/farrow2.png)no-repeat;
}
#floating li.slider{
    padding: 30px 0 40px;
}

#floating .menu-header{
    text-align: left;
    padding: 15px;
    background: #A1AAB0;
    font-size: 18px;
    color:#fff;
}
#floating .menu-header .material-icons{
    vertical-align: bottom;
    font-size: 30px;
    color:#fff;
    opacity:1;
}
#floating .menu-header .txt-tw{
    margin-left: 10px;
}


/********************* Main *********************/

.main {
    /*box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0;
}


/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    text-align: left;
    line-height: 28px;
    margin-top: 0px;
}

.side .sider_nav{
    position:relative;
}

.side .sider_nav a.btn-more{
    right: 15px;
    top: 25px;
}

.side h2{
    font-size: 20px;
    color: #895438;
    margin: 0;
    padding: 20px 30px;
    font-weight:bold;
    background:url(../png/side01.png)no-repeat left top #eadcc7;
    padding-left: 85px;
}

.side .discount h2{
    background-image:url(../png/side02.png);
}
.side .nav li{
    line-height: 17px;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #cacaca;
    position:relative;
}

.side .nav li:nth-last-child(1){
    border:none;
}

.side .nav li a{
    width: 100%;
    display: inline-block;
    position: relative;
    line-height: inherit;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    color: #151515;
    cursor: pointer;   
    font-size:16px; 
    padding: 20px 30px;
}

.side .nav li a, 
.side .nav li a:hover, 
.side .nav li a:focus{
    background:none;
}

.side .nav ul{
    display:none;    
}

.side .nav span.dropdown-unfolded{
    float: right;
    width: 10%;
    line-height: 42px;
    display: table;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 5px;
}

.side .nav span.dropdown-unfolded:after{
    content: "＋";
    display: table-cell;
    vertical-align: middle;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    cursor: pointer;
}

.side .nav ul li:nth-child(1){
    border-top: 1px solid #cacaca;
}

.side .nav li.open > ul {
    display:block;
    background: #F3F3F3 !important;
}

.side .nav li.open > span:after{
    content: "－";
}

.side .nav ul a {
    -moz-transition: background .1s;
    -o-transition: background .1s;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding-left: 60px;
    word-wrap: break-word;
    position:relative;
}

.side .nav ul a:before{
    content: "";
    position: absolute;
    background: url(../png/sideicon.png)no-repeat;
    width: 7px;
    height: 12px;
    left: 40px;
    top: 21px;
}

.side .nav ul ul a{
    padding-left: 85px;
} 

.side .nav ul ul a:before{
    left: 65px;
}

.side .nav ul a:hover{
    background: #D1D6D6;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -ms-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.side .discount .list_item{    
    padding: 15px 0;
    margin-bottom: 15px;
}

.side .discount .list_item:nth-child(1){
    margin-top:10px;
}

.side .discount .list_item:not(:nth-last-child(1)){
    border-bottom: 1px solid #cacaca;
}

.side .discount .list_item a{
    color:#000;
}
.side .discount .list_item .pic{
    padding:0;
    border: 1px solid #b3b3b3;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.side .discount .list_item .info li.no{
    font-size: 14px;
    font-weight: normal;
}
.side .discount .list_item .info li.txt{
    margin: 10px 0;
    text-shadow:0 0 0 #ccc;
    margin-bottom:15px;
}
.side .discount .list_item .info li.price{
    color: #e4330a;
    text-align: right;
}
.side .discount .list_item .info li.s{
    color:#767676;
    text-align: right;
    font-weight: normal;
}

.side .discount .list_item .info li.no span{
    font-size: 12px;
    background: #6d6d6d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 10px;
    margin-right: 5px;
}

.side .discount .list_item .info li.price span{
    font-size: 36px;
    margin: 0 5px;
    font-weight: normal;
}

.side .link .list_item{
    margin-bottom:20px;
}

.side .fbBox {
    margin-bottom:20px;
    text-align: center;
    overflow:auto;
    /*min-height: 500px;*/
}

.side .adv-search{
    position: relative;
    margin-bottom: 20px;
}

.side .adv-search input{
    padding-right: 10%;
    height: 40px;
    border-radius: 0;
}

.side .adv-search .btn{
    position:absolute;
    right:0;
    top:2px;
    background:none;
    box-shadow:none;
    color:#b3b3b3;
}

/*----------------------- Content -----------------------*/

.content>h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.content>h1 span.time{
    float: right;
    font-size: 15px;
    color: #888;
}

.content .sec {
    padding: 30px 0;
    line-height: 24px;
}

.content h2 {
    font-size: 20px;
    color: #895438;
    margin: 0;
    padding: 20px 30px;
    font-weight: bold;
    background: url(../png/title01.png)no-repeat left top #eadcc7;
    padding-left: 85px;
    margin-bottom:20px;
}

.content h2 span{
    font-size:15px;
}

.content h2.title2{
    background: url(../png/title02.png)no-repeat left top #eadcc7;
}

.content h2.title3{
    background: url(../png/title03.png)no-repeat left top #eadcc7;
}

/* breadcrumb */

.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 14px;
    position: static;
    padding: 5px 0 20px 0;
}

.content .breadcrumb>.active,
.content .breadcrumb a{
    color:#535353;
}

.content .breadcrumb>li+li:before {
    content: "＞";
    padding: 0;
}


/* btn-more */

.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../png/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}


/* list-box */

.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../png/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}


/* btn-box */

.content .btn-box {
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

body.product.show .content .btn-box,
body.news.show .content .btn-box,
body.cart.p02 .content .btn-box,
body.cart.p03 .content .btn-box ,
body.member.show .content .btn-box {
    text-align:center;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 10px 0 0;
}

.content .btn-box .pager li>a , .buymethod-area .a.btn{
    background: #a98f68;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 8px 35px;
    font-size: 16px;
}

.content .btn-box .pager li>a:hover,.buymethod-area a.btn:hover{
    background-color: #934820;
    color: #fff;
}

.content .btn-box .pager li>a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}


/*----------------------------------------- 首頁 home --------------------------------------*/

body.home .main_content {
    min-height: 0;
}

body.home .content h2 {
    font-size: 20px;
    color: #895438;
    margin:0;
    padding: 20px 30px;
    background: #eadcc7;    
}

body.home .content .btn-more,
.side .btn-more {
    top: 20px;
    right: 45px;
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    color:#bf9776;
    position: absolute;
}

body.home .content .btn-more img,
.side .btn-more img{
    position: relative;
    top: -2px;
    margin-left: 5px;
}

body.home .strongholdBox {
    background: #eadcc7;
}

body.home .strongholdBox a{
    display: block;
    position: relative;
    color:#fff;
}

body.home .strongholdBox a .pic{
    margin-bottom: 20px;
}

body.home .strongholdBox a .info{
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.3);
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
    padding: 5px;
    text-align: center;
}

body.home .strongholdBox a .info .txt-tw{
    font-size:52px;
    display:block;
}



body.home .productBox h2{
    margin-bottom: 20px;
    background-image: url(../png/homeh201.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 90px;
    font-weight: bold;
}

body.home .productBox.recommend h2{
    background-image: url(../png/homeh202.png);
}

body.home .productBox .wid.slick {
    margin-left: -15px;
    margin-right: -15px;
}

.productBanner.banner .bxslider li {
    height: 364px;
}

.productBanner.banner .bx-controls-direction{
    display:none;
}

body.product.show .content > .slick{
    margin:0 -15px 20px;
}

body.product.show .slick .list_item .pic {
    border: 1px solid #b3b3b3;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

body.product.show .slick .list_item a{
    font-size:16px;
    color:#000;
    font-weight:bold;
}


body.product.show .content .slider-for,
body.product.show .content .slider-nav .list_item img{
    border:1px solid #cacaca;
}

body.product.show .content .slider-nav .list_item.slick-current.slick-active img{
    border:1px solid #934820;
}

body.product.show .content .list_item{    
    outline: none;
}

body.product.show .content .slider-nav .list_item{
    position:relative;
    padding:5px;
}

body.product.show .content .slider-nav .slick-list{
    margin: 15px -4px;
}

body.product.show .content .infoBox .info{
    color:#000;
    font-size:16px;
    text-shadow:0 0 0 #888;
}

body.product.show .content .infoBox .info h1{
    font-size:24px;
    margin: 25px 0 20px;
}

body.product.show .content .infoBox .info .price{
    color:#cd2121;    
    display:inline-block;
}

body.product.show .content .infoBox .info .price span{
    font-size:24px;
}

body.product.show .content .infoBox .info li{
    line-height:50px;
}

body.product.show .content .infoBox .info li .form-control{
    display: inline-block;
    
}

body.product.show .content .infoBox .info li .qty{
    width: 60px;
}

body.product.show .content .infoBox .info li .specification{
        width: auto;
        max-width: 50%;
}

body.product.show .content .infoBox .info a.btn{
    font-size: 16px;
    color: #fff;
    background: #9b3451;
    border-radius: 0;
    padding: 8px 15px;
    margin: 30px 0 20px;
}

body.product.show .content .infoBox .info a.btn.addCart{
    background: #a98f68;
    margin-right: 20px;
}


body.news .content ul.kind a{
    border: 1px solid #a98f68;
    color: #a98f68;
    padding: 10px 30px;
    margin-bottom: 15px;
}

body.news .content ul.kind a h3{
    margin:0;
    font-size:15px;
}

body.news .content ul.kind a.active,
body.news .content ul.kind a:hover{
    background:#a98f68;
    color:#fff;
    -webkit-transition: all .25s linear; 
    -moz-transition: all .25s linear; 
    -ms-transition: all .25s linear; 
    -o-transition: all .25s linear; 
    transition: all .25s linear;
}

body.news .content .list-box a{
    color:#888;
    display: block;
}

body.news .content .list-box a:hover{     
    background-color: #f6f6f6;
}

body.news .content .list-box h4{
    margin: 0 0 20px;
    color:#000;
}

body.news .content .list-box .item{
    margin-bottom:20px;
}

body.news .content .list-box .info{
    padding: 10px 30px 15px;
}



body.member .content .btn{
    background: #a98f68;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 8px 35px;
    font-size: 16px;
}

body.member.login .content .btn{
    margin-bottom:15px;
}

body.member.login .content a.fb{
   background: url(../png/icon_fb.png) 10px center / 30px no-repeat rgb(56, 109, 171);
       padding: 12px 15px 10px 70px;
    position: relative;
    overflow: hidden;
}

body.member.login .content a.fb::before{
        content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 10px 0px 30px 2px rgba(0, 0, 0, 0.2);
}

body.member #membership {
    max-width: 700px;
    display: none;
}

body.member .content table,
body.member .content table th,
body.cart .content table,
body.cart .content table th{
    text-align: center;
}

body.member .content table tbody tr:not(:nth-last-child(1)),
body.cart .content table tbody tr:not(:nth-last-child(1)){
    border-bottom : 1px solid #ccc;
}

body.member .content table tbody td.no{
    visibility:hidden;
}

body.member .content table tr{
    line-height: 35px;
}

body.member .content table tr th,
body.cart .content table tr th{
    font-weight: bold;
    font-size: 17px;
}

body.member.show .content table.payment  tbody td:nth-last-child(1){
        text-align: left;
    line-height: 35px;
}


body.cart .content .btn{
    background: #a98f68;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
}

body.cart .content .btn.del,
body.cart .content .btn.del:active{
    background: none;
    color: #000;
    box-shadow:none;
}

body.cart .content .btn:hover {
    background: #934820;
    color: #fff;
}

body.cart .content .btn.del:hover{
    background: none;
    color: #000;
}

body.cart .content table .form-inline{
    padding: 15px 0;
    
}

body.cart .content table .form-inline input{
    margin: 0px auto;
    max-width: 85px;
}

body.cart .content table tr{
    line-height: 45px;
}

body.cart .sum,
body.member.show .sum{
    text-align: right;
    padding: 15px 30px;
    border-top: 1px solid #888;
    margin-top: 15px;
}

body.cart .sum .price,
body.member.show .sum .price{
    color: #ff5353;
    font-size: 24px;
}

body.cart .content .btn-box .pager a span{
    margin-right:5px;
}

body.cart .content .title{
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    text-align: center;
}

body.cart.p03 .content .info li span{
    width: 180px;
    display: inline-block;
    text-align:right;
    padding: 0 20px;
}

body.cart.p03 .content .info li{
    line-height:40px;
}
body.member.show .content table tr{
    line-height: 45px;
}

body.member.show .content table.top th{
    border-bottom:1px solid #ccc;
}
/*----------------------------------------- wid --------------------------------------*/

.content .wid {
    position: relative;
    z-index: 10;
}


/* wid-home-news */

.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}


/* wid-home-product */

.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../png/arrow-2.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}


/* wid-home-contact */

.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

/*@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -15%, 0);
        transform: translate3d(0, -15%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
}*/

/*產品列表/首頁*/

.content .productBox .list_item {
    margin-bottom: 20px;
}

.content .productBox .list_item .pic {
    border: 1px solid #b3b3b3;
    display: block;
    position:relative;
}

.content .productBox .list_item .pic >span{
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: auto;
    color: #934820;
    font-size: 20px;
}

.content .productBox .list_item .pic a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.15);
    opacity:0;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.content .productBox .list_item .buy-layer{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 50px;
    opacity: 0;
    padding: 0 15px;
    bottom: 0;
    text-align: center;
}

.content .productBox .list_item:hover .pic a:before{
    opacity:1;
}

.content .productBox .list_item:hover .buy-layer{
    opacity:1;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.content .productBox .list_item .buy-layer button{
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    text-overflow: clip;
    transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -moz-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -webkit-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    -o-transition: opacity .1s,background-color .1s,border-color .1s,color .1s,left .1s,top .1s;
    font-size: 1.08em;
    background-color: #a98f68;
    color: #fff;
    border: none;
    text-align: center;
    width: 100%;
    border: 0 solid #8c6833;
    border-bottom-width: 3px;
    border-radius: 4px;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
}

.content .productBox .list_item .buy-layer button:hover{
    background-color: #9b3451;
    border-color:#6c122b;
}

.content .productBox .list_item .buy-layer button span{
    position: relative;
    top: 4px;
}

.content .productBox .list_item a{
    font-size:20px;
    color:#000;
}

.content .productBox .list_item .info{
    padding:10px;
}

.content .productBox .list_item .info li.no{
    font-size:14px;
}

.content .productBox .list_item .info li.no span{
    font-size: 12px;
    background: #6d6d6d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 10px;
    margin-right: 5px;
}

.content .productBox .list_item .info li.txt{
    margin: 10px 0;
    text-shadow: 0 0 0 #ccc;
}

.content .productBox .list_item .info li.price{
    font-size:15px;
    color:#a33d25;
    text-align: right;
}

.content .productBox .list_item .info li.price span{
    font-size: 15px;
    margin: 0 5px;
}


#buyModal .modal-header,
#paymentModal .modal-header{
    border-bottom:none;
}

#buyModal .modal-header .close,
#paymentModal .modal-header .close{
    font-size: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

#buyModal .modal-body,
#paymentModal .modal-body {
    text-align:left;
}

#buyModal .modal-body .add{
    border-top: 1px solid #dcdcdc;
    margin: 15px 0 0;
    text-align: center;
    padding-top: 15px;
}

#buyModal .modal-body .add .row> * {
    margin-bottom:15px;
}

#buyModal .modal-body .add input[type='text']{
    display: inline-block;
    width: 60%;
    margin-left: 20px;
}

#buyModal .modal-body .add a.btn,
#paymentModal .modal-body a.btn{
    background: #9b3451;
    color: #fff;
    margin-right: 15px;
    border: 0 solid #6c122b;
    border-bottom-width: 3px;
    border-radius: 4px;
}

#buyModal .modal-body .add a.addCart,
#paymentModal .modal-body a.btn{
    background: #a98f68;
    border-color: #8c6833;
}

#paymentModal .modal-body a.btn{
    border-radius: 0;
    border: none;
    padding: 10px 15px;
}

#buyModal .modal-body .info .price{
    font-size: 15px;
    color: #cd2121;
}

#buyModal .modal-body .info .price span{
    font-size: 30px;
    margin: 0 5px;
}

body .bootstrap-dialog{
    margin-top: 20vh;
}

body .bootstrap-dialog.type-primary .modal-header{
    background: rgba(0, 0, 0, 0.6);
    text-align: left;
}

body .bootstrap-dialog.type-primary .modal-header i{
    vertical-align:bottom;
    margin-right: 10px;
}

body .bootstrap-dialog .modal-content{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;    
}

body .bootstrap-dialog .modal-content .modal-body{
    text-align: center;
}

body .bootstrap-dialog .modal-content .infoBox{
    margin: 15px 0;
}

body .bootstrap-dialog.type-primary .modal-footer{
    right: 15px;
    bottom: 10px;
    border-top: none;
    padding: 0;
    text-align: center;
}

body .bootstrap-dialog.type-primary .modal-footer .btn{
    background: none;
    text-shadow: none;
    color: #fff;
    padding: 5px 35px;
    margin: 15px 0;
}

.form-horizontal .row .form-inline {
    padding-bottom: 15px;
}
/*about*/
body.about .content .left-info{
    margin-top: 50px;
    /* margin-right: -120px; */
    width: 66.66666667%;
}
body.about .content .left-info .wd-about{
    background: #faf1e3;
    padding: 40px 60px 40px 40px;
    position: relative;
    margin-right: -20px;
    left: 0;  
}
body.about .content .left-info .wd-about h4{
    font-size:18px;
    font-weight: bold;
    margin-bottom:40px;
    line-height: 24px;
}
body.about .content .left-info h1{
    margin-bottom: 20px;
}
body.about .content .about-area{
    position: relative;
}

body.about .content .about-area .offset-area{
    margin-left: 66.66666667%;
    position: absolute;
    top: 0;
}


body.about .content .left-info h1 img, body.about .content .left-info h1 span{
    display: inline-block;
    vertical-align: bottom;
}
body.about .content .left-info h1 span{
    font-size:18px;
    margin-left: 10px;
}
body.about .content .about-area+img{
    position: relative;
}
body.about .content .service-tb td{
    width:25%;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

body.about .content .service-area h4 span{
     position: absolute;
    top: 50%;
    width:100%;
    text-align: center;
    color:#fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-shadow: 0px 0px 7px #000;    
}
body.about .content .service-area .product-list .col-md-3{
    padding:0;
}
body.about .content .service-area .product-list h4{
    position: absolute;
    top:0;
    bottom:0;
    left: 10px;
    right:10px;
    margin:0;
    color:#fff;
}
.content .sec1+.sec1{
    margin-top: 100px;
}
.content .sec2+.sec2{
	margin-top:50px;
}
.content .sec1 h3, .content .sec2 h3{
    font-size: 25px;
    color: #4c0008;
    font-weight: bold;
}

.map iframe{
    width:100%;
}
.content .companyinfo h4+ul{
    margin-left:20px;
}
.content .companyinfo h4+ul li+li{
    margin-top:5px;
}
.content .companyinfo h4+ul+h4{
    margin-top:15px;
}
.content .companyinfo h4{
    color:#000;
}
.content .companyinfo h4 .fa{
    margin-right: 6px;
    min-width: 15px;
    color: #bb001f;
}
.content .companyinfo h4+ul li a{
    padding:0;
    text-decoration: underline;
}
.content .companyinfo h4+ul li a:hover{
    background:none;
}
.content .contact-area{
    padding-top: 150px; 
    position: relative;    
} 
body.location .sec1 h3{
    padding-top: 100px;
    margin-top: -100px;
}
.content .contact-area .bg{
    background: url(../jpg/bg_contact.jpg) no-repeat center center;
    /* min-height: 500px; */
    position: absolute;
    height: 350px;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
}
.content .contact-form{
    background: #fff;
    padding: 70px 30px;
    border-top: 7px solid#98694e;
}
.content .contact-form .form-group input+span{
    margin-left: 10px;
}
.contact-form .form-control{
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #f5f5f5;	
}
.buymethod-area h4{
	color: #8c583c;
}
.buymethod-area .fa{
	margin-right: 5px;
}

.buymethod-area .tips{
	    color: #e4330a;
}
.buymethod-area .bigger{
	font-size:25px;
}
.buymethod-area p{
	margin-bottom: auto;
}
p.notice {
    color: #ce4441;
}
.buymethod-area ul > li+li{
	margin-top:15px;
}
.buymethod-area ul > li >ul li+li{
	margin-top:5px;
}
.buymethod-area i.fa.fa-square {
    font-size: 12px;
    vertical-align: middle;
}


.table.delivery-tb{
	margin-top:10px;
}
.delivery-tb tr:not(:nth-child(1)) th{
    background: #eadcc7;
    min-width: 150px;
}
.table.delivery-tb>thead>tr>th, .table.delivery-tb>tbody>tr>th, .table.delivery-tb>tfoot>tr>th, .table.delivery-tb>thead>tr>td, .table.delivery-tb>tbody>tr>td, .table.delivery-tb>tfoot>tr>td{
	border-top: 1px dashed #b38a4c;
}
.table.delivery-tb>tbody>tr>td{
    background: #fbf1e3;
}
.table.delivery-tb tr:nth-child(1) th{
	font-size: 20px;
    background: #5a1208;
    color: #fff;
    border-top:none;
}

body.buyMethod .buymethod-area .nav ul {
    list-style-type: none;
}

body.buyMethod .buymethod-area .nav ul li img {
    border: 1px solid #ddd;
    margin: 20px 0;
}

body.buyMethod .pp1 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
}

body.buyMethod .pp1.pp2 {
    margin-top: 20px;
}
/* Hidden Link */
.texto {
	overflow:hidden;
	text-indent:-5000px;
}