html {
  font-size: 16px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}
/* 鼠标悬停链接 */
a:hover {
  color: #6eb244;
}
.yscm-navbar {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 1rem !important;
}
.yscm-navbar .btn,
.yscm-navbar .dropdown-item,
.yscm-navbar .nav-link {
  font-size: 1rem !important;
}
.yscm-lang-btn{
  border-color: #6eb244;
}
.yscm-nav__item--active {
  border-bottom: #6eb244 3px solid;
}
.yscm-footer-contact__icon {
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

/* note: pbootcms 没功能不同的页面head加载加载不同的css */
/* index.html */
.yscm-homepage-banner {
  height: auto;
}
.yscm-homepage-banner img {
  height: 100%;
}

.yscm-homepage-products-session {
  /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); */
  padding: 50px 0;
  margin-bottom: 1rem;
}
.yscm-homepage-products-session__title {
  /* 36/16 */
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
}
.yscm-homepage-products-session__sub-cat {
  /* 20/16 */
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
}
.yscm-homepage-products-session__search {
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yscm-search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yscm-search-form__search-input {
  width: 70%;
  font-size: 1rem;
  border: none;
}
.yscm-search-form__search-input:focus {
  outline: none;
}
.yscm-search-form__search-btn {
  background-color: white;
  border-radius: 22px;
  border: 1px solid #bbbbbb;
}

.yscm-prod-select__options {
  display: flex;
  flex-wrap: wrap;
}
.yscm-prod-select__option {
  font-size: 1.1rem;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.3);
  margin-right: 3rem;
}
.yscm-prod-select__option:hover{
  color: #6eb244;
}
.yscm-prod-select__option--current {
  color: black;
}
.yscm-homepage-products-session__cat {
  margin-top: 46px;
}
.yscm-homepage-products-session__cat--first {
  margin-top: 3rem;
}
.yscm-home-prod-list {
  margin-top: 3rem;
}
.yscm-home-prod-item {
  border: 1px solid #6eb244;
  margin-bottom: 34px;
}
.yscm-index-prod-item {
  margin-bottom: 34px;
}
.yscm-home-prod__more {
  display: flex;
  justify-content: center;
}
.yscm-home-prod-item__title {
  height: 100px;
  background: #6eb244;
  /* 18/16 */
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0em;
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.yscm-index-item__title {
  height: 100px;
  /* 18/16 */
  font-size: 1.125rem;
  letter-spacing: 0em;
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.jiacu {
  font-weight: bold;
  margin: 1rem 0;
}
.yscm-home-industry-session {
  background-color: #f5f5f5;
}
.yscm-home-industry__title-container {
  display: flex;
  justify-content: center;
}
.yscm-home-industry__title {
  /* 36/16 */
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
  padding-bottom: 30px;
  border-bottom: 3px solid #6eb245;
  width: auto;
}
.title_def {
  /* 36/16 */
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #999;
  width: auto;
  text-align: center;
  margin-top: 2rem;
}
.yscm-home-industry-item {
  background-color: white;
  padding-bottom: 30px;
}
.yscm-home-industry-item__content {
  margin: 7px 42px;
}
.yscm-home-industry-item__title {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
}

.yscm-home-industry-item__sub-title {
  font-weight: normal;
  letter-spacing: 0em;
  color: #3d3d3d;
}
.yscm-home-industry-item__more-btn {
  margin: 7px 42px;
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 5px;
  border: 1px solid #6eb244;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yscm-navigation a {
  border-color: #6eb244;
  color: #6eb244;
}

.yscm-navigation__link {
  border-color: #6eb244;
  color: #6eb244;
}
.yscm-navigation__link:hover {
  color: #6eb244;
}
.yscm-navigation .page-num-current,
.page-num-current {
  border-color: #6eb244;
  background-color: #6eb244;
}

.yscm-list__top-banner {
  border-bottom: 1px solid #888888;
  height: 23.75rem;
}

.yscm-home-industry-carouse .carousel-indicators {
  position: relative;
}
.yscm-home-industry-carouse .carousel-indicators .active {
  background-color: #6eb244;
}

.yscm--public-title {
  /* 36/16 */
  font-size: 2.25rem;
}
.yscm-prod-list {
  margin-top: 3rem;
}

.yscm-industry-list__row{
  margin-top: 3rem;
}
.yscm-industry-others .yscm-home-industry__title-container{
  justify-content: flex-start;
}
.yscm-current-prod__title{
  margin-bottom: 2rem;
}