.modal-title {
	text-align: center;
}
form input[type="text"] {
	height: inherit;
	/*width: 50%;*/
}
.addAddressInfo div {
    padding: 7px 0;
}
.addAddressInfo dt {
    /*width: 78px;*/
    width: 130px;
    text-align: right;
    font-size: 14px;
    color: #666;
    display: table-cell;
    line-height: 32px;
}
.addAddressInfo dd {
    width: 310px;
    padding-left: 10px;
    background: 9f9;
    font-size: 14px;
    color: #666;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}
.addAddressInfo dt i {
	color: #ff233f;
}

/*解决省市区三级地址联动样式冲突*/
.addAddressInfo .city-select-wrap {
	font: initial;
	padding: 0;
}
.addAddressInfo .city-select-tab {
	font: inherit;
	padding: 0;
}
.city-select-content dt {
	width: 2.5em;
}
.city-select-content dd {
	left: 0;
	width: auto;
}
.city-select-content dl {
	height: auto;
}
.city-picker-span {
	padding: 0 10px;
	width: auto!important;
}
.addAddressInfo .city-picker-dropdown {
	width: inherit !important;
	padding: 0 !important;
	top: auto !important;
	left: auto !important;
	min-width: inherit;
}
.city-select dt {
	position: relative;
}
.city-picker-span {
	border: 1px solid #ccc;
	height: 30px !important;
	line-height: 30px !important;
}
/*页面展示的提示信息*/
.addAddressInfo .promptInfo {
	padding: 0;
}
.addAddressInfo .promptInfo dt {
    line-height: initial;
}
.addAddressInfo .promptInfo dd {
    font-size: 12px;
    padding: 0 0 0 10px;
    color: #888;
}
