body{
    width: 100vw;
    height: 100vh;
}
p{
    margin: 0;
}
.switch-tab{
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 2px solid #efefef;
}
.switch-tab p{
    font-size: 0.4rem;
    margin: 0;
    margin-bottom: -2px;
    padding: 0.2rem 0.5rem;
    border-bottom: 2px solid #efefef;
    font-weight: bold;
}
.switch-tab p.selected{
    border-bottom: 2px solid #F4CA44;
    color: #F4CA44;
}

/*列表*/
.address-list{
    width: 94%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.address-list .address-one{
    width: 94%;
    padding: 0.3rem 3%;
    border-bottom: 1px solid #efefef;
    position: relative;
    background-color: #efefef;
    border-radius: 20px;
    margin-top: 0.5rem;
}
.address-list .address-one .one-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #fff;
}
.address-list .address-one .one-top .userinfo{
    width: calc(100% - 1.5rem);
    font-size: 0.38rem;
}
.address-list .address-one .one-top .userinfo .name{
    font-weight: 700;
}
.address-list .address-one .one-top .edit-p{
    width: 0.6rem;
    height: 0.6rem;
}
.address-list .address-one .one-top .edit-p img{
    width: 100%;
    height: 100%;
}
.address-list .address-one .one-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 0.3rem;
    font-size: 0.35rem;
}
.address-list .address-one .one-bottom .default-p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.address-list .address-one .one-bottom .default-p input[type="radio"]{
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.2rem 0 0;
}
.add-but{
    width: 100%;
    position: fixed;
    bottom:0;
    left: 0;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #fff;
    padding: 0.2rem 0;
    text-align: center;
}
.add-but a{
    margin: 0 auto;
    border: none;
    background-color: #F4CA44;
    color: #fff;
    font-size: 0.45rem;
    border-radius: 0.15rem;
    padding: 0.2rem 1rem;
    text-decoration: none;
}

/*添加地址*/
.content-add{
    width: 100vw;
    height: 100vh;
    background-color: #F2F2F2;
}
.detail-div{
    /*height: 97vh;*/
    background-color: #F2F2F2;
    padding: 3vh 0.35rem 0;
    margin-bottom: 2rem;
}
.detail{
    background-color: #fff;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
    margin-bottom: 0.5rem;
}
.detail p{
    margin: 0;
}
.detail .detail-p{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.38rem;
    border-bottom: #F0F0F0 2px solid;
    align-items: center;
    padding: 0.2rem 0;
    justify-content: space-between;
    color: #000;
}
.detail .detail-p .detail-tltle{
   width: 2rem;
    text-align: right;
}
.detail .detail-p .detail-info{
    height: 0.8rem;
    width: calc(100% - 2.3rem);
    font-size: 0.38rem;
    border:none;
    outline:none;
    margin: 0;
}
.detail .detail-p .detail-type{
    height: 0.8rem;
    line-height: 0.8rem;
    width: calc(100% - 2.3rem);
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-around;*/
}
.detail .detail-p .detail-type input[type="radio"]{
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.1rem;
}
.detail .detail-p .detail-type span{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
.detail .detail-p .detail-type span label{
    margin: 0;
}
.picker-city{
    display: inline-block;
    height: 0.8rem;
    width: calc(100% - 2.3rem);
    font-size: 0.38rem;
    line-height: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
}
.picker-city>input{
    border:none;
    outline: none;
    width: 33%;
}
/*底部确认*/
.submit-but{
    width: 80%;
    left: 10%;
    bottom:0.3rem;
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #F4CA44;
    font-size: 0.4rem;
    border-radius: 0.5rem;
    text-align: center;
}

/*弹窗*/
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
}
.layui-layer-setwin{
   display: none;
}
.layui-layer-dialog .layui-layer-content {
    padding: 0.3rem;
    line-height: 0.5rem;
    font-size: 0.4rem;
}
.layui-layer-btn {
    padding: 0 15px 0.5rem;
}
.layui-layer-btn a {
    height: 0.6rem;
    line-height: 0.6rem;
   font-size: 0.4rem;
}
