@charset 'utf-8';

/*------------ basic ------------*/

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #664C00;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.35px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: url(../../images/common/footer_bg.png)center bottom no-repeat, url(../../images/common/bg.jpg);
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

*:focus {
    outline: none;
}

.fancybox-lock .fancybox-overlay{
     background: url(../../images/common/lightbox_overlay.png);
}
/*------------ / basic ------------*/

/*--- 最上方 ---*/
.header-sheet {
    background-color: #666;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width:100%;
    height:auto;
    text-align:center;
    }

 .header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    }
    button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
    .close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    }
    .header-sheet a {
    color: #ffd24d;
    text-decoration: underline;}

/*--- END ---*/
/*------------ icon ------------*/

.icon.require {
    display: inline-block;
    vertical-align: middle;
    background: #E70404;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 6px 2px;
}


/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    width: 27px;
    height: 27px;
    margin: 0 7px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 29px;
    line-height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.share .btn:hover {
    background: #fff;
}

.share .btn i {
    margin: -1px 0 0 -1px;
}

.share .btn.facebook:hover,
.mmenu-show #mobile-menu .share .facebook i {
    color: #4E6CBC;
}

.share .btn.pinterest:hover,
.mmenu-show #mobile-menu .share .pinterest i {
    color: #FF7430;
}

.share .btn.google:hover,
.mmenu-show #mobile-menu .share .google i {
    color: #D90000;
}

.share .btn.twitter:hover,
.mmenu-show #mobile-menu .share .twitter i {
    color: #56C2E7;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb_page.png');
    width: 215px;
    height: 39px;
}

.btn-box .btn {
    margin: 0 0 10px;
}

.btn.arrowL,
.btn.arrowR {
    color: #fff;
    line-height: 30px;
    padding-left: 14px;
    width: 160px;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn.arrowL {
    background: #9c8e63 url(../../images/common/arrowL.png) no-repeat;
    padding-left: 45px;
}

.btn.arrowR {
    background: #b14546 url(../../images/common/arrowR.png) no-repeat 100% 0;
    padding-right: 45px;
}

.btn.arrowL:hover,
.btn.arrowR:hover {
    background-color: #664c00;
}

.btn.back {
    display: block;
}

.btn.gohome {
    width: 220px;
}

.btn-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}

.btn-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    margin: 4px;
}

.btn-wrap .btn {
    margin: 0;
}


/*
.btn.normal {
    font-family: 'Monda', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 18px;
    border: 1px solid #D40707;
    border-radius: 8px;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    min-width: 124px;
    background: none;
    color: #FF0B0B;
    margin: 0 5px 10px;
}
.btn.normal.bg2 {
    background: #fff;
}
.btn.normal.txt-s {
    font-size: 15px;
}
.btn.normal:hover,
.btn.normal.bg2:hover {
    background: #D40707;
    color: #fff;
}
.btn.normal .ic {
    font-size: 20px;
    vertical-align: middle;
    margin-bottom: 6px;
}
.btn.simple {
    color: #fff;
    font-size: 14px;
    background: #000;
    line-height: 28px;
    border-radius: 14px;
    padding: 0 16px;
    margin: 0 5px 5px;
}
.btn.simple:hover {
    background: #F00;
}
.btn.pure {
    color: #888;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #fff;
    text-decoration: underline;
}
*/


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    position: relative;
    min-height: 240px;
    background: #e5ddd3;
}

.site-header > .container {
    max-width: 1200px;
}

.site-title {
    position: absolute;
    z-index: 15;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 204px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}

.top-nav {
    position: absolute;
    z-index: 20;
    right: 0;
    top: -50px;
    font-family: 'Monda', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.top-nav > * {
    display: inline-block;
    vertical-align: top;
}

.site-header .share {
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: 1;
}

.site-header .share button {
    opacity: 0.7;
}

.site-header .share button:hover {
    opacity: 1;
}

.site-header .language {
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 0;
    width: 160px;
    margin-left: -80px;
    text-align: center;
    color: #fff;
}

.site-header .language > .btn {
    font-family: 'Nova Slim', cursive, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 15px;
    width: 100%;
    padding: 10px 0;
}

.site-header .language .btn:after {
    content: "";
    display: block;
    margin: 6px auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
}

.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.90);
    display: none;
}

.site-header .language ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.50)
}

.site-header .language ul li a {
    display: block;
    padding: 5px 10px;
}

.site-header .language ul li a:hover {
    color: #C4CC4D;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    margin: 0 5px;
}

.site-header .search-box .form-control {
    color: #fff;
    border-color: #ccc;
    background: rgba(204, 204, 204, 0.50);
    margin: 0;
    height: 30px;
    line-height: 28px;
    padding: 0 40px 0 12px;
    border-radius: 20px;
}

.site-header .search-box .form-control:focus {
    border-color: #b2b200;
}

.site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.svg');
    width: 26px;
    height: 26px;
    position: absolute;
    right: 3px;
    top: 2px;
}

.no-svg .site-header .search-box .ibtn {
    background-image: url('../../images/common/btn_search.png');
}

.site-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/header_bg_cover.png)bottom no-repeat;
}

.site-nav .container {
    padding: 0 25px;
    max-width: 1440px;
}

.site-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-nav .menu {
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: table;
    width: calc(50% - 120px);
    font-size: 18px;
    color: #664C00;
}

.site-nav .menu1 {
    float: left;
}

.site-nav .menu2 {
    float: right;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu >li>a:before{
    content: '';
    width: 60px;
    height: 60px;
    background: url(../../images/common/header_icon.png)no-repeat;
    display: block;
    margin: 0 auto;
}

.site-nav .menu1 > li:nth-child(1) > a:before {
    background-position: 0 0;
}

.site-nav .menu1 > li:nth-child(2)> a:before {
    background-position: -60px 0;
}

.site-nav .menu1 > li:nth-child(3)> a:before {
    background-position: -120px 0;
}

.site-nav .menu1 > li:nth-child(4)> a:before {
    background-position: -180px 0;
}

.site-nav .menu2 li:nth-child(1)> a:before{
    background-position: -240px 0;
}

.site-nav .menu2 li:nth-child(2)> a:before{
    background-position: -300px 0;
}

.site-nav .menu2 li:nth-child(3)> a:before{
    background-position: -360px 0;
}

.site-nav .menu2 li:nth-child(4)> a:before{
    background-position: -420px 0;
}

.site-nav .menu1 > li:nth-child(1) >a:hover:before,
.site-nav .menu1 > li:nth-child(1).active >a:before {
    background-position: 0 100%;
}

.site-nav .menu1 > li:nth-child(2) >a:hover:before,
.site-nav .menu1 > li:nth-child(2).active >a:before {
    background-position: -60px 100%;
}

.site-nav .menu1 > li:nth-child(3) >a:hover:before,
.site-nav .menu1 > li:nth-child(3).active >a:before {
    background-position: -120px 100%;
}

.site-nav .menu1 > li:nth-child(4) >a:hover:before,
.site-nav .menu1 > li:nth-child(4).active >a:before {
    background-position: -180px 100%;
}

.site-nav .menu2 li:nth-child(1) >a:hover:before,
.site-nav .menu2 li:nth-child(1).active >a:before {
    background-position: -240px 100%;
}

.site-nav .menu2 li:nth-child(2) >a:hover:before,
.site-nav .menu2 li:nth-child(2).active >a:before {
    background-position: -300px 100%;
}

.site-nav .menu2 li:nth-child(3) >a:hover:before,
.site-nav .menu2 li:nth-child(3).active >a:before {
    background-position: -360px 100%;
}

.site-nav .menu2 li:nth-child(4) >a:hover:before,
.site-nav .menu2 li:nth-child(4).active >a:before {
    background-position: -420px 100%;
}

.site-nav .menu >li >a:hover:before {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.site-nav .menu > li {
    display: table-cell;
}

.site-nav .menu2 > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu > li > a {
    padding: 20px 5px;
    line-height: 26px;
}

.site-nav .menu li ul,
.site-nav .menu > li.active ul {
    position: absolute;
    display: none;
    width: 150px;
    left: 50%;
    margin-left: -75px;
}

.site-nav .menu li ul li a {
    display: block;
    padding: 5px 0;
    background: rgba(255, 191, 0, 1);
    font-size: 16px;
    color: #664C00;
    font-weight: bold;
}

.site-nav .menu li ul li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.site-nav .menu li ul li:last-child a {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.site-nav .menu li ul li a:hover {
    color: rgba(255, 191, 0, 1);
    background: #664C00;
}

.site-nav .menu li ul li+li {
    border-top: 2px dotted #f5eee8;
}

.site-nav .menu2 > li:nth-last-child(-n+2) {
    display: none;
}


/********* .site-nav.shadow *********/

.site-nav.shadow {
    position: fixed;
    top: 0;
    background: rgba(255, 249, 245, 0.9);
    border-bottom: 3px solid #ffd000;
    /*    height: 90px;*/
    height: 65px;
    z-index: 16;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.site-nav.shadow .menu {
    /*    width: 50%;*/
    width: calc(50% - 90px);
    margin-top: 20px;
}

.site-nav.shadow .menu > li > a {
    padding: 0 5px 0;
    font-size: 15px;
}

.site-nav.shadow .menu > li > a:hover,
.site-nav.shadow .menu > li.active > a {
    color: #ff8300;
}

.site-nav.shadow .menu i {
    display: none;
}

.site-nav.shadow .site-title {
    position: static;
    /*    width: 100%;*/
    text-align: center;
    margin: 5px auto 0;
    float: left;
}

.site-nav.shadow .site-title .logo {
    width: 169px;
    height: 41px;
    background: url(../../images/common/logo_shadow.png)no-repeat;
}


/********* .site-nav.shadow *********/


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    height: 450px;
}

.banner .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../../images/common/index/banner_dot.png) no-repeat;
    width: 30px;
    height: 30px;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top .container {
    padding: 0;
    max-width: 1440px;
}

.main-title {
    text-align: center;
    font-family: 'Lithos Pro', 'Nova Slim', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.5;
    margin-bottom: 65px;
    text-align: right;
    position: absolute;
    top: -350px;
    right: 0;
    text-shadow: 2px 2px 7px rgba(20%, 20%, 0%, 0.5);
}

.main-title small {
    display: block;
    line-height: 20px;
    font-family: '微軟正黑體';
    font-size: 23px;
    text-align: right;
    letter-spacing: 0.7px;
}

.main-content {
    padding: 0 0 160px;
    background: url(../../images/common/index/rooms_line.png)center top repeat-x;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 55px;
}

.content {
    padding: 55px 0 0;
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-title {
    color: #FF3F00;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 0;
}

.content-title span {
    background: #000;
    border-radius: 14px;
    padding: 5px 25px 5px 20px;
}

.content-title .ic {
    color: #777;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.sub-title {
    color: #99A010;
    font-size: 24px;
    font-weight: bold;
    padding-left: 100px;
    margin-bottom: 50px;
    position: relative;
}

.sub-title:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url(../../images/common/sub-title-icon.png);
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 20px;
}

.shopping-title {
    color: #777;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}

.shopping-title span {
    background: #000;
    border-radius: 14px;
    padding: 5px 25px 5px 20px;
}

.shopping-title .ic {
    color: #E70404;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.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 #888;
    padding-top: 36px;
    margin-top: 30px;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}


/*------------ / side ------------*/

.has-side .main-content .container {
    padding: 0;
    max-width: 1440px;
}

.side {
    width: 300px;
    float: left;
    border-right: 1px solid #E0E0E0;
    margin-right: -1px;
    padding: 55px 0 0;
}

.has-side .content {
    width: calc(100% - 300px);
    float: right;
    border-left: 1px solid #E0E0E0;
    padding-left: 76px;
    padding-right: 76px;
}

.has-side .content .main-title {
    display: none;
}


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: center;
    color: #A5A5A5;
    font-size: 12px;
    padding: 15px 80px 10px;
    position: relative;
}

.breadcrumb li {
    margin: 0;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0 2px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li:first-child a {
    color: #ffa500;
    font-weight: bold;
}

.content-breadcrumb {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #000;
    border-radius: 14px;
    padding: 2px 25px 2px 20px;
    margin: 20px auto 0;
}

.content-breadcrumb:before {
    content: '\e912';
    font-family: 'icon-font-12' !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: #777;
    font-size: 18px;
    display: inline-block;
    vertical-align: text-bottom;
}

.content-breadcrumb li {
    margin: 0;
}

.content-breadcrumb li,
.content-breadcrumb li a {
    display: inline;
}

.content-breadcrumb li+li:before {
    content: '/';
    color: #fff;
}

.content-breadcrumb li:last-child a {
    color: #FF3F00;
}

.content-breadcrumb li a:hover {
    color: #aaa;
}


/*------------ / breadcrumb ------------*/


/*------------ content_nav ------------*/

.side-nav {
    position: relative;
    padding: 0 47px;
    text-align: right;
    list-style: none;
}

.side-nav li {
    padding: 1px 0;
    border-bottom: 1px dotted #ccc;
}

.side-nav li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #444;
}

.side-nav > li > a {
    margin: 0 -47px 0 0;
    padding: 8px 69px 8px 0;
    position: relative;
}

.side-nav > li > a:hover {
    color: #9685CE;
}

.side-nav > li.active > a {
    background: #9685CF;
    color: #fff;
}

.side-nav > li > a:after {
    content: "＋";
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #9685CF;
    position: absolute;
    right: 47px;
    top: 10px;
    width: 22px;
}

.side-nav > li.active > a:after {
    color: #fff;
}

.side-nav ul {
    display: none;
}

.side-nav ul li {
    border-bottom: 0;
}

.side-nav ul li a {
    display: block;
    padding: 4px 10px;
    color: #aaa;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #9685CF;
}


/*------------ / content_nav ------------*/


/*------------ site_footer ------------*/

.site-footer {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 120px;
}

.site-footer a {
    color: #8C6900;
}

.site-footer a:hover {
    color: #CEB68E;
}

.footer-top {
    padding-bottom: 30px;
}

.site-info,
.qrcode {
    float: left;
}

.site-info .info-txt {
    text-align: left;
    margin-left: 140px;
    color: #a29535;
}

.site-info .info-txt .title {
    font-family: 'Lithos Pro';
    color: #B14546;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}

.site-info .info-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-map {
    margin-top: 6px;
    float: right;
    display: table;
    text-align: left;
}

.site-map ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-map .item {
    display: table-cell;
    vertical-align: top;
    border-left: 1px dotted #B9B9B9;
    padding: 0 28px;
}

.site-map .item .title {
    color: #ffb100;
    font-family: 'Lithos Pro', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
}

.site-map li a {
    padding-right: 4px;
}

.site-map li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #95B1BB;
    margin: -3px 8px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.site-map li a:hover:before {
    background: #CFB68F;
}

.footer-bottom {
    color: #FFF;
    background: #00D9D9;
    text-align: center;
    font-size: 13px;
}

.footer-bottom a {
    color: #BACCD2;
}

.copyright-box {
    line-height: 35px;
}

.footer-bottom .share span {
    display: none;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 400;
    transition: all .3s ease;
}

.floating .btn.gotop {
    background-image: url(../../images/common/gotop.png);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    width: 75px;
    height: 134px;
    padding: 12px 0 0;
    text-indent: -5000px;
}

.floating .btn.gotop:hover {
    background-image: url(../../images/common/gotop_.png);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


/*------------ / floating ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    font-size: 15px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 8px;
    text-align: center;
    color: #9A9A8B;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    color: #B2A5DC;
}

.pagination li a.controls {
    background-image: url(../../images/common/pager_arrow.png);
    width: 32px;
    height: 32px;
}

.pagination li a.prev {
    background-position: 0 0;
    margin-right: 15px;
}

.pagination li a.next {
    background-position: 100% 0;
    margin-left: 15px;
}

.pagination li a.prev:hover {
    background-position: 0 100%;
}

.pagination li a.next:hover {
    background-position: 100% 100%;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    background: none;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #b2b200;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    background: url(../../images/common/notice/table.png);
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
    margin: 0 0 48px;
}

.reminder span {
    display: block;
    color: #fff;
    margin-top: 10px;
}

.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: 80px;
    max-width: none;
    box-sizing: border-box;
    padding: 0 25px;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 24px;
    color: #666;
    background: #000;
    margin: 0;
    padding: 0 4px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    z-index: 5;
}

.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 21px;
    color: #666;
    background: #000;
    border: 1px solid #444;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    background: #fff;
    z-index: 3;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    color: #666659;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #F2F2F4;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 8px;
}

.form-control:focus {
    outline: none;
    border-color: #b2b200;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 15px;
}

.form-title {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto 30px;
}

.form-title span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px 5px 20px;
    background: #000;
    border-radius: 14px;
}

.form-title .ic {
    color: #777;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type1 .form-box {
    max-width: 1354px;
}

.form-wrap.type2 .form-box {
    max-width: 620px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -4%;
    position: relative;
}


/*
.form-box .row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dotted #656565;
}
*/

.form-box .row:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.form-box.table_box .row{
    margin:0;
}
.form-box .table_box{
    max-width: 850px;
    margin: auto;
}
.form-box .col-right {
    float: right;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "※";
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    margin: 0 0 2px 10px;
    color: #AABD00;
    font-weight: bold;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #666659;
    padding-left: 3px;
    line-height: inherit;
    text-transform: uppercase;
}

.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 .control-box {
    padding-right: 170px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #CF2013;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
    position: absolute;
    right: 5px;
    top: 0;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    color: #AABD00;
    font-size: 28px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 6px;
}

.form-box .captcha a:hover .ic {
    color: #cf2013;
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 40px;
}

.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: #aaa;
    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 .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 {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.75;
    color: #666659;
}

.success-box {
    text-align: center;
}

.success-msg {
    background: url(../../images/common/notice/table.png);
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 50px;
    max-width: 500px;
    border-radius: 8px;
}

.success-txt {
    padding-bottom: 10px;
    font-size: 15px;
}

.success-txt strong {}

.success-txt a {
    text-decoration: underline;
    color: #E60404;
}

.success-txt a:hover {
    color: #fff;
    text-decoration: none;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-box {}

.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 thead th {
    color: #535353;
    font-weight: normal;
    font-size: 14px;
    padding: 12px;
    border-top: 1px solid #414245;
}

.table-h tbody tr {
    border-top: 1px solid #414245;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #E70404;
}

.table-v {
    color: #777;
    font-size: 13px;
}

.table-v tr {
    border-bottom: 1px solid #414245;
}

.table-v th,
.table-v td {
    padding: 10px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 90px;
    color: #888;
    font-weight: normal;
    position: relative;
}

.table-v th:after {
    content: '';
    display: block;
    border-left: 1px solid #333;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.table-v td {
    color: #ccc;
}

.table-v strong {
    color: #E60404;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

.fancybox-album .fancybox-skin {
    background: #fff;
    border: 4px solid #EAEAEA;
    margin-top: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-album .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 36px;
    height: 36px;
    right: -4px;
    top: -36px;
}

.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url(../../images/common/lightbox_arrow.png) no-repeat;
    width: 36px;
    height: 36px;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -15px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -15px;
}

.fancybox-album .fancybox-title .photo-pager {
    position: absolute;
    right: 10px;
    bottom: 100%;
    background: #663366;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    line-height: 27px;
}

.fancybox-album .fancybox-title .photo-title {
    color: #84752E;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

.fancybox-album .fancybox-title {
    color: #676759;
    font-size: 13px;
    line-height: 1.4;
    padding: 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: #fbad18;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #f6f1eb;
}

.mmenu-show #mobile-fixed li .ic12-earth {
    font-size: 24px;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #e50404;
}

.mmenu-show #mobile-menu .language-menu {
    background: #fbad18;
    color: #555;
}

.mmenu-show .toggle-mmenu-close i {
    color: #fff;
}

.mmenu-show #mobile-menu .menu,
.mmenu-show #mobile-menu .menu ul {
    padding: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu li a {
    color: #6c5309;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #FF722E;
}

.mmenu-show #mobile-menu .share-menu {
    background: #FFF;
    border-top: 1px dashed #e2a900;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-search .form-control {
    color: #333;
}

.mmenu-show #mobile-menu .main-menu {
    background: url(../../images/common/bg.jpg);
}

.mmenu-show #mobile-menu .share i {
    font-size: 28px;
}

.mmenu-show #mobile-menu .share .btn:hover i {
    opacity: 0.8;
}

@media screen and (max-width: 1580px) {
    /*------------ site_footer 1580 ------------*/
    .site-map {
        margin-right: 50px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    /*------------ site_footer 1580 ------------*/
}

@media screen and (max-width: 1440px) {
    /*------------ site_header 1440 ------------*/
    .top-nav {
        right: 15px;
    }
    /*------------ / site_header 1440 ------------*/
    /*------------ banner 1440 ------------*/
    .banner {
        margin: 0;
    }
    .banner .item {
        padding-top: 27.5%;
        height: auto;
    }
    /*------------ / banner 1440 ------------*/
    .breadcrumb {
        padding: 15px 30px 10px;
    }
    .main-title {
        top: -250px;
        right: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .site-header {
        padding-bottom: 76px;
        min-height: 150px;
    }
    .site-title {
        bottom: 80px;
        margin-left: -65px;
    }
    .site-title .logo {
        width: 130px;
        height: 134px;
    }
    .site-nav .container {
        padding: 10px 5px 0;
    }
    .site-nav.shadow .container {
        padding: 0 25px;
    }
    .site-nav .menu {
        width: 50%;
        font-size: 14px;
    }
    .site-nav .menu > li > a {
        padding: 30px 5px 0;
        line-height: 26px;
    }
    .main-title {
        top: -200px;
        font-size: 50px;
    }
}

@media screen and (max-width: 1030px) {
    .main-title {
        top: -170px;
    }
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .has-side .content .main-title {
        display: block;
    }
    .has-side .main-content .container {
        padding: 0 15px;
    }
    .has-side .content {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
    }
    .site-nav .container {
        padding: 0;
    }
    .breadcrumb {
        padding: 15px 20px 10px;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 0;
    }
    .site-info,
    .site-map,
    .qrcode {
        float: none;
        width: auto;
    }
    .qrcode,
    .site-info .info-txt {
        display: inline-block;
        vertical-align: top;
    }
    .site-info .info-txt {
        margin-left: 20px;
    }
    .site-map {
        margin-top: 30px;
        width: 100%;
    }
    .site-map .item:first-child {
        border-left: 0;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop .ic {
        display: none;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.png') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/

    /*-- 新的 --*/
.header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index:9999;
    font-size:  14px;
    padding:  10px 0 10px;
    }
 .header-sheet .close-ontop {
    right: 0px;
    left:0px;
    top: -25px;
    margin:auto;
    text-align:center;
    background:#666;
    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;
}
}

@media screen and (max-width: 900px) {
    .main-title {
        top: -150px;
        font-size: 36px;
    }
    /*------------ form 900 ------------*/
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    /*------------ / form 900 ------------*/
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 900px) {
    .banner .item {
        padding-top: 0;
        height: 150px;
        background-position: 100% 0;
    }
    .site-header .share {
        display: none;
    }
    .site-title .logo {
        width: 60px;
        height: 62px;
    }
    .site-header {
        padding-bottom: 0;
    }
    .site-header .language {
        display: none;
    }
    .site-nav {
        position: static;
    }
    .site-title {
        position: relative;
        text-align: center;
        margin: 0;
        padding: 10px 15px;
        bottom: 0;
        left: 0;
    }
    .site-title .logo {
        position: relative;
    }
    .site-nav .menu,
    .top-nav,
    .site-header .language,
    .site-nav.shadow {
        display: none;
    }
    /*------------ site_main 767 ------------*/
    .breadcrumb {
        padding: 15px 15px 10px;
    }
    .main-title {
        top: -120px;
        font-size: 27px;
    }
    .main-title small {
        font-size: 23px;
    }
    .main-title:after {
        margin-top: 15px;
    }
    .main-content {
        padding-bottom: 60px;
    }
    .sub-title {
        padding-left: 0;
        margin: 0;
        margin-bottom: 20px;
    }
    .sub-title:before {
        display: none;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        height: 0;
        position: relative;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        margin: 0;
        position: absolute;
        bottom: -32px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
        padding-top: 120px;
    }
    .share,
    .copyright-box {
        float: none;
    }
    .share {
        margin: 5px 0 10px;
    }
    .copyright,
    .author {
        display: inline-block;
        line-height: 1.5;
    }
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        padding: 15px;
        border-width: 6px;
    }
    .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-msg {
        padding: 15px;
        border-width: 6px;
        font-size: 16px;
    }
    /*------------ / 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;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 0 40px;
    }
    .fancybox-album .photo-nav {
        bottom: -50px;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 590px) {
    .site-footer {
        padding-top: 0;
    }
    .footer-top {
        padding-bottom: 30px;
    }
    .site-info .info-txt {
        display: block;
        text-align: center;
        margin: 10px 0 0;
    }
}

@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 {
        padding: 6px 10px;
    }
    .table-v th,
    .table-v td {
        padding: 0;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 480px) {
    .main-title {
        text-align: center;
        width: 100%;
        right: inherit;
        margin-left: -15px;
    }
    .main-title small {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}
