@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Anton|Oswald&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.8;
    letter-spacing: 0;
}
.lazyload,.lazyloaded{
    width: 100%;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.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);
  }
/*------------ / basic ------------*/
/*--- 隱私權 ---*/

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #01B1D8;
}
.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:#01B1D8;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon.require {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #33E2F6;
    margin: 0 3px 3px;
}
.icon.success {
    background-image: url('../../images/common/success_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.success {
    background-image: url('../../images/common/success_ic.png');
}
.icon.login {
    background-image: url('../../images/common/login_ic.svg');
    width: 88px;
    height: 88px;
}
.no-svg .icon.login {
    background-image: url('../../images/common/login_ic.png');
}

/*------------ / icon ------------*/

/*------------ btn ------------*/

.share .btn {
    font-weight: bold;
}
.share .btn.facebook {
    color: #fff;
}
.share .btn.google {
    color: #FF4000;
}
.share .btn.twitter {
    color: #fff;
}
.share .btn .ic {
    vertical-align: middle;
    font-size: 36px;
}
.share .btn.facebook .ic {
    color: #fff;
}
.share .btn.google .ic {
    color: #FF4000;
}
.share .btn.twitter .ic {
    color: #fff;
}

.share .btn .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.share .btn.facebook:hover .ic,
.share .btn.twitter:hover .ic,
.share .btn:hover {
    color:#35daff;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 93px;
    height: 93px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    border: 1px solid #ccc;
    color: #777;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 32px;
    width: 120px;
    height: 34px;
    transition: all .4s ease;
}
.btn.back:hover {
    background: #1BDBF0;
    color: #fff;
    box-shadow: inset 0 0 0 20px #0059B2;
}
.btn.back .ic {
    vertical-align: middle;
    margin: 0 3px 5px 0;
    font-size: 20px;
}

.btn.simple {
    background: #01CEE9;
    width: 173px;
    height: 35px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 35px;
    position: relative;
    margin: 0 5px 10px;
    border-radius: 0px;
    overflow:hidden;
    transition:all .4s ease;
}
.btn.simple:hover {
    box-shadow: inset 0 0 0 20px #0059B2;
    
}
.btn.simple.w2 {
    width: 90%;
    max-width: 500px;
}
.btn.simple .ic {
    margin-bottom: 4px;
}
.btn.simple .ic5-caret-hollow-left,
.btn.simple .ic5-caret-hollow-right {
    position: absolute;
    top: 8px;
    margin: 0;
}
.btn.simple .ic5-caret-hollow-left {
    left: 5px;
}
.btn.simple .ic5-caret-hollow-right {
    right: 5px;
}
.btn.simple.w100 {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px;
}
.btn.normal {
    color: #666;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0 10px;
    width: 175px;
    height: 35px;
    line-height: 31px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin: 0 0 5px;
}
.btn.normal:hover {
   border-color: #01CEE9;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #0059B2;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.site-header {
    background: url('../../images/common/menu_bg.png') -60px 50%  no-repeat,#0B3775;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 990;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 5px 0;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50%  no-repeat;
    background-size: contain;
    width: 93px;
    height: 90px;
}
.site-title .logo:hover {
    opacity: .7;
}


.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 20px;
    margin-right: 4px;
}

.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
    padding: 0 10px 0 6px;
    text-align: center;
    margin: 4px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.func-menu > li.login > a {
    background: #7AE4F3;
    color: #00468C;
}
.func-menu > li.gocart > a {
    background: #FFDC73;
    color: #000;
}
.func-menu > li.login > a:hover,
.func-menu > li.gocart > a:hover {
    background: #fff;
}
.func-menu > li > a span {
    display: block;
    -moz-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #7abbf3;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #3d88d4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #0f5ca9;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #146cc3;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}

.site-header .search-box {
    position: relative;
    width: 180px;
    box-sizing: border-box;
    margin-right: 15px;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    color: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 5px;
    border-radius: 0;
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
}
.site-header .search-box ::-webkit-input-placeholder { color:#ffffff; opacity: 0.8; }
.site-header .search-box ::-moz-placeholder { color:#ffffff; opacity: 0.8; } /* firefox 19+ */
.site-header .search-box :-ms-input-placeholder { color:#ffffff; opacity: 0.8; } /* Internet Explorer 10+ */
.site-header .search-box :-moz-placeholder { color:#ffffff; opacity: 0.8; } /* firefox 14-18 */
.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-header .language {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li {
}
.site-header .language li + li:before {
    content: '/ ';
    color: #0080FF;
}
.site-header .language li a {
    color: #30D6ED;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}
.site-header .language li a:hover {
    color: #F39800;
}

.site-nav {
    padding: 50px 0 0;
    margin-left: 200px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family:Arial, '微軟正黑體', '文泉驛正黑','33535gillsansmt',  'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 14px;
}
.site-nav .menu > li > a {
    color: #fff;
    font-size: 15px;
    padding: 10px;
    border-bottom: 4px solid transparent;
    letter-spacing: 0.05em;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #f39800;
    border-bottom-color: #f39800;
}
.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f39800 transparent;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: 0;
    margin-left: -10px;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 188px;
    
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -94px;
}
.site-nav .menu ul li+li {
    
}
.site-nav .menu ul li a {
    color: #212121;
    font-size: 14px;
    text-align: center;
    padding: 6px 18px;
    background: rgba(255,255,255,0.9);
    
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: rgb(243, 152, 0);
}
/*
.site-nav .menu ul li a:hover:after,
.site-nav .menu ul li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 6px;
    top: 13px;
}
*/
.site-nav .menu ul ul {
    left: 100%;
    top: -2px;
    margin-left: 8px;
    border-color: #0080FF;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    border-top-color: #0080FF;
}
.site-nav .menu ul ul li a {
    color: #0b3775;
    padding: 6px 12px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
    background: rgba(11,55,117,0.9);
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.wrapper{
    padding-top: 101px;
}
.site-nav,.site-header,.site-title .logo,.site-title {
    transition: all .3s ease;
}
.header-fixed .site-nav{
    padding-top: 8px;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title .logo{
    background: url(../../images/common/logo2.png) 50% 50% no-repeat;
    width: 148px;
    height: 40px;
    background-size: contain;
}
.header-fixed .site-title{
    padding:10px 0;
}
.header-fixed .site-header{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top {
    background: url('../../images/common/main_top_bg.png') 100% 50%  no-repeat,#0B3775;
    
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top .btn.gohome {
    background: #ff7800;
    color: #fff;
    font-size: 15px;
    border-radius:0;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    padding-top: 16px;
}
.main-top .btn.gohome:hover {
    background: #00468C;
}
.main-top .btn.gohome .ic {
    display: block;
    font-size: 30px;
    margin: 0 auto 3px;
}
.main-title {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 14px 95px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.main-content {
    padding: 60px 0 140px;
    /*background: url('../../images/common/index/about_bg.png') 0% 0  no-repeat;*/
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 40px;
}
.content-title {
    
    color: #2076B3;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    border-left:5px solid #2076B3;
    
    display: block;
    margin: 0;
    padding-left:10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.content-title2 {
    color: #0059B2;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
}
.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 30px;
}
.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #888;
    border-radius: 100%;
    margin-right: 10px;
}
.shopping-title .ic-wrap .ic {
    vertical-align: middle;
    margin: 0 0 3px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    display: none;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #777;
    font-size: 13px;
    margin: 6px 0 6px 10px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li:last-child a,
.breadcrumb li a:hover {
    color: #007FFE;
}

/*------------ / breadcrumb ------------*/

/*------------ site_footer ------------*/
.site-footer{
    background: url('../../images/common/footer_bg.jpg') no-repeat;
    background-size:cover;
}
.footer-top {
    /* border-top: 1px solid #33E2F6; */
    font-size: 15px;
    color: #787878;
}
.footer-top a {
    
}
.footer-top a:hover {
    color: #7FCAA5;
}
.footer-top .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
}
.footer-top .col {
    display: table-cell;
    vertical-align: top;
    /* border: 1px solid #33E2F6; */
    border-width: 0 1px;
    margin-right: -1px;
    min-height: 220px;
    padding: 60px 30px 45px;
    width: 25%;
}
.footer-title {
    color: #F39800;
    font-size: 29px;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    letter-spacing:2px;
}
.site-map {
    font-size: 13px;
    color: #fff;
    letter-spacing: 50px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.site-map ul li {
    margin: 5px 0;
    letter-spacing: 0.05em;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 0;
    position: relative;
    white-space: nowrap;
}
.site-map ul li a:hover {
    color: #2FD7E8;
}
.site-map ul li a:before {
    content: '\f105';
    color: #00CDE9;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 8px;
}

.site-footer .share {
    display:block;
    vertical-align: top;
}
.follow {
    margin-bottom: 22px;
    display: block;
}
.qrcode {
    margin-right: 10px;
    display: inline-block;
}
.site-footer .share li {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 20px;
}
.site-info {
    color: #fff;
    line-height: 1.5;
}
.site-info-list li {
    position: relative;
    padding: 3px 0 3px 35px;
    margin-bottom: 12px;
}
.site-info-list li a {
    display: inline;
}
.site-info-list li a:hover {
    color: #00CCE9;
    text-decoration: underline;
}
.site-info-list .ic {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #ffac54;
}

.footer-links-list .box {
    max-width: 300px;
    margin: 0 auto 20px;
}
.footer-links-list .pic {
    position: relative;
    overflow: hidden;
}
.footer-links-list .pic figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    font-family: 'Advent Pro', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-links-list .item:nth-child(2n+1) .pic figcaption {
    background: rgba(0,16,64,0.75);
    color: #99DAEE;
}
.footer-links-list .item:nth-child(2n) .pic figcaption {
    background: rgba(35,140,0,0.75);
    color: #fff;
}

.footer-bottom {
    background: #072549;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.author {
    display: inline-block;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #F39800;
    color: #fff;
    font-size: 46px;
    border-radius: 5px;
}
.floating .btn.gotop:hover {
    background: #0059B2;
}


/*------------ / floating ------------*/

/*------------ content_nav ------------*/
.content-nav-box {
    background: #aaa;
    text-align: center;
}
.content-nav li {
    padding: 0 6px;
}
.content-nav li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 20px 14px 14px;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #00468C;
}
.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #00468C transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}
.content-nav li a.logout {
    color: #00468C;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #FAFAFA;
}

/*------------ / content_nav ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    list-style-type: none;
}
.pagination li {
    float: left;
}
.pagination li a {
    display: block;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    color: #444;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 0 5px;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    background: #1BDBF0;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    line-height: 36px;
    color: #CACACA;
}
.pagination li a.controls:hover {
    color: #fff;
    border-color: #1BDBF0;
}
.pagination li a.prev {
    margin-right: 20px;
}
.pagination li a.next {
    margin-left: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #1BDBF0;
    background: none;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    text-align: center;
    color: #535353;
    font-size: 15px;
    position: relative;
    margin: 0 0 30px;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #00468C;
    font-size: 15px;
    background: #eee;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    background: #00468C;
    color: #eee;
}
.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    color: #999;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #017FFB;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #33E2F6;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #1085F9;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 960px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3%;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -12px;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #33E2F6;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 32px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #33E2F6;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1086FA;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    border: 1px solid #ddd;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #0059B2;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px auto;
}
.success-txt {
    line-height: 1.8;
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
}
.success-txt strong {
    color: #444;
    font-size: 15px;
}
.success-txt a {
    text-decoration: underline;
    color: #00468C;
}
.success-txt a:hover {
    text-decoration: none;
    color: #2fcfe0;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}

/*------------ / form ------------*/

/*------------ table ------------*/
.table-h {
    border-top: 1px solid #017FFB;
    color: #6A6A6A;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead {
    border-bottom: 1px solid #DCDCDC;
}
.table-h thead th {
    background: #eee;
    color: #777;
    font-weight: normal;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #840000;
}

.table-v {
    color: #777;
    font-size: 14px;
}
.table-v tr:nth-child(2n) {
    background: #E0FBFE;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 88px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: "\e901";
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ccc;
    font-size: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -7px;
}
.table-v strong {
    color: #0059B2;
}
.table-v b {
    color: #33E2F6;
}

/*------------ / table ------------*/

/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 70px;
    height: 30px;
    right: 0;
    top: -36px;
}
body .fancybox-close:hover {
    opacity: 0.6;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 40px 60px 0;
    border-radius: 5px;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.svg') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}
.no-svg .fancybox-album .fancybox-nav span {
    background-image: url('../../images/common/album/lightbox_arrow.png');
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 0.5;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    padding-top: 0;
}
.fancybox-album .fancybox-title .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
}
.fancybox-album .photo-pager {
    float: right;
    padding: 5px 10px;
    text-align: center;
    background: #0063C6;
    color: #fff;
}
.fancybox-album .photo-title {
    background: #48E5F2;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 12px;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #0B3775;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #0B3775;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #4e96de;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #4e96de;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
    font-size: 30px;
}
.mmenu-show #mobile-menu .share .btn .txt {
    display: none;
}
.mmenu-show #mobile-fixed .qty {
    background: #00468c;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.svg);
}
.mmenu-show #mobile-menu .share-menu{
    background: #F39800;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ site_footer 1420 ------------*/
    .footer-top .container {
    }
    .footer-top .row,
    .footer-top .col {
        display: block;
        width: auto;
    }
    .footer-top .row {
        /* border: 1px solid #33E2F6; */
        border-width: 0 1px;
        overflow: hidden;
    }
    .footer-top .col {
        float: left;
        width: 33.33%;
        border-width: 0;
        padding: 25px;
        min-height: 330px;
    }
    .footer-top .col1 {
        width: 100%;
        border-width: 0 0 1px;
        min-height: 0;
    }
    .footer-top .col2 {
        border-width: 0 1px 0 0;
    }
    .footer-top .col4 {
        border-width: 0 0 0 1px;
    }
    .site-map {
        letter-spacing: 25px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .qrcode {
        margin-bottom: 15px;
    }
/*------------ / site_footer 1420 ------------*/
}
@media screen and (max-width: 1360px) {
/*------------ site_header 1360 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li {
        padding: 0 8px;
    }
/*------------ / site_header 1360 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_header 1280 ------------*/
    .site-nav .menu {
        margin: 0 -4px;
    }
    .site-nav .menu > li {
        padding: 0 4px;
    }
/*------------ / site_header 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ content_nav 1280 ------------*/
    .content-nav li {
        padding: 0 2px;
    }
    .content-nav li a {
        padding: 20px 14px 14px;
    }
/*------------ / content_nav 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1120 ------------*/
    .site-title {
        /* padding: 15px 0 10px; */
    }
    .top-nav {
        top: 20px;
    }
    .site-header .language {
        top: 27px;
    }
    .site-nav {
        /* clear: both; */
        /* position: static; */
        /* margin: 0; */
        /* padding: 0; */
        /* text-align: center; */
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .footer_link{
        display: none;
    }
    /*--- 隱私權手機板 ---*/
 .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
}
.header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
}
button.close-ontop{
    padding:0px;
}
.close-ontop {
    float: none;
}
body #keyreply-container {
     bottom: 10%;
}
.header-active #keyreply-container {
    bottom: 0%;
    transition:all .7s;
}
.header-fixed .header-sheet{
    display:block;
}
/*--- END隱私權手機板 ---*/
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 100px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top .col {
        width: 50%;
        min-height: 0;
    }
    .footer-top .col1,
    .footer-top .col4 {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ content_nav 1000 ------------*/
    .content-nav-box {
        display: none;
    }
/*------------ / content_nav 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .btn.gotop .ic {
        display: none;
    }
    .site-header{
        position: static;
        background: #fff;
    }
/*------------ / floating 1000 ------------*/
    .site-title .logo{
        width:170px;
        height: 70px;
        background: url(../../images/common/logo2.png) 50% 50% no-repeat;
        background-size: contain;
    }
    .footer-title{
        font-size: 24px;
    }
}
@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-content {
        padding: 30px 0 60px;
    }
    .main-title {
        font-size: 24px;
        padding: 5px;
    }
    .main-top .btn.gohome {
        display: none;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .content-title2 {
        font-size: 22px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        margin: 0 0 10px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding: 10px 15px 10px;
    }
    .footer-top .col2 {
        border-width: 0 0 1px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .follow {
        display: block;
        letter-spacing: 10px;
        margin: 0;
    }
    .follow > * {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 0 15px;
    }
    .site-footer .share li {
        display: inline-block;
        padding: 0 5px;
        margin: 0 5px 10px;
    }
    .site-footer .share .txt {
        display: none;
    }
    .site-info-list li {
        padding: 0;
    }
    .site-info-list .ic {
        position: static;
        vertical-align: bottom;
        margin-right: 8px;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -36px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-wrap.type2 {
        border: 0;
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-close {
        right: 50%;
        top: -40px;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -60px;
    }
    .fancybox-album .fancybox-prev span {
        left: -10px;
    }
    .fancybox-album .fancybox-next span {
        right: -10px;
    }
/*------------ / lightbox 767 ------------*/
    .footer-top .row{
        padding-top: 10px;
    }
}
@media screen and (max-width: 500px) {
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple,
    .btn.simple.w2 {
        width: 100%;
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}