:root {
	--primary-color: #000;
	--secondary-color: #fff;
}

/*
*/
body {
	overflow-x: hidden;
}

.buy-bg {
	background: #fff url(https://www.fineshare.com/ai-voice-cloning/images/tfs-buy-bg.webp) no-repeat top center;
	background-size: cover;
}

.buy-bg h1 {
	font-size: 35px;
	margin-bottom: 20px;
}

.buy-bg h1 i {
	color: #ff9900;
}

.buy-banner-tips span {
	font-size: 20px;
	font-weight: 600;
	color: #02A09C;
}

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

.tabs {
	display: flex;
	position: relative;
	background-color: #E7EDEC;
	padding: 8px;
	border-radius: 99px;
}

.tabs * {
	z-index: 2;
}

input[type=radio] {
	display: none;
}

.tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 160px;
	font-size: 1.25rem;
	font-weight: 600;
	border-radius: 99px;
	cursor: pointer;
	transition: color 0.15s ease-in;
	color: #95979A;
}

input[type=radio]:checked+label {
	color: var(--primary-color);
}

input[id=radio-1]:checked~.glider {
	transform: translateX(0);
}

input[id=radio-2]:checked~.glider {
	transform: translateX(100%);
}

input[id=radio-3]:checked~.glider {
	transform: translateX(200%);
}

.glider {
	position: absolute;
	display: flex;
	height: 54px;
	width: 160px;
	background-color: var(--secondary-color);
	z-index: 1;
	border-radius: 99px;
	transition: 0.25s ease-out;
}

.buy-list-block {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.2);
	padding: 40px 20px 40px 20px;
	height: 100%;
}

.buy-list-header p {
	margin: 0;
	padding: 0 0 8px 0;
}

.buy-list-header p b {
	font-size: 28px;
}

.buy-list-header p span {
	color: #545454;
}

.buy-list-price p {
	margin: 0;
	padding: 0;
}

.buy-list-price p b {
	font-size: 42px;
}

.buy-list-price p span {
	color: #000;
	font-weight: 18px;
}

.buy-list-btn {
	margin: 10px 0;
}

.buy-list-btn button {
	background: #253748;
	color: #fff;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	border: 0;
	font-size: 20px;
	transition: .2s linear;
	position: relative;
	top: 0;
	box-shadow: 0 0 0 rgb(0, 0, 0, 0.2);
}

.buy-list-btn button:hover {
	background: #2f475d;
	top: -3px;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.2);
}

.buy-list-btn button i {
	font-size: 26px;
	font-weight: 500;
	margin: 0 8px 0 0;
}

.buy-list-item {
	margin: 20px 0;
}

.buy-list-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.buy-list-item ul li {
	text-align: left;
	padding: 8px 0 8px 24px;
	position: relative;
	color: #333;
}

.buy-list-item ul li:before {
	content: '\e607';
	font-family: fs;
	display: block;
	font-size: 16px;
	position: absolute;
	left: 0;
	font-weight: 600;
}

.selbuy {
	border: 3px #02A09C solid;
	position: relative;
}

.selbuy:before {
	content: '';
	display: block;
	width: 107px;
	height: 100px;
	background: url(https://www.fineshare.com/ai-voice-cloning/images/fv-ic-best-choice.svg) no-repeat;
	position: absolute;
	right: -3px;
	top: -3px;
}

.selbuy ul li b {
	color: #02A09C;
}

.selbuy ul li:before {
	color: #02A09C;
}

.buy-list-btn2 {
	margin: 10px 0;
}

.buy-list-btn2 button {
	background: linear-gradient(90deg, #5AFDC4 0, #02A09C 100%) !important;
	color: #000;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	box-shadow: 0 4px 8px rgb(2, 160, 156, 0.2);
	transition: .3s linear;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buy-list-btn2 button:hover {
	top: -3px;
	box-shadow: 0 4px 16px rgb(2, 160, 156, 0.6);
}

.buy-list-btn2 button i {
	font-size: 26px;
	font-weight: 500;
	margin: 0 8px 0 0;
}

.buy-table {
	border: 1px #e2e2e2 solid;
	border-radius: 16px;
}

.buy-table-header h2 {
	font-size: 32px;
	padding: 20px 0;
	cursor: pointer;
}

.buy-table-header h2::after {
	content: '\e60f';
	font-family: fs;
	font-size: 24px;
	margin: 0 0 0 10px;
}

.buy-table-header h2:hover {
	color: #03ba9c;
}

.buy-table-header .show::after {
	content: '\e616' !important;
	transform: rotate(360deg) !important;
}

.buy-table-blcok {
	margin: 0;
	padding: 0;
	display: none;
}

.buy-table-title {
	margin: 0;
	padding: 0;
	background: #E7FFF7;
	border-top: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}

.buy-table-title p {
	margin: 0;
	padding: 16px 24px;
	font-size: 18px;
}

.buy-table-list {
	margin: 0;
	padding: 0;
}

.buy-table-list {
	padding: 0;
	display: flex;
}

.buy-table-list p {
	margin: 0;
	padding: 16px 8px;
	text-align: center;
	color: #666;
	border-bottom: 1px #e2e2e2 solid;
}

.buy-table-list p:nth-child(1) {
	padding: 16px 24px 16px 24px;
	border-right: 1px #e2e2e2 solid;
	width: 30%;
	overflow: hidden;
}

.buy-table-list p:nth-child(2) {
	width: 22.5%;
	border-right: 1px #e2e2e2 solid;
}

.buy-table-list p:nth-child(3) {
	width: 22.5%;
	border-right: 1px #e2e2e2 solid;
}

.buy-table-list p:nth-child(4) {
	width: 22.5%;
	border-right: 1px #e2e2e2 solid;
}

.buy-table-list p:nth-child(5) {
	width: 22.5%;
	border-right: 1px #e2e2e2 solid;
}

.buy-table-list p strong {
	color: #03ba9c;
}

.btnone {
	border-bottom: none !important;
}

.bortop {
	border-top: 1px #e2e2e2 solid;
}

.bortop strong {
	color: #000 !important;
	font-size: 24px;
}

.buy-table-list p b {
	text-align: left !important;
	display: block;
}

.buy-list-cart {
	display: block;
	background: #FFB45C;
	color: #333;
	border-radius: 4px;
	padding: 8px 8px;
	width: 100%;
	font-weight: 600;
	border: 2px #FFB45C solid;
}

.buy-list-cart i {
	font-weight: 500;
	font-size: 20px;
}

.buy-list-cart:hover {
	color: #000;
	background: #ffc277;
}

.buy-list-dl {
	display: block;
	color: #31BC8A;
	border: 2px #31BC8A solid;
	border-radius: 4px;
	padding: 8px 8px;
	width: 100%;
	font-weight: 600;
}

.buy-list-dl i {
	font-weight: 500;
	font-size: 20px;
}

.vc-faq-main {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	margin-top: 50px;
}

.fc-buy-faq {
	list-style: none;
	padding: 40px 0;
}

.fc-buy-faq li {
	border-bottom: 1px #EDEDED solid;
	padding: 30px 0;
}

.fc-buy-faq li b {
	display: block;
	padding: 8px 0;
	font-size: 24px;
}

.fc-buy-faq li b:hover {
	cursor: pointer;
	color: #31BC8A;
}

.fc-buy-faq li b::after {
	content: '\e62f';
	font-family: fs;
	font-size: 28px;
	float: right;
}

.fc-buy-faq li div {
	font-size: 20px;
	padding: 0;
	color: #333;
	display: block;
	height: 0;
	transition: height 0.5s;
	overflow: hidden;
}

.fc-buy-faq li div p {
	color: #000;
}

.buy-faq-show {
	height: 200px !important;
	line-height: 2rem;
	padding: 10px 0;
	overflow: hidden;
}

.buy-faq-sel {
	color: #31BC8A;
}

.buy-faq-sel::after {
	transform: rotate(45deg);
	transition: transform 0.1s linear;
}

.tips-link {
	display: block;
	color: #333;
	text-align: center;
	margin: 20px;
	font-size: 18px;
}

.tips-link:hover {
	color: #31BC8A;
}

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

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

.faq-title b {
	font-weight: 500;
}

.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: #31BC8A;
}

.sel {
	color: #31BC8A;
}

.sel::after {
	transform: rotate(45deg);
}

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

.faq-content a {
	color: #31BC8A;
}

.faq-content a:hover {
	color: #31BC8A;
	text-decoration: underline;
}

.acitve {
	display: block !important;
}

.buy-edu {
	background: #F5FFFD;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
}

.buy-edu-blcok {
	position: relative;
	margin: 0 -120px 0 0;
}

.buy-edu-blcok:before {
	content: '';
	display: block;
	width: 128px;
	height: 128px;
	background: url(https://www.fineshare.com/ai-voice-cloning/images/tfv-edu-icon.svg) no-repeat;
	position: absolute;
	margin: -10px 0 0 -170px;
}

.buy-edu-blcok p b {
	font-size: 42px;
}

.buy-edu-blcok p a {
	color: #02A09C;
	font-size: 18px;
}

.buy-edu-blcok p a:hover {
	text-decoration: underline;
}


.fs-buy-bg {
	width: 100%;
	height: 100%;
	background: rgb(2, 6, 27, 0.8);
	position: fixed;
	top: 0;
	display: none;
	z-index: 200;
}

.fs-buy-box {
	width: 960px;
	height: 620px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.fs-buy-main {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.fs-buy-infor {
	background: #E3FBF7;
}

.fs-buy-title {
	text-align: center;
	padding: 30px 16px 0 16px;
}

.fs-buy-title p b {
	font-size: 20px;
}

.fs-buy-price {
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 16px 0;
	margin: 0 auto;
}

.fs-buy-price p {
	margin: 0;
	padding: 0;
}

.fs-buy-price p b {
	font-size: 32px;
}

.fs-buy-price p b i {
	font-style: normal;
}

.fs-buy-price p span {
	color: #333333;
}

.fs-buy-list {
	margin: 10px 0 0 0;
	list-style: none;
	padding: 0;
}

.fs-buy-list li {
	padding: 6px 0 6px 24px;
	position: relative;
	font-size: 14px;
}

.fs-buy-list li::before {
	content: '\e607';
	font-family: fs;
	font-weight: 600;
	position: absolute;
	left: 0;
}

/*购买信息模块*/
.fs-none {
	display: none;
}

.fs-buy-menu {
	overflow: hidden;
	padding: 8px 0 0 0;
}

.fs-buy-tips {
	float: left;
	width: 90%;
	float: left;
	padding: 8px 0 8px 8px;
}

.fs-buy-close {
	float: right;
	width: 10%;
	text-align: right;
}

.fs-buy-close button {
	border: 0;
	background: none;
	margin: 3px 0 0 0;
	opacity: 0.5;
	border-radius: 30px;
}

.fs-buy-close button:hover {
	opacity: 1;
	background: #EDEDED;
}

.fs-buy-pay {
	height: 523px;
	overflow-y: auto;
}

.fs-buy-block {
	padding: 0 30px;
	height: 100%;
}

.fs-buy-block p {
	overflow: hidden;
}

.fs-buy-block p span {
	display: block;
	padding: 0 0 8px 0;
}

.fs-buy-block p span a {
	display: inline-block;
	width: 200px;
	text-align: right;
	float: right;
}

.fs-buy-input {
	border: 2px #BEBEBE solid;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
}

.fs-buy-btn {
	width: 100%;
	border: 0;
	background: #06C668;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 12px 0;
	font-size: 20px;
}

.fs-buy-btn:hover {
	background: #05d56d;
}

.fs-login-error {
	display: block !important;
	text-align: center;
	color: #FA3535;
}

.fs-sigup-error {
	display: block !important;
	text-align: center;
	color: #FA3535;
}

.fs-verify-error {
	display: block !important;
	text-align: center;
	color: #FA3535;
}

.fs-buy-link {
	border: 0;
	background: none;
	color: #1560DA;
}

.fs-buy-link:hover {
	text-decoration: underline;
}

.password-tooltip {
	width: 418px;
	background-color: #333;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
	margin-top: 5px;
	position: absolute;
	margin: -120px 0 0 0;
}

.toggle-password {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #888;
	outline: none;
	padding: 0;
	margin: 12px 0 0 -40px;
	position: absolute;
	opacity: 0.6;
}

.toggle-password:hover {
	opacity: 1;
}

.toggle-password img {
	width: 24px;
	height: 24px;
}

.custom-model {

	padding: 50px;
}

.custom-model-title {
	font-size: 28px;

}

.custom-model-button {
	background-color: #F4FFFD;
	border-radius: 0 16px 16px 0;
	border-left: 1px solid #e2e2e2;
	padding-left: 10px;
}

.custom-model-tips span {
	font-size: 40px;
	font-weight: 600;
	color: #02A09C;
}

.buy-custom-model-btn2 {
	margin: 10px 40px;
}

.buy-custom-model-btn2 button {
	background-color: #FFB45C;
	color: #000;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	box-shadow: 0 4px 8px rgb(255, 180, 92, 0.2);
	transition: .3s linear;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buy-custom-model-btn2 button:hover {
	top: -3px;
	box-shadow: 0 4px 16px rgb(255, 180, 92, 0.6);
}

.buy-custom-model-btn2 button i {
	font-size: 26px;
	font-weight: 500;
	margin: 0 8px 0 0;
}

.deal-of-the-ends {

	display: flex;
	height: 60px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(87, 252, 195, 0.00) 4%, rgba(59, 237, 226, 0.2) 52.73%, rgba(87, 252, 195, 0.00) 100%);
	color: #1C1C1C;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.countdown_hours {
	color: #02A09C;
	width: 30px;
	margin: 0 5px;
}

.countdown_minute {
	color: #02A09C;
	width: 30px;
	margin: 0 5px;
}

.countdown_second {
	color: #02A09C;
	width: 30px;
	margin: 0 5px;
}

.countdown_ms {
	color: #02A09C;
	width: 30px;
	margin: 0 10px;
}

#basic-plan {
	font-size: 20px;
}

#pro-plan {
	font-size: 20px;
}

#enterprise-plan {
	font-size: 20px;
}

.brand-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1800px;
	background: #F9F9F9;
	height: 100px;
}
.scroll-content {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: scroll 50s linear infinite;
	height: 100%;
}

.scroll-content img {
	margin: 0 40px;
	height: 40px;
	filter: grayscale(100%);
}


/*
* reviews
*/

.review-main {
	position: relative;
	height: 680px;
	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 div b {
	font-size: 20px;
}

.review-block-infro {
	display: flex;
	flex-direction: column;
}

.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: #02BEA0;
}

.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;
}

.buy-plan-box {
	display: flex;
	padding: 32px 34px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	border: 2px solid #EDEDED;
	background: var(--100, #FFF);
}
.buy-plan-box p span{
	font-size: 20px;
}
.buy-plan-box p i{
	font-style: normal;
}

.buy-plan-box img {
	margin-bottom: 6px;
}

.sel-plan {
	border: 2px solid #00BAB4;
}

.buy-plan-box p b {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 100% */
}

.buy-plan-box p del {
	font-style: normal;
	color: #666;
	margin-left: 2px;
}

.buy-btn-new {
	display: flex;
	width: 200px;
	height: 44px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1.5px solid #C9C9C9;
	background: var(--100, #FFF);

	color: var(---10, #1A1A1A);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.buy-btn-new:hover {
	border: 1.5px solid #04BFB4;
	background: var(--100, #FFF);
	color: #04BFB4;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 150% */
}

.buy-btn-new-green {
	display: flex;
	width: 200px;
	height: 44px;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: linear-gradient(92deg, #5CFFC4 2.8%, #04BFB4 92.9%);
	border: 0;
	color: var(---10, #1A1A1A);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.buy-btn-new-green:hover {
	background: linear-gradient(92deg, #04BFB4 2.8%, #5CFFC4 92.9%);
	box-shadow: 2px 4px 4px 0px rgba(4, 191, 180, 0.40);
}

.secure-pay-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.buy-line {
	margin-left: 20px;
	margin-right: 20px;
}

.buy-secure-instant {
	color: #666;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

@media (max-width: 700px) {
	.tabs {
		transform: scale(0.8);
	}

	.custom-model-tips span {
		font-size: 30px;
		font-weight: 600;
		color: #02A09C;
	}
}

@media (max-width: 940px) {
	.custom-model-tips span {
		font-size: 30px;
		font-weight: 600;
		color: #02A09C;
	}

}