/* 门店信息 */

.container {
    background-color: #f7f7f7;
}

.store-info-title {
    padding-top: 0.266667rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
}

.store-info-title .title {
    font-size: 0.453333rem;
    margin-right: 0.453333rem;
    color: #0C0C0B;
    flex-shrink: 0;
}

.store-info-title .line {
    height: 1px;
    width: 100%;
    background-color: #0C0C0B;
}

.store-box .store-img {
    width: 100%;
    height: 5.96rem;
}

.store-box .store-content {
    margin: 0 0.266667rem;
    padding: 0.4rem;
    background-color: #fff;
    position: relative;
    top: -0.8rem;
}

.store-box .store-content .title {
    margin-bottom: 0.8rem;
    font-size: 0.453333rem;
    color: #0C0C0B;
    line-height: 0.533333rem;
}

.store-content .content {
    margin-bottom: 20px;
    display: flex;
}

.store-content .content .content-icon {
    height: 0.4rem;
    width: 0.4rem;
    margin-right: 0.186667rem;
    margin-top: 0.026667rem;
}

.store-content .content .text {
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    font-size: 0.373333rem;
    color: #0C0C0B;
    line-height: 0.453333rem;
}