/*样式重置*/
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
/*img{display:inline-block;overflow:hidden;vertical-align:top;} */
em,i{font-style:normal;}
strong{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
button,input[type="button"]{cursor:pointer;border:0 none;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
                                           menu{margin:0;padding:0;}
body{-webkit-user-select:none;-webkit-text-size-adjust:100%!important; font-family: "Helvetica Neue",Arial,"Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft YaHei",sans-serif;}
input[type="number"]{-webkit-user-select:text;}
a,button,input,img{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;}
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,label{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
        /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
        a,button,input{-webkit-tap-highlight-color:rgba(246,246,246,.6);}
}
html,body{ font-size:16px; }
.local-tag-list::-webkit-scrollbar,
.house-type-tabs::-webkit-scrollbar,
.surrounding-tabs::-webkit-scrollbar{
  display: none;
}
a{text-decoration:none!important;}
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
div {
    box-sizing: border-box;
}

body {
    max-width: 750px;
    margin: 0 auto!important;
    background: #f2f2f2;
}
@font-face {
     font-family: FZLTZCHJW--GB1-0;
     src: url('./font/FZLTZCHJW.ttf'),url('./font/FZLTZCHJW.eot');
}
@font-face {
     font-family: FZLTXIHJW--GB1-0;
     src: url('./font/FZLTXIHJW.ttf'),url('./font/FZLTXIHJW.eot');
}

/*@media screen and (max-width:320px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width:321px) and (max-width:375px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width:376px) and (max-width:414px) {
    html {
        font-size: 17px
    }
}

@media screen and (min-width:415px) and (max-width:639px) {
    html {
        font-size: 20px
    }
}
*/

/* @media screen and (min-width:640px) {html{font-size:22px}} */

/*@media screen and (min-width:640px) and (max-width:719px) {
    html {
        font-size: 24px
    }
}

@media screen and (min-width:720px) and (max-width:749px) {
    html {
        font-size: 27.5008px
    }
}

@media screen and (min-width:750px) and (max-width:799px) {
    html {
        font-size: 28.5008px
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 24px
    }
}
*/
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*头部*/

.header {
    width: 100%;
    height: 4.3125rem;
    background: #fff;
    position: relative;
    padding: 0 0.75rem 0.3125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.logo {
    width: 10.1875rem;
    height: auto;
}

.menu-icon {
    width: 1.25rem;
}

.head-bottom {
    width: 100%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(134deg, #E6D29A 0%, #CEAC77 50%);
}

.menu {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.menu-list {
    background: #fff;
    width: 66%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;

}

.menu-list::-webkit-scrollbar {
    display: none;
}

.menu-logo {
    width: 5.125rem;
    height: auto;
    margin: 0.625rem 0 0.375rem 1.25rem;
}

.menu-list-ul>li {
    padding: 0.875rem 0 0.875rem 1.25rem;
}

.menu-list a {
    font-family: FZLTXIHJW--GB1-0;
    font-size: 1.0625rem;
    color: #262626;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu-list-ul img {
    margin-right: 0.625rem;
    width: 1.25rem;
}

.jybj-menu {
    border-top: 0.0625rem solid #E6E6E6;
    border-bottom: 0.0625rem solid #E6E6E6;
}

.jybj-menu-list {
    margin-top: 0.875rem;
    margin-left: 1.875rem;
}

.jybj-menu-list>li {
    border-top: 0.0625rem solid #E6E6E6;
    padding: 0.875rem 0;
}

.jybj-menu-list>li:last-child {
    padding-bottom: 0;
}

.sq-menu-list>li,
.gywm-menu-list>li {
    margin-top: 1.25rem;
}
.sq-menu-list>li:first-child {
    margin-top:0.9375rem;
}
.gywm-menu-list>li:first-child {
    margin-top:0.9375rem;
}
.sq-menu-list>li>a,
.gywm-menu-list>li>a {
    font-family: FZLTXIHJW--GB1-0;
    font-size: 0.9375rem;
    color: #575757;
}

.sq-menu-list>li>a:hover,
.gywm-menu-list>li>a:hover {
    color: #A17228;
}

.gywm-menu-list {
    margin-left: 1.875rem;
}


/* 回到顶部 */

.to-top {
    position: fixed;
    right: 20px;
    bottom: 115px;
  z-index: 300;
}

.to-top-img {
    width: 3.125rem;
    height: 3.125rem;
}


/* title */

.products-title {
    text-align: center;
}

.products-title p {
    font-family: FZLTZCHJW--GB1-0;
    font-size: 1.25rem;
    color: #A17228;
    background-image: -webkit-linear-gradient(top, #E6D29A, #CEAC77);
    background-image: -moz-linear-gradient(top, #E6D29A, #CEAC77);
    background-image: -o-linear-gradient(top, #E6D29A, #CEAC77);
    background-image: linear-gradient(top, #E6D29A, #CEAC77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.1875rem;
    margin-top: -1.125rem;
    position: relative;
    z-index: 1;
}
.bottom{
  margin-top: 0.2rem;
    /* position: absolute;
    bottom: -5px; */
}
.bottom_img{
   
    width: 100%;
}
.button_style_one{
    margin-right: 1rem;
    font-size: .9375rem;
    border-radius: 20px;
    border: 1px solid #1070EB;
    color: #1070EB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.2rem;
}
.button_style_two{
    margin-left: 1rem;
    font-size: .9375rem;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #E6D29A 0%, #CEAC77 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.2rem;
}
.icon{
    width: 20px;
    padding-right: 0.5rem;
}
 .headImg{
           width:100%;
       }
.sq-banner .swiper-container1 .swiper-slide img {
  width: 100%;
}
/* 社区详情图分页 */

.sq-banner .swiper-pagination1{
  color: #fff;
  font-family: FZLTXIHJW--GB1-0;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 50px;
  right: 10px;
  bottom: 20px!important;
  left: auto!important;
  width: 2.875rem!important;
  height: 1.125rem;
  line-height: 1.125rem;
}
        .hx-pages {
            position: absolute;
            right: 10px;
            bottom: 20px;
            width: 2.75rem;
            height: 1.125rem;
            background: rgba(38, 38, 38, 0.75);
            color: #fff;
            border-radius: 50px;
            font-family: FZLTXIHJW--GB1-0;
            font-size: 0.75rem;
            color: #FFFFFF;
            text-align: center;
            z-index: 300;
            line-height: 1.125rem;
        }
.jybj-banner img,
.sy-banner img{
    width: 100%;
      display: block;
}
/* 社区详情图分页 */
.sq-banner .swiper-pagination {
  color: #fff;
  font-family: FZLTXIHJW--GB1-0;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  border-radius: 50px;
  right: 10px;
  bottom: 20px!important;
  left: auto!important;
  width: 2.875rem!important;
  height: 1.125rem;
  line-height: 1.125rem;
}

.menu-list-ul{
	padding-bottom: 13rem
}
.sq-banner img{
    border-radius: 0 40px;
}
 .sy-banner img {
    border-radius: 0px 2.625rem 0px 2.625rem;
}