@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i");
/*------------ article ------------*/
.article-list .item .box {
  margin: 0 auto 45px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 35px;
  position: relative;
}
.article-list .item .pic {
  position: relative;
  box-sizing: border-box;
  order: 2;
  width: 100%;
  vertical-align: top;
}
.article-list .item .box:hover .name {
  color: #17a98a;
  text-decoration: underline;
}
.type5 .keyword_box {
  color: #f2856c;
}
.type5 .article-list .pic .mask {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "roboto", sans-serif;
  top: 50%;
  font-size: 13px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.type5 .article-list .item .box:hover .mask {
  opacity: 1;
}
.type5 .article-list .item .date,
.article-date {
  color: #ffffff;
  margin: -25px 0 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #29a38a;
}
.article-date {
  margin: auto;
}
.article-box .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  background: #3d9e70;
  color: #fff;
  position: relative;
}
.article-box .article-list .btn.more:hover {
  background: #a7b450;
  color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before {
  color: #b5c356;
  border-color: #b5c356;
}
/*------------ keyword_box ------------*/
.keyword_box i {
  font-size: 14px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  left: 0;
}
.keyword_box.detail {
  height: auto;
  margin: 0;
  position: relative;
  padding: 9px 0 9px 25px;
  color: #f2856c;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.type5 .keyword_box.detail ul {
  white-space: normal;
  overflow: inherit;
}
.type5 .keyword li a:hover {
  text-decoration: underline;
  color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .item {
  margin-bottom: 30px;
}
.products-list.type2 > .item > .box {
  margin: 0 auto 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.products-list.type2 .txt {
  padding: 18px;
}
.products-list.type2 .name {
  color: #333333;
  -webkit-line-clamp: 1;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products-list .box:hover .name {
  color: #006699;
}
.products-list.type2 .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #00b050;
  transition: all 0.5s ease;
}
.products-list .box:hover .name::before {
  width: 100%;
}
.products-list.type2 .description,
.products-list .description {
  color: #939393;
}
.products-list .offers {
  color: #d80000;
}
.products-list .box.new:before {
  content: "";
  display: block;
  background: url(../../../images/layout01/common/products/news_tag.png);
  width: 65px;
  height: 30px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 25px;
}
.products-list .box img {
  display: block;
  width: 100%;
}
.products-list .box .more {
}
.products-list .mask .more {
  display: none;
}
.products-list.type2 .pic:before {
  display: none;
}
.products-list.for-cart .box .wish {
  width: 35px;
  height: 35px;
  background: transparent;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 45;
  transition: all 0.2s;
  border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
  background: #d80000;
}
.products-list.for-cart.type2 .mask {
  z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
  z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before {
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  /*列表通用 index、products*/
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  .products-list.masonry-list.products-list .item .box {
    margin-bottom: 0px;
  }
  /*!列表通用 index、products*/
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list {
  margin: 0 -10px;
}
.album-list .item {
  padding: 0 10px;
}
.album-list.type1 .item .box .more:after {
  color: #fff;
  background: #31caa4;
}
.album-list .item .name {
  color: #29a38a;
}
.masonry-list.album-list.type1 .item {
  margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name {
  text-align: left;
}
.masonry-list.album-list.type1 .item .box .more:after {
  display: none;
}
.masonry-list.album-list .item .namebox {
  position: relative;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name {
  /*padding-right: 60px;*/
  position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more {
  display: none;
}
.album-list .item .name {
  color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after {
  display: none;
}
.masonry-list.album-list.type4 .item .namebox:after {
  display: none;
}
.container .masonry-list.album-list .item .name {
  color: #333;
  margin: 0;
  font-weight: normal;
}
.container .masonry-list.album-list .item .box {
  margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box {
  margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox {
  position: static;
  background: none;
  opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
  padding: 0 15px !important;
}
/*列表通用 index、news*/
.news-list .pic {
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
}
.news-list .btn.more {
  background: #006699;
  color: #fff;
}
.news-list .box:hover .btn.more {
  background: #00b050;
  color: #fff;
}
.news-list.type3 .date {
  color: #006699;
  font-family: "Newsreader", serif;
}
.news-list.type4 .pic:before,
.news-list.type2 .pic:before {
  display: none;
}
.news-list.type4 .item .box {
  transition: all 0.2s;
  border: none;
}
.news-list .item .box {
  transition: all 0.2s;
  top: 0;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list.type4 .pic {
  margin: 0;
}
.news-list.type4 .item .box:hover .pic img {
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #29a38a;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: -15px;
  font-size: 35px;
}
.news-list .item .name {
  color: #333333;
  transition: all 0.5s ease;
}
.news-list .box:hover .name {
  color: #006699;
}
.news-list .item .description {
  color: #939393;
}
.news-list.type4 .description {
  max-height: 45px;
  -webkit-line-clamp: 2;
}
/*n_type4*/
.news-list.type4 {
  margin: 0 -10px;
}
.news-list.type4 .item {
  padding: 0 10px;
}
.news-list.type4 .item .box {
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.news-list .pic:before {
  z-index: 1;
}
.news-list.type4 .txt {
  padding: 20px 20px 60px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 0;
  font-family: "Newsreader", serif;
  line-height: 32px;
  color: #006699;
  width: auto;
  height: auto;
  background: transparent;
  font-family: "Lora", serif;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 15px;
}
.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 3;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  order: 1;
}
/*!n_type4*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m {
  position: relative;
  height: auto !important;
}
.banner .slider,
.banner_m .slider {
  max-width: 1300px;
  position: relative;
  margin: auto;
}
.banner *,
.banner_m * {
  height: 100%;
}
.banner .slick-arrow,
.banner_m .slick-arrow {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: rgb(255 255 255 / 45%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 80;
  top: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.banner .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 102, 153),
    rgb(0, 176, 80),
    rgba(0, 102, 153),
    rgba(0, 102, 153)
  );
  transition: all 0.7s ease-out;
  border: transparent;
  border-radius: 50%;
  background-position: center;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  background-position: 1% 50%;
  background-size: 300% 300%;
}
.banner .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../../images/layout01/common/index/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  visibility: unset;
}
.banner .slick-prev,
.banner_m .slick-prev {
  left: -40px;
}
.banner .slick-next,
.banner_m .slick-next {
  right: -40px;
  transform: rotate(180deg);
}
.banner .slick-arrow:hover::before,
.banner .slick-arrow:hover::before {
  background-position: 99% 50%;
}
.banner .slick-dots,
.banner_m .slick-dots {
  position: static;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  z-index: 80;
  display: none !important;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
  display: none;
  vertical-align: middle;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 96px;
  height: 13px;
  margin-top: 10px;
  cursor: pointer;
  background: none;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  margin: 5px 0;
  background: #ddd;
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before {
  background: #21a38c;
}
.banner_m {
  display: none;
}
/*------------ title ------------*/
.title {
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 40px;
  padding-bottom: 20px;
  font-weight: normal;
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 3px;
  background: #00b050;
  display: block;
}
.about-sect .title::before,
.service-sect .title::before,
.album-sect .title::before {
  display: none;
}
.title span {
  font-size: 18px;
  font-family: "Newsreader", serif;
  color: #006699;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}
.about-sect .title span::after,
.service-sect .title span::after,
.album-sect .title span::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #00b050;
  top: -4px;
  margin-left: 10px;
}
.title h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0;
  color: #333333;
}
.title i {
  display: none;
}
/*------------ more ------------*/
.index_more {
  padding: 0;
  line-height: 60px;
  border-radius: 30px;
  letter-spacing: 0px;
  color: #fff;
  background: linear-gradient(
    270deg,
    rgba(0, 102, 153),
    rgb(0, 176, 80),
    rgba(0, 102, 153),
    rgba(0, 102, 153)
  );
  background-position: 1% 50%;
  background-size: 300% 300%;
  margin-top: 25px;
  text-align: left;
  position: relative;
  transition: all 0.7s ease-out;
  display: block;
  width: 200px;
  height: 60px;
  font-family: "Newsreader", serif;
  font-weight: 500;
}
.index_more:hover {
  background-position: 99% 50%;
}
.index_more .mic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
/* 內層 40px 白色圓 */
.index_more .mic::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../../images/layout01/common/index/index_moreic.png) 50%
    50% no-repeat #fff;
  background-size: 11px 11px; /* ← 指定圖片尺寸：寬 20px、高 20px */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_more .mic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.index_more a {
  font-size: 0;
  display: block;
}
.index_more a span {
  font-size: 15px;
  margin-left: 30px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  background: url(../../../images/layout01/common/index/about_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 125px 0 70px;
}
.about-sect .row {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
.about-sect .pic img {
  display: none;
}
.about-sect .col {
  float: left;
}
.about-sect .col.txt {
  max-width: 610px;
  padding-right: 60px;
  float: left;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.about-sect .container {
  position: static;
}
.about-sect .col.pic {
  margin: 0px 0 0 0;
  width: 34.2095%;
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  text-align: right;
}
.about-sect .col.pic img {
  object-fit: cover;
  height: 100% !important;
  max-width: inherit;
}
.about-sect .index_more {
  margin: 0;
  position: absolute;
  right: -260px;
  bottom: 30px;
  top: unset;
  border-radius: 0px 30px 30px 0px;
}
.about-sect .title {
  text-align: left;
  position: relative;
  padding: 37px 0 0;
}
.about-sect .title::after {
  content: "H.M.C";
  font-size: 120px;
  font-weight: bold;
  font-family: "Newsreader", serif;
  color: #006699;
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: 0;
  visibility: unset;
}
.about-sect .title h2::after {
  content: "診所";
}
.about-sect .txt-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor {
  color: #666666;
  position: relative;
  line-height: 1.75;
  font-size: 16px;
}
.about-sect .txt-box .index-about-editor .editor .t-1 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 22px;
  color: #006699;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-sect .txt-box .index-about-editor .editor .p-1 {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.9;
}
.about-sect .txt-box .index-about-editor .editor .point-list {
  margin-top: 40px;
}
.about-sect .txt-box .index-about-editor .editor .point-list .point {
  position: relative;
  padding-left: 26px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}
.about-sect .txt-box .index-about-editor .editor .point-list .point::before {
  content: "";
  width: 13px;
  height: 10px;
  background: url(../../../images/layout01/common/about/checkic.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.about-sect .txt .tag {
  display: none;
}
/*------------ news ------------*/
.articles-sect {
  padding-bottom: 50px;
  padding-top: 20px;
  background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect {
  padding-top: 50px;
  padding-bottom: 100px;
}
.news-sect .index_more {
  margin: 20px auto 0;
  display: none;
}
.news-list {
  justify-content: center;
  flex-wrap: wrap;
}
.slick-track {
  margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
  width: 100%;
}
.news-list.type2 .item {
  border: none;
  margin-bottom: 0;
}
.news-list.type2 .pic {
  float: none;
  margin-right: 0;
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.news-list.type2 .item .txt {
  padding: 0;
}
.news-list .btn.more {
  position: static;
  margin: 15px 0 0;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
  float: left;
  margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
  width: 50%;
}
.news-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box {
  display: block;
}
.news-list.onlyitem-list .item .pic {
  width: 312px;
}
.news-list.onlyitem-list .item .box .txt {
  width: calc(100% - 312px);
  box-sizing: border-box;
  padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt {
  width: 100%;
}
.news-list.onlyitem-list .item .date {
  margin-bottom: 20px;
  margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .index_more {
  display: block;
  margin: 33px auto 0px;
}
.products-sect {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 60px;
}
.products-sect .title span {
}
.products-sect .title {
  margin-bottom: 45px;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item {
  width: 50%;
}
.products-list.onlyitem-list .item .box {
  display: flex;
  max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box {
  max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
  width: calc(100% - 300px);
  padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask {
  min-width: 300px;
  max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  height: auto;
  max-height: 52px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
  -webkit-line-clamp: 5;
  height: 120px;
  line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
  top: 0;
  left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
  background: url(../../../images/layout01/common/index/service_bg01.jpg)
    no-repeat;
  background-size: cover;
  padding: 50px 0 120px;
}
.service-sect .title {
  display: none;
}
.service-sect .title::after {
  content: "OUR";
  font-size: 120px;
  font-weight: bold;
  font-family: "Newsreader", serif;
  color: #006699;
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: 0;
  visibility: unset;
  z-index: -1;
}
.service-sect .title h2::before {
  content: "多元";
}
.service-sect .editor {
}
.service-box {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-sect .index_more {
  position: relative;
  right: 0;
  bottom: 0;
  margin: 40px auto 0;
}
/*------------ album ------------*/
.album-sect .album-list {
  margin: 0;
}
.album-sect .album-list .item {
  padding: 0;
  min-width: 25%;
}
.album-list {
  display: flex;
  margin: 0 auto;
  width: 76%;
  justify-content: center;
}
.album-list .item .box {
  overflow: hidden;
}
.album-sect .album-list .item {
  margin-bottom: 0;
}
.album-list.type1 .item {
  border-bottom: none;
  padding-left: 20px;
}
.album-sect .album-list .item .namebox {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 87, 130, 0.85);
  color: #fff;
  font-size: 15px;
  padding: 12px 12px;
  transition: all 0.3s;
  opacity: 0;
  bottom: 0;
}
.album-list .box:hover .namebox {
  opacity: 1;
}
.album-sect .album-list .item .name {
  margin: 0;
}
.album-list.type1 .item .name {
  font-size: 18px;
  -webkit-line-clamp: 1;
  font-weight: normal;
  height: 27px;
}
.album-list .item .box .more {
  display: none;
}
.album-sect {
  padding: 120px 0 120px;
  background: #f7f8f9;
  overflow: hidden;
  z-index: 1;
}
.album-sect .a_deco1 {
  background: url(../../../images/layout01/common/index/a_deco1.png) 50% 50%
    no-repeat;
  width: 650px;
  height: 617px;
  background-size: contain;
  position: absolute;
  bottom: -27px;
  left: calc(50% - 1200px);
  z-index: 0;
}
.album-sect .container {
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.album-sect .title::before {
  bottom: unset;
  top: 0;
}
.album-sect .title {
  position: relative;
  width: 24%;
  display: block;
  box-sizing: border-box;
  text-align: left;
  padding-left: 65px;
  padding-top: 26px;
}
.album-sect .index_more {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 46px;
  top: 108px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container {
  display: block;
}
.album-sect.masonry-album-sect .title {
  background: none;
  margin: auto;
}
.album-sect.masonry-album-sect .index_more {
  display: none;
}
.masonry-album-sect {
  padding-top: 35px;
  padding-bottom: 70px;
}
.masonry-album-sect .container {
  padding: 0 15px;
  max-width: 1330px;
}
.masonry-album-sect .album-list {
  display: block;
  width: 100%;
}
.masonry-album-sect .item {
  width: 25%;
}
.masonry-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.masonry-list .item .namebox .name {
  margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect {
  background: url(../../../images/layout01/common/index/album_bg.jpg);
  background-size: cover;
  background-position: center;
}
.onlyitem-sect .title {
  background: none;
  margin: auto;
}
.onlyitem-sect .index_more {
  display: none;
}
.onlyitem-sect .album-list .item {
  width: 32.33%;
  float: none;
  display: inline-block;
}
.onlyitem-sect .album-list {
  text-align: center;
  margin: auto;
}
.onlyitem-sect .container {
  padding: 0 15px;
  max-width: 1330px;
  display: block;
}
.onlyitem-sect .album-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.onlyitem-sect .album-list .item .box {
  margin-bottom: 30px;
  max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
  width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name {
  margin: 6px 0 0;
  font-size: 16px;
  color: #4c4c4c;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
  margin-top: -65px;
}
.contact-sect {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #eee;
  background-size: 100% auto;
}
.form-box {
  background: none;
}
.form-wrap {
  border: none;
  background: none;
}
.contact-sect .reminder {
  display: none;
}
.contact-sect .form-wrap .reminder {
  display: block;
}
.contact-title {
  font-size: 23px;
  line-height: 1.3;
}
.contact-title h2 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}
.contact-title > b {
  color: #000000;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
  clear: none !important;
}
@media screen and (max-width: 1280px) {
  .about-sect .col.txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .about-sect .apic img {
    min-height: 445px;
    object-fit: cover;
  }
  .news-sect {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .service-sect {
    padding: 50px 0 50px;
  }
  .service-sect .title {
    text-align: center;
    position: relative;
    right: unset;
    top: unset;
  }
  .service-sect .title::after {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .service-sect .index_more {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 50px auto 0;
  }
  .products-sect {
    padding-top: 70px;
  }
  .album-sect .title {
    padding-top: 0;
  }
  .album-sect .index_more {
    top: 70px;
  }
  /*產品介紹 少量排版*/
  .products-list.onlyitem-list .item .box {
    max-width: 300px;
    display: block;
  }
  .products-list.onlyitem-list .item .box .txt {
    width: 100%;
    padding: 0;
  }
  .products-list.onlyitem-list .item .box .name {
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 1.2;
    margin: 15px 0 5px;
  }
  .products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 1.4;
  }
  .products-list.onlyitem-list .item .mask {
    max-width: inherit;
    min-width: inherit;
  }
  .products-list.onlyitem-list.type2 .item .box .txt {
    width: 100%;
    padding: 0;
  }
  /*!少量排版*/
}
@media screen and (max-width: 1000px) {
  .about-sect {
    padding: 30px 0 20px;
  }
  .about-sect .row {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .about-sect .col.txt,
  .about-sect .col.pic {
    float: none;
    width: 100%;
    padding: 0;
  }
  .about-sect .txt-box {
    display: block;
  }
  .about-sect .title {
    text-align: center;
  }
  .about-sect .title::after {
    right: 0;
    margin: 0 auto;
    font-size: 84px;
    top: 16px;
  }
  .about-sect .apic img {
    min-height: unset;
    object-fit: cover;
  }
  .about-sect .txt-box .index-about-editor .editor {
    width: 100%;
  }
  .about-sect .txt-box .index-about-editor .editor .t-1,
  .about-sect .txt-box .index-about-editor .editor .p-1,
  .about-sect .txt-box .index-about-editor .editor .point-list .point {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
  }
  .about-sect .index_more {
    margin: 40px auto -30px;
    position: relative;
    right: unset;
    bottom: unset;
    border-radius: 30px 30px;
  }
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  .news-list li,
  .products-list li {
    width: 50%;
  }
  /*少量排版*/
  .news-list.onlyitem-list .item .box {
    display: block;
    max-width: 312px;
    margin: auto;
  }
  .news-list.onlyitem-list .item .box .date {
    margin-top: -35px;
  }
  .news-list.onlyitem-list .item .pic {
    width: 100%;
  }
  .news-list.onlyitem-list .item .box .txt {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
  .products-list.onlyitem-list.type2 .item {
    width: 100%;
  }
  /*!少量排版*/
  .title span {
  }
  .title {
    margin-bottom: 30px;
  }
  .news-sect {
    padding: 50px 0 40px;
  }
  .products-sect {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .products-sect .title {
    margin-bottom: 30px;
  }
  .products-box {
    padding: 0;
  }
  .products-sect .index_more {
    display: block;
    margin: 25px auto 0px;
  }
  .service-box > .flex {
    display: block;
  }
  .service-sect .title {
  }
  .service-sect .title::after {
    font-size: 84px;
    top: 16px;
    display: block;
  }
  .service-sect .editor {
  }
  .banner .slick-arrow,
  .banner_m .slick-arrow {
    transform: scale(0.5);
    margin-bottom: -18px;
  }
  .banner .slick-prev,
  .banner_m .slick-prev {
    margin-left: -36px;
  }
  .banner .slick-next,
  .banner_m .slick-next {
    background-position: 100% 0;
    margin-right: -35px;
    border-left: #8a8a8a 1px solid;
  }
  .service-box {
    padding-left: 0;
  }
  .service-box:before {
    position: static;
    background-position: center;
    height: 140px;
    margin: 0 auto;
    max-width: 450px;
    width: 95%;
  }
  .article-sect .container {
    padding: 30px 15px;
  }
  .contact-sect {
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .masonry-album-sect .item {
    width: 50%;
  }
  .album-sect.onlyitem-sect {
    background: #fff;
  }
  .album-sect {
    padding: 50px 0 50px;
  }
  .masonry-album-sect {
    background: none;
  }
  .album-sect .container {
    display: block;
    padding: 0 15px;
  }
  .album-sect .title {
    margin: 0px auto 30px;
    width: auto;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .album-list.type1 .item {
    padding-left: 0;
  }
  .album-sect .index_more {
    position: relative;
    top: unset;
    left: unset;
    margin: 50px auto 0;
  }
  .album-list {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_m {
    display: block;
  }
  .album-list {
    flex-wrap: wrap;
  }
  .album-sect .album-list .item {
    min-width: 50%;
  }
  .products-list.type2 .txt {
    padding: 10px;
  }
  .products-list.type2 .name {
    margin: 0px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
}
