.r1 {
  padding: 0.8rem 2.4rem;
  background: #FAFCFF;
}
.r1 .module.mt9 {
  margin-top: 0.9rem;
}
.r1 .module .moduleName {
  font-family: Source Han Sans;
  font-size: var(--font30);
  font-weight: 500;
  line-height: 0.28rem;
  color: #000000;
  text-align: center;
  position: relative;
}
.r1 .module .top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.r1 .module .jList {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.r1 .module .jList .jItem {
  width: calc(25% - 0.18rem);
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #FFFFFF 0%, #F6F9FC 100%);
  box-sizing: border-box;
  border: 0.02rem solid #FFFFFF;
  box-shadow: 0.06rem 0.06rem 0.2rem 0px rgba(55, 99, 170, 0.08);
  padding: 0 0.24rem 0.24rem;
}
.r1 .module .jList .jItem .detailInfo {
  margin-top: 0.24rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.r1 .module .jList .jItem .detailInfo .name {
  font-family: Source Han Sans;
  font-size: var(--font16);
  font-weight: 500;
  line-height: 0.24rem;
  color: #181818;
}
.r1 .module .jList .jItem .detailInfo .subName {
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.2rem;
  color: #6B7280;
}
.r1 .module .jList .jItem ul {
  margin-top: 0.24rem;
}
.r1 .module .jList .jItem ul li {
  display: flex;
  justify-content: space-between;
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.24rem;
  color: #181818;
  margin-top: 0.1rem;
}
.r1 .module .jList .jItem ul li:first-child {
  margin-top: 0;
}
.r1 .module .jList .jItem ul li .select {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.r1 .module .jList .jItem ul li > div {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r1 .module .jList .jItem .imgBox {
  height: 2rem;
  width: 2.94rem;
  position: relative;
}
.r1 .module .jList .jItem .imgBox::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1.2rem;
  left: 0;
  right: 0;
  background: rgba(241, 243, 247, 0.8);
  bottom: 0;
}
.r1 .module .jList .jItem .imgBox .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 9;
}
.r1 .module .chilren {
  margin-top: 0.48rem;
}
.r1 .module .chilren .chilrenName {
  font-family: Source Han Sans;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 0.48rem;
  color: #181818;
  padding-left: 0.12rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.r1 .module .chilren .chilrenName::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0.04rem;
  height: 0.24rem;
  background: #34BDC7;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.r1 .module .chilren .show {
  display: none;
}
.r1 .module .chilren .show + .chilrenName {
  margin-top: 0.36rem;
}
.r1 .module .chilren .show .list {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.r1 .module .chilren .show .list .rImte {
  width: calc(33.33% - 0.16rem);
  border-radius: 0.04rem 0.2rem 0.04rem 0.2rem;
  background: #FFFFFF;
  box-shadow: 0.04rem 0.04rem 0.15rem 0px rgba(55, 99, 170, 0.06);
  height: 1.05rem;
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
  gap: 0.08rem;
  position: relative;
}
.r1 .module .chilren .show .list .rImte .select {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
  cursor: pointer;
}
.r1 .module .chilren .show .list .rImte .info {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.r1 .module .chilren .show .list .rImte .info .name {
  font-family: Source Han Sans;
  font-size: var(--font20);
  color: #181818;
}
.r1 .module .chilren .show .list .rImte .info .subName {
  font-family: Source Han Sans;
  font-size: var(--font14);
  color: #525252;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.r1 .module .chilren .show .list .rImte .icon {
  width: 0.36rem;
  height: 0.4rem;
}
.r1 .module .chilren .show .list .item {
  flex-shrink: 0;
  width: calc(25% - 0.18rem);
  height: 3.42rem;
  border-radius: 0.04rem;
  background: linear-gradient(270deg, #FFFFFF 0%, #F6F9FC 100%);
  box-sizing: border-box;
  border: 0.02rem solid #FFFFFF;
  box-shadow: 0.06rem 0.06rem 0.2rem 0px rgba(55, 99, 170, 0.08);
  padding: 0.12rem 0.22rem 0.24rem;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.r1 .module .chilren .show .list .item .close,
.r1 .module .chilren .show .list .item .select {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
  cursor: pointer;
}
.r1 .module .chilren .show .list .item .close {
  display: none;
}
.r1 .module .chilren .show .list .item .on {
  display: none;
}
.r1 .module .chilren .show .list .item .show {
  display: block;
}
.r1 .module .chilren .show .list .item.active {
  width: calc(50% - 0.36rem + 0.24rem);
}
.r1 .module .chilren .show .list .item.active .imgBox {
  width: 2.94rem;
}
.r1 .module .chilren .show .list .item.active .close {
  display: inline-block;
}
.r1 .module .chilren .show .list .item.active .select {
  display: none;
}
.r1 .module .chilren .show .list .item.active .on {
  display: block;
}
.r1 .module .chilren .show .list .item.active .show {
  display: none;
}
.r1 .module .chilren .show .list .item.active ul {
  transform: translate(0, 0);
  opacity: 1;
  z-index: 1;
}
.r1 .module .chilren .show .list .item.active .info {
  position: absolute;
  left: calc(2.94rem + 0.42rem);
  right: 0;
  top: 0;
  padding-left: 0;
}
.r1 .module .chilren .show .list .item.active .info .name {
  margin-top: 0.2rem;
  font-family: Source Han Sans;
  font-size: var(--font24);
  font-weight: 500;
  color: #000000;
}
.r1 .module .chilren .show .list .item.active .info .introduce {
  opacity: 0;
  height: 0;
  margin-top: 0;
}
.r1 .module .chilren .show .list .item.active .info .detil {
  height: auto;
  margin-top: 0.24rem;
  opacity: 1;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.r1 .module .chilren .show .list .item ul {
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.24rem;
  color: #6B7280;
  margin-top: 0.14rem;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  transform: translate(20px, 0);
  z-index: -1;
}
.r1 .module .chilren .show .list .item ul .detailBtn {
  width: 1.44rem;
  height: 0.4rem;
  border-radius: 2px;
  background: #42A6FF;
  font-family: Source Han Sans;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.r1 .module .chilren .show .list .item .info {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 0.22rem;
  top: 2.14rem;
  transition: all 0.5s;
}
.r1 .module .chilren .show .list .item .info .detil {
  font-family: Source Han Sans;
  font-size: var(--font14);
  line-height: 0.22rem;
  color: #6B7280;
  opacity: 0;
  height: 0;
  position: relative;
  z-index: -1;
}
.r1 .module .chilren .show .list .item .info .quick {
  margin-top: 0.1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Roboto;
  font-size: var(--font14);
  line-height: 0.2rem;
  color: #42A6FF;
  gap: 0.05rem;
  cursor: pointer;
}
.r1 .module .chilren .show .list .item .info .quick .quickBtn {
  width: 16px;
  height: 16px;
}
.r1 .module .chilren .show .list .item .name {
  font-family: Source Han Sans;
  font-size: var(--font16);
  font-weight: 500;
  line-height: var(--font24);
  color: #181818;
  margin-top: 0.24rem;
  transition: all 0.5s;
  width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.r1 .module .chilren .show .list .item .introduce {
  font-family: Source Han Sans;
  font-size: var(--font14);
  color: #6B7280;
  white-space: pre-line;
  margin-top: 0.1rem;
  line-height: 0.24rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r1 .module .chilren .show .list .item .imgBox {
  height: 2rem;
  width: 2.94rem;
  position: relative;
}
.r1 .module .chilren .show .list .item .imgBox::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1.2rem;
  left: 0;
  right: 0;
  background: rgba(241, 243, 247, 0.8);
  bottom: 0;
}
.r1 .module .chilren .show .list .item .imgBox .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 9;
}
.selectBox {
  padding: 0.3rem 2.4rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.08);
}
.selectBox .btn {
  width: 1.6rem;
  height: 0.48rem;
  border-radius: 2px;
  background: linear-gradient(359deg, #43C7FF 3%, #42A6FF 96%);
  font-family: Source Han Sans;
  font-size: var(--font18);
  line-height: 0.48rem;
  text-align: center;
  color: #FFFFFF;
  margin: 0.36rem auto 0;
  cursor: pointer;
}
.selectBox .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.selectBox .list .item {
  width: calc(20% - 0.16rem);
  height: 0.7rem;
  display: flex;
  align-items: center;
  padding: 0 0.16rem;
  box-sizing: border-box;
  gap: 0.08rem;
  position: relative;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(55, 99, 170, 0.1);
}
.selectBox .list .item .imgBox {
  width: 36px;
  height: 36px;
  position: relative;
  background: #F3F4F9;
  border-radius: 4px;
  flex-shrink: 0;
}
.selectBox .list .item .imgBox .img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.selectBox .list .item .close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.selectBox .list .item .name {
  flex: 1;
  font-family: Source Han Sans;
  font-size: var(--font16);
  line-height: 0.24rem;
  color: #181818;
}
@media screen and (orientation: portrait) {
  .selectBox {
    padding: 0.3rem 0.24rem;
  }
  .selectBox .list .item {
    width: 100%;
    padding: 0.16rem;
    box-sizing: content-box;
  }
  .r1 {
    padding: 0.8rem 0.24rem;
  }
  .r1 .module .jList .jItem {
    width: calc(50% - 0.12rem);
    height: auto;
    padding-bottom: 0.24rem;
  }
  .r1 .module .chilren .show .list .rImte {
    width: 100%;
    padding: 0.16rem;
    box-sizing: content-box;
  }
  .r1 .module .chilren .show .list .item {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .r1 .module .chilren .show .list .item .imgBox {
    width: 2.94rem;
  }
  .r1 .module .chilren .show .list .item .close {
    display: none;
  }
  .r1 .module .chilren .show .list .item .select {
    display: inline-block;
  }
  .r1 .module .chilren .show .list .item .on {
    display: block;
  }
  .r1 .module .chilren .show .list .item .show {
    display: none;
  }
  .r1 .module .chilren .show .list .item ul {
    width: 100%;
    transform: translate(0, 0);
    opacity: 1;
    z-index: 1;
    min-height: 0.4rem;
  }
  .r1 .module .chilren .show .list .item .info {
    position: static;
    width: calc(100% - 3rem);
    padding: 0;
  }
  .r1 .module .chilren .show .list .item .info .name {
    margin-top: 0.2rem;
    font-family: Source Han Sans;
    font-size: var(--font24);
    font-weight: 500;
    color: #000000;
    line-height: normal;
  }
  .r1 .module .chilren .show .list .item .info .introduce {
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
  .r1 .module .chilren .show .list .item .info .detil {
    height: auto;
    margin-top: 0.24rem;
    opacity: 1;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
  }
}
