@charset 'utf-8';

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

body {
    font-family: Arial, '文泉驛正黑', "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", '微軟正黑體', "Microsoft JhengHei", '微软雅黑', メイリオ, "맑은 고딕", sans-serif;    font-size: 15px;
    line-height: 1.7;
    font-size:15px;
    color: rgb(68, 68, 68);
    letter-spacing: 0.05em;
    background: url(../../images/common/main_bg.jpg);
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
    box-sizing: border-box;
}


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


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


/*--- 最上方 ---*/
.header-sheet {
    background-color: #666;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width:100%;
    height:auto;
    text-align:center;
	z-index: 99;
    }

 .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: #8bd7ff;
    text-decoration: underline;}


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


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

.share li .btn {
    color: #fff;
    font-size: 28px;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.share .btn.facebook {
    background-color: #3B579D;
}

.share .btn.google {
    background-color: #FF4000;
}

.share .btn.twitter {
    background-color: #26C9FF;
}

.share .btn.facebook:hover {
    background-color: #304681;
}

.share .btn.google:hover {
    background-color: #D93600;
}

.share .btn.twitter:hover {
    background-color: #00B5F0;
}

.ibtn.fb-fans-page {
    background-image: url(../../../images/common/tw/fb_page.png);
    width: 108px;
    height: 108px;
}

.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}

.btn.back {
    background: #aaa;
    color: #fff;
    font-family: '33535gillsansmt', Arial, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: normal;
    padding: 21px 8px 0 12px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.btn.back:hover {
    background: #80CAA5;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    /*
    float: left;
    width: 50%;
    line-height: 45px;
    font-size: 17px;
    font-weight: bold;
    color: rgba(255,255,255,0.8);
*/
    display: inline-block;
    max-width: 200px;
    width: 100%;
    line-height: 35px;
    font-size: 17px;
    color: #fff;
    background: #c3b39b;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn.simple+.btn.simple {
    margin-left: 10px;
}

.btn.simple:hover {
     background: #B4DDAF;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


/*
.btn.simple.bg1 {
    background: url(../../images/common/btn_bg1.png);
}
.btn.simple.bg1:hover {
    background: url(../../images/common/btn_bg1_hover.png);
}
.btn.simple.bg2 {
    background: url(../../images/common/btn_bg2.png);
}
.btn.simple.bg2:hover {
    background: url(../../images/common/btn_bg2_hover.png);
}
*/

.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80CAA5;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    min-width: 90px;
    height: 35px;
    line-height: 33px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #868686;
	border-radius: 0px;
}

.btn.normal:hover {
    background: #eee;
    font-weight: bold;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}

.fans a {
    padding: 3px 0;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    display: block;
    color: #7B9C45;
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #7B9C45;
}

.fans a:hover {
     background: #7B9C45;
    color: #FFF;
}


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


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

.site-header {
    position: relative;
    z-index: 10;
    float: left;
    width: 330px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 0px 10px rgba(20%, 20%, 40%, 0.2);
}

.site-title {
    box-shadow: 0 24px 24px -12px 0 rgba(0, 0, 0, 0.8);
    padding: 40px 0 35px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat;
    background-size: 100% auto;
    width: 209px;
    height: 208px;
    margin: 0 auto;
    display: block;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .9;
}

.top-nav {
    padding: 0px 0 43px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-header .language {
    position: relative;
    width: 115px;
    margin: 15px auto 0;
    letter-spacing: 0;
}

.site-header .language .btn {
    width: 100%;
    color: #B2B200;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}

.site-header .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #B2B200 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}

.site-header .language ul {
    position: absolute;
    z-index: 10;
    top: 110%;
    left: 0;
    right: 0;
    display: none;
}

.site-header .language li {
    display: block;
}

.site-header .language li a {
    display: block;
    background: rgba(178, 178, 0, .5);
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
}

.site-header .language li a:hover {
    background: rgba(178, 178, 0, .8);
}

.site-nav {
    padding: 0px 0 43px;
}

.site-nav .menu {}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu > li > a {
    color: #1A6374;
    font-family: "微軟正黑體";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding: 5px 44px;
    margin: 0 1px;
     border-bottom: 1px solid rgba(26, 99, 116, 0.24);
}

.site-nav .menu > li:after {
    content: '';
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FFF;
}

.site-nav .menu > li > a .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../../images/common/menu_icon.png)no-repeat;
    margin-right: 25px;
}

.site-nav .menu > li > a .icon.menu01 {
    background-position: center 0;
}

.site-nav .menu > li > a .icon.menu02 {
    background-position: center -40px;
}

.site-nav .menu > li > a .icon.menu03 {
    background-position: center -80px;
}

.site-nav .menu > li > a .icon.menu04 {
    background-position: center -120px;
}

.site-nav .menu > li > a .icon.menu05 {
    background-position: center -160px;
}

.site-nav .menu > li > a .icon.menu06 {
    background-position: center -200px;
}

.site-nav .menu > li > a .icon.menu07 {
    background-position: center -240px;
}

.site-nav .menu > li > a .icon.menu08 {
    background-position: center -280px;
}

.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FFF;
    border-color: #6798A7;
    background: #7FC088;
}

.site-nav .menu > li > a span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0 4px;
    font-family: 'Amiri';
    font-size: 16px;
    margin-left: 13px;
}

.site-nav .menu li ul {
    display: none;
    box-sizing: border-box;
}

.site-nav .menu > li > ul {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    width: 250px;
    padding-left: 15px;
}

.site-nav .menu > li > ul:before {
     content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent rgba(255, 255, 255, 0.85) transparent transparent;
    position: absolute;
    display: block;
    left: 5px;
    top: 20px;
}

.site-nav .menu ul li {
    margin-bottom: 1px;
}

.site-nav .menu ul li a {
   background: rgba(255, 255, 255, 0.9);
    color: #1a6374;
    font-size: 16px;
    padding: 8px 45px 8px 24px;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
  color: #FFF;
    border-color: #827F00;
    background: rgb(127, 192, 136);
}

.site-nav .menu ul .toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    color: #E4E0D5;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.site-nav .menu ul .toggle-submenu:before {
    content: "\f067";
    display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
    font-family: 'icon-font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-nav .menu ul li.active > .toggle-submenu:before {
    content: "\f068";
}

.site-nav .menu ul ul {
    background: #010101;
    padding: 10px 0;
}

.site-nav .menu ul ul li {
    margin: 0;
}

.site-nav .menu ul ul li a {
    background: none;
    font-size: 13px;
    padding: 5px 15px 5px 40px;
}

.site-nav .menu ul ul li a:before {
    content: '- ';
    display: inline-block;
    margin-right: 8px;
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active > a {
    color: #fff;
    text-decoration: underline;
    background: none;
}

.site-nav .share {
    text-align: center;
    margin: 70px 0 5px;
}

.site-nav .share li .btn,
#mobile-menu .share .btn {
   font-size: 16px;
    line-height: 30px !important;
    width: 29px;
    height: 29px;
    display: inline-block;
    background: #1A6374;
    margin: 10px 5px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
}

.site-header .search-box .form-control {
    border: 1px solid #80CAA5;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}

.site-header .search-box .form-control:focus {
    background: #e6f4ed;
}

.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 ------------*/


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

.banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.banner:after {
    content: '';
    display: block;
    background: url(../../images/common/banner_cover.png) 50% 100% / cover no-repeat;
    height: 317px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .item {
    background: 50% 0 / cover no-repeat;
    height: 554px;
}

.banner button{
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0) url(../../images/common/index/banner_arrow.png);
    border: none;
    text-indent: -5000px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9999;
    cursor:pointer;
}
.banner .slick-prev{
    margin-top: -50px;
}
.banner .slick-next {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.banner button:hover{background-color:rgba(248, 248, 248, 0.39); }


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


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

.main-content {
    float: right;
    width: calc(100% - 500px);
    position: relative;
}

.site-main.in .main-content {
    padding-right: 75px;
}

.main-top {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.73);
    border-radius: 5px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 100px;
}

.main-title {
    text-align: center;
    color: #26382C;
    font-size: 25px;
    font-weight: bold;
    padding: 14px 225px;
    letter-spacing: 3px;
}

.ibtn.gohome {
    background: url(../../images/common/home.png) no-repeat #6798A7;
    width: 70px;
    height: 70px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ibtn.gohome:hover {
   background-color: #1A6374;
}

.site-main {
    padding: 0;
}

.content {
    padding: 90px 65px 70px;
    min-height: 300px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
}

.content.no-bg {
    background: none;
    padding: 0;
}

.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.content-title {
    text-align: left;
    font-family: "Times New Roman", "微軟正黑體", Times, serif;
    font-size: 25px;
    color: #444;
    line-height: 1.2;
    border-bottom: 1px solid #A7A7A7;
    margin: 0 -25px 30px;
    padding: 0 25px 20px 70px;
    position: relative;
    font-weight: normal;
}

.content-title:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 25px;
    top: 0;
    background: url(../../images/common/main_title_icon.png)no-repeat;
}

.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.btn-box.full {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

.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 {
    margin: 0 0 -50px 0;
    position: relative;
    z-index: 20;
}


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


/*------------ breadcrumb ------------*/
.breadcrumb {
    margin-bottom: 40px;
    color: #6798a7;
    font-size: 13px;
    position: absolute;
    right: 80px;
    top: 26px;
}

.breadcrumb:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
     border-color: transparent transparent transparent #1A6374;
    margin-bottom: 3px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: ">";
    margin: 0 2px 0 4px;
}

.breadcrumb li a:hover {
    color: #1A6374
}

.breadcrumb li:last-child {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        position: static;
        margin: 0;
        font-size: 12px;
    }
}

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


/*------------ side ------------*/

.side {
    width: 300px;
    float: left;
}

.has-side .content {
    width: calc(100% - 365px);
    float: right;
}

.side-title {
    font-family: 'Times New Roman', Times, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', 'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', serif;
    border-top: 5px solid #FF732F;
    color: #FF732F;
    font-weight: bold;
    font-size: 27px;
    padding: 20px 30px;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
    margin-bottom: 2px;
}

.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}

.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #FF732F;
}

.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}

.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    background: url(../../images/common/side_accodion.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
}

.side-nav > li.has-child.active > a:before,
.side-nav-top > li.has-child.active > a:before {
    background-position: 0 100%;
}

.side-nav ul {
    display: none;
}

.side-nav ul li a {
    color: #FF722E;
    border: 1px solid #FF722E;
    padding: 8px 10px 8px 36px;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #FFF5D9;
}


/*------------ / side ------------*/


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

.site-footer {
    position: relative;
    background: url(../../images/common/footer_bg.jpg) 0 50% / cover no-repeat;
    padding-top: 60px;
}

.site-footer a:hover {
    color: #9FB54B;
}

.footer-title {
    border-bottom: 1px dotted #c5de83;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    color: #C5DE83;
}

.site-map,
.site-info {
    float: left;
    width: 360px;
    padding: 0 30px;
}

.site-map ul {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.site-map ul li {
    padding: 4px 0;
    font-size: 14px;
}

.site-map ul li a {
     display: inline-block;
    padding: 2px 0;
    color: rgb(243, 255, 211);
}
.site-map ul li a:hover{
    color:#fff;
}
.site-info .info-list li b {
    font-size: 25px;
}

.site-info .info-list li {
    padding: 12px 10px 12px 20px;
    color: #f3ffd3;
}

.site-info .info-list li+li {
    border-top: 1px dotted #88a64c;
}

.site-info .info-list label {
    display: block;
    color: #E9E5DC;
    font-size: 14px;
    position: relative;
}

.site-info .info-list label:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #BBAF8D;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    top: 8px;
}

.follow {
    letter-spacing: 10px;
    position: absolute;
    right: 15px;
    bottom: 195px;
}

.follow > * {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.qrcode {
    width: 108px;
    height: 108px;
}

.site-footer .share {
    clear: both;
    padding-top: 70px;
    margin: 0 -10px;
}

.site-footer .share li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.copyright-box {
    font-size: 13px;
    color: #e0e0e0;
    clear: both;
    padding: 15px 0;
    text-align: right;
}

.site-footer .copyright,
.site-footer .author {
    display: inline-block;
}
.site-info .info-box li{
    list-style: none;
}
.site-info .info-box label{
    display: inline-block;
    color: #c5de83;
    font-size: 14px;
    position: relative;
    margin-right: 10px;
}
.site-info .info-box{
    color: #f3ffd3;
}
.site-info .info-box ul{
    margin:0px;
    padding: 0;
}
.site-info .info-box a:hover{
    color: #9FB54B;
}
.site-info .info-box li {
    padding: 5px 10px 5px 20px;
    color: #f3ffd3;
}
.site-info .info-box li+li {
    border-top: 1px dotted #88a64c;
}
.site-info .info-box label:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #BBAF8D;
    border-radius: 5px;
    position: absolute;
    left: -15px;
    top: 8px;
}
/*------------ / site_footer ------------*/


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

.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 50%;
    bottom: 20%;
    margin-right: -900px;
    z-index: 400;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}

.floating .ibtn.gotop {
     background: url(../../images/common/gotop.png)center top no-repeat;
    width: 85px;
    height: 85px;
    display: block;
    text-indent:-10000px;
}

.no-svg .floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
}

.floating .ibtn.gotop:hover {
    background: url(../../images/common/gotop_.png);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.floating .shop{
    background: url(../images/shop.png)center top no-repeat;
    width: 100%;
    padding-top: 45px;
    color: #9A5659;
    text-indent:inherit;
    display: block;
    margin-bottom: 30px;
    line-height: 20px;
}
.floating .shop:hover{
    opacity: 0.8;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
/*------------ / floating ------------*/


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.pagination li a {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 33px;
    background: #fff;
    padding: 0 5px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #868686;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #eee;
    font-weight: bold;
}

.pagination li a.controls {
    width: 70px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #D80000;
}


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


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

.reminder {
    text-align: center;
    border-bottom: 1px solid #C0BFB2;
    padding-bottom: 10px;
    margin: 0 auto 30px;
}

.reminder span {
    color: #D80000;
}

.reminder b {
    display: inline-block;
    line-height: 20px;
    vertical-align: bottom;
    margin: 0 8px 3px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #7FCAA5;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
     display: block;
    width: 100%;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #C8C8BF;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.form-control:focus {
     outline: none;
    border-color: #C1C112;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 750px;
}

.form-wrap .btn-box {
    margin: 0 auto;
}

.btn-box.full {
    margin: 0 -65px -70px;
    padding-top: 60px;
    overflow: hidden;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "●";
    position: absolute;
    left: 5px;
    color: #E70404;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #9B9B8C;
}

.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: #80CAA5;
    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 {
    background: url(../../images/common/refresh.png) no-repeat;
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

.ic-repeat:before {
    content: "";
}

.form-box .captcha a:hover .ic {
    background-position: 100% 100%;
}

.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: #80CAA5;
    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: 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-box {
    max-width: 824px;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    position: relative;
    margin: 0 auto 30px;
    padding-bottom: 40px;
    border-bottom: 4px double #ded8ce;
}

.success-box .msg {
    color: #777;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.success-box .msg strong {
    font-size: 28px;
    font-family: 'Amiri';
    color: #B7B814;
	 font-weight:  normal;
}

.success-box .msg strong:before {
    content: '';
    display: block;
    width: 100%;
    height: 33px;
    background: url(../../images/common/contact/ok_title.png)center top no-repeat;
    margin-bottom: 10px;
}

.success-box .title {
    display: block;
    color: #6D5036;
    font-size: 20px;
	 font-weight:  normal;
}

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #000;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}


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


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

.fancybox-opened .fancybox-skin {
    box-shadow: none !important;
}

body .fancybox-skin {
    background: transparent;
}

body .fancybox-nav:hover span {
    visibility: hidden;
}

body .fancybox-title .photo-pager {
    color: #BABABA;
    font-size: 12px;
    margin-bottom: 10px;
}

body .fancybox-title .photo-pager b {
    color: #F00;
    font-size: 20px;
}

body .fancybox-title .photo-title {
    background: url(../../images/common/album/icon_camera.png) 16px 13px no-repeat rgba(255, 255, 255, 0.30);
    padding-left: 24px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 159px;
    padding: 15px 10px 15px 50px;
}

body .fancybox-title .photo-intro {
    font-size: 13px;
    color: #fff;
    padding-bottom: 10px;
}

body .fancybox-title .ibtn {
    background: url(../../images/common/album/lightbox_btn.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
}

body .fancybox-title .ibtn.prev {
    background-position: 0 0;
    right: 106px;
}

body .fancybox-title .ibtn.next {
    background-position: 50% 0;
    right: 53px;
}

body .fancybox-title .ibtn.close {
    background-position: 100% 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    body .fancybox-title .photo-title {
        position: static;
        margin-bottom: 10px;
    }
}


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

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #473931;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #473931;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #80caa5;
}

.mmenu-show #mobile-menu .menu li a {
    color: #6E5C35;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #B2B200;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .language-menu {
    background: #6E5C35;
}

.mmenu-show #mobile-fixed .ic3-earth {
    font-size: 24px;
}

@media screen and (max-width: 1600px) {
    /*------------ header 1600 --------------*/
    .site-header {
        width: 230px;
    }
    .site-nav .menu > li > a span {
        display: block;
        margin: 0 auto;
        line-height: 20px;
    }
    .site-title .logo {
        width: 160px;
        height: 160px;
    }
    .site-nav .menu > li > a {
        padding: 5px 30px;
        text-align: center;
    }
    .site-nav .menu > li > a .icon {
        display: none;
    }
    /*------------ header 1600 --------------*/
    /*------------ main 1600 ----------------*/
    .main-content {
        width: calc(100% - 330px);
    }
    .site-main.in .main-content {
        padding-right: 40px;
    }
    .content {
        padding: 60px 35px 40px;
    }
    .content-title {
        margin: 0 0 30px;
    }
    /*------------ main 1600 ----------------*/
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    /*------------ / site_footer 1370 ------------*/
}

@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }
    .btn-box.full {
        margin: 0 -35px -40px;
    }
    /*------------ / site_header 1340 ------------*/
    .content {
        padding: 60px 35px 40px;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 290px);
    }
    /*------------ / side 1200 ------------*/
}

@media screen and (max-width: 1140px) {
    /*------------ / footer 1140 ------------*/
    .follow {
        width: 108px;
    }
    /*------------ / footer 1140 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .site-header {
        float: none;
        width: auto;
        margin: 0 auto 15px;
        background: rgba(255, 255, 255, 0.6);
    }
    .site-title {
        padding: 15px 0 10px;
    }
    .site-title .logo {
        background: url(../../images/common/logo2.png) no-repeat;
        background-size: 100% auto;
        width: 100px;
        height: 60px;
    }
    .site-nav {
        display: none;
    }
    .lancuage {
        display: none;
    }
    /*------------ site_header 1120 ------------*/
    /*------------ site_main 1120 ------------*/
    .main-content {
        width: calc(100% - 250px);
    }
    .main-title {
        padding: 14px 30px;
        text-align: left;
    }
    .site-main.in .main-content {
        padding-right: 0;
    }
    .main-top {
        margin: 0 15px 18px;
    }
    .main-content {
        float: none;
        width: auto;
        margin: 0 -15px;
    }
    .content.no-bg {
        padding: 0 15px;
    }
    .site-main {
        padding-bottom: 60px;
    }
    .main-top .ibtn.gohome {
        display: none;
    }
    .main-top {
        text-align: center;
        padding: 10px;
    }
    .main-title {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }
    .btn-box.full {
        margin: 0 -15px -40px;
    }
    .content-title {
        padding-bottom: 30px;
    }
    /*------------ site_main 1120 ------------*/
    /*------------ site_footer 1120 ------------*/
    .site-map {
        display: none;
    }
    /*------------ site_footer 1120 ------------*/
	
	/*-- 新的 --*/
.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: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        width: 100%;
        float: none;
    }
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-main {
        padding: 0px 0 30px;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        margin: 10px -15px 0;
        position: relative;
        float: none;
        width: auto;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map,
    .site-info {
        width: 300px;
        padding: 0 15px;
    }
    .site-map {
        width: 220px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
      .floating,
    .floating.fancybox-margin {
        background: none;
        right: 45%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
       
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 767px) {
    .site-footer {
        padding-bottom: 40px;
        text-align: center;
    }
    .site-map,
    .site-footer .share {
        display: none;
    }
    .site-info {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info .info-list li {
        padding: 12px 0;
    }
    .site-info .info-list label:before {
        position: static;
        margin: 0 10px 3px 0;
    }
    .follow {
        position: static;
        width: auto;
    }
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 0px;
    }
    .content-title2 {
        font-size: 18px;
    }
    .main-top {
        text-align: center;
    }
    .main-top .container {
        padding: 10px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: static;
        margin: 0;
        font-size: 12px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ / site_footer 767 ------------*/
    .site-footer {
        padding-bottom: 80px;
        text-align: center;
    }
    .site-map,
    .site-footer .share {
        display: none;
    }
    .site-info {
        float: none;
        width: auto;
        padding: 0;
    }
    .site-info .info-list li {
        padding: 12px 0;
    }
    .site-info .info-list label:before {
        position: static;
        margin: 0 10px 3px 0;
    }
    .follow {
        position: static;
        width: auto;
    }
    .copyright-box {
        text-align: center;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 59px;
    }
    .pagination {
        display: block;
        height: 0;
        position: relative;
    }
    .pagination li {
        float: none;
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -35px;
        width: 60px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .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 {
        font-size: 20px;
        background-size: 80px;
        padding-top: 90px;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
    /*------------ / lightbox 767 ------------*/
    .btn-box.full {
        margin: 0 -15px -40px;
    }
}

@media screen and (max-width: 420px) {
    .success-box {
        margin-bottom: 0;
    }
    .success-box .msg {
        font-size: 16px;
    }
    .success-box .msg strong {
        font-size: 20px;
    }
    .success-box {
        border: none;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}
