.banner-main {
	border-radius: 16px;
	margin: 30px auto 0 auto;
	width: 98%;
}

#fs-banner-main {
	border-radius: 30px;
}

.fs-bg-finecam {
	background: linear-gradient(97deg, #FCFDFF 2.99%, #DEEAFF 102.15%), linear-gradient(102deg, #FFFAF6 8.75%, #FFF4EA 30.23%, #FFCADB 92.11%), linear-gradient(97deg, #F4F6FF 2.99%, #E0E5FF 37.6%, #BF7CF3 102.15%);
}

.fs-bg-finevoice {
	background: url(../images/fineshare2025/fineshare-home-banner-finevoice@2x.webp) no-repeat center;
	background-size: cover;
}

.fs-bg-singify {
	background: url(../images/fineshare2025/fineshare-home-banner-singify.webp) no-repeat center;
	background-size: cover;
}

.fs-bg-sora-watermark-remover {
	background: url(../images/fineshare2025/remove-sora-watermarks-banner@2x.webp) no-repeat 25%;
	background-size: cover;
}

.fs-bg-talking-photo {
	background: url(../images/fineshare2025/fineshare-home-banner-talking-photo@2x.webp) no-repeat 25%;
	background-size: cover;
}

.fs-bg-sora-text {
	margin-right: 20px;
}


.fs-banner-tab {
	display: flex;
	flex-direction: column;
	max-width: 860px;
	padding: 80px;
}

.fs-banner-tab p b {
	color: #1A1A1A;
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
}

.fs-banner-tab p {
	color: #1A1A1A;
	font-size: 18px;
	font-style: normal;
	padding-right: 20px;
}

.fs-banner-pt {
	padding-top: 0;
}

.fs-banner-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 150px;
	height: 50px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 16px 15px;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.24);
}

.fs-banner-nav li {
	margin: 0 5px;
	width: 8%;
	height: 9px;
	background: rgba(255, 255, 255, 20%);
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
	transition: width 1s linear;
}

.fs-banner-nav li span {
	display: block;
	width: 0%;
	height: 9px;
	background-color: #fff;
	transition: 8s linear;
}

.fs-banner-nav li.active {
	width: 44%;
}

.fs-banner-nav li.active span {
	width: 100%;
}

.product-nav-container {
	position: relative;
	height: 740px;
	padding: 0;
}

.fs-banner-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.fs-banner-block p,
.fs-banner-block p b {
	color: #fff;
}

.fs-banner-block .row:nth-child(1) .banner-dl-btn {
	background-color: #A95CF4 !important;
	color: #ffffff !important;
}

.fs-banner-block .row:nth-child(2) .banner-dl-btn {
	background-color: #02BEA0 !important;
	color: #ffffff !important;
}

.fs-banner-block .row:nth-child(3) .banner-dl-btn {
	background-color: #02BEA0 !important;
	color: #ffffff !important;
}

.fs-banner-block .row:nth-child(4) .banner-dl-btn {
	background-color: #FBD38D !important;
	color: #000 !important;
}

.fs-banner-block .row:nth-child(3) p b {
	font-size: 30px !important;
}


.pr2 {
	padding-right: 10px;
}



.fs-banner-block .row .pt-3 p,
.fs-banner-block .row .pt-3 p a {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}


.fc-logo-finevoice {
	font-size: 32px;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 600;
}

.fc-logo-sora-wr div p,
.fc-logo-finevoice div p,
.fc-logo-singify div p {
	margin: 0
}

.fc-logo-sora-wr div p:nth-child(1),
.fc-logo-finevoice div p:nth-child(1),
.fc-logo-singify div p:nth-child(1) {
	font-size: 18px;
	font-weight: 400;
}

.fc-logo-sora-wr div p:nth-child(2),
.fc-logo-finevoice div p:nth-child(2),
.fc-logo-singify div p:nth-child(2) {

	font-size: 24px;
	font-weight: 700;
}

.fc-logo-singify div p {
	color: #FFF !important;
}

.fc-logo-finevoice::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/ic_finevoice256.svg) no-repeat;
	background-size: 60px 60px;
	margin: 0 8px 0 0;
}

.fc-logo-singify {
	font-size: 32px;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 600;
}

.fc-logo-singify::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/fineshare2025/fineshare-home-logo-singify.svg) no-repeat;
	background-size: 60px 60px;
	margin: 0 8px 0 0;
}

.fc-logo-sora-wr {
	font-size: 32px;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 600;
}

.fc-logo-sora-wr::before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/fineshare2025/vora-logo-new.webp) no-repeat;
	background-size: 60px 60px;
	margin: 0 8px 0 0;
}

.fc-logo-finevoice::after {
	content: "";
	display: inline-block;
	background: url(../images/fineshare2025/finevoice-3.0.webp) no-repeat;
	width: 79px;
	height: 42px;
	background-size: 79px 42px;
	margin-left: 10px;
}

.fs-singify-banner-dl {
	display: inline-flex;
	background: #333;
	color: #fff;
	border-radius: 60px;
	padding: 20px 60px;
	font-size: 18px;
	font-weight: 700;
	align-items: center;
	transition: 0.3s linear;
	position: relative;
	top: 0;
}

.fs-singify-banner-dl:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 4px 16px rgb(0, 0, 0, 0.3);
}


.fs-singify-singing-dl {
	display: inline-flex;
	background: #333;
	color: #fff;
	border-radius: 60px;
	padding: 20px 60px;
	font-size: 18px;
	font-weight: 700;
	align-items: center;
	transition: 0.3s linear;
	position: relative;
	top: 0;
}

.fs-singify-singing-dl:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 4px 16px rgb(0, 0, 0, 0.3);
}


.banner-dl-btn {
	display: inline-flex;
	background: #333;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	position: relative;
	top: 0;
	transition: 0.3s;
	background-size: 200% auto;
	padding: 20px 50px;
	align-items: center;
	border-radius: 60px;
}

.banner-dl-btn span {
	display: inline-block;
	position: relative;
}


.banner-dl-btn:hover {
	color: #fff;
	box-shadow: 0 4px 16px rgb(0, 0, 0, 0.3);
	top: -3px;
	background-position: right center;
	text-decoration: none;
}

.pt-3 img {
	transition: transform .3s ease;
}

.pt-3 .arrow-left {
	padding-right: 15px;
}

.pt-3 .arrow-right {
	padding-left: 15px;
}

.pt-3:hover .arrow-left {
	animation: moveLeftRight 1s infinite alternate;
	animation-timing-function: ease-in-out;
}

.pt-3:hover .arrow-right {
	animation: moveRightLeft 1s infinite alternate;
	animation-timing-function: ease-in-out;
}

@keyframes moveLeftRight {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes moveRightLeft {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}


/*banner*/
#featured-product {
	margin-top: 40px;
	padding: 0 20px;
}

.enhance-box {
	padding: 140px 0;
}

.enhancetabs {
	margin: 60px auto;
	max-width: 587px;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.06);
	position: relative;
}

.enhance-bg {
	position: absolute;
	background: #333;
	z-index: 0;
	border-radius: 100px;
	border: unset;
	transition: all 0.8s ease;
	margin: 0px 10px;
}

.enhancetabs::-webkit-scrollbar {
	display: none;
}

.enhancetabs .enhancetab-item:nth-child(1) {
	padding-right: 15px;
}

.enhancetabs .enhancetab-item:nth-child(2) {
	padding-left: 15px;
}

.enhancetab-item {
	padding: 14px 18px;
	flex: 0 0 auto;
	text-align: center;
	cursor: pointer;
	border-radius: 100px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	border: unset;
	transition: all 0.8s ease;
	background-color: unset;
	z-index: 1;
}

.enhancetab-item.enhanceactive {
	color: #FFF;
}

.enhancecontent {
	display: none;
	margin-top: 30px;
}

.enhancecontent.enhanceactive {
	display: block;
}

.enhancecontent.enhanceactive p b {
	margin-top: 0;
	color: #333;
	font-size: 28px;
	font-weight: 600;
}

.enhancecontent.enhanceactive p {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

.enhancecontent img {
	border-radius: 20px;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(4, auto);
	row-gap: 30px;
	column-gap: 35px;
}

.grid-item {
	padding: 24px;
	border-radius: 24px;
	color: #333;
	font-size: 18px;
	text-align: left;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: .3s linear;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0);
}

.grid-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-in-out;
}

.grid-item:hover::before {
	transform: scale(1.05);
	z-index: 1
}

.grid-item:hover {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

.grid-item p {
	text-align: left !important;
	margin: 0;
	z-index: 2;
}

.grid-item p a {
	border: 1px #000 solid;
}

.grid-item p a img {
	position: absolute;
	top: 0%;
	right: 0;
	margin: 24px;
	display: none;
}

.grid-item p b {
	position: relative;
}

.grid-item p b::after {
	content: '\e659';
	font-family: fs;
	width: 32px;
	height: 32px;
	position: absolute;
	right: -40px;
	top: 4px;
	display: flex;
	align-items: center;
	transition: .3s linear;
	opacity: 0;
	font-size: 24px;
}

.grid-item:hover p b::after {
	right: -50px;
	opacity: 1;
}

.item-1,
.item-7,
.item-12 {
	grid-column: span 7;
	grid-row: span 2;
	height: 310px;
}

.item-1 p {
	width: 50%;
}

.item-1::before {
	background: url(../images/fineshare2025/fineshare-home-tool-ase.webp) no-repeat center;
	background-size: cover;
}

.item-7::before {
	background: url(../images/fineshare2025/fineshare-home-tool-song-generator.webp) no-repeat center;
	background-size: cover;
}

.item-12::before {
	background: url(../images/fineshare2025/fineshare-home-video-1.webp) no-repeat center;
	background-size: cover;
}

.item-2,
.item-8,
.item-13 {
	grid-column: span 5;
	grid-row: span 2;
}

.item-2::before {
	background: url(../images/fineshare2025/fineshare-home-tool-clone.webp) no-repeat center;
	background-size: cover;
}

.item-8::before {
	background: url(../images/fineshare2025/fineshare-home-tool-lyrics.webp) no-repeat center;
	background-size: cover;
}

.item-13::before {
	background: url(../images/fineshare2025/fineshare-home-video-2.webp) no-repeat center;
	background-size: cover;
}

.item-3,
.item-9,
.item-14 {
	grid-column: span 4;
	grid-row: span 2;
	height: 444px;
}

.item-3::before {
	background: url(../images/fineshare2025/fineshare-home-tool-tts.webp) no-repeat center;
	background-size: cover;
}

.item-9::before {
	background: url(../images/fineshare2025/fineshare-home-tool-remover.webp) no-repeat center;
	background-size: cover;
}

.item-14::before {
	background: url(../images/fineshare2025/fineshare-home-video-3.webp) no-repeat center;
	background-size: cover;
}

.item-4 {
	grid-column: span 4;
	grid-row: span 1;

}

.item-4::before {
	background: url(../images/fineshare2025/fineshare-home-tool-fineshare.webp) no-repeat center;
	background-size: cover;
	transition: all 0.3s ease-in-out;
}

.item-4:hover::before {
	box-shadow: 0px 0px 60px 0px #00FFD6 inset;
}

.item-5,
.item-10,
.item-15 {
	grid-column: span 4;
	grid-row: span 2;
}

.item-5::before {
	background: url(../images/fineshare2025/fineshare-home-tool-avo.webp) no-repeat center;
	background-size: cover;
}

.item-10::before {
	background: url(../images/fineshare2025/fineshare-home-tool-cover.webp) no-repeat center;
	background-size: cover;
}

.item-15::before {
	background: url(../images/fineshare2025/fineshare-home-video-5.webp) no-repeat center;
	background-size: cover;
}

.item-6,
.item-11,
.item-16 {
	grid-column: span 4;
	grid-row: span 1;
}

.item-6::before {
	background: url(../images/fineshare2025/fineshare-home-tool-changer.webp) no-repeat center;
	background-size: cover;
}

.item-11::before {
	background: url(../images/fineshare2025/fineshare-home-tool-extender.webp) no-repeat center;
	background-size: cover;
}

.item-16::before {
	background: url(../images/fineshare2025/fineshare-home-video-4.webp) no-repeat center;
	background-size: cover;
}

/* solutionssolutionssolutionssolutionssolutionssolutionssolutionssolutions */
#solutions-part {
	background: #F3F8FF;
	overflow: hidden;
}

#solutions-part p.p18 {
	max-width: 814px;
	margin: 0 auto;
}

.solution-card {
	border-radius: 20px;
	background: #FFF;
	cursor: pointer;
	display: block;
	transition: .3s linear;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0);
	margin: 0 0 16px 0;
}

.solution-card:hover {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);

	.solution-name::after {
		opacity: 1;
		right: -5px;
	}
}

.solution-info {
	display: flex;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.solution-info p {
	margin: 0;
	text-align: left;
	color: #1A1A1A;
	font-size: 22px;
	font-weight: 600;
}

.solution-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}


.solution-name {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	position: relative;
}

.solution-name::after {
	content: '\e60e';
	font-family: fs;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	position: absolute;
	right: 0;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border: 1px #ccc solid;
	opacity: 0;
	transition: .3s linear;
}

.solution-name p {
	margin: 0;
	padding: 0;

	span {
		color: #1A1A1A;
		font-size: 18px;
		font-weight: 500;
	}

	b {
		color: #1A1A1A;
		font-size: 24px;
		font-weight: 700;
		display: block;
		padding: 0;
		margin: 0;
	}
}

.swiper-box {
	margin-top: 60px;
	margin-right: -331px;
	position: relative;
	margin-bottom: 140px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 48px !important;
	height: 48px !important;
	color: #666 !important;
	border-radius: 100px !important;
	background: rgba(0, 0, 0, 0.10);
	bottom: -100px !important;
	top: unset !important;
	transition: .3s linear;
}



.swiper-button-prev {
	left: 0px !important;
}

.swiper-button-next {
	left: 70px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.2);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 18px !important;
	font-weight: 600 !important;
}

/* lovelovelovelovelovelovelovelovelovelovelovelovelovelovelovelovelovelove */
#love-fineshare {
	background: url(../images/fineshare2025/fineshare-home-reviews-bg.webp) no-repeat center;
	background-size: cover;
}

.comment-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
}

.comment-main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 30px;
	margin-top: 60px;
}

.comment-item {
	max-width: 418px;
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 12px;
	border: 1px solid #EEF1F4;
	background: #FFF;
}

.comment-title {
	width: 100%;
	display: flex;
	padding-bottom: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.comment-title-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.comment-bottom p {
	text-align: left;
}

.comment-bottom p:nth-child(1) {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.comment-bottom p:not(:first-child) {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.comment-title p {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.comment-time {
	color: #B3B3B3;
	font-size: 14px;
	font-weight: 400;
}

/* ConnectingConnectingConnectingConnectingConnectingConnectingConnecting */
#connecting {
	background: url(../images/fineshare2025/fineshare-home-connecting-bg.webp) no-repeat center;
	background-size: cover;
}

.trustedbg {
	background: url("../images/trustedbg.webp") no-repeat;
	background-size: cover;
	padding: 100px 0;
	box-sizing: border-box;
}

.trustedheader {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
}

.trustedinfro {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 60px auto;

	p {
		text-align: center;
	}

	b {
		display: block;
		font-size: 48px;
	}

	span {
		font-size: 20px;
	}
}

.trustedinmap {
	background: url("../images/trustedmap@2x.webp") no-repeat center 160px;
	background-size: 1853px 700px;
}

.trustedbox {
	height: 90px;
	width: 100%;
	background: url("../images/trusted-logo-bg.webp") no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 400px auto 0 auto;
}

.trustedbox {
	overflow: hidden;
}

.trustedbox img {
	opacity: 0.45;
}

.op6 {
	opacity: 0.5;
}

.audio-tips-header {
	text-align: center;
	margin: 100px 0 0 0;
}

.audio-tips-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 60px 0 0 0;
	gap: 30px;


	a {
		color: #000;

		p {
			position: relative;
			padding: 0;
			margin: 0;
		}

		p button {
			border: 0;
			width: 60px;
			height: 42px;
			background: url(../images/youtube-btn.webp) no-repeat;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate3d(-50%, -50%, 0);
		}

		p img {
			border-radius: 16px;
			width: 100%;
			height: auto;
		}

		p span {}
	}

	a:hover {
		color: #447AFE;
	}
}

.product-box {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.product-box-max {
	max-width: 1600px;
	margin: 0 auto;
	padding: 100px;
}

.youtube-box {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: calc(100% / 1.805);
	border-radius: 16px;
	overflow: hidden;
}

.youtube-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.youtube-title {
	margin-top: 12px;
	font-weight: 600;
	font-size: 17px;
}

.linkbox {
	margin: 200px 0;
}

.linkbox-header {
	text-align: center;
	margin: 100px auto;
}



.linkbox1,
.linkbox2 {
	padding: 30px 0;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to right, orange, purple);
	-webkit-background-clip: text;
	/* color: transparent; */
}

.linkbox1 {
	margin-top: .44rem;
}

.linkbox2 {
	margin-top: 1.44rem;
}

.linkbox2::after,
.linkbox1::after {
	pointer-events: none;
	content: "";
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 100%;
	width: 300px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.linkbox2::before,
.linkbox1::before {
	pointer-events: none;
	content: "";
	background: linear-gradient(320deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	height: 100%;
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.linkbox_item {
	display: flex;
	top: 50%;
	position: absolute;
	width: auto;
	font-weight: 500;
	-webkit-background-clip: text;
	color: transparent;
}

.linkbox_item a {
	margin: 0 4px;
	color: #1D1D1F;
	border-radius: .12rem;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #D1E8FF;
	font-size: 15px;
	line-height: 1.6;
	border-radius: 30px;
	transition: .3s linear;
}

.linkbox_item a:hover {
	background: #E8F3FF;
}

.linkbg {
	background: #E8F3FF !important;
}

.linkbg:hover {
	background: #D1E8FF !important;
}

.linkbox_item a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 20px;
	height: 21px;
	background: url(../images/ai-tool-hot.svg) no-repeat;
	background-size: 18px auto;
}

.linkbox1 .linkbox_item:nth-child(1) {
	left: 0;
	transform: translate(0, -50%);
	animation: scroll1 60s infinite linear;
}

.linkbox1 .linkbox_item:nth-child(2) {
	left: 0;
	transform: translate(100%, -50%);
	animation: scroll2 60s infinite linear;
}

.linkbox2 .linkbox_item:nth-child(1) {
	right: 0;
	transform: translate(0, -50%);
	animation: scroll3 60s infinite linear;
}

.linkbox2 .linkbox_item:nth-child(2) {
	right: 0;
	transform: translate(-100%, -50%);
	animation: scroll4 60s infinite linear;
}

/* 弹窗遮罩 */
#fv-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

/* 弹窗内容 */
#fv-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	padding: 6px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* 视频样式 */
#fv-popup-content video {
	width: 100%;
	height: auto;
	display: block;
	border: none;
	/* 去掉边框 */
	outline: none;
	/* 去掉外轮廓 */
	background: transparent;
	/* 背景透明 */
}

/* 关闭按钮 */
#fv-close-btn {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	top: -10px;
	right: -10px;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 20px;
}

.fv-watch-video {
	background: none;
	border: none;
	color: #02BEA0;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	padding-left: 20px;
}

#fv-close-btn:hover {
	opacity: 0.9;
}

@keyframes scroll1 {
	0% {
		transform: translate(0, -50%);
	}

	100% {
		transform: translate(-100%, -50%);
	}
}

@keyframes scroll2 {
	0% {
		transform: translate(100%, -50%);
	}

	100% {
		transform: translate(0, -50%);
	}
}

@keyframes scroll3 {
	0% {
		transform: translate(0, -50%);
	}

	100% {
		transform: translate(100%, -50%);
	}
}

@keyframes scroll4 {
	0% {
		transform: translate(-100%, -50%);
	}

	100% {
		transform: translate(0, -50%);
	}
}

@media (max-width: 1440px) {
	.mx1440 {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.ovc-voice-body button img {
		display: none;
	}

	.ovc-voice-body a img {
		display: none;
	}

	.ovc-voice-body button {
		font-size: 16px;
		padding: 10px 10px;
	}

	.ovc-voice-body a {
		font-size: 16px;
		padding: 10px 10px;
	}
}

@media (max-width: 1024px) {
	.ovc-voice-body button {
		font-size: 16px;
		padding: 10px 10px;
	}

	.ovc-voice-body a {
		font-size: 16px;
		padding: 10px 10px;
	}

	.ovc-voice-body button img {
		display: none;
	}

	.ovc-voice-body a img {
		display: none;
	}
}

@media (max-width: 992px) {

	.ovc-voice-body button {
		font-size: 14px;
		padding: 10px 10px;
	}

	.ovc-voice-body a {
		font-size: 14px;
		padding: 10px 10px;
	}

	.ovc-voice-body button img {
		display: none;
	}

	.ovc-voice-body a img {
		display: none;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 24px !important;
		line-height: 36px;
	}

	.banner-content h1 {
		font-size: 26px !important;
		line-height: normal;
	}

	.banner-content i {
		font-size: 26px !important;
		line-height: normal;
	}

	.banner-content p span {
		font-size: 16px !important;
	}

	.creations-rect-mini {
		width: 100%;
	}

	.rect-bg2.rect-bg4 {
		margin-right: 0;
	}

	.empower-creations h2 {
		font-size: 20px;
		line-height: normal;
	}

	.creations-rect1 {
		width: 100%;
		padding: 0;
	}

	.rect1-content {
		text-align: center;
		width: 100% !important;
	}

	.rect1-content p b {
		font-size: 20px;
	}

	.custom-voice {
		padding: 20px;

	}

	.custom-voice b {
		font-size: 28px;
	}

	.pbox {
		height: 1000px;
	}

	.product-nav-container {
		margin: 0;
		height: 640px;
	}

	.fs-banner-tab {
		margin: 0;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0;
	}

	.see-product-btn {
		font-size: 18px;
		padding: 12px 80px;
	}

	#brand-container {
		display: none;
	}

	.fs-banner-tab {
		padding-left: 0;
	}

	.fs-banner-tab p b {
		font-size: 33px !important;
	}

	.fs-banner-tab p {
		font-size: 18px;
	}

	.banner-dl-btn {
		font-size: 16px;
		padding: 20px 25px;
		width: 100%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	#btnarrowfv {
		display: none;
	}

	.fs-vt-banner-dl {
		font-size: 16px;
		padding: 20px 25px;
		width: 100%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.fs-vt-banner-dl::after {
		width: 0;
		height: 0;
		margin: 0;
	}

	.fs-singify-banner-dl {
		font-size: 20px;
		padding: 20px 25px;
		width: 100%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.fs-banner-dl {
		font-size: 20px;
		padding: 20px 25px;
		width: 100%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.fs-banner-dl::after {
		width: 0;
		height: 0;
		margin: 0;
	}


	.rect1-content {
		text-align: center;
		padding: 20px 5px;

	}

	.rect1-content b {
		font-size: 28px;
	}

	.rect1-content a {
		font-size: 16px;
	}

	.creations-rect-mini {
		text-align: center;
		padding: 20px 5px;
	}

	.creations-rect-mini p b {
		font-size: 28px;
	}

	.creations-rect-mini a {
		font-size: 16px;
	}

	.voice-row {
		flex-wrap: wrap;
	}

	.select-voice {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.voice-select {
		width: 100%;
	}

	.generator_btn {
		width: 100%;
	}

	.go-to-platform {
		flex-wrap: wrap;
	}

	.go-to-platform span {
		margin-bottom: 10px;
	}

	.ovc-convert-body {
		width: 100%;
		height: auto;
	}

	.converting-body p b {
		font-size: 22px;
	}

	.voice-row {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.voice-play {
		margin-bottom: 20px;
	}

	.ovc-inner-box {
		flex-wrap: wrap;
	}

	.mrr10 {
		margin: 0;
	}

	.mll10 {
		margin: 0;
	}

	.ovc-select-file-btn {
		margin-top: 10px;
		width: 100%;
		padding: 20px 20px;
		height: 300px;
	}

	.textarea_box {
		height: 340px;
	}

	.cloning-header-title {
		display: none;
	}

	.fs-bg-finevoice {
		background-position: left center;
	}

	.fs-bg-singify {
		background: url(../images/fineshare2025/fineshare-home-banner-mo.webp) no-repeat center;
		background-size: cover;
	}

	.tool-setup {
		height: auto;
	}

	.upload-box {
		width: 100%;
		height: 100%;
		padding: 10px;
	}

	.upload-record-button {
		flex-wrap: wrap;
		height: 400px;
	}

	.upload-record-button button {
		height: auto;
	}

	.upload-record-button button img {
		height: 30px;
	}

	.upload-box2 {
		padding: 20px;
	}

	.custom-voice b {
		font-size: 16px;
	}

	.custom-voice b i {
		display: none;
	}

	.custom-voice a {
		font-size: 16px;
		padding: 16px 20px;
	}

	.since-slide-nav {
		width: 100%;
	}

	.since-slide-nav li {
		height: 30px;
		overflow: hidden;
		padding: 5px 0;
		font-weight: 500;
		font-size: 14px !important;
	}

	.tab-p {
		font-size: 14px;
		height: auto;
	}

	.voice-box-radius {
		display: none;
	}

	.simple-voices-box {
		justify-content: center;
	}

	.voices-item {
		width: 160px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.voices-item-full {
		width: 160px;
		margin-right: 10px;
		margin-top: 10px;
	}

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

	#discover-products {
		display: none;
	}

	.fs-banner-tab p b {
		font-size: 18px;
		padding: 0;
		line-height: normal;
	}

	.fs-banner-tab p {
		font-size: 16px;
	}

	.empower-creations h2 i {
		line-height: normal;
	}

	.creations-rect1 {
		margin: 0;
	}

	.creations-rect2 {
		margin: 0;
	}

	.creations-rect2 p b {
		font-size: 20px;
	}

	.creations-rect3 {
		margin: 0;
	}

	.creations-rect3 p b {
		font-size: 20px;
	}


	.cv-title {
		margin-left: 0;
	}

	.ovc-voice-body {
		display: flex;
		justify-content: start;
		overflow-x: auto;
		white-space: nowrap;
		max-width: 100%;
		padding: 10px;
		scrollbar-width: none;
		-ms-overflow-style: none;
		scroll-behavior: smooth;
	}

	.ovc-voice-body::-webkit-scrollbar {
		display: none;
	}

	.preview-box {
		padding: 0;
	}

	.rvc-rec {
		display: none;
	}

	.demo-reset-button {
		padding: 8px 40px;
	}

	.recording-box {
		padding: 0;
	}

	.cloning-uploading-info {
		width: 100%;
	}

	.clone-btn {
		padding: 10px 40px;
	}

	.clone-btn-now {
		margin-top: 0px;
	}

	.generator-btn-box {
		flex-wrap: wrap;
	}

	.generator-btn-box button {
		margin-top: 20px;
	}

	.tts-input-box {
		margin-top: 10px;
		height: 360px;
		margin-bottom: 30px !important;
	}

	#commercial-more {
		display: none;
	}

	#part6new p span {
		line-height: 30px;
	}

	#part7new p span {
		line-height: 30px;
	}

	.fs-ul li a {
		display: inline-block;
		max-width: 310px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.id-post-news h4 {
		display: inline-block;
		max-width: 350px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.animated-text {
		width: 78px;
	}

	.comment-box {
		display: block;
	}

	.trustedinfro {
		grid-template-columns: repeat(1, 1fr);
	}

	.trustedbox {
		height: auto;
		display: block;
		background: none;
		margin: 30px 0 0 0;
	}

	.audio-tips-box {
		grid-template-columns: repeat(1, 1fr);
	}

	.grid-container {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
		column-gap: unset;
	}

	.item-1 p {
		width: 80%;
	}

	.item-4 {
		display: none;
	}

	.swiper-slide {
		width: 360px !important;
		overflow: hidden;
	}

	.enhancetab-item {
		font-size: 14px;
	}

	.enhancetabs {
		padding: 0;
		background: none;
		gap: 20px;
		flex-direction: column;
	}

	.enhancetabs .enhanceactive {
		background: #333;
	}

	.enhance-bg {
		display: none;
	}

	.item-1::before,
	.item-9::before {
		background: #D1E7FF;
	}

	.item-2::before {
		background: #B1F6E4;
	}

	.item-3::before,
	.item-11::before {
		background: #EBE3FF;
	}

	.item-5::before,
	.item-8::before {
		background: #DCFEC6;
	}

	.item-6::before,
	.item-7::before {
		background: #FFEED4;
	}

	.item-10::before {
		background: #FADCEB;
	}

	.item-1,
	.item-7,
	.item-3,
	.item-9 {
		height: unset;
	}

	.trustedbox img {
		display: none;
	}

	.solution-info {
		padding: 20px;
	}

	.solution-info p {
		font-size: 18px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	}

	.solution-name::after {
		width: 36px;
		height: 36px;
	}

	.solution-img img {
		width: 100%;
		height: auto;
	}

	.swiper-box {
		margin-right: 0;
	}

	.fc-logo-finevoice div p:nth-child(1),
	.fc-logo-singify div p:nth-child(1) {
		display: none;
	}

	.fc-logo-finevoice,
	.fc-logo-singify {
		flex-direction: column;
	}

	#featured-product {
		padding: 16px;
		margin: 0;
	}

	.banner-main {
		margin: 0;
	}

	.fc-logo-finevoice::before,
	.fc-logo-singify::before {
		margin: 0;
	}

	.fc-logo-finevoice::after {
		display: none;
	}

	.fs-banner-block .row:nth-child(1) p,
	.fc-logo-finevoice div p:nth-child(2) {
		margin: 10px 0;
	}

	.product-box {
		width: 100%;
		height: 100%;
		display: block;
	}

	.product-box-max {
		width: 100%;
		margin: 0;
		padding: 20px;
	}


	#fv-popup-content {
		width: 100%;
		height: auto;
	}

	#fv-close-btn {
		top: 5px;
		right: 5px;
		padding: 4px 8px;
		font-size: 14px;
	}

	.fv-watch-video {
		font-size: 14px;
		padding: 8px 16px;
	}
}