.tableModule {
  display: block;
}

/* 每组输入框 */
.address_cont > div {
  width: 48%;
  margin-bottom: 20px;
}

/* 国家选择 */
.tableModule .t .address_cont > div .country {
  border: none;
}

.tableModule .t .save .v-checkbox {
  margin-right: 10px;
}

/* 设置默认 */
.tableModule .t .save .v-checkbox .checkbox-txt {
  font-size: 14px;
  color: var(--color3);
}

/* Address列表数据 */
.tableModule .b {
  padding: 20px 20px 4px;
}

/* 每组地址 */
.tableModule .b .list li {
  width: 47.4%;
  height: 285px;
  margin-right: 50px;
}

.tableModule .b .list li:nth-child(2n) {
  margin-right: 0;
}

/* 地址标题下虚线 */
.tableModule .b .list li .address_title {
  border-bottom: 1px dashed #e4e4e4;
}

.tableModule .b .list li .radio_cont .checkbox-txt {
  font-size: 14px;
  color: var(--color3);
}
