#peijian {
  /*! CSS Used from: https://www.shure.com.cn/webui-base-bundle.css */
  /*! CSS Used from: https://www.shure.com.cn/pp-assets/style.11a63c72.css */
  /*! CSS Used from: https://www.shure.com.cn/pp-assets/zh-CN.06042b3a.css */
}
#peijian *,
#peijian :after,
#peijian :before {
  box-sizing: inherit;
}
#peijian a {
  background-color: transparent;
}
#peijian img {
  border-style: none;
}
#peijian select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
#peijian select {
  text-transform: none;
}
#peijian .product-setcard-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, 330px);
}
#peijian .product-setcard-grid--left {
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  #peijian .product-setcard-grid--left {
    justify-content: center;
  }
}
#peijian .product-setcard-grid--short {
  grid-template-columns: repeat(auto-fit, 212px);
}
#peijian .product-setcard {
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  flex: 0 0 330px;
  margin-bottom: 24px;
  max-width: 330px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #peijian .product-setcard {
    margin-right: 24px;
  }
}
#peijian .product-setcard__img {
  background-color: #d7d7d9;
  position: relative;
}
#peijian .product-setcard__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#peijian .product-setcard__desc {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}
#peijian .product-setcard__desc p {
  margin: 0 0 12px;
}
#peijian .product-setcard--short {
  flex: 0 0 212px;
  max-width: 212px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #peijian .product-setcard--short {
    margin-bottom: 20px;
  }
}
#peijian .product-setcard--short .product-setcard__desc {
  padding: 8px 16px 24px;
}
#peijian .product-setcard--short .product-setcard__desc .h6,
#peijian .product-setcard--short .product-setcard__desc p {
  margin: 0;
}
#peijian .product-setcard--short .product-setcard__desc .h6 {
  align-items: flex-end;
  display: flex;
}
#peijian .product-setcard--short .product-setcard__desc .h6 a {
  margin-right: 5px;
}
#peijian .product-setcard--short .product-setcard__desc p {
  color: #6e6e70;
}
#peijian label,
#peijian select {
  display: block;
}
#peijian select {
  background: #fff;
  border: 1px solid #6e6e70;
  color: #000;
  margin-bottom: 16px;
  outline: none;
  padding: 12px;
  width: 100%;
}
#peijian :-ms-input-placeholder {
  color: #d7d7d9;
}
#peijian ::-ms-input-placeholder {
  color: #d7d7d9;
}
#peijian ::placeholder {
  color: #d7d7d9;
}
#peijian label {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-top: 16px;
}
#peijian #accessories-selector:focus {
  border: 1px solid #000;
}
#peijian .listbox-container {
  background: #fff;
  border: 1px solid #6e6e70;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#peijian .listbox-container:before {
  background: #fff;
  content: "\e5c5";
  font-family: Material Icons;
  font-size: 20px;
  height: 50px;
  line-height: 0;
  padding: 25px 8px 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
#peijian .listbox-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  height: 50px;
  padding: 0 35px 0 12px;
  margin: 0;
  outline: none;
  position: relative;
}
#peijian .listbox-container select::-ms-expand {
  display: none;
}
#peijian * {
  box-sizing: border-box;
}
#peijian img {
  height: auto;
  max-width: 100%;
}
#peijian a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
#peijian a:hover {
  text-decoration: underline;
}
#peijian a:hover,
#peijian a:visited {
  color: inherit;
}
#peijian .section-container {
  padding: 48px 0;
}
@media only screen and (max-width: 700px) {
  #peijian .section-container {
    padding: 24px 0;
  }
}
#peijian .main-grid {
  margin: 0 auto;
  max-width: 1496px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #peijian .main-grid {
    padding: 0 24px;
  }
}
#peijian .section-divided {
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
#peijian .section-divided:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  #peijian .section-divided {
    display: block;
  }
}
#peijian .section-divided__aside {
  flex: 0 0 237px;
  margin: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 900px) {
  #peijian .section-divided__aside {
    margin: 0 0 24px;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  #peijian .section-divided__aside-filter {
    margin: 0 auto;
    max-width: 400px;
  }
}
#peijian .section-divided__aside-filter .listbox-container:before {
  padding-top: 21px;
}
#peijian .section-divided__aside-filter .listbox-container select {
  height: 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 900px) {
  #peijian .section-divided {
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
}
#peijian .section-divided__main {
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
  padding-bottom: 32px;
  width: 100%;
}
#peijian .section-divided__main:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#peijian .section-title {
  margin: 0 0 32px;
  text-align: center;
}
#peijian h2 {
  font-family: OstrichProper, din-2014, Arial, sans-serif;
  text-transform: uppercase;
}
#peijian .h3,
#peijian h2,
#peijian h3 {
  line-height: 1;
}
#peijian .h3,
#peijian .h6,
#peijian h3 {
  font-family: din-2014, Arial, sans-serif;
  text-transform: none;
}
@media only screen and (max-width: 950px) {
  #peijian .h3,
  #peijian h2,
  #peijian h3 {
    font-size: 2.5rem;
  }
}
#peijian .h3,
#peijian .h6,
#peijian h3 {
  letter-spacing: normal;
}
#peijian h2 {
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 950px) {
  #peijian h2 {
    letter-spacing: 0.5px;
  }
}
#peijian .h6 {
  font-size: 1.3125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 950px) {
  #peijian .h6 {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
@media (max-width: 768px) {
  #peijian label {
    line-height: 1.5;
    margin-top: 3px;
  }
}
#peijian a,
#peijian p {
  font-family: din-2014, Arial, sans-serif !important;
}
#peijian h2 {
  text-transform: uppercase;
}
#peijian h2 {
  font-family: OstrichProper, Arial, sans-serif !important;
}
#peijian .h3,
#peijian h3 {
  font-family: din-2014, Arial, sans-serif !important;
}
#peijian .h6 {
  font-family: Arial, sans-serif !important;
}
#peijian p {
  margin-top: 1.5rem;
}
