.buy-banner{
	margin-bottom: 60px;
}
.buy-banner h1{
	font-size: 40px;
    color: #2e2e2e;
    font-weight: 700;
	margin: 56px 0 32px 0;
}
.buy-banner .platform {
	font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}
.buy-banner .platform span,
.buy-banner .platform a{
	margin: 0 24px;
	position: relative;
	text-align: center;
}
.buy-banner .platform a{
	color: #67a4ff;
	text-decoration: none;
}
.buy-banner .platform a:hover::after{
	right: -22px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.buy-banner .platform a::before{
	content: "";
	border-left: 2px solid #cbcbcb;
    position: absolute;
    left: -24px;
    top: 10px;
    height: 20px;
}
.buy-banner .platform a::after{
	content:'';
	background-image:url(/public/module/product/assets/images/3_0/store/see-more.png);
	position: absolute;
    display: block;
    width: 12px;
    height: 11px;
    right: -16px;
    top: 12px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.buy-banner .tips{
	margin: 36px 0;
	padding: 0 3%;
}
.buy-banner .tips span{
	position: relative;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
}
.buy-banner .tips span::before{
	content:'';
	background:url(/public/module/product/assets/images/3_0/product/tick.png);
	display: block;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
}
.buys-container .buy-years{
	padding: 0 4%;
}
.buys-container .buy-years[data-count="1"] .buy-item{
	width:80%;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.buys-container .buy-years[data-count="1"] .buy-item h4{
	width: 100%;
}
.buys-container .buy-years[data-count="1"] .buy-item >div{
	border-left: 2px solid #eee;
    width: 50%;
}
.buys-container .buy-years[data-count="1"] .buy-item >div.license_selection:nth-child(2){
	order: 1;
    width: 40%;
    max-width: 350px;
}
.buys-container .buy-years[data-count="1"] .buy-item >div.license_selection:nth-child(3){
	width: 40%;
    order: 3;
    position: absolute;
    left: 30px;
    top: 150px;
    max-width: 350px;
}
.buys-container .buy-years[data-count="1"] .buy-item >div.license_selection+div{
	order:3;
}
.buys-container .buy-years .buy-item{
	border: 1px solid #e3e5e9;
	justify-content: space-between;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding: 30px;
	width: 31%;
	transition: all .3s;
    -webkit-transition: all .3s;
	margin-right: 3%;
	margin-bottom: 50px;
	position: relative;
}
.buys-container .buy-years .buy-item>div{
	text-align:center;
}
.buys-container .buy-years .buy-item:hover{	
	box-shadow: 0 4px 24px rgb(0 0 0 / 30%);
	border-color: #67a4ff;
	transition: all .3s;
    -webkit-transition: all .3s;
}
.buys-container .buy-years .buy-item[style*="order:2"]{
	box-shadow: 0 3px 10px rgb(0 0 0 / 14%);
	position: relative;
}
.buys-container .buy-years .buy-item[style*="order:2"]:hover{
	box-shadow: 0 4px 24px rgb(0 0 0 / 30%);
}
.buys-container .buy-years .buy-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: -0;
	z-index: 2;
}
.buys-container .buy-years .buy-item[style*="order:3"],
.buys-container .buy-years .buy-item[style*="order:4"]{
	margin-right: 0;
}
.buys-container ul{
	list-style: none;
	width: auto;
    margin: 0 auto;
}
.buys-container ul li{
	position: relative;
	font-size: 16px;
    color: #2e2e2e;
    line-height: 26px;
    padding: 6px 0;
}
.buys-container ul li::before{
	content:'';
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="14px"><path fill-rule="evenodd"  fill="rgb(255, 112, 0)" d="M0.532,8.611 L7.730,13.988 L16.127,2.161 L13.728,0.010 L7.730,9.687 L1.732,6.461 L0.532,8.611 Z"/></svg>');
	display: block;
    width: 17px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 14px;
}

.buys-container ul li > span{
	position: relative;
}
.buys-container ul li > span > div{
	position: absolute;
    left: calc(100% + 8px);
    top: -4px;
	z-index: 1;
	display: block;
}
.buys-container ul li > span > div > img{
	cursor: pointer;
}
.buys-container ul li > span > div > p{
	display: none;
    background-color: #fff;
	width: 240px;
    border: 1px solid #eee;
    box-shadow: 0 3px 10px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 8px 12px;
    z-index: 4;
	margin: 8px 0 0 0;
	color: #2e2e2e;
}
div.buys-container ul > li > span > div:hover > p{
	display: inline-block;
}
.buys-container ul li > span > div:hover > p a{
	text-decoration: none;
    color: #67a4ff;
}
.buys-container .buy-years .buy-item h4{
	text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
}
.buys-container .buy-years .buy-item .price{
	margin-top: 20px;
    text-align: center;
    color: #ff7700;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
}
.buys-container .buy-years .buy-item[style*="order:2"] .price{
	margin-top: 32px;
}
.buys-container .buy-years .buy-item .tax{
	text-align: center;
    font-size: 16px;
    color: #2e2e2e;
}
.buys-container .buy-years .buy-item .btn-buy{
	text-align: center;
    min-width: 144px;
	padding: 0 16px;
    line-height: 37px;
    background-color: #ff7700;
    border-radius: 3px;
    color: #fff;
    margin: 28px auto 0 auto;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    position: relative;
	text-decoration: none;
	display: inline-block;
}
.buys-container .buy-years .buy-item .btn-buy:hover,
.buys-container .buy-years .buy-item[style*="order:2"] .btn-buy:hover,
.buys-container .buy-normal .buy-normal-item .btn-buy:hover{
	background-color: #ea5104;
}
.buys-container .buy-years .buy-item .btn-buy img{
	width: 18px;
    height: 18px;
    margin-right: 12px;
}
.buys-container .buy-years .buy-item[style*="order:2"] .btn-buy{
    min-width: 166px;
    line-height: 42px;
    background-color: #ff7700;
}
.buys-container .buy-years .buy-item .contact{
	font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
	text-align: center;
}
.buys-container .buy-years .buy-item .contact a{
	text-decoration: none;
	color: #67a4ff;
}
.license_selection{
	width: 100%;
	height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 12px;
    position: relative;
	margin-bottom: 16px;
}
.license_selection[tabindex="-1"]{
	z-index: 1;
}
.license_selection > span{
	cursor:default;
}
.license_selection ol{
	display: none;
	background-color: #fff;
    border: 1px solid #ddd;
    width: calc(100% + 26px);
    margin: -2px -13px 0 -13px;
    padding: 0;
    list-style: none;
}
.license_selection ol > li{
	padding: 0 12px;
    border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.license_selection ol > li:hover,
.license_selection ol > li[selected]{
	background-color: #67a4ff;
	color: #fff;
}
.license_selection ol > li:last-of-type{
	border-bottom:none;
}
.license_selection:focus ol{
	display: block;
}
.license_selection::after{
	content: '';
	background-image: url(/public/module/product/assets/images/3_0/download/arrow_normal.png);
	position: absolute;
    display: block;
    top: 15px;
    right: 8px;
    height: 10px;
    width: 16px;
	z-index: -1;
    background-size: 100%;
    background-repeat: no-repeat;
	transition: all .3s;
    -webkit-transition: all .3s;
	transform: rotate(0deg);
}
.license_selection:focus::after,
.license_selection:active::after{
	transition: all .3s;
    -webkit-transition: all .3s;
	transform: rotate(180deg);
}
.buys-container .buy-years .buy-item .license_selection + div .price{
	margin-top: 0;
}
.buys-container .buy-normal{
	margin: 0 10%;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgb(0 0 0 / 30%);
    padding: 50px 0;
	position: relative;
	margin-bottom: 50px;
}
.buys-container .buy-normal h4{
	font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin-bottom: 28px;
}
.buys-container .buy-normal .buy-normal-item{
	border-left: 2px solid #eee;
}
.buys-container .buy-normal .buy-normal-item .price{
	width: 166px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ff7700;
}
.buys-container .buy-normal .buy-normal-item .tax{
	width: 166px;
    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
	margin: 8px 0 24px 0;
}
.buys-container .buy-normal .buy-normal-item .btn-buy{
	min-width: 166px;
	padding: 0 16px;
    line-height: 42px;
    background-color: #ff7700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
	border-radius: 3px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.buys-container .buy-normal .buy-normal-item .btn-buy img{
	height: 20px;
    width: 20px;
    margin-right: 12px;
}
.buys-container .buy-normal::after{
	content: '';
	background-image:url(/public/module/product/assets/images/3_0/product/big-save.png);
	display: block;
    width: 172px;
    height: 165px;
    position: absolute;
    top: -7px;
    right: -8px;
	z-index: 2;
}
.buys-container .buy-normal .tag{
	font-size: 28px;
    font-weight: 700;
    color: #2e2e2e;
    transform: rotate(45deg);
    position: absolute;
    right: -54px;
    top: 54px;
    z-index: 3;
    width: 172px;
}
.payments {
	margin-bottom: 76px;
	font-size: 16px;
	color: #2e2e2e;
}
.payments > div{
	justify-content: center;
}
.payments img{
	margin-left:12px;
	margin-bottom: 12px;
}
.payments span{
	line-height: 55px;
	margin-left: 15px;
	min-width: 86px;
}

.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: 38px;
	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;
}
.footer-crumb{
	padding-top: 24px;
	padding-bottom: 24px;
    font-size: 14px;
    color: #626262;
}
.footer-crumb img[src*="home.png"]{
	margin-top:-6px;
}
.footer-crumb a{
	text-decoration: none;
    color: #626262;
}
@media only screen and (min-width: 576px) {
	
	.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) {
	.buy-banner{
		margin-bottom: 32px;
	}
	.buy-banner h1{
		font-size: 30px;
		line-height: 40px;
		margin: 40px 0 20px 0;
	}
	.buy-banner .tips{
		margin: 20px 0;
		padding: 0 15px;
	}
	.buy-banner .tips span{
		margin-bottom: 8px;
	}
	.buy-banner .platform{
		justify-content: flex-start !important;
	}
	.buy-banner .platform.center span{
		margin: 0 auto;
	}
	.buy-banner .platform span{
		text-align: right;
		width: auto;
		margin-left: 39px;
		white-space: nowrap;
	}
	.buy-banner .platform a{
		text-align: left;
	}
	
	.buys-container{
		margin-bottom:36px;
	}
	.buys-container .buy-years .buy-item{
		width: 100%;
		margin: 0 4% 30px 4% !important;
		order: 2;
	}	
	.buys-container .buy-years .buy-item:nth-child(2){
		width: 100%;
		order: 1;
	}
	
	div.buys-container ul > li > div:focus > p,
	div.buys-container ul > li > div:active > p{
		display: inline-block;
	}
	div.buys-container ul > li > span > div > p{
		position: absolute;
		right: -20px;
		top: 25px;
	}
	.buys-container .buy-years{
		padding: 0;
	}
	.buys-container .buy-years .buy-item .price{
		font-size: 36px;
		margin-top: 12px;
	}
	.buys-container .buy-years .buy-item:nth-child(2) .price{
		margin-top: 12px;
		font-size: 36px;
	}
	.buys-container .buy-normal{
		margin: 0 4%;
		padding: 36px 30px;
	}
	.buys-container .buy-normal h4{
		font-size: 22px;
		margin-bottom: 0px;
	}
	.buys-container .buy-normal .tag{
		font-size: 22px;
		right: -8px;
		top: 30px;
		text-align: center;
		width: 100px;
	}
	.buys-container .buy-normal::after{
		transform: scale(.8);
		top: -22px;
		right: -23px;
	}
	.buys-container .buy-normal .buy-normal-item{
		border-left: none;
		border-top: 2px solid #eee;
		margin-top: 16px;
		padding-top: 24px;
		align-items: center !important;
	}
	.buys-container .buy-normal .buy-normal-item .tax{
		margin: 20px 0;
	}
	.payments > div {
		justify-content: flex-start;
	}
	.payments img{
		width: 70px;
		height: auto;
		margin-bottom: 8px;
	}
	.payments span{
		margin-left: 0;
		margin-top: 0;
		line-height: 18px;
		height: 40px;
		width:110px;
		display: flex;
		align-items: center;
	}
	.payments > div > div{
		width: 100%;
		margin-left: -85px;
	}
	.payments img:first-of-type{
		margin-left: 94px;
	}
	.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;
	}
	.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: 0.8;
	}
	.sales-faq-container > ul > li::before{
		top: 4px;
		zoom: 0.8;
	}
}