@charset "UTF-8";
/**
 * 四周年首页 手机端样式
 * @authors guotong
 * @date    2015-12-07 10:37:06
 */
body{
	background: #fd9b23;
	font-family: 'Microsoft YaHei';
	padding-bottom: .5rem;
	font-size: .26rem;
}
.main-header img{
	display:block;
	width: 100%;
}
.player-wrap{
	margin: 0 auto;
	width: 5.80rem;
	height: 4.38rem;
	background: #000;
	border: .2rem solid #ffeaa8;
}

.player-wrap video{
	display: block;
	width: 5.8rem;
	height: 4.38rem;
	background: #000;
}
.content-list{
	display: block;
	padding: .15rem;
	background: #ffe7a1;
	width: 6.2rem;
	box-sizing:border-box;
	margin: .2rem auto;
	position: relative;

}
 .content-list a{
	display: block;
	width: 100%;
}
 .content-list a img{
 	display: block;
 	width: 5.9rem;
 	margin: 0 auto;
 }
.content-list i{
	position: absolute;
 }
.content-list i em{
	color: #fe4912;
	font-size: .36rem;
 }
 .content-list .list-order-tag{
	display: block;
	width: .92rem;
	height: .71rem;
	background: url(../images/index/list-order-tag.png) center no-repeat;
	background-size: cover;
	top: .15rem;
	left:.1rem;
}
.content-list .list-status-tag{
	display: block;
	width: 1.48rem;
	height: .69rem;
	background: url(../images/index/list-status-tag.png) center no-repeat;
	background-size: cover;
	top: .15rem;
	right:.05rem;
}
.content-list .list-order-tag span{
	display: block;
	color: #fe4912;
	font-size: .26rem;
	margin-top: .13rem;
	margin-left: .1rem;
}
.content-list .list-status-tag span{
	display: block;
	color: #fffed2;
	font-size: .24rem;
	margin-top: .15rem;
	margin-left: .3rem;
}
.focus{
 width: 100%;
 height: 2.4rem;
 margin-top: .3rem;
 background: rgba(255,234,168,.3);
}
.focus img{
 height: 1.8rem;
 margin-left: .8rem;
 border: .1rem solid #ffeaa8;
 margin-top: .2rem;
}
.focus .focus-text{
 float: right;
 width: 3rem;
 margin-right: .4rem;
 margin-top: .7rem;
}
.focus .focus-text p{
  line-height: .5rem;
  color: #fff;
  font-size: .26rem;
  text-align: center;
  color: #fff;
}

 
