.mall-detail-container {
    margin: 0 auto;
    background: #F9F9F9;
    margin-top: 15px;
    padding: 15px 0 10px 15px;
}

.back-mall-list {
    height: 35px;
}

.back-mall-list a{
    color: #999999;
    font-size: 18px;
}

.mall-detail-content {
    position: relative;
}

.mall-detail-img img{
    width: auto;
    height: 328px;
}

.mall-detail-information {
    margin-left: 80px;
    position: absolute;
    bottom: 0;
}

.mall-name span{
    display: inline-block;
    border-bottom: 2px solid #D3D3D3;
    color: #35A4EB;
    font-size: 18px;
    height: 25px;
    margin-bottom: 10px;
}

.mall-type{
    margin-top: 8px;
}

.mall-detail-content-bottom {
    margin-top: 40px;
}

.content {
    margin-bottom: 0 !important;
}

footer {
    margin-top: 0 !important;
}