 @charset "utf-8";
/* CSS Document */
    html {min-height:100%;_height:100%}
	*{ padding:0; margin:0;}
	a{ color:#999;text-decoration:none;}
	li{ list-style:none;}
	body{ width:100%;font-size:12px;font-family:SimHei;min-height:100%;min-width:1280px;_height:100%;}
		/*line-height:12px 代表行高100% ， 不清除，也不再代码里加行高，行高就不是字的高度*/
	h1,h2,h3,h4,h5,h6,b{ font-weight: normal;}
	i,em{font-style: normal;}
	img{border: none; vertical-align: top;}
	a img{ border: none;}
    input{outline:none;color: #000;/*输入文字、光标颜色*/
          -webkit-text-fill-color: #000;/*输入文字、placeholder颜色*/
          caret-color: #000;/*光标颜色*/}
	.clearfix:after{ display: block; clear: both; content: '';}
	.clearfix{zoom: 1;}  /*为了兼容IE浏览器*/
	.fl{float: left;}
	.fr{float:right;}
	table{border-collapse: collapse;}
	td,th{ padding: 0;}
	.opa{background-color:#a6a6a6;width: 100%;height: 100%;position: absolute;top: 0;opacity:0.5;}
	.content{width: 1280px;margin: 50px auto;height: auto;min-height: 100%;}
    .cs {cursor:pointer;}
    .button {padding:10px 20px;border:3px solid #008cff;border-radius:6px;background:none;color:#008cff;font-size:18px;font-weight:bold;cursor:pointer}
    .buttonT {padding:5px 50px;background-color:none;font-size:18px;font-weight:bold;cursor:pointer;color:#000;}
    .buttonTh {padding:10px 50px;border-radius:6px;color:#fff;font-size:18px;cursor:pointer;background:#008cff;}
    .buttonS{width:50px;height:26px;color:#fff;font-size:12px;cursor:pointer;background:#008cff;border-left:none;border-radius:4px;line-height:26px;}
    .wCol {color:#000;}
 