html {
	/* font-size: 14px; */
}

* {
	margin: 0;
	padding: 0;
}

/* åŠé€æ˜Žçš„é®ç½©å±‚ */
#overlay {
	background: RGBA(0, 0, 0, .5);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
}

.popup {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	opacity: 1;
}

.popup .popup-content {
	width: 3.2rem;
	height: 4.08rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	opacity: 1;
	position: relative;
}

.popup .close {
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
	right: 0.16rem;
	top: 0.16rem;
	cursor: pointer;
}

.popup .qr-img {
	width: 2.24rem;
	height: 2.24rem;
	margin-top: 0.8rem;
	margin: 0.8rem auto 0;
	display: block;
}

.popup p {
	font-size: 0.18rem;
	color: rgba(47, 47, 47, 1);
	text-align: center;
	font-weight: 600;
	margin-top: 0.32rem;
}

.scrollNews {
	width: 2.66rem;
	height: 5.76rem;
	border-radius: .32rem;
	overflow: hidden;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	height: 5.76rem;
}
li img{
	width: 2.66rem;
	height: 5.76rem;
	/* border-radius: 40px; */
}

#menu {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 70;
	display: flex;
	justify-content: center;
	width: 100vw;
	height: 0.72rem;
	background-color: rgba(17, 17, 46, 0.3);
	font-family: PingFang SC;
}

#menu .content {
	width: 12rem;
	height: 0.72rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu .logo {
	width: 0.72rem;
	height: .72rem;
}
#menu .logo:hover {
	cursor: pointer;
}
#menu #nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#nav1,
#nav2,
#nav3,
#nav4{
	width: .78rem;
	height: .72rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .16rem;
	color: #FFFFFF;
	margin-left: .24rem;
	opacity: .6;
	position: relative;
}

#nav1 .line1,
#nav2 .line2,
#nav3 .line3 {
	width: .24rem;
	height: .02rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0px 0px 2px 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#nav1:hover,
#nav2:hover,
#nav3:hover,
#nav4:hover{
	cursor: pointer;
}
#login{
	width: .96rem;
	height: .34rem;
	/* background: rgba(255, 255, 255, .6); */
	margin-left: 1.08rem;
	border-radius: .04rem;
	overflow: hidden;
	border: .02rem solid rgba(255, 255, 255, .6);
	position: relative;
	box-sizing: border-box;
}
#login>.icon{
	width: .34rem;
	height: .34rem;
	background: rgba(255, 255, 255, .6);
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
#login>.text{
	font-size: .16rem;
	color: #FFFFFF;
	position: absolute;
	height: 100%;
	width: .60rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	/* top: .01rem; */
}
#login:hover{
	border: .02rem solid rgba(255, 255, 255, 1);
	/* background: rgba(255, 255, 255, 1); */
	cursor: pointer;
}
#login:hover >.icon{
	background: rgba(255, 255, 255, 1);
}
#menu .active {
	color: #fff;
	opacity: 1;
	font-weight: 500;
}

.section,
.section1,
.section2 {
	width: 100vw;
	height: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-content {
	width: 12rem;
	height: 6.16rem;
	border: 1px solid rgba(17, 17, 46, 0.3);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page1 {
	border: none;
}

.page1 .phone {
	width: 2.82rem;
	height: 5.90rem;
	background: #CAD3F9;
	box-shadow: 0px .02rem .5rem 0px rgba(0, 0, 0, 0.4);
	border-radius: .4rem;
	margin-left: 1.02rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page1 .phone>img {
	width: 2.66rem;
	height: 5.76rem;
	border-radius: .40rem;

}

.page1 .left {
	width: 7.08rem;	
	height: 5.68rem;
	/* margin-right: 1.20rem; */
	/* background: #FF0000; */
}

.download{
	width: 4.88rem;
	height: 2.16rem;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.download .AI{
	width: 2.81rem;
	height: .96rem;
	border-radius: .16rem;
	background: rgba(49, 49, 79, 0.2);
	display: flex;
	align-items: center;
	font-size: .18rem;
	color: #FFFFFF;
	padding: 0 .32rem;
	box-sizing: border-box;
	position: relative;
}
.AI .icon{
	width: .32rem;
	height: .32rem;
	margin-right: .08rem;
}
.AI .arrow{
	width: .24rem;
	height: .24rem;
	margin-left: auto;
}
.AI .down-img{
	width: 1.70rem;
	height: 1.60rem;
	position: absolute;
	left: 3.08rem;
	display: none;
}

.download .android:hover .down-img{
	display: block;
	z-index: 3;
}
.download .ios:hover .down-img{
	display: block;
	z-index: 3;
}
.page1 .logo2 {
	width: 0.64rem;
	height: .64rem;
	margin-top: .24rem;
}

.page1 .back-line {
	width: 4.68rem;
	height: .72rem;
	margin-top: .24rem;
	position: relative;
}

.page1 .back-line img {
	width: 4.68rem;
	height: .72rem;
}

.page1 .back-line .text {
	width: 4.68rem;
	height: .72rem;
	line-height: .72rem;
	font-size: .24rem;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	padding-left: .24rem;
	box-sizing: border-box;
}

.page1 .feature {
	width: 7.08rem;
	/* height: .64rem; */
	font-size: .18rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: .32rem;
	margin-top: .32rem;
	position: relative;
	/* opacity: .8; */
}

.page1 .qr {
	width: 1.80rem;
	height: 2.16rem;
	border-radius: .08rem;
	background: #31314F;
	margin-top: .48rem;
}

.page1 .qr img {
	width: 1.64rem;
	height: 1.64rem;
	margin: .08rem;
	border-radius: .04rem;
}

.page1 .qr .text {
	width: 1.80rem;
	font-size: .16rem;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: .20rem;
}
