.details_div{
}

.details_div_top{
	width: 320px;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}
.details_div_top img{
	width: 70px;
	height: 70px;
	margin-top: 10px;
	border-radius: 14px;
	border: 4px white solid;
	box-shadow: 0 0 15px gray;
	
}

.details_div_top p{
	margin-top: 15px;
	font-size: 14px;
}
.details_div_top div{
	margin: auto;
	margin-top: 35px;
	background-color: #038FED;
	color: white;
	text-align: center;
	border-radius: 5px;
	height: 30px;
	width: 120px;
	line-height: 30px;
}



.details_good_div{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.details_good_item{
	text-align: center;
	width: 140px;
	flex-wrap: wrap;
}


@media screen and (max-width:750px){

	.details_desc_div{
		padding: 20px;
		margin: auto;
		max-width: 400px;
		margin-top: 40px;
		margin-bottom: 40px;
		white-space: initial; 
		text-overflow:ellipsis; 
		overflow: hidden;
	}
}

@media screen and (min-width:750px) {
	
	.details_desc_div{
		padding: 20px;
		margin: auto;
		max-width: 400px;
		margin-top: 40px;
		margin-bottom: 40px;
		white-space: initial; 
		text-overflow:ellipsis; 
		overflow: hidden;
	}
}