/* 隐藏Chrome/Safari/Edge的滚动条 */
::-webkit-scrollbar {
  display: none; /* 宽度设为0也可以：width: 0; */
}

/* 隐藏Firefox的滚动条 */
html {
  scrollbar-width: none; /* 可选值：auto | thin | none */
}

/* 兼容IE/Edge旧版本 */
body {
  -ms-overflow-style: none; /* 可选值：auto | none | scrollbar | -ms-autohiding-scrollbar */
}
.position-li {
    margin: 20px;
    font-size: 14px;
    color: #333;
}

/* 导航项横向排列 */
.position-li ul {
    display: flex;
    align-items: center;
}

/* 每个导航项样式 */
.position-li li {
    margin-right: 8px;
}

/* 分隔符（>）样式 */
.position-li li:not(:last-child)::after {
    content: ">";
    margin-left: 8px;
    color: #999;
}

.house-img {
    max-width: 580px !important;
    height: 360px;
}

.house-img img {
    width: 580px !important;
    /* height: 100%; */
}

.house-smallimg {
    max-width: 600px;
}
#houseContent .items-center img{
	max-width:45px;
}
.house-info {
    padding: 0 !important;
    background: #FFFFFF;
    width: 620px !important;
    height: 496px !important;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
}
.house-people {
    padding: 30px 60px;
    display: flex;
}

.house-people-left button {
    width: 260px;
    height: 64px;
    background: #CF2B10;
    border-radius: 37px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.man p{
    font-size: 16px !important;
}
   
.lck{
	padding: 16px 40px;
}
#drcContent .gap-2{
	gap:1rem;
}
#thumbPrevBtn{
	width: 18px;
    height: 80%;
    background: #6F7787;
    border-radius: 0px;
    color: #fff !important;
}
#thumbNextBtn{
	width: 18px;
    height: 80%;
    background: #6F7787;
    border-radius: 0px;
    color: #fff !important;
}
#supportContent .buju{
	overflow:hidden;
}
#mapImageContainer{
	width:100%;
	height:100%;
}
    
.look1 {

    background: #F7B500;
    border-radius: 28px;
    color: #FFF;
    text-align: center;
    padding: 10px 40px;
    margin-bottom: 20px;
}

.look2 {

    border-radius: 28px;
    border: 1px solid #F7B500;
    color: #F7B500;
    text-align: center;
    padding: 10px 20px;
	  transition: background-color 0.3s;
            position: relative; /* 为弹框定位做准备 */
            cursor: pointer;
}
.look2:hover {
            background-color: #e8e8e8;
        }
.look2 i{ margin-right: 5px;}
 /* 弹框样式 */
        .share-popup {
            position: absolute;
            top: 100%; /* 弹框出现在按钮下方 */
            left: 0;
            margin-top: 8px;
            padding: 8px;
            background-color: #fff;
            border-radius: 4px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
            z-index: 999;
            display: none; /* 默认隐藏 */
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        /* 弹框显示状态 */
        .share-popup.show {
            display: block;
            opacity: 1;
        }

        /* 弹框内图片样式 */
        .share-popup img {
            width: 200px; /* 可根据需要调整图片宽度 */
            height: auto;
            border-radius: 2px;
        }

        /* 三角箭头样式（可选） */
        .share-popup::before {
            content: '';
            position: absolute;
            top: -8px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #fff;
        }
.font-medium {
    width: 100%;
    /* background: #F9F9F9; */
    padding: 0px 20px !important;
}
.table img{
    width: 100%;
    height: 100%;
}
#layoutContent img{
    width: 100%;
    height: auto;
}
.yaoqiu{
    padding: 10px 0px !important;
    background: #f9f9f9;
}
.you{
    position: relative;
    border: none;
    border-radius: none;
}
.xing{
    background: #FFFFFF;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
    font-size: 18px;
    padding-bottom: 50px;
    padding: 0px 0px 0 0px !important;
}

.tab-active {
    /* width: 113px; */
    height: 36px;
    background: #F8E6E6;
    border-radius: 23px;
    color: #BC050E;
    border: none;
    text-align: center;
    align-items: center;
    padding: 8px 20px;
}
.tab-content{ padding-bottom: 50px;}
#supportContent{ padding-bottom: 0; margin-top: 0;}

.pb-2 {
    padding: 8px;
}
.tab-item{
	font-weight:800;
	cursor:pointer;
}
    .md\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
	.gap-4 {
    gap: 2rem !important;
}
.items-center{
	/* color:#888888 !important; */
}
.items-center:hover{
	color:#sFD4E39 !important;
	
}
@media(max-width:1440px){
	.lck{
	padding: 16px 0px;
}
.buju p{
	font-size:12px;
}
    .nav-top-right{
        margin-left: 330px !important;
    }
    .container {
        max-width: 1000px !important;
    }
    .nav-menu{
        margin-left: 0px !important;
    }
    .house-img img{
        /* width: 420px !important; */
        height: auto;
    }
    .house-people{
        padding: 20px;
    }
    .look1{
        padding: 10px 30px;
        border-radius: 20px;
    }
    .look2{
        padding: 10px 10px;
        border-radius: 20px;
		width: 130px;
		font-size: 14px;
    }
    .house-people-left button{
        width: 185px;
        height: 46px;
        border-radius: 26px;
        font-size: 16px;
    }
    .house-info{
        height: auto !important;
    }
    .footer .container{
        max-width: 1440px !important;
    }
}
@media (max-width: 1200px) {
    .house-people{
        padding: 15px;
    }
    .house-img img{
        width: 500px !important;
    }
    .house-smallimg{
        width: 500px;
    }
}

@media (max-width: 992px) {
    .flex{
        flex-wrap: wrap;
    }
    .house-img {
        width: 100% !important;
    }
    .house-smallimg{
        width: 100%;
    }
    .house-img img{
        width: 100% !important;
    }
 
    .house-info{
        margin-top: 160px !important;
    }
}
   @media (min-width: 1536px) {
    .container {
        max-width: 1200px !important;
    }}