@charset"utf-8";
dl,
ul {
	padding: 0;
	margin: 0
}

.buy-acBtn,
.down-acBtn {
	position: relative
}

.down-acBtn .downIc {
	width: 22px;
	height: 22px;
	background: url("../img/icon/download.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.buy-acBtn .buyIc {
	width: 25px;
	height: 25px;
	background: url("../img/icon/cart-new.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.guide-flow {
	justify-content: space-between;
	margin: 20px 0
}

.guide-flow h1 {
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px
}

.guide-flow h2 {
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 10px;
	font-weight: 500;
	margin-top: 35px;
	margin-bottom: 0
}

.guide-flow h3 {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin-top: 20px;
	text-align: initial
}

.guide-flow h3 span {
	font-size: 16px;
	background-color: #179fa0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 2px 12px 3px;
	margin-right: 10px;
	line-height: 1.3;
	vertical-align: middle
}

.guide-flow h4 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 20px;
	position: relative
}

.guide-flow .guide-nav {
	width: 260px;
	float: left
}

.guide-flow .guide-nav.fixd-nav {
	position: fixed;
	top: 60px;
	transition: all 0.3s ease;
	padding-top: 0;
	z-index: 100
}

.guide-flow .guide-nav h2 {
	font-size: 21px;
	font-weight: 500;
	background: none;
	padding: 5px 0;
	margin-top: 0;
	text-align: center;
	color: #333;
}

.guide-flow .content {
	width: 73%;
	float: right;
	font-size: 18px;
	padding-bottom: 40px;
	text-align: justify
}

.guide-flow .guide-nav .bottom-set,
.guide-flow .guide-nav .top-set {
	background-color: #fff;
	border-radius: 10px;
	border: solid 2px #ededed;
	margin-bottom: 10px;
	padding: 20px 5px
}

.guide-flow .guide-nav .bottom-set {
	padding: 20px 15px
}

.guide-flow .guide-nav .bottom-set {
	text-align: center
}

.guide-flow .guide-nav .bottom-set span img {
	width: 118px;
	height: 94px
}

.guide-flow .guide-nav .bottom-set .link {
	text-align: center
}

.guide-flow .guide-nav .top-set ul li {
	position: relative
}

.guide-flow .guide-nav .top-set ul li::before {
	position: absolute;
	right: 5px;
	top: 18px;
	content: "";
	width: 15px;
	height: 15px;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(-90deg)
}

.guide-flow .guide-nav .top-set ul li a {
	padding: 5px 20px 5px 10px;
	display: block;
	color: #333
}

.guide-flow .guide-nav .top-set ul li a:hover {
	background-color: #ebf3ff;
	border-radius: 8px
}

.guide-flow .guide-nav .bottom-set .btn {
	margin-top: 15px;
	display: block;
	padding: 6px
}

.guide-flow .content p {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: justify
}

.guide-flow .content img {
	max-width: 100%;
	height: auto;
	width: auto
}

.guide-flow .content ul {
	margin-top: 15px;
	padding-left: 25px
}

.guide-flow .content ul li {
	list-style: disc;
	padding: 5px 0;
	text-align: justify
}

.guide-flow .content a {
	color: #179fa0;
	word-break: break-all
}

.download-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #f3fcff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px 0 20px 0;
}

.download-content .items {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin-bottom: 10px
}
.download-content .item{
	margin: 0 10px;
}
.download-content .slogan {
	width: 100%;
	color: #000;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0;
	padding-top: 0;
	text-align: center!important;
	padding-bottom: 10px
}

.download-content .secure-down {
	position: relative;
	display: block;
	max-width: 318px;
	width: 90%;
	font-size: 12px;
	text-align: center;
	color: #777;
	line-height: 22px;
	vertical-align: middle;
	margin-top: 5px!important;
	margin-bottom: 5px;
	text-align: center!important
}

.download-content .secure-down::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 22px;
	vertical-align: middle;
	margin-right: 2px;
	background: url("../img/icon/secure-down.svg") left 2px/14px auto no-repeat
}

.download-content .mac-blue-two-line,
.download-content .win-blue-two-line {
	display: inline-block;
	position: relative;
	width: 236px;
	height: 62px;
	border: solid 2px #435bfd;
	background: #435bfd;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	box-shadow: none
}

.download-content .mac-blue-two-line .btn,
.download-content .win-blue-two-line .btn {
	text-align: left;
	display: block;
	font-size: 16px;
	padding-top: 6px
}

.download-content .win-blue-two-line p {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	border: none
}

.download-content .mac-blue-two-line p {
	margin: 0;
	padding: 0 10px;
	color: #435bfd;
	font-size: 14px;
	text-align: left;
	border: none
}

.download-content .mac-blue-two-line {
	background: #fff;
	color: #435bfd
}

.download-content .mac-blue-two-line .plantform,
.download-content .win-blue-two-line .plantform {
	font-size: 12px
}

.download-content .mac-blue-two-line::after,
.download-content .win-blue-two-line::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 15px
}

.download-content .mac-blue-two-line:hover,
.download-content .win-blue-two-line:hover {
	background-color: #2c3db0;
	color: #fff
}

.download-content .win-blue-two-line::after {
	background: url("../img/down-win-t-icon.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line::after {
	background: url("../img/down-mac-icon.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line:hover::after {
	background: url("../img/down-mac-icon2.svg") center center/32px auto no-repeat
}

.download-content .mac-blue-two-line:hover p {
	color: #fff
}

.step-sy {
	background-color: #179fa0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 2px 12px 7px;
	margin-right: 10px;
	margin-top: 15px;
	line-height: 1;
	font-weight: 500
}

.line-title-left {
	padding: 15px 0 15px 52px;
	font-style: italic;
	background: url("https://www.acethinker.com/wp-content/themes/acetheme/dist/img/tip-icon.webp") 5px 12px/30px 30px no-repeat
}

@media (max-width: 1280px) {
	.guide-flow .content {
		width: 70%
	}
}

@media (max-width: 960px) {
	.guide-flow .content,
	.guide-flow .guide-nav {
		float: none;
		width: 100%
	}
	.guide-flow .content {
		padding-bottom: 20px
	}
	.guide-flow .guide-nav {
		margin-top: 10px
	}
	.guide-flow .guide-nav {
		display: none
	}
	.guide-flow .guide-nav.fixd-nav {
		position: relative;
		top: initial
	}
	.guide-flow h1 {
		font-size: 28px;
		margin-top: 25px
	}
	.guide-flow h2 {
		font-size: 22px
	}
	.guide-flow h3 {
		font-size: 20px
	}
	.download-content .items {
		display: block;
		text-align: center
	}
	.guide-flow .guide-nav .bottom-set .btn {
		font-size: 18px
	}
}

.flue-f {
	color: #006dff
}

.faq-banner {
	background-color: #f8fbff;
	background-image: url("../img/guid-faq/faq-bannerbg.webp");
	background-size: cover;
	padding: 3.5rem 0 4.5rem;
	text-align: center;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: bottom center
}

.faq-banner h1 {
	font-size: 36px
}

.faq-banner .des {
	margin-top: 20px
}

.faq-banner .btn-down {
	margin-top: 35px
}

.faq-content {
	padding-bottom: 50px
}

.faq-content .faq-item {
	margin-top: 50px
}

.faq-content h2 {
	font-size: 30px;
	text-align: center;
	padding: 15px 0
}

.faq-content h2.bg-a {
	background-color: #83f9ec
}

.faq-content h2.bg-b {
	background-color: #c4a7fe
}

.faq-content h2.bg-c {
	background-color: #cbea60
}

.faq-content h2.bg-d {
	background-color: #f3e64f
}

.faq-content h2.bg-e {
	background-color: #ff926c
}

.faq-content .faq-item .list-card {
	padding: 0 30px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 17px;
	color: #555
}

.faq-content .faq-item .list-card h3 {
	font-size: 20px;
	position: relative;
	cursor: pointer;
	padding: 16px 18px 16px 0;
	font-weight: 600;
	color: #333;
	margin-bottom: 0
}

.faq-content .faq-item .list-card h3 .svg {
	position: absolute;
	right: 0;
	top: 30px;
	width: 18px;
	height: 18px;
	display: block;
	background: url("../img/guid-faq/up.svg") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(180deg)
}

.faq-content .faq-item .list-card img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
	text-align: center
}

.faq-content .faq-item .list-card .tog-info {
	display: none;
	transition: all 0.3s ease
}

.faq-content .faq-item .list-card .tog-info ol {
	padding-left: 0;
	margin-left: 0
}

.faq-content .faq-item .list-card .tog-info ul {
	padding-left: 25px
}

.faq-content .faq-item .list-card .tog-info ul li {
	margin: 5px 0;
	list-style-type: disc
}

.faq-content .faq-item .list-card.active h3 .svg {
	top: 25px;
	z-index: 10;
	transition: all 0.3s ease;
	transform: translate(0, -50%) rotate(360deg)
}

.faq-content .faq-item .list-card.active .tog-info {
	display: block;
	padding-bottom: 15px
}

.faq-content .faq-item .list-card.active .tog-info a {
	color: #006dff
}

.guide-flow .content img.aligncenter {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 10px 0
}

.breadcrumb-new {
	padding: 10px 0;
	font-size: 14px;
	color: #272e62;
	background-color: #f2f2f5
}

@media (max-width: 960px) {
	.faq-banner {
		padding: 2.5rem 10px;
		margin-top: 0
	}
	.faq-banner h1 {
		font-size: 30px
	}
	.faq-banner .des {
		font-size: 18px
	}
	.faq-banner .btn-down .btn {
		display: block;
		margin-top: 10px;
		font-size: 16px
	}
	.faq-content h2 {
		font-size: 24px
	}
	.faq-content .faq-item {
		margin-top: 30px
	}
	.faq-content .faq-item .list-card {
		padding: 0 15px
	}
	.faq-content .faq-item .list-card h3 {
		font-size: 18px
	}
}