.lay-album {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.lay-album .item {
  position: relative;
}
.lay-album .item .item-img {
  width: 100%;
}
.lay-album .item-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.info-panel {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.info-panel .panel-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-panel .panel-left .panel-title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-panel .panel-left .panel-tags {
  display: flex;
  gap: 8px;
}
.info-panel .panel-left .panel-tags .panel-tag {
  color: #ED751C;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  background: #FFF5EE;
  padding: 0 10px;
  border-radius: 11px;
}
.info-panel .panel-left .panel-infos {
  height: 92px;
  display: flex;
  align-items: center;
}
.info-panel .panel-left .panel-infos .panel-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.info-panel .panel-left .panel-infos .panel-info .panel-info-content {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.info-panel .panel-left .panel-infos .panel-info .panel-info-title {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.info-panel .panel-left .panel-infos .panel-info-split {
  height: 32px;
  border-right: 1px solid #DBDBDB;
}
.info-panel .panel-left .panel-schools {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-panel .panel-left .panel-schools .panel-school {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-panel .panel-left .panel-schools .panel-school .panel-school-icon {
  width: 32px;
  height: 32px;
}
.info-panel .panel-left .panel-schools .panel-school .panel-school-text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}
.info-panel .panel-right {
  width: 376px;
  padding: 24px;
  box-shadow: 0 0 10px #0000000F;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-panel .panel-right .panel-favorite-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-panel .panel-right .panel-favorite-block .panel-date {
  width: 173px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.info-panel .panel-right .panel-favorite-block .panel-date span {
  color: #000000;
  font-weight: 600;
}
.info-panel .panel-right .panel-favorite-block .panel-favorite {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-panel .panel-right .panel-favorite-block .panel-favorite .panel-favorite-icon {
  width: 24px;
  height: 24px;
}
.info-panel .panel-right .panel-note {
  color: #ED751C;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  background: #FFF5EE;
  padding: 0 8px;
}
.info-panel .panel-right .panel-price {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.info-panel .panel-right .panel-price span {
  color: #EB430E;
  font-size: 26px;
  font-weight: 700;
}
.info-panel .panel-right .panel-btns {
  display: flex;
  gap: 16px;
}
.info-panel .panel-right .panel-btns .panel-btn-icon {
  cursor: pointer;
  height: 42px;
}
.info-panel .panel-right .panel-btns .panel-btn {
  cursor: pointer;
  flex: 1;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  background: #FD8A31;
}
.switchs {
  display: flex;
  gap: 40px;
  padding: 0 40px;
  border-radius: 4px;
  background: #F5F5F5;
  margin-bottom: 24px;
}
.switchs .switch {
  cursor: pointer;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 74px;
  position: relative;
}
.switchs .switch .switch-line {
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 16px;
}
.switchs .switch:hover .switch-line {
  background-color: #EB430E;
}
.block {
  padding: 16px 0;
  margin-bottom: 24px;
}
.block .block-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block .block-title span {
  cursor: pointer;
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.block .block-title span i {
  color: #000000;
}
.block .block-content {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
#map {
  width: 1080px;
  height: 308px;
  position: relative;
  display: flex;
  align-items: center;
}
.lay-switch {
  width: 380px;
  position: absolute;
  right: 8px;
  z-index: 99;
}
.lay-switch.layout {
  width: 100%;
  position: static;
}
.lay-switch.layout .switches {
  display: flex;
  gap: 8px;
  background-color: transparent;
  margin-bottom: 16px;
}
.lay-switch.layout .switches .switch {
  line-height: 32px;
  padding: 0 16px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}
.lay-switch.layout .switches .switch.active {
  color: #FFFFFF;
  font-weight: 600;
  border-color: #000000;
  background-color: #000000;
}
.lay-switch.layout .contents .content {
  height: auto;
}
.lay-switch.layout .contents .content.active {
  display: block;
}
.lay-switch.notice {
  width: 100%;
  position: static;
}
.lay-switch.notice .switches {
  display: flex;
  gap: 24px;
  background-color: transparent;
  margin-bottom: 16px;
  border-bottom: 1px solid #ECECEC;
}
.lay-switch.notice .switches .switch {
  color: #9C9C9C;
  font-weight: 600;
  line-height: 42px;
  padding: 0;
  border-top: 0;
  border-bottom: 3px solid transparent;
}
.lay-switch.notice .switches .switch.active {
  color: #000000;
  border-color: #EB430E;
}
.lay-switch.notice .contents .content {
  height: auto;
}
.lay-switch.notice .contents .content.active {
  display: block;
}
.map-items {
  height: 100%;
  overflow-y: scroll;
}
.map-items::-webkit-scrollbar {
  display: none;
}
.map-items .map-item {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid #ECECEC;
}
.block-panel {
  padding: 24px 32px;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
}
.layout-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.layout-items .layout-item {
  display: flex;
  gap: 16px;
  position: relative;
}
.layout-items .layout-item .layout-item-img {
  width: 128px;
  height: 128px;
}
.layout-items .layout-item .layout-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ECECEC;
}
.layout-items .layout-item .layout-item-info .layout-item-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.layout-items .layout-item .layout-item-info .layout-item-subtitle {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.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;
  line-height: 20px;
  display: flex;
  gap: 24px;
}
.layout-items .layout-item .layout-item-info .layout-item-area span,
.layout-items .layout-item .layout-item-info .layout-item-price span {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.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: 700;
}
.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: 0;
  bottom: 8px;
}
.lay-carousel.roommate {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lay-carousel.roommate .switch {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  background-color: transparent;
}
.lay-carousel.roommate .switch.active,
.lay-carousel.roommate .switch:hover {
  background-color: transparent;
}
.lay-carousel.roommate .item-list {
  display: flex;
  gap: 10px;
}
.lay-carousel.roommate .item-list .item {
  display: none;
}
.lay-carousel.roommate .indicator-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
}
.lay-carousel.roommate .indicator-list .indicator {
  cursor: pointer;
  width: 40px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.lay-carousel.roommate .indicator-list .indicator.active {
  background-color: #ffffff;
}
.lay-carousel.roommate.switch-fixed {
  position: relative;
}
.lay-carousel.roommate.switch-fixed .switch {
  position: absolute;
  z-index: 99;
  top: 62px;
}
.lay-carousel.roommate.switch-fixed .switch.last {
  left: 0;
}
.lay-carousel.roommate.switch-fixed .switch.next {
  right: 0;
}
.lay-carousel.roommate {
  flex-direction: column;
}
.lay-carousel.roommate .item-list {
  width: 100%;
}
.lay-carousel.roommate .item-list .item {
  width: 100%;
}
.lay-carousel.roommate .indicator-list {
  position: relative;
  bottom: 0;
  margin-top: 12px;
}
.lay-carousel.roommate .indicator-list .indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.lay-carousel.roommate .indicator-list .indicator.active {
  background-color: #ED751C;
}
.roommate-item {
  padding: 16px 40px;
  border-radius: 8px;
  background: #F5F5F5;
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}
.roommate-item .roommate-item-img {
  width: 112px;
  height: 112px;
}
.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;
}
.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;
  width: 112px;
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  border: 2px solid #ECECEC;
  border-radius: 100px;
}
.roommate-btn-block {
  display: flex;
  justify-content: flex-end;
}
.roommate-btn-block .roommate-btn {
  cursor: pointer;
  padding: 0 28px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  background-color: #ED751C;
  margin-top: 12px;
}
.block-subtitle {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.equipments {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.equipments .equipment {
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.equipments .equipment .equipment-icon {
  width: 40px;
  height: 40px;
}
.equipments .equipment .equipment-text {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.block-note {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
.fees {
  display: flex;
  gap: 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;
}
.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;
}
.lay-item {
  margin-top: 60px;
}
.lay-item .lay-item-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.lay-item .lay-item-title .lay-item-title-more {
  cursor: pointer;
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  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: 24px;
}
.lay-item .item-list .item {
  cursor: pointer;
  width: 252px;
}
.lay-item .item-list .item.news {
  width: 528px;
  display: flex;
  gap: 24px;
}
.lay-item .item-list .item.news .item-img {
  width: 180px;
  height: 120px;
}
.lay-item .item-list .item.news .item-content {
  padding: 0;
}
.lay-item .item-list .item.news .item-content .item-content-title {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}
.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: 14px;
  font-weight: 400;
}
.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;
  gap: 12px;
}
.lay-item .item-list .item .item-content .item-content-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.lay-item .item-list .item .item-content .item-content-desc {
  color: #575757;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.lay-item .item-list .item .item-content .item-content-price {
  color: #EB430E;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.lay-item .item-list .item .item-content .item-content-tags {
  display: flex;
  gap: 8px;
  overflow-x: scroll;
}
.lay-item .item-list .item .item-content .item-content-tags::-webkit-scrollbar {
  display: none;
}
.lay-item .item-list .item .item-content .item-content-tags .item-content-tag {
  flex-shrink: 0;
  color: #2D2D2D;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  background: #F5F5F5;
}
.lay-item .item-list .item .item-content .item-content-schools {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lay-item .item-list .item .item-content .item-content-schools .item-content-school {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lay-item .item-list .item .item-content .item-content-schools .item-content-school .item-content-school-icon {
  width: 20px;
  height: 20px;
}
.lay-item .item-list .item .item-content .item-content-schools .item-content-school .item-content-school-text {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lay-item .item-list .item .item-content .item-content-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lay-item .item-list .item .item-content .item-content-user .item-content-user-avatars {
  display: flex;
}
.lay-item .item-list .item .item-content .item-content-user .item-content-user-avatars .item-content-user-avatar {
  width: 24px;
  height: 24px;
  margin-left: -6px;
  border-radius: 50%;
}
.lay-item .item-list .item .item-content .item-content-user .item-content-user-avatars .item-content-user-avatar:first-child {
  margin-left: 0;
}
.lay-item .item-list .item .item-content .item-content-user .item-content-user-btn {
  cursor: pointer;
  width: 112px;
  color: #ED751C;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  border: 2px solid #ECECEC;
  border-radius: 100px;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-rate .modal-dialog {
  width: 640px;
  padding: 16px;
  background-color: #FFFFFF;
}
.title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.roommate {
  position: relative;
  margin-bottom: 24px;
}
.roommate .roommate-notice {
  padding: 16px;
  background-color: #F7F7F7;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.roommate .roommate-count {
  padding: 16px 0;
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.roommate .roommate-count span {
  color: #ED751C;
}
.roommate .roommate-users {
  display: flex;
  gap: 16px;
}
.roommate .roommate-users .roommate-user .roommate-user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.roommate .roommate-users .roommate-user .roommate-user-tag {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
}
.roommate .roommate-title {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.roommate .roommate-content {
  color: #575757;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
.roommate .roommate-gender {
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC;
}
.roommate .roommate-description {
  padding: 16px 0;
  border-bottom: 1px solid #ECECEC;
}
.roommate .roommate-status {
  width: 250px;
  height: 250px;
  position: absolute;
  right: -50px;
  top: -50px;
}
.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-pre {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lay-carousel.carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
}
.lay-carousel.carousel.switch-fixed {
  position: relative;
}
.lay-carousel.carousel.switch-fixed .switch {
  position: absolute;
  z-index: 99;
}
.lay-carousel.carousel.switch-fixed .switch.last {
  left: -100px;
}
.lay-carousel.carousel.switch-fixed .switch.next {
  right: -100px;
}
.lay-carousel.carousel .switch {
  color: #FFFFFF;
  font-size: 26px;
  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: 80px;
  height: 80px;
  padding: 0;
  border-radius: 80px;
  box-sizing: border-box;
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel.carousel .switch.active,
.lay-carousel.carousel .switch:hover {
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel.carousel .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.lay-carousel.carousel .item-list .item {
  display: none;
}
.lay-carousel.carousel .item-list .item .item-img {
  width: 900px;
  height: 588px;
}
.lay-carousel.carousel .indicator-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  bottom: 30px;
}
.lay-carousel.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.carousel .indicator-list .indicator.active {
  background-color: #ffffff;
  border: 0 solid transparent;
}
.lay-carousel-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
  margin-top: 10px;
}
.lay-carousel-notice .lay-carousel-notice-name {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
}
.lay-carousel-notice .lay-carousel-notice-index {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 0;
}
.lay-carousel-thumb {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.lay-carousel-thumb .switch {
  flex: 1;
  color: #FFFFFF;
  font-size: 26px;
  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: auto;
  height: 42px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel-thumb .switch.active,
.lay-carousel-thumb .switch:hover {
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel-thumb .item-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  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: 64px;
  height: 42px;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel-thumb .item-list .item .item-img:hover {
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-carousel-thumb .item-list .item.active .item-img {
  background-color: transparent;
  border: 0 solid transparent;
}
.lay-mask {
  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;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 solid transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.article-title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 24px;
}
.article-title-block .article-title {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.article-title-block .article-time {
  color: #575757;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.article-content img {
  max-width: 100%;
}
.lay-sticky {
  overflow: auto;
}
.lay-sticky.lay-sticky-bar::-webkit-scrollbar {
  display: none;
}
.lay-sticky .lay-sticky-item {
  position: sticky;
  top: 0;
}
.lay-sticky {
  height: 100vh;
}
.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: 15px;
  font-weight: normal;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 24px;
  margin-bottom: 20px;
}
.index-form .index-form-title span {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.index-form .index-form-title .index-form-title-span {
  text-align: center;
}
.index-form .index-form-info {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.index-form .index-form-info span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.index-form .index-form-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.index-form .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 20px;
}
.index-form input,
.index-form textarea,
.index-form select {
  border-color: #f5f5f5;
  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;
  padding: 32px 24px;
}
.advertise-list .advertise {
  margin-bottom: 8px;
}
.articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.articles .article {
  cursor: pointer;
  display: flex;
  gap: 16px;
}
.articles .article .article-cover {
  width: 200px;
  height: 146px;
}
.articles .article .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #575757;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.articles .article .article-time {
  white-space: nowrap;
  color: #C3C3C3;
}
.articles .article .article-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.articles .article .article-more {
  color: #891C28;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}
.articles .article .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.articles .article .right-top {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
