.banner {
  width: 100%;
}
#body {
  padding-bottom: 2rem;
}
.section {
  margin-top: 3.125rem;
  padding: 0 1.9375rem 0 1.1875rem;
}
.section .img-title {
  margin: 2.5rem auto 0;
  width: 5.25rem;
  height: 2rem;
}
.section .cell-group {
  margin-top: 1.75rem;
}
.section .cell-group .cell {
  display: flex;
}
.section .cell-group .cell:nth-child(n+2) {
  margin-top: 2.0625rem;
  padding-top: 2.625rem;
  border-top: 1px solid #eeeeee;
}
.section .cell-group .cell .img-wrapper {
  flex-shrink: 0;
  width: 0.9375rem;
  height: 0.9375rem;
}
.section .cell-group .cell .rb {
  margin-left: 0.5625rem;
  margin-top: -0.1875rem;
}
.section .cell-group .cell .rb .question {
  font-size: 0.9375rem;
  color: #0062B1;
}
.section .cell-group .cell .rb .ask {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
  color: #787878;
  line-height: 1.875rem;
}
.section .more {
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: #373737;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .more.loading .icon {
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.section .more .icon {
  margin-left: 0.5rem;
  width: 1rem;
}
