@charset "utf-8";
/*製作時刪除*/
.site-nav .menu>li:nth-last-child(-n+7) {
    display: none;
}
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.35px;
}
.wrapper {
    position: relative;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}
.list-h>li a, .list-h .item a, .list-v li a {
    display: inline-block;
    position: static;
}
h3.name {
    margin: 0;
}
/*------------ / 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 #7e9628;
    letter-spacing: 0;
}
.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: #7e9628;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*-----back-btn-----*/
.btn.back {
    color: #333333;
    font-weight: bold;
    transition: all .2s;
}
.btn.back i {
    width: 17px;
    height: 15px;
    background: url('../../images/common/ic_leaf.png');
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
.btn.back:hover {
    transition: all .2s;
    color: #97C834;
}
/*-----style01-btn-----*/
.btn.style01 {
    transition: all .2s;
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#568a00+32,8dc220+100 */
    background: rgb(86, 138, 0);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#568a00', endColorstr='#8dc220', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    transition: all .2s;
    position: relative;
    margin: 0 auto;
    display: block;
    line-height: 44px;
}
.btn.style01:before,
.btn.style01:after {
    content: "";
    height: 17px;
    width: 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0 0;
    background: url('../../images/common/bg/bg01.png');
}
.btn.style01:after {
    left: auto;
    right: 0;
}
.btn.style01 i {
    margin: 0 10px 0 0;
}
.btn.style01:hover {
    transition: all .2s;
    box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.25), inset -3px -3px 0px rgba(0, 0, 0, 0.25);
}
.btn.style01 i {
    vertical-align: middle;
    display: inline-block;
}
.btn.style01.nobuy {
    background: #B4B4B4;
    cursor: not-allowed;
}
.btn.style01.nobuy i {
    background-position: 0 100%;
}
.btn.style01.bg2 {
    background: #FD960B;
}
.btn.style01.bg3 {
    background: #B4CE59;
}
.btn.style01.submit {
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
    font-size: 18px;
}
/*-----style02-btn-----*/
.btn.style02 {
    color: #666666;
    line-height: 1.2;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s;
    line-height: 38px;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 23px;
    margin: 0 3px 10px;
}
.btn.style02 i {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.btn.style02:hover {
    transition: all .2s;
    background: #A9C741;
    border: 1px solid #A9C741;
    color: #fff;
}
.btn.style02:hover i {
    color: #fff;
}
.btn.style02 i.paid {
    width: 18px;
    height: 18px;
    background: url('../../images/common/paid_ic.png');
}
.btn.style02:hover i.paid {
    background-position: 0 100%;
}
/*-----style03-btn-----*/
.btn.style03 {
    background: #F9F9F9;
    line-height: 28px;
    border-radius: 5px;
    color: #6A6A6A;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    transition: all .2s;
    padding: 0 20px;
}
.btn.style03 i {
    color: #8DC220;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 5px 0;
}
.btn.style03:hover {
    color: #fff;
    background: #8DC220;
    transition: all .2s;
}
.btn.style03:hover i {
    color: #fff;
}
/*-----style04-btn-----*/
.btn.style04 {
    background: #8DC220;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all .2s;
    padding: 0 12px;
    margin: 0 15px;
}
.btn.style04:hover {
    background: #6A6A6A;
    transition: all .2s;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.has-border {
    padding: 25px 0;
    border-bottom: 1px dotted #ACACAC;
}
.btn-box.dib .btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 0 10px 10px;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    padding: 0px;
    width: 100%;
    z-index: 300;
    background: #fff;
}
.site-header .container {
    max-width: 1600px;
}
.site-title {
    float: left;
    padding: 35px 0 30px;
    transition: all 0.3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 369px;
    height: 109px;
    transition: opacity .3s ease;
    transition: all 0.3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.header-fixed .site-title .logo {
    width: 250px;
    margin: -35px 0;
    position: relative;
}
.site-nav {
    transition: all 0.3s ease;
}
.header-fixed .site-nav {
    margin-top: 20px;
}
/*------------top-nav ------------*/
.top-nav {
    float: right;
    margin: 0 5px 0 0;
    position: relative;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.top-nav li {
    margin: 0 -1px;
}
.top-nav>ul>li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 3px 0;
    font-size: 20px;
}
.top-nav>ul>li>a {
    display: block;
    color: #FFFFFF;
    background: #8DC220;
    line-height: 1.2;
    padding: 11px 14px;
}
.top-nav li.qa a {
    background: #B68A42;
}
/*---- language ----*/
.language {
    color: #fff;
    background: #F47400;
    position: relative;
}
.language .btn {
    display: block;
    line-height: 45px;
    padding: 0 20px;
}
.language .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.language ul {
    display: none;
    background: #F4BD00;
    color: #fff;
    z-index: 100;
    width: 100%;
    position: absolute;
    padding: 10px 0;
}
.language ul li {
    position: relative;
    display: block;
}
.language li a {
    transition: all .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 2px 0;
}
.language ul li a:hover {
    color: #000000;
    transition: all .2s;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 280px;
    background: #F39801;
    box-sizing: border-box;
    padding: 7px 10px 6px;
}
.site-header .search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border: 0;
    border-radius: 25px;
    background: #fff;
    padding: 0 25px 0 0;
    transition: all .1s;
    max-width: 230px;
    padding: 0 15px;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    top: 8px;
    right: 7px;
}
.search-box:after {
    position: absolute;
    content: "\e930";
    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;
    color: #fff;
    top: 8px;
    right: 7px;
    font-size: 27px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #A2A2A2;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #A2A2A2;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    margin: 60px -15px 0 0;
    float: right;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    width: 100%;
    position: relative;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    padding: 0 12px;
    color: #444444;
    font-size: 20px;
    margin: 0 10px;
}
.site-nav .menu>li>a:hover {
    transition: all .2s;
    color: #8DC220;
}
.site-nav .menu li ul {
    display: none;
    background: #8DC220;
    position: absolute;
    z-index: 600;
    width: 264px;
    top: 0;
    left: 50%;
    margin: 55px 0 0 -132px;
    box-sizing: border-box;
    padding: 15px;
}
.site-nav .menu li ul .top {
    width: 20px;
    height: 20px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #8DC220;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin: 0 0 -15px 0px;
}
.site-nav .menu li ul .ic-arrow {
    transform: rotate(45deg) scale(0.6);
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 2px;
}
.site-nav .menu li ul:before {
    content: "";
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: transparent;
}
.site-nav .menu ul>li {
    border-bottom: 1px dotted #BFE76D;
}
.site-nav .menu ul>li:first-child {
    border-top: 1px dotted #BFE76D;
}
.site-nav .menu ul li a {
    color: #FFFFFF;
    line-height: 1.2;
    padding: 12px 15px 12px 27px;
    display: block;
    position: relative;
    font-size: 16px;
}
.site-nav .menu ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -4px 0 0 0;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #F4BA00;
    color: #fff;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 15px 20px;
    margin: 0 0 0 20px;
}
.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    display: block;
    background-color: transparent;
}
.site-nav .menu ul ul li a {
    padding: 6px 25px;
    font-size: 14px;
    color: #FFFF54;
}
.site-nav .menu ul ul li,
.site-nav .menu ul ul>li:first-child {
    border: 0;
}
.site-nav .menu ul ul li a:before {
    content: "-";
    width: auto;
    height: auto;
    border: 0;
    color: #FFFFFF;
    margin: -10px 0 0 0;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul ul li a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
}
/*------------share------------*/
.share {
    display: inline-block;
}
.share li {
    float: left;
}
.share .btn {
    color: #fff;
    font-size: 73px;
    line-height: 40px;
    transition: all .2s;
    display: block;
    background: #375490;
    width: 102px;
    height: 102px;
    display: block;
    box-sizing: border-box;
}
.share .btn i {
    display: block;
    line-height: 102px;
    vertical-align: middle;
}
.share .btn:hover {
    transition: all .2s;
    text-shadow: 0px 0px 1px #fff;
}
.share .twitter .btn {
    background: #00ABF0;
}
.share .google .btn {
    background: #CD3515;
}
.share .youtube .btn {
    background: #AA1317;
    padding: 15px 0 0 0;
}
.share .instagram .btn {
    padding: 18px 0 0 0;
    background: #A17359;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    padding: 150px 0 0;
}
.banner img,
.banner_m img{
    width: 100%;
}
.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}
.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}
.banner-dot {
    display: inline-block;
}
.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}
.banner-dot .slick-dots li {
    margin: 0 3px;
}
.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}
.banner-dot .slick-active button {
    background: #83705E;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
}
.main-title {
    line-height: 1.2;
    letter-spacing: 3px;
    color: #8DC220;
    font-weight: bold;
    font-size: 52px;
    text-align: center;
    margin: 120px 0 50px 0;
}
.main-title-b {
    color: #6da002;
    font-size: 30px;
    margin: 0;
}
.site-main {
    position: relative;
}
.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 20px 0 180px 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
}
.footer-top {
    background: #EEEEEE;
}
.footer-top .container {
    padding: 0;
    max-width: 1440px;
    background: #3DB36F;
}
.footer-top .col {
    float: left;
}
.site-footer .fb {
    width: 102px;
    height: 102px;
    display: inline-block;
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.site-footer .share {
    float: left;
}
.footer-mid {
    background: #F39801;
    padding: 12px 0;
    position: relative;
}
.footer-mid:before,
.footer-mid:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    z-index: 15;
    background: #F9CC80;
}
.footer-mid:after {
    position: absolute;
    bottom: 15px;
    opacity: 1;
}
.site-info {
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
    margin: 30px 0;
    float: left;
    width: 500px;
}
.site-info p {
    margin: 0;
}
.site-info p+p {
    margin: 5px 0 0 0;
}
.site-info p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    margin: 5px 0 0 0;
}
.site-info i {
    color: #000000;
    background: #fff;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 34px;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.site-map {
    float: right;
    color: #fff;
    width: 532px;
    border-right: 1px solid #F9CC80;
}
.site-map ul {
    float: left;
    width: calc((100% / 3) - 0.1px);
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #F9CC80;
    padding: 28px 0;
}
.site-map li+li {
    margin-top: 10px;
}
.site-map ul a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.footer-bottom {
    padding: 17px 0 14px;
    font-size: 12px;
    color: #999999;
    line-height: 1.45;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 290;
}
.floating .gotop {
    display: none;
}
.gotop {
    color: #fff;
    font-size: 14px;
    transition: all .2s;
    background: #006609;
    display: block;
    float: right;
    width: 102px;
    height: 102px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.gotop i {
    display: block;
    font-size: 54px;
    transition: all .2s;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #333333;
    font-size: 13px;
    right: 0;
    margin: 0 0 5px 0;
    text-align: right;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0px 5px;
}
.breadcrumb li a:hover {
    color: #579014;
}
.breadcrumb li:first-child a:before {
    content: "";
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/ic_leaf.png');
    margin: 0 5px 3px 0;
}
.main-title-two-small {
    margin-bottom: 60px;
}
.products-breadcrumb {
    border-top: 1px solid #8DC220;
    border-bottom: 1px solid #8DC220;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}
.products-breadcrumb li:first-child a:before {
    display: none;
}
.products-breadcrumb li+li:before {
    color: #8CC11F;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side-nav-box {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
    background: #8DC220;
    position: relative;
    box-sizing: border-box;
}
.side-nav {
    width: 100%;
    display: table;
}
.side-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../../images/common/shadow.png) no-repeat center top;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 0 1px 0;
}
.side-nav>li {
    float: none;
    display: table-cell;
}
.side-nav>li+li {
    border-left: 1px solid #fff;
}
.side-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}
.side-nav>li>a {
    padding: 12px 23px;
    text-align: center;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,5a7c14+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#5a7c14', GradientType=0);
    /* IE6-9 */
}
.side-nav ul {
    display: none;
}
.side-nav .logout a {
    color: #FFFF26;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 28px;
    line-height: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    color: #444444;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
}
.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    color: #8DC220;
    border: 2px solid #8DC220;
}
.pagination li a.controls {
    margin: 0 15px 2px;
    font-weight: bold;
    border: 0;
}
.pagination li a.controls i {
    margin: 0 10px 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.pagination li a.controls:hover {
    border: 0;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    font-size: 14px;
    color: #666666;
    line-height: 1.65;
    text-align: center;
    margin: 0 0 45px;
}
.reminder.has-border {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 40px;
}
.reminder strong {
    display: block;
    color: #333333;
    font-size: 24px;
    margin: 0 0 10px;
}
.reminder b {
    border: 2px solid #8DC220;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 29px;
    line-height: 28px;
    color: #666666;
    background: #F9F9F9;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 7px;
}
.form-control:focus {
    outline: none;
    border-color: #8DC220;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.form-box.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.form-box .form-group {
    padding: 5px 0 15px;
}
.form-box .control-label {
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.form-group .control-label+.static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
    padding: 0;
}
.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #F15102;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}
.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 835px;
    box-sizing: border-box;
}
.form-box2 {
    border-radius: 10px;
    margin: 0 auto;
    padding: 35px 65px;
    border: 1px solid #DDDDDD;
}
.form-box .row {
    margin: 0 -24px;
    display: block;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
    padding: 0 0 0 20px;
}
.form-box .required:after {
    content: "";
    border: 2px solid #8DC220;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin: -4px 0 0 0;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 280px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #F39801;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}
.form-box .captcha a:hover i {
    color: #fff;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}
.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;
}
/*----- address -----*/
.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%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: -3px;
    color: #73A811;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.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;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}
.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 5px 6px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.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-----*/
.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    color: #7E6C6C;
}
.success-box .msg {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}
.success-box .fz16 {
    font-size: 16px;
    color: #666666;
}
.success-box b {
    font-size: 16px;
    color: #F29800;
}
.success-box b span {
    color: #333333;
}
.success-box a {
    color: #72A711;
    text-decoration: underline;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}
.success-box>span b {
    color: #000;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close,
.album-fancybox .close {
    background: none;
    top: 3px;
    right: 12px;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
}
body .fancybox-close:after,
.album-fancybox .close:after {
    content: "\e1019";
    display: block;
    font-size: 27px;
    text-align: center;
    color: #8ABD23;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover:after,
.album-fancybox .close:hover:after {
    color: #F15103;
}
body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
}
body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
/*------------ / lightbox ------------*/
/*------------ fancybox ------------*/
.body_close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: default;
}
.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}
.album-fancybox .fancybox-skin {
    background: #fff;
    border: 5px solid #8DC220;
    max-width: 700px;
    margin: 30px auto 0;
    padding: 10px !important;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
}
.album-fancybox .title {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    color: #8DC220;
    margin: 0 0 20px;
}
.album-fancybox .title i {
    border-radius: 50%;
    background: #8DC220;
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}
.album-fancybox .slick-arrow {
    font-size: 38px;
    text-align: center;
    color: #BBBBBB;
    border: 2px solid #BBBBBB;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}
.album-fancybox .slick-arrow:hover {
    color: #2AA8E3;
    border-color: #2AA8E3;
    transition: all .2s;
}
.album-fancybox .slick-prev {
    left: -100px;
}
.album-fancybox .slick-next {
    right: -100px;
}
.album-fancybox .text-box {
    margin: 0 0px;
    padding: 15px 20px 20px;
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    background: #F5F5F5;
    letter-spacing: 1px;
}
.album-fancybox .text-box .tit {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #444;
}
.album-fancybox .gallery-page {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
    background: #8DC220;
    margin: 0 0px;
    padding: 10px 0;
    letter-spacing: 1px;
}
.album-fancybox .gallery-page .current {
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}
.album-fancybox .thumbnails {
    margin: 30px auto;
    max-width: 700px;
}
.album-fancybox .slider-nav {
    margin: 0 -15px;
}
.album-fancybox .slider-nav .item {
    padding: 0 15px;
    cursor: pointer;
    outline: 0;
}
.album-fancybox .slider-nav .pic {
    max-width: 121px;
    position: relative;
    margin: 0 auto;
    transition: all .2s;
    box-shadow: 2px 2px 5px rgba(160, 160, 160, .75);
    box-sizing: border-box;
}
.album-fancybox .item:hover .pic,
.album-fancybox .item.active .pic {
    border: 3px solid #8DC220;
    transition: all .2s;
}
.album-fancybox .slider-nav .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    border: 3px solid rgba(255, 255, 255, .7);
    z-index: 15;
    opacity: 0;
    transition: all .2s;
}
.album-fancybox .item:hover .pic:before,
.album-fancybox .item.active .pic:before {
    opacity: 1;
    transition: all .2s;
}
.fancybox-nav span {
    visibility: visible;
}
.fancybox-nav span {
    font-size: 38px;
    text-align: center;
    color: #BBBBBB;
    border: 2px solid #BBBBBB;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}
.fancybox-nav span:hover {
    color: #558A00;
    border-color: #558A00;
}
.fancybox-prev span {
    left: -100px;
}
.fancybox-prev span:before {
    content: "\e095";
    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;
}
.fancybox-next span {
    right: -100px;
}
.fancybox-next span:before {
    content: "\e094";
    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;
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #333333;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2{
    background: rgba(0,0,0,0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #eee;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu .top {
    display: none;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #444444;
    padding: 10px 15px;
    font-weight: bold;
}
.mmenu-show #mobile-fixed .qty {
    background: #F29800;
}
.mmenu-show #mobile-menu .menu li.has-child>.toggle-submenu {
    color: #444;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #fff;
    font-weight: bold;
    background: #F4BA00;
}
.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    line-height: 17px;
    height: 30px;
    font-size: 20px;
}
.mmenu-show #mobile-menu .share .btn i {
    line-height: 30px;
}
.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
    padding: 5px 0 0 0;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 0 0px 0 0;
    text-align: left;
    margin: 0;
    width: auto;
    background: transparent;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #ddd;
}
.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 10px;
    top: 11px;
    padding: 0;
    line-height: 1;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
    padding: 0px 4px 0 6px;
}
.mmenu-show #mobile-menu .language li+li {
    border-left: 1px solid #B2B2B2;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}
.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}
/*------------ sort_box ------------*/
.sort_box {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#BAD29B;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 80px;
}
.mmenu-show .site-header {
    z-index: unset;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #333;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 a, .mmenu-show #mobile-fixed.mobile-fixed-type2 span{
    height: 80px;
    line-height: 80px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #333;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:before,
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:after{
    background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
    width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
    margin: 0 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
    background: #FFFFFF;
    top: 75px;
    font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: #FFFFFF;
    margin: 0 5px 0 0;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li{
    border-bottom: 1px solid #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
    border-bottom: 0;
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: #EEEEEE;
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #999;
    background: transparent;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
	border-bottom: 1px solid #EEEEEE;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    background: #375490;
    color: #FFF;
    border-radius: 50%;
    line-height: 32px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 71px 0 10px;
    background: #fff;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    right: 45px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .2s ease-out;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:before,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:after{
    background: #fff;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu .language ul {
    position: relative;
    left: unset;
    top: unset;
}
/* 手機版選單改樣式2 end */
/*------------ / mobile_menu ------------*/
@media screen and (max-width: 1500px) {
    /*------------ site-header 1500 ------------*/
    .site-title {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .top-nav>ul>li {
        margin: 0;
        float: left;
        border-left: 1px solid #fff;
    }
    .top-nav,
    .site-nav {
        background: #F47400;
        float: none;
        text-align: center;
        margin: 0 -15px;
    }
    .site-nav {
        background: none;
        margin: 30px -15px 10px 0;
    }
    .banner {
        padding: 300px 0 0;
    }
    /*------------ / site-header 1500 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ side-nav 1280 ------------*/
    .side-nav-box {
        padding: 0;
    }
    .side-nav>li>a {
        padding: 12px 10px;
    }
    /*------------ / side-nav 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ site-footer 1200 ------------*/
    .site-info,
    .site-map {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .site-info {
        margin: 0 -15px;
        padding: 30px 15px;
        border-bottom: 1px solid #F9CC80;
    }
    .banner {
        padding: 320px 0 0;
    }
    /*------------ / site-footer 1200 ------------*/
}
@media screen and (max-width: 900px) {
    /*------------ side-nav 900 ------------*/
    .side-nav-box {
        padding: 0;
    }
    .side-nav {
        display: block;
    }
    .side-nav>li {
        border-bottom: 1px solid #fff;
        width: calc((100% / 3) - 0.1px);
        display: block;
        float: left;
    }
    .side-nav>li:first-child,
    .side-nav>li:nth-child(3n+1) {
        border-left: 0;
    }
    .side-nav li.logout {
        width: 100%;
        border: 0;
    }
    /*------------ / side-nav 900 ------------*/
    /*------------ floating 900 ------------*/
    .gotop {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 80px;
        height: 80px;
        color: #006609;
        background: none;
        z-index: 500;
    }
    /*------------ / floating 900 ------------*/
    /*------------ lightbox 900 ------------*/
    .album-fancybox .slick-prev {
        left: 10px;
    }
    .album-fancybox .slick-next {
        right: 10px;
    }
    /*------------ / lightbox 900 ------------*/
}
@media screen and (max-width: 767px) {
    /*--- 隱私權手機板 ---*/
    .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 767 ------------*/
    .site-title, .header-fixed .site-title {
        padding: 15px 0px;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        margin: 0;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header, .header-fixed .site-header {
        position: relative;
        z-index: 300;
    }
    .banner {
        padding: 0px;
    }
    /*------------ / site-header 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .share,
    .site-map {
        display: none;
    }
    .site-info {
        border: 0;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        display: inline-block;
        float: none;
        margin: 0 -4px 0 0;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ main-content 767 ------------*/
    .main-title {
        font-size: 35px;
        margin: 50px 0 20px 0;
    }
    /*------------ / main-content 767 ------------*/
    /*------------ side-nav 767 ------------*/
    .side-nav-box {
        display: none;
    }
    /*------------ / side-nav 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .album-fancybox .gallery,
    .album-fancybox .thumbnails {
        margin: 30px 15px;
    }
    .album-fancybox .title {
        margin: 0;
    }
    .album-fancybox .slick-arrow {
        font-size: 18px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 28px;
        background: rgba(255, 255, 255, 0.2);
    }
    /*------------ / lightbox 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 85px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -26px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2 {
        padding: 20px 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .tips {
        min-height: 0;
    }
    .static-control {
        margin: 0 0 20px;
    }
    /*------------ / form 767 ------------*/
    .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 60px;
        /* 手機版主選單樣式2 end */
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        background: url(../../images/common/logo_m.png) 50% 0 no-repeat;
        background-size: contain;
        width: 185px;
        height: 60px;
        transition: opacity .3s ease;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 100%;
        height: 80px;
        top: 0;
        left: 0;
        background: #fff;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        z-index: 301;
        box-shadow: -2px 0 13px rgba(50%,50%,50%,.2);
    }
    /* 手機版主選單樣式2 end */
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}
@media screen and (max-width: 400px) {
    /*------------ btn 480 ------------*/
    .btn-box.dib .btn {
        display: block;
        margin: 0 0 10px;
    }
    /*------------ btn 480 ------------*/
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
    /* 手機版主選單樣式2 end */
}