/*鍏ㄥ眬鏍峰紡*/
* {
    margin: 0;
    padding: 0;

}

fieldset {
	    z-index: 1100;
	    /* max-height:200px;
	    overflow-y:auto; */
    top:317px;
    left:533px;
    position: absolute;
    width: 300px;
    padding: 10px;
    /* margin: 0px 0px 0px -70px; */
    border: 1px solid #ccc;
   background:#fff;
}

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

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

/* .btn {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    background-color: #aaa;
    margin: 0 20px;
}
 */
/* .btn:disabled{
    background-color:#ccc;
} */

/*鏂规硶涓�鏍峰紡閮ㄥ垎*/
/* select {
    width: 120px;
    height: 30px;
} */

/*鏂规硶浜屾牱寮忛儴鍒�*/
#addr-choice{
  /*   border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    /* padding: 10px 0;
    margin-bottom: 20px; */
}

#title-wrap{
   margin-bottom: 10px;
}

#title-wrap li{
    width:70px;
    height: 45px;
    line-height: 45px;
}

.titleSel{
    border-bottom: 2px solid #007ec5;
}

#addr-wrap li{
    width: 70px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#title-wrap li,#addr-wrap li{
    list-style: none;
    display: inline-block;
    *display:inline;
    zoom:1;
    _height:250px;
    text-align: center;
    cursor: pointer;
}
#addr-wrap li:hover{
    background-color: #007ec5;
    color:#ffffff;
}

/*鏂规硶涓夋牱寮忛儴鍒�*/
#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;
}

