.download_bg {
	width: 70%;
	margin-bottom: 40px;
	margin-left: 15%;
	padding-bottom: 50px;
	border-bottom: 1px solid #e8eaec;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.download_bg .downloadBox {
	width: 30%;
	min-width: 300px;
	height: 120px;
	margin-bottom: 30px;
	padding: 10px;
	border: #e6e6e6 1px solid;
	box-shadow: #e6e6e6 2px 2px 6px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.download_bg_app {
	margin-bottom: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e8eaec;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.download_bg_app .downloadBox {
	width: 70%;
	margin-left: 15%;
	height: 120px;
	margin-bottom: 30px;
	padding: 10px;
	border: #e6e6e6 1px solid;
	box-shadow: #e6e6e6 2px 2px 6px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.d_left {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	display: flex;
}

.d_left img {
	border-radius: 10px;
	width: 60px;
	height: 60px;
}

.d_right {
	width: calc(100% - 85px);
	height: 120px;
	margin-left: 15px;
	padding: 5px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.d_right_title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.d_right_info {
	width: 100%;
	color: gray;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.d_right_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 5px 15px;
	border: #1e4fa3 1px solid;
	background-color: #1e4fa3;
	border-radius: 5px;
	color: #fff !important;
	font-size: 14px;
	cursor: pointer;
/* 	--borderWidth: 3px;
	border-radius: var(--borderWidth); */
}
/* .d_right_btn:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */
