.navigator>li>ul{
	z-index:10;
}
.tech-spec-nav{
	box-shadow: 0 3px 4px rgb(214 214 214 / 33%);
    background-color: #fff;
	position: relative;
    z-index: 4;
	left: 0;
}
.tech-spec-nav.active{
	position: fixed;
	top: 0 !important;
}
.tech-spec-nav .container{
	min-height: 66px;
	font-size: 16px;
	line-height: 26px;
	color: #626262;
}
.tech-spec-nav .platform{
	margin-left: 12px;
}
.tech-spec-nav .platform span{
	margin-left: 8px;
	border: 1px solid #626262 !important;
    height: 26px;
    width: 26px;
    padding: 5px;
    border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 0;
	cursor: pointer;	
}
.tech-spec-nav .platform span.icon_win::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/download/windows-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
	background-size: 14px 13px;
}
.tech-spec-nav .platform span.icon_win.active::after{
	background-image: url(/public/module/product/assets/images/3_0/download/windows-pressed.png);
}
.tech-spec-nav .platform span.icon_mac::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/download/mac-normal.png);
    width: 14px;
    height: 13px;
    display: inline-block;
	background-size: 14px 11px;
}
.tech-spec-nav .platform span.icon_mac.active::after{
	background-image: url(/public/module/product/assets/images/3_0/download/mac-pressed.png);
}
.tech-spec-nav .platform span.active{
	border-color: #67a4ff !important;
}
.tech-spec-nav a,
.tech-spec-nav .links span{
	font-size: 14px;
	text-decoration: none;
	color: #67a4ff !important;
	margin-right: 20px;
	border-bottom: 3px solid #67a4ff;
    display: inline-block;
    height: 66px;
    line-height: 66px;
}
.tech-spec-nav a[href]:hover{
	color: #67a4ff !important;
	border-bottom: 3px solid #67a4ff;
}
.tech-spec-nav a[href]{
	color: #626262 !important;
	border: none;
}
.tech-spec-nav a.download, .tech-spec-nav a.download:hover{
	color: #fff !important;
	min-width: 90px;
	padding:0 16px;
    text-align: center;
    border: 1px solid #67a4ff !important;
	background-color: #67a4ff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}
.tech-spec-nav a.download:hover{
	background-color: #0b5ed7 !important;
	border-color: #0b5ed7 !important;
}
.tech-spec-nav a.buy, .tech-spec-nav a.buy:hover{
	color: #fff !important;
	min-width: 90px;
	padding:0 16px;
    text-align: center;
    border: 1px solid #ff7000 !important;
	background-color: #ff7000;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
	margin-right: 0;
}
.tech-spec-nav a.buy:hover{
	background-color: #ea5104 !important;
}
.tech-spec-nav.active + .tech-spec-banner{
	margin-top: 66px;
}
.tech-spec-banner{
	overflow-x: clip;
	color: #2e2e2e;
	height: 300px;
	background: linear-gradient(to bottom, #fff, #ecf2fc);
	padding-bottom: 17px;
}
.tech-spec-banner .container{
	position: relative;
}
.tech-spec-banner .container > .row{
	margin: 0 10%;
}
.tech-spec-banner h1{
    font-size: 40px;
    font-weight: 500;
    line-height: 72px;
	margin-bottom: 20px;
}
.tech-spec-banner p{
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 40px 0;
}
.tech-spec-banner a{
	text-decoration: none;
}

.tech-spec-banner .platform{
	margin-top: 28px;
}
.tech-spec-banner .platform > span{
    line-height: 29px;
}
.tech-spec-banner .platform span{
	text-decoration: none;
	cursor: pointer;
	padding: 0 22px;
}

.tech-spec-banner .platform > span.icon_win,
.tech-spec-banner .platform > span.icon_mac{
	text-decoration: none;
	cursor: pointer;
	padding: 0 22px;
	display: inline-flex;
    color:#626262;
    border-right: 2px solid #cbcbcb
}
.tech-spec-banner .platform > span.icon_win.active,
.tech-spec-banner .platform > span.icon_mac.active{
    color:#67a4ff;
}

.tech-spec-banner .platform > span.text_win,
.tech-spec-banner .platform > span.text_mac{
	border-right: 2px solid #cbcbcb;
    padding-right: 22px;
    padding-left: 0px;
    display: inline-flex;
}

.tech-spec-banner .platform span.icon_win::before{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/product/windows-normal.png);
    width: 29px;
    height: 29px;
    display: inline-block;
	background-size: 29px 29px;
    margin-right: 5px;
}
.tech-spec-banner .platform span.icon_win.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/windows-pressed.png);
}
.tech-spec-banner .platform span.icon_mac::before{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/product/mac-normal.png);
    width: 29px;
    height: 29px;
    display: inline-block;
	background-size: 29px 29px;
    margin-right: 5px;
}
.tech-spec-banner .platform span.icon_mac.active::before{
	background-image: url(/public/module/product/assets/images/3_0/product/mac-pressed.png);
}
.tech-spec-banner .platform > span:last-of-type{
	border-right: none;
}
.tech-spec-banner .controls a{
	min-width: 202px;
    margin: 0 22px 0 22px;
	padding: 0 16px;
    border-radius: 3px;
    color: #fff;
    line-height: 44px;
    font-size: 20px;
	font-weight: 700;
}
.tech-spec-banner .controls a.download{	
    background-color: transparent;
    color: #2e2e2e;
    border: 2px solid #2e2e2e;
}
.tech-spec-banner .controls a.download:hover{
	background-color: #67a4ff;
	border-color: #67a4ff;
	color: #fff;
}
.tech-spec-banner .controls a.buy{	
    background-color: #ff7000;
	border: 2px solid #ff7000;
}
.tech-spec-banner .controls a.buy:hover{
	background-color: #ea5104;
	border-color: #ea5104;
}

.tech-spec-nav .links_controls a.download_mac:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 8px;
}

.tech-spec-nav .links_controls a.download_win:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.tech-spec-nav .links_controls a.buy_win:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.tech-spec-nav .links_controls a.buy_mac:before{
    content: '';
    background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 8px;
}

.tech-spec-banner .controls a.download_win::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/button/windows-black.png);
	display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

.tech-spec-banner .controls a.download_mac::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/button/mac-black.png);
	display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 12px;
}

.tech-spec-banner .controls a.download_win:hover::before{
	background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
}

.tech-spec-banner .controls a.download_mac:hover::before{
	background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
}

.tech-spec-banner .controls a.buy_win::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/button/windows-white.png);
	display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

.tech-spec-banner .controls a.buy_mac::before{
	content: '';
	background:url(/public/module/product/assets/images/3_0/product/button/mac-white.png);
	display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 12px;
}

.tech-spec-banner .controls span{
	display: block;
    color: #626262;
    line-height: 1;
    font-size: 14px;
	margin-top: 10px;
}
.anchor-links{
	padding: 50px 60px 0 60px;
    margin-bottom: 40px;
    border-bottom: 2px solid #eaeaea;
	font-size: 18px;
    font-weight: 700;
    line-height: 48px;
	color: #2e2e2e;
}
.anchor-links > div {
	width: 25%;
}
.anchor-links span{
	margin: 8px 0;
	pointer-events: none;
}
.anchor-links .anchor-links_item{
	cursor: pointer;
	position: relative;
}
.anchor-links .anchor-links_item.active{
	color: #67a4ff;
}
.anchor-links .anchor-links_item.active::after{
	content: '';
	height: 2px;
	width: calc(100% + 10px);
	position: absolute;
	left: -5px;
	top: 100%;
	background-color: #67a4ff;
}
.anchor-links .anchor-links_item::before{
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
}
.anchor-links .anchor-links_item[data-id="system-requirement"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/system-requirements-normal.png);
}
.anchor-links .anchor-links_item.active[data-id="system-requirement"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/system-requirements-pressed.png);
}
.anchor-links .anchor-links_item[data-id="supported-device"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/supported-devices-normal.png);
}
.anchor-links .anchor-links_item.active[data-id="supported-device"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/supported-devices-pressed.png);
}
.anchor-links .anchor-links_item[data-id="supported-file-type"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/supported-file-types-normal.png);
}
.anchor-links .anchor-links_item.active[data-id="supported-file-type"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/supported-file-types-pressed.png);
}
.anchor-links .anchor-links_item[data-id="whats-new"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/whats-new-normal.png);
}
.anchor-links .anchor-links_item.active[data-id="whats-new"]::before{
	background-image: url(/public/module/product/assets/images/3_0/product/whats-new-pressed.png);
}
.tech-spec-content{
	background-color: #f4f7fd;
    border-radius: 12px;
    margin-bottom: 48px;
    padding: 56px 5% 46px 5%;
	font-size: 16px;
	line-height: 28px;
}
.tech-spec-content:nth-last-of-type(2){
	margin-bottom: 0;
}
.tech-spec-content h2{
	font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 40px;
}
.tech-spec-content ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
	margin: 0;
}
.tech-spec-content ul li{
	margin-bottom:8px;
	width: 100%;
	padding-right: 24px;
}
.tech-spec-content ul.list li{
	width: 50%;
}
.tech-spec-content ul li::marker{
	color: #67a4ff;
}
.tech-spec-content p{
	margin: 0;
}
.tech-spec-content .strong{
	font-weight: 700;
}
.tech-spec-content .newest{
	border-radius: 4px;
    background-color: #ff7000;
    color: #fff;
    padding: 0 8px;
}

.footer-crumb{
	padding-top: 24px;
	padding-bottom: 24px;
    font-size: 14px;
    color: #626262;
}
.footer-crumb a{
	text-decoration: none;
    color: #626262;
}
.footer-crumb img[src*="home.png"]{
	margin-top:-6px;
}

@media only screen and (max-width: 575px) {
	.tech-spec-nav{
		padding: 20px 0;
	}
	.tech-spec-nav .container{
		height: auto;
		min-height: 20px;
		padding: 0 20px;
		position: relative;
	}
	.tech-spec-nav a,
	.tech-spec-nav .links span{
		height: 44px;
		line-height: 44px;
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #cbcbcb !important;
	}
	.tech-spec-nav .name {
		width: 100%;
		position: relative;
		padding-right: 64px;
	}
	.tech-spec-nav a.download, .tech-spec-nav a.download:hover, .tech-spec-nav a.buy, .tech-spec-nav a.buy:hover {
        margin: 0 24px 12px 24px;
        width: auto;
    }
	.tech-spec-nav .links_controls{
		margin-top: 20px;
        display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.tech-spec-nav .links_controls a:first-of-type{
		margin-right: 24px;
        width:auto;
	}
	.tech-spec-nav a.buy, .tech-spec-nav a.buy:hover{
		width:auto;
	}
	.tech-spec-nav .tech-spec-nav_toggle{
		position: absolute;
		border: none !important;
		width: 44px !important;
		right: 0;
		top: 0;
		height: 26px !important;
		z-index: 2;
		text-decoration: none !important;
	}
	.tech-spec-nav .tech-spec-nav_toggle::after{
		content: '';
		background:url(/public/module/product/assets/images/3_0/download/arrow_normal.png);
		background-size: 100%;
		display: block;
		width: 18px;
		height: 10px;
		transform: rotate(0deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.tech-spec-nav_toggle.active::after{
		background:url(/public/module/product/assets/images/3_0/download/arrow_pressed.png);
		transform: rotate(180deg);
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.tech-spec-nav .links{
		display:none !important;
	}
	.tech-spec-nav .links.active{
		display:flex !important;
	}
	.tech-spec-banner .platform{
		margin-top: 16px;
	}
	.tech-spec-banner .container::before,.tech-spec-banner .container::after{
		display:none;
	}
	.tech-spec-banner{
		padding:0;
		height: auto;
	}
	.tech-spec-banner .container{
		border-radius: 0;
		padding: 25px 0 50px 0;
	}
	.tech-spec-banner .container > .row{
		margin: 0 20px;
	}
	.tech-spec-banner h1{
		font-size: 30px;
		line-height: 40px;
		font-weight: 500;
		margin: 20px 0;
	}
	.tech-spec-banner .platform > div{
		position: relative;
		left: 0;
		display: inline-block;
	}
	.tech-spec-banner .platform a:last-of-type{
		padding-right: 0;
	}
	.tech-spec-banner .stars{
		margin: 16px 0;
	}
	.tech-spec-banner p{
		padding: 0;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.tech-spec-banner .controls > div{
		width: 100%;
	}
	.tech-spec-banner .controls a{
		margin: 15px auto 0 auto;
		font-size: 18px;
		width: 200px;
		line-height: 36px;
	}
	.tech-spec-banner .controls span{
		margin: 10px 0;
	}
	.anchor-links .anchor-links_item span{
		display: none;
	}
	.anchor-links{
		padding: 50px 24px 0 24px;
	}
	.anchor-links .anchor-links_item{
		padding-bottom: 12px;
	}
	.tech-spec-content{
		margin: 0 20px 30px 20px;
		width: calc(100% - 40px);
		max-width: 100%;
		border-radius: 8px;
		padding: 40px 5% 46px 5%;
	}
	.tech-spec-content ul li{
		padding-right: 0;
	}
	.tech-spec-content ul.list li{
		width: 100%;
	}
	.tech-spec-content h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
}