.arrow {
  position: absolute;
  width: 9px;
  height: 4px;
  top: 22px;
  right: 18px;
}

.container .banner .banner-grids .banner-top .nav .dropdown1:hover .fixed {
  display: block;
}

.fixed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.fixed .origin-box {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #b20b30;
  font-weight: 400;
}
.fixed .origin-box .name:hover {
  color: #b20b30!important;
  background-color: transparent!important;
}


.fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
  margin-left: 7px;
  margin-top: 4px;
}

.fixed .fixed-name {
  display: inline-block;
  width: 100%;
  height: 44px;
  background: #ffffff;
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  margin-bottom: 4px;
  text-decoration: none;
}

.fixed .fixed-name:last-child {
  margin-bottom: 0;
}

.fixed .fixed-name:hover {
  color: #b20b30!important;
  background-color: rgba(0, 0, 0, 0.2)!important;
}

.tw-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wh-right {
  display: flex;
  align-items: center;
}

.wh-right .wh-lm {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  margin-right: 10px;
}

.wh-btn-list {
  display: flex;
}


.wh-right .wh-btn {
  min-width: 60px;
  height: 27px;
  border-radius: 3px;
  border: 1px solid #cfb5bb;
  text-align: center;
  line-height: 27px;
  margin-right: 9px;
  color: #b20b30;
  cursor: pointer;
  font-size: 14px;
}

.wh-right .wh-btn:last-child {
  margin-right: 0;
}

.wh-right .wh-btn .wh-icon {
  width: 4px;
  height: 9px;
  margin-bottom: 2px;
}