.solutionBigImg {
  background: url(../img/solution/make/bigBanner.png) no-repeat;
}
.wall {
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 428px) {
  .wall {
    height: 60px;
  }
}
.imgstyle {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
  overflow: hidden;
}
.myword a {
  border-bottom: none;
}
.myword .list-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #000;
}
.myword .list-group .lititle {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.myword .list-group .lititle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  width: 7px;
  height: 7px;
  background-color: #000;
}
.myword .list-group .litext {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.myword .list-group .active {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0;
  border-bottom: 0;
  margin-top: 0;
}
.myword .list-group .active .lititle {
  color: #ffa200;
}
.myword .list-group .active .lititle:after {
  background-color: #ffa200;
}
.myword .list-group .active .litext {
  color: #ffa200;
}
.myword .title {
  width: 100%;
  font-size: 35px;
  text-align: center;
  margin: 70px 0 85px;
  position: relative;
  color: #000;
  font-weight: 700;
}
.myword .title:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-radius: 5px;
  width: 100px;
  height: 8px;
  background-color: #ffa200;
}
@media screen and (max-width: 428px) {
  .myword .title {
    margin: 50px 0 65px;
  }
}
.tab-pane .word {
  line-height: 30px;
  color: #000;
  text-indent: 2em;
  margin-bottom: 70px;
}
.tab-pane .lastword li {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  list-style-type: square;
}
.tab-pane .lastword li::marker {
  color: #ffa200;
}
.tab-pane .thislititle {
  position: relative;
  color: #000;
  font-weight: 700;
}
.tab-pane .thislititle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: -15px;
  height: 82%;
  width: 6px;
  background-color: #ffa200;
  border-radius: 5px;
}
.tab-pane .casetext {
  color: #000;
}
.sucase {
  margin-left: 38px;
}
@media screen and (max-width: 428px) {
  .sucase {
    margin-left: 10px;
  }
  .sucase .casetext {
    margin-bottom: 15px;
  }
}
