.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;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.help-content {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.help-content .help-left {
  width: 884px;
  min-height: 600px;
  padding-bottom: 80px;
}
.help-content .help-left > h2 {
  border-bottom: 2px solid #E3E5E9;
  display: block;
  margin-top: 30px;
  height: 38px;
  font-size: 18px;
  position: relative;
}
.help-content .help-left > h2:after {
  display: block;
  width: 70px;
  content: '';
  border-bottom: 2px solid #158F3B;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.help-content .guide-box {
  min-height: 500px;
  color: #3e3a3a;
}
.help-content .guide-box h2 {
  margin: 40px 0 10px;
  font-weight: bold;
}
.help-content .guide-box .guide-item {
  margin-top: 10px;
  border: 1px solid #efefef;
  width: 884px;
  padding: 30px 25px;
  box-sizing: border-box;
}
.help-content .guide-box .guide-item .tips {
  color: #ef7000;
}
.help-content .guide-box .guide-item h5 {
  font-size: 14px;
}
.help-content .guide-box .guide-item h5 a {
  color: #00a964;
  text-decoration: underline;
}
.help-content .guide-box .guide-item .img-box {
  margin: 20px 0 0 40px;
  text-align: center;
}
.help-content .guide-box .guide-item .view-file {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: unset;
  border: none;
  color: #027f44;
  text-decoration: underline;
}
.help-content .guide-box .ads-box {
  margin: 10px 0;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.help-content .guide-box .ads-box:hover span {
  background-color: #6db986;
}
.help-content .guide-box .ads-box a {
  position: static;
}
.help-content .guide-box .ads-box span {
  color: #1c562d;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 3;
  display: block;
  padding: 0 30px;
  height: 30px;
  line-height: 30px;
  background-color: #82d79c;
}
.help-content .guide-box .order-link a {
  height: 80px;
  width: 45%;
  position: absolute;
  top: 0;
  z-index: 3;
}
.help-content .guide-box .order-link .smt-link {
  left: 0;
}
.help-content .guide-box .order-link .pcb-link {
  right: 55px;
}
/*# sourceMappingURL=buy-guide.css.map */