.body-artical {
  background-color: #eff0f1;
}
.border-box {
  box-sizing: border-box;
}
.section_content {
  padding: 0.2rem 0.3rem;
}
.item {
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.12rem;
  background-color: #ffffff;
  /* min-height: 1.8rem; */
  padding: 0.2rem;
}
.item-img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: cover;
  margin-right: 0.2rem;
}
.item-content {
  /* padding: 0 0.2rem; */
  /* height: 100%; */
}
.title {
  word-break: break-all;
  font-weight: bold;
  /* margin-bottom: 0.15rem; */
}
.item-order {
  color: #888888;
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
.no {
  color: #2f83ff;
}
.num {
  color: #ff6c00;
}
.pr40 {
  padding-right: 0.4rem;
}
.list-box {
  height: 100%;
}
.van-search .van-cell {
  padding: 0.2rem 0.08rem 0.2rem 0 !important;
}

.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
  font-size: 25px !important;
  line-height: inherit;
}
::placeholder {
  font-size: 0.3rem !important;
}
.login-box {
  background-color: #fff;
  padding: 0.16rem 0.4rem;
}
.login-btn {
  color: #2f83ff;
  line-height: 1;
  font-size: 0.28rem;
  padding: 0.3rem;
  border: 1px solid #2f83ff;
  border-radius: 0.45rem;
  text-align: center;
}
.tips {
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 1;
  padding: 0.09rem;
  border-radius: 6px;
  margin-right: 0.14rem;
  flex-shrink: 0;
}
.staff {
  background-color: #2f83ff;
}
.common {
  background-color: #ff8000;
}

.van-dropdown-menu__bar {
  box-shadow: none;
}
.van-search__action:active {
  background-color: #fff;
}
.van-dropdown-menu__item:active {
  opacity: 1;
}
.van-search--show-action {
  padding-right: 0.2rem;
}
.van-popup .van-cell {
  padding: 0.25rem 0.3rem !important;
}

.share-btn {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-icon {
  width: 0.4rem;
  height: 0.4rem;
}


/* 居中显示分享弹窗 */
.centered-action-sheet .van-action-sheet__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centered-action-sheet .van-action-sheet__header {
  text-align: center;
  width: 100%;
}

.centered-action-sheet .van-action-sheet__item {
  text-align: center;
  width: 100%;
}


.mr-20 {
  margin-right: 0.2rem;
}
