/*** The new CSS reset ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  display: block;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

pre {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

html,
body {
  overflow-x: hidden;
}

@media only screen and (min-width: 1199.98px) {

  .mobile,
  .tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {

  .pc,
  .hide-in-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 669.98px) {

  .pc,
  .hide-in-mobile {
    display: none !important;
  }
}

.editor_content img {
  display: inline-block;
}

.wrap,
[class^=wrap_] {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {

  .wrap,
  [class^=wrap_] {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 669.98px) {

  .wrap,
  [class^=wrap_] {
    margin: 0 auto;
  }
}

.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.row .col {
  display: block;
  float: left;
}

.flex_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_column .col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_column .col .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

input[type=text],
input[type=search],
input[type=submit],
input[type=reset],
input[type=date],
input[type=tel],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  outline: 0;
}

select {
  border-radius: 0;
  outline: 0;
}

.cus_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cus_select select::-ms-expand {
  display: none;
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

html {
  display: block;
}

body {
  position: relative;
  font-family: "Noto Serif TC", serif;
  color: #3f3f4d;
  font-size: 15px;
  overflow-x: hidden;
  display: block;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-clear-button {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  right: 0px;
  width: 16px;
  height: 16px;
  background-image: url(../images/_tw/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.overflow_hidden {
  position: fixed;
  z-index: 1;
  width: 100%;
}

.sl-image {
  width: 80%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1199.98px) {
  .wrap {
    width: 1220px;
  }

  .header {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    background: #fff;
  }

  .header .wrap {
    width: 1600px;
    /*20240505�s�W*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .header .wrap a.logo {
    display: block;
    padding-bottom: 13px;
  }

  .header .wrap a.logo img {
    /*width: 130px;
    height: 44px;*/
  }

  .header .wrap nav>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .header .wrap nav>ul>li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 24px;
  }

  .header .wrap nav>ul>li span {
    font-size: 24px;
    margin-left: 2px;
  }

  .header .wrap nav>ul>li>a {
    display: inline-block;
    color: #3f3f4d;
    font-size: 18px;
  }

  .header .wrap nav>ul>li ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 200px;
    text-align: center;
    top: 100%;
    background: #f7f5f2;
    border-top: 5px #a18d82 solid;
    z-index: 999;
    background: #f7f5f2;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .header .wrap nav>ul>li ul li {
    display: block;
    padding: 15px;
  }

  .header .wrap nav>ul>li ul li a {
    color: #3f3f4d;
  }

  .header .wrap nav>ul>li:hover>a {
    color: #a18d82;
  }

  .header .wrap nav>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  .header .wrap nav>ul>li #search {
    cursor: pointer;
  }

  .header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    height: 100px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .banner .btn_prev1,
  .banner .btn_next1 {
    color: #fff;
    height: 100%;
    top: 0;
    width: 76px;
  }

  .banner .btn_prev1 {
    left: 0;
  }

  .banner .btn_next1 {
    right: 0;
  }

  .banner .swiper-slide>img {
    width: 100%;
  }

  .banner .swiper-pagination {
    position: absolute;
    bottom: 20px;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  footer.footer {
    /*background: #a18d82;*/
    background: #f7f5f2;
  }

  footer.footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 55px 0 90px;
    color: #000;
  }

  footer.footer .footer_info a.logo img {
    /*width: 145px;*/
  }

  footer.footer .footer_info .slogan {
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2px;
    margin: 36px 0 18px;
  }

  footer.footer .footer_info .copy_right {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 12px;
  }

  footer.footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer.footer .footer_menu .inner .title {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_menu .inner ul {
    list-style: none;
  }

  footer.footer .footer_menu .inner ul li a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    /*font-weight: 300;*/
    font-weight: 400;
  }

  footer.footer .footer_menu .inner ul li a span {
    letter-spacing: 0;
  }

  footer.footer .footer_menu .inner ul li+li {
    margin-top: 15px;
  }

  footer.footer .footer_menu .inner+.inner {
    margin-left: 70px;
  }

  footer.footer .footer_menu .inner:last-child a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    position: relative;
  }

  footer.footer .footer_menu .inner:last-child a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  footer.footer .footer_menu .inner:last-child a span:before {
    color: #a18d82;
  }

  footer.footer .footer_menu .inner:last-child a+a {
    margin-left: 10px;
  }

  .page_title {
    font-size: 12px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2.25px;
    font-weight: 100;
  }

  .page_title img,
  .page_title span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
  }

  .page_title .sub_title {
    font-size: 45px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    margin-bottom: 25px;
  }

  .page_title .sub_title+span {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 18px;
    letter-spacing: 2.5em;
  }

  .more {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #c5977e;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2px;
  }

  .more span,
  .more img {
    display: inline-block;
    vertical-align: middle;
  }

  .more img {
    margin-left: 8px;
  }

  #search_content {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    z-index: 90;
    background: #f7f5f2;
    padding: 15px 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    visibility: hidden;
    opacity: 0;
  }

  #search_content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #search_content .wrap input {
    background: #fff;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
  }

  #search_content .wrap button {
    padding: 0 20px;
    height: 40px;
    background: #a18d82;
    color: #fff;
    border-radius: 0 5px 5px 0;
  }

  #search_content.show {
    visibility: visible;
    opacity: 1;
  }

  #search_content.fixed {
    top: 100px;
  }

  #right-fixed {
    position: fixed;
    width: 55px;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }

  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }

  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }

  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }

  #right-fixed .record-silder .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }

  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }

  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }

  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }

  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }

  #right-fixed .record-silder .slides li a+a {
    border-top: 0;
  }

  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }

  #right-fixed .icons .goTop {
    display: none;
  }

  .topicon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 53px;
    height: 53px;
    background: #c5977e url(../images/_tw/up.svg) 50% 8px no-repeat;
    border-radius: 100%;
    padding-top: 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  body {
    padding: 60px 0 0;
  }

  .wrap {
    width: 90%;
    max-width: 680px;
  }

  .header {
    position: fixed;
    z-index: 90;
    background: #fff;
    width: 100%;
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .header a.logo {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }

  .header a.logo img {
    height: 36px;
  }

  .header .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header .icon #mobile_search {
    font-size: 20px;
    margin-right: 15px;
  }

  .header .icon #mobile_menu_btn {
    cursor: pointer;
  }

  .header .icon #mobile_menu_btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #8b8b8b;
  }

  .header .icon #mobile_menu_btn span+span {
    margin-top: 5px;
  }

  #mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 1;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    overflow-y: auto;
  }

  #mobile_menu .inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  #mobile_menu .inner a.logo {
    margin: 30px auto;
    width: 80%;
    display: block;
    text-align: center;
  }

  #mobile_menu .inner a.logo img {
    display: inline-block;
    height: 40px;
  }

  #mobile_menu nav>ul {
    list-style: none;
  }

  #mobile_menu nav>ul>li {
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
    position: relative;
  }

  #mobile_menu nav>ul>li i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 26px;
  }

  #mobile_menu nav>ul>li>a {
    font-size: 15px;
    display: block;
  }

  #mobile_menu nav>ul>li ul {
    display: none;
    padding: 10px 0 0 10px;
  }

  #mobile_menu nav>ul>li ul li {
    padding: 5px 0;
  }

  #mobile_menu nav>ul>li.has_submenu {
    cursor: pointer;
  }

  #mobile_menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .links {
    text-align: center;
  }

  .links a {
    display: inline-block;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border: 1px #ccc solid;
    border-radius: 50%;
    position: relative;
  }

  .links a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .links a+a {
    margin-left: 10px;
  }

  #menu_close {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 20px;
    cursor: pointer;
  }

  .banner .btn_prev1,
  .banner .btn_next1 {
    color: #fff;
  }

  .banner .btn_prev1:after,
  .banner .btn_next1:after {
    font-size: 30px;
  }

  .banner .swiper-pagination {
    bottom: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  footer.footer {
    /*background: #a18d82;*/
    background: #f7f5f2;
    text-align: center;
  }

  footer.footer .wrap {
    padding: 40px 0;
    /*color: #fff;*/
    color: #000;
  }

  footer.footer .footer_info {
    margin-bottom: 40px;
  }

  footer.footer .footer_info a.logo img {
    display: inline-block;
    /*width: 145px;*/
  }

  footer.footer .footer_info .slogan {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 30px 0 15px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_info .copy_right {
    font-size: 12px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.footer .footer_menu .inner {
    width: 33.3333333333%;
  }

  footer.footer .footer_menu .inner .title {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_menu .inner ul {
    list-style: none;
  }

  footer.footer .footer_menu .inner ul li a {
    /*color: #fff;*/
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    /*font-weight: 300;*/
    font-weight: 400;
  }

  footer.footer .footer_menu .inner ul li a span {
    letter-spacing: 0;
  }

  footer.footer .footer_menu .inner ul li+li {
    margin-top: 10px;
  }

  footer.footer .footer_menu .inner:last-child {
    width: 100%;
    margin-top: 40px;
  }

  footer.footer .footer_menu .inner:last-child .title {
    display: none;
  }

  footer.footer .footer_menu .inner:last-child a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    position: relative;
  }

  footer.footer .footer_menu .inner:last-child a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  footer.footer .footer_menu .inner:last-child a span:before {
    color: #a18d82;
  }

  footer.footer .footer_menu .inner:last-child a+a {
    margin-left: 10px;
  }

  .page_title {
    font-size: 12px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2.25px;
    font-weight: 100;
  }

  .page_title img,
  .page_title span {
    display: inline-block;
    vertical-align: middle;
  }

  .page_title .sub_title {
    font-size: 31.5px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .page_title .sub_title+span {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 18px;
    letter-spacing: 2.5em;
  }

  .more {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #c5977e;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2px;
  }

  .more span,
  .more img {
    display: inline-block;
    vertical-align: middle;
  }

  .more img {
    margin-left: 8px;
  }

  #search_content {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 90;
    background: #f7f5f2;
    padding: 10px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    visibility: hidden;
    opacity: 0;
  }

  #search_content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #search_content .wrap input {
    background: #fff;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
  }

  #search_content .wrap button {
    padding: 0 20px;
    height: 40px;
    background: #a18d82;
    color: #fff;
    border-radius: 0 5px 5px 0;
  }

  #search_content.show {
    visibility: visible;
    opacity: 1;
  }

  #fixed-bottom_n {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #fixed-bottom_n .col {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #fixed-bottom_n .col a {
    font-size: 14px;
  }

  #fixed-bottom_n .col+.col {
    border-left: 1px #ddd solid;
  }
}

@media only screen and (max-width: 669.98px) {
  body {
    padding: 60px 0 0;
  }

  .wrap {
    width: 90%;
  }

  .header {
    position: fixed;
    z-index: 90;
    background: #fff;
    width: 100%;
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }

  .header a.logo {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }

  .header a.logo img {
    height: 66px;
  }

  .header .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header .icon #mobile_search {
    font-size: 20px;
    margin-right: 15px;
  }

  .header .icon #mobile_menu_btn {
    cursor: pointer;
  }

  .header .icon #mobile_menu_btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #8b8b8b;
  }

  .header .icon #mobile_menu_btn span+span {
    margin-top: 5px;
  }

  #mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 1;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
    overflow-y: auto;
  }

  #mobile_menu .inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  #mobile_menu .inner a.logo {
    margin: 30px auto;
    width: 80%;
    display: block;
    text-align: center;
  }

  #mobile_menu .inner a.logo img {
    display: inline-block;
    /*height: 40px;*/
  }

  #mobile_menu nav>ul {
    list-style: none;
  }

  #mobile_menu nav>ul>li {
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
    position: relative;
  }

  #mobile_menu nav>ul>li i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 26px;
  }

  #mobile_menu nav>ul>li>a {
    font-size: 15px;
    display: block;
  }

  #mobile_menu nav>ul>li ul {
    display: none;
    padding: 10px 0 0 10px;
  }

  #mobile_menu nav>ul>li ul li {
    padding: 5px 0;
  }

  #mobile_menu nav>ul>li.has_submenu {
    cursor: pointer;
  }

  #mobile_menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .links {
    text-align: center;
  }

  .links a {
    display: inline-block;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border: 1px #ccc solid;
    border-radius: 50%;
    position: relative;
  }

  .links a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .links a+a {
    margin-left: 10px;
  }

  #menu_close {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 20px;
    cursor: pointer;
  }

  .banner .btn_prev1,
  .banner .btn_next1 {
    color: #fff;
  }

  .banner .btn_prev1:after,
  .banner .btn_next1:after {
    font-size: 30px;
  }

  .banner .swiper-pagination {
    bottom: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  footer.footer {
    /*background: #a18d82;*/
    background: #f7f5f2;
    text-align: center;
  }

  footer.footer .wrap {
    padding: 40px 0;
    /*color: #fff;*/
    color: #000;
  }

  footer.footer .footer_info {
    margin-bottom: 40px;
  }

  footer.footer .footer_info a.logo img {
    display: inline-block;
    /*width: 145px;*/
  }

  footer.footer .footer_info .slogan {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 30px 0 15px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_info .copy_right {
    font-size: 12px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.footer .footer_menu .inner {
    width: 33.3333333333%;
  }

  footer.footer .footer_menu .inner .title {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  footer.footer .footer_menu .inner ul {
    list-style: none;
  }

  footer.footer .footer_menu .inner ul li a {
    /*color: #fff;*/
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
  }

  footer.footer .footer_menu .inner ul li a span {
    letter-spacing: 0;
  }

  footer.footer .footer_menu .inner ul li+li {
    margin-top: 10px;
  }

  footer.footer .footer_menu .inner:last-child {
    width: 100%;
    margin-top: 40px;
  }

  footer.footer .footer_menu .inner:last-child .title {
    display: none;
  }

  footer.footer .footer_menu .inner:last-child a {
    display: inline-block;
    font-size: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }

  footer.footer .footer_menu .inner:last-child a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  footer.footer .footer_menu .inner:last-child a span:before {
    color: #a18d82;
  }

  footer.footer .footer_menu .inner:last-child a+a {
    margin-left: 10px;
  }

  .page_title {
    font-size: 12px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2.25px;
    font-weight: 100;
  }

  .page_title img,
  .page_title span {
    display: inline-block;
    vertical-align: middle;
  }

  .page_title .sub_title {
    font-size: 31.5px;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .page_title .sub_title+span {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 18px;
    letter-spacing: 2.5em;
  }

  .more {
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #c5977e;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 2px;
  }

  .more span,
  .more img {
    display: inline-block;
    vertical-align: middle;
  }

  .more img {
    margin-left: 8px;
  }

  #search_content {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 90;
    background: #f7f5f2;
    padding: 10px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    visibility: hidden;
    opacity: 0;
  }

  #search_content .wrap {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #search_content .wrap input {
    background: #fff;
    height: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
  }

  #search_content .wrap button {
    text-align: center;
    width: 80px;
    padding: 0 5px;
    height: 40px;
    background: #a18d82;
    color: #fff;
    border-radius: 0 5px 5px 0;
  }

  #search_content.show {
    visibility: visible;
    opacity: 1;
  }

  #fixed-bottom_n {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #fixed-bottom_n .col {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #fixed-bottom_n .col a {
    font-size: 14px;
  }

  #fixed-bottom_n .col+.col {
    border-left: 1px #ddd solid;
  }
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

@media only screen and (min-width: 1199.98px) {
  .index_product_slider_wrap {
    position: relative;
    margin-top: 20px;
  }

  .index_product {
    padding: 80px 0 90px;
  }

  .index_product .swiper-slide a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    background: #a18d82;
  }

  .index_product .swiper-slide a>img {
    opacity: 0.78;
  }

  .index_product .swiper-slide a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index_product .swiper-slide a .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
  }

  .index_product .swiper-slide a .cover h2 {
    display: block;
    font-size: 26px;
    letter-spacing: 15px;
    margin-right: -15px;
  }

  .index_product .swiper-slide a .cover span {
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: 15px 0 10px;
  }

  .index_product .swiper-slide a .cover p {
    font-size: 18px;
    font-family: "Cormorant Infant", serif;
  }

  .index_product .swiper-slide a .cover>img {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
  }

  .index_product .swiper-slide a:hover:before {
    opacity: 1;
  }

  .index_product .btn_prev2,
  .index_product .btn_next2 {
    color: #c5977e;
    margin-top: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index_product .btn_prev2:after,
  .index_product .btn_next2:after {
    font-size: 27px;
  }

  .index_product .btn_prev2 {
    left: -60px;
  }

  .index_product .btn_next2 {
    right: -60px;
  }

  .pagination2 {
    display: none;
  }

  .index_photo {
    padding: 80px 0;
    background: #f7f5f2;
  }

  .index_photo .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index_photo .wrap .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 62%;
    min-height: 65vh;
  }

  .index_photo .wrap .img img {
    width: calc(50% - 25px);
    border-radius: 20px;
  }

  .index_photo .wrap .img img:first-child {
    -ms-flex-item-align: start;
    align-self: start;
  }

  .index_photo .wrap .img img+img {
    -ms-flex-item-align: end;
    align-self: end;
  }

  .index_photo .wrap .text {
    width: 38%;
    padding-left: 6%;
  }

  .index_photo .wrap .text p {
    line-height: 60px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about {
    padding: 80px 0;
  }

  .index_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
  }

  .index_about .about_content .inner {
    width: 33.3333333333%;
    padding: 0 20px;
  }

  .index_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .index_about .about_content .inner h2 {
    margin: 12px 0 30px;
  }

  .index_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .index_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .index_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  /*20240607*/
  .service_about {
    padding: 10px 0;
  }

  .service_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .service_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
  }

  .service_about .about_content .inner {
    width: 33.3333333333%;
    padding: 0 20px;
  }

  .service_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .service_about .about_content .inner h2 {
    margin: 12px 0 30px;
  }

  .service_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .service_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .service_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  /**/




  .index_gallery {
    padding: 80px 0;
    background: #f7f5f2;
  }

  .index_gallery .index_gallery_slider {
    margin-top: 30px;
  }

  .index_gallery .index_gallery_slider .swiper-slide {
    width: 650px;
  }

  .index_gallery .index_gallery_slider .swiper-slide img {
    width: 100%;
    border-radius: 20px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  .index_product_slider_wrap {
    position: relative;
    margin-top: 20px;
  }

  .index_product {
    padding: 40px 0;
    position: relative;
  }

  .index_product .swiper-slide a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    background: #a18d82;
  }

  .index_product .swiper-slide a>img {
    opacity: 0.38;
    width: 100%;
  }

  .index_product .swiper-slide a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index_product .swiper-slide a .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
  }

  .index_product .swiper-slide a .cover h2 {
    display: block;
    font-size: 26px;
    letter-spacing: 15px;
    margin-right: -15px;
  }

  .index_product .swiper-slide a .cover span {
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: 15px 0 10px;
  }

  .index_product .swiper-slide a .cover p {
    font-size: 18px;
    font-family: "Cormorant Infant", serif;
  }

  .index_product .swiper-slide a .cover>img {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
  }

  .index_product .btn_prev2,
  .index_product .btn_next2 {
    color: #c5977e;
    margin-top: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index_product .btn_prev2:after,
  .index_product .btn_next2:after {
    font-size: 27px;
  }

  .index_product .btn_prev2 {
    left: -60px;
  }

  .index_product .btn_next2 {
    right: -60px;
  }

  .index_product .pagination2 {
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 0;
    width: 100%;
  }

  .index_product .pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #a18d82;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .index_photo {
    padding: 40px 0;
    background: #f7f5f2;
  }

  .index_photo .wrap .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
    margin-bottom: 40px;
  }

  .index_photo .wrap .img img {
    width: calc(50% - 10px);
    border-radius: 20px;
  }

  .index_photo .wrap .img img+img {
    margin-bottom: -40px;
  }

  .index_photo .wrap .text {
    width: 100%;
  }

  .index_photo .wrap .text p {
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about {
    padding: 40px 0;
  }

  .index_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px 0;
  }

  .index_about .about_content .inner {
    width: 100%;
    padding: 0 20px;
  }

  .index_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .index_about .about_content .inner h2 {
    margin: 12px 0 20px;
  }

  .index_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .index_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .index_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about .about_content .inner+.inner {
    margin-top: 40px;
  }

  /*20240607*/
  .service_about {
    padding: 10px 0;
  }

  .service_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .service_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px 0;
  }

  .service_about .about_content .inner {
    width: 100%;
    padding: 0 20px;
  }

  .service_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .service_about .about_content .inner h2 {
    margin: 12px 0 20px;
  }

  .service_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .service_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .service_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .service_about .about_content .inner+.inner {
    margin-top: 40px;
  }

  /**/


  .index_gallery {
    padding: 40px 0;
    background: #f7f5f2;
  }

  .index_gallery .index_gallery_slider {
    margin-top: 20px;
  }

  .index_gallery .index_gallery_slider .swiper-slide {
    width: 90%;
  }

  .index_gallery .index_gallery_slider .swiper-slide img {
    width: 100%;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 669.98px) {
  .index_product_slider_wrap {
    position: relative;
    margin-top: 20px;
  }

  .index_product {
    padding: 40px 0;
    position: relative;
  }

  .index_product .swiper-slide a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    background: #a18d82;
  }

  .index_product .swiper-slide a>img {
    opacity: 0.38;
    width: 100%;
  }

  .index_product .swiper-slide a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .index_product .swiper-slide a .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
  }

  .index_product .swiper-slide a .cover h2 {
    display: block;
    font-size: 26px;
    letter-spacing: 15px;
    margin-right: -15px;
  }

  .index_product .swiper-slide a .cover span {
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #fff;
    margin: 15px 0 10px;
  }

  .index_product .swiper-slide a .cover p {
    font-size: 18px;
    font-family: "Cormorant Infant", serif;
  }

  .index_product .swiper-slide a .cover>img {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
  }

  .index_product .btn_prev2,
  .index_product .btn_next2 {
    color: #c5977e;
    margin-top: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index_product .btn_prev2:after,
  .index_product .btn_next2:after {
    font-size: 27px;
  }

  .index_product .btn_prev2 {
    left: 0;
  }

  .index_product .btn_next2 {
    right: 0;
  }

  .index_product .pagination2 {
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 0;
    width: 100%;
  }

  .index_product .pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #a18d82;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .index_photo {
    padding: 40px 0;
    background: #f7f5f2;
  }

  .index_photo .wrap .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 100%;
    margin-bottom: 40px;
  }

  .index_photo .wrap .img img {
    width: calc(50% - 10px);
    border-radius: 20px;
  }

  .index_photo .wrap .img img+img {
    margin-bottom: -40px;
  }

  .index_photo .wrap .text {
    width: 100%;
  }

  .index_photo .wrap .text p {
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about {
    padding: 40px 0;
  }

  .index_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px 0;
  }

  .index_about .about_content .inner {
    width: 100%;
    padding: 0 20px;
  }

  .index_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .index_about .about_content .inner h2 {
    margin: 12px 0 20px;
  }

  .index_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .index_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .index_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .index_about .about_content .inner+.inner {
    margin-top: 40px;
  }

  /*20240607*/
  .service_about {
    padding: 10px 0;
  }

  .service_about .text {
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .service_about .about_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px 0;
  }

  .service_about .about_content .inner {
    width: 100%;
    padding: 0 20px;
  }

  .service_about .about_content .inner .img img {
    width: 100%;
    border-radius: 20px;
  }

  .service_about .about_content .inner h2 {
    margin: 12px 0 20px;
  }

  .service_about .about_content .inner h2 span:first-child {
    font-size: 22px;
    color: #3f3f4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .service_about .about_content .inner h2 span+span {
    font-family: "Cormorant Infant", serif;
    font-size: 13px;
    color: #8e8e9b;
    margin-left: 10px;
  }

  .service_about .about_content .inner p {
    line-height: 24px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
  }

  .service_about .about_content .inner+.inner {
    margin-top: 40px;
  }

  /**/



  .index_gallery {
    padding: 40px 0;
    background: #f7f5f2;
  }

  .index_gallery .index_gallery_slider {
    margin-top: 20px;
  }

  .index_gallery .index_gallery_slider .swiper-slide {
    width: 90%;
  }

  .index_gallery .index_gallery_slider .swiper-slide img {
    width: 100%;
    border-radius: 20px;
  }

  .index_gallery .btn_prev3,
  .index_gallery .btn_next3 {
    color: #c5977e;
    margin-top: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index_gallery .btn_prev3:after,
  .index_gallery .btn_next3:after {
    font-size: 27px;
  }

  .index_gallery .btn_prev3 {
    left: 5%;
  }

  .index_gallery .btn_next3 {
    right: 5%;
  }

  #right-fixed {
    position: fixed;
    width: 55px;
    text-align: center;
    right: 15px;
    bottom: 10%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  #right-fixed .slider-wrap {
    margin-bottom: 20px;
    position: relative;
  }

  #right-fixed .record-silder {
    position: relative;
    background: 0;
  }

  #right-fixed .record-silder .text {
    color: #555;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 99;
    position: relative;
  }

  #right-fixed .record-silder .text span {
    padding: 0 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 2;
  }

  #right-fixed .record-silder .text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 12px;
    z-index: 1;
  }

  #right-fixed .record-silder .slides li {
    height: 220px;
    background: #fff;
  }

  #right-fixed .record-silder .slides li a {
    display: block;
    border-bottom: 1px #ddd solid;
    text-align: center;
    padding: 10px 5px;
  }

  #right-fixed .record-silder .slides li a img {
    width: 70px;
    display: inline-block;
  }

  #right-fixed .record-silder .slides li a p {
    color: #555;
    font-size: 12px;
    padding: 5px 0 0;
  }

  #right-fixed .record-silder .slides li a+a {
    border-top: 0;
  }

  #right-fixed .icons a {
    display: block;
    margin-bottom: 10px;
  }

  #right-fixed .icons .goTop {
    display: none;
  }
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

@media only screen and (min-width: 1199.98px) {
  .product_list_banner {
    height: 200px;
  }

  .product_list_container {
    padding: 80px 0;
  }

  .product_list_container .product_list {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
  }

  .product_list_container .product_list .item {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 50px;
  }

  .product_list_container .product_list .item a {
    display: block;
  }

  .product_list_container .product_list .item a .img {
    background: rgba(142, 142, 155, 0.05);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }

  .product_list_container .product_list .item a .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .product_list_container .product_list .item a .img img {
    width: 100%;
  }

  .product_list_container .product_list .item a .img:hover:before {
    opacity: 1;
  }

  .product_list_container .product_list .item a h2 {
    font-size: 17px;
    padding: 11px 0 2px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .product_list_container .product_list .item a p span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ac775b;
  }

  .product_list_container .product_list .item a p span.line_through {
    color: #a8a8b7;
    text-decoration: line-through;
    margin-left: 10px;
  }

  .cus_tabs.type1>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .cus_tabs.type1>ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #8e8e9b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.2;
  }

  .cus_tabs.type1>ul li {
    padding: 12px 24px;
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .cus_tabs.type1>ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #8e8e9b;
    letter-spacing: 1px;
  }

  .cus_tabs.type1>ul li.current a {
    color: #a6755b;
    display: block;
  }

  .cus_tabs.type1>ul li.current a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 4px;
    background: #a6755b;
    position: absolute;
    left: 0;
    bottom: -8px;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content {
    display: none;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pager a {
    font-family: "Lato", sans-serif;
    color: #8e8e9b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal !important;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 16px;
    color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
  }

  .pager a.current {
    font-weight: bold;
    color: #a6755b !important;
  }

  .pager a:not(:first-child):not(:last-child)+a:not(:first-child):not(:last-child) {
    margin-left: 17px;
  }

  .pager a.prev:before,
  .pager a.next:before {
    content: "";
    border: solid #8e8e9b;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 2px;
  }

  .pager a.prev {
    margin-right: 10px;
  }

  .pager a.prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .pager a.next {
    margin-left: 10px;
  }

  .pager a.next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pager a.disabled {
    opacity: 0.5;
  }

  .breadcrumbs {
    background: rgba(161, 141, 130, 0.05);
  }

  .breadcrumbs .wrap {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #8e8e9b;
    letter-spacing: 3px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .breadcrumbs .wrap span {
    margin: 0 4px;
  }

  .breadcrumbs .wrap a:hover {
    text-decoration: none;
    color: #a6755b;
  }

  .breadcrumbs .wrap em {
    height: 50px;
    max-height: 50px;
    line-height: 50px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product_detail {
    padding: 50px 0 80px;
    color: #3f3f4d;
  }

  .product_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .left {
    width: 43.4%;
  }
}

@media only screen and (min-width: 1199.98px) and (min-width: 1599.98px) {
  .product_detail .wrap .left {
    width: 530px;
  }
}

@media only screen and (min-width: 1199.98px) {
  .product_detail .wrap .left .mySwiper2 {
    margin-bottom: 20px;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide {
    position: relative;
    cursor: pointer;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:before {
    content: "";
    display: block;
    border: 1px rgba(142, 142, 155, 0.4) solid;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.6;
  }

  .product_detail .wrap .right {
    width: 56.6%;
    padding: 50px 0 0 120px;
  }
}

@media only screen and (min-width: 1199.98px) and (min-width: 1599.98px) {
  .product_detail .wrap .right {
    width: 690px;
    padding: 50px 0 0 120px;
  }
}

@media only screen and (min-width: 1199.98px) {
  .product_detail .wrap .right h1 {
    font-size: 36px;
    letter-spacing: 3.6px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .product_detail .wrap .right .sub_title {
    font-size: 13px;
    color: #ff6753;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .sub_title:before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #ff6753;
    left: 0;
    margin-right: 6px;
    border-radius: 6px;
  }

  .product_detail .wrap .right .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
  }

  .product_detail .wrap .right .color>span {
    font-size: 15px;
    margin-right: 10px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .color .cus_radio {
    cursor: pointer;
    display: block;
  }

  .product_detail .wrap .right .color .cus_radio input {
    display: none;
  }

  .product_detail .wrap .right .color .cus_radio div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
  }

  .product_detail .wrap .right .color .cus_radio div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px #fff solid;
    opacity: 0.6;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio div span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio input:checked+div::before {
    border: 1px rgb(142, 142, 155) solid;
    opacity: 0.6;
  }

  .product_detail .wrap .right .color .cus_radio+.cus_radio {
    margin-left: 5px;
  }

  .product_detail .wrap .right .price {
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: 1px rgba(142, 151, 126, 0.4) solid;
    border-bottom: 1px rgba(142, 151, 126, 0.4) solid;
  }

  .product_detail .wrap .right .price span {
    font-weight: bold;
    font-size: 22px;
  }

  .product_detail .wrap .right .price span i {
    font-size: 16px;
    font-style: normal;
  }

  .product_detail .wrap .right .price span.line_through {
    color: #8e8e9b;
    font-size: 15px;
    margin-left: 15px;
    text-decoration: line-through;
  }

  .product_detail .wrap .right .cus_tabs.type2 {
    padding: 20px 0 0px;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li>a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 15px;
    color: #8e8e9b;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li.current a {
    background: #f5ece5;
    color: #a6755b;
    display: block;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul li+li {
    margin-left: 10px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content {
    display: none;
    padding-top: 30px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .product_detail .wrap .right .trait_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .right .trait_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .product_detail .wrap .right .trait_list li .img img {
    width: 41px;
  }

  .product_detail .wrap .right .trait_list li .text {
    width: calc(100% - 41px);
    padding-left: 20px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .trait_list li .text h2 {
    font-size: 13px;
    font-weight: 500;
  }

  .product_detail .wrap .right .trait_list li .text p {
    font-size: 12px;
    margin-top: 3px;
    color: #8e8e9b;
  }

  .product_detail .wrap .right .trait_list li+li {
    margin-top: 20px;
  }

  .btns {
    margin-top: 30px;
  }

  .btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #c5977e;
    border-radius: 4px;
    color: #fff;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 1px;
  }

  .btns a span {
    margin: 0 8px;
  }

  .product_detail_info {
    padding-bottom: 80px;
  }

  .product_detail_info .wrap .cus_tabs .tabs_content_wrap {
    padding: 50px 0 80px;
  }

  .product_detail_info .wrap .cus_tabs ul li {
    padding: 12px 15px;
  }

  .product_detail_info .wrap .cus_tabs ul li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  .product_list_banner {
    height: 200px;
  }

  .product_list_container {
    padding: 40px 0;
  }

  .product_list_container .product_list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .product_list_container .product_list .item {
    width: 33.3333333333%;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .product_list_container .product_list .item a {
    display: block;
  }

  .product_list_container .product_list .item a .img {
    background: rgba(142, 142, 155, 0.05);
    border-radius: 16px;
    overflow: hidden;
  }

  .product_list_container .product_list .item a .img img {
    width: 100%;
  }

  .product_list_container .product_list .item a h2 {
    font-size: 17px;
    padding: 11px 0 2px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .product_list_container .product_list .item a p span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ac775b;
  }

  .product_list_container .product_list .item a p span.line_through {
    color: #a8a8b7;
    text-decoration: line-through;
    margin-left: 10px;
  }

  .cus_tabs.type1>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .cus_tabs.type1>ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #8e8e9b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.2;
  }

  .cus_tabs.type1>ul li {
    padding: 12px 20px;
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .cus_tabs.type1>ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #8e8e9b;
    letter-spacing: 1px;
  }

  .cus_tabs.type1>ul li.current a {
    color: #a6755b;
    display: block;
  }

  .cus_tabs.type1>ul li.current a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 4px;
    background: #a6755b;
    position: absolute;
    left: 0;
    bottom: -8px;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content {
    display: none;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pager a {
    font-family: "Lato", sans-serif;
    color: #8e8e9b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal !important;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 16px;
    color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
  }

  .pager a.current {
    font-weight: bold;
    color: #a6755b !important;
  }

  .pager a:not(:first-child):not(:last-child)+a:not(:first-child):not(:last-child) {
    margin-left: 17px;
  }

  .pager a.prev:before,
  .pager a.next:before {
    content: "";
    border: solid #8e8e9b;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 2px;
  }

  .pager a.prev {
    margin-right: 10px;
  }

  .pager a.prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .pager a.next {
    margin-left: 10px;
  }

  .pager a.next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pager a.disabled {
    opacity: 0.5;
  }

  .breadcrumbs {
    background: rgba(161, 141, 130, 0.05);
    height: 40px;
  }

  .breadcrumbs .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #8e8e9b;
    letter-spacing: 3px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .breadcrumbs .wrap span {
    margin: 0 4px;
  }

  .breadcrumbs .wrap a:hover {
    text-decoration: underline;
  }

  .breadcrumbs .wrap em {
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product_detail {
    padding: 20px 0 30px;
    color: #3f3f4d;
  }

  .product_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .left {
    width: 100%;
  }

  .product_detail .wrap .left .mySwiper2 {
    margin-bottom: 20px;
  }

  .product_detail .wrap .left .mySwiper2 .swiper-slide {
    text-align: center;
  }

  .product_detail .wrap .left .mySwiper2 .swiper-slide img {
    display: inline-block;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
    cursor: pointer;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide img {
    display: inline-block;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:before {
    content: "";
    display: block;
    border: 1px rgba(142, 142, 155, 0.4) solid;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.6;
  }

  .product_detail .wrap .right {
    width: 100%;
    margin-top: 40px;
  }

  .product_detail .wrap .right h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3.6px;
    margin-bottom: 5px;
  }

  .product_detail .wrap .right .sub_title {
    font-size: 13px;
    color: #ff6753;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .sub_title:before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #ff6753;
    left: 0;
    margin-right: 6px;
    border-radius: 6px;
  }

  .product_detail .wrap .right .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
  }

  .product_detail .wrap .right .color>span {
    font-size: 15px;
    margin-right: 10px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .color .cus_radio {
    cursor: pointer;
    display: block;
  }

  .product_detail .wrap .right .color .cus_radio input {
    display: none;
  }

  .product_detail .wrap .right .color .cus_radio div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
  }

  .product_detail .wrap .right .color .cus_radio div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px #fff solid;
    opacity: 0.6;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio div span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio input:checked+div::before {
    border: 1px rgb(142, 142, 155) solid;
    opacity: 0.6;
  }

  .product_detail .wrap .right .color .cus_radio+.cus_radio {
    margin-left: 5px;
  }

  .product_detail .wrap .right .price {
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px rgba(142, 151, 126, 0.4) solid;
    border-bottom: 1px rgba(142, 151, 126, 0.4) solid;
  }

  .product_detail .wrap .right .price span {
    font-weight: bold;
    font-size: 22px;
  }

  .product_detail .wrap .right .price span i {
    font-size: 16px;
    font-style: normal;
  }

  .product_detail .wrap .right .price span.line_through {
    color: #8e8e9b;
    font-size: 15px;
    margin-left: 15px;
    text-decoration: line-through;
  }

  .product_detail .wrap .right .cus_tabs.type2 {
    padding: 20px 0 0px;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li>a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 15px;
    color: #8e8e9b;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li.current a {
    background: #f5ece5;
    color: #a6755b;
    display: block;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul li+li {
    margin-left: 10px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content {
    display: none;
    padding-top: 30px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .product_detail .wrap .right .trait_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .right .trait_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .product_detail .wrap .right .trait_list li .img img {
    width: 41px;
  }

  .product_detail .wrap .right .trait_list li .text {
    width: calc(100% - 41px);
    padding-left: 20px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .trait_list li .text h2 {
    font-size: 13px;
    font-weight: 500;
  }

  .product_detail .wrap .right .trait_list li .text p {
    font-size: 12px;
    margin-top: 3px;
    color: #8e8e9b;
  }

  .product_detail .wrap .right .trait_list li+li {
    margin-top: 20px;
  }

  .btns {
    margin-top: 30px;
  }

  .btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #c5977e;
    border-radius: 4px;
    color: #fff;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 1px;
  }

  .btns a span {
    margin: 0 8px;
  }

  .product_detail_info {
    padding-bottom: 30px;
  }

  .product_detail_info .wrap .cus_tabs .tabs_content_wrap {
    padding: 20px 0 30px;
  }

  .product_detail_info .wrap .cus_tabs ul li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 669.98px) {
  .product_list_banner {
    height: 200px;
  }

  .product_list_container {
    padding: 40px 0;
  }

  .product_list_container .product_list {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .product_list_container .product_list .item {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .product_list_container .product_list .item a {
    display: block;
  }

  .product_list_container .product_list .item a .img {
    background: rgba(142, 142, 155, 0.05);
    border-radius: 16px;
    overflow: hidden;
  }

  .product_list_container .product_list .item a .img img {
    width: 100%;
  }

  .product_list_container .product_list .item a h2 {
    font-size: 17px;
    padding: 11px 0 2px;
    line-height: normal;
    letter-spacing: 2px;
    font-weight: 500;
  }

  .product_list_container .product_list .item a p {
    font-family: "Lato", sans-serif;
  }

  .product_list_container .product_list .item a p span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #ac775b;
  }

  .product_list_container .product_list .item a p span.line_through {
    color: #a8a8b7;
    text-decoration: line-through;
    margin-left: 10px;
  }

  .cus_tabs.type1>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .cus_tabs.type1>ul:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #8e8e9b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.2;
  }

  .cus_tabs.type1>ul li {
    padding: 10px 8px;
    background: #fff;
    position: relative;
    z-index: 2;
  }

  .cus_tabs.type1>ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #8e8e9b;
    letter-spacing: 1px;
  }

  .cus_tabs.type1>ul li.current a {
    color: #a6755b;
    display: block;
  }

  .cus_tabs.type1>ul li.current a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 4px;
    background: #a6755b;
    position: absolute;
    left: 0;
    bottom: -8px;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content {
    display: none;
  }

  .cus_tabs.type1 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pager a {
    font-family: "Lato", sans-serif;
    color: #8e8e9b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal !important;
  }

  .pager a:not(:first-child):not(:last-child) {
    font-size: 16px;
    color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
  }

  .pager a.current {
    font-weight: bold;
    color: #a6755b !important;
  }

  .pager a:not(:first-child):not(:last-child)+a:not(:first-child):not(:last-child) {
    margin-left: 17px;
  }

  .pager a.prev:before,
  .pager a.next:before {
    content: "";
    border: solid #8e8e9b;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 2px;
  }

  .pager a.prev {
    margin-right: 10px;
  }

  .pager a.prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .pager a.next {
    margin-left: 10px;
  }

  .pager a.next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .pager a.disabled {
    opacity: 0.5;
  }

  .breadcrumbs {
    background: rgba(161, 141, 130, 0.05);
    height: 40px;
  }

  .breadcrumbs .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #8e8e9b;
    letter-spacing: 3px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .breadcrumbs .wrap span {
    margin: 0 4px;
  }

  .breadcrumbs .wrap a:hover {
    text-decoration: underline;
  }

  .breadcrumbs .wrap em {
    height: 40px;
    max-height: 40px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product_detail {
    padding: 20px 0 30px;
    color: #3f3f4d;
  }

  .product_detail .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .left {
    width: 100%;
  }

  .product_detail .wrap .left .mySwiper2 {
    margin-bottom: 20px;
  }

  .product_detail .wrap .left .mySwiper2 .swiper-slide {
    text-align: center;
  }

  .product_detail .wrap .left .mySwiper2 .swiper-slide img {
    display: inline-block;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    position: relative;
    cursor: pointer;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide img {
    display: inline-block;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:before {
    content: "";
    display: block;
    border: 1px rgba(142, 142, 155, 0.4) solid;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
  }

  .product_detail .wrap .left .mySwiper .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.6;
  }

  .product_detail .wrap .right {
    width: 100%;
    margin-top: 40px;
  }

  .product_detail .wrap .right h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3.6px;
    margin-bottom: 5px;
  }

  .product_detail .wrap .right .sub_title {
    font-size: 13px;
    color: #ff6753;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .sub_title:before {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    background: #ff6753;
    left: 0;
    margin-right: 6px;
    border-radius: 6px;
  }

  .product_detail .wrap .right .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
  }

  .product_detail .wrap .right .color>span {
    font-size: 15px;
    margin-right: 10px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .color .cus_radio {
    cursor: pointer;
    display: block;
  }

  .product_detail .wrap .right .color .cus_radio input {
    display: none;
  }

  .product_detail .wrap .right .color .cus_radio div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
  }

  .product_detail .wrap .right .color .cus_radio div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px #fff solid;
    opacity: 0.6;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio div span {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }

  .product_detail .wrap .right .color .cus_radio input:checked+div::before {
    border: 1px rgb(142, 142, 155) solid;
    opacity: 0.6;
  }

  .product_detail .wrap .right .color .cus_radio+.cus_radio {
    margin-left: 5px;
  }

  .product_detail .wrap .right .price {
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px rgba(142, 151, 126, 0.4) solid;
    border-bottom: 1px rgba(142, 151, 126, 0.4) solid;
  }

  .product_detail .wrap .right .price span {
    font-weight: bold;
    font-size: 22px;
  }

  .product_detail .wrap .right .price span i {
    font-size: 16px;
    font-style: normal;
  }

  .product_detail .wrap .right .price span.line_through {
    color: #8e8e9b;
    font-size: 15px;
    margin-left: 15px;
    text-decoration: line-through;
  }

  .product_detail .wrap .right .cus_tabs.type2 {
    padding: 20px 0 0px;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li>a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 15px;
    color: #8e8e9b;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .cus_tabs.type2>ul>li.current a {
    background: #f5ece5;
    color: #a6755b;
    display: block;
  }

  .product_detail .wrap .right .cus_tabs.type2>ul li+li {
    margin-left: 10px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content {
    display: none;
    padding-top: 30px;
  }

  .product_detail .wrap .right .cus_tabs.type2 .tabs_content_wrap .tabs_content.active {
    display: block;
  }

  .product_detail .wrap .right .trait_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_detail .wrap .right .trait_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .product_detail .wrap .right .trait_list li .img img {
    width: 41px;
  }

  .product_detail .wrap .right .trait_list li .text {
    width: calc(100% - 41px);
    padding-left: 20px;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .product_detail .wrap .right .trait_list li .text h2 {
    font-size: 13px;
    font-weight: 500;
  }

  .product_detail .wrap .right .trait_list li .text p {
    font-size: 12px;
    margin-top: 3px;
    color: #8e8e9b;
  }

  .product_detail .wrap .right .trait_list li+li {
    margin-top: 20px;
  }

  .btns {
    margin-top: 30px;
  }

  .btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #c5977e;
    border-radius: 4px;
    color: #fff;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 1px;
  }

  .btns a span {
    margin: 0 8px;
  }

  .product_detail_info {
    padding-bottom: 30px;
  }

  .product_detail_info .wrap .cus_tabs .tabs_content_wrap {
    padding: 20px 0 30px;
  }

  .product_detail_info .wrap .cus_tabs ul li {
    padding: 10px;
  }

  .product_detail_info .wrap .cus_tabs ul li a {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 2px;
  }
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

@media only screen and (min-width: 1199.98px) {
  .page_banner {
    height: 500px;
  }

  .news_detail_container {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 16px;
  }

  .news_detail_container .wrap {
    position: relative;
    top: -70px;
    border-radius: 0;
    background: #fff;
    padding: 30px 40px;
  }

  .news_detail_container .wrap h1 {
    font-size: 30px;
    letter-spacing: 2.5px;
    font-weight: bold;
    margin-bottom: 50px;
  }

  .news_detail_container .wrap .date {
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .news_detail_container .wrap .date span+span {
    margin-left: 30px;
  }

  .news_detail_container .wrap p {
    line-height: 2;
    font-weight: normal;
    letter-spacing: 1.5px;
  }

  .hash_tag a {
    color: #9b9b9b;
    letter-spacing: 1.71px;
    display: inline-block;
  }

  .hash_tag a+a {
    margin-left: 10px;
  }

  .news_list {
    padding: 60px 0 120px;
  }

  .news_list .cus_tabs {
    margin-bottom: 50px;
  }

  .fliter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin: 50px 0;
  }

  .fliter a {
    font-size: 16px;
    color: #000;
  }

  .fliter a:hover {
    color: #d86c00;
  }

  .fliter a+a {
    margin-left: 30px;
  }

  .fliter a.active {
    color: #d86c00;
  }

  .fliter input {
    margin-left: 30px;
    font-size: 13px;
    color: #999;
  }

  .news_content {
    padding: 20px;
    background: #faf8f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .news_content .left {
    width: 270px;
  }

  .news_content .left img {
    border-radius: 10px;
  }

  .news_content .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 30px;
  }

  .news_content .right>a {
    display: block;
  }

  .news_content .right>a .text h2 {
    font-size: 16px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.5px;
    color: #3f3f4d;
    height: 30px;
    max-height: 30px;
    line-height: 30px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    font-weight: 600;
  }

  .news_content .right>a .text h2:hover {
    color: #a6755b;
  }

  .news_content .right>a .text p {
    color: #333;
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.2px;
    color: #656571;
    height: 84px;
    max-height: 84px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    margin: 15px 0 10px;
  }

  .news_content .right .date {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
    margin-bottom: 5px;
  }

  .news_content .right .hash_tag a {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
  }

  .news_content .right .hash_tag a:hover {
    color: #a6755b;
  }

  .news_content+.news_content {
    margin-top: 25px;
  }

  .news_list_wrap {
    margin-bottom: 40px;
  }

  .product_list_container.style2 {
    background: #f7f5f2;
    padding: 60px 40px 0 !important;
    margin-top: 40px;
  }

  .product_list_container.style2 .title {
    font-size: 22px;
    font-weight: 500;
    font-family: "PingFangTC", "Microsoft JhengHei";
    color: #3f3f4d;
    text-align: center;
    letter-spacing: 4px;
  }

  .product_list_container.style2 .product_list {
    margin: 0 -15px;
  }

  .product_list_container.style2 .product_list .item {
    padding: 0 15px;
  }

  .product_list_container.style2 .product_list .item a .img {
    background: #fff;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  .page_banner {
    height: 300px;
  }

  .news_detail_container {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 16px;
  }

  .news_detail_container .wrap {
    position: relative;
    top: -60px;
    border-radius: 0;
    background: #fff;
    padding: 20px 30px;
  }

  .news_detail_container .wrap h1 {
    font-size: 24px;
    letter-spacing: 2.5px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .news_detail_container .wrap .date {
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .news_detail_container .wrap .date span+span {
    margin-left: 30px;
  }

  .news_detail_container .wrap p {
    line-height: 2;
    font-weight: normal;
    letter-spacing: 1.5px;
  }

  .hash_tag a {
    color: #9b9b9b;
    letter-spacing: 1.71px;
    display: inline-block;
  }

  .hash_tag a+a {
    margin-left: 6px;
  }

  .news_list {
    padding: 60px 0 120px;
  }

  .news_list .cus_tabs {
    margin-bottom: 40px;
  }

  .fliter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin: 30px 0 40px;
  }

  .fliter a {
    font-size: 14px;
    color: #000;
  }

  .fliter a:hover {
    color: #d86c00;
  }

  .fliter a+a {
    margin-left: 10px;
  }

  .fliter a.active {
    color: #d86c00;
  }

  .fliter input {
    font-size: 13px;
    color: #999;
    margin-left: 20px;
  }

  .news_content {
    padding: 30px;
    background: #faf8f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .news_content .left {
    width: 100%;
  }

  .news_content .left img {
    border-radius: 10px;
    width: 100%;
  }

  .news_content .right {
    width: 100%;
    margin-top: 15px;
  }

  .news_content .right>a {
    display: block;
  }

  .news_content .right>a .text h2 {
    font-size: 16px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.5px;
    color: #3f3f4d;
    height: 30px;
    max-height: 30px;
    line-height: 30px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    font-weight: 600;
  }

  .news_content .right>a .text p {
    color: #333;
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.2px;
    color: #656571;
    height: 84px;
    max-height: 84px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    margin: 10px 0;
  }

  .news_content .right .date {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
    margin-bottom: 5px;
  }

  .news_content .right .hash_tag a {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
  }

  .news_content+.news_content {
    margin-top: 25px;
  }

  .news_list_wrap {
    margin-bottom: 40px;
  }

  .product_list_container.style2 {
    background: #f7f5f2;
    padding: 40px 30px 0 !important;
    margin-top: 40px;
  }

  .product_list_container.style2 .title {
    font-size: 22px;
    font-weight: 500;
    font-family: "PingFangTC", "Microsoft JhengHei";
    color: #3f3f4d;
    text-align: center;
    letter-spacing: 4px;
  }

  .product_list_container.style2 .product_list .item a .img {
    background: #fff;
  }

  .product_list_container.style2 .product_list .item:nth-child(n+4) {
    display: none;
  }
}

@media only screen and (max-width: 669.98px) {
  .page_banner {
    height: 240px;
  }

  .news_detail_container {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 16px;
  }

  .news_detail_container .wrap {
    position: relative;
    top: -60px;
    border-radius: 0;
    background: #fff;
    padding: 20px 30px;
  }

  .news_detail_container .wrap h1 {
    font-size: 24px;
    letter-spacing: 2.5px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .news_detail_container .wrap .date {
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-weight: 400;
  }

  .news_detail_container .wrap .date span+span {
    margin-left: 30px;
  }

  .news_detail_container .wrap p {
    line-height: 2;
    font-weight: normal;
    letter-spacing: 1.5px;
  }

  .hash_tag a {
    color: #9b9b9b;
    letter-spacing: 1.71px;
    display: inline-block;
  }

  .hash_tag a+a {
    margin-left: 6px;
  }

  .news_list {
    padding: 60px 0 120px;
  }

  .news_list .cus_tabs {
    margin-bottom: 30px;
  }

  .fliter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin: 30px 0 40px;
  }

  .fliter a {
    font-size: 14px;
    color: #000;
  }

  .fliter a:hover {
    color: #d86c00;
  }

  .fliter a+a {
    margin-left: 10px;
  }

  .fliter a.active {
    color: #d86c00;
  }

  .fliter input {
    font-size: 13px;
    color: #999;
  }

  .news_content {
    padding: 20px;
    background: #faf8f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
  }

  .news_content .left {
    width: 100%;
  }

  .news_content .left img {
    border-radius: 10px;
  }

  .news_content .right {
    width: 100%;
    margin-top: 15px;
  }

  .news_content .right>a {
    display: block;
  }

  .news_content .right>a .text h2 {
    font-size: 16px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.5px;
    color: #3f3f4d;
    height: 30px;
    max-height: 30px;
    line-height: 30px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    font-weight: 600;
  }

  .news_content .right>a .text p {
    color: #333;
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.2px;
    color: #656571;
    height: 84px;
    max-height: 84px;
    line-height: 28px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    margin: 10px 0;
  }

  .news_content .right .date {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
    margin-bottom: 5px;
  }

  .news_content .right .hash_tag a {
    font-size: 13px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-weight: 300;
    letter-spacing: 0.2px;
    color: #8e8e9b;
  }

  .news_content+.news_content {
    margin-top: 25px;
  }

  .news_list_wrap {
    margin-bottom: 40px;
  }

  .product_list_container.style2 {
    background: #f7f5f2;
    padding: 40px 20px 0 !important;
    margin-top: 40px;
  }

  .product_list_container.style2 .title {
    font-size: 22px;
    font-weight: 500;
    font-family: "PingFangTC", "Microsoft JhengHei";
    color: #3f3f4d;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
  }

  .product_list_container.style2 .product_list .item a .img {
    background: #fff;
  }
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

@media only screen and (min-width: 1199.98px) {
  .about {
    padding-top: 90px;
    color: #333;
  }

  .about .wrap {
    position: relative;
  }

  .about .wrap .side_title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -12.5%;
    top: 10px;
    display: none;
  }

  .about .wrap .side_title h3 {
    font-size: 17px;
    letter-spacing: 8px;
  }

  .about .wrap .side_title h4 {
    font-size: 38px;
    line-height: 38px;
  }

  .about .wrap .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about .wrap .block1 h1 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
    color: #3f3f4d;
  }

  .about .wrap .block1 h1 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -34px;
  }

  .about .wrap .block1 p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.75px;
    color: #3f3f4d;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .about .wrap .block1 .left {
    width: 590px;
    padding-left: 34px;
  }

  .about .wrap .block1 .right {
    text-align: center;
    display: inline-block;
    width: 510px;
  }

  .about .wrap .block1 .right img {
    position: relative;
    display: inline-block;
  }

  .about .wrap .block1 .right img:first-child {
    z-index: 2;
  }

  .about .wrap .block1 .right img+img {
    z-index: 1;
    top: -30px;
  }

  .about .wrap .block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }

  .about .wrap .block2 .left {
    width: 510px;
  }

  .about .wrap .block2 .left img {
    position: relative;
    z-index: 2;
  }

  .about .wrap .block2 .right {
    width: 570px;
  }

  .about .wrap .block2 .right h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 120px;
    position: relative;
    letter-spacing: 2.2px;
  }

  .about .wrap .block2 .right h2 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 12px);
  }

  .about .wrap .block2 .right .sub_title {
    font-size: 24px;
    padding: 20px 0 50px;
    letter-spacing: 2.2px;
  }

  .about .wrap .block2 .right p {
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
    color: #3f3f4d;
    line-height: 2.2;
  }

  .about .wrap .block3 {
    margin: 180px 0 120px;
  }

  .about .wrap .block3 .top {
    padding: 0 75px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid {
    padding: 50px 75px;
    background: #f2f2f2;
  }

  .about .wrap .block3 .mid ul {
    list-style: none;
  }

  .about .wrap .block3 .mid ul li {
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid ul li+li {
    margin-top: 20px;
  }

  .about .wrap .block3 .bottom {
    padding: 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block4 .title {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
  }

  .about .wrap .block4 .title span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 50px;
  }

  .about .wrap .block4 .title span img {
    width: 218px;
  }

  .about .wrap .block4 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .about .wrap .about_banner_wrap {
    margin-bottom: 120px;
    position: relative;
  }

  .about .wrap .about_banner_wrap .about_banner {
    width: 100%;
    max-width: 550px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination {
    position: relative;
    padding: 15px 0;
    bottom: auto;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  .about {
    padding-top: 40px;
    color: #333;
  }

  .about .wrap {
    position: relative;
  }

  .about .wrap .side_title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -12.5%;
    top: 10px;
    display: none;
    display: none;
  }

  .about .wrap .side_title h3 {
    font-size: 17px;
    letter-spacing: 8px;
  }

  .about .wrap .side_title h4 {
    font-size: 38px;
    line-height: 38px;
  }

  .about .wrap .block1 h1 {
    font-size: 31.5px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #3f3f4d;
  }

  .about .wrap .block1 h1 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -34px;
  }

  .about .wrap .block1 p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.75px;
    color: #3f3f4d;
    font-family: "PingFangTC", "Microsoft JhengHei";
  }

  .about .wrap .block1 .left {
    width: 100%;
    padding-left: 34px;
  }

  .about .wrap .block1 .right {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .about .wrap .block1 .right img {
    position: relative;
    display: inline-block;
  }

  .about .wrap .block1 .right img:first-child {
    z-index: 2;
    width: 60%;
  }

  .about .wrap .block1 .right img+img {
    z-index: 1;
    top: -30px;
    width: 80%;
  }

  .about .wrap .block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .about .wrap .block2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    text-align: center;
  }

  .about .wrap .block2 .left img {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 80%;
  }

  .about .wrap .block2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about .wrap .block2 .right h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    letter-spacing: 2.2px;
    padding-left: 20px;
  }

  .about .wrap .block2 .right h2 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% - 12px);
  }

  .about .wrap .block2 .right .sub_title {
    font-size: 20px;
    padding: 20px 0 30px;
    letter-spacing: 2.2px;
  }

  .about .wrap .block2 .right p {
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
    color: #3f3f4d;
    line-height: 2.2;
  }

  .about .wrap .block3 {
    margin: 60px 0 60px;
  }

  .about .wrap .block3 .top {
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid {
    padding: 20px;
    background: #f2f2f2;
  }

  .about .wrap .block3 .mid ul {
    list-style: none;
  }

  .about .wrap .block3 .mid ul li {
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid ul li+li {
    margin-top: 20px;
  }

  .about .wrap .block3 .bottom {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block4 .title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  .about .wrap .block4 .title span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
  }

  .about .wrap .block4 .title span img {
    width: 120px;
  }

  .about .wrap .block4 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .about .wrap .about_banner_wrap {
    margin-bottom: 120px;
    position: relative;
  }

  .about .wrap .about_banner_wrap .about_banner {
    width: 100%;
    max-width: 550px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination {
    position: relative;
    padding: 15px 0;
    bottom: auto;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
  }
}

@media only screen and (max-width: 669.98px) {
  .about {
    padding-top: 40px;
    color: #333;
  }

  .about .wrap {
    position: relative;
  }

  .about .wrap .side_title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
  }

  .about .wrap .side_title h3 {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .about .wrap .side_title h4 {
    font-size: 26px;
    line-height: 20px;
  }

  .about .wrap .block1 h1 {
    font-size: 31.5px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #3f3f4d;
  }

  .about .wrap .block1 h1 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -34px;
  }

  .about .wrap .block1 p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.75px;
    color: #3f3f4d;
  }

  .about .wrap .block1 .left {
    width: 100%;
  }

  .about .wrap .block1 .right {
    text-align: right;
    width: 100%;
    margin-top: 40px;
  }

  .about .wrap .block1 .right img {
    position: relative;
    display: inline-block;
  }

  .about .wrap .block1 .right img:first-child {
    z-index: 2;
    width: 80%;
  }

  .about .wrap .block1 .right img+img {
    z-index: 1;
    top: -30px;
    width: 100%;
  }

  .about .wrap .block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .about .wrap .block2 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    text-align: center;
  }

  .about .wrap .block2 .left img {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .about .wrap .block2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about .wrap .block2 .right h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    letter-spacing: 2.2px;
    padding-left: 20px;
  }

  .about .wrap .block2 .right h2 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% - 10px);
  }

  .about .wrap .block2 .right .sub_title {
    font-size: 20px;
    padding: 20px 0 30px;
    letter-spacing: 2.2px;
  }

  .about .wrap .block2 .right p {
    font-size: 14px;
    font-family: "PingFangTC", "Microsoft JhengHei";
    letter-spacing: 0.75px;
    color: #3f3f4d;
    line-height: 2.2;
  }

  .about .wrap .block3 {
    margin: 60px 0 60px;
  }

  .about .wrap .block3 .top {
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid {
    padding: 20px;
    background: #f2f2f2;
  }

  .about .wrap .block3 .mid ul {
    list-style: none;
  }

  .about .wrap .block3 .mid ul li {
    font-size: 15px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block3 .mid ul li+li {
    margin-top: 20px;
  }

  .about .wrap .block3 .bottom {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    letter-spacing: 0.75px;
  }

  .about .wrap .block4 .title {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }

  .about .wrap .block4 .title span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
  }

  .about .wrap .block4 .title span img {
    width: 120px;
  }

  .about .wrap .block4 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .about .wrap .about_banner_wrap {
    margin-bottom: 120px;
    position: relative;
  }

  .about .wrap .about_banner_wrap .about_banner {
    width: 100%;
    max-width: 550px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination {
    position: relative;
    padding: 15px 0;
    bottom: auto;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .about .wrap .about_banner_wrap .about_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
  }
}

:root {
  --header_background: #fff;
  --header_background_scroll: #fff;
  --menu_txt: #fff;
  --menu_txt_hover: #fff;
  --menu_txt_scroll: #fff;
  --menu_txt_scroll_hover: #fff;
  --menu-sub_background: rgba(255, 255, 255, 1);
  --menu-sub_background_hover: none;
  --menu-mobile-icon: #333;
  --main_color: #555;
  --main_color_hover: #802000;
  --main_background: #802000;
  --main_background_hover: #942905;
  --footer_background: url(../images/_tw/footer_bg.jpg)center / cover;
  --footer_color: #d5d7bf;
  --footer_a_color: #d5d7bf;
  --footer_a_color_hover: #fff;
  --footer_copy-right_background: #232323;
  --footer_copy-right_color: #fff;
  --footer_design_color: #ffff99;
  --footer_design_a_color: #ffff99;
  --gotop_background: #000;
  --gotop_background_hover: #181818;
  --page-links_a_color: #000;
  --page-links_a_background: #eee;
  --page-links_a_border: 1px solid #000;
  --page-links_background_current: #cccc0c;
  --page-links_color_current: #fff;
  --page-title_color: #000;
}

@media only screen and (min-width: 1199.98px) {
  .faq {
    padding: 90px 0;
  }

  .faq .title {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-weight: 500;
  }

  .faq .faq_wrap .faq_title {
    padding: 30px 25px 30px 0;
    border-bottom: 1px #eee solid;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
  }

  .faq .faq_wrap .faq_title .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq_wrap .faq_title .icon:before,
  .faq .faq_wrap .faq_title .icon:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
  }

  .faq .faq_wrap .faq_title .icon:before {
    background: url(../../images/_tw/faq_icon1.png) center center no-repeat;
  }

  .faq .faq_wrap .faq_title .icon:after {
    background: url(../../images/_tw/faq_icon2.png) center center no-repeat;
    display: none;
  }

  .faq .faq_wrap .faq_title:hover {
    background: #fafafa;
  }

  .faq .faq_wrap .faq_content {
    padding: 30px 0;
    line-height: 2;
    /*display: none;*/
    position: relative;
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
  }

  .faq .faq_wrap .faq_content:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .faq .faq_wrap.active .faq_title .icon:before {
    display: none;
  }

  .faq .faq_wrap.active .faq_title .icon:after {
    display: block;
  }

  .title+.faq_wrap .faq_title {
    border-top: 1px #eee solid;
  }

  .faq_search {
    margin-top: 120px;
  }

  .faq_search .title {
    letter-spacing: 3px;
  }

  .search_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .search_list .item {
    width: 33.3333333333%;
    text-align: center;
    padding: 5px;
  }

  .search_list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 145px;
    background: #f5f5f5;
  }

  .search_list .item a img {
    display: inline-block;
    margin-bottom: 5px;
  }

  .search_list .item a h3 {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
  }

  .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }

  .back img {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 670px) and (max-width: 1199.98px) {
  .faq {
    padding: 60px 0;
  }

  .faq .title {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-weight: 500;
  }

  .faq .faq_wrap .faq_title {
    padding: 20px 40px 20px 0;
    border-bottom: 1px #eee solid;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
  }

  .faq .faq_wrap .faq_title .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq_wrap .faq_title .icon:before,
  .faq .faq_wrap .faq_title .icon:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
  }

  .faq .faq_wrap .faq_title .icon:before {
    background: url(../../images/_tw/faq_icon1.png) center center no-repeat;
  }

  .faq .faq_wrap .faq_title .icon:after {
    background: url(../../images/_tw/faq_icon2.png) center center no-repeat;
    display: none;
  }

  .faq .faq_wrap .faq_title:hover {
    background: #fafafa;
  }

  .faq .faq_wrap .faq_content {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
    padding: 20px 0;
    line-height: 2;
    /*display: none;*/
    position: relative;
  }

  .faq .faq_wrap .faq_content:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .faq .faq_wrap.active .faq_title .icon:before {
    display: none;
  }

  .faq .faq_wrap.active .faq_title .icon:after {
    display: block;
  }

  .title+.faq_wrap .faq_title {
    border-top: 1px #eee solid;
  }

  .faq_search {
    margin-top: 80px;
  }

  .faq_search .title {
    letter-spacing: 3px;
  }

  .search_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .search_list .item {
    width: 33.3333333333%;
    text-align: center;
    padding: 5px;
  }

  .search_list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 145px;
    background: #f5f5f5;
  }

  .search_list .item a img {
    display: inline-block;
    margin-bottom: 5px;
  }

  .search_list .item a h3 {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
  }

  .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .back img {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 669.98px) {
  .faq {
    padding: 60px 0;
  }

  .faq .title {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-weight: 500;
  }

  .faq .faq_wrap .faq_title {
    padding: 20px 40px 20px 0;
    border-bottom: 1px #eee solid;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
  }

  .faq .faq_wrap .faq_title .icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faq .faq_wrap .faq_title .icon:before,
  .faq .faq_wrap .faq_title .icon:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
  }

  .faq .faq_wrap .faq_title .icon:before {
    background: url(../../images/_tw/faq_icon1.png) center center no-repeat;
  }

  .faq .faq_wrap .faq_title .icon:after {
    background: url(../../images/_tw/faq_icon2.png) center center no-repeat;
    display: none;
  }

  .faq .faq_wrap .faq_title:hover {
    background: #fafafa;
  }

  .faq .faq_wrap .faq_content {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
    padding: 20px 0;
    line-height: 2;
    /*display: none;*/
    position: relative;
  }

  .faq .faq_wrap .faq_content:after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .faq .faq_wrap.active .faq_title .icon:before {
    display: none;
  }

  .faq .faq_wrap.active .faq_title .icon:after {
    display: block;
  }

  .title+.faq_wrap .faq_title {
    border-top: 1px #eee solid;
  }

  .faq_search {
    margin-top: 80px;
  }

  .faq_search .title {
    letter-spacing: 3px;
  }

  .search_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .search_list .item {
    width: 50%;
    text-align: center;
    padding: 5px;
  }

  .search_list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 145px;
    background: #f5f5f5;
  }

  .search_list .item a img {
    display: inline-block;
    margin-bottom: 5px;
  }

  .search_list .item a h3 {
    font-family: "PingFangTC", "Microsoft JhengHei";
    font-size: 14px;
    letter-spacing: 0.75px;
  }

  .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .back img {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=all.css.map */