.hiddenLongText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menuBg {
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.menuLeft {
  float: left;
  width: 50%;
  border-right: thin dotted rgba(100, 100, 100, 0.9);
}
.menuRight {
  float: left;
  width: 50%;
}

.goldColor {
  color: #9e7e67;
}

.indexSlideTextShadow {
  text-shadow: 0.04rem 0.04rem rgb(0, 0, 0);
}
