.w155 {
  width: 1316.28rem;
}

.w133 {
  width: 1572rem;
}

.component-header {
  height: 142.62rem;
  width: 100%;
  opacity: 1;
  background: white;
  box-shadow: 3.36rem 3.36rem 11.74rem rgba(0, 0, 0, 0.15);
}

.component-header .header-box {
  justify-content: space-between;
}

.component-header .header-box .logo-left {
  width: 267.62rem;
  height: 93.12rem;
}

.component-header .header-box .right-menus .menu-item {
  display: inline-block;
  font-size: 27.68rem;
  font-weight: 400;
  text-align: center;
  color: #0d0d0d;
  min-width: 125.07rem;
  margin-right: 44rem;
  cursor: pointer;
}

.component-header .header-box .right-menus .menu-item:last-child {
  margin-right: 0rem;
}

.component-header .header-box .right-menus .menu-item.active {
  color: #2a82e4;
}

.component-header .header-box .right-menus .menu-item.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 50.99rem;
  height: 3.14px;
  opacity: 1;
  border-radius: 10.91rem;
  background: #2a82e4;
  bottom: -13rem;
  left: 50%;
  transform: translateX(-50%);
}
