.address h2 {
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}
.address h3 {
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.address{
    padding: 10px;
    margin-top: 10px;
}
.address .address_list{
    padding: 10px;
}
.address .address_list li p{
    display: inline-block;
    padding: 2px 10px;
}
.address .address_list li span{
   display: inline-block;
    padding: 0 2px;
    cursor: pointer;
    text-align: center;
}
.address .address_list li span:hover{
    color: #00a0e9;
}
.address .address_list li {
    overflow: hidden;
    line-height: 36px;
    color: #666666;
    cursor: pointer;
}
.address .address_list li.on, .address .address_list li:hover {
    background: #eefafe url(../img/icon_address.png) no-repeat right bottom;
    border: 1px solid #14bff3;
}
.address .address_list li .name {
    width: 100px;
}
.address .address_list li .tel {
    width: 100px;
}
.address .address_list li .ad_t {
    width: 300px;
}
/*用户地址管理样式*/
.add-address-btn{
    margin: 20px 0px 20px 15px;
}
.address-wrap{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0px 0px 20px;
    border: 1px solid #CCCCCC;
}
.address-top{
    line-height: 35px;
    padding: 20px 20px 10px 20px;
}
.address-top span{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 20%;
}
.address-detail{
    font-size: 16px;
    color: #0096D9;
}
.address-bottom{
    padding: 10px 20px;
    border-top: 1px solid #CCCCCC;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
}
.address-operate span{
    cursor: pointer;
    margin-right: 10px;
    line-height: 34px;
    text-align: center;
}
.address-operate span:hover{
    color: #0cb7e0;
}
.layui-form-radioed>i{
    color: #0cb7e0;
}
