@charset 'utf-8';
@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,800");
@import url("https://fonts.googleapis.com/css?family=Old+Standard+TT");
@import url("https://fonts.googleapis.com/css?family=Advent+Pro:700");
/*------------ basic ------------*/
body {
    font-family: Arial, 'Raleway', '文泉驛正黑' , 'Old Standard TT' , 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
/*--- 置頂 歐盟 ---*/
.header-sheet {
    background-color: #4f6e2d;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width:100%;
    height:auto;
    text-align:center;
    }
 .header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    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: #FFEB3B;
    text-decoration: underline;}
    .header-fixed .header-sheet{
    display:none;
}
/*--- END ---*/
/*------------ / basic ------------*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #a0d468;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.png');
    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;
    color:#E6E0D4;
}
.share .btn .ic {
    vertical-align: middle;
    font-size: 36px;
}
.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}
.share .btn.facebook:hover,
.share .btn.facebook .ic:hover {
    color: #3B579D;
}
.share .btn.google:hover,
.share .btn.google .ic:hover {
    color: #FF4000;
}
.share .btn.twitter:hover,
.share .btn.twitter .ic:hover {
    color: #26C9FF;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.jpg');
    width: 125px;
    height: 93px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ibtn.fb-fans-page:hover {
    opacity: 1;
    background-position:0 100%;
}
.btn.back {
    border: 1px solid #ddd;
    color: #D1D1D1;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 15px;
    line-height: 32px;
    width: 120px;
    height: 34px;
}
.btn.back:hover {
    background: #A0D468;
    color: #fff;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 3px 3px 0;
    font-size: 20px;
}
.btn.simple {
    background: #01CEE9;
    width: 173px;
    height: 35px;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    position: relative;
    margin: 0 5px 10px;
    border-radius: 5px;
}
.btn.simple:hover {
    background: #0059B2;
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
.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: #666;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0 10px;
    width: 175px;
    height: 35px;
    line-height: 31px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin: 0 0 5px;
}
.btn.normal:hover {
   border-color: #01CEE9;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #0059B2;
    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: url('../../images/common/nav_bg.jpg');
    position: relative;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: auto;
    transition: all .3s ease;
}
.site-header.header-fixed{
    position: fixed;
    z-index: 600;
    box-shadow:0 0 5px #0006;
     width: 100%; 
    padding: 0;
    height:75px;
     display: block;
} 
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-title .logo {
    width: 100px;
    height: 40px;
}
.header-fixed .site-header .site-nav {
    margin: 20px 70px 0px 0px;
}
.header-fixed  .site-nav{
    padding: 10px 0 0;
    margin-left: 200px;
    text-align: right;
     transition: all .3s ease;
}
.site-header.header-fixed .site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 294px;
    height: 52px;
    transition: opacity .0s ease;
    margin-top: 0px;
}
.header-fixed .site-header .site-nav {
    margin: 20px 70px 0px 0px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 32px 0 25px;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 294px;
    height: 52px;
    transition: opacity .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 20px;
    margin-right: 4px;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
    padding: 0 10px 0 6px;
    text-align: center;
    margin: 4px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.func-menu > li.login > a {
    background: #7AE4F3;
    color: #00468C;
}
.func-menu > li.gocart > a {
    background: #FFDC73;
    color: #000;
}
.func-menu > li.login > a:hover,
.func-menu > li.gocart > a:hover {
    background: #fff;
}
.func-menu > li > a span {
    display: block;
    -moz-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #7abbf3;
    background: #fff;
    padding: 1px;
    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: #3d88d4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #0f5ca9;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.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: #146cc3;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    color: #fff;
    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:#30D6EC; opacity: 0.8; }
.site-header .search-box ::-moz-placeholder { color:#30D6EC; opacity: 0.8; } /* firefox 19+ */
.site-header .search-box :-ms-input-placeholder { color:#30D6EC; opacity: 0.8; } /* Internet Explorer 10+ */
.site-header .search-box :-moz-placeholder { color:#30D6EC; opacity: 0.8; } /* firefox 14-18 */
.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');
}
.site-header .language {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li {
}
.site-header .language li + li:before {
    content: '/ ';
    color: #0080FF;
}
.site-header .language li a {
    color: #30D6ED;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}
.site-header .language li a:hover {
    color: #fff;
}
.site-nav {
    padding: 30px 0 0;
    margin-left: 200px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 0px;
    border-right:1px dashed #7E7564 ;
    width:160px;
}
.site-nav .menu > li > a {
    color: #191919;
    font-size: 16px;
     padding: 0 28px; 
    border-bottom: 4px solid transparent;
    letter-spacing: 0.05em;
    line-height:  22px;
}
.site-nav .menu > li > .box{
    text-align:left;
    margin-left:20px;
    margin-right:10px;
}
.site-nav .menu > li > .box1{
    text-align:left;
    margin-left:0px;
    margin-right:0px;
    padding-left: 33.33px;
}
.site-nav .menu > li >a span {
    color: #CA997B;
    font-size: 17px;
    float:left;
    width: 100%;
    display:block;
    padding:0px;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #806751;
    border-bottom-color: #65513f;
}
.site-nav .menu > li > a:hover span {
    color: #8DC031;
}
.site-nav .menu > li > .box:before,
.site-nav .menu > li.active > .box:before {
    content:url('../../images/common/nav-icon.png');
    display:block;
    margin-left:25px;
    position:relative;
    margin-top: -15px;
    opacity:0;
     -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.site-nav .menu > li > .box:hover:before,
.site-nav .menu > li.active > .box:before {
    content:url('../../images/common/nav-icon.png');
    display:block;
    margin-top: -5px;
    opacity:1;
}
.site-nav .menu > li > .box1:before,
.site-nav .menu > li.active > .box1:before {
    content:url('../../images/common/nav-icon.png');
    display:block;
    margin-top: -15px;
    margin-left:35px;
    position:relative;
    opacity:0;
     -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.site-nav .menu > li > .box1:hover:before,
.site-nav .menu > li.active > .box1:before {
    content:url('../../images/common/nav-icon.png');
    display:block;
    margin-top: -5px;
    opacity:1;
}
.site-nav .menu ul li a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -8px;
    left: 0px;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.site-nav .menu ul li a:after {
    border-bottom: 1px solid #333;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    transform-origin:left bottom;
      -ms-transform-origin:left bottom;
      -moz-transform-origin:left bottom;
      -o-transform-origin:left bottom;
      -webkit-transform-origin:left bottom;
}
.site-nav .menu ul li a:hover:after{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.site-nav .menu ul li.current a:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);  
    border-bottom: 1px solid #333;
}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 188px;
    border: 2px solid #806751;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -94px;
}
.site-nav .menu ul li+li {
    border-top: 2px solid #806751;
}
.site-nav .menu ul li a {
    color: #806751;
    font-size: 14px;
    text-align: center;
    padding: 6px 18px;
    background: rgba(255,255,255,0.9);
    box-shadow: inset 0 6px 8px -2px rgba(0,0,0,0.2);
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background:#806751;
}
.site-nav .menu ul li a:hover:after,
.site-nav .menu ul li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 6px;
    top: 13px;
}
.site-nav .menu ul ul {
    left: 100%;
    top: -2px;
    margin-left: 8px;
    border-color: #806751;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    border-top-color: #806751;
}
.site-nav .menu ul ul li a {
    color: #7E7564;
    padding: 6px 12px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
    background: #806751;
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    margin-top: 0px;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    background: #A0D468;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top .btn.gohome {
    background-image: url('../../images/common/home_bg.png');
    background-position:100% 0;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    padding-top: 16px;
    border-radius: 0px;
}
.main-top .btn.gohome:hover {
    background-image: url('../../images/common/home_bg.png') ;
    background-position:0 100%;
}
.main-top .btn.gohome .ic {
    display: block;
    font-size: 30px;
    margin: 0 auto 3px;
}
.main-title {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 14px 95px;
    margin: 0;
}
.main-box{
    padding-top: 70px;
}
.main-content {
    padding: 0px 0 150px;
    background: url('../../images/common/about/bg.png') no-repeat;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
/*    margin-bottom: 40px;*/
    background-color: #F5F5ED;
    line-height: 30px;
}
.content-title {
    color: #7E7564;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 7px 110px;
    margin: 0;
    font-family:'Raleway', sans-serif;
    font-weight:bolder;
    letter-spacing:7px;
}
.content-title2 {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 30px;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #888;
    border-radius: 100%;
    margin-right: 10px;
}
.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}
.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 {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #7E7364;
    font-size: 13px;
    margin: 6px 0 6px 10px;
    margin-top: -35px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
}
.breadcrumb li:last-child a,
.breadcrumb li a:hover {
    color:#5f513e;
}
/*------------ / breadcrumb ------------*/
/*------------ site_footer ------------*/
.footer-top {
    font-size: 15px;
    color: #787878;
    background-image: url(../../images/common/footer_bg.jpg);
    padding:74px 0 59px;
}
.footer-top a {
    color: #E6E0D4;
}
.footer-top a:hover {
    color: #7FCAA5;
}
.footer-top .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.footer-top .col {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #D3AA92;
    border-width: 0 1px;
    margin-right: -1px;
    min-height: 220px;
    padding: 0px 30px 0px;
    width: 25%;
}
.footer-title {
    color: #806751;
    font-size: 30px;
    margin-bottom: 12px;
    font-family:'Raleway';
    letter-spacing:  2px;
    text-align:  center;
    font-weight: 200;
}
.site-map {
    font-size: 14px;
    color: #E6E0D4;
    letter-spacing: 50px;
    text-align:  center;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.site-map ul li {
    margin: 5px 0;
    letter-spacing: 0.05em;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 0;
    position: relative;
    white-space: nowrap;
}
.site-map ul li a:hover {
    color: #806751;
}
.site-map ul li a:before {
    content: '\f105';
    color: #E6E0D4;
    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;
    display: inline-block;
    margin-right: 8px;
}
.follow,
.site-footer .share {
    display: inline-block;
    vertical-align: top;
    width:  100%;
    text-align: center;
}
.follow {
    width:  100%;
}
.qrcode {
    margin-bottom: 25px;
}
.site-footer .share li {
    margin-bottom: 16px;
    margin-right: 5px;
}
.site-info {
    color: #E6E0D4;
    line-height: 1.5;
    text-align: center;
    font-family: '微軟正黑體','Arial';
}
.site-info-list li {
    position: relative;
    padding: 3px 0 3px 35px;
    margin-bottom: 12px;
}
.site-info-list li a {
    display: inline;
}
.site-info-list li a:hover {
    color: #65513f;
    text-decoration: underline;
}
.site-info-list .ic {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #65513f;
}
.footer-links-list .box {
    max-width: 300px;
    margin: 0 auto 20px;
}
.footer-links-list .pic {
    position: relative;
    overflow: hidden;
}
.footer-links-list .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-links-list .item:nth-child(2n+1) .pic figcaption {
    background: rgba(0,16,64,0.75);
    color: #99DAEE;
}
.footer-links-list .item:nth-child(2n) .pic figcaption {
    background: rgba(35,140,0,0.75);
    color: #fff;
}
.footer-bottom {
    background: #E6E0D4;
    font-size: 12px;
    color: #7F6651;
    text-align: center;
    padding: 6px 0;
}
.footer-bottom a {
    color: #806751;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.author {
    display: inline-block;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 45%;
    bottom: 37%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    width: 98px;
    height: 99px;
    background: url('../../images/common/top.png')no-repeat;
    background-position:0 100%;
}
.floating .btn.gotop:hover {
    background-position:100% 0;
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
    background: #aaa;
    text-align: center;
}
.content-nav li {
    padding: 0 6px;
}
.content-nav li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 20px 14px 14px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #00468C;
}
.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #00468C transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li a.logout {
    color: #00468C;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #FAFAFA;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 14px;
    border: 1px solid #ddd;
    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 {
    background: #A0D468;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #CACACA;
}
.pagination li a.controls:hover {
    color: #fff;
    border-color: #A0D468;
}
.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: #A0D468;
    background: none;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #535353;
    font-size: 15px;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #00468C;
    font-size: 15px;
    background: #eee;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    background: #00468C;
    color: #eee;
}
.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #999;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #017FFB;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #a0d468;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #1085F9;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.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;
}
.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;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #a0d468;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.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;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #33E2F6;
    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;
}
.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: #1086FA;
    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;
}
.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: #453026;
    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;
}
.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #00468C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #2fcfe0;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}
.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;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    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: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #0059B2;
}
.table-v b {
    color: #33E2F6;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 70px;
    height: 30px;
    right: 0;
    top: -36px;
}
body .fancybox-close:hover {
    opacity: 0.6;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 40px 60px 0;
    border-radius: 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.svg') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}
.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.png');
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 0.5;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 0;
}
.fancybox-album .fancybox-title .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}
.fancybox-album .photo-pager {
    float: right;
    padding: 5px 10px;
    text-align: center;
    background: #0063C6;
    color: #fff;
}
.fancybox-album .photo-title {
    background: #48E5F2;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 12px;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #c99472;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #966b50;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #966b50;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #966b50;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
    font-size: 30px;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #966b50;
}

.site-footer .share{
    display: none;
}
.mmenu-show #mobile-menu .share-menu{
    display: none;
}
.mmenu-show #mobile-menu .main-menu {
    bottom: 0;
}
/* 右側購物車-定住 */
.right_contact {
    position: fixed;
    display: block;
    right: 2%;
    bottom: 15%;
    z-index: 100;
}
.right_contact i {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.right_contact a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: relative;
    background: #ebe5d8;
    padding: 15px 0;
    margin: 15px 0;
    border-radius: 50%;
    color: #59554d;
    font-size: 16px;
    font-weight: bold;
    transform: scale(1);
    transition: all 0.3s ease;
}
.right_contact a:hover {
    background: #59554d;
    color:#ebe5d8;
    transition: all 0.3s ease;
}
/* 右側聯絡資訊-定住 */
.footer-link-btn{
    text-align: center;
}
.footer-link-btn a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.footer-link-btn a:hover{
    opacity: 0.7;
}
.footer-link-btn a.fb-btn{
    background: linear-gradient(to bottom,#18ACFE,#0164E1);
}
.footer-link-btn a.ig-btn{
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.footer-link-btn .ic.ic-facebook-f{
    font-size: 19px;
    color: #FFF;
}
.footer-link-btn .ic.ic-instagram{
    font-size: 19px;
    color: #FFF;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    .footer-top .container {
    }
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .footer-top .row {
        border: 1px solid #c8946f;
        border-width: 0 1px;
        overflow: hidden;
    }
    .footer-top .col {
        float: left;
        width: 33.33%;
        border-width: 0;
        padding: 25px;
        min-height: 330px;
    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
        min-height: 0;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .footer-top .col4 {
        border-width: 0 0 0 1px;
    }
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .qrcode {
        margin-bottom: 15px;
    }
/*------------ / site_footer 1420 ------------*/
}
@media screen and (max-width: 1360px) {
/*------------ site_header 1360 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li {
        /* padding: 0 8px; */
    }
/*------------ / site_header 1360 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
.site-header {
    transition: all .3s ease;
}
    .site-header.header-fixed{
    height:160px;
    transition: all .3s ease;
} 
    .site-nav .menu {
        margin: 0 -4px;
    }
    .site-nav .menu > li {
        padding: 0 4px;
        margin-bottom:20px;
    }
    .site-nav .menu > li > a {
    color: #191919;
    font-size: 16px;
     padding: 0; 
    border-bottom: 4px solid transparent;
    letter-spacing: 0.05em;
    line-height:  22px;
}
    .site-nav .menu > li > .box{
    text-align:left;
     margin-left: 0px; 
    margin-right:10px;
    padding-left:  38px;
}
    .sect2 {
    padding-top: 0px; 
}
    .footer-top {
    padding:34px 0 59px;
}
/*------------ / site_header 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    .content-nav li a {
        padding: 20px 14px 14px;
    }
/*------------ / content_nav 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1120 ------------*/
    .site-title {
        padding: 15px 0 15px;
    }
    .top-nav {
        top: 20px;
    }
    .site-header .language {
        top: 27px;
    }
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 0;
        text-align: center;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-header.header-fixed{
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0px;
    left: 0px;
    width: 100%;
    background-color: #111111;
    height: 70px;
    display: block;
    transition: opacity .1s ease;
} 
 /*-- 1024 新增歐盟 --*/
.header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index:9;
    font-size:  14px;
    padding:  10px 0 10px;
    }
 .header-sheet .close-ontop {
    right: 0px;
    left:0px;
    top: -25px;
    margin:auto;
    text-align:center;
    background:#4f6d2d;
    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;
}
    .mmenu-show #mobile-menu .menu li a span {
        display: none;
    }
/*------------ 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 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top .col {
        width: 50%;
        min-height: 0;
    }
    .footer-top .col1,
    .footer-top .col4 {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .btn.gotop .ic {
        display: none;
    }
/*------------ / floating 1000 ------------*/
    .follow,
.site-footer .share {
    display:none;
    vertical-align: top;
    width:  100%;
    text-align: center;
}
.follow{
    display: block;
}
.right_contact a {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 40px;
        height: 140px;
        position: relative;
        background: #ebe5d8;
        padding: 17px 3px 17px 0px;
        margin: 0px 0px;
        border-radius: 100px;
        color: #59554d;
        font-size: 18px;
        font-weight: 500;
        transform: scale(1);
        transition: all 0.3s ease;
        -webkit-writing-mode: vertical-lr;
    }
    .right_contact i {
        display: block;
        font-size: 22px;
        -webkit-writing-mode: vertical-lr;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 18px;
        position: absolute;
        left:0;
        right:0;
        margin:0,auto;
    }
    .right_contact a:hover {
        background: #59554d;
        color: #ebe5d8;
        transition: all 0.3s ease;
    }
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
     .site-header {
    position: fixed;
    width: 100%;
    z-index: -1;
    /* height: auto; */
    transition: all .0s ease;
    height: 140px;
    }
    .banner {
    position: relative;
    margin-top: 100px;
}
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 20px 0 60px;
    }
    .main-box{
    padding-top: 0px;
}
    .main-title {
        font-size: 20px;
        padding: 15px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
/*        margin-bottom: 20px;*/
    }
    .content-title {
    font-size: 16px;
    padding: 10px 10px 15px;
}
    .content-title2 {
        font-size: 22px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        margin: 0 0 0px;
        text-align: center;
        padding-top:  0px;
         margin-top:-20px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
        padding: 24px 0 25px;
    }
    .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 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-close {
        right: 50%;
        top: -40px;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -60px;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ 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;
    }
    .banner {
    margin-top: 100px;
}
    .site-title {
        float: none;
        text-align: center;
        padding-top: 55px;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
    .site-title .logo {
    width: 290px;
    margin-left: -10px;
    margin-top:-10px;
    margin-bottom:-10px;
}
.banner {
    margin-top: 85px;
}
/*------------ 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 ------------*/
}