.layui-btn{
  width: 108px;
  height: 32px;
  line-height: 32px;
}

.tabs {
  padding: 10px 20px;
}
.tabs span{
  font-size: 14px;
  color: #333;
  margin-right: 10px;
  cursor: pointer;
}
.tabs span.active{
  color: #fcc91c;
}
.layui-form{
  width: 630px;
  display: inline-block;
  padding-top: 30px;
}
.getCode{
  width: 108px;
}
.layui-form .layui-btn.layui-btn-primary{
  background: #fff;
}

.address-con .layui-input-inline{
  width: 166px;
}
.address-con .layui-input-inline:last-child{
  margin-right: 0;
}

.address-list{
  display: block;
  margin-left: 120px;
  margin-top: 30px;
  margin-bottom: 80px;
}
.address-list th{
  background-color: #ebecf0;
}
.td-span{
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.td-span + .td-span{
  margin-left: 10px;
}