@charset "utf-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "微軟正黑體", Arial, sans-serif;
}
.pure-g [class*="pure-u"],
.pure-g {
  font-family: "微軟正黑體", sans-serif;
  letter-spacing: 0px;
}
.pure-g.login_box {
  justify-content: center;
}
.pure-g.login_box > p {
  margin-bottom: 5%;
}
body {
  top: 0px;
  position: relative;
  padding: 0;
  margin: 0;
  background: url(../images/website_image/b789b44297093d92ae1f0b742f14535d38a0e74d.webp)
    repeat;
}
body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -5;
  width: 100%;
  height: 100vh;
  /* background-image: url(../skin/images/body_bg.webp);
    background-size: cover;
    background-position: bottom center; */
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editor_content ul,
.editor_content ol,
.ipbox_detail_bottom_info ul,
.ipbox_detail_bottom_info ol,
.productdetail_info ul,
.productdetail_info ol,
.news_detail_main_bottom ul,
.news_detail_main_bottom ol,
.cart_notice_content ul,
.cart_notice_content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.editor_content ul,
.ipbox_detail_bottom_info ul,
.productdetail_info ul,
.news_detail_main_bottom ul,
.cart_notice_content ul {
  list-style: disc;
}
.editor_content ol,
.ipbox_detail_bottom_info ol,
.productdetail_info ol,
.news_detail_main_bottom ol,
.cart_notice_content ol {
  list-style: decimal;
}
.editor_content li,
.ipbox_detail_bottom_info li,
.productdetail_info li,
.news_detail_main_bottom li,
.cart_notice_content li {
  display: list-item;
  margin: 0.35em 0;
}
.editor_content ul ul,
.editor_content ol ul,
.ipbox_detail_bottom_info ul ul,
.ipbox_detail_bottom_info ol ul,
.productdetail_info ul ul,
.productdetail_info ol ul,
.news_detail_main_bottom ul ul,
.news_detail_main_bottom ol ul,
.cart_notice_content ul ul,
.cart_notice_content ol ul {
  list-style: circle;
}
.editor_content ul ol,
.editor_content ol ol,
.ipbox_detail_bottom_info ul ol,
.ipbox_detail_bottom_info ol ol,
.productdetail_info ul ol,
.productdetail_info ol ol,
.news_detail_main_bottom ul ol,
.news_detail_main_bottom ol ol,
.cart_notice_content ul ol,
.cart_notice_content ol ol {
  list-style: lower-alpha;
}
img {
  max-width: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
#tinymce {
  background: none;
}
#container {
  width: 100%;
  margin: 0 auto;
}
.nodata {
  text-align: center;
  color: #000;
  font-size: 1em;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nodata span {
  padding: 5em;
  width: 100%;
}
main {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0px;
  padding: 0;
  -webkit-animation: slowtop 0.6s linear;
  -moz-animation: slowtop 0.6s linear;
  -ms-animation: slowtop 0.6s linear;
  -o-animation: slowtop 0.6s linear;
  animation: slowtop 0.6s linear;
}
main > div {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}
#content_case {
  margin: 45px auto;
}
.page_detail {
  margin: 45px auto;
  max-width: 1200px;
  width: 90%;
  position: relative;
}
.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
/*header*/
header {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
  position: relative;
  top: 0;
}
.headerbox {
  width: 100%;
}
.head_out {
  width: 100%;
  border-top: #d40d1a 5px solid;
  background: rgba(255, 255, 255, 0.5);
}
#head {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url(../admin/file_manage/file/index/e65e2b9d7f72ded7000c798f994a991940d79c4b.png)
    no-repeat center right;
}
.logo {
  vertical-align: middle;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
}
#head #language {
  position: absolute;
  right: 90px;
  top: 48px;
}
#head #language .langshow {
  display: block;
}
#head #language .langhide {
  display: none;
}
#head #language a:hover .langshow {
  display: none;
}
#head #language a:hover .langhide {
  display: block;
}
.header_else {
  width: 100%;
}
.header_else .w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: center;
}
.header_elselinkbox {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 330px;
  position: absolute;
  z-index: 9999;
}
.header_elselinkbox::before {
  content: "";
  background-color: #f4eff4;
  width: 110%;
  height: 50px;
  top: 0;
  right: -4%;
  display: block;
  position: absolute;
  border-bottom-left-radius: 30px;
  z-index: -1;
  border-bottom-right-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 2px 2px;
  color: #9d78ab;
}
header.header_scroll .header_elselinkbox::before {
  display: none;
}
.header_elselinkbox > div {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
}
.header_elselink {
  margin: 13px 10px 0;
}
.nav_header_elselinkbox {
  display: none;
}
.header_elselink a {
  color: #fff;
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: relative;
  width: 22px;
  height: 22px;
  text-align: center;
}
.header_elselink a:hover {
  filter: brightness(0) grayscale(1);
}
.header_elselink a img {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
}
/* header_scroll 開始*/
header.header_scroll {
  /* background-color: rgb(255, 255, 255); */
  background-color: #f4eff4;
}
header.header_scroll .logo {
  width: auto;
}
header.header_scroll .logo img {
  max-width: 150px;
}
header.header_scroll .hnav .mli > a {
  color: #333;
}
header.header_scroll .hnav .mli > a:hover {
  color: #9d78ab;
  transition: 0s;
}
/* header_scroll 結束*/
/*浮動購物車*/
.cart_fixedbox {
  position: fixed;
  text-align: center;
  right: 5px;
  top: 20%;
  width: 45px;
  z-index: 9999;
  background: #fff;
  padding: 0px;
  -webkit-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  -moz-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  border: #ccc 1px solid;
}
#cart_run_title {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  margin: 2px;
  padding: 9px 0;
  background-color: #a98a63;
}
#cart_run p {
  padding: 15px 5px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: #b06971;
}
.cart_num {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.cart_fixedbox > a {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 15px;
}
.cart_fixedbox > a > img {
}
.cart_fixedbox > a > span {
  position: relative;
  top: -3px;
}
.cart_fixedbox > span {
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  background-color: #f95d5d;
  border-radius: 50%;
}
.cart_fixedbox {
  overflow: visible;
}
.cart_fixed_thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}
.cart_fixed_thumbs .cart_thumb {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #a98a63;
  background: #fff;
  overflow: visible;
  position: relative;
  margin: 0 2px;
  box-shadow: 0 0 5px #a98a63;
}
.cart_fixed_thumbs .cart_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart_fixed_thumbs .cart_thumb .cart_thumb_remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 0;
  background: #f95d5d;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
/*會員登入*/
.member_login_boxbtn {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 100px;
  height: 50px;
  color: #858585;
  font-size: 18px;
  line-height: 1em;
  font-weight: bolder;
}
.member_login_boxbtn a {
  font-weight: bolder;
  color: #fff;
  font-size: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding: 5px 0;
  margin-top: 5px;
}
.member_login_boxbtn a:hover {
  color: #000;
}
/*產品搜尋*/
.header_elselinkbox .product_search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 13px 0 0;
}
.header_elselinkbox .product_search_box span {
  display: block;
}
.product_search_box form {
  height: 23px;
  margin: 0;
}
.product_search_box form > input {
  width: 85px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #333;
  font-size: 14px;
  color: #333;
}
.product_search_box form > a,
.product_search_box form > input[type="submit"] {
  background: url(../images/search.png) no-repeat center center;
  background-size: contain;
  width: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: -4px;
  position: relative;
}
/*產品檢視紀錄*/
.productClickHistory {
  position: fixed;
  top: 50%;
  bottom: 50%;
  right: 0;
  width: auto;
}
.productClickHistory ul {
  background-color: #7b7b7b;
  border: 1px solid #7b7b7b;
}
.productClickHistory li {
  list-style: none;
}
.productClickHistory img {
  width: 100px;
  height: 100px;
}
/*Banner*/
#mul_banner {
  display: block;
}
#normal_banner {
  display: none;
}
.bannerbox {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto 0;
  -webkit-animation: eimg 0.5s linear;
  -moz-animation: eimg 0.5s linear;
  animation: eimg 0.5s linear;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#banner {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
#banner .img {
  white-space: nowrap;
  position: absolute;
}
#banner .img img {
  vertical-align: top;
}
#banner_control {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: none;
}
#banner_control img {
  width: 20px;
}
#banner #banner_control span {
  cursor: pointer;
  padding: 0 3px;
}
#banner #banner_control span img:nth-child(2) {
  display: none;
}
#banner #banner_control span img:nth-child(1) {
  display: inline-block;
}
#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
  display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
  display: inline-block;
}
#mainslider {
  position: relative;
}
.banner_txt {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: 99;
  text-align: center;
}
.banner_txt > p {
  font-size: 2.5vw;
  color: #9d78ab;
  font-weight: 900;
  margin-bottom: 1.5vw;
  font-family: "Noto Serif TC";
  text-shadow: 1px 1px #fff;
}
.banner_txtin {
  font-size: 1.5vw;
  color: #9d78ab;
  padding: 0.5vw 3.95vw;
  border: 2px solid #fff;
  border-radius: 44px;
  background-color: #f4eff4;
  box-shadow: 2px 2px;
}
.banner_txtin span {
  display: inline-block;
  line-height: 1.5;
  font-family: "Noto Serif TC";
}
/*Banner End*/
/*menu*/
nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
header .navbox {
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.6);
  border-top: #e8e8e8 1px solid;
  border-bottom: #e8e8e8 1px solid;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
#button_switch {
  display: none;
}
#button {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#button > span {
  font-size: 12px;
  display: none;
  color: #ccc;
}
header.header_scroll .navbox {
  width: auto;
  margin-top: 60px;
}
header .hnav .mul {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: auto;
  order: 1;
  white-space: nowrap;
  transition: 0.5s ease-out 0s;
  background-color: transparent !important;
}
header .hnav .mul > li {
  position: relative;
  padding: 0px;
  margin: 0 0em 0em;
}
header .hnav .mul li a > b {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: normal;
}
header .hnav .mul li a:hover > b {
  opacity: 0;
}
header .hnav .mul li a:hover > span {
  opacity: 1;
  /* background: #fff;*/
}
header .hnav .mul li a > span {
  display: block;
  color: #000;
  opacity: 0;
  font: 400 15px Calibri;
  letter-spacing: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}
.hnav .mli > a {
  padding: 10px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: capitalize;
  word-break: normal;
  cursor: pointer;
  vertical-align: top;
  transition: 0.3s;
  overflow: hidden;
  min-width: 183px;
}
.hnav .mli > a:hover {
  color: #9d78ab;
}
.hnav .mli > a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  opacity: 0.4;
}
.hnav .mli > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  margin: 3px 10px;
  background: rgba(255, 255, 255, 1);
  border: rgba(181, 180, 171, 0.3) 1px solid;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#button .topBtn #button .topBtn:focus a,
#button .topBtn:hover a {
  color: #ccc;
}
#button .topBtn:hover a:before,
#button a:active:before,
#button a:focus:before,
#button a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes product_line {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.hnav .mli .sul {
  position: absolute;
  z-index: 9999;
  width: 100%;
  display: none;
  cursor: pointer;
  left: 0;
  padding: 0;
  background-color: #f1ffab;
}
.hnav .mli:hover .sul {
  display: block;
}
.hnav .sli {
  width: 100%;
}
.hnav .sli a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  font-size: 1em;
  color: #fff;
}
.hnav .sli:first-child {
  padding-top: 10px;
}
.hnav .sli:last-child {
  padding-bottom: 10px;
}
.hnav .sli a:hover {
  color: #000;
}
.menu-trigger {
  display: none;
}
.ma2_version1 #google_translate_element,
.ma2_version2 #google_translate_element {
  position: absolute;
  top: 36px;
  right: 140px;
}
.ma2_version1 #language,
.language2 {
  position: relative;
  top: 0px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .ma2_version1 #google_translate_element,
  .ma2_version2 #google_translate_element {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
  }
  .ma2_version1 #language,
  .language2 {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}
/*版型2-start*/
.ma2_version2 {
}
.ma2_version2 .bannerbox {
  margin: 0 auto 0px;
}
/*版型2-end*/
/*版型3-start*/
.ma2_version3 #google_translate_element {
  position: relative;
  right: 20px;
  margin: auto;
}
.ma2_version3 #language {
  position: relative;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ma2_version3 #google_translate_element {
    right: 0px;
    padding: 10px 0px;
  }
  .ma2_version3 #language {
    right: 0px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}
.ma2_version3 .bannerbox {
  /* margin: 74px auto; */
}
.ma2_version3 header nav {
  /* width: calc(75% - 150px); */
  width: 75%;
}
.ma2_version3 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ma2_version3 .headerbox {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.ma2_version3 .logo {
  padding: 18px 0 15px 25px;
  width: 240px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .ma2_version3 .logo {
    justify-content: flex-start;
  }
}
.ma2_version3 .logo img {
  width: 100%;
  max-width: 240px;
  max-height: 50px;
  object-fit: contain;
}
.ma2_version3 header .navbox {
  width: calc(100% - 240px);
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.ma2_version3 header .hnav .mul > li {
  margin: 0 0em 0;
}
.ma2_version3 .hnav .mli > a {
  padding: 25px 2em 25px 2em;
  color: #fff;
  font-size: 18px;
  border: 0;
}
.ma2_version3 .hnav .mli > a:hover,
.ma2_version3 .hnav .mli.has_sub_btn:hover > a {
  color: #b5b5b6;
}
.ma2_version3 header .hnav .mul {
  width: calc(100% - 300px);
  order: 0;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ma2_version3 header .hnav .mul2 {
  width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
  .ma2_version3 header .hnav .mul2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ma2_version3 header .hnav .mul {
    width: 100%;
  }
}
.ma2_version3 .member_login_boxbtn {
  /* position: relative;
    top: 0px;
    right: 0px; */
  width: 150px;
  height: auto;
  font-size: 18px;
  padding-right: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(95% - 150px);
}
.ma2_version3 .member_login_boxbtn.phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .ma2_version3 header nav {
    width: 100%;
  }
  .ma2_version3 .member_login_boxbtn {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #ccc;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .ma2_version3 .member_login_boxbtn.pc {
    display: none;
  }
  .ma2_version3 .member_login_boxbtn.phone {
    display: block;
  }
}
.ma2_version3 .member_login_boxbtn a {
  font-weight: bolder;
  color: #fff;
  font-size: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  padding: 5px 0;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 0;
    margin-top: 0px;
    margin: 0px;
  }
}
.ma2_version3 .member_login_boxbtn a:hover {
  color: #b5b5b6;
}
/*版型3-end*/
/*top*/
.gotop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  background: #ab8a5f;
  z-index: 999;
}
#gotop {
  display: block;
  width: 20px;
  height: 20px;
  padding: 15px;
  background: url(../skin/images/mobiletop.png) no-repeat center;
}
#gotop img {
}
/*more*/
.more a {
}
.more {
  text-align: right;
  padding: 16px 0;
  width: 100%;
}
.products_bg .more a {
  color: #9d78ab;
}
/*back*/
.back {
  text-align: right;
  margin: 16px 0;
  width: 100%;
}
.back a {
  font-weight: bolder;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #727171;
}
.back a:hover {
  color: #000;
}
/*麵包屑breadcrumb*/
.brandcrumb_box {
  /* display: none; */
  padding: 5px;
}
.brandcrumb li {
  display: inline-block;
  color: #000;
  position: relative;
}
.brandcrumb li::after {
  content: " > ";
  color: #000;
}
.brandcrumb li:last-child::after {
  content: "";
}
.brandcrumb li a {
  color: #560001;
  font-size: 16px;
}
.brandcrumb li a:hover {
  color: #7b6241;
}
/*內頁標題*/
.title {
  width: 100%;
  background: rgba(207, 192, 125, 0.3);
  padding: 10px 25px;
  border-radius: 6px;
  margin: 0 0 35px;
}
.title > img {
  max-width: 62px;
  vertical-align: top;
}
.title > .ch_title span {
  color: #9d78ab;
  font-weight: 900;
  font-size: 1.6em;
}
.title > .ch_title img.ch_titleimg2 {
  transform: rotate(180deg);
  width: 75px;
  margin-left: 20px;
}
.title > .en_title {
  line-height: 15px;
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  color: #fbedca;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .title {
    text-align: center;
  }
  .iitem_box {
    padding: 20% 0;
  }
  .title > span.ch_title::after {
    transform: skewX(-15deg) translate(-55%, -50%);
  }
  /* .title>span.ch_title::before {
        transform: skewX(-15deg) translate(-50%, -35%);
    } */
  .title > .en_title {
    font-size: 40px;
    line-height: 5px;
  }
}
@media screen and (max-width: 400px) {
  .title > .en_title {
    font-size: 36px;
    line-height: 5px;
  }
}
/* 彈跳視窗 */
.light_boxbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000c2;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.light_close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.light_close > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff50;
  position: relative;
  transition: 0.3s;
}
.light_close:hover > span {
  background-color: #decdd5;
  transition: 0.3s;
}
.light_close > span::before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.light_close > span::after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.light_close:hover > span::before,
.light_close:hover > span::after {
  background-color: #9d78ab;
}
.light_box {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}
.light_box.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 24px;
}
.light_box.owl-theme .owl-dots .owl-dot span {
  background: #decdd5;
}
.light_box.owl-theme .owl-dots .owl-dot.active span,
.light_box.owl-theme .owl-dots .owl-dot:hover span {
  background: #9d78ab;
}
.light_box.owl-carousel .owl-item img {
  height: 70vh;
  object-fit: contain;
}
@media screen and (max-width: 450px) {
  .light_close {
    top: 10px;
    right: 10px;
  }
  .light_close > span {
    width: 30px;
    height: 30px;
  }
}
/*按鈕*/
.member_button {
  background: #4b4b4b;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1em;
  display: block;
  padding: 0.5em;
  border: none;
}
.member_button:hover {
  background: #9d78ab;
  color: #fff;
}
a.btn {
  background: #4b4b4b;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  font-family: "微軟正黑體";
  text-align: center;
  display: block;
  line-height: 2em;
}
a.btn:hover {
  background: #9d78ab;
}
a.btn_fb {
  background: #1d438e;
  color: #fff;
  width: 300px;
  margin: 1em auto;
  text-decoration: none;
  font-size: 1.5em;
  display: block;
  line-height: 2em;
}
a.btn_fb:hover {
  background: #13213b;
}
/*footer*/
footer {
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
.art_footer_in {
  color: #666;
  font-family: "微軟正黑體";
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.art_footer_in:after {
  content: "";
  display: block;
  clear: both;
}
.art_footer_in a {
  color: #666;
  text-decoration: none;
}
.p01 {
  display: inline-block;
}
.art_footer_in .p01 b {
  background: rgba(171, 138, 95, 0.6);
  color: #fff;
  width: 70px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 15px;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  padding: 2px 7px;
  margin: 2px 10px 2px 0;
}
.art_footer_in .p02 {
  float: right;
  text-align: right;
  padding: 10px 0;
}
.footer_box,
.foot_main {
  width: 100%;
}
.foot_main {
  padding: 32px 70px 15px;
}
.foot_main_in,
.foot_top,
.foot_bottom {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.foot_top {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
a.foot_link_icon:nth-child(1) {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 200px;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  background-color: #4fb5e8;
  padding: 10px;
  border-radius: 50%;
}
a.foot_link_icon:nth-child(3) {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 80px;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  background-color: #c97db2;
  padding: 10px;
  border-radius: 50%;
}
a.foot_link_icon:nth-child(2) {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 140px;
  cursor: pointer;
  z-index: 9999;
  width: 50px;
  background-color: #90c548;
  padding: 10px;
  border-radius: 50%;
}
a.foot_link_icon:hover {
  -webkit-animation: tada 1s;
  -moz-animation: tada 1s;
  -ms-animation: tada 1s;
  -o-animation: tada 1s;
  animation: tada 1s;
}
.foot_logo {
  width: 100%;
}
.foot_logo img {
  max-width: 245px;
}
.foot_nav {
  width: 100%;
  padding: 18px 0;
}
.foot_nav .foot_mul {
  width: calc(100% - 180px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.foot_nav .foot_mul .foot_mli {
  padding: 0 10px 0 0;
  position: relative;
  margin-right: 10px;
}
.foot_nav .foot_mul .foot_mli::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #000;
  top: 3px;
  right: -8px;
  position: relative;
}
.foot_nav .foot_mul .foot_mli a {
  color: #9d9e9e;
  font-size: 16px;
}
.foot_nav .foot_mul .foot_mli a b {
  font-weight: 600;
  white-space: nowrap;
}
.foot_nav .foot_mul .foot_mli a:hover {
  color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul {
  position: absolute;
  z-index: 9999;
  width: auto;
  display: none;
  cursor: pointer;
  left: 0;
  padding: 5px 0;
  background-color: #fff;
}
.foot_nav .foot_mul .foot_mli:hover .foot_sul {
  display: block;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli {
  width: 100%;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 5px;
  font-size: 14px;
  color: #fff;
}
.foot_nav .foot_mul .foot_mli .foot_sul .foot_sli a:hover {
  color: #000;
}
.foot_bottom .foot_cont {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #9d9e9e;
  font-size: 17px;
  padding: 0;
}
.foot_bottom .foot_cont .foot_cont_in {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.foot_cont_in > div {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.foot_cont_in > div.foot_nav {
  padding: 7px 0 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  position: absolute;
  margin-top: -25px;
}
.foot_txt > div {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
}
.foot_txt > div > span {
  margin-right: 1em;
}
.copy {
  width: 100%;
  color: #9d9e9e;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 0px;
  background: #9d78ab;
  text-align: center;
}
.copy a {
  color: #fff;
}
.copy address {
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}
.copy address span a {
  color: rgba(255, 255, 255, 0.68);
}
address {
  margin-bottom: 0px;
}
.foot_counter {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .foot_txt > div {
    width: 100%;
  }
}
/*頁碼*/
.page {
  width: 100%;
  padding: 10px 0;
  clear: both;
  text-align: center;
  background: none;
  box-shadow: none;
  margin: 0;
}
.page ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page ul li {
  display: inline-block;
  padding: 0 3px;
}
.page ul li a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #bfa57f;
  color: #fff;
  font-size: 18px;
  margin: 0 0em;
  border: 1px solid #bfa57f;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}
.page ul li a strong {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #bfa57f;
  color: #fff;
  font-size: 18px;
  margin: 0.1em;
  border: 1px solid #bfa57f;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}
.page ul li a:hover,
.page ul li a strong:hover {
  color: #fff;
  background: #352517;
}
.page ul li.page_arrow a {
  border: 1px solid #d0d0d0;
}
.page ul li.page_arrow a i {
  font-weight: bolder;
}
/*iitem_box*/
.iitem_box {
  padding: 10% 0;
  overflow: hidden;
  width: 100%;
  margin: 5% auto 0px;
  background-color: #ededed;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
.iitem_container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 3% auto 0;
  max-width: 1000px;
}
.iitem_container .icon {
  width: 25%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.iitem_container .icon:nth-child(1) span {
  background-color: #eef5e6;
}
.iitem_container .icon:nth-child(2) span {
  background-color: #fbe098;
}
.iitem_container .icon:nth-child(3) span {
  background-color: #e6d8de;
}
.iitem_container .icon:nth-child(4) span {
  background-color: #dbeff8;
}
.iitem_container .icon a:hover {
  color: #9d78ab;
}
.iitem_container .icon img {
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
  position: relative;
  bottom: -30px;
  z-index: 5;
}
.iitem_container .icon span {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: #ddd 0 5px 5px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  padding-top: 15px;
}
.iitem_container .icon span::before {
  content: "";
  background-color: #fff;
  width: 130px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 0px;
}
.iitem_container .icon span::after {
  content: "";
  background-color: #a87a95;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
  bottom: 45px;
  border-radius: 5px;
  transition: 0.3s;
}
.iitem_container .icon a:hover span::after {
  width: 70px;
  background-color: #9d78ab;
}
.iitem_container .icon a:hover span,
.iitem_container .icon a:hover img {
  animation: proTwo 3s infinite ease-in-out both;
}
/*news*/
.inews_box {
  padding: 0 auto;
  overflow: hidden;
  width: 90%;
  margin: 5% auto 0px;
  max-width: 1366px;
}
.inews {
  text-align: center;
}
.inews_main_out {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-align: left;
  /* overflow: hidden; */
}
.inews_mainbox {
  padding: 0;
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.inews_main {
  margin: 0 1%;
  width: 23%;
  position: relative;
}
.inews_main a {
  color: #000000;
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.6em;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.inews_main a:hover,
.inews_main a:hover .inews_bottom .name {
  color: #a88a62;
}
.inews_main:first-child a {
}
.inews_top {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.inews_bottom {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.inews_top .inews_pic {
  width: 100%;
}
.inews_showbox {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.inews_top .inews_pic img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  max-width: none;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  top: 0;
  height: 145px;
}
.inews_showbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #decdd5;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.inews_showbox::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #9d78ab;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.inews_showbox::after,
.inews_showbox::before {
  display: none;
}
.news_link {
  background-color: #9d78ab;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
  display: none;
  transition: 0.3s;
}
.inews_main:hover .news_link {
  display: inline-block;
  transition: 0.3s;
}
.inews_bottom > div {
  width: 100%;
}
.inews_main .date {
  width: 100%;
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  align-content: center;
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1;
  color: #999;
  letter-spacing: 0.1em;
  font: 100 12px Arial;
  display: block;
  margin: 20px 0 10px;
  text-align: center;
}
.inews_main .date b {
  font-size: 35px;
  font-weight: 600;
  font-family: "Noto Sans TC";
}
.inews_main .date img {
  width: 15px;
  margin-right: 5px;
}
.inews_main .name {
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-inline-box;
  overflow: hidden;
  vertical-align: top;
  word-break: break-all;
  color: #7b6241;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  white-space: nowrap;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inews_bottom .txt {
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 0px;
  word-break: break-all;
  font-weight: normal;
  margin-top: 0px;
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*product*/
/*首頁產品*/
.art_index .h01 {
  background: rgba(207, 192, 125, 0.3);
  padding: 10px 25px;
  border-radius: 6px;
  margin: 0 0 35px;
}
.art_index .h02 {
  font-size: 17px;
  color: #666;
  line-height: 28px;
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
}
.art_index .h02 > img {
  display: inline-block;
  vertical-align: text-bottom;
}
.art_index .left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
}
.art_index .left img {
  max-width: 100%;
  height: auto;
}
.art_index .right {
  width: 36%;
  color: #666;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: justify;
  display: inline-block;
  vertical-align: top;
}
.art_index .right p {
  color: #666;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-family: "微軟正黑體", Arial, sans-serif;
}
.art_index .right a {
  display: block;
  margin: 8% auto 0;
  text-align: center;
}
.part2 .into:hover,
.art_index .right a:hover {
  animation: swing 1s;
  position: relative;
  top: 6px;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.part2 {
  margin-top: 5%;
}
.art_index .right {
  width: 36%;
  color: #666;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: justify;
  display: inline-block;
  vertical-align: top;
}
.art_index .right a {
  display: block;
  margin: 8% auto 0;
  text-align: center;
}
.part2 .into {
  width: 210px;
  height: auto;
}
.part2 .into img {
  max-width: 100%;
  height: auto;
}
.art_index .left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3%;
}
.art_index .left img {
  max-width: 100%;
  height: auto;
}
.products_home {
  background-color: #f5f6f8;
  display: flex;
  flex-wrap: wrap;
  padding: 10% 7%;
  background-image: url(../images/bg3.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.products_home .leftBox {
  width: 70%;
}
.products_home .pro_homeimg {
  width: 100%;
}
.products_home .pro_homeimg img {
  width: 100%;
}
.products_homelistpro .rightBox {
  width: 30%;
  right: 0;
  max-width: 400px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding-bottom: 30px;
}
.products_homelistpro .rightBox .titleBox {
  text-align: left;
  position: relative;
  right: 0;
}
.titleBox.titleStyle1 .entitle {
  color: #9d78ab;
  display: inline-block;
  font-family: "Cormorant", "Noto Sans TC", sans-serif;
  font-size: 90px;
  font-style: initial;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.titleBox.titleStyle1 .title {
  color: #9d78ab;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom: 0;
}
/*首頁產品分類*/
.products_homelistpro {
  width: 100%;
  padding: 100px 0;
  background-color: #f5f6f8;
  display: flex;
  flex-wrap: wrap;
  padding: 10% 7%;
  background-image: url(../images/bg3.png);
  background-image: url(../images/bg3.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 25%;
}
.products_homelistpro .listpro_imgbox {
  width: 95%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.listpro_imgbox .listpro_imgbox_item {
  width: 30%;
}
.listpro_imgbox .listpro_imgbox_item .showbox {
  border: 1px solid #decdd5;
}
.listpro_imgbox .listpro_imgbox_item .listpro_imgbox_item-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
}
/*首頁相簿產品*/
.grid_products {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
}
.grid_products > .listbox {
  display: grid;
  grid-template-rows: 360px 360px;
  grid-template-columns: 50% 25% 25%;
}
.grid_products > .listbox .list {
  box-shadow: 0 0 3px #f4eff4;
  margin: 10px;
  position: relative;
  overflow: hidden;
}
.grid_products > .listbox .list > .pro_name {
  position: absolute;
  display: inline-block;
  bottom: -100%;
  right: 0;
  background-color: #f4eff4;
  color: #9d78ab;
  font-size: 16px;
  padding: 3px 8px;
  text-align: center;
  transition: all 0.3s;
  border-top-left-radius: 5px;
}
.grid_products > .listbox .list:nth-child(1) > .pro_name {
  background-color: rgba(255, 255, 255, 0.68);
  width: 100%;
  bottom: 0;
  height: 10%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 2px;
}
.grid_products > .listbox .list:hover:nth-child(1) > .pro_name {
  background-color: rgba(255, 255, 255, 0.9);
}
.grid_products > .listbox .list:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.5);
  transition: all 0.3s;
}
.grid_products > .listbox .list:hover > .pro_name {
  bottom: 0;
}
.grid_products > .listbox .list:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid_products > .listbox .list:nth-child(2) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.grid_products > .listbox .list:nth-child(3) {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.grid_products > .listbox .list:nth-child(4) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
.grid_products > .listbox .list:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}
.grid_products > .listbox .list:nth-child(6) {
  display: none;
}
.grid_products > .listbox .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
.products_bg {
}
.iproduct_box {
  padding: 0;
  width: 100%;
  margin: 45px auto;
  max-width: 1366px;
}
.iproduct {
  width: 100%;
  padding: 30px 0 0 0;
}
.ipbox {
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}
.ipbox_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ipbox_center {
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.iproduct .ipbox .listbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.iproduct .ipbox .listbox .list {
  width: 30%;
  position: relative;
  margin: 0;
  color: #666;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5%;
}
.iproduct .ipbox .listbox .list:nth-child(even) {
  flex-direction: row-reverse;
}
.iproduct .ipbox .listbox .list:last-child {
  margin-bottom: 0;
}
/*
.iproduct .ipbox .listbox .list:not(:nth-child(4n)) {
    margin-right: 6.66%;
} */
.iproduct .ipbox .listbox .list:hover {
  color: #000;
}
.iproduct .listbox a.list:hover .showbox {
  position: relative;
}
.iproduct .listbox a.list:hover .showbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.iproduct .listbox a.list:hover .showbox img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.5);
  /* opacity: 0.3; */
}
.test2 {
  display: block;
  opacity: 1;
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.homepro .showbox_index {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* .homepro .showbox_index::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #decdd5;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.homepro .showbox_index::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #decdd5;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
} */
.homepro .showbox_index .showbox {
  width: 100%;
  position: relative;
  display: block;
  max-width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.homepro .showbox_index .showbox::before {
  content: "Hot";
  display: inline-block;
  margin: 0px;
  padding: 0px;
  background: url(../skin/images/icon_flag03.png) no-repeat center/auto 100%;
  width: 25px;
  height: 32px;
  line-height: 28px;
  top: 0px;
  right: 0px;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  z-index: 1;
  text-align: center;
}
.showbox {
  /* display: block; */
  padding: 4px;
  /* box-shadow: 3px 3px 12px gray; */
  /* margin-bottom: 20px; */
  /* line-height: 1.428571429; */
  background-color: #fff;
  /* -webkit-transition: all .2s ease-in-out; */
  /* transition: all .2s ease-in-out; */
  /* background: 1px #A09FA0; */
  /* width: 48%; */
  position: relative;
  padding: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.showbox_more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  border-radius: 50%;
  font-size: 12px;
  color: #634f35;
  border: 1px solid #634f35;
  transition: 0.3s;
}
.showbox_more span:nth-child(1) {
  font-size: 30px;
}
.iproduct .listbox a.list:hover .showbox .showbox_more {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s;
}
.ipbox_con {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #634f35;
}
.iproduct .listbox .list .pro_name {
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  font-size: 15px;
  color: rgb(96, 81, 63);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.iproduct .listbox .list .pro_price {
  font-weight: normal;
}
.homepro .pro_con {
  margin-top: 5%;
}
.iproduct .listbox .list .pro_con {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  line-height: 1.8;
}
.ipbox_center .more {
  margin: 0px 0px 28px;
}
.ipbox_more {
  background-color: #634f35;
  padding: 6px 80px;
  border-radius: 3px;
  display: inline-block;
  min-width: 150px;
  margin-top: 30px;
  border: 1px solid #634f35;
  transition: 0.3s;
}
.iproduct .ipbox .listbox .list:hover .ipbox_more {
  background-color: #fff;
  color: #83797d;
  transition: 0.3s;
}
/*about 舊的樣式*/
.iabout_box {
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 40px 0 0px;
}
.iabout_box .title {
  width: 83.2%;
  margin: 0 auto;
}
.iabout {
  background-color: #fff;
  width: 100%;
  padding: 0px 0;
  /* margin: 25px 0 15px; */
}
.iabout .iaboutmain {
  width: 83.2%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.iabout .iaboutmain .about_left {
  width: 30%;
  padding-left: 4.6%;
}
.iabout .iaboutmain .about_right {
  width: 70%;
  color: #d9dada;
  padding: 0 8% 0 10%;
  font-size: 17px;
  line-height: 1.8em;
}
.iabout .iaboutmain .about_right h2 {
  color: #fff;
  letter-spacing: 1px;
}
/* .iabout .iaboutmain .more a{
	color: #fff;
}
.iabout .iaboutmain .more a:hover{
	color: #D9DADA;
} */
/*川流樣式about的首頁*/
/*
.about-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 50px;
}
.about-wrapper .about-pic{
	width: 100%;
}
.about-wrapper .about-pic02{
	width: 50%;
	padding: 40px;
}
@media screen and (max-width: 500px) {
	.about-wrapper .about-pic02{
	width: 100%;
	padding: 20px;
}
}
.about-wrapper .about-text{
	width: 50%;
}
@media screen and (max-width: 768px) {
	.about-wrapper .about-text{
	width: 90%;
	margin: 0 auto;
}
}
.about-wrapper .about-text>b{
	font-size: 35px;
	letter-spacing: 1px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}
@media screen and (max-width: 768px) {
	.about-wrapper .about-text>b{
	font-size: 26px;
	letter-spacing: 0px;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
	color: #3E3A39;
	margin-top: 30px;
	display: block;
}
}
.about-wrapper .about-text>span{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 3px;
	color: #E9A514;
	margin-top: 10px;
	display: block;
}
.about-wrapper .about-text>span>i{
	font-size: 30px;
	font-style: normal;
	letter-spacing: 0px;
	color: #f95b03;
	font-weight: 600;
	margin-top: 10px;
}
.about-wrapper .about-text .about-img{
	width: 350px;
	margin-top: 30px;
}
@media screen and (max-width: 500px) {
	.about-wrapper .about-text .about-img{
	width: 80%;
	margin-top: 30px;
}
}
.about-wrapper .about-text .about-img>img{
	width:100%;
	display: block;
}
.about-wrapper .about-text .about-text-title{
	width: 95%;
}
@media screen and (max-width: 768px) {
.about-wrapper .about-text .about-text-title{
	width: 100%;
}
}
.about-wrapper .about-text .title-01{
	width: 80%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}
@media screen and (max-width: 500px) {
	.about-wrapper .about-text .title-01{
	width: 100%;
	font-size: 25px;
	margin-top: 40px;
	padding-bottom: 10px;
	color: #f95b03;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}
}
.about-wrapper .about-text .text-02{
	width: 90%;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
	.about-wrapper .about-text .text-02{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	padding-bottom: 10px;
}
}
.about-wrapper .sec03{
	width: 80%;
	margin: 0 auto;
}
.about-wrapper .sec03 .work>img{
	width: 60px;
	display: block;
	padding-right: 10px;
}
.about-wrapper .sec03 .work{
	margin-top: 70px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	font-weight: 600;
	color: #E9A514;
	text-shadow:2px 6px 6px rgba(0,0,0,0.3);
}
.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 50%;
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;
}
@media screen and (max-width: 1024px) {
	.about-wrapper .sec03 .work02{
	width: 80%;
}
}
@media screen and (max-width: 768px) {
	.about-wrapper .sec03 .work02{
	line-height: 30px;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	color: #6d6d6c;
}
}
*/
/* 影片RWD */
/*@media screen and (max-width: 1920px) {
 iframe{
  width: 80%;
  height: 314px
 }
}
@media screen and (max-width: 1024px) {
 iframe{
  width: 60%;
  height: 314px
 }
}
@media screen and (max-width:768px) {
 iframe{
  width: 100%;
  height: 314px;
 }
}*/
/**/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes eimg {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eimg {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slowtop {
  from {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slowtop {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes breath {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes breath {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
.arrow-right {
  width: 20px;
  display: flex;
  margin-left: 10px;
  cursor: pointer;
}
.arrow-left {
  width: 20px;
  margin-left: 33px;
  cursor: pointer;
}
header .hnav .mul li a b:hover {
}
.ma2_version3 .navbar {
  z-index: 1000;
  height: 71px;
}
.navbar__inner {
  padding: 22px 0 22px 25px;
  width: 240px;
  display: inline-flex;
  -webkit-box-pack: end;
  justify-content: flex-start;
}
.navbar__title {
  align-self: center;
  margin-left: 50px;
}
.navbar__sub-title {
  color: #fc477a;
  font-size: 16px;
  font-weight: 600;
}
.recommend_text {
  font-size: 17px;
  font-weight: bolder;
  color: #ffffff;
}
.recommend_title {
  text-align: left;
  padding: 5px 20px;
  background-color: #000000;
}
.recommend {
  background: #000000;
  border-top: 1px solid #666;
  padding: 20px;
}
.recommend2 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: left;
  font-family: "微軟正黑體";
}
.recommend_href {
  text-decoration: none;
  padding: 0px;
  margin-right: 5px;
  font-size: 15px;
  color: #ffffff;
}
.recommend_href:hover {
  transition: 0.5s;
  color: #f95b03;
}
@media screen and (max-width: 860px) {
  #banner_control {
    bottom: 0%;
  }
  #banner_control img {
    width: 14px;
  }
  .catalog-heading {
    width: 100%;
  }
  .catalog-contents {
    width: 100%;
  }
  header .hnav .mul {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
    order: 1;
    padding-bottom: 10px;
    overflow-y: inherit;
    height: auto;
  }
  .arrow-right {
    display: none;
  }
  .arrow-left {
    display: none;
  }
  .arrow_left {
    display: none;
  }
  .ma2_version3 header .hnav .mul {
    transform: translateX(0%);
  }
  .navbar__title {
    align-self: center;
    margin-left: 20px;
  }
  /* .ma2_version3 header:nth-child(2){
        display:none;
    } */
  .ma2_version2 .navbar {
    position: fixed;
  }
  .ma2_version3 .navbar {
    position: fixed;
  }
}
@media screen and (max-width: 670px) {
  .ma2_version2 .navbar {
    display: block;
  }
  .ma2_version3 .navbar {
    display: block;
  }
  .navbar__sub-title {
    font-size: 14px;
  }
  .navbar__inner {
    padding: 10px 0 4px 25px;
  }
}
/*相簿*/
.bg_album {
  width: 80%;
  max-width: 1024px;
  margin: 50px auto;
}
.bg_album > a > .more_btn {
  padding: 0 10px;
  text-align: right;
  font-weight: bolder;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #727171;
}
.bg_album > .text_20 {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .bg_album {
    width: 95%;
  }
}
.album {
  display: flex;
  justify-content: center;
}
.album_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  transition: ease-in-out 0.3s;
  z-index: 100;
}
.album_box > div {
  position: absolute;
  width: 280px;
  height: 280px;
  padding: 10px;
  top: 10px;
  left: 10px;
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.album_box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.4s;
}
.album_box h1 {
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  opacity: 0;
  transition: 0.3s;
}
.album_box > span {
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  font-weight: bolder;
}
.album_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.4s;
  overflow: hidden;
}
.album_box:hover {
  background: #ecf0f4;
  z-index: 101;
}
.album_box:hover img {
  width: 102%;
  height: 102%;
}
.album_box:hover > div {
  opacity: 0.5;
}
.album_box:hover::before {
  opacity: 0.5;
}
.album_box:hover h1 {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .album_box {
    width: 240px;
    height: 240px;
  }
  .album_box > div {
    width: 220px;
    height: 225px;
    padding: 0px;
    top: 8px;
    left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .album {
    flex-wrap: wrap;
  }
  .album_box {
    width: 300px;
    height: 300px;
    padding: 10px;
  }
  .album_box > div {
    width: 280px;
    height: 280px;
    padding: 10px;
    top: 10px;
    left: 10px;
  }
}
/* album list */
.album_menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  transition: ease-in-out 0.5s;
}
.album_menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px;
}
.album_menu li a {
  display: inline-block;
  padding: 10px 5px 0 5px;
  font-size: 15px;
  font-weight: bolder;
  line-height: 10px;
  color: #f39246;
  background: transparent;
  transition: ease-in-out 0.5s;
}
.album_line > hr {
  height: 2px;
  width: 0%;
  margin: 10px 0 0 0;
  border-width: 0px;
  border-bottom: 2px solid #f39246;
  transition: ease-in-out 0.5s;
}
.album_menu li:hover .album_line > hr {
  width: 100%;
}
.album_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin: 10px auto;
  padding: 0 20px;
}
/* album detail */
.album_detail_flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -20px;
}
.album_detail_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  margin: 4px;
  overflow: hidden;
}
.album_detail_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_album > .title {
  margin: 0 auto;
  padding: 0 0 20px 10px;
  text-align: center;
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 500px) {
  .album_menu {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .album_detail_box {
    width: 170px;
    height: 170px;
  }
}
.aside_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.aside_rightbox {
  /* width: calc(100% - 225px);
    padding: 0px 0 0 6.8%; */
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
}
.aside_centerbox {
  width: 100%;
  padding: 0px;
}
.ipbox_left {
  margin-bottom: 20px;
  margin-right: 40px;
  width: 260px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* display: none; */
}
.product_menu {
  border: #ccc 1px solid;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 75px 0 3%;
  -webkit-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  -moz-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
}
.product_menu #ipul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  text-align: center;
}
.product_menu #ipul > li {
  padding: 0 15px;
  margin: 0;
  border-bottom: #eee 1px solid;
  display: block;
  list-style: none;
}
.product_menu #ipul > li:hover {
  background: rgba(245, 218, 117, 0.2);
}
.product_menu #ipul li > a {
  padding: 7px 0px 7px 25px;
  display: block;
  line-height: 20px;
  color: #333;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background: url(../images/website_image/eeb0def6117c1a232aeb8db06bdcd2fee36c3b2e.png)
    no-repeat left center;
  text-decoration: none;
}
.product_menu #ipul li:hover a {
  color: #a88a62;
}
#left_news_out {
  background: url(../images/website_image/179f9dfeedcf43b0fda58b898bb9a3361198008d.png)
    repeat;
  padding: 15px 20px;
  -webkit-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  -moz-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
}
.ipbox_left > div {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.ipbox_left > div > div,
.ipbox_left > div > ul {
  width: 100%;
}
#left_news marquee {
  height: 120px;
}
#left_news marquee a {
  color: #eee;
  padding: 7px 0;
  border-bottom: rgba(99, 79, 53, 0.7) 1px dashed;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5;
  font-weight: normal;
  display: block;
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left_news marquee .marquee:hover {
  background: rgba(0, 0, 0, 0.05);
  padding: 0 5px;
}
#left_news a .date {
  text-decoration: none;
  display: block;
  color: #634f35;
  font: 600 12px Arial;
}
.ipbox_list {
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ipbox_left .ititle > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #9d78ab;
  border-radius: 3px;
}
.ipbox_left .ititle > div b {
  font-size: 26px;
}
.ipbox_left #ipul {
  width: 100%;
  border: #ccc 1px solid;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  margin: 95px 0 0;
  -webkit-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  -moz-box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
  box-shadow: 1px 3px 5px rgba(171, 138, 95, 0.6);
}
.ipbox_left #ipul > li {
  padding: 0 15px;
  margin: 0;
  border-bottom: #eee 1px solid;
  display: block;
  list-style: none;
}
.ipbox_left #ipul > li:hover {
  background: rgba(245, 218, 117, 0.2);
}
.ipbox_left #ipul li > a {
  padding: 7px 0px 7px 25px;
  display: block;
  line-height: 20px;
  color: #333;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background: url(../images/website_image/eeb0def6117c1a232aeb8db06bdcd2fee36c3b2e.png)
    no-repeat left center;
  text-decoration: none;
}
.ipbox_left #ipul li:hover a {
  color: #a88a62;
}
.ipbox_left .sul {
  display: none;
  padding: 7px 0;
  border-bottom: 1px solid #9fa0a0;
}
.ipbox_left #ipul .sul li {
  padding: 2px 0;
}
.ipbox_left #ipul .sul li a {
  color: #4a4a4a;
  font-weight: bolder;
  word-break: break-all;
  font-size: 18px;
  padding: 0px 0px 0px 42px;
  display: block;
  width: 100%;
}
.ipbox_left #ipul .sul li a:hover {
  color: #333;
}
@media screen and (max-width: 768px) {
  .ipbox_left {
    width: 100%;
  }
  .ipbox_left .ititle > div {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    position: relative;
  }
  .ipbox_left .ititle > div::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #fff;
    font-weight: 600;
    right: 20%;
  }
  .ipbox_left #ipul .sul li a {
    font-size: 15px;
    padding: 0px 0px 0px 42px;
  }
  .ipbox_left #ipul {
    padding: 10px 0 30px;
  }
  .aside_rightbox {
    width: 100%;
    padding: 0;
  }
}
/* new footer */
.art_footer {
  padding: 25px 0;
  background: rgba(171, 138, 95, 0.3)
    url(../admin/file_manage/file/index/a0881ca382b437f85022e6cb080e569a0770659c.png)
    repeat-x top;
}
.footer_left {
  width: 200px;
}
.footer_right {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer_logo {
  width: 200px;
  margin-bottom: 25px;
}
.footer_right .RWDedictor {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 93%;
}
.footer_menu {
  width: 24%;
  margin-right: 6%;
}
.footer_menu_03 {
  margin-right: 0%;
  width: 40%;
}
.footer_menu h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 16px 32px 16px 0;
  position: relative;
  margin: 0;
}
.footer_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0px;
}
.footer_menu ul li {
  border-bottom: none;
  padding: 0px;
  font-size: 15px;
}
.footer_menu ul li a {
  color: rgba(255, 255, 255, 0.68);
}
.footer_menu ul li a:hover {
  color: #9d78ab;
}
.footer_menu h3::before {
  content: "";
  background: linear-gradient(
    90deg,
    rgb(157, 120, 171) 0%,
    rgba(157 120 171) 30%,
    rgba(255, 255, 255, 1) 30%
  );
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.footer_menu ul,
.footer_menu ul a {
  color: #ffffffad;
  line-height: 2;
}
.footer_menu ul,
.footer_menu ul a {
  color: #ffffffad;
  line-height: 2;
}
.footer_introtxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.footer_menu img {
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}
.footer_introtxt p span {
  font-weight: 600;
}
.footer_intro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
.footer_intro > div {
  margin-left: 25px;
}
.footer_introtxt p,
.footer_introtxt a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer_container {
    justify-content: flex-start;
  }
}
