.local-nav__content {
  position: relative;
}
.local-nav__content > .backBtn {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 56px;
  height: 56px;
  background-color: #e60012;
  background-image: url("../../common/v2/img/ncommon/_common/icon/close-stroke-white.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  z-index: 999999;
}
.local-nav {
  padding-bottom: 70px;
  color: #3c3c3c;
}
.local-nav__headLine {
  position: relative;
  padding-left: 54px;
  border-bottom: solid 2px #e5e5e5;
  height: 97px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.local-nav__headLine:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.hardware .local-nav__headLine:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon-hardware-red.svg");
}
.software .local-nav__headLine:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon-software-red.svg");
}
.character .local-nav__headLine:before {
  background-image: url("../../common/v2/img/ncommon/_common/icon-character-red.svg");
}
.local-nav__headLine p {
  font-size: 18px;
  font-weight: bold;
  line-height: 96px;
}
.local-nav__listItem {
  border-bottom: solid 2px #e5e5e5;
}
.local-nav__listItem a {
  display: table;
  padding: 15px 0 15px 26px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.local-nav__listItem a > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.local-nav__listItem span span {
  font-size: 12px;
  margin-left: -5px;
}
.local-nav__listItem .blankLink:after {
  content: '';
  display: inline-block;
  background: url("../../common/v2/img/ncommon/_common/icon-blank.svg") no-repeat center center;
  width: 10px;
  height: 10px;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  vertical-align: top;
  padding-top: 4px;
}
