#app[data-v-5a127f74] {
  font-family: Avenir;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%
}
@font-face {
  font-family: Avenir;
  src: url(../fonts/Avenir.42d24ed4.ttc) format("type")
}
body {
  font-size: 16px
}
body, html {
  width: 100%;
  height: 100%
}
body, hr, ol, p, ul {
  margin: 0;
  padding: 0
}
ol, ul {
  list-style: none
}
.scrollBar::-webkit-scrollbar-track {
  background-color: transparent
}
.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 4px
}
.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e5e5e5
}
.clearfix:after, .clearfix:before {
  display: table;
  content: ""
}
.clearfix:after {
  clear: both
}
.align-center {
  text-align: center
}
*, :after, :before {
  box-sizing: border-box
}
.common-box {
  padding-top: 120px;
  max-width: 1440px;
  margin: auto
}
@media only screen and (max-width:900px) {
  .common-box {
    padding-top: 100px;
    max-width: 100%
  }
}
.screenPadding { max-width: 1440px; margin: auto; padding-top:20px}
div.top-nav + div.screenPadding { max-width: 1440px; margin: auto; padding-top:110px}
.products .screenPadding .banner-1 {padding-bottom: 30px; margin-top: 30px;}
.common-titles {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f9100;
  font-size: 50px;
	margin-top: 70px;
  padding-bottom: 60px;
  font-weight: bolder;
  line-height: 1.2
}
@media only screen and (max-width:1200px) {
	.screenPadding { padding-top:0;}
  .common-titles { font-size: 45px }
	.banner-1 h3 { font-size:20px; line-height: 28px;}
}
@media only screen and (max-width:900px) {
	div.top-nav + div.screenPadding { max-width: 1440px; margin: auto; padding-top:0px}
	.products .screenPadding .banner-1 {padding-bottom: 30px; margin-top: 0px;}
  	.common-titles { font-size: 28px; padding-bottom: 30px; margin-top: 30px}
}
.view-all-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}
.view-all-wrap .view-all {
  color: #9bc319;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  transition: all .3s ease
}
.view-all-wrap .view-all:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 2px 5px;
  transform: rotate(45deg);
  border-top: 3px solid #9bc319;
  border-right: 3px solid #9bc319;
  transition: all .2s ease
}
.view-all-wrap .view-all:hover {
  color: #5f9100
}
.view-all-wrap .view-all:hover:after {
  border-top: 3px solid #5f9100;
  border-right: 3px solid #5f9100
}
@media only screen and (max-width:900px) {
  .view-all-wrap .view-all {
    font-size: 24px
  }
  .view-all-wrap .view-all:after {
    width: 10px;
    height: 10px;
    margin: 0 0 2px 5px;
    border-top: 2px solid #9bc319;
    border-right: 2px solid #9bc319
  }
  .view-all-wrap .view-all:hover {
    color: #9bc319
  }
  .view-all-wrap .view-all:hover:after {
    border-top: 2px solid #9bc319;
    border-right: 2px solid #9bc319
  }
}
.detail-page-title {
  padding: 45px 0 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #5f9100;
  position: relative
}
.detail-page-title .detail-page-title-left {
  font-size: 50px;
  font-weight: bolder
}
.detail-page-title .detail-page-title-left .detail-page-second {
  margin-top: -10px
}
.detail-page-title .detail-page-title-left .detail-page-subtitle {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5
}
.detail-page-title .detail-page-title-left .pre-name {
  white-space: pre-line;
  line-height: 1.1;
  text-transform: uppercase
}
.detail-page-title .detail-page-title-right img {
  width: 100px;
  height: 100px;
  margin-left: 20px
}
@media only screen and (max-width:1200px) {
  .detail-page-title .detail-page-title-left {
    font-size: 46px
  }
  .detail-page-title .detail-page-title-right {
    flex-shrink: 0
  }
  .detail-page-title .detail-page-title-right img {
    width: 90px;
    height: 90px;
    margin-left: 10px
  }
}
@media only screen and (max-width:900px) {
  .detail-page-title .detail-page-title-left {
    font-size: 34px
  }
  .detail-page-title .detail-page-title-right img {
    width: 70px;
    height: 70px
  }
}