.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%;

}

.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;
}
.yzalDetails {
  width: 100%;
  padding: 2rem 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}
.yzalDetails .ydIntroduce {
  width: 100%;
  background-color: #fafafa;
}
.yzalDetails .ydIntroduce .ydItupian {
  width: 100%;
}
.yzalDetails .ydIntroduce .ydItupian > img {
  width: 100%;
  height: 49rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.yzalDetails .ydIntroduce > p {
  width: 95%;
  padding: 0 3rem;
  margin-top: 3rem;
  font-size: 3.6rem;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 6.6rem;
}
.yzalDetails .ydIntroduce .ydmingpian {
  width: 100%;
  margin-top: 1.6rem;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ydIntroduce .ydmingpian > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  background-color: #ffecde;
  font-family: PingFang;
  font-weight: 500;
  padding: 0.6rem 1.1rem;
  color: #ff7b1e;
}
.yzalDetails .ydIntroduce .ydIperson {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #eeeeee;
  padding: 2.5rem 2rem 2.2rem 2rem;
}
.ydIntroduce .ydIperson > div:nth-child(2) {
  width: 15.8rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.3rem;
  background-color: #ff6400;
  border-radius: 0.6rem;
}
.ydIntroduce .ydIperson .ydiHeader {
  display: flex;
  align-items: center;
}
.ydIntroduce .ydIperson .ydiHeader .headerImg {
  width: 12.6rem;
  height: 12.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.ydIntroduce .ydIperson .ydiHeader .headerImg > img {
  width: 100%;
}
.ydIntroduce .ydIperson .ydiHeader .ydiName {
  font-size: 3rem;
  margin-left: 2.7rem;
  font-family: PingFang;
  font-weight: bold;
  color: #1e1e1e;
}
.ydIntroduce .ydIperson .ydiHeader .ydiName > div:nth-child(1) > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  margin-left: 1rem;
  font-size: 1.8rem;
  font-family: PingFang;
  font-weight: 500;
  color: #ff7b1e;
  background-color: #ffecde;
}
.ydIntroduce .ydIperson .ydiHeader .ydiName > div:nth-child(2) {
  font-size: 2rem;
  font-family: PingFang;
  font-weight: 500;
  color: #666666;
  margin-top: 1.5rem;
}
.yzalDetails .ydIneTwo {
  width: 100%;
  height: 14.7rem;
  position: relative;
  margin-top: 2.8rem;
}
.yzalDetails .ydIneTwo > img {
  width: 100%;
  height: 100%;
}
.yzalDetails .ydIneTwo .listAnli {
  width: 100%;
  height: 14.7rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-items: center;
}
.yzalDetails .ydIneTwo .listAnli > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.ydIneTwo .listAnli > div > span {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-family: PingFang;
  color: #000000;
}
.ydIneTwo .listAnli > div > p {
  height: 3rem;
  font-size: 2.4rem;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yzalDetails .ydContentText {
  margin-top: 3rem;
  width: 100%;
  font-size: 2.4rem;
  font-family: PingFang;
  color: #1e1e1e;
  word-break: break-all;
}
.yzalDetails .ydContentText > img {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 1.9rem;
}
.yzalDetails .ydIThrenn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.8rem;
}
.yzalDetails .ydIThrenn .ydIpreLow {
  width: 44.1rem;
  display: flex;
  justify-content: space-between;
}
.yzalDetails .ydIThrenn .ydIpreLow > a {
  font-size: 1.6rem;
  color: #1e1e1e;
}
.yzalDetails .ydIThrenn .ydIpreLow > a:nth-child(1) {
  color: #ff7b1e;
}
.yzalDetails .ydiTileLitter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.yzalDetails .ydiTileLitter > div:nth-child(1) {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: 800;
  color: #1e1e1e;
}
.yzalDetails .ydiTileLitter > a:nth-child(1) {
  display: inline-flex;
  font-size: 2.2rem;
  font-family: PingFang;
  font-weight: 500;
  color: #1e1e1e;
}
.yzalDetails .anlituijian {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.yzalDetails .anlituijian > li {
  width: 33rem;
  display: flex;
  flex-direction: column;
  margin-right: 2.9rem;
  margin-bottom: 2.9rem;
}
.yzalDetails .anlituijian > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.yzalDetails .anlituijian > li:nth-child(2n) {
  margin-right: 0;
}
.yzalDetails .anlituijian > li > a > img {
  width: 100%;
  height: 24rem;
}
.yzalDetails .anlituijian > li > a > p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 2.4rem;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
}
.yzalDetails .anlituijian > li > a > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.anlituijian > li > a > ul > li {
  padding: 0.6rem 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-family: PingFang;
  font-weight: 500;
  color: #ff7b1e;
  margin-right: 0.6rem;
  background-color: #ffecde;
}
.yzalDetails .headYazl {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.yzalDetails .headYazl > li {
  width: 100%;
  border-radius: 1rem;
  padding: 3rem 1rem 4rem 1rem;
  margin-bottom: 3rem;
  background-color: #fafafa;
}
.yzalDetails .headYazl > li > a {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.headYazl > li .headYazlIgm {
  width: 19.8rem;
  height: 19.8rem;
}
.headYazl > li .headYazlIgm > img {
  width: 19.8rem;
  height: 19.8rem;
}
.headTazlTitle {
  flex: 1;
  margin-left: 2rem;
}
.headTazlTitle > h3 {
  width: 44.5rem;
  font-size: 2.6rem;
  font-family: PingFang;
  font-weight: bold;
  color: #1e1e1e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headTazlTitle > p {
  width: 100%;
  font-size: 1.8rem;
  font-family: PingFang;
  font-weight: 500;
  margin: 1.4rem 0 1.9rem 0;
  color: #666666;
}
.headTazlTitle .jieshaoText {
  width: 100%;
  font-size: 2.2rem;
  font-family: PingFang;
  font-weight: 500;
  color: #484848;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.ydContentText img{
	width:100%;
}

