@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Kanit&display=swap');

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

body {

    

    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

    color: #444;

    font-size: 15px;

    line-height: 1.7;

    letter-spacing: 0.08em;

}

.container {

    padding: 0 30px;

    max-width: 1500px;

}

.wrapper {

    margin-left: 360px;

}



.lazyload,.lazyloaded{

    width: 100%;

}

/*--- 隱私權 ---*/



.header-sheet {

    position: fixed;

    max-width: 100%;

    bottom: 10px;

    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 #084ea1;

}

.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:#163672;

    font-weight: bold;

    padding-left: 3px;

    text-decoration: underline;

    text-underline-position: under;

}

/*---! 隱私權 ---*/

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

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

.icon {

}

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

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

.share .btn {

    color: #045597;

    font-size: 15px;

    width: 25px;

    height: 25px;

    line-height: 28px;

    background: #fff;

    border-radius: 50%;

}

.share .btn:hover {

    background: #F8E250;

}

.ibtn.fb-fans-page {

    background-image: url('../../images/common/fb_page.png');

    width: 150px;

    height: 150px;

}

.btn.back {

    background: #056CC0;

    color: #fff;

    font-size: 15px;

    line-height: 30px;

    width: 137px;

    padding: 0 15px 0 30px;

    border-radius: 15px;

    position: relative;

    border:1px solid #056cc0;

}

.btn.back:hover {

    background:transparent;

    border:1px solid #333;

}

.btn.back .ic {

    position: absolute;

    left: 12px;

    top: 3px;

    font-size: 1.5em;

}

.btn.normal {

    border: 1px solid #aaa;

    color: #777;

    font-size: 13px;

    letter-spacing: 0.02em;

    width: 184px;

    height: 40px;

    line-height: 38px;

    position: relative;

    padding: 0 16px;

    margin: 0 0 10px;

    border-radius: 16px;

}

.btn.normal:hover {

    color: #fff;

    border-color: #333;

}

.btn.normal .ic {

    vertical-align: middle;

    font-size: 1.3em;

    margin: 0 6px 3px 0;

}

.btn.simple {

    color: #fff;

    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;

    font-size: 15px;

    letter-spacing: 0.08em;

    width: 188px;

    line-height: 45px;

    border-radius: 3px;

    margin: 0 0 5px;

}

.btn.simple.bg1 {

    border:1px solid #0A369D;

    background:#0A369D;

}



.btn.simple.bg2 {

    border:1px solid #045597;

    background:#045597;

}

.btn.simple.bg1:hover,

.btn.simple.bg2:hover {

    border:1px solid #333;

    background:transparent;

}

.btn.simple.bg3 {

    width: 100%;

    max-width: 342px;

    background: url('../../images/common/btn_bg1.png');

}

.btn.simple.bg3:hover {

    background: url('../../images/common/btn_bg2.png');

}

.btn.simple.bg4 {

    background: url('../../images/common/btn_bg2_hover.png');

}

.btn.simple.bg4:hover {

    background: url('../../images/common/btn_bg1_hover.png');

}

.btn.pure {

    color: #E35700;

    font-size: 15px;

    font-weight: bold;

    line-height: 30px;

    padding: 0 5px;

    margin: 5px;

    text-decoration: underline;

}

.btn.pure:hover {

    color: #fff;

    text-decoration: none;

}



/*----- btn_style -----*/

.btn_style{

    position: relative;

    overflow: hidden;

    font-family: 'Kanit', '微軟正黑體',sans-serif;

    z-index: 1;

}

    

.btn_style:before {

    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);

    transition: all .4s cubic-bezier(.165,.84,.44,1);

    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);

    transition-timing-function: cubic-bezier(.165,.84,.44,1);

    background: #333;

    content: '';

    position: absolute;

    z-index: -1;

    height: 100%;

    left: -135%;

    top: 0;

    -webkit-transform: skew(40deg);

    transform: skew(40deg);

    -webkit-transition-duration: .6s;

    transition-duration: .6s;

    -webkit-transform-origin: top left;

    transform-origin: top left;

    width: 0;

}

.btn:hover:before,

.btn.simple:hover:before,

.btn.back:hover:before,

.box:hover .btn_style:before {

    height: 100%;

    width: 240%;



}

/*---- img scale ----*/

.box .pic {

    position: relative;

    overflow: hidden;

}

.box .pic img {

    -moz-transform: scale(1);

    -webkit-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.8s ease;

    -moz-transition: all 0.8s ease;

    -ms-transition: all 0.8s ease;

    -o-transition: all 0.8s ease;

    transition: all 0.8s ease;

}



.box:hover .pic img {

    -moz-transform: scale(1.3);

    -webkit-transform: scale(1.3);

    -o-transform: scale(1.3);

    -ms-transform: scale(1.3);

    transform: scale(1.3);

}

/*----- pic_hover -----*/



.pic_hover {

  font-family: 'Kanit', sans-serif;

  font-size:24px;

  color:#fff;

  position: absolute;

  top: calc(50% - 20px);

  left: calc(50% - 33px);

  -webkit-transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);

  -moz-transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);

  -ms-transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);

  -o-transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);

  transition: all 0.6s cubic-bezier(0, 0.28, 0, 1);

  opacity:0;

  z-index: 1;

  transition-delay: 0.1s;

}

.pic_hover:before,

.pic_hover:after {

  content: '';

  background-color: #fff;

  height: 2px;

  position: absolute;

  -webkit-transform: scale(1) rotate(0deg);

  -moz-transform: scale(1) rotate(0deg);

  -ms-transform: scale(1) rotate(0deg);

  -o-transform: scale(1) rotate(0deg);

  transform: scale(1) rotate(0deg);

  -webkit-transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;

  -moz-transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;

  -ms-transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;

  -o-transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;

  transition: all 0.7s cubic-bezier(0.2, 0.02, 0, 1.01) 0.1s;

  width: 100px;

  transition-delay: 0.2s;

}

.pic_hover:before {

  right: 0;

  top: -10px;

}

.pic_hover:after {

  left: 0;

  bottom: -13px;

}

.box:hover .pic_hover {

  -webkit-transform: scale(0.8) rotate(-40deg);

  -moz-transform: scale(0.8) rotate(-40deg);

  -ms-transform: scale(0.8) rotate(-40deg);

  -o-transform: scale(0.8) rotate(-40deg);

  transform: scale(0.8) rotate(-40deg);

  opacity:1;

}

.box:hover .pic_hover:before,

.box:hover .pic_hover:after {

  width: 500px;

}

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

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

.site-header {

    position: fixed;

    z-index: 200;

    left: 0;

    top: 0;

    bottom: 0;

    width: 360px;

    text-align: center;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#186eaf+0,0463b0+57,052a70+100 */

background: rgb(24,110,175); /* Old browsers */

background: -moz-linear-gradient(top, rgba(24,110,175,1) 0%, rgba(4,99,176,1) 57%, rgba(5,42,112,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top, rgba(24,110,175,1) 0%,rgba(4,99,176,1) 57%,rgba(5,42,112,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom, rgba(24,110,175,1) 0%,rgba(4,99,176,1) 57%,rgba(5,42,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#186eaf', endColorstr='#052a70',GradientType=0 ); /* IE6-9 */

}

.site-title {

    padding: 80px 0 30px;

}

.site-title .logo {

    background: url('../../images/common/logo.png') 50% 0 / contain no-repeat;

    width: 213px;

    height: 360px;

    -webkit-transition: opacity .3s ease;

            transition: opacity .3s ease;

}

.site-title .logo:hover {

    opacity: .7;

}

.top-nav {

    position: fixed;

    top: 0;

    left: 360px;

    right: 0;

    z-index: 150;

    background: rgba(255,255,255,0.90);

    color: #0C1F34;

    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;

    font-size: 13px;

}

.top-nav .search-box {

    position: relative;

    float: left;

    width: 185px;

    margin: 9px 0;

}

.top-nav .search-box .form-control {

    border: 1px solid #ccc;

    background: none;

    color: #333;

    margin: 0;

    height: 34px;

    line-height: 32px;

    padding: 0 40px 0 12px;

    border-radius: 0;

}

.top-nav .search-box .form-control:focus {

    border-color: #0075ff;

}

.top-nav .search-box .ibtn {

    background-image: url('../../images/common/btn_search.svg');

    width: 34px;

    height: 34px;

    position: absolute;

    top: 0;

    right: 0;

}

.no-svg .top-nav .search-box .ibtn {

    background-image: url('../../images/common/btn_search.png');

}

.top-nav .language {

    float: left;

    position: relative;

    margin: 9px;

}

.top-nav .language .btn {

    position: relative;

    border: 1px solid #F5F5F5;

    background: #BEBEBE;

    color: #fff;

    font-size: 12px;

    text-align: left;

    width: 124px;

    line-height: 32px;

    padding: 0 30px 0 10px;

}

.top-nav .language .btn:hover {

    background: #334d7d;

}

.top-nav .language .btn .ic {

    font-size: 1.4em;

    position: absolute;

    right: 10px;

    top: 9px;

}

.top-nav .language ul {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    display: none;

}

.top-nav .language li {

    display: block;

}

.top-nav .language ul a {

    background: rgba(0,32,93,0.8);

    color: #fff;

    font-size: 13px;

    line-height: 1.4;

    padding: 6px 8px;

    display: block;

    margin-top: 1px;

}

.top-nav .language ul a:hover {

    background: rgba(147,24,21,0.8);

}

.func-menu {

    float: right;

}

.func-menu > li {

    position: relative;

}

.func-menu > li.contact:before {

    display: none;

}

.func-menu > li > a {

    width: 84px;

    padding: 5px 12px;

    transform: skew(-12deg);

    color: #0C1F33;

    font-size: 13px;

    text-align: center;

    letter-spacing: 0.05em;

    border-left: 1px solid #C3C3C3;

}

.func-menu > li > a:hover {

    color: #045597;

}

.func-menu > li > a .ic {

    display: block;

    font-size: 20px;

}

.func-menu > li > a .txt {

    display: block;

    transform: skew(12deg);

}

.func-menu > li.contact {

    position: relative;

    height: 52px;

    margin-left: -6px;

}

.func-menu > li.contact > a {

    background: url('../../images/common/gocart_bg.png') no-repeat;

    color: #fff;

    font-size: 13px;

    width: 152px;

    height: 52px;

    overflow: hidden;

    transform: skew(0);

    border-left: 0;

    white-space: nowrap;

    padding: 11px 10px 0 15px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.func-menu > li.contact > a:hover {

    background-position: 0 100%;

    color: #B81F1B;

}

.func-menu > li.contact > a > * {

    display: inline-block;

    vertical-align: middle;

}

.func-menu > li.contact > a span {

    width: 90px;

    line-height: 1.2;

    font-weight: bold;

    text-align: left;

    white-space: normal;

    margin-left: 10px;

}

.func-menu > li.contact > a b {

    color: #D4B74E;

}

.func-menu > li.contact > a:hover b {

    color: #B81F1B;

}

.site-nav {

    position: relative;

    z-index: 10;

    padding: 30px 0;

}

.site-nav .menu {

}

.site-nav .menu li {

    position: relative;

}

.site-nav .menu li a {

    display: block;

    letter-spacing: 0.05em;

    line-height: 1.4;

}

.site-nav .menu > li {

    padding: 0 30px;

}

.site-nav .menu > li:nth-last-child(-n+3) {

    display: none;

}

.site-nav .menu > li.active:before {

    content: '';

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -12px;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 12px 14px 12px 0;

    border-color: transparent #eee transparent transparent;

}

.site-nav .menu > li > a {

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    letter-spacing: 0.18em;

    margin: 0 auto;

    padding: 8px 12px;

    margin:3px 0;

}

.site-nav .menu > li > a:hover,

.site-nav .menu > li.active > a {

    color: #022465;

    background: #fff;

}

.site-nav .menu > li > a small {

    display: inline-block;

    width: 90px;

    color: #54cdff;

    font-size: 12px;

    letter-spacing: 0.15em;

    text-align: left;

}

.site-nav .menu > li > a:hover small,

.site-nav .menu > li.active > a small {

    color: #00b4ff;

}

.site-nav .menu ul {

    display: none;

    border: 3px solid #AE9326;

    /*background: url('../../images/common/menu_bg.png');*/

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.site-nav .menu ul li {

    position: relative;

}

.site-nav .menu ul li+li {

    background: url('../../images/common/menu_shadow.png') 50% 0 no-repeat;

}

.site-nav .menu ul li a {

    background: rgba(255,255,255,0.15);

    color: #665517;

    font-size: 14px;

    font-weight: bold;

    padding: 10px 16px;

}

.site-nav .menu ul li a:hover,

.site-nav .menu ul li.active > a {

    /*background: url('../../images/common/menu_bg2.png');*/

    color: #F2F2F2;

}

.site-nav .menu ul ul li a {

    background: rgba(255,255,255,0.3);

}

.site-header .mCSB_outside+.mCSB_scrollTools {

    right: -5px;

}

.nav-layout {

    position: fixed;

    z-index: 180;

    top: 0;

    bottom: 0;

    left: 0;

    width: 300px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    background: #eee;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.nav-layout.active {

    left: 360px;

}

.nav-layout .mCSB_inside > .mCSB_container {

    margin-right: 24px;

}

.nav-layout .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {

    margin-right: 0;



}

.nav-layout .mCSB_scrollTools {

    right: -18px;

}

.mmenu-show .nav-layout {

    display: none;

}

.nav-layout ul {

    padding: 0;

    margin: 0;

    list-style-type: none;

    padding-top: 40px;

}

.nav-layout ul li:nth-child(1) {

    border-top: 1px solid #ddd;

}

.nav-layout ul li {

    border-bottom:1px solid #ddd;

    

}

.nav-layout ul li a {

    position: relative;

    display: block;

    color: #333;

    font-size: 17px;

    letter-spacing: 0.05em;

    line-height: 1.4;

    padding: 10px 20px;

    font-weight: bold;

}

.nav-layout ul li a:hover,

.nav-layout ul li.active > a {

    background: #0093D0;

    color: #fff;

}

.nav-layout ul li.has-child > a:after {

    content: "\f107";

    display: inline-block;

    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;

    position: absolute;

    right: 14px;

    top: 11px;

}
/*
.nav-layout ul li.active > a:after {

    content: "\f106";

}*/

.nav-layout ul ul {

    display: none;

    padding: 15px 0;

    border: 0;

}

.nav-layout ul ul li+li {

    background: none;

    border-bottom:none;

    box-shadow:none;

}

.nav-layout ul ul li a {

    background: none;

    color: #555;

    font-size: 16px;

    padding: 4px 35px;

}

.nav-layout ul ul li a:hover,

.nav-layout ul ul li.active > a {

    color: #163672;

    background: none;

}

.nav-layout ul ul li a:before {

    content: '';

    display: block;

    width: 6px;

    height: 6px;

    background: #555;

    border-radius: 6px;

    position: absolute;

    left: 20px;

    top: 10px;

}

.nav-layout ul ul li a:hover:before,

.nav-layout ul ul li.active > a:before {

    background: #0093D0;

}

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

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

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

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

.site-main {

    position: relative;

}

.main-top {

    position: relative;

    padding: 25px 0 0;

}

.main-title {

    color: #00205D;

    font-size: 26px;

    font-weight: bold;

    text-align: center;

    line-height: 1.3;

    letter-spacing: 0.18em;

    /* background: url('../../images/common/main_title_ic.png') 50% 0 no-repeat; */

    /* padding: 68px 0 0; */

    margin: 0;

}

.main-title small {

    display: block;

    color: #0093D0;

    font-family: 'Kanit', sans-serif;

    font-size: 16px;

    letter-spacing: 0.22em;

}

.main-content {

    padding: 25px 0 30px;

}

.content {

    margin: 0 auto;

    min-height: 300px;

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

}

.content-title {

    color: #045497;

    font-size: 17px;

    font-weight: bold;

    letter-spacing: 0.1em;

    text-align: center;

    line-height: 1.4;

    padding: 10px 0;

    margin: 0 0 50px;

    position: relative;

}

.content-title:before,

.content-title:after {

    content: '';

    display: block;

    border-width: 1px 0;

    border-style: solid;

    border-color: #D8D8D8 transparent #fff;

    position: absolute;

    left: 0;

    right: 0;

}

.content-title:before {

    top: 0;

}

.content-title:after {

    bottom: 0;

}

.content-title2 {

    color: #C6BEB6;

    font-family: 'Amiri', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;

    font-size: 30px;

    font-weight: normal;

    font-style: italic;

    text-align: center;

    line-height: 1.4;

    margin: 0 auto 15px;

}

.content-title2:before,

.content-title2:after {

    display: inline-block;

    font-size: 25px;

    vertical-align: middle;

    margin-bottom: 5px;

}

.content-title2:before {

    content: '[';

    margin-right: 20px;

}

.content-title2:after {

    content: ']';

    margin-left: 20px;

}

.shopping-title {

    margin-bottom: 10px;

}

.shopping-title span {

    background: #056CC0;

    color: #fff;

    font-family: 'Inder', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;

    font-size: 16px;

    font-weight: normal;

    text-transform: uppercase;

    line-height: 1.3;

    display: inline-block;

    padding: 5px 15px;

    margin: 0;

    border-radius: 24px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.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.has-border {

    border-top: 1px solid #D8D8D8;

    margin-top: 30px;

}

.btn-box.wide-spacing {

    letter-spacing: 15px;

}

.btn-box.wide-spacing * {

    letter-spacing: 0.1em;

}

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

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

.breadcrumb {

    color: #858585;

    font-size: 12px;

    padding: 0;

    position: absolute;

    right: 30px;

    /* top: 0; */

}

.breadcrumb li {

    margin: 0;

}

.breadcrumb li,

.breadcrumb li a {

    display: inline;

}

.breadcrumb li+li:before {

    content: '> ';

}

.breadcrumb li a:hover {

    color: #0093D0;

}

.content-breadcrumb {

    position: static;

    margin-bottom: 30px;

}

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

/*------------ content_nav ------------*/

.content-nav {

    position: relative;

    font-size: 15px;

    line-height: 1.4;

    background: #A8957B;

    text-align: center;

    padding: 6px 0;

    margin-bottom: 60px;

}

.content-nav li {

    position: relative;

    margin: 0;

    letter-spacing: 0;

    padding: 0 8px;

}

.content-nav li + li:before {

    content: '';

    display: block;

    height: 16px;

    border-left: 1px solid #705641;

    position: absolute;

    left: -1px;

    top: 50%;

    margin-top: -8px;

}

.content-nav li a {

    display: block;

    color: #3F3024;

    padding: 10px 20px;

}

.content-nav li a:hover,

.content-nav li.active > a {

    color: #782F10;

}

/*------------ / content_nav ------------*/

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

.follow {

    padding: 50px 0 24px;

    display: flex;

}

.follow .qrcode{

    border:1px solid #ddd;

}

.follow .qrcode,

.follow .ibtn.fb-fans-page,

.follow .share-box {

    float: left;

    margin: 0 21px 21px 0;

}

.follow .share-box {

    background: #045597;

    width: 150px;

    height: 150px;

    padding: 25px 15px 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    text-align: center;

}

.follow .share-box .title {

    color: #eee;

    font-size: 22px;

    font-weight: bold;

    font-family: 'Inder', sans-serif;

    line-height: 1.2;

    letter-spacing: 0.1em;

    width: 84px;

    margin: 0 auto 5px;

}

.follow .share {

    letter-spacing: 2px;

}

.footer-links-list {

    float: right;

    width: calc(100% - 492px);

    margin: 0 -12px;

}

.footer-links-list .item {

    width: 50%;

    padding: 0 12px;

}

.footer-links-list .box {

    max-width: 450px;

    margin: 0 auto 20px;

    line-height: 150px;

}

.footer-links-list .pic {

    display: inline-block;

    vertical-align: middle;

    position: relative;

    overflow: hidden;

    line-height: 1;

}

.footer-links-list .pic:before {

    content: '';

    background: url('../../images/common/links/hover.png') 50% 50% no-repeat rgba(194,164,69,0.6);

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    opacity: 0;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

}

.footer-links-list .box:hover .pic:before {

    opacity: 1;

}

.footer-top {

    background: #dcdcdc;

    color: #222;

    font-size: 14px;

    line-height: 1.3;

    padding: 25px 0 15px;

}

.site-map {

    float: right;

    position: relative;

    display: flex;

    border-right: 1px solid #e4e4e4;

}

.site-map ul {

    float: left;

    width: 180px;

    border-left: 1px solid #dcdcdc;

    letter-spacing: 0.03em;

    text-align: center;

    padding: 20px 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.site-map ul li + li {

    margin-top: 10px;

}

.site-map ul li a {

    position: relative;

    padding: 4px;

}

.site-map ul li a:hover {

    color: #0093D0;

}

.site-info {

    width: calc(100% - 760px);

    float: left;

}

.site-info a:hover {

    text-decoration: underline;

}

.site-info-list li {

    position: relative;

    padding: 10px 0 10px 55px;

    margin-bottom: 10px;

}

.site-info-list li a {

    display: inline-block;

}

.site-info-list li .ic {

    color: #222;

    border: 1px solid #222;

    width: 40px;

    height: 40px;

    line-height: 38px;

    font-size: 20px;

    letter-spacing: 0;

    text-align: center;

    border-radius: 50%;

    position: absolute;

    top: 0;

    left: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.footer-bottom {

    text-align: center;

    color: #666;

    font-size: 12px;

    padding: 15px 0;

    background: #dcdcdc;

    border-top: 1px solid #fff;

}

.footer-bottom a:hover {

    color: #921814;

    text-decoration: underline;

}

.footer-bottom .author {

    display: inline-block;

    margin: 0 10px;

}

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

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

.floating,

.floating.fancybox-margin {

    display: none;

    position: relative;

    z-index: 100;

    transition: all .3s ease;

}

.floating .btn.gotop {

    display: block;

    background: #f2f2f2;

    height: 50px;

    line-height: 1.3;

    color: #585858;

    font-family: 'Inder', sans-serif;

    font-size: 16px;

    letter-spacing: 0.1em;

    padding-top: 6px;

    border-radius:  0;

    transition: all .3s ease;

}

.floating .btn.gotop:hover {

    background: #eaedf1;

}

.floating .btn.gotop .ic {

    display: block;

}

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

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

.pagination {

    margin: 0;

    padding: 0;

    text-align: center;

}

.pagination li {

    display: inline-block;

    vertical-align: middle;

}

.pagination li a {

    display: block;

    min-width: 30px;

    height: 30px;

    line-height: 28px;

    padding: 0 3px;

    border: 1px solid #999;

    text-align: center;

    color: #666;

    font-size: 15px;

    margin: 0 3px;

    border-radius: 15px;

    -webkit-box-sizing: border-box;

       -moz-box-sizing: border-box;

            box-sizing: border-box;

}

.pagination li a:hover,

.pagination li.active a {

    color: #fff;

    background: #056CC0;

    border-color: #056CC0;

}

.pagination li a.controls {

    color: #fff;

    font-size: 26px;

    background: #999;

    border-color: #999;

}

.pagination li a.controls:hover {

    background: #056CC0;

    border-color: #056CC0;

}

.page-info {

    display: none;

}

.page-info .form-control {

    margin: 0;

}

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

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

.reminder {

    text-align: center;

    letter-spacing: 0.035em;

    position: relative;

    margin: 0;

    border-bottom: 1px solid #D8D8D8;

    padding: 0 0 15px;

}

.reminder span {

    display: inline-block;

    color: #002da1;

}

.reminder .ic {

    color: #002da1;

}

.form-wrap.type1 .reminder {

    background: #fff;

    padding: 8px 16px;

    border-radius: 8px;

    border: 0;

}

.form-wrap.type2 .reminder {

    border-bottom: 2px dotted #ddd;

    padding: 15px 10px;

    text-align: left;

}

.qty-box {

    position: relative;

    display: inline-block;

    width: 80px;

    max-width: none;

    box-sizing: border-box;

    padding: 0 24px;

}

.qty-box .form-control {

    position: relative;

    text-align: center;

    height: 26px;

    line-height: 24px;

    margin: 0;

    z-index: 1;

    padding: 0 5px;

    border-radius: 0;

}

.qty-box .btn {

    width: 18px;

    height: 18px;

    line-height: 17px;

    font-size: 14px;

    font-weight: bold;

    color: #fff;

    background: #056CC0;

    border-radius: 50%;

    position: absolute !important;

    z-index: 3;

    top: 4px;

}

.qty-box .btn:hover {

    background: #002da1;

}

.qty-box .less {

    left: 0;

}

.qty-box .add {

    right: 0;

}

.form-control {

    display: block;

    width: 100%;

    height: 30px;

    line-height: 28px;

    color: #444;

    padding: 0 10px;

    border: 1px solid #ccc;

    background: #fff;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    margin-bottom: 6px;

}

.form-control:focus {

    outline: none;

    border-color: #419be4;

}

textarea.form-control {

    padding: 8px 10px;

    line-height: 1.4;

    resize: vertical;

}

.static-control {

    line-height: inherit;

    color: #002da1;

    font-size: 13px;

    font-weight: bold;

    margin: 0 0 6px;

    padding: 0 4px;

}

.form-wrap {

    margin: 0 auto;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.form-wrap.type2 {

    max-width: 510px;

    border: 1px solid #CCC;

    border-radius: 14px;

    padding: 0 10px;

}

.form-box {

    padding: 30px 0 15px;

    margin: 0 auto;

}

.form-wrap.type1 .form-box,

.form-wrap.type3 .form-box {

    max-width: 956px;

}

.form-wrap.type2 .form-box {

    padding: 25px 5% 30px;

    max-width: 342px;

}

.form-wrap.type2 .btn-box {

    padding-top: 10px;

}

.form-box .row {

    margin: 0 -1.5%;

    position: relative;

}

.form-box .col {

    float: left;

    width: 50%;

    padding: 0 1.5%;

}

.form-box .required {

    position: relative;

}

.form-box .required:before {

    content: '\e90e';

    display: inline-block;

    vertical-align: middle;

    font-family: 'icon-font-40' !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: #002da1;

    position: absolute;

    left: 0;

    top: 8px;

}

.form-box .form-group {

    padding: 4px 0;

    line-height: 30px;

}

.form-box .form-group:after {

    content: '';

    display: block;

    clear: both;

}

.form-box .control-label {

    display: block;

    line-height: inherit;

    float: left;

    clear: left;

    position: relative;

    padding-left: 20px;

    width: 140px;

}

.form-wrap.type2 .control-label {

    display: none;

}



.form-box .control-box {

    position: relative;

    margin-left: 175px;

}

.form-wrap.type2 .control-box {

    margin-left: 0;

}

.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: #777;

    line-height: inherit;

    margin-left: 5px;

    margin-bottom: 6px;

    position: relative;

    transition: all .3s ease;

}

.form-box .captcha a:hover {

    color: #163672;

}

.form-box .captcha a * {

    vertical-align: middle;

}

.form-box .captcha a .ic {

    font-size: 20px;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    position: absolute;

    top: calc(50% - 10px);

    left: 100%;

}

.form-box .captcha a:hover .ic {

    -moz-transform: rotate(270deg);

    -webkit-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    transform: rotate(270deg);

}

.form-box .account .control-label {

    float: left;

}

.form-wrap.type2 .form-box .account .control-label {

    display: block;

    padding-left: 5px;

    width: 120px;

}

.form-box .account .control-box {

    margin-left: 150px;

}

.form-wrap.type2 .form-box .account .control-box {

    margin-left: 130px;

}

.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: 140px;

}

.form-box .name2 .radio-box {

    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: #AE9326;

    font-size: 12px;

    padding: 0 5px;

}

.form-box .input-group {

    margin: 0 -3px;

}

.form-box .input-group:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: ' ';

    clear: both;

    height: 0;

}

.form-box .input-group .input-box {

    float: left;

    width: 50%;

    padding: 0 3px;

    box-sizing: border-box;

}

.form-box .input-group .form-control {

    display: inline-block;

}

.form-box .name .control-box {

    position: relative;

}

.form-box .name .radio-box {

    line-height: 36px;

    position: absolute;

    right: 0;

    bottom: 100%;

}

.form-box .name .radio-box label {

    display: inline-block;

    margin-bottom: 0;

}

.form-box .address .input-box:last-child {

    width: 100%;

}

.form-box .address2 .input-box {

    width: 22%;

}

.form-box .address2 .input-box:last-child {

    width: 56%;

}

.form-radio,

.form-checkbox {

    display: inline-block;

    position: relative;

}

.form-radio input[type=radio],

.form-checkbox input[type=checkbox] {

    cursor: pointer;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0!important;

    visibility: hidden;

    outline: 0;

    z-index: 3;

    width: 17px;

    height: 17px;

}

.form-radio:before,

.form-checkbox:before {

    content: '';

    display: inline-block;

    vertical-align: middle;

    background: 50% 0 / 100% auto no-repeat;

    width: 14px;

    height: 14px;

    margin: 0 0 4px;

}

.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 {

    text-align: center;

    margin-top: 20px;

}

.success-box {

    text-align: center;

}

.success-msg {

    font-family: 'Kanit', sans-serif;

    background: #163672;

    color: #fff;

    font-size: 18px;

    font-weight: bold;

    line-height: 1.4;

    padding: 6px 16px;

    border-radius: 8px;

    max-width: 600px;

    margin: 0 auto 30px;

}

.success-msg b {

    color: #0095d3;

    font-weight: bold;

}

.success-txt {

    color: #838383;

    padding-bottom: 10px;

}

.success-txt span {

    color: #0095d3;

}

.success-txt a {

    text-decoration: underline;

    color: #0095d3;

}

.success-txt a:hover {

    color: #163672;

    text-decoration: none;

}

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

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

.table-box {

    background: #161109;

    padding: 40px 0;

}

.table-h {

}

.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 th,

.table-h td {

    border: 1px solid #ddd;

}

.table-h thead th {

    color: #fff;

    background: #777;

    font-weight: normal;

    padding: 12px;

}

.table-h .align-left {

    text-align: left;

}

.table-h a {

    display: inline-block;

    vertical-align: middle;

}

.table span {

    color: #002da1;

}

.table-v {

    font-size: 13px;

    border: 1px solid #ddd;

}

.table-v tr + tr {

    border-top: 1px solid #ddd;

}

.table-v th,

.table-v td {

    padding: 10px 20px;

    vertical-align: middle;

}

.table-v th {

    background: #777;

    text-align: left;

    width: 190px;

    color: #fff;

    font-weight: normal;

    position: relative;

}

.table-v td {

    color: #444;

}

.table-v b {

    color: #002da1;

}

.table-v span {

    color: #9F7F57;

}

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

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



.fancybox-overlay .lightbox-close {

    background: url('../../images/common/lightbox_close.png') no-repeat;

    width: 40px;

    height: 40px;

    position: fixed;

    z-index: 8040;

    top: 20px;

    right: 20px;

}

.fancybox-overlay .lightbox-close:hover {

    opacity: 0.5;

}

.fancybox-album .fancybox-skin {

    background: none;

    margin: 0 100px 0;

    border-radius: 0;

}

.fancybox-album.fancybox-opened .fancybox-skin {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}

.fancybox-overlay .lightbox-prev,

.fancybox-overlay .lightbox-next {

    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;

    width: 80px;

    height: 40px;

    position: fixed;

    z-index: 8040;

    top: 50%;

    margin-top: -20px;

}

.fancybox-overlay .lightbox-prev {

    background-position: 0 0;

    left: 20px;

}

.fancybox-overlay .lightbox-next {

    background-position: 100% 0;

    right: 20px;

}

.fancybox-overlay .lightbox-prev:hover {

    background-position: 0 100%;

}

.fancybox-overlay .lightbox-next:hover {

    background-position: 100% 100%;

}

.fancybox-album .fancybox-title {

    color: inherit;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    letter-spacing: 0.05em;

    padding-top: 8px;

}

.fancybox-album .photo-pager {

    float: right;

    color: #2692FF;

    font-family: 'Kanit', sans-serif;

    font-size: 18px;

    font-style: italic;

    padding: 7px 10px;

}

.fancybox-album .photo-pager span {

    color: #fff;

}

.fancybox-album .photo-title {

    background: #004290;

    color: #fff;

    font-size: 15px;

    font-weight: bold;

    padding: 10px;
    min-height: 25px;
}

.fancybox-album .photo-intro{

  background:#fff;

  padding:15px;

}

.fancybox-overlay.fancybox-overlay-fixed{

    background: rgba(0,0,0,0.9)!important;

}

/*

.fancybox-album .photo-title:before {

    content: '\e915';

    font-family: 'icon-font-40' !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: #C2A445;

    font-size: 24px;

    vertical-align: middle;

    margin-right: 10px;

}*/

body .fancybox-skin {

    background: #045597;

    border-radius: 0;

    margin: 0;

    border-radius: 0;

    max-width: 100%;

}

.fancybox-wrap,.fancybox-wrap *{

    max-width: 100%;

}

.fancybox-album .fancybox-skin {

    background: none;

    margin: 0 0px 0;

    border-radius: 0;

    box-shadow: 0 0 0;

}

/*------------ fancybox ------------*/

body .fancybox-close{

    background: url('../../images/common/lightbox_close.png') no-repeat;

    width: 40px;

    height: 40px;

    position: fixed;

    z-index: 8050;

    top: 20px;

    right: 20px;

}

.fancybox-overlay .lightbox-close:hover {

    opacity: 0.5;

}

body .fancybox-image {

    padding: 0 5px;

    box-sizing: border-box;

}

body .fancybox-nav span {

    visibility: visible;

    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;

    width: 80px;

    height: 40px;

    position: fixed;

    z-index: 8040;

    top: 50%;

    margin-top: -20px;

}

body .fancybox-prev span {

    background-position: 0 0;

    left: 20px;

}

body .fancybox-next span {

    background-position: 100% 0;

    right: 20px;

}

body .fancybox-prev:hover span{

    background-position: 0 100%;

}

body .fancybox-next:hover span{

     background-position: 100% 100%;

}

body .fancybox-title {

    color: inherit;

    font-family: inherit;

    font-size: inherit;

    line-height: inherit;

    letter-spacing: 0.05em;

    padding-top: 8px;

}

.photo-pager {

     float: right;

    color: #2692FF;

    font-family: 'Times New Roman', Times, serif;

    font-size: 18px;

    font-style: italic;

    padding: 7px 10px;

}

.photo-pager b {

    color: #fff;

}

.photo-title {

    background: #01215D;

    color: #fff;

    font-size: 15px;

    font-weight: bold;

    padding: 10px;

    margin-bottom: 15px;

}

/*

.photo-title:before {

    content: '\e915';

    font-family: 'icon-font-40' !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: #C2A445;

    font-size: 24px;

    vertical-align: middle;

    margin-right: 10px;

}*/

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

.mmenu-show #mobile-menu .side-nav ul {

    margin: 0;

}

.mmenu-show #mobile-menu .side-nav > li+li {

    border-top: 0;

}

.mmenu-show #mobile-fixed li,

.mmenu-show #mobile-search,

.mmenu-show #member-box li a {

    background: #2561a9;

}

.mmenu-show #mobile-fixed ul,

.mmenu-show #member-box li {

    border-bottom-color: #417dc5;

}

.mmenu-show #mobile-menu .side-nav-top > li a:before {

    border-color: #2561a9;

}

.mmenu-show #mobile-menu .menu li a:hover,

.mmenu-show #mobile-menu .menu li.active > a {

    color: #2561a9;

}

.mmenu-show #mobile-search .form-control {

    color: #333;

}

.mmenu-show #mobile-menu .share-menu {

    background: #045597;

}

.mmenu-show #mobile-menu .share .btn {

    margin: 0 3px;

    line-height: 34px;

}

.no-svg .mmenu-show #mobile-search .ibtn.search{

    background: url(../../images/common/mobile_search_btn.svg);

}

@media screen and (max-width: 1620px) {

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

    .follow {

        text-align: center;

    }

    .follow .qrcode,

    .follow .ibtn.fb-fans-page,

    .follow .share-box,

    .footer-links-list {

        float: none;

    }

    .follow .qrcode,

    .follow .ibtn.fb-fans-page,

    .follow .share-box {

        display: inline-block;

        vertical-align: middle;

        margin: 0 8px 20px;

    }

    .footer-links-list {

        width: auto;

        max-width: 940px;

        margin: 0 auto;

    }

    .footer-links-list .box {

        line-height: 1;

    }

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

}

@media screen and (max-width: 1520px) {

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

    .footer-top .container {

        max-width: 900px;

    }

    .site-info,

    .site-map {

        float: none;

        width: auto;

        overflow: hidden;

    }

    .site-map {

        margin-top: 15px;

    }

    .site-map ul {

        width: 33.3%;

    }

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

}

@media screen and (max-width: 1440px) {

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

    .wrapper {

        margin-left: 280px;

    }

    .site-header {

        width: 280px;

    }

    .site-title {

        padding: 30px 0 25px;

    }

    .site-title .logo {

        width: 124.79px;

        height: 300px;

    }

    .top-nav {

        left: 280px;

    }

    .nav-layout {

        width: 280px;

    }

    .nav-layout.active {

        left: 280px;

    }

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

}

@media screen and (max-width: 1200px) {

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

    .func-menu {

        margin-right: -15px;

    }

    .func-menu > li > a {

        letter-spacing: 0.03em;

        width: auto;

        min-width: 50px;

    }

    .top-nav .container {

        padding: 0 15px;

    }

/*------------ / 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隱私權手機板 ---*/

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

    .wrapper {

        margin-left: 0;

    }

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

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

    .site-header {

        position: relative;

        width: auto;

    }

    .site-title {

        padding: 20px 0;

    }

    .site-title .logo {

        background-image: url('../../images/common/logo_m.png');

        width: 252px;

        height: 50px;

    }

    .site-nav,

    .top-nav,

    .nav-layout {

        display: none;

    }

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

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

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

/*------------ content_nav 1000 ------------*/

    .content-nav {

        display: none;

    }

/*------------ / content_nav 1000 ------------*/

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

    .site-map {

        display: none;

    }

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

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

    .floating,

    .floating.fancybox-margin {

        position: fixed;

        background: none;

        right: 50%;

        bottom: 5px;

        margin-right: -15px;

        z-index: 400;

    }

    .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,

    .floating .btn.gotop * {

        display: none;

    }

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

}

@media screen and (max-width: 900px) {

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

    .form-box .col {

        width: 100%;

    }

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

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

    .table-h td {

        min-width: 40px;

    }

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

}

@media screen and (max-width: 767px) {

    .container {

        padding: 0 15px;

    }

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

    .main-title {

        /* -webkit-background-size: 80px auto; */

        /* background-size: 80px auto; */

        /* padding-top: 54px; */

        font-size: 24px;

    }

    .main-title small {

        font-size: 13px;

    }

    .content-title {

        margin-bottom: 30px;

    }

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

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

    .breadcrumb {

        position: static;

        text-align: right;

        margin-bottom: 10px;

    }

    .main-top{

        padding:15px 0 0;

    }

    .content-breadcrumb {

        text-align: left;

        margin-bottom: 25px;

    }

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

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

    .page-info {

        display: block;

        padding: 0 40px;

    }

    .pagination {

        position: relative;

        height: 0;

        display: block;

        border: 0;

        padding: 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 ------------*/

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

    .follow {

        padding:20px 0 ;

    }

    .follow .share-box,

    .footer-links-list {

        display: none;

    }

    .follow .qrcode, 

    .follow .ibtn.fb-fans-page {

        width: 120px;

        height: 120px;

        margin: 0 3px 5px;

    }

    .follow .ibtn.fb-fans-page {

        -webkit-background-size: 100% auto;

        background-size: 100% auto;

    }

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

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

    .form-title {

        font-size: 24px;

    }

    .form-box {

        padding: 20px 0 15px;

    }

    .form-wrap .form-box .control-label {

        position: relative;

        pointer-events: visible;

        width: auto;

        float: none;

        display: block;

    }

    .form-box .control-label:after {

        display: 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 tr {

        border: 1px solid #ddd;

        padding: 10px;

    }

    .table-h td+td {

        border-left: 0;

    }

    .table-h td[data-title]:before {

        content: attr(data-title);

        display: inline-block;

    }

    .table-h tr {

        padding: 10px 15px;

        position: relative;

    }

    .table-h td {

        padding: 0;

        line-height: 2;

        border: 0;

    }

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

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

    .fancybox-album .fancybox-skin {

        margin: 50px 0 0;

    }

    .fancybox-overlay .lightbox-close {

        position: absolute;

        right: 50%;

        top: 8px;

        margin-right: -20px;

    }

    .fancybox-overlay .lightbox-prev,

    .fancybox-overlay .lightbox-next {

        position: absolute;

        margin: 0;

        top: 8px;

    }

    .fancybox-overlay .lightbox-prev {

        left: 15px;

    }

    .fancybox-overlay .lightbox-next {

        right: 15px;

    }



    /*- test -*/

    body .fancybox-image {

        padding: 0 5px;

        box-sizing: border-box;

    }

    body .fancybox-nav span {

        visibility: visible;

        background: url('../../images/common/album/lightbox_arrow.png') no-repeat;

        width: 80px;

        height: 40px;

        position: fixed;

        z-index: 8040;

        top: 30px;

        margin-top: -20px;

    }

    body .fancybox-prev span {

        background-position: 0 0;

        left: 20px;

    }

    body .fancybox-next span {

        background-position: 100% 0;

        right: 20px;

    }

    body .fancybox-prev:hover span{

        background-position: 0 100%;

    }

    body .fancybox-next:hover span{

         background-position: 100% 100%;

    }

    body .fancybox-title {

        color: inherit;

        font-family: inherit;

        font-size: inherit;

        line-height: inherit;

        letter-spacing: 0.05em;

        padding-top: 8px;

    }

    body .fancybox-close{

        right: calc(50% - 20px);

        top:10px;

    }

    .fancybox-wrap{

        

        top:60px!important;

    }

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

}

@media screen and (max-width: 600px) {

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

    .table-v tr,

    .table-v th,

    .table-v td {

        display: block;

        width: auto;

        text-align: left;

    }

    .table-v tr {

        padding: 0;

    }

    .table-v th,

    .table-v td {

        padding: 8px 12px;

    }

    .table-v th {

        border-width: 0 0 1px;

    }

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

}

@media screen and (max-width: 400px) {

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

    .form-box .form-group .input-box {

        width: 100%;

    }

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

}