.body-container {
    width: 100%;
}
.body-container .estate-service-list {
    display: block;
    list-style: none;
    /*margin-block-start: 0.34rem;*/
    /*margin-block-end: 1em;*/
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0.4rem;
    overflow: hidden;
}
.body-container .estate-service-list .estate-service-cell {
    margin-bottom: .6rem;
    text-align: center;
    width: 25%;
    float: left;
    display: list-item;
}
.body-container .estate-service-list .estate-service-cell a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.body-container .estate-service-list .estate-service-cell a img {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
}
.body-container .estate-service-list .estate-service-cell a p {
    width: 1.2rem;
    margin: 0.09rem auto 0;
    color: #333;
    font-size: 0.24rem;
    font-weight:400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.body-container .ad-slick {
    max-height: 1.68rem;
    overflow-x: hidden;
}
.body-container .ad-slick a img {
    width: 100%;
    height: 1.68rem;
}
.body-container .ad-slick a {
    display: block;
    margin: 0 0.4rem;
}
/* 隐藏slick button */
.body-container .ad-slick button.slick-arrow {
    display: none !important;
}
.body-container .more-service-title {
    font-size: 0.38rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.02rem;
    padding-left: 0.4rem;
    margin: 0.6rem 0 0.4rem;
}
.body-container .header-title {
    height: 0.88rem;
    background: rgba(255,255,255,1);
    border-bottom:1px solid #EFEFEF;
    line-height: 0.88rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.34rem;
    margin-bottom: 0.34rem;
}
.body-container .header-title .back-btn {
    position: absolute;
    width: 0.39rem;
    left: 0.4rem;
    top: 0.24rem;
}

.focus{
    position:relative;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
