/* 默认样式定义 */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input,label{margin:0;padding:0}
html,body{font:normal normal 62.5% "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif;color:#333;height:auto;margin:0 auto;}
input,select,textarea{color:#222;font:normal normal 1.4rem "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif}
*{ box-sizing:border-box; font-size:1.3rem;}
fieldset,iframe{border:none}
ul,ol,li{list-style:none}
th{text-align:left}
img{border:none}
em,i{font-style:normal}
a{color:#444444;text-decoration:none;cursor:pointer;}
/*a:hover{color:#81d742;text-decoration:none;}*/
a:focus{outline:none}
p{font-size:1.6rem;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
span,samp{ font-family:"微软雅黑";}
/*字体大小*/
.zt12{font-size:1.2rem;}
.zt14{font-size:1.4rem;}
.zt16{font-size:1.6rem;}
.zt18{font-size:1.8rem;}
/*颜色*/
.s1{ color:#ea0101;}
.grey{color:#6b6b6b;}
.green{color:#06c1ae;}
.yellow01{color:#ffaf24;}
.yellow02{color:#ff5924;}
.white{color:#fff;}
.b,.fw{font-weight:700;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
/* other */
.hide{display:none;}
.nodata{text-align:left;padding-left:15px;}
p.nodata{font-size:12px;margin:35px auto;text-align:center;color:#666;}
.entitle{font-size:11px;font-weight:400;}
#imgplayer{text-align:center;margin:15px auto;}
.yc a{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
/* clearfix */
.clear{clear:both;width:100%;height:0;overflow:hidden;}
.tip{
	position: fixed;
	padding:20px 30px;
	border-radius: 5px;
	line-height: 33px;
	font-size: 15px;
	font-family: "微软雅黑";
	top:20%;
	left: 45%;
	background: #ffffff;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

