﻿/*===== 套餐 =====*/
.taocanA{
	width:1180px;
}

.taocanA table {
	width:100%;
	border-collapse:collapse;
}

.taocanA table td {
	height:70px;
	font-size:16px;
	text-align:center;
	background:#fff;
}

.taocanA tr:nth-child(2n+1) td{
	background:#f5f5f5;
}

.taocanA table td {
	border:1px #ddd solid;
}

.taocanA table td taocanB {
	font-size:20px;
	letter-spacing:3px;
}

.taocanA table td taocanC {
	font-size:15px;
	color:#666;
	line-height:1.5;
	text-align:center;
}

.taocanA table td taocanD {
	font-size:24px;
	color:#ff3333;
}

/*===== 按钮 =====*/
.anniuA {
	font-size:15px;
	color:#fff;
	background-color:#3296ff;
	padding:6px 20px;
	border-radius:4px;
	letter-spacing:1px;
	text-align:center;
	border:none;
	cursor:pointer;
}