@charset "utf-8";

.helpWrapper{
  display: flex;
}

.jackarBox{
  background-color: #fff;
  width: 1000px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-left: 20px!important;
}
.jackTit{
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: var(--mainFontColor);
  font-size: 28px;
}
.jack-item h3{
  color: var(--assFontColor);
  font-size: 20px;
  margin: 15px 0;
}
.seq{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: var(--main-color);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  vertical-align: bottom;
}
.jack-itemTxt{
  color: var(--assFontColor);
  margin-bottom: 30px;
}
.jack-itemTxt>p{
  margin-bottom: 15px;
}
.jack-item .jack-itemTxt:last-of-type{
  margin-bottom: 0;
}
.jack-item{
  margin-bottom: 40px;
}

#help_nav{
  width: 200px;
  height: auto;
  background-color: #525252;
  color: #fff;
  box-sizing: border-box;
}
.nav-tits{
  font-size: 20px;
  line-height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--mainFontColor);
  padding: 0 20px;
  box-sizing: border-box;
}
.nav-tits>img{
  width: 34px;
  height: 34px;
}
.nav-help a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}
.nav-help a>span{
  padding-left: 13px;
}
.jack-itemTxt>img{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}