.tl-content-view6 .service-from {
  padding: 0 0.3rem;
}

.tl-content-view6 .form--box_user {
  margin: 0 0 0.16rem 0;
}

.model6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.08rem;
}
.model6.row-2 {
  justify-content: space-between;
}
.model6.row-2 .item {
  width: 1.52rem;
  height: 0.76rem;
}
.model6.row-3 .item {
  width: 0.99rem;
  height: 1.15rem;
}
.model6.row-2 label {
  display: flex;
  align-items: center;
  padding: 0 0.08rem;
}
.model6.row-2 label img {
  margin-right: 0.08rem;
}
.model6.row-3 label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.08rem;
}
.model6.row-3 label img {
  margin-bottom: 0.06rem;
}
.model6.row-3 label span {
  text-align: center;
}

.model6 .item {
  background: #fff;
  border-radius: 0.08rem;
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--border-color);
  flex-shrink: 0;
  overflow: hidden;
}
.model6 .item input {
  display: none;
}
.model6 .item input:checked ~ label::after {
  display: block;
}
.model6 .item label {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.13rem;
  line-height: 0.19rem;
}
.model6 .item label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-image: url(https://cdd-file-upy.chediandian.com/banner/uploads/202305/70pva29reuoues3i.png);
  background-size: 0.23rem 0.23rem;
  background-repeat: no-repeat;
  display: none;
}
.model6.model6.row-2 .item label::after {
  background-position: 96% 96%;
}
.model6.model6.row-3 .item label::after {
  background-position: 4% 4%;
}
.model6 .item label img {
  width: 0.48rem;
  height: 0.48rem;
  object-fit: cover;
}
.model6 .item label span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.model6 .item label .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.16rem;
  line-height: 0.16rem;
  text-align: center;
  background: linear-gradient(90deg, #ff9100 0%, #ff2929 100%);
  border-radius: 0rem 0.08rem 0rem 0.08rem;
  color: #fff;
  font-size: 0.1rem;
  z-index: 2;
}
.model6-btn {
  width: 100%;
  height: 0.45rem;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  border: none;
  background: var(--primary-color);
  margin: 0.16rem 0 0 0;
}

.tl-content-view6 .content--desc {
  padding: 0 0.32rem;
}

.tl-content-view6 .long-flow {
  padding: 0 0.3rem;
}

.tl-content-view6 .tl-content--box .long-flow .flow-act.-mult .act-btn {
  margin: 0;
}

.tl-content-view6 .tl-content--box .long-flow .flow-act {
  gap: 0.12rem;
}
