* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root,
body {
	height: 100%;
}

#app {
	height: 100%;
}

[v-cloak] {
	display: none !important;
}

body {
	width: 100%;
	height: 100%;
	background: #eee;
}

.clr:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.clr {
	zoom: 1;
}

ul,
li {
	list-style: none;
}

.dataNull {
	text-align: center;
	line-height: 500px;
}

.dataNull img {
	vertical-align: middle;
}

.dataAll {
	text-align: center;
	color: #666;
	font-size: 16px;
}

.initLoading {
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 90px);
	width: 180px;
	height: 200px;
	border-radius: 10px;
	text-align: center;
	padding-top: 40px;
}

.initLoading>div {
	display: inline-block;
}

.initLoading:after {
	content: '加载中...';
	display: block;
	color: #fff;
	font-size: 24px;
	margin-top: 26px;
	letter-spacing: 2px;
}

.loadingBox {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.chartsNull {
	width: 250px;
	margin: 0 auto;
	display: block;
}

 .fwpj-app {
	 background: white;
	padding: 10px;
	margin-top: 10px;
	box-sizing: border-box;
   } 
   
   .btn_stu-active {
	border: solid 1px #0386fe !important;
	color: #0386fe !important;
   }
   
   .btn_stu {
	padding: 0 14px;
	height: 30px;
	border-radius: 21px;
	border: solid 1px #aeaeae;
	float: left;
	
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #828282;
	margin: 7px 5px;
	text-align: center;
   }
   
   .fl {
	float: left;
	padding-left: 5px;
   }
   
   .fr {
	float: right;
	text-align: right;
	padding-right: 5px;
   }
   
   .w50 {
	width: 50%;
	box-sizing: border-box;
   }
   
   .row-line {
	width: 100%;
	height: 30px;
	line-height: 30px;
   }
   
   .zhpj_list {
	padding-top: 14px;
   }
   
   .username {
	font-size: 17px;
	color: #333333;
	font-family: PingFang-SC-Bold;
   }
   
   .data_time {
	font-size: 13px;
	color: #999999;
	
   }
   
   .pj_status{
	font-size: 13px;
	color: #333333;
	
   }
   
   .kh_content {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	
	margin: 5px 5px 10px;
   }
   
   .el-rate__item {
	vertical-align: sub;
   }
   
   .hf_content {
	background-color: #f7f7f7;
	border-radius: 5px;
	margin: 5px;
	
	padding: 15px;
   }
   
   .hf_sj {
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
	
   }
   
   .hf_info {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	
   }
   
   .is-top-pj {
	line-height: 50px;
	position: relative;
   }
   
   .is-top-pj img {
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-top: 15px;
   }
   .el-rate{
	margin-top: 5px;
   }
   .el-rate__icon{
	margin-right: 3px;
   }
   .zhpf {
	margin-left: 40px;
	font-size: 16px;
	color: #666666;
   }
   
   .pf_num {
	
	margin-left: 15px;
	font-size: 30px;
	color: #ff5e00;
   }
   
   .pf_text {
	
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
	margin-left: -5px;
   }
   .clear{
	   clear: both;
	   margin: 0;
	   padding: 0;
   }