header {
  box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, 0.15);
}

.information-head-wrap {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background: url("/assets/images/help_banner.png") no-repeat center
    center/cover;
  animation: background-big 3s ease-out both;
}
.information-head-wrap .information-head-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding-left: 20px;
}
.information-head-wrap .information-head-text h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3d3d3d;
}
.information-head-wrap .information-head-text .information-head-text-line {
  width: 44px;
  height: 2px;
  background: #e5e6e7;
}
.information-head-wrap .information-head-text p {
  font-size: 16px;
  margin-top: 10px;
  color: #555454;
}

/*........索引页面样式开始........*/
.content {
  margin-top: 0;
}
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.help-content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.help-content h1 {
  font-size: 30px;
  text-align: center;
  padding: 80px 0px 40px 0px;
  color: #4b4b4b;
}
.help-item {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.help-item .help-item-box {
  min-width: 300px;
  padding-top: 30px;
  flex: 1;
}
.help-item .help-item-box:hover {
  box-shadow: 0 10px 15px 0 rgba(189, 186, 186, 0.4);
  transition: all 0.5s ease-in-out;
}
.help-item .help-item-box:hover i {
  color: #f04e39;
  font-size: 64px;
  transition: all 0.3s ease-in-out;
}
.help-item-box div:first-child {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-item-box div:first-child i {
  font-size: 48px;
  color: rgba(13, 45, 185, 0.8);
  transition: all 0.3s ease-in-out;
}
.help-item-box div:nth-child(2) {
  height: 60px;
  position: relative;
  height: 36px;
  margin-top: 16px;
}
.help-item-box div:nth-child(2) h4 {
  color: #4b4b4b;
  font-size: 24px;
  text-align: center;
  z-index: 10;
  position: absolute;
  width: 100%;
}
.help-item-box div:nth-child(2) div {
  width: 90%;
  height: 36px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  background: #c2cff3;
}
.help-item-box p {
  width: 90%;
  height: 150px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #4b4b4b;
}

/*........列表页样式开始........*/
.help-result {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.help-result:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.help-support-menu {
  width: 22%;
  border: 1px solid #eee;
  border-radius: 6px;
}
.jquery-accordion-menu {
  width: 100%;
}
.menu-title {
  height: 68px;
  background: #1e4b9e;
  width: 100%;
  text-align: center;
  line-height: 68px;
  border-radius: 6px 6px 0px 0px;
  font-size: 22px;
}
.tree-level1 {
  border-top: 1px solid #f2f2f2 !important;
  color: #1e4b9e;
  line-height: 56px;
}
.tree-level1:hover {
  background: #f2f2f2;
}
.tree-level2:hover {
  border-left: 4px solid #1e4b9e !important;
  background: #f2f2f2;
}
.help-resultbox {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.help-article-main {
  width: 100%;
}
.help-clear-float:first-child {
  margin-top: 26px;
}
.help-doc-title {
  margin: 15px 0 5px;
}
.help-doc-title a {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
  color: #5c5c5c;
}
.help-doc-title a i {
  float: left;
  margin-right: 20px;
  font-size: 24px;
  color: #1e4b9e;
}
.help-doc-title a:hover {
  color: #f04e39;
  transition: all 0.5s ease-in-out;
}
.help-doc-title a:hover i {
  color: #f04e39;
  transition: all 0.5s ease-in-out;
}
.help-article-des {
  padding-left: 45px;
  font-size: 15px;
  color: #333;
}
.help-result-titlebox {
  height: 68px;
  background: linear-gradient(to right, #f4f6fa, #ffffff, #f4f6fa);
  border: 1px solid #dfdbdb;
  border-radius: 8px;
}
.help-resultbox-title {
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-resultbox-title i {
  width: 30px;
  font-size: 32px;
  color: #1e4b9e;
}
.help-resultbox-title span {
  font-size: 18px;
  padding-left: 12px;
  line-height: 68px;
  font-weight: 600;
  color: #333333;
}
.help-article_div {
  color: #fff;
}
.help-article_div .pagelist {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.help-article_div .pagelist li {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin: 0 1.5px;
  display: flex;
  align-items: center;
}
.help-article_div .pagelist li a {
  color: #333;
}
.help-article_div .pagelist li.active {
  background-color: #8ba9eb;
}
.help-article_div .pagelist li.active a {
  color: #fff;
}
.submenu-indicator {
  color: #1e4b9e;
  top: 50%;
  margin-top: -10px;
  font-size: 24px !important;
}
span.gray {
  color: #1e4b9e;
}

.selected_item {
  border-left: 4px solid #1e4b9e !important;
  background: #f2f2f2;
}

/*........内容样式........*/

.help-article-title {
  width: 95%;
}
.help-article-title h1 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  text-align: center;
  color: #333;
}
.help-article-content {
  width: 95%;
  margin: 0 auto;
  line-height: 32px;
  padding: 26px 0px;
}
.help-article-content ul {
  list-style: square outside;
  line-height: 1.7;
  font-size: 16px;
  padding-left: 20px;
}
.help-article-contentul li {
  margin-bottom: 10px;
}
.help-article-content ol {
  list-style: decimal outside;
  line-height: 1.7;
  font-size: 16px;
  padding-left: 20px;
}
.help-article-content ol li {
  margin-bottom: 10px;
}

.help-article-content p {
  font-size: 16px;
  text-indent: 30px;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #666;
}
.help-article-content p img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 10px 10px 25px 0 rgba(211, 208, 208, 0.4);
}
.help-article-content h2 {
  font-size: 30px;
  line-height: 2;
  margin: 80px auto 50px;
  text-align: center;
  color: #333;
}
.help-article-content h3 {
  font-size: 24px;
  line-height: 2;
  color: #333;
}
.help-article-content h3 i {
  font-size: 24px;
  vertical-align: -1px;
  margin-right: 8px;
  color: #b9bcc5;
}
.help-article-content h4 {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

@media (max-width: 768px) {
  .information-head-wrap {
    height: 25rem;
    animation: none;
  }
  .information-head-wrap .information-head-text {
    margin-bottom: 0;
    padding-left: 0;
  }
  .information-head-wrap .information-head-text h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3%;
  }
  .information-head-wrap .information-head-text p {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.625rem;
    text-align: center;
  }
  .help-resultbox-title h1 {
    font-size: 1.5rem;
  }
  .help-clear-float {
    margin-bottom: 2rem;
  }  
  .help-clear-float:first-child {
    margin-top: 1.5rem;
  }
  .help-doc-title {
    margin: 1rem 0 0.32rem;
  }
  .help-doc-title a {
    font-size: 1.5rem;
  }
  .help-doc-title a i {
    margin-right: 1.25rem;
    font-size: 2rem;
  }
  .help-article-title h1 {
    font-size: 1.5rem;
    padding-top: 4rem;
  }
  .help-article-des {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
  .help-item-box p {
    width: 90%;
    height: 9.37rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .help-item .help-item-box {
    padding-top: 2rem;
    flex: 1;
  }

  .help-result {
    max-width: 100%;
    padding: 2rem 0px;
  }
  .help-resultbox {
    margin-left: 0.5rem;
  }

  .help-article-content {
    line-height: 2ren;
    padding: 1.625rem 0px;
  }

  .help-article-content p {
    font-size: 1.5rem;
    text-indent: 2rem;
    margin-bottom: 1.25rem;
  }
  .help-article-content p img {
    border-radius: 0.25rem;
    box-shadow: 0.625rem 0.625rem 1.56rem 0 rgba(211, 208, 208, 0.4);
  }
  .help-article-content h2 {
    font-size: 2rem;
    margin: 5rem auto 3rem;
  }
  .help-article-content h3 {
    font-size: 1.5rem;
  }
  .help-article-content h3 i {
    font-size: 1.5rem;
    vertical-align: -0.1rem;
    margin-right: 0.5rem;
  }
  .help-article-content h4 {
    font-size: 1.1rem;
  }
  .help-article-content ul {
    font-size: 1.5rem;
  }
  .help-article-contentul li {
    margin-bottom: 10px;
  }
  .help-article-content ol {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1179px) and (min-width: 769px) {
  .help-support-menu {
    width: 30%;
    border-radius: 0.375rem;
  }
  .help-resultbox {
    width: 60%;
    margin-left: 10px;
  }
}
