/*全局样式*/
* {
  margin: 0;
  padding: 0;
}

fieldset {
  width: 500px;
  padding: 20px;
  margin: 30px;
  border: 1px solid #ccc;
}

legend {
  font-size: 18px;
  font-weight: bold;
}

#addr-show,
#addr-show02,
#addr-show03 {
  width: 200px;
  height: 25px;
  margin-bottom: 10px;
}


/*方法一样式部分*/
select {
  width: 120px;
  height: 30px;
}

/*方法二样式部分*/
#addr-choice {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 5px;
  min-height:249px;
  margin-bottom: 20px;
  display:none;
  position:absolute;
  z-index:1000000;
  background:#fff;
  top:130px;
  width:100%;
}

#title-wrap li,
#addr-wrap li {
  list-style: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

#title-wrap li {
  display:none;
  width: 20%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}

.titleSel {
  border-bottom: 2px solid #23b7e5;
}

#addr-wrap li {
  width: auto;
  padding:0 5px;
  margin:0 10px;
  height: 25px;
  border-radius: 4px;
  line-height: 25px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align:left;
}
#addr-wrap li:hover {
  background-color: #23b7e5;
}

/*方法三样式部分*/
#data-wrap {
  border: 1px solid #ccc;
}
#data-order {
  height: 30px;
  background-color: #eee;
}
#data-order li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 67px;
  font-size: 14px;
  line-height: 31px;
  cursor: default;
}

.cityOn {
  background-color: #fff;
}
#data-show {
  padding: 20px 10px;
}

#data-show dt {
  font-size: 14px;
  padding: 5px;
  color: #a5d2d5;
}
#data-show a {
  font-size: 12px;
  width: 38px;
  color: #513a08;
  padding: 5px;
  text-decoration: underline;
}

#data-show a:hover {
  color: #000;
  background-color: #a5d2d5;
  border-radius: 4px;
  cursor: pointer;
}

.titleSelect{
	width:20%;
	display:inline-block;
}
.close-address{
	float:right;
}
