.question .list {
  background: #fff;
}

.question h1 {
  line-height: 2.1rem;
  height: 2.1rem;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.question h2 {
  padding: 0.55rem 0.4rem 0.55rem 1.55rem;
  line-height: 1rem;
  font-size: 0.7rem;
  font-weight: bold;
  border-bottom: 1px solid #e7eaf1;
  position: relative;
}

.question .item:last-child h2 {
  border-bottom: 0;
}

.question .item.current h2 {
  border-bottom: 1px solid #e7eaf1;
}

.question h2:before,
.question h2:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 10;
}

.question h2:before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/ico-ques.png");
  left: 0;
  top: 0.3rem;
}

.question h2:after {
  width: 0.65rem;
  height: 0.35rem;
  background-image: url("../images/ico-arrow-gray.png");
  right: 0;
  top: 50%;
  margin-top: -0.175rem;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.question .current h2:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.question .detail {
  display: none;
  padding: 0.5rem 0.75rem;
}

.question .current .detail {
  display: block;
}

.question h3 {
  line-height: 1.25rem;
  font-size: 0.7rem;
  font-weight: bold;
}

.question .detail p {
  line-height: 1rem;
  font-size: 0.6rem;
  color: #7f8386;
  word-break: break-all;
}
