.pageContent{
	display: flex;
	flex-direction: column;
	justify-content:  flex-start;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 30px;
	min-height: 100%;
	background: url(../imgs/bg.png);
	background-repeat: no-repeat;
	background-size: 105% auto;
	padding-left: 50px;
	padding-right: 50px;
}

.content {
	display: none;
}

.zhaohuan {
	font-size: 14px;
	color: white;
}

.triangle-down {
	float: right;
	margin-left: 18px;
	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%;
	padding-left: 50px;
	padding-right: 50px;
}

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: 120px;
}

.mylogo{
	border-radius: 20px;
}

.aiyi{
	font-size: 38px;
	margin-top: 8px;
	color: white;
	
}

.logo{
	margin-top: 28px;
}

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


.download{
	width: 300px;
	height: 80px;
	/*background-image: linear-gradient(to bottom, #FAFEFD , #73F4BE);*/
	background: linear-gradient(0deg, #FF6C01, #FFC740);
	box-shadow: 0px 3px 7px 0px rgba(201, 119, 1, 0.5);
	color: #2C2C2C;
	font-size: 24px;
	border-radius: 80px;
	border: none;
}

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

.desc {
        margin-top: 18px;
        font-weight: bold;
        font-size: 28px;
        line-height: 60px;
        color: transparent;
        background: linear-gradient(to bottom, #ffffff, #74F4BF);
        -webkit-background-clip: text;
    }
    
    .downText{
    	color: white;
    }
    
    #qrcode{
		margin-top: 28px;
		padding: 10px;
		background: white;
}

.beiyong a{
	color: brown;
	text-decoration:revert;
}


.pageContent h1{
	color: white;
}

.pageContent h2{
	color: white;
}

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

.bottomBeian{
	margin-top: 20px;
}

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

.block6 {
    padding-top: 30px;
    background: #FFA434;
    padding-bottom: 30px;
}
.block6 .shareContent{
	height:auto;
}

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

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

.block6 .shareContent li {
    float: left;
}

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

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

/* PC端核心功能样式优化 */
@media (min-width: 800px) {
	.core-features {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 10px !important;
		max-width: 800px;
		margin: 0 auto;
	}
}
