| 
page { 
 | 
    background-color: #F7F7F7 !important; 
 | 
} 
 | 
.u-upload__button { 
 | 
    margin: 0 !important; 
 | 
} 
 | 
  
 | 
@charset "UTF-8"; 
 | 
/** 
 | 
 * 这里是uni-app内置的常用样式变量 
 | 
 * 
 | 
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 
 | 
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App 
 | 
 * 
 | 
 */ 
 | 
/** 
 | 
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 
 | 
 * 
 | 
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 
 | 
 */ 
 | 
/* 颜色变量 */ 
 | 
/* 行为相关颜色 */ 
 | 
/* 文字基本颜色 */ 
 | 
/* 背景颜色 */ 
 | 
/* 边框颜色 */ 
 | 
/* 尺寸变量 */ 
 | 
/* 文字尺寸 */ 
 | 
/* 图片尺寸 */ 
 | 
/* Border Radius */ 
 | 
/* 水平间距 */ 
 | 
/* 垂直间距 */ 
 | 
/* 透明度 */ 
 | 
/* 文章场景相关 */ 
 | 
.visit.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
} 
 | 
.visit .menjin.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
} 
 | 
.visit .menjin .respondent-title.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100rpx; 
 | 
  line-height: 100rpx; 
 | 
  text-align: center; 
 | 
  font-size: 32rpx; 
 | 
  font-weight: 500; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .menjin .list.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 400rpx; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.visit .menjin .list .list_item.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.visit .menjin .list .list_item text.data-v-67647f06 { 
 | 
  font-size: 28rpx; 
 | 
  color: #000000; 
 | 
} 
 | 
.visit .menjin .list .list_item image.data-v-67647f06 { 
 | 
  width: 30rpx; 
 | 
  height: 30rpx; 
 | 
} 
 | 
.visit .menjin .menjin_footer.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.visit .menjin .menjin_footer .menjin_footer_item.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  height: 80rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  border-radius: 10rpx; 
 | 
  background-color: #025EEF; 
 | 
  color: #ffffff; 
 | 
  font-size: 26rpx; 
 | 
  margin-left: 30rpx; 
 | 
} 
 | 
.visit .menjin .menjin_footer .menjin_footer_item.data-v-67647f06:first-child { 
 | 
  margin-left: 0 !important; 
 | 
} 
 | 
.visit .adduser.data-v-67647f06 { 
 | 
  padding: 30rpx; 
 | 
  width: 100%; 
 | 
  box-sizing: border-box; 
 | 
} 
 | 
.visit .adduser .adduser_head.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  text-align: center; 
 | 
  font-size: 32rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 500; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .adduser .adduser_list.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  margin-top: 40rpx; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 24rpx 0; 
 | 
  box-sizing: border-box; 
 | 
  border-bottom: 1rpx solid #E5E5E5; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label1.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label1 .cc.data-v-67647f06 { 
 | 
  font-size: 30rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #222222; 
 | 
  margin-bottom: 20rpx; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label1 .cc ._b.data-v-67647f06 { 
 | 
  font-size: 30rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #E0312A; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label1 .aa.data-v-67647f06 { 
 | 
  font-size: 24rpx; 
 | 
  font-weight: 400; 
 | 
  color: #999999; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label text.data-v-67647f06:nth-child(1) { 
 | 
  font-size: 30rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_label text.data-v-67647f06:nth-child(2) { 
 | 
  font-size: 30rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #E0312A; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_ipt.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  text-align: right; 
 | 
  font-size: 28rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #333333; 
 | 
  margin-left: 30rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: flex-end; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_ipt .adduser_list_item_ipt1_upload.data-v-67647f06 { 
 | 
  width: 120rpx; 
 | 
  height: 120rpx; 
 | 
  background-color: #ececec; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  overflow: hidden; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_ipt .adduser_list_item_ipt1_upload image.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100%; 
 | 
} 
 | 
.visit .adduser .adduser_list .adduser_list_item .adduser_list_item_ipt text.data-v-67647f06 { 
 | 
  font-size: 28rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #999999; 
 | 
} 
 | 
.visit .adduser .adduser_footer.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  margin-top: 60rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
} 
 | 
.visit .adduser .adduser_footer .t.data-v-67647f06 { 
 | 
  background: #025EEF !important; 
 | 
  color: #ffffff !important; 
 | 
} 
 | 
.visit .adduser .adduser_footer .adduser_footer_item.data-v-67647f06 { 
 | 
  width: 336rpx; 
 | 
  height: 88rpx; 
 | 
  line-height: 88rpx; 
 | 
  text-align: center; 
 | 
  border-radius: 44rpx; 
 | 
  border: 1rpx solid #025EEF; 
 | 
  font-size: 32rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #025EEF; 
 | 
  margin-right: 18rpx; 
 | 
} 
 | 
.visit .adduser .adduser_footer .adduser_footer_item.data-v-67647f06:last-child { 
 | 
  margin: 0 !important; 
 | 
} 
 | 
.visit .addcar.data-v-67647f06 { 
 | 
  padding: 30rpx; 
 | 
  width: 100%; 
 | 
  box-sizing: border-box; 
 | 
} 
 | 
.visit .addcar .addcar_head.data-v-67647f06 { 
 | 
  text-align: center; 
 | 
  font-size: 32rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 500; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .addcar .addcar_ipt.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100rpx; 
 | 
  line-height: 100rpx; 
 | 
  text-align: center; 
 | 
  background: #F7F7F7; 
 | 
  border-radius: 50rpx; 
 | 
  margin-top: 60rpx; 
 | 
} 
 | 
.visit .addcar .addcar_ipt input.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100%; 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 400; 
 | 
  color: #000000; 
 | 
  text-align: center; 
 | 
} 
 | 
.visit .addcar .addcar_footer.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
  margin-top: 60rpx; 
 | 
} 
 | 
.visit .addcar .addcar_footer .t.data-v-67647f06 { 
 | 
  background: #025EEF !important; 
 | 
  color: #ffffff !important; 
 | 
} 
 | 
.visit .addcar .addcar_footer .addcar_footer_item.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  height: 88rpx; 
 | 
  line-height: 88rpx; 
 | 
  font-size: 32rpx; 
 | 
  font-weight: 400; 
 | 
  color: #025EEF; 
 | 
  text-align: center; 
 | 
  border-radius: 44rpx; 
 | 
  border: 1rpx solid #025EEF; 
 | 
  margin-right: 18rpx; 
 | 
} 
 | 
.visit .addcar .addcar_footer .addcar_footer_item.data-v-67647f06:last-child { 
 | 
  margin-right: 0 !important; 
 | 
} 
 | 
.visit .popup-content.data-v-67647f06 { 
 | 
  padding: 30rpx 30rpx 0 30rpx; 
 | 
  overflow: hidden; 
 | 
  display: flex; 
 | 
  flex-flow: column; 
 | 
} 
 | 
.visit .popup-content .respondent-title.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  text-align: center; 
 | 
  font-size: 32rpx; 
 | 
  font-weight: 500; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .popup-content .search-box.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  margin-top: 40rpx; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-top.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 68rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-top .search-box-top-ipt.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  height: 100%; 
 | 
  padding: 0 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  background: #F7F7F7; 
 | 
  border-radius: 4rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-top .search-box-top-ipt image.data-v-67647f06 { 
 | 
  width: 36rpx; 
 | 
  height: 36rpx; 
 | 
  flex-shrink: 0; 
 | 
  margin-right: 22rpx; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-top .search-box-top-ipt input.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  height: 100%; 
 | 
  font-size: 26rpx; 
 | 
  font-weight: 400; 
 | 
  color: #B2B2B2; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-top text.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  margin-left: 30rpx; 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 400; 
 | 
  color: #025EEF; 
 | 
} 
 | 
.visit .popup-content .search-box .search-box-total.data-v-67647f06 { 
 | 
  font-size: 26rpx; 
 | 
  font-weight: 400; 
 | 
  color: #666666; 
 | 
  margin-top: 24rpx; 
 | 
} 
 | 
.visit .popup-content .list.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 800rpx; 
 | 
  margin-top: 30rpx; 
 | 
  padding: 0 !important; 
 | 
} 
 | 
.visit .popup-content .list .item.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 102rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  border-bottom: 1rpx solid #E5E5E5; 
 | 
} 
 | 
.visit .popup-content .list .item .item_a.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  width: 36rpx; 
 | 
  height: 36rpx; 
 | 
  margin-right: 24rpx; 
 | 
} 
 | 
.visit .popup-content .list .item .item_a image.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100%; 
 | 
} 
 | 
.visit .popup-content .list .item .item_b.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  width: 80rpx; 
 | 
  height: 80rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  overflow: hidden; 
 | 
  margin-right: 24rpx; 
 | 
} 
 | 
.visit .popup-content .list .item .item_b image.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100%; 
 | 
} 
 | 
.visit .popup-content .list .item .item_c.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .popup-content .list .item .item_c text.data-v-67647f06:nth-child(1) { 
 | 
  font-size: 30rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .popup-content .list .item .item_c text.data-v-67647f06:nth-child(2) { 
 | 
  font-size: 20rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #999999; 
 | 
  padding: 1rpx 4rpx; 
 | 
  box-sizing: border-box; 
 | 
  background-color: #EEEEEE; 
 | 
  margin-left: 12rpx; 
 | 
} 
 | 
.visit .popup-content .footer1.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
  padding: 14rpx 0 0 0; 
 | 
  box-sizing: border-box; 
 | 
} 
 | 
.visit .popup-content .footer1 .footer_left.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  display: flex; 
 | 
  flex-direction: column; 
 | 
} 
 | 
.visit .popup-content .footer1 .footer_left .footer_left_a.data-v-67647f06 { 
 | 
  font-size: 26rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #333333; 
 | 
} 
 | 
.visit .popup-content .footer1 .footer_left .footer_left_b.data-v-67647f06 { 
 | 
  font-size: 24rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #999999; 
 | 
} 
 | 
.visit .popup-content .footer1 .footer_btn.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  width: 216rpx; 
 | 
  height: 72rpx; 
 | 
  line-height: 72rpx; 
 | 
  text-align: center; 
 | 
  background: #025EEF; 
 | 
  border-radius: 8rpx; 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 500; 
 | 
  color: #FFFFFF; 
 | 
} 
 | 
.visit .head.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 20rpx 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 400; 
 | 
  color: #666666; 
 | 
} 
 | 
.visit .list.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 0 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  background-color: #ffffff; 
 | 
} 
 | 
.visit .list .list_item.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 98rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: space-between; 
 | 
  border-bottom: 1rpx solid #E5E5E5; 
 | 
} 
 | 
.visit .list .list_item .list_item_label.data-v-67647f06 { 
 | 
  flex-shrink: 0; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .list .list_item .list_item_label text.data-v-67647f06:nth-child(1) { 
 | 
  font-size: 30rpx; 
 | 
  font-weight: 400; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .list .list_item .list_item_label text.data-v-67647f06:nth-child(2) { 
 | 
  font-size: 30rpx; 
 | 
  font-weight: 400; 
 | 
  color: #E42D2D; 
 | 
} 
 | 
.visit .list .list_item .list_item_content.data-v-67647f06 { 
 | 
  flex: 1; 
 | 
  height: 100%; 
 | 
  margin-left: 30rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: flex-end; 
 | 
} 
 | 
.visit .list .list_item .list_item_content text.data-v-67647f06 { 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 400; 
 | 
  color: #999999; 
 | 
  margin-right: 6rpx; 
 | 
} 
 | 
.visit .list .list_item .list_item_content input.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 100%; 
 | 
  text-align: right; 
 | 
  font-size: 28rpx; 
 | 
  font-weight: 400; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .cate.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 30rpx; 
 | 
  box-sizing: border-box; 
 | 
  background-color: #ffffff; 
 | 
  margin-top: 20rpx; 
 | 
} 
 | 
.visit .cate .cate_head.data-v-67647f06 { 
 | 
  font-size: 32rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 500; 
 | 
  color: #222222; 
 | 
} 
 | 
.visit .cate .cate_list.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  flex-wrap: wrap; 
 | 
  margin-top: 30rpx; 
 | 
} 
 | 
.visit .cate .cate_list .cate_list_item.data-v-67647f06 { 
 | 
  height: 64rpx; 
 | 
  padding: 0 20rpx; 
 | 
  box-sizing: border-box; 
 | 
  background-color: #EEEEEE; 
 | 
  border-radius: 4rpx; 
 | 
  margin-right: 20rpx; 
 | 
  margin-bottom: 20rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
} 
 | 
.visit .cate .cate_list .cate_list_item.data-v-67647f06:last-child { 
 | 
  margin-right: 0 !important; 
 | 
} 
 | 
.visit .cate .cate_list .cate_list_item text.data-v-67647f06 { 
 | 
  font-size: 26rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  color: #333333; 
 | 
  margin-right: 30rpx; 
 | 
} 
 | 
.visit .cate .cate_add.data-v-67647f06 { 
 | 
  width: 200rpx; 
 | 
  height: 50rpx; 
 | 
  display: flex; 
 | 
  align-items: center; 
 | 
  justify-content: center; 
 | 
  background: rgba(2, 94, 239, 0); 
 | 
  border-radius: 25rpx; 
 | 
  border: 1rpx solid #025EEF; 
 | 
  font-size: 22rpx; 
 | 
  font-family: PingFangSC, PingFang SC; 
 | 
  font-weight: 400; 
 | 
  margin-top: 20rpx; 
 | 
  color: #025EEF; 
 | 
  margin: 0 auto; 
 | 
} 
 | 
.visit .zw.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: calc(env(safe-area-inset-bottom) + 118rpx); 
 | 
} 
 | 
.visit .footer.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  padding: 0 30rpx; 
 | 
  padding-bottom: env(safe-area-inset-bottom); 
 | 
  box-sizing: border-box; 
 | 
  position: fixed; 
 | 
  left: 0; 
 | 
  bottom: 30rpx; 
 | 
} 
 | 
.visit .footer .footer_btn.data-v-67647f06 { 
 | 
  width: 100%; 
 | 
  height: 88rpx; 
 | 
  line-height: 88rpx; 
 | 
  text-align: center; 
 | 
  background: #025EEF; 
 | 
  border-radius: 44rpx; 
 | 
  font-size: 32rpx; 
 | 
  font-weight: 500; 
 | 
  color: #FFFFFF; 
 | 
} 
 |