.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;
  max-width: 100%;
  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 .quicklogin-title .quicklogin-close.is-mobile[data-v-516e9ea3] {
  filter: invert(0.3);
  top: 12px;
  right: 12px;
}
.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 .service-agreement-wrap input[type=checkbox] {
  top: 3px;
}
.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;
}

.loginPopup[data-v-b13dcd3a] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.loginPopup .loginIn[data-v-b13dcd3a] {
  width: 85.33333vw;
  max-width: 90vw;
  position: relative;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  border-radius: 1.06667vw;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
.loginPopup .loginIn .head[data-v-b13dcd3a] {
  position: relative;
  height: 16vw;
  border-top-left-radius: 1.06667vw;
  border-top-right-radius: 1.06667vw;
  background: #fff;
  text-align: center;
  line-height: 16vw;
  font-size: 5.33333vw;
  font-weight: 600;
  color: #333;
}
.loginPopup .loginIn .head .icon-close[data-v-b13dcd3a] {
  width: 4.26667vw;
  height: 4.26667vw;
  position: absolute;
  right: 2.66667vw;
  top: 2.66667vw;
  background: url("https://bgl.zbjimg.com/bgl/bjclound/2022/11/01/close.png/origine/34f6ca00-69e2-4a28-a99e-201fe046e170") no-repeat;
  background-size: cover;
  color: #bfbfbf;
  font-size: 4.26667vw;
  font-weight: bold;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container {
  border-bottom-left-radius: 1.06667vw;
  border-bottom-right-radius: 1.06667vw;
  overflow: hidden;
  padding: 0px 8vw 7.46667vw 8vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .care {
  font-size: 3.2vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .input-box .input-item:nth-of-type(2) {
  margin-top: 5.33333vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .button-box {
  background-color: transparent !important;
}
.loginPopup .loginIn[data-v-b13dcd3a] .button-box .button-item.submit {
  width: 69.33333vw;
  border-radius: 0px;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .input-item .fix {
  display: none;
}
.loginPopup .loginIn[data-v-b13dcd3a] .input-addon-right.get-code-bottom {
  width: 30%;
  height: 7.2vw;
  border-radius: 7.2vw;
  color: #fff;
  font-size: 3.73333vw;
  line-height: 7.2vw;
  background-color: #ff6900;
  white-space: nowrap;
  text-align: center;
  padding-right: 0px;
  position: absolute;
  right: 0.8vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .input-item .get-code-btn[disabled=disabled] {
  width: 45%;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .service-agreement-wrap {
  margin-top: 5.86667vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .input-item .phone-input {
  width: 75%;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .input-item-code .phone-code {
  width: 30%;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .input-item-code {
  position: relative;
}
.loginPopup .loginIn[data-v-b13dcd3a] .button-item.submit {
  text-align: center;
  line-height: 10.66667vw;
  width: 61.33333vw;
  height: 10.66667vw;
  display: inline-block;
  background-image: linear-gradient(270deg, #FF6830 0%, #FF9C54 100%);
  border-radius: 6.66667vw;
  opacity: 0.84;
  font-weight: 400;
  font-size: 4.26667vw;
  color: #FFFFFF;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .service-agreement-wrap {
  white-space: nowrap;
  font-size: 3.2vw;
}
.loginPopup .loginIn[data-v-b13dcd3a] .pub-container .service-agreement-wrap input[type=checkbox] {
  width: 4vw;
  height: 4vw;
}

.m-service-card hl,
.m-service-waterfall hl {
  background-color: #FFF2AD;
}

a[data-v-2e45cc12] {
  text-decoration: none !important;
}
*[data-v-2e45cc12] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}
.m-service-card[data-v-2e45cc12] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2.13333vw;
  padding: 2.66667vw;
  margin-bottom: 2.66667vw;
}
.service-info-wrap[data-v-2e45cc12] {
  display: flex;
  width: 100%;
}
.service-info-wrap .service-cover-box[data-v-2e45cc12] {
  width: 26.66667vw;
  height: 26.66667vw;
  position: relative;
}
.service-info-wrap .service-cover-box .service-cover[data-v-2e45cc12] {
  width: 26.66667vw;
  height: 26.66667vw;
  border-radius: 2.13333vw;
  object-fit: cover;
}
.service-info-wrap .service-cover-box .service-advert[data-v-2e45cc12] {
  position: absolute;
  left: 1.06667vw;
  bottom: 1.06667vw;
  line-height: 3.2vw;
  color: #fff;
  font-size: 3.2vw;
  transform: scale(0.83, 0.83);
  text-align: center;
}
.service-info-wrap .service-info-text[data-v-2e45cc12] {
  width: calc(100% - 26.66667vw);
  padding-left: 2.13333vw;
}
.service-info-wrap .service-info-text .service-name-box[data-v-2e45cc12] {
  width: 100%;
  line-height: 5.86667vw;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.service-info-wrap .service-info-text .service-name-box .card-activity[data-v-2e45cc12] {
  width: 11.2vw;
  height: 4.53333vw;
  margin-right: 0.8vw;
  vertical-align: middle;
}
.service-info-wrap .service-info-text .service-name-box .service-pro[data-v-2e45cc12] {
  width: 10.66667vw;
  height: 4.26667vw;
  margin-right: 0.8vw;
  vertical-align: middle;
}
.service-info-wrap .service-info-text .service-name-box .service-name[data-v-2e45cc12] {
  font-weight: 500;
  line-height: 1;
  font-size: 3.73333vw;
  color: #444860;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}
.service-info-wrap .service-info-text .service-name-box .zhiying[data-v-2e45cc12] {
  height: 3.73333vw;
  vertical-align: middle;
  margin-right: 1.06667vw;
}
.service-info-wrap .service-info-text .service-security[data-v-2e45cc12] {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.06667vw;
  opacity: 0;
}
.service-info-wrap .service-info-text .service-security.tag-box-show[data-v-2e45cc12] {
  opacity: 1;
  height: 4.26667vw;
}
.service-info-wrap .service-info-text .service-security .details-label-img[data-v-2e45cc12] {
  width: 10.4vw;
  height: 4.53333vw;
  margin-right: 1.06667vw;
  vertical-align: middle;
}
.service-info-wrap .service-info-text .service-security .service-security-item[data-v-2e45cc12] {
  display: flex;
  padding-right: 0.53333vw;
  padding-left: 0.53333vw;
  margin-right: 1.06667vw;
  height: 4.26667vw;
  background: #FFFFFF;
  border: 1px solid #01A04B;
  border-radius: 0.53333vw;
  overflow: hidden;
  font-weight: 400;
  color: #01A04B;
}
.service-info-wrap .service-info-text .service-security .service-security-item[data-v-2e45cc12]:last-child {
  margin-right: 0;
}
.service-info-wrap .service-info-text .service-security .service-security-item .service-security-tag[data-v-2e45cc12] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.26667vw;
  height: 100%;
  background-color: #01A04B;
  text-align: center;
}
.service-info-wrap .service-info-text .service-security .service-security-item .service-security-tag span[data-v-2e45cc12] {
  display: inline-block;
  transform: scale(0.91);
  color: #ffffff;
  font-weight: 400;
  font-size: 3.2vw;
}
.service-info-wrap .service-info-text .service-security .service-security-item .service-security-name[data-v-2e45cc12] {
  display: flex;
  align-items: center;
  height: 100%;
}
.service-info-wrap .service-info-text .service-security .service-security-item .service-security-name span[data-v-2e45cc12] {
  display: inline-block;
  color: #01A04B;
  font-weight: 400;
  font-size: 2.66667vw;
}
.service-info-wrap .service-info-text .service-security .service-security-tags[data-v-2e45cc12] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.06667vw;
  width: 3.73333vw;
  height: 3.73333vw;
  border: 1px solid #01A04B;
  color: #01a04b;
  font-size: 2.66667vw;
  border-radius: 0.53333vw;
  text-align: center;
  overflow: hidden;
}
.service-info-wrap .service-info-text .service-security .service-security-tags[data-v-2e45cc12]:last-child {
  margin-right: 0;
}
.service-info-wrap .service-info-text .service-security .service-security-tags span[data-v-2e45cc12] {
  display: inline-block;
  color: #01a04b;
  font-weight: 400;
  font-size: 2.66667vw;
}
.service-info-wrap .service-info-text .service-price[data-v-2e45cc12] {
  display: flex;
  align-items: flex-end;
  margin-top: 1.6vw;
  line-height: 1;
}
.service-info-wrap .service-info-text .service-price .discount-price[data-v-2e45cc12] {
  font-weight: 500;
  font-size: 2.66667vw;
  color: #FF6900;
}
.service-info-wrap .service-info-text .service-price .discount-price .price-text[data-v-2e45cc12] {
  font-size: 4.26667vw;
  color: #FF6900;
}
.service-info-wrap .service-info-text .service-price .activity-tips[data-v-2e45cc12] {
  width: 8.26667vw;
  height: 2.93333vw;
  display: flex;
  align-items: center;
  align-self: center;
  margin-top: 0.53333vw;
  background-size: cover;
}
.service-info-wrap .service-info-text .service-price .activity-tips span[data-v-2e45cc12] {
  margin-left: -1px;
  font-size: 3.2vw;
  transform: scale(0.67);
  color: #ffffff;
  white-space: nowrap;
}
.service-info-wrap .service-info-text .service-price .original-price[data-v-2e45cc12] {
  margin-left: 2.66667vw;
  font-weight: 400;
  font-size: 3.73333vw;
  color: #999999;
  text-decoration: line-through;
}
.service-info-wrap .service-info-text .quantitative-data[data-v-2e45cc12] {
  margin-top: 1.6vw;
  width: 100%;
  min-height: 5.33333vw;
  display: flex;
  align-items: center;
}
.service-info-wrap .service-info-text .quantitative-data .score-box[data-v-2e45cc12] {
  display: flex;
  align-items: center;
  width: 9.6vw;
  height: 4.26667vw;
  line-height: 4.26667vw;
  margin-right: 2.66667vw;
  background: url('https://bgl.zbjimg.com/bgl/bjclound/2022/10/27/scoreBg.png/origine/8509e40c-450c-4284-ad0a-614412e94855') no-repeat;
  background-size: 100% 100%;
}
.service-info-wrap .service-info-text .quantitative-data .score-box .score-count[data-v-2e45cc12] {
  display: inline-block;
  width: 5.6vw;
  text-align: center;
  font-weight: 500;
  font-size: 2.66667vw;
  color: #FFFFFF;
}
.service-info-wrap .service-info-text .quantitative-data .score-box .score-text[data-v-2e45cc12] {
  display: inline-block;
  width: 4vw;
  font-weight: 500;
  font-size: 2.66667vw;
  color: #FF6900;
  text-align: center;
}
.service-info-wrap .service-info-text .quantitative-data .score-box-2[data-v-2e45cc12] {
  width: 7.46667vw;
  height: 4.26667vw;
  line-height: 4.26667vw;
  margin-right: 2.66667vw;
  padding-right: 1.06667vw;
  background: url('https://bgl.zbjimg.com/bgl/bjclound/2022/10/27/scoreWaterfall.png/origine/01b57bc8-0421-4d50-9622-26978a36e453') no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 2.66667vw;
  color: #FFFFFF;
  text-align: center;
}
.service-info-wrap .service-info-text .rank-info[data-v-2e45cc12] {
  display: flex;
  width: 100%;
  margin-top: 1.6vw;
  height: 4.8vw;
}
.service-info-wrap .service-info-text .rank-info .rank-icon[data-v-2e45cc12] {
  width: 7.46667vw;
  height: 6.4vw;
}
.service-info-wrap .service-info-text .rank-info .rank-data-box[data-v-2e45cc12] {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 4.8vw;
  padding-left: 0.53333vw;
  padding-right: 2.66667vw;
  background: rgba(255, 242, 222, 0.5);
  border: 0.5px solid rgba(255, 255, 255, 0.56);
  border-radius: 3.2vw;
}
.service-info-wrap .service-info-text .rank-info .rank-data-box .rank-data[data-v-2e45cc12] {
  width: calc(100% - 2.13333vw);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2.13333vw;
}
.service-info-wrap .service-info-text .rank-info .rank-data-box .rank-data .rank-title[data-v-2e45cc12] {
  margin-right: 1.86667vw;
  width: 8.8vw;
  height: 2.93333vw;
  vertical-align: middle;
  margin-left: 2.4vw;
}
.service-info-wrap .service-info-text .rank-info .rank-data-box .rank-data .rank-text[data-v-2e45cc12] {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 2.66667vw;
  color: #BCA476;
}
.service-info-wrap .service-info-text .rank-info .rank-data-box .rank-back[data-v-2e45cc12] {
  margin-top: 0.53333vw;
  width: 1.86667vw;
  height: 1.86667vw;
}
.service-info-wrap .service-info-text .sales-evaluation-number[data-v-2e45cc12] {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 1.6vw;
}
.service-info-wrap .service-info-text .sales-evaluation-number .data-item[data-v-2e45cc12] {
  text-align: center;
  display: inherit;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 2.66667vw;
}
.service-info-wrap .service-info-text .sales-evaluation-number .data-item[data-v-2e45cc12]:last-child {
  margin-right: 0;
}
.service-info-wrap .service-info-text .sales-evaluation-number .data-item span[data-v-2e45cc12] {
  color: #979bb3;
  font-size: 2.4vw;
}
.service-info-wrap .service-info-text .sales-evaluation-number .data-item .data-count[data-v-2e45cc12] {
  margin-left: 0.53333vw;
}
.card-bottom[data-v-2e45cc12] {
  width: 100%;
  margin-top: 2.66667vw;
}
.card-bottom .line[data-v-2e45cc12] {
  width: 100%;
  height: 1px;
  background: #F2F6FA;
}
.card-bottom .card-control[data-v-2e45cc12] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.66667vw;
}
.card-bottom .card-control .service-provider[data-v-2e45cc12] {
  display: flex;
  width: calc(100% - 21.33333vw);
  align-items: center;
}
.card-bottom .card-control .service-provider .head-img[data-v-2e45cc12] {
  flex-shrink: 0;
  width: 5.33333vw;
  height: 5.33333vw;
  margin-top: -1px;
  position: relative;
}
.card-bottom .card-control .service-provider .head-img img[data-v-2e45cc12] {
  width: 5.33333vw;
  height: 5.33333vw;
  border-radius: 50%;
}
.card-bottom .card-control .service-provider .head-img .online[data-v-2e45cc12] {
  position: absolute;
  bottom: -0.8vw;
  right: -0.53333vw;
  width: 2.66667vw;
  height: 2.66667vw;
  background: #3DD05B;
  border: 0.53333vw solid #ffffff;
  border-radius: 50%;
}
.card-bottom .card-control .service-provider .shop-name[data-v-2e45cc12] {
  max-width: calc(100% - 13.33333vw);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 2.93333vw;
  color: #333333;
  margin-right: 8vw;
}
.card-bottom .card-control .service-provider .shop-level[data-v-2e45cc12] {
  flex-shrink: 0;
  width: 19.73333vw;
  height: 4.26667vw;
  margin-left: 0.53333vw;
  margin-right: 1.06667vw;
}
.card-bottom .card-control .service-provider .shop-selfsupport-tag[data-v-2e45cc12] {
  width: 6.93333vw;
  height: 4.26667vw;
  margin-right: 1.06667vw;
}
.card-bottom .card-control .service-provider .shop-yyg-tag[data-v-2e45cc12] {
  width: 10.13333vw;
  height: 4.26667vw;
  margin-right: 1.06667vw;
}
.card-bottom .card-control .card-shop-info[data-v-2e45cc12] {
  height: 6.4vw;
  flex: 1;
  display: flex;
  align-items: center;
}
.card-bottom .card-control .card-shop-info .company[data-v-2e45cc12] {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.card-bottom .card-control .card-shop-info .company .score-con[data-v-2e45cc12] {
  min-width: 5.86667vw;
  background: #ffeddb;
  color: #ff6900;
  font-size: 2.66667vw;
  padding: 0 0.53333vw;
  height: 3.73333vw;
  line-height: 3.73333vw;
  border-radius: 0.53333vw;
  margin-right: 1.6vw;
  display: flex;
  align-items: center;
}
.card-bottom .card-control .card-shop-info .company .score-con .icon[data-v-2e45cc12] {
  font-size: 1.86667vw;
  color: #ff6900;
}
.card-bottom .card-control .card-shop-info .company .score[data-v-2e45cc12] {
  margin-left: 0.66667vw;
  color: #ff6900;
}
.card-bottom .card-control .card-shop-info .company .star[data-v-2e45cc12] {
  min-width: 6.4vw;
  box-sizing: border-box;
  height: 3.73333vw;
  line-height: 3.73333vw;
  padding: 0 0.8vw;
  border-radius: 0.53333vw;
  background-color: #ff6900;
  color: #ffffff;
  font-size: 2.4vw;
  margin-right: 1.6vw;
}
.card-bottom .card-control .card-shop-info .company .name[data-v-2e45cc12] {
  max-width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444860;
  font-size: 2.93333vw;
}
.card-bottom .card-control .card-shop-info .company .shopname[data-v-2e45cc12] {
  flex: 1;
  height: 3.73333vw;
  line-height: 3.73333vw;
  display: flex;
  align-items: center;
  max-width: 57.06667vw;
}
.card-bottom .card-control .card-shop-info .company .shopname .changliao-img[data-v-2e45cc12] {
  height: 3.73333vw;
  vertical-align: middle;
  margin-right: 1.06667vw;
}
.card-bottom .card-control .card-shop-info .company .shopname .icon[data-v-2e45cc12] {
  font-size: 2.4vw;
  color: #979797;
}
.card-bottom .card-control .card-shop-info .icon-right-arrow[data-v-2e45cc12] {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  transform: rotate(45deg);
  margin-left: 1px;
}
.card-bottom .card-control .im-btn[data-v-2e45cc12] {
  flex-shrink: 0;
  width: 21.33333vw;
  height: 6.4vw;
  user-select: none;
  line-height: 6.4vw;
  background-color: #FF6900;
  border-radius: 4vw;
  font-weight: 400;
  font-size: 3.46667vw;
  color: #ffffff;
  text-align: center;
}
.m-service-waterfall[data-v-2e45cc12] {
  display: block;
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0.8vw 3.2vw 0px rgba(14, 8, 0, 0.06);
  border-radius: 0.8vw;
  overflow: hidden;
}
.m-service-waterfall .service-img-box[data-v-2e45cc12] {
  position: relative;
  width: 100%;
  height: 45.86667vw;
  overflow: hidden;
}
.m-service-waterfall .service-img-box .service-img[data-v-2e45cc12] {
  width: 100%;
  height: 45.86667vw;
  border-radius: 2.13333vw 2.13333vw 0 0;
}
.m-service-waterfall .service-img-box .service-advert[data-v-2e45cc12] {
  position: absolute;
  left: 1.06667vw;
  bottom: 1.06667vw;
  line-height: 3.2vw;
  color: #fff;
  font-size: 3.2vw;
  transform: scale(0.83, 0.83);
  text-align: center;
}
.m-service-waterfall .service-content-box[data-v-2e45cc12] {
  width: 100%;
  padding: 1.6vw 1.6vw 2.66667vw 1.6vw;
  background-color: #ffffff;
  border-radius: 0 0 2.13333vw 2.13333vw;
}
.m-service-waterfall .service-content-box .service-title-box[data-v-2e45cc12] {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  line-height: 4.8vw;
}
.m-service-waterfall .service-content-box .service-title-box .card-activity[data-v-2e45cc12] {
  width: 11.2vw;
  height: 4.53333vw;
  margin-right: 0.8vw;
  vertical-align: middle;
}
.m-service-waterfall .service-content-box .service-title-box .service-pro[data-v-2e45cc12] {
  width: 10.66667vw;
  height: 4.26667vw;
  margin-right: 0.8vw;
  vertical-align: middle;
}
.m-service-waterfall .service-content-box .service-title-box .service-title[data-v-2e45cc12] {
  color: #444860;
  font-size: 3.46667vw;
  font-weight: bold;
}
.m-service-waterfall .service-content-box .service-title-box .zhiying[data-v-2e45cc12] {
  height: 3.73333vw;
  vertical-align: middle;
}
.m-service-waterfall .service-content-box .rank-info[data-v-2e45cc12] {
  width: 100%;
  display: flex;
  margin-top: 0.8vw;
}
.m-service-waterfall .service-content-box .rank-info .rank-icon[data-v-2e45cc12] {
  width: 6.4vw;
  height: 5.33333vw;
}
.m-service-waterfall .service-content-box .rank-info .rank-data-box[data-v-2e45cc12] {
  width: calc(100% - 6.4vw);
  height: 5.33333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.53333vw;
  padding-right: 1.33333vw;
  background: rgba(255, 242, 222, 0.5);
  border: 0.5px solid rgba(255, 255, 255, 0.56);
  border-radius: 3.2vw;
}
.m-service-waterfall .service-content-box .rank-info .rank-data-box .rank-data[data-v-2e45cc12] {
  width: calc(100% - 2.66667vw);
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-service-waterfall .service-content-box .rank-info .rank-data-box .rank-data .rank-title[data-v-2e45cc12] {
  width: 8.8vw;
  height: 2.93333vw;
  vertical-align: middle;
  margin-left: 2.4vw;
}
.m-service-waterfall .service-content-box .rank-info .rank-data-box .rank-data .rank-text[data-v-2e45cc12] {
  margin-left: 1.06667vw;
  font-weight: 500;
  font-size: 2.66667vw;
  color: #BCA476;
}
.m-service-waterfall .service-content-box .rank-info .rank-data-box .rank-back[data-v-2e45cc12] {
  margin-top: 0.53333vw;
  width: 1.86667vw;
  height: 1.86667vw;
}
.m-service-waterfall .service-content-box .price-sales[data-v-2e45cc12] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 4.26667vw;
  margin-top: 1.6vw;
}
.m-service-waterfall .service-content-box .price-sales .price-count[data-v-2e45cc12] {
  font-weight: 500;
  font-size: 2.66667vw;
  color: #FF6900;
}
.m-service-waterfall .service-content-box .price-sales .price-count span[data-v-2e45cc12] {
  font-weight: 500;
  font-size: 4.26667vw;
  color: #FF6900;
}
.m-service-waterfall .service-content-box .price-sales .sales-count[data-v-2e45cc12] {
  font-weight: 400;
  font-size: 2.66667vw;
  color: #999999;
}
.m-service-waterfall .service-content-box .service-security[data-v-2e45cc12] {
  width: 100%;
  min-height: 4.26667vw;
  margin-top: 1.6vw;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  opacity: 0;
}
.m-service-waterfall .service-content-box .service-security.tag-box-show[data-v-2e45cc12] {
  opacity: 1;
  height: 4.26667vw;
  overflow: hidden;
}
.m-service-waterfall .service-content-box .service-security .details-label-img[data-v-2e45cc12] {
  height: 4vw;
  margin-right: 1.06667vw;
  vertical-align: middle;
}
.m-service-waterfall .service-content-box .service-security .shop-selfsupport-tag[data-v-2e45cc12] {
  width: 6.93333vw;
  height: 4.26667vw;
  margin-right: 1.06667vw;
}
.m-service-waterfall .service-content-box .service-security .shop-yyg-tag[data-v-2e45cc12] {
  width: 10.13333vw;
  height: 4.26667vw;
  margin-right: 1.06667vw;
}
.m-service-waterfall .service-content-box .service-security .service-security-item[data-v-2e45cc12] {
  display: flex;
  padding-right: 0.53333vw;
  padding-left: 0.53333vw;
  margin-right: 1.06667vw;
  height: 4.26667vw;
  background: #FFFFFF;
  border: 1px solid #01A04B;
  border-radius: 0.53333vw;
  overflow: hidden;
  font-weight: 400;
  color: #01A04B;
}
.m-service-waterfall .service-content-box .service-security .service-security-item[data-v-2e45cc12]:last-child {
  margin-right: 0;
}
.m-service-waterfall .service-content-box .service-security .service-security-item .service-security-tag[data-v-2e45cc12] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.26667vw;
  height: 100%;
  background-color: #01A04B;
  text-align: center;
}
.m-service-waterfall .service-content-box .service-security .service-security-item .service-security-tag span[data-v-2e45cc12] {
  display: inline-block;
  transform: scale(0.91);
  color: #ffffff;
  font-weight: 400;
  font-size: 3.2vw;
}
.m-service-waterfall .service-content-box .service-security .service-security-item .service-security-name[data-v-2e45cc12] {
  display: flex;
  align-items: center;
  height: 100%;
}
.m-service-waterfall .service-content-box .service-security .service-security-item .service-security-name span[data-v-2e45cc12] {
  display: inline-block;
  transform: scale(0.91);
  color: #01A04B;
  font-weight: 400;
  font-size: 3.2vw;
}
.m-service-waterfall .service-content-box .service-security .service-security-tags[data-v-2e45cc12] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.06667vw;
  width: 3.73333vw;
  height: 3.73333vw;
  border: 1px solid #01A04B;
  color: #01a04b;
  font-size: 2.66667vw;
  border-radius: 0.53333vw;
  text-align: center;
  overflow: hidden;
}
.m-service-waterfall .service-content-box .service-security .service-security-tags[data-v-2e45cc12]:last-child {
  margin-right: 0;
}
.m-service-waterfall .service-content-box .service-security .service-security-tags span[data-v-2e45cc12] {
  display: inline-block;
  color: #01a04b;
  font-weight: 400;
  font-size: 2.66667vw;
}
.m-service-waterfall .service-content-box .company[data-v-2e45cc12] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 1.6vw;
}
.m-service-waterfall .service-content-box .company .score-con[data-v-2e45cc12] {
  background: #ffeddb;
  color: #ff6900;
  font-size: 2.66667vw;
  padding: 0 0.53333vw;
  height: 3.73333vw;
  line-height: 3.73333vw;
  border-radius: 0.53333vw;
  margin-right: 1.6vw;
  display: flex;
  align-items: center;
}
.m-service-waterfall .service-content-box .company .score-con .icon[data-v-2e45cc12] {
  font-size: 1.86667vw;
  color: #ff6900;
}
.m-service-waterfall .service-content-box .company .score[data-v-2e45cc12] {
  margin-left: 0.66667vw;
  color: #ff6900;
}
.m-service-waterfall .service-content-box .company .star[data-v-2e45cc12] {
  box-sizing: border-box;
  height: 3.73333vw;
  line-height: 3.73333vw;
  padding: 0 0.8vw;
  border-radius: 0.53333vw;
  background-color: #ff6900;
  color: #ffffff;
  font-size: 2.4vw;
  margin-right: 1.6vw;
}
.m-service-waterfall .service-content-box .company .name[data-v-2e45cc12] {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444860;
  font-size: 2.93333vw;
}
.m-service-waterfall .service-content-box .company .shopname[data-v-2e45cc12] {
  flex: 1;
  height: 3.73333vw;
  line-height: 3.73333vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.m-service-waterfall .service-content-box .company .shopname .changliao-img[data-v-2e45cc12] {
  height: 3.73333vw;
  vertical-align: middle;
  margin-right: 1.06667vw;
}
.m-service-waterfall .service-content-box .company .shopname .icon[data-v-2e45cc12] {
  font-size: 2.4vw;
  color: #979797;
}
.m-service-waterfall .service-content-box .im-btn[data-v-2e45cc12] {
  margin-top: 2.93333vw;
  width: 100%;
  height: 6.4vw;
  background: #FF6900;
  border-radius: 4vw;
  font-weight: 400;
  line-height: 6.4vw;
  font-size: 3.46667vw;
  color: #FFFFFF;
  text-align: center;
}

