@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"], .loginArea input[type="text"], .loginArea input[type="password"], .language .g_trans a, .side_share a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@keyframes linkover {
    0% {margin-right:-3px;}
    50% {margin-right:3px;}
    100% {margin-right:-3px;}
}

.m_menu .controlBox .btn_cart, ul.importantLink li.shop{
    display:none!important;
}


.loading{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
      background: #fdfdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loadingmove 1600ms 1.5s forwards ease-in-out alternate;
}
@keyframes loadingmove {
  0%{
      opacity: 1;
  }
80%{
      opacity: 0;
      transform: translate(0,0%);
  }
  99%{
      opacity: 0;
      transform: translate(0,30px);
  }
  100%{
      opacity: 0;
      transform: translate(0,-100%);
      display: none;
  }
}
.loading img{
      width: 220px;
      animation: loadingimgmove 2200ms forwards ease-in-out alternate;
}
@keyframes loadingimgmove {
  0%{
opacity:0;
  }
  50%{
opacity:1;
  }
  60%{
opacity:1;
 transform:  translate(0,-20px);
  }

  100%{
opacity:0;
 transform:  translate(0,-20px);
  }
}


body {
font-family: '微軟正黑體', sans-serif;
  font-size: 15px;
}
*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*css3*/
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  color: #789422;
}
.share_active ul{
z-index:15!important;}
.share_active ul a{
  opacity: 1!important;

}
.share_active ul a.fb{
  transform: translate(18px,40px)!important;
}
.share_active ul a.gPlus{
  transform: translate(0px,15px)!important;
}
.share_active ul a.twitter{
  transform: translate(0px,0px)!important;
}
.share_active ul a.weibo{
  transform: translate(0px,15px)!important;
}
.share_active ul a.line{
  transform: translate(-18px,40px)!important;
}
.shareBut{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.shareBut span.icon{
  color:#fff;    
  position: relative;
  z-index: 10;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background:url(../images/icon-share.png);

}
.shareBut ul{
  position: absolute;
  bottom: 85%;
  left: 50%;
  transform: translate(-50%,0);
  display: flex;
z-index: 1;
}
.shareBut ul a{
  opacity: 0;
  display: block;
  color: #bb8917;
  font-size: 18px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;  
  margin: 0px;
  position: relative;
  z-index: 10;
}
.shareBut ul a i{

  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 99em;
  transition: 0.3s!important;
  position: relative;
  z-index: 10;
}
.shareBut ul a i:hover{
  background:#bb8917;
  color: #fff;
  z-index: 15;
  transition: 0.3s;
}
.shareBut ul a.fb{
  transform: translate(50px,50px);
  transition: 0.5s 0;
}
.shareBut ul a.gPlus{
  transform: translate(30px,50px);
  transition: 0.5s 0.1s;
}
.shareBut ul a.twitter{
  transform: translate(0px,50px);
  transition: 0.5s 0.2s;
}
.shareBut ul a.weibo{
  transform: translate(-20px,50px);
  transition: 0.5s 0.1s;
}
.shareBut ul a.line{
  transform: translate(-50px,50px);
  transition: 0.5s 0;
}
.shareBut ul a.line img{
  width: 100%;
}
.shareBut ul a path{
    fill:#bb8917;
}
.shareBut ul a:hover path{
    fill:#fff;
}

[class*='col-'] {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.b-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}


input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
  width: calc(100% - 210px);
}

.btn a{
  line-height: 50px;
  color: #fff;
  background: #cfcfcf;
  padding: 0 80px;
  display: block;
  text-align: center;
}
.btn a:hover{
  background:#595650;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-49%, 0%);
      -ms-transform: translate(-49%, 0%);
          transform: translate(-49%, 0%);
  z-index: 1005;
  width: 510px !important;
  background:url(../images/boxbg.jpg) center bottom;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.moduleBox .btn{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.moduleBox .btn a{
  margin:0 10px;
  padding:0 60px;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleBox h4{
  background:#c4922e;
  font-size: 20px;
  color:#fff;
  line-height: 40px;
  padding: 0 20px;
  font-weight: 200;
}
.moduleBox .buttombox{
  display: flex;
flex-wrap:wrap;
  margin-top:15px;
  width: 100%;
  justify-content: space-between;
}
.moduleBox .buttombox .btn{
  padding: 0;
}
.moduleBox .countBox{
  padding: 0 40px 40px 40px;
  text-align: center;
  font-size: 14px;
  color:#656565;
  letter-spacing: 1px;
}
.moduleBox .countBox b {
  font-size: 20px;
  color: #c4922e;
  padding: 0 2px;
  font-weight: 400;
}
.moduleBox .countBox b em {
  font-weight: 400;
  font-size: 14px;
  color: #c4922e;
}
.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(35, 35, 35, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleClose {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: block;
    transform:rotate(45deg);
    z-index: 50;
}
.moduleClose::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background:#fff;
  position: absolute;
  top:50%;
  left:0%;
  transform:rotate(90deg);
  transform-origin: center center;
  transition: 0.5s;
}
.moduleClose:hover::before {
  transform:rotate(135deg);
}
.moduleClose::after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background:#fff;
  position: absolute;
  top:50%;
  left:0%;
  transition: 0.5s;
}
.moduleClose:hover::after {
  transform:rotate(-45deg);
}
/***↓↓↓購物車↓↓↓***/
.cart {
  padding: 40px 40px 10px 40px;
}
.cartArea .cart li {
  position: relative;  
  margin-bottom: 10px;
  border-bottom: 1px solid #dcceb3;
  text-align: left;
  display: flex;
  align-items: center;
}
.cartArea .cart li i {
  cursor: pointer;
  display: block;
  margin: 0 0 0 auto;
  font-size: 18px;
  color: #949494;
}
.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  padding: 0 0 10px 0;  
  border-bottom: 1px solid #c4922e;
  transform: translate(0,1px);
}
.cartArea .cart .Img a{
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.cartArea .cart .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cartArea .cart .Txt {
  overflow: hidden;
}

.cartArea .cart .Txt a.goodslisttitle {
    display: block;
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 30px;
}
.cartArea .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color:#656565;

}



/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.login, .forgetCheck, .languagebox{
  padding: 60px 40px;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  line-height: 40px;
}
.languagebox{
    text-align: center;
    justify-content: center;
    font-weight: 300;
    color: #757575;
    letter-spacing: 3px;
    font-size: 18px;
}
.languagebox a{
font-size:15px;
padding:0 5px;
}
.login .logintype, .forgetCheck .logintype{
  width: 30%;
  height: 40px;
  text-align: center;
  color:#000;
  border-bottom: 1px solid #c4922e;
  margin-bottom: 15px;
  font-weight: 300;
}
.loginArea input[type="text"], .loginArea input[type="password"] {
  width: 70%;
  height: 40px;
  padding: 0 8px;
  margin-bottom: 15px;
  border: none;
  color:#656565;
  border-bottom:1px solid #dcceb3;
  background:transparent;
}
.loginArea .forget {
  display: flex;
flex-wrap:wrap;
}
.loginArea .forget a {
  color: #c4922e;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-right: 15px;
}
.loginArea .forget a::after{
  content: "\f105";
  font-family: fontAwesome;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #fff;
  background: #b1b1b1;
  border-radius: 99em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-weight: normal;
}

.loginArea .forget a:hover::after{
  animation: linkover 600ms infinite ease-in-out;
}



/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  right: 0%;
  top: 0;
  width: 210px;
  height: 100%;
  z-index: 50;
  background:url(../images/headerbg.jpg) no-repeat top center #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateX(0px);
  transition: 1.8s;
}
.shrink{
  transform: translateX(210px);
  
}
header::after{
  content: "/ 弱水三千，只取一瓢饮 /";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  color:#b6b6b6;
  line-height: 40px;
}
header::before{
  content: "";
  width: 60px;
  height: 80px;
  background: url(../images/logodecoration.png) no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

header .logo {
  width: 100%;
  margin-top:80px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 170px;
  background: url("../images/logo.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

ul.importantLink li.shop{

    margin-top: 8px;
    padding: 3px;
    width: 100%;
    background: url("../images/dightbg.jpg") center center;
    border-radius: 3px;
}
ul.importantLink li.shop a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.importantLink li.shop a b{
    font-weight: normal;}
ul.importantLink li.shop a span.num {
    background:#fff;
    color:#ad7d1e;
    font-weight: 500;
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
    border-radius: 99em;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    transform: translate(0%,0%);
margin-left:3px;
}
ul.importantLink li.shop a i{
margin-right:3px;}


ul.importantLink{
  display: flex;
  justify-content: center;
  padding: 20px;
flex-wrap:wrap;
}
ul.importantLink li{  
  transition: 0.9s;
}
ul.importantLink li:hover{
  transform: translate(0,-20%);
}
ul.importantLink li a{
  padding:0 8px;
  display: block;
  position: relative;
  color:#000;
}
ul.importantLink li i{
  position: relative;
  z-index: 1;
  font-size: 16px;
}
ul.importantLink li i.fa-globe{
  font-size: 20px;
}
ul.importantLink li a span.num {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background: #c4922e;
    border-radius: 99em;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    transform: translate(20%,-50%);
}

/*menu*/
.menu{
  padding: 0 30px;
}
.menu > li {
  position: relative;
  text-align: center;

}
.menu > li > a {
  color:#7e7e7e;
  display: block;
  line-height: 2;
  padding:10px 0;
  position: relative;
  overflow: hidden;
}
.menu > li > a::before{
  content: "";
  width: 100%;
  height: 10px;
  background:url(../images/menuarrow.png);
  display: block;
  bottom: 0;
  left: 100%;
  position: absolute;
  transition: 0.9s;
}
.menu > li > a:hover::before, .menu > li > a.current::before{
  left: 0;
}
.menu > li > a:hover, .menu > li > a.current {
  color: #000;
}

.menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
	transform:translate(0,-50%);
  z-index: 99;
  width: 150px;
  text-align: center;
box-shadow: 9px 2px 10px rgba(0,0,0,0.1);
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .submenu a:hover {
  color: #fff;
  background-color: #9bba3b;
}

/*手機menu*/
.m_menu {
  display: none;
}


/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}
.bannerArea .titleBox {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  color:#fff;
  transform: translate(0,-50%);
}
.bannerArea .titleBox h2{
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.4;
  position:relative;
  padding-left: 10px;
}
.bannerArea .titleBox h2::before{
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background:#d9d9d9;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.bannerArea .titleBox h2::after{
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background:#d9d9d9;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-4px, -50%);
}
.bannerArea .titleBox h2 em{
  line-height: 1;
  display: block;
  font-family: 'Amiri', serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 5px;
  position: relative;
  text-transform:uppercase;
}
.bannerArea .titleBox h2 em::before{
  content: "";
  width: 100px;
  height: 75px;
  background:url(../images/about-leaf.png) no-repeat;
  background-size: contain;
  display: block;
  bottom: 100%;
  left: 100%; 
  position: absolute;
}
.bannerArea ul{
  position: relative;
  z-index: 5;
}
/*頁尾資訊*/
footer {
background:url(../images/footerbg.png) top center #395223;
position:relative;
z-index:10;
}
footer:before{
  content: "";
  width: calc(100% + 505px);
  height: calc(100% + 120px);
  position: absolute;
  transform: translate(-505px,-100px);
  top: 0;
  left: 0;
  background:url(../images/footerbg.png) no-repeat top center;
  transition: 2.9s;
}
.thistime::before{
  transform: translate(0px,-100px)!important;
}
.footerInfo{
  text-align: center;
  color: #fff;
  padding: 110px 0 50px 0;
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.footerInfo span{
    font-family: 'Amiri', serif;
    font-size: 25px;
}
.footerInfo strong{
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  border-bottom: solid #c4922e 3px;
  margin-bottom: 20px;
  padding:0px 1px 5px 1px;
}
.footerInfo strong::before{
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform:rotate(-15deg) translate(-65%,-5px);
  transition: 0.9s;
  transform-origin:left bottom;
  background:url(../images/downlogo.png) no-repeat center center;
}
@keyframes decpeoplemover {
    0% {transform:rotate(-15deg) translate(-65%,-5px);}
    50% {transform:rotate(5deg) translate(-65%,-5px);}
    100% {transform:rotate(-15deg) translate(-65%,-5px);}
}
.footerInfo strong:hover::before{
  animation: decpeoplemover 800ms infinite ease-in-out;
  transition: 0.9s;
}
.copyright {
  color: #fffffe;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 13px;
    position: relative;
}
.copyright a {
  /*網頁設計‧愛貝斯*/
  color: #fffffe;
  margin-left: 10px;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

/*********內頁**********/
/**********************/

.bannerArea img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainArea {
  padding: 100px 0 150px;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 40px;
  padding:20px 10px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 300;
  font-size: 21px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none; }

.drinkmenu {
  text-align: center !important;
  border-bottom: 1px solid #9bba3b;
  padding-bottom: 2px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.drinkmenu li a {
  margin: 0 1px !important; }

.classLink_back {
  text-align: right;
  margin-bottom: 40px; }

.classLink_back li {
  display: inline-block; }

.classLink_back a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 9px 40px;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #b4b4b4;
  line-height: 1; }

.classLink_back a:hover {
  color: #fff;
  background-color: #9bba3b;
  border: 1px solid #9bba3b; }

.classLink_back a.current {
  color: #fff;
  background-color: #9bba3b;
  border: 1px solid #9bba3b; }

.classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 20;
  position: relative; }
  .classLink li {
    margin: 0 3px 4px 3px;
    display: inline-block;
    position: relative; }
    .classLink li a {
      position: relative;
      display: block;
      margin: 0;
      padding: 9px 40px;
      border: 1px solid #ededed;
      font-size: 14px;
      color: #b4b4b4;
      line-height: 1; }
      .classLink li a.current {
        color: #fff;
        background-color: #9bba3b;
        border: 1px solid #9bba3b; }
      .classLink li a:hover {
        color: #fff;
        background-color: #9bba3b;
        border: 1px solid #9bba3b; }
    .classLink li:hover dl {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .classLink li dl {
      position: absolute;
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      top: 100%;
      left: 0;
      background: #fff;
      -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
      width: 100%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .classLink li dl dd {
        position: relative; }
        .classLink li dl dd:hover .third {
          display: block; }
        .classLink li dl dd a {
          text-align: center;
          margin: 0;
          padding: 9px;
          border: none;
          font-size: 14px;
          color: #b4b4b4;
          line-height: 1; }
          .classLink li dl dd a:hover {
            background: #be8e28;
            border: none; }
        .classLink li dl dd .third {
          position: absolute;
          left: 100%;
          top: 0;
          min-width: 50%;
          z-index: 15;
          background: #9a9a9a;
          display: none; }
          .classLink li dl dd .third::before {
            content: "";
            position: absolute;
            top: 13px;
            right: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 8px 5px 0;
            border-color: transparent #9a9a9a transparent transparent; }
          .classLink li dl dd .third a {
            color: #e2e2e2;
            border-bottom: 2px solid #9a9a9a; }
            .classLink li dl dd .third a:hover {
              color: #fff;
              background: none;
              border-bottom: 2px solid #fff; }

/*側邊標題字*/
.sectionTitle {
  padding: 5px 5px 40px;
  line-height: 25px;
  border-top: 1px solid #f2f2f2;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  display: flex;
  justify-content: center;

}

.tab a {
  display: inline-block;
  padding: 0 30px;
  font-size: 15px;
  color: #000;
  line-height: 40px;
  border-bottom: 0px solid #c4922e;
}

.tab a.current {
  font-size: 20px;
  border-bottom: 2px solid #c4922e;
  font-weight: 400;
  padding: 0 15px;
}

.tabContent {
  margin-top: -1px;
  padding: 50px 5px 0 5px;
  border-top: 1px solid #dcceb3;
}

.tabContent > li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}

.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}

.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}

.side_menu dl {
  padding-left: 25px;
}

.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}






/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;

}

.side_share a {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 15px 5px;
  margin: 0 2px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.side_share i {
  padding-right: 5px;
  font-size: 18px;
}

.side_share .line {
  -webkit-box-shadow: 0 0 0 1px #22a00b;
          box-shadow: 0 0 0 1px #22a00b;
  border-top: 1px solid #e1ffa9;
  background: #a7e732;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a7e732), color-stop(35%, #1fb50e));
  background: -webkit-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(-45deg, #a7e732 0%, #1fb50e 35%);
  background: -webkit-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: -o-linear-gradient(315deg, #a7e732 0%, #1fb50e 35%);
  background: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share .fb {
  -webkit-box-shadow: 0 0 0 1px #235c9b;
          box-shadow: 0 0 0 1px #235c9b;
  border-top: 1px solid #8DCFF5;
  background: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5da0ea), color-stop(100%, #3d8ce6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5da0ea 0%, #3d8ce6 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#5da0ea), to(#3d8ce6));
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5da0ea', endColorstr='#3d8ce6', GradientType=0);
  /* IE6-8 */
}

.side_share .gPlus {
  -webkit-box-shadow: 0 0 0 1px #874138;
          box-shadow: 0 0 0 1px #874138;
  border-top: 1px solid #fd816b;
  background: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d65130), color-stop(100%, #d0442b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d65130 0%, #d0442b 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#d65130), to(#d0442b));
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

/*側邊_其他相關訊息*/
.side_news {
  padding: 60px 0 0 0;
}

.side_news ul {
  flex-wrap: wrap;
  display: flex;
}

.side_news li {
  width: 33.33%;
  padding-right: 50px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side_news li .item{
  display: flex;
  align-items: center;
}
.side_news li .newsDate {
    margin-right: 0px!important;
    transform: translate(-30px,0%)!important;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 10px;
}
.side_news li .newsDate strong {
    display: inline-block;
}
.side_news .Img {
  flex:0 0 100px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.side_news .Img img {
  display: block;
  width: 100%;
}

.side_news .Txt {
  position: relative;
  z-index: 10;
}

.side_news .Txt a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color:#000;
}

.side_news .Txt a:hover {
  text-decoration: underline;
}

.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*slideUnLock*/
.captchaArea {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 40px;
  margin-right: 20px;
  background-color: #9bba3b;
  vertical-align: middle;
}
.captchaArea::after {
  content: "";
  background:#9bba3b;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 50%;
  left: 65px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 14px;
  text-align: center;
  font-family: '微軟正黑體';
  color: #fff;
  letter-spacing: 1px;
  pointer-events: none;
}
.sliderBtn {
  position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    width: 50px;
    border: none;
    outline: none;
    background-color: white;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s linear;
    border-radius: 40px;
    height: 32px;
    box-shadow: 3px 1px 5px rgba(0,0,0,0.2);
}
.sliderBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background:url(../images/bar-arrow.jpg) no-repeat center center;
}
/*slideUnLock end*/

/**********適應性**********/
/************************/
@media (max-height: 900px) {
.menu > li > a{
padding:3px 0;
	}
header .logo {
    margin-top: 20px;
}
header .logo a {
	height: 150px;}
ul.importantLink {
    padding: 10px;
}
}
@media (max-width: 1366px) {
    ul.importantLink {
    padding: 5px 20px 10px 20px;
}
    header .logo {
        margin-top: 10px;
    }
    header .logo a {
      height: 100px;
    }
    .menu > li > a {
        padding: 6px 0;
    }
        .wrap {
    width: 100%;
    padding: 0 20px;
  }
}


@media (max-width: 1360px) {
footer {
    padding-bottom: 5px;
}

.bannerArea a.bannerScroll {
    bottom: 85px!important;
}

  .bannerArea .titleBox h2 {
    margin: 0 20px;
}

  /*1160+20(卷軸寬度)*/
  .outerWrap {
    width: 100%;
    padding-top: 65px;
  }

  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    float: left;
  }
  .m_menu .m_logo img {
    display: block;
    width: 190px;
    margin:10px 0;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
        -webkit-box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 1px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .thishover{
    transform:translate(0px,5px) rotate(45deg);
    transition: 0.9s 0.2s!important;
  }
  .thishover span, .thishover:hover span{
    width: 30px!important;
    display: none!important;
  }
  .thishover::before, .thishover:hover::before{
    width: 30px!important;
    transform: rotate(90deg) translate(0,0px)!important;
  }
  .thishover::after, .thishover:hover::after{
    width: 30px!important;
    transform: rotate(0deg) translate(0,0px)!important;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    left: 15px;
    transform-origin: center center;
    transition: 0.9s 0s;
  }
  .m_menu .controlBox a.main span{
    background:#000;
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    opacity: 1;
    transition: 0.9s;
  }
  .m_menu .controlBox a.main:hover span{
  width: 20px;
  }
  .m_menu .controlBox a.main::before {
    content: "";
    height: 1px;
    width: 25px;
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0,-9px);
    transition: 0.5s;
  }
  .m_menu .controlBox a.main::after {
    content: "";
    height: 1px;
    width: 25px;
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0,7px);
    transition: 0.5s;
  }
  .m_menu .controlBox a.main:hover::after {
    width: 16px;
  }
.m_menu .controlBox .btn_cart {
    padding: 15px 8px;
    display: flex;
    position: fixed;
    color: #000;
    background: url(../images/dightbg.jpg);
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15);
letter-spacing: 2px;
}
.m_menu .controlBox .btn_cart span{
padding:0 3px;}
.m_menu .controlBox .btn_cart i {
    position: relative;
    z-index: 1;
    font-size: 20px;
}
 .m_menu .controlBox .btn_cart a{
    padding: 0 8px;
    display: flex;
    align-items: center;
    height: 20px;
    margin: auto 0;
    position: relative;
    color: #fff;
 }
 .m_menu .controlBox .btn_cart a b{
    background: #fff;
    color: #ad7d1e;
    font-weight: 500;
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 0;
    border-radius: 99em;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    transform: translate(0%,0%);

  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    z-index: 11;

    width: 300px;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background:url(../images/headerbg.jpg) bottom center no-repeat #fff;
    background-size: 100% auto;
  }
  .hideBox .sp {
    display: none;
  }
  .hideBox ul.importantLink{
    margin-top: 30px;
  }
.hideBox ul.importantLink li.shop, .hideBox ul.importantLink li.loginBox{
display:none;}
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    display: inline-block;
    margin: 0 1px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #b21d26;
  }
  .nav{
    padding: 0 20px;
  }
  .nav li {
    border-top: 1px solid #e6e6e6;
  }
  .nav a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 15px;
    color: #000!important;
    text-align: center;
  }

  .nav a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    margin-top: -7px;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
  .thistime::before {
    transform: translate(-200px,-100px)!important;
}
}

@media (max-width: 960px) {
.mainArea {
  padding: 60px 0;
}
}

@media (max-width: 767px) {

.tabContent {
    padding: 30px 5px 0 5px;
}

.side_news li {
    width: 100%;
    padding-right: 0px;
}

footer{
    overflow:hidden;
}
footer:before {
    /*
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    transform: translate(0px,0px);
    
    background: url(../images/footerbg2.png) no-repeat bottom right;
    background-size: cover;*/
  }
.copyright {
    line-height: 1.5;
    padding: 10px;
}


  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: flex;
    justify-content: center;
    align-self: center;

  }
}

/*640*/
@media (max-width: 640px) {
.bannerArea .titleBox h2 em {
    font-size: 25px;
}
.moduleBox{
  width: 90%!important;
}

  ul.classLink {
    display: none;
  }
 ul.classLink {
    display: none; }
  .m_classLink {
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center; }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    border: 1px solid #9bba3b;
    position: relative;
    padding: 10px;
    border-radius: 2px;
    background: #9bba3b; }
  .m_classLink a.main b {
    font-weight: 300; }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px; }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #9bba3b;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .m_classLink ul li {
    padding: 0;
    position: relative; }
    .m_classLink ul li.dropDown::before {
      content: "\f067";
      font-family: fontAwesome;
      display: block;
      position: absolute;
      top: 20px;
      right: 15px;
      color: #cecece; }
    .m_classLink ul li.dropDown.tmenuopen::before {
      content: "" !important; }
    .m_classLink ul li dl {
      display: none;
      background: #f0f0f0; }
      .m_classLink ul li dl dd a {
        border-top: 1px solid #fff;
        color: #c1912b;
        padding: 10px; }
        .m_classLink ul li dl dd a:hover {
          background: #c1912b;
          color: #fff; }
      .m_classLink ul li dl dd .third {
        background: #9a9a9a;
        overflow: hidden;
        display: none; }
        .m_classLink ul li dl dd .third a {
          width: 50%;
          display: inline-block;
          color: #fff;
          border: 1px solid #c8c8c8;
          font-size: 13px;
          float: left; }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #9bba3b;
    font-size: 14px;
    color: #789422; }
  .m_classLink ul li:first-child a {
    border: none; }
}

@media (max-width: 580px){
.moduleBox .buttombox {
    justify-content: center;
}
.moduleBox .btn a{
  padding:0 20px;

}
.footerInfo {
    padding: 100px 0 30px 0;
}
}


/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }
  .col-3 {
    float: none;
    width: 100%;
  }
  .col-4 {
    float: none;
    width: 100%;
  }
  .col-5 {
    float: none;
    width: 100%;
  }
  .footerInfo {
    width: 100%;
    margin-bottom: 15px;
  }
  .downMenu {
    width: 100%;
  }
  .social {
    width: 100%;
  }

}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}

.imh_opacity img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}

.imh_detail img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: '微軟正黑體';
  color: #fff;
}

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYWJkODVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjYyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #abd85d), color-stop(100%, #81b625));
  background: -webkit-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(-45deg, #abd85d 0%, #81b625 100%);
  background: -webkit-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: -o-linear-gradient(315deg, #abd85d 0%, #81b625 100%);
  background: linear-gradient(135deg, #abd85d 0%, #81b625 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abd85d', endColorstr='#81b625', GradientType=1);
}

.newIcon_brown {
  background: #ed842e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWQ4NDJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyNmYxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ed842e), color-stop(100%, #d26f1e));
  background: -webkit-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(-45deg, #ed842e 0%, #d26f1e 100%);
  background: -webkit-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: -o-linear-gradient(315deg, #ed842e 0%, #d26f1e 100%);
  background: linear-gradient(135deg, #ed842e 0%, #d26f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed842e', endColorstr='#d26f1e', GradientType=1);
}

.newIcon_pink {
  background: #f48daf;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4ZGFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNDk4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f48daf), color-stop(100%, #ef4984));
  background: -webkit-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(-45deg, #f48daf 0%, #ef4984 100%);
  background: -webkit-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: -o-linear-gradient(315deg, #f48daf 0%, #ef4984 100%);
  background: linear-gradient(135deg, #f48daf 0%, #ef4984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48daf', endColorstr='#ef4984', GradientType=1);
}

.newIcon_blue {
  background: #00b7ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBiN2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWVjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  background: -webkit-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(-45deg, #00b7ea 0%, #009ec3 100%);
  background: -webkit-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(315deg, #00b7ea 0%, #009ec3 100%);
  background: linear-gradient(135deg, #00b7ea 0%, #009ec3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=1);
}

.newIcon_navy {
  background: #3f4c6b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Y0YzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNGM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f4c6b), color-stop(100%, #3f4c6b));
  background: -webkit-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -webkit-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: -o-linear-gradient(315deg, #3f4c6b 0%, #3f4c6b 100%);
  background: linear-gradient(135deg, #3f4c6b 0%, #3f4c6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#3f4c6b', GradientType=1);
}

.newIcon_orange {
  background: #ffa84c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZhODRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2IwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(-45deg, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: -o-linear-gradient(315deg, #ffa84c 0%, #ff7b0d 100%);
  background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1);
}

.newIcon_gold {
  background: #eab92d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZWFiOTJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M3OTgxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eab92d), color-stop(100%, #c79810));
  background: -webkit-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(-45deg, #eab92d 0%, #c79810 100%);
  background: -webkit-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: -o-linear-gradient(315deg, #eab92d 0%, #c79810 100%);
  background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab92d', endColorstr='#c79810', GradientType=1);
}

.newIcon_burgundyRed {
  background: #a90329;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
  background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a90329), color-stop(44%, #8f0222), to(#6d0019));
  background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
}

.newIcon_purple {
  background: #cb60b3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkMTI4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTQ3YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #ad1283), color-stop(100%, #de47ac));
  background: -webkit-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -o-linear-gradient(top, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#cb60b3), color-stop(50%, #ad1283), to(#de47ac));
  background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb60b3', endColorstr='#de47ac', GradientType=0);
}
