#support {
  /*! CSS Used from: https://www.shure.com.cn/webui-base-bundle.css */
  /*! CSS Used from: https://fonts.googleapis.com/icon?family=Material+Icons */
  /*! 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 */
}
#support .button,
#support a.button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #000;
  background: #b2ff33;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 16px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#support .button:active,
#support .button:hover,
#support a.button:active,
#support a.button:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
#support .button:focus,
#support a.button:focus {
  outline: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#support .button--full,
#support a.button--full {
  display: block;
  width: 100%;
}
#support *,
#support :after,
#support :before {
  box-sizing: inherit;
}
#support .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
#support a {
  background-color: transparent;
}
#support img {
  border-style: none;
}
#support .button,
#support a.button {
  background: #b2ff33;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 1.13;
  padding: 9px 16px;
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
#support .button:visited,
#support a.button:visited {
  color: #000;
}
#support .button:focus,
#support .button:hover,
#support a.button:focus,
#support a.button:hover {
  background: #000;
  color: #fff;
}
#support .button--tall,
#support a.button--tall {
  padding: 16px;
}
@media only screen and (max-width: 900px) {
  #support .button--tall,
  #support a.button--tall {
    padding: 12px;
  }
}
#support .button--full,
#support a.button--full {
  display: block;
  width: 100%;
}
#support .button--stylized,
#support a.button--stylized {
  border-radius: 12px 0 12px 0!important;
  color: #000;
}
#support .button--with-icon,
#support a.button--with-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
#support .button--with-icon .material-icons,
#support a.button--with-icon .material-icons {
  font-size: 1rem;
  margin-left: 4px;
}
#support :-ms-input-placeholder {
  color: #d7d7d9;
}
#support ::-ms-input-placeholder {
  color: #d7d7d9;
}
#support ::placeholder {
  color: #d7d7d9;
}
#support * {
  box-sizing: border-box;
}
#support img {
  height: auto;
  max-width: 100%;
}
#support a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
#support a:hover {
  text-decoration: underline;
}
#support a:hover,
#support a:visited {
  color: inherit;
}
#support .section-container {
  padding: 48px 0;
}
@media only screen and (max-width: 700px) {
  #support .section-container {
    padding: 24px 0;
  }
}
#support .main-grid {
  padding: 0 48px;
  margin: 0 auto;
  max-width: 1496px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #support .main-grid {
    padding: 0 24px;
  }
}
#support .main-grid--inner {
  max-width: 1259px;
}
#support .section-divided {
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
#support .section-divided:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
  #support .section-divided {
    display: block;
  }
}
#support .section-divided__aside {
  flex: 0 0 237px;
  margin: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 900px) {
  #support .section-divided__aside {
    margin: 0 0 24px;
    padding: 0;
  }
}
#support .section-divided__aside .h5 {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #support .section-divided {
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: 100%;
  }
}
#support .section-divided__main {
  border-bottom: 1px solid #000;
  margin-bottom: 32px;
  padding-bottom: 32px;
  width: 100%;
}
#support .section-divided__main:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#support .section-title {
  margin: 0 0 32px;
  text-align: center;
}
#support .support-docs-grouped {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
}
@media only screen and (max-width: 550px) {
  #support .support-docs-grouped {
    display: block;
  }
}
#support .support-docs-group {
  margin-bottom: 24px;
  max-width: 41.25%;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #support .support-docs-group {
    max-width: 48.29545455%;
  }
}
@media only screen and (max-width: 550px) {
  #support .support-docs-group {
    max-width: inherit;
  }
}
#support .support-docs-group:nth-child(2n+0) {
  margin-left: 24px;
}
@media only screen and (max-width: 800px) {
  #support .support-docs-group:nth-child(2n+0) {
    margin-left: 0;
  }
}
#support .support-docs-group .h6 {
  margin: 0 0 10px;
}
#support .support-docs-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#support .support-docs-group ul li {
  display: flex;
  margin-bottom: 10px;
}
#support .support-docs-group__icon {
  background: #000;
  color: #b2ff33;
  height: 24px;
  margin-right: 10px;
  padding-top: 4px;
  text-align: center;
  width: 24px;
}
#support .support-docs-group__icon i {
  font-size: 16px;
}
#support .support-docs-group__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  #support .support-docs-group__info {
    align-items: stretch;
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  #support .support-docs-group__info {
    align-items: stretch;
    flex-direction: column;
  }
}
#support .support-docs-group__doc-title {
  color: #000 !important;
  margin-right: 24px;
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  #support .support-docs-group__doc-title {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 800px) {
  #support .support-docs-group__doc-title {
    margin: 0 0 5px;
  }
}
#support .support-docs-group__doc-language {
  color: #868688;
}
#support .support-docs-group__doc-details {
  color: #6e6e70 !important;
  text-align: right;
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
  #support .support-docs-group__doc-details {
    text-align: left;
  }
}
@media only screen and (max-width: 800px) {
  #support .support-docs-group__doc-details {
    text-align: left;
  }
}
#support .support-sar {
  display: flex;
}
@media only screen and (max-width: 800px) {
  #support .support-sar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  #support .support-sar {
    display: block;
  }
}
#support .support-sar__col {
  display: flex;
  flex: 1 1 267px;
  flex-direction: column;
  margin-left: 24px;
}
@media only screen and (max-width: 800px) {
  #support .support-sar__col {
    flex-basis: 48.29545455%;
    margin-left: 3.40909091%;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #support .support-sar__col {
    margin: 0 0 32px;
    width: 100%;
  }
}
#support .support-sar__col:first-child {
  margin-left: 0;
}
#support .support-sar__col .h5 {
  font-weight: 700;
  margin: 0 0 10px;
}
#support .support-sar__col p {
  margin: 0 0 15px;
}
#support .support-sar__col .button {
  align-self: end;
  margin-top: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 650px) {
  #support .support-sar__col .button {
    margin: auto auto 0;
    max-width: 400px;
  }
}
#support .support-tech {
  display: flex;
}
@media only screen and (max-width: 800px) {
  #support .support-tech {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 650px) {
  #support .support-tech {
    flex-direction: column-reverse;
  }
}
#support .support-tech__col {
  display: flex;
  flex: 1 1 267px;
  flex-direction: column;
  margin-left: 24px;
}
@media only screen and (max-width: 800px) {
  #support .support-tech__col {
    flex-basis: 48.29545455%;
    margin-left: 3.40909091%;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #support .support-tech__col {
    margin: 0 0 32px;
    width: 100%;
  }
}
#support .support-tech__col:first-child {
  margin-left: 0;
}
#support .support-tech__col .h5 {
  font-weight: 700;
  margin: 0 0 10px;
}
#support .support-tech__col p {
  margin: 0 0 15px;
}
#support .support-tech__col .button {
  align-self: end;
  margin-top: auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 650px) {
  #support .support-tech__col .button {
    margin: auto auto 0;
    max-width: 400px;
  }
}
#support .support-tech__img {
  display: flex;
  flex: 1 1 267px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 48px;
}
@media only screen and (max-width: 800px) {
  #support .support-tech__img {
    flex-basis: 48.29545455%;
    margin-left: 3.40909091%;
    max-width: inherit;
    text-align: center;
  }
}
@media only screen and (max-width: 650px) {
  #support .support-tech__img {
    margin: 0 0 32px;
    width: 100%;
  }
}
#support .support-tech__img img.tech_portal_logo {
  max-width: 325px;
  width: 100%;
  position: relative;
  top: -23px;
  left: -15px;
}
@media only screen and (max-width: 650px) {
  #support .support-tech__img img.tech_portal_logo {
    position: static;
    margin-top: 8px;
  }
}
#support .h3,
#support h2,
#support h3 {
  line-height: 1;
}
#support .h3,
#support .h5,
#support .h6,
#support h3,
#support h4 {
  font-family: din-2014, Arial, sans-serif;
  text-transform: none;
}
#support .h5.light,
#support h3.light {
  font-weight: 300;
}
@media only screen and (max-width: 950px) {
  #support .h3,
  #support h2,
  #support h3 {
    font-size: 2.5rem;
  }
}
#support .h3,
#support .h5,
#support .h6,
#support h3,
#support h4 {
  letter-spacing: normal;
}
#support .h5.light,
#support h3.light {
  letter-spacing: 0.25px;
}
#support h2 {
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 950px) {
  #support h2 {
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 950px) {
  #support h4 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
#support .h5 {
  font-size: 1.625rem;
  line-height: 1.33;
}
@media only screen and (max-width: 950px) {
  #support .h5 {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
#support .h6 {
  font-size: 1.3125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 950px) {
  #support .h6 {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
#support .caption {
  font-family: din-2014, Arial, sans-serif;
  font-weight: 400;
}
#support .caption {
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  #support .button--tall {
    padding: 16px;
  }
}
#support a,
#support p {
  font-family: din-2014, Arial, sans-serif !important;
}
#support .h3,
#support h3 {
  font-family: din-2014, Arial, sans-serif !important;
}
#support h4 {
  font-family: din-2014, Arial, sans-serif !important;
}
#support .h5 {
  font-family: din-2014, Arial, sans-serif !important;
}
#support .h6 {
  font-family: Arial, sans-serif !important;
}
#support p {
  margin-top: 1.5rem;
}
#support .button,
#support .caption {
  font-family: din-2014, Arial, sans-serif;
}
#support .material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
#support .material-icons {
  display: inline-block;
}
