@charset "UTF-8";
/* 标准色 */
/* 浅色 */
/* 渐变色 */
/* 阴影透明色 */
.VerticalNav.nav {
  width: 200rpx;
  white-space: initial;
}
.VerticalNav.nav .cu-item {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin: 0;
  border: none;
  height: 100rpx;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.VerticalNav.nav .cu-item.cur {
  background-color: #f1f1f1;
  color: #0081ff;
}
.VerticalNav.nav .cu-item.cur::after {
  content: "";
  width: 8rpx;
  height: 30rpx;
  border-radius: 10rpx 0 0 10rpx;
  position: absolute;
  background-color: #0081ff;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}