@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600;700&display=swap');
/*製作時刪除*/
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
*:focus{
    outline: 0;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #777;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
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:#212121;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.require:before {
    content: "\e927";
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B6995F;
    font-size: 18px;
    position: relative;
    margin-right: 10px;
    bottom: -3px;
    font-weight: bold;
}
.ic-time6{
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
    font-weight: 600;
    color: #B6995F;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.success {
    background-image: url('../../images/common/success_ic.png');
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.login {
    background-image: url('../../images/common/login_ic.png');
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 100%;
    width:35px;
    height:35px;
    line-height:35px;
}
.share .btn .ic {
    vertical-align: middle;
    font-size: 17px;
    background: #5A4B41;
    padding: 6px;
    color: #fff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.share .btn.facebook .ic{
    padding: 6px 10px;
}
.share .btn.plurk .ic{
    font-size: 13px;
    padding: 8px;
}
.share .btn.google .ic{
    font-size: 15px;
    padding: 7px 5px;
}
.share .btn.twitter .ic{
    font-size: 15px;
    padding: 7px;
}
.share .btn.facebook:hover .ic{
    background: #3D5991;
}
.share .btn.plurk:hover .ic{
    background: #EA5E00;
}
.share .btn.google:hover .ic{
    background: #D8422D;
}
.share .btn.twitter:hover .ic{
    background: #2DAAE2;
}
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.ibtn.fb-fans-page{
    background: url(../../images/common/btn_facebook.jpg);
    width: 103px;
    height: 103px;
    display: inline-block;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    background: #afafaf;
    text-indent: inherit;
    display: block;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 5px;
    transition: all .3s ease;
    /* margin: 25px auto 0; */
    font-family: 'Jost','微軟正黑體', sans-serif;
    display: inline-block;
}
.btn.back:hover {
    background:#212121;
    letter-spacing:0.15em;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 15px 3px 0;
    font-size: 20px;
    color: #fff;
    transform: rotate(180deg);
}
.btn.back:hover .ic {
    color: #fff;
}
.btn.simple {
    background: #D0B599;
    width: 50%;
    height: 35px;
    color: #fff;
    font-family: 'Jost','微軟正黑體', sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 35px;
    position: relative;
    margin: 0 -2px;
}
.btn.simple:hover,.btn.simple.send {
    background: #212121;
}
.btn.simple.w2 {
    width: 100%;
    max-width: 120px;
}
.btn.simple.send:hover{
    background: #D0B599;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    color: #fff;
    font-family: 'Jost','微軟正黑體', sans-serif;
    padding: 0 20px;
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    background: #D0B599;
    margin: 0 10px 5px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.btn.normal:hover {
    background: #5A4B41;
}
.btn.normal:hover i{
    color: #D0B599;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 21px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #5A4B41;
}
.btn.normal:hover i,.btn.normal.home:hover:before{
    color: #D0B599;
}
.btn.normal.home:before{
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    margin-right: 5px;
    font-size: 21px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #5A4B41;
}
.btn.normal .ic-t-invoice{
    font-size: 30px;
}
.btn.pure {
    color: #9F8A73;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #F1F1F1;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
}
.header-fixed .site-header {
    box-shadow: 1px 1px 15px rgba(0,0,0,0.18);
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title {
    margin-top: 10px;
}
.header-fixed .site-title .logo {
    /*width: 64px;*/
    height: 64px;
} 
.header-fixed .site-nav{
    padding:20px 10px;
}
.site-title,.site-header, .site-title .logo ,.site-nav{
    transition: all .3s ease;
}
.wrapper{
    padding-top: 138px;
    background:#f2f2f2; 
}
.site-title {
    width: 94px;
    text-align: center;
    left: 50%;
    margin-left: -102px;
    position: absolute;
    margin-top: 30px;
}
.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 250px;
    height: 62px;
    text-indent: 100%;
}
.logo2 {
    position: absolute;
    left: 15px;
    top: calc(50% - 25px);
    background: url(../../images/common/logo2.png) no-repeat 50% 50%;
    background-size: contain;
    width: 230px;
    height: 50px;
    text-indent: 100%;   
    display: none;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 18px;
    margin-right: 4px;
    color: #fff;
}
.gocart .toggleBtn span{
    border: 1px solid #9F8A74;
    font-size: 12px;
    padding: 1px 6px;
    font-weight: bold;
    margin: 0 8px 0 5px;
    color: #9F8A74;
}
.gocart .active .toggleBtn span{
    background: #A08A75;
    color: #000;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li.gocart{
    font-weight: bold;
    color: #A08A75;
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #A08A75 transparent;
    position: absolute;
    top: -7px;
    right: 30px;
    
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 220px;
    right: 0;
    top: 100%;
    background: #A08A75;
    padding-bottom: 6px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: rgba(0,0,0,.7);
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
    position: relative;
}
.func-menu .cart-list a:hover .pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
    color: #fff;
}
.func-menu .cart-list .name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
}
.func-menu .cart-list a:hover .name {
    color: #000;
    text-decoration: underline;
}
.func-menu .cart-list .offers{
    font-family: 'Times New Roman';
    letter-spacing:1px;
}
.func-menu .alloffers{
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0 10px;
    font-weight: bolder;
}
.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;
}
.site-header .search-box .form-control {
    border: 0;
    background: #b1b1b1;
    color: #DDDDDD;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 5px;
    border-radius: 0;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
}
.site-header .search-box ::-webkit-input-placeholder { color:#fff; opacity: 1; }
.site-header .search-box ::-moz-placeholder { color:#fff; opacity: 1; }
.site-header .search-box :-ms-input-placeholder { color:#fff; opacity: 1; }
.site-header .search-box :-moz-placeholder { color:#fff; opacity: 1; }
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.index-w .search-box{
    display: none;
}
.site-header .language {
    position: relative;
    width: 170px;
    font-size: 13px;
    color: #666;
    background: #333;
    height: 30px;
}
.site-header .language .btn {
    width: 100%;
    position: relative;
    padding: 6px 15px;
    text-align: left;
}
.site-header .language .btn:after {
    content: "\f107";
    font-family: "icon-font-27";
    margin-left: 45px;
    border-left: solid 1px #5A524A;
    padding-left: 7px;
    color: #fff;
    font-size: 16px;
}
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgb(141, 122, 103);
    display: none;
}
.site-header .language ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
    color: #3B322B;
}
.site-header .language ul li a:hover {
    color: #FFFFFF;
}
.site-header .func-menu{
    position: absolute;
    right: 0;
    bottom: -50px;
}
.site-nav {
    padding: 45px 10px 50px;
}
.site-nav .menu > li {
    position: relative;
    width: 10%;
    margin: 0 -10px;
}
.site-nav .menu > li:nth-child(1) {
    margin-left: 10%;
}
.site-nav .menu > li:nth-child(4) {
    margin-left: 28%;
}
.site-nav .menu > li > a {
    color: #2D2C2E;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 8px 0;
    display: block;
    margin: auto;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #2d2c2e;
}
.site-nav .menu > li > a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    background: #8A8A8A;
    display: block;
    height: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li > a:hover:after {
    opacity: 1;
    bottom: 0px;
}
.site-nav .menu > li > ul {
    z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 155px;
    position: absolute;
}
.site-nav .menu ul{
     z-index: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 155px;
    position: absolute;   
    display: none;
}
.site-nav .menu ul li{
    position: relative;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -80px;
}

.site-nav .menu > li > ul > li a {
    font-size: 16px;
    text-align: center;
    padding: 7px 15px;
    color: #2E2E2E;
    display: block;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.site-nav .menu > li > ul > li a {
    background-color: rgba(255, 255, 255, .9);
    transition: all .3s ease;
}
.site-nav .menu > li > ul > li a:hover,
.site-nav .menu > li > ul > li.active > a {
    color: #fff;
    background-color: #212121;
}
.menu > li > ul,
.toggle-menu {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    z-index: 0;
}
.banner.no_img {
    padding-top:80px;
}
.banner .slick-arrow{
    border: none;
    background: url(../../images/common/arrow.png);
    padding: 0;
    text-indent: -5000px;
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    z-index: 30;
}
.banner .slick-prev{
    background-position: 0 0;
    left: -35px;
    transform:rotate(180deg);
}
.banner .slick-next{
    background-position: 100% 0;
    right: -35px;
}
.banner .slick-prev:hover{
    background-position: 50% 100%;
}
.banner .slick-next:hover{
    background-position: 50% 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.site-main{
    position: relative;
    margin-top: -107px;
    padding: 33px 0 0px;
    z-index: 2;
    background:url(../../images/common/main_bg.png) no-repeat center top;
/*    -webkit-transition: margin-top .3s ease;
    -moz-transition: margin-top .3s ease;
    -ms-transition: margin-top .3s ease;
    -o-transition: margin-top .3s ease;
    transition: margin-top .3s ease;*/
}
.main-content {
    padding: 0 0 70px;
    background:  url(../../images/common/main_bg-y.png) center top repeat-y;
}
.main-top {
    text-align: center;
}
.main-title {
    display: block;
    font-size: 28px;
    color: #3c3c3c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid #dfdfdf 2px;
    /*font-family: "Helvetica";*/
    position: relative;
}
.main-title:before{
    content: "";
    position: absolute;
    border-bottom: solid #7D7D7D 2px;
    bottom: -2px;
    left: 47%;
    right: 47%;
}
.main-content {
    padding: 0 0 70px;
    background:  url(../../images/common/main_bg-y.png) center top repeat-y;
}
.sub-title {
    text-align: center;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.decoration{
    margin-bottom: 45px;
    position: relative;
}
.decoration:after{
    content:"";
    background: url(../../images/common/_icon/sub-title-arrow.png) top center no-repeat;
    width: 28px;
    height: 22px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -30px;
}
.sub-title .breadcrumb{
    position: relative;
    text-align:center;
    padding:0;
}
.sub-title .breadcrumb li a{
    font-size:22px;
    color:#444;
}
.sub-title .breadcrumb li+li:before {
    content: '';
    margin: 0 6px;
    display:inline-block;
    width:5px;
    height:2px;
    background:#3c3c3c;
    position:relative;
    top:-7px;
}
.sub-title h1{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}
.sub-title h1 {
    display: inline-block;
}
/*.sub-title h1:before {
    content: "“";
}
.sub-title h1:after {
    content: "”";
}
.sub-title h1:before,
.sub-title h1:after {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0;
    font-weight: normal;
}
.mai*/n-content {
    padding: 0 0 70px;
    background:  url(../../images/common/main_bg-y.png) center top repeat-y;
}
.content {
    min-height: 360px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.btn-box {
    padding-top: 25px;
    position: relative;
    text-align: center;
}
.btn-box.has-border {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D7D7D7;
}
.shopping-title:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #A08A75;
    display: inline-block;
    margin-right: 10px;
}
.shopping-title {
    color: #594B40;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.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 {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 15px;
    background: #fff;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    font-size: 12px;
    color: #A5A5A5;
}
.breadcrumb li+li:before {
    content: "|";
    margin: 0 4px;
}
.breadcrumb li a:hover {
    color: #212121;
}
/*.breadcrumb li:first-child a {
    text-indent: 100%;
    white-space: normal;
    overflow: hidden;
    background: url(../../images/common/_icon/contact.png) 0 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -8px;
}*/
/*.breadcrumb li:first-child a:hover {
    opacity: .6;
}*/
.products-category {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.products-category:before,
.products-category:after {
    content: "";
    display: block;
    width: 4px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
}
.products-category:before {
    background-image: url(../../images/common/content_nav_l.png);
    left: 0;
}
.products-category:after {
    background-image: url(../../images/common/content_nav_r.png);
    right: 0;
}
.products-category li,
.products-category li a,
.products-category li:first-child a {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
.products-category li:first-child a:hover {
    text-decoration: none;
    color: #C39759;
}
.products-category li+li:before {
    content: ">";
}
/*------------ / breadcrumb ------------*/
/*------------ site_footer ------------*/

.site-footer {
    background: #212121;
    background-size: cover;
}
.site-footer a:hover {
    color: #fff;
}
.site-footer .container {
    /* color: #352F28; */
}
.footer-top{
    color: #b0b0b0;
}
.footer-top .row{
    display: flex;
    
}
.footer-top .row .col{
    width: 33.3%;
    padding:60px 30px 45px;
}
.footer-top .row .col:nth-child(1){
    
}
.footer-top .row .col:nth-child(2){
    border:1px solid rgba(255,255,255,0.13);
    border-width:0 1px 0 1px;

}
.footer-top .row .col:nth-child(3){
    
}
.site-info {
    
/* color: #AC9F90; */
}
.site-footer .share {
    margin-bottom: 10px;
    font-size: 16px;
}
.share li {
    margin: 0 5px;
}
.author_box{
    background: #2d2d2f;
    padding: 0 5px;
    text-align: center;
}
.copyright,
.author {
    display: inline-block;
    color: #6e6e73;
}
.site-info {
    display: inline-block;
    font-size: 20px;
    font-weight:bold;
}
.site-info span{
    margin-left:15px;
    font-size: 15px;
}
.site-info a{
    display:block;
    font-size: 45px;
    font-weight:100!important;
    font-family: 'Jost', sans-serif;
    line-height: 1;
    margin-bottom: 20px;
}
.site-map {
    
    display: inline-block;
}
.site-map,
.site-map ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.site-map ul {
    text-align: left;
    margin: 0;
}
.site-map ul+ul {
    margin-left: 50px;
}
.site-map ul li {
    padding: 2px 0;
}
.site-map ul li a {
    
    /*text-decoration: underline;*/
    font-size: 14px;
    padding: 4px 0;
    letter-spacing:1px;
}
.site-map ul li a:hover {
    color: #fff;
}
.footer-bottom .title{
    font-size: 20px;
    font-weight: bold;
}
.footer-bottom {
    
    
}
.footer-bottom .contact {
    
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-bottom a {
    /* color: #352F28; */
}
.footer-bottom a:hover {
    
}
.footer-bottom .footer-links {
    display: inline-block;
    /*width: 390px;*/
    /* vertical-align: top; */
    margin-top: 15px;
}
.footer-bottom .contact {
    max-width: 580px;
    /*width: 55%;*/
    vertical-align: top;
    display: inline-block;
}
.footer-bottom .contact .ic{
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.footer-bottom .contact .ic-location{
    font-size: 20px;
    margin-left: -3px;
}
.footer-bottom .footer-links li a {
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.footer-bottom .footer-links li a:hover {
    opacity: 1;
}
.footer-bottom .footer-links li{
    /* margin: 0 -3px; */
}
.footer-bottom .footer-links li+li {
    padding-left: 10px;
}
.footer-bottom .contact li+li {
    padding-left: 20px;
}
.footer-bottom .contact li:first-child {
    display: block;
    margin-bottom: 8px;
}
.footer-bottom .contact li:last-child {
    display: block;
    padding:0;
    margin-top:8px;
}
.footer-bottom .contact li:nth-child(2) {
    padding-left: 0;
}
.contact .icon{
    width: 25px;
    height: 25px;
    background: url(../../images/common/_icon/contact.png);
    margin: 0 5px -5px;
}
.contact .icon.tel{
    background-position: 0 -25px;
}
.contact .icon.fax{
    background-position: 0 -50px;
}
.contact .icon.mail{
    background-position: 0 -75px;
}
@media screen and (max-width:1200px) {
    .site-footer .container {
        
    }
}
@media screen and (max-width: 1000px) {
    .site-header,.header-fixed .site-header{
        position: relative;
        background: #fff;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        background: url(../../images/common/logo_m.png) no-repeat 50% 50%;
        width: 65px;
        height: 75px;
    }
    .site-title, .header-fixed .site-title{
        margin: 0 auto;
    }
    .wrapper{
        padding-top: 40px;
    }
    .site-footer .share {
        display: none;
    }
    /*--- 隱私權手機板 ---*/
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
         bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
}
@media screen and (max-width:1050px) {
    .site-info,
    .site-map {
        padding: 0;
        float: none;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
    }
    .site-info {
        background: none;
        padding: 0;
        margin-top: 0;
        min-height: auto;
    }
    .footer-bottom .footer-links{
        text-align: center;
    }
    .footer-bottom .footer-links,
    .footer-bottom .contact {
        margin: 10px auto;
        display: block;
        float: none;
        width: auto;
    }
    .footer-bottom .contact li {
        display: block;
        text-align: center;
    }
    .site-footer {
        
    }
}
@media screen and (max-width:767px) {
    .site-map {
        display: none;
        margin: 0 -30px 20px;
    }
}
@media screen and (max-width:640px) {
    .site-map {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .site-map ul {
        width: 150px;
        margin: 0;
        text-align: center;
    }
}
@media screen and (max-width:450px) {
    .footer-bottom .footer-links li {
        /*display: block;
        text-align: center;*/
    }
    .footer-bottom .footer-links li+li {
        /*padding-left: 0;
        padding-top: 5px;*/
    }
    .footer-bottom .contact{
        padding: 15px;
    }
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.photo-title,.photo-intro{
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -850px;
    z-index: 299;
    transition: all .3s ease;
}
.floating .btn.loginicon .ic{
    margin-bottom: 7px;
}
.floating .btn.loginicon{
    display: block;
    height: 60px;
    background: rgba(160,138,117,0.5);
}
.floating .btn.loginicon:hover{
    background: rgba(160,138,117,1);
}
.site-footer .btn.gotop {
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: 0;
    top: 35px;
}
.site-footer .btn.gotop:hover {
    background: #fff;
    color: #666666;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
    text-align: center;
    margin-bottom: 80px;
}
.content-nav li {
    padding: 0 6px;
}
.content-nav li a {
    color: #fff;
    background: #A08A75;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 6px 14px 4px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #5A4B41;
}
.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #5A4B41 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li.logout{
    position: absolute;
    right: 15px;
    top: -60px;
    border: 2px solid #A08A75;
    padding: 0;
}
.content-nav li.logout a {
    background: none;
    color: #9F8A74;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 8px;
    letter-spacing: 0;
}
.content-nav li.logout .ic{
    width: 16px;
    height: 16px;
    font-weight: normal;
    text-align: center;
    border: 2px solid #A08A75;
    color: #A08A75;
    font-size: 5px;
    line-height: 16px;
    display: block;
    margin:20px auto;
}
.content-nav li.logout a:hover,
.content-nav li.logout.active > a {
    background: #ECEBE6;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 15px;
    padding: 0 5px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #212121;
    position: relative;
}
.pagination li a:hover:after,
.pagination li.active a:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.pagination li a.controls {
    padding: 0;
    font-size: 15px;
    line-height: 36px;
    color: #aaa;

}
.pagination li a.controls:hover {
    color: #212121;

}
.pagination li a.controls:hover:after{
    display: none;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #1BDBF0;
    background: none;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #777;
    padding: 0 0 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
}
.reminder .ic{
    font-size: 18px;
    margin-right: 5px;
}
.reminder span {
    color: #212121;
}
.reminder span .req{
    display: inline-block;
    width: 6px;height: 6px;
    border-radius: 50%;
    background: #212121;
    vertical-align: middle;
    margin-top: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 73px;
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
}
.qty-box .form-control{
    margin-bottom: 0;
}
.qty-box .btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #A08A75;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border: 2px solid #A08A75;
    background: #fff;
}
.qty-box .btn:hover {
    border-color: #000;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.qty{
    line-height: 19px;
    height: 20px;
    border-color: #CCCCCC;
    background: none;
    border: none;
    text-align: center;
}
.form-control:focus {
    outline: none;
    border-color: #8e8e8e;
}
.form-box .control-label {
    display: block;
    color: #666;
    line-height: 36px;
    padding-right: 30px;
    text-align: right;
    float: left;
    width: 101px;
}
.form-box .control-box {
    position: relative;
    float: left;
    width:calc(100% - 135px);
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #9F8A74;
    margin: 0 0 6px;
    padding: 0 5px;
    font-weight: bold;
}
.form-info-box{
    max-width: 835px;
    margin: 40px auto 0;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 835px;
    position: relative;
}
.form-wrap.type1.border {
    border: 1px solid #DFDDD3;
    position: relative;
}
.form-wrap.type1.border:before{
    content: '';
    position: absolute;
    border: 1px solid #DFDDD3;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}
.form-wrap.type1 .form-box {
    max-width: 530px;
    margin: 35px auto 0;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    padding: 40px 20px 20px;
}
.form-wrap .btn-box.bg {
    background:#DFDDD3;
    padding: 0 20px 30px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    width: 6px;height: 6px;
    border-radius: 50%;
    background: #212121;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .form-group.captcha .form-control{
    border: none;
    margin-bottom: 0;
}
.form-box .form-group.captcha .control-box{
    border: 1px solid #ddd;
    background: #fff;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    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;
    max-width: calc(100% - 145px);
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #AE9F92;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    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;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.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: #D0B499;
    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 .account .control-label {
    float: left;
}
.form-box .account .control-box {
/*    margin-left: 40px;*/
    margin-bottom: 20px;
}
.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');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -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: #0059B2;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}
.success-txt .ic{
    color: #C9BCAF;
    margin: 55px 0 10px;
    font-size: 30px;
}
.success-txt .msg{
    font-family: 'Alegreya Sans SC';
    font-size: 18px;
    color: #5A4B41;
    line-height: 30px;
    letter-spacing: 2px;
}
.loginicon{
    background: #A08A75;
    width: 75px;
    height: 51px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    padding-top: 9px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.loginicon .ic{
    display: block;
    color: #fff;
    margin: 0 auto;
    font-weight: normal;
    font-size: 22px;
}
.loginicon:before{
    content: '';
    width: 83px;
    height: 68px;
    border: 2px solid #A08A75;
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
}
.success-txt strong {
    font-size: 43px;
    display: block;
    font-weight: bold;
}
.success-txt a {
    font-weight: bold;
    text-decoration: underline;
    color: #777777;
}
.success-txt a:hover {
    text-decoration: none;
    color: #d0b599;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
.paid-title{
    font-family: 'Alegreya Sans SC';
    font-size: 25px;
    color: #594B3F;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
}
.check-agree-box{
    background: #DFDDD3;
    padding: 15px 40px;
    margin-top: 50px;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    color: #A08A75;
    border: 1px solid #DFDDD3;
}
.table-h td {
    padding: 15px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px dashed #DDDDDD;
}
.table-h thead th {
    color: #999999;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #DDDDDD;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #840000;
}
.table-v {
    color: #777;
    font-size: 14px;
    border-color: #DFDDD3;
}
.table-v tr {
    border-bottom: 1px dashed rgba(0,0,0,.1);
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
    background: #F0EFEA;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v strong {
    color: #594B40;
}
.table-v b {
    color: #594B40;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png)center no-repeat;
    height: 50px;
    position: static;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(51,51,51,0.6);
    padding: 10px 0;
}
body .fancybox-skin {
    background: #000;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 5px;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 1067px;
    margin: 0 auto;
}
.login-box .form-box{
    max-width: 500px;
    margin: 0 auto;
}
.login-box .lightbox-title {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 90px;
    margin: 0 0 15px;
    text-align: center;
}
.no-svg .login-box .lightbox-title {
    background: url('../../images/common/login_ic.png');
}
.login-box .lightbox-title small {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.lightbox-wrapper .control-label {
    font-size: 13px;
    color: #7F7F7F;
}
.login-box .notice-box {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 20px;
}
.login-box .notice-box .title {
    color: #ddd;
    font-size: 18px;
    font-weight: bold;
}
.login-box .notice-box .txt {
    color: #999;
    font-size: 13px;
    line-height: 1.8;
}
.login-box .form-box .control-box{
    width: 100% ;
}
.arrival-box {
    position: relative;
}
.arrival-box .pd-name {
    color: #017FFB;
    font-size: 20px;
    font-weight: bold;
    background: url('../../images/common/products/arrival_ic.png') 50% 0 no-repeat;
    padding-top: 100px;
    margin: 0;
}
.arrival-box .pd-id {
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 5px;
}
.arrival-box .form-box {
    padding: 5px 0 15px;
}
.arrival-notice {
    color: #666;
    font-size: 13px;
    padding: 0 0 10px;
}
.arrival-box .btn-box {
    padding-top: 0;
}
/*------------ / lightbox ------------*/
#mobile-menu .main-menu{
    background: #dfdfdf !important;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #212121;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #333;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #4e96de;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    background: #7D7D7D;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li ul li a:hover,
.mmenu-show #mobile-menu .menu li ul li.active > a {
    background: #212121;
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #131313;
}
.mmenu-show #mobile-menu .language ul li a{
    display: inline-block;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 .mmenu-show #mobile-menu .share .btn {
    margin: 0 2px;
}

@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    .site-main{
        margin-top: 0px;
    }
    .banner.no_img {
        padding-top:0px;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1520px) {
    .logo2{
        width: 160px;
    }
}
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    .footer-top .row,
    .footer-top .col {

    }
    .footer-top .row {

    }
    .footer-top .col {
        float: left;
        width: 50%;
        border-width: 0;
        padding: 30px;
    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .site-map {
        letter-spacing: 25px;
            margin: 20px 0;
    }
    .site-map ul {
        /*display: inline;*/
    }
    .site-map ul+ul{
        margin-left: 0;
    }
    .site-map ul li {
        /*display: inline-block;*/
    }

    .qrcode {
        margin-bottom: 15px;
    }
    .content-nav li.logout{
        position: static;
        border: none;
    }
    .content-nav li.logout a{
        padding: 6px 14px 4px;
        font-size: 17px;
        color: #fff;
        background: #A08A75;
        font-weight: normal;
    }
    .content-nav li.logout .ic{
        display: none;
    }
    .content-nav li.logout a:hover{
        background: #5A4B41;
    }
    
/*------------ / site_footer 1420 ------------*/

}
@media screen and (max-width: 1300px) {
/*------------ / site_header 1300 ------------*/
    .site-title{
        position: relative;
        padding: 10px 0;
        margin: 0 0 0 109px;
        width: auto;
        left: 0;
        right: 0;
    }
    .site-title .logo{
        width: 260px;
        height: 65px;
    }
    .logo2 {
        position: absolute;
        right: inherit;
        left:5px;
        top: 20px;
    }
    .site-nav .menu > li:nth-child(1) {
        margin-left: 0%;
    }
    .site-nav .menu > li:nth-child(4) {
        margin-left: 0%;
    }
    .header-fixed .site-nav{
        padding:0;
    }
    .site-nav {
        padding: 0;
        text-align: center;
    }
    .site-nav .menu > li {
        margin: 0 -10px;
    }
    .site-nav .menu > li:nth-child(6) {
        margin: 0;
    }
    .wrapper {
        padding-top: 128px;
    }
/*------------ / site_header 1300 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    #mobile-menu .content-nav li{
        width: 100%;
    }
    #mobile-menu .content-nav li a{
        display: block;
    }
/*------------ / content_nav 1280 ------------*/
    .footer-top .row{
        flex-direction:column;
        text-align:center;
    }
    .footer-top .row .col{
        width:100%;
        padding: 30px 0;
    }
    .footer-top .row .col:nth-child(1){
        order:1;
    }
    .footer-top .row .col:nth-child(2){
        order:3;
        border:inherit;
    }
    .footer-top .row .col:nth-child(3){
        order:2;
        border:1px solid rgba(255,255,255,0.1);
        border-width:1px 0 1px 0;
    }
    .site-map {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    .site-main{
        padding: 33px 0 0;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top .site-map {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box,.site-map {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        display: none !important;
    }
    .site-footer .btn.gotop,
    .site-footer .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        position: absolute;
        right: 50%;
        top: 3px;
        margin-right: -15px;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .site-footer .btn.gotop .ic {
        display: none;
    }
/*------------ / floating 1000 ------------*/
    .banner .slick-arrow{
        display: none!important;
    }
    .site-info a{
        margin: 0;
    }
    .footer-top .row .col:nth-child(2){
        padding: 0;
    }
    .author_box{
        padding: 10px 0;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        background: url(../../images/common/logo_m.png) no-repeat 50% 50%;
            background-size: contain;
        width: 190px;
        height: 42px;
        margin-top: 10px;
    }
    .site-title{
        margin: 0 auto;
    }
    .logo2{
        display: none;
    }
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title {
        font-size: 28px;
        padding-bottom: 37px;
            margin-top: 0;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .content-title2 {
        font-size: 22px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: absolute;
        top: 35px;
        left: 0;
        text-align: center;
    }
    .sub-title .breadcrumb{
        position: relative;
        top: 0;

    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding: 20px 15px 10px;
    }
    .footer-top .col2 {
        border-width: 0 0 1px;
    }
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow > * {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .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;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
}
@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: 36px;
    }
    .login-box .notice-box {
        background-position: 50% 20px;
        padding: 120px 0 0;
        text-align: center;
    }
    .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,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
    .site-info span{
        display: block;
    }

}