.header {
  width: 100%;
  margin-top: 50px;
}
.header .shouye-city {
  height: 30px;
  background-color: #e3e4e5;
  font-size: 0;
  font-size: 14px;
  color: #999;
}
.header .shouye-city .w1200 {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .shouye-city .w1200 .left {
  margin: 0;
}
.header .shouye-city .w1200 .left a {
  color: #999;
  margin-right: 25px;
}
.header .shouye-city .w1200 .left .city i {
  margin-right: 5px;
}
.header .shouye-city .w1200 .cen {
  margin: 0;
  margin-left: 388px;
  margin-right: 250px;
}
.header .shouye-city .w1200 .right {
  margin: 0;
}
.header .shouye-city .w1200 .right a {
  color: #999;
  margin-right: 2px;
}
.header .shouye-city .w1200 .right a:last-child {
  margin-right: 0;
}
.header .shouye-city .w1200 .right span {
  color: #f0f0f0;
}
.header .logo-search {
  width: 100%;
  background-attachment: #fff;
  padding: 26px 0 28px 0;
}
.header .logo-search .w1200 {
  display: flex;
  justify-content: space-between;
}
.header .logo-search .w1200 .left {
  margin: 0;
  display: flex;
}
.header .logo-search .w1200 .left .logo {
  margin: 0;
  width: 128px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
}
.header .logo-search .w1200 .left .logo img {
  width: 118px;
  height: 34px;
}
.header .logo-search .w1200 .left .shop-name {
  margin: 0;
  padding-left: 15px;
}
.header .logo-search .w1200 .left .shop-name span {
  font-size: 14px;
  color: #fff;
}
.header .logo-search .w1200 .left .shop-name div {
	height: 41px;
	background-color: #f0f0f0;
	box-shadow: 2px 3px 4px 0px 
		rgba(187, 187, 187, 0.9);
	text-align: center;		
	padding: 5px 14px;
 	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header .logo-search .w1200 .left .shop-name .brandSpan1 {
  font-size: 14px;
  color: #c33;
}
.header .logo-search .w1200 .left .shop-name .brandSpan2 {
  font-size: 11px;
  color: #555;
}
.header .logo-search .w1200 .right {
  margin: 0;
  display: flex;
}
.header .logo-search .w1200 .right input {
  width: 327px;
  height: 30px;
  border: solid 3px #cc3333;
  padding-left: 17px;
}
.header .logo-search .w1200 .right button {
  width: 80px;
  height: 36px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}
 .btn1 {
  background: #8b8b8b;
}
.btn2 {
  background: #8b8b8b;
}
.onbtn{
	background: #cc3333;
}
.content .shop-sort {
  width: 100%;
  min-height: 34px;
  background-color: #8b8b8b;
}
.content .shop-sort .w1200>div{
  display: none;
  margin-top:6px;
  position: relative;
}
.content .shop-sort .w1200 .tag-shhi span{
  color:#c33;
  font-size: 14px;
}
.content .shop-sort .w1200 .tag-list1{
  display: flex;
  flex-wrap: wrap;
  height: 34px;
}
.content .shop-sort .w1200 .tag-list2{
  width: 1120px;
  overflow: hidden;
}
.content .shop-sort .w1200 .tag-list3{
 overflow: visible;
 height:auto;
}
.content .shop-sort .w1200 .tag-hide{
	position: relative;
}
.content .shop-sort .w1200 .tag-show{
	position: relative;
}
.content .shop-sort .w1200 .moren_zhankai{
    background: rgba(0, 0, 0, 0) url(../../img/search.ele.png) no-repeat scroll 4px -10px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -20px;
    top: -1px;
    width: 20px;

}
.content .shop-sort .w1200 .moren_shouqi{
	background: rgba(0, 0, 0, 0) url(../../img/search.ele.png) no-repeat scroll 4px -42px;
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -20px;
    top: -1px;
    width: 20px;
  
}

.content .shop-sort .w1200 {
  height: 100%;
  display: flex;
  align-items: center;
}
.content .shop-sort .w1200 li {
  margin: 0;
  margin-right: 36px;
}
.content .shop-sort .w1200 li a {
  line-height:34px;
  font-size: 14px;
  color: #fff;
}
.content .shop-sort .w1200 li a:hover {
  color: #c33;
}
.content .shop-sort .w1200 li:last-child {
  margin-right: 0;
}
.content .shop-sort .w1200 li a.navClick{
	color: #c33;
}

