.headers-white {
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 76px;
  margin-left: -50%;
  padding: 14px 30px 0 120px;
  background: #2a1b3b;
  border-bottom: 1px solid #3e3e3e;
  z-index: 6;
}
.headers-white .lf {
  flex-shrink: 0;
  width: 186px;
  height: 82px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
.headers-white .lf a {
  display: block;
  width: 100%;
  height: 100%;
}
.headers-white .rtbox {
  flex: 1;
  position: relative;
  height: 62px;
  margin-left: 80px;
  padding-right: 49%;
}
.headers-white .item {
  box-sizing: border-box;
  height: 100%;
  float: left;
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  line-height: 53px;
  overflow: hidden;
  filter: drop-shadow(1px 0 1px rgba(112, 107, 107, 0.55));
}
.headers-white .item:nth-of-type(1) {
  margin-left: 0px;
}
.headers-white .item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: #e83c6d;
}
.headers-white .item:hover .znsoma {
  color: #e83c6d;
}
.headers-white .item:hover .ensoma {
  color: #e83c6d;
  opacity: 1;
}
.headers-white .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.headers-white .znsoma {
  font-size: 17px;
  color: #d2d2d2;
  line-height: 1;
  transition: all 0.3s;
  font-weight: bold;
  padding-bottom: 7px;
}
.headers-white .ensoma {
  font-size: 12px;
  color: #d2d2d2;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  text-indent: 2px;
  opacity: 0.8;
}
.headers-white .navbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headers-white .navbox .item:nth-of-type(1) p:nth-of-type(1) {
  color: #e83c6d;
}
.headers-white .navbox .item:nth-of-type(1) p:nth-of-type(2) {
  color: #e83c6d;
  opacity: 1;
}
.headers-white #user_login {
  position: absolute;
  top: 17px;
  right: 230px;
  color: #eeeadc;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.headers-white #ed_login {
  color: #eeeadc;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.headers-white #user_login span {
  margin-left: 8px;
}
.headers-white #user_login .user {
  text-align: right;
  margin-left: unset;
  padding-right: 10px;
}
.headers-white .rt {
  position: absolute;
  top: 11px;
  right: 0;
  border: 1px solid #675e73;
  padding: 0 8px 4px;
  border-radius: 3px;
}
.headers-white .rt a {
  font-size: 15px;
  color: #eeeadc;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  vertical-align: middle;
}
.headers-white .rt a:hover {
  filter: brightness(120%);
  color: #e83c6d;
}
.headers-white .rt span {
  display: inline-block;
  vertical-align: middle;
  color: #eeeadc;
  margin: 0 9px;
}
