body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;height:100%;}
body{line-height:1.5; font-size:12px;height: 100%;font-family: Microsoft YaHei;-webkit-font-smoothing: antialiased; background:#fff;width: 100%;height: 100%;}
body,button,input,select,textarea{font-family:Microsoft YaHei;}

/* flex */
.flex {display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex !important;}
.flex-wrap{ display: flex; flex-wrap: wrap; }/*自动换行*/
.flex-row{ flex-direction: row !important; -ms-flex-direction: row !important;}
.flex-col{ flex-direction: column !important; -ms-flex-direction: column !important;}
.justify-center{ justify-content: center; }
.justify-end{justify-content: flex-end; }
.align-center{ align-items: center;} 


@font-face {
	font-family: 'PuHuiTi55';
	src: url(../font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf);
}
@font-face {
	font-family: 'PuHuiTi85';
	src: url(../font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf);
}
/* font-family: 'OPPOSans2'; */
.main{ height: 100%; margin: 0 auto; overflow-x: hidden;}
.layout{ max-width: 1000; margin: 0 auto; height: 100%;}
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 100px;
	height: 50px;
	line-height: 50px;
	z-index: 999;
	backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}
.navbar .logo {
	margin-right: auto;
	min-width: 200px;
}
.navbar .down {
	float: right;
	color: #fff;
	background: linear-gradient( 270deg, #F42E08 0%, #FE7108 100%);
	padding: 3px 8px;
	border-radius: 5px;
	height: 18px;
}
.navbar .down a {
	font-size: 12px;
	color: #fff;
}

.middle{
	vertical-align: middle;
}
.middle img {
	max-width: 600px;
}

.desc-top {
	margin-top: 8rem;
}
.con-one{
	background:#FBF8F7;
	padding: 5rem 0;
}
.con-white {
	background: white;
}

.con-code {
	width: 150px;
	height: 150px;
}

.con-title {
	color: #1C1C1C;
	font-family: PuHuiTi85;
	font-weight: normal;
	font-size: 23px;
	line-height: 26px;
}
.con-desc {
	color: #1C1C1C;
	font-family: PuHuiTi55;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.con-frame img{
	width: 180px;
}
.con-lt {
	padding-right: 6rem;
}
.con-rt {
	padding-left: 6rem;
}

.con-lt-t {
	padding-right: 2rem;
}
.con-rt-t {
	padding-left: 2rem;
}

.download{
	display: table;
	margin-top: 1.2rem;
}

.download button{
	width: 7rem;
	height: 1.8rem;
	color: #fff;
	font-size: 0.6rem;
	border-radius: 0.25rem;
	border: none;
	background: linear-gradient( 270deg, #F42E08 0%, #FE7108 100%);
	margin-right: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.download button img{
	margin-right: 0.25rem;
}
.download button:first-child{
	margin-top: 0.55rem;
	margin-bottom: 1rem;
}
.download button.androids{
	color: #1C1C1C;
	background: #fff;
}


.footer{
	width: 100%;
	background-color: #181818;
	padding: 20px 0;
}
.footer .item {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}

@media screen and (max-width: 480px) {
	.middle img {
		width: 100%;
	}
	.con-one{
		background:#FBFBFB;
		padding-bottom: 5rem;
		padding: 2.5rem 20px;
	}
	.con-banner {
		padding-top: 1rem;
	}
	.desc-top {
		margin-top: 15px;
	}
	.con-title {
		color: #1C1C1C;
		font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
		font-weight: normal;
		font-size: 18px;
		line-height: 20px;
	}
	.con-desc {
		color: #1C1C1C;
		font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		margin-top: 1rem;
    margin-bottom: 1rem;
	}
	.con-frame img{
		width: 100%;
	}
	.con-lt {
		width: 60%;
		padding-right: 10px;
	}
	.con-rt {
		width: 40%;
		padding-left: 10px;
	}
	
	.con-lt-t {
		width: 30%;
		padding-right: 10px;
	}
	.con-rt-t {
		width: 70%;
		padding-left: 10px;
	}

	.download{
		padding-top: 1.5rem;
		display: flex;
		flex-direction: column !important;
	}
	
	.download button{
		width: 6rem;
	}

	.footer{
		width: 100%;
		background-color: #111;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	.footer .item {
		text-align: center;
		font-size: 12px;
		line-height: 26px;
		color: #FFFFFF;
	}
}

