@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea {
	margin: 0;
	padding: 0; 
	}
html {
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	}
html{
	font-family:Arial,Verdana,Sans-serif;
	}
html, body, ul, li, a {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    text-decoration: none;
	}
body {
    background: #eeeeee;
    display:none;
	}
ul li {
    list-style: none;
	}
.content {
	max-width:750px;
	width:100%;
	margin:0 auto;
	}
.lives {
	width:100%;
	padding:0 .3rem .3rem .3rem;
}
.lives .liveslist {
	width:100%;
	background:#ffffff;
	border-radius:.2rem;
	overflow:hidden;
	margin-top:.3rem;
}
.lives .liveslist a {
	text-decoration:none;
}
.lives .liveslist .imgs {
	width:100%;
	position:relative;
}
.lives .liveslist .imgs .imgones {
	width:100%;
}
.lives .liveslist .imgs .imgones img {
	width:100%;
}
.lives .liveslist .imgs .liveicon {
	width:.88rem;
	height:.88rem;
	z-index: 99;
    left: 50%;
    top: 50%;
    margin-top: -.44rem;
    margin-left: -.44rem;
    position: absolute;
}
.lives .liveslist .imgs .liveicon img {
	width:100%;
}
.lives .liveslist .imgs .nums {
	position: absolute;
	top:.25rem;
	left:.3rem;
	font-size:.24rem;
	color:#666666;
	font-family:"微软雅黑";
	line-height:.24rem;
}
.lives .liveslist .livetitles {
	width:100%;
	padding:.2rem .3rem .3rem .3rem;
	font-size:.28rem;
	color:#333333;
	font-family:"微软雅黑";
	line-height:.28rem;
}
.lives .liveslist .livemes {
	width:100%;
	padding:0 .3rem .3rem .3rem;
}
.lives .liveslist .livemes span {
	font-size:.24rem;
	color:#999999;
	font-family:"微软雅黑";
	line-height:.24rem;
	margin-right:.4rem;
}
.lives .liveslist .livemes span img {
	width:.24rem;
	display:inline-block;
	margin-right:.18rem;
	margin-top:-.05rem;
}
.photosnames {
	width:100%;
}
.photosnames .business {
	width:100%;
	padding:.4rem .3rem 0 .3rem;
}
.photosnames .business a {
	width:3.35rem;
	display:inline-block;
	float:left;
	height:2.6rem;
	overflow:hidden;
	margin-right:.2rem;
	margin-bottom:.3rem;
	border-radius:.2rem;
}
.photosnames .business a img {
	width:100%;
	min-height:2.6rem;
}
.photosnames .business a:nth-child(2n) {
	margin-right:0;
}