@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');
@import url('https://fonts.googleapis.com/css?family=Chivo');
.mmenu-show #mobile-search .form-control {
    color: #000;
}


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

body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

:focus {
    outline: 0;
}

.container {
    padding: 0 20px;
    max-width: 1440px;
}

.wrapper {
    padding-top: 153px;
}

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


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

.icon {}


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


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

.share:after {
    content: "";
    background: url(../images/share-icon.png);
    display: inline-block;
    width: 62px;
    height: 24px;
    margin-top: 15px;
    margin-left: 10px;
}

.share .btn {
    color: #FFF;
    width: 56px;
    height: 56px;
    line-height: 62px;
    border-radius: 5px;
    margin-left: 2px;
    font-size: 32px;
}

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

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

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

.share .btn:hover {
    opacity: 0.7;
}

.ibtn.fb-fans-page {
    background-image: url('../images/fb_page.png');
    background-color: #3A5795;
    width: 90px;
    height: 90px;
    border: 1px solid #3A5795;
}

.ibtn.fb-fans-page:hover {
    border: 1px solid #FFE100;
}

.btn.back {
    color: #777777;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: normal;
}

.btn.normal:after,
.btn.normal.right:before,
.btn.back:before {
    content: '';
    display: inline-block;
    background: url(../images/icon.svg) -262px -261px;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.btn.back:hover:before {
    background-position: -262px -292px;
}

.btn.normal:after {
    background-position: -294px -261px;
    margin-right: 0;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.btn.normal.right:after {
    display: none;
}

.btn.normal.right:before {
    background-position: -294px -261px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    top: -1px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

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

.btn.simple {
    font-size: 16px;
    font-weight: bold;
    background: #FF8000;
    padding: 10px 25px;
    margin: 0 8px;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.btn.simple:hover {
    background: #59B200;
}

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

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

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

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

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

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

.btn.normal {
    font-size: 16px;
    font-weight: bold;
    background: #FF8000;
    padding: 8px 10px 6px 15px;
    margin: 0 8px;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.btn.normal.right {
    padding: 8px 15px 6px 10px;
}

.btn.normal:hover {
    background: #59B200;
}

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

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

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


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


/*------------ site_header ------------*/
.Visitors{
position:absolute;
right:25px;
top:5px;
color:#4a4a4a;
    }
.Visitors b{
    color:#f9640e;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #FFF;
}

.site-title {
    z-index: 5;
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
}

.site-title .logo {
    background: url(../images/logo.png) 50% 50% / contain no-repeat;
    width: 362px;
    height: 142px;
    transition: all .3s ease;
}

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

.top-nav {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 5px;
}

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

.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #000000;
    color: #fff;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    background: #000000;
}

.top-nav .language .btn:after {
    content: '';
    display: block;
    background: url(../images/ic-down.svg) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 6px;
}

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

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    display: block;
    background: #666666;
    color: #BABABA;
    padding: 6px 10px;
    font-size: 13px;
    text-align: center;
}

.top-nav .language li a:hover {
    color: #000;
    background: #BBBBBB;
}

.site-nav {
    position: relative;
    text-align: center;
    width: calc(100% - 362px);
    float: right;
    min-height: 138px;
    margin-bottom: 15px;
}

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

.site-nav .menu {
    text-align: center;
    margin: 0 -2px;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif, 'Archivo Black';
    padding: 0 0 0 120px;
    width: 100%;
}

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

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

.site-nav .menu > li {
    padding: 0 2px;
    width: calc(100% / 7);
}

.site-nav .menu > li > a {
    color: #fff;
    font-size: 17px;
    background: url(../images/menu_bg.png);
    width: 145px;
    padding: 25px 0 13px 0;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: opacity .3s ease;
}

.site-nav .menu > li > a small {
    font-family: 'Lato';
    font-size: 13px;
    display: block;
}

.site-nav .menu > li:nth-child(1) a {
    background-position: 0 bottom;
}

.site-nav .menu > li:nth-child(2) a {
    background-position: -145px bottom;
}

.site-nav .menu > li:nth-child(3) a {
    background-position: -290px bottom;
}

.site-nav .menu > li:nth-child(4) a {
    background-position: -435px bottom;
}

.site-nav .menu > li:nth-child(5) a {
    background-position: -580px bottom;
}

.site-nav .menu > li:nth-child(6) a {
    background-position: -725px bottom;
    padding-top: 2px;
}

.site-nav .menu > li:nth-child(7) a {
    background-position: -870px bottom;
    padding-top: 2px;
}

.site-nav .menu > li:nth-child(8) a {
    background-position: -1015px bottom;
}

.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    padding-top: 56px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.site-nav .menu > li:nth-child(6) > a:hover,
.site-nav .menu > li:nth-child(6).active > a,
.site-nav .menu > li:nth-child(7) > a:hover,
.site-nav .menu > li:nth-child(7).active > a {
    padding-top: 33px;
}

.site-nav .menu > li > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent;
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 208px;
    border: 3px solid #80CAA5;
    box-sizing: border-box;
}

.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu > li > ul:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #80caa5 transparent;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: 0;
    margin-left: -10px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
    background: no-repeat 50% 0;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #fff;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #80CAA5;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

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

.site-header .search-box {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
    z-index: 4;
    right: 200px;
}

.site-header .search-box .form-control {
    border: 1px solid #fff;
    background: #777777;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 50px 0 12px;
    color: #fff;
}

.site-header .search-box .form-control:focus {
    background: #666;
    border: 1px solid #aaa;
}

.site-header .search-box .ibtn.search {
    background-image: url(../images/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #fff;
}


/* firefox 19+ */

.site-header .search-box .form-control:-ms-input-placeholder {
    color: #fff;
}


/* ie */

.site-header .search-box .form-control input:-moz-placeholder {
    color: #fff;
}


/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.header-fixed .site-title .logo {
    height: 62px;
    width: 160px;
}
.header-fixed .site-nav {
    margin-bottom: 0;
    min-height: 73px;
}
.header-fixed  .site-nav .menu > li > a {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 14px;
    min-height: 70px;
}
.header-fixed .site-nav .menu > li > a:after {
    display: none;
}
.header-fixed .site-nav .menu > li:nth-child(1) a {
    background-position: 0 top;
}
.header-fixed .site-nav .menu > li:nth-child(2) a {
    background-position: -145px top;
}
.header-fixed .site-nav .menu > li:nth-child(3) a {
    background-position: -290px top;
}
.header-fixed .site-nav .menu > li:nth-child(4) a {
    background-position: -435px top;
}
.header-fixed .site-nav .menu > li:nth-child(5) a {
    background-position: -580px top;
}
.header-fixed .site-nav .menu > li:nth-child(6) a {
    background-position: -725px top;
    padding-top: 2px;
}
.header-fixed .site-nav .menu > li:nth-child(7) a {
    background-position: -870px top;
    padding-top: 2px;
}
.header-fixed .site-nav .menu > li:nth-child(8) a {
    background-position: -1015px top;
}
.header-fixed .site-nav .menu > li > a:hover {
    opacity: 0.7;
}
/*------------ / fixed ------------*/
/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .container {
    max-width: 1400px;
    padding: 0;
}

.banner button.slick-arrow {
    background: url(../images/arrow.png) 0 0 no-repeat;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 45%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 6px;
    border: none;
    z-index: 10;
}

.banner button.slick-prev {
    left: 10px;
}

.banner button.slick-prev:hover {
    background: url(../images/arrow.png) 0 100% no-repeat;
}

.banner button.slick-next {
    background: url(../images/arrow.png) 100% 0% no-repeat;
    right: 10px;
}

.banner button.slick-next:hover {
    background: url(../images/arrow.png) 100% 100% no-repeat;
}

.slick-dots {
    margin: 0px 0px;
    padding: 0px 15px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    height: 12px;
}

.banner .slick-dots {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: -30px;
    right: 0;
    text-align: center;
}

.album-sect .slick-dots li,
.banner .slick-dots li {
    display: inline-block;
}

.album-sect .slick-dots li button,
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    width: 12px;
    height: 12px;
    background: #E7E7E7;
    margin: 0 6px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.album-sect .slick-dots li button:focus,
.banner .slick-dots li button:focus {
    outline: none;
    border: none;
}

.album-sect .slick-dots li.slick-active button,
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
    background: #FF1C64;
    box-shadow: none;
}


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


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

.main-title {
    font-size: 32px;
    color: #9F4626;
    text-align: center;
    line-height: 30px;
    background: url(../images/main-title-bg.jpg)top repeat-x;
    padding-top: 60px;
    margin-bottom: 30px;
}

.main-title span {
    font-size: 17px;
    color: #FF3F00;
    font-family: 'Lato';
    display: block;
}

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

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

.content-top {
    margin-bottom: 20px;
}

.content-title {
    margin: 0;
    text-align: left;
    padding: 5px 0;
    position: relative;
    font-size: 21px;
    font-weight: normal;
    color: #333333;
    font-family: 'Chivo', '微軟正黑體';
    font-weight: bold;
}

.content-title:before {
    content: '';
    width: 45px;
    height: 27px;
    background: url(../images/icon.svg)-375px -261px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.content-title span {
    border-right: 1px solid #CCCCCC;
    padding-right: 15px;
}

.content-title i.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #FA3939 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-left: 20px;
}

.content-title i.pen {
    width: 28px;
    height: 28px;
    background: url(../images/icon.svg)-435px -261px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 20px;
}

.content-title2 {
    text-align: center;
    margin: 0 0 10px;
    background: url(../images/products/btnahover.jpg) 0 0 repeat;
    padding: 0 40px 0 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    border-radius: 40px;
    letter-spacing: normal;
    margin: 1% 2%;
}

.content-title2 .ic {
    display: block;
    float: right;
    background: #fff;
    color: #3D3938;
    border-radius: 50%;
    margin: 3px -36px 0 0px;
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

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

.shopping-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.shopping-title i {
    content: '';
    display: block;
    background: url(../images/menu_icon.png) center 100% no-repeat;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0;
    height: 20px;
    width: 20px;
    color: #555555;
}

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

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

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

.btn-box.r {
    text-align: right;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}


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


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

.breadcrumb {
    text-align: left;
    color: #664633;
    font-size: 13px;
    padding: 5px 15px;
    margin: -30px 0 15px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf8f1+0,fcf8f1+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(252, 248, 241, 1) 0%, rgba(252, 248, 241, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(252, 248, 241, 1) 0%, rgba(252, 248, 241, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(252, 248, 241, 1) 0%, rgba(252, 248, 241, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf8f1', endColorstr='#00fcf8f1', GradientType=1);
    /* IE6-9 */
}

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

.breadcrumb li:first-child {
    color: #FF5C26;
}

.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../images/icon.svg)-144px -262px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #FF5C26;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

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


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


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

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

.side .loginout {
    text-align: center;
    margin: 10px 0;
    color: #FFDF00;
    padding: 5px 0;
}

.side .loginout a {
    position: relative;
    padding: 0 0 0 25px;
}

.side .loginout:hover {
    background: #000;
}

.side .loginout i {
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.side .side-nav:before {
    content: ' ';
    display: block;
    background: url(../images/side_top.png) 0% 0% no-repeat;
    height: 4px;
    width: 100%;
    top: 0;
}

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

.side-title {
    color: #80CAA5;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.side-nav {
    position: relative;
    font-size: 17px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.4;
}

.side-nav > li {
    background: url(../images/side_bottom.png)bottom repeat-x;
    padding-bottom: 3px;
}

.side-nav > li > a {
    color: #80522C;
    position: relative;
    padding: 10px 30px 7px 20px;
    line-height: 1.4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff3cf+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 207, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 207, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 207, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff3cf', GradientType=0);
    /* IE6-9 */
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: #FA3939;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.side-nav > li > a:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    opacity: 0;
}

.side-nav > li > a:hover:before {
    opacity: 1;
}

.side-nav ul {
    display: none;
    border-top: 1px solid #29292A;
}

.side-nav ul li {
    border-bottom: none;
}

.side-nav ul li a {
    color: #999999;
    text-align: left;
    font-size: 15px;
    padding: 10px 30px 7px 20px;
}

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

.side.custom-side .side-nav{
    margin-bottom: 30px;
}
.side.custom-side .nav-title{
    font-size: 17px;
    color: #282828;
    font-weight: bold;
    padding-left: 16px;
    position: relative;
    letter-spacing: 0px;
    white-space: nowrap;
}
.side.custom-side .nav-title:before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 14px;
    background: #fa3939;
}

.mmenu-show .side-nav li a,
.mmenu-show .side-nav-top li a {
    display: block;
    border-bottom: none;
}

.mmenu-show .side-nav > li > a:hover:before,
.mmenu-show .side-nav-top > li > a:hover:before,
.mmenu-show .side-nav li.active a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    background: none;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
}

.mmenu-show .side-nav ul {
    display: none;
    border-top: none;
}

.side-nav li.active ul li a:before {
    background: none;
}

.published {
    width: 200px;
    height: 60px;
    background: url(../images/creation/new-btn.png)0 0;
    display: block;
    text-indent: -5000px;
    margin-top: 10px;
}

.published:hover {
    background-position: 0 100%;
}


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


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

.footer-top {
    color: #FFFFBF;
    padding: 0px 0;
    letter-spacing: 0;
    background: #FF5C26;
    line-height: 35px;
}

.footer-top .home {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-indent: -5000px;
    background: #FFFF99 url(../images/icon.svg)-135px -253px;
}

.footer-top .home:hover {
    background-color: #A3D900;
}

.footer-top ul {
    display: inline-block;
    width: calc(100% - 40px);
}

.footer-top ul li {
    padding: 0 1.7%;
    position: relative;
}

.footer-top ul li:after {
    content: '  | ';
    position: absolute;
    right: -5px;
    top: -1px;
}

.footer-top ul li:last-child:after {
    content: '';
}

.footer-top a {
    color: #FFFFBF;
}

.footer-top a:hover {
    color: #FFFF00;
}

.footer-bottom .row {
    margin: 0 -20px;
}

.footer-bottom .col {
    float: left;
    padding: 0 20px;
    min-height: 196px;
}

.footer-bottom .col+.col {
    border-left: 1px dotted #CCCCCC;
}

.footer-bottom .col1 {
    border-left-width: 0;
    font-size: 14px;
    color: #646464;
    max-width: 640px;
    width: 44%;
}

.footer-bottom .fb iframe {
    width: 100%;
}

.footer-bottom .col1 .footer-logo li {
    padding: 0 3%;
    width: 33.33%;
    position: relative;
    transition: all .3s ease;
}

.footer-bottom .col1 .footer-logo li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
}

.footer-bottom .col1 .footer-logo li span{
    transition: all .3s ease;
}
.footer-bottom .col1 .footer-logo li:hover span{
    color: #ff5c26;
}

.footer-bottom .col1 .footer-logo li+li {
    border-left: 1px dotted #CCCCCC;
}

.footer-bottom .col2 {
    width: calc(26.5%);
    color: #999999;
    max-width: 380px;
}

.footer-people {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 33px;
    padding: 0 20px;
    color: #fff;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5c26+0,ff0080+93 */
    background: #ff5c26;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff5c26 0%, #ff0080 93%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff5c26 0%, #ff0080 93%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff5c26 0%, #ff0080 93%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5c26', endColorstr='#ff0080', GradientType=0);
    /* IE6-9 */
}

.footer-people i {
    background: url(../images/icon.svg)-68px -261px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: -13px;
}

.footer-bottom .col3 {
    width: calc(29%);
    color: #646464;
    padding: 0 0 0 20px;
    font-size: 14px;
    position: relative;
}

.footer-info {
    list-style: none;
    padding: 0;
}

.footer-info li {
    position: relative;
    padding-left: 15px;
}

.footer-info li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FA3939;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.footer-bottom .copyright-box {
    font-size: 13px;
    color: #909090;
    position: absolute;
    bottom: 0;
}

.footer-bottom .col4 {
    width: calc(100% -15%);
    color: #999999;
    padding: 0 20px 0 0;
    float: right;
}

.col .flinks-sect .flinks-list .name {
    display: none;
}

.col .flinks-sect .flinks-list .item {
    width: 50%;
    padding: 0px 10px;
}

.servi .footer-title {
    color: #7FCAA5;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-title .ic {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #80CAA5;
    border-radius: 4px;
}

.footer-bottom .share {
    margin: 10px 0;
    text-align: left;
}

.location {
    font-family: 'Chivo';
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}

.location .txt {
    margin: 3px 0;
    font-size: 14px;
}

.location i {
    display: block;
    font-size: 40px;
    color: #FFE100;
}

.site-map {
    font-size: 13px;
    letter-spacing: 35px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 8px 0;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 6px;
    position: relative;
}

.follow {
    margin-top: 40px;
}

.qrcode {
    display: inline-block;
    margin: 0 0 0 10px;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
}

.footer-bottom {
    color: #fff;
    padding: 30px 0 50px;
}


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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background: url(../images/gotop.svg)0 0;
    width: 50px;
    height: 50px;
    display: block;
}

.floating .ibtn.gotop:hover {
    background-position: 0 100%;
}


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


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

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

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 24px;
    height: 24px;
    line-height: 25px;
    color: #787878;
    font-size: 13px;
    padding: 0 5px;
    margin: 0 2px;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #FF5C26;
}

.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 24px;
}

.pagination li a.controls:hover {
    border: none;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
}

.page-info .form-control:focus {
    border-color: #ccc;
}

i.ic-angle-right:before {
    content: '';
    display: block;
    background: url(../images/icon.svg)-236px -261px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
    height: 12px;
    width: 12px;
    color: #555555;
}

i.ic-angle-left:before {
    content: '';
    display: block;
    background: url(../images/icon.svg)-208px -261px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 0;
    height: 12px;
    width: 12px;
    color: #555555;
}

i.ic-angle-right:hover:before {
    background-position: -236px -282px;
}

i.ic-angle-left:hover:before {
    background-position: -208px -282px;
}


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


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

.reminder {
    text-align: left;
    color: #fff;
    background: #FF4000;
    padding: 5px 20px;
    margin-bottom: 0;
}

.reminder.all {
    text-align: center;
    color: #DFDFD0;
    margin: 20px 0 30px;
    float: none;
}

.reminder span {
    color: #DFDFD0;
    padding: 0 22px;
    position: relative;
}

.reminder b:before {
    content: ' ';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    background: #fff;
}

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

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 35px;
    line-height: 28px;
    color: #fff;
    background: #000;
    border: #000;
    padding: 0 0px;
    z-index: 1;
    border-radius: 10px;
}

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

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    border: 1px solid #DDC202;
    position: absolute !important;
    z-index: 0;
    top: 0;
    background: #DDC202;
    border-radius: 10px;
    margin: 3px 0;
}

.qty-box .btn:hover {
    border-color: #000;
    background: #000;
    color: #DDC202;
    z-index: 2;
}

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

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

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #FFB973;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-control:focus {
    outline: none;
    background: #FCF8F1;
    border: 1px solid #FF3900;
}
.short-input{
    max-width: 80px;
    display: inline;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

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

.form-box {
    margin: 0 auto;
}

.form-box.type1 {
    max-width: 760px;
}

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

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

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

.form-box .required:before {
    content: ' ';
    background: #FF4000;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-group.remarks .control-box {
    width: 90%;
}

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

.form-box .form-group.border {
    border-top: 1px dashed #AAAAAA;
    padding: 20px 10px;
    margin: 5px 0;
}

.form-group.remarks {
    padding: 0 10px;
}

.form-box .control-label {
    color: #8C5F3F;
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 23px;
    margin-top: 5px;
    padding: 0 0 0 20px;
    max-width: 133px;
}

.form-box .control-box {
    position: relative;
    float: right;
    width: 80%;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a .ic-repeat {
    width: 25px;
    height: 25px;
    background: url(../images/icon.svg) -332px -261px;
}

.form-box .captcha a:hover .ic-repeat {
    background-position: -332px -289px;
}

.form-box .captcha a .ic-repeat:before {
    display: none;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    /*transition: transform .3s;*/
}

.form-box .captcha a:hover .ic {
    /*transform: rotate(270deg);*/
}

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

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

.form-box .name2 .control-box {
    padding-right: 200px;
    width: calc(80% - 200px);
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #D80000;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

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

.form-box .name .radio-box {
    line-height: 36px;
    position: relative;
}

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

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-checkbox-box {
    margin-bottom: 15px;
}

.checkbox-in {
    display: inline-block;
    background: rgba(255, 185, 116, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    width: calc(100% - 166px);
    vertical-align: top;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-checkbox .form-control {
    display: inline-block;
    width: calc(100% - 70px);
    float: right;
}

.form-radio:before {
    background-image: url('../images/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../images/form_radio.png');
}

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

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

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

.privacy-link-box{
    text-align: center;
    margin-bottom: 30px;
}
.privacy-link-box .privacy-link span{
    color: #fa3939;
}
.privacy-link-box .privacy-link{
    transition: all .3s ease;
    font-size: 15px;
}
.privacy-link-box .privacy-link:hover{
    opacity: 0.7;
}
.privacy-agree{
    text-align: center;
}
.privacy-agree label{
    color: #fa3939;
}
.success-wrap {
    text-align: center;
    padding: 7% 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/bg1.jpg);
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    color: #8C5F3F;
    font-size: 30px;
    padding: 0px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.success-msg span {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    color: #FFDF00;
    margin: 10px 0;
    padding: 15px 0;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.success-msg span:after {
    content: '';
    background-image: url('../images/success_ic.png');
    width: 32px;
    height: 29px;
    position: absolute;
    margin: 0 10px;
}

.no-svg .success-msg {
    background-image: url('../images/success_ic.png');
}

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

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

.success-txt strong span {
    color: #33C4B4;
}

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

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

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


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


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

.table-h {
    color: #AAAAAA;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    background: rgba(0, 0, 0, 0.8);
}

.table-h thead th {
    color: #666;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody {
    background: rgba(130, 130, 130, 0.3);
}

.table-h tbody tr {
    background: url(../images/products/line.png) 100% 0 repeat-x;
}

.table-h .align-left {
    text-align: left;
}

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

.table td span {
    color: #DDC202;
}

.table-v {
    color: #AAAAAA;
    font-size: 14px;
}

.table-v tr:nth-child(2n) {}

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v td {
    color: #fff;
}

.table-v th {
    text-align: left;
    width: 100px;
    font-weight: normal;
    position: relative;
}

.table-v th:after {}

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


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


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

body .fancybox-close {
    background: url(../images/lightbox_close.svg) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../images/lightbox_close.png);
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    border: 1px solid #FF8000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

body .fancybox-inner {}

body .photo-pager {
    position: absolute;
    bottom: -45px;
    color: #fff;
}

body .photo-title {
    background: url(../images/album/a.png)0 0 no-repeat;
    padding: 0 0 0 23px;
    font-size: 16px;
    margin: 10px 0 20px;
}

body .photo-pager b {
    color: #FFDF00;
    text-decoration: underline;
}

.fancybox-album .fancybox-nav span {
    background: url('../images/album/lightbox_arrow.png') no-repeat;
    background-size: cover;
    width: 22.5px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.lightbox-wrapper {
    padding: 30px;
    border-radius: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    color: #FF3F00;
    font-size: 20px;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title i {
    content: '';
    width: 48px;
    height: 55px;
    display: block;
    margin: 0 auto 10px;
    background: url(../images/icon.svg)-295px -18px;
}

.no-svg .login-box .lightbox-title i {
    content: '';
    width: 48px;
    height: 55px;
    display: block;
    margin: 0 auto;
    background: url(../images/icon.svg)-369px -18px;
}

.lightbox-wrapper .control-label.required,
.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #fff;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
}

.login-box .notice-box .title {
    float: left;
    background: url('../images/join_ic.svg') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../images/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box + .btn-box {
    max-width: 800px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-box .control-box {
    float: none;
    width: 100%;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #777777;
    background: #777777;
    color: #CCCCCC;
}

.arrival-box .form-control:focus {
    background: #333;
}

.arrival-box .pd-name {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
    margin: 0;
    position: relative;
}

.arrival-box .pd-name i {
    position: absolute;
    left: 50%;
    top: 0px;
    font-size: 60px;
    color: #666666;
    margin: 10px 0 0 -20px;
}

.no-svg .arrival-box .pd-name {
    background-image: url('../images/products/arrival_ic.png')
}

.arrival-box .pd-id {
    color: #aaa;
    font-size: 14px;
    text-align: center;
}

.arrival-box .form-box {
    padding: 30px 0;
}

.arrival-notice {
    color: #ccc;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

.box_angle {
    position: relative;
    margin: 0 0 30px 0;
    padding: 40px 50px;
    background: url(../images/bg1.jpg);
}


/*
.box_angle:before{
    content: '';
    background: url('../images/angle.png') 0 0 no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    opacity: .4;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}
.box_angle:after{
    content: '';
    background: url('../images/angle.png') 0 100% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    bottom:0px;
    right: 0;
    opacity: .4;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}
*/


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

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

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

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

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

.mmenu-show #mobile-menu .menu li small {
    display: block;
}

.mmenu-show #mobile-menu .menu li ul li a:hover {
    color: #fa3939;
}

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

.mmenu-show #mobile-menu .share:after {
    margin-top: 5px;
}

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

body .fancybox-skin .form-control {
    border-color: #CCCCCC;
}

body .lightbox-wrapper .btn-box {
    text-align: left;
}

.mmenu-show #mobile-fixed > ul > li>  a {
    padding: 0;
    border: 0;
    line-height: 38px;
    height: 40px;
}
.mmenu-show .toggle-mmenu-close {
    padding: 0;
}
@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
    .site-title .logo {
        width: 300px;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1440px) {
    /*------------ site_header 1000 ------------*/
    .wrapper {
        padding-top: 40px;
    }
    .header-fixed .site-header, 
    .site-header {
        position: static;
        height: auto;
    }
    .site-title {
        padding: 10px 0;
        position: relative;
        text-align: center;
        right: 0px;
        top: 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 250px;
        height: 100px;
    }
    .location {
        margin: 0 0 10px 0;
    }
    .location i,
    .location .txt {
        display: block;
        float: none;
        width: 100%;
    }
    .footer-top ul,
    .top-nav,
    .site-nav,
    .site-header .search-box,
    .col1 .share,
    .footer-top {
        display: none;
    }
    .share:before {
        content: " ";
    }
    .share .btn,
    .share .btn:hover {
        color: #Fff;
        display: block;
    }
    .box_angle {
        padding: 2%;
    }
    .footer-bottom .share {
        display: none;
    }
    .footer-bottom {
        border-top: 3px solid #FF5C26;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 50px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 10px 0;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top ul li {
        padding: 0 10px;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-bottom .col2 {
        max-width: 260px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .col .links-sect {
        margin: 0 10%;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../images/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    /*------------ / site_footer 1370 ------------*/
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 30px 150px 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .site-header .search-box {}
    /*------------ / site_header 1340 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .footer-bottom .col4 {
        width: 100%;
        float: none;
        display: block;
        clear: both;
        text-align: center;
    }
    .footer--bottom .map-box {
        margin-top: 0;
    }
    .follow {
        padding: 40px 0 0 0;
        clear: both;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    /*------------ / site_footer 1280 ------------*/
}

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

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    .top-nav {
        right: 15px;
    }
    .form-group,
    .form-box .row {
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }
    .form-group.remarks .control-box,
    .form-box .control-box {
        position: relative;
        float: none;
        width: 100%;
    }
    .form-box .control-label {
        float: none;
        font-size: 14px;
        text-align: left;
        display: block;
        max-width: unset;
    }
    /*------------ / site_header 1120 ------------*/
    .content-title2 {
        font-size: 18px;
        display: block;
        float: none;
    }
    .reminder {
        text-align: left;
        float: none;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1000px) {
    .footer-bottom .col1,
    .footer-bottom .col2,
    .footer-bottom .col3,
    .footer-bottom .col4 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .footer-bottom .col1 {
        margin: 0 0 10px;
        max-width: 100%;
    }
    .footer-bottom .col1 li {
        width: 33.33%;
        text-align: center;
    }
    .footer-bottom .col2 {
        clear: left;
        padding: 0 20px;
    }
    .footer-bottom .col3 {
        float: left;
        padding: 0 20px;
        width: calc(100% - 260px);
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .form-box {
        margin: 0 auto;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 160px;
        height: 63px;
    }
    .main-content {
        padding: 0 0 20px;
    }
    .main-title {
        font-size: 28px;
    }
    .breadcrumb {
        margin-top: 0;
    }
    .form-box .name2 .control-box {
        width: 100%;
    }
    .checkbox-in {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .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: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 0px;
    }
    .success-msg {
        font-size: 20px;
        padding-top: 0px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
    .main-title span:before,
    .main-title span:after {
        padding: 0 10px;
    }
    /*----- lightbox 767 -----*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -67px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
    /*----- !lightbox 767 -----*/
}

@media screen and (max-width: 600px) {
    .footer-bottom .col2,
    .footer-bottom .col3 {
        clear: left;
        padding: 0 20px;
        max-width: 100%;
        float: none;
    }
    .footer-bottom .col+.col {
        border: none;
    }
    .footer-bottom .fb iframe {
        height: 35px;
    }
    .footer-bottom .col {
        min-height: inherit;
    }
    .footer-bottom .col3 {
        padding-bottom: 70px;
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
.Visitors{
text-align:center;
position:relative;
top:10px;
right:0px;
margin-bottom:25px;
    }
}
@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
    .col .flinks-sect {
        margin: 0 0%;
    }
    .main-title span:before,
    .main-title span:after {
        padding: 0 5px;
    }
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
    .main-title span:before,
    .main-title span:after {
        padding: 0 0px;
    }
    .btn-box button,
    .btn-box a {
        margin: 10px 0;
    }
}

.fb-share-btn{
  display:inline-flex;
  align-items:center;
  gap:6px;
  height:28px;
  padding:0 10px 0 8px;
  background:#1877f2;       /* Facebook 官方藍 */
  color:#fff;
  font-size:13px;
  font-weight:600;
  line-height:28px;
  border-radius:4px;
  text-decoration:none;
  border:1px solid #1877f2;
  vertical-align:middle;
  cursor:pointer;
  user-select:none;
  font-family:system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.fb-share-btn:hover{
  background:#166fe5;
  border-color:#166fe5;
}

.fb-share-btn:active{
  background:#145fca;
  border-color:#145fca;
  transform:translateY(1px);
}

.fb-share-btn__icon{
  width:14px;
  height:14px;
  display:inline-block;
  background-repeat:no-repeat;
  background-size:contain;
  background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'>\
<path fill='white' d='M279.14 288l14.22-92.66h-88.91V117.78c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/>\
</svg>");
}
