@charset "UTF-8";
/**
 * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
 * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
 * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用 
 */
page.data-v-22ae75d7 {
  width: 100%;
  height: 100%;
}
.divid_line_horizen.data-v-22ae75d7 {
  width: 100%;
  height: 2rpx;
  background-color: #f2f2f2;
  align-self: center;
  margin-top: 1rpx;
}
.input_warp .u-input__input.data-v-22ae75d7 {
  font-size: 34rpx;
}
.button_warp .u-button .u-size-default.data-v-22ae75d7 {
  font-size: 30rpx;
  height: 96rpx;
  line-height: 80rpx;
}
.button_warp .u-button .u-btn--primary--disabled.data-v-22ae75d7 {
  color: rgba(0, 0, 0, 0.45) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.my.data-v-22ae75d7 {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fdfdfd;
}
.my .events .bold_count.data-v-22ae75d7 {
  font-size: 40rpx;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #121212;
  line-height: 40rpx;
  text-align: center;
}
.my .events .text.data-v-22ae75d7 {
  font-size: 26rpx;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #646464;
  line-height: 26rpx;
}
.my .top.data-v-22ae75d7 {
  width: 100%;
  position: relative;
}
.my .top .top_content.data-v-22ae75d7 {
  width: 100%;
  position: absolute;
  top: 164rpx;
  left: 0rpx;
}
.my .top .top_content .person_info.data-v-22ae75d7 {
  padding: 52rpx 48rpx 0 48rpx;
  position: relative;
  display: flex;
  align-items: center;
}
.my .top .top_content .person_info view.data-v-22ae75d7 {
  display: inline-block;
}
.my .top .top_content .person_info .avatar.data-v-22ae75d7 {
  margin: 0 20rpx 0 0;
}
.my .top .top_content .person_info .title.data-v-22ae75d7 {
  vertical-align: top;
  flex: 1;
}
.my .top .top_content .person_info .title .name.data-v-22ae75d7 {
  display: block;
  padding: 0 0 20rpx 0;
  width: 285rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 44rpx;
  line-height: 44rpx;
  font-size: 500;
  color: #000000;
}
.my .top .top_content .person_info .title .company.data-v-22ae75d7 {
  font-size: 26rpx;
  line-height: 26rpx;
  color: rgba(0, 0, 0, 0.65);
}
.my .bg_wrap.data-v-22ae75d7 {
  min-height: 52rpx;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 28rpx;
  position: absolute;
  margin-left: 20rpx;
  display: flex;
  text-align: center;
}
.my .bg_wrap .bg_wrap1.data-v-22ae75d7 {
  background: #ffffff;
  border-radius: 28rpx;
}
.my .bg_wrap .text.data-v-22ae75d7 {
  font-size: 24rpx;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #000000;
  width: 132rpx;
  height: 56rpx;
  line-height: 54rpx;
}
.my .purchase_resume.data-v-22ae75d7 {
  width: 100%;
  padding: 0 32rpx;
  position: relative;
}
.my .purchase_resume .purchase_box.data-v-22ae75d7 {
  width: 686rpx;
  border-radius: 14rpx;
  padding: 28rpx;
  background-image: url("https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/excellet-working/purchase_bg.png");
  background-size: 100% 124rpx;
}
.my .purchase_resume .purchase_box view.data-v-22ae75d7 {
  display: inline-block;
}
.my .purchase_resume .purchase_box .describe text.data-v-22ae75d7 {
  display: block;
  font-size: 30rpx;
  line-height: 30rpx;
  font-weight: 500;
  color: #542c0b;
}
.my .purchase_resume .purchase_box .describe text.data-v-22ae75d7:last-child {
  margin: 12rpx 0 0 0;
  font-size: 24rpx;
  line-height: 24rpx;
  font-weight: 400;
}
.my .purchase_resume .purchase_box .detail_btn.data-v-22ae75d7 {
  width: 160rpx;
  height: 64rpx;
  border-radius: 64rpx;
  background-color: #edd3ac;
  font-size: 26rpx;
  line-height: 64rpx;
  text-align: center;
  color: #542c0b;
  float: right;
}
.my .other_menu.data-v-22ae75d7 {
  background-color: #ffffff;
  margin: 20rpx 30rpx;
  padding: 48rpx;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.my .other_menu .title.data-v-22ae75d7 {
  font-size: 36rpx;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 0 0 4rpx 0;
}
.my .bottom_extra.data-v-22ae75d7 {
  width: inherit;
  position: absolute;
  bottom: 200rpx;
  text-align: center;
}
.my .bottom_extra .text.data-v-22ae75d7 {
  font-size: 24rpx;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 8rpx;
}