.top {
  width: 100%;
  height: 38px;
}

.top .top_center {
  width: 1310px;
  height: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top .top_center .top_left1 {
  line-height: 38px;
  display: flex;
}

.top .top_center .top_img {
  width: 11px;
  height: 13px;
  margin-left: 80px;
}

.top .top_center .top_city {
  font-size: 10px;
  margin-left: 3px;
  margin-right: 13px;
}

.top .top_center .top_cit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.top .top_center .top_right {
  display: flex;
  align-items: center;
}

.top .top_center .top_right .right_1 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-right: 45px;
}

.top .top_center .top_right .right_1 span {
  color: #ff0000;
}

.top .top_center .top_right .right_2 {
  /* display: flex; */
  justify-content: center;
  color: #ff0000;
  margin-right:20px;
}

.top .top_center .top_right .right_2 span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.top .top_center .top_right .right_2 b {
  margin: 0 7px;
  width: 2px;
  font-size: 12px;
}

.top .top_center .top_right .right_2 .right_cent {
  /* width: 120px; */
  height: 20px;
  font-size: 10px;
  background: #221815;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin-left: 5px;
  color: #ffffff;
  padding:0px 6px;
}
.right_2 span {
  color:#ff0000;
}