.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: 0.88rem;
  max-width: 70%;
  min-height: 0.88rem;
  padding: 0.16rem;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.2rem;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0,0,0,.7);
  border-radius: 0.08rem;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.van-toast--unclickable {
  overflow: hidden;
}

.van-toast--unclickable * {
  pointer-events: none;
}

.van-toast--html,
.van-toast--text {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 0.96rem;
  min-height: 0;
  padding: 0.08rem 0.12rem;
}

.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
  margin-top: 0;
}

.van-toast--top {
  top: 20%;
}

.van-toast--bottom {
  top: auto;
  bottom: 20%;
}

.van-toast__icon {
  font-size: 0.36rem;
}

.van-toast__loading {
  padding: 0.04rem;
  color: #fff;
}

.van-toast__text {
  margin-top: 0.08rem;
}
/* 组件样式 */
.topbox[data-v-fae5bece] {
  text-align: left;
}
.main[data-v-fae5bece] {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
.main .box2[data-v-fae5bece] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.1rem;
}
.main .hover[data-v-fae5bece]:hover {
  color: #1989fa;
}
.main .box[data-v-fae5bece] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0.1rem;
  border: 0.01rem solid #ccc;
  border-radius: 0.1rem;
  margin: 0.1rem;
}
.main .box .title[data-v-fae5bece] {
  color: black;
  font-weight: 700;
  font-size: 0.08rem;
  margin: 0.1rem;
}
.main .box .pro[data-v-fae5bece] {
  font-size: 0.06rem;
  color: black;
  margin-left: 0.05rem;
}
.main .box .description[data-v-fae5bece] {
  color: grey;
  font-size: 0.08rem;
  text-align: left;
}
.main .box .message[data-v-fae5bece] {
  border: 0.01rem solid #cacaca;
  width: 2rem;
  max-width: 2.5rem;
  min-height: 1rem;
}
.main .box .van-progress[data-v-fae5bece] {
  width: 2rem;
}
.main .btns[data-v-fae5bece] {
  width: 2rem;
}
.main .btn[data-v-fae5bece] {
  position: relative;
  font-size: 0.08rem;
  width: 1rem;
  height: 0.4rem;
  background-color: #1989fa;
  color: white;
  border-radius: 0.1rem solid #1989fa;
  margin: 0.2rem;
  margin-right: -0.47rem;
}
.main .disabled-modal[data-v-fae5bece] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #f2f2f2;
  cursor: not-allowed;
}
