@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/*------------ basic ------------*/
body {
  font-family: Arial,'Esteban','Exo 2','Droid Serif', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
   color: #888;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1330px;
    /* position: relative; */
}
.container2 {
    padding: 0 15px;
    max-width: 1470px;
}
header.site-header .container{
    max-width: 1330px;
    margin:
    auto;
}
h3.name{
    margin: 0;
}


.links{
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 888;
}

.links-line{
    margin: 5px 0px;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
    border-radius: 100%;
    display: none;
}
.links-tel{
    margin: 5px 0 0 0px;
    box-shadow: rgb(0 0 0 / 15%) 2px 2px 10px;
    border-radius: 100%;
    display: none;
}

.links-line:hover{
   opacity:0.8
}
.links-tel:hover{
   opacity:0.8
}
/*------------ / basic ------------*/

#loading{
     position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color: #fff;
  z-index: 9999;
   
}

.spinner {
  
  position:fixed;
  left: 0%;
  top: 50%;
  right:0;
  bottom:0;
  margin:auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*--- éš±ç§æ¬Š ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgb(255 255 255 /80%);
    color: #777;
    border-radius: 8px;
    border: solid 1px #888;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #333;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! éš±ç§æ¬Š ---*/
/*------------ icon ------------*/
.icon {
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.share .btn {
   
color: #fff;
   
margin-right: 15px;
   
font-size: 14px;
   
margin: 0 3px;
   
background: #aaa;
   
border-radius: 100%;
   
width: 28px;
   
height: 28px;
   
line-height: 30px;
}
.share .btn:hover {
   background: #333;
  color:#fff;
}
.share .btn i{
    position:relative;
}

 .community-common-youtube:before {
   /* content: "";
   background: url('../../images/common/youtubeic.png')50% 0%;
   width: 15px;
   height: 15px;
   display: block;
   top: 6px;
   left: 6px;
   position: relative; */
   content: '';
   font-size: 16px;
   color: #fff;
   line-height: 28px;
   text-align: center;
   content: "\e918";
   font-family: 'icon-font-3' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

.community-common-instagram:before {
   /* content: "";
   background: url('../../images/common/igic.png')50% 0%;
   width: 15px;
   height: 15px;
   display: block;
   top: 6px;
   left: 6px;
   position: relative; */
   content: '';
   font-size: 16px;
   color: #fff;
   line-height: 28px;
   text-align: center;
   content: "\e917";
   font-family: 'icon-font-3' !important;
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}


.community-common-pinterest:before {
  content: "";
  background: url('../../images/common/pintrestic.svg')50% 0% no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  top: 0px;
  position: relative;
  left: 4px;
}

.share .btn:hover .community-common-pinterest:before {


 
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 91px;
    height: 92px;
}
.ibtn.fb-fans-page:hover {
}
.btn.back {
    font-family: 'Lora', serif;
    font-size: 16px;
    border: 1px solid #D8CDBE;
    color: #D8CDBE;
    text-align: center;
    line-height: 38px;
    max-width: 276px;
    width: 100%;
    background: #FFF;
}
.btn.back:hover{
    color: #FFF;
    background: #FFA395;
    border-color: #FFA395;
}
.btn.back .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 100px;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple {
   background: #333;
   color: #fff;
   font-weight: bold;
   font-size: 14px;
   padding: 11px 20px;
   margin: 0px 0 0;
   width: 100%;
   min-width: 248px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   font-family: 'Poppins', sans-serif;
   /* font-family: 'Exo'; */
}
.btn.simple:hover {
   background: #888;
}
.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 {
   background: #FFA395;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0px 0 0;
    max-width: 453px;
    width: 100%;
    min-width: 248px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    font-family: 'Exo';
}
.btn.normal:hover {
   background: #FF7662;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
    border-bottom: 1px solid #ddd;
}
.site-header:hover:before {
    height: 100%;
    transition: all .3s ease;
    top: 0;
}

.site-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: transparent;
    transition: all .3s ease;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 27px 0 26px;
}
.site-title .logo {
    background: url('../../images/common/logo2.svg') 50% 50%  no-repeat;
    background-size: contain;
    width: 160px;
    height: 61px;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 10px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .ic {
    vertical-align: middle; 
    font-size: 20px;
    margin-right: 4px;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    font-size: 13px;
    line-height: 28px;
    border-radius: 6px;
    padding: 0 10px 0 6px;
    text-align: center;
    margin: 4px;
    -moz-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}
.func-menu > li.login > a {
    background: #7AE4F3;
    color: #00468C;
}
.func-menu > li.gocart > a {
    background: #FFDC73;
    color: #000;
}
.func-menu > li.login > a:hover,
.func-menu > li.gocart > a:hover {
    background: #fff;
}
.func-menu > li > a span {
    display: block;
    -moz-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}
.func-menu > li.gocart {
    position: relative;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #7abbf3;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #3d88d4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #0f5ca9;
}
.func-menu .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}
.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #146cc3;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.site-header .search-box {
    position: relative;
    width: 160px;
    box-sizing: border-box;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
.site-header .search-box .form-control {
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    background: none;
    color: #333;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 40px 0 5px;
    border-radius: 0;
}
/* .site-header .search-box .form-control:focus {
    border-bottom-color: #fff;
} */
/*
.site-header .search-box ::-webkit-input-placeholder { color:#FFF; opacity: 0.8; }
.site-header .search-box ::-moz-placeholder { color:#FFF; opacity: 0.8; } 
.site-header .search-box :-ms-input-placeholder { color:#FFF; opacity: 0.8; } 
.site-header .search-box :-moz-placeholder { color:#FFF; opacity: 0.8; } 
*/
.site-header .search-box .ibtn.search {
    /* background-image: url('../../images/common/btn_search.png'); */
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
    background-position-y: 100%;
    color: #FFF;
    transition: all .3s ease;
}

.site-header .search-box:before{
    font-family: 'icon-font' !important;
    content: "\e901";
    color: #858585;
    font-size: 19px;
    position: absolute;
    right: 8px;
    top: 0px;
    transition: all .3s ease;
}
.site-header .search-box:hover:before{
    opacity: 0.7;
}


/* .site-header .search-box .ibtn.search:before {
    font-family: 'icon-font' !important;
    content: "\e901";
    color: #FFF;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
} */




.site-header .language {
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li {
}
.site-header .language li + li:before {
    content: '/ ';
    color: #0080FF;
}
.site-header .language li a {
    color: #30D6ED;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}
.site-header .language li a:hover {
    color: #fff;
}
.site-nav {
    padding: 50px 0 0;
    margin-left: 200px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family: '33535gillsansmt', Arial, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei',  'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0px 8px;
}
.site-nav .menu > li > a {
    color: #777;
    font-size: 18px;
    padding: 10px 5px;
    border-bottom: 4px solid transparent;
    letter-spacing: 2px;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #ccc;
    /* border-bottom-color: #37D2EC; */
}

.site-nav .menu ul {
    display: none;
    font-family: Arial, 'æ–‡æ³‰é©›æ­£é»‘', 'WenQuanYi Zen Hei', 'å„·é»‘ Pro', 'LiHei Pro', 'å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei',  'å¾®è½¯é›…é»‘', 'ãƒ¡ã‚¤ãƒªã‚ª', 'ë§‘ì€ ê³ ë”•', sans-serif;
    position: absolute;
    z-index: 600;
    width: 188px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 121%;
    left: 50%;
    margin-left: -94px;
}
.site-nav .menu ul li+li {
    border-top: 1px solid #ccc;
}
.site-nav .menu ul li a {
    color: #888;
    font-size: 16px;
    text-align: center;
    padding: 10px 18px;
    background: #fff;
    /* border:1px solid #CCCCCC; */
    box-sizing: border-box;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #000;
}

.site-nav .menu ul ul {
    left: 100%;
    top: -2px;
    margin-left: 8px;
    /* border-color: #0080FF; */
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    
}
.site-nav .menu ul ul li a {
    
    padding: 6px 12px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
   
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active > a:after {
    display: none;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.wrapper{
    padding-top: 115px;
}
.site-nav,.site-header,.site-title .logo,.site-title {
    transition: all .3s ease;
}
.header-fixed .site-nav{
    padding-top: 40px;
}
.header-fixed .top-nav{
    display: none;
}


.header-fixed .site-nav .menu > li > a{
    color:#777777;
}

.header-fixed .site-title{
    padding: 20px 0;
}

.header-fixed .site-title .logo{
    background: url(../../images/common/logo2.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 145px;
    height: 55px;
}

.header-fixed .site-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    top: 0;
    background: #fff;
    transition: all .3s ease;
    left: 0;
    z-index: -1;
  
}

.header-fixed .site-nav .menu > li > ul {
    top: 105%;
    left: 50%;
    margin-left: -94px;
}
.header-fixed .site-nav .menu ul li a{
    background:#fff;
    color:#999;
}

.header-fixed .site-nav .menu ul li a:hover,
.header-fixed .site-nav .menu ul li.active > a {
    color: #fff;
    background: #000;
}

/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1920px;
    padding: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1330px;
    padding: 0;
}
.main-top {
    /* border-top: 5px solid #D7CEBF; */
    /* background:
    url('../../images/common/title-background.png')top center repeat-x,url('../../images/common/title-icon.png')bottom center no-repeat; */
}
.main-title {
    text-align: center;
    font-size: 20px;
    color: #777777;
    line-height: 1.2;
    padding: 15px 0 55px;
    font-weight: normal;
    letter-spacing: 2px;
    margin:0
}

.main-title span{
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #333;
    font-weight: 700;
    padding-right: 12px;
}

.main-content {
    padding: 0 0 70px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}
.btn-box {
    clear: both;
    padding-top: 35px;
    position: relative;
    text-align: center;
}
.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;
}






.btn.more {
    display: block;
    width: 100px;
    color: #777777;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 15px auto 0;
    font-weight: normal;
    position: relative;
    text-align: center;
    /* letter-spacing: 1px; */
    padding: 12px 0;
}

.btn.more a {
    font-size: 0;
    padding: 5px 0px;
    display: block;
    position: relative;
}

.btn.more a span {
    font-size: 15px;
}

.btn.more:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    transition: all .3s ease;
    background: #333333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn.more:before {
     content: '';
     display: block;
     width: 100%;
     height: 1px;
     margin: 0 auto;
     transition: all .3s ease;
     background: #D6D6D6;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
}



.btn.more:hover:after {
    width: 100%;
}





.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
   text-align: left;
   color: #868686;
   font-size: 13px;
   padding: 20px 15px 15px;
   position: relative;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
     color: #333;
}
.breadcrumb_all{
    position: relative;
    padding-bottom: 20px;
}
.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;
}
.h2-title{
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    margin: 0px 0 45px;
    text-align: center;
    font-weight: normal;
    padding: 0 0 10px;
    /* padding: 50px 0; */
    position: relative;
}


.h2-title:before{
    content: '';
    width: 75px;
    height: 1px;
    background: #ccc;
    position: absolute;
    display: block;
    bottom: 0px;
    right:0;
    left: calc(0% - 0px);
    margin:0 auto;
}

/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
  /*  width: calc(100% - 340px);
    float: right;*/
}
.side-title {
    border-top: 5px solid #80CAA5;
    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;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top > li > a {
    background-color: #4CA076;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}
.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav > li.has-child.active > a:before,
.side-nav-top > li.has-child.active > a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
}
.site-nav .left-menu{ 
    float: left;
}
.site-nav .right-menu{ 
    float: right;        
}
/*------------ / side ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
    text-align: center;
    margin-bottom: 0;
}
.content-nav li {
    padding: 0 6px;
    margin-bottom: 20px;
}
.content-nav li a {
    color: #999999;
    /* background: #EDEDED; */
    font-size: 18px;
    letter-spacing: 1PX;
    padding: 7px 12px 2px;
    margin:0 0 10px;
    font-weight: normal;
    position:
    relative;
}
.content-nav li a:hover,
.content-nav li.active > a {
   
    color:#333;
}

.content-nav li a:before{
    content: '';
    width: 0px;
    height: 1px;
    background: #ccc;
    position: absolute;
    display: block;
    bottom:0;
    left: calc(0% - 0px);
    right:0;
    margin:0 auto;
    transition: all .3s ease;
}
.content-nav li:hover a:before{
   width: 75px;
}

.content-nav li.active a:before{
   width: 75px;
}

/*.content-nav li.active > a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #5A4B41 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}*/
.content-nav li.logout{
    position: absolute;
    right: 15px;
    top: -60px;
    border: 2px solid #A08A75;
    padding: 0;
}
.content-nav li.logout a {
    background: none;
    color: #9F8A74;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 8px;
    letter-spacing: 0;
}
.content-nav li.logout .ic{
    width: 16px;
    height: 16px;
    font-weight: normal;
    text-align: center;
    border: 2px solid #A08A75;
    color: #A08A75;
    font-size: 5px;
    line-height: 16px;
    display: block;
    margin:20px auto;
}
.content-nav li.logout a:hover,
.content-nav li.logout.active > a {
    background: #ECEBE6;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*------------ / content_nav ------------*/
/*------------ site_footer ------------*/
.site-footer {
    /* text-align: center; */
    background: #fff;
    position: relative;
    
}
.site-footer .container{
    max-width: 1330px;
    line-height: 1;
}

.site-footer .copyright{
    margin: 0 5px;
    position: relative;
    top: 7px;
}
.site-footer .copyright:before {
    content: "|";
    padding: 0 5px 0 0;
}
.site-map {    
    padding: 20px 0;
    padding-top: 55px;
}
.site-map ul li:before {
    content: "|";
    display: inline-block;
    color: #DFDFD0;
    margin: 0 16px;
    letter-spacing: -1px;
}
.site-map ul li:nth-last-child(1):after{
    content: "|";
    display: inline-block;
    color: #DFDFD0;
    margin: 0 16px;
    letter-spacing: -1px;
}
.site-footer a {
    color: #DFDFD0;
}
.site-footer a:hover {
    color: #FFE599;    
}
.site-footer .share {
      margin: 0;
      float: left;
      
}

.list-inline > li, .list-inline .item {
   vertical-align: initial;
}
.site-footer .share:before{
    content:'follow';
    font-family: 'Poppins', sans-serif;
}

.site-info {
    color: #B9B9B9;
    font-size: 13px;
    line-height: 1.45;
    /* padding: 50px 0 65px; */
}
.site-info a {
    color: #B9B9B9;
}
.follow {
    margin-top: 40px;
}
.qrcode {
    display: inline-block;
}
.footer-top{
    padding: 50px 0 65px;
}
.footer-bottom {
    font-size: 12px;
    color: #D5C6B0;
    text-align: center;
       padding: 6px 0 30px;
}
.footer-bottom a {
    color: #fff;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
/*------------- / contact ---------------*/
#contact{
    padding: 25px;
    background: #F5F3EF;
    position: relative;
}
#contact .container .qrcode,#contact .container .contact-item{
    float: left;
}
#contact .container .contact-item{
}
#contact .container .qrcode li{
    display: inline-block;
    margin:10px;
    margin-right: 0px;    
}
#contact .contact-item li{
    padding-left: 64px;
    color: #776154;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    list-style-type:none;
}
#contact .contact-item p{
    font-size: 16px;
    color: #EB4D54;
    font-weight: 600;
    font-family: 'Exo';
    margin-left: 30px; 
}
#contact .contact-item span{
    display: block;
    position: absolute;
    width: 38px;
    left: 0px;
    top: 0px;
    font-weight: 600;
    padding-right:14px;
    height:16px;
    border-right:1px solid #776154;
}
#contact .contact-botton{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    width: 276px;
    height:36px;
    padding: 0px 20px;
    z-index: 2;
    background: #FFA395;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact .contact-botton:hover{
    background: #FF7662;
}
#contact .contact-botton a{
    display: block;
    width: 100%;
    height:100%;
    font-size: 16px;
    line-height: 36px;
    color: #FFF;
    background: url(../../images/common/footer_botton_arrow.png) right center no-repeat;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    z-index: 250;
    transition: all .3s ease;
    padding: 18px 0px;
    text-align: center;
    background: #FFF;
    border-top:1px #D5C6B0 solid;
}
.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 108px;
    height: 21px;
    opacity: 0.7;
}
.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
}
.floating .ibtn.gotop:hover {
    opacity: 1;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination-title {
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   color: #888;
   position: relative;
   text-align: center;
   padding-bottom: 15px;
   margin: 0 auto;
}
.pagination {
    text-align: center;
    font-size: 14px;
    padding: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.pagination li.pagination_ctrl{
    width: 39px;
    height: 16px;
}
.pagination li a.controls{
    position: absolute;
    width: 12px;
    height: 18px;
    display: block;
    bottom: -8px;
    border: 0px;
    background: url('../../images/common/pagination_ctrl.png')left top no-repeat;
}
.pagination li a.controls.prev:hover{
    background-position: left bottom;
}
.pagination li a.controls.next{
    background: url('../../images/common/pagination_ctrl.png')right top no-repeat;
}
.pagination li a.controls.next:hover{
    background-position: right bottom;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    /* border: 1px solid #ccc; */
    text-align: center;
    color: #333;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    /* border-color: #888; */
    color: #fff;
    background: #333;
}
.pagination li a.controls {
    font-size: 20px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #FFA395;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #888;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
   text-align: center;
    font-size: 16px;
    color: #444444;
    padding-bottom: 35px;
}
.reminder span {
    display: inline-block;
    color: #7FCAA5;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
     margin-bottom: 4px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: none;
    border-radius:8px;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #333;
}
.form-control:focus {
    outline: none;
   border-color: #888;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 840px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
    max-width: 833px;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background: #333;
    width:7px;
    height:7px;
    border-radius:100%;
    margin: 0 6px 0px 0;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}


.form-box .category{
    display:flex;
    justify-content: space-between;
}



.form-box .category .form-group{
    width: 32%;
    /* margin: 0 5px; */
}

.form-box h3{
    margin:20px 0 0;
}
.form-box .pattern {
    display: flex;
    justify-content: space-between;
}


.form-box .pattern .form-group{
    width: 24%;
    /* margin: 0 5px; */
}

.form-box .file{
    padding: 20px 0;
}
.form-box .filetitle{
    margin:0 0 10px;
}
.form-box .filetitle span{
    color:#FF2626;
    font-size:13px;
    padding:0 0 0 5px;
}
.form-box select{
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: none;
    border-radius: 8px;
    height: 36px;
    box-sizing: border-box;
    color: #888;
    width: 100%;
    line-height: 36px;
}



.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #7F7F7F;
    font-weight:600;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
    color: #333;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #ccc;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #80CAA5;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
   text-align: center;
    max-width: 775px;
    margin: 0 auto;
    padding: 0px 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 6px 0px;
    border-radius:10px;
    line-height: 1.5;
    margin: 0 auto 50px;
}
.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}
.success-txt {
    line-height: 1.8;
    color: #888;
    font-size:14px;
    padding-bottom: 10px;
}
.success-txt strong {
    color: #444;
    font-size: 14px;
}
.success-txt strong:hover {
    color: #FFA395;
    font-size: 14px;
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-close:hover {
    opacity: .5;
}
body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}
body .fancybox-inner {
    background: #fff;
    border-radius: 13px;
}
.fancybox-album .fancybox-skin {
    background: none;
    margin: 40px 60px 5px;
}
.fancybox-album .fancybox-nav span {
     visibility: visible;
    background: url(../../images/common/fancybox-arrow.png) no-repeat;
    width: 60px;
    height: 60px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: 0px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: 0px;
}
.fancybox-album .fancybox-prev:hover span,
.fancybox-album .fancybox-next:hover span {
  opacity: .5;
}
 
.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    margin:20px 0;
    padding:20px;
    border-radius:5px;
    background:#fff;
}
.fancybox-album .photo-pager {
    float: right;
    color: #444444;
}
.fancybox-album .photo-title {
    background: url(../../images/common/album/title_icon.png) no-repeat 0 3px;
    padding-left: 24px;
    color: #EB4D54;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 20px;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”';
    font-weight: 600;
}
.fancybox-album .photo-intro {
     margin-bottom: 15px;
    color: #555;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #333;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #333;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #333;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #333;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show #mobile-menu .share .btn {
    width: auto;
   height: auto;
    line-height: 30px;
    font-size: 18px;
    margin: 0 4px;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }
 .mmenu-show #mobile-menu .share .btn i{
    line-height: 26px;
 }
 /*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 1.5px 0;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active {
    background-position: 0 100%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1400px) {
    .h2-title{
        /* width: 55%; */
    }
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    /* .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    } */
/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
/*------------ site_footer 1280 ------------*/
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
    }
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
     #contact .container .qrcode,#contact .container .contact-item{
        float: none;
          margin-left: -30px;
    }
    #contact .container .contact-item{
       margin-left: -30px;
        margin-top: 20px;
    }
    #contact .contact-botton{
        margin: auto;
        top: auto;
        bottom: 0px;
    }
/*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .site-map {    
        padding: 10px 0;
        padding-top: 40px;
    }
   
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
  .site-title {
       /* margin-top:10px; */
       /* padding: 0px 0; */
    }
    .site-nav .left-menu{ 
        float: left;
        position:relative;
        left:60px;
    }
    .site-nav .right-menu{ 
        float: right;     
        position:relative;
        right:60px;   
    }
    .site-nav {
          /* float: none; */
          /* clear: both; */
          /* position: static; */
          /* margin: 0; */
          /* padding: 0 0 10px; */
          /* text-align: center; */
    }
    .top-nav {
        right: 15px;
    }
    /* .site-header .search-box {
        right: 15px;
        top: 70px;
    } */
    
   .site-nav .left-menu,
    .site-nav .right-menu{ 
        float: none;
        right:0px;
        left:0px;
        margin: 0 0px;
    }
    .site-nav .right-menu > li + li:before {
        border:none;
    }
   .site-nav .right-menu > li :nth-child(1):before{
        content: '';
        display: block;
        border-right:1px solid #40342D;
        width: 12px;
        height: 17px;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -9px;
    }
  .h2-title{
        /* width: 45%; */
    }
/*------------ / site_header 1120 ------------*/
}
/*@media screen and (min-width: 1080px) {
    .site-nav{
        float: none;
    }
    .site-nav .left-menu{ 
        float: left;
    }
    .site-nav .right-menu{ 
        float: right;        
    }
   
}*/
@media screen and (max-width: 1000px) {
  .links {
   
bottom: 90px;
}
    .main-title{
        padding: 10px 0 30px;
    }
    .wrapper{
        padding-top: 40px;
    }
    .breadcrumb{
        padding: 20px 0 10px;
        text-align: center;
    }
    /*--- éš±ç§æ¬Šæ‰‹æ©Ÿæ¿ ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- ENDéš±ç§æ¬Šæ‰‹æ©Ÿæ¿ ---*/
    /*------------ site_header 1000 ------------*/
    .site-header {
        position:relative;
    }
    .site-title {
        top: 0px;
        left: 0;
        margin: 0 auto;
        display: block;
        float: none;
        text-align: center;
        padding: 10px 0px;
        transition:none;
    }
    .site-title .logo {
   
    width: 160px;
    height: 50px;
}
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed .site-title .logo{
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 160px;
    height: 50px;
}

.header-fixed .site-header:before {
   display:none;
}
    
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 40px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .site-footer .share {
   float: none;
   margin: 0 auto 11px;
}
    .footer-top .col3 {
        display: none;
    }
    .site-footer .copyright:before{
        display:none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
          position: fixed;
        margin-right: -15px; 
        border:none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 925px) {
    .h2-title{
        /* width: 40%; */
    }
}
@media screen and (max-width: 880px) {
    #contact .contact-botton{
        position: static;
        margin: 0px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 860px) {
    .h2-title{
        width: 100%;
        /* margin: 20px 0 31px; */
    }
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    .breadcrumb{
        /* position: static; */
        /* margin:30px 0px -10px; */
        /* text-align: left; */
        /* padding: 0px; */
    }
/*------------ / breadcrumb 767 ------------*/
}
@media screen and (max-width: 767px) {

    .form-box .category{
    flex-direction: column;
}



.form-box .category .form-group{
    width:100%;
    
}

.form-box h3{
    margin:20px 0 0;
}
.form-box .pattern {
   flex-direction: column;
}


.form-box .pattern .form-group{
    width: 100%;
    
}
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 45px;
    }
    .main-title span {
        /* font-size: 28px; */
        display: block;
        padding: 0 0 5px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / site_main 767 ------------*/
    .site-map{
        display: none;
    }
    .site-footer .share{
        /* display: none; */
    }
    .site-info{
        padding: 0px 0;
    }
/*------------ pagination 767 ------------*/
     .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: 0px;
    }
    .pagination li.pagination_ctrl{
        position: absolute;
        bottom: 25px;
    }
    .pagination li.pagination_prev{
        left: 0;
    }
    .pagination li.pagination_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 {
      padding-right:5px;
      padding-left:5px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    /*.fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }*/
/*------------ / lightbox 767 ------------*/
}
@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 ------------*/
}
@media screen and (max-width: 340px) {
    #contact{
         padding: 20px 10px 10px;
    }
    #contact .contact-botton{
        width: 98%;
    }
}
@media screen and (max-width: 300px) {
    #contact .container .qrcode li{
        margin:1px;
    }
}