.header {
  width: 100%;
  height: 10vw;
  background-color: #ff6537;
  display: flex;
  align-items: center;
  padding: 1% 2%;
  position: fixed;
  z-index: 2;
  top: 0;
}

.header .refresh {
  width: 15%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .refresh span {
  font-size: 2rem;
}

.header .search {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .search #search {
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 1vw;
  background-image: url(./img/sousuo.png);
  background-repeat: no-repeat;
  background-position: 2% center;
  background-size: 7%;
  padding-left: 10%;
  padding-right: 2%;
}

.pull-down {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 48px;
  background-color: #fff;
  z-index: 9;
}

.pull-down .pull {
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  border-bottom: #dfdfdf solid 1px;
  background-color: #f3f3f4;
}

.pull-down .pull > p {
  margin-right: 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 15px;
  color: #000000;
}

.pull-down .pull:nth-child(2) {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.ganged {
  width: 100%;
  position: fixed;
  top: 23vw;
  background-color: #fff;
  display: none;
}

.ganged .brand, .ganged .city {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ganged .brand .index, .ganged .city .index {
  color: #fff;
  background-color: #ff6537;
}

.ganged .brand .brand-left, .ganged .brand .city-left, .ganged .city .brand-left, .ganged .city .city-left {
  width: 35%;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 0 10px #888;
}

.ganged .brand .brand-left > p, .ganged .brand .city-left > p, .ganged .city .brand-left > p, .ganged .city .city-left > p {
  height: 10vw;
  padding-left: 10%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.ganged .brand .brand-right, .ganged .brand .city-right, .ganged .city .brand-right, .ganged .city .city-right {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}

.ganged .brand .brand-right > p, .ganged .brand .city-right > p, .ganged .city .brand-right > p, .ganged .city .city-right > p {
  height: 10vw;
  padding-left: 10%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.more {
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 78px;
  background-color: #f8f8f8;
  display: none;
  margin-top: 10px;
}

.more div {
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 9px 5%;
  padding-bottom: 9px;
  display: inline-block;
}

.more div p {
  box-sizing: content-box;
  padding: 0 2%;
  color: #666;
  float: left;
  margin-bottom: 5px;
  font-size: 15px;
}

.more div .one {
  color: #000;
}

.more div .index {
  background-color: #ff6537;
  color: #fff;
  border-radius: 3px;
}

.Tab {
  width: 100%;
  margin-bottom: 16vw;  /*margin-top: 23vw;*/
  margin-top: 54px;
}

.Tab .Tabitem {
  width: 100%;
  padding: 0 7px;
}

.Tab .Tabitem .Tabitem-a {
  height: 24vw;
  display: flex;
  justify-content: space-between;
  color: #000000;
  padding: 2vw 10px;
  border-bottom: 1px solid #eee;
}

.Tab .Tabitem .Tabitem-a img {
  width: 20%;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 {
  flex: 1;
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2vw;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p1 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p1 span {
  color: #ff6537;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p2 {
  color: #666;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p3 {
  color: #45e4c9;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d1 .p3 span {
  font-size: 1.3rem;
  color: #ff6537;
  margin-right: 5vw;
}

.Tab .Tabitem .Tabitem-a .Tabitem-d2 {
  width: 15%;
  display: flex;  /*justify-content: flex-end;*/
  justify-content: center;
  align-items: center;
  color: #ff6537;
}

.Tab .list2 {
  display: none;
}
