.homePage {
  width: 100%;
  /* min-height: 100vh; */
  padding-bottom: 2rem;
  box-sizing: border-box;
  background: #fafafa;
  margin: 0 auto;
}

input {
  background: none
}

.topdiv {
  width: 100%;
  background: #fff;
  padding: 0.2rem 0 0.2rem;
  box-sizing: border-box;
}

/* 搜索输入框 */
.searchIpt {
  width: 6.92rem;
  margin: 0 auto;
}

.searchIptBox {
  width: 6.92rem;
  height: 0.87rem;
  margin: 0 auto;
  background: #FAFAFA;
  border-radius: 0.23rem;
  padding: 0.25rem 0.32rem;
  box-sizing: border-box;
  font-size: 0.27rem;
  display: flex;
  align-items: center;
}

.searchIptBox img {
  margin-right: 0.14rem;
  width: 0.29rem;
  height: 0.29rem;
}

.searchIptBox input {
  width: 5rem;
}

/* 筛选 */
.selectorBox {
  background: #fff;
  padding-top: 0.14rem;
}

.selectorBox .selectorTab {
  padding: 0.24rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.29rem;
  color: #222;
}

.selectorBox .selectorTab img {
  width: 0.23rem;
  height: 0.25rem;
}

/* 筛选弹出层 */
.selectorBox .van-overlay {
  top: 1rem;
  height: 90%;
}

.selectorBox .van-popup--top {
  top: 1rem;
}

.selectorBox .tabItem {
  display: flex;
  align-items: center;
}

.selectorBox .activeTabItem {
  color: #1FCDB6;
}

.selectorDisease,
.selectorSort {
  height: 4rem;
  overflow-y: auto;
}

.selectorDisease .van-cascader__options {
  height: 3rem !important;
  overflow-y: auto !important;
}

.selectorSort {
  height: 4rem;
}

/* 普通选择项 */
.normalLineList .normalItem {
  margin: 0 0.29rem;
  height: 0.88rem;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.29rem;
  color: #222;
}

.normalLineList .normalItem img {
  width: 0.31rem;
  height: 0.27rem;
  display: none;
}

.normalLineList .activeNormalItem {
  color: #1FCDB6;
}

.normalLineList .activeNormalItem img {
  display: block;
}

.selectorCenter .normalLineList {
  height: 3rem;
  overflow-y: auto;
}

/* 更多 */
.selectorMore {
  height: 4rem;
  overflow-y: auto;
  padding: 0 0.29rem;
}

.selectorMore .selectItemTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.29rem;
  color: #999;
  margin: 0.20rem 0;
}

.selectorMore .selectOptions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.selectorMore .selectOptions .optionItem {
  width: 1.63rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  font-size: 0.25rem;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #F6F6F6;
  border-radius: 0.15rem;
  margin: 0 0.13rem 0.12rem 0;
  padding: 0 0.19rem;
  box-sizing: border-box;
}

.selectorMore .selectOptions .optionItem:nth-child(4n) {
  margin-right: 0;
}

.selectorMore .selectOptions .activeOptionItem {
  background: rgba(79, 216, 198, 0.12);
  border: 0.02rem solid #21C5B1;
  color: #21C5B1;
}

/* 重置确定按钮 */
.popBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem auto;
}

.popBtns .reset {
  width: 3.12rem;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  background: #F4F4F4;
  border-radius: 0.23rem;
  font-size: 0.35rem;
  color: #222;
}

.popBtns .confirm {
  background: linear-gradient(270deg, #1FCDB6 0%, #33D7C3 100%);
  color: #fff;
  margin-left: 0.30rem;
}

/* 搜索总数 */
.totalLine {
  width: 100%;
  padding: 0.27rem 0.29rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.27rem;
  color: #999;
  box-sizing: border-box;
}

.totalLine span {
  color: #222;
  padding: 0 0.06rem;
}

.totalLine .totalTab {
  display: flex;
  align-items: center;
}

.totalLine .totalItem {
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.15rem;
  font-size: 0.27rem;
  color: #222;
  margin-right: 0.2rem;
  padding: 0 0.20rem;
}

.totalLine .activeTotalItem {
  color: #21C5B1;
  background: rgba(79, 216, 198, 0.12);
  border: 0.02rem solid #21C5B1;
}

/* 项目列表 */
.projectListBox {
  width: 100%;
  padding: 0.34rem 0.29rem;
  box-sizing: border-box;
}

.projectItem {
  width: 6.92rem;
  background: #FFFFFF;
  position: relative;
  padding: 0.3rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
  border-radius: 0.23rem;
}

.labelType img {
  width: 2.25rem;
  height: 0.94rem;
  position: absolute;
  top: 0;
  right: 0;
}

.projectItem .title {
  font-size: 0.31rem;
  font-weight: 700;
  color: #222222;
  line-height: 0.46rem;
}

.descItem {
  display: flex;
  align-items: flex-start;
  font-size: 0.27rem;
  margin-top: 0.18rem;
}

.descItem .descL {
/*  width: 1.5rem;*/
/*  text-align: right;*/
text-align: left;
  color: #666666;
  margin-right: 0.1rem;
}

.descItem .descR {
  width: 4.85rem;
  color: #222222;
  text-align: left;
}

/* 加入 */
.joinBtn {
  width: 6.92rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.35rem;
  color: #fff;
  background: linear-gradient(270deg, #1FCDB6 0%, #33D7C3 100%);
  border-radius: 0.23rem;
  margin: 0 0.29rem;
  position: fixed;
  bottom: 0.70rem;
}