.top-bar {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  min-width: 1200px;
  height: 47px;
  background: #f7f7f7;
}

.top-bar-main {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  background: #f7f7f7;
}

.top-bar-main-left {
  float: left;
}

.top-bar-main-left p {
  float: left;
  margin-right: 20px;
  line-height: 46px;
  font-size: 16px;
}

.top-bar-main-left p a {
  color: #000000;
}

.top-bar-main-left p a:hover {
  color: #DE260E;
}

.top-bar-main-left p i {
  display: inline-block;
  margin-right: 3px;
  width: 21px;
  height: 16px;
  background-size: 100% 100%;
}

.top-bar-main-left p.index i {
  background-image: url("../img/icon_house.png");
}

.top-bar-main-left p.collect i {
  background-image: url("../img/icon_heart.png");
}

.top-bar-main-right {
  float: right;
  line-height: 46px;
}

.top-bar-main-right-phone {
  float: left;
  color: #000;
  font-size: 16px;
  margin-right: 50px;
}

.top-bar-main-right-login {
  float: left;
}

.top-bar-main-right-login p {
  float: left;
  margin-left: 16px;
}

.top-bar-main-right-login p a {
  color: #000;
}

.top-bar-main-right-login p a:hover {
  color: #DE260E;
}

.top-bar-main-right-exit {
  float: left;
  display: none;
}

.top-bar-main-right-exit p {
  float: left;
  margin-left: 16px;
}

.top-bar-main-right-exit p a {
  color: #000;
}

.top-bar-main-right-exit p a:hover {
  color: #DE260E;
}