.main {
	padding: 0.15rem 0.2rem 0.5rem 0.2rem;
}
.nav-item {
	padding: 0 0.05rem;
	height: 0.325rem;
	background-color: #000;
}
.nav-item span {
	font-size: 0.15rem;
	color: #fff;
	font-weight: bold;
}
.bg {
	height: 1.68rem;
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}
.info {
	margin-top: -0.87rem;
	display: flex;
	justify-content: center;
}
.logo {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 50%;
	border: 0.04rem solid #000;
	overflow: hidden;
	margin-bottom: 0.14rem;
}
.logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.name-cn {
	font-size: 0.22rem;
	color: #000;
	font-weight: bold;
	line-height: 0.22rem;
	margin-bottom: 0.14rem;
}
.name-en {
	margin-right: -0.31rem;
}
.name {
	font-size: 0.22rem;
	color: #000;
	font-weight: bold;
	line-height: 0.22rem;
	margin-right: 0.13rem;
}
.name-icon {
	font-size: 0.18rem;
	color: #19904B;
}
.name-item {
	font-family: "Montserrat", Sans-serif;
	font-size: 0.16rem;
	color: #000;
	line-height: 0.16rem;
	margin-top: 0.18rem;
}
.save {
	height: 0.44rem;
	padding: 0 0.1rem;
	border-radius: 0.1rem;
	background-color: #000;
	margin-top: 0.24rem;
	cursor: pointer;
}
.save span {
	font-size: 0.16rem;
	color: #fff;
}
.use {
	/* width: 3.185rem; */
}
.use-item {
	width: 0.9416rem;
	margin-right: 0.18rem;
	margin-top: 0.4rem;
}
.use-item:nth-child(-n+4) {
	margin-top: 0.36rem;
}
.use-item:nth-of-type(4n) {
	margin-right: 0;
}
/* .use-item:nth-child(3n) {
	margin-right: 0;
} */
.use-name {
	font-size: 0.16rem;
	color: #000;
	line-height: 0.16rem;
	text-align: center;
	margin-top: 0.13rem;
}
.use-item .user-icon {
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 50%;
	border: 0.01rem solid #000;
	margin: auto;
	cursor: pointer;
	box-sizing: content-box;
	/* transition: 0.3s; */
}
.use-item .user-icon:hover {
	background-color: #000;
	border: 0.03rem solid #000 !important;
}
.use-item .user-icon:hover span {
	color: #fff;
	font-size: 0.34rem;
}
.user-icon span {
	font-size: 0.3rem;
	color: #000;
}
.use-item:nth-of-type(3) .user-icon span {
	font-size: 0.34rem;
}
.use-item:nth-of-type(3) .user-icon:hover span {
	font-size: 0.39rem;
}
.user-link {
	height: 0.68rem;
	margin: auto;
}
.flw-jt {
	width: 2rem;
	margin-top: 0.27rem;
}
.flw-jt img {
	width: 100%;
	height: auto;
}
.icon-share {
	background-color: #000 !important;
}
.icon-share span {
	color: #fff !important;
}
.pp {
	margin-top: 0.25rem;
}
.pp-title {
	font-size: 0.18rem;
	color: #000;
	text-align: center;
	margin-bottom: 0.2rem;
}

.pp-item {
	width: calc((100% - (0.13rem * 3)) / 4);
	margin-right: 0.13rem;
	/* height: 0.25rem; */
	margin-bottom: 0.13rem;
}
.pp-item img {
	width: 100%;
	/* height: auto; */
	height: 0.32rem;
}
.pp-item:nth-child(4n) {
	margin-right: 0;
}