/* 选择地址 */

.box_adrview {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding: 15px 15px 20px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.ddt {
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.adrli {
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}
.adrc {
    font-size: 0.875rem;
    line-height: 180%;
    position: relative;
}
.adrc::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(/static/images/aroright.png) center no-repeat;
    background-size: 15px;
    position: absolute;
    top: 15px;
    right: 5px;
}
.adrb {
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    font-size: 0.875rem;
    line-height: 30px;
    padding-top: 5px;
    color: #999;
}
.adrb span {
    display: block;
    float: left;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}
.adrb span::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.adrb span.on::after {
    border: 1px solid #999;
    background: #999 url(/static/images/dui.png) center no-repeat;
    background-size: contain;
}
.adrb b {
    display: block;
    font-weight: normal;
    float: right;
    padding: 0 10px;
    margin-left: 20px;
    cursor: pointer;
}
.adrno {
    line-height: 80px;
    text-align: center;
    color: #bbb;
    font-size: 0.875rem;
}
.adrbtn {
    width: 100%;
    height: 40px;
    background: #d30000;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.adrbtn img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

/* 添加地址 */

.box_adradd {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    left: 5%;
    top: 20%;
    background: #fff;
    border-radius: 10px;
}
.adrinp {
    height: auto;
    overflow: hidden;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}
.adrinp span {
    display: block;
    font-size: 0.875rem;
    line-height: 40px;
    float: left;
}
.adrinp input {
    display: block;
    width: calc(100% - 80px);
    font-size: 0.875rem;
    line-height: 40px;
    float: right;
    border: 0;
}
.area {
    width: calc(100% - 80px);
    float: right;
    height: auto;
    overflow: hidden;
}
.area select {
    display: block;
    font-size: 0.875rem;
    height: 30px;
    line-height: 30px;
    border: 0;
    width: 50%;
    float: left;
    background: #fff;
    margin-top: 5px;
}
.area select#county {
    width: 100%;
}