.header {
  height: 382px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/index-header-bg.png");
  background-size: cover;
  background-position: bottom;
  padding-top: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  border-bottom: 0;
}
.header-title {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 900;
  line-height: normal;
  margin-top: 32px;
  margin-bottom: 24px;
}
.lay-icon-switch {
  width: 750px;
  margin-bottom: 10px;
  display: flex;
}
.lay-icon-switch .item {
  cursor: pointer;
  height: 90px;
  border-bottom: 5px solid transparent;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  opacity: 0.6;
  position: relative;
}
.lay-icon-switch .item .item-icon {
  width: 40px;
  height: 40px;
}
.lay-icon-switch .item .item-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.lay-icon-switch .item .item-border-arrow {
  height: 10px;
  position: absolute;
  bottom: -10px;
  display: none;
}
.lay-icon-switch .item.active {
  opacity: 1;
  border-color: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.lay-icon-switch .item.active .item-border-arrow {
  display: block;
}
.lay-search {
  width: 750px;
  height: 56px;
  border-radius: 4px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
}
.lay-search .lay-search-select {
  cursor: pointer;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.lay-search .lay-search-select .lay-search-select-text {
  color: #ED751C;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.lay-search .lay-search-select .lay-search-select-icon {
  font-size: 12px;
}
.lay-search .lay-search-input {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 16px;
  border: 0;
  border-left: 1.5px solid #DBDBDB;
}
.lay-search .lay-search-input:focus {
  outline: transparent;
}
.lay-search .lay-search-btn {
  cursor: pointer;
  width: 72px;
  height: 56px;
  background-color: #ED751C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
}
.lay-search .lay-search-btn .lay-search-btn-icon {
  color: #FFFFFF;
  font-size: 18px;
}
.lay-search .lay-search-types {
  width: 120px;
  padding: 0 12px;
  background-color: #FFFFFF;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  display: none;
}
.lay-search .lay-search-types .lay-search-type {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #ECECEC;
}
.lay-search .lay-search-associates {
  width: calc(750px - 72px);
  max-height: 224px;
  overflow-y: scroll;
  padding: 0 12px;
  background-color: #FFFFFF;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  display: none;
}
.lay-search .lay-search-associates::-webkit-scrollbar {
  display: none;
}
.lay-search .lay-search-associates .lay-search-associate {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  border-bottom: 1px solid #ECECEC;
}
.lay-item {
  margin-bottom: 60px;
}
.lay-item .lay-item-title {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.lay-item .lay-item-title .lay-item-title-more {
  cursor: pointer;
  color: #ED751C;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.lay-item .lay-item-title .lay-item-title-more .lay-item-title-more-icon {
  color: #000000;
  font-size: 12px;
}
.lay-item .lay-item-subtitle {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
.lay-item .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
.lay-item .item-list .item {
  cursor: pointer;
  width: 252px;
}
.lay-item .item-list .item .item-img {
  width: 252px;
  height: 180px;
  border-radius: 8px 0 0 8px;
}
.lay-item .item-list .item .item-content {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-item .item-list .item .item-content .item-content-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
}
.lay-item .item-list .item .item-content .item-content-desc {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
.lay-item .item-list .item .item-content .item-content-price {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.lay-item .item-list .item .item-content .item-content-tag {
  color: #1E1E1E;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 22px;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border: 0 solid transparent;
  align-self: flex-start;
}
.lay-item .item-list .item .item-content .item-content-price-block {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-item .item-list .item .item-content .item-content-price-block .item-content-price {
  color: #EB430E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.lay-item .item-list .item .item-content .item-content-price-block .item-content-price span {
  color: #575757;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}
.lay-item .item-list .item .item-content .item-content-price-block .item-content-btn {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 80px;
  height: 24px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
}
.advertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.advertise-list .advertise-img {
  width: 349.33px;
}
.index-intro {
  height: 476px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/bg-index-1.png");
  background-size: cover;
  background-position: bottom;
}
.index-intro .lay-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
}
.index-intro .index-intro-title {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}
.index-intro .index-intro-content {
  width: 530px;
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.index-intro2 {
  height: 439px;
  background-image: url("https://guapikeji-1308841152.cos.ap-shanghai.myqcloud.com/web/assets/UK/img/bg-index-2.png");
  background-size: cover;
  background-position: bottom;
}
.index-news {
  height: 500px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 52px;
}
.index-news .index-news-title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.index-news .item {
  cursor: pointer;
}
.index-news .item .item-name {
  color: #575757;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0;
}
.lay-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-carousel.switch-fixed {
  position: relative;
}
.lay-carousel.switch-fixed .switch {
  position: absolute;
  z-index: 99;
}
.lay-carousel.switch-fixed .switch.last {
  left: -80px;
}
.lay-carousel.switch-fixed .switch.next {
  right: -80px;
}
.lay-carousel .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 .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
}
.lay-carousel .item-list .item {
  display: none;
}
.lay-carousel .item-list .item .item-img {
  width: 293px;
  height: 195px;
}
.lay-carousel .indicator-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
  position: absolute;
  bottom: 30px;
}
.lay-carousel .indicator-list .indicator {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 40px;
  height: 5px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 solid transparent;
}
.lay-carousel .indicator-list .indicator.active {
  background-color: #ffffff;
  border: 0 solid transparent;
}
.header.index .lay-header {
  gap: 80px;
}
.header.index .lay-header .lay-header-lang .lay-header-lang-text {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.modal-goods {
  width: auto;
  height: auto;
  padding: 16px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border: 0 solid transparent;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal-goods .modal-goods-img {
  width: 97px;
  height: 97px;
}
.modal-goods .modal-goods-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.modal-goods .modal-goods-info .modal-goods-title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.modal-goods .modal-goods-info .modal-goods-type {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-tag {
  color: #1E1E1E;
  font-size: 10px;
  font-weight: 500;
  line-height: 22px;
}
.modal-goods .modal-goods-info .modal-goods-price-block {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price {
  color: #EB430E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-price span {
  color: #575757;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}
.modal-goods .modal-goods-info .modal-goods-price-block .modal-goods-btn {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 54px;
  height: 24px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-buy .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-buy .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-buy .modal-dialog .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-buy .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-buy .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-buy .modal-dialog .roommate-count {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-buy .modal-dialog .roommate-count span {
  color: #ED751C;
}
.modal.modal-buy .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-buy .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-buy .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-buy .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 {
  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 #8B1C29;
  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: #8B1C29;
  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;
}
.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-bottom-banner {
  width: 100%;
}
.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;
}
.index-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  padding: 64px 0;
}
.index-form .index-form-title {
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 44px;
}
.index-form .index-form-title span {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
.index-form .index-form-info {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.index-form .index-form-info span {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.index-form .index-form-infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.index-form .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 16px;
}
.index-form input,
.index-form textarea,
.index-form select {
  border-color: #ececec;
  border-radius: 0;
}
.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.inline {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item.inline .lay-form-item-label {
  min-width: 40px;
  line-height: 34px;
}
.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 {
  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-control .lay-form-item-control-span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-span .lay-form-item-control-span-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-control .lay-form-item-control-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-verify-fail {
  border-color: #8B1C29;
}
.checkbox-texts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form-choose {
  align-items: flex-start;
  gap: 16px;
}
.index-form .lay-container {
  padding: 24px 40px;
  background-color: #ececec;
}
.index-form-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 200px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #FD8A31;
  border: 0 solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  align-self: center;
}
.index-form {
  background-color: #f5f5f5;
}
