.page-download {
	width: 1196px;
	margin: 18px auto 60px;
}

.page-download > .breadcrumb {
	height: 20px;
	font-size: 14px;
	color: #1f4969;
	line-height: 20px;
	margin-bottom: 47px;
}

.pd-title {
	height: 52px;
	font-size: 36px;
	font-weight: bold;
	line-height: 52px;
	color: #242424;
	margin-bottom: 34px;
}

.pd-col-info {
	display: none;
}

.pd-row {
	display: flex;
}

.pd-middle {
	margin-bottom: 50px;
}

.pd-col {
	width: 284px;
	height: 286px;
	background: linear-gradient(137deg, #f0f8ff 0%, #fafafa 100%);
	border-radius: 28px;
	flex-direction: column;
	padding-top: 36px;
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}

.pd-col:not(:last-child) {
	margin-right: 20px;
}

.pd-col > img {
	width: 70px;
	height: 70px;
	margin-bottom: 21px;
}

.pd-col > .pd-col-right > span {
	width: 148px;
	height: 37px;
	font-size: 26px;
	font-weight: bold;
	color: #242424;
	line-height: 25px;
	margin-bottom: 36px;
	text-align: center;
}

.pd-col > .pd-col-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pd-col > .pd-col-right > span > .pd-sub-title {
	font-size: 16px;
}

.pd-col > .pd-col-right > a {
	width: 170px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #008eff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #008eff;
	border-radius: 40px;
}

.pd-col > .pd-col-right > a:hover {
	background: #008eff;
	color: white;
}

.pd-recommend::after {
	display: inline-block;
	content: "推荐";
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 46px;
	border-radius: 27px 27px 27px 0;
	background-color: #008eff;
	font-size: 24px;
	line-height: 46px;
	color: #ffffff;
	text-align: center;
}

.pd-col .di-adr-qr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 28px;
	justify-content: center;
	display: none;
}

.pd-col .di-adr-qr > img {
	width: 190px;
	height: 190px;
}

.pd-col > .pd-col-right .di-adr-qr{
	display: flex!important;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
}

.pd-col > .pd-col-right > a:hover > .di-adr-qr {
	opacity: 1;
}

.page-download2 .pd-col {
	width: 374px;
	height: 222px;
	flex-direction: row;
	padding-top: 28px;
	padding-left: 24px;
	align-items: flex-start;
	background: linear-gradient(137deg, #EFFAFF, #EFF7FF 70%, #FFFFF4);
}

/* .dld-fade-in{
	animation: dldfadein .2s ease-in-out;
}

@keyframes dldfadein{
	from { opacity: 0; }
	to{ opacity: 1; }
} */

.page-download2 .pd-row {
	flex-wrap: wrap;
}

.page-download2 .pd-row > .pd-col:not(:nth-of-type(3)) {
	margin-right: 27px;
}

.page-download2 .pd-row > .pd-col:nth-of-type(4) {
	margin-top: 27px;
}

.page-download2 .pd-col > img {
	margin-top: 10px;
	width: 79px;
	height: 79px;
	margin-right: 17px;
}

.page-download2 .pd-col > .pd-col-right {
	align-items: flex-start;
}

.page-download2 .pd-col > .pd-col-right > span {
	text-align: left;
	width: 210px;
	margin-bottom: 9px;
	line-height: 37px;
}

.page-download2 .pd-col-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: #5f707e;
}

.page-download2 .pd-col-info > span {
	height: 17px;
	line-height: 17px;
	margin-bottom: 9px;
}

.page-download2 .pd-col-info > span:nth-of-type(2n+1){
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-download2 .pd-col > .pd-col-right > a{
	margin-top: 14px;
	box-sizing: border-box;
}

.page-download2 .pd-recommend::after {
	width: 65px;
	height: 27px;
	border-radius: 8px 8px 0px 8px;
	background: linear-gradient(to right, #008EFF, #05BCFF);
	font-size: 20px;
	line-height: 27px;
}

.page-download2 .pd-col-right > a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-download2 .pd-col-right > a::before{
	display: inline-block;
	content: '';
	margin-right: 7px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.page-download2 .pd-col-right > .dl-wds::before{
	width: 20px;
	height: 21px;
	background-image: url('/images/ico_wds.svg');
}

.page-download2 .pd-col-right > .dl-wds:hover{
	background-color: white;
	border-color: #008eff;
	color: #008eff;
}

.page-download2 .pd-col-right > .dl-mac::before{
	width: 18px;
	height: 22px;
	background-image: url('/images/ico_mac.svg');
}

.page-download2 .pd-col-right > .dl-adr::before{
	width: 20px;
	height: 25px;
	background-image: url('/images/ico_adr.svg');
}

.page-download2 .pd-col-right > a{
	transition: transform .2s ease-out;
}

.page-download2 .pd-col-right > a:hover{
	transform: scale(1.1);
}

.page-download2 .pd-col-right > .dl-adr:hover{
	transform: none;
}

.page-download2 .pd-col-right > .dl-mac,
.page-download2 .pd-col-right > .dl-adr{
	color: #2C3841;
	border-color: #2C3841;
}

.page-download2 .pd-col-right > .dl-mac:hover,
.page-download2 .pd-col-right > .dl-adr:hover{
	background-color: white;
	color: #2C3841;
	border-color: #2C3841;
}