header,
.headerWrap {
  position: sticky !important;
  top: 0;
  background: #FFFFFF !important;
  z-index: 999;
}

.headLogo img:first-child {
  display: none !important;
}

.headLogo img:last-child {
  display: block !important;
}

.headNav .oneNav {
  color: #333333 !important;
}

.headNav .navItem:hover a {
    color: #fff !important;
}

.headNav img {
  filter: invert(1) !important;
}

.headNav .navItem:hover img {
    filter: invert(0) !important;
}

.bread {
  height: .6rem;
  background: #F5F5F5;
  border: 0;
}

.breadBox {
  justify-content: flex-end;
}

.breadL {
  display: none !important;
}

.otherText {
  padding: .6rem;
  background: #FFFFFF;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}

.otherLine {
  width: 16rem;
  height: .01rem;
  background: #E6E6E6;
  margin: .5rem auto;
}

.pro,
.proDetails,
.new,
.newDetails {
  padding-top: .2rem;
}

.proBox {
  padding: 0;
  background: transparent;
}

.proItem {
  margin-right: .5rem;
}

.cityBox {
  padding: .6rem 0 1.2rem;
}

.cityTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: .5rem;
}

.cityBox table {
  border-collapse: collapse;
  max-width: 100%;
}

.cityBox table tr{
  display: flex;
  background: #F9F9F9;
}

.cityBox table tr:nth-child(2n){
  background: #FFFFFF;
}

.cityBox table td {
  padding: .22rem 0;
}

.cityBox table tr td:first-child {
  width: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0.01rem solid #E6E6E6;
  border-right: 0.01rem solid #E6E6E6;
}

.cityBox table tr td:first-child a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
}

.cityBox table tr td:last-child {
  width: 11.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .22rem .5rem;
  border-right: 0.01rem solid #E6E6E6;
}

.cityBox table tr td:last-child a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin-right: .2rem;
  margin-bottom: .12rem;
}