.topnavbar {
    background-color: #000;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(52,51,51,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(52,51,51,0.3);
}


#nav .subnav {
  background-color: RGBA(0,0,0,0.9); /* 填入想要的顏色 */
}


/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}


/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(650 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}

.h1title {color: #5a5359; border-bottom:1px solid#dddddd;}


#call {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}

#toline {
    width: 55px;
    right: 10px;
    z-index: 999;
    bottom: 95px;
    position: fixed;
}