:root {
  --navBgColor: rgba(255, 255, 255, 0.857);
  --opacitynavBgColor: rgba(255, 255, 255, 0);
  --navTextColor: rgba(0, 0, 0, 1);
  --navhoverColor: #7f644d;
  --highLightColor: rgb(255, 172, 84);
  --hoverColor: rgba(255, 255, 255, 1);
  --darkColor: #7f644d;
  --titleColor: #a9937e;
  --mainFontColor: #97806e;
  --opacityFontColor: rgba(119, 82, 68, 0.5);
  --mainBorder: 1.5px solid var(--opacityFontColor);
}
#copyright {
  background-color: #7f644d;
  color: #fff;
}
#nav-icon span {
  background: var(--darkColor);
}
.qrcode_Box {
  display: flex;
}
.qrItem {
  margin: auto;
}
.aboutText h6 {
  font-size: 28px;
}
.aboutText p {
  font-size: 18px;
}
.newsTitle h4 {
  width: 85%
}
article > h3 b {
  font-weight: lighter;
  font-size: 22px;
}
.aboutItem {
  width: 46%;
  margin: 30px;
}
article > h3 {
  text-align: left;
  border-bottom: var(--mainBorder);
  padding-bottom: 3px;
}
article > h3::before,
article > h3::after {
  display: none;
}
.navbar {
  background-color: transparent;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); */
}
#nav-icon span {
  background: var(--darkColor);
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 2.3cm;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../img/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 20%;
}
.floatRightText,
.floatLeftText {
  padding: 0px;
}
/* .mainBg {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */
/* .section:nth-child(odd) {
  background-color: rgba(187, 208, 212, 1)
} */
.mainMask {
  background-color: rgba(0, 0, 0, 0);
}
.banner-full {
  background-image: url(../img/banner1.jpg);
}
#sns ul li {
  filter: brightness(0);
}
/* .pictureArea .item4 {
  width: 15%;
  margin: auto;
} */
.pictureArea .item4 img {
  width: 45%;
  margin: auto;
}
#picture p {
  margin-bottom: 50px;
}
.intro {
  width: 80%;
}
.newsTitle i {
  width: 100px;
  bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}
.newsArea h2{
margin: 20px auto;
}
.newsText p{
  text-align: justify;
}
.item1{
  width: 70%;
  margin: auto;
}
/* 響應式選單*/
@media (max-width: 1200px) {
  #logo {
    width: 100%;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand > img {
    margin: auto;
  }
  .shop1688 {
    left: 15px;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar .container-fluid {
    background-color: var(--navBgColor);
  }
  .navbar-header {
    float: none;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    padding-bottom: 20px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/*響應式調整*/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 770px) {
  .item1{
    width: 100%;
  }
  #home,
  #myCarousel {
    margin-top: 88px;
  }
  .videoArea iframe {
    width: 100% !important;
    margin-bottom: -100px;
  }
  .nav-pills > li + li {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .aboutText h6 {
    font-size: 22px;
  }
  .aboutText p {
    font-size: 16px;
  }
  .aboutItem {
    padding-bottom: 20px;
    width: 90%;
    margin: auto;
  }
  article > h3 {
    font-size: 28px;
  }
  article > h3 b {
    font-size: 20px;
  }
  .pictureArea {
    width: 100%;
    margin: auto;
    display: flex;
  }
  .pictureArea .item4 img {
    width: 100%;
    margin: auto;
  }
  .intro {
    width: 100%;
  }
  .newsTitle {
    padding-bottom: 35px;
  }
  .newsTitle i {
    top: 5px;
    font-size: 16px;
    line-height: 24px;
    width: 113px;
  }
  article {
    padding: 50px 0px !important;
  }
  .eye-item {
    width: 80% !important;
  }
}
@media screen and (max-width: 576px) {
  #question .newsTitle i{
    top: -20px;
    font-size: 16px;
    line-height: 24px;
    width: 70px;
    bottom: 25px;
  }
  #question .newsTitle {
    padding-bottom: 25px;
}
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
.goods {
  display: flex;
}
.goods div {
  width: 50%;
}
.sp-color {
  color: #604834;
}
.eye-item {
  width: 50%;
  margin: auto;
}
.eye-item img {
  margin-bottom: 2em;
}
