.no-result {
  width: 100%;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  margin-top: 1rem;
}

.no-result .icon {
  width: 11.45rem;
  height: 10.5rem;
  margin-bottom: 1.1rem;
}

.no-result .desc {
  width: 16.1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #333;
  font-size: 1.2rem;
  text-align: center;
}
.el-input__inner::placeholder {
  color: rgba(0, 0, 0, 0.685) !important;
}
.qx-btn {
  background: #cdcdcd;
  border-radius: 1.1rem;
  padding: 0.55rem 1.95rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #606266;
  line-height: 1.1rem;
  text-align: center;
  margin: 0.25rem;
}
.success-btn {
  background: #b30d20;
  border-radius: 1.1rem;
  padding: 0.55rem 1.95rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1rem;
  text-align: center;
  margin: 0.25rem;
}
.ds-title {
  text-align: left;
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #ccc;
  padding-left: 0.9rem;
}
.pop-info .ds-title {
  padding: 1.1rem 0.25rem;
  padding-left: 0.9rem;
}
.pop-info .van-popup__close-icon--top-right{
  top: 1rem;
  font-weight: bold;
}
.fximg {
  width: 100%;
  height: 100%;
}

.container.my-container {
  margin-top: 2rem;
  /* margin-bottom: 1rem; */
  padding-top: 1.2rem;
  padding-bottom: 62px;
}
.my-container .content {
  margin: 0 auto;
  height: auto;
  background: #fafafa;
  border-radius: 0.2rem;
  /* padding: 0.6rem 0.6rem 2rem; */
  padding: 0.6rem 0.6rem 0;
  margin-bottom: 0;
}
.my-box .list {
  display: flex;
  flex-wrap: wrap;
}
.my-box .list .li {
  width: 7.5rem;
  height: 11.6rem;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 0.6rem;
  box-sizing: border-box;
  margin-right: 0.55rem;
  margin-bottom: 0.6rem;
}
.my-box .list .li:nth-child(2n   2) {
  margin-right: 0;
}
.my-box .list .li .img {
  position: relative;
  left: 0;
  top: 0;
  width: 6.3rem;
  height: 6.3rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.my-box .list .li .img .name {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3rem;
  position: absolute;
  left: 50%;
  top: calc(50% - 0.25rem);
  transform: translate(-50%, -50%);
}
.my-box .list .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 10px;
}
.top-status {
  position: absolute;
  z-index: 10;
  right: 0.25rem;
  top: 0.3rem;
  display: inline-block;
  padding: 0.2rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #000;
  line-height: 0.6rem;
  background: #ffffff;
  border-radius: 0.2rem;
  border: 1px solid #979797;
}
.active-status {
  border: 1px solid #b30d20;
  color: #b30d20;
}
.my-box .li-content {
  width: 100%;
}
.my-box .li-content .name-desc {
  width: 100%;
  height: 1.05rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.05rem;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-box .li-content .li-text {
  font-size: 0.6rem;
  font-weight: 600;
  color: #999999;
  line-height: 0.6rem;
  margin-bottom: 0.4rem;
}
.my-box .li-content .li-text span {
  margin: 0 0.15rem;
}
.my-container .li-btn {
  background: #b30d20;
  border-radius: 1.05rem;
  height: 1.6rem;
  width: 100%;
  padding-top: 0.45rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.7rem;
  box-sizing: border-box;
}
