.cygr {
  overflow: hidden;
}
.cygr .search {
  width: 100%;
  height: 10rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 1.8rem 3rem;
  background: #FAFAFA;
  overflow: hidden;
  z-index: 20;
}
.cygr .search .searchInput {
  width: 46.2rem;
  height: 6.5rem;
  background: #FFFFFF;
  border: .1rem solid #E7E7E7;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  border-bottom-left-radius: .8rem;
  border-top-left-radius: .8rem;
}
.cygr .search .searchInput input {
  border: none;
  outline: none;
  background: #FFFFFF;
  flex: 1;
  width: 100%;
  font-size: 2.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
  line-height: 2.6rem;
  padding-left: 2.1rem;
  margin-right: 2.1rem;
}
.cygr .search .searchInput input::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
}
.cygr .search .searchInput input::-webkit-outer-spin-button,
.cygr .search .searchInput input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.cygr .search .searchInput .searchBtn {
  width: 13.4rem;
  height: 6.4rem;
  background: #FF6400;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.8rem;
  border-bottom-right-radius: .8rem;
  border-top-right-radius: .8rem;
  font-size: 3rem;
}
.cygr .search .searchInput .searchIcon {
  width: 3rem;
  height: 3rem;
}
.cygr .search .splitLine {
  width: .1rem;
  height: 5.1rem;
  background: #E5E5E5;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.cygr .search .select {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cygr .search .select .selectIcon {
  width: 1.8rem;
  height: 1rem;
  margin-left: 1rem;
}
.cygr .list {
  box-sizing: border-box;
  padding: 3rem;
  padding-bottom: 1.2rem;
  height: calc(100vh - 33.6rem);
  overflow-y: scroll;
  overflow-x: hidden;
}
.cygr .list .listItem {
  box-sizing: border-box;
  padding: 1.3rem 1.1rem 1.5rem 1rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.8rem;
  border: 1px solid #E5E5E5;
  border-radius: .6rem;
}
.cygr .list .listItem .itemImg {
  width: 15rem;
  height: 12rem;
  margin-right: 1.5rem;
}
.cygr .list .listItem .itemImg img {
  width: 100%;
  height: 100%;
  border-radius: .6rem;
}
.cygr .list .listItem .itemContent {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cygr .list .listItem .itemContent .itemName {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.4rem;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
  line-height: 3.5rem;
}
.cygr .list .listItem .itemContent .itemName div {
  height: 3.5rem;
}
.cygr .list .listItem .itemContent .itemName .title {
  color: #000000;
}
.cygr .list .listItem .itemContent .itemName .title + div {
  font-weight: 500;
}
.cygr .list .listItem .itemContent .itemNameTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  font-size: 2.2rem;
  font-family: PingFang;
  font-weight: 500;
  color: #111111;
  line-height: 3.5rem;
}
.cygr .list .listItem .itemContent .itemNameTwo .itemStar .star {
  width: 1.8rem;
  height: 1.6rem;
  vertical-align: middle;
}
.cygr .list .nextPage {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  text-align: center;
  line-height: 2.6rem;
  font-size: 2.6rem;
  color: #1E1E1E;
}
.cygr .selectList {
  position: fixed;
  top: 18.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.cygr .selectList .content {
  width: 100%;
  height: calc(100vh - 43.9rem);
  background: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
}
.cygr .selectList .content .selects {
  margin: 0 31rem;
}
.cygr .selectList .content .selects .selectItem {
  height: 9.6rem;
  line-height: 9.6rem;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  color: #787878;
  font-size: 2.8rem;
  font-weight: bold;
}
.cygr .selectList .content .selects .selected {
  color: #FF6400;
}
.cygr .selectList .content .selects .selectItem:last-child {
  border-bottom: none;
}
.cygr .pop {
  position: fixed;
  top: 18.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.cygr .pop .content {
  margin-top: 13.4rem;
  margin-left: 6rem;
  width: 63rem;
  height: 67.6rem;
  background: url('https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/cygr/pop.png') 100% no-repeat;
  background-size: 63rem 67.6rem;
  box-sizing: border-box;
  padding: 4rem 7.5rem;
}
.cygr .pop .content .person {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.6rem;
}
.cygr .pop .content .person .personImg {
  width: 29.8rem;
  height: 30.8rem;
  border-radius: .6rem;
}
.cygr .pop .content .person .names {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #FF6400;
  line-height: 5rem;
}
.cygr .pop .content .person .names .title {
  color: #111111;
}
.cygr .pop .content .person .names .title + div {
  font-weight: 500;
}
.cygr .pop .content .other {
  margin: 0 5.5rem;
}
.cygr .pop .content .other .otherItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2.7rem;
}
.cygr .pop .content .other .otherItem .title {
  margin-right: 10rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 2.8rem;
}
.cygr .pop .content .other .otherItem .name {
  flex: 1;
  font-size: 2.8rem;
  font-weight: bold;
  color: #FF6400;
  line-height: 2.8rem;
  text-align: center;
}
