.red {
  color: var(--main-color);
}

.sortBox .sortList {
  border: #DFDFDF 1px solid;
  background: #FFFFFF;
}

.sortBox .sortList .item {}

.sortBox .sortList .item {
  display: flex;
  justify-content: flex-start;
}

.sortBox .sortList .item .grey {
  width: 120px;
  padding: 0px 20px;
  color: #333333;
  font-size: 14px;
  background: #F7F7F7;
  border-right: 1px solid #DFDFDF;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sortBox .sortList .item .list {
  width: calc(100% - 120px);
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0;
  line-height: 36px;
}

.sortBox .sortList.productActive .item .list {
  margin: 0;
}

.sortBox .sortList .item .list a.active {
  border: 1px solid var(--main-color);
}

.sortBox .sortList .item .list img {
  width: auto;
  cursor: pointer;
  height: 38px;
  padding: 10px;
  vertical-align: middle;
}

.sortBox .sortList .item .list span {
  cursor: pointer;
  margin-right: 40px;
  color: #333333;
  font-size: 14px;
}

.sortBox .sortList .item .list span:hover,
.sortBox .sortList .item .list span.active {
  color: var(--main-color);
}


.searchContent {
  margin-top: 30px;
}

.searchContent .shopList .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: #FFFFFF;
  border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}

.searchContent .shopList .item:not(:last-child) {
  margin-bottom: 20px;
}

.searchContent .shopList .item .left {
  width: calc(100% - 900px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.searchContent .shopList .item .left .logo {
  width: 200px;
  height: 100px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.searchContent .shopList .item .left .logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.searchContent .shopList .item .left .content {
  width: 100%;
}

.searchContent .shopList .item .left .content .company {
  font-size: 18px;
  font-weight: bolder;
  color: #333333;
  line-height: 32px;
 display: flex;
  align-items: center;
}

.searchContent .shopList .item .left .content .company a:hover {
  color: var(--main-color);
}

.searchContent .shopList .item .left .content .company div:last-child {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}

.searchContent .shopList .item .left .content .company a {
  margin-right: 10px;
  height: 100%;
  /* display: inline-block; */
}

.searchContent .shopList .item .left .content .company img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.searchContent .shopList .item .right {
  width: 900px;
  display: flex;
  justify-content: flex-end;
}

.searchContent .shopList .item .right .items {
  width: 205px;
  /* padding: 10px; */
  margin-left: 20px;
  margin: 0;
  margin-right: 10px;
}

.searchContent .shopList .item .right .items:last-child {
  margin: 0;
}

.searchContent .shopList .item .right .items>a>div:first-child {
  width: 205px;
  overflow: hidden;
  height: 205px;
  border-radius: 5px;
}

.searchContent .shopList .item .right .items img {
  width: 205px;
  height: 205px;
  margin: 0 auto;
  overflow: hidden;
}

.searchContent .shopList .item .right .items .title {
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  font-size: 14px;
  margin-top: 10px;
}

.searchContent .shopList .item .right .items a {
  position: relative;
  display: block;
}

.searchContent .shopList .item .right .items .posttion .moeny {
  font-size: 14px;
  color: #BF0022;
  padding: 10px 0;
  font-weight: bold;
  line-height: 21px;
}

.searchContent .shopList .item .right .items .posttion {
  /* background: #ff0; */
  border-radius: 0px 0px 5px 5px;
  background: rgba(255, 255, 255, 0.63);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  /* padding-bottom: 22px; */
  position: true;
  display: none;
}

.searchContent .shopList .item .right .items:hover .posttion {
  display: block;
}

.searchContent .shopList .item .right .items .posttion .title {
  padding: 0 5px;
  padding-top: 8px;
  line-height: 21px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
}

.searchContent .shopList .item .right .items .posttion .moneny {
  color: var(--main-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 21px;
  font-size: 14px;
}

.searchContent .shopList .item .left .content .shopType {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  padding-top: 15px;
}

.searchContent .shopList .item .left .content .shopType p {
  height: 28px;
}

.searchContent .shopList .item .left .content .shopType span {
  color: #333333;
}

/* .searchContent .shopList .item .left .content .shopType span:not(:first-child)::before {
  content: " | ";
  margin: 0 10px;
} */


.shopDetail {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}


.shopDetail .bg {
  width: 100%;
}

.shopDetail .centerWidth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.shopDetail .centerWidth .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shopDetail .centerWidth .left>div:first-child {
  width: 200px;
  height: 60px;
  margin-right: 20px;
}

.shopDetail .centerWidth .left>div:first-child a img {
  width: 200px;
  height: auto;
  margin-right: 20px;
  vertical-align: middle;
  max-height: 60px;
}

.shopDetail .centerWidth .left .shopText .name {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: bolder;
  display: flex;
  align-items: center;
}
.shopDetail .centerWidth .left .shopText .name .one-line {
  max-width: 235px;
  cursor:pointer;
}

@media screen and (max-width: 1400px)  {
  .shopDetail .centerWidth .left .shopText .name .one-line {
    max-width: 210px;
  }
}

.shopDetail .centerWidth .left .shopText .shopType {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
}

.shopDetail .centerWidth .left .shopText .shopType span:not(:first-child)::before {
  content: " | ";
  margin: 0 10px;
}

.shopDetail .centerWidth .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shopDetail .centerWidth .shopToDel {
  width: 103px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  margin-right: 23px;
  cursor: pointer;
  border: 1px solid var(--main-color);
  font-size: 14px;
  margin-left: 15px;
  font-weight: 500;
}

.shopDetail .centerWidth .shopToDel.not {
  background: var(--main-color);
  color: var(--white);
}

.shopDetail .centerWidth .shopToDel.stop {
  display: none;
  color: var(--main-color);
  background: var(--white);
}

.shopDetail .centerWidth .shopToDel a {
  display: block;
}

.shopDetail .centerWidth .select {
  border: 1px solid #BCBBBB;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.shopDetail .centerWidth .select div {
  padding: 0 15px;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.shopDetail .centerWidth .select div:first-child {
  color: var(--main-color);
  font-weight: bolder;
}

.shopDetail .centerWidth .select div:not(:last-child):after {
  content: ' ';
  width: 1px;
  height: 14px;
  background: #BCBBBB;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 0;
}


.shopDetail .centerWidth .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shopDetail .centerWidth .right .item {
  width: fit-content;
  color: #666666;
  text-align: center;
  margin-left: 30px;
}

.shopDetail .centerWidth .right .item img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 6px;
  display: block;
}




.searchContent .shopList .item .left .content .todetail {
  width: 223px;
  line-height: 40px;
  border: 1px solid var(--main-color);
  text-align: center;
  height: 40px;
  color: var(--main-color);
  margin-top: 10px;
  cursor: pointer;
}

.searchContent .shopList .item .left .content .todetail a {
  display: block;
}