.lay-container {
  padding: 32px 16px;
}
.lay-container.info {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-carousel-outer {
  width: 100%;
  position: relative;
}
.lay-carousel.rent-house {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
  margin-bottom: 66px;
  justify-content: center;
}
.lay-carousel.rent-house.switch-fixed {
  position: relative;
}
.lay-carousel.rent-house.switch-fixed .switch {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lay-carousel.rent-house.switch-fixed .switch.last {
  left: 10px;
}
.lay-carousel.rent-house.switch-fixed .switch.next {
  right: 10px;
}
.lay-carousel.rent-house .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-carousel.rent-house .item-list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100vw;
  height: calc(100vw / 390 * 235);
  display: none;
  background-color: #000000;
}
.lay-carousel.rent-house .item-list .item .item-img {
  width: 100vw;
  height: calc(100vw / 390 * 235);
  object-fit: contain;
  -webkit-user-drag: none;
}
.lay-carousel.rent-house .item-list .item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lay-carousel.rent-house .item-list .item iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.lay-carousel.rent-house .lay-carousel-tag-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 16px;
  background-color: #F7F7F7;
  position: absolute;
  bottom: -66px;
  align-self: center;
}
.lay-carousel.rent-house .lay-carousel-tag {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: auto;
  padding: 2px;
  border-radius: 34px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0 solid transparent;
}
.lay-carousel.rent-house .lay-carousel-tag .item {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 30px;
  padding: 0 12px;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.lay-carousel.rent-house .lay-carousel-tag .item.active {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.lay-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.lay-popup .lay-popup-close {
  position: absolute;
  right: 16px;
  top: 74px;
  z-index: 10;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
}
.lay-popup .lay-popup-mask {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0 solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.lay-popup .lay-popup-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-popup .lay-carousel.lay-carousel-popup {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.lay-popup .lay-carousel.lay-carousel-popup .item-list {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.lay-popup .lay-carousel.lay-carousel-popup .item-list .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  display: none;
}
.lay-popup .lay-carousel.lay-carousel-popup .item-list .item .item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
}
.lay-popup .lay-carousel.lay-carousel-popup .item-list .item video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lay-popup .lay-carousel.lay-carousel-popup .item-list .item iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
  padding: 16px;
}
.panel-title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-right: 64px;
}
.panel-date {
  height: 36px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #575757;
  align-self: flex-start;
  padding: 0 16px;
  font-size: 14px;
}
.panel-date span {
  color: #000000;
  font-weight: 600;
}
.panel-note {
  color: #575757;
  font-size: 14px;
  line-height: 20px;
}
.panel-equipments {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
}
.panel-equipments .panel-equipment {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.panel-equipments .panel-equipment .panel-equipment-icon {
  width: 28px;
  height: 28px;
}
.panel-equipments .panel-equipment .panel-equipment-num {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.panel-price {
  color: #575757;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 14px;
}
.panel-price span {
  color: #EB430E;
  font-size: 18px;
  font-weight: 700;
}
.panel-price2 {
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  font-size: 14px;
}
.panel-price2 span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.panel-tags {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.panel-tags .panel-tag {
  flex: 1;
  height: 76px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  background-color: #F7F7F7;
  border-radius: 4px;
}
.panel-btn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  background: #FD8A31;
  border-radius: 4px;
}
.panel-btn.panel-btn-unpublished {
  background: #9C9C9C;
}
.panel-btn-spans {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.panel-btn-spans .panel-btn-span {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.panel-btn-spans .panel-btn-span:hover .panel-popup {
  display: flex;
}
.panel-btn-icon {
  cursor: pointer;
  height: 42px;
}
.panel-popup {
  position: absolute;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  display: none;
  z-index: 1;
}
.panel-popup-arrow {
  width: 24px;
  height: 24px;
  background-color: #000000;
  rotate: 45deg;
  border-radius: 4px;
}
.panel-popup-content.phone {
  position: absolute;
  top: 4px;
  height: 34px;
  border-radius: 34px;
  padding: 5px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.panel-popup-content.wechat {
  position: absolute;
  top: 4px;
  padding: 5px;
  background-color: #000000;
  border-radius: 8px;
}
.panel-popup-icon-phone {
  width: 24px;
  height: 24px;
}
.panel-popup-icon-wechat {
  width: 96px;
  height: 96px;
}
.panel-popup-text {
  white-space: nowrap;
  padding-right: 5px;
}
.panel-favorite {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.panel-favorite .panel-favorite-icon {
  width: 24px;
  height: 24px;
}
.lay-divide {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-divide-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.blocks {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.block:last-child {
  border-bottom: 0;
}
.block .block-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.block .block-subtitle {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.block .block-note {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.block .block-content {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.block.block-panel {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
}
.block.line {
  border-bottom: 1px solid #ECECEC;
}
.detail-infos {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.detail-infos .detail-info {
  width: 50%;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.detail-infos .detail-info span {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.detail-equipments {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.detail-equipments .detail-equipment {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.detail-equipments .detail-equipment .detail-equipment-title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.detail-equipments .detail-equipment .detail-equipment-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.detail-equipments .detail-equipment .detail-equipment-content .detail-equipment-content-icon {
  width: 24px;
  height: 24px;
}
.detail-equipments .detail-equipment .detail-equipment-content span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.equipments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.equipments .equipment {
  width: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.equipments .equipment .equipment-icon {
  width: 40px;
  height: 40px;
}
.equipments .equipment .equipment-text {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.fees {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.fees .fee {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fees .fee .fee-icon {
  width: 24px;
  height: 24px;
}
.fees .fee .fee-text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
#map {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.lay-switch.map .switches,
.lay-switch.shadow .switches {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.lay-switch.map .switches .switch,
.lay-switch.shadow .switches .switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 38px;
  padding: 0 16px;
  border-radius: 0;
  box-sizing: border-box;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.lay-switch.map .switches .switch.active,
.lay-switch.shadow .switches .switch.active {
  border-top-color: #ED751C;
  background-color: #FFFFFF;
}
.lay-switch.map .contents .content,
.lay-switch.shadow .contents .content {
  display: none;
}
.lay-switch.map .contents .content.active,
.lay-switch.shadow .contents .content.active {
  display: block;
}
.lay-switch.shadow .switches {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.lay-switch.notice .switches {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 16px;
}
.lay-switch.notice .switches .switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 38px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.lay-switch.notice .switches .switch.active {
  border-bottom-color: #ED751C;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.lay-switch.notice .contents .content {
  display: none;
}
.lay-switch.notice .contents .content.active {
  display: block;
}
.map-items {
  height: 240px;
  overflow-y: scroll;
}
.map-items::-webkit-scrollbar {
  display: none;
}
.map-items .map-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  height: 40px;
  border-bottom: 1px solid #ECECEC;
}
.layout-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.layout-items .layout-item {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  position: relative;
}
.layout-items .layout-item .lay-carousel.layout {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
}
.layout-items .layout-item .layout-item-img {
  width: 112px;
  height: 112px;
  border-radius: 4px;
}
.layout-items .layout-item .layout-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
}
.layout-items .layout-item .layout-item-info .layout-item-title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding-right: 100px;
}
.layout-items .layout-item .layout-item-info .layout-item-subtitle {
  color: #1E1E1E;
  font-size: 14px;
}
.layout-items .layout-item .layout-item-info .layout-item-area,
.layout-items .layout-item .layout-item-info .layout-item-price {
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 12px;
}
.layout-items .layout-item .layout-item-info .layout-item-area span,
.layout-items .layout-item .layout-item-info .layout-item-price span {
  color: #1E1E1E;
}
.layout-items .layout-item .layout-item-info .layout-item-area span span,
.layout-items .layout-item .layout-item-info .layout-item-price span span {
  font-weight: 600;
}
.layout-items .layout-item .layout-item-btn {
  cursor: pointer;
  padding: 0 16px;
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 4px;
  background: #FFF5EE;
  position: absolute;
  right: 16px;
}
.lay-carousel.rent-house-roommate {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-carousel.rent-house-roommate .item-list .item {
  display: none;
}
.lay-carousel.rent-house-roommate .lay-carousel-indicator {
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
}
.lay-carousel.rent-house-roommate .lay-carousel-indicator .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 7.5px;
  height: 7.5px;
  padding: 0;
  border-radius: 7.5px;
  box-sizing: border-box;
  background-color: #D9D9D9;
  border: 0 solid transparent;
  cursor: pointer;
}
.lay-carousel.rent-house-roommate .lay-carousel-indicator .item.active {
  background-color: #ED751C;
  border: 0 solid transparent;
}
.roommate-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #F5F5F5;
}
.roommate-item .roommate-item-img {
  width: 112px;
  height: 112px;
  border-radius: 4px;
}
.roommate-item .roommate-item-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.roommate-item .roommate-item-info .roommate-item-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.roommate-item .roommate-item-info .roommate-item-subtitle {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.roommate-item .roommate-item-info .roommate-item-area,
.roommate-item .roommate-item-info .roommate-item-price {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.roommate-item .roommate-item-info .roommate-item-area span,
.roommate-item .roommate-item-info .roommate-item-price span {
  color: #EB430E;
  font-size: 18px;
  font-weight: 700;
}
.roommate-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.roommate-user .roommate-user-avatars {
  display: flex;
}
.roommate-user .roommate-user-avatars .roommate-user-avatar {
  width: 34px;
  height: 34px;
  margin-left: -12px;
  border-radius: 50%;
}
.roommate-user .roommate-user-avatars .roommate-user-avatar:first-child {
  margin-left: 0;
}
.roommate-user .roommate-user-btn {
  cursor: pointer;
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  padding: 0 16px;
  border: 2px solid #ECECEC;
  border-radius: 100px;
}
.roommate-btn-block {
  margin-top: 16px;
}
.roommate-btn {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  border-radius: 34px;
  background-color: #ED751C;
  text-align: center;
}
.lay-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lay-item .lay-item-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lay-item .lay-item-title .lay-item-title-more {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lay-item .item-list {
  overflow-x: scroll;
  display: flex;
  gap: 16px;
}
.lay-item .item-list::-webkit-scrollbar {
  display: none;
}
.lay-item .item-list .item {
  width: 144px;
  cursor: pointer;
}
.lay-item .item-list .item .item-img {
  width: 144px;
  height: 96px;
  border-radius: 4px;
}
.lay-item .item-list .item .item-content {
  padding: 8px 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: 14px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
}
.lay-item .item-list .item .item-content .item-content-desc {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
}
.lay-item .item-list .item .item-content .item-content-price {
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.lay-item .item-list .item.news {
  width: 180px;
}
.lay-item .item-list .item.news .item-img {
  width: 180px;
  height: 120px;
}
.lay-item .item-list .item.news .item-content .item-content-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lay-item .item-list .item.news .item-content .item-content-brand .item-content-brand-icon {
  width: 20px;
  height: 20px;
}
.lay-item .item-list .item.news .item-content .item-content-brand .item-content-brand-text {
  color: #575757;
  font-size: 13px;
}
.advantages .advantage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 4px 16px;
}
.advantages .advantage .advantage-icon {
  width: 24px;
  height: 24px;
}
.advantages .advantage .advantage-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.advantages .advantage .advantage-info .advantage-info-title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.advantages .advantage .advantage-info .advantage-info-content {
  color: #575757;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.lay-pre {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.comments .comment {
  display: flex;
  gap: 16px;
}
.comments .comment .comment-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comments .comment .comment-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.comments .comment .comment-info .comment-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments .comment .comment-info .comment-title-block .comment-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.comments .comment .comment-info .comment-title-block .comment-time {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
.comments .comment .comment-info .comment-content {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.comments .comment .comment-info .comment-reply {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.comments .comment .comment-info .comment-reply .comment-reply-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.comments .comment .comment-info .comment-reply .comment-reply-text {
  cursor: pointer;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.comment-btn-block {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.comment-btn-block .comment-btn {
  cursor: pointer;
  width: 112px;
  background: #ED751C;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
}
.breads-outer {
  background-color: #F7F7F7;
  padding: 8px 0;
}
.breads {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 12px;
  color: #9C9C9C;
}
.breads .bread {
  cursor: pointer;
}
.breads .bread.active {
  color: #000000;
  font-weight: 600;
}
.breads .bread:hover:not(.active) {
  color: #ED751C;
}
.lay-container.info {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
}
.lay-container.info .lay-carousel-outer {
  flex: 1;
  min-width: 0;
}
.lay-container.info .info-right {
  width: 400px;
  flex-shrink: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-container.info .info-right .info-top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-container.info .info-right .info-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-carousel-thumb {
  padding: 16px;
  position: relative;
}
.lay-carousel-thumb .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.lay-carousel-thumb .item-list::-webkit-scrollbar {
  display: none;
}
.lay-carousel-thumb .item-list .item {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.lay-carousel-thumb .item-list .item .item-img {
  width: 64px;
  height: 42px;
  border-radius: 4px;
  object-fit: cover;
}
.lay-carousel-thumb .item-list .item .item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: opacity 0.3s;
}
.lay-carousel-thumb .item-list .item.active .item-mask {
  opacity: 0;
}
.lay-carousel-thumb .switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  cursor: pointer;
  z-index: 1;
}
.lay-carousel-thumb .switch.last {
  left: 8px;
}
.lay-carousel-thumb .switch.next {
  right: 8px;
}
.lay-carousel-thumb .switch i {
  font-size: 16px;
  color: #000000;
}
.lay-carousel-notice {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 10;
}
.lay-carousel-notice.notice-fixed {
  position: fixed;
}
.lay-carousel-notice .lay-carousel-notice-name {
  margin-right: 8px;
}
.lay-carousel-notice .lay-carousel-notice-index {
  font-weight: 600;
}
.switch-fixed {
  position: relative;
}
.switch-fixed .switch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  cursor: pointer;
  z-index: 1;
}
.switch-fixed .switch.last {
  left: 6px;
}
.switch-fixed .switch.next {
  right: 6px;
}
.switch-fixed .switch.lay-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.switch-fixed .switch i {
  font-size: 20px;
  color: #000000;
}
.lay-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.indicator-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 16px;
}
.indicator-list .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  cursor: pointer;
}
.indicator-list .indicator.active {
  background-color: #ED751C;
}
.item-download {
  padding: 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.item-download .item-download-title {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.item-download .item-download-file {
  color: #ED751C;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.item-download .item-download-file:hover {
  color: #D9572A;
}
.key-features {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
}
.key-features .feature-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  color: #1E1E1E;
  font-size: 14px;
  line-height: 20px;
}
.key-features .feature-item .feature-bullet {
  color: #ED751C;
  font-weight: 700;
  flex-shrink: 0;
}
.key-features .feature-item .feature-text {
  flex: 1;
}
.stripe-button-wrapper {
  line-height: 0;
}
.info-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
