@charset "utf-8";

/*------------ 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: #F8F8F8;
    padding: 55px 0;
}


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


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


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

.btn.back {
    width: 200px;
    line-height: 36px;
    color: #fff;
    background: #7C3707;
    text-align: right;
    transition: all .2s;
    box-sizing: border-box;
    padding: 0 15px;
}

.btn.back i {
    float: left;
    margin: 10px 0 0 0;
}

.btn.back:hover {
    background: #797979;
    transition: all .2s;
}


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

.btn.style01 {
    width: 200px;
    line-height: 36px;
    color: #fff;
    background: #B20000;
    text-align: right;
    transition: all .2s;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 5px 10px;
}

.btn.style01 i {
    float: left;
    margin: 10px 0 0 0;
}

.btn.style01.bg2 {
    background: #2C2C2C;
    text-align: left;
}

.btn.style01.bg2 i {
    float: right;
}

.btn.style01.bg3 {
    background: #7C3707;
}

.btn.style01:hover {
    background: #797979;
    transition: all .2s;
}


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

.btn.style02 {
    transition: all .2s;
}

.btn.style02 i {}

.btn.style02:hover {
    transition: all .2s;
}


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

.btn.style03 {
    transition: all .2s;
}

.btn.style03:hover {
    transition: all .2s;
}


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

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

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid rgba(204, 204, 204, .5);
    padding: 70px 0 0 0;
    margin: 40px 0 0 0;
}

.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}

.btn-box.dib .btn {
    margin: 0 10px 10px;
}


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


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

.site-header {
    z-index: 200;
}

.site-title {
    float: left;
    margin: 10px 0;
}

.site-title .logo {
    transition: all .3s ease;
    text-indent: inherit;
    font-weight: normal;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    color: #201C1C;
}

.site-title .logo i {
    background: url(../images/logo2.png) 50% 50% / contain no-repeat;
    width: 97px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

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


/*------------top-nav ------------*/

.top-nav {
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
}

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

.top-nav .container {
    display: block;
}

.top-nav a {
    font-size: 14px;
    color: #444444;
    line-height: 1.2;
    text-align: center;
    padding: 0 10px;
}

.top-nav .tit {
    font-size: 16px;
    color: #201C1C;
    letter-spacing: 3px;
    display: block;
    text-align: right;
}

.top-nav .home i {
    color: #7FBF26;
    font-size: 13px;
    margin: 0 8px 0 0;
}


/*---- language ----*/

.site-header .language .btn {
    display: none;
}

.site-header .language ul {
    margin: 0 -10px 0 0;
}

.site-header .language li {
    background: url('../images/dot.png') no-repeat center left;
}

.site-header .language li a:hover {
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}


/*------------site-nav ------------*/

.site-nav {
    /* background: url('../images/bg/bg01.png') repeat-x; */
    position: relative;
    padding: 8px 0;
}

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

.site-nav .container {
    display: block;
}

.site-nav a {
    display: block;
    color: #201C1C;
    line-height: 1.2;
    transition: all .2s;
}

.site-nav .menu li {
    text-align: center;
    width: calc(100% / 7);
    position: relative;
    padding: 0 10px;
}

.site-nav .menu {
    /* background: url('../images/dot2.png') no-repeat center left, url('../images/dot2.png') no-repeat center right; */
}

.site-nav .menu > li + li {
    /* background: url('../images/dot2.png') no-repeat center left; */
}

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

.site-nav .menu > li > a {
    font-size: 17px;
    font-weight: bold;
    line-height: 35px;
    border-radius: 35px;
}

.site-nav .menu > li > a:hover {
    transition: all .2s;
    color: #fff;
    background: rgba(105, 46, 5, 0.60);
}

.site-nav .menu li ul {
    display: none;
    background: #E0D6C5;
    border-radius: 10px;
    border: 3px solid #fff;
    width: 182px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    z-index: 100;
    left: 50%;
    margin: 5px 0 0 -91px;
    padding: 8px 0 0 0;
}

.site-nav .menu ul li {
    display: block;
    width: auto;
    margin: 0 0 8px;
}

.site-nav .menu ul li a {
    display: block;
    line-height: 30px;
    border-radius: 15px;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #fff;
}

.site-nav .menu li ul ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 5px;
}

.site-nav .menu li ul ul:before {
    content: "";
    height: 100%;
    width: 5px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 100%;
}


/*------------ share ------------*/

.share {}

.share li {
    margin: 0 3px;
}

.share .btn {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #3B5998;
    transition: all .2s;
}

.share .facebook .btn i {
    position: relative;
    bottom: -4px;
    font-size: 18px;
    right: -2px;
}

.share .google .btn {
    background: #DD4B39;
}

.share .google .btn i {
    font-size: 13px;
}

.share .twitter .btn {
    background: #54ABEE;
}

.share .twitter .btn i {
    font-size: 17px;
}

.share .line .btn {
    background: url('../images/line.png');
}

.share .btn:hover {
    opacity: .4;
    transition: all .2s;
}


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


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

.banner {
    position: relative;
}

.banner:after {
    content: "";
    width: 100%;
    max-width: 1440px;
    height: 13px;
    display: block;
    margin: 2px auto 0;
    background: url('../images/banner_shadow.png') center bottom no-repeat;
    background-size: 100%;
}


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


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

.main-top {
    position: relative;
    text-align: center;
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 7px 0 0 0;
    margin: 0 0 5px;
}

.main-title {
    color: #201C1C;
    font-size: 23px;
    display: inline-block;
    font-weight: bold;
    border-bottom: 3px solid #CE9B00;
    padding: 0 5px 7px;
}

.main-title i {
    font-size: 16px;
    margin: 0 15px 0 15px;
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
}

.site-main {
    position: relative;
}

.main-content {
    position: relative;
    padding: 50px 0 70px 0;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    background: #FFF2DA;
    text-align: center;
    color: #201C1C;
    font-size: 20px;
    padding: 5px 0;
    margin: 0 0 40px;
}


/*------------shopping-title ------------*/

.shopping-title {
    font-size: 21px;
    color: #000000;
    position: relative;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.shopping-title i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}


/*----- plus-title -----*/

.plus-tip {
    font-size: 16px;
    color: #335F1D;
    font-weight: normal;
    text-align: center;
    background: #F3F3F3;
    border: 1px dotted #80A822;
    padding: 13px 10px;
    margin: 0 0 30px 0;
}

.plus-tip b {
    color: #660000;
    font-size: 16px;
}


/*------------ warning ------------*/

.warning-sect {
    display: none;
}


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


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

.site-footer {
    background: url('../images/bg/bg09.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 40px 0 55px;
}

.site-footer:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #F3EDE4;
    position: absolute;
    top: 1px;
}

.site-footer .col {
    float: left;
}

.site-footer .logo {
    margin: 0 20px 0 0;
}

.site-footer .info {
    font-size: 16px;
    line-height: 1.4;
    color: #F2F0E9;
     max-width: 740px;
}

.site-footer .info table {
    margin: 10px 0 0 0;
}

.site-footer .info table td {
    padding: 4px 20px 0 0;
}

.copyright-box {
    margin: 10px 0 0 0;
    color: #CEC0A6;
    font-size: 13px;
    line-height: 1.5;
}

.copyright-box a {
    display: inline-block;
    line-height: 1.2;
    border: solid #CEC0A6;
    border-width: 0 1px;
    margin: 0 -1px 0 0;
    padding: 0 10px;
}

.copyright-box .author {
    margin: 0 0 0 10px;
    display: inline-block;
}

.site-footer .fllow {
    float: right;
    margin: 20px 0 0 0;
}

.site-footer .table {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.table-b {
    margin: 0 -5px;
}

.site-footer .link-s,
.site-footer .link {
    width: 45px;
    height: 45px;
    background: url('../images/link2.png');
    display: block;
    margin: 3px;
    background-position: 0 0;
}

.site-footer .link-s:hover,
.site-footer .link:hover {
    background-position: 100% 0;
}

.site-footer .link01 {
    background-position: 0 -180px;
}

.site-footer .link01:hover {
    background-position: 100% -180px;
}

.site-footer .link03 {
    background-position: 0 -225px;
}

.site-footer .table-b .link03:hover {
    background-position: 100% -225px;
}

.site-footer .link03:hover {
    background-position: 100% -90px;
}

.site-footer .link-s02 {
    background-position: 0 -45px;
}

.site-footer .link-s02:hover {
    background-position: 100% -45px;
}

.site-footer .link-s03 {
    background-position: 0 -90px;
}

.site-footer .link-s03:hover {
    background-position: 100% -90px;
}

.site-footer .link-s04 {
    background-position: 0 -135px;
}

.site-footer .link-s04:hover {
    background-position: 100% -135px;
}

.site-footer .fb {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/fb.png');
}

.site-footer .fb:hover {
    background-position: 100% 0;
}

.site-footer .qrcode {
    display: inline-block;
    vertical-align: middle;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop {
    transition: all .2s;
    border: 1px solid #7C3707;
    line-height: 23px;
    color: #7C3707;
    position: absolute;
    bottom: 100%;
    right: 15px;
    font-size: 13px;
    padding: 0 16px;
    margin: 0px 0 60px;
}

.gotop i {
    transform: rotate(270deg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 4px 5px;
}

.gotop:hover {
    background: #7C3707;
    color: #fff;
    transition: all .2s;
}


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


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

.breadcrumb {
    display: block;
    color: #999;
    font-size: 13px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0 0 8px;
}

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

.breadcrumb li:first-child:before {
    content: "\e1003";
    display: inline-block;
    vertical-align: middle;
    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;
    font-size: 12px;
    background: rgb(96, 40, 4);
    background: -moz-linear-gradient(left, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    background: linear-gradient(to right, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#602804', endColorstr='#602804', GradientType=1);
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 3px 0;
    letter-spacing: 0;
}

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

.breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
}

.content-breadcrumb {
    position: static;
    color: #400807;
    font-weight: normal;
    font-size: 16px;
    margin: -35px 0 25px;
    display: none;
}

.content-breadcrumb li+li:before {
    content: "/";
}

.content-breadcrumb li:first-child:before {
    display: none;
}


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


/*---- search-box ----*/

.side .search-box {
    background: url('../images/bg/bg06-2.png');
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
    margin: 0 0 15px;
}

.side .search-box:before {
    content: "";
    border: 3px solid #EDE5DC;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.side .search-box .form-control {
    background: #FFFFFF;
    height: 40px;
    line-height: 40px;
    width: 205px;
    box-shadow: 0 0 6px rgba(124, 55, 7, .15);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.side .search-box .ibtn.search {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../images/ic_search.png');
}

.side .search-box .ibtn.search:hover {
    background-position: 0 100%;
}

.side .search-box a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    display: inline-block;
    background: url('../images/bg/bg04.png');
    color: #fff;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

.side .search-box a:hover {
    background: url('../images/bg/bg08.png');
}

.search-box .form-control::-webkit-input-placeholder {
    color: #444444;
    font-size: 15px;
}

.search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 15px;
}

.search-box .form-control::-ms-input-placeholder {
    color: #444444;
    font-size: 15px;
}

.search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 15px;
}


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

.side {
    width: 300px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}

.side + .content {
    float: right;
    width: calc(100% - 340px);
    box-sizing: border-box;
}

.side-nav {
    border: 3px solid #DBCEB8;
    border-radius: 10px;
    position: relative;
    margin: 0 0 30px;
}

.side-nav:after {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background: url('../images/bg/bg06-3.png');
}

.side-nav:before {
    content: "";
    width: 81px;
    height: 83px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: -10px;
    background: url('../images/pic01.png');
    z-index: 50;
}

.side-title {
    font-size: 22px;
    color: #201C1C;
    font-weight: bold;
    text-align: center;
    background: url('../images/bg/bg06.png');
    padding: 8px 0 7px;
    letter-spacing: 3px;
    border-bottom: 1px solid #C4AD8D;
}

.side-title i {
    color: #F2EBE1;
    font-size: 13px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#602804+0,7c3707+23,7c3707+86,602804+100 */
    background: rgb(96, 40, 4);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(96, 40, 4, 1) 0%, rgba(124, 55, 7, 1) 23%, rgba(124, 55, 7, 1) 86%, rgba(96, 40, 4, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#602804', endColorstr='#602804', GradientType=1);
    /* IE6-9 */
    width: 23px;
    height: 23px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    letter-spacing: 0;
}

.side-nav > li {
    background: #fff;
    padding: 0 20px;
}

.side-nav li a {
    border-bottom: 1px dashed #BDA584;
}

.side-nav > li > a {
    font-size: 17px;
    color: #201C1C;
    line-height: 1.2;
    padding: 11px 0 11px 95px;
    position: relative;
}

.side-nav > li > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #6E3B1B;
    position: absolute;
    top: 50%;
    left: 75px;
    margin: -6px 0 0 0;
}

.side-nav > li.active > a,
.side-nav > li > a:hover {
    color: #000;
    font-weight: bold;
}

.side-nav ul {
    display: none;
    margin: 5px 0 15px 0;
}

.side-nav ul li {
    margin: 0 0 3px;
}

.side-nav ul li a {
    background: #F2E5D3;
    text-align: center;
    color: #463A33;
    font-size: 16px;
    line-height: 35px;
}

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

.side-nav ul li a:before {
    content: "- ";
}

.side-nav ul li a {
    border: 0;
}

.patent-box {
    margin: 0 0 5px;
    background: url('../images/bg/bg06-4.png') repeat-x;
    border-radius: 10px;
    overflow: hidden;
    padding: 13px 20px 20px;
}

.patent-title {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.patent-arrow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 11px 11px;
}

.patent-arrow .slick-arrow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7c3707+0,410908+100 */
    background: rgb(124, 55, 7);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(124, 55, 7, 1) 0%, rgba(65, 9, 8, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(124, 55, 7, 1) 0%, rgba(65, 9, 8, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(124, 55, 7, 1) 0%, rgba(65, 9, 8, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7c3707', endColorstr='#410908', GradientType=0);
    /* IE6-9 */
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
    display: inline-block;
}

.patent-arrow .slick-arrow:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa64d+0,d96d00+100 */
    background: rgb(255, 166, 77);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 166, 77, 1) 0%, rgba(217, 109, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 166, 77, 1) 0%, rgba(217, 109, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 166, 77, 1) 0%, rgba(217, 109, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa64d', endColorstr='#d96d00', GradientType=0);
    /* IE6-9 */
}

.patent-arrow .patent-list a {
    display: block;
    position: relative;
}

.patent-list .name {
    background: rgba(65, 9, 8, .8);
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.newsletter-box {
    border-radius: 10px;
    padding: 20px 10px 20px 13px;
    background: url('../images/bg/bg06-5.png');
}

.newsletter-title {
    text-align: center;
    margin: 0 0 15px;
}

.newsletter-box .form-control {
    background: #FFFFFF;
    height: 40px;
    line-height: 40px;
    width: 205px;
    box-shadow: 0 0 6px rgba(124, 55, 7, .15);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.newsletter-box .btn {
    line-height: 38px;
    width: 58px;
    border-radius: 5px;
    border: 1px solid #DE9271;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7e9e1+49,ddcfbd+55 */
    background: rgb(247, 233, 225);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 233, 225, 1) 49%, rgba(221, 207, 189, 1) 55%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 233, 225, 1) 49%, rgba(221, 207, 189, 1) 55%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 233, 225, 1) 49%, rgba(221, 207, 189, 1) 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7e9e1', endColorstr='#ddcfbd', GradientType=0);
    /* IE6-9 */
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.newsletter-box .btn:hover {
    color: #fff;
    background: url('../images/bg/bg08.png') center;
}


/*------------ / 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;
    width: 20px;
    line-height: 26px;
    margin: 0 5px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    font-size: 14px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    color: #333;
    font-weight: 600;
    transition: all .2s;
}

.pagination li a.controls {
    width: 25px;
    height: 25px;
    background: #DDDDDD;
    color: #410908;
    transition: all .2s;
}

.pagination li a.controls:hover {
    background: #7C3707;
    color: #fff;
    transition: all .2s;
}

.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 {
    margin: 0 0 35px 0;
}

.reminder i {
    color: #444444;
    font-size: 44px;
    display: block;
    margin: 0 auto 20px;
}

.reminder strong {
    font-size: 20px;
    color: #313131;
    font-weight: normal;
    letter-spacing: 10px;
    line-height: 1.2;
}

.reminder p {
    color: #1F1F2D;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 15px 0;
}

.reminder b {
    color: #333;
    display: block;
}

.reminder b:before {
    content: "";
    border: 3px solid #E5C329;
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}


/*-----qty-box-----*/

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

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #868686;
    border: 0;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}

.qty-box .btn {
    position: absolute !important;
    z-index: 0;
    top: 7px;
    color: #868686;
    font-weight: bold;
    font-size: 13px;
}

.qty-box .btn:hover {
    color: #000;
}

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

.qty-box .less {
    right: 11px;
}


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

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border: 1px solid transparent;
    background: #F3F3F3;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 5px;
}

.form-control:focus {
    outline: none;
    background: #fff;
    border: 1px solid #ddd;
}

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

.form-box .form-group {
    padding: 15px 150px 8px 15px;
    border-bottom: 1px solid #DDDDDD;
}

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #525252;
    padding: 0 0 0 20px;
    font-size: 14px;
    width: 140px;
    display: inline-block;
    letter-spacing: 1px;
}

.form-group .control-label + .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 145px);
}

.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;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}


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

.form-wrap {
    box-sizing: border-box;
    position: relative;
}

.form-box {
    position: relative;
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -10px;
}

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


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

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

.form-box .required:before {
    content: "";
    border: 3px solid #E5C329;
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #AAAAAA;
    transition: transform .3s;
    margin: 0 0 3px 5px;
}

.form-box .captcha a:hover i {
    color: #7C3707;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    position: absolute;
    right: -150px;
    top: 100%;
    /*margin: 25px 0 1px;*/
    margin: -33px 0 1px;
    line-height: 1.6;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin: 0 0px 6px 10px;
}

.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 .name3 .form-control {
    width: calc(100% - 163px);
    display: inline-block;
}

.form-box .name3 .radio-box {
    display: inline-block;
}


/*----- 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: 6px;
    color: #7FA721;
    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 15px 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 3px;
}

.form-radio:before {
    background-image: url('../images/form_radio.png');
    margin: 0 5px 4px 0;
}

.form-checkbox:before {
    background-image: url('../images/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


/*-----success-box-----*/

.success-box {
    text-align: center;
    padding: 80px 0;
}

.success-box .msg {
    font-size: 23px;
    font-weight: bold;
    color: #222;
    margin: 0 0 40px;
}

.success-box .msg:after {
    content: "";
    width: 58px;
    height: 1px;
    display: block;
    border-bottom: 2px dotted rgba(204, 204, 204, .5);
    margin: 25px auto;
}

.success-box .msg i {
    font-size: 50px;
    color: #C68336;
    display: block;
    margin: 0 0 40px;
}

.success-box a {
    display: inline-block;
    margin: 0 5px;
}

.success-box .btn-box {
    padding: 40px 0 0 0;
}


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


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

.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}

.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}

.table-h .btn-holder .close {
    color: #6F6F6F;
    font-size: 27px;
    text-align: center;
    position: relative;
}

.table-h .btn-holder .close:after {
    content: "";
    border: 1px solid #6F6F6F;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
}

.table-h .btn-holder .close:hover {
    color: #D90000;
}

.table-h .btn-holder .close:hover:after {
    border-color: #D90000;
}

.table-h thead th {
    color: #333333;
    padding: 11px 6px 11px;
    white-space: nowrap;
    letter-spacing: 3px;
    font-weight: normal;
    background: #F9F9F9;
}

.table-h tfoot tr {
    color: #555;
}

.table-h tbody tr {
    border-bottom: 1px dotted #DDDDDD;
}

.table-h tfoot td {
    color: #000000;
    text-align: right;
    padding: 4px 0px;
    font-size: 15px;
    line-height: 1.55;
}

.table-h tfoot td:last-child {
    width: 20%;
    padding: 5px 0 5px 50px;
    min-width: auto;
    text-align: left;
}

.table-h tfoot td span {
    background: url('../images/bg/line.png') repeat-x bottom;
    padding: 0 30px 7px;
}

.table-h tfoot tr:last-child td {
    color: #D2191F;
}

.table-h tfoot td:last-child span {
    display: block;
    padding: 0px 30px 5px;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 15px 20px;
    max-width: 230px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #777777;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.table-h .pd-name {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    display: block;
    line-height: 1.6;
    margin: 0 0 10px;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.table-h a.pic:hover {
    opacity: .7;
    transition: all .2s;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #BA7F5F;
}


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

.table-v {
    font-size: 15px;
    letter-spacing: 3px;
}

.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
    color: #545454;
}

.table-v tr + tr {
    border-top: 1px solid #DDDDDD;
}

.table-v th {
    text-align: right;
    position: relative;
    color: #333333;
    background: #F6F6F6;
    font-weight: normal;
    width: 115px;
    padding: 8px 20px 8px 25px;
}

.table-v strong {
    color: #333333;
}

.table-v b {
    color: #E50011;
}


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


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

body .fancybox-close {
    background: none;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    width: auto;
    height: auto;
    color: #ccc;
    display: block;
    text-align: right;
    bottom: 20px;
    top: auto;
    right: 15px;
    z-index: 9999;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .14);
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.photo-title {
    color: #212121;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 18px;
    border-top: 1px solid #E0E0E0;
    padding: 20px 25px 5px 0;
}

.photo-intro {
    color: #999;
    font-size: 16px;
    margin: 10px 0 25px 0;
    padding: 10px 0 0 0;
    border-top: 1px dashed #ddd;
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.fancybox-nav span {
    background: none;
    visibility: visible;
    width: 47px;
    height: 39px;
    line-height: 39px;
    background: #E5C329;
    color: #fff;
    text-align: center;
}

.fancybox-nav span:hover {
    background: #7C3707;
}

.fancybox-nav span:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fancybox-prev span {
    left: 0;
}

.fancybox-prev span:before {
    content: "\f104";
}

.fancybox-next span {
    right: 0;
}

.fancybox-next span:before {
    content: "\f105";
}


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


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-color: #C68336;
}

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-menu .language-menu {
    background: #C68336;
}

.mmenu-show #mobile-menu .language ul li a {
    color: #fff;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-search a {
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 24px;
    color: #ccc;
}

.mmenu-show #mobile-menu .menu li a {
    color: #000;
    border-bottom: 1px dashed #CE9B00;
}

.mmenu-show #mobile-menu .main-menu {
    background: #FFF2DA;
}

.mmenu-show #mobile-menu .share-menu {
    border: 0;
}

.mmenu-show #mobile-menu .menu ul ul {
    border-bottom: 3px solid #fff;
}


/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1200px) {
    /*------------ site-footer 1200 ------------*/
    .site-footer {
        text-align: center;
    }
    .site-footer .col {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .site-footer .fllow {
        float: none;
        clear: both;
        width: 100%;
    }
    .site-footer .info {
        text-align: left;
    }
    /*------------ site-footer 1200 ------------*/
}

@media screen and (max-width: 1100px) {
    /*------------ site-header 1100 ------------*/
    .site-title {
        text-align: center;
        float: none;
    }
    .site-title .logo i {
        width: 87px;
        height: 45px;
        margin: 0 5px 0px 0;
    }
    .site-nav,
    .top-nav {
        display: none;
    }
    /*------------ / site-header 1100 ------------*/
    /*------------ floating 1100 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -30px;
        display: block;
    }
    .floating a {
        display: none;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../images/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 1100 ------------*/
    .site-title .logo i {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .site-title .logo {
        display: block;
        white-space: normal;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .logo {
        margin: 0 0 15px;
        display: block;
    }
    /*------------ site-footer 900 ------------*/
    /*------------ site-header 900 ------------*/
    .banner:after {
        display: none;
    }
    /*------------ / site-header 900 ------------*/
    /*------------ table 900 ------------*/
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 5px;
        top: 20px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td {
        min-width: 40px;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
        margin: 0 10px 0 0;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 0px 15px;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
        padding: 5px 0;
    }
    .table-h tfoot td:last-child {
        width: auto;
        text-align: right;
    }
    .table-h tfoot td span,
    .table-h tfoot td:last-child span {
        background: none;
        padding: 0;
    }
    .table-h td,
    .table-h tbody td {
        padding: 3px 0;
        line-height: 2.3;
        font-size: 15px;
    }
    .table-h tbody td.align-left {
        padding: 0 10px 10px 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .table-h .btn-holder {
        text-align: left;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site-footer 767 ------------*/
    .site-footer .info {
        text-align: center;
    }
    .site-footer .info table td {
        padding: 4px 0;
        float: left;
        width: 100%;
    }
    /*------------ site-footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
    }
    .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;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .form-box .form-group {
        padding: 15px 0 8px 0;
    }
    .form-box .name .radio-box {
        right: 0;
        top: auto;
        margin: 0 0 -5px 0;
        bottom: 100%;
    }
    /*------------ / form 767 ------------*/

    
}

@media screen and (max-width: 600px) {
    /*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
        line-height: 1.2;
    }
    .table-v th {
        padding: 8px 20px;
    }
    /*------------ / table 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table td .ibtn.delete {
        position: static;
        margin: 10px 0;
    }
    /*------------ / table 500 ------------*/
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    .form-box .name3 .form-control {
        width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}

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