.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;
}
.bread-crumbs {
  color: #9fa0a0;
  padding: 20px 0;
  text-align: right;
  width: 1080px;
}
.bread-crumbs:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bread-crumbs .bread-nav {
  float: right;
}
.bread-crumbs .icon-arrow-right {
  float: left;
  color: #9fa0a0;
}
.bread-crumbs a {
  color: #9fa0a0;
  font-size: 12px;
  max-width: 180px;
  position: relative;
  padding-left: 16px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bread-crumbs a:first-child:before {
  display: none;
}
.bread-crumbs a:before {
  display: block;
  content: '';
  width: 6px;
  border-top: 1px solid #9fa0a0;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
}
.bread-crumbs a:hover {
  text-decoration: underline;
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@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';
}
.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);
}
.help-body .help-top {
  margin-top: 34px;
}
.help-body .help-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.help-body .help-top .bread-crumbs {
  float: left;
  width: auto;
  padding: 16px 0;
}
.help-body .help-top .bread-crumbs a:first-child {
  padding-left: 0;
}
.help-body .help-top .type-search {
  width: 320px;
  height: 50px;
  background: #fff;
  float: right;
  position: relative;
}
.help-body .help-top .type-search .get-search {
  height: 50px;
  width: 100%;
  text-indent: 15px;
  border: 1px solid #efefef;
}
.help-body .help-top .type-search .icon-xiazai5 {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.help-body .help-top .type-search .icon-xiazai5:hover {
  color: #b21f1f;
}
.help-body .help-content {
  margin-top: 20px;
  border-top: 1px solid #313131;
}
.help-body .help-content:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.help-body .help-content .help-l {
  width: 280px;
  float: left;
}
.help-body .help-content .help-l .on-title {
  padding: 20px 0 14px;
  font-size: 14px;
  font-family: NunitoSans-Bold;
}
.help-body .help-content .problem-nav dd {
  margin-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.help-body .help-content .problem-nav a {
  min-height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  color: #313131;
  font-size: 12px;
  padding: 6px 10px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  line-height: 20px;
}
.help-body .help-content .problem-nav a:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: -20px;
  z-index: 1;
  background: #e0e0e0;
}
.help-body .help-content .problem-nav a:hover {
  background: #b21f1f;
  color: #fff;
}
.help-body .help-content .problem-nav .active a {
  background: #b21f1f;
  color: #fff;
}
.help-body .help-content .help-r {
  float: left;
  padding: 0 0 200px 60px;
  min-height: 500px;
  width: 1000px;
  box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  margin-top: 58px;
}
.help-body .help-content .help-r .problem-name {
  font-size: 30px;
  font-family: NunitoSans-Bold;
}
.help-body .help-content .help-r .time {
  display: block;
  color: #313131;
  padding: 16px 0;
}
.help-body .help-content .help-r .des-box {
  border-top: 1px #898989 dashed;
  min-height: 600px;
  padding: 40px 0;
  font-size: 16px;
}
.help-body .help-content .help-r .helpful-box {
  padding: 35px 0;
  text-align: center;
  border-top: 1px #898989 dashed;
  border-bottom: 1px #898989 dashed;
  font-size: 16px;
  color: #313131;
}
.help-body .help-content .help-r .helpful-box .btn-group {
  margin-top: 20px;
}
.help-body .help-content .help-r .helpful-box .btn {
  min-width: auto;
  background: #fff;
  color: #313131;
  height: 30px;
  line-height: 30px;
  border: 1px solid #efefef;
  background: #f4f4f4;
}
.help-body .help-content .help-r .helpful-box .icon-cross {
  font-size: 18px;
  vertical-align: middle;
}
.help-body .help-content .help-r .helpful-box .active {
  color: #408b00;
  margin-right: 20px;
}
.help-body .help-content .help-r .helpful-box .found {
  margin-top: 20px;
  font-size: 14px;
}
.help-body .help-content .help-r .helpful-box .link-request {
  margin-top: 30px;
}
.help-body .help-content .help-r .helpful-box .link-request a {
  color: #b21f1f;
  text-decoration: underline;
}
/*# sourceMappingURL=help-detail.css.map */