#downTipBox {
	width: 319px;
	height: 100%;
	background: #FAFBFD;
	top: 0px;
	right: -319px;
	position: fixed;
	z-index: 99;
	box-shadow: -11px 0px 20px 0px rgba(28, 81, 161, 0.08);
}

.downTipShow {
	right: 319px;
	top: 50%;
	margin-top: -h/2;
	cursor: pointer;
	position: absolute;
	width: 49px;
	height: 125px;
}

.downContentBox {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.downTitle {
	width: 80px;
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin: 19px 21px;
}

.downContentBox::-webkit-scrollbar {
	display: none;
}

.downContentLi {
	width: 245px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #F0F2F5;
	margin: 0px auto 10px;
	padding: 19px 17px;
}

.downContentLi:hover {
	width: 245px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 5px 10px 0px rgba(37, 101, 196, 0.23);
	margin: 0px auto 10px;
	padding: 19px 17px;
}

.downContentTitle {
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	margin-bottom: 15px;
}

.downProgressBox {
	height: 17px;
	width: 100%;
}

.downProgress {
	display: inline-block;
	float: left;
}

.downOperation {
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.downblueWord {
	font-size: 12px;
	font-weight: 600;
	color: #029CF1;
	line-height: 17px;
}

.downgrayWord {
	font-size: 12px;
	font-weight: 600;
	color: #999999;
	line-height: 17px;
}

.downRedWord {
	font-size: 12px;
	font-weight: 600;
	color: #FF3232;
	line-height: 17px;
}

.downOperation img {
	width: 12px;
	height: 13px;
}

.downSuccess {
	font-size: 12px;
	font-weight: 600;
	color: #029CF1;
	line-height: 17px;
	vertical-align: middle;
	cursor: pointer;
}

.downFail {
	font-size: 12px;
	font-weight: 600;
	color: #666666;
	line-height: 17px;
	cursor: pointer;
}

.ajaxMore {
	text-align: center;
	cursor: pointer;
	color: #029CF1;
	margin-bottom: 20px;
}

.noMore {
	text-align: center;
	cursor: pointer;
	color: #333333;
	margin-bottom: 20px;
	display: none;
}