body{
  background-color: #FCF8F4;
}
.header{
  background-color: #ffffff;
}


/* banner-start */
.bannercontainer{
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
/* banner-end */


/* 膠原系列介紹-start */
#laserskin{
  padding: 80px 0;
}
.laser-right{
  margin-left: -80px;
}
.laserswiper{
  height: 550px;
  padding-top: 80px;
}
.laserswiper .swiper-wrapper{
  border-radius: 20px;
}
.laserswiper .swiper-slide{
  padding: 65px 0 0 50px;
  border-radius: 20px;
  background-color: #ffffff;
}
.laserswiper .swiper-slide h2{
  font-size: 30px;
  color: #7B2B26;
  line-height: 45px;
  text-transform: uppercase;
}
.laserswiper .swiper-slide h3{
  font-size: 30px;
  color: #333333;
  line-height: 45px;
  font-weight: bold;
}
.laserswiper .swiper-slide p{
  font-size: 17px;
  color: #333333;
  line-height: 36px;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-right: 23%;
}
.laser-arrow{
  display: flex;
  align-items: center;
  column-gap: 2em;
  margin-top: 5%;
  margin-left: 66%;
}
.laser-arrow .laser-prev-button{
  width: 40px;
	height: 40px;
	background: url(../pics/laser-arrow-left.png) no-repeat center;
	background-size: cover;
	display: block;
  border: 1px solid #bfaaa9;
}
.laser-arrow .laser-next-button{
  width: 40px;
	height: 40px;
	background: url(../pics/laser-arrow-right.png) no-repeat center;
	background-size: cover;
	display: block;
  border: 1px solid #bfaaa9;
}
@media screen and (max-width:1530px) {
  .laserswiper{
    padding-top: 50px;
  }
  .laserswiper .swiper-slide{
    padding: 50px 0 0 30px;
  }
  .laserswiper .swiper-slide h2{
    font-size: 20px;
    line-height: 30px;
  }
}

/* 膠原系列介紹-end */


/* 項目名稱-start */
#brand{
  padding: 50px 0 70px 0;
  background-color: #ffffff;
  border-radius: 50px 50px 0 0;
}
.brandcontainer{
  padding-left: 20%;
}

.brandcontainer .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brandcontainer .title h2{
  font-size: 32px;
  color: #7B2B26;
  line-height: 45px;
  text-transform: uppercase;
}
.brandcontainer .title h3{
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.brandcontainer .title .brand-select{
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 260px;
}
.brandcontainer .title .brand-select span{
  font-size: 26px;
  color: #7B2B26;
  line-height: 45px;
  margin-right: 15px;
}

.brandswiper .swiper-slide{
  width: 25%;
}
.brandswiper .swiper-slide>a{
  overflow: hidden;
  border-radius: 20px;
  display: block;
}
.brandswiper .swiper-slide img{
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}
.brandswiper .swiper-slide img:hover{
  transform: scale(1.1);
}
.brandswiper .swiper-slide h3{
  font-size: 23px;
  color: #333333;
  line-height: 40px;
}
.brandswiper .swiper-slide h3:hover{
  color: #7B2B26;
}
.brandswiper .swiper-slide p{
  font-size: 16px;
  color: rgba(51,51,51,0.8);
  line-height: 30px;
}
.brand-arrow{
  display: flex;
  align-items: center;
  column-gap: 2em;
  margin-top: 2%;
}
.brand-arrow .brand-prev-button{
  width: 40px;
	height: 40px;
	background: url(../pics/laser-arrow-left.png) no-repeat center;
	background-size: cover;
	display: block;
  /* border: 1px solid #bfaaa9; */
}
.brand-arrow .brand-next-button{
  width: 40px;
	height: 40px;
	background: url(../pics/laser-arrow-right.png) no-repeat center;
	background-size: cover;
	display: block;
  /* border: 1px solid #bfaaa9; */
}
.brand-arrow .learnmore-btn{
  margin-left: 60%;
  width: 10%;
}
/* .brand-arrow .learnmore-btn a{
  display: inline-block;
  width: 150px;
} */

/* 篩選 */
.brandcontainer .brand-select{
  position: relative;
}
.brandcontainer .brand-select>img{
  width: 50px;
  cursor: pointer;
}
.brand-select .select-box{
  display: flex;
  position: absolute;
  top: 100%;
  left: -77%;
  z-index: 7;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgba(181,145,116,0.5);
  border-radius: 10px;
  width: 300px;
}
.brand-select .select-box ul{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 0;
  padding: 5px 15px;
  border-right: 1px solid #E2CCA7;
}
.brand-select .select-change{
  width: 50%;
}
.brand-select .select-box ul li{
  font-size: 15px;
  color: #777777;
  line-height: 40px;
  cursor: pointer;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
}
.brand-select .select-box ul li:hover{
  color: #7B2B26;
}
.brand-select .select-change ul{
  width: 100%;
  border: none;
}
.brand-select .select-change ul li{
  font-size: 15px;
  color: #777777;
  line-height: 40px;
  font-weight: normal;
}

.brand-select .select-box li.cur{
  color: #7B2B26;
}
.brand-select .select-change .change-box{
  display: none;
}
.brand-select .select-change .change-box.cur{
  display: flex;
}

.brand-select .select-change .change-box li.cur{
  color: #7B2B26;
}
.brandcontainer .brandswiper{
  display: none;
}
.brandcontainer .brandswiper.cur{
  display: block;
}
@media screen and (min-width:768px) {
  #brandoverlay,.mobile-brand{
    display: none;
  } 
}

/* 項目名稱-end */


/* 客戶評價-start */
#reviews{
  padding: 80px 0;
  margin-top: -30px;
  background-color: #FCF8F4;
  border-radius: 50px 50px 0 0;
}
.reviewcontainer{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.reviewcontainer h2{
  font-size: 23px;
  color: #7B2B26;
  line-height: 30px;
  text-transform: uppercase;
}
.reviewcontainer h3{
  font-size: 25px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 130px;
  margin-top: 0;
}
.reviewcontainer .reviews-box .rev-csv1{
  margin-top: -45px;
  margin-left: 50px;
}
.reviewcontainer .reviews-box .rev-csv2{
  margin-top: -45px;
  margin-left: 70%;
}
.reviewcontainer .reviews-box h4{
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
}
.reviewcontainer .reviews-box p{
  font-size: 17px;
  color: rgba(51,51,51,0.8);
  line-height: 25px;
}
.reviewcontainer .learnmore-btn{
  float: right;
  margin-top: 38px;
  width: 25%;
}
/* .reviewcontainer .learnmore-btn a{
  display: inline-block;
  width: 150px;
} */

/* 客戶評價-end */

/* 手機端 */
@media screen and (max-width:768px) {
  .bannercontainer{
    margin-top: 0;
  }
  .mobilecontainer{
    background-color: #ffffff;
  }

  /* 膠原系列介紹 */
  #laserskin{
    padding: 50px 0;
  }
  .laser-right{
    margin-left: 0;
  }
  .laserswiper .swiper-slide{
    padding: 30px 0 0 15px;
  }
  .laserswiper .swiper-slide h2{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .laserswiper .swiper-slide h3{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
  }
  .laserswiper .swiper-slide p{
    font-size: 16px;
    padding-right: 3%;
    margin-top: 30px;
    line-height: 30px;
  }
  .laserswiper .swiper-wrapper{
    height: 80%;
  }
  .laser-arrow{
    margin-top: -15%;
    position: relative;
    z-index: 1;
  }

  /* 項目名稱 */
  #brand{
    border-radius: 20px 20px 0 0;
    padding: 50px 0 70px 0;
  }
  .brandcontainer{
    padding-left: 15px;
    padding-right: 15px;
  }
  .brandcontainer .title .brand-select{
    margin-right: 0px;
  }
  .brandcontainer .title h2{
    font-size: 20px;
    line-height: 26px;
  }
  .brandcontainer .title h3{
    font-size: 21px;
    line-height: 26px;
  }
  .brand-arrow{
    margin-top: 2%;
  }
  .brand-arrow .learnmore-btn{
    margin-left: 25%;
    width: 35%;
  }
  .select-box{
    display: none !important;
  }

  #brandoverlay{
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none; /* 默认隐藏 */
  }
  .mobile-brand{
    position: fixed;
    bottom: -100%; /* 初始位置在屏幕外 */
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
    transition: bottom 0.3s ease-in-out;
    border-radius: 20px 20px 0 0;
  }
  .mobile-brand .brandtop{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2CCA7;
    align-items: center;
    padding: 10px;
    height: 60px;
  }
  .mobile-brand .brandtop .tit{
    font-size: 17px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
    padding-left: 13px;
  }
  .mobile-brand .brandtop .enter{
    font-size: 18px;
    font-weight: bold;
    color: #7B2B26;
    line-height: 20px;
    cursor: pointer;
  }

  .brandbox{
    display: flex;
    z-index: 7;
    background: #FFFFFF;
    /* box-shadow: 0px 8px 20px 0px rgba(181,145,116,0.5); */
    border-radius: 10px;
    width: 100%;
  }
  .brandbox ul{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 0;
    padding: 5px 0 0 25px;
    border-right: 1px solid #E2CCA7;
  }
  .brandbox ul li{
    font-size: 18px;
    color: #777777;
    cursor: pointer;
    line-height: 55px;
    font-weight: bold;
    height: 55px;
  }
  .brandbox ul li:hover{
    color: #7B2B26;
  }
  .brandbox li.cur{
    color: #7B2B26;
  }
  
  .brandbox{
    height: 350px;
  }
  .brandbox .select-change ul li{
    font-size: 17px;
    line-height: 55px;
    height: 55px;
  }

  /* 客戶評價 */
  #reviews{
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
  .reviewcontainer h2{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .reviewcontainer h3{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .reviewcontainer .reviews-box h4{
    margin-top: 20px;
  }
  .reviewcontainer .reviews-box p{
    font-size: 16px;
  }
  .reviewcontainer .row .col-md-6:last-child{
    margin-top: 30px;
  }
  .reviewcontainer .learnmore-btn{
    margin-top: 5px;
    width: 35%;
  }
  #index-contact{
    padding: 15px 0 60px 0 !important;
  }

}
