.ys-product .sectioner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ys-product .sectioner .navl {
  float: left;
  width: 315px;
  border: 1px solid #ededed;
  font-size: 16px;
}
.ys-product .sectioner .navl > li {
  border-top: 1px solid #ededed;
  padding: 16px 20px;
}
.ys-product .sectioner .navl > li > a {
  color: #555555;
}
.ys-product .sectioner .navl > li:first-child {
  border-top: none;
}
.ys-product .sectioner .navl > li.active,
.ys-product .sectioner .navl > li:hover {
  background-color: #f8f8f8;
}
.ys-product .sectioner .navl > li.active > a,
.ys-product .sectioner .navl > li:hover > a {
  color: #1550b6;
}
.ys-product .sectioner .main-panel {
  float: left;
  width: calc(100% - 315px);
  padding-left: 20px;
}
.ys-product .sectioner .main-panel .main-pane {
  display: none;
}
.ys-product .sectioner .main-panel .main-pane .main__tit {
  font-size: 16px;
  font-weight: bold;
  background-color: #f8f8f8;
  padding: 16px 20px;
  border-left: 3px solid #1550b6;
  margin-bottom: 15px;
}
.ys-product .sectioner .main-panel .main-pane .main__subnav {
  float: right;
  display: flex;
  font-size: 14px;
}
.ys-product .sectioner .main-panel .main-pane .main__subnav > li {
  margin: 0 10px;
}
.ys-product .sectioner .main-panel .main-pane .main__body {
  min-height: 400px;
}
.ys-product .sectioner .main-panel .main-pane .main__body .caption {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.ys-product .sectioner .main-panel .main-pane .main__body .ulist1 > li {
  list-style-type: disc;
  list-style-position: inside;
}
.ys-product .sectioner .main-panel .main-pane .main__body .row-imgs .col-xs-4 {
  height: 300px;
}
.ys-product .sectioner .main-panel .main-pane .main__body .row-imgs .col-xs-4 > img {
  max-height: 100%;
  max-width: 100%;
}
.ys-product .sectioner .main-panel .main-pane.active {
  display: block;
}
/*# sourceMappingURL=product.css.map */