.headerCenter3_box .top_box {
  width: 1400px;
  margin: 33px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerCenter3_box .top_box .left {
  width: 210px;
  height: 63px;
}
.headerCenter3_box .top_box .content {
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  width: 720px;
  height: 48px;
  border-radius: 40px;
  border: 2px solid #e51a1a;
}
.headerCenter3_box .top_box .content .search_input {
  border: none;
  height: 43px;
  margin-top: 1px;
  border-radius: 40px;
  background: transparent;
}
.headerCenter3_box .top_box .content .search_btn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 93px;
  height: 40px;
  border-radius: 20px;
  background: #e60000;
  margin: 2px 2px;
  line-height: 40px;
}
.headerCenter3_box .top_box .content .search_btn .icon-sousuo {
  font-size: 12px;
}
.headerCenter3_box .top_box .right {
  margin-top: 4px;
  display: flex;
}
.headerCenter3_box .top_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;
}
.headerCenter3_box .top_box .right .shopCar:hover {
  background: url("/img/car1.png") center center no-repeat;
  background-size: 100% 100%;
}
.headerCenter3_box .top_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;
}
.headerCenter3_box .top_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);
}
.headerCenter3_box .top_box .right .qhZyw img {
  vertical-align: middle;
}
.headerCenter3_box .top_box .right .qhZyw .zw {
  display: none;
  position: absolute;
  top: 102px;
}
.headerCenter3_box .top_box .right .email {
  font-size: 18px;
  font-weight: 600;
  color: #e51a1a;
}

.headerCenter3_box .nav-box {
  margin: 30px 0 0;
}
.headerCenter3_box .nav-box .nav-box-item {
     display: flex
;
    width: 1400px;
    margin: auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
.headerCenter3_box .nav-box .nav-box-item a{
  margin-right: 100px;
}
.headerCenter3_box .nav-box .nav-box-item a:hover{
  color: #e51a1a;
}
.headerCenter3_box .nav-box .nav-box-item .selected{
  color: #e51a1a;
}