.pro_price ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
	
}
.pro_price ul li{
	margin-bottom: 20px;
	padding: 25px;
	background-color: #fff;
    -webkit-box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px;
    box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.2);
	
}
.price_text1{
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}
.price_text2{
	margin-top: 10px;
	font-size: 18px;
}
.price_s1{
	font-size: 26px;
	    vertical-align: top;
	    line-height: 37px;
	  
	    display: inline-block;
}
	
.price_s2{
	font-size: 50px;
	    display: inline-block;
}
	
.price_box{
	text-align: center;
	font-size: 14px;
}
.price_button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 30px auto;
	cursor: pointer;
}
.price_button:hover{
	background-color: dodgerblue;
}
.button_dj{
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background-color: cornflowerblue;
	color: #fff;
	
}