@charset "UTF-8";
@import "https://file-cn.liuzhuapp.com/xjpzf/iconfont/iconfont.css";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  --theme-color: #E82D3E;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", sans-serif;
}

/* 弹窗提示 */
.ui-show-tip {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 9999 !important;
}

.ui-show-tip .ui-show-type {
  display: flex;
  align-items: center;
  padding: 15px 12px;
  min-width: 150px;
  border-radius: 5px;
}

.ui-show-tip .ui-show-type .show-tip-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}

.ui-show-tip .ui-show-type .show-tip-text {
  display: inline-block;
  font-size: 16px;
}

.ui-show-tip .success {
  background: rgba(240, 248, 232, 0.9);
  border: 1px solid #d1efb5;
}

.ui-show-tip .success .icon-success {
  color: #7ab83a;
}

.ui-show-tip .success .show-tip-text {
  color: #7ab83a;
}

.ui-show-tip .error {
  background: rgb(250, 238, 238);
  border: 1px solid #d86363;
}

.ui-show-tip .error .icon-error {
  color: #d86363;
}

.ui-show-tip .error .show-tip-text {
  color: #d86363;
}

/* 对于表单元素等可能不继承body字体的元素，单独设置 */
input, button, select, textarea {
  font-family: inherit; /* 继承body的字体设置 */
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  opacity: 0.8;
  border-radius: 3px;
}

a {
  color: #352A2A;
  text-decoration: none;
}

i {
  font-style: normal;
}

a:hover {
  color: var(--theme-color);
}

img {
  vertical-align: top;
}

.house-tags {
  list-style-type: none;
  display: flex;
  margin-bottom: 10px;
}
.house-tags li {
  line-height: 24px;
  height: 24px;
  background: #F5F5F5;
  border-radius: 2px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-right: 10px;
  padding: 0 6px;
  /* 1. 强制文本在一行内显示（核心） */
  white-space: nowrap;
  /* 2. 溢出部分隐藏 */
  /* 3. 溢出文本显示省略号 */
  text-overflow: ellipsis;
}
.house-tags li:last-child {
  margin-right: 10px;
}
.house-tags li.ellipsis-item {
  position: relative;
  width: 50px;
}
.house-tags .ellipsis-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 26px;
  z-index: 999 !important;
  padding: 10px 0 0 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.3);
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.house-tags .ellipsis-box div {
  height: 24px;
  min-width: 200px;
  text-align: center;
  padding: 0 10px;
  background: #F5F5F5;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.house-tags .ellipsis-box div:nth-child(4n) {
  margin-right: 0;
}
.house-tags .ellipsis-box::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  border-width: 0 8px 8px; /* 上边框透明，下边框有颜色 */
  border-style: solid;
  border-color: transparent transparent #fff;
}

.container {
  display: block;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.header {
  height: 120px;
  background: linear-gradient(133deg, #E82D3E 0%, #FF6F6F 100%), #F8F8F8;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.header .container .logo .v-line {
  width: 1px;
  height: 24px;
  margin: 0 20px;
  background: #FF8C8C;
}
.header .container .header-title {
  font-size: 20px;
  line-height: 24px;
}
.header .container a {
  color: #fff;
  text-decoration: none;
}
.header .container .header-logo {
  transition: 0.2s;
  max-height: 100%;
}
.header .container .header-search {
  width: 430px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  padding: 0 20px 0 10px;
  color: #B2B2B2;
  margin: 0 30px 0 50px;
}
.header .container .header-search input {
  outline: none;
  line-height: 40px;
  font-size: 14px;
  border-width: 0;
  flex: 1;
}
.header .container .header-search input::placeholder {
  color: #B2B2B2;
}
.header .container .header-search .iconfont {
  color: #B2B2B2;
  cursor: pointer;
}
.header .container {
  /* 下拉菜单容器样式 */
}
.header .container .header-select-box {
  width: 150px;
  margin: 50px auto;
  position: relative;
}
.header .container .header-select-box a {
  text-decoration: none;
  color: #333333;
  display: flex;
  align-items: center;
}
.header .container .header-select-box {
  /* 下拉触发按钮样式 */
}
.header .container .header-select-box .dropdown-trigger {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.header .container .header-select-box .dropdown-trigger img {
  margin-right: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.header .container .header-select-box {
  /* 下拉箭头样式 */
}
.header .container .header-select-box .dropdown-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform 0.3s ease;
}
.header .container .header-select-box {
  /* 箭头旋转样式（展开时） */
}
.header .container .header-select-box .dropdown-trigger.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .container .header-select-box {
  /* 下拉选项列表样式 */
}
.header .container .header-select-box .header-select {
  width: 200px;
  border-top: none;
  border-radius: 4px;
  list-style: none;
  padding: 10px 0;
  margin: 20px 0 0;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  box-shadow: 0 0 20px 0 rgba(165, 165, 165, 0.3);
  z-index: 999;
  height: 114px;
  background-color: #fff;
  box-sizing: border-box;
}
.header .container .header-select-box .header-select::before {
  position: absolute;
  right: 47px;
  top: -8px;
  /* 尖角顶端对齐容器顶部（向上突出） */
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  /* 核心：只保留底部边框为粉色，其余三边透明，形成朝上尖角 */
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  /* 可选：消除尖角锯齿（优化视觉效果） */
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.header .container .header-select-box {
  /* 选项样式 */
}
.header .container .header-select-box .header-select li {
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}
.header .container .header-select-box .header-select li img {
  margin-right: 8px;
}
.header .container .header-select-box {
  /* 选项 hover 效果 */
}
.header .container .header-select-box .header-select li:hover {
  background-color: #F8F8F8;
}
.header .container .header-select-box {
  /* 选中项样式 */
}
.header .container .header-select-box .header-select li.selected {
  background-color: #F8F8F8;
  font-weight: 500;
}

.tab {
  clear: both;
}
.tab.tab-colorful .tab-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
  overflow: hidden;
}
.tab.tab-colorful .tab-header li {
  cursor: pointer;
  float: left;
  margin-right: 48px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  color: #352A2A;
  padding-bottom: 10px;
  letter-spacing: -0.5px;
}
.tab.tab-colorful .tab-header li:hover {
  color: var(--theme-color);
}
.tab.tab-colorful .tab-header li.active {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: var(--theme-color);
}
.tab.tab-colorful .tab-header li.active::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--theme-color);
}
.tab.tab-colorful .tab-header li:last-child {
  margin-right: 48rpx;
}
.tab.tab-colorful .tab-main {
  clear: both;
  width: calc(100% - 340px);
  min-height: 100px;
}
.tab.tab--border .tab-header {
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
  height: 32px;
}
.tab.tab--border .tab-header .tab-header-affix {
  position: absolute;
  z-index: 2;
  right: 0;
  color: var(--theme-color);
}
.tab.tab--border .tab-header li {
  cursor: pointer;
  float: left;
  min-width: 100px;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  margin-bottom: -1px;
  margin-left: -1px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.5px;
}
.tab.tab--border .tab-header li:first-child {
  margin-left: 0;
}
.tab.tab--border .tab-header li:hover {
  color: var(--theme-color);
}
.tab.tab--border .tab-header li.active {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--theme-color);
  border-bottom-color: #ffffff;
}
.tab.tab--border .tab-header li:last-child {
  margin-right: 48rpx;
}
.tab.tab--border .tab-main {
  clear: both;
}

.pagination .pagination-item {
  margin-right: 10px;
  min-width: 30px;
  padding: 0 5px;
  height: 30px;
  background: #F8F8F8;
  border-radius: 2px 2px 2px 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #352A2A;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
}
.pagination .pagination-item.pagination-item--current {
  background-color: transparent;
  color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}
.pagination .pagination-item.pagination--prev, .pagination .pagination-item.pagination--next {
  min-width: 64px;
  padding: 0 8px;
  height: 30px;
  background: var(--theme-color);
  border-radius: 2px;
  color: #ffffff;
}
.pagination .pagination-item.pagination--disabled {
  background-color: #ffffff;
  border-color: #ededed;
  color: #999999;
}
.pagination .pagination-item:last-child {
  margin-right: 0;
}

.footer {
  height: 100px;
  background: #F8F8F8;
  border-top: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .container {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-left {
  display: flex;
  align-items: center;
}
.footer .footer-left .member-of {
  font-size: 16px;
  color: #666;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
}
.footer .footer-left .v-line {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  background: #dedede;
  margin: 0 15px;
  clear: both;
}
.footer .footer-right {
  align-items: end;
  height: 40px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.footer .footer-right p span {
  color: #666;
}
.footer .footer-right p {
  text-align: right;
  line-height: 20px;
  color: #999999;
}
.footer .footer-right p:nth-child(2) {
  font-size: 12px;
}

.ui-model {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}
.ui-model .ui-model-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-model .ui-model-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 200px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  cursor: default;
}
.ui-model .ui-model-box .ui-model-header {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-model .ui-model-box .ui-model-header span {
  font-size: 18px;
  color: #303133;
}
.ui-model .ui-model-box .ui-model-header i {
  font-size: 16px;
  color: #909399;
  padding: 5px;
  cursor: pointer;
}
.ui-model .ui-model-box .ui-model-content {
  flex: 1;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #606266;
}
.ui-model .ui-model-box .ui-model-footer {
  height: 40px;
  display: flex;
  align-items: end;
  justify-content: end;
}
.ui-model .ui-model-box .ui-model-footer button {
  width: 80px;
  height: 40px;
  display: block;
  border: none;
  background: var(--theme-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.ui-model .ui-model-box .ui-model-footer button:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=common.css.map */
