.headerCenter1_box{
  width: 1190px;
  margin: 33px auto 0;
}
.headerCenter1_box .left{
  width: 172px;
  margin-right: 55px;
  margin-top: 6px;
}
.headerCenter1_box .content{
  margin-top: 6px;
  width: 660px;
  background: rgba(229, 26, 26, 1);
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
}
.headerCenter1_box .content .search_input{
  border: none;
  border-radius: 0;
  height: 36px;
  margin-top: 2px;
  line-height: 36px;
  margin-left: 2px;
}
.headerCenter1_box .content .search_btn{
  width: 104px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.headerCenter1_box .right{
  margin-top: 4px;
  display: flex;
}
.headerCenter1_box .right .shopCar{
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("/img/car.png") center center no-repeat;
  background-size: 100% 100%;
  margin-right: 23px;
}
.headerCenter1_box .right .shopCar:hover{
  background: url("/img/car1.png") center center no-repeat;
  background-size: 100% 100%;
}
.headerCenter1_box .right .shopCar .orderNum{
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgba(229, 26, 26, 1);
  border-radius: 50%;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  position: relative;
  top: 0;
  right: -27px;
}
.headerCenter1_box .right .qhZyw div{
  cursor: pointer;
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgb(242, 243, 247);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  color: rgb(101, 101, 112);
}
.headerCenter1_box .right .qhZyw img{
  vertical-align: middle;
}
.headerCenter1_box .right .qhZyw .zw{
  display: none;
  position: absolute;
  top: 102px;
}