.adress-content{background-color:#fff;box-sizing:border-box;color:#031b4d;display:flex;flex-wrap:wrap;font-family:PingFangSC-Regular,PingFang SC;min-height:575px;padding:20px 29px;width:100%}.adress-content .box{display:flex;flex-wrap:wrap;height:100%;margin-left:20px}.adress-content .box .add-adress{align-items:center;background:#fff;border:1px dashed #dcdfe6;border-radius:8px;color:#7c7e86;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:120px;justify-content:center;line-height:24px;margin:10px 20px 10px 0;width:230px}.adress-content .box .add-adress i{color:#7c7e86;font-size:18px;margin-right:8px}.adress-content .box .adress-box{background:#fff;border:1px solid #dcdfe6;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:120px;justify-content:space-between;margin:10px 20px 10px 0;padding:22px 10px 12px;position:relative;width:230px}.adress-content .box .adress-box.active{border:1px solid #3f66ff}.adress-content .box .adress-box.active:after{background:#3f66ff;border-radius:8px 0 6px 2px;color:#fff;content:"默认";font-size:12px;font-weight:500;height:20px;left:-1px;line-height:20px;position:absolute;text-align:center;top:-1px;width:42px}.adress-content .box .adress-box li:first-child{color:#121213;display:flex;font-size:12px;font-weight:500;justify-content:space-between;line-height:26px}.adress-content .box .adress-box li:first-child span:first-child{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px}.adress-content .box .adress-box li:nth-child(2){-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#7c7e86;display:-webkit-box;font-size:12px;font-weight:400;line-height:16px;margin-bottom:10px;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis}.adress-content .box .adress-box .eidt-list{align-items:center;color:#7c7e86;display:flex;font-size:10px;font-weight:400;justify-content:flex-end;line-height:17px}.adress-content .box .adress-box .eidt-list span{cursor:pointer}.adress-content .box .adress-box .eidt-list span i{color:#3f66ff;font-size:12px;margin-left:8px;margin-right:2px}.adress-content .box .adress-box .eidt-list span .moren{border:1px solid #3f66ff;border-radius:3px;display:inline-block;height:10px;margin-left:8px;margin-right:2px;width:10px}.adress-content .box .adress-box .eidt-list .set-default{align-items:center;display:flex}