* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	font-size: 55px;
}
.home {
	position: relative;
}

.bg-imgs {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-imgs>img {
	display: block;
}

.home-content {
	position: relative;
	z-index: 1;
	font-size: 0.24rem;
}

.header {
	color: #fff;
	padding: 7.95rem 0.55rem 0;
}

.header-title {
	text-align: center;
	font-size: 0.48rem;
}

.header-content {
	padding-top: 0.4rem;
	font-size: 0.28rem;
	line-height: 1.6em;
}

.downloads {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9rem 0.55rem 1.13rem;
}

.downloads>div {
	border: 0.01rem solid #fff;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 0.35rem 0 0.2rem;
	height: 0.8rem;
}

.downloads>div>img {
	width: 0.71rem;
	height: 0.71rem;
}

.downloads>div>div>div:nth-child(1) {
	font-size: 0.16rem;
}

.downloads>div>div>div:nth-child(2) {
	font-size: 0.3rem;
}

.swiper-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 0.84rem;
}

.pre,
.next {
	width: 0.24rem;
	height: 0.47rem;
	margin: 0 0.35rem;
	flex-shrink: 0;
}

.pre>img,
.next>img {
	width: 100%;
	height: 100%;
}

.swiper {
	width: 4.54rem;
	overflow: hidden;
}

.swiper-inner {
	width: 100%;
	display: flex;
	align-items: center;
	transition: transform 0.5s ease;
}

.swiper-item {
	width: 100%;
	flex-shrink: 0;
}

.swiper-item>img {
	width: 100%;
	height: auto;
}

.swiper-line {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0.45rem;
	transform: translateX(-50%);
	height: 0.39rem;
}

.swiper-line>div {
	width: 0.3rem;
	height: 0.04rem;
	background-color: #999999;
	margin: 0 0.08rem;
}

.swiper-name {
	font-size: 0.32rem;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.swiper-box .current {
	background-color: #fff;
	width: 0.57rem;
}

.numbers {
	padding: 0.52rem 0.36rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.numbers>div {
	border-radius: 0.21rem;
	border: 0.01rem solid #E4E4E4;
	padding: 0.04rem;
}

.numbers>div>div {
	border: 0.02rem solid #E4E4E4;
	border-radius: 0.19rem;
	overflow: hidden;
	min-width: 2rem;
}

.numbers>div>div>div:nth-child(1) {
	color: #7560B7;
	font-size: 0.41rem;
	background-color: #fff;
	height: 0.81rem;
	line-height: 0.81rem;
	text-align: center;
	font-weight: bold;
}

.numbers>div>div>div:nth-child(2) {
	position: relative;
	background-color: #6856A2;
	color: #fff;
	line-height: 0.46rem;
	height: 0.46rem;
	padding-left: 0.69rem;
}

.numbers>div:nth-child(1)>div>div:nth-child(2)::after {
	width: 0.25rem;
	height: 0.3rem;
	content: '';
	background: url('imgs/num1.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.34rem;
	top: 0.08rem;
}

.numbers>div:nth-child(2)>div>div:nth-child(2)::after {
	width: 0.31rem;
	height: 0.28rem;
	content: '';
	background: url('imgs/num2.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.30rem;
	top: 0.07rem;
}

.numbers>div:nth-child(3)>div>div:nth-child(2)::after {
	width: 0.29rem;
	height: 0.27rem;
	content: '';
	background: url('imgs/num3.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.35rem;
	top: 0.08rem;
}

.show-box {
	padding: 0.97rem 0.36rem 0.9rem;
}

.show-title {
	font-size: 0.48rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.show-img {
	width: 100%;
	margin-top: 0.35rem;
}

.show-img>img {
	width: 100%;
}

.footer {
	padding: 0 0.55rem;
}

.footer-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 0.01rem solid #C2C2C2;
	padding-top: 1rem;
}

.footer-top>a,.footer-top>div {
	color: #fff;
	font-size: 0.3rem;
	text-decoration: none;
	position: relative;
	display: inline-block;
	flex: 1;
	text-align: center;
}

.footer-top>a:not(:first-child) {
	border-left: 0.01rem solid #878787;
}

.footer>p {
	padding-top: 0.78rem;
	color: #fff;
	font-size: 0.28rem;
	line-height: 1.8em;
}

/* 适用于小屏幕 */
@media (max-width: 600px) {
	body {
		background-color: #2A146A;
	}

	.pc_home {
		display: none;
	}
}

/* 适用于中等屏幕 */
@media (min-width: 601px) and (max-width: 1200px) {
	body {
		background-color: #2A146A;
	}

	.pc_home {
		display: none;
	}
}

/* 适用于大屏幕 */
@media (min-width: 1201px) {
	body {
		/* background-color: green; */
	}

	.pc_home {
		position: relative;
		background-color: #6947B4;
	}

	.home {
		display: none;
	}

	.pc-bg-imgs {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		flex: 1;
	}

	.pc-bg-imgs>img {
		display: block;
		height: 100%;
	}

	.pc-home-content {
		position: relative;
		z-index: 1;
		width: 1200px;
		margin: 0 auto;
		color: #fff;
		font-size: 20px;
	}

	.pc-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 0;
	}

	.pc-logo {
		display: flex;
		align-items: center;
		font-size: 17px;
	}

	.pc-logo>img {
		width: 56px;
		height: 56px;
		margin-right: 14px;
	}

	.pc-logo>div>div:nth-child(1) {
		font-size: 36px;
		height: 34px;
		line-height: 34px;
	}

	.pc-nav {
		display: flex;
		align-items: center;
		font-size: 20px;
	}

	.pc-nav>a {
		color: #CBF5FF;
		text-decoration: none;
		margin-left: 50px;
	}

	.pc-nav>a:nth-child(1) {
		color: #8E93DA;
		font-size: 22px;
		font-weight: bold;
	}

	.pc-banner {
		padding: 330px 50px 0 70px;
		background: url('imgs/pc/jieshao.png'), url('imgs/pc/logo2.png');
		background-repeat: no-repeat, no-repeat;
		background-size: 666px auto, 245px auto;
		background-position: 73px 81px, 916px 81px;
		display: flex;
		justify-content: space-between;
	}

	.pc-download {
		display: flex;
		flex-shrink: 0;
	}

	.pc-vr_code {
		width: 149px;
		height: 149px;
		background-color: #fff;
		border-radius: 10px;
		padding: 5px;
		position: relative;
	}

	.pc-vr_code::after {
		content: '扫码即可下载';
		font-size: 18px;
		color: #fff;
		position: absolute;
		top: -37px;
		left: 2px;
		height: 18px;
		line-height: 18px;
	}

	.pc-system {
		margin-left: 22px;
		padding-top: 10px;
	}

	.pc-system>div {
		border: 1px solid #fff;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		height: 47px;
		width: 161px;
	}

	.pc-system>div:nth-child(2) {
		margin-top: 27px;
	}

	.pc-system>div>img {
		width: 40px;
		height: 40px;
	}

	.pc-system>div>div>div:nth-child(1) {
		font-size: 10px;
	}

	.pc-system>div>div>div:nth-child(2) {
		font-size: 18px;
		height: 20px;
		line-height: 20px;
	}

	.pc-synopsis {
		font-size: 18px;
		color: #fff;
		line-height: 1.8em;
		flex: 1;
		margin-left: 109px;
	}

	.pc-synopsis>div:nth-child(1) {
		color: #A878FF;
		font-size: 23px;
		height: 25px;
		line-height: 25px;
		margin-bottom: 11px;
		font-weight: bold;
	}

	.pc-domain {
		text-align: center;
		margin-top: 260px;
	}

	.pc-domain-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pc-domain-item {}

	.pc-domain-item>img {
		width: 192px;
	}

	.pc-domain-item>div {
		font-size: 20px;
		color: #fff;
		margin-bottom: 20px;
	}

	.pc-domain-item>p {
		color: #AED1F8;
		font-size: 14px;
		line-height: 1.8em;
	}

	.pc-service {
		background: url('imgs/pc/yuan.png'), url('imgs/pc/yuan1.png');
		background-repeat: no-repeat, no-repeat;
		background-size: 411px auto, 411px auto;
		background-position: -112px 215px, 700px 205px;
		padding-top: 140px;
		text-align: center;
	}

	.pc-service-list {
		margin-top: 73px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pc-service-item {
		color: #fff;
		font-size: 24px;
	}

	.pc-service-item>div:nth-child(1) {
		color: #85BAF6;
		font-size: 60px;
		font-weight: bold;
	}

	.pc-service-imgs {
		margin-top: 100px;
		position: relative;
		height: 425px;
		background: url('imgs/pc/xiantiao.png') no-repeat;
		background-size: 140% auto;
		background-position: center 40px;
	}

	.pc-service-imgs>div {
		font-size: 16px;
	}

	.pc-service-imgs>div>img {
		width: 101px;
	}

	.pc-service-imgs>div:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
	}

	.pc-service-imgs>div:nth-child(2) {
		position: absolute;
		left: 197px;
		top: 122px;
	}

	.pc-service-imgs>div:nth-child(3) {
		position: absolute;
		left: 455px;
		top: 0;
	}

	.pc-service-imgs>div:nth-child(4) {
		position: absolute;
		right: 462px;
		top: 61px;
	}

	.pc-service-imgs>div:nth-child(5) {
		position: absolute;
		right: 234px;
		top: 91px;
	}

	.pc-service-imgs>div:nth-child(6) {
		position: absolute;
		right: 0;
		top: 0;
	}

	.pc-master {
		text-align: center;
	}

	.pc-domain-title,.pc-service-title,.pc-master-title,.pc-feedback-title,.pc-about-title,.pc-contact-title {
		font-size: 36px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		padding: 35px 0;
	}

	.pc-master>p,.pc-feedback>p {
		font-size: 20px;
		color: #CBC5FF;
		margin-top: -35px;
	}

	.swiper-container {
		width: 880px;
		height: 371px;
	}

	.swiper-slide {
		background-color: #fff;
		color: #000;
		transition: 300ms;
		transform: scale(0.8);
	}

	.swiper-slide-active,
	.swiper-slide-duplicate-active {
		transform: scale(1);
	}
	.master-info{
		padding: 45px 58px;
	}
	.master-photo{
		width: 125px;
		height: 125px;
	}
	.master-name{
		color: #212121;
		font-size: 20px;
		padding: 20px 0;
		font-weight: bold;
	}
	.master-label{
		display: none;
		align-items: center;
		justify-content: center;
	}
	.master-label>div{
		color: #8679EF;
		font-size: 12px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
		padding: 0 6px;
		border: 1px solid #8679EF;
		margin: 0 5px;
	}
	.master-synopsis{
		color: #676767;
		font-size: 16px;
		padding: 20px 0;
		text-align: left;
	}
	.master-grade{
		color: #282828;
		font-size: 18px;
		position: relative;
		width: max-content;
		margin: 0 auto;
		display: none;
	}
	.master-grade::after{
		content: '';
		width: 100%;
		height: 1px;
		background-color: #513E97;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
	.swiper-slide-active .master-info{
		background: linear-gradient(180deg,#8890FF,#AD89FF);
	}
	.swiper-slide-active .master-name,.swiper-slide-active .master-grade,.swiper-slide-active .master-synopsis{
		color: #fff;
	}
	.swiper-slide-active .master-label>div{
		border: 1px solid #513E97;
		color: #513E97;
	}
	.pc-swiper{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px 0;
		position: relative;
	}
	.pc-swiper-prev,.pc-swiper-next{
		width: 60px;
		height: 60px;
	}
	.swiper-pagination{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.swiper-pagination>span{
		background: #8679EF;
		margin: 0 5px;
		width: 9px;
		height: 9px;
	}
	.swiper-pagination-bullet-active{
		background: #A5E7FF !important;
		width: 32px !important;
		height: 9px !important;
		border-radius: 5px !important;
	}
	.pc-feedback{
		padding-top: 155px;
		text-align: center;
	}
	.pc-feedback-imgs{
		display: flex;
		justify-content: space-between;
		padding-top: 35px;
	}
	.pc-feedback-imgs>div{
		width: 277px;
	}
	.pc-feedback-imgs>div:nth-child(1),.pc-feedback-imgs>div:nth-child(4){
		margin-top: 56px;
	}
	.pc-about{
		padding-top: 150px;
	}
	#module5 .swiper-container{
		width: 720px;
		height: 293px;
		flex-shrink: 0;
	}
	#module5 .swiper-slide-active{
		z-index: 1;
	}
	.pc-about-content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pc-about-content>div:nth-child(2){
		margin-left: 69px;
		flex: 1;
		color: #fff;
		font-size: 16px;
		line-height: 1.6em;
	}
	.pc-contact{
		padding-top: 150px;
		padding-bottom: 169px;
	}
	.pc-contact-list{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pc-contact-item{
		margin: 0 66px;
		width: 285px;
		height: 340px;
		padding-top: 69px;
		background: rgba(255, 250, 241, 0.2);
		text-align: center;
	}
	.pc-contact-item>div{
		font-size: 24px;
		padding: 10px 0;
	}
	.pc-contact-item>p{
		font-size: 18px;
	}
	.pc-footer{
		background-color: #323232;
		width: 100%;
		height: 305px;
		position: relative;
		z-index: 1;
	}
	.pc-footer-top{
		width: 1200px;
		margin: 0  auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 16px;
		padding-top: 45px;
		padding-bottom: 30px;
		overflow: hidden;
	}
	.pc-footer-top>div:nth-child(1){
		display: flex;
		flex-wrap: wrap;
		flex: 1;
	}
	.pc-footer-top a{
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.pc-footer-top a:nth-child(odd) {
		margin-right: 60px;
	}
	.pc-footer-top>div:nth-child(2){
		width: 500px;
		position: relative;
		flex-shrink: 0;
		padding-left: 80px;
		color: #B3B0B0;
	}
	.pc-footer-top>div:nth-child(2)::after{
		width: 1px;
		height: 46px;
		background-color: #7D7D7D;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		content: '';
	}
	.pc-footer-top>div:nth-child(2)::before{
		width: 1px;
		height: 46px;
		background-color: #7D7D7D;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		content: '';
	}
	.pc-footer-top>div:nth-child(3){
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 30px;
		color: #fff;
		text-align: center;
		font-size: 16px;
	}
	.pc-footer-top>div:nth-child(3)>div{
		flex-shrink: 0;
	}
	.pc-footer-bottom{
		color: #B3B0B0;
		text-align: center;
		border-top: 1px solid #484848;
		font-size: 18px;
		padding-top: 30px;
	}
	.pc-footer-bottom a{
		color: #B3B0B0;
		text-decoration: none;
	}
}