body {
	background-color: #f2f3f5;
}
.header .slide {
	box-shadow: 0px 2px 3px 0px #33353b;
}
/* tv_date */
.tv_date_list {
	z-index: 1;
	width: 100%;
	min-width: 320px;
	box-shadow: 0px 2px 3px 0px #d0d0d0;
}
.tv_date_list .week_name {
	background-color: #41444a;
	color: #98a5a9;
	height: 30px;
	line-height: 30px;
}
.tv_date_list .week_name li {
	float: left;
	width: 14%;
	text-align: center;
	font-size: 12px;
}
.tv_date_list .week_name li:first-child, .tv_date_list .week_name li:last-child {
	width: 15%;
}
.tv_date_list .week_name li .hover {
	display: block;
	background-color: #373a3f;
	border-left: 1px solid #2e3034;
	border-right: 1px solid #2e3034;
	color: #fff;
}
.tv_date_list .week_date {
	background-color: #fff;
	border-bottom: 1px solid #b2b3b5;
	height: 45px;
}
.tv_date_list .week_date li {
	float: left;
	width: 14%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #666;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.tv_date_list .week_date li:first-child, .tv_date_list .week_date li:last-child {
	width: 15%;
}
.tv_date_list .week_date li a {
	display: block;
	border-right: 1px solid #dbdbdb;
}
.tv_date_list .week_date li a.hover {
	background-color: #ec443b;
	border-left: 1px solid #c0302a;
	border-right: 1px solid #c0302a;
	color: #fff;
}
.tv_date_list .week_date li:last-child a {
	border-right: none;
}
/* tv_title */
.title_nav {
	padding-right: 50px;
	border-bottom: 1px solid #ccc;
	background-color: #eaebee;
}
.title_nav .nav {
	overflow: hidden;
	border-right: 1px solid #cecece;
}
.title_nav .nav a {
	border-right: 1px solid #fff;
}
/* tv_live */
.tv_live {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dbdbdb;
}
.tv_list {
	border-top: 1px solid #fff;
}

.tv_live {
	padding: 8px;
	height: 120px;
	padding-left: 138px;
	font-size: 14px;
}
.tv_live .pic {
	display: block;
	position: absolute;
	left: 8px;
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}
.tv_live .pic img {
	width: 120px;
	height: 120px;
}
.tv_live .price {
	margin-top: 10px;
}
.tv_live .price span {
	font-weight: 600;
}
.tv_live .price .sale {
	color: #333;
}
.tv_live .price .integral {
	color: #44b2a9;
}
.tv_live .btn {
	margin-top: 10px;
}
.tv_live .btn a {
	float: left;
	border: 1px solid #bcbcbd;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px;
}
.tv_live .btn a img {
	width: 20px;
	height: 20px;
	padding-right: 8px;
	vertical-align: bottom;
}
/* tv_list */
.tv_list {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../../../../images/zh/mp/touch/tv_list_bg.png);
	background-repeat: repeat-y;
}
.tv_list .block {
	position: relative;
	padding-left: 70px;
	margin-top: 10px;
}
.tv_list .block .clock {
	position: absolute;
	left: 0px;
	width: 68px;
	padding-top: 22px;
}
.tv_list .block .clock .play {
	font-size: 12px;
}
.tv_list .block .clock .time {
	background-image: url(../../../../images/zh/mp/touch/tv_list_time_pic.png);
	background-position: right;
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight: 600;
	text-indent: 6px;
}
.tv_list .goods {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}
.tv_list .goods .title {
	height: 29px;
	line-height: 29px;
	font-weight: 600;
	text-indent: 10px;
	border-bottom: 1px solid #dbdbdb;
}
.tv_list .goods ul .detail, .tv_list .goods ul .detail_ones {
	border-bottom: 1px dotted #cfcfcf;
	padding: 5px 0px;
}
.tv_list .goods ul .detail .show {
	position: relative;
	padding: 5px;
	padding-left: 100px;
	height: 90px;
}
.tv_list .goods ul .detail .show .pic {
	position: absolute;
	left: 5px;
	border: 1px solid #ddd;
}
.tv_list .goods ul li:last-child {
	border-bottom: none;
}
.tv_list .goods ul .detail .show .pic img {
	float:left;
	width: 88px;
	height: 88px;
}
.tv_list .goods ul .detail .price_del, .tv_list .goods ul li .price {
	padding: 2px 5px;
}
.tv_list .goods ul .detail .price_del {
	text-decoration: line-through;
	color: #8f8f8f;
}
.tv_list .goods ul .detail .price span {
	font-weight: 600;
}
.tv_list .goods ul .detail .price .sale {
	color: #333;
}
.tv_list .goods ul .detail .price .integral {
	color: #44b2a9;
}
.tv_list .goods ul .detail_ones .show {
	position: relative;
	padding: 5px;
	padding-left: 70px;
	height: 60px;
	font-size: 14px;
}
.tv_list .goods ul .detail_ones .pic {
	position: absolute;
	left: 5px;
	border: 1px solid #ddd;
}
.tv_list .goods ul .detail_ones .pic img {
	float: left;
	width: 58px;
	height: 58px;
}
.tv_list .red_sale {
	background-color: #c30;
	color: #fff;
	padding: 2px 6px;
	margin-left: 10px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.tv_list .hover .clock {
	color: #71c6bf;
}
.tv_list .hover .clock .time {
	background-image: url(../../../../images/zh/mp/touch/tv_list_time_pic_hover.png);
}
.tv_list .hover .goods {
	border: 1px solid #73c5bf;
}
.tv_list .hover .goods .title {
	background-color: #73c5bf;
	color: #fff;
}