.helpCenterTop {
  height: 200px;
  text-align: center;
  background: url("../../static/images/help_center.jpg") center -150px no-repeat;
  background-size: cover; }
  .helpCenterTop .marginCommon {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .helpCenterTop .marginCommon .helpTitle {
      color: #ffffff;
      font-size: 32px;
      font-weight: bold;
      margin-top: 30px; }
    .helpCenterTop .marginCommon .helpSearch .text {
      color: var(--base-color-e);
      font-size: 16px;
      margin: 10px 0; }
    .helpCenterTop .marginCommon .helpSearch form {
      position: relative;
      width: 600px;
      margin: 0 auto; }
    .helpCenterTop .marginCommon .helpSearch .helpText {
      font-size: 20px;
      border: none;
      width: 600px;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      border-radius: 4px; }
    .helpCenterTop .marginCommon .helpSearch .helpButton {
      position: absolute;
      top: 1px;
      right: 1px;
      width: 100px;
      height: 48px;
      color: #ffffff;
      font-size: 16px;
      border: none;
      background: var(--primary-color);
      border-radius: 4px;
      cursor: pointer; }
      .helpCenterTop .marginCommon .helpSearch .helpButton:hover {
        background: var(--primary-active-color); }

.faqList .duplicate {
  text-align: center;
  font-size: 30px;
  color: var(--text-color-3);
  margin-top: 5px; }
.faqList .faqWrap {
  margin-top: 25px; }
  .faqList .faqWrap .faqItem {
    margin-top: 15px; }
    .faqList .faqWrap .faqItem a {
      position: relative;
      display: -webkit-box;
      padding-left: 20px; }
      .faqList .faqWrap .faqItem a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        background: var(--primary-color);
        border-radius: 5px; }

.contactInfo .duplicate {
  text-align: center;
  font-size: 30px;
  color: var(--text-color-3);
  margin-top: 50px; }
.contactInfo .contactWrap {
  display: grid;
  grid-template-columns: 410px 410px;
  grid-template-rows: 290px;
  grid-column-gap: 40px;
  margin: 30px 0; }
  .contactInfo .contactWrap .contactItem {
    border: 1px solid #c4d5e2;
    border-radius: 2px;
    text-align: center; }
    .contactInfo .contactWrap .contactItem:hover {
      border: 1px solid var(--primary-active-color); }
    .contactInfo .contactWrap .contactItem img {
      width: 80px;
      margin-top: 20px; }
    .contactInfo .contactWrap .contactItem .title {
      font-size: 24px;
      margin-bottom: 0; }
    .contactInfo .contactWrap .contactItem .desc {
      color: var(--text-color-7); }
    .contactInfo .contactWrap .contactItem a {
      display: block;
      width: 200px;
      margin: 20px auto;
      font-size: 18px;
      padding: 10px 0;
      border-radius: 2px;
      border: 1px solid #333; }
      .contactInfo .contactWrap .contactItem a:hover {
        color: #ffffff !important;
        background: var(--primary-active-color); }

.newsDetail {
  padding: 0; }
  .newsDetail .detail {
    width: 100%; }
    .newsDetail .detail h2 {
      font-size: 20px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      text-align: center;
      padding: 0 0 14px 0;
      margin-bottom: 30px; }
    .newsDetail .detail .con {
      line-height: 25px;
      min-height: 500px;
      padding: 25px 25px 50px;
      border-top: 1px solid #ecebeb; }
      .newsDetail .detail .con img {
        max-width: 100%; }

.newsTree {
  padding: 20px 25px;
  background: #ffffff;
  line-height: 26px; }
  .newsTree a {
    color: var(--primary-color); }
    .newsTree a:hover {
      color: var(--primary-active-color); }
    .newsTree a img {
      width: 24px;
      vertical-align: bottom; }
  .newsTree i {
    color: var(--base-color-b);
    padding: 0 10px;
    font-style: initial; }
  .newsTree span {
    font-weight: bold;
    font-size: 16px; }

.articleCont {
  width: calc(100% - 300px);
  float: right;
  min-height: 400px;
  margin-bottom: 50px; }
  .articleCont h1 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
    height: 60px;
    line-height: 60px;
    background: #ffffff; }
  .articleCont ul.cont {
    width: 100%;
    float: left; }
    .articleCont ul.cont li {
      width: 100%;
      background: #ffffff;
      margin-top: 20px;
      overflow: hidden; }
      .articleCont ul.cont li div.icon {
        position: relative;
        float: left;
        width: 160px;
        height: 150px;
        background: var(--base-color-2); }
        .articleCont ul.cont li div.icon img {
          position: absolute;
          width: 60px;
          height: 58px;
          top: calc( (100% - 58px) / 2 );
          left: calc( (100% - 60px) / 2 ); }
      .articleCont ul.cont li div.newCont {
        padding: 15px 25px 10px; }
      .articleCont ul.cont li a {
        position: relative;
        color: var(--text-color-6);
        font-size: 14px;
        font-weight: bold; }
        .articleCont ul.cont li a:hover {
          color: var(--primary-color); }
      .articleCont ul.cont li p {
        color: var(--text-color-8);
        margin-top: 5px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
        overflow: hidden; }
      .articleCont ul.cont li span {
        display: block;
        color: var(--text-color-9); }
        .articleCont ul.cont li span.oemNew {
          margin-top: 0;
          right: -45px;
          top: -6px; }

/*# sourceMappingURL=help.css.map */
