.pageContent {
	/*background: #FFFFCC;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	line-height: 50px;
	padding-top: 8px;
	padding-bottom: 28px;
	font-size: 16px;
	padding: 10px;
	background: url(../imgs/bg.png) #FF972F;
	background-repeat: no-repeat;
	background-size: 105% auto;
}

.content {
	display: none;
}

.zhaohuan {
	font-size: 14px;
	color: white;
	line-height: 25px;
	text-align: center;
}

.triangle-down {
	float: right;
	margin-left: 8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
	/* Change color to suit your needs */
}

ul{
	width: 100%;
}

ul li{
	color: brown;
	font-size: 15px;
	line-height: 25px;
}

ul li a{
	color: blue;
	font-size: 15px;
	line-height: 25px;
}

.topImgCont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 68px;
}

.mylogo {
	width: 88px;
	height: 88px;
	border-radius: 20px;
}

.aiyi {
	font-size: 28px;
	margin-top: 6px;
	color: white;
}

.logo {
	width: 80%;
	height: auto;
	margin-top: 18px;
}

.flexBtnCont {
	margin-top: 28px;
	margin-bottom: 28px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.download {
	width: 68%;
	height: 60px;
	background: linear-gradient(0deg, #FF6C01, #FFC740);
	box-shadow: 0px 3px 7px 0px rgba(201, 119, 1, 0.5);
	color: #2C2C2C;
	font-size: 16px;
	border-radius: 60px;
	border: none;
}

.icons {
	width: 18px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}

.desc {
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: transparent;
	background: linear-gradient(to bottom, #ffffff, #74F4BF);
	-webkit-background-clip: text;
}

.downText {
	color: white;
}

#qrcode {
	margin-top: 28px;
	padding: 10px;
	background: white;
}

.pageContentP {
	/* background: #FFFFCC; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	line-height: 20px;
	font-size: 14px;
	padding: 28px 20px 20px;
	background: url(../imgs/bg.png) #FF972F;
	background-repeat: no-repeat;
	background-size: 105% auto;
}

.pageContent h1 {
	color: white;
}

.pageContent h2 {
	color: white;
}

.pageContent h3 {
	color: #C1F38A;
	line-height: 38px;
}
.pageContent h4 {
	color: #C1F38A;
	line-height: 35px;
}

.pageContent h5 {
	color: black;
	line-height: 35px;
}

.pageContent h1 a {
	font-size: 12px;
}

.bottomBeian {
	margin-top: 20px;
	font-size: 15px;
}

.footer {
	text-align: center;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
	padding: 20px 0;
	background: #f3f3f3;
}

.block6 {
	padding-bottom: 8px;
	background: #f3f3f3;
}

.block6 .shareContent {
	height: auto;
}

.block6 .container-fixed {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	padding: 18px 30px;
	background: #fff;
}

.block6 .title h2 {
	font-size: 18px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 15px;
}

.block6 .shareContent li {}

.block6 .shareContent li a {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	line-height: 24px;
	padding-right: 50px;
}