@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400);
body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  font-size: 13px;
}

/*css3*/
a {
  cursor: pointer;
  color: #bd3d39;
  transition: all 0.4s ease;
}

a:hover {
  color: #589000;
}

[class*='col-'] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

.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*/
  background: #ea5514;
  color: #FFF;
}

a.btn_color1:hover {
  background: #1f2639;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  overflow: hidden;
}

.wrap {
  width: 1260px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  display: none;
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  display: none;
  width: 360px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: normal;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #FFF;
  transition: none;
}

.cartArea ul {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea ul li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  text-align: left;
}

.cartArea ul li .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.cartArea ul li .Img img {
  display: block;
  height: 100%;
}

.cartArea ul li .Txt {
  overflow: hidden;
}

.cartArea ul li .Txt strong {
  margin-bottom: 10px;
  display: block;
}

.cartArea ul li .Txt strong a {
  display: block;
  font-size: 15px;
  color: #272727;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cartArea ul li .Txt b {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.cartArea ul li .Txt b.price {
  font-size: 15px;
  color: #E83336;
}

.cartArea ul li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

/*訂單查詢*/
.orderCheckArea {
  display: none;
  width: 320px;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.orderCheckArea h4 {
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #CCC;
  padding: 5px;
  box-sizing: border-box;
}

.orderCheckArea a.btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .cartArea, .orderCheckArea {
    width: 300px !important;
    /*
			top:100px;
			margin-left:-150px;
			*/
  }
  #closeOrder, #closeCart, #closePrice, #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  display: none;
  width: 300px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	z-index:999;
	*/
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #FFF;
}

a#closeLogin {
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 10px;
}

.loginArea input[type="text"], .loginArea input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 30px;
  padding: 5px;
  border: 1px solid #CCC;
  margin-bottom: 7px;
}

.loginArea .btn {
  /*送出按鈕*/
  margin-top: 15px;
  text-align: center;
}

.loginArea .btn a {
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  transition: none;
}

.loginArea .forget {
  clear: both;
  font-size: 15px;
  color: #2f2f2f;
  margin-top: 20px;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: normal;
  color: #F93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-size: 18px;
  font-weight: normal;
  color: #09F;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  font-size: 15px;
  color: #09F;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background: url("../images/headerBg.jpg") no-repeat left top/cover;
}

header .wrap {
  position: relative;
}

header .logo {
  float: left;
  padding-top: 30px;
  text-align: center;
  width: 167px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

header .rightBox {
  float: right;
  margin-top: 10px;
  text-align: right;
}

header .language {
  display: inline-block;
  vertical-align: middle;
}

header .language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

header .language .g_trans a {
  display: block;
  border: 1px solid #516190;
  line-height: 28px;
  padding: 0 10px;
  font-size: 13px;
  color: #516190;
  box-sizing: border-box;
}

header .language .g_trans a i {
  margin-left: 10px;
}

header .topBox {
  position: relative;
}

header .topBox ul {
  margin: 0 -11px;
}

header .topBox li {
  display: inline-block;
  padding: 0 11px;
  box-sizing: border-box;
  color: #fff;
  fill: #fff;
}

header .topBox li:hover {
  color: #f6c959;
  fill: #f6c959;
}

header .topBox li:hover a {
  color: #f6c959;
}

header .topBox a {
  display: inline-block;
  color: #fff;
}

header .topBox .submenu {
  display: inline-block;
  letter-spacing: .05em;
}

header .loginBox, header .cartBox {
  display: inline-block;
}

header .icon-login, header .icon-order, header .icon-cart, header .icon-contact {
  display: inline-block;
  vertical-align: middle;
  transition: all .5s;
}

header .icon-login {
  width: 18px;
  height: 15px;
}

header .icon-order {
  width: 14px;
  height: 17px;
}

header .icon-cart {
  width: 17px;
  height: 17px;
}

header .icon-contact {
  width: 16px;
  height: 17px;
}

.searchBox {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 300px;
  box-sizing: border-box;
  opacity: 0;
  transition: all .5s;
}

.searchBox.show {
  opacity: 1;
  bottom: -50px;
}

.searchBox input {
  display: inline-block;
  margin-right: -4px;
  border: none;
  background: #fff;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.searchBox .btnSearch {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #73bf06;
  color: #fff;
}

/*menu*/
.menuBox {
  margin-top: 8px;
  overflow: hidden;
}

ul.menu {
  text-align: center;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu li:last-child > a {
  padding-right: 0;
}

ul.menu li:last-child > a:after {
  display: none;
}

ul.menu li > a {
  display: block;
  font-size: 17px;
  letter-spacing: .075em;
  padding: 15px 30px 25px 30px;
  color: #fff;
  position: relative;
}

ul.menu li > a:hover, ul.menu li > a.current {
  color: #f6c959;
}

ul.menu li > a:hover:after, ul.menu li > a.current:after {
  content: '';
  bottom: 0;
}

ul.menu li > a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 29px;
  height: 10px;
  background: url("../images/menu_hover.png") no-repeat;
  transition: all .5s;
}

ul.menu > li .submenu {
  display: none;
  width: 150px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}

ul.menu > li .submenu a {
  display: block;
  background: #FFF;
  padding: 10px;
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #dadada;
}

ul.menu > li .submenu a:hover {
  background: #516190;
  color: #FFF;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
  margin-top: 100px;
}

/*文字跑馬燈*/
.marqueeArea {
  position: relative;
  z-index: 1;
  background: rgba(234, 85, 20, 0.8);
  padding: 19px 0;
  margin-top: -60px;
}

.marqueeArea h2 {
  float: left;
  margin-right: 45px;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
}

.marqueeArea h2:after {
  content: '//';
  display: inline-block;
  margin-left: 10px;
}

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li {
  line-height: 20px;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea ul li h3 a {
  display: block;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*頁尾資訊*/
footer {
  border-top: 15px solid #f8e5b7;
  background: url("../images/footerBg.jpg") no-repeat center top/cover;
  overflow: hidden;
}

footer .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 145px;
}

footer .downLogo {
  text-align: center;
}

footer .downLogo img {
  width: 150px;
}

footer .endBox {
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-size: 13px;
  color: #1f2639;
  margin-top: 10px;
}

ul.downMenu {
  border: 1px solid #142F79;
  border-left: none;
  border-right: none;
  text-align: center;
}

ul.downMenu li {
  display: inline-block;
}

ul.downMenu li a {
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  color: #142F79;
}

.copyright {
  display: inline-block;
}

.copyright br {
  display: none;
}

.copyright ul {
  margin: 0 -15px;
}

.copyright ul li {
  display: inline-block;
  font-size: 15px;
  color: #1f2639;
  font-weight: normal;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif, "微軟正黑體";
  margin-bottom: 10px;
}

.copyright ul li a {
  color: #1f2639;
}

.copyright ul li a:hover {
  text-decoration: underline;
}

.copyright ul li:before {
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
}

.copyright ul li.add:before {
  content: '\f041';
}

.copyright ul li.tel:before {
  content: '\f095';
}

.copyright ul li.fax:before {
  content: '\f02f';
}

.copyright ul li em {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.copyright ul li em:first-letter {
  font-size: 15px;
}

/*share*/
.social {
  clear: both;
  margin-top: 10px;
}

.social a {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  clear: both;
  text-align: center;
  padding-top: 5px;
  color: #FFF;
  background: #061540;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 13px;
  color: #f8e5b7;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #f8e5b7;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*--bread--*/
.breadArea {
  position: relative;
  z-index: 50;
  line-height: 40px;
  margin-top: -40px;
  background: rgba(31, 38, 57, 0.3);
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", sans-serif, "微軟正黑體";
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.breadArea a {
  color: rgba(255, 255, 255, 0.8);
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

.bannerBox img {
  display: block;
  width: 100%;
}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 100%;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #FFF;
}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}

.mainArea {
  /* background:url(../images/bg_main.jpg); */
  padding: 30px 0;
}

.mainArea .titleBox {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.mainArea .titleBox .en {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .025em;
  color: #ea5514;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.mainArea .titleBox .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #ea5514;
}

.mainArea .titleBox h2 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: .075em;
  color: #1f2639;
}

/*網站導覽bread*/
.mainArea .titleBox .bread {
  font-size: 12px;
  color: #BBBBBB;
  position: absolute;
  right: 10px;
  top: 25px;
}

.mainArea .titleBox .bread a {
  color: #BBBBBB;
}

.mainArea .titleBox .bread a i {
  font-size: 20px;
}

.mainArea .titleBox .bread span {
  padding: 0 3px;
  color: #BBBBBB;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox .leftBox {
  float: left;
}

.mainArea .contentBox .rightBox {
  float: right;
}

.mainArea .contentBox h1.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #1f2639;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink, .m_sideLink02 {
  display: none;
}

.classBox {
  padding: 20px 0 40px;
}

ul.classLink {
  text-align: center;
}

ul.classLink li {
  display: inline-block;
}

ul.classLink li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 10px 18px;
  color: #ea5514;
  border: 1px solid #ea5514;
  letter-spacing: .05em;
  position: relative;
}

ul.classLink li a:hover {
  background: #ea5514;
  color: #FFF;
}

ul.classLink li a.current {
  background: #ea5514;
  color: #FFF;
}

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #ea5514 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

/*標籤*/
.tagBox {
  padding: 20px 0;
}

.tagBox b {
  display: inline-block;
  margin-right: 10px;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #ea5514;
  border: 1px solid #ea5514;
  position: relative;
}

.tagBox ul li a:hover {
  background: #ea5514;
  color: #FFF;
}

.tagBox ul li a.current {
  background: #ea5514;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle, .sideTitle {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background: #f6c959;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  font-family: "Roboto", sans-serif, "微軟正黑體";
}

.sectionTitle strong, .sideTitle strong {
  color: #061540;
  font-weight: normal;
  display: block;
  position: relative;
}

.sectionTitle strong a, .sideTitle strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  display: block;
  float: left;
  width: 50%;
  padding: 15px 10px;
  font-size: 16px;
  color: #1c1c1c;
  letter-spacing: .1em;
  background: #eaeaea;
  text-align: center;
  box-sizing: border-box;
}

.tab a.current {
  color: #fff;
  background: #f6c959;
}

ul.tabContent {
  padding: 20px 0;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu > ul:not(.sideLink02) > li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
}

.side_menu > ul:not(.sideLink02) > li > a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #1f2639;
}

.side_menu > ul:not(.sideLink02) > li > a:hover {
  background: #f2f2f2;
}

.side_menu > ul:not(.sideLink02) > li > a.current {
  background: #f2f2f2;
}

.side_menu > ul:not(.sideLink02) > li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu > ul:not(.sideLink02) > li dl {
  padding-left: 25px;
}

.side_menu > ul:not(.sideLink02) > li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}

.side_menu > ul:not(.sideLink02) > li dl dt a.current {
  color: #000;
  text-decoration: underline;
}

.side_menu ul.sideLink02 li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
}

.side_menu ul.sideLink02 li > a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #1f2639;
}

.side_menu ul.sideLink02 li > a:hover {
  background: #f2f2f2;
}

.side_menu ul.sideLink02 li > a.current {
  background: #f2f2f2;
}

.side_menu ul.sideLink02 li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}

.side_menu ul.sideLink02 li dl {
  padding-left: 25px;
}

.side_menu ul.sideLink02 li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #1f2639;
}

.side_menu ul.sideLink02 li dl dt a.current {
  text-decoration: underline;
}

/*側邊_相簿*/
ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8D2121;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  transition: none;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #D33434;
  box-shadow: 1px 0 #F38A8A;
}

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8D2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a:hover b {
  text-decoration: underline;
}

.side_contactInfo ul li a i {
  float: left !important;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #ea5514;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 10px;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

.side_room ul li .Img img {
  width: 100%;
}

.side_room ul li .Txt {
  margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

/*側邊_分享*/
.side_share {
  clear: both;
  display: none;
  margin-top: 30px;
}

.side_share a {
  width: 100%;
  margin-top: 5px;
  display: block;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  -web-box-sizing: border-box;
  box-sizing: border-box;
}

.side_share a.line {
  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: linear-gradient(135deg, #a7e732 0%, #1fb50e 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e732', endColorstr='#1fb50e', GradientType=1);
}

.side_share a.fb {
  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+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  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 a.gPlus {
  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+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d65130', endColorstr='#d0442b', GradientType=0);
  /* IE6-8 */
}

.side_share a i {
  padding-right: 5px;
  font-size: 18px;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}

.side_news ul {
  margin-top: 20px;
}

.side_news ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
}

.side_news ul li .Img {
  float: left;
  margin-right: 12px;
  width: 60px;
  overflow: hidden;
}

.side_news ul li .Img img {
  display: block;
  height: 60px;
}

.side_news ul li .Txt {
  overflow: hidden;
}

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2639;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side_news ul li .Txt a:hover {
  text-decoration: underline;
}

.side_news ul li .Txt b {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  margin-top: 5px;
}

/*--title--*/
.headerTitle {
  text-align: center;
}

.headerTitle .en {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .025em;
  color: #ea5514;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.headerTitle .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #ea5514;
}

.headerTitle h2 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: .075em;
  color: #1f2639;
}

.fixed_live {
  position: fixed;
  z-index: 100;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 67px;
  height: 200px;
  background: url("../images/btn_video.png") no-repeat left top;
}

.fixed_live:hover {
  right: 0;
}

/*--button--*/
.btn01 a {
  display: inline-block;
  padding: 10px 40px;
  background: #1f2639;
  color: #fff;
  font-size: 15px;
  letter-spacing: .1em;
  border-radius: 40px;
}

.btn01 a:hover {
  background: #f6c959;
  color: #1f2639;
}

.btn01 a:hover .icon-arrow01 {
  fill: #1f2639;
}

.btn01 .icon-arrow01 {
  display: inline-block;
  margin-right: 15px;
  width: 7px;
  height: 13px;
  fill: #fff;
  transition: all .5s;
}

.btn02 a {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  border-radius: 50%;
  background: #73bf06;
}

.btn02 a:hover {
  background: #1f2639;
}

.btn02 a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
}

/**********適應性**********/
/************************/
@media (max-width: 1280px) {
  /*1160+20(卷軸寬度)*/
  .bannerArea {
    margin-top: 0;
  }
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header {
    display: none;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    background: url("../images/headerBg.jpg") repeat;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .m_menu .controlBox a.main {
    display: block;
    float: left;
    margin-right: 5px;
    width: 50px;
    height: 60px;
    font-size: 20px;
    color: #3A3A3A;
    line-height: 60px;
    text-align: center;
    background: #FFF;
  }
  .m_menu .controlBox .m_logo {
    display: inline-block;
    padding-top: 10px;
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #FFF;
    position: relative;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    display: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650e13+0,b2181b+100 */
    background: rgba(246, 201, 89, 0.95);
    width: 100%;
    padding: 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    box-sizing: border-box;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .searchBox_m {
    text-align: center;
    padding: 20px 0;
  }
  .searchBox_m input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    font-family: "微軟正黑體";
    width: 200px;
    height: 30px;
    border: none;
    margin-right: -4px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .searchBox_m a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #73bf06;
    color: #FFF;
  }
  /*手機翻譯*/
  .m_menu .hideBox .m_trans {
    text-align: center;
    padding-top: 30px;
  }
  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #FFF;
    color: #FFF;
  }
  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px;
  }
  /*手機會員登入*/
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #FFF;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #CCCCCC;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 4px;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
  }
  .m_menu ul.nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .m_menu ul.nav li:last-child {
    display: none;
  }
  .m_menu ul.nav li a {
    padding: 20px 10px;
    display: block;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: relative;
  }
  .m_menu ul.nav li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
  }
  .m_menu ul.nav li .submenu a {
    padding: 10px 20px;
  }
  .m_menu ul.nav li .submenu a:hover {
    background: #999;
  }
}

@media (max-width: 1023px) {
  .marqueeArea {
    margin-top: 0;
    background: rgba(234, 85, 20, 0.9);
  }
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
  .sectionTitle {
    display: none;
  }
  ul.classLink, ul.sideLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 12px;
    background: #f6c959;
    /* IE6-9 */
  }
  .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: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
    color: #1f2639;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .side_menu ul:not(.sideLink02, .m_sideLink02) li > a {
    font-size: 14px;
  }
  .side_menu ul.sideLink02 {
    display: none;
  }
  .m_sideLink02 {
    display: block;
    position: relative;
  }
  .m_sideLink02 a.main02 {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 13px 10px;
    background: #f6c959;
    /* IE6-9 */
  }
  .m_sideLink02 a.main02 i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_sideLink02 ul.m_sideLink02 {
    display: none;
    background: #FFF;
    border: 1px solid #d1d1d1;
  }
  .m_sideLink02 ul.m_sideLink02 li {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 8px;
    box-sizing: border-box;
  }
  .m_sideLink02 ul.m_sideLink02 li:last-child {
    border-bottom: none;
  }
  .m_sideLink02 ul.m_sideLink02 li > a {
    display: block;
    position: relative;
    font-size: 15px;
    padding: 3px 0;
    color: #1f2639;
  }
  .m_sideLink02 ul.m_sideLink02 li > a.child:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .m_sideLink02 ul.m_sideLink02 li > a:hover {
    color: #f6c959;
  }
  .m_sideLink02 ul.m_sideLink02 li > a.on:after {
    content: '\f106';
  }
  .m_sideLink02 ul.m_sideLink02 li dl {
    display: none;
    margin-top: 5px;
  }
  .m_sideLink02 ul.m_sideLink02 li dt a {
    display: block;
    padding: 3px 0 5px 4px;
    font-size: 14px;
    color: #1f2639;
  }
  .m_sideLink02 ul.m_sideLink02 li dt a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 5px;
    height: 1px;
    background: #444;
  }
  .m_sideLink02 ul.m_sideLink02 li dt a:hover {
    color: #f6c959;
  }
}

@media (max-width: 767px) {
  footer .copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  /*main*/
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
}

/*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%;
  }
  /*頁籤*/
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-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: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  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 {
  overflow: hidden;
  position: relative;
  transition: all .5s;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 36px;
  color: rgba(220, 220, 220, 0.8);
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  opacity: 0;
  transition: all 0.4s ease;
}

.imh_zoom:hover {
  background: #040000;
}

.imh_zoom:hover a:before {
  top: 50%;
  opacity: 1;
}

.imh_zoom:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.imh_logo {
  position: relative;
  overflow: hidden;
  background: #ea5514;
}

.imh_logo img {
  transition: all .5s;
}

.imh_logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .2;
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  padding: 4px 7px;
  margin-right: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
}

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #00b7ea;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #ffa84c;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #a90329;
}

.newIcon_purple {
  background: #cb60b3;
}
