@charset "utf-8";
.tc_zone li{
	background-color: #e28c5b;
	border-bottom: 1px solid #fff;
}
.tc_zone li:last-child{
    border-bottom: none;
}
.tc_zone li a{
	padding: 4% 3%;
	display: block;
}
.tc_logo_inf{
  margin-bottom: 1em;
  position: relative;
}
.tc_logo_inf .l_logo{
  width: 40%;
  float: left;
}
.tc_logo_inf .l_logo h3{
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #000;
  /*margin-bottom: 1em;*/
}
.tc_logo_inf .l_logo h3 small{
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}
.tc_logo_inf .l_logo p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #000;
}
.tc_logo_inf .l_logo p strong{
	font-size: 2rem;
	color: #c60001;
}
.tc_logo_inf .r_inf{
  width: 58%;
  float: right;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #000;
}
.tc_module_con img{
  float: left;
  width: 25%;
  height: auto;
  border: 1px solid #d8a648;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.tc_module_con img:hover{
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}*/
@media screen and (max-width: 450px){
	.tc_logo_inf .l_logo h3{
		font-size: 1.6rem;
	}
	.tc_logo_inf .l_logo h3 small{
		font-size: 1.2rem;
	}
	.tc_logo_inf .l_logo p{
		font-size: 1.2rem;
	}
 	.tc_logo_inf .r_inf{
 		font-size: 1.2rem;
 		line-height: 1.6em;
 	}
 } 
 /*经典丹拿套餐*/
 .tc_zone_jd li{
 	background-color: #e28c5b;
 }
 .tc_zone_jd .tc_module_con img{
 	border-color: #e28c5b;
 }
 /*顶级丹拿套餐*/
 .tc_zone_dj li{
 	background-color: #e28c5b;
 }
 .tc_zone_dj .tc_module_con img{
 	border-color: #e28c5b;
 }

