
.address_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #f2f2f2;
  z-index: 200;
}
.address_add_box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 200;
}

.address_lists {
  margin-top: 0.2rem;
  padding: 0 0.3rem;
  margin-bottom: 1.5rem;
}

.address_lists li {
  background-color: #fff;
  padding: 0.3rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
}

.address_lists li .address_lists_info {
  /* display: flex; */
}
.address_lists li .address_lists_caozuo .selectMoren{
  color: #00d7ae;
  
}
.selectMoren img{
  display: inline-block;
  width: 0.4rem;
}
.noselectMoren{
  color: #bfbfbf;
}
.noselectMoren img{
  width: 0.4rem;
}
.address_lists li .address_lists_caozuo {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.address_lists li .address_lists_caozuo .changeAddress{
  background: #00d7ae;
  padding: 0.08rem 0.1rem;
  color: #fff;
  border-radius: 0.05rem;
  margin-left: 0.15rem;
}
.address_lists li .address_lists_caozuo .delChangeAddress{
  background: #999;
  color: #fff;
}
.address_lists_btn{
  position: fixed;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.address_btns {
  margin: 0 1rem;
  flex: 1;
  height: 1rem;
  line-height: 1rem;
  background: #00d7ae;
  color: #fff;
  text-align: center;
  font-size: .28rem;
  border-radius: 0.1rem;
}
.address_btns_back{
  margin: 0 0.5rem;
  flex: 1;
  height: 1rem;
  line-height: 1rem;
  background: #ccc;
  color: #fff;
  text-align: center;
  font-size: .28rem;
  border-radius: 0.1rem;
}

.addsel-container {
    margin: 0 auto;
    background: white;
    padding: 0.2rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    display: flex;
    height: 1rem;
    line-height: 1rem;
}
.addsel-label{
  font-weight: 900;
  margin-right: 0.1rem;
  width: 1.2rem;
}
.addsel-form-group {
    margin-bottom: 0.25rem;
    margin-right: 0.1rem;
}

.addsel-form-group label {
    display: block;
    font-size: 0.3rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    color: #555;
}

.addsel-dropdown {
    width: 100%;
    padding: 0.2rem;
    font-size: 0.22rem;
    border: 0.01rem solid #ddd;
    border-radius: 0.1rem;
    background-color: white;
    width: 1.8rem;
}

.addsel-dropdown:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 0.125rem rgba(52, 152, 219, 0.2);
}

.addsel-dropdown:disabled {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: not-allowed;
}

.addsel-dropdown option {
    padding: 0.5rem;
}

.addsel-ipt{
  border: 0.01rem solid #ddd;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  width: 5.5rem;
}

.address_notice_mask{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: 300;
}
.address_notice_wrap{
  width: 6rem;
  height: 2rem;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 40%;
  margin: -4.16rem 0 0 -3rem;
  z-index: 8;
  padding-bottom: .3rem;
}
.address_notice_wrap p {
  font-weight: 900;
  text-align: center;
      margin: 0.5rem 0;
}
.address_notice_wrap_bottom{
  display: flex;
}
.address_notice_wrap_bottom span{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.address_notice_wrap_bottom_sure{
  color: #00d7ae;
}