body { padding-top: 50px;font-family: 微软雅黑, 宋体, Arial;}
a{color:#333;text-decoration:none}
a:hover{color:#ed6d00;text-decoration:none}.baizi{font-family: 微软雅黑, 宋体, Arial;color: #ffffff;}
.baizi{color: #fff;}
.baizi:link {color: #fff;}
.baizi:visited {color: #fff;}
.baizi:hover {color: #fff;}
.baizi:active {color: #fff;}
/*top*/
.b00{ background-color:#ed6d00;margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: #d4d2d2 0px 0px 10px;
    -moz-box-shadow: #d4d2d2 0px 0px 10px;
    }
.logo{ width: 45%;float: left;}
.logoimg{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}
.navbar-default .navbar-brand { width: 80%;}
.navbar-brand{padding:5px 15px; }
.b01{ padding:0px;}
.nav{ margin:20px;}
.bdh{ font-size: 16px;margin: 0 10px}
.navbar-collapse{top:0;position: fixed;z-index: 9999;background-color:#fff;width: 100%;padding: 0;}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{max-height:80%; border-bottom: 1px solid #e3e3e3;border-top:3px solid #ed6d00;}
.navbar-collapse li{text-align: center; padding: 10px 0;}
.navbar-default .navbar-nav>li>a:hover{color:#ed6d00;background-color:#fff;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{background-color:#fff;}
.navbar-default .navbar-toggle{border-color: #fff;}
.navbar-toggle{margin-top:20xp;}


/*banner - 专用于顶部banner轮播图*/
#myCarousel .carousel-inner img{ margin:0 auto;}
#myCarousel .carousel-inner>.item>a>img {
    max-width: 150%;  
    /* 往左偏移25%使图片居中 */
    margin-left: -25%;
}
#myCarousel .carousel-indicators{bottom:0;}

/* banner轮播图指示器样式 - 专用于顶部banner轮播图 */
#myCarousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    padding: 0;
    width: auto;
}

#myCarousel .carousel-indicators li {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.7);
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

#myCarousel .carousel-indicators .active {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    transform: scale(1.3);
    border-color: rgba(255,255,255,0.9);
}

.tab-h2{font-size: 24px;text-align: center;letter-spacing: 1px;}
.tab-h4{font-size: 14px;text-align: center;letter-spacing: 1px;margin: 10px 0;}
.tab-p{font-size: 12px;line-height: 21px; text-align: center;letter-spacing: 1px;color: #999999; margin-bottom: 10px;}
/*tab1*/
#tab1{margin: 10px 0;}
.tab1-col-1{width: 20%; text-align: center;float: left; padding: 0 3px;}
.tab1-col-1 p{font-size: 12px;color: #888; line-height: 22px;padding: 3px;}

/*tab2*/
#tab2{background-color:#e3e3e3;padding: 20px 0 30px 0;}
#tab2 .col-xs-6 {
    padding-right: 8px;
    padding-left: 8px;
}
.tab2-col-1{width: 14%; text-align: center;float: left;padding: 0 5px;}
.tab2-col-1 h3{font-size: 12px;color: #ed6d00; line-height: 18px;padding: 0 2px;}
.tab2-col-1 p{font-size: 12px;color: #888; line-height: 22px;padding: 0 10px;}

/*tab3*/
#tab3{background-color:#fff;padding-top: 20px; }
#tab3 h3 {
  margin-top: 5px;
}
#tab3 img {
  width: 60px;
}
#tab3 .col-xs-6 {
  text-align: center;
}


/*tab4 - 保障配套专用样式*/
#tab4{background-color:#e3e3e3;padding: 20px 0;}

/* tab4专用容器布局 */
#tab4 .service-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#tab4 .service-row {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab4 .service-col {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
    flex: 0 0 100%;
    box-sizing: border-box;
}

/* tab4专用卡片样式 */
#tab4 .service-card {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #fff;
    height: 100%;
}

#tab4 .card-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: block;
}

#tab4 .card-body {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#tab4 .card-body h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    margin-top: 0;
}

#tab4 .card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 20px;
}

/* 健康保障滚动指示器 */
.service-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.service-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-indicator.active {
    background-color: #ed6d00;
    width: 30px;
    border-radius: 5px;
}

/* 旧版样式保留 */
.tab4-col-1{width: 20%; text-align: center;float: left;padding: 0 5px;}
.tab4-col-1 h3{font-size: 14px;padding: 0 5px;}
.tab4-col-1 img{border: 3px solid #ed6d00;}

/*tab5*/
#tab5{margin: 10px 0; padding-top: 20px; background: linear-gradient(to bottom, #ffffff, #f2b876);}
#tab5 .row{padding:0 10px;}
#tab5 .col-xs-4{padding: 10px;}

/*tab6*/
#tab6{ padding: 30px 0; background-color: #fff;}
#tab6 h4{font-size: 16px; line-height: 33px; border-bottom: 1px solid #e3e3e3; padding: 0 10px 10px 10px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#tab6 .glyphicon{font-size: 14px;color: #ccc;}
#tab6 .btn-default{color: #999;}

/*tab7*/
#tab7 p{color:#666;}
#tab7 .more{width: 100px;display: inline-block;line-height: 30px;text-align: center;background-color: #ed6d00;color: #fff;}

/* tab7专用样式 - 一个终身管家 */
#tab7 .service-section {
    width: 100%;
    background: linear-gradient(to right, #fff7ce, #ffb663);
    padding: 20px 0;
}

#tab7 .service-content {
    padding: 15px 10px 0 10px;
    text-align: left;
}

#tab7 .service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: row;
    text-align: left;
}

#tab7 .service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
    flex-shrink: 0;
}

#tab7 .service-icon img {
    width: 60px;
    height: 60px;
}

#tab7 .service-text h3 {
    font-size: 20px;
    text-align: left;
    color: #333333;
    margin: 0 0 5px;
    font-weight: 500;
}

#tab7 .service-text p {
    font-size: 12px;
    color: #333333;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

#tab7 .service-img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

/* tab3专用样式 - 特色服务 */
#tab3 .bg-section {
    width: 100%;
    background: url("../images/tab3bj.webp") no-repeat -420px center;
    background-size: cover;
    padding: 50px 20px 10px 20px;
    overflow: hidden;
}

#tab3 .service-container {
    position: relative;
    z-index: 2;
    color: #fff;
}

#tab3 .service-item {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}

#tab3 .service-item div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#tab3 .service-item img {
    max-width: 60px;
    height: auto;
    display: block;
}

#tab3 .service-item h3 {
    font-size: 18px;
    margin: 5px 0;
    text-align: center;
    color: #fff;
}

/*pdtop*/
.jumbotron{
	background: url(../images/pbanner.jpg) top;
}
.jumbotron h1{font-size: 24px;color: #fff;}
.jumbotron h4{font-size: 12px;color: #E3E3E3;}
.jumbotron hgroup{padding-left: 60px;}

/*zhengwennr*/
#zhengwennr{ font-size: 16px;line-height: 33px;color: #666;}
#zhengwennr h3{font-size: 22px; line-height: 33px;color: #000;}
#zhengwennr .container{padding: 0 10px 50px 10px;}
#zhengwennr img{ width: 100%; margin: 5px 0;}

#video {width: 100%;}
/*liebiao*/
#liebiao{padding: 0 0 50px 0}
#liebiao .col-xs-4{padding-right: 0;}
#liebiao h4{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

#liebiao .info-content{ padding: 20px 0; border-bottom: 1px solid #e9e9e9;}
#liebiao p{color: #999; line-height: 22px;}

/*cpliebiao*/
#cpliebiao{padding: 0 0 30px 0;text-align: center;}
#cpliebiao h4{color: #666; font-size: 14px; line-height:25px; height:35px;}
#cpliebiao .col-xs-6 {padding-right: 8px;padding-left: 8px;}
#cpliebiao .thumbnail{border: 0;margin-bottom:0;}
#cpliebiao img { height:100px;}

/*liuyan*/
#liuyan{padding: 50px 0;text-align: center;font-size: 16px;}
#liuyan .form-horizontal .form-group{margin-left: 0;margin-right: 0;font-size: 16px;}
#liuyan label{float: left;padding:8px 0 0 30px;}



/*footer*/
#footer{background-color: #f9f9f9;padding: 20px 0 70px 0; text-align: center; border-top:1px solid #e3e3e3;}
#footer p{color: #999;font-size: 11px;}
#footer .friendship-links p{font-size: 14px;}
#footer .friendship-links a{font-size: 14px;}
.btn-primary{background-color: #ed6d00;border-color: #ed6d00;}
.btn-primary:hover{background-color: #d45a00;border-color: #d45a00;}
.btn-primary:visited{background-color: #ed6d00;border-color: #ed6d00;}
.btn-primary:active{background-color: #d45a00;border-color: #d45a00;}

/* 预约参观样式 - 手机端适配 */
.reserve-section {
    background: linear-gradient(to bottom, #ed6d00, #eb9525);
    padding: 15px 0;
    margin-bottom: 15px;
}

.reserve-section .form-control {
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    height: 40px;
    border: none;
}

.reserve-section .btn-primary {
    width: 100%;
    background-color: #ed6d00;
    border-color: #ed6d00;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 5px;
}

.reserve-section .btn-primary:active {
    background-color: #d45a00;
    border-color: #d45a00;
}

/* tab1 增强样式 */
.tab-h2line {
    height: 3px;
    width: 60px;
    background-color: #ed6d00;
    margin: 10px auto;
}

/* 首页新闻列表滚动样式 - 手机端 */
.box1List {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.swiper-container {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    width: 100%;
    padding: 0 10px;
    flex-shrink: 0;
}

.box1Img {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.box1Img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.box1Meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    background-color: #f3f3f3;
    padding: 15px 15px 0 15px;
}

.box1Text {
    background-color: #f3f3f3;
    padding: 8px 15px 15px 15px;
    border-radius: 0 0 6px 6px;
}

.box1Date {
    color: #999;
    margin-right: 5px;
    font-size: 12px;
}

.box1Dot {
    color: #ccc;
    margin-right: 5px;
    font-size: 12px;
}

.box1Price {
    color: #666;
    font-size: 12px;
}

.box1H3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    height: 45px;
    overflow: hidden;
}

.swiper-slide a:hover .box1H3,
.swiper-slide a:active .box1H3 {
    color: #ed6d00;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box1Btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #ed6d00;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box1Btn i {
    font-size: 12px;
    line-height: 1;
}

.box1Prev {
    left: 5px;
}

.box1Next {
    right: 5px;
}

/* 核心板块样式 - 手机端 */
.img-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border-radius: 8px;
}

.img-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.dot {
    width: 30px;
    height: 30px;
    background-color: #ff6600;
    position: absolute;
    transition: all 0.3s ease;
}

.img-1 .dot {
    bottom: -8px;
    right: -8px;
    border-radius: 100% 0 0 0;
}

.img-2 .dot {
    bottom: -8px;
    left: -8px;
    border-radius: 0 100% 0 0;
}

.img-3 .dot {
    top: -8px;
    right: -8px;
    border-radius: 0 0 0 100%;
}

.img-4 .dot {
    top: -8px;
    left: -8px;
    border-radius: 0 0 100% 0;
}

.img-1 {
    border-radius: 8px 0 0 0;
}

.img-2 {
    border-radius: 0 8px 0 0;
}

.img-3 {
    border-radius: 0 0 0 8px;
}

.img-4 {
    border-radius: 0 0 8px 0;
}

.default-title {
    position: absolute;
    color: #fff;
    padding: 8px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
    margin: 0;
    font-size: 18px;
}

.img-1 .default-title {
    bottom: 15px;
    right: 15px;
}

.img-2 .default-title {
    bottom: 15px;
    left: 15px;
}

.img-3 .default-title {
    top: 15px;
    right: 15px;
}

.img-4 .default-title {
    top: 15px;
    left: 15px;
}

.hover-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(237, 109, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.hover-layer h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.hover-layer p {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.hover-layer .btn {
    background-color: #fff;
    color: #ff6600;
    border: none;
    padding: 6px 15px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

.img-container.active .hover-layer {
    opacity: 1;
    visibility: visible;
}

.img-container.active .default-title {
    opacity: 0;
}

/* 特色服务样式 - 手机端 */

.service-container {
    position: relative;
    z-index: 2;
    color: #fff;
}

.service-item {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}

.service-item div {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.service-item img {
    max-width: 60px;
    height: auto;
    display: block;
}

.service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item p {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* 通用保障配套样式已移除，现在使用tab4专用样式 */

/* 锚点定位偏移 - 避免被固定导航栏遮挡 */
#yuyue {
    scroll-margin-top: -20px;
}

/* 兼容旧版浏览器 */
#yuyue:target {
    padding-top: 80px;
    margin-top: -65px;
}

/* 九师团队样式 - 手机端 */
.image-container {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

.image-scroll-wrapper {
    display: flex;
    white-space: nowrap;
    animation: scrollLeft 30s linear infinite;
    will-change: transform;
}

.image-scroll-wrapper:hover {
    animation-play-state: paused;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.image-item {
    position: relative;
    width: 80px;
    height: 160px;
    margin: 0 10px;
    transform: skewX(-8deg);
    transition: all 0.4s ease;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.image-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.image-item:active {
    transform: skewX(-8deg) scale(1.1);
    z-index: 10;
}

.image-item:active::after {
    background: rgba(0, 0, 0, 0.1);
}

.image-inner {
    position: absolute;
    width: 120%;
    left: -15px;
    height: 100%;
    transform: skewX(8deg);
    overflow: hidden;
}

.image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.image-item:active .image-inner img {
    transform: scale(1.05);
}

.image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    color: white;
    text-align: center;
    transform: skewX(8deg);
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    transition: background 0.3s ease;
}

.t5foot {
    text-align: center;
    padding: 20px 0 40px 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 5px;
}

/* 颐养公寓户型样式 - 手机端 */
.content-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.house-type {
    position: relative;
}

.house-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.house-row {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0;
    padding: 0;
    list-style: none;
}

.house-item {
    text-align: center;
    margin: 0;
    padding: 0;
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

.house-item img {
    width: 100%;
    display: block;
}

.house-item p {
    background-color: #f8f9fa;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    height: auto;
    box-sizing: border-box;
}

/* 滚动指示器 */
.house-indicators {
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.house-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.house-indicator.active {
    background-color: #ed6d00;
    width: 30px;
    border-radius: 5px;
}

.facility-section {
    padding: 0 0 20px;
    background: #fff;
}



.facility-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    z-index: 10;
    background: linear-gradient(180deg, rgb(238, 136, 19) 99%, rgba(12, 86, 190, 0) 99%);
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.img-ss {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* 设施轮播图指示器样式 - 专用于页面下方的设施轮播图 */
#facilityCarousel .carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    padding: 0;
    width: auto;
}

#facilityCarousel .carousel-indicators li {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid rgba(255,255,255,0.5);
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

#facilityCarousel .carousel-indicators .active {
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    transform: scale(1.2);
    border-color: rgba(255,255,255,0.8);
}

/* 一个终身关键样式 - 手机端 */
.service-section {
    width: 100%;
    background: linear-gradient(to right, #fff, #86b4f4);
    padding: 30px 0;
}

.service-content {
    padding: 20px 15px 0 15px;
    text-align: left;
}

.service-item {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
}

.service-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
}

.service-icon i {
    font-size: 20px;
    color: #4285f4;
}

.service-text h3 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin: 0 0 8px;
    font-weight: 500;
}

.service-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.service-img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* 八大产品业态样式 - 手机端 */
#tab8 {
    background: #fff;
    padding: 30px 20px;


}
.tab8-h2 {
    font-size: 20px;
    text-align: center;
    color: #f2b876;
    margin: 30px 0;
}

.circle-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 20px 0 40px 0;
}

.circle-item {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 5px;
    border: 2px solid #FFCF63;
    transition: border-color 0.3s ease;
}

.circle-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.circle-item:active {
    animation: borderPulseMobile 0.6s ease;
}

@keyframes borderPulseMobile {
    0% {
        border-color: #b3d4fc;
        box-shadow: 0 0 0 0 rgba(179, 212, 252, 0.7);
        transform: scale(1);
    }
    50% {
        border-color: #7bb4f7;
        box-shadow: 0 0 0 8px rgba(179, 212, 252, 0.3);
        transform: scale(1.05);
    }
    100% {
        border-color: #4da6ff;
        box-shadow: 0 0 0 0 rgba(179, 212, 252, 0);
        transform: scale(1);
    }
}

/* 底部区域样式 - 手机端 */
footer {
    background-color: #111827;
    color: #ccc;
    padding: 30px 0 20px 0;
}

footer a {
    color: #ccc;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.footer-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}

.footer-brand {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.footer-brand img {
    max-width: 150px;
    margin-bottom: 10px;
}

.footer-brand p {
    margin: 0;
    line-height: 1.4;
    font-size: 12px;
}

.footer-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-column {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.footer-column h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    font-size: 12px;
}

.footer-contact {
    width: 100%;
    text-align: center;
}

.footer-contact h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.footer-contact p {
    margin: 0 0 5px;
    line-height: 1.4;
    font-size: 12px;
}

.footer-bottom {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px 0;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    margin: 0 0 10px;
    font-size: 11px;
    color: #999;
}

.footer-bottom .bottom-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-bottom .bottom-links a {
    font-size: 11px;
    color: #999;
}

/* 禁止横向滚动条 */
body, html {
  overflow-x: hidden;
  max-width: 100%;
}

/*di*/
#di {
    width: 100%;padding: 0 0 5px 0;
    bottom:0;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
#di .container {
    padding: 0;
}
#di .row {
    margin: 0 -30px;
}

#di .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

#di .nav-item i {
  font-size: 30px;
  color: #333;
  margin: 0 0 -8px 0;
  transition: color 0.3s ease;
}

#di .nav-item span {
  font-size: 10px;
  color: #666;
  transition: color 0.3s ease;
}

/* 激活状态样式 */
#di .nav-item.active {
  color: #ff6600 !important;
}

#di .nav-item.active i {
  color: #ff6600 !important;
}

#di .nav-item.active span {
  color: #ff6600 !important;
}

#di a {
  text-decoration: none;
  color: inherit;
}

#di a:hover,
#di a:focus {
  text-decoration: none;
  color: inherit;
}

#di .nav-item:hover {
  color: #ff6600;
}

#di .nav-item:hover i,
#di .nav-item:hover span {
  color: #ff6600;
}

#di .nav-item:focus {
  color: #ff6600;
  text-decoration: none;
}

#di .nav-item:visited {
  color: #666;
  text-decoration: none;
}

/* 模态框样式 */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/* aos*/
* {
  box-sizing: border-box;
}

/* 手机版关于我们横向导航样式 */
.wap-about-nav {
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wap-about-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.wap-about-nav li {
  width: 33.333%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.wap-about-nav li:nth-child(3n) {
  border-right: none;
}
.wap-about-nav li:nth-last-child(-n+3) {
  border-bottom: none;
}

/* 7个导航项的特殊布局 - 第一行2个，第二行3个，第三行2个 */
.wap-about-nav ul li:first-child, .wap-about-nav ul li:nth-child(2) {
  width: 50%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.wap-about-nav ul li:nth-child(2) {
  border-right: none;
}
.wap-about-nav ul li:nth-child(3), .wap-about-nav ul li:nth-child(4), .wap-about-nav ul li:nth-child(5) {
  width: 33.333%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.wap-about-nav ul li:nth-child(5) {
  border-right: none;
}
.wap-about-nav ul li:nth-child(6), .wap-about-nav ul li:nth-child(7) {
  width: 50%;
  border-bottom: none;
  border-right: 1px solid #ccc;
}
.wap-about-nav ul li:nth-child(7) {
  border-right: none;
}
.wap-about-nav li a {
  display: block;
  padding: 12px 8px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.wap-about-nav li a:hover,
.wap-about-nav li.active a {
  background-color: #ed6d00;
  color: #fff;
}

/* 智慧养老导航样式 - 一行显示3个 */
.wap-about-nav ul li:first-child:nth-last-child(3),
.wap-about-nav ul li:first-child:nth-last-child(3) ~ li {
  width: 33.333%;
  border-right: 1px solid #ccc;
  border-bottom: none;
}
.wap-about-nav ul li:first-child:nth-last-child(3):nth-child(3n),
.wap-about-nav ul li:first-child:nth-last-child(3) ~ li:nth-child(3n) {
  border-right: none;
}

/* 新闻动态导航样式 - 一行显示4个 */
.wap-about-nav ul li:first-child:nth-last-child(4),
.wap-about-nav ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
  border-right: 1px solid #ccc;
  border-bottom: none;
}
.wap-about-nav ul li:first-child:nth-last-child(4):nth-child(4n),
.wap-about-nav ul li:first-child:nth-last-child(4) ~ li:nth-child(4n) {
  border-right: none;
}

/* 手机端乐享天地导航样式 */
.wap-enjoy-nav {
    margin: 15px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wap-enjoy-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wap-enjoy-nav li {
    flex: 1 1 50%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    min-width: 0;
}

.wap-enjoy-nav li:nth-child(2n) {
    border-right: none;
}

.wap-enjoy-nav li:nth-last-child(-n+2) {
    border-bottom: none;
}

.wap-enjoy-nav li:last-child {
    flex: 1 1 100%;
    border-right: none;
}

.wap-enjoy-nav a {
    display: block;
    padding: 12px 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    word-break: break-all;
}

.wap-enjoy-nav a:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
}

.wap-enjoy-nav .active a {
    background-color: #ed6d00;
    color: #fff;
    font-weight: bold;
}

.wap-enjoy-nav .active a:hover {
    background-color: #d45a00;
    color: #fff;
}

/* 手机端乐享天地导航样式 - 特殊布局 */
.wap-enjoy-nav-mobile {
    margin: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wap-enjoy-nav-mobile ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.wap-enjoy-nav-mobile ul:last-child {
    border-bottom: none;
}

.wap-enjoy-nav-mobile ul:first-child {
    /* 会员专享单独一行 */
    justify-content: center;
}

.wap-enjoy-nav-mobile ul:first-child li {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}

.wap-enjoy-nav-mobile ul:last-child {
    /* 其他4个栏目一行 */
    flex-wrap: nowrap;
}

.wap-enjoy-nav-mobile ul:last-child li {
    flex: 1;
    border-right: 1px solid #ddd;
    text-align: center;
    min-width: 0;
}

.wap-enjoy-nav-mobile ul:last-child li:last-child {
    border-right: none;
}

.wap-enjoy-nav-mobile a {
    display: block;
    padding: 12px 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    word-break: break-all;
}

.wap-enjoy-nav-mobile a:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
}

.wap-enjoy-nav-mobile .active a {
    background-color: #ed6d00;
    color: #fff;
    font-weight: bold;
}

.wap-enjoy-nav-mobile .active a:hover {
    background-color: #d45a00;
    color: #fff;
}

/* 手机版智慧养老导航样式 */
.wap-smartcare-nav {
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wap-smartcare-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.wap-smartcare-nav li {
  width: 50%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.wap-smartcare-nav li:nth-child(2n) {
  border-right: none;
}
.wap-smartcare-nav li:nth-last-child(-n+2) {
  border-bottom: none;
}
.wap-smartcare-nav li a {
  display: block;
  padding: 12px 8px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.wap-smartcare-nav li a:hover,
.wap-smartcare-nav li.active a {
  background-color: #ed6d00;
  color: #fff;
}

/* 手机版服务支持导航样式 - 3个栏目一行显示 */
.wap-support-nav {
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wap-support-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.wap-support-nav li {
  width: 33.33%;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.wap-support-nav li:last-child {
  border-right: none;
}
.wap-support-nav li a {
  display: block;
  padding: 12px 8px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.wap-support-nav li a:hover,
.wap-support-nav li.active a {
  background-color: #ed6d00;
  color: #fff;
}

/* 手机端新闻动态导航样式 */
.wap-news-nav {
  margin: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.wap-news-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.wap-news-nav li {
  width: 50%;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.wap-news-nav li:nth-child(2n) {
  border-right: none;
}
.wap-news-nav li a {
  display: block;
  padding: 12px 8px;
  text-align: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.wap-news-nav li a:hover,
.wap-news-nav li.active a {
  background-color: #ed6d00;
  color: #fff;
}
/* 首页预约参观 */
.fixed-reserve-btn {
    position: fixed;
    bottom: 150px;
    right: 10px;
    width: 80px;
    height: 80px;
    background-color: #ed6d00;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    line-height: 1.4;
    padding: 10px;
  }
  
  .fixed-reserve-btn:hover {
    background-color: #d45a00;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  
  .fixed-reserve-btn:active {
    background-color: #d45a00;
    transform: scale(0.95);
  }
  
  /* 遮罩层样式 */
  .reserve-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .reserve-modal {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }
  
  .reserve-modal h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #ed6d00;
  }
  
  .reserve-modal .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
  }
  
  .reserve-modal .close-btn:hover {
    color: #333;
  }
  
  .reserve-modal .form-group {
    margin-bottom: 15px;
  }
  
  .reserve-modal .form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    min-height: 40px;
  }
  
  .reserve-modal button[type="submit"] {
    width: 100%;
    background-color: #ed6d00;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .reserve-modal button[type="submit"]:hover {
    background-color: #d45a00;
  }
  
  .reserve-modal button[type="submit"]:active {
    background-color: #d45a00;
  }
  
  /* 表单标签样式 */
  .reserve-modal label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
  }