.login-modal[data-v-516e9ea3] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] {
  width: 385px;
  margin: 200px auto;
  background: #fff;
  border-radius: 4px;
}
.login-modal .quicklogin-wrap .quicklogin-title[data-v-516e9ea3] {
  text-align: center;
  margin: 0;
  line-height: 30px;
  font-size: 24px;
  padding: 25px 0 15px;
  position: relative;
}
.login-modal .quicklogin-wrap .quicklogin-title .quicklogin-close[data-v-516e9ea3] {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAB4UExURUxpcf////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////RzAVkAAAAndFJOUwD+XT/4+wQDAQJbDtfCCZnmHPBSby5rFletkM/hg3wpIjVHusmk21FTv9wAAAKISURBVHjanVeLkqowDA1LS6mAykN8v3HP///hzTKjaVxne4c4ChN6ckKbl/QmzvPPOu0W1aGxtjlUiy5ds8o7+ktyn9O8fXwnABJrjB1vvh/tfHz0F6w+LQEzLPrbuS6K+nzrF4MBlqdaQTXOUXFk2NCv5qF+vuoHhh4Lch+RbK8tYbbpz9PM+XwU77Ifm+nWoGyZ9DfO0XwHVCnl5LXl3HlWphWwm5P7jbtUaDpHzn90hx90DaoLuXfcqsT+qsneaa97lCuN9LQ64L6mTMM0NKP1HYcV+RBXl9gW2tinbSi2KGtB8qFXuI+4KPKOioPhRbjDfs2XqHha77Ej/7TTork++WKc1wYtX0ZHixIdZfRfklGHsqB8NHJElQfp4T+4GCRHXuFIjnV0WSIl91SPXyVa6SjF8kKePydsSQJ/sxMrsna3kRSiLU4Mo4IJZZ9mgPkip3FfBpg9lf6HsuCbFoOTV1/AJMmMb0h0syQxWIjODWj58kD/YmBrJrEjp+KziWGvXpoeD6J1aYPA9eOykTPgG035ICFsuaYUQ0bBafDCgNO9DAXnQdmAlLrAe72UtZkyE+5Ex98+1KrFoRFlu2e2Cjdx/41T8Yl4uqGiQ3KWV1ScdrOxwqcC6ZwcqLG1ADWntcKngbVtyJpCgCEnEhYIXwgsjA2AmnNjwDizET4NFFejQO2qbE7UVb05chzRzdHHIQEQPQ4dABJy0QDQISdBHg05HeSSVtEg12kliRxPK5XIUjriiaxKhxSreOlQxUrKY7xYqfIoBTleHlVBlhYQLci6BUjTibcA3XSkzcWbjrS5qY11ciufOjxMHVemDkjTR7LpQ+D0sXP6oDt9tJ4+zE/++/APx+xH5fH84O8AAAAASUVORK5CYII=);
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: -35px;
  background-size: contain;
  cursor: pointer;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container {
  width: 320px;
  padding: 10px 0;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .phone-input + .get-code-bottom {
  display: none;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .tips {
  margin-top: -16px;
  margin-bottom: 10px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item {
  height: 45px;
  line-height: 45px;
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item span {
  color: #666;
  font-size: 14px;
  position: relative;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #d8d8d8;
  position: absolute;
  right: 0px;
  top: 16px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item input {
  width: 60%;
  padding-left: 15px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item.input-item-code > span {
  display: none;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item.input-item-code input {
  width: 50%;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item.input-item-code .get-code-bottom {
  background: transparent;
  color: #999;
  padding-right: 0;
  text-align: center;
  padding-left: 15px;
  width: 140px;
  font-size: 14px;
  position: relative;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item.input-item-code .get-code-bottom:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #d8d8d8;
  position: absolute;
  left: 16px;
  top: 16px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .input-item.input-item-code .get-code-bottom.get-code-btn {
  color: #ff6900;
  cursor: pointer;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .care {
  font-size: 12px;
  color: #60ab67;
  margin-top: -10px;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .button-box {
  height: auto;
}
.login-modal .quicklogin-wrap[data-v-516e9ea3] .pub-container .submit {
  width: 300px;
  height: 45px;
  background: #ff6900;
  border-radius: 2px;
  line-height: 45px;
  margin-bottom: 30px;
}


[data-v-6961ad8f] .el-dialog .el-dialog__header {
  display: none;
}
[data-v-6961ad8f] .el-dialog .el-dialog__body {
  padding: 0;
  border-radius: 4px;
}
.nums-box[data-v-6961ad8f] {
  line-height: 28px;
  text-align: center;
}
.wechat-dialog-body[data-v-6961ad8f] {
  position: relative;
}
.wechat-dialog-body .wechat-dialog-close[data-v-6961ad8f] {
  position: absolute;
  width: 26px;
  height: 26px;
  background-size: cover;
  right: -37px;
  cursor: pointer;
}
.wechat-dialog-body .wechat-dialog-shopname[data-v-6961ad8f] {
  font-size: 20px;
  color: #333;
  text-align: center;
  padding: 30px 30px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wechat-dialog-body .wechat-dialog-tip[data-v-6961ad8f] {
  text-align: center;
  color: #666;
  font-size: 14px;
}
.wechat-dialog-body .wechat-dialog-qrcode[data-v-6961ad8f] {
  width: 154px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.wechat-dialog-body .wechat-dialog-text[data-v-6961ad8f] {
  text-align: center;
  font-size: 12px;
}

.tips-employerLabel.el-tooltip__popper.is-dark {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  box-shadow: 0 0 5px 2px rgba(138, 138, 138, 0.23);
}
.tips-employerLabel.el-tooltip__popper.is-dark .popper__arrow {
  border-top: 6px solid rgba(0, 0, 0);
  opacity: 0.75;
}
.tips-employerLabel.el-tooltip__popper.is-dark .popper__arrow:after {
  display: none;
}

.tag-box[data-v-a7a0849c] {
  opacity: 0;
  margin-bottom: 8px;
}
.tag-box-show[data-v-a7a0849c] {
  opacity: 1;
}
.tag-box .fxgimg[data-v-a7a0849c] {
  width: 40px;
  margin-right: 4px;
  vertical-align: top;
}
.tag-box .fxgimg.fxgimg-tag-one[data-v-a7a0849c] {
  margin-top: -1px;
}
.tag-box .tag-one[data-v-a7a0849c] {
  cursor: pointer;
  margin-right: 6px;
  display: inline-block;
}
.tag-box .tag-one span[data-v-a7a0849c] {
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  vertical-align: top;
}
.tag-box .tag-one span[data-v-a7a0849c]:nth-child(1) {
  padding: 0 1px;
  text-align: center;
  background-color: #01A04B;
  color: #FFFFFF;
  font-weight: 400;
  border: 1px solid #01A04B;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  display: inline-block;
  height: 16px;
  vertical-align: top;
}
.tag-box .tag-one span:nth-child(1) i[data-v-a7a0849c] {
  font-style: normal;
  transform: scale(0.8);
  font-size: 12px;
  display: inline-block;
  height: 16px;
  line-height: 13px;
  vertical-align: top;
}
.tag-box .tag-one span[data-v-a7a0849c]:nth-child(2) {
  color: #01A04B;
  border: 1px solid #01A04B;
  border-radius: 0 2px 2px 0;
  height: 16px;
  line-height: 16px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.tag-box .tag-one span:nth-child(2) i[data-v-a7a0849c] {
  font-style: normal;
  transform: scale(0.8);
  font-size: 12px;
  display: inline-block;
  height: 16px;
  vertical-align: top;
  line-height: 13px;
}
.tag-box .tag-one.no-buy span[data-v-a7a0849c]:nth-child(1) {
  background-color: #999;
  border: 1px solid #999;
}
.tag-box .tag-one.no-buy span[data-v-a7a0849c]:nth-child(2) {
  color: #999;
  border: 1px solid #999;
}
.tag-box .tag-two[data-v-a7a0849c] {
  color: #01a04b;
  background: #e6fff1;
  border-radius: 2px;
  margin-right: 3px;
  padding: 0 2px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
}
.tag-box .tag-two i[data-v-a7a0849c] {
  font-style: normal;
  font-size: 10px;
  display: inline-block;
}
.tag-box .tag-two.no-buy[data-v-a7a0849c] {
  color: #999;
  border: 1px solid #999;
}
.tag-box .tag-three[data-v-a7a0849c] {
  cursor: pointer;
  text-align: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 2px;
  color: #01a04b;
  background: #e6fff1;
  margin-right: 4px;
  line-height: 16px;
}
.tag-box .tag-three i[data-v-a7a0849c] {
  font-style: normal;
  transform: scale(0.8);
  font-size: 12px;
  display: inline-block;
}
.tag-box.no-buy[data-v-a7a0849c] {
  background-color: #999;
}
.no-ext[data-v-a7a0849c] {
  height: 17px;
}

.tag-box.tag-box-show {
  align-items: center;
  opacity: 1;
}

.el-tooltip__popper.is-dark.tips-serchStyle {
  background: #FFFFFF;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  box-shadow: 0 0 5px 2px rgba(138, 138, 138, 0.23);
}
.el-tooltip__popper.is-dark.tips-serchStyle .popper__arrow {
  top: 34px;
  border-top: 6px solid #ffffff;
}
.el-tooltip__popper.is-dark.tips-serchStyle .popper__arrow:after {
  display: none;
}
.service-card-wrap[data-styleonly] .text-overflow-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-card-wrap[data-styleonly] .serve-item {
  position: relative;
  width: 223px;
  height: 289px;
  background: #ffffff;
  margin-right: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  border-radius: 16px;
  border-left: none;
  border-top: none;
  transition: box-shadow 0.35s;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  border: 1px solid #eeeeee;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-im {
  height: 340px;
}
.service-card-wrap[data-styleonly] .serve-item .card-box {
  height: 137px;
  margin: -1px 0 0 -1px;
}
.service-card-wrap[data-styleonly] .serve-item .special-demand-blank-block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.service-card-wrap[data-styleonly] .serve-item a {
  text-decoration: none !important;
}
.service-card-wrap[data-styleonly] .serve-item.bottom {
  border-bottom: none;
}
.service-card-wrap[data-styleonly] .serve-item hl {
  background-color: #fff2ad;
}
.service-card-wrap[data-styleonly] .serve-item .add-tag {
  position: absolute;
  width: 19px;
  height: 9px;
  top: 8px;
  right: 2px;
}
.service-card-wrap[data-styleonly] .serve-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  vertical-align: top;
}
.service-card-wrap[data-styleonly] .serve-item .self-support-area {
  height: 16px;
  width: auto !important;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 0px;
  cursor: pointer;
  background-size: 100% 100%;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label {
  display: flex;
  align-items: center;
  height: 16px;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label > span {
  display: block;
  height: 16px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-right: 3px;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label > span > i {
  font-style: normal;
  transform: scale(0.8);
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -1px;
  color: #555555;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .label-user-type {
  display: block;
  width: 24px;
  height: 16px;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/12/26/enterprise.png/origine/f5d49ea3-0ec7-43de-b0cf-e4fd21158093") no-repeat;
  background-size: 100%;
  border-radius: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .type-personnel {
  display: block;
  width: 24px;
  height: 16px;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/12/26/person.png/origine/11e737cc-ae77-468d-86e9-14dc0b1c912e") no-repeat;
  background-size: 100%;
  border-radius: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .label-cash-deposit {
  display: block;
  margin-right: 3px;
  height: 16px;
  line-height: 16px;
  background: #01a04b;
  border-radius: 2px;
  text-align: center;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .label-cash-deposit .earnest-money {
  display: block;
  color: #fff;
  font-size: 12px;
  transform: scale(0.83);
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .label-cash-deposit .earnest-money .num-color {
  color: #ffe484;
}
.service-card-wrap[data-styleonly] .serve-item .shop-label .label-old-store {
  background: #eeeeee;
  color: #555555;
  font-weight: 500;
}
.service-card-wrap[data-styleonly] .serve-item .evaluation-labels {
  margin-top: 5px;
  max-height: 46px;
  overflow: hidden;
}
.service-card-wrap[data-styleonly] .serve-item .evaluation-labels span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background: #e1f0ff;
  border-radius: 2px;
  padding: 0 3px;
  color: #50a0e1;
  margin: 0 5px 5px 0;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale {
  width: 210px;
  height: 26px;
  line-height: 26px;
  background: #fafafa;
  display: flex;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale .comment,
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale .sale {
  width: 50%;
  float: left;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale .comment {
  position: relative;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale .comment:after {
  content: "";
  display: inline-block;
  height: 12px;
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 7px;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale span {
  color: #666;
}
.service-card-wrap[data-styleonly] .serve-item .service-comment-sale .num {
  color: #ff6900;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__indicator.is-active .el-carousel__button {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__button {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #fff;
}
.service-card-wrap[data-styleonly] .serve-item .shop-info {
  color: #666;
  max-width: 180px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address {
  position: relative;
  display: flex;
  color: #999;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .head-box {
  position: relative;
  top: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .head-box img {
  margin-top: -1px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail .shop-star,
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail .shop-score {
  box-sizing: border-box;
  width: 32px;
  height: 16px;
  line-height: 16px;
  padding: 0 3px;
  border-radius: 2px;
  background-color: #ff6900;
  color: #fff;
  font-size: 12px;
  margin-right: 1px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  transform: scale(0.8);
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail .changliao-img {
  height: 16px;
  margin-right: 3px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail .shop-info {
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-detail i.to-im {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(https://bgl.zbjimg.com/bgl/bjclound/2024/06/19/消息.png/origine/3b3c6485-e4fa-4e63-8ea6-7b0a7ea1febb);
  background-size: 100%;
  vertical-align: top;
  margin-left: 4px;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .box .online {
  position: absolute;
  left: -3px;
  top: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3bc57b;
  border: 2px solid #ffffff;
  box-sizing: content-box !important;
}
.service-card-wrap[data-styleonly] .serve-item .name-address .shop-box {
  position: relative;
  left: 10px;
  min-width: 180px;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper {
  display: block;
  width: 100%;
  height: 137px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper > div > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper /deep/ .el-carousel__indicators {
  bottom: 5px;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper /deep/ .el-carousel__indicator {
  padding: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 3px;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper /deep/ .el-carousel__indicator.is-active {
  background-color: #ff6900;
}
.service-card-wrap[data-styleonly] .serve-item .carousel-wrapper .act-wrapper {
  position: absolute;
  width: 210px;
  height: 137px;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-card-wrap[data-styleonly] .serve-item .price {
  width: 100%;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  display: inline-block;
  height: 28px;
  vertical-align: top;
}
.service-card-wrap[data-styleonly] .serve-item .price span:nth-child(1) {
  font-size: 20px;
  color: #ff6900;
  font-weight: 600;
  margin-right: 11px;
}
.service-card-wrap[data-styleonly] .serve-item .price span:nth-child(2) {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  margin-top: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .price .comment {
  display: flex;
}
.service-card-wrap[data-styleonly] .serve-item .price .comment span:nth-child(1) {
  font-size: 12px;
  margin-right: 4px;
  color: #999;
}
.service-card-wrap[data-styleonly] .serve-item .price .comment span:nth-child(2) {
  color: #ff6900;
}
.service-card-wrap[data-styleonly] .serve-item .name-pic-box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  width: 203px;
}
.service-card-wrap[data-styleonly] .serve-item .serve-name {
  display: inline;
  top: 1px;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  line-height: 20px;
}
.service-card-wrap[data-styleonly] .serve-item .serve-name img {
  width: 34px;
  vertical-align: top;
  margin-top: 1.5px;
  margin-right: 4px;
}
.service-card-wrap[data-styleonly] .serve-item .serve-name:hover {
  color: #ff6900;
}
.service-card-wrap[data-styleonly] .serve-item .rank-tag {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  width: 210px;
  box-sizing: 7px;
  padding-right: 7px;
  padding-left: 12px;
  margin-top: -6px;
  margin-bottom: 3px;
  background-size: cover;
  box-sizing: border-box;
}
.service-card-wrap[data-styleonly] .serve-item .rank-tag .rank-detail {
  font-weight: 500;
  font-size: 12px;
  width: 155px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #97825b;
}
.service-card-wrap[data-styleonly] .serve-item .rank-tag .arrow img {
  float: right;
  margin-top: -1px;
}
.service-card-wrap[data-styleonly] .serve-item .rxb {
  background-image: url(data:image/png;base64,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);
  background-size: cover;
}
.service-card-wrap[data-styleonly] .serve-item .ppb {
  background-image: url(data:image/png;base64,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);
  background-size: cover;
}
.service-card-wrap[data-styleonly] .serve-item .left20 {
  margin-left: 20px;
}
.service-card-wrap[data-styleonly] .serve-item .hasad {
  width: 173px !important;
}
.service-card-wrap[data-styleonly] .serve-item .top {
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-bottom: 5px;
  align-items: center;
}
.service-card-wrap[data-styleonly] .serve-item .top .item {
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card-wrap[data-styleonly] .serve-item .top .item span:nth-child(1) {
  color: #ff6900;
  margin-bottom: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 15px 0;
  margin: 5px 10px;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content.tool-content-line {
  border-top: 1px dashed #eee;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content /deep/ .wechat-sonsulting .contact-wechat-square {
  width: 96px;
  height: 30px;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content /deep/ .wechat-sonsulting .contact-wechat-square:hover {
  background-color: #54cd8c;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content .myhref {
  position: absolute;
  left: 0;
  top: 8px;
  width: 96px;
  height: 30px;
  z-index: 99;
  opacity: 0;
}
.service-card-wrap[data-styleonly] .serve-item .tool-content .myhref.has-wechat {
  width: 96px;
}
.service-card-wrap[data-styleonly] .serve-item .bot-evalue {
  vertical-align: top;
  overflow: hidden;
}
.service-card-wrap[data-styleonly] .serve-item .tabs {
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.service-card-wrap[data-styleonly] .serve-item .tabs span:nth-child(1) {
  color: #333333;
}
.service-card-wrap[data-styleonly] .serve-item .tabs span:nth-child(2) {
  color: #999999;
}
.service-card-wrap[data-styleonly] .serve-item .newtabs {
  position: relative;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
}
.service-card-wrap[data-styleonly] .serve-item .newtabs .yinhao {
  position: absolute;
  right: 0;
  top: 17px;
  color: #999999;
}
.service-card-wrap[data-styleonly] .serve-item .newtabs span:nth-child(1) {
  color: #333333;
}
.service-card-wrap[data-styleonly] .serve-item .newtabs span:nth-child(2) {
  color: #999999;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content {
  height: 120px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #999;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 0;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .interior-lables {
  margin-top: 8px;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content.bot-evalue {
  box-sizing: border-box;
  border-bottom: 0;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .no-ext {
  height: 17px;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box {
  margin-bottom: 8px;
  font-size: 12px;
  height: 17px;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .fraction {
  display: inline-block;
  color: #ff6900;
  font-weight: 400;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .fraction .score {
  margin-right: 2px;
  font-weight: 600;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .sales {
  margin: 0 10px 0 0;
  display: inline-block;
  cursor: pointer;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .sales.sales-nocount {
  margin-left: 0px;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .sales .num {
  margin-left: 4px;
  color: #666666;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .evaluate {
  display: inline-block;
  cursor: pointer;
}
.service-card-wrap[data-styleonly] .serve-item .bot-content .descprit-box .evaluate .num {
  margin-left: 4px;
  color: #666666;
}
.service-card-wrap[data-styleonly] .serve-item .tabs:after {
  content: '"' !important;
  color: #999999;
}
.service-card-wrap[data-styleonly] .serve-item .tabstwo {
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 2px;
}
.service-card-wrap[data-styleonly] .serve-item .tabstwo span:nth-child(1) {
  color: #333333;
}
.service-card-wrap[data-styleonly] .serve-item .tabstwo span:nth-child(2) {
  color: #999999;
}
.service-card-wrap[data-styleonly] .serve-item .btn {
  display: flex;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background: #fff1e7;
  align-items: center;
  justify-content: center;
  color: #ff6900;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: #ff6900;
  color: #fff;
}
.service-card-wrap[data-styleonly] .serve-item .btn:hover {
  background-color: #ff6900;
  color: #fff;
  opacity: 0.8;
}
.service-card-wrap[data-styleonly] .serve-item .btn:hover .consult-icon {
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/10/21/zixunputong.png/origine/e87aa618-347b-41fc-b8ec-45ffb0287f2c") 0 0 no-repeat;
  width: 18px;
  height: 16px;
  margin-right: 6px;
  background-size: 100%;
}
.service-card-wrap[data-styleonly] .serve-item .btn .consult-icon {
  width: 18px;
  height: 16px;
  margin-right: 6px;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/10/21/zixunputong.png/origine/e87aa618-347b-41fc-b8ec-45ffb0287f2c") 0 0 no-repeat;
  background-size: 100%;
}
.service-card-wrap[data-styleonly] .serve-item .btn.has-wechat {
  width: 96px !important;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--left,
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--right {
  width: 26px;
  height: 30px;
  border-radius: 0;
  z-index: 999;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--left {
  left: 0;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA8CAMAAAAe9Wm0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpce/v7////+/v7+/v7/Pz8+7u7vDw8O/v7+3t7e3t7e7u7u7u7v////7+/vv7+/f392ZmZpubm29vb/T09N/f38vLy3t7ezF6fpcAAAAMdFJOUwBxCLOiF+5DxfzfeQk7tysAAAEaSURBVHjatdfbDoMgEATQoiKggvf2//+0tImZpIuZbBP2/WRxFFgfU7FCP/hudM2jWEBF640to1iqlOZl+brWESTofGTnHUHSffp1ViLCcrfeKRCYEYjWkpfYaFGccx5WgaAaLYopr1CB0MsAKZSTiGfYWzWKx9QpEMJwEvFWHkjTSiKeRatHaQpWIv5U5g6l7XXcvWF/IWHW/bhdX3MhYc54Uzk/IGaQ3wjEDFAHRA2SAGIGSQxAzAD1QMwgvvCDwr5uSYviCUWWRxQJAopGThR9uVDsMyKKf7BQkW8NqQLbhLLCk2z3qgcLjrD6hyWOZWWjylcNLrWq1yeMqTUS8OGDG1t1oMLoVndIxDhaa/DlI7Z+mP/rt+ENMp6LWdy+KA4AAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--left > i {
  display: none;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--right {
  right: 0;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA8CAMAAAAe9Wm0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUxpce/v7/Dw8P////Pz8+7u7u3t7e3t7e/v7+/v7+/v7+3t7e7u7u/v7/////7+/vb29nBwcPv7+2ZmZpubm9/f3/Ly8svLy4soMOgAAAANdFJOUwBxRwgXP+78xaKz33k1dnUuAAABGUlEQVR42rXXy7qCMAyF0QNU0qpJKyq+/5uajjo4zeAfmDHrC/S6+ZvXtt5Lvu2i05qJtGTRuGSCLtcuztaOWm1Wqv9IdtGOyeMhSqWTQARo3SMSo0X0dELQVryNGUIpqx7G0Jb1dMNQ6Z8D0dLfDaJV3ECUdm1GUdHTKLqoVoyyNqOoN8Lo6o0oSqIVo8UbYZSjeW2PVw3QJloj9HQ1RWs8se+5cnTXZkw5Ko6YctTHgSlHN63GlKPdEVOORGMwFEX19XwIfL1u3mAghgFDPgyY3GHAMhomWLChgVvDuqGbUNzw7f4RcLCgI4wflr8/lmErftXwS41fn/yi5pGAhw8ec3ig4tHttyGRx1EefHnE5mHei/82iOoXVWCVr7OVEKAAAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.service-card-wrap[data-styleonly] .serve-item .el-carousel__arrow--right > i {
  display: none;
}
.service-card-wrap[data-styleonly] .serve-item /deep/ .el-carousel__button {
  background-color: transparent !important;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn {
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #3bc57b;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn:hover {
  opacity: 0.8;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn:hover i {
  background-image: url("https://bgl.zbjimg.com/bgl/bjclound/2022/10/25/wechat.png/origine/477892cd-6ded-4d6d-b925-2fae9e8d73c9");
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn:hover span {
  color: #fff;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn i {
  background-image: url("https://bgl.zbjimg.com/bgl/bjclound/2022/10/25/wechat.png/origine/477892cd-6ded-4d6d-b925-2fae9e8d73c9");
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn span {
  color: #fff;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn span {
  font-size: 14px;
  font-style: normal;
  margin-left: 6px;
}
.service-card-wrap[data-styleonly] .serve-item .wxbtn i {
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-card-wrap[data-styleonly] .serve-item .pro-tag {
  margin-right: 3px;
  width: 39px;
  height: 17px;
  vertical-align: sub;
  display: inline-block;
}
.service-card-wrap[data-styleonly] .serve-item .rank-bar {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 223px;
  height: 20px;
  background-image: url(https://bgl.zbjimg.com/bgl/bjclound/2023/02/09/beijinga.png/origine/499b6655-5f95-4806-b55a-6d437dd476c6);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  top: 116px;
}
.service-card-wrap[data-styleonly] .serve-item .rank-bar .leader-board {
  margin-left: 7px;
  width: 28.8px;
  height: 9px;
}
.service-card-wrap[data-styleonly] .serve-item .rank-bar .right {
  margin-left: 25px;
  display: flex;
  align-items: center;
}
.service-card-wrap[data-styleonly] .serve-item .rank-bar .right .info {
  margin-right: 3px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.service-card-wrap[data-styleonly] .serve-item .rank-bar .right .jiantou {
  width: 4.5px;
  height: 9px;
}

.service-card-wrap[data-styleonly]:nth-of-type(4n) .serve-item.serve-item-big:last-child {
  margin-right: 0;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big {
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  width: 288px;
  height: 426px;
  padding: 0;
  border: 0;
  margin-top: 10px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big:nth-of-type(4n) {
  margin-right: 0;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .add-tag {
  right: 14px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-label > span {
  margin-right: 3px !important;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-label > span > i {
  font-style: normal !important;
  transform: scale(0.8) !important;
  font-size: 12px !important;
  display: inline-block !important;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-label > span .label-user-type {
  display: block;
  width: 24px;
  height: 16px;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/12/26/enterprise.png/origine/f5d49ea3-0ec7-43de-b0cf-e4fd21158093") no-repeat;
  background-size: 100%;
  border-radius: 2px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-label > span .type-personnel {
  display: block;
  width: 24px;
  height: 16px;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/12/26/person.png/origine/11e737cc-ae77-468d-86e9-14dc0b1c912e") no-repeat;
  background-size: 100%;
  border-radius: 2px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .evaluation-labels span {
  padding: 0 6px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .el-carousel {
  border-radius: 5px 5px 0 0;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-info {
  color: #333;
  width: 120px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .name-address {
  justify-content: flex-start;
  width: auto;
  margin-bottom: 15px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .name-address .head-box {
  top: 0;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .box .online {
  box-sizing: content-box !important;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .shop-box {
  top: -4px;
  margin-left: 9px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .carousel-wrapper {
  height: 180px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .carousel-wrapper .act-wrapper {
  width: 288px;
  height: 180px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .price span:nth-child(1) {
  font-size: 18px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .name-pic-box {
  height: 39px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  width: 268px;
  white-space: break-spaces;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .name-pic-box .pro-tag {
  width: 39px;
  height: 17px;
  vertical-align: sub;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .hasad {
  width: 268px !important;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tool-content {
  margin-left: 9px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tool-content .myhref {
  width: 129px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tool-content .myhref.has-wechat {
  width: 129px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tabs {
  width: 264px;
  font-size: 14px;
  -webkit-line-clamp: 3;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .newtabs {
  width: 264px;
  font-size: 14px;
  -webkit-line-clamp: 3;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .newtabs .yinhao {
  right: 5px;
  top: 42px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .bot-content {
  padding-left: 10px;
  height: 120px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .bot-content.bot-evalue {
  height: 177px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .bot-content.bot-big-normal {
  margin-bottom: 24px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .bot-content.bot-big {
  margin-bottom: 24.5px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .descprit-box {
  margin-top: 7px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tabstwo span:nth-child(1) {
  font-size: 14px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .tabstwo span:nth-child(2) {
  font-size: 14px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .btn:hover .consult-icon {
  margin-right: 10px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .btn .consult-icon {
  margin-right: 10px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .btn.has-wechat {
  width: 129px !important;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .wxbtn {
  width: 129px;
  margin-right: 11px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .wxbtn span {
  margin-left: 10px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .rank-bar {
  width: 288px;
  height: 26.3px;
  line-height: 26.3px;
  z-index: 3;
  top: 155px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .rank-bar .leader-board {
  margin-left: 10px;
  width: 38.4px;
  height: 12px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .rank-bar .right {
  display: inline-block;
  position: relative;
  margin-left: 35px;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .rank-bar .right .info {
  margin-right: 4px;
  max-width: 180px;
  vertical-align: middle;
}
.service-card-wrap[data-styleonly] .serve-item.serve-item-big .rank-bar .right .jiantou {
  position: relative;
  top: 2px;
}

.service-card-wrap[data-styleonly] {
  display: inline-block;
  vertical-align: top;
}

