.errorTip {
	box-shadow: 0px 0px 10px #a6a6a6;
	background-color: #fff;
	width: 300px;
	/*height: 110px;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -55px;
	padding: 20px;
	line-height: 30px;
	font-size: 15px;
	display: none;
	z-index: 9999999;
}

.shade {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	opacity: .6;
	display: none;
	z-index: 10010;
}

.errorTip>div {
	/*overflow: auto; */
    width: 100%;
    /* max-height: 60px; */
    text-align: left;
}

.errorTip>span {
	margin-left: 220px;
	cursor: pointer;
}