.logo{
    position: absolute;
    top: 1.5rem;
    left: 2rem;
    width: 8rem;
    z-index: 5;
    padding-top: 0.1rem;
    border-radius: 0.1rem;
}
.logo img{
    height:3rem;
}
.footer {
    width: 100%;
    position: fixed;
    height: 7rem;
    bottom: 0;
    z-index: 2;
    background-color: white;
    font-size: 1rem;
}
.footer ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.footer ul li img {
    width: 4.5rem;
}
.actived {
    color: #ff6767;
}
a {
    text-decoration: none!important;
}


.qiangg {
    width: 96%;
    margin: auto;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #ff6634;
    border-radius: 15px;
    margin-top: 37%;
}

.container-title{
    font-weight: 700;
    font-size: 2rem;
    color: #ff6767;
    line-height: 2rem;
    padding: 1.2rem;
}
.container-description {
    float: right;
    font-size: 1rem;
    color: rgba(68, 87, 126, .7);
    line-height: 1.6rem;
}
.article-list-img {
    padding-right: 5px!important;
    height: 6em;
    width: 42%;
    float: left;
}
.article-list-img img {
    width: 100%;
    height: 100%;
}
.article-list-name {
    font-weight: bold;
}
.more {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.5rem;
}
.property-list{
    width:90%; margin-bottom: 20px;margin-top: 1rem;margin-left: 5%
}
.property-list-main{
    display: flex;padding-bottom: 10px;margin-left: 0%;margin-right: -15px;
}
.property-list-pname{
    padding-left: 10px;font-size: 15px;margin-bottom: 5px;font-weight: bold;
}
.property-list-area{
    padding-left: 10px;font-size: 13px;margin-bottom: 5px;
}
.property-list-type{
    padding-left: 10px;font-size: 13px;margin-bottom: 5px;
}
.property-list-right{
    text-align: center;position: absolute;right: 0;
}
.property-list-price{
    color: #ff6634;font-size: 14px;font-weight: bold;margin: 0;
}
.property-list-sp{
    border-bottom: 1px solid #ededed;padding-bottom: 5px;font-size:15px;
}

.layui-fixbar li{
    width: 38px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
}
.layui-fixbar .layui-fixbar-top{
    font-size: 35px;
}