﻿@charset "UTF-8";
.location a {
  color: #fff; }
.location span {
  color: #fff; }
.location a.active {
  color: #fff; }

.nav-help {
  position: relative; }

.nav-help a {
  color: #FF6356 !important; }

.nav-help a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 1px;
  background: #FF4F4F;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: widths 1s 1 alternate;
  -webkit-animation: widths 1s 1 alternate;
  /* Safari 和 Chrome */ }

@keyframes widths {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@-webkit-keyframes widths /*Safari and Chrome*/ {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
.flex-center {
  display: flex;
  justify-content: center; }

.flex-between {
  display: flex;
  justify-content: space-between; }
.arcticle-recommend .title a{ float: right; width: 30px; height: 30px;}
.help-banner {
  background: url(../images/help_banner.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
  min-width: 1200px; }
  .help-banner h3 {
    font-size: 32px;
    color: #1A1A1A;
    text-align: center;
    padding: 64px 0 15px; }
  .help-banner .sub-title {
    font-size: 18px;
    text-align: center;
    color: #4C4646; }
  .help-banner .search-bar {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    width: 940px;
    margin: 26px auto 34px;
    height: 48px; }
    .help-banner .search-bar input {
      height: 48px;
      width: 553px;
      padding-left: 14px;
      line-height: 48px;
      font-size: 14px; }
    .help-banner .search-bar .iconfont {
      color: #FF7C7C;
      font-size: 18px;
      line-height: 1;
      float: right;
      padding: 15px;
      background: #fff;
      cursor: pointer; }
  .help-banner .hot-words-wrapper {
    text-align: center; }
    .help-banner .hot-words-wrapper ul {
      font-size: 0;
      text-align: center; }
      .help-banner .hot-words-wrapper ul li:first-child {
        margin-right: 0px;
        cursor: none; }
      .help-banner .hot-words-wrapper ul li:nth-child(2) {
        margin-right: 18px; }
      .help-banner .hot-words-wrapper ul li {
        display: inline-block;
        font-size: 14px;
        color: #1A1A1A;
        margin-right: 26px;
        cursor: pointer; }

.arcticle-recommend {
  height: 537px;
  background: #f7f8fa; }
  .arcticle-recommend h3 {
    font-size: 28px;
    padding: 83px 0 45px;
    text-align: center; }
  .arcticle-recommend .flex-item {
    width: 364px;
    height: 290px;
    background: #ffffff;
    padding: 0 23px; }
  .arcticle-recommend .title {
    padding: 25px 0 21px;
    font-size: 22px;
    color: #1A1A1A;
    border-bottom: 1px solid #dbdbdb; }
  .arcticle-recommend .iconfont:hover {
    transform: scale(1.1); }
  .arcticle-recommend .iconfont {
    font-size: 18px;
    color: #444444;
    line-height: 30px; }
  .arcticle-recommend .a_list {
    padding-top: 25px; }
    .arcticle-recommend .a_list a:hover {
      color: #666666; }
    .arcticle-recommend .a_list a {
      position: relative;
      padding-left: 28px;
      font-size: 14px;
      color: #1a1a1a;
      margin-bottom: 28px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .arcticle-recommend .a_list a:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #d8d8d8;
      position: absolute;
      left: 0px;
      bottom: 6px;
      border-radius: 50%; }

.other-help-wrapper {
  height: 502px;
  background: url(../images/background2.jpg) no-repeat center center;
  background-size: cover; }
  .other-help-wrapper h3 {
    padding: 74px 0 24px;
    font-size: 28px;
    color: #1a1a1a;
    text-align: center; }
  .other-help-wrapper .sub-title {
    font-size: 18px;
    color: #1a1a1a;
    padding-bottom: 56px;
    text-align: center; }
  .other-help-wrapper .flex-item:hover {
    box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.07);
    border: 3px solid #ff4f4f;
    transform: scale(1.1); }
  .other-help-wrapper .flex-item {
    width: 141px;
    height: 187px;
    text-align: center;
    padding-top: 40px;
    background: white;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.07); }
    .other-help-wrapper .flex-item img {
      width: 64px;
      height: 64px; }
    .other-help-wrapper .flex-item p {
      font-size: 14px;
      line-height: 19px;
      color: #333333;
      padding-top: 22px;
      text-align: center; }

.help-footer-banner {
  text-align: center;
  background: url(../images/banner_feet.jpg) no-repeat center center;
  background-size: cover;
  height: 228px; }
  .help-footer-banner h3 {
    color: #1a1a1a;
    font-weight: normal;
    padding: 47px 0 15px;
    text-align: center;
    font-size: 28px; }
  .help-footer-banner .sub-title {
    font-size: 18px;
    color: #1A1A1A;
    padding-bottom: 25px;
    text-align: center; }
  .help-footer-banner a:hover {
    background: #FF7C7C; }
  .help-footer-banner a {
    display: inline-block;
    width: 120px;
    height: 36px;
    background: #FF4F4F;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    color: white;
    font-size: 14px; }

/*# sourceMappingURL=help.css.map */
