.abroad-bg {
  width: 100%;
  margin-bottom: 40px;
}
.abroad-icons {
  padding: 0 80px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.abroad-icons .abroad-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.abroad-icons .abroad-icon .abroad-icon-img {
  width: 40px;
  height: 40px;
}
.abroad-icons .abroad-icon .abroad-icon-text {
  color: #1E1E1E;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
}
.advertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.advertise-list .advertise-img {
  width: 349.33px;
}
.list-block {
  margin-bottom: 40px;
}
.list-block .list-title {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.lay-carousel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lay-carousel.switch-fixed {
  position: relative;
}
.lay-carousel.switch-fixed .switch {
  position: absolute;
  z-index: 99;
  top: 80px;
}
.lay-carousel.switch-fixed .switch.last {
  left: -64px;
}
.lay-carousel.switch-fixed .switch.next {
  right: -64px;
}
.lay-carousel .switch {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1E1E1E;
  font-size: 16px;
  background-color: #FFFFFF;
}
.lay-carousel .switch.active,
.lay-carousel .switch:hover {
  background-color: #FFFFFF;
}
.lay-carousel .item-list {
  display: flex;
  gap: 16px;
}
.lay-carousel .item-list .item {
  display: none;
}
.lay-carousel .item-list .item .item-img {
  width: 960px;
  height: 540px;
}
.lay-carousel .indicator-list {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: absolute;
  padding: 5px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 5px;
}
.lay-carousel .indicator-list .indicator {
  cursor: pointer;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.lay-carousel .indicator-list .indicator.active {
  background-color: #ED751C;
}
.lay-carousel-thumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.lay-carousel-thumb .switch {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 135px;
  border-radius: 5px;
  color: #1E1E1E;
  font-size: 16px;
  background-color: #FFFFFF;
}
.lay-carousel-thumb .switch.active,
.lay-carousel-thumb .switch:hover {
  background-color: #FFFFFF;
}
.lay-carousel-thumb .item-list {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
}
.lay-carousel-thumb .item-list::-webkit-scrollbar {
  display: none;
}
.lay-carousel-thumb .item-list .item {
  cursor: pointer;
}
.lay-carousel-thumb .item-list .item .item-img {
  width: 240px;
  height: 135px;
  padding: 5px;
  border: 2px solid #FFFFFF;
}
.lay-carousel-thumb .item-list .item .item-img:hover {
  border-color: #FFFFFF;
}
.lay-carousel-thumb .item-list .item.active .item-img {
  border-color: #FFFFFF;
}
.lay-carousel.lay-carousel-goods-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.goods {
  width: 203px;
}
.goods .goods-img {
  width: 203px;
  height: 203px;
}
.goods .goods-info {
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.goods .goods-info .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: 2;
  line-height: 20px;
  height: 40px;
}
.goods .goods-info .goods-type {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.goods .goods-info .goods-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;
}
.goods .goods-info .goods-price-block {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.goods .goods-info .goods-price-block .goods-price {
  color: #EB430E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.goods .goods-info .goods-price-block .goods-price span {
  color: #575757;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  text-decoration: line-through;
}
.goods .goods-info .goods-price-block .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: 80px;
  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;
}
.form-controls {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.form-controls .form-control-block {
  flex: 1;
}
.form-controls-block {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.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;
}
.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 #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;
}
