body {
	background: #130D22;
	color: #fff;
	overflow-x: hidden;
}

.pcolor {
	color: #8B8796;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.p24color {
	color: var(--100, #FFF);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.banner-bg {
	background: url(../images/vs-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;
}

.banner-try-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

/**/
.fav-block-main {
	padding: 0 0 20px 0;
	margin: 0 30px;
}

.fav-block {
	height: 100%;
	padding: 0;
}

.fav-block-left {
	height: 100%;
}

.sticky-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 40px;
	padding-right: 80px;
}

.sticky-content a {
	color: #00FFB2;
}

.sticky-content a:hover {
	color: #00FFB2;
	text-decoration: underline;
}

.sticky-content-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.sticky-content h3 {
	color: #FFF;
	font-size: 62px;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
}

.sticky-content p span {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sticky-wrapper {
	position: relative;
	overflow: visible;
	padding-top: calc(228vh * (10 / 96));
	margin: 0 auto;
	max-width: 1920px;
	top: 200px;
}

.sticky-content-slide {
	position: -webkit-sticky;
	position: sticky;
	bottom: 96px;
	overflow: hidden;
	height: 667px;
	border-radius: 16px;
}

.sticky-content-slide.slide-1 {
	bottom: calc(228vh * (10 / 96));
	z-index: 4;
	margin-top: calc(-188vh * (10 / 96));
	margin-bottom: calc(168vh * (10 / 96));
	border-radius: 30px;
	background: linear-gradient(102deg, #AE47FF 6.79%, #170028 93.29%);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.sticky-content-slide.slide-2 {
	bottom: calc(168vh * (10 / 96));
	z-index: 3;
	margin-top: calc(-128vh * (10 / 96));
	margin-bottom: calc(108vh * (10 / 96));
	border-radius: 30px;
	background: linear-gradient(102deg, #1298FE 6.79%, #170028 93.29%);
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.sticky-content-slide.slide-3 {
	bottom: calc(108vh * (10 / 96));
	z-index: 2;
	margin-top: calc(-68vh * (10 / 96));
	margin-bottom: calc(48vh * (10 / 96));
	border-radius: 30px;
	background: linear-gradient(102deg, #35C591 6.79%, #170028 93.29%);
}

.sticky-content-slide.slide-4 {
	bottom: calc(48vh * (10 / 96));
	z-index: 1;
	margin-top: 0;
	border-radius: 30px;
	background: linear-gradient(102deg, #C14E49 6.79%, #170028 93.29%);
}

.app-dl-btn {
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.60);
	background: #000;
	color: #fff;
	display: flex;
	padding: 16px 30px;
	justify-content: center;
	align-items: center;
	text-align: left;
	transition: transform .3s;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, 0);
	max-width: 260px;
	margin-left: 20px;
	margin-top: 10px;
}

.app-dl-btn:hover {
	text-decoration: none;
	transform: translatey(-5px);
	color: #fff;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, 0.3);
}

.app-dl-btn span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 15px;
	position: relative;
}

.app-dl-btn span b {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}

.app-dl-btn:hover {
	background: #242424;
}

.btn-win::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/ic-win.svg);
	background-size: 48px 48px;
}

.btn-apple::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/ic-apple.svg);
	background-size: 48px 48px;
}

.btn-web::before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../images/ic-web.svg);
	background-size: 48px 48px;
}

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

.donwload-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box {
	width: 100%;
	height: 140px;
	transition: all 0.3s ease;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	margin-top: 10px;

}

.box.rect1 {
	background: linear-gradient(71deg, #256FB8 11.45%, #282138 84.21%);
}

.box.rect2 {
	background: linear-gradient(81deg, #6A19A9 16.56%, #282138 100.37%);
}

.box.rect3 {
	background: linear-gradient(75deg, #0E6747 19.95%, #072218 94.18%);
}

.box.rect4 {
	background: linear-gradient(71deg, #8B4E4B 13.74%, #282138 86.61%);
}

.title-block {
	height: 100px;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.cotent-block {
	padding-left: 20px;
	padding-right: 20px;
}

.cotent-block p span {
	color: var(--100, #FFF);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.box b {
	color: #FFF;
	font-size: 32px;
	font-weight: 700;
}

.box:first-child {
	height: auto;
}

.ic-rect-img {
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: end;
}

.icon-items {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
}

.icon-items i {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	max-width: 160px;
}

.icon-items a {
	width: 90%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	max-width: 140px;
	color: white;
}

.scenarios-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 208px;
	width: 208px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	margin-right: 20px;
	border-radius: 16px;
}

.scenarios-box a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mr10 {
	margin-left: 40px;
}

/**/

.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: 8px 0;
}

.scenes-item p {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

.scenes-item p b {
	font-size: 22px;
	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 .active {
	border-bottom: 1px #BD6CFF solid !important;
}

.scenes-list .active p b {
	color: #BD6CFF !important;
}

.scenes-list .active p:nth-child(2) {
	display: block !important;
}

.scmd {
	display: flex;
	align-items: center;
}

/**/
.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: var(--tts-green) !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: var(--tts-green) !important;
}

.download-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.download-color-btn {
	height: 64px;
	padding: 16px 60px;
	border-radius: 60px;
	background: #8600F0;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	display: inline-block;
	transition: .3s linear;
	top: 0;
	position: relative;
}

.download-color-btn:hover {
	color: #fff;
	top: -5px;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

/**/

/*
*
*/
.since-nav {
	border-radius: 100px;
	background: #282138;
	display: flex;
	width: 90%;
	padding: 10px;
	margin: 30px auto 0 auto;
}

.since-nav span {
	flex-grow: 1;
	text-align: center;
	padding: 12px 8px;
	cursor: pointer;
	font-weight: 800;
	border-radius: 30px;
	margin: 0 8px;
	font-size: 16px;
	color: #808080;
}

.since-item-photo {
	width: 100%;
}

.since-nav span:hover {
	background: linear-gradient(115deg, #8701F0 16.86%, #08A1FF 78.1%) !important;
	color: #fff;
}

.since-nav .sel {
	border-radius: 60px;
	background: linear-gradient(115deg, #8701F0 16.86%, #08A1FF 78.1%) !important;
	color: #fff;
	border: 0;
}

.since-voice {
	height: 80px;
	display: flex;
	align-items: center;
}

.since-voice-btn {
	width: 54px;
	height: 54px;
	border: 1px #fff solid;
}

.since-voice-wava {
	width: calc(100% - 54px);
	border: 1px #fff solid;
	height: 60px;
	background: #fff;
}

.since-main {
	padding: 60px 0;
	margin: 0;
}

.since-item {
	overflow: hidden;
	padding: 0;
	border-radius: 16px;
	display: none;
}

.since-item-text {

	bottom: 0;
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 1) 100%) !important;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.since-item-content {
	padding: 0 0 16px 0;
	text-align: center;
}

.since-item-player {
	display: flex;
}

.since-item-btn {
	width: 60px;
	height: 60px;
}

.since-item-btn button {
	background: none;
	border: 0;
}

.since-item-ware {
	width: calc(100% - 60px);
	height: 60px;
	padding: 0 16px;
}

.step-box {
	display: flex;
	width: 100%;
}

.setup-block {
	text-align: center;
	height: 100%;
	width: 100%;
}

.setup-block-arrow {
	text-align: center;
	height: 100%;
	min-height: 314px;
	display: flex;
	align-items: center;
}

.setup-block p b {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;

}

.setup-block p span {
	color: #8B8796;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.setup-block p img {
	min-height: 200px !important;
}

/**/
.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 a:hover .vtdl::after {
	left: 10px !important;
}

.vtdl::after {
	content: '\e647' !important;
}

.more-block-section p i:hover {
	color: #A839FF;
}

.more-block a:hover i::after {
	left: 20px;
	color: #A839FF;
}

/*
* 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-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;
}

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

.freebtn {
	border-radius: 4px;
	padding: 4px 16px;
	color: #bb77ff;
}

.freebtn:hover {
	color: #bb77ff;
	text-decoration: underline;
}

.step-main {
	display: flex;
	align-items: start;
}

@media (max-width: 1266px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.banner-bg {
		background: none !important;
		text-align: center;
	}

	.donwload-box {
		flex-wrap: wrap;
	}

	.app-dl-btn {
		width: 90%;
	}

	.scenarios-box {
		margin-top: 10px;
		width: 180px;
		height: 180px;
	}

	.since-nav {
		width: 100%;
	}

	.since-nav span {
		flex-grow: 1;
		text-align: center;
		padding: 4px 8px;
		cursor: pointer;
		border-radius: 30px;
		margin: 0 8px;
		font-size: 12px;
		color: #808080;
	}

	.setup-block-arrow {
		display: none;
	}

	.sticky-content {
		padding-top: 20px;
		padding-right: 0px;
	}

	.sticky-content-img {
		justify-content: start;
	}

	.use-need-items {
		margin-left: 0;
		margin-right: 0;
	}
}


@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/vs-banner@2x.webp) no-repeat top center;
		background-size: 1920px 874px;
	}

}