.address_title{
  font-size: 20px;
  margin-top: 30px;
}
.address_border{
  width: 280px;
  height: 156px;
  border:1px solid #bfbfbf;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.address_img{
  text-align: center;
  margin-top: 60px;
  cursor: pointer;
}
.address_border:nth-of-type(2){
  margin-left: 0px;
}
.address_border:nth-of-type(5){
  margin-left: 0px;
}
.address_border:nth-of-type(8){
  margin-left: 0px;
}
.address_border:nth-of-type(11){
  margin-left: 0px;
}
.address_border:nth-of-type(14){
  margin-left: 0px;
}
.address_border:nth-of-type(17){
  margin-left: 0px;
}
.address_border:nth-of-type(20){
  margin-left: 0px;
}
.address_name{
  font-size: 14px;
  margin-bottom: 10px;
}
.address_content{
  font-size: 14px;
}
.address_edit{
  width: 130px;
    height: 22px;
    float: right;
    cursor: pointer;
    margin-top: 3px;
}
.default_address{
  margin-top: 3px;
  color: #0195ff;
}
.default_sz{
  margin-top: 3px;
  color: #323232;
}
.edit_img{
  float: left;
  padding-left: 10px;
  
}
.del_img{
  float: left;
  padding-left: 10px;
  
}
.address_img{
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}
.close{
  opacity: 1;
}
.address_add{
  width: 250px;
  height: 40px;
  float: left;
}
.form-control{
  height: 40px;
}
.address_city{
  width: 544px;
  height: 40px;
  border:1px solid #bfbfbf;
  margin-top: 60px;
}
.city-picker-span{
  width: 554px;
}
.city-picker-span{
  padding-left: 10px;
}
.city-picker-span.focus, .city-picker-span.open{
  border-bottom-color: #bfbfbf;
}
.address_default{
  width: 130px;
  height: 30px;
  margin-top: 20px;
}
.address_button1{
  width: 160px;
  height: 40px;
  border:1px solid #0095ff;
  border-radius: 5px;
  background-color: #0095ff;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.address_button1:hover{
  background-color: #0788e4;
}
.address_button2{
  width: 160px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  float: right;
  background-color: #bfbfbf;
  border:1px solid #bfbfbf;
  color: #323232;
}
.address_button2:hover{
  background-color: #a09f9f;
}