html,body{background:#f2f2f2;padding:0;margin:0;font-size:16px;font-family: "微软雅黑";}
[v-cloak]{display: none !important;}
ul,li{list-style-type:none;padding:0;margin:0}
p,h3{margin:0;padding:0}
.no-data{display:none}
.no-data-act{display:block}
a{text-decoration:none;color:#383838}
a:hover{color:#069;}
.fl{float:left;}
.fr{float:right;}
.clear{clear: both;}
.textover{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:block}
.textcenter{text-align:center}
.c-main{width: 80%;margin: 0 auto}
.margintop{margin-top:15px;}
.flex{display:flex;flex-wrap:wrap}
.flex1,.flexitem{flex:1}
.justify-between {justify-content: space-between;}
.justify-center {justify-content: center;}
@media (min-width: 1200px){

}
@media screen and (max-width: 810px){

}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 768px){
	html,body{font-size:14px;}
	.c-main{width:100%;}
}