.header {
  margin: 0;
}
.new-banner {
  height: 476px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/landlord-banner-1.png");
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
}
.new-banner .new-banner-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  color: #FF8D38;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.new-banner .new-banner-content {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}
.new-banner .new-banner-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.new-banner .new-banner-btns .new-banner-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 180px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.lay-carousel.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-carousel.nav .switch {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel.nav .switch.active,
.lay-carousel.nav .switch:hover {
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel.nav .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-carousel.nav .item-list .item {
  cursor: pointer;
  display: none;
  width: 258px;
  padding: 24px 16px;
  background-color: #fff;
}
.lay-carousel.information {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-carousel.information .switch {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel.information .switch.active,
.lay-carousel.information .switch:hover {
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel.information .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
}
.lay-carousel.information .item-list .item {
  display: none;
  width: 293px;
}
.nav-block {
  padding: 64px 0 40px;
  background-color: #F5F5F5;
}
.nav-title {
  color: #E35B26;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 28px;
  height: 56px;
}
.nav-content {
  color: #575757;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 20px;
  height: 60px;
  margin: 12px 0;
}
.nav-more {
  color: #E35B26;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.information-cover {
  width: 293px;
}
.information-title {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 12px 0;
}
.title {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
}
.information-block {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 52px;
}
.faq-block {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  background-color: #F5F5F5;
}
.lay-collapse-card .item-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
}
.lay-collapse-card .item-list .item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
}
.lay-collapse-card .item-list .item.active .item-cover {
  display: block;
}
.lay-collapse-card .item-list .item.active .item-arrow.down {
  display: none;
}
.lay-collapse-card .item-list .item.active .item-arrow.up {
  display: block;
}
.lay-collapse-card .item-list .item.active .item-content {
  display: block;
}
.lay-collapse-card .item-list .item .right {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-collapse-card .item-list .item .right .right-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 40px;
}
.lay-collapse-card .item-list .item .right .right-top {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-collapse-card .item-list .item .right .right-top .right-top-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-collapse-card .item-list .item .item-cover {
  flex: 1;
  width: 0;
  display: none;
}
.lay-collapse-card .item-list .item .item-arrow {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.lay-collapse-card .item-list .item .item-arrow.down {
  display: block;
}
.lay-collapse-card .item-list .item .item-arrow.up {
  display: none;
}
.lay-collapse-card .item-list .item .item-title {
  color: #E35B26;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.lay-collapse-card .item-list .item .item-notice {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-collapse-card .item-list .item .item-content {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: none;
  line-height: 20px;
}
.lay-collapse-card .item-list .item .item-content span {
  font-weight: 700;
}
.lay-shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.landlord-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  background-color: #fff;
}
.landlord-item .right {
  flex: 1;
  width: 0;
}
.landlord-item .right .right-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 40px;
}
.landlord-item .landlord-item-cover {
  flex: 1;
  width: 0;
}
.landlord-item .landlord-item-title {
  color: #E35B26;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.landlord-item .landlord-item-notice {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.landlord-item .landlord-item-content {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  line-height: 20px;
}
.landlord-item-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 180px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 24px auto 0;
}
.info-block {
  background-color: #F5F5F5;
  padding-bottom: 48px;
}
