@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,600,700&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.075em;
}
.wrapper{
    padding-top:204px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.container.w2 {
    max-width: 1110px;
}
*:focus {
    outline: none;
}
.lazyload, .lazyloaded {
    width: 100%;
}
/*------------ / 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: 999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #A14131;
}
.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:#A14131;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    color: #3f0000;
    background:#F5F1E4;
    border-radius: 50%;
}
.share .btn:hover {
    color:#fff;
}
.share .facebook:hover {
    background: #405D9A;
}
.share .twitter:hover {
    background: #39A0CE;
}
.share .google:hover {
    background: #F34537;
}
.share .plurk:hover {
    background: #E9443D;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 66px;
    height: 66px;
    margin: 0 10px 0 0;
}
.btn.login,
.btn.arrowL,
.btn.arrowR {
    /*width: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 10px;
    position: relative;*/
    background: #f4f4f4;
    width: 200px;
    /* line-height: 36px; */
    padding: 0 15px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 10px;
    position: relative;
    display: inline-block;
}
.btn.back{
    width: inherit;
    padding: 12px 27px;
    background: transparent;
}
.btn.login,
.btn.arrowL {
}
.btn.arrowL {
    text-align: right;
}
.btn.arrowR {
    text-align: left;
}
.btn.arrowL .more_txt{
    margin-right:10px;
}
.btn.arrowR .more_txt{
    margin-left:10px;
}
.btn.arrowL .bottom .more_txt{
    margin-right: 24px;
}
.btn.arrowR .bottom .more_txt{
    margin-left: 24px;
}
.btn.login:hover,
.btn.arrowL:hover,
.btn.arrowR:hover {
}
.btn.arrowL .ic,
.btn.arrowR .ic {
    font-size: 36px;
    position:relative;
    top:calc(50% - 25px);
}
.btn.arrowL .ic {
    margin-right:50px;
}
.btn.arrowR .ic {
    margin-left:50px;
}
.btn.normal {
    width: 200px;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
}
.btn.normal:hover {
   border-color: #A1402F;
   color: #A1402F;
}
/*
.btn.normal:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #B20000 transparent;
    position: absolute;
    right: 2px;
    bottom: 2px;
}
*/
.btn.normal .ic {
    /*color: #A1402F;*/
    font-size: 36px;
    vertical-align: middle;
    margin: 0 0 5px 0;
    transition:all .3s ease;
}
.btn.normal:hover .ic {
    color:#fff;
}
.btn.pure {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #B20000;
}
/*----- more style -----*/
  .more_style{
    max-width: 608px!important;
    height: 68px;
    font-size: 22px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
    text-align: center;
    line-height: 68px;
    font-family: 'Cormorant Garamond','微軟正黑體', serif;
  }
  .more_style .top{
      background: #f4f4f4;
      color: #656565;
      width: 100%;
      height: 100%;
  }
  .more_style .bottom{
      background: #A1402F;
      color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      transition: all .3s ease;
      width: 100%;
      height: 100%;
  }
  .more_style:hover .bottom{
      top: 0;
  }
  .more_style .bottom .more_txt{
      position: relative;
      top: 40px;
      transition: all .5s ease;    
  }
  .more_style:hover .bottom .more_txt{
      top: 0px;
  }
  /*----- more_style2 -----*/ 
  .more_style2 {
      text-align: center;
      display: inline-block;
      color: #333;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      max-width: 100%;
      text-decoration: none;
      padding:5px 7px;
      letter-spacing: 0.05em;
      font-family: 'Raleway','微軟正黑體', sans-serif;
      transition: all .3s ease;
  }
  .more_style2:hover,
  .box:hover .more_style2{
        letter-spacing: 0.1em;
  }
  .more_style2:before,.more_style2:after{
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      transition: all .3s ease;
      background: #333;
      position: absolute;
      bottom: 0;
      left: 0%;
      max-width: 100%;
  }
  .more_style2:hover:after,
  .box:hover .more_style2:after{
      height: 1px;
      bottom: 100%;
  }
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background:#000;
}
.site-header:after {
    content:'';
    display:block;
    background: #F3E4C7;
    width:100%;
    height:62px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:-1;
}
.header-fixed .site-header:after{
    display:none;
}
.site-header,
.header-top,
.site-title,
.site-title .logo{
    transition: all .3s ease;
}
.site-header .container {
    max-width: 1440px;
    /* padding: 0; */
}
.site-title {
    position: relative;
    text-align: center;
    padding: 26px 0;
}
.header-fixed .site-title {
    padding: 5px 0;
    text-align: left;
    float: left;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain ;
    width: 431px;
    height: 91px;
    transition: all .3s ease;
}
.header-fixed .site-title .logo {
    width: 308px;
    height: 65px;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    padding: 0 10px;
}
.header-fixed .top-nav {
    display: none;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-header .search-box {
    position: absolute;
    padding: 5px 31px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 115px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:solid 1px transparent;
    background: transparent;
    right: 0;
    top: 88px;
    overflow: hidden;
}
.site-header .search-box:hover{
    width: 226px;
    border-color:#F4E2DF;
    background: #fff;
}
.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    margin: 0;
    color: #fff;
    letter-spacing: 0.05em;
    background: transparent;
}
.site-header .search-box:hover .form-control,
.site-header .search-box .form-control:focus {
    color:#000;
}
.site-header .search-box .btn.search {
    color: #fff;
    /* width: 38px; */
    /* height: 38px; */
    /* line-height: 38px; */
    text-align:center;
    position: absolute;
    background:transparent;
    padding: 9px 7px 7px 9px;
    border-radius: 0!important;
    right: -1px;
    top: 50%;
    margin-top: -20px;
}
.site-header .search-box:hover .btn.search{
    color:#000;
}
.site-header .search-box .ic.ic41-search3{
    font-size: 20px;
}
.site-header .search-box .btn.search:hover {
    background:#F3E4C7;
}
.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background: #fff;
}
.site-header .search-box:hover .btn.search:before {
    background: #000;
}
.site-header .language {
    position: relative;
}
.site-header .language .btn {
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    line-height: 45px;
}
.site-header .language .btn:after {
    content: '\f107';
    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;
    margin: 0 0 0 10px;
}
.site-header .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.site-header .language li {
    display: block;
}
.site-header .language li a {
    display: block;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
}
.site-header .language li a:hover {
    color: #ff0303;
}
.site-nav {
text-align: center;
/* padding: 0; */
}
.header-fixed .site-nav {border: none;text-align: left;margin: 0px;float: right;margin: 8px 0 8px 0px;background: none;position: relative;}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    width: 137px;
    color: #000;
    font-family: 'Raleway','微軟正黑體', sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 14px 0;
    position: relative;
}
.header-fixed .site-nav .menu > li > a {
    color:#f3e4c7;
}
.site-nav .menu > li > a:after{
    content: '';
    display: block;
    width: 0px;
    height: 5px;
    background:#A14131;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -23px;
    margin-top:-5px;
    z-index:1;
    transition:all .3s ease;
}
.site-nav .menu > li > a:hover:after,
.site-nav .menu > li.active > a:after {
    width:46px;
}
.site-nav .menu > li > a .ch,
.site-nav .menu > li > a:hover .en,
.site-nav .menu > li.active > a .en {
    display: inline-block;
}
.site-nav .menu > li > a .en,
.site-nav .menu > li > a:hover .ch,
.site-nav .menu > li.active > a .ch {
    display: none;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: calc(100% - 0px);
    left: 50%;
    margin-left: -95px;
}
.site-nav .menu ul li a {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    background: #F3E4C7;
    position: relative;;
    z-index: 1
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
}
.site-nav .menu ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:#A14131;
    position: absolute;
    left:0;
    top:0;
    z-index:-1;
    transition:all .3s ease;
}
.site-nav .menu ul li a:hover:after,
.site-nav .menu ul li.active > a:after {
    width:100%;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    background: #FDFBEF;
    padding: 25px 0;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    padding: 14px 0;
    background: #F4F4F4;
}
.main-top .container{
    max-width: 1440px;
}
.main-title {
    color: #333;
    font-size: 46px;
    text-align: center;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
}
.main-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: normal;
}
.main-content {
    padding: 65px 0 140px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    background: #fff;
    margin: 0 0 35px;
    padding: 0px 0px 8px;
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #A1402F;
}
.content-top .content-title  {
    float: left;
}
.content-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    min-height: 32px;
    padding-left: 45px;
    margin: 0;
    background: url('../../images/common/title_ic.png') no-repeat 0% 50%;
}
.content-title .ic {
    color: #B20000;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 4px;
}
.content-title2 {
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #A1402F;
    padding-bottom: 4px;
    margin: 0 0 10px;
    display: inline-block;
}
.content-title2 span {
    display: inline-block;
    vertical-align: bottom;
    color: #333;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: normal;
    margin-right: 5px;
    line-height: 1.1;
}
/*
.content-title2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #B20000;
    width: 180px;
}
*/
.shopping-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .en {
    color: #aaa;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 32px;
    color: #B20000;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #B20000;
    border-radius: 50%;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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.align-left {
    text-align: left;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 50px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb-box {
    background: #000;
    padding: 20px 0;
}
.breadcrumb {
    /* float: right; */
    text-align: right;
    color: #555;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 7.5px);
}
.pd-intro .breadcrumb{
    position: static;
    left:inherit;
    top:inherit;
    display: inline-block;
    border: 1px solid #A4A5A5;
    padding: 3px 5px;
}
.breadcrumb_pd{
    float:none;
    text-align: left;
    border:1px solid #A4A5A5;
    display:block;
    color:#333333;
    box-sizing:border-box;
    padding:3px 10px;
    width: fit-content;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    color: #333;
}
.breadcrumb li+li:before {
    content: '-';
    display: inline-block;
    margin: 0 4px 0 2px;
}
.breadcrumb li a:hover {
    color: #A14131;
}
.breadcrumb li a .ic {
    font-size: 16px;
    vertical-align: text-bottom;
    color: #333;
}
.breadcrumb li a .ic:hover {
    color: #A14131;
}
.content-top .breadcrumb {
    float: right;
    position: relative;
    z-index: 2;
    margin: 5px 0 5px 10px;
}
.content-top .breadcrumb li+li:before {
    content: '/ ';
    margin: 0;
}
.content-top .breadcrumb,
.content-top .breadcrumb li a {
    color: #999;
}
.content-top .breadcrumb li a:hover {
    color: #B20000;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    float: left;
    width: 200px;
}
.has-side .content {
    float: right;
    width: calc(100% - 245px);
}
.side-title {
    color: #aaa;
    font-size: 20px;
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 5px 15px 0;
}
.side-title:after {
    content: '';
    display: block;
    background: #fff;
    height: 3px;
    margin: 5px -3px 0;
}
.side-nav-top {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 8px 15px;
    color: #C39959;
    font-size: 14px;
}
.side-nav-top li a {
    line-height: 1.4;
    text-decoration: underline;
    position: relative;
    padding: 6px 0 6px 26px;
}
.side-nav-top li a:hover {
    color: #B20000;
}
.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}
.side-nav {
}
.side-nav > li {
    margin-top: 10px;
    /* padding: 7px 10px; */
    padding:0;
    transition:all .3s ease;
    border:1px solid #F7ECD8;
}
.side-nav > li.active {
    padding:10px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ecd8+0,ffffff+100 */
background: rgb(247,236,216); /* Old browsers */
background: -moz-linear-gradient(left, rgba(247,236,216,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(247,236,216,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(247,236,216,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ecd8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.side-nav > li:nth-child(1) {
    margin-top: 0;
}
.side-nav li a {
    line-height: 1.4;
}
.side-nav > li > a {
    color: #000;
    font-size: 16px;
    padding: 11px 0 11px 20px;
    transition:all .3s ease;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #A03F2E;
    font-weight:bold;
}
/*
.side-nav > li > a:before {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 14px;
}
*/
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    background: #B20000;
}
.side-nav ul {
    display: none;
    padding: 2px 0;
}
.side-nav ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background:#F7ECD8;
    position: absolute;
    left:0;
    top:0;
    z-index:-1;
    transition:all .3s ease;
}
.side-nav ul li a:hover:after,
.side-nav ul li.active > a:after {
    width:100%;
}
.side-nav ul li a {
    color: #000;
    font-size: 15px;
    padding: 9px 0 9px 20px;
    transition:all .3s ease;
    position:relative;
    z-index:1;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    padding: 9px 0 9px 40px;
}
.side-nav ul li a:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #A14131;
    position: absolute;
    left: 20px;
    top: calc(50% - 4.5px);
    border-radius:100%;
    opacity:0;
    transition:all .3s ease;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    opacity:1;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: url('../../images/common/footer_bg.png') 50% 0% no-repeat,#F0EAD4;
    position: relative;
}
.footer-top {
    color: #3F0000;
    font-size: 12px;
    padding: 115px 0 ;
}
.footer-title {
    border-bottom:1px solid #A39F90;
    display:inline-block;
    color: #333333;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    padding: 0px 0px 10px;
    margin-bottom: 20px;
}
.site-map {
    float: left;
    width: calc(100% - 420px);
    font-size: 13px;
}
.site-map .item {
    float: left;
    /* padding-right: 6%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-map .item:nth-child(1){
    width: 45%;
}
.site-map .item:nth-child(2){
    width: 50%;
}
.site-map ul li {
    margin: 0 5px 14px;
}
.site-map ul li:nth-child(1){
    margin: 0 5px 14px 0;
}
.site-map ul li a {
    padding: 0 5px;
}
.site-map ul li a:hover {
    color: #A1402F;
}
.follow-box {
    float: right;
    width: 410px;
}
.follow {
    position: relative;
    display: flex;
    letter-spacing: 0.05em;
}
.follow_box{
    display:flex;
}
.follow a:hover {
    color: #E67979;
}
.follow p {
    margin: 0;
}
.follow .share {
    letter-spacing: 6px;
}
.copyright-box {
}
.qrcode {
    margin: 0 10px 0 0;
}
.footer-bottom {
    background: #000;
    font-size: 12px;
    color: #777;
}
.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom .ibtn.fb-fans-page {
    float: left;
}
.site-info {
    /* margin-left: 190px; */
    padding: 0;
}
.site-info-list li {
    margin-right: 25px;
    margin: 0 0 5px!important;
}
.site-info-list .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 100px;
    bottom: 50%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    /* -webkit-transform-origin: left bottom; */
    transform-origin: right bottom;
    position: absolute;
    right: 0rem;
    bottom: 0;
    padding: 2.5rem 0 2.5rem 9rem!important;
    font-size: 1rem;
    line-height: 1;
    text-indent:inherit;
    overflow: visible;
    font-family: 'Raleway', sans-serif;
    color:#A4A5A5;
}
.floating .ibtn.gotop:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8rem;
    height: 1px;
    background: #e0e0e0;
}
.floating .ibtn.gotop .dot {
    -webkit-animation: fv-scroll2 3s linear 0s infinite normal;
    animation: fv-scroll2 3s linear 0s infinite normal;
    display: block;
    position: absolute;
    top: 50%;
    left: 7.6rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    transform: rotate(180deg);
}
.floating .ibtn.gotop .dot:before {
    -webkit-animation: fv-scroll-dot2 3s linear 0s infinite normal;
    animation: fv-scroll-dot2 3s linear 0s infinite normal;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    border-radius: 50%;
    background: #ff3c00;
    opacity: 1;
}
.floating .ibtn.gotop .dot:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #ff3c00;
}
@-webkit-keyframes fv-scroll-dot2 {
    0% {
        -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
        animation-timing-function:cubic-bezier(0.23,1,0.32,1);
        -webkit-transform:scale(0.2);
        transform:scale(0.2);
        opacity:1
    }
    75% {
        opacity:.1
    }
    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.1
    }
}
@keyframes fv-scroll-dot2 {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:scale(0.2);
    transform:scale(0.2);
    opacity:1
    }
    75% {
    opacity:.1
    }
    100% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:.1
    }
    }
@-webkit-keyframes fv-scroll2 {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:0
    }
    20% {
    opacity:1
    }
    45% {
    opacity:0
    }
    75% {
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-transform:translateX(-1000%);
    transform:translateX(-1000%);
    opacity:0
    }
    100% {
    -webkit-transform:translateX(-1000%);
    transform:translateX(-1000%);
    opacity:0
    }
}
@keyframes fv-scroll2 {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:0
    }
    20% {
    opacity:1
    }
    45% {
    opacity:0
    }
    75% {
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-transform:translateX(-1000%);
    transform:translateX(-1000%);
    opacity:0
    }
    100% {
    -webkit-transform:translateX(-1000%);
    transform:translateX(-1000%);
    opacity:0
    }
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}
.btn.logout:hover {
    background: #B20000;
}
.content-nav {
    margin-top: 30px;
    text-align: center;
}
.content-nav li {
}
.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    color: #000;
}
.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active > a .ic {
    background: #B20000;
    color: #fff;
}
/*------------ / content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #999;
    font-size: 15px;
    border: 1px solid #999;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background: #B20000;
    border-color: #B20000;
    color: #fff;
}
.pagination li a.controls {
    color: #777;
    font-size: 22px;
    line-height: 30px;
    border: 0;
    padding: 0;
}
.pagination li a.controls:hover {
    color: #B20000;
    background: none;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
.page-info .form-control:focus {
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #777;
    position: relative;
    margin: 0 0 30px;
}
.reminder.align-center {
    text-align: center;
}
.reminder .ic {
font-size: 0px;
    vertical-align: text-bottom;
    width: 9px;
    height: 9px;
    background: #A14131;
    border-radius: 100%;
    margin-bottom: 4px;
}
.reminder span {
    color: #A14131;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    background: #888;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-family: 'Raleway', sans-serif;
}
.form-control:focus {
    outline: none;
    border-color: transparent;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #B20000;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
    border-top: 1px solid #DDD;
}
.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:'';
    width:9px;
    height:9px;
    background:#A14131;
    border-radius:100%;
    position: absolute;
    left: 6px;
    top: calc(50% - 4.5px);
}
.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
    border-bottom: 1px solid #DDD;
    position:relative;
}
.form-box .form-group:before{
    content:'';
    display:block;
    width:0%;
    height:1px;
    background:#a1402f;
    position:absolute;
    left:0;
    bottom:0;
    transition:all .5s ease;
}
.form-box .form-group.active,
.form-box .form-group:hover {
    border-color:#eee;
}
.form-box .form-group.active:before,
.form-box .form-group:hover:before {
    width:100%;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
    float: left;
    padding-left: 36px;
}
.form-box .control-box {
    position: relative;
    margin-left: 130px;
}
.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: 49%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #aaa;
    font-size: 30px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #B20000;
}
.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: inherit;
    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: #C3995A;
    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 {
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #1F1713;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px auto;
}
.success-msg .ic {
    color: #B20000;
    font-size: 35px;
}
.success-msg b {
    color: #B6995F;
}
.success-msg span {
    color: #999;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
}
.success-txt {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 0;
}
.success-txt b {
    color: #C3995A;
}
.success-txt .ic {
    color: #555;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}
.success-txt.has-border {
    padding-top: 15px;
}
.success-txt.has-border:before {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 0 auto 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #B20000;
}
.success-txt a:hover {
    text-decoration: none;
    color: #B6995F;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h {
    color: #666;
}
.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 th {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
}
.table-h tbody {
    border-top: 1px solid #ccc;
}
.table-h tbody tr+tr {
    border-top: 2px dotted #DCDCDC;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #C3995B;
}
.table-v {
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    background: #333;
    color: #fff;
    text-align: right;
    width: 120px;
    font-weight: normal;
    position: relative;
}
.table-v tr + tr th {
    border-top: 1px solid #444;
}
.table-v tr td {
    background: rgba(255,255,255,0.85);
}
.table-v tr + tr td {
    border-top: 2px dotted #ddd;
}
.table-v strong {
    color: #B20000;
}
.table-v b {
    color: #C3995A;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 45px;
    height: 44px;
    right: 0;
    top: 0;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 0 50px 80px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: #ECECEC;
    font-family: Arial, '微軟正黑體','文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 1px solid #444;
    padding: 0 50px 0 15px;
    margin: 0 50px 20px;
}
.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 1.5;
}
.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #ddd;
    padding: 8px 20px 8px;
}
.fancybox-album .photo-pager b {
    color: #B20000;
    font-size: 14px;
    text-decoration: underline;
}
.fancybox-album .photo-intro {
    padding: 10px 5px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #000;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #444;
}
.mmenu-show #mobile-menu .language-menu{
	background: #333;
    color: #a9a391;
}
.mmenu-show #mobile-menu .main-menu {
	background: #f5f1e4;
}
.mmenu-show #mobile-menu .menu li a {
	border-bottom: 1px solid #e4e1d4;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #3f0000;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav > li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .share-menu {
	background: #f5f1e4;
	border-top: 1px solid #f5f1e4;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #3f0000;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #3f0000;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
@media screen and (max-width: 1500px) {
.header-fixed .site-nav {
    /* position: relative; */
    /* top: -40px; */
    /* z-index: 1; */
    /* left: 0px; */
    float: right;
    /* width: calc(100% - 160px); */
}
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1200 ------------*/
    .site-nav .menu > li > a {
        width: 90px;
    }
/*------------ / site_header 1200 ------------*/
}
@media screen and (max-width: 1000px) {
     /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .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隱私權手機板 ---*/
/*------------ site_header 1000 ------------*/
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ banner 1000 ------------*/
    .banner {
        padding: 0;
    }
/*------------ / banner 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
        padding: 40px 0;
    }
    .footer-title,
    .site-map,
    .follow .share {
    }
    .site-map .item:nth-child(1){
        display: none;
    }
    .site-map {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .site-map .item:nth-child(2) {
        width: 100%;
        float: none;
    }
    .follow-box {
        float: none;
        width: auto;
    }
    .follow {
        padding: 0;
        display: block;
    }
    .follow_box{
        display:block;
    }
    .follow_box > *{
        display:inline-block;
    }
    .qrcode {
        position: static;
        margin-bottom: 15px;
    }
    .copyright-box {
        margin: 0;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        padding: 0!important;
        text-indent: -9999px;
        transform: inherit;
    }
    .floating .ibtn.gotop:before,
    .floating .ibtn.gotop .dot{
        display: none;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1000 ------------*/
    .site-header, 
    .header-fixed .site-header {
        position: static;
    }
    .site-title {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    .header-fixed .site-title .logo, .site-title .logo {
        width: 284px;
        height: 60px;
    }
    .site-header, .header-top, .site-title, .site-title .logo {
        transition: none;
    }
    .main-title{
        font-size: 32px;
    }
}
@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-top {
        padding: 15px 0 ;
    }
    .main-title {
        line-height: 1.2;
    }
    .breadcrumb{
        position: static;
        text-align: center;
    }
    .main-content {
        padding:30px 0 70px;
    }
    .main-title span {
        font-size: 32px;
    }
    .content-top {
        background: none;
        padding: 0;
        margin-bottom: 25px;
    }
    .content-title,
    .content-top .content-title {
        float: none;
        padding: 8px 15px 8px 60px;
    }
    .content-title .ic,
    .content-top .content-title .ic {
        left: 15px;
        top: 11px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .ibtn.fb-fans-page {
        float: none;
    }
    .site-info {
        margin: 5px 0 0;
    }
    .site-info-list li {
        margin: 0 10px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 32px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        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-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h 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-skin {
        margin: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0,0,0,0.3);
        width: 20px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
/*------------ / lightbox 767 ------------*/
    .btn-box{
        padding-top: 20px;
    }
}.site-nav .menu > li > a
@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 th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}