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


@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) {

}
