.header {
  margin-bottom: 0;
  border-bottom: 0;
}
.banner {
  height: 405px;
  background-size: cover;
  background-position: bottom;
}
.banner .lay-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
}
.banner .banner-title {
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 700;
  line-height: normal;
}
.banner .banner-subtitle {
  width: 530px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.banner .banner-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.banner .banner-btns .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;
}
.banner-3 {
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/bg-publish-3.png");
}
.banner-4 {
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/bg-publish-4.png");
}
.banner-2 {
  height: 236px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/bg-publish-2.png");
  background-size: cover;
  background-position: bottom;
}
.banner-2 .lay-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 32px;
}
.banner-2 .banner-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
}
.banner-2 .banner-subtitle {
  width: 530px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.banner-2 .banner-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.banner-2 .banner-btns .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: #FFFFFF;
  border: 0 solid transparent;
  color: #ED751C;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 72px;
  padding: 72px 0;
}
.items .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.items .item .item-info {
  width: 540px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.items .item .item-info .item-title {
  color: #000000;
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
}
.items .item .item-info .item-content {
  color: #575757;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.items .item .item-info .item-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.items .item .item-info .item-btns .item-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ED751C;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.items .item .item-img {
  width: 540px;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-assign .modal-dialog,
.modal.modal-rent .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 640px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-assign .modal-dialog .title,
.modal.modal-rent .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-assign .modal-dialog .title .title-text,
.modal.modal-rent .modal-dialog .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-assign .modal-dialog .title-sec,
.modal.modal-rent .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-assign .modal-dialog .title-thr,
.modal.modal-rent .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-assign .modal-dialog .form-btns,
.modal.modal-rent .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-assign .modal-dialog .form-btn,
.modal.modal-rent .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-assign .modal-dialog .form-btn.cancel,
.modal.modal-rent .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-assign .modal-dialog .form-btn.submit,
.modal.modal-rent .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.lay-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item .lay-form-item-label {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-label span {
  width: 8px;
  color: #8B1C29;
  display: inline-block;
}
.lay-form .lay-form-item .lay-form-item-control {
  height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-notice {
  cursor: pointer;
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 16px;
}
.lay-form .lay-form-item .lay-form-item-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form-choose {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form-choose .lay-form-choose-name {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
input.lay-form-choose-control {
  display: none;
}
label.lay-form-choose-control {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin: 0;
  position: relative;
  overflow: hidden;
}
label.lay-form-choose-control.radio {
  border-radius: 50%;
}
label.lay-form-choose-control.checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border: 1px solid #ED751C;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: -0.5px;
  opacity: 0;
}
label.lay-form-choose-control.radio::before {
  content: "";
  display: block;
  width: calc(20px - 4px);
  height: calc(20px - 4px);
  border-radius: 50%;
  background-color: #ED751C;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
}
input.lay-form-choose-control:checked + label.lay-form-choose-control::before {
  opacity: 1;
  transform: all 0.5s;
}
input[type="file"] {
  display: none;
}
.file-btn {
  width: 72px;
  height: 72px;
}
.file-control {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.file-imgs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.lay-form-upload {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-control .lay-form-upload-control-icon {
  width: 24px;
  height: 24px;
}
.lay-form-upload label.lay-form-upload-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  color: #ED751C;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form-upload .lay-form-upload-images {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image {
  position: relative;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-content {
  width: 72px;
  height: 72px;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  right: -7px;
}
input.lay-form-upload-control {
  display: none;
}
label.lay-form-upload-control {
  cursor: pointer;
  margin-bottom: 0;
}
.lay-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
}
.lay-carousel.switch-fixed .switch {
  position: absolute;
  z-index: 10;
}
.lay-carousel.switch-fixed .switch.last {
  left: 10px;
}
.lay-carousel.switch-fixed .switch.next {
  right: 10px;
}
.lay-carousel .switch {
  color: #000000;
  font-size: 20px;
  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: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel .switch.active,
.lay-carousel .switch:hover {
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel .item-list {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.lay-carousel .item-list .item {
  flex: 1;
  display: none;
}
.lay-carousel .item-list .item .item-img {
  width: 720px;
  height: 405px;
}
.lay-carousel .lay-carousel-indicator {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  bottom: 10px;
}
.lay-carousel .lay-carousel-indicator .item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-carousel .lay-carousel-indicator .item.active {
  background-color: #ED751C;
  border: 0 solid transparent;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-enter .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 480px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-enter .modal-dialog .title {
  margin: 0;
}
.modal.modal-enter .modal-dialog .roommate-count {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-enter .modal-dialog .roommate-count span {
  color: #ED751C;
}
.modal.modal-enter .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-enter .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-enter .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-enter .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 480px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-success .modal-dialog .roommate-enter-success-icon {
  width: 166px;
  height: 128px;
}
.modal.modal-success .modal-dialog .roommate-enter-success-notice {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog .roommate-enter-success-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.index-instruct-us {
  height: 350px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/banner.png");
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 30px;
  position: relative;
}
.index-instruct-us .index-instruct-us-title {
  color: #FF8D38;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.index-instruct-us .index-instruct-us-title span {
  color: #FF8D38;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
}
.index-instruct-us .index-instruct-us-content {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: normal;
  line-height: normal;
  font-style: italic;
}
.index-instruct-us .index-instruct-us-btn {
  cursor: pointer;
  width: 125px;
  height: 44px;
  padding: 0;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #575757;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-container.sm {
  width: 960px;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 32px;
}
.new-title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.new-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.new-items .new-item {
  width: 464px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 16px;
}
.new-items .new-item .new-item-img {
  width: 100%;
}
.new-items .new-item .new-item-title {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
}
.new-items .new-item .new-item-content {
  color: #404040;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.new-publish {
  width: 100%;
}
.form-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 320px;
  height: 42px;
  padding: 0;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #FF8D38;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  align-self: center;
}
.form-block {
  padding: 64px 0 48px;
  background-color: #F5F5F5;
}
.form-block-form {
  padding: 40px 40px 24px;
  background-color: #FFFFFF;
  position: relative;
}
.form-block-form input,
.form-block-form textarea,
.form-block-form select {
  border-color: #FFFFFF;
  border-bottom-color: #B3B3B3;
  border-radius: 0;
  box-shadow: none;
}
.form-block-form-title {
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
}
.form-block-form-subtitle {
  color: #ED751C;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
.form-block-form-icon {
  width: 56px;
  height: 56px;
  position: absolute;
  top: -28px;
  align-self: center;
}
