.craftsman-info-container {
  display: flex;
}
.craftsman-info-container .avatar {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  overflow: hidden;
}
.craftsman-info-container .info-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.02rem 0.2rem;
  padding-right: 0;
  font-size: 0.24rem;
}
.craftsman-info-container .info-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.craftsman-info-container .info-content__header__name {
  padding-right: 0.2rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
}
.craftsman-info-container .info-content__header__tag {
  padding: 0 0.08rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.04rem;
  font-size: 0.22rem;
}
.craftsman-info-container .info-content__header__tag.up {
  background: rgba(33, 131, 255, 0.14);
  color: #2183FF;
}
.craftsman-info-container .info-content__header__tag.down {
  background: rgba(255, 78, 88, 0.14);
  color: #FF4E58;
}
.craftsman-info-container .info-content__header__state {
  flex: 1 1 auto;
  text-align: right;
  color: #FF4E58;
  font-size: 0.24rem;
}
.craftsman-info-container .info-content__header__state.font-yellow {
  color: #FAAB0C;
}
.craftsman-info-container .info-content__header__state.font-red {
  color: #FF4E58;
}
.craftsman-info-container .info-content__header__state.font-green {
  color: #07C160;
}
.craftsman-info-container .info-content__header__btn {
  margin-left: 0.2rem;
  padding: 0 10px;
}
.craftsman-info-container .info-content__store {
  color: #999;
}
.phone-icon {
  width: 0.52rem;
  height: 0.52rem;
}
.phone-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.promotion-info-wrap[data-v-13c1b5ed] {
  margin: 0 auto;
  padding: 0.3rem;
  margin-bottom: 0.2rem;
  width: 7.1rem;
  border-radius: 0.2rem;
  background: #fff;
}
.promotion-info-wrap .review-info[data-v-13c1b5ed] {
  padding: 0.2rem 0 0.3rem 0.92rem;
  height: 0.82rem;
  line-height: 0.32rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
}
.promotion-info-wrap .review-info__name[data-v-13c1b5ed] {
  color: #666;
}
.promotion-info-wrap .review-info__time[data-v-13c1b5ed] {
  color: #999;
}
.promotion-info-wrap .remarks[data-v-13c1b5ed] {
  display: flex;
  margin-top: 0.12rem;
  padding: 0.2rem;
  width: 6.5rem;
  background: #F5F6FA;
  border-radius: 0.12rem;
}
.promotion-info-wrap .remarks .remarks__tag[data-v-13c1b5ed] {
  background: #09AFFD;
}
.promotion-info-wrap .remarks__tag[data-v-13c1b5ed] {
  padding: 0 0.1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.04rem;
  white-space: nowrap;
  font-size: 0.2rem;
  color: #fff;
}
.promotion-info-wrap .remarks__item[data-v-13c1b5ed] {
  padding-left: 0.2rem;
  line-height: 1.5em;
  font-size: 0.24rem;
}
.info-from[data-v-13c1b5ed] {
  flex: 1 1 auto;
  font-size: 0.24rem;
  margin-left: 0.92rem;
}
.info-from__item[data-v-13c1b5ed] {
  line-height: 1;
  margin-bottom: 0.2rem;
}
.info-from__item__label[data-v-13c1b5ed] {
  color: #666;
}
.info-from__item__value[data-v-13c1b5ed] {
  color: #333;
}
.info-from__item[data-v-13c1b5ed]:last-child {
  margin-bottom: 0;
}

.item[data-v-78b8b872] {
  background-color: white;
  border-radius: 0.2rem;
}
.item[data-v-78b8b872]:not(:last-child) {
  margin-bottom: 0.2rem;
}
.item .item-top[data-v-78b8b872] {
  padding: 0.3rem 0.3rem;
  display: flex;
}
.item .avatar[data-v-78b8b872] {
  width: 0.72rem;
  min-width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  overflow: hidden;
}
.item .item-right[data-v-78b8b872] {
  font-size: 0.24rem;
  margin-left: 0.2rem;
  width: 100%;
}
.item .item-right .user-header[data-v-78b8b872] {
  display: flex;
  align-items: center;
}
.item .item-right .user-header .user-name[data-v-78b8b872] {
  padding-right: 0.2rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
}
.item .item-right .user-header .user-tags[data-v-78b8b872] {
  display: flex;
  align-items: center;
  background-color: #E8F2FF;
  border-radius: 0.04rem;
  padding: 0.04rem 0.08rem;
}
.item .item-right .user-header .user-tags img[data-v-78b8b872] {
  height: 0.24rem;
  width: 0.24rem;
  object-fit: contain;
}
.item .item-right .user-header .user-tags span[data-v-78b8b872] {
  font-size: 0.22rem;
  color: #2183FF;
  margin-left: 0.04rem;
  line-height: 1;
}
.item .item-right .user-header .item-action[data-v-78b8b872] {
  margin-left: auto;
}
.item .item-right .user-header .item-action .item-state[data-v-78b8b872] {
  color: #FF4E58;
}
.item .item-right .user-header .item-action .item-pass[data-v-78b8b872] {
  color: #09AFFD;
}
.item .item-right .user-header .item-action .item-btn[data-v-78b8b872] {
  height: 0.4rem;
  width: 1rem;
  border-radius: 0.08rem;
  background-color: #09AFFD;
  color: white;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .item-right .user-header .item-action .item-btn.item-btn-ghost[data-v-78b8b872] {
  background-color: transparent;
  color: #09AFFD;
  border: 1px solid #6BCFFE;
}
.item .item-right .user-header .item-action .item-btn1[data-v-78b8b872] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .item-right .user-header .item-action .item-btn1 div[data-v-78b8b872] {
  height: 0.4rem;
  width: 1rem;
  border-radius: 0.08rem;
  background-color: #09AFFD;
  color: white;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item .item-right .user-header .item-action .item-btn1 .item-btn-comfirm[data-v-78b8b872] {
  color: #09AFFD;
  background-color: white;
  border: 0.008rem solid #09AFFD;
  margin-right: 0.2rem;
}
.item .item-right .user-store[data-v-78b8b872] {
  margin-top: 0.16rem;
  color: #999;
}
.item .item-right .item-content[data-v-78b8b872] {
  margin-top: 0.32rem;
}
.item .item-right .item-content .item-contItem[data-v-78b8b872] {
  display: flex;
  width: 100%;
}
.item .item-right .item-content .item-contItem[data-v-78b8b872]:not(:last-child) {
  margin-bottom: 0.14rem;
}
.item .item-right .item-content .item-contItem span[data-v-78b8b872]:first-child {
  color: #666;
  min-width: max-content;
}
.item .item-right .item-content .item-contItem span[data-v-78b8b872]:last-child {
  color: #333;
}
.item .item-right .item-content .item-contItem .item-reason[data-v-78b8b872] {
  margin-top: 0.1rem;
  background-color: #F5F6FA;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  padding: 0.1rem;
  color: #333333;
}
.item .item-line[data-v-78b8b872] {
  height: 1px;
  width: 100%;
  background-color: #EEEEEE;
}
.item .item-axis[data-v-78b8b872] {
  padding: 0.3rem;
}
.item .axis[data-v-78b8b872] {
  display: flex;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.item .axis[data-v-78b8b872]:not(:nth-last-child(-n + 2))::after {
  content: '';
  height: calc(100% - 0.42rem);
  width: 1px;
  background-color: #09AFFD;
  position: absolute;
  left: 0.16rem;
  top: 0.42rem;
}
.item .axis.axis-fail[data-v-78b8b872]::after {
  background-color: #DEDEDE;
}
.item .axis .axis-icon[data-v-78b8b872] {
  height: 0.32rem;
  width: 0.32rem;
  min-width: 0.32rem;
}
.item .axis .axis-right[data-v-78b8b872] {
  margin-left: 0.3rem;
  min-height: 0.76rem;
  width: 100%;
}
.item .axis .axis-right .axis-title[data-v-78b8b872] {
  color: #333333;
}
.item .axis .axis-right .axis-title .axis-tag[data-v-78b8b872] {
  display: inline-block;
  margin-left: 0.1rem;
  background-color: #E8F2FF;
  color: #2183FF;
  font-size: 0.2rem;
  line-height: 1;
  border-radius: 0.04rem;
  padding: 0.04rem 0.06rem;
}
.item .axis .axis-right .axis-title .axis-tag.tag-pedding[data-v-78b8b872] {
  background-color: #FEF1E9;
  color: #FC762C;
}
.item .axis .axis-right .axis-title .axis-tag.tag-fail[data-v-78b8b872] {
  background-color: #FFF1F2;
  color: #FF4E58;
}
.item .axis .axis-right .axis-tip[data-v-78b8b872] {
  color: #888888;
}
.item .axis .axis-right .axis-reason[data-v-78b8b872] {
  line-height: 0.32rem;
  margin-top: 0.12rem;
}
.item .axis .d-sb[data-v-78b8b872] {
  display: flex;
  justify-content: space-between;
}
.item .axis-btn[data-v-78b8b872] {
  margin: 0 auto;
  width: 1.2rem;
  height: 0.52rem;
  border-radius: 0.3rem;
  border: 1px solid rgba(51, 51, 51, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #333333;
}
.item .axis-btn img[data-v-78b8b872] {
  height: 0.2rem;
  width: 0.2rem;
}

.popup-textarea {
  margin-top: 0.2rem;
  background-color: #F5F6FA;
  border-radius: 0.12rem;
}
.popup-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.popup-textarea {
  margin-top: 0.2rem;
  background-color: #F5F6FA;
  border-radius: 0.12rem;
}
.popup-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.img-icon[data-v-14a09c78] {
  width: 0.28rem;
  height: 0.28rem;
}
.required[data-v-14a09c78] {
  left: -10px;
  top: 4px;
  position: absolute;
  font-weight: 600;
  font-size: 0.3rem;
  color: #FF4E58;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.popup[data-v-14a09c78] {
  width: 5.6rem;
}
.popup .popup-title[data-v-14a09c78] {
  margin: 0.6rem auto;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.popup .popup-content[data-v-14a09c78] {
  font-size: 0.28rem;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-content .popup-item[data-v-14a09c78] {
  margin-bottom: 0.2rem;
  display: flex;
}
.popup .popup-content .radio-group[data-v-14a09c78] {
  display: flex;
  align-items: center;
}
.popup .popup-content .radio-group .van-radio[data-v-14a09c78] {
  margin-right: 0.66rem;
}
.popup .popup-content[data-v-14a09c78] .van-radio__icon {
  display: flex;
  align-items: center;
  height: 0.28rem;
}
.popup .popup-btns[data-v-14a09c78] {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-btns .popup-btn[data-v-14a09c78] {
  height: 0.8rem;
  width: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid #09AFFD;
  color: #09AFFD;
  font-size: 0.32rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.popup .popup-btns .popup-btn.popup-submit[data-v-14a09c78] {
  color: white;
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  border: none;
}
.pop-radio .van-radio[data-v-14a09c78] {
  padding: 0 !important;
}

.img-icon[data-v-eb4ace0c] {
  width: 0.28rem;
  height: 0.28rem;
}
.required[data-v-eb4ace0c] {
  left: -10px;
  top: 4px;
  position: absolute;
  font-weight: 600;
  font-size: 0.3rem;
  color: #FF4E58;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.popup[data-v-eb4ace0c] {
  width: 5.6rem;
}
.popup .popup-title[data-v-eb4ace0c] {
  margin: 0.6rem auto;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.popup .popup-content[data-v-eb4ace0c] {
  font-size: 0.28rem;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-content .popup-item[data-v-eb4ace0c] {
  margin-bottom: 0.2rem;
  display: flex;
}
.popup .popup-content .radio-group[data-v-eb4ace0c] {
  display: flex;
  align-items: center;
}
.popup .popup-content .radio-group .van-radio[data-v-eb4ace0c] {
  margin-right: 0.66rem;
}
.popup .popup-content[data-v-eb4ace0c] .van-radio__icon {
  display: flex;
  align-items: center;
  height: 0.28rem;
}
.popup .popup-btns[data-v-eb4ace0c] {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-btns .popup-btn[data-v-eb4ace0c] {
  height: 0.8rem;
  width: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid #09AFFD;
  color: #09AFFD;
  font-size: 0.32rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.popup .popup-btns .popup-btn.popup-submit[data-v-eb4ace0c] {
  color: white;
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  border: none;
}

.popup-textarea {
  margin-top: 0.2rem;
  background-color: #F5F6FA;
  border-radius: 0.12rem;
}
.popup-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.img-icon[data-v-3f33372e] {
  width: 0.28rem;
  height: 0.28rem;
}
.required[data-v-3f33372e] {
  left: -10px;
  top: 4px;
  position: absolute;
  font-weight: 600;
  font-size: 0.3rem;
  color: #FF4E58;
  line-height: 0.2rem;
  text-align: left;
  font-style: normal;
}
.popup[data-v-3f33372e] {
  width: 5.6rem;
}
.popup .popup-title[data-v-3f33372e] {
  margin: 0.6rem auto;
  text-align: center;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: bold;
  color: #333;
}
.popup .popup-content[data-v-3f33372e] {
  font-size: 0.28rem;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-content .popup-item[data-v-3f33372e] {
  margin-bottom: 0.2rem;
  display: flex;
}
.popup .popup-content .radio-group[data-v-3f33372e] {
  display: flex;
  align-items: center;
}
.popup .popup-content .radio-group .van-radio[data-v-3f33372e] {
  margin-right: 0.66rem;
}
.popup .popup-content[data-v-3f33372e] .van-radio__icon {
  display: flex;
  align-items: center;
  height: 0.28rem;
}
.popup .popup-btns[data-v-3f33372e] {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem 0.4rem;
}
.popup .popup-btns .popup-btn[data-v-3f33372e] {
  height: 0.8rem;
  width: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid #09AFFD;
  color: #09AFFD;
  font-size: 0.32rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.popup .popup-btns .popup-btn.popup-submit[data-v-3f33372e] {
  color: white;
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  border: none;
}

