 body {padding: 0; margin: 0;}
 ol,ul,li {padding-left: 0em;list-style: none}
 h2,h3,h4,ul,li,p {padding: 0;margin: 0;}
 input {outline: none;}
 html{ padding: 0; margin: 0; width: 100%; height: 100%;}
 html,body{ height:100%}
 
@font-face {
  font-family: 'iconfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/font_1461054549_1965263.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1461054549_1965263.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1461054549_1965263.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1461054549_1965263.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1461054549_1965263.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                    
                    
.iconfont{font-family:"iconfont"; font-size:20px; font-style:normal;}                   
 /*首页样式*/
/* 首页底图：原 bg.jpg 约 1.2MB，弱网极卡；同目录 bg.webp 约 200KB 量级，显著减负 */
.box {
  background-color: #1a1510;
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.header{ padding: 5px 0;}
.am-btn-primary{ background:none; border: 0;}
.am-icon-bars:before, .am-icon-navicon:before, .am-icon-reorder:before{ font-size: 24px;}
.am-btn-primary:focus, .am-btn-primary:hover{ background: none; border: 0;}
.category { float: left;}
.login-icon{ float: right; padding-right: 15px;}
.login-icon i{ color: #fff; font-size: 28px;}
/* 首页 LOGO：固定正方形 + 圆形容器，避免仅有宽度时被拉成椭圆 */
.box .logo {
    width: 260px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}
.box .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
.box .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.youlife { color: #1c1c1c; text-align: center; line-height: 30px; margin-top: 25px; font-size: 26px;}
.youfamily{ color:#000000; text-align: center;}
.yougj{ display:block; border-radius:25px; width: 200px; margin: 0 auto; display: block; margin-top: 70px; background:rgba(255,255,255,0.2); height: 50px; text-align: center; line-height: 50px; border: 1px solid #fff; color: #dab866;}
/* 首页四宫格图标：固定等高宽 + 圆形裁剪，替换原来的 width:60% 防止竖椭圆的观感 */
.box .menu { overflow: hidden; margin-top: 50px;}
.box .menu li { width: 25%; float: left; text-align: center;}
.box .menu li a {
    color: #dab866;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box .menu li a img {
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    object-fit: contain;
    border-radius: 50%;
    display: block;
    margin: 5px auto 0;
    flex-shrink: 0;
}
.am-offcanvas-bar{ background: #000; width: 150px;}
.am-offcanvas-content i{  position: absolute; right:0px;}
.am-offcanvas-content  a{ width: 100%; display: block; color:#dab866; }
.am-offcanvas-content p{ line-height: 45px; border-bottom: 1px solid #dab866; padding:0 15px;}
.am-offcanvas-content{ padding: 0;}
.bg{ background: url(../images/login.jpg); background-size: cover; width: 100%; height: 100%; }
.login{padding-top: 100px;}
.login-logo{ width:300px; margin:30px auto; padding-bottom: 30px;}
.login-logo img{ width: 100%;}
.l-name {position: relative; width: 300px;  height: 50px;  border: 1px solid #DAB866; margin: 0 auto; margin-top: 30px; border-radius: 30px;}
.l-name-user { position: absolute; background:url(../images/user.png); margin: 8px 10px; width: 29px; height: 29px; display: block;}
.l-user-iphone { color: #b3b4b7;  height: 46px; border: 0; background: none; padding-left: 49px;}
.l-name-password{position: absolute; background:url(../images/password.png);margin: 8px 15px; width: 23px; height: 29px; display: block;}
.login-btn{ font-size: 16px; background: #DAB866; color: #fff; width: 300px; margin:30px auto; border: 0; height: 45px; display: block; border-radius: 30px;}
.login-member{ width: 300px; margin:0 auto;}
.login-member label{ float: left; color: #fff; font-weight:normal;}
.login-member label input{ float: left;}
.login-member label span{ float: left; margin-left: 5px;}
.login-member a{ float: right; color: #fff;}
.copyright{ position: fixed; bottom: 0; background: #000; text-align: center; background: #000;line-height: 50px; color: #fff; width: 100%;}
.copyright a{ color: #fff;}
.am-modal .am-modal-bd{ background: #e8e8e8; border-radius: 8px; position: relative;  text-align: center}
.am-modal-bd h2{ font-size: 30px; padding-top:40px; color: #333;}
.am-modal-bd p{ line-height: 50px; color: #666; font-size: 1rem;}
.am-modal-bd img{ margin-top: 10px;}
.saoyisao{ position: absolute; top: -20px; right: 60px;}
.login-member button{ float: right;}
.am-modal{ border-radius: 8px; background: #e8e8e8; }
.am-modal-hd{ background: #E8E8E8;border-radius: 8px; font-size: 2rem;}
.am-modal-no-btn .am-modal-dialog{border-radius: 8px;}
.am-close{ font-size: 30px;}
/* 顶栏整体高于下方横幅/视频，避免 LOGO（absolute 下垂）被 sibling 横幅盖住 */
.personal-head {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 50;
}
.banner img{ width: 100%;}
.banner-carousel {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.banner-carousel .banner-slide { display: none; width: 100%; line-height: 0; }
.banner-carousel .banner-slide.is-active { display: block; }
.banner-carousel img,
.banner-carousel video.banner-video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    object-fit: cover;
}
.personal{border-top: 1px solid #ddd;  }
.personal .title span{ color: #939393;}
.personal .title{ font-size:2rem; border-bottom: 1px solid #ddd;  padding: 10px 0 10px 5%;}
.address { padding: 0 5%;  width: 100%; overflow: hidden; background: #fff;}
.address span { float: left; width: 25%; color: #3d3d3d;text-align: left; font-size: 1.8rem; height: 35px;  line-height: 35px;}
.add-input {  float: left; width: 65%;  background: transparent; border: 0; height: 35px; line-height: 35px;}
.address li { padding: 0.5rem 0; overflow: hidden; border-bottom: 1px solid #ddd;}
.am-icon-angle-right{ color: #c7c7c7;}
.timezao,.timewan{ border: 0; float: left; background:transparent; width: 30%; line-height: 30px; color: #c7c7c7; margin-top: 1px;}
.timewan{ border-left: 1px solid #ddd; padding-left: 12px;}
.timenum{ color: #C7C7C7; font-style: normal; float: left; margin-top: 5px;}
.address li:last-child{ border-bottom: 0;}
.bz{ width: 100%; border: 0; height: 100px; padding:3%; margin-bottom: 80px;}
.copy{ position: fixed; width: 100%; bottom: 0; left: 0; height: 50px;}
.copy li { float: left; width: 50%;}
.submin-btn{ background: #DAB866; color: #fff; display: block; height: 50px; line-height: 50px; text-align: center;}
.contact-style{ width: 50%; float: left; text-align: center; background: #000; color: #fff; height: 50px;}
.contact-style p{ font-size: 1rem;}
.search{ background: #efefef; position: relative; white-space: nowrap; margin: 10px 5%; border-radius: 4px; padding: 10px 0 10px 10px;}
.search-input{ background:transparent; border: 0; width: 100%; padding-left: 20px; line-height: 30px; }
.search i{ color: #ccc; position: absolute; top: 13px;}
.city{ margin: 15px 5%;}
.city li{ float:left; border-radius: 4px; padding: 5px 8px; border:1px solid #ddd;  margin:  0 10px 10px 0;}
.city li a{ color: #666;}
.city .current{ border: 1px solid #DAB866;}
.city .current a{ color: #DAB866;}
.cate-search{width: 100%; border-bottom: 1px solid #ddd; padding: 15px 5%; position:fixed; top: 49px; background: #fff; z-index: 10;}
.cate-input{ width: 100%;  height: 3rem; border-radius: 15px; border: 1px solid #eee; padding-left: 2rem;}
.cate-btn{ border: 0; background: url(../images/search.png) no-repeat; background-size: contain; width: 2rem; height: 2rem; position: absolute;
right: 2.5rem; top:2rem;}
.content-list{border-top: 1px solid #ddd; margin-top: -1px;}
.list-content{ position: relative; overflow: hidden; }
.list-left{ width: 25%; position: fixed; top: 110px; height: 100%;  border-right: 1px solid #ddd; background: #f5f5f5;}
.list-left li {width: 100%;
    height: 4rem;line-height: 4rem;text-align: center; border-bottom: 1px solid #ddd;overflow: hidden;}
.list-left li a{ color: #666;}
.list-left .current{ background: #fff;margin-left: 1px;}
.list-left .current a{ color: #DAB866;}
.list-right {
    float: right;
    width: 75%;
    margin-top: 66px;
    padding-bottom: 50px;
    background: #fff;
}
.s-logo {
    position: absolute;
    left: 50%;
    top: 15px;
    margin: 0 0 0 -40px;
    width: 80px;
    z-index: 2;
}
.cate-search i{ position: absolute; color: #ccc; top: 20px; left:25px;}
.s-menu { overflow: hidden; }
.s-menu li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 50px;
}
.s-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.s-menu li.is-active a {
    color: #DAB866;
}
.rights .item img{width:100%; border-radius: 8px 8px 0 0;}
.rights .item .content{display:block;position:relative;height:203px;padding:17px 20px 0;background:#efefef;border-radius:0 0 8px 8px;color:#4f4f4f;font-size:14px;line-height:24px;box-shadow:0 1px 0 0 rgba(0,0,0,.2)}
.rights .item .title{color:#e74c3c;font-size:18px;white-space:nowrap}
.rights .item .more{position:absolute;bottom:20px;right:20px;color:#0191c8; border: 0; background: transparent;}
.right-detail{display:none;padding:30px 20px;font-size:14px;line-height:24px}
.right-detail .title{margin-bottom:25px;color:#e74c3c;font-size:18px}
.right-detail .main p{margin-bottom:25px}
.rights{ padding: 0 10px;}
.rights .item .content { display: block; position: relative;  height: 203px;  padding: 17px 20px 0;
    background: #efefef; border-radius: 0 0 8px 8px;  color: #4f4f4f;font-size: 14px; line-height: 24px; box-shadow: 0 1px 0 0 rgba(0,0,0,.2);}
.rights .item { margin: 10px auto; width: 95%;}
.wenzi{ font-size: 1rem;}
/* 底部双栏：flex 无缝 + 半透明金色流光 */
.contact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9998;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.45);
}
.contact li {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    border: none;
    background-color: rgba(28, 22, 12, 0.72);
    background-image: linear-gradient(
        125deg,
        rgba(218, 184, 102, 0.35) 0%,
        rgba(255, 248, 220, 0.22) 22%,
        rgba(201, 162, 39, 0.28) 45%,
        rgba(255, 236, 179, 0.2) 68%,
        rgba(218, 184, 102, 0.38) 100%
    );
    background-size: 320% 320%;
    animation: contact-gold-flow 9s ease-in-out infinite;
}
.contact li::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 255, 255, 0.28) 50%,
        transparent 62%,
        transparent 100%
    );
    background-size: 220% 100%;
    animation: contact-gold-glint 3.2s ease-in-out infinite;
    pointer-events: none;
}
.contact li:first-child::after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    width: 1px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0),
        rgba(255, 230, 160, 0.55),
        rgba(255, 255, 255, 0)
    );
    z-index: 2;
    pointer-events: none;
}
.contact li a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 3;
    padding: 0 6px;
}
.contact li a img {
    flex-shrink: 0;
}
.contact li a p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.03em;
    background: linear-gradient(
        90deg,
        #fffef5 0%,
        #ffeaa7 18%,
        #ffffff 35%,
        #daa520 52%,
        #fff8dc 70%,
        #ffd700 88%,
        #fffef5 100%
    );
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: contact-text-shine 4s linear infinite;
}

@keyframes contact-gold-flow {
    0%, 100% { background-position: 0% 40%; }
    50% { background-position: 100% 60%; }
}

@keyframes contact-gold-glint {
    0% { background-position: -80% 0; opacity: 0.65; }
    45% { opacity: 1; }
    100% { background-position: 180% 0; opacity: 0.65; }
}

@keyframes contact-text-shine {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 户型页：圆形按钮金色流光 + 动画字 */
.house-page .house-hotspot.house-hotspot--gold {
    z-index: 5;
    background-color: rgba(36, 28, 14, 0.55);
    background-image: linear-gradient(
        135deg,
        rgba(218, 184, 102, 0.55) 0%,
        rgba(255, 250, 230, 0.35) 30%,
        rgba(180, 145, 55, 0.45) 55%,
        rgba(255, 248, 210, 0.4) 78%,
        rgba(218, 184, 102, 0.52) 100%
    );
    background-size: 280% 280%;
    animation: house-btn-gold-flow 7s ease-in-out infinite;
    border: 1px solid rgba(255, 220, 150, 0.35);
    box-shadow:
        0 0 12px rgba(218, 184, 102, 0.35),
        0 2px 10px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    overflow: hidden;
}
.house-page .house-hotspot.house-hotspot--gold::before {
    content: '';
    position: absolute;
    inset: -35%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 55deg,
        rgba(255, 255, 255, 0.38) 92deg,
        transparent 125deg,
        transparent 360deg
    );
    animation: house-btn-spin-glint 6s linear infinite;
    pointer-events: none;
    opacity: 0.5;
}
.house-page .house-hotspot.house-hotspot--gold::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(
        110deg,
        transparent 35%,
        rgba(255, 255, 255, 0.22) 50%,
        transparent 65%
    );
    background-size: 200% 100%;
    animation: house-btn-sweep 2.8s ease-in-out infinite;
    pointer-events: none;
}
.house-page .house-hotspot__text {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.12;
    background: linear-gradient(
        90deg,
        #fffef8 0%,
        #ffe566 20%,
        #ffffff 40%,
        #c9a227 55%,
        #fffacd 75%,
        #daa520 90%,
        #fffef8 100%
    );
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: house-text-flow 3.5s linear infinite;
}

@keyframes house-btn-gold-flow {
    0%, 100% { background-position: 0% 30%; }
    50% { background-position: 100% 70%; }
}

@keyframes house-btn-spin-glint {
    to { transform: rotate(360deg); }
}

@keyframes house-btn-sweep {
    0% { background-position: -50% 0; }
    100% { background-position: 150% 0; }
}

@keyframes house-text-flow {
    0% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.infor1{ background: url(../images/infor.jpg); background-size: cover; height: 240px;}
.tx img{ width: 100px; height: 100px; border-radius: 50%; margin: 0 auto;}
.tx{ text-align: center; padding-top: 20px;}
.tx p{ color: #DAB866; margin-top: 10px;}
.member-menu li { font-size: 1.4rem; float: left;width: 33%; text-align: center; border-right: 1px solid #DAB866;}
.member-menu { overflow: hidden;margin-top: 20px;}
.member-menu li a { color: #DAB866;display: block;}
.member-menu li:last-child { border: 0;}
.infor { padding:15px 3%; overflow: hidden;}
.infor li { overflow: hidden; margin: 1rem 0;}
.infor span { text-align: right;  width: 25%; float: left; line-height: 45px; color: #000;}
.infor input { width: 69%;float: left;background: #fff; border: 0; border-radius: 5px; padding: 1rem;}
.address1 { width: 74%; float: left; background: #fff;  border: 0; border-radius: 5px; padding: 1rem;}
.infor li label{ font-weight: normal;}
.submit-btn{ width: 94%;  background: #DAB866; color: #fff; border: 0; border-radius: 5px; line-height: 45px; margin:0px 3% 25px 3%;}

/* 底部固定留资条：为内容预留空间，避免被遮挡 */
body.with-bottom-contact {
    padding-bottom: 50px;
    box-sizing: border-box;
}
.lang-switcher {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 10050;
}

/* 登录页：返回首页与语言切换同排右上角 */
.lgoin-page .lgoin-top-actions {
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 10051;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
}
.lgoin-page .lgoin-top-actions .lang-switcher {
    position: static;
    top: auto;
    right: auto;
}
.lgoin-back-home {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #DAB866;
    text-decoration: none;
    border: 1px solid rgba(218, 184, 102, 0.55);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.45);
    white-space: nowrap;
}
.lgoin-back-home:active {
    opacity: 0.9;
}

.lang-img {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
}

.lang-img.active {
    border-color: #DAB866;
}

/* 语言切换器样式 */
.mobile-lead-form label {
    display: block;
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}
.mobile-lead-form input,
.mobile-lead-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mobile-lead-form textarea { min-height: 72px; resize: vertical; }
.mobile-lead-msg { font-size: 14px; margin-top: 8px; }
.mobile-lead-msg.ok { color: #1a7f37; }
.mobile-lead-msg.err { color: #c00; }
