.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  background: #b21f1f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  min-width: 200px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.btn:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  background: #f4f4f4;
}
.help-banner {
  background: url("../jpg/help-banner-bg.jpg") no-repeat center;
  height: 284px;
  min-width: 1280px;
  overflow: hidden;
}
.help-banner .title {
  font-size: 24px;
  margin-top: 63px;
  color: #fff;
}
.help-banner .help-search {
  width: 650px;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(12, 4, 7, 0.1);
  margin-top: 10px;
  position: relative;
}
.help-banner .help-search .get-search {
  height: 50px;
  text-indent: 14px;
  width: 600px;
}
.help-banner .help-search .icon-xiazai5 {
  display: block;
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  transform: translateY(-50%);
  color: #313131;
  transition: all 0.3s linear;
  padding: 10px;
  cursor: pointer;
}
.help-banner .help-search .icon-xiazai5:hover {
  color: #b21f1f;
}
.asked-title {
  text-align: center;
  font-size: 30px;
  margin-top: 26px;
  font-family: NunitoSans-Bold;
  padding: 24px 70px;
  border-bottom: 2px solid #313131;
  position: relative;
  cursor: default;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.asked-title:hover:before {
  width: 10%;
}
.asked-title:before {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #b21f1f;
  position: absolute;
  bottom: -2px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.eq-box {
  margin-left: -70px;
  font-size: 0;
  padding: 30px 0 100px;
}
.eq-box a {
  color: #313131;
  padding: 20px 0;
}
.eq-box dd {
  border-bottom: 1px solid #e0e0e0;
  display: inline-block;
  width: 380px;
  margin: 0 0 10px 70px;
}
.eq-box dd:hover .eq {
  color: #b21f1f;
}
.eq-box dd h6 {
  color: #898989;
  font-weight: normal;
  font-size: 12px;
}
.eq-box dd .eq {
  font-size: 16px;
  font-family: NunitoSans-Bold;
  margin-top: 4px;
  height: 48px;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}
.tab-parent {
  background: #fff;
  min-height: 400px;
  position: relative;
}
.tab-parent:before {
  display: block;
  content: '';
  width: 100%;
  height: 40px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.eq-tab {
  background: #ebebeb;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 40px;
  font-size: 0;
}
.eq-tab li {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-left: 1px solid #e0e0e0;
}
.eq-tab li:first-child {
  border-left: 0;
}
.eq-tab li:hover {
  background: #fff;
}
.eq-tab .active {
  background: #fff;
}
.tab-body {
  padding: 60px;
  box-sizing: border-box;
}
.tab-body .tab-item .tab-des {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 30px;
}
.tab-body .tab-item .tab-des .title {
  font-size: 24px;
  line-height: 48px;
  color: #313131;
  font-family: NunitoSans-Bold;
  margin-bottom: 10px;
}
.tab-body .tab-item .problem-set {
  border-left: 1px solid #e0e0e0;
}
.tab-body .tab-item .problem-set a {
  padding: 4px 0 4px 20px;
  box-sizing: border-box;
  font-size: 16px;
  max-width: 500px;
  font-family: NunitoSans-Bold;
  color: #313131;
  transition: color 0.3s linear;
  position: relative;
}
.tab-body .tab-item .problem-set a:before {
  display: block;
  content: '';
  width: 4px;
  height: 10px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear;
  margin-top: -5px;
  overflow: auto;
}
.tab-body .tab-item .problem-set a:hover {
  color: #b21f1f;
  text-decoration: underline;
}
.tab-body .tab-item .problem-set a:hover:before {
  background: #b21f1f;
}
.tab-body .tab-item .problem-set .active {
  color: #b21f1f;
}
.tab-body .tab-item .problem-set .active:before {
  background: #b21f1f;
}
.try-these {
  margin-top: 20px;
  background: url("../jpg/these-bg.jpg") no-repeat center #a79ec6;
  width: 1280px;
  height: 240px;
  margin-bottom: 60px;
}
.try-these .try-title {
  color: #fff;
  font-family: NunitoSans-Bold;
  font-size: 30px;
  text-align: center;
  padding-top: 60px;
}
.try-these .btn-group {
  margin-top: 26px;
  text-align: center;
}
.try-these .btn-group .btn {
  background: #aca1d0;
}
.try-these .btn-group .btn:first-child {
  background: #d3cde6;
  margin-right: 100px;
}
/*# sourceMappingURL=help-center.css.map */