@charset "utf-8";
html{
	font-family:Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:none;/*取消浏览器最小字体限制*/
}
*{
	padding:0;
	margin:0;
	outline:none;
}
ol,li,ul,dl,dt,dd{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:inherit;
}
i{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 { 
	font-size:inherit;
	font-weight:lighter;
}
/**移动端去除点击蓝色底纹**/
a:link,
a:active,
a:visited,
a:hover {
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/**移动端去除点击蓝色底纹**/
/**去除苹果端默认样式**/
button{-webkit-appearance:none;outline:none}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; border-radius: 0;}
textarea {  -webkit-appearance: none;} 
/**去除苹果端默认样式**/
button,submit {
	cursor:pointer;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
b,em,i{
	display:inline-block;
	font-weight:normal;
	font-style:normal;
}

body{
    width:100vw;
	height:100vh;
	float:left;
	font-family:"微软雅黑",Microsoft YaHei;
	background-color:#000;
}

main{
	width:100%;
	height:auto;
	float:left;
}
.playTable{
	width:100%;
	height:auto;
	float:left;
}
.playTable caption{
	width:100%;
	height:4rem;
	line-height:4rem;
	color:#ff0000;
	font-size:1.2rem;
	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playTable tr td{
	width:33.33333%;
	height:4rem;
	line-height:4rem;
	color:#ff0000;
	padding:0 1rem;
	font-size:1rem;
	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





