.button-theme {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 41px;
  background: #212322;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;

  flex: 1;
}
.button-theme:hover {
  opacity: 0.7;
}
.button-def {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 41px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #212322;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;

  flex: 1;
}
.button-def:hover {
  opacity: 0.7;
}
.hover {
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
.hover:hover {
  opacity: 0.7;
}
.bor {
  border: solid 1px red;
}
.chakankefang-container {
  width: 1304px;
  margin: 0 auto;
  padding: 70px 0;
  font-family: HarmonyOS Sans SC;
}
.chakankefang-container .top-filter {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  background: #f5f5f6;
  border: 1px solid #e4e4e4;
  border-left: none;
}
.chakankefang-container .top-filter .filter-item.filter-item-1 {
  width: 373px;
  flex: none;
}
.chakankefang-container .top-filter .filter-box {
  position: relative;
  display: flex;
  flex: 1;
}
.chakankefang-container .top-filter .filter-box .filter-tag {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 30px;
  background: #e4e4e4;
  border-radius: 15px;
}
.chakankefang-container .top-filter .filter-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e4e4e4;
  cursor: pointer;
}
.chakankefang-container .top-filter .filter-item .item-icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  object-fit: contain;
}
.chakankefang-container .top-filter .filter-item .item-label {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  padding-right: 20px;
}
.chakankefang-container .top-filter .filter-item .item-value {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.chakankefang-container .top-filter .filter-item .item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 30px;
  margin-left: 30px;
  background: #e4e4e4;
  border-radius: 15px;
}
.chakankefang-container .item-select-num-pop .item-select-num-pop-inner {
  display: none;
  position: absolute;
  z-index: 300;
  left: 0px;
  top: 60px;
  width: 100%;
  width: 373px;
  padding: 25px 30px 10px;
  padding: 25px 0px 10px;
  background: #f5f5f6;
  border: 1px solid #e4e4e4;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
}
.chakankefang-container .item-select-num-pop .item-select-num-pop-marsk {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.chakankefang-container .item-select-num-pop .select-num-title {
  font-weight: 400;
  font-size: 24px;
  color: #212322;
  padding: 0px 30px;
  margin-bottom: 30px;
}
.chakankefang-container .item-select-num-pop .select-kefang-list {
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  padding: 0 30px;
  overflow-y: auto;
}
.chakankefang-container .item-select-num-pop .kefang-item {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.chakankefang-container .item-select-num-pop .select-num-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chakankefang-container .item-select-num-pop .add-kefang {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
.chakankefang-container .item-select-num-pop .add-kefang:hover {
  opacity: 0.7;
}
.chakankefang-container .item-select-num-pop .add-kefang .add-kefang-text {
  font-weight: 400;
  font-size: 20px;
  color: #212322;
}
.chakankefang-container .item-select-num-pop .add-kefang .add-kefang-icon {
  margin-left: 10px;
}
.chakankefang-container .item-select-num-pop .select-num-subtitle {
  font-weight: 400;
  font-size: 24px;
  color: #212322;
}
.chakankefang-container .item-select-num-pop .select-num-item {
  display: flex;
  align-items: center;
  height: 44px;
  margin-bottom: 30px;
}
.chakankefang-container .item-select-num-pop .select-num-item .select-num-item-label {
  font-weight: 400;
  font-size: 20px;
  color: #212322;
  flex: 1;
}
.chakankefang-container .kefang-head {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.chakankefang-container .kefang-head .kefang-head-title {
  font-family: HYRunYuan;
  font-weight: normal;
  font-size: 46px;
  color: #212322;
  /* flex: 1; */

  flex: 0 0 30%;
}
.chakankefang-container .kefang-head .kefang-head-filter {
  display: flex;

  flex: 1;
  justify-content: flex-end;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item {
  margin-left: 20px;
  display: flex;
  align-items: center;
  min-width: 50px;
  height: 50px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;

  flex: 1;

  position: relative;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item#chaKanFangShi{
  max-width: 350px;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item#paiXuFangShi{
   max-width: fit-content;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item#guoLuQI{
  max-width: fit-content;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item:hover .filter-select-item_tit{
  opacity: 0.7;
}


.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item .select-item-text {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;

  width: 100%;

  display: flex;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item .select-item-text span{
  flex: 0 0 auto;
}
.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item .select-item-text span:nth-child(2){
  flex: 1;

  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 显示的行数 */
    overflow: hidden;
}


.chakankefang-container .kefang-head .kefang-head-filter .filter-select-item .select-item-icon {
  margin-left: 10px;
}
.chakankefang-container .kefang-list {
  margin-top: 30px;
}
.chakankefang-container .kefang-list .kefang-list-item {
  display: flex;
  width: 1304px;
  min-height: 382px;
  margin-bottom: 30px;
  background: #f5f5f6;
  border: 1px solid #e4e4e4;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box {
  display: flex;
  flex: 1;
  padding: 20px;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-swiper-box {
  width: 464px;
  height: 261px;

  flex-shrink: 0;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-swiper-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  margin-left: 30px;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box .left-text-1 {
  font-family: HYRunYuan;
  font-weight: normal;
  font-size: 26px;
  color: #212322;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box .left-text-2 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #212322;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box .left-text-3 {
  margin-top: 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #212322;

  max-height: 150px;
  overflow-y: auto;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box .left-text-4 {
  margin-top: auto;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #212322;
  width: fit-content;
  padding: 5px;
  border-bottom: 1px solid #212322;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
.chakankefang-container .kefang-list .kefang-list-item .item-left-box .left-info-box .left-text-4:hover{
  opacity: 0.7;
}
.chakankefang-container .kefang-list .kefang-list-item .item-right-box {
  display: flex;
  flex-direction: column;
  width: 274px;
  /* height: 100%; */
  padding: 40px;
  background: #e4e4e4;

  justify-content: space-between;
}
.chakankefang-container .kefang-list .kefang-list-item .item-right-box .right-text-1 {
  font-weight: 400;
  font-size: 16px;
  color: #212322;
  margin-bottom: 20px;
}
.chakankefang-container .kefang-list .kefang-list-item .item-right-box .right-text-2 {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 42px;
  color: #212322;
  margin-bottom: 20px;
}
.chakankefang-container .kefang-list .kefang-list-item .item-right-box .right-text-3 {
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #212322;
  margin-bottom: 20px;
}
.chakankefang-container .kefang-list .kefang-list-item .item-right-box .button {
  margin-top: 10px;
}
.select-count {
  display: flex;
  height: 44px;
  border: solid 1px #e4e4e4;
}
.select-count .count-button {
  all: unset;
  /* 清除所有默认样式 */
  display: inline-block;
  /* 保持按钮的块级行为 */
  background: none;
  /* 移除背景 */
  border: none;
  /* 移除边框 */
  padding: 0;
  /* 移除内边距 */
  margin: 0;
  /* 移除外边距 */
  font: inherit;
  /* 继承父元素字体 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #212322;
  background: #e4e4e4;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
.select-count .count-button:hover {
  opacity: 0.7;
}
.select-count .count-button:active {
  background: #acacac;
}
.select-count .count-input {
  all: unset;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font: inherit;
  background: #e4e4e4;
  font-weight: 400;
  font-size: 20px;
  color: #212322;
  width: 50px;
  height: 100%;
  text-align: center;
}
.select-count .count-decrease {
  width: 44px;
}


.vip_box{
  width: 100%;
  height: 92px;
  background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024112711172897990/cms/image/58f89337-54c6-47ee-a26e-b436544a8b6d.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 48px;
}
.vip_box p{
  color: #FFFFFF;
	font-size: 26px;
	font-family: "hyrunyuan-45s";
}
.vip_box a.vip_add{
  border-bottom: 1px solid #fff;
	font-family: "hyrunyuan-45s";
	font-size: 26px;
	color: rgba(255,255,255,1);
}

.e_button-12{
  border-radius: 0px;
  background-color: #b3884f;
  font-size: 16px;
  line-height: 41px;
  padding: 0;
  width: 100%;
}
.e_button-12:hover{
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border-style: none;
    background-color: #b3884f;
}
.e_button-12:hover{
  opacity: 0.7;
}





/* 筛选 */
/* 查看方式 */
.filter-select-item_tit{
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}
#chaKanFangShi{
  position: relative;
}
.filter-select-item .show_type{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;

  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;


  display: none;
}
.filter-select-item .show_type .s_titem{
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;

  
}

.filter-select-item .show_type .s_titem:hover{
  background-color: #f5f5f6;
}
.filter-select-item .show_type .s_titem.active{
  background-color: #f5f5f6;
  
}

