#IndexView {
  width: 100%;
  min-height: calc(100vh - 50px);
  background-color: #f1f1f1;
  padding-bottom: 50px;
}

.indexHeaderImg {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
}

.menuView {
  width: calc(100% - 40px);
  overflow: hidden;
  margin: 0 20px;
  background: #FFFFFF;
  border-radius: 10px;
}

.menuItem {
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.menuItemEnd {
  border: 0;
}

.menuIcon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  user-select: none;
}

.menuTitle {
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  user-select: none;
}

.rightArrow {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  user-select: none;
}
