#help {
  padding: 10px 15px;
  background: #ffffff;
}
#help .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  height: 91px;
  background: #fff3e3;
  border-radius: 8px;
}
#help .menu-item .item-img {
  width: 55px;
  height: 55px;
  margin: 0 10px 0 15px;
}
#help .menu-item .item-name {
  font-size: 16px;
  color: #212121;
}
#help .menu-item .item-icon {
  line-height: 22px;
  width: 22px;
  color: #8C8C8C;
  margin-right: 7px;
}
#help .popup-page {
  width: 100%;
  height: 100%;
  background: #ffffff;
}
#help .popup-page .header {
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  font-size: 18px;
  color: #090909;
  background: #fff;
}
#help .popup-page .header .left-icon {
  font-size: 21px;
  left: 15px;
  position: absolute;
}
#help .popup-page .header .right-icon {
  font-size: 21px;
  font-weight: 600;
  right: 15px;
  position: absolute;
}
#help .popup-page .QA-list {
  margin-top: 44px;
  height: calc(100% - 44px);
  overflow-y: auto;
}
#help .popup-page .QA-list .QA-item {
  border-radius: 8px;
  margin: 20px 15px;
  padding: 20px 15px 4px 15px;
  background: #F6F7F8;
}
#help .popup-page .QA-list .QA-item .question {
  color: #212121;
  font-size: 16px;
  margin-bottom: 16px;
}
#help .popup-page .QA-list .QA-item .answer {
  color: #8c8c8c;
}
#help .popup-page .QA-list .QA-item .answer p img {
  width: 100% !important;
}
#help .popup-page .QA-list .QA-item .answer img {
  width: 100%;
}
#help .popup-page .QA-list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#help .popup-page::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

