
.download-banner{
	position:relative;
	background: linear-gradient(to right, #cfdfed, #f8e9e5);
}
.download-banner > div{
	background-image:url(/public/module/product/assets/images/3_0/download/banner.webp);
	background-position: center bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
}
.download-banner .card{
	background-color: transparent;
	margin: 0 -40px 0 -40px;
	max-width: calc(100% + 80px);
	width: calc(100% + 80px);
}
.download-banner .card .card-body {
    display: flex;
    align-items: center;
}
.download-banner > div >.row{
	height: 100%;
}
.download-banner .contents > div{
	padding:8px 6px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	font-size: 12px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.24);
	color: #626262;
}
.download-banner .contents > div >img{
	width:44px;
	height:44px;
	margin-right: 8px;
	position: relative;
}
.download-banner .contents > div::after{
	content: '';
	background-color: #f3f3f3;
	display: block;
	width: 2px;
	height: 24px;
	z-index: 1;
	left: 60px;
	position: absolute;
}
.download-banner .contents > div >span{
	width: calc(100% - 68px);
}
.product-category {
	border-bottom: 2px solid #eeeeee;
	padding: 0 50px;
}
.product-category > div {
	margin-bottom: -2px;
}
.product-category > div > a{
	height: 60px;
	font-size: 24px;
	color: #1a1a1a;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	padding-left: 54px;
}
.product-category > div > a.active{
	color: #67a4ff;
	border-bottom: 2px solid #67a4ff;
}
.product-category > div > a.active::after{
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #67a4ff;
	position: absolute;
	left: calc(50% - 4px);
	top: 100%;
}
.product-category > div > a::before,
.current_category::before{
	content: '';
	display: inline-block;
	height: 34px;
	width: 34px;
	position: absolute;
	left: 0;
}
.current_category::before{
	left: 24px;
}
.item-tab-android::before{
	background-image: url(/public/module/product/assets/images/3_0/download/android-normal.png);
}
.item-tab-android.active::before,
.current_category.current_android::before{
	background-image: url(/public/module/product/assets/images/3_0/download/android-pressed.png);
}
.item-tab-ios::before{
	display: inline-block;
	background-image: url(/public/module/product/assets/images/3_0/download/ios-normal.png);
}
.item-tab-ios.active::before,
.current_category.current_ios::before{
	background-image: url(/public/module/product/assets/images/3_0/download/ios-pressed.png);
}
.item-tab-office::before{
	display: inline-block;
	background-image: url(/public/module/product/assets/images/3_0/download/office-normal.png);
}
.item-tab-office.active::before,
.current_category.current_office::before{
	background-image: url(/public/module/product/assets/images/3_0/download/office-pressed.png);
}
.item-tab-utilities::before{
	display: inline-block;
	background-image: url(/public/module/product/assets/images/3_0/download/utilies-normal.png);
}
.item-tab-utilities.active::before,
.current_category.current_utilities::before{
	background-image: url(/public/module/product/assets/images/3_0/download/utilies-pressed.png);
}
.item-tab-multimedia::before{
	width: 32px !important;
	height: 32px !important;
	display: inline-block;
	background-image: url(/public/module/product/assets/images/3_0/download/video-normal.png);
}
.item-tab-multimedia.active::before,
.current_category.current_multimedia::before{
	background-image: url(/public/module/product/assets/images/3_0/download/video-pressed.png);
}
.product-container{
	padding: 10px 0;
}
.product-container > .product-item:nth-child(3n){
	margin-right: 0;
}
.product-container > .product-item:hover{
	box-shadow: 0px 0 10px rgb(0 0 0 / 10%);
}
.product-item{
	padding: 50px 20px;
	margin-top: 40px;
	border: 2px solid #eee;
	border-radius: 10px;
	width: 32%;
	margin-right: 2%;
	position: relative;
}
.product-item.hot::after{
	content: 'HOT';
	background: linear-gradient(45deg, #fe77d6, #ffa192);
	color: #fff;
	padding: 2px 14px;
	border-radius: 0 8px 0 8px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 2;
}
.product-item.new::after{
	content: 'NEW';
	background: linear-gradient(45deg, #4bdc7d, #34d6e1);
	color: #fff;
	padding: 2px 14px;
	border-radius: 0 8px 0 8px;
	position: absolute;
	top: -2px;
	right: -2px;
	z-index: 2;
}
.product-item .product-logo{
	width: 120px;
	height: 120px;
}
.product-item .title{
	margin: 24px 0 12px 0;
}
.product-item .title a{
	color: #2e2e2e;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	margin: 26px 0 12px 0;
}
.product-item .title a:hover{
	color: #67a4ff;
}
.product-item .content{
	font-size: 16px;
	color: #626262;
	line-height: 30px;
}
.product-item .free-try{
	color: #67a4ff;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #67a4ff;
	border-radius: 3px;
	min-width: 144px;
    padding: 0 12px;
	display: inline-block;
	line-height: 35px;
	margin: 24px 0;
	position: relative;
}
.product-item .free-try::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 8px;
    background-image: url(/public/module/product/assets/images/3_0/download/free-try-pressed.png);
}
.product-item .free-try:hover{
	color: #fff;
	background-color: #67a4ff;
}
.product-item .free-try:hover::before{
	background-image:url(/public/module/product/assets/images/3_0/download/free-try-normal.png);
}
.product-item .platform span{
	text-decoration: none;
	cursor: pointer;
	border-right: 2px solid #eee;
	padding: 0 8px;
	display: flex;
    align-items: center;
}
.product-item .platform span:last-of-type {
    border-right: none;
}
.product-item .platform span.active.icon_win::before {
    background-image: url(/public/module/product/assets/images/3_0/download/windows-pressed.png);
}
.product-item .platform span.icon_win::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background-image: url(/public/module/product/assets/images/3_0/download/windows-normal.png);
}
.product-item .platform span.icon_mac::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 18px;
    background-image: url(/public/module/product/assets/images/3_0/download/mac-normal.png);
}
.product-item .platform span.active.icon_mac::before {
    background-image: url(/public/module/product/assets/images/3_0/download/mac-pressed.png);
}
.footer-banner{
	margin-top: 70px;
	padding: 80px 0;
	background-color: #f4f7fd;
}
.footer-banner > .container > h2{
	font-size: 40px;
	line-height: 1;
	color: #2e2e2e;
	margin-bottom: 90px;
}
.footer-banner > .container > div:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-banner > .container > div:nth-child(2) > div:last-of-type{
	margin-right: 0;
}
.footer-banner > .container > div:nth-child(2) > div > div:nth-child(2){
	font-weight: 600;
	font-size: 16px;
	color: #2e2e2e;
	margin: 16px 0;
}
.footer-banner > .container > div:nth-child(2) > div > div:nth-child(3){
	font-size: 16px;
	color: #626262;
}
@media only screen and (min-width: 576px) {
	.download-banner{
		position:relative;
		display: flex;
		align-items: center;
		min-height: 250px;
		justify-content: flex-end;
		text-align: right;
		padding: 24px 48px 12px 48px;
		margin-bottom: 48px;
		height: 420px;
	}
	.download-banner .contents{
		position:absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.download-banner .contents > div{
		max-width: 194px;
		min-width: 180px;
		position: absolute;
	}
	
	.download-banner .titles{
		font-size: 40px;
		font-weight: 700;
		line-height: 1.5;
		color: #131313;    
		position: absolute;
		right: 50px;
		margin-top: -20px;
	}
	.download-banner .titles h1.titles-subtitle{
		font-size: 48px;
		color: #131313;
		padding-top: 3%;
		font-weight: 700;
		margin-bottom: 0;
	}
	.footer-banner > .container > div:nth-child(2) > div{
		flex: 1;
		padding: 0 24px;
	}
	.footer-banner > .container > div:nth-child(2) > div:first-of-type{
		padding-left: 0;
	}
	.footer-banner > .container > div:nth-child(2) > div:last-of-type{
		padding-right: 0;
	}
}
@media only screen and (max-width: 575px) {
	.download-banner{
		background: linear-gradient(to right, #cfdfed, #f8e9e5);
	}
	.download-banner > div{
		background: none;
	}
	.download-banner .card{
		margin: 0;
		padding: 65px 0;
		width: 100%;
		max-width: 100%;
	}
	.download-banner .card .card-body{
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.download-banner .contents{
		position:relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	.download-banner .contents > div{
		width: 47%;
		margin: 15px 0;
		position: relative;
		left: 0 !important;
		top: 0 !important;
	}
	.download-banner .titles{
		font-size: 20px;
		text-align: center;
		font-weight: 700;
	}
	.download-banner .titles h1.titles-subtitle{
		font-size: 32px;
		font-weight: 700;
	}
	.download-banner .contents > div >img{
		width: 36px;
		height: 36px;
	}
	.download-banner .contents > div >span {
		width: calc(100% - 50px);
	}
	.download-banner .contents > div::after{
		left: 48px;
	}
	.product-item{
		width: 100%;
		margin-top: 30px;
	}
	.product-item .title{
		font-size: 18px;
	}
	.product-category-list{
		margin-top: 35px;
		position: relative;
		padding-left: 20px;
	}
	.product-category-list > select{
		border: none;
		border-bottom: 2px solid #eee;
		border-radius: 0;
		color: #67a4ff;
		position: relative;
	}
	.product-category-list::before{
		content: "";
		width: 50%;
		height: 2px;
		bottom: 0px;
		left: 0;
		z-index: 2;
		position: absolute;
		background-color: #67a4ff;
	}
	.product-category-list::after{
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 6px solid #67a4ff;
		position: absolute;
		left: calc(25% - 4px);
		top: 100%;
	}
	.product-category{
		padding: 0;
		position: relative;
		border-bottom: none;
	}
	
	.product-category::before{
		content: '';
		width: 50%;
		bottom: 0;
		background-color: #67a4ff;
		z-index: 1;
		display: block;
		height: 2px;
		position: absolute;
	}
	.product-category::after{
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 6px solid #67a4ff;
		position: absolute;
		left: calc(25% - 4px);
		top: 100%;
	}
	.product-category .nav.nav-pills{
		position: absolute;
		top: 100%;
		flex-wrap: wrap;
		background-color: #fff;
		z-index: 9;
		border: 1px solid #eee;
		border-radius: 8px;
		padding: 24px;
		box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
		display: none !important;
	}
	.product-category .nav.nav-pills.active{
		display: flex !important;
	}
	.product-category > div > a{
		width: 100%;
		font-size: 20px;
	}
	.product-category > div > a > div{
		width: 54px;
	}
	.product-category > div > a.active{
		display:none !important;
	}
	.current_category{
		font-size: 20px;
		color: #67a4ff;
		height: 48px;
		margin: 50px 0 20px 0;
		display: flex !important;
		align-items: flex-end;
		border-bottom: 1.5px solid #eeeeee;
		padding-bottom: 12px;
		position: relative;
		padding-left: 78px;
	}
	.current_category img{
		margin-right: 20px;
	}
	.current_category::after{
		content: '';
		background:url(/public/module/product/assets/images/3_0/download/arrow_pressed.png);
		display: block;
		width: 18px;
		height: 10px;
		position: absolute;
		right: 8px;
		top: 15px;
		transform: rotate(0deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.current_category.active::after{
		transform: rotate(180deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.current_category img[src*="normal"]{
		display: none;
	}
	.footer-banner{
		margin-top: 50px;
		padding: 44px 0;
	}
	.footer-banner > .container > h2{
		font-size: 26px;
		margin-bottom: 50px;
	}
	.footer-banner > .container > div:nth-child(2) > div{
		padding: 0 24px;
		margin: 20px 0;
		width: 100%;
	}
}