h1 {
	font-size: 50px;
}

h2 {
	font-size: 33px;
}

h3 {
	font-size: 21px;
}

/**/
.txtgray {
	color: #333333;
}

.gray-bg {
	background: #F7FAFA;
}

.banner-main-bg {
	background: linear-gradient(180deg, #E3F4FF 12.04%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

.banner-bg {
	background: url(../images/banner-bg.webp) no-repeat top center;
	width: 100%;
	height: 840px;
}

/**/
.stt-banner-bg {
	background: url(../images/stt-banner-bg.webp) no-repeat top center;
	background-size: cover;
}

.stt-banners-mian {
	padding: 0;
}

.stt-banners-text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.stt-banners-text section p {
	margin: 0;
}

.fv-try-btn {
	border-radius: 60px;
	background: #0098FD;
	color: #ffffff;
	font-size: 24px;
	padding: 16px 100px;
	font-weight: 500;
	position: relative;
	top: 0;
	transition: .3s linear;
	box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
	display: inline-block;
}

.fv-try-btn::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../text-to-speech-online/images/ic-btn-left.svg) no-repeat center;
	position: absolute;
	left: 30px;
	top: 18px;
}

.fv-try-btn::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../text-to-speech-online/images/ic-btn-right.svg) no-repeat center;
	position: absolute;
	right: 30px;
	top: 18px;
}

.fv-try-btn:hover {
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 2px 8px rgb(0, 0, 0, 0.1);
	top: -5px;
	background: #0098FD;
}

.setup-bg {
	background: url(../images/stt-step-bg.webp) no-repeat bottom center;

}

.step-item-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

.step-item {
	text-align: center;
}

.step-item p img {
	width: 100%;
	height: 100%;
}

.step-item p b {
	font-size: 24px;
}

.step-item p span {
	color: #666;
	display: block;
}


.why-select-bg {
	background: #F7F8FA;
	height: 100%;
}

.why-select-items {
	display: flex;
	flex-wrap: wrap;

	justify-content: center;
	height: 100%;
}

.why-item {
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #E6E6E6;
	background: var(--100, #FFF);
	max-width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-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;
}
.since-slide-nav {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	background: #F0F5F5;
	border-radius: 60px;
	margin: 30px auto 0 auto;
	justify-content: center;
	padding: 8px;
	width: 80%;
	list-style: none;
}

.since-slide-nav li {
	flex-grow: 1;
	display: block;
	text-align: center;
	padding: 16px 0;
	border-radius: 30px;
	font-weight: 600;
	cursor: pointer;
}

.since-slide-nav li:hover {
	color: #0098FD;
}

.since-slide-nav .sel {
	background: linear-gradient(120deg, #0098FD, #0098FD);
	color: #000 !important;
	border: 0;
}

.slide-text-item {
	display: block;
	text-align: center;
	font-size: 18px;
	min-height: 140px;
	align-items: center;
}

.slide-text-item b {
	display: block;
	font-size: 24px;
	padding: 0 0 8px 0;
}

.stt-fea-frame {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}


.stt-more-frame {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.stt-fea-item {
	background: #fff;
	padding: 5%;
	border-radius: 16px;
	text-align: center;
}

.more-fea-item {
	background: #fff;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0 0 16px 0;
}

.more-fea-item p b {
	display: block;
	padding: 0 0 8px 0;
}

.more-fea-item p:not(:first-of-type) {
	padding: 0 16px;
	margin: 0;
}

.more-fea-item p:nth-child(3) {
	min-height: 80px;
}

.more-fea-item a {
	color: #0098FD;
	font-weight: 500;
}

.more-fea-item a i {
	position: relative;
	top: 1px;
	left: 0;
	transition: .3s linear;
}

.more-fea-item a:hover i {
	left: 5px;
}

.swiper {
	width: 100%;
	height: 500px;
	background: #EDFCFC;
	border-radius: 30px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet-active {
	background: var(--tts-green) !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: var(--tts-green) !important;
}

.user-content {
	width: 75%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

.user-header {
	width: 100%;
	display: flex;
	position: relative;
}

.user-header-name {
	padding: 0 0 0 16px;
	display: flex;
	align-items: center;
}

.user-header::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/user-icon.svg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.user-header-name div p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
}

.user-header-name div p span {
	color: gray;
}

.user-text {
	text-align: left;
	padding: 30px 0;
	color: gray;
}

.user-text p b {
	color: #000;
	font-size: 24px;
}

.user-header-photo img {
	border-radius: 60px;
}

.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: #0098FD;
}

.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: #0098FD;
}

.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: #0098FD;
}

.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: #0098FD;
}

.sel {
	color: #0098FD;
}

.sel::after {
	transform: rotate(45deg);
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
}

.faq-content a {
	color: #0098FD;
}

.faq-content a:hover {
	color: #0098FD;
	text-decoration: underline;
}

.acitve {
	display: block !important;
}

.tips-link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.tips-link a {
	display: block;
	background: #F5FAFA;
	border-radius: 8px;
	padding: 16px;
	color: #000;
	text-align: left;
	font-weight: 500;
}

.tips-link a:hover {
	color: #0098FD;
}

.bt-bg {
	background: url(../../finevoice/images/sfv-fv-dl.webp) no-repeat center top;
	padding: 80px 100px;
	border-radius: 30px;
	margin: 60px 0;
	max-width: 1680px;
}

.bootm-text {
	padding: 0;
	margin: 0;
}

.bootm-text p {
	margin: 0;
	padding: 16px 0;
}

.bootm-text h2 {
	line-height: 58px;
}

.bootm-text-logo {
	display: flex;
	align-items: center;
}

.bootm-text-logo b {
	font-size: 24px;
	margin: 0 0 0 8px;
}

.vr-why-block {
	background: linear-gradient(120deg, #DBEBFF, #F0FFF9);
	text-align: center;
	border-radius: 30px;
	padding: 10% 6%;
	position: relative;
}

.vr-why-block:before {
	content: '';
	display: block;
	width: 157px;
	height: 100px;
	background: url(../images/vr-why-top.svg) no-repeat;
	position: absolute;
	top: 50px;
	left: 50px;
}

.vr-why-block::after {
	content: '';
	display: block;
	width: 157px;
	height: 100px;
	background: url(../images/vr-why-bottom.svg) no-repeat;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.vr-why-block h2 {
	text-align: center;
	margin: 0 0 16px 0;
}

.vr-why-block p {
	margin: 0;
	padding: 16px 0;
}
.vr-why-block a{
	color: #0098FD;
}
.vr-why-block a:hover{
	color: #0098FD;
	text-decoration: underline;
}

/*
*New Add
*/

.ovc-convert {
	display: flex;
	justify-content: center;
}

.ovc-convert-body {
	display: flex;
	width: 90%;
	height: 540px;
	padding: 40px;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	background: var(--100, #FFF);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.ovc-voice-body {
	width: 100%;
	position: relative;
}

.ovc-voice-select-btn {
	display: flex;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--80, #CCC);
	height: 126px;
	background: #fff;
	width: 100%;
}

.ovc-voice-select-btn:hover {
	background: #E4FBF3;
}

.ovc-work-body {
	display: flex;
	padding: 0px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 12px;
	border: 1px dashed var(--80, #CCC);
	margin-top: 20px;
}

.voice-photo-box {
	width: 94px;
	height: 94px;
}

.voice-item-photo {
	display: flex;
	position: relative;
	width: 120px;
	height: 94px;
}

.item-photo {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 47px;
	display: flex;
	margin-left: 40px;
}

.voice-play-sel-button {
	position: absolute;
	top: 50px;
	left: 80px;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.voice-play-sel-button:hover {
	opacity: 0.9;
}

.voice-photo {
	position: absolute;
	top: 0;
	border-radius: 47px;
	width: 94px;
	height: 94px;
	margin-left: 16px;
	margin-right: 16px;
}

.voice-photo-play-button {
	position: absolute;
	border: 0;
	background: none;
	margin: 0;
}


.ovc-setup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}

.ovc-select-file-btn {
	text-align: center;
	background: #fff;
	border: 0px;
	border-radius: 12px;
	width: 90%;
	padding: 20px;
}

.ovc-select-file-btn p {
	padding: 0;
	margin: 0;
}

.ovc-select-file-btn p b {
	font-size: 26px;
	color: #666666;
	text-align: center;
}

.ovc-select-file-btn p span {
	font-size: 16px;
	color: #666666;
	text-align: center;
}


.ovc-line-body {
	position: relative;
	width: 100%;
	height: 24px;
	margin-top: 20px;
}

.ovc-line {
	width: 100%;
	height: 1px;
	border: 1px solid #CCC;
	position: absolute;
	top: 11px;
}

.or-text {
	background: #FFF;
	color: #666666;
	text-align: center;
	position: absolute;
	width: 80px;
	left: 50%;
	top: 10px;
	transform: translate(-50%, -50%);
}

.ovc-recording-btn {
	display: flex;
	height: 50px;
	padding: 18px 40px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--80, #CCC);
	background: #fff;
	margin-top: 30px;
}

.ovc-recording-btn b {
	margin-left: 10px;
	color: var(--40, #666);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.ovc-recording-btn:hover {
	background: #E3F4FF;
}

.ovc-voice-item-sel {
	margin-left: 40px;
	margin-right: 50%;
}

.banner-model-list-item-text {
	width: calc(100% - 170px);
	text-align: left;
	margin-left: 10px;
}

.banner-model-list-item-text p {
	margin: 0;
}

.banner-model-list-item-text p b {
	color: #000;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.banner-model-list-item-text p span {
	font-size: 14px;
	font-weight: 500;
	color: var(--60, #999);
}

.voice-play-button {
	border: 0;
	background: none;
	margin-right: 10px;
}

.voice-play-button:hover {
	opacity: 0.9;
}

.voice-item {
	display: flex;
	align-items: center;
	height: 90px;
	width: 100%;
	cursor: pointer;
}

.voice-item:hover {
	background: #E4FBF3;
}

.ovc-voice-select-list {
	width: 100%;
	max-height: 500px;
	position: absolute;
	left: 0;
	top: 130px;
	background: #fff;
	box-shadow: 0 0 8px rgb(0, 0, 0, 0.1);
	border-radius: 16px;
	overflow: auto;
	z-index: 4;
}

.ovc-voice-select-list::-webkit-scrollbar {
	width: 6px;
	border-radius: 6px;
}

.ovc-voice-select-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.ovc-voice-select-list::-webkit-scrollbar-thumb {
	background: #888;
}

.ovc-voice-select-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.recording-body {
	text-align: center;
	padding: 0;
}

.ovc-recording-text {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ovc-recording-line {
	width: 100%;
	height: 1px;
	border: 1px solid #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}

.linght-font {
	color: var(--40, #333);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.ovc-stop-recording-btn {
	height: 44px;
	width: 100%;
	border-radius: 12px;
	background: var(---, #0098FD);
	text-align: center;
	border: 0;
	margin-top: 40px;
}

.ovc-stop-recording-btn span {
	color: var(--100, #FFF);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.ovc-stop-recording-btn:disabled {
	opacity: 0.8;
	background: var(---, #CCC);
}

.uploading-body {
	text-align: center;
}

.uploading-info {
	margin-top: 20px;
	display: none;
}

.uploading-def-info {
	display: block;
}

.ovc-upload-progress-text {
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.progress-bar {
	width: 100%;
	height: 8px;
	border-radius: 16px;
	background: #E3E3E3;
	overflow: hidden;
	margin: 15px 0;
}

.progress-bar::-webkit-progress-value {
	background-color: #00BAB4;
	transition: width 0.3s ease;
}

.progress-bar::-webkit-progress-bar {
	background-color: #E3E3E3;
}

.preview-pitch-body {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.wavebar {
	height: 83px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #E3E3E3;
}

.error-body {
	text-align: center;
}

.error-body p b {}

.warebox {
	width: 100%;
}

#waveform {
	border-radius: 8px;
	border: 1px solid #E3E3E3;
}

#waveform ::part(cursor) {
	height: 83px;
	top: 20px;
	border-radius: 4px;
	border: 1px solid #0098FD;
}

.audio-title {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.demo-play-button {
	border: 0;
	width: 38px;
	height: 38px;
	background: url(../images/new/demo-play.svg) no-repeat top center;
	margin-left: calc(50% - 99px);
	margin-right: calc(50% - 99px);
}

.demo-pause-button {
	border: 0;
	width: 38px;
	height: 38px;
	background: url(../images/new/ic-stop.svg) no-repeat top center;
	display: none;
	margin-left: calc(50% - 99px);
	margin-right: calc(50% - 99px);
}

.demo-time-button {
	border: 0;
	background: none;
}

.demo-reset-button {
	border: 0;
	background: none;
	width: 80px;
	height: 38px;
	color: #0098FD;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.audio-time-box {
	width: 80px;
	border: 0;
	text-align: left;
}

.control-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pitch-container {
	padding: 0 20px;
	border-radius: 8px;
	background: #EDFAF9;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
}

.pitch-container b {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-top: 10px;
}

.pitch-setting {
	display: flex;
	align-items: center;
	margin: 0;
	text-align: center;
}

.slider {
	width: 100%;
	height: 6px;
	border-radius: 5px;
	background: #E5E5E4;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	margin: 0 10px;
	color: #0098FD;
}


.pitch-tips {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
}

.start-convert {
	padding: 10px 100px;
	border-radius: 12px;
	background: #333;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
}

.start-convert:hover {
	background: #333;
	opacity: 0.9;
}

.converting-body {
	text-align: center;
	margin-top: 20px;
}

.converting-body p b {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.converting-body p span {
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.retry-btn {
	display: flex;
	width: 190px;
	height: 44px;
	padding: 18px 0px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	background: #0098FD;
	border: 0;
	color: #fff;
}

.retry-btn::before {
	content: url('../images/new/retry.svg');
	display: inline-block;
	margin-top: 8px;
}

.retry-btn:hover {
	opacity: 0.9;
}

.pitch-convert {
	display: flex;
	flex-direction: column;
}

.vc-donwload {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-gif-box {
	width: 160px;
	height: 160px;
	margin: 0px auto;
}

.convert-loading-gif {
	width: 160px;
	height: 120px;
}

.converting-body a {
	color: #0098FD;
}

.converting-body a:hover {
	text-decoration: underline;
}



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: 0.5em 1.5em 0.5em 0.5em;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	color: #333;
	width: 100%;
}


.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;
}

.tool-box-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.tool-box-3 a {
	display: flex;
	padding: 20px 16px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	border-radius: 12px;
	background: #F7F8FA;
	margin-right: 10px;
	margin-top: 10px;
}


.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;
	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: #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;
}


.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%;
}
.why-need-item {
	display: flex;
	width: 298px;
	padding: 40px 30px;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	border-radius: 16px;
	background: #F7F8FA;
	margin-top: 10px;
	margin-right: 20px;
}

.why-need-item p {
	padding: 0;
	margin: 10px 0 0 0;
}

.why-need-item b {
	color: var(--30, #4D4D4D);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.recommend-box{
	margin: 0;
}

.client-marketing {
	background-color: #fff3e9;
	border-radius: 20px;
	margin: 0;
	padding: 20px;
	overflow: clip;
	align-items: center;
	min-height: 588px;
}

.client-marketing-image {
	padding: 0;
}
.client-marketing-image img{
	border-radius: 22px;
}
.client-marketing-main b {
	font-size: 30px;
	color: #191919;
}

.client-marketing-main p {
	font-size: 18px;
	color: #808080;
}
.client-marketing-main p span{
	font-size: 14px !important;
	margin-left: 10px;
}

.client-marketing-download {
	display: inline-block;
	background: #000000;
	border-radius: 60px;
	font-size: 20px;
	padding: 16px 40px;
	color: #FFFFFF;
	font-weight: 600;
}

.client-marketing-download:hover {
	color: #FFFFFF;
	opacity: 0.8;
}

.client-marketing-learn-more {
	color: #656565;
}

.client-marketing-learn-more:hover {
	color: #656565;
	text-decoration: underline;
}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
	.since-slide-nav {
		border-radius: 20px;
		grid-template-columns: repeat(4, 1fr);
	}

	.stt-fea-frame {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

@media (max-width: 992px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	.fv-try-btn {
		display: none;
	}

	.stt-banners-mian {
		text-align: center;
	}

	.ovc-convert-body {
		width: 100%;
		padding: 0;
		height: 500px;
	}

	.recordbox {
		margin: 0;
		padding: 0;
	}

	.ovc-work-body {
		margin: 0;
		border: 0;
	}
}

@media (max-width: 768px) {


	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	#vrinfo {
		display: none;
	}

	.fv-try-btn {
		display: none;
	}

	.stt-banners-mian {
		text-align: center;
	}

	.ovc-convert-body {
		width: 100%;
		padding: 0;
		height: 500px;
	}

	.recordbox {
		margin: 0;
		padding: 0;
	}

	.ovc-work-body {
		margin: 0;
		border: 0;
	}

	select {
		font-size: 14px;
	}

	.vr-why-block {
		margin: 5px;
	}

	.vr-why-block::before {
		content: '';
		background: none;
	}

	.vr-why-block::after {
		content: '';
		background: none;
	}

	.setup-bg {
		display: none;
	}

	.usercasebox {
		display: none;
	}

	.stt-fea-frame {
		display: flex;
		flex-direction: column;
	}

	.stt-more-frame {
		display: flex;
		flex-direction: column;
	}

	.user-header::after {
		content: '';
		background: none;
	}

	.faq-block b {
		font-size: 18px;
	}

	.fvbox {
		display: none;
	}

	.ovc-select-file-btn {
		width: 100%;
	}
	
	.step-item-block {
		display: flex;
		flex-direction: column;
	}
	
}