
.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 > div >.row{
	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 .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: auto;
	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 .price{
	color: #1a1a1a;
	margin-top: 8px;
}
.product-item .price > span{
	color: #ff7000;
	font-size: 18px;
}
.product-item .buy-now{
	color: #ff7700;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #ff7700;
	border-radius: 3px;
	min-width: 144px;
	padding:0 16px;
	display: inline-block;
	line-height: 35px;
	margin: 24px 0;
	position: relative;
}

.product-item .buy-now.icon_win::before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background-size: 14px 13px;
    margin-right: 8px;
    background-image: url(/public/module/product/assets/images/3_0/product/button/windows-orange.png);
}

.product-item .buy-now.icon_mac::before{
	content: "";
    display: inline-block;
    width: 14px;
    height: 13px;
    background-size: 14px 13px;
    margin-right: 8px;
    background-image: url(/public/module/product/assets/images/3_0/product/button/mac-orange.png);
}

.product-item .buy-now:hover{
	color: #fff;
	background-color: #ff7700;
}

.product-item .buy-now.icon_win:hover::before{
	background-image:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
}

.product-item .buy-now.icon_mac:hover::before{
	background-image:url(/public/module/product/assets/images/3_0/product/button/mac-white.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.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.active.icon_win::before{
	background-image:url(/public/module/product/assets/images/3_0/download/windows-pressed.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);
}
.product-item .platform span:last-of-type{
	border-right: none;
}
.support {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 30px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.support p{
	color: #626262;
	margin: 0;
}
.support img{
	max-width: 100%;
	height: auto;
}
.support > div > h2{
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1;
}
.support a{
	color: #67a4ff;
	text-decoration: none;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	position: relative;
}
.support a::after{
	content: '';
	background: url(/public/module/product/assets/images/3_0/store/see-more.png);
	display: block;
	width: 12px;
	height: 11px;
	position: absolute;
	right: -18px;
	top: 10px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.support a:hover::after{
	right: -24px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.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;
}
.sales-faq-container h2{
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.sales-faq-container ul{
	list-style: none;
	padding: 0;
}
.sales-faq-container > ul > li{
	position: relative;
	color: #3c3c3c;
	font-size: 20px;
	line-height: 24px;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
}
.sales-faq-container > ul > li:last-of-type{
	border-bottom: 0;
}
.sales-faq-container > ul > li::before {
	content: '';
	background: url(/public/module/product/assets/images/3_0/store/question-normal.png);
	display: block;
	width: 22px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
}
.sales-faq-container > ul > li::after {
	content: '';
	background: url(/public/module/product/assets/images/3_0/store/tips-normal.png);
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 24px;
	top: 2px;
	transition: transform 0.2s ease-in-out;
	transform: rotate(90deg);
	z-index: -1;
}
.sales-faq-container > ul > li > div:nth-child(n + 2), .sales-faq-container > ul > li > ul {
	display: none;
	opacity: 0;
}
.sales-faq-container > ul > li > div:nth-child(1) {
	display: block;
	opacity: 1;
	cursor: pointer;
	padding-right: 44px;
}
.sales-faq-container > ul > li > div:nth-child(1){
	color: #2e2e2e;
}
.sales-faq-container > ul > li.active > div:nth-child(1) {
	font-weight: 600;
	color: #ff7000;
}
.sales-faq-container > ul > li.active::before {
	background: url(/public/module/product/assets/images/3_0/store/question-pressed.png);
}
.sales-faq-container > ul > li.active::after {
	background: url(/public/module/product/assets/images/3_0/store/tips-pressed.png);
	transition: transform 0.2s ease-in-out;
	transform: rotate(0deg);
}
.sales-faq-container > ul > li.active > div:nth-child(n + 2), .sales-faq-container > ul > li.active > ul{
	display: block;
	opacity: 1;
	transition: opacity 0.15s linear;
}
.sales-faq-container > ul > li.active > div:nth-child(n + 2){
	font-size: 16px;
	color: #2e2e2e;
	line-height: 26px;
	margin: 15px 0;
}
.sales-faq-container > ul > li > ul a {
	color: #67a4ff;
	text-decoration: none;
	font-size: 16px;
}
.sales-faq-container > ul > li > ul > li{
	position: relative;
	padding-left: 20px;
	line-height: 19px;
	margin: 12px 0;
}
.sales-faq-container > ul > li > ul > li::before {
	content: '';
	background: url(/public/module/product/assets/images/3_0/store/sign.png);
	display: inline-block;
	left: 6px;
	position: absolute;
	width: 8px;
	height: 13px;
	top: 3px;
}
@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: 64px 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-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.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%;
	}
	.product-item .title{
		font-size: 18px;
	}
	.support{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.support > div > h2{
		font-size: 26px;
	}
	.support > div:nth-child(1){
		order: 2;
	}
	.support > div:nth-child(2){
		order: 1;
		text-align: center;
		margin-bottom: 40px;
	}
	.sales-faq-container h2{
		font-size: 26px;
	}
	.sales-faq-container > ul > li{
		font-size: 18px;
		margin-bottom: 24px;
		padding-bottom: 24px;
	}
	.sales-faq-container > ul > li::after{
		right: 0;
		top: 4px;
		zoom: .8;
	}
	.sales-faq-container > ul > li::before{
		top: 4px;
		zoom: .8;
	}
}