.web-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web-head .web-head-top {
  height: 50px;
  background-color: #323232;
  display: flex;
  justify-content: center;
  width: 100%;
}
.web-head .web-head-top .content {
  width: 100%;
  max-width: 1190px;
  display: flex;
  justify-content: space-between;
}
.web-head .web-head-top .content .logo-sm {
  font-size: 16px;
  font-weight: 400;
  color: #E3E3E3;
  line-height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.web-head .web-head-top .content .logo-sm .el-image {
  width: 23px;
  height: 20px;
  margin-right: 9px;
}
.web-head .web-head-top .content .tool-bar {
  display: flex;
}
.web-head .web-head-top .content .tool-bar .login-box,
.web-head .web-head-top .content .tool-bar .order-box {
  font-size: 14px;
  font-weight: 400;
  color: #E3E3E3;
  line-height: 20px;
  line-height: 50px;
  padding: 0 14px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.web-head .web-head-top .content .tool-bar .login-box:hover,
.web-head .web-head-top .content .tool-bar .order-box:hover {
  background: #C70E2C;
  color: #FFFFFF;
}
.web-head .web-head-top .content .tool-bar .login-box:hover + .order-box::before,
.web-head .web-head-top .content .tool-bar .order-box:hover + .order-box::before,
.web-head .web-head-top .content .tool-bar .login-box:hover::before,
.web-head .web-head-top .content .tool-bar .order-box:hover::before {
  opacity: 0;
}
.web-head .web-head-top .content .tool-bar .login-box {
  display: flex;
  align-items: center;
}
.web-head .web-head-top .content .tool-bar .login-box .user-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 10px;
  display: flex;
}
.web-head .web-head-top .content .tool-bar .login-box .user-logo .el-image {
  width: 100%;
  height: 100%;
}
.web-head .web-head-top .content .tool-bar .order-box:before {
  position: absolute;
  content: '';
  height: 11px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #E3E3E3;
}
.web-head .web-head-top .content .tool-bar .car-box {
  min-width: 120px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  padding-left: 14px;
  padding-right: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.web-head .web-head-top .content .tool-bar .car-box:hover {
  background: #C70E2C;
  color: #FFFFFF;
}
.web-head .web-head-top .content .tool-bar .car-box .el-image {
  line-height: 1;
  margin-right: 10px;
}
.web-head .web-head-top .content .tool-bar .select {
  background: #C70E2C;
}
.web-head .web-head-top .content .tool-bar .select + .order-box::before,
.web-head .web-head-top .content .tool-bar .select::before {
  opacity: 0;
}
.web-head .web-head-main {
  height: 72px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  width: 100%;
}
.web-head .web-head-main .content {
  width: 100%;
  max-width: 1190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.web-head .web-head-main .content .logo {
  display: flex;
  align-items: center;
  width: 200px;
  height: 46px;
  cursor: pointer;
}
.web-head .web-head-main .content .logo .el-image {
  height: 100%;
}
.web-head .web-head-main .content .logo .title {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-left: 10px;
  font-family: "宋体";
}
.web-head .web-head-main .content .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  color: #414141;
}
.web-head .web-head-main .content .search .search-main {
  position: relative;
  width: 100%;
  height: auto;
}
.web-head .web-head-main .content .search .search-main input {
  padding-right: 40px;
}
.web-head .web-head-main .content .search .search-main .search-icon {
  cursor: pointer;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 99;
}
