/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
[data-v-015f6e74]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(90, 88, 88, 0.1);
}
/*定义滚动条轨道
 内阴影+圆角*/
[data-v-015f6e74]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(124, 119, 119, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块
     内阴影+圆角*/
[data-v-015f6e74]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(151, 144, 144, 0.3);
  background-color: #b3b3b3;
}
p[data-v-015f6e74] {
  margin: 0;
  padding: 0;
}
.active[data-v-015f6e74] {
  color: #1274fa !important;
}
.warp[data-v-015f6e74] {
  width: 100%;
  background: #b2c1f9;
  padding-bottom: 150px;
}
.warp[data-v-015f6e74] .el-pagination__total {
  float: left;
  margin-right: 10px;
}
.warp[data-v-015f6e74] .el-dialog__body {
  padding: 0px 20px 10px 20px;
}
.warp .loginImg[data-v-015f6e74] {
  margin-top: 4px;
}
.warp .login[data-v-015f6e74] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  background: #f5f6ff;
  justify-content: space-around;
}
.warp .login .resLogin[data-v-015f6e74] {
  font-size: 16px;
  color: #5b5b5b;
  display: flex;
}
.warp .login .resLogin div[data-v-015f6e74] {
  margin-right: 20px;
}
.header img[data-v-015f6e74] {
  width: 100%;
  height: 260px;
}
.body[data-v-015f6e74] {
  width: 1280px;
  background: #f5f6ff;
  margin: 20px auto;
}
.bodyHead[data-v-015f6e74] {
  width: 100%;
  height: 86px;
  background: #f2f3fa;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bodyHead div[data-v-015f6e74] {
  height: 60px;
  text-align: center;
}
.bodyHead div .phead[data-v-015f6e74] {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.bodyHead div .psecond[data-v-015f6e74] {
  font-size: 28px;
  color: #f06064;
}
.bodySecond[data-v-015f6e74] {
  padding: 20px;
  background: #f5f6ff;
  border-radius: 0px 0px 15px 15px;
}
.bodySecond .input-with-select[data-v-015f6e74] {
  width: 90%;
}
.bodySecond .search[data-v-015f6e74] {
  display: flex;
  justify-content: space-around;
}
.bodySecond .position[data-v-015f6e74] {
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 25px;
  width: 100%;
}
.bodySecond .position .block[data-v-015f6e74] {
  margin-bottom: 20px;
}
.bodySecond .position .block span[data-v-015f6e74]:hover {
  cursor: pointer;
}
.bodySecond .position span[data-v-015f6e74] {
  font-size: 16px;
  color: #000;
}
.bodySecond .position .keyword[data-v-015f6e74] {
  margin-right: 20px;
}
.el-select[data-v-015f6e74] {
  width: 100px;
}
.el-select .el-input .el-input__inner[data-v-015f6e74] {
  border: 0;
  background-color: #f5f5f5;
  color: #9b9b9b;
}
.el-input .el-input__inner[data-v-015f6e74] {
  border: 1px solid #eeeeee;
  padding: 0 15px;
}
.footer[data-v-015f6e74] {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
}
.footer .footerOne[data-v-015f6e74] {
  position: relative;
  width: 293px;
  height: 186px;
  background: #ffffff;
  padding: 13px 10px 10px 11px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-right: 16px;
}
.footer .footerOne .readAll[data-v-015f6e74] {
  position: absolute;
  right: -7px;
  bottom: 8px;
}
.footer .footerOne .readAll button[data-v-015f6e74] {
  font-size: 14px;
  color: #ce0304;
}
.footer .footerOne p[data-v-015f6e74] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-left: 1px;
}
.footer .footerOne .footerOneUl[data-v-015f6e74] {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin: 11px 0;
}
.footer .footerOne .footerOneUl li[data-v-015f6e74]:hover {
  cursor: pointer;
}
.footer .footerOne .footerOneUl li[data-v-015f6e74] {
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer .footerOne .footerOneUl li div img[data-v-015f6e74] {
  margin-top: 5px;
  margin-right: 5px;
}
.footer .footerOne .footerOneUl li .toudi[data-v-015f6e74] {
  border: 1px solid #cccccc;
  border-radius: 11px;
  width: 49px;
  height: 22px;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
}
.footer .footerOne .footerOneUl li .toudi[data-v-015f6e74]:hover {
  cursor: pointer;
}
.ulDialog[data-v-015f6e74] {
  width: 100%;
  height: 273px;
  overflow-y: auto;
  padding: 0px;
}
.ulDialog li[data-v-015f6e74]:hover {
  cursor: pointer;
}
.ulDialog li[data-v-015f6e74] {
  position: relative;
  width: 99%;
  height: 25px;
  line-height: 25px;
  padding: 0 50px 0 0;
  margin-bottom: 10px;
}
.ulDialog li div img[data-v-015f6e74] {
  margin-top: 5px;
  margin-right: 5px;
}
.ulDialog li .toudi[data-v-015f6e74] {
  border: 1px solid #cccccc;
  border-radius: 11px;
  width: 49px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 2px;
}


/*# sourceMappingURL=31.1772700840257.css.map*/