body {
	background: #130D22;
	color: #fff;
	overflow-x: hidden;
}

.pcolor {
	color: #A39EB2;
}

.banner-content {
	align-items: center;
}

.banner-try-btn {
	border-radius: 100px;
	background: linear-gradient(90deg, #8703F2 0%, #1594FF 100%);
	padding: 16px 60px;
	color: var(--100, #FFF);
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.banner-try-btn span {
	padding-left: 10px;
	color: #fff !important;
}

.banner-try-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

.banner-audio {
	display: flex;
	align-items: center;
}

.app-top-tag {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 0;
}

.app-banner-nav {
	padding: 0;
}

.app-banner-nav a {
	color: #8B8796;
}

.app-banner-nav a:hover {
	color: white;
	text-decoration: underline;
}

.app-banner-nav i {
	color: #8B8796;
	font-style: normal;
}

.app-banner-nav span {
	color: white;
}

.banner-left-part {
	margin-right: 100px;
}

.banner-title b {
	color: #A839FF;
}

.banner-description {
	color: #A39EB2;
}

/**
* scmd
*/

.scenes-photo {
	display: flex;
	width: 100%;
	height: 540px;
	overflow: hidden;
	border-radius: 30px;
}

.scenes-item {
	border-bottom: 1px #322949 solid;
	height: auto;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 18px 0;
}

.scenes-item p {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.scenes-item p b {
	font-size: 24px;
	color: #6D6D6D;
}

.scenes-item p span {
	color: #8B8796;
}

.scenes-item p:nth-child(2) {
	display: none;
}

.scenes-item:hover p b {
	color: #BD6CFF;
}

.scenes-list .scenes-item-active {
	border-bottom: 1px #BD6CFF solid;
}

.scenes-list .scenes-item-active p b {
	color: #BD6CFF !important;
}

.scenes-list .scenes-item-active p:nth-child(2) {
	display: block !important;
}

.scmd {
	display: flex;
	align-items: center;
}

/*
* 2: why use 
*/

.why-use-block {
	text-align: center;
}

.why-use-block p span {
	color: var(--p2, #8B8796);
	text-align: center;
}

.why-use-box {
	border-radius: 30px;
	background: #282138;
	min-height: 705px;
	overflow: hidden;
}

.use-need-items {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
}

.use-need-items h3 {
	font-size: 32px;
}

.box {
	width: 100%;
	height: 72px;
	transition: all 0.3s ease;
	overflow: hidden;
	border-bottom: 1px solid #403557;
	cursor: pointer;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.box:first-child {
	height: auto;
	background: #352C47;
}

.box:first-child p b {
	color: #fff;
}

.box p b {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}


.box p span {
	font-size: 16px;
	color: #8B8796;
}

.box:hover {
	color: #fff;
	background: #352C47;
}

.box1 {
	width: 100%;
	height: 72px;
	transition: all 0.3s ease;
	overflow: hidden;
	border-bottom: 1px solid #403557;
	cursor: pointer;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.box1:first-child {
	height: auto;
	background: #352C47;
}

.box1:first-child p b {
	color: #fff;
}

.box1 p b {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}


.box1 p span {
	font-size: 16px;
	color: #8B8796;
}

.box1:hover {
	color: #fff;
	background: #352C47;
}

.brco {
	border: 1px #f99 solid;
}

.bpt10 {
	padding-top: 10px;
}

.cleantr {
	margin: 0;
	padding: 0;
}

.app-games-box {
	text-align: center;
}

.app-games-box p b {
	color: var(--100, #FFF);
	font-size: 32px;
	opacity: 0.5;
}

.box-right-line {
	border-right: 1px #4D4462 solid;
}

.icon-items {
	display: flex;
	flex-wrap: wrap;
}

.icon-items a {
	height: 52px;
	padding: 13px 12px;
	border-radius: 8px;
	border: 1px solid #4D4462;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

.box-block {
	border-radius: 30px;
	background: #282138;
	overflow: hidden;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.box-block p b {
	color: var(--100, #FFF);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}

.box-block p span {
	color: var(--p2, #8B8796);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.diverse_col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.row-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.changer-voice-now-btn {
	display: inline-block;
	padding: 16px 94px;
	border-radius: 60px;
	border: 2px solid #A839FF;
	color: #A839FF;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
	position: relative;
}

.changer-voice-now-btn::after {
	content: '\e647';
	font-family: fs;
	position: relative;
	left: 10px;
	transition: .3s linear;
	color: #A839FF;
}

.changer-voice-now-btn:hover {
	color: #A839FF;
}

.changer-voice-now-btn:hover::after {
	left: 10px;
	color: #A839FF;
}

.voice-changer-image {
	margin: 0;
	display: flex;
	overflow: hidden;
}

.voice-changer-image2 {
	margin: 0;
	display: flex;
	overflow: hidden;
}

.change-now-btn {
	border-radius: 100px;
	background: linear-gradient(90deg, #8703F2 0%, #1594FF 100%);
	padding: 14px 40px;
	color: var(--100, #FFF);
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.change-now-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

.download-block p a {
	color: #8B8796;
}

.download-block p a:hover {
	color: white;
	text-decoration: underline;
}

/*
* tips
*/

.tips-bg {
	background: #1A142B;
	border-radius: 8px;
	padding: 40px;
	display: flex;
}

.tips-bg::before {
	content: "";
	display: block;
	position: relative;
	top: -40px;
	width: 82px;
	height: 108px;
	background: url(../images/tip.svg) no-repeat center;
	background-size: 82px 108px;
	z-index: 0;
	margin-right: 20px;
}

.tips-bg div {
	width: 92%;
}

.tips-bg div h4 {
	font-size: 26px;
	font-weight: 600;
}

.tips-bg div p {
	display: flex;
	margin: 10px 0;
}

.tips-bg div p::before {
	content: "•";
	height: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: 1000;
	color: #A839FF;
	margin-right: 16px;
}

/*
* why you need
*/

.why-you-need-content {
	display: flex;
	justify-content: center;
}

.avc-list {
	overflow: hidden;
	background-size: cover;
	border-radius: 20px;
	margin: 0 4.5%;
	background-color: #39314F;
}

.avc-list-header {
	display: flex;
	padding: 16px 4% 0 4%;
}

.avc-list-header p {
	width: 50%;
	margin: 0;
	padding: 0;
}

.avc-list-header p:nth-child(1) b {
	font-size: 24px;
	color: #CCCCCC;
}

.avc-list-header p:nth-child(2) {
	display: flex;
	justify-content: end;
}

.avc-list-header p:nth-child(2) button {
	border: 0;
	background: none;
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
}

.avc-list-header p:nth-child(2) button:hover {
	opacity: 1;
}

.avc-list-header p:nth-child(2) button i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: 18px;
	position: relative;
	top: 4px;
}

.avc-list-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
	justify-content: center;
	padding: 4%;
}

.avc-list-block p {
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 2px #000 solid;
}

.avc-list-block p:hover {
	border: 2px #A839FF solid;
}

.avc-list-block p img {
	width: 100%;
	height: auto;
}

.avc-list-block .sel {
	border: 2px #A839FF solid;
}

.avc-tips {
	width: 125px;
	height: 102px;
	background: url(../images/avc-num-bg.webp) no-repeat;
	position: absolute;
	left: -5%;
	top: -20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(2px);
}

.avc-player {
	width: 91%;
	height: 90px;
	border-radius: 16px;
	background: linear-gradient(165deg, #006BC5CC 0%, #1B9CFFA5 50%, #00569ECC 100%);
	backdrop-filter: blur(2px);
	display: flex;
	padding: 8px;
	align-items: center;
	margin: 30px 4.5%;
}

.avc-player-bttton {
	width: 80px;
	height: 80px;
	border: 4px var(--vt-purple) solid;
	border-radius: 100px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.avc-player-bttton button {
	position: absolute;
	width: 80px;
	height: 80px;
	border: 0;
	cursor: pointer;
}

.avc-player-bttton button i {
	font-size: 32px;
	color: #fff;
	opacity: 0.8;
}

.avc-player-loading {
	background: url(../images/avc-play-loading1.svg) repeat-x left center;
	width: calc(100% - 110px);
	height: 100%;
	margin: 0 0 0 12px;
}

.avc-player-loading p {
	width: 0;
	height: 100%;
	background: url(../images/avc-play-loading2.svg) repeat-x left center;
}

.ic-pause {
	background: url(../images/ic-pause.svg) no-repeat center;
}

.ic-play {
	background: url(../images/ic-play.svg) no-repeat center;
}

.why-you-need-right p strong {
	font-size: 18px;
	font-weight: 500;
	color: white;
}

/* 
.why-you-need-right p strong::before {
	content: "•";
	font-size: 18px;
	font-weight: 1000;
	color: #A839FF;
	margin-right: 20px;
} */

.why-you-need-right p {
	font-size: 18px;
	font-weight: 400;
	color: #8B8796;
	display: inline-block;
}

/*
* why-not
*/

.why-not-bg {
	position: relative;
}

.why-not-bg::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 30%;
	width: 90px;
	height: 58px;
	background: url(../images/vr-why-bottom-left.svg) no-repeat center;
	z-index: -1;
}

.why-not-bg::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 30%;
	width: 90px;
	height: 58px;
	background: url(../images/vr-why-bottom-right.svg) no-repeat center;
	z-index: -1;
}

.app-games-box {
	text-align: left;
	background-color: #1A142A;
	padding: 30px;
	border-radius: 16px;
}

.app-games-box a:hover {
	border: 1px #A839FF solid;
}

/*
* FAQ
*/

.faq-block {
	border-bottom: 1px #261F38 solid;
}

.faq-title {
	font-size: 22px;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	color: #8B8796;
}

.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: #BD6CFF;
}

.sel {
	color: #BD6CFF;
}

.sel::after {
	transform: rotate(45deg);
}

.faq-content {
	font-size: 18px;
	padding: 16px 0;
	display: none;
	color: #8B8796;
}

.faq-content a {
	color: #BD6CFF;
}

.faq-content a:hover {
	color: #BD6CFF;
	text-decoration: underline;
}

/*User Style*/
.swiper {
	width: 100%;
	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-slide img {
	width: auto;
	max-width: 100%;
	max-height: 480px;
}

.vt-bottom {
	background: url(../images/vt-bottom-bg.webp) no-repeat center;
	background-size: cover;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 574px;
}

.vt-bottom p b {
	display: block;
	text-align: center;
	font-size: 32px;
	padding: 8px 0 0 0;
}

.vt-bottom h3 {
	padding: 12px 0;
	color: #FFF font-size 32px;
}

.vt-btn {
	display: inline-block;
	font-size: 28px;
	background: linear-gradient(to right, #8703F2, #1594FF);
	color: #fff;
	padding: 16px 60px;
	border-radius: 60px;
	font-weight: 500;
	transition: .3s linear;
	top: 0;
	position: relative;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.vt-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}


/*
*1218 new add
*/
.mainbg {
	background: rgb(255, 255, 255, 0.1);
	border-radius: 20px;
	margin-top: 100px;
	padding: 30px;
}

.vcm-banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin-top: 20px;
}

.vcm-banner h1 {
	font-size: 50px;
}

.vcm-banner p {
	font-size: 18px;
}

.vcm-banner p span {
	color: #A39EB2;
}

.top {
	margin: 0;
}

.bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.bottom p span {
	font-size: 16px;
}

.banner-btn {
	height: 64px;
	border-radius: 12px;
	background: linear-gradient(90deg, #8703F2 0%, #1594FF 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 60px 20px 60px;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.banner-btn:hover {
	color: #fff;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.5);
}

.listen-box {
	text-align: center;
}

.listen-box-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.listen-box-item {
	display: flex;
	flex-direction: column;
	margin: 50px 60px;
	text-align: center;
	width: 160px;
	align-items: center;
	height: 200px;
	overflow: hidden;
}

.listen-box-item span {
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}

.listen-box-item a {
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	text-align: center;
}

.listen-box-item a:hover {
	color: rgb(255, 255, 255, 0.1);
}

.listen-voice-item-photo {
	position: relative;
	width: 160px;
	height: 160px;
	border-radius: 80px;
}

.listen-voice-photo {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 80px;
}

.listen-play-pasue {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.listen-play-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	cursor: pointer;
}

.listen-pasue-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	cursor: pointer;
	display: none;
}

.listen-play-button:hover {
	opacity: 1;
}

.listen-pasue-button:hover {
	opacity: 1;
}

.tryplay {
	width: 34px;
	height: 34px;
	background: #4D4D4D url(https://www.fineshare.net/online-voice-changer/images/type-play-white.svg) no-repeat center;
	border: 0;
	border-radius: 100px;
}

.trypause {
	background: #4D4D4D url(https://www.fineshare.net/online-voice-changer/images/type-pause-white.svg)no-repeat center !important;
}

.banner-editor-right-part {
	padding: 0 0 0 10px;
	height: 100%;
}

.banner-editor-right-part-body {
	border-radius: 16px;
	border: 1px solid #E2E2E2;
	background: white;
	padding: 16px;
	align-items: center;
}

.banner-editor-right-part-title {
	font-size: 18px;
	color: var(---10, #1A1A1A);
	font-weight: 600;
}

.vc-body {
	border: 1px #E2E2E2 solid;
	border-radius: 12px;
	margin: 16px 0;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vc-voice-add {
	padding: 16px;
	min-height: 288px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vc-voice-add-body {
	display: flex;
}

.vc-voice-or {
	width: 30px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	color: var(--60, #999);
}

.vc-voice-file {
	display: block;
	width: calc((100% - 28px) / 2);
	padding: 16px;
	margin: 0 0;
	cursor: pointer;
	border-radius: 16px;
	background: none;
	border: 0;
}

.vc-voice-file:hover {
	background: #F6F6F6;
}

.vc-voice-file p {
	margin: 0;
	padding: 4px 0;
}

.vc-voice-file p b {
	font-size: 20px;
}

.vc-voice-file p span {
	color: gray;
}

.vc-voice-record {
	display: none;
	min-height: 200px;
}

.vc-voice-record section {
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vc-voice-record section div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vc-voice-record section div p {
	margin: 0;
	padding: 8px 0;
}

.vc-voice-record section div p b {
	font-size: 30px;
	font-weight: 700;
	color: var(---10, #1A1A1A);
}

.vc-voice-record section div p button {
	border: 0;
	background: #E7E7E7;
	border-radius: 30px;
	padding: 4px;
	width: 68px;
	height: 68px;
	background: url(https://www.fineshare.net/online-voice-changer/images/ic-pasue.svg) no-repeat center;
}

.vc-audio-review {
	width: 100%;
	padding: 16px;
	display: none;
}

.vc-audio-review p {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: var(---10, #1A1A1A);
}

.vc-audio-review div {
	width: 100%;
	text-align: center;
}

.sample-voices-player {
	width: 100%;
}

.vc-upload-file-reset {
	border: 0;
	background: none;
	color: #02A09C;
	font-size: 18px;
	font-weight: 400;
}

.vc-upload-file-reset::before {
	display: inline-block;
	width: 26px;
	height: 26px;
	content: " ";
	top: 6px;
	position: relative;
	background: url(https://www.fineshare.net/online-voice-changer/images/ic-reset.svg) no-repeat center;
}

.vc-voice-loading {
	min-height: 200px;
	display: none;
}

.vc-voice-loading div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 200px;
}

.vc-voice-loading div span {
	display: block;
	text-align: center;
	color: gray;
}

.vc-voice-failed {
	display: none;
}

.vc-voice-failed section p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.vc-voice-completion {
	display: none;
	padding: 16px;
	width: 100%;
}

.vc-wave-block {
	display: flex;
	align-items: center;
}

.vc-wave-play {
	width: 50px;
	align-items: center;
}

.vc-wave-play button {
	border: 0;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #EAEAEA url("https://www.fineshare.net/online-voice-changer/images/vcm-banner-pay.svg") no-repeat center;
	background-size: 32px 32px;
}

.vc-wave-play .pasue {
	background: #EAEAEA url("https://www.fineshare.net/online-voice-changer/images/vcm-banner-pasue.svg") no-repeat center !important;
	background-size: 32px 32px !important;
}

.vc-wave-canva {
	width: calc(100% - 50px);
	padding: 0 0 0 16px;
}

.vc-play-btn {
	display: flex;
	padding: 16px 0 0 0;
	align-items: center;
	justify-content: center;
}

.vc-play-btn p {
	margin: 0;
	padding: 0;
	width: 50%;
}

.vc-play-btn p:nth-child(1) {
	text-align: left;
}

.vc-play-btn p:nth-child(2) {
	text-align: right;
}

.vc-play-btn p:nth-child(1) button {
	background: none;
	border: none;
	color: #02A09C;
}

.vc-voice-completion-download::after {
	content: '\e643';
	font-family: fs;
	display: inline-block;
	position: relative;
	left: 10px;
	font-weight: bold;
	font-size: 18px;
}

.banner-convert {
	margin-top: 20px;
}

.banner-convert .convert-btn {
	display: flex;
	border: 0;
	border-radius: 12px;
	background: #1A1A1A;
	color: white;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	padding: 12px 36px;
	justify-content: center;
}

.banner-convert .convert-btn:disabled {
	background: var(--80, #CCC);
}

.banner-right-panel-bottom {
	margin: 10px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-right-panel-bottom p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--60, #999);
}

.banner-right-panel-bottom a {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #02A09C;
}

.banner-right-panel-bottom a::after {
	font-family: fs;
	content: "\e659";
	margin: 0 0 0 6px;
}

.vc-index-button {
	text-align: center;
	margin: 60px 0 0 0;
}

.vc-button {
	display: inline-block;
	background: linear-gradient(120deg, #5CFFC4, #04BFB4);
	color: #000;
	border-radius: 60px;
	padding: 16px 48px 16px 48px;
	font-weight: bold;
	transition: 0.3s linear;
	position: relative;
	top: 0;
	box-shadow: 0 0px 0px rgb(2, 160, 156, 0);
	font-size: 24px;
}

.vc-button:hover {
	color: #000;
	top: -5px;
	box-shadow: 4px 4px 8px rgb(4, 191, 180, 0.5);
	text-decoration: none
}

.banner-blcok {
	display: flex;
	align-items: center;
}

.banner-tt {
	background: linear-gradient(90deg, #35FFB6 0, #02A09C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	padding: 0;
	margin: 0;
}


.ovc-convert {
	display: flex;
	justify-content: flex-end;
}

.ovc-convert-body {
	display: flex;
	width: 90%;
	height: 636px;
	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: rgb(0, 0, 0, 0.1);
}

.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;
	opacity: 0.8;
}

.voice-play-sel-button:hover {
	opacity: 1;
}


.voice-pasue-sel-button {
	position: absolute;
	top: 50px;
	left: 80px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	opacity: 0.8;
	display: none;
}

.voice-pasue-sel-button:hover {
	opacity: 1;
}

.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: 80%;
	padding: 0;
}

.ovc-select-file-btn img {
	filter: hue-rotate(110deg);
}

.ovc-select-file-btn:hover {
	background: rgb(0, 0, 0, 0.1);
}

.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;
	width: 100%;
	height: 50px;
	padding: 18px 0;
	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: rgb(0, 0, 0, 0.1);
}

.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;
	opacity: 0.6;
}

.voice-play-button:hover {
	opacity: 1;
}

.voice-play-button img {
	filter: grayscale(100%);
}

.voice-item {
	display: flex;
	align-items: center;
	height: 90px;
	width: 100%;
	cursor: pointer;
}

.voice-item:hover {
	background: rgb(0, 0, 0, 0.1);
}

.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;
}

.recording-body p span {
	color: #A39EB2;
}

.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: #333;
	text-align: center;
	border: 0;
	margin-top: 40px;
}

.ovc-stop-recording-btn:hover {
	opacity: 0.8;
}

.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: #A839FF;
	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 #ccc;
}

#waveform ::part(cursor) {
	height: 83px;
	top: 20px;
	border-radius: 4px;
	border: 1px solid #A839FF;
}

.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(https://www.fineshare.net/online-voice-changer/images/new/demo-play.svg) no-repeat top center;
	margin-left: calc(50% - 99px);
	margin-right: calc(50% - 99px);
	filter: grayscale(100%);
}

.demo-pause-button {
	border: 0;
	width: 38px;
	height: 38px;
	background: url(https://www.fineshare.net/online-voice-changer/images/new/ic-stop.svg) no-repeat top center;
	display: none;
	margin-left: calc(50% - 99px);
	margin-right: calc(50% - 99px);
	filter: grayscale(100%);
}

.demo-time-button {
	border: 0;
	background: none;
}

.demo-reset-button {
	border: 0;
	background: none;
	width: 80px;
	height: 38px;
	color: #A839FF;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.audio-time-box {
	width: 80px;
	border: 0;
	text-align: left;
}

.audio-time-box p span {
	color: #333 !important;
}

.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: #02A09C;
}


.pitch-tips {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.7;
}

.start-convert {
	display: flex;
	padding: 10px 0;
	justify-content: center;
	align-items: center;
	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: #02A09C;
	border: 0;
	color: #fff;
}

.retry-btn::before {
	content: url('https://www.fineshare.net/online-voice-changer/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;
	flex-direction: column;
}

.loading-gif-box {
	width: 160px;
	height: 160px;
	margin: 0px auto;
}

.convert-loading-gif {
	width: 160px;
	height: 120px;
}

.converting-body a {
	color: #02A09C;
}

.converting-body a:hover {
	text-decoration: underline;
}


.audio-player {
	display: none;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.banner-audio img {
		display: none;
	}

	.banner-try-btn {
		display: block;
		text-align: center;
	}

	.banner-description {
		margin-right: 0;
	}

	.tips-bg {
		display: block;
	}

	.tips-bg div {
		width: 100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio:1.5) {}