/* 送货上门地址 */
.store-address__container {
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-top: 1px dashed #dedede;
    border-bottom: 1px dashed #dedede;
}

/* 地址列表 */
.component-address__item {
    width: 940px;
    height: 40px;
    background-color: #fff;
}
.component-address__item2 {
    width: 940px;
    height: 40px;
    background-color: #fff;
}
.address-icon {
    float: left;
    width: 30px;
    height: 40px;
    line-height: 40px;
}

/* 地址行信息 */
.component-address__item>.address-info {
    position: relative;
    float: right;
    width: 910px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}
.component-address__item2 > .address-info {
    position: relative;
    float: right;
    width: 910px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.component-address__item>.address-info:hover {
    background-color: var(--info-light);
}
.component-address__item2 > .address-info:hover {
    background-color: var(--info-light);
}

/* 信息行选中  */
.address-info:hover>.button__items {
    display: block !important;
}

