.address-content{
			/* width: 92%; */
			/* margin: auto; */
			padding: 1rem;
			box-sizing: border-box;
			/* margin-bottom: 1rem; */
			background-color: #fff;
			border-radius: 1rem;
			margin-top: 2rem;
		}
		.shengfen-content{
			margin-top: 1rem;
			display: flex;
			align-items: center;
		}
		.shengfen-content-left{
			width: 20%;
			font-size: 1.5rem;
			margin-right: 1rem;
		}
		.shengfen-content-right{
			width: 90%;
		}
		.shengfen-content-right a{
			
		}
		.shengfen-content-right a p{
			display: inline-block;
			padding: 0.3% 0.6%;
			margin: 0.2% 0.4%;
			background-color: #f1f1f1;
		}
		
		@media screen and (max-width:640px){
			.shengfen-content-left{
				font-size: 1rem;
				font-weight: bold;
			}
		}