body {
	background: #130D22;
	color: #fff;
	overflow-x: hidden;
}

.banner-bg {
	background: url(../images/vcp-banner.webp) no-repeat top 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;
}

.vtdl::after {
	content: '\e647' !important;
}

.banner-try-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

/*
* 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;
}

.icon-items a:hover {
	border: 1px #A839FF solid;
}

.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;
}

.box-block a {
	color: #1594FF !important;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.box-block a:hover {
	text-decoration: underline;
}

.why-use-block a {
	color: #1594FF !important;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.why-use-block a:hover {
	text-decoration: underline;
}

.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;
}

/*
*
*/
.work-bg {
	background: url(../images/how-top-bg.webp) no-repeat top center;
}



.work-block {
	text-align: center;
	padding-top: 260px;
}

.work-block h2 {
	font-size: 52px;
}

.work-block p span {
	color: #8B8796;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.work-block-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	width: 40%;
	height: 100%;
	position: absolute;
}

.work-block-content p b {
	color: #AE47FF;
	font-size: 18px;
	font-weight: 400;
}

.work-block-content p span {
	color: #8B8796;
	font-size: 18px;
	font-weight: 400;
}

.work-content {
	height: 1163px;
	position: relative;
}

.work-content-mobile {
	display: none;
	height: 100%;
}

.work-block-content-mobile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	height: 100%;
	margin-top: 40px;
}

.work-block-content-mobile p b {
	color: #AE47FF;
	font-size: 18px;
	font-weight: 400;
}

.work-block-content-mobile p span {
	color: #8B8796;
	font-size: 18px;
	font-weight: 400;
}

.work-bg-main {
	display: flex;
	width: 100%;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
}

.work-right-bg {
	background: url(../images/how-bg.webp) no-repeat top center;
	height: 1163px;
	width: 1150px;
	margin-right: -130px;
}

.guide-item {
	display: flex;
	text-align: left;
	border-radius: 8px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0;
}

.guide-item:hover {
	background: linear-gradient(90deg, #8701F0 7.01%, rgba(135, 1, 240, 0.00) 97.16%);
}

.guide-sel {
	background: linear-gradient(90deg, #8701F0 7.01%, rgba(135, 1, 240, 0.00) 97.16%);
}

.guide-item p b {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.guide-item p span {
	color: #8B8796;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.donwload-btn {
	display: inline-block;
	border: 2px solid #8600F0;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
	height: 64px;
	padding: 16px 100px;
	border-radius: 60px;
	background: #8600F0;
	position: relative;
	transition: .3s linear;
	top: 0;
	box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.donwload-btn:hover {
	color: #fff;
}

.donwload-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

/**/

.more-than {
	text-align: center;
}

.more-than h2 {
	font-size: 52px;
}

.more-than p span {
	color: #8B8796;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.more-block {
	display: flex;
	height: 411px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	background: #282138;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

.more-block a {
	display: block;
}

.more-block-section {
	margin-top: 20px;
}

.more-block-section p {
	padding-left: 10px;
	padding-right: 10px;
}

.more-block-section p b {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.more-block-section p span {
	color: #8B8796;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.more-block-section p i {
	color: #AE47FF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.more-block-section p i::after {
	content: '\e659';
	font-family: fs;
	position: relative;
	left: 10px;
	transition: .3s linear;
	color: #AE47FF;
}

.more-block-section p i:hover {
	color: #A839FF;
}

.more-block a:hover i::after {
	left: 20px;
	color: #A839FF;
}

.more-block a:hover .vtdl::after {
	left: 10px !important;
}

/**/
.sft-box {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: #282138;
	padding: 20px;

}

.sft-description {
	padding: 10px;
}

.sft-description h3 {
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.sft-description p b {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sft-description p span {
	color: #8B8796;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.win-download {
	display: flex;
	padding: 10px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #4B3F66;
	background: linear-gradient(180deg, #282138 0%, rgba(40, 33, 56, 0.00) 100%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-align: center;
}

/*
 * 
 */
.download-section {
	text-align: center;
}

.download-section p b {
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.download-section a {
	padding: 8px 60px;
}

.download-section p a span {
	color: var(--100, #FFF);
	text-align: center;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 500 !important;
}

/*
* 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;
}

.acitve {
	display: block !important;
}

/*User Style*/
.swiper {
	width: 100%;
	height: 500px;
	background: #1A132A;
	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: #BD6CFF !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: #BD6CFF !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: #fff;
	font-size: 24px;
}

.user-header-photo img {
	border-radius: 60px;
}

/*more*/
.more-item {
	display: block;
	background: #1A132B;
	color: #8B8796;
	padding: 12px;
	border-radius: 8px;
	margin: 12px 0;
}

.more-item:hover {
	color: #BD6CFF;
}

.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;
}

.wor {
	border: 1px #fff solid;
}

.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);
}


@media (max-width: 768px) {
	.work-content {
		display: none;
	}

	.work-content-mobile {
		display: block;
	}

	.work-content {
		height: 100%;
	}

	.voice-changer-image {
		display: none;
	}

	.voice-changer-image2 {
		display: none;
	}

	.why-use-box {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.use-need-items {
		margin-top: 20px;
	}
}




@media (max-width: 992px) {}

@media (max-width: 1200px) {}

@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) {
	.banner-bg {
		background: url(../images/vcp-banner@2x.webp) no-repeat top center;
		background-size: 1921px 874px;
	}

	.work-bg {
		background: url(../images/how-top-bg@2x.webp) no-repeat top center;
		background-size: 1000px 531px;
	}

	.work-right-bg {
		background: url(../images/how-bg.webp) no-repeat top center;
		background-size: 1150px 1163px;
	}

}