._alpha-box-wrap {
  position: sticky;
  top: 50px;
  z-index: 1;
  padding-top: 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}
._alpha-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  position: relative;
  height: 24px;
  margin: 0 auto;
  gap: 20px;
}
/* ._alpha-box::after{
    content: '';
    position: absolute;
    width:100%;
    height:1px;
    background:rgba(217, 217, 217, 1);
    bottom:0;
} */
._alpha-box .alpha-item {
  color: rgba(217, 217, 217, 1);
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 30px;
  position: relative;
}
._alpha-box .alpha-item:hover {
  background: #0E8ACE;
  color: #fff;
}
._alpha-box .alpha-item .alpha-word-list {
  position: absolute;
  min-width: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #fff;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
  border-radius: 6px;
}
._alpha-box .alpha-item .alpha-word-list-item {
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 10px;
}

._alpha-box .alpha-item:hover .alpha-word-list {
  display: flex;
}
._alpha-box .alpha-item .alpha-word-list-item:hover {
  background: #0E8ACE;
  color: #fff;
}
/* ._alpha-list{
    border-top: 1px solid rgba(217, 217, 217, 1);
} */
._alpha-list .alpha-item:hover {
  background: rgba(245, 245, 246, 1);
}
._alpha-list .alpha-brand:hover {
  color: #0E8ACE;
}
._alpha-list .alpha-item-inner {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 80px;
  width: 1200px;
  cursor: pointer;
  margin: 0 auto;
}
/* ._alpha-list .alpha-item-inner:last-child{
    border-bottom: none;
} */
._alpha-list .alpha-item-inner .alpha-word {
  font-size: 20px;
  width: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  height: 30px;
  background: #0E8ACE;
  color: #fff;
}
