.yzal {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.yzal .yzalTitleSelect {
  width: 100%;
  background: #fafafa;
  padding: 2.5rem 3rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 8rem;
}

.yzal .yzalTitleSelect > div {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: 500;
  color: #787878;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yzal .yzalTitleSelect > div > span {
  display: inline-block;
  font-size: 3rem;
  color: #787878;
  max-width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.yzal .yzalTitleSelect > div > img {
  width: 1.8rem;
  height: 1rem;
  margin-left: 0.6rem;
  transition: 0.3ms;
  transform: rotate(0deg);
}

.yzal .yzalTitleSelect .actives {
  font-size: 3rem !important;
  font-weight: bold !important;
  color: #111111 !important;
}

.yzal .yzalTitleSelect .actives > span {
  color: #111111 !important;
  font-weight: 600;
}

.yzal .yzalTitleSelect .actives > img {
  transition: 0.3ms;
}

.yzal .yzalcontent {
  width: 100%;
  margin-top: 8rem;
}

.yzal .yzalcontent .yzalwrap {
  padding: 3rem;
}

.yzal .yzalcontent .lookMore {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.yzal .yzalcontent .yzalcontentItem {
  width: 100%;
  display: inline-block;
  background: #fafafa;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.yzal .yzalcontent .yzalcontentItem .bigImg {
  width: 69rem;
  height: 49rem;
}

.yzalcontentItem .ycTitle {
  width: 100%;
  padding: 2rem 2rem 3rem;
  border-bottom: 0.1rem solid #eeeeee;
}

.yzalcontentItem .ycTitle > p {
  width: 100%;
  font-size: 2.6rem;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.yzalcontentItem .ycTitle .ycIntroduce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.ycTitle .ycIntroduce .biaojian1 {
  font-weight: 500;
  color: #ff7b1e;
}

.ycTitle .ycIntroduce .biaojian1 > span {
  display: inline-block;
  margin-right: 0.6rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #ffecde;
}

.ycTitle .ycIntroduce .biaojian1 > span > i {
  font-style: normal;
  display: inline-block;
  font-size: 2.4rem;
  transform: scale(0.75);
}

.yzalcontentItem .ycTitle .ycHeat {
  font-size: 2rem;
  font-family: PingFang;
  font-weight: 500;
  color: #787878;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yzalcontentItem .ycTitle .ycHeat > span {
  display: inline-flex;
  align-items: center;
  margin-left: 2rem;
}

.yzalcontentItem .ycTitle .ycHeat > span .eayicon {
  width: 2.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
}

.yzalcontentItem .ycTitle .ycHeat > span .headericon {
  width: 1.8rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}

.yzal .yzalcontent .yzalcontentItem .preonInfo {
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
}

.yzalcontentItem .preonInfo .infoLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yzalcontentItem .preonInfo .infoLeft .header {
  width: 12.6rem;
  height: 12.6rem;
  overflow: hidden;
  border-radius: 50%;
}

.preonInfo .infoLeft .header img {
  width: 12.6rem;
  height: 12.6rem;
  object-fit: cover;
}

.yzalcontentItem .preonInfo .infoLeft .mingName {
  font-size: 2.6rem;
  font-family: PingFang;
  font-weight: bold;
  color: #1e1e1e;
  margin-left: 2.8rem;
}

.yzalcontentItem .preonInfo .getOffice {
  width: auto;
  height: 5.2rem;
  font-size: 2.6rem;
  padding: 0.8rem;
  text-align: center;
  background: #ff6400;
  color: #ffffff;
  border-radius: 0.8rem;
}

/* 城市下拉样式 */
.cityCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
}

.cityCheck .cityContent {
  height: 120rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0rem 2.9rem;
}

.cityCheck .cityContent .cityListData .cityAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

.cityCheck .cityContent .cityListData {
  width: 100%;
}

.cityCheck .cityContent .cityListData > li {
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  margin-top: 5rem;
  border-bottom: 0.1rem solid #eeeeee;
  padding-bottom: 3.6rem;
}

.cityCheck .cityContent .cityListData > li > p {
  margin-bottom: 1.2rem;
}

.cityContent .cityListData > li > div > span {
  margin-right: 1.2rem;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
}
.cityContent .cityListData > li > div > span.active {
  color: #ff6400;
}
.cityCheck .cityContent .btnList {
  position: absolute;
  right: 1.9rem;
  top: calc(50vh);
  margin-top: -12.8rem;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.cityCheck .cityContent .btnList > span {
  width: 2rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
}

.homeTypeCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
}

.homeTypeCheck .homeTypeContent {
  height: 12rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0rem 2.9rem;
}

.homeTypeCheck .homeTypeContent .homeTypeListData {
  width: 100%;
}

.homeTypeContent .homeTypeListData > li {
  width: 100%;
  display: inline-block;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  border-bottom: 0.1rem solid #eeeeee;
  padding: 2.9rem 0;
}
.homeTypeContent .homeTypeListData > li.active {
  color: #ff6400;
}
.homeTypeContent .homeTypeListData .homeTypeAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

.styleCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
}

.styleCheck .styleContent {
  height: 120rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0rem 2.9rem;
}

.styleCheck .styleContent .styleListData {
  width: 100%;
}

.styleCheck .styleContent .styleListData > li {
  width: 100%;
  display: inline-block;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  border-bottom: 0.1rem solid #eeeeee;
  padding: 2.9rem 0;
}
.styleCheck .styleContent .styleListData > li.active {
  color: #ff6400;
}
.styleCheck .styleContent .styleListData .styleListAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

.areaCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
}

.areaCheck .areaContent {
  height: 120rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0rem 2.9rem;
}

.areaCheck .areaContent .areaListData {
  width: 100%;
}

.areaCheck .areaContent .areaListData > li {
  width: 100%;
  display: inline-block;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  border-bottom: 0.1rem solid #eeeeee;
  padding: 2.9rem 0;
}
.areaCheck .areaContent .areaListData > li.active {
  color: #ff6400;
}
.areaCheck .areaContent .areaListData .areaListAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

