
[data-v-eddf3948] .van-popup {
  height: 6.32rem;
}
.dialog[data-v-eddf3948] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog[data-v-eddf3948] .van-cell-group::after {
  border: none;
}
.dialog[data-v-eddf3948] .van-field::after {
  border: none;
}
.dialog[data-v-eddf3948] .van-field {
  padding: 0 !important;
  margin-bottom: 0.2rem;
}
.dialog[data-v-eddf3948] .van-field__body {
  background: #F5F6FA;
  border-radius: 0.12rem;
  padding: 0.24rem 0.3rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}
.dialog .title[data-v-eddf3948] {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.32rem;
  padding: 0.4rem;
  width: 100%;
  text-align: center;
}
.dialog .title[data-v-eddf3948]::after {
  border-color: #EEEEEE;
}
.dialog .content[data-v-eddf3948] {
  width: 100%;
  padding: 0.4rem;
}
.dialog .footer[data-v-eddf3948] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}
.dialog .footer[data-v-eddf3948]::after {
  border-color: #EEEEEE;
}
.dialog .footer__default[data-v-eddf3948] {
  width: 2.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #09AFFD;
}
.dialog .footer__default[data-v-eddf3948]::after {
  border-radius: 0.8rem;
  border-color: rgba(9, 175, 253, 0.6);
}
.dialog .footer__default.submit[data-v-eddf3948] {
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  color: #FFFFFF;
  margin-left: 0.8rem;
}
.page[data-v-eddf3948] {
  height: 100vh;
  overflow: auto;
  padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
  background: #F5F6FA;
}
.list[data-v-eddf3948] {
  padding: 0.2rem;
}
.list .c-label[data-v-eddf3948] {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-top: 0.2rem;
}
.list[data-v-eddf3948] .van-cell {
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.4rem 0.3rem;
  align-items: flex-start;
}
.list[data-v-eddf3948] .van-cell .van-cell__title {
  flex: 1;
  overflow: hidden;
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 1;
}
.list[data-v-eddf3948] .van-cell .van-cell__title > span {
  display: block;
}
.list[data-v-eddf3948] .van-cell .van-cell__value {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  flex: 0 1 auto;
  margin-bottom: 0.2rem;
}
.list[data-v-eddf3948] .van-cell .van-cell__value > span {
  display: block;
}
.list[data-v-eddf3948] .van-cell .van-icon-arrow {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  height: auto;
}
.footer[data-v-eddf3948] {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.14rem 0.5rem 0 0.5rem;
  padding-bottom: calc(0.14rem + env(safe-area-inset-bottom));
  background-color: #fff;
  box-shadow: 0 -1px 0.12rem 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  line-height: 0;
}
.footer[data-v-eddf3948] .van-button--large {
  height: 0.92rem;
  background: #09AFFD;
  font-size: 0.32rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

.flex[data-v-7f0ee304] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex1[data-v-7f0ee304] {
  flex: 1;
}
.flex2[data-v-7f0ee304] {
  flex: 1.5;
}
.container[data-v-7f0ee304] {
  text-align: center;
  /* padding: 16px; */
  font-size: 0.24rem;
  background: #F5F6FA;
}
.navbar[data-v-7f0ee304] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.navbar h1[data-v-7f0ee304] {
  margin: 0;
}
.table-container[data-v-7f0ee304] {
  width: 100%;
}
.data-table[data-v-7f0ee304] {
  background-color: white;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* 移除间隙 */
}
.thead-table[data-v-7f0ee304] {
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  /* 表头和表体之间的间隙 */
}
.tbody-table[data-v-7f0ee304] {
  color: #666666;
  /* 表体行间距 */
  /* border-spacing: 0 10px;  */
}
.data-table th[data-v-7f0ee304],
.data-table td[data-v-7f0ee304] {
  padding: 16px 8px;
}
.data-table .td2 td[data-v-7f0ee304] {
  height: 50px;
  width: 30px;
}
.data-table th[data-v-7f0ee304] {
  background-color: white;
  text-align: center;
  vertical-align: middle;
  /* text-align: left; */
  border-bottom: none;
  /* 移除表头底部横线 */
}
.data-table tbody td[data-v-7f0ee304] {
  border-bottom: 1px solid #ddd;
  /* 表体底部横线 */
}
.data-table tbody tr[data-v-7f0ee304] {
  /* 表体行的上下间距 */
}
.data-table tbody tr.no-top-margin[data-v-7f0ee304] {
  margin-top: 0;
  /* 第一行移除上边距 */
}
.data-table tbody tr.no-bottom-margin[data-v-7f0ee304] {
  margin-bottom: 0;
  /* 最后一行移除下边距 */
}
.data-table tbody tr.no-bottom-margin td[data-v-7f0ee304] {
  border-bottom: none;
  /* 最后一行移除底部横线 */
}
.noData[data-v-7f0ee304] {
  background: white;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  padding: 0.2rem;
  color: #999999;
}

.favored[data-v-f515a654] {
  background: #F5F6FA;
}
.favored[data-v-f515a654] .van-tabs__line {
  background-color: #09AFFD;
  width: 0.32rem;
  height: 0.08rem;
  border-radius: 4rem;
}
.favored[data-v-f515a654] .van-tabs__wrap {
  height: 0.92rem;
  background: #FFFFFF;
}
.favored .favored-tab-2[data-v-f515a654] .van-tab {
  flex: none;
  -webkit-flex: none;
  padding: 0;
}
.favored .favored-tab-2[data-v-f515a654] .van-tab span {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #666666;
}
.favored .favored-tab-2[data-v-f515a654] .tab1 {
  margin-left: 1.88rem;
}
.favored .favored-tab-2[data-v-f515a654] .tab2 {
  margin-left: 1.2rem;
}
.favored .favored-tab-2[data-v-f515a654] .van-tab--active {
  font-weight: 600;
}
.favored .favored-tab-2[data-v-f515a654] .van-tab--active span {
  color: #333333;
}
.favored .favored-tab-1[data-v-f515a654] .van-tab span {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #666666;
}
.favored .favored-tab-1[data-v-f515a654] .tab2 {
  margin-left: 1.2rem;
}
.favored .favored-tab-1[data-v-f515a654] .van-tab--active {
  font-weight: 600;
}
.favored .favored-tab-1[data-v-f515a654] .van-tab--active span {
  color: #333333;
}
.favored .tip[data-v-f515a654] {
  margin-left: 0.4rem;
}
.favored .tip .tipText[data-v-f515a654] {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.24rem;
}
.favored .tip[data-v-f515a654] .van-checkbox__label {
  margin-left: 0.1rem;
}
.favored .tip .img-icon[data-v-f515a654] {
  width: 0.28rem;
  height: 0.28rem;
}
.favored .wrap[data-v-f515a654] {
  background: #FFFFFF;
  border-radius: 0.2rem;
  margin: 0.22rem 0.2rem 0.32rem;
  padding-bottom: 0.34rem;
}
.favored .wrap .title[data-v-f515a654] {
  font-weight: 600;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
  text-align: center;
  padding: 0.4rem 2.44rem 0.34rem 2.42rem;
  white-space: nowrap;
}
.favored .wrap .money[data-v-f515a654] {
  padding-bottom: 0;
}
.favored .wrap .content[data-v-f515a654] {
  padding: 0 0.3rem 0rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
}
.favored .wrap .content .item[data-v-f515a654] {
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.38rem;
}
.favored .wrap .content .item[data-v-f515a654]:nth-child(-n+5) {
  margin-bottom: 0.14rem;
}
.favored .wrap .content-money[data-v-f515a654] {
  padding: 0 0.3rem 0rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
}
.favored .wrap .content-money .item-money[data-v-f515a654] {
  font-weight: 400;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.38rem;
}
.favored .wrap .content-money .item-money[data-v-f515a654]:nth-child(-n+9) {
  margin-bottom: 0.14rem;
}
.favored .wrap .title-money1[data-v-f515a654] {
  font-weight: 600;
  font-size: 0.26rem;
  color: #333333;
  position: relative;
}
.favored .wrap .title-money1 .title1[data-v-f515a654] {
  display: inline-block;
  /* 或者 block，取决于需求 */
  margin-top: 0.34rem;
}
.favored .wrap .title-money1 .title1 .line1[data-v-f515a654] {
  position: absolute;
  width: 1.06rem;
  height: 0.06rem;
  background: #09AFFD;
  opacity: 0.4;
  margin-bottom: 0;
  top: 0.59rem;
}
.favored .wrap .title-money2[data-v-f515a654] {
  font-weight: 600;
  font-size: 0.26rem;
  color: #333333;
  position: relative;
}
.favored .wrap .title-money2 .title2[data-v-f515a654] {
  display: inline-block;
  /* 或者 block，取决于需求 */
  margin-top: 0.2rem;
}
.favored .wrap .title-money2 .title2 .line2[data-v-f515a654] {
  position: absolute;
  width: 1.06rem;
  height: 0.06rem;
  background: #09AFFD;
  opacity: 0.4;
  top: 0.45rem;
  margin-bottom: 0;
}
.favored .footer[data-v-f515a654] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.favored .footer .van-button[data-v-f515a654] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.92rem;
  background: #09AFFD;
  border-radius: 0.5rem;
}
.favored .footer .Btn-join[data-v-f515a654] {
  border: 0;
}
.favored .footer .Btn-apply[data-v-f515a654] {
  border: 0;
}


[data-v-1d98e2d6] .van-empty__image {
  width: 100%;
  text-align: center;
}
.content[data-v-1d98e2d6] img {
  width: 100%;
  height: auto;
}
[data-v-1d98e2d6] .van-empty {
  margin-top: 3.4rem;
}
.empty[data-v-1d98e2d6] {
  width: 6.46rem;
  height: 2.38rem;
}

.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}

[data-v-374c8b08] .van-empty {
  margin-top: 3.4rem;
}
[data-v-374c8b08] .van-empty__image {
  width: 100%;
  text-align: center;
}
[data-v-374c8b08] .van-empty__description {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
}
.empty[data-v-374c8b08] {
  width: 6.46rem;
  height: 2.38rem;
}
.myApplication[data-v-374c8b08] {
  background: #F5F6FA;
}
.myApplication .wrap[data-v-374c8b08] {
  width: 7.1rem;
  margin: 0.2rem 0.2rem 0 0.2rem;
  background: white;
  border-radius: 0.2rem;
}
.myApplication .wrap .info[data-v-374c8b08] {
  position: relative;
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.26rem;
  padding: 0.4rem 0.3rem 0.34rem 0.3rem;
  color: #333333;
}
.myApplication .wrap .info div[data-v-374c8b08]:not(:last-child) {
  margin-bottom: 0.14rem;
}
.myApplication .wrap .info .infoLabel[data-v-374c8b08] {
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.26rem;
}
.myApplication .wrap .info .infoIcon[data-v-374c8b08] {
  width: 1.24rem;
  height: 1rem;
  position: absolute;
  top: 0.4rem;
  right: 0.2rem;
}
.myApplication .wrap .info .nameIcon[data-v-374c8b08] {
  width: 1.3rem;
  height: 1rem;
  position: absolute;
  top: 0.4rem;
  right: 0rem;
  font-size: 0.24rem;
  color: #FF4E58;
}
.myApplication .wrap .line[data-v-374c8b08] {
  width: 100%;
  height: 0.01rem;
  background: #EAEAEA;
}
.myApplication .wrap .last[data-v-374c8b08] {
  padding: 0.4rem 0 0.4rem 0.3rem;
}
.myApplication .wrap .process[data-v-374c8b08] {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.24rem;
}
.myApplication .wrap .process .step[data-v-374c8b08] {
  display: flex;
}
.myApplication .wrap .process .step .stepIcon[data-v-374c8b08] {
  width: 0.34rem;
  height: 0.34rem;
}
.myApplication .wrap .process .step .stepTitle[data-v-374c8b08] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
}
.myApplication .wrap .process .step .stepStatus[data-v-374c8b08] {
  margin-left: 0.1rem;
  color: #2183FF;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding: 0.04rem 0.06rem;
  background: #EDF5FF;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.myApplication .wrap .process .step .stepStatusFalse[data-v-374c8b08] {
  margin-left: 0.1rem;
  color: #FF4E58;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding: 0.04rem 0.06rem;
  background: #FFF0F1;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.myApplication .wrap .process .step .stepLine[data-v-374c8b08] {
  width: 0.01rem;
  min-height: 0.74rem;
  background: #09AFFD;
  margin-left: 0.17rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.myApplication .wrap .process .step .stepInfo[data-v-374c8b08] {
  color: #888888;
  margin-left: 0.44rem;
}
.myApplication .wrap .process .step .stepInfo div[data-v-374c8b08] {
  margin-top: 0.14rem;
}
.myApplication .wrap .process .step .stepInfo .personName[data-v-374c8b08] {
  margin-right: 0.2rem;
}
.myApplication .footer[data-v-374c8b08] {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.myApplication .footer .van-button[data-v-374c8b08] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.92rem;
  background: #09AFFD;
  border-radius: 0.5rem;
}
.myApplication[data-v-374c8b08] .van-list__finished-text {
  line-height: 80px;
}

.application[data-v-469dcd58] {
  background: #F5F6FA;
}
.application[data-v-469dcd58] .van-form {
  margin: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.application[data-v-469dcd58] .van-form .firstInput {
  border-radius: 0.2rem 0.2rem 0 0;
}
.application[data-v-469dcd58] .van-form .endInput {
  border-radius: 0 0 0.2rem 0.2rem;
}
.application[data-v-469dcd58] .van-form .van-cell {
  padding: 0.4rem 0.3rem 0.42rem 0.3rem;
}
.application[data-v-469dcd58] .van-form .van-cell::after {
  border-bottom: 1px solid #EEEEEE;
}
.application[data-v-469dcd58] .van-form .van-cell__title {
  font-weight: 600;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
}
.application[data-v-469dcd58] .van-form .van-field__body input {
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.24rem;
}
.application .more[data-v-469dcd58] {
  width: 0.28rem;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .footer[data-v-469dcd58] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .footer .van-button[data-v-469dcd58] {
  width: 6.5rem;
  height: 0.92rem;
  background: #09AFFD;
  border-radius: 0.5rem;
}

.icon-radio-wrap[data-v-5a8b183b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-radio-wrap img[data-v-5a8b183b] {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}
.icon-radio-wrap span[data-v-5a8b183b] {
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.28rem;
}
[data-v-5a8b183b] .van-empty {
  margin-top: 3.4rem;
}
[data-v-5a8b183b] .van-empty__image {
  width: 100%;
  text-align: center;
}
[data-v-5a8b183b] .van-empty__description {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
}
.empty[data-v-5a8b183b] {
  width: 6.46rem;
  height: 2.38rem;
}
.myApplication[data-v-5a8b183b] {
  background: #F5F6FA;
}
.myApplication .wrap[data-v-5a8b183b] {
  width: 7.1rem;
  margin: 0.2rem 0.2rem 0 0.2rem;
  background: white;
  border-radius: 0.2rem;
}
.myApplication .wrap .info[data-v-5a8b183b] {
  position: relative;
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.26rem;
  padding: 0.4rem 0.3rem 0.34rem 0.3rem;
  color: #333333;
}
.myApplication .wrap .info div[data-v-5a8b183b]:not(:last-child) {
  margin-bottom: 0.14rem;
}
.myApplication .wrap .info .infoLabel[data-v-5a8b183b] {
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.26rem;
}
.myApplication .wrap .info .storeName[data-v-5a8b183b] {
  display: flex;
  justify-content: space-between;
}
.myApplication .wrap .info .storeName .Btn-reject[data-v-5a8b183b] {
  width: 1.2rem;
  height: 0.52rem;
  border-radius: 0.28rem;
  border: 0.01rem solid #6BCFFE;
  color: #09AFFD;
  background: white;
  margin-right: 0.3rem;
}
.myApplication .wrap .info .storeName .Btn-reject span[data-v-5a8b183b] {
  white-space: nowrap;
}
.myApplication .wrap .info .storeName .Btn-resolve[data-v-5a8b183b] {
  border: 0;
  width: 1.2rem;
  height: 0.52rem;
  border-radius: 0.28rem;
  color: white;
  background: #09AFFD;
}
.myApplication .wrap .info .storeName .Btn-resolve span[data-v-5a8b183b] {
  white-space: nowrap;
}
.myApplication .wrap .line[data-v-5a8b183b] {
  width: 100%;
  height: 0.01rem;
  background: #EAEAEA;
}
.myApplication .wrap .last[data-v-5a8b183b] {
  padding: 0.4rem 0 0.4rem 0.3rem;
}
.myApplication .wrap .process[data-v-5a8b183b] {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.24rem;
}
.myApplication .wrap .process .step[data-v-5a8b183b] {
  display: flex;
}
.myApplication .wrap .process .step .stepIcon[data-v-5a8b183b] {
  width: 0.34rem;
  height: 0.34rem;
}
.myApplication .wrap .process .step .stepTitle[data-v-5a8b183b] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
}
.myApplication .wrap .process .step .stepStatusTrue[data-v-5a8b183b] {
  margin-left: 0.1rem;
  color: #2183FF;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding: 0.04rem 0.06rem;
  background: #EDF5FF;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myApplication .wrap .process .step .stepStatusFalse[data-v-5a8b183b] {
  margin-left: 0.1rem;
  color: #FF4E58;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.2rem;
  padding: 0.04rem 0.06rem;
  background: #FFF0F1;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myApplication .wrap .process .step .stepStatusAwait[data-v-5a8b183b] {
  margin-left: 4.2rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FF4E58;
  line-height: 0.24rem;
}
.myApplication .wrap .process .step .stepLine[data-v-5a8b183b] {
  width: 0.01rem;
  min-height: 0.74rem;
  background: #09AFFD;
  margin-left: 0.17rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.myApplication .wrap .process .step .stepDimLine[data-v-5a8b183b] {
  width: 0.01rem;
  min-height: 0.74rem;
  background: #09AFFD;
  margin-left: 0.17rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.myApplication .wrap .process .step .stepInfo[data-v-5a8b183b] {
  color: #888888;
  margin-left: 0.44rem;
}
.myApplication .wrap .process .step .stepInfo div[data-v-5a8b183b] {
  margin-top: 0.14rem;
}
.myApplication .wrap .process .step .stepInfo .personName[data-v-5a8b183b] {
  margin-right: 0.2rem;
}
.myApplication .flex[data-v-5a8b183b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.myApplication .dialog[data-v-5a8b183b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0.4rem 0.4rem 0.4rem;
  width: 5.6rem;
  border-radius: 0.2rem;
}
.myApplication .dialog .title[data-v-5a8b183b] {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.6rem;
}
.myApplication .dialog[data-v-5a8b183b] .content {
  width: 100%;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 如果需要垂直居中对齐 */
}
.myApplication .dialog[data-v-5a8b183b] .content .van-radio--horizontal {
  margin-right: 0;
}
.myApplication .dialog[data-v-5a8b183b] .content .van-radio__label {
  margin-left: 0.1rem;
}
.myApplication .dialog[data-v-5a8b183b] .content .refuse {
  margin-left: 0.4rem;
}
.myApplication .dialog .reason[data-v-5a8b183b] {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
  width: 100%;
  border-radius: 0.12rem;
}
.myApplication .dialog .reason .textarea[data-v-5a8b183b] {
  border-radius: 0.12rem;
  background: #f5f6fa !important;
}
.myApplication .dialog .footer[data-v-5a8b183b] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myApplication .dialog .footer__default[data-v-5a8b183b] {
  width: 2.2rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 0.01rem solid rgba(9, 175, 253, 0.6);
  font-size: 0.32rem;
  font-weight: 400;
  color: #09AFFD;
}
.myApplication .dialog .footer__default.submit[data-v-5a8b183b] {
  background: linear-gradient(135deg, #6CD9F9 0%, #0EA4FF 100%);
  color: #FFFFFF;
  border: 0;
}
.myApplication[data-v-5a8b183b] .van-tabs__line {
  background-color: #09AFFD;
  width: 0.32rem;
  height: 0.08rem;
  border-radius: 4rem;
}
.myApplication[data-v-5a8b183b] .van-tabs__wrap {
  height: 0.92rem;
  background: #FFFFFF;
}
.myApplication[data-v-5a8b183b] .van-tab {
  flex: none;
  -webkit-flex: none;
  padding: 0;
}
.myApplication[data-v-5a8b183b] .van-tab span {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #666666;
}
.myApplication[data-v-5a8b183b] .tab1 {
  margin-left: 1.88rem;
}
.myApplication[data-v-5a8b183b] .tab2 {
  margin-left: 1.2rem;
}
.myApplication[data-v-5a8b183b] .van-tab--active {
  font-weight: 600;
}
.myApplication[data-v-5a8b183b] .van-tab--active span {
  color: #333333;
}
.myApplication[data-v-5a8b183b] .van-list__finished-text {
  line-height: 80px;
}

.status-null[data-v-4ddbbd04] {
  margin: 2.4rem 0.52rem 0 0.52rem;
  width: 6.46rem;
  height: 3.26rem;
}
.status-text[data-v-4ddbbd04] {
  color: #333333;
  font-size: 0.28rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.active[data-v-4ddbbd04] {
  color: #09AFFD !important;
  border: 1px solid #6BCFFE !important;
}
.van-popup[data-v-4ddbbd04] {
  border-radius: 0.24rem 0.24rem 0 0;
}
.icon_1[data-v-4ddbbd04] {
  width: 7px;
  height: 7px;
  margin: 0.22rem 0.14rem 0.2rem 0.14rem;
  line-height: 0.24rem;
}
.van-cell[data-v-4ddbbd04] {
  line-height: 0;
  padding: 0;
  width: auto;
}
.van-cell[data-v-4ddbbd04]:after {
  border-bottom: 0px;
}
.search[data-v-4ddbbd04] {
  font-size: 0.24rem;
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.search-title[data-v-4ddbbd04] {
  font-size: 0.28rem;
  line-height: 0.28rem;
  width: 50% !important;
  text-align: left !important;
}
.search-title-item[data-v-4ddbbd04] {
  font-weight: bold;
  margin: 0.3rem 0;
}
.search-select[data-v-4ddbbd04] {
  margin: 0.16rem 0;
  font-size: 0.24rem;
  line-height: 0.24rem;
  border-radius: 0.08rem;
  white-space: nowrap;
  background-color: #F5F6FA;
  text-align: center;
}
.search-select-text[data-v-4ddbbd04] {
  margin: 0.16rem 0 0.16rem 0.2rem;
}
.query-button[data-v-4ddbbd04] {
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0.16rem 0.3rem;
}
.query-button[data-v-4ddbbd04] :last-child {
  margin-right: 0 !important;
}
.van-button--default[data-v-4ddbbd04] {
  border-radius: 0.28rem;
  width: 1.22rem;
  height: 0.56rem;
  white-space: nowrap;
  margin-right: 0.2rem;
}
.van-popup[data-v-4ddbbd04] {
  height: 6.16rem;
}
.row-between[data-v-4ddbbd04] {
  display: flex;
  justify-content: space-between;
}
.row-align-middle[data-v-4ddbbd04] {
  align-items: center;
}
.tabs[data-v-4ddbbd04] .van-tab {
  color: #666666;
  font-size: 0.32rem;
}
.tabs[data-v-4ddbbd04] .van-tab--active {
  font-weight: bold!important;
  color: #333333;
}
.tabs[data-v-4ddbbd04] .van-tabs__line {
  background-color: #09AFFD;
  width: 0.32rem !important;
}
.page[data-v-4ddbbd04] {
  padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
}
.list[data-v-4ddbbd04] {
  font-family: PingFangSC-Semibold, PingFang SC, "黑体";
  font-size: 0.24rem;
  padding: 0.2rem;
}
.list .card[data-v-4ddbbd04] {
  background: #fff;
  padding: 0.4rem 0.3rem;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.list .card .mb-20[data-v-4ddbbd04] {
  margin-bottom: 0.2rem;
}
.list .card .mt-30[data-v-4ddbbd04] {
  margin-top: 0.3rem;
}
.list .card .head[data-v-4ddbbd04] {
  display: flex;
  align-items: center;
}
.list .card .head .title[data-v-4ddbbd04] {
  color: #333333;
  font-size: 0.28rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.list .card .head .managerTitle[data-v-4ddbbd04] {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}
.list .card .head .managerTitle-left[data-v-4ddbbd04] {
  color: #333333;
  font-size: 0.28rem;
  font-weight: bold;
}
.list .card .head .managerTitle-right[data-v-4ddbbd04] {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.24rem;
  margin-right: 0.1rem;
}
.list .card .head .type[data-v-4ddbbd04],
.list .card .head .date[data-v-4ddbbd04] {
  font-size: 0.24rem;
  line-height: 1;
  color: #666666;
}
.list .card .head .date[data-v-4ddbbd04] {
  color: #999999;
}
.list .card .head .status[data-v-4ddbbd04] {
  color: #FF4E58;
}
.list .card .head-store[data-v-4ddbbd04] {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  margin-top: -0.1rem;
}
.list .card .contents[data-v-4ddbbd04] {
  background: #F5F6FA;
  padding: 0.2rem;
  display: flex;
}
.list .card .contents .tag[data-v-4ddbbd04] {
  width: 0.6rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  background: #09AFFD;
  border-radius: 0.04rem;
  color: #FFFFFF;
  font-size: 0.2rem;
  margin-right: 0.2rem;
}
.list .card .contents .content[data-v-4ddbbd04] {
  flex: 1;
  color: #333333;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 0.32rem;
  font-size: 0.24rem;
  font-weight: normal;
}
.list .card .go-address[data-v-4ddbbd04] {
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-end;
}
.list .card .go-address .custom-width[data-v-4ddbbd04],
.list .card .go-address .address-btn[data-v-4ddbbd04] {
  background: #09AFFD;
  border-radius: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.list .card .go-address .custom-width[data-v-4ddbbd04] {
  padding: 0.14rem 0.32rem;
}
.list .card .go-address .address-btn[data-v-4ddbbd04] {
  width: 1.36rem;
  height: 0.52rem;
}
.footer[data-v-4ddbbd04] {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.14rem 0.5rem 0 0.5rem;
  padding-bottom: calc(0.14rem + env(safe-area-inset-bottom));
  background-color: #fff;
  box-shadow: 0 -1px 0.12rem 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  line-height: 0;
}
.footer[data-v-4ddbbd04] .van-button--large {
  height: 0.92rem;
  background: #09AFFD;
  font-size: 0.32rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}


.toast-custom {
    max-width: 6rem;
    width: 5rem !important;
}

.course-wrap[data-v-6832d053] {
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 0.4rem 0.3rem;
  margin-bottom: 0.2rem;
}
.course-wrap li[data-v-6832d053] {
  margin-bottom: 0.2rem;
  display: flex;
}
.course-wrap li.line .label[data-v-6832d053],
.course-wrap li.line .value[data-v-6832d053] {
  line-height: 0.32rem;
}
.course-wrap li .label[data-v-6832d053],
.course-wrap li .value[data-v-6832d053] {
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: 400;
}
.course-wrap li .label[data-v-6832d053] {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  color: #999999;
}
.course-wrap li .value[data-v-6832d053] {
  flex: 1;
  color: #333333;
}
.course-wrap li[data-v-6832d053]:last-child {
  margin-bottom: 0;
}
.login-wrap[data-v-6832d053] {
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.3rem;
}
.login-wrap .label[data-v-6832d053] {
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.28rem;
}
.input-wrap[data-v-6832d053] {
  height: 0.8rem;
  background: #F5F6FA;
  border-radius: 0.12rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
}
.input-wrap input[data-v-6832d053] {
  width: 100%;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}
.code-wrap[data-v-6832d053] {
  margin-top: 0.2rem;
  display: flex;
}
.code-wrap .code-input[data-v-6832d053] {
  flex: 1;
  margin-right: 0.2rem;
}
.error-tip[data-v-6832d053] {
  font-size: 0.24rem;
  font-weight: 400;
  color: #FF4E58;
  line-height: 0.24rem;
  padding-top: 0.2rem;
}
.success-wrap[data-v-6832d053] {
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.6rem 0.5rem;
}
.success-wrap .icon-wrap[data-v-6832d053] {
  width: 1.2rem;
  text-align: center;
  margin: auto;
}
.success-wrap .icon-wrap .icon-success[data-v-6832d053] {
  width: 1.2rem;
  height: 1.2rem;
}
.success-wrap .icon-wrap .icon-text[data-v-6832d053] {
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.28rem;
  padding-top: 0.2rem;
}
.success-wrap .icon-link[data-v-6832d053] {
  display: block;
  width: 6.1rem;
  height: 0.14rem;
  margin-top: 0.58rem;
}
.success-wrap .info[data-v-6832d053] {
  margin-top: 0.6rem;
}
.success-wrap .info li[data-v-6832d053] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.success-wrap .info li[data-v-6832d053]:last-child {
  margin-bottom: 0;
}
.success-wrap .info li .label[data-v-6832d053],
.success-wrap .info li .value[data-v-6832d053] {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.28rem;
}
.success-wrap .info li .label[data-v-6832d053] {
  color: #666666;
}
.success-wrap .info li .value[data-v-6832d053] {
  color: #333333;
}

