html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, Helvetica, STHeiti STXihei, Microsoft YaHei, Microsoft JhengHei, Arial;
	font-size: 14px;
	color: #fff;
}

a,
a:link {
	color: #fff;
	text-decoration: none;
}

a:hover {
}

.page {
	background-color: #000;
}

.main {
	max-width: 1200px;
	background-color: gray;
	margin: 0 auto;
}

.header {
	height: 90px;
	width: 100%;
}

.header-wrap {
	height: 50px;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.header-logo {
	flex-basis: 300px;
	height: 100%;
}

.logo {
	height: 40px;
}

.header-menu {
	flex-basis: 600px;
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.menu-item {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border:solid 0px #333;
}

.menu-item:hover {	
  transform: scale(1.1); /* 放大倍数可以根据需要调整 */
  transition: transform 0.3s ease-in-out;
}
.content {
	z-index: 1;
}

.content-warp {
	max-width: 1200px;
	margin: 0px auto auto auto;
	display: flex;
}

.content-left {
	width: 600px;
	display: flex;
	justify-content: center;
}

.content-left-center {
	width: 550px;
	margin-top: 100px;
}

.content-title {
	font-size: 50px;
	font-weight: bolder;
}
.dragmagic-title{
	width: 220px;
}
.content-desc {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.app-downlond {
	height: 200px;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
}

.btn-download {
	width: 180px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-download:hover {
  transform: scale(1.05); /* 放大倍数可以根据需要调整 */
  transition: transform 0.3s ease-in-out;
}

.btn_appstore{
	background-size: auto 50px;
	background-image: url(../img/btn_appstore.png);
}
.btn_googleplay{
	background-size: auto 50px;
	background-image: url(../img/btn_googleplay.png);
}


.content-right {
	width: 600px;
	display: flex;
	justify-content: center;
}

.content-right-center {
	width: 382px;
	height: 800px;
	padding-left: 100px;
	margin-top: 60px;
}

.footer {
	height: 120px;
}

.footer-wrap {
	height: 40px;
	max-width: 1200px;
	margin: 20px auto auto auto;
}

.footer-content {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

#pop {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 95%;
	object-fit: cover;
	border-radius: 20px;
}