
.product-center-banner{
	background: linear-gradient(to right, #cfdfed, #f8e9e5);
	margin-bottom: 80px;
}
.product-center-banner .card{
	background-color: transparent;
	padding: 90px 0 73px 0;
}
.product-center-banner .card .card-title {
	margin-bottom: 110px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
}
.product-center-banner .card .card-body{
	padding: 0;
}
.product-center-banner_item{
	color: #626262;
	font-size: 18px;
}
.product-center-banner_item > div img{
	margin-bottom: 24px;
	height: 48px;
	width: auto;
}
.product-category-list span{
	color: #1a1a1a;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 42px;
	line-height: 52px;
}
.product-category-list > div > a{
	color: #2e2e2e;
	font-size: 20px;
	cursor: pointer;
	font-weight: 600;
	min-width: 186px;
	max-width: 230px;
	min-height: 50px;
	margin: 8px 0;
	position: relative;
    padding-left: 56px;
}
.product-category-list > div > a:hover{
	color: #2e2e2e;
}
.product-category-list .nav-link.active, .product-category-list .show > .nav-link{
	background-color: #ff7000;
	border-radius: 8px;
}
.product-category-list .nav-link::before{
	content:'';
	display: inline-block;
	width:31px;
	height:31px;
	margin-right:25px;
    position: absolute;
    left: 1rem;
}
.product-category-list .nav-link.item-tab-android::before{
	background-image: url(/public/module/product/assets/images/3_0/product/android-normal.png);
}
.product-category-list .nav-link.item-tab-android.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/android-pressed.png);
}
.product-category-list .nav-link.item-tab-ios::before{
	background-image: url(/public/module/product/assets/images/3_0/product/ios-normal.png);
}
.product-category-list .nav-link.item-tab-ios.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/ios-pressed.png);
}
.product-category-list .nav-link.item-tab-office::before{
	background-image: url(/public/module/product/assets/images/3_0/product/office-normal.png);
}
.product-category-list .nav-link.item-tab-office.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/office-pressed.png);
}
.product-category-list .nav-link.item-tab-utilities::before{
	background-image: url(/public/module/product/assets/images/3_0/product/utilities-normal.png);
}
.product-category-list .nav-link.item-tab-utilities.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/utilities-pressed.png);
}
.product-category-list .nav-link.item-tab-multimedia::before{
	background-image: url(/public/module/product/assets/images/3_0/product/video-normal.png);
}
.product-category-list .nav-link.item-tab-multimedia.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/video-pressed.png);
}
.product-category-list > div > a > div {
	width: 56px;
	display: flex;
	align-items: center;
}
.product-container_title{
	border-bottom: 2px solid #ff7000;
	padding: 0 36px;
}
.product-container_title > span{
	padding: 12px 0 8px 0;
	margin-bottom: -2px;
	color: #626262;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #fff;
	border-bottom: 2px solid #ff7700;
	position: relative;
}
.product-container_title > span::before{
	content: '';
	background-color: #ff7700;
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 2px;
	height: 2px;
}
.product-container_title > span::after{
	content: '';
	background-color: #ff7700;
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 2px;
	height: 2px;
}
.product-container_title > span > i {
	margin-right: 8px;
	pointer-events: none;
}
.product-container_title > span.active{
	border: 2px solid #ff7000;
	border-bottom: 2px solid #fff;
	pointer-events: none;
}
.product-container_title > span.active{
	color:#67a4ff;
}
.product-container_title > span .icon-win{
	background: url(/public/module/product/assets/images/3_0/product/windows-normal.png);
    background-size: 100%;
}
.product-container_title > span.active .icon-win{
	background: url(/public/module/product/assets/images/3_0/product/windows-pressed.png);
    background-size: 100%;
}
.product-container_title > span .icon-mac{
	background: url(/public/module/product/assets/images/3_0/product/mac-normal.png);
    background-size: 100%;
}
.product-container_title > span.active .icon-mac{
	background: url(/public/module/product/assets/images/3_0/product/mac-pressed.png);
    background-size: 100%;
}
.product-list{
	padding: 45px 0;
	display: none;
}
.product-list.active{
	display: flex;
}
.product-list > div {
	border: 2px solid #f3f3f3;
	border-radius: 14px;
	width: 49%;
	margin: 15px 0;
	padding: 50px 24px;
	position: relative;
}
.product-list > div img{
	max-width: 100%;
	height: auto;
}
.product-list > div .title a{
	color: #2e2e2e;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	text-decoration: none;
}
.product-list > div:hover{
	box-shadow: 1px 1px 12px rgb(0 0 0 / 10%);
}
.product-list > div:hover .title a{
	color: #67a4ff;
}
.product-list > div .content{
	color: #626262;
	font-size: 16px;
	line-height: 30px;
	margin: 12px 0 30px 0;
}
.product-list > div .controls{
	flex-wrap:wrap;
}
.product-list > div .controls > a{
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 12px;
	cursor: pointer;
    margin-bottom:12px;
}
.product-list > div .controls > a > i{
	margin-right: 12px;
}
.product-list > div .controls > a.btn-down{
	color: #1a1a1a;
	border: 1px solid #2e2e2e;
}
.product-list > div .controls > a.btn-down:hover{
	border-color: #67a4ff;
	background-color: #67a4ff;
	color: #fff;
}

.product-list > div .controls > a.btn-down:hover .icon-down{
	background: url(/public/module/product/assets/images/3_0/product/free-try-normal.png);
}

.product-list > div .controls > a.btn-down:hover .icon-down-win{
	background: url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
}

.product-list > div .controls > a.btn-down:hover .icon-down-mac{
	background: url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
}

.product-list > div .controls > a.btn-buy{
	background-color: #ff7000;
	color: #fff;
	border: 1px solid #ff7000;
}
.product-list > div .controls > a.btn-buy:hover{
	background-color: #ea5104;
}
.product-list .product_item_content{
	height: 100%;
}

.icon-buy {
	display: block;
	width: 14px; height: 16px;
	background: url('/public/module/product/assets/images/3_0/product/buy-now.png');
}

.icon-buy-win {
	display: block;
	width: 17px; height: 17px;
	background: url('/public/module/product/assets/images/3_0/product/button/windows-white.png');
}

.icon-buy-mac {
	display: block;
	width: 20px; height: 17px;
	background: url('/public/module/product/assets/images/3_0/product/button/mac-white.png');
}

.icon-down {
	display: block;
	width: 12px; height: 15px;
	background: url('/public/module/product/assets/images/3_0/product/free-try.png');
}

.icon-down-win {
	display: block;
	width: 17px; height: 17px;
	background: url('/public/module/product/assets/images/3_0/product/button/windows-black.png');
}

.icon-down-mac {
	display: block;
	width: 20px; height: 17px;
	background: url('/public/module/product/assets/images/3_0/product/button/mac-black.png');
}

.icon-mac {
	display: block;
	width: 25px; height: 25px;
	background: url('/public/module/product/assets/images/3_0/product/mac.png');
}
.icon-win {
	display: block;
	width: 25px; height: 25px;
	background: url('/public/module/product/assets/images/3_0/product/windows.png');
}
@media (max-width: 575px){
	.product-center-banner{
		margin-bottom: 50px;
	}			
	.product-center-banner .card .card-title {
		margin-bottom: 120px;
		font-size: 32px;
		line-height: 40px;
	}
	.product-center-banner .card{
		padding: 50px 0 0 0;
	}
	.product-center-banner .card .card-title{
		margin-bottom: 50px;
	}
	.product-center-banner_item > div {
		margin-bottom: 40px;
	}
	.product-list{
		padding: 40px 10px;
	}
	.product-list > div{
		width: 100%;
		text-align: center;
		padding: 45px 20px;
	}
	.product-list > div img{
		max-width: 30%;
	}
	.product-list > div .title{
		font-size: 18px;
	}
	.product-list > div .controls > a:only-child{
		margin: 0 auto;
	}
	.product-list .product_item_content{
		height: auto;
		margin-top: 24px;
		padding: 0 !important;
	}
	.product-list > div .title a{
		font-size: 18px;
	}
	.product-list > div .content{
		margin-bottom: 24px;
	}
	.product-container_title{
		padding: 0 20px;
		margin-left: -0.75rem;
		margin-right: -0.75rem;
	}
	.product-category-list{
		margin-bottom: 50px;
	}
	.product-category-list span{
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 0;
		line-height: 26px;
	}
	.product-category-list select{
		color: #67A4FF;
	}
	.product-category-list select:focus{
		box-shadow:none;
	}
	.product-category-list select option{
		color: #2e2e2e;
	}
	.product-category-list select option:checked{
		color: #2e2e2e;
	}
	.product-category-list{
		position: relative;
	}
	.product-category-list .nav.nav-pills{
		width: 180px;
		position: absolute;
		right: 15px;
		overflow: hidden;
		top: 40px;
		background-color: #fff;
		z-index: 9;
		border: 1px solid #eee;
		border-radius: 4px;
		box-shadow: 0 10px 10px rgb(0 0 0 / 18%);
		display: none;
	}
	.product-category-list > div > a > div{
		display: none !important;
	}
	.product-category-list > div > a{
		min-width: 100%;
		justify-content: center;
		margin: 0;
	}
	.product-category-list .nav-link::before{
		display:none;
	}
	.product-category-list .nav-link.active{
		display: none !important;
	}
	.product-category-list .current_category{
		width: 180px;
		line-height: 48px;
		color: #67a4ff;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		border: 2px solid #eee;
		border-radius: 8px;
		position: absolute;
		right: 15px;
		top: -13px;
		cursor: pointer;
	}
	.product-category-list .current_category::after{
		content: '';
		background:url(/public/module/product/assets/images/3_0/product/arrow_pressed.png);
		display: block;
		width: 18px;
		height: 10px;
		position: absolute;
		right: 8px;
		top: 21px;
		transform: rotate(0deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.product-category-list .current_category.active::after{
		transform: rotate(180deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.product-category-list .nav.nav-pills{
		display:none;
	}
	.product-category-list .nav.nav-pills.active{
		display: block;
	}
}