.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.the-help-nav {
  width: 250px;
  float: left;
  margin-left: -100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.the-help-nav .jump-back {
  position: relative;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  color: #007076;
}
.the-help-nav .jump-back:before {
  display: inline-block;
  content: '';
  background: url("../images/helpcenter/jump-back-icon.png") no-repeat center;
  width: 16px;
  height: 12px;
  margin-right: 8px;
}
.the-help-nav * {
  box-sizing: border-box;
}
.the-help-nav a {
  color: inherit;
  display: block;
}
.the-help-nav a:active {
  text-decoration: none;
}
.the-help-nav a:focus {
  text-decoration: none;
}
.the-help-nav a:hover {
  text-decoration: none;
}
.the-help-nav .each-nav-item {
  border-top: 1px dashed #e0e0e0;
  padding-top: 26px;
  margin-top: 26px;
}
.the-help-nav .each-nav-item:nth-of-type(1) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.the-help-nav .nav-row {
  position: relative;
}
.the-help-nav .row-title {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
}
.the-help-nav .row-title:hover {
  background: #EDF6F7;
}
.the-help-nav .row-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-help-nav .row-title .title-text {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  float: left;
  padding: 12px 12px 12px 0;
  max-width: 220px;
  word-break: break-word;
  line-height: 18px;
  width: 100%;
}
.the-help-nav .row-title .title-text:hover {
  text-decoration: none;
  color: #007076;
}
.the-help-nav .row-title .toggle-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  background: url("../images/helpcenter/toggle-arrow.png") no-repeat center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
}
.the-help-nav .row-body {
  display: none;
}
.the-help-nav li {
  font-size: 14px;
  color: #333333;
  position: relative;
}
.the-help-nav li .li {
  padding: 10px 12px 10px 18px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  color: initial;
}
.the-help-nav li .li:hover {
  text-decoration: none;
  color: #007076;
  background: #EDF6F7;
}
.the-help-nav li .li:before {
  display: block;
  content: '';
  background: transparent;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.the-help-nav .unfold .row-body {
  display: block;
}
.the-help-nav .unfold .toggle-icon {
  background: url("../images/helpcenter/toggle-arrowed.png") no-repeat center;
}
.the-help-nav .unfold li {
  color: #007076;
  position: relative;
}
.the-help-nav .unfold li.active .li {
  background: #EDF6F7;
  font-weight: 500;
  color: inherit;
}
.the-help-nav .unfold li.active .li:before {
  background: #007076;
}
.the-help-nav .active:before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #007076;
}
.the-help-nav .active .row-title {
  color: #007076;
  background: #EDF6F7;
}
.the-help-nav .active li {
  color: #007076;
}
.the-help-nav .active li.active .li {
  background: #EDF6F7;
  font-weight: 500;
  color: inherit;
}
.the-help-nav .active li.active .li:before {
  background: #007076;
}
/*# sourceMappingURL=the-help-nav.css.map */