.selector .original {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 30px 0 20px;
  margin-bottom: 20px;
}
.selector .original li.active a {
  color: #333;
  font-weight: 600;
}
.selector .original li a {
  font-size: 24px;
  color: #999;
  padding: 0 20px;
}
.selector .item {
  padding: 5px 0;
}
.selector .item .i-tit {
  font-size: 20px;
  align-items: center;
  font-weight: 600;
  color: #666;
  min-width: 100px;
  text-align: right;
}
.selector .item .i-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.selector .item .i-list span {
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.selector .item .i-list a.active {
  color: #35435b !important;
  font-weight: 600;
}
.selector .item .i-list span label {
  display: flex;
  align-items: center;
}
.selector .item .i-list span input {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.selector .item .i-list a {
  display: block;
  padding: 0 6px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.find-result .r-tit {
  font-size: 20px;
  font-weight: 600;
  color: #666;
  margin: 20px 0;
}
.find-result .r-tit strong {
  color: blue;
  padding: 0 10px;
  display: inline-block;
  font-weight: normal;
}
.find-result .rank {
  display: flex;

  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.find-result .rank li.active {
  border-bottom: 3px solid #35435b;
}
.find-result .rank li.active a {
  color: #35435b;
}
.find-result .rank li {
  margin: 0 20px;
  padding-bottom: 14px;
}
.find-result .rank li a {
  font-size: 18px;
}
.find-result .rank li:first-child {
  margin-left: 0;
}
.result-list {
  padding: 40px 0;
}
.result-list .result-item {
  display: flex;
  margin-bottom: 50px;
}

.result-list .result-item .img img {
  object-fit: cover;
  width: 320px;
  height: 180px;
  border-radius: 10px;
}
.result-list .result-item .info {
  padding-left: 20px;
  width: 50%;
}
.result-list .result-item .info .title {
  font-weight: 600;
  color: #555;
}
.result-list .result-item .info .title a {
  font-size: 20px;
}
.result-list .result-item .info .address {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.result-list .result-item .price {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  font-size: 24px;
  color: #cd0a0a;
  font-weight: 600;
}
.result-list-right {
  width: 200px;
  margin-left: 120px;
  margin-top: 30px;
  position: relative;
}
.recommend .item {
  margin: 20px 0;
}
.recommend .item img {
  width: 100%;
  height: 113px;
  object-fit: cover;
}
.recommend .item .info {
  font-size: 14px;
  color: #999;
}
.recommend .item .info .count {
  display: flex;
  justify-content: space-between;
}
.recommend .item .info div {
  margin-top: 5px;
}
.recommend .item .info .price {
  color: #ff1212;
  font-size: 15px;
}
/*detail*/
.base-info .base-item {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.base-info .base-title {
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.base-info .base-title img {
  width: 40px;
  height: 40px;
}
.base-info .base-title img {
  display: inline-block;
  margin-right: 10px;
}
.base-info .base-item li {
  width: 30%;
  font-size: 18px;
  color: #888888;
  margin-bottom: 16px;
  display: flex;
}
.base-info .base-item li span:nth-child(1) {
}
.base-info .base-item li span:nth-child(2) {
  flex: 1;
}
.base-content {
  font-size: 18px;
  line-height: 1.8;
  padding: 20px 0;
  color: #35435b;
}
.base-content p {
  margin: 10px 0;
}
.base-content img {
  max-width: 100%;
}
.detail {
  margin-top: 60px;
}
.swiper {
  width: 100%;
}
.detail .left {
  width: 62%;
}
.detail .right {
  flex: 1;
  margin-left: 40px;
  font-size: 20px;
}
.detail .right .no {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: space-between;
}
.detail .right .title {
  font-size: 26px;
  color: #35435b;
  font-weight: 600;
  display: flex;
}
.detail .right .title .text {
  flex: 1;
}
.detail .right .operation {
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.detail .right .operation .custom-icon {
  font-size: 14px;
}
.detail .right .operation .port {
  padding: 5px 10px;
  background: #ccd183;
  display: inline-block;
  border-radius: 10px;
  margin-left: 10px;
  color: #fff;
}
.detail .right .price {
  font-size: 26px;
  color: #cd0a0a;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.detail .right .sub-info ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.detail .right .sub-info ul li {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.detail .right .sub-info ul li span:first-child {
  font-weight: 600;
  color: #35435b;
  font-size: 26px;
}
.detail .right .item-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  line-height: 2em;
  color: #666;
}
.detail .right .item-info strong {
  font-weight: normal;
  color: #35435b;
  display: inline-block;
  margin-left: 10px;
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}
.detail .right .item-info span {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.detail .right .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-image .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.thumb {
  box-sizing: border-box;
  margin-top: 20px;
}

.thumb .swiper-slide {
  height: 107px;
  opacity: 0.4;
}

.thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .slogan {
  margin-top: 20px;
  background: rgba(239, 239, 239, 0.5);
  display: flex;
  align-items: center;
  color: #999;
  font-size: 16px;
}
.detail .slogan span:first-child {
  background: #35435b;
  display: block;
  padding: 4px 16px;
  margin-right: 20px;
}
.detail .slogan span:first-child img {
  width: 90px;
}
.contact-info {
  border-top: 1px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}
.contact-info .user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-info .user img {
  display: inline-block;
  margin-right: 10px;
}
.contact-info .phone-call {
  display: flex;
}
.contact-info .show-qrcode {
  position: relative;
}
.contact-info .phone-call #qrcode {
  position: absolute;
  left: 34px;
  top: 60px;
  display: none;
  width: 150px;
  height: 150px;
}
.contact-info .show-qrcode:hover #qrcode {
  display: block;
}
.contact-info .show-qrcode #qrcode img {
  width: 100%;
}
.contact-info .phone-call span {
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: #fff;
}
.contact-info .phone-call span.call {
  background: #48887e;
  margin-right: 20px;
  padding: 10px 20px;
}
.contact-info .phone-call .phone-view {
  background: #ccd183;
  padding: 10px 20px;
}
.sticky {
  position: sticky;
  left: 0px;
  top: 10px;
}
