h1{
	font-size: 50px;
}
h2{
	font-size: 33px;
}
h3{
	font-size: 21px;
}
.banner-main-bg {
	background: linear-gradient(180deg, #E3F4FF 12.04%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

.banner-bg {
	background: url(https://www.fineshare.com/audio-extractor/images/banner-bg.webp) no-repeat top center;
	width: 100%;
	height: 840px;
}

.banner-data p span {
	color: var(--30, #4D4D4D);
	text-align: center;

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.extractor-box {
	display: flex;
	width: 960px;
	height: 400px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

/*
* Tool Part
*/
.upload-box {
	display: flex;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 14px;
	border: 2px dashed var(--90, #E6E6E6);
	background: #FFF;
}

.upload-box b {
	color: var(---30, var(--30, #4D4D4D));
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.upload-box span {
	color: var(---60, #999);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.choose-btn-box {
	border: 0px;
	padding: 12px 40px;
	border-radius: 60px;
	background: #0098FD;
	color: #ffffff;
	width: auto;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.choose-btn-box span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.choose-btn-box:hover {
	opacity: 0.8;
}

.choose-btn-box span::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url("https://www.fineshare.com/audio-extractor/images/cloud.svg") no-repeat center;
	margin-right: 5px;
}

/*
*/

.setup-box {
	display: flex;
	flex-wrap: wrap;
}

.setup-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 418px;
	padding: 10px;
}

.setup-item b {
	color: var(---10, var(--10, #1A1A1A));
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.setup-item p span {
	color: #666;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.setup-btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.setup-btn-box a {
	display: flex;
	padding: 12px 40px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 60px;
	background: #0098FD;
	color: #ffffff;
	width: auto;
}

.setup-btn-box a:hover {
	opacity: 0.9;
}

.why-select-bg {
	background: #F7F8FA;
	height: 100%;
}

.why-select-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.why-item {
	display: flex;
	padding: 40px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #E6E6E6;
	background: var(--100, #FFF);
	max-width: 380px;
	max-height: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 260px;
}

.why-item b {
	color: var(--20, #333);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
}

.why-item p {
	margin-top: 10px;
}

.why-item p span {
	color: var(--50, #808080);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.usecase-select-items {
	max-width: 1314px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.usecase-item {
	display: flex;
	width: 612px;
	max-height: 280px;
	padding: 60px 40px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	background: #F7F8FA;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 100%;
}

.usecase-item b {
	color: var(--20, #333);
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.usecase-item p span {
	color: var(--50, #808080);
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.discover-items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.discover-items a {
	display: flex;
	width: auto;
	padding: 20px;
	font-size: 18px;
	border-radius: 12px;
	border: 1.5px solid var(--90, #E6E6E6);
	background: var(--100, #FFF);
	margin-right: 20px;
	margin-bottom: 20px;
}

.discover-items a:hover {
	border-radius: 12px;
	border: 1.5px solid #0098FD;
	background: #F1F9FF;
}

.review-main {
	position: relative;
	height: 640px;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.review-content {
	display: flex;
	position: absolute;
	transition: .5s linear;
	transform: translate3d(0, 0, 0)
}

.review-block {
	width: 400px;
	background: #EFF9FF;
	border-radius: 16px;
	padding: 30px;
	margin: 0 16px;
	position: relative;
}

.review-block-infro {
	display: flex;
	align-items: center;
}

.review-block-infro p {
	margin: 0;
	padding: 0;
}

.review-block-infro p img {
	margin: 0 8px 0 0;
	border-radius: 100px;
}

.review-block-infro p b {
	display: block;
	font-size: 18px;
}

.review-block-infro p span {
	color: gray;
}

.review-tab {
	display: flex;
	justify-content: center;
}

.review-tab span {
	width: 50px;
	height: 16px;
	background: #D9D9D9;
	margin: 0 10px;
	border-radius: 30px;
	cursor: pointer;
	transition: .3s linear;
}

.review-tab .sel {
	width: 100px;
	background: #EFF9FF;
}

.review-start-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.review-start-box b {
	color: var(--10, #1A1A1A);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.review-start-box i {
	color: #666;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 5px;
}

.review-start-box span {
	color: var(--50, #808080);
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	margin-left: 5px;
}

/*
* FAQ
*/
.faq-block {
	border-bottom: 1px #e3e3e3 solid;
}

.faq-title {
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #333;
}

.faq-title::after {
	content: '\e62f';
	font-family: fs;
	display: block;
	position: absolute;
	right: 0;
	margin: -30px 0 0 0;
	transition: transform 0.3s linear;
	font-weight: bold;
	font-size: 18px;
}

.faq-title:hover {
	color: var(--tts-green);
}

.faq-block .sel {
	color: var(--tts-green);
	border: 0;
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
}

.faq-content a {
	color: var(--tts-green);
}

.faq-content a:hover {
	color: var(--tts-green);
	text-decoration: underline;
}

/*
*
*/
.retry-btn {
	padding: 12px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #0098FD;
	color: #FFF !important;
	width: auto;
	border: 0px;
}

.retry-btn:hover {
	opacity: 0.9;
}

.ppbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.audio-time-box {
	display: flex;
}

.trybtnbox {
	display: flex;
	align-items: flex-end;
	justify-content: end;
}

.demo-play-button {
	border: 0;
	width: 38px;
	height: 38px;
	background: url(https://www.fineshare.com/audio-extractor/images/demo-play.svg) no-repeat top center;
}

.demo-pause-button {
	border: 0;
	width: 38px;
	height: 38px;
	background: url(https://www.fineshare.com/audio-extractor/images/ic-stop.svg) no-repeat top center;
	display: none;
}

.demo-time-button {
	border: 0;
	background: none;
}

.demo-reset-button {
	border: 0;
	background: none;
	width: 200px;
	height: 38px;
	color: #0098FD;
	font-size: 16px;
	font-weight: 400;
}

.convert-loading-gif {
	width: 160px;
	height: 120px;
}

.warebox {
	width: 100%;
}


.audio-time-box {
	text-align: left;
	display: flex;
	align-items: center;
	justify-self: center;
}

.control-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vc-donwload {
	display: flex;
	justify-content: center;
	align-items: center;
}

.donwload-btn {
	display: flex;
	padding: 12px 60px;
	border-radius: 100px;
	background: #0098FD;
	border: 0px;
}

.donwload-btn span {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}

.donwload-btn span::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("https://www.fineshare.com/audio-extractor/images/donwload.svg") no-repeat center;
	margin-right: 5px;
	vertical-align: middle;
}

.disabled {
	background: gray !important;
	cursor: not-allowed;
}

select {
	-webkit-appearance: none;
	/* Safari 和 Chrome */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.75em center;
	background-size: 1em;
	padding: 10px 80px 10px 8px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	color: #333;
	border-radius: 8px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	text-align: left;
	background-color: #fff;
	margin-left: 6px;
}


.custom-select-wrapper {
	position: relative;
	display: inline-block;
}

.custom-select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 0.8em;
	height: 0.5em;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
	pointer-events: none;
}

.blob-font {
	font-size: 16px !important;
	color: #000;
}

@media (max-width: 1300px) {
	.setup-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.setup-item {
		text-align: center;
	}

	.setup-item img {
		display: none;
	}

	.usecase-item {
		width: 400px;
	}
}

@media (max-width: 1024px) {
	.setup-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.setup-item {
		text-align: center;
	}

	.setup-item img {
		display: none;
	}

	.usecase-item {
		width: 400px;
	}
}

@media (max-width: 992px) {
	.setup-box {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.setup-item {
		text-align: center;
	}

	.setup-item img {
		display: none;
	}

	.usecase-item {
		width: 380px;
		height: 360px;
		max-height: none;

	}
}

@media (max-width: 820px) {

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 28px;
	}

	.upload-box b {
		font-size: 26px;
	}

	.banner-bg {
		background: none;
	}

	.setupbox {
		display: none;
	}

	.why-item {
		max-height: 340px;

	}

	.why-item b {
		font-size: 22px;
	}

	.why-select-bg {
		height: 100%;
	}

	.usecase-item {
		padding: 20px;
		height: auto;
		max-height: none;
		margin: 0 0 20px 0;
		width: 612px;
	}

	.review-main {
		height: 800px;
	}

	.review-block {
		width: 320px;
		height: auto;
	}

	.review-start-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.startbox {
		margin-top: 4px;
	}

	.vc-faq-main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.review-tab {
		display: none;
	}

	.faq-title {
		font-size: 18px;
	}

	.footer-bottom-text {
		font-size: 14px;
	}

	.review-start-box b {
		font-size: 16px;
	}

}