
.address-row{
    display: block;
    /* height: 70px; */
    border-radius: 5px;
    position: relative;
    /* overflow: hidden; */
    background: #fff;
    margin-bottom: 10px;
}
.address-row:first-child{
    margin-top: 10px;
}
.address-title{
    width: -webkit-calc(100% - 30px); 
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 10px;
}
p.address-detail{
    width: -webkit-calc(100% - 30px); 
    width: calc(100% - 30px);
    margin: auto;
}
.address-row.swipeleft .address-left{
    margin-left: -155px;
}
.address-row.swipeleft .address-right{
    right: 0;
}
.default-address{
    float: right;
    color: #2484FE;
}
.address-row.swipeleft .default-address{
    margin-right: 155px;
}
.address-left,.address-right,.default-address{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.address-left{
    height: 50px;
}
.address-right{
    position: absolute;
    right: -140px;
    top: 0;
    height: 70px;
    width: 140px;
    overflow: hidden;
}
.address-btn{
    display: block;
    text-align: center;
    line-height: 70px;
    width: 70px;
    height: 70px;
    float: left;
}


.accept-name,.phone-number,.address-detail{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone-number{
    margin-left: 12px;
}
.set-address{
    float: right;
    color: #2484FE;
}
.set-address.default-address{
    color: #FB8E8E;
}
.no-default{
    margin-top: 20px;
    text-align: center;
}
.layui-input-block{
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    display: inline-block;
}
.nl-page-form input.nl-input, .nl-page-form div.nl-input{
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}
@media screen and (max-width: 1199px){
    .nl-content{
        padding-bottom: 80px;
    }
    .detail-content-wrapper{
        background: #f6f6f6;
    }
}
@media screen and (min-width: 1200px){
    .detail-content-wrapper{
        background: #fff;
    }
}

