/*解决省市区三级地址联动样式冲突*/
.city-select-wrap {
	font: initial;
}
.city-select-tab {
	font: inherit;
}
.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;
}

/*左侧选择联系人地址*/
.selectConsignee, .selectConsigner {
	color: #ff233f;
}
.selectConsignee:hover, .selectConsigner:hover {
	text-decoration: none;
	color: #ff233f;
	cursor: pointer;
}

.city-picker-span {
	border: 1px solid #ccc;
}
.provinceStyle {
	padding-top: 10px;
}

.submitButton[disabled]:hover, .submitButton[disabled] {
	background-color: #BFBFBF;
}

/*页面展示的提示信息*/
.singleForm .promptInfo {
    height: 20px;
    line-height: 20px;
}
.singleForm .promptInfo dt i {
    height: initial;
    line-height: initial;
}
.singleForm .promptInfo dd {
    font-size: 12px;
    color: #888;
}

/*修改个人信息*/
.userInfoForm div {
	padding: 7px 0;
}
.userInfoForm div dt {
	width: 130px;
    text-align: right;
    font-size: 14px;
    color: #666;
    display: table-cell;
    line-height: 32px;
}
.userInfoForm div dd {
    width: 310px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}
.userInfoForm div dd input {
	height: inherit;
	width: 100%;
}

