    .left img {
    	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
    }

    .name {
    	color: #202124;
    	font-size: 24px;
    }

    .nameOne {
    	font-size: 16px;
    	margin-top: 5px;
    	color: #01875f;
    }

    .jieshao {
    	font-size: 12px;
    	color: #5f6368;
    	margin-top: 5px;
    }

    .canshu {
    	display: flex;
    	align-items: center;
    	margin-top: 24px;
    	justify-content: space-evenly;
    	text-align: center;
    	list-style: none;
    	/* 移除默认的列表样式 */
    	padding: 0;
    	margin: 0;
    }

    .canshu li {
    	position: relative;
    	/* 使伪元素定位相对于列表项 */
    	flex: 1;
    	/* 列表项平分可用宽度 */
    	text-align: center;
    	/* 居中对齐内容 */
    	padding: 0 10px;
    	/* 添加内边距 */
    }

    .canshu li:not(:last-child)::after {
    	content: "";
    	position: absolute;
    	top: 50%;
    	/* 垂直居中 */
    	right: 0;
    	/* 对齐到右侧 */
    	transform: translateY(-50%);
    	/* 垂直居中 */
    	width: 1px;
    	/* 分割线宽度 */
    	height: 60%;
    	/* 分割线高度 */
    	background-color: #ccc;
    	/* 分割线颜色 */
    }

    .canshuTop {
    	font-weight: 600;
    	color: #202124;
    	font-size: 13px;
    	height: 28px;
    	line-height: 28px;
    	margin-bottom: 4px;
    }

    .canshuTopone {
    	font-weight: 600;
    	color: #202124;
    	background-color: #efefef;
    	width: 28px;
    	height: 28px;
    	border-radius: 2px;
    	font-size: 13px;
    	margin: 0 auto;
    	display: grid;
    	align-items: center;
    	text-align: center;
    	margin-bottom: 4px;
    }

    .insrallBut {
    	background-color: #01875f;
    	color: #fff;
    	height: 35px;
    	margin: 0 16px;
    	border-radius: 8px;
    	text-align: center;
    	line-height: 35px;
    	margin-top: 24px;
    }

    .insrallBut a {
        width:100%;
        height: 100%;
    	color: #fff;
    	display: block;
    }

    .sharebut {
    	display: flex;
    	justify-content: center;
    	/* 居中对齐 */
    	margin: 0 auto;
    	gap: 20px;
    	/* 两个 li 之间的间距 */
    	padding: 0;
    	/* 移除默认的内边距 */
    	list-style: none;
    	/* 移除默认的列表样式 */
    	margin-top: 15px;
    }

    .sharebut li {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	/* 水平居中对齐 */
    }

    .sharebut img {
    	width: 18px;
    	margin-right: 8px;
    	/* 图片和文字之间的间距 */
    }

    .sharebut span {
    	color: #01875f;
    	font-size: 14px;
    }

    .xqtu {
    	display: flex;
    	flex-wrap: nowrap;
    	width: fit-content;
    	height: 224px;
    }

    .xqtu li {
    	border-radius: 8px;
    	height: 224px;
    	margin-right: 11px;
    	overflow: hidden;
    }

    .xqtu li img {
    	display: block;
    	height: 100%;
    }

    .banner-imgs-box {
    	overflow-x: auto;
    	overflow-y: hidden;
    	margin-top: 70px;
    	padding: 0 16px;
    }

    .introduce {
    	margin-top: 24px;
    	padding: 0 16px;
    }

    .About {
    	font-size: 18px;
    	font-weight: bold;
    	color: #202124;
    	margin-bottom: 20px;
    }

    .Aboutnr {
    	color: #5f6368;
    	font-size: 13px;
    	line-height: 16px;
    }

    .About1 {
    	font-size: 14px;
    	font-weight: bold;
    	color: #202124;
    	margin-bottom: 10px;
    }

    .data-safety-list {
    	padding: 20px;
    	border-radius: 8px;
    	border: rgb(218, 220, 224) 1px solid;
    	margin: 24px 16px;
    }

    .data-safety-list li {
    	display: flex;
    	align-items: flex-start;
    }

    .data-safety-list li img {
    	width: 20px;
    	margin-right: 20px;
    }

    .titletxt {
    	font-size: 14px;
    	color: #5f6368;
    	line-height: 20px;
    }

    .neirongtxt {
    	color: #5f6368;
    	font-size: 12px;
    	line-height: 16px;
    }

    .jianju {
    	margin-top: 20px;
    }

    .xhx {
    	text-decoration: underline;
    }
	.xhx a{color: #5f6368;}

    .seeda {
    	margin-top: 20px;
    }

    .seeda a {
    	font-size: 14px;
    	color: #01875f;
    }

    .intbox {
    	display: flex;
    	justify-content: space-between;
    }

    .gdimg {
    	width: 24px;
    }

    .gdimg img {
    	width: 18px;
    }

    .gdimg1 img {
    	width: 20px;
    	margin-left: 8px;
    }

    .intbox1 {
    	display: flex;
    }

    .shebeibox {
    	display: flex;
    }

    .shebeibox li {
    	display: flex;
    	border: 1px rgb(218, 220, 224) solid;
    	border-radius: 999px;
    	height: 32px;
    	min-width: auto;
    	line-height: 32px;
    	align-items: center;
    	margin: 24px 16px;
    	padding: 0 16px;
    	cursor: pointer;
    }

    .shebeibox li img {
    	width: 16px;
    	height: 16px;
    }

    .shebeizt {
    	margin-left: 6px;
    }

    .selected {
    	background-color: #e6f3ef;
    	color: #056449;
    	border: none;
    }

    .neirong li{
    	display: none;
    }

    .neirong li.active {
    	display: block;
    }
	
	.jindutiao{
		column-gap: 24px;
		display: grid;
		flex-grow: 1;
		grid-template-columns: -webkit-max-content auto;
		grid-template-columns: max-content auto;
		padding: 0 16px;
	}
	.wjx{display: flex;}
	.wjx img{width: 16px;height: 16px;}
	.pfty{
		font-size: 56px;
		font-weight: 400;
		font-family: "Google Sans Display", Roboto, Arial, sans-serif;
		line-height: 64px;
	}
	.jdt {
	    margin-top: 20px;
	}
	
	.progress-bar {
	    display: flex;
	    align-items: center;
	    margin-bottom: 4px;
	}
	
	.progress-bar span {
	    width: 20px;
	    margin-right: 10px;
	    text-align: center;
	}
	
	.progress {
	    width: 100%;
	    height: 10px;
	    background-color: #f1f3f4;
	    border-radius: 10px;
	    overflow: hidden;
	}
	
	.progress-inner {
	    height: 100%;
	    background-color: #01875f;
	}
	.pfgs{margin-top: 20px;}
	
	.pltop{
		display: flex;
		padding: 16px 16px;
		justify-content: space-between;
		margin-top: 20px;
	}
	.pltopl{display: flex;}
	.pltopl img{
		border-radius: 50%;
		width: 32px;
		height: 32px;
	}
	.pltopl p{line-height: 32px;margin-left: 16px;}
	.plgd{
		width: 24px;
		height: 24px;
	}
	.pldf{
		padding: 0 16px;
	}
	.pldf img{
		width: 12px;
		height: 12px;
	}
	.plnr{margin-top: 8px;
		line-height: 18px;
		font-size: 13px;
	}
	.plrs{
		margin-top: 24px;
		color: #5f6368;
	}
	.pldz{margin-top: 16px; display: flex;}
	.pldz p{color: #5f6368;
		line-height: 24px;
		margin-right: 24px;
		}
	.pldzbut span{
		color: rgb(95, 99, 104);
		fill: rgb(95, 99, 104);
		background-color: #fff;
		border: 1px rgb(218, 220, 224) solid;
		height: 24px;
		line-height: 24px;
		border-radius: 9999px;
		font-weight: 600;
		width: 52px;
		display: inline-block;
		text-align: center;
	}
	.seeall{
		color: #01875f;
		font-size: 12px;
		font-family: "Google Sans", Roboto, Arial, sans-serif;
		font-weight: bold;
		padding: 24px 16px;
	}
	.tongyongdb{margin-top: 24px;padding: 0 16px;}
	.tydbtop{font-size: 18px;
		font-weight: bold;
		color: #202124;
	}
	.tydbbot{
		margin-top: 20px;
		color: #5f6368;
		line-height: 18px;
	}
.appst {
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
    cursor: pointer; /* 添加鼠标指针样式 */
}

.appst img {
    width: 24px;
    height: 24px;
}

.appstNr {
    padding: 0 16px;
    display: none; /* 初始隐藏 */
}

.appstNr img {
    width: 18px;
    height: 18px;
}

.appstItem {
    display: flex;
    margin: 20px 0;
}

.appsttt {
    color: #202124;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-left: 18px;
}

.appstznr {
    margin-left: 18px;
    line-height: 18px;
}

.mbgl{padding: 0 16px;}
.mbglbox{display: flex;justify-content: space-between;margin-top: 18px;}
.mbgllogo{
	    border-radius: 12px;
	    border-width: 0;
	    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
	    height: 56px;
	    width: 56px;
}
.tonwjx{
	width: 12px;
	height: 12px;
}
.mbhlxbox{display: flex;}
.mbglname{
	color: #202124;
	font-size: 14px;
	line-height: 18px;
}
.mbglly{
	color: #202124;
	font-size: 12px;
	line-height: 18px;
}
.mbglpfbox{display: flex;align-items: center;}
.mbhlxboxl{margin-left: 12px;}

.mbgl1{padding: 0 16px;margin-top: 30px;}
.fai{display: flex;padding: 20px 16px;}
.fai img{width: 18px;height: 18px;opacity: 0.9;}
.fai p{color: #202124;font-family: "Google Sans", Roboto, Arial, sans-serif;font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}
.dibu{padding: 0 16px;}
.srvbl{
	border-bottom: 1px solid #e8eaed;
	margin-bottom: 36px;
	width: 100%;
	padding-top: 16px;
}
.ggplay p{font-size: 16px;color: #5f6368;line-height: 40px;}
.ggplay a{color: #5f6368;font-size: 14px;display: block;line-height: 40px;}
.ggplay1{margin-top: 20px;}

.bota a{color: #5f6368;line-height: 40px;padding-right: 24px;}
.botabox{margin-top: 24px;}
.bota1{display: flex;margin-top: 20px;margin-bottom:80px;}
.bota1 img{width: 24px;}
.bota1 p{color: #5f6368;line-height: 12px;margin-left: 12px;}


        .sousuo {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: white;
            z-index: 999;
        }
        .sousuo-header {
            display: flex;
            box-sizing: border-box;
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
        }
        .sousuo-header img {
            width: 24px;
            height: 24px;
            cursor: pointer;
			margin-left: 24px;
			margin-top: 12px;
        }
        .sousuo-header input {
            flex-grow: 1;
            padding: 10px;
            font-size: 16px;
            margin-left: 12px;
            border: none;
            outline: none;
			height: 48px;
			color: #5f6368;
        }
		.sousuo-divider{
			border-bottom: 1px solid #e8eaed;
			margin-bottom: 36px;
			width: 100%;
		}
		
        .per {
            display: none;
            position: fixed; /* Changed to fixed to ensure it is relative to the viewport */
            top: 56px;
            right: 16px;
            width: 255px;
            height: 386px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
            z-index: 9999; /* Ensure it's on top */
            box-sizing: border-box;
			border-radius: 10px;
        }
        .per1 {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
        }
        .per1 img {
            width: 24px;
            height: 24px;
            margin-right: 8px;
        }
        .per1 p {
            color: #5f6368;
			font-size: 14px;
        }
        .per a {
            display: flex;
            align-items: center;
			padding: 8px 16px;
			margin: 8px 0;
        }
        .per a img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }
        .srvbl1 {
            border-top: 1px solid #e0e0e0;
            margin: 4px 0px;
        }
        .per p {
            color: #5f6368;
        }
		.perwenzi{
			color: #5f6368;
			margin-top: 16px;
			text-align: center;
		}
		
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.modal-background {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.modal-content {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
	width: 310px;
	height: 190px;
}

.logintop {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
}

.logintitle {
    font-size: 20px;
    font-weight: 600;
}

.logintop img {
    width: 20px;
    cursor: pointer;
}

.loginsm {
    font-size: 14px;
    padding: 20px 0;
}

.loginbut {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
	padding-bottom: 20px;
}

.loginbut a {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: #ccc solid 1px;
    display: inline-block;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.loginsingn {
    background-color: #737373;
    color: #fff;
}

.foot {
    display: flex;
    justify-content: center;
    border-top: #7373734f solid 1px;
    text-align: center;
    padding: 6px 0;
    position: fixed; /* 固定在页面底部 */
    bottom: 0;
    width: 100%; /* 覆盖页面宽度 */
    background-color: #fff; /* 设置背景色 */
    z-index: 1000; /* 确保在其他内容之上 */
}

.foot img {
    width: 24px;
}

.footxbox {
    width: 20%;
}

.footxbox p {
    font-size: 14px;
}

.footxbox a {
    color: #5f6368;
    text-decoration: none; /* 移除链接下划线 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footxbox a p {
    margin-top: 4px; /* 确保文本与图标之间有间距 */
}

.leftlogo{box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);border-radius:10px;}

.fenxiangtop{display:flex;}
.fenxiangtop img{width:48px;height:48px;}
.loginbut1 img {
            cursor: pointer; /* 鼠标悬停时显示为指针 */
        }
