.header-box {
  height: 40px;
  width: 100%;
  background: #333333;
  border-bottom: 1px solid #E5E5E5;
  color: #c1c1c1;
  font-size: 14px !important;
  line-height: 40px;
}

.web-title {
  font-weight: bold;

}

.no-user p a{
  margin-left: 10px !important;
  color: #278FF0;
  cursor: pointer;
}

.nav-item {
  margin-right: 30px;
  cursor: pointer;
}

.nav-child p {
  margin: 14px 0px !important;

}

.nav-child p:hover {
  color: #278FF0;
}

.el-popover {
  min-width: 60px !important;
  text-align: center;
  font-size: 14px !important;
  color: #666;
  cursor: pointer;
}

.phone {
  font-size: 14px !important;
  font-weight: bold;
  color: #c1c1c1;
}
.phone-img{
  height:20px;
  width:20px;
  margin-right:10px
}
.xunjia{
  background: #FF8C11;
  color:#fff !important;
  font-size:14px;
  margin-right:20px;

}
.xunjia,.cart{
  height:42px;
  width:100px;
  border: 1px solid #EEEEEE;
  color: #333333;
  font-size:14px
}
.actions{
  margin-left:20px;
  padding-top:10px
}
.hot-key{
  position: absolute;
  font-size:12px;
  color: rgb(102, 102, 102);
  top:50px;
}
.hot-key p{
  margin-right:16px
}
.first-hot{
  color:rgb(252, 0, 0);;
}
.js-fixed-header {
  position: fixed;
  top: 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 5%);
  width: 100%;
  z-index: 1000;
}