﻿

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.banner{
    position: relative;
}

/*------------ / basic ------------*/


/*------------ icon ------------*/

.icon {}


/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    font-size: 15px;
    margin: 0 5px;
    width: 20px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    text-align: center;
    color: #9f7e4d;
    background: #fffdee;
    transition: all .3s ease-in-out;
}

.share .btn:hover {
    background: #184c59;
    color: #fff;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 110px;
    height: 110px;
    transition: all .0s;
}

.ibtn.fb-fans-page:hover {
    background-position: 0 100%;
}

.btn.back {
    color: #9f7e4d;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 15px;
    width: 150px;
    text-align: center;
    letter-spacing: 0.1em;
    white-space: normal;
    border-radius: 20px;
    border: 1px solid #9f7e4d;
    box-sizing: border-box;
    padding: 8px 15px 6px;
    transition: all .3s ease-in-out;
    position: relative;
}

.btn.back:hover {
    color: #184c59;
    border: 1px solid #184c59;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    color: #fff;
    background: #9f7e4d;
    border: 1px solid #9f7e4d;
    width: 15%;
    height: 40px;
    margin: 0 1%;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    position: relative;
    border-radius: 30px;
    min-width: 120px;
}

.btn.simple:hover {
    background: #fff;
    color: #9f7e4d;
}

.btn.simple.bg2 {
    color: #fff;
    background: #184c59;
    border: 1px solid #184c59;
}

.btn.simple.bg2:hover {
    background: #fff;
    color: #184c59;
}

.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80CAA5;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #184c59;
    font-size: 15px;
    margin: 1% 1%;
    border-radius: 30px;
    border: 1px solid #184c59;
    display: inline-block;
    padding: 6px 3%;
}

.btn.normal:hover {
    color: #9f7e4d;
    border: 1px solid #9f7e4d;
}

.btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #9f7e4d;
    margin: 0 0px;
    border-radius: 100%;
    border: 1px solid #9f7e4d;
    display: inline-block;
    line-height: 90px;
}

.btn.normal2:hover {
    background: transparent;
    color: #9f7e4d;
}

.btn.normal2.send {}

.btn.normal .ic {
    /*vertical-align: middle;
font-size: 18px;
margin: 0 0 5px 0;*/
}

.ic.ic3-home {
    font-size: 12px;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #9f7e4d;
    text-decoration: underline;
}


/*------------ / btn ------------*/


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: center;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color:#f0d896;
    cursor: pointer;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.share_box .share-link .btn.line {
    padding: 0px;
}

.share_box .share-link:before {
    display: none;
}


/*------------ icon ------------*/


/*------------ site_header ------------*/
.wrapper1{
    padding-top: 261px;
}
.site-header {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../../images/common/header_pattern.jpg) no-repeat 50% 0,#fffdee;
    padding-top: 25px;
}
.site-header:before{
    content: '';
    display: block;
    width: 460px;
    height: 356px;
    background: url(../../images/common/leaf_left.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
}
.site-header:after{
    content: '';
    display: block;
    visibility: visible;
    background: url(../../images/common/left_02.png) no-repeat 50% 50%;
    width: 72px;
    height: 346px;
    position: absolute;
    top: 105px;
    right: 52px;
    z-index: 2;
    transition: all .2s;
}

.site-title {
    position: relative;
    z-index: 50;
    padding: 23px 0 10px;
    margin: 0 auto;
    text-align: center;
}

.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 290px;
    height: 100px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 60;
    right: 15px;
    top: 23px;
}

.header-fixed .top-nav {
    top: 2px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.func-menu {
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    margin-right: 0px;
}

.func-menu>li {
    padding: 2px 0;
}

.func-menu>li>a {
    color: #8c6b4a;
    font-size: 14px;
    line-height: 27px;
    padding: 0 8px 0 4px;
    position: relative;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    padding: 0px 10px;
    border-radius: 0px;
    transition: all .2s ease;
/*    border: 1px #184c59 solid;*/
}
.func-menu>li>a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #184c59;
    position: absolute;
    right: 0;
    bottom: -1px;
    transition: all .3s cubic-bezier(.54,.07,.45,.86);
    z-index: -1;
}
.func-menu>li>a:hover:before {
    width: 100%;
    right: inherit;
    left: 0;
}
.func-menu>li>a:hover {
    color: #184c59;
}



.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 5px 1px 3px;
}

.func-menu .ic3-user-cross {
    font-size: 16px;
    margin: 0 4px -1px 4px;
}

.func-menu>li.gocart {
    position: absolute;
    display: block;
    right: 0;
    top: 40px;
    color: #184c59;
}

.func-menu>li.gocart>a {
    font-size: 17px;
    color: #184c59;
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}

.func-menu>li.gocart>a:before{
    display: none;
}
.func-menu>li.gocart>a:hover {
    background: none;
}

.func-menu>li.gocart>a i {
    color: #184c59;
    font-size: 26px;
    margin-bottom: -2px;
}

.func-menu>li.gocart .gocart-qty {
    min-width: 34px;
    height: 34px;
    color: #184c59;
    background: #fffdee ;
    border: solid 1px #184c59;
    transition: all .2s ease;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    border-radius: 100%;
    line-height: 34px;
    margin: 10px 0 0 10px;
    font-family: 'Open Sans', sans-serif;
}

.func-menu>li.gocart.active>a .gocart-qty,
.func-menu>li.gocart>a:hover .gocart-qty {
    background: #18373a;
    color: #fff;
    border-color: #18373a;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 1px solid #184c59;
    background: #fffdee;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: left;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-list {
    padding: 4px;
    background: #fff;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all .3s ease-in-out;
}

.func-menu .cart-list a:hover {
    background: #eee;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #184c59;
    font-size: 15px;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #9f7e4d;
}


/*-- 登入燈箱 --*/

.func-menu .btn.fancybox-login {
    width: 100%;
    background:#184c59;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.05em;
}

.func-menu .btn.fancybox-login:hover {
    background: #18373a;
}

.func-menu .btn.fancybox-login .ic {
    font-size: 20px;
    margin-right: 0;
}


/*-- 登入燈箱end --*/


/*-- 置頂拆單 --*/

.func-menu .shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #333;
}

.func-menu .shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}

.func-menu .shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}

.func-menu .shopping_way span+span {
    margin-left: 10px;
}


/*-- 置頂拆單end --*/


/*-- 會員下拉 --*/

.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}

.func-menu>li.gomember>a {
    background: #C5A56B;
    border-radius: 60px;
    padding: 0px 20px;
    border: 1px #C5A56B solid;
    overflow: hidden;
    outline: none;
    color: #FEFEFE;
    transition: all .2s ease;
}

.func-menu>li.gomember>a i {
    /*    color: #ffffff;
font-size: 13px;*/
}

.func-menu>li.gomember>a:hover {
    background: #fff;
    border-color: #C5A56B;
    color: #C5A56B;
}

.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 160px;
    right: 0;
    top: 100%;
    border: 2px solid #9b9c8e;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gomember-box:before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
}

.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .gomember-list {
    padding: 4px 0;
}

.func-menu .gomember-list li+li {
    border-top: 1px dashed #a7a995;
}

.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.func-menu .gomember-list a:hover {
    color: #c5a56b;
}

.func-menu .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c5a56b;
    font-size: 15px;
}

.func-menu .login-out-fixed {
    color: #c5a56b;
}

.func-menu .gomember-list .login-out-fixed a:hover {
    color: #3f210f;
}


/*-- 會員下拉end --*/

.top-nav .language {
    position: relative;
    width: 50px;
    right: 0;
    top: 5px;
    display: inline-block;
}

.top-nav .language .btn {
    width: 100%;
    color: #9D9D9D;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}

.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    display: block;
    background: #82BBB3;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    border-top: 1px solid #fff;
}

.top-nav .language li a:hover {
    color: #fff;
    background: #B7D7D2;
}

.header-fixed .site-nav .menu>li>a:before{display:none}
.site-nav {
    position: relative;
    padding: 0px 0;
    margin: 0px 0 25px;
    text-align: center;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    padding: 0 7px;
}

.site-nav .menu>li>a {
    color: #184c59;
    padding: 50px 15px 0;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 16px;
}

.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #18373a;
    transform: translate(0,5px);
}
.site-nav .menu>li>a:before{
    content: '';
    display: block;
    /*width:6px;
    height: 6px;
    background: #18373a;
    transition: all .4s ease-in-out;
    transform: rotate(68deg);*/
    width: 59px;
    height: 47px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    opacity: 0;
    transform: rotateY(60deg);
    transition: all .3s ease-in-out;
    background: url(../../images/common/menu.png) no-repeat;
}

.site-nav .menu>li:nth-child(2)>a:before{
    background-position: -59px 0;
}
.site-nav .menu>li:nth-child(3)>a:before{
    background-position: -118px 0;
}
.site-nav .menu>li:nth-child(4)>a:before{
    background-position: -177px 0;
}
.site-nav .menu>li:nth-child(8)>a:before{
    background-position: -236px 0;
}
.site-nav .menu>li:nth-child(9)>a:before{
    background-position: 100% 0;
}


.site-nav .menu>li>a:hover:before{
    opacity: 1;
    /*top:-1px;
    transform: rotate(45deg);*/
    top: 0;
    transform: rotateY(0deg)
}

.site-nav .menu>li>a:after{
    content: '';
    display: block;
    width:0;
    height: 1px;
    background: #18373a;
    position: absolute;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
    margin: auto;
}
.site-nav .menu>li>a:hover:after{
    width:  calc(100% - 20px);
}

.site-nav .menu>li+li:before {
    /*    content: ' | ';*/
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 21%;
    color: #c7b493;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #9f7e4d;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu>li>ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #9f7e4d transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #9f7e4d;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

.site-nav .menu>li:nth-last-child(-n+4),.site-nav .menu>li:nth-child(7) {
    display: none;
}

.site-nav .menu .new_menu {
    display: none;
}

.site-header .search-box {
    position: absolute;
    width: 145px;
    box-sizing: border-box;
    margin-left: 10px;
    top: 43px;
    z-index: 60;
}

.site-header .search-box .form-control {
    border: none;
    background: transparent;
    height: 29px;
    line-height: 27px;
    margin: 0;
    padding: 3px 42px 5px 10px;
    box-sizing: border-box;
    color: #8c6b4a;
    border-bottom: solid 1px #8c6b4a;
    font-size: 13px;
    font-family: 'Open Sans', '微軟正黑體', sans-serif;
}

.site-header .search-box .form-control:focus {
    border-color: #184c59;
    color: #184c59;
}

.site-header .search-box .ibtn.search {
    position: absolute;
    right: 6px;
    top: -3px;
    width: 30px;
    height: 30px;
    z-index: 2;
    background: url(../../images/common/btn_search.png) no-repeat 0 0%;
    transition: all ease-in-out;
    /*transform: translate(-50px,0);*/
}

.site-header .search-box .form-control:focus~.ibtn.search {
    /*transform: translate(0,0);*/
}

.search-box:hover .ibtn.search {
    background-position: 0 100%;
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.site-header .search-box:hover a {
    color: #79796A;
}


/*.search-box .ic.ic3-search2 {
position: absolute;
top: 8px;
right: 0px;
font-size: 16px;
color: #b3b3b3;
}

.search-box .ic.ic3-search2:hover {
color: #9f7e4d;
}*/


/*-- 選單至頂 --*/

.header-fixed .site-header:after,
.header-fixed .site-header:before {
    opacity: 0;
    visibility: hidden;
}

.header-fixed .site-header {
    height: 60px;
    position: fixed;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #dadcda;
    transition: all .2s ease;
    background: #fffdee;
    padding-top: 0;
}

.header-fixed .site-nav .menu>li>a{
    transition: all .25s;
}
.header-fixed .site-title {
    padding: 0px;
    float: left;
    margin: 5px 0 0 0;
    width: 120px;
    z-index: 99;
}

.header-fixed .site-title .logo {
    height: 50px;
    width: 90px;
}

.header-fixed .site-nav {
    border: none;
    text-align: left;
    margin: 0px;
    float: left;
    margin: 8px 0 0 20px;
    position: relative;
    left: 0px;
}

.header-fixed .func-menu>li.gocart>a {
    margin-top: -7px;
}

.header-fixed .site-nav .menu>li>a:before {
}

.header-fixed .site-nav .menu>li>a {
    padding: 10px 10px;
}
.header-fixed .site-nav .menu>li>a:hover{
}

.header-fixed .site-nav .menu>li>a:hover:after{
    width:  calc(100% - 20px);
}
.header-fixed .func-menu>li.gocart {
    position: static;
    display: inline-block;
    right: 0;
    top: 0px;
    color: #9f7e4d;
    margin: -7px 0 0 0;
}

.header-fixed .func-menu>li {
    padding: 12px 0 1px;
}


/*
.header-fixed .func-menu .gocart:after{
content:'';
background:rgba(154, 133, 133, 0);
height:60px;
z-index:1;
width:100px;
display:block;
position:absolute;
margin-top:-20px;

}*/

.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order {
    display: none;
}


/*-- 選單至頂end --*/


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;

}
.banner:before{
    content: '';
    display: block;
    background: url(../../images/common/banner_bg.jpg) no-repeat 50% 50%;
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.banner:after{
    content: '';
    display: block;
    background: url(../../images/common/banner_bg_up.png) no-repeat 50% 50%;
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    position: relative;
    z-index: 3;
}

.banner button.slick-arrow {
    background: url(../../images/common/index/arrow.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 9;
}

.banner button.slick-prev {
    left: 10px;
}

.banner button.slick-prev:hover {
    background-position: 0 100%;
}

.banner button.slick-next {
    background-position: 100% 0%;
    right: 10px;
}

.banner button.slick-next:hover {
    background-position: 100% 100%;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-title {
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
    background: #fffdee;
    display: block;
      font-family: 'Marck Script', cursive;
      font-size: 40px;
      font-weight: normal;
      color: #656766;
}

.main-title span {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #131c01;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: -6px 0 -9px 0;
    display: block;
}

.main-title .second_txt {
    color: #131c01;
    font-size: 22px;
    letter-spacing: 0.1em;
    position: relative;
}

.main-title .second_txt:before {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #9f7e4d;
    position: relative;
    margin: 6px auto 4px;
}

.main-content {
    padding: 0 0 70px;
    position: relative;
    z-index: 2;
}

.main-content::before {
    content: '';
    display: block;
    background: url(../../images/common/index/sect2_left.png) no-repeat 50% 50%;
    width: 409px;
    height: 486px;
    position: absolute;
    bottom: -244px;
    left: 50%;
    z-index: -1;
    margin-left: -1072px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0 auto;
}

.has-side .content {
    max-width: inherit;
}

.content-top {
    margin-bottom: 20px;
    background: #F0F0F0;
}

ontent-title {
    color: #184c59;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px 0;
    text-align: center;
    font-family: '微軟正黑體', 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.content-title2 {
    font-size: 18px;
    font-weight: bold;
    color: #184c59;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    letter-spacing: 0.15em;
}

.content-title2 i:before {
    display: none;
}

.content-title2 i {
    position: relative;
    top: 1px;
    background: url(../../images/common/index/abdot.png) no-repeat 50% 50%;
    width: 32px;
    height: 7px;
    margin-right: 8px;
    position: relative;
    top: -3px;
}

.content-title span {
    padding: 8px 2%;
    margin: 11px auto;
    text-align: center;
    display: block;
    width: 150px;
    border: solid 2px #184c59;
    color: #184c59;
    font-size: 17px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #9f7e4d;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
}

.shopping-title .ic {
    font-size: 22px;
    color: #9f7e4d;
    vertical-align: middle;
    margin: 2px 8px 5px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect img {
    display: block;
    margin: 0 auto;
}

.warning-sect {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: right;
    color: #fff;
    background: #9f7e4d;
    padding: 1px 15px;
    margin: 0px 0 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .3s ease-in-out;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #333;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #212121;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 260px;
    float: left;
}

.has-side .content {
    width: calc(100%);
    float: right;
    padding: 0 0 0 30px;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav-top {
    padding: 0 0 10px 0;
    background: url(../../images/common/side_line.png) no-repeat 50% 100%;
    margin-bottom: 2px;
}

.side-nav>li {
    border-bottom: dotted 1px #e2cfb1;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: 16px;

}

.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}

.side-nav>li>a,
.side-nav-top>li>a {
    padding: 12px 18px;
    box-sizing: border-box;
    border: solid 1px transparent;
    transition: all .3s ease-in-out;
    color: #202020;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
    box-sizing: border-box;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #9f7e4d;
    border-color: #9f7e4d;
    background: #fff;
}

.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 20px;
    color: #fff;
    background: #9f7e4d;
    border-color: #9f7e4d;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 18px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    color: #fff;
    background: #184c59;
}

.side-nav ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    top: 15px;
    left: 23px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    display: none;
}

.side-nav ul li.active a:before,
.side-nav ul li a:hover:before {
    display: inline-block;
}

.side-nav-top>li>a {}

.side-nav ul {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1;
}

.side-nav ul li a {
    color: #184c59;
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 10px 8px 20px;
    border-bottom: none;
    transition: all .3s;
    box-sizing: border-box;
    border-radius: 10px;
}

.side-nav ul>li a:hover,
.side-nav ul>li.active>a {
    color: #fff;
    background: #184c59;
    padding-left: 40px;
}

.side-nav ul ul {
    padding: 5px 0;
}

.side-nav ul ul li {
    padding: 2px 0;
    margin: 8px 0;
}

.side-nav ul ul li a {
    color: #9f7e4d;
    font-size: 14px;
    padding: 5px 10px 5px 20px;
}

.side-nav ul ul li a:hover,
.side-nav ul ul li.active>a {
    color:#9f7e4d;
    background: none;
    padding: 3px 10px 3px 20px;
}

.side-nav ul ul li a:before {
    display: none !important;
}


/*------------ / side ------------*/


/*------------ site_footer ------------*/

.footer-top {
    padding: 60px 0 30px;
    letter-spacing: 0;
}

.footer-top.news {
    background: none;
    padding: 15px 0px 15px;
    position: relative;
    background: #184c59;
}
.footer-top.news:before{
    content: '';
    display: block;
    background: url(../../images/common/noline_pattern.png) no-repeat 50% 50%;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}
.footer-top.news .container:before{
    content: '';
    display: block;
    background: url(../../images/common/footer_logo.png) no-repeat 50% 50%;
    background-size: 85% auto;
    width: 356px;
    height: 102px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-top.news .row {
    margin: auto;
    text-align: center;
    max-width: 100%;
}

.footer-top.news .row img {
    margin: 0px;
}

.footer-top a {
    color: #131c01;
    transition: all .3s;
}

.footer-top a:hover {
    color: #184c59;
}

.footer-top .row {
    margin: 0 -20px;
}

.footer-top .col {
    float: left;
    border-width: 0 1px;
    margin-right: -1px;
    padding: 0 20px;
}

.footer-top .col1 {
    border-left-width: 0;
    width: 37%;
}

.footer-top .col2 {
    float: none;
    margin: 15px auto;
    text-align: right;
}

.footer-title {
    color: #7FCAA5;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-title .ic {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #80CAA5;
    border-radius: 4px;
}

.site-map {
    font-size: 13px;
    letter-spacing: 35px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    text-align: left;
    border-right: 1px solid #9f7d4d;
    min-height: 136px;
}

.site-map ul li {
    margin: 5px 0 10px;
}

.site-map ul li a {
    display: inline-block;
    padding: 0px 24px 0px 0px;
    position: relative;
    color: #18373a;
    transition: all .3s ease-in-out;
}


.site-map ul li a:hover{
    color: #9f7e4d;
}

.qrcode {
    display: inline-block;
    margin: 0 0 0 10px;
    border: 1px solid #D2D2D2;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}

.footer-top .col3 {
    width: 280px;
    text-align: right;
    float: right;
}

.share .btn {
    margin-bottom: 5px;
}

.sharebox {
    max-width: 252px;
    padding: 74px 0px 16px;
    text-align: center;
}

.footer-top .col4 {
    width: 38.5%;
}

.footer-top .info .sect-title {
    color: #d5b685;
    font-size: 18px;
    text-align: left;
    position: relative;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    border: solid 1px #d5b685;
    box-sizing: border-box;
    max-width: 208px;
    text-align: center;
    display: none;
}

.footer-top .info .sect-title span {
    position: relative;
}

.footer-top .info .txt {
    padding: 0;
    margin: 0;
    color: #131c01;
}

.footer-top .info .txt ul {
    padding: 0;
    margin: 0;
}

.footer-top .info .txt li {
    list-style: none;
    margin: 9px 0px 0 35px;
    text-align: left;
    padding: 0;
}

.footer-top .info .txt i {
    margin: 0 0 0 -35px;
    width: 28px;
    height: 28px;
    background: #184c59;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    position: absolute;
}

.footer-bottom {
    font-size: 12px;
    color: #131c01;
    text-align: center;
    padding: 10px 0 35px;
    text-align: right;
    position: relative;
}
.footer-bottom .container:before{
    content: '';
    display: block;
    width: calc(100% - 600px);
    height: 1px;
    background: #a07c4c;
    position: absolute;
    left: 0;
    top: 10px;
}

.footer-bottom a {
    color:#131c01;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 10%;
    margin-right: -850px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.gocart {
    display: block;
    margin: 0 auto 5px;
    ;
    background: url('../../images/common/gocart.svg') no-repeat;
    width: 60px;
    height: 60px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
}

.no-svg .floating .btn.gocart {
    background-image: url('../../images/common/gocart.png');
}

.floating .btn.gocart:hover {
    background-position: 0 100%;
    color: #fff;
}

.floating .ibtn.gotop {
    background: url(../../images/common/gotop.png) 0 0 no-repeat;
    width: 59px;
    height: 59px;
}

.floating .ibtn.gotop:hover {
    background: url(../../images/common/gotop.png) 0 100% no-repeat;
}

#keyreply-container {
    bottom: 0px !important;
}


/*------------ / floating ------------*/


/*------------ pagination ------------*/

pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

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

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #bfb99f;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 2px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #9f7e4d;
}

.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #fff;
    background: #184c59;
    border: 1px solid #184c59;
    line-height: 32px;
    border-radius: 100%;
    border: 1px solid#9f7e4d;
}

.pagination li a.controls:hover {
    border: 1px solid #9f7e4d;
    color: #fff;
    background: #9f7e4d;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

.page-info .form-control:focus {
    border-color: #9f7e4d;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    text-align: center;
    color: #777;
    position: relative;
    margin: 0 0 30px;
}

.reminder span {}

.reminder b {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: 0px;
    color: #9f7e4d;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #9f7e4d;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #9f7e4d;
    background: #9f7e4d;
    color: #fff;
    z-index: 2;
}

.qty-box .less {
    left: 0;
    border-radius: 5px 0 0 5px;
}

.qty-box .add {
    right: 0;
    border-radius: 0 5px 5px 0;
}

.main-content.cart-two .qty-box {
    width: auto;
    padding: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #dadcda;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #fcfcfc;
}

.form-control:focus {
    outline: none;
    background: #fff;
    border-color: #184c59;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

textarea.form-control.messages {
    height: 210px;
}

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 1000px;
}

.form-wrap.type3 .form-box {
    max-width: 600px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

.form-box {
    margin: 0 auto;
}

.line {
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    padding: 20px 0;
}

.line2 {
    margin: 0 auto;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 20px 0;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
    box-sizing: border-box;
}

.form-box .type2 .col1 {
    float: left;
    width: 70%;
    padding: 0 24px;
    box-sizing: border-box;
}

.form-box .type2 .col2 {
    float: right;
    width: 25%;
    padding: 50px 0 0 0;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 15px;
    color: #9f7e4d;
    margin: 0 4px 0px 10px;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #70ac92;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
    font-size: 14px;
    color: #9f7e4d;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #70ac92;
}

.form-box .row img {
    margin: 0px;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #9f7e4d;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.checked.form-radio:before,
.checked.form-checkbox:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 3% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #f0d896;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 15px;
    background: #9f7e4d;
    background-image: none;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px 5px;
}

.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 18px;
    padding-bottom: 0px;
    display: block;
}

.success-txt a {
    text-decoration: underline;
    color: #9f7e4d;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 1000px;
    margin: 0 auto;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-h {
    border-top: 1px solid #DCDCDC;
    color: #131c01;
}

.table-h thead {
    display: none;
}

.table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color:#9f7e4d;
    font-size: 13px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: left;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}

.table-h thead th {
    color: #777;
    font-weight: normal;
    padding: 12px;
    text-align: center;
}

.table-h .align-left.info {
    max-width: 500px;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #9f7e4d;
}

.table-v {
    color: #777;
    font-size: 14px;
}

.table-v tr {
    border-bottom: 1px solid #ddd;
}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 110px;
    font-weight: normal;
    position: relative;
    background: #f0d896;
    color: #9f7e4d;
}

.table-v strong {
    color: #9f7e4d;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.jpg) no-repeat;
    width: 41px;
    height: 41px;
    right: 5px;
    top: 5px;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.jpg);
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 0px;
    border: 5px solid #f0d896;
}

body .fancybox-inner {
    background: #fffdee;
    border-radius: 0px;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    max-width: 780px;
    margin: 0 auto;
    max-width: 800px;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    color: #184c59;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title span {
    padding: 5px 10px;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.png') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box+.btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.login-box .success-box+.btn-box a {
    margin: 10px 0;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #9f7e4d;
}

.arrival-box .form-control:focus {
    background-color: #fff;
}

.arrival-box .pd-name {
    color: #9f7e4d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../../images/common/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}


/*------------ / 購物時登入燈箱 ------------*/

.shopping_way.hot.fixed {
    margin: 4px 0 -3px;
    color: #333;
}

.cart_login_box {
    height: auto;
    overflow: hidden;
}

.lightbox-wrapper.login-box.cart {
     width: 100%;
    display: inline-block;
}

.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}

.cart-login.col.col1 {
    right: 0px;
}

.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}

.cart-login.col {
    border-right: 1px solid #dadada;
    padding: 0 10px;
}

.cart-login.col:nth-child(2) {
    border: none;
}

.cart-login.col.col2 {
    padding: 30px;
}

.cart-login.col.col2 .btn-box {
    padding-top: 35px;
}

.cart-login .main-title {
    color: #404040;
    font-size: 18px;
    padding: 10px 0 25px;
}

.cart-login .fb-login-button {
    height: 40px;
}

.cart-login .btn-box {
    padding: 0px;
}

.btn.simple.cart {
    background: #4ea7ce;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block;
}

.btn.simple.cart:hover {
    background: #1b7292;
}

.btn.simple.cart2 {
    background: #046792;
}

.btn.simple.cart2:hover {
    background: #1c9e92;
}

.cart.bth {
    display: block;
    width: 100%;
}

.cart_login_box .form-box.cart_txt {
    text-align: center;
}

.lightbox-wrapper.login-box .notice-box {
    background: #fffdee;
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}

.lightbox-wrapper.login-box .notice-box .title {
    background: none;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0 20px;
    ;
    text-align: center;
    float: none;
}

.lightbox-wrapper.login-box .notice-box .txt {
    margin: 0px;
    padding: 0px;
    border: none;
}

.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    width: 800px;
}

.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 200px;
    height: 40px;
    background: #9f7e4d;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #9f7e4d;
    display: block;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #9f7e4d;
    display: block;
    line-height: 30px;
    margin-bottom: 4px;
}

.cart_login_box .btn.normal2:hover {
    background: #184c59;
}

.cart_login_box .btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 5px;
}

.cart_login_box .btn-box {
    margin: 15px 0;
}

.cart_login_box .btn.normal2.send {
    margin-bottom: 20px;
}

.cart_login_box .go-login {
    margin: 10px 0 20px;
}


/*------------ / 購物時登入燈箱 ------------*/


/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .share {
    display: block;
    width: 100%;
}

.mmenu-show #mobile-menu .language-menu {
    color: #fff;
}

.mmenu-show #mobile-menu .share .btn {
    margin: 0 1px;
}

.mmenu-show #mobile-menu .language-menu,
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a,
.mmenu-show #lang-box li a {
    background: #184c59;
}

.no-svg .mmenu-show #mobile-search .ibtn.search,
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}

.mmenu-show #mobile-menu .main-menu {
    background: #f9f4ed;
}

.mmenu-show #mobile-search .search {
    position: absolute;
    right: 8px;
    top: -5px;
}

.mmenu-show #mobile-search .search .ic3-search2 {
    font-size: 20px;
}

.mmenu-show #mobile-menu .side-nav-top {
    padding: 5px 10px;
}

.side-nav ul ul li {
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav ul ul li a {
    color: #f0d896;
}

.mmenu-show #mobile-menu .side-nav ul {
    padding: 10px 0;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li,
.mmenu-show #lang-box li {
    border-bottom-color:  #3c533b;
}

.mmenu-show #mobile-menu .side-nav ul ul {
    background: #9f7e4d;
}

.mmenu-show #mobile-menu .side-nav-top>li>a {
    border: none;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #9f7e4d;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a,
.mmenu-show #lang-box .menu li a:hover,
.mmenu-show #lang-box .menu li.active>a {
    color: #9f7e4d;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    z-index: 99;
}

.mmenu-show #mobile-fixed,
.mmenu-show .wrapper {
    width: 100%;
}


/* 舊手機語系

.mmenu-show #mobile-fixed a .ic-earth {
font-size: 24px;
margin: 0 auto 8px;
}

*/


/*--- 歐盟文字 ---*/

.privacy-txt {
    padding: 0 10px 0 0;
    margin-right: 10px;
    display: inline-block;
    color: #131c01;
}

.header-sheet {
    background-color: #184c59;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
}

.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #dcae60;
    text-decoration: underline;
}

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1500px) {
    .func-menu {
        margin-right: 0px;
    }
    .header-fixed .site-header {
        border-bottom: 1px solid #DBDCD3;
    }
    .header-fixed .top-nav {
        position: relative;
        left: 0px;
        top: 4px;
        text-align: right;
        margin: 0 -15px;
        float: right;
        z-index: 5;
    }
    .header-fixed .func-menu > li.gocart > a {
        position: relative;
        top: -3px;
    }
    .header-fixed .func-menu > li.gocart{margin-top: 0;}
    .header-fixed .site-nav {
        position: relative;
        top: -44px;
        z-index: 1;
        left: 0px;
        float: right;
        width: calc(100% - 160px);
    }
    .header-fixed .site-nav .menu>li>a {
        padding: 0px 9px;
        font-size: 14px;
    }
    .header-fixed .site-nav .menu>li+li:before {
        content: ' | ';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        left: 0px;
        top: 0%;
    }
}

@media screen and (max-width: 1440px) {
    .site-header::after{display: none;}
    .site-header::before{
        background-size: 70% auto;
    }
}
@media screen and (max-width: 1400px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    .banner::after{display: none;}
    /*------------ / site_footer 1370 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .footer-top .col1 {
        width: 60%;
        margin: 0 0 40px;
        text-align: center;
    }
    .footer-top .col3 {
        width: 30%;
        text-align: center;
    }
    .site-map {
        letter-spacing: 40px;
    }
    .footer-top .col4 {
        width: 100%;
        float: none;
        clear: both;
    }
    .footer-top .info .sect-title {
        text-align: center;
    }
    .footer-top .info .txt li {
        text-align: center;
    }
    /*------------ / site_footer 1280 ------------*/
    .table-h td[data-title]:before {
        display: block;
        margin: 0 0 5px 0;
    }
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100%);
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1180px) {
    .header-fixed .site-nav .menu>li {
        padding: 0 0px;
        font-size: 14px;
    }
    @media screen and (max-width: 1120px) {
        /*------------ site_header 1120 ------------*/
        .site-title {
            padding: 10px 0;
        }
        .site-nav {
            clear: both;
            position: static;
            margin: 0;
            padding: 0 0 10px;
            text-align: center;
        }
        .func-menu {
            margin-right: 0px;
        }
        .top-nav {
            right: 15px;
        }
        /*------------ / site_header 1120 ------------*/
        .top-nav .language {
            position: absolute;
            right: 0;
            top: 45px;
        }
        .func-menu>li.gocart {
            right: 50px;
        }
        .func-menu>li.gocart>a {
            font-size: 15px;
        }
        .header-fixed .func-menu>li.gocart>a i {
            font-size: 20px;
        }
        .header-fixed .func-menu>li.gocart .gocart-qty {
            min-width: 26px;
            height: 26px;
            font-size: 16px;
            line-height: 28px;
            margin: 0 0 0 3px;
        }
        .header-fixed .func-menu>li>a {
            font-size: 12px;
            line-height: 21px;
            padding: 0px 7px 0 7px;
        }
    }
    @media screen and (max-width: 1000px) {
        .site-header{
            position: relative;
        }
        .banner{padding-top: 0;}
        body{background: #fffdee;}
        .banner:after,
        .banner:before{display: none;}
        .footer-top.news:after{
            display: none;
        }
        .main-content::before {
            display: none;
        }
        .site-header:before {
            display: none;
        }
        .header-fixed .func-menu .ic {
            display: none;
        }
        .header-fixed .site-header {
            position: relative;
        }
        .success-txt strong {
            display: initial;
        }
    }
    @media screen and (max-width: 1000px) {
        .header-sheet {
            position: fixed;
            height: auto;
            bottom: 0%;
            z-index: 9999;
            font-size: 14px;
            padding: 10px 0 10px;
        }
        .header-sheet .close-ontop {
            right: 0px;
            left: 0px;
            top: -25px;
            margin: auto;
            text-align: center;
            background: #184c59;
            width: 100%;
            height: 35px;
        }
        button.close-ontop {
            padding: 0px;
        }
        .close-ontop {
            float: none;
        }
        body #keyreply-container {
            bottom: 10%;
        }
        .header-active #keyreply-container {
            bottom: 0%;
            -webkit-transition: all .7s;
            transition: all .7s;
        }
        .header-fixed .header-sheet {
            display: block;
        }
        /*  .header-fixed .site-header {
display: none;
}*/
        /*------------ site_header 900 ------------*/
        .site-title {
            float: none;
            text-align: center;
        }
        .top-nav,
        .site-nav,
        .site-header .search-box {
            display: none;
        }
        /*------------ / site_header 900 ------------*/
        /*------------ site_main 900 ------------*/
        .main-content {
            padding-bottom: 80px;
        }
        .has-side .content {
            border-left: none;
            padding: 0;
        }
        /*------------ / site_main 900 ------------*/
        /*------------ site_footer 900 ------------*/
        .footer-top {
            padding: 20px 0 30px;
        }
        .footer-top .container {
            text-align: center;
        }
        .footer-top .col.col1,
        .footer-top .col3 {
            display: none;
        }
        .footer-top .col.col2 {
            display: inline-block;
            text-align: center;
            float: none;
            width: 100%;
            margin: 15px 0;
        }
        .footer-bottom {
            text-align: center;
        }
        .footer-bottom .container::before,
        .footer-top.news .container::before{display: none;    }
        .footer-top .map-box {
            margin: 0;
        }
        .site-info {
            margin-left: 0;
        }
        /*------------ / site_footer 900 ------------*/
        /*------------ floating 900 ------------*/
        .floating,
        .floating.fancybox-margin {
            background: none;
            right: 50%;
            bottom: 5px;
            margin-right: -15px;
        }
        .floating .btn.gocart {
            display: none;
        }
        .floating .ibtn.gotop {
            background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
            width: 30px;
            height: 30px;
            border: 0;
        }
        .floating .ibtn.gotop:hover {
            background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        }
        /*------------ / floating 1000 ------------*/
        .share:before {
            content: '';
        }
        .content-top {
            margin-bottom: 20px;
        }
        .table-h td {
            min-width: 40px;
        }
        /*------------ 優化開始 ------------*/
        .footer-top .col.col2 {
            margin: 2px 0;
        }
        .site-title .logo {
            background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
            width: 150px;
            height: 70px;
        }
        .footer-top {
            padding: 30px 0 20px;
            border: none;
        }
        .footer-top.news {
            border-top: 1px solid #E1E1E1;
            border-bottom: 1px solid #E1E1E1;
        }
        .footer-top .info .sect-title {
            font-size: 16px;
            display: none;
        }
        .footer-top .info .txt {
            font-size: 14px;
            line-height: 20px;
        }
        .warning-sect {
            padding: 0;
            margin: 0px 0 25px;
        }
        .sect3 .container .row {
            padding: 15px 0;
        }
        .footer-bottom {
            line-height: 18px;
        }
        .breadcrumb {
            padding: 0px 15px;
            margin: 0px 0 4px;
            font-size: 12px;
        }
        .main-title span {
            font-size: 16px;
        }
        .main-title .second_txt {
            font-size: 12px;
        }
        .main-title span:before,
        .main-title span:after {
            top: 5px;
        }
        .main-title {
            margin: 0 0 10px;
            padding: 5px 20px;
            font-size: 14px;
            display: none;
        }
        .content-top {
            margin-bottom: 8px;
        }
        .btn-box {
            padding: 15px 0 10px;
        }
        .share_box .share-link .btn,
        .share_box .share-link .icon-ic-share-t,
        .share_box .share-link .icon-ic-share-linecall,
        .share_box .share-link .icon-ic-share-w {
            font-size: 25px;
            width: 25px;
            height: 25px;
        }
        .qty-box .form-control,
        .qty-box .btn {
            height: 25px;
            line-height: 25px;
        }
        .table-h td,
        .static-control {
            font-size: 14px;
        }
        .btn.simple {
            height: 35px;
            font-size: 14px;
            line-height: 32px;
        }
        .btn.normal {
            font-size: 14px;
            width: 49%;
            margin: 5px 0;
        }
        body {
            font-size: 14px;
            /* line-height: 25px; */
        }
        .main-content {
            padding: 0 0 10px;
        }
        .content-title {
            font-size: 16px;
            margin: 0 0 15px 0;
        }
        .reminder {
            margin: 0 0 10px;
        }
        .line {
            padding: 10px 0;
        }
        .line2 {
            padding: 10px 0;
        }
        .form-box .form-group {
            padding: 0px 0;
        }
        .form-box .type2 .col2 {
            padding: 0px;
        }
        .success-box .order-id {
            margin: 0.5em auto;
        }
        .content-title2 {
            font-size: 16px;
            margin: 0 0 10px 0;
        }
        .content-title span {
            font-size: 16px;
        }
        textarea.form-control.messages {
            height: auto;
        }
        .btn.pure {
            margin: 0 5px 0px;
        }
        .success-wrap {
            padding: 0.5% 0px;
        }
        .success-msg {
            font-size: 18px;
            background-size: 80px;
            margin-bottom: 0px;
        }
        .content {
            min-height: 100px;
            margin: 20px 0;
        }
        .cart-list-mobile .table-h {
            border-top: none;
        }
        .shopping-title,
        .shopping-title-up,
        .payment-box .shopping-title {
            font-size: 17px;
            letter-spacing: 0.1em;
            margin-bottom: 0px;
        }
        .header-fixed .site-header {
            position: static;
        }
        .header-fixed .site-title {
            margin: 0;
            float: none;
        }
        .banner button.slick-prev,
        .banner button.slick-next {
            opacity: 0;
            visibility: hidden;
        }
        /*------------ 優化結束 ------------*/
    }
    @media screen and (max-width: 767px) {
        /*------------ site_main 767 ------------*/
        .main-content {
            padding: 0 0 10px;
        }
        /*------------ / site_main 767 ------------*/
        /*------------ breadcrumb 767 ------------*/
        .content-top .breadcrumb {
            float: none;
        }
        /*------------ / breadcrumb 767 ------------*/
        /*------------ pagination 767 ------------*/
        .page-info {
            display: block;
            padding: 0 40px;
        }
        .pagination {
            position: relative;
            height: 0;
        }
        .pagination li a {
            display: none;
        }
        .pagination li a.controls {
            display: block;
            position: absolute;
            bottom: -42px;
        }
        .pagination li a.prev {
            left: 0;
        }
        .pagination li a.next {
            right: 0;
        }
        /*------------ / pagination 767 ------------*/
        /*------------ form 767 ------------*/
        .form-title {
            font-size: 36px;
        }
        .form-box .row:before {
            display: none;
        }
        .form-box .col,
        .form-box .type2 .col {
            width: 100%;
        }
        .form-box .type2 .col2 {
            text-align: center;
        }
        .form-box .name2 .control-box {
            padding: 0;
        }
        .form-box .name2 .radio-box {
            bottom: 100%;
        }
        .form-box .address2 .input-box {
            width: 50%;
        }
        .form-box .address2 .input-box:last-child {
            width: 100%;
        }
        .form-wrap .form-box .tips {
            min-height: 0;
        }
        /*------------ / form 767 ------------*/
        /*------------ table 767 ------------*/
        .table-h {
            border-top: 1px dashed #bbb;
        }
        .table-h tr,
        .table-h td {
            display: block;
            text-align: left;
        }
        .table-h td+td {
            border-left: 0;
            line-height: 25px;
        }
        .table-h td[data-title]:before {
            content: attr(data-title);
            display: inline-block;
            color: #aaa;
            font-size: 14px;
            margin: 0;
        }
        .table-h tr {
            padding: 10px 0;
            position: relative;
        }
        .table-h td {
            padding: 0;
            line-height: 2;
        }
        /*------------ / table 767 ------------*/
        /*------------ lightbox 767 ------------*/
        .login-box .notice-box {
            padding: 20px 25px;
            text-align: center;
        }
        .login-box .notice-box .title {
            float: none;
            display: inline-block;
            margin: 0;
        }
        .login-box .notice-box .txt {
            border-width: 1px 0 0;
            margin: 15px 0 0;
            padding: 15px 0 0;
        }
        /*------------ / lightbox 767 ------------*/
        /*------------ 優化開始 ------------*/
        .sect3 .cf-list li {
            width: 50%;
            padding: 0 10px 30px;
        }
        .cart-login.col {
            width: 100%;
            clear: both;
            padding: 10px;
        }
        .cart-login.col {
            border-right: none;
        }
        .cart-login.col+.col {
            border-top: 1px solid #dadada;
            border-left: none;
            padding: 20px 10px;
            margin: 15px 0;
        }
        .cart-login.col.col2 {
            padding-top: 40px;
        }
        .cart-login.col.col2 .btn-box {
            padding-top: 30px;
        }
        /*------------ 優化結束 ------------*/
    }
    @media screen and (max-width: 500px) {
        /*------------ lightbox 500 ------------*/
        .lightbox-wrapper {
            padding: 30px 20px;
        }
        .login-box .main-title {
            padding-top: 0;
        }
        .login-box .main-title span {
            font-size: 16px;
        }
        .login-box .success-msg {
            font-size: 17px;
        }
        /*------------ / lightbox 500 ------------*/
        /*------------ table 500 ------------*/
        .table-v tr,
        .table-v th,
        .table-v td {
            display: block;
            width: auto;
            text-align: left;
        }
        .table-v tr:nth-child(n) {
            background: none;
        }
        .table-v th {
            border: 0;
        }
        /*------------ / table 500 ------------*/
    }
    @media screen and (max-width: 400px) {
        /*------------ form 400 ------------*/
        .form-box .form-group .input-box {
            width: 100%;
        }
        /*------------ / form 400 ------------*/
        /*------------ btn 400 ------------*/
        .btn.simple {
            margin: 0 auto 10px;
        }
        /*------------ / btn 400 ------------*/
        .site-title .logo {
            width: 150px;
            height: 60px;
        }
        .arrival-box .pd-name {
            font-size: 16px;
            margin: 20px 0 0;
        }
        .arrival-box .form-box {
            padding: 5px 0;
        }
        .arrival-box .form-control {
            height: 32px;
            line-height: 24px;
        }
        /*------------ / 手機板logo -------------*/
        .mmenu-show #mobile-fixed .logo-fixed-menu {
            width: 150px;
        }
    }

    .main-title {
        margin: 0 0 20px 0;
        padding: 20px;
        text-align: center;
        background: #fffdee;
        display: block;
          font-family: 'Marck Script', cursive;
          font-size: 20px;
          font-weight: normal;
          color: #656766;
    }
