@charset "utf-8";
/* CSS Document */
html{font-size: 2.667vw;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,tr,dl,dd,form,fieldset,legend,input,textarea,select,td,figure{margin:0;padding:0;}
body{font:12px  "微软雅黑"; word-wrap:break-word;}
a,u,s,del{color:#666;text-decoration:none;out-line: none;} 
a:hover{text-decoration:none;}
fieldset ,a img,.bor0 {border:0;}
i,em,b,th{font-style:normal;font-weight:100;}
li{list-style:none;}
img{vertical-align:middle;}
table{border-collapse:collapse;}/*合并表格边框（细线边框）*/
input,button{border:none;}
input,textarea,bottom{outline:none;}
textarea{resize:none;}

.ind2{text-indent:2em;} 
.over{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.valign:after{content:"";display:inline-block;width:0;height:100%;vertical-align:middle;}
.clear{zoom:1;}
.clear:before{content:"";display:table;}
.clear:after{content:"";clear:both;display:block;}
.ccenter{display:flex;justify-content:center;align-items:center;}
.ccenter2{position:absolute;left:0;bottom:0;top:0;right:0;margin:auto;}
.sub{
	margin: 30px;
	width: 80px;
	height: 30px;
	border-radius: 5px;
	background: #0076FF;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.noedit{
	margin: 30px;
	width: 80px;
	height: 30px;
	border-radius: 5px;
	background: #999;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.spstar{
	color: red;
}
.touxiang{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.pointer{cursor:pointer}




