@font-face {
  font-family: MSung HK;
  src: url(../font/MSungHK.ttf) format("truetype");
}
* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Microsoft JhengHei";
  box-sizing: border-box;
}
.en_us * {
  font-family: Arial, "Microsoft JhengHei", sans-serif;
}
.transition-open {
  transition: font-size 0.35s ease-in-out;
}
.fontSmall {
  font-size: 14px;
}
.fontNormal {
  font-size: 16px;
}
.fontLarge {
  font-size: 18px;
}
.love-living-page .toast-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  display: none;
}
.love-living-page .logo,
.love-living-page .pic {
  font-size: 0;
  line-height: 0;
}
.love-living-page .logo img,
.love-living-page .pic img,
.love-living-page .logo video,
.love-living-page .pic video {
  width: 100%;
}
.love-living-page .btn-box {
  border-radius: 50px;
  border: 1px solid #708B6D;
  padding: 18px 22px;
  background-color: #708B6D;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  cursor: pointer;
  transition: box-shadow 0.35s ease-in-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .love-living-page .btn-box {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .btn-box {
    padding: 14px 22px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .btn-box {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .btn-box {
    padding: 10px 22px;
    font-size: 1rem;
  }
}
.love-living-page .btn-box.no-circle::after,
.love-living-page .btn-box.no-circle::before {
  content: none;
}
.love-living-page .btn-box.no-circle span {
  margin-left: 0;
  margin-right: 0;
}
.love-living-page .btn-box.no-bg {
  background-color: transparent;
  color: #708B6D;
}
.love-living-page .btn-box span {
  margin: 0 15px;
  display: block;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 1200px) {
  .love-living-page .btn-box span {
    margin: 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .btn-box span {
    margin: 0 8px;
  }
}
.love-living-page .btn-box::after,
.love-living-page .btn-box::before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 1200px) {
  .love-living-page .btn-box::after,
  .love-living-page .btn-box::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .btn-box::after,
  .love-living-page .btn-box::before {
    width: 4px;
    height: 4px;
  }
}
.love-living-page .btn-box .iconfont {
  font-size: 1.375rem;
  font-weight: bold;
}
.love-living-page .btn-box .iconfont + span,
.love-living-page .btn-box span + .iconfont {
  margin-left: 14px;
}
.love-living-page .btn-box:hover {
  box-shadow: 0px 3px 6px #708B6DB5;
}
.love-living-page .page-tit {
  border-radius: 50px;
  padding: 14px 58px;
  background-color: #708B6D;
  font-size: 3rem;
  color: #fff;
  line-height: 1.33;
}
@media screen and (max-width: 1200px) {
  .love-living-page .page-tit {
    padding: 14px 48px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .love-living-page .page-tit {
    min-width: auto;
    width: 100%;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .page-tit {
    padding: 14px 38px;
    font-size: 1.5625rem;
  }
}
.love-living-page .breadcrumbs {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .love-living-page .breadcrumbs {
    border-radius: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
  }
  .love-living-page .breadcrumbs::-webkit-scrollbar {
    height: 3px;
  }
  .love-living-page .breadcrumbs::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  .love-living-page .breadcrumbs::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.love-living-page .breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .love-living-page .breadcrumbs ul {
    width: auto;
  }
}
.love-living-page .breadcrumbs ul .breadcrumbs-item {
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (max-width: 992px) {
  .love-living-page .breadcrumbs ul .breadcrumbs-item {
    color: #000;
  }
}
.love-living-page .breadcrumbs ul .breadcrumbs-item .nav-a,
.love-living-page .breadcrumbs ul .breadcrumbs-item a {
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 0 13px #000000;
  white-space: nowrap;
  line-height: 1.33;
  display: block;
}
@media screen and (max-width: 992px) {
  .love-living-page .breadcrumbs ul .breadcrumbs-item .nav-a,
  .love-living-page .breadcrumbs ul .breadcrumbs-item a {
    color: #000;
    text-shadow: none;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .breadcrumbs ul .breadcrumbs-item .nav-a,
  .love-living-page .breadcrumbs ul .breadcrumbs-item a {
    font-size: 0.875rem;
  }
}
.love-living-page .breadcrumbs ul .breadcrumbs-item.space {
  margin-left: 25px;
  margin-right: 25px;
  text-shadow: 0 0 13px #000000;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .love-living-page .breadcrumbs ul .breadcrumbs-item.space {
    margin-left: 20px;
    margin-right: 20px;
    text-shadow: none;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .breadcrumbs ul .breadcrumbs-item.space {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.love-living-page .breadcrumbs ul .breadcrumbs-item.space .iconfont {
  font-size: 10px;
}
.love-living-page .to-top {
  position: fixed;
  bottom: 90px;
  right: 52px;
  z-index: 9;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .love-living-page .to-top {
    bottom: 60px;
    right: 25px;
  }
}
.love-living-page .to-top::after {
  content: '';
  padding-top: 100%;
  width: 100%;
  background-color: #708B6D;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}
.love-living-page .to-top .text-box {
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.love-living-page .to-top .text-box .iconfont {
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .to-top .text-box .iconfont {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .love-living-page .to-top .text-box .iconfont {
    font-size: 1.25rem;
  }
}
.love-living-page .to-top .text-box span {
  margin-top: 6px;
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .love-living-page .to-top .text-box span {
    font-size: 0.75rem;
  }
}
.love-living-page .tab {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab {
    flex-direction: column;
  }
}
.love-living-page .tab .tab-list {
  width: 308px;
  height: 100%;
  position: sticky;
  top: 180px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-list {
    margin-bottom: 20px;
    position: static;
    width: 100%;
    overflow-x: auto;
  }
  .love-living-page .tab .tab-list::-webkit-scrollbar {
    height: 3px;
  }
  .love-living-page .tab .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  .love-living-page .tab .tab-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .tab .tab-list {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-list ul {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.love-living-page .tab .tab-list ul .tab-item {
  margin-bottom: 20px;
  border-radius: 40px;
  padding: 30px 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px transparent;
  background-color: #fff;
  transition: box-shadow 0.35s ease-in-out, background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  font-weight: bold;
  font-size: 1rem;
  color: #708B6D;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-list ul .tab-item {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 22px 24px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .tab .tab-list ul .tab-item {
    padding: 16px 24px;
    font-size: 0.875rem;
  }
}
.love-living-page .tab .tab-list ul .tab-item.active,
.love-living-page .tab .tab-list ul .tab-item:hover {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #708B6D;
  color: #fff;
}
.love-living-page .tab .tab-list ul .tab-item.active::before,
.love-living-page .tab .tab-list ul .tab-item:hover::before {
  background-color: #C9D8D4;
}
.love-living-page .tab .tab-list ul .tab-item::before {
  content: '';
  margin-right: 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  transition: background-color 0.35s ease-in-out;
  background-color: #708B6D;
  min-width: 12px;
}
.love-living-page .tab .tab-pane-list {
  padding-left: 64px;
  width: calc(100% - 308px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-pane-list {
    padding-left: 0;
    width: 100%;
  }
}
.love-living-page .tab .tab-pane-list .tab-pane {
  border-radius: 40px;
  padding: 62px 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 64px;
  transform: translateX(200%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-pane-list .tab-pane {
    padding: 52px 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .love-living-page .tab .tab-pane-list .tab-pane.active {
    transform: translateX(0);
    position: static;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .tab .tab-pane-list .tab-pane {
    border-radius: 20px;
    padding: 32px 0;
  }
}
.love-living-page .tab .tab-pane-list .tab-pane.active {
  position: static;
  transform: translateX(0);
}
.love-living-page .tab .tab-pane-list .tab-pane .pane-content {
  padding-left: 62px;
  padding-right: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .love-living-page .tab .tab-pane-list .tab-pane .pane-content {
    padding-left: 52px;
    padding-right: 42px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .tab .tab-pane-list .tab-pane .pane-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.love-living-page .tab .tab-pane-list .tab-pane .pane-content::-webkit-scrollbar {
  width: 3px;
}
.love-living-page .tab .tab-pane-list .tab-pane .pane-content::-webkit-scrollbar-thumb {
  background-color: rgba(112, 139, 109, 0.3);
  border-radius: 10px;
}
.love-living-page .tab .tab-pane-list .tab-pane .pane-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.love-living-page textarea {
  resize: none;
}
.love-living-page .tac {
  text-align: center;
}
.love-living-page .fwb {
  font-weight: bold;
}
.love-living-page .gay-color {
  color: #767676;
}
.love-living-page .fz18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .fz18 {
    font-size: 1rem;
  }
}
.love-living-page .fz24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .fz24 {
    font-size: 1.125rem;
  }
}
.love-living-page .fz28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .fz28 {
    font-size: 1.3rem;
  }
}
.love-living-page .fz32 {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .love-living-page .fz32 {
    font-size: 1.625rem;
  }
}
.love-living-page .fz36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .fz36 {
    font-size: 1.75rem;
  }
}
.love-living-page .mt10 {
  margin-top: 10px;
}
.love-living-page .mb10 {
  margin-bottom: 10px;
}
.love-living-page .mb16 {
  margin-bottom: 10px;
}
.love-living-page .mt16 {
  margin-top: 10px;
}
.love-living-page .mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mb25 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mb25 {
    margin-bottom: 14px;
  }
}
.love-living-page .mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mt25 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mt25 {
    margin-top: 14px;
  }
}
.love-living-page .mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mb40 {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mb40 {
    margin-bottom: 24px;
  }
}
.love-living-page .mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mt40 {
    margin-top: 34px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mt40 {
    margin-top: 24px;
  }
}
.love-living-page .mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mb55 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mb55 {
    margin-bottom: 35px;
  }
}
.love-living-page .mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mt55 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mt55 {
    margin-top: 35px;
  }
}
.love-living-page .mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mb90 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mb90 {
    margin-bottom: 58px;
  }
}
.love-living-page .mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .mt90 {
    margin-top: 78px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .mt90 {
    margin-top: 58px;
  }
}
