.csgd {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.csgd .csgdSelect {
  width: 100%;
  height: 8rem;
  padding: 0 3rem;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 8.8rem;
  z-index: 9;
}
.csgd .csgdSelect > div {
  font-size: 3rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csgd .csgdSelect > div > span {
  max-width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.csgd .csgdSelect > div > img {
  width: 1.8rem;
  height: .9rem;
  margin-left: .8rem;
}
.csgd .csgdSelect .actives {
  font-size: 3rem !important;
  font-family: PingFang !important;
  font-weight: bold !important;
  color: #111111 !important;
}
.csgd .csgdContent {
  width: 100%;
  padding: 3rem;
  margin-top: 8rem;
}
.csgd .csgdContent .csgdHeaderimg {
  width: 100%;
}
.csgd .csgdContent .csgdList {
  overflow: hidden;
  width: 100%;
  margin-bottom: 3rem;
}
.csgdContent .csgdList > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fafafa;
  overflow: hidden;
  margin-top: 4rem;
}
.csgdList > li .postALook {
  position: absolute;
  top: 2.7rem;
  right: 2.1rem;
  width: 16rem;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  display: block;
  background: #000000;
  opacity: 0.5;
  border-radius: 2.1rem;
  font-size: 2.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.csgdList > li .postALook span {
  display: inline-block;
  transform: scale(0.75);
}
.csgdList > li > a > img {
  width: 100%;
  height: 49rem;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
}
.csgdList > li .ft {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 .5rem .5rem;
}
.csgdList > li .ft p {
  width: 100%;
  margin-top: 2.9rem;
  margin-bottom: 1.6rem;
  padding: 0 2rem;
  font-size: 2.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #111111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.csgdList > li .csgdbaiojianlist {
  width: 100%;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.csgdList > li .csgdbaiojianlist > span {
  display: inline-block;
  background: #ffecde;
  border-radius: .4rem;
  padding: 0 1.2rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  color: #ff7b1e;
  margin-right: .6rem;
}
.csgdList > li .csgdbaiojianlist > span i {
  font-size: 2.4rem;
  display: inline-block;
  font-style: normal;
  transform: scale(0.75);
}
.csgdList > li .stage {
  margin-top: 3rem;
  padding: 3.3rem 2rem;
  border-top: .1rem solid #e5e5e5;
}
.csgdList > li .csgdjindu {
  display: flex;
  transform: translateX(-4rem);
}
.csgdjindu .onejindu {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 13rem;
}
.csgdjindu .onejindu .csgdOne {
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.7rem;
  position: relative;
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/csgd/kan1.png")
    no-repeat center center/100% 100%;
}
.csgdjindu .onejindu .xiancsgd {
  position: absolute;
  width: 13rem;
  height: .6rem;
  top: .9rem;
  left: 50%;
  background: #e5e5e5;
  border-radius: .4rem;
}
.csgdjindu .onejindu .onejinduName {
  color: #484848;
  font-size: 2.4rem;
  font-weight: 400;
}
.csgdjindu .onejindu.finish .onejinduName {
  color: #111;
}
.csgdjindu .onejindu.finish .csgdOne {
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/csgd/succes1.png")
    no-repeat center center/100% 100%;
}
.csgdjindu .onejindu.finish .xiancsgd {
  background: #e5e5e5;
  background: linear-gradient(83deg, #ff3f2f 0%, #ff8200 100%);
}
.csgdjindu .onejindu.conduct .csgdOne {
  background: url("https://ikj-storage-front-prod.oss-cn-beijing.aliyuncs.com/app/html-m/csgd/padding.png")
    no-repeat center center/100% 100%;
}
.csgdjindu .onejindu.conduct .onejinduName {
  color: #ff8200;
}

.csgdbitLitter {
  text-align: center;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.csgdbitLitter a {
  padding: 0 2rem;
}

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

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

.csgdcityCheck .csgdcityContent .csgdcityListData .csgdcityAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}

.csgdcityCheck .csgdcityContent .csgdcityListData {
  width: 100%;
}

.csgdcityCheck .csgdcityContent .csgdcityListData > li {
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  margin-top: 5rem;
  border-bottom: .1rem solid #eeeeee;
  padding-bottom: 3.6rem;
}

.csgdcityCheck .csgdcityContent .csgdcityListData > li > p {
  margin-bottom: 1.2rem;
}

.csgdcityContent .csgdcityListData > li > div > span {
  margin-right: 1.2rem;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
}
.csgdcityContent .csgdcityListData > li > div > span.active {
  color: #ff6400;
}
.csgdcityCheck .csgdcityContent .csgdbtnList {
  position: absolute;
  right: 1.9rem;
  top: 12.5rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.csgdcityCheck .csgdcityContent .csgdbtnList > span {
  padding: 0 .8rem;
}
.csgdhomeTypeCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
  z-index: 1;
}

.csgdhomeTypeCheck .csgdhomeTypeContent {
  height: 64rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0 2.9rem;
}

.csgdhomeTypeCheck .csgdhomeTypeContent .csgdhomeTypeListData {
  width: 100%;
}

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

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

.csgdareaCheck .csgdareaContent {
  height: 64rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0 2.9rem;
}

.csgdareaCheck .csgdareaContent .csgdareaListData {
  width: 100%;
}

.csgdareaCheck .csgdareaContent .csgdareaListData > li {
  width: 100%;
  display: inline-block;
  font-size: 2.8rem;
  font-family: PingFang;
  font-weight: bold;
  color: #787878;
  border-bottom: .1rem solid #eeeeee;
  padding: 2.9rem 0;
}
.csgdareaCheck .csgdareaContent .csgdareaListData > li.active {
  color: #ff6400;
}
.csgdareaCheck .csgdareaContent .csgdareaListData .csgdareaListAll {
  font-size: 3rem;
  font-family: PingFang;
  font-weight: bold;
  color: #111111;
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
.csgdcodeCheck {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 16rem;
  z-index: 1;
}

.csgdcodeCheck .csgdcodeContent {
  height: 64rem;
  background-color: #ffffff;
  overflow: auto;
  padding: 1.8rem 2.9rem 0 2.9rem;
}

.csgdcodeCheck .csgdcodeContent .csgdcodeListData {
  width: 100%;
}

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

