/*color*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
.text-shadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
/*font-family: "微軟正黑體", "Microsoft YaHei", "Arial Unicode MS", "Helvetica Neue", Helvetica, sans-serif;*/
/*Top Bar (login, search etc.)
------------------------------------*/
.font {
  font-family: Helvetica, Arial, 'LiHei Pro', "微軟正黑體", sans-serif;
  /*font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;*/
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
  /*font-size: .5em;*/
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    /*font-size: 0.5rem; */
  }
}
html,
body {
  overflow-x: hidden;
}
body {
  font-family: Helvetica, Arial, 'LiHei Pro', "微軟正黑體", sans-serif;
  /*font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;*/
  font-size: 1.5rem;
  /* Font-sizing with rem unit */
  background: #14281c;
  /*文字選取反白效果*/
  /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;*/
}
body ::selection {
  background: #adc23f;
  color: #fff;
}
body ::-moz-selection {
  background: #adc23f;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
}
ul,
ol {
  margin: 0;
}
a {
  text-decoration: none;
  color: #adc23f;
  display: inline-block;
}
a.inline {
  display: inline;
  padding: 0 3px;
}
a:hover {
  color: #adc23f;
}
.header {
  background: transparent;
  height: 125px;
  width: 100%;
  position: relative;
  z-index: 3;
  /*menu*/
}
.header .logo {
  display: inline-block;
  width: 335px;
  height: 80px;
  background: url(../img/index/logo.png) no-repeat;
  background-size: cover;
  top: -14px;
  position: relative;
  z-index: 2;
}
.header .menu {
  float: left;
  list-style-type: none;
  margin-top: 33px;
}
.header .menu > li {
  display: inline-block;
  position: relative;
  height: 40px;
}
.header .menu > li > a {
  display: block;
  color: #fff;
  font-size: 2rem;
  /*padding: 0 15px;*/
  margin: 0 20px;
}
.header .menu > li > a:hover {
  text-decoration: none;
  /*color: @green;*/
  border-bottom: 2px solid #adc23f;
}
.header .menu > li.active a {
  border-bottom: 2px solid #adc23f;
}
.header .m-menu-toggle {
  position: fixed;
  right: 20px;
  top: 32px;
  color: #adc23f;
  font-size: 3rem;
  z-index: 2;
}
.header .m-menu-toggle i {
  font-weight: normal;
  height: 27px;
  overflow: hidden;
  display: inline-block;
}
/*.header*/
.header-nav {
  text-align: right;
  height: 37px;
  width: 100%;
}
.header-nav ul.top-nav {
  float: right;
  margin-top: 10px;
}
.header-nav ul.top-nav li {
  display: inline-block;
  position: relative;
}
.header-nav ul.top-nav li a {
  color: #fff;
  display: inline-block;
  opacity: .7;
  padding: 3px 8px;
}
.header-nav ul.top-nav li a i {
  font-size: 2.6rem;
}
.header-nav ul.top-nav li a:hover {
  text-decoration: none;
  color: #adc23f;
}
.header-nav ul.top-nav li.login a {
  color: #dceab5;
  font-size: 16px;
  opacity: 1;
  position: relative;
  top: -5px;
}
span.big {
  font-size: 1.5rem;
}
span.mid {
  font-size: 1.3rem;
}
span.small {
  font-size: 1.2rem;
}
footer {
  position: relative;
  margin-top: 0px;
}
footer .foot-btm {
  padding: 5px 0 15px 0px;
  font-size: 1.4rem;
  color: #fff;
  background: #14281c;
}
footer .foot-btm .info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}
footer .foot-btm a.map {
  color: #dceab5;
}
footer .foot-btm ul {
  float: right;
  margin-top: 10px;
}
footer .foot-btm ul li {
  display: inline-block;
  position: relative;
}
footer .foot-btm ul li a {
  display: block;
  padding: 0 10px;
  color: #adc23f;
}
footer .foot-btm ul li a:hover {
  color: #fff;
  text-decoration: none;
}
footer .foot-btm ul li:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -1px;
  top: 6px;
  opacity: .5;
}
footer .foot-btm ul li:last-child:after {
  display: none;
}
footer #Accesskey_Z {
  position: absolute;
  left: 0;
  top: 0;
  color: #14281c;
}
#topcontrol {
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 10px;
  visibility: hidden;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#topcontrol i {
  color: #fff;
}
#topcontrol i:before {
  color: #fff;
}
#topcontrol.fade {
  visibility: visible;
  opacity: 1;
}
#topcontrol:hover {
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*////////SIDE MENU///////////*/
.body-wrap {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-overlay {
  position: absolute;
  display: none;
  background: transparent;
  width: 35%;
  height: 100vh;
  z-index: 999999;
  right: 70%;
  top: 0px;
  /*background: rgba(0,0,0,.3);*/
}
.side_menu_holder {
  min-height: 20px;
  width: 70%;
  padding: 10px;
  position: fixed;
  z-index: 999;
  right: -100%;
  height: 100vh;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side_menu_holder ul.top-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  margin: 10px 10px 0 10px;
}
.side_menu_holder ul.top-nav li {
  display: block;
}
.side_menu_holder ul.top-nav li a {
  color: #14281c;
  display: block;
  padding: 5px 0px;
  font-size: 1.8rem;
}
.side_menu_holder ul.top-nav li a i {
  color: #308252;
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
body.menu-open {
  padding-top: 0;
}
body.menu-open .body-wrap {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -60%;
  z-index: 999;
  overflow: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
body.menu-open .menu-overlay {
  display: block;
}
body.menu-open .side_menu_holder {
  right: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.menu-open:before {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  z-index: 0;
  height: 100%;
  background-color: #dceab5;
  background: -webkit-gradient(linear, left top, left bottom, from(#dceab5), to(#ffffff));
  background: -webkit-linear-gradient(top, #dceab5, #ffffff);
  background: -moz-linear-gradient(top, #dceab5, #ffffff);
  background: -ms-linear-gradient(top, #dceab5, #ffffff);
  background: -o-linear-gradient(top, #dceab5, #ffffff);
}
.mb-nav-scroll {
  overflow-y: scroll;
  height: 55vh;
}
.mb-nav-scroll::-webkit-scrollbar {
  width: 6px;
}
/* Track */
.mb-nav-scroll::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 10px;
  background: transparent;
}
/* Handle */
.mb-nav-scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(18, 151, 151, 0.4);
}
.side_menu_welcome {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*   p{
        color: @dark;
        font-size: 1.3rem;
    }*/
}
.side_menu_welcome .avatar img {
  width: 100px;
  height: auto;
}
.side_menu_welcome h4 {
  font-size: 1.8rem;
  color: #14281c;
}
.side_menu_welcome h4 span {
  font-size: 1.3rem;
  margin-left: 5px;
}
.side_menu_footer {
  padding: 20px 0 0 30px;
  border-top: 1px solid #d0d0d0;
  text-align: right;
  position: absolute;
  width: 80%;
  right: 23px;
  bottom: 20px;
}
.side_menu_footer .btn-success,
.side_menu_footer .btn-warning {
  width: 80px;
}
.panel-group.mb-nav {
  background: transparent;
  margin-bottom: 0;
}
.panel-group.mb-nav .panel-default {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.panel-group.mb-nav .panel-default .panel-heading {
  height: auto;
  background: transparent;
  position: relative;
  padding: 0;
  border: 0;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle {
  background: transparent;
  padding: 10px;
  display: block;
  color: #14281c;
  text-decoration: none;
  font-size: 1.8rem;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle.one-level:after {
  display: none;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle i {
  font-size: 2.2rem;
  float: left;
  color: #308252;
  margin: -2px 10px 0 0;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle:after {
  font-family: "icomoon";
  content: '\e90b';
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  color: #dceab5;
  font-size: 1.2rem;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle.collapsed {
  background: transparent;
  color: #14281c;
  border: 0;
}
.panel-group.mb-nav .panel-default .panel-heading a.accordion-toggle.collapsed:after {
  content: "\e939";
  color: #dceab5;
}
.panel-group.mb-nav .panel-default .panel-body {
  padding: 10px;
  border: 0;
  /*background: @green-white;*/
}
.panel-group.mb-nav .panel + .panel {
  margin-top: 0;
  border: 0;
}
.panel-group.mb-nav ul.mb-nav-sub {
  width: 100%;
}
.panel-group.mb-nav ul.mb-nav-sub li {
  width: 100%;
  padding-left: 10px;
}
.panel-group.mb-nav ul.mb-nav-sub li a {
  color: #14281c;
  display: block;
  font-size: 1.4rem;
  padding: 5px;
  border: 0px;
}
/*MIN*/
@media (min-width: 768px) {
  .m-menu-toggle {
    display: none;
  }
  .header ul.cart {
    display: inline-block;
  }
}
/*min-width:768px*/
/*min-width:992px*/
@media (min-width: 1200px) {
  .header-left {
    width: 33%;
  }
  .header-right {
    width: 67%;
  }
  .header .menu {
    margin-top: 18px;
  }
  .header:before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 560px;
    background: #000000 url(../img/index/banner-bg-big.jpg) top center no-repeat;
    background-size: cover;
  }
}
/*min-width:1200px*/
/*MAX*/
@media (max-width: 1200px) {
  .header-left {
    width: 32%;
  }
  .header-right {
    width: 68%;
  }
  .header .logo {
    width: 285px;
    height: 68px;
  }
  .header .menu > li > a {
    font-size: 1.6rem;
  }
  .header .menu {
    margin-top: 14px;
  }
  .header {
    height: 95px;
  }
  .header .search {
    margin-top: 11px;
    width: 260px;
  }
  .header .search .input-group {
    width: 160px;
  }
  .header:before {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 560px;
    background: #000000 url(../img/index/banner-bg.jpg) top center no-repeat;
    background-size: cover;
  }
}
/*max-width: 1200px*/
/*ipad 橫*/
@media (max-width: 992px) {
  .header-right {
    width: 100%;
  }
  .header {
    height: auto;
  }
  .header .menu {
    margin-top: 0px;
  }
  .header-nav {
    height: 0px;
  }
  .header {
    height: 55px;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
  }
  .header .logo {
    width: 225px;
    height: 53px;
    background-size: cover;
    margin-top: -9px;
    position: fixed;
    left: 6px;
    top: 10px;
  }
  .header .m-menu-toggle {
    top: 8px;
    right: 11px;
  }
  .header:before {
    display: none;
  }
  body {
    padding-top: 50px;
  }
  .m-menu-toggle {
    display: block;
  }
}
/*max-width: 992px*/
@media (max-width: 768px) {
  .header-left {
    width: 100%;
  }
  footer {
    margin-top: 0px;
  }
}
/*max-width: 768px*/
@media (max-width: 540px) {
  .footer ul.foot-icon li {
    padding: 3px;
  }
  .footer ul.foot-icon li a {
    padding: 0 10px;
  }
  .footer ul.foot-icon li p {
    font-size: 1.3rem;
  }
}
/*max-width: 540px*/
@media (max-width: 414px) {
  .footer ul.foot-icon li a {
    padding: 0 5px;
  }
}
/*max-width: 414px*/
/*max-width: 375px*/
@media (max-width: 320px) {
  .footer ul.foot-icon li a {
    padding: 0 2px;
  }
}
/*max-width: 320px*/
