﻿.price-bg{
	height: 628px;
	background: url("../img/price/price-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
.price-bg .banner{
	padding-top: 228px;
	text-align: center;
	opacity: 0;
}
.btn-price-de {
	border: none;
	outline: none!important;
	padding: 6px 30px;
	color: #888888!important;
	background: #E4E4E4;
	border-radius: 20px;
	margin-top: 10px;
	cursor: no-drop;
}
.btn-price-buy {
	border: none;
	outline: none!important;
	padding: 6px 30px;
	color: #5b3c14!important;
	background: -webkit-linear-gradient(#f1deb7, #d0a96e); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f1deb7, #d0a96e); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f1deb7, #d0a96e); /* Firefox 3.6 - 15 */
	background: linear-gradient(#f1deb7, #d0a96e); /* 标准的语法 */
	border-radius: 20px;
	margin-top: 10px;
}

/*banner*/

.content_main{
	background:#fff;
	width: 100%;
	display: block;
}

/*价格表*/
table{
	border-collapse:collapse;
	box-shadow: 0 1px 3px -2px rgba(88, 88, 88, 0.3), 0 2px 8px 0px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(135, 135, 135, 0.1);
	margin: 0 auto;
	background:#ffffff;
	position: relative;
	top: -175px;
}
th{
	font-size: 14px;
	text-align: center;
	padding: 19px 38px;
    border: 1px solid #f2f3f5;
    color: #1a1a1a;
    font-weight: normal;
}
th button{
	display: block;
}
td{
	color: #1a1a1a;
	font-size: 14px;
	text-align: center;
	padding: 20px 38px;
    border: 1px solid #f2f3f5;
}
td img{
	width: 15px;
	height: 14px;
}
