/* [全局样式]================================================ */
* {
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif, "iconfont";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 3718595 */
  src: url('//at.alicdn.com/t/c/font_3718595_w729bkpgvaq.woff2?t=1688433096120') format('woff2'),
       url('//at.alicdn.com/t/c/font_3718595_w729bkpgvaq.woff?t=1688433096120') format('woff'),
       url('//at.alicdn.com/t/c/font_3718595_w729bkpgvaq.ttf?t=1688433096120') format('truetype');
}

html,
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html {
	font-size: 10px;
	height: 100%;
}

body {
	color: #3F3F3F;
	font-size: 1.6rem;
	height: 100%;
}
#app {
	height: 100%;
}
/* 图标样式 */
.laoye-icon,
.laoye-iconLeft,
.laoye-iconRight {
	display: inline-block;
	font-style: normal;
}

.laoye-icon {
	margin-right: 14px;
}
.laoye-iconLeft {
	margin-right: 5px;
}

.iconRight {
	margin-left: 5px;
}

/* 按钮样式 */
.laoye-btnStyle {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/* 复选框 */
input[type=checkbox] {
	top: 1px;
	margin-right: 5px;
	/* position: relative; */
	transform: scale(1.2);
}

/* 超链接 */
a {
	color: inherit;
	text-decoration: none;
}

/* Tab栏 */
.laoye-tabs {
	display: flex;
}


/* [主架构]================================================ */
html,
body,
#App,
.laoye-bigContainer {
	height: 100%;
}

.laoye-bigContainer {
	display: flex;
	overflow: hidden;
	flex-flow: column;
}

.laoye-component {
	height: 100%;
	padding: 15px;
	overflow-x: hidden;

}

.laoye-component /deep/ .el-button{
	height: 32px;
}

#header,
#header {
	width: 100%;
}

#header {
	width: 100%;
	height: 56px;
	display: flex;
	line-height: 56px;
	background-color: #3caeff;
}

#footer {
	display: flex;
	overflow: hidden;
	flex-grow: 1;
}

#leftArea {
	width: 200px;
	min-width: 200px;
	border-right: 1px solid #EAEDEF;
	background-color: #FAFCFF;
}

#mainArea {
	display: flex;
	flex-grow: 1;
	flex-flow: column;
	overflow-y: hidden;
}

/* [头部栏]================================================ */
.laoye-sysLogo {
	width: 200px;
	color: white;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
}

.laoye-tabContainer {
	flex-grow: 1;
}

.laoye-tab {
	color: white;
	position: relative;
	font-size: 1.8rem;
	padding-left: 15px;
	padding-right: 15px;
}

.laoye-tab:hover {
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.05);
}

.laoye-tabActive {
	font-weight: bold;
}

/* .laoye-tabActive:after{
	left: 0px;
	bottom: 0px;
	height: 3px;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	background-color: #3caeff;
} */

.laoye-userCenter {
	position: relative;
}

.laoye-userContainer {
	cursor: pointer;
	color: white;
	display: flex;
	position: relative;
	font-size: 1.7rem;
	align-items: center;
	padding-left: 15px;
	padding-right: 20px;
}

.userImg {
	width: 35px;
	height: 35px;
	margin-right: 3px;
	border-radius: 100%;
}

.laoye-userCenter:hover .laoye-userList {
	display: block;
}

.laoye-userCenter:hover > .laoye-userContainer{
  background-color: rgb(120, 199, 255);
}

.laoye-userList {
	top: 56px;
	left: 50%;
	transform: translateX(-50%);
	/* left: 0px; */
	/* right: 0px; */
	width: 100px;
	margin: auto;
	border: 1px solid #EAEDEF;
	display: none;
	z-index: 1000;
	position: absolute;
	text-align: center;
	box-shadow: 0px 3px 10px #EAEDEF;
	padding-top: 5px;
	line-height: normal;
	border-radius: 3px;
	background-color: white;
}

.laoye-userList:before {
	top: -10px;
	left: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #EAEDEF;
	border-width: 0px 9px 9px 9px;
}

.laoye-userList:after {
	top: -9px;
	left: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-color: transparent transparent white;
	border-width: 0px 9px 9px 9px;
}

.laoye-userItem {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.laoye-userItem:hover {
	background-color: #EFFAFF;
}


/* [导航栏]================================================ */
.laoye-navItem {
	color: #6A6D6F;
	position: relative;
}

.laoye-navName {
	margin-left: 3px;
}

.navActive .laoye-navHead {
	color: #3caeff;
}

.navActive .laoye-openArrow {
	transform: rotateZ(90deg);
}

.laoye-navHead {
	position: relative;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.laoye-navHead>i:first-child {
	font-size: 2rem;
	position: relative;
}


.laoye-openArrow {
	right: 20px;
	position: absolute;
}

.laoye-navChild {
	background-color: rgba(255, 255, 255, 0.1);
}


.laoye-navList {
	font-size: 1.4rem;
	line-height: 42px;
	padding-left: 50px;
}

.laoye-navList:hover {
	color: #3caeff;
}

.laoye-navOpen {
	color: white;
}

/* [任务进程栏]================================================ */
#taskArea {
	height: 50px;
	display: flex;
	line-height: 49px;
	border-bottom: 1px solid #EAEDEF;
	background-color: #FAFCFF;
}

#laoye-taskLeft,
#laoye-taskRight {
	width: 50px;
	font-size: 2.4rem;
	text-align: center;
}

#laoye-taskLeft:hover,
#laoye-taskRight:hover {
	background-color: #F8FAFF;
}

#laoye-taskLeft:active,
#laoye-taskRight:active {
	background-color: #F3F5FA;
}

#laoye-taskLeft:before {
	content: "\e6f0";
	display: block;
}

#laoye-taskRight:before {
	content: "\e6ec";
	display: block;
}

#laoye-taskContainer {
	position: relative;
	flex-grow: 1;
	font-size: 0px;
	border-left: 1px solid #EAEDEF;
	border-right: 1px solid #EAEDEF;
}

#laoye-taskInner {
	padding-left: 5px;
	padding-right: 5px;
}

.laoye-taskItem {
	color: #3caeff;
	border: 1px solid #3caeff;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 12px;
	border-radius: 3px;
	background-color: #ecf5ff;
	transition: all .15s ease-in;
	position: relative;
	top: 6px;
}

.laoye-taskItem:first-child {
	padding-right: 20px;
}

.laoye-taskItem:not(:last-child) {
	margin-right: 5px;
}

.laoye-taskItem:hover:not([class~=laoye-taskActive]) {
	color: #3caeff;
	border-color: #3caeff;
}

.laoye-taskActive {
	color: white;
	font-weight: bold;
	border-color: #3caeff;
	background-color: #3caeff;
}

.laoye-taskClose {
	display: inline-block;
	margin-left: 3px;
}

.laoye-taskClose:hover {
	color: #FF4D51;
}

.laoye-taskClose:before {
	content: "\e710";
	display: block;
}

/*[新模态框]===========================*/
.laoye-frame {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}


.laoye-frameInner {
	width: 400px;
	height: 300px;
	margin: auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	flex-direction: column;
	background-color: white;
}

.laoye-frameHead {
	height: 42px;
	display: flex;
	position: relative;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	justify-content: space-between;
}

.laoye-frameMain {
	height: 0px;
	overflow: hidden;
	flex-grow: 1;
}

.laoye-frameSrcoll {
	height: 100%;
	padding: 15px 20px;
	overflow-x: hidden;
	margin-right: -16px;
	margin-bottom: 0px;
}

.laoye-frameSrcoll::-webkit-scrollbar {
	display: none;
}


.laoye-frameBottom {
	display: flex;
	padding: 7px 15px;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.laoye-frameBottom>div {
	padding: 5px 15px;
	font-size: 14px;
	border-radius: 3px;
}

.laoye-submit {
	color: white;
	background-color: #28A9FF;
}

.laoye-cancel {
	border: 1px solid #edeeef;
	margin-left: 10px;
	background-color: #f9faff;
}


.laoye-frameClose {
	color: #bcbdbf;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	background-color: #EFF2F5;
}

.laoye-frameClose:hover {
	color: white;
	background-color: #FA5656;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.07);
}


.laoye-close {
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0.075);
	position: relative;
	border-radius: 100%;
	background-color: #DADEDF;
}

.laoye-close:before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 12px;
	height: 2px;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(45deg);
	border-radius: 1px;
	background-color: white;
}

.laoye-close:after {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 12px;
	height: 2px;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	border-radius: 1px;
	background-color: white;
}

.laoye-close:hover {
	background-color: #FF5A5A;
}

/* [内容栏]================================================ */
#contentArea {
	height: 100%;
	position: relative;
	flex-grow: 1;
	overflow-x: hidden;
	background-color: white;
}

.laoye-contentItem {
	padding: 15px;
}

.test {
	padding: 50px 0px;
}


/* 包含头像的用户名称 */
.personMsg-Item {
	display: flex;
	align-items: center;
}

.personMsg-Item:not(:last-child) {
	margin-bottom: 7px;
}

.personMsg-popovaer {
	display: flex;
	align-items: center;
}

.person-smallAvatar {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 100%;
}

.person-smallAvatar img {
	display: block;
}

.personMsg-name {
	flex: 1;
	width: 0;
	margin-left: 8px;
}


/*数据表格样式*/
.laoye-filterContainer {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}


.laoye-flexItem {
	display: flex;
}

.laoye-flexItem>* {
	margin-left: 5px;
	margin-right: 5px;
}

.laoye-leftContainer,
.laoye-rightContainer,
.laoye-filter-single-right {
	display: flex;
  align-items: center;
}
.laoye-leftContainer{
	flex-wrap: wrap;
}
.laoye-leftContainer > * {
	margin-left: 10px;
}
.laoye-leftContainer > .el-button {
	margin-left: 10px;
}
.laoye-leftContainer{
	justify-content: flex-start;
}
.laoye-leftContainer > .el-button--small{
	height: 32px;
}
.laoye-rightContainer{
	justify-content: flex-end;
}
/* .laoye-rightContainer > *  {
	margin-right: 10px;
} */

.laoye-rightContainer > .el-button--small{
	height: 32px;
}
.laoye-filter-single-right {
	display: flex;
	justify-content: flex-end;
}

.laoye-filterItem:not(:last-child) {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.laoye-filterTitle {
	margin-right: 7px;
}

.laoye-filterLister {
	max-width: 240px;
	margin-bottom: 5px;
}


.laoye-tableContainer {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.laoye-switchPage {
	text-align: right;
}

.laoye-frameContainer {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}

.laoye-frameBox {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 370px;
	margin: auto;
	bottom: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: absolute;
	font-size: 14px;
	border-radius: 4px;
	background-color: white;
}

.laoye-frameItem {
	display: flex;
}

.laoye-frameItem:not(:last-child) {
	margin-bottom: 10px;
}

.laoye-frameItem>.el-select {
	flex-grow: 1;
}


.laoye-textTitle {
	min-width: 66px;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
}

.laoye-frameText {
	line-height: 30px;
}

.laoye-frameContent {
	width: 270px;
	color: #9A9B9C;
	resize: none;
	flex-grow: 1;
	padding: 7px 12px;
	font-size: 14px;
	min-height: 80px;
	max-height: 120px;
	font-family: arial;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.1);
}

.laoye-frameHead {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	justify-content: space-between;
}

.laoye-frameHead-title {
	font-size: 17px;
	font-weight: bold;
}

.laoye-frameCenter {
	padding: 25px 15px 25px;
}

.laoye-form--row:not(:last-child) {
	margin-bottom: 15px;
}


.laoye-form--col:not(:last-child) {
	margin-right: 20px;
}

.laoye-form-item--title {
	white-space: nowrap;
	margin-right: 10px;
}

.laoye-form-item--content {
	flex-grow: 1;
}


#studentFrame .laoye-frameCenter {
	height: 415px;
}

.laoye-table {
	font-size: 14px;
	border-style: none;
	border-collapse: collapse;
}

.laoye-table .laoye-thBody {
	border-bottom: 1px solid #edeeef;
}

.laoye-table[average] {
	table-layout: fixed;
}

.laoye-table[borderHalf] {
	border: 1px solid #edeeef;
}

.laoye-thBody th,
.laoye-tdBody td {
	padding: 0px 10px;
	white-space: nowrap;
	vertical-align: middle;
}

.laoye-thBody th {
	line-height: 35px;
}

.laoye-tdBody tr {
	border: 1px solid #edeeef;
}


.laoye-tdBody td {
	line-height: 46px;
}

.laoye-frameData {
	flex-grow: 1;
}

.laoye-frameView {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.laoye-frameView .laoye-frameCenter {
	margin-top: 0px;
}

.seach-rightFlex {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.seach-rightFlex>*:not(:last-child) {
	width: 150px;
	margin-right: 10px;
}

#studentFrame .el-tabs__content {
	height: 375px;
}


.laoye-frameBottom {
	display: flex;
	padding: 5px 15px;
	justify-content: center;
}

.laoye-form--row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.laoye-form--col {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: space-between;
}

#laoye-editContainer {
	justify-content: flex-end;
}


.laoye-frameHead-close:hover {
	color: #1E90FF;
	font-weight: bold;
}

.laoye-frameClose:before,
.laoye-frameHead-close:before {
	content: "\e710";
	display: block;
}

.laoye-form--row_start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.laoye-form--row_start>div:not(:last-child) {
	margin-right: 10px;
}


/*年级管理*/
.laoye-labelContainer {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.laoye-labelItem {
	display: flex;
	align-items: center;
}

.laoye-labelItem:not(:last-child) {
	margin-bottom: 5px;
}

.laoye-labelTitle {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding-right: 15px;
}

.laoye-cardAdd {
	width: 100%;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
}

.laoye-cardBottom {
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	padding: 5px;
	position: absolute;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	justify-content: center;
	background-color: white;
}

.laoye-cardHead>h2 {
	padding-left: 10px;
}

.laoye-cardItem {
	margin-top: 15px;
}

.laoye-header--between {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.laoye-header--flexEnd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.laoye-flexLeft,
.laoye-flexRight {
	display: flex;
	align-items: center;
}
.laoye-flexRight {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.laoye-bodyer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.laoye-flexRight>* {
	margin-bottom: 5px;
	margin-left: 10px;
}
.laoye-flexRight>.el-button {
	margin-bottom: 5px;
	margin-left: 10px;
}

.laoye-pager {
	display: flex;
	justify-content: flex-end;
}

.btnState {
	width: 50px;
	margin: auto;
	font-size: 10px;
	text-align: center;
	border-radius: 3px;
}

.btnNormal {
	color: #409EFF;
	border: 1px solid #b3d8ff;
	background: #ecf5ff;
}

.btnError {
	color: #f56c6c;
	border: 1px solid #fbc4c4;
	background: #fef0f0;
}

.btnSuccess {
	color: #13ce66;
	border: 1px solid rgba(18, 206, 102, .2);
	background-color: rgba(18, 206, 102, .075);
}

.filter-item>.el-input {
	width: 160px;
}

.filter-item>.el-select {
	width: 130px;
}


.filter-daterange-item {
	width: 250px;
}

.filter-datetimerange-item {
	width: 320px;
}

.el-textarea__inner {
	resize: none;
}

/* [导航图标]================================================ */
.schoolMngIcon:after {
	content: "\e635";
	display: block;
}

.studentMngIcon:after {
	content: "\e882";
	display: block;
}

.employeeMngIcon:after {
	content: "\e614";
	display: block;
}

.cardMngIcon:after {
	top: 2px;
	content: "\e604";
	display: block;
	position: relative;
}

.attendMngIcon:after {
	content: "\e60a";
	display: block;
}

.appMicroCampusIcon:after {
	content: "\e60c";
	display: block;
}

.schoolPayIcon:after {
	top: 2px;
	content: "\e66f";
	display: block;
	position: relative;
}

.orderMealIcon:after {
	content: "\e607";
	display: block;
}

.visitorIcon:after {
	content: "\e600";
	display: block;
}

.equipmentIcon:after {
	content: "\e60f";
	display: block;
}

.dormitoryIcon:after {
	content: "\e62c";
	display: block;
}

.campusPay:after {
  content: "\e601";
}

.systemManagement:after {
  content: "\e603";
}

.timeTaskIcon::after{
	content: "\e628";
	/* color: #fff; */
}

.logsIcon::after{
	content: "\e715";
	/* color: #fff; */
}

.merchantIcon::after{
	content: "\e60a";
	/* color: #fff; */
}

.menuManagementIcon::after {
	content: '\e687';
}

.reportCenterIcon::after {
	content: "\e648";
}
.equitmentManagement::after {
	content: "\e67a";
}
.equitOnlineMonitoringIcon::after {
	content: "\e636";
}
.hxchart::after {
	content: "\e671";
}
.deviceGroup:after {
  content: "\e8b7";
}
.businessIcon:after {
  content: "\e701";
}
.dataOfLargeScreen::after {
	content: "\e665";
}
.AllDeviceIcon::after {
	content: "\e711";
}
.schoolManagement::after {
	content: "\e62c";
}
.schoolContent::after {
	content: "\eb7a";
}
.serviceManagement::after {
	content: "\e641";
}
.rabbitMQIcon::after {
	content: "\e6f0";
}
.gatewayIcon::after {
	content: "\e692";
}

.applicationIcon::after {
	content: '\e622';
}
/* [公共样式]================================================ */
#laoye-taskLeft,
.laoye-userList,
.laoye-taskItem,
#laoye-taskRight,
.laoye-btn,
.laoye-btn-text,
.laoye-btn-small,
.laoye-submit,
.laoye-cancel,
.fileDelete,
.laoye-switchBtn,
.otherMsg-Btn,
.parentItem-close,
.laoye-frameClose,
.laoye-btn-unAuthority,
.laoye-frameHead-close,
.laoye-cardBtn,
.laoye-cardEditState .laoye-cardList {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/*文本框*/
.laoye-labelInput {
	width: 10px;
	height: 32px;
	border: 1px solid #DCDFE6;
	outline: none;
	flex-grow: 1;
	font-size: 14px;
	font-family: Arial;
	line-height: 32px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .15s ease-out;
}

.laoye-labelInput:hover {
	border-color: #C0C4CC;
}

.laoye-labelInput:focus {
	border-color: #1E90FF;
}

.mustFill {
	color: red;
	margin-right: 3px;
}

.laoye-filter {
	display: flex;
	justify-content: flex-end;
}

.laoye-filter > * {
	margin-left: 10px;
	margin-bottom:5px;
}
.laoye-filter > .el-button {
	margin-left: 10px;
	margin-bottom:5px;
}


/*文本按钮/小按钮/无权限按钮*/
.laoye-btn-text {
	outline: none;
	padding: 9px 15px;
	border-style: none;
	background-image: none;
	background-color: transparent;
}

.laoye-btn-small {
	font-size: 12px;
}

.laoye-btn-unAuthority {
	color: #DADBDF;
	pointer-events: none;
}

.laoye-btn {
	color: white;
	margin: 5px 7px;
	outline: none;
	padding: 4px 17px;
	border-style: none;
	border-radius: 3px;
}

.laoye-switchBtn {
	outline: none;
	line-height: 30px;
	border-style: none;
	background-style: none;
	background-color: white;
}

.laoye-switchBtn {
	border: 1px solid #DCDFE6;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

.laoye-switchBtn:first-child {
	border-radius: 4px 0px 0px 4px;
	border-right-style: none;
}

.laoye-switchBtn:not(:first-child):not(:last-child) {
	border-left-style: none;
	border-right-style: none;
}

.laoye-switchBtn:last-child {
	border-radius: 0px 4px 4px 0px;
	border-left-style: none;
}

.laoye-switchBtn[active] {
	color: white;
	border-color: #409EFF;
	background-color: #409EFF;
}


.laoye-btn-error {
	background-color: #F84343;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.laoye-btn-normal {
	background-color: #1E90FF;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.laoye-btn-default {
	color: #4A4D4F;
	background-color: #fafbfc;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

/*状态元素*/
.laoye-state,
.laoye-state-plain {
	border: 1px solid rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 3px 15px;
	font-size: 12px;
	border-radius: 3px;
}

.laoye-state {
	color: white;
}

.laoye-state-plain {
	color: #3F3F3F;
	background-color: #F8FAFF;
}

.laoye-btn-plain-default {
	color: #909399;
	background-color: #f4f4f5;
	border-color: #d3d4d6;
}

/* 按钮样式 */
.laoye-btn-text {
	outline: none;
	padding: 9px 15px;
	border-style: none;
	background-image: none;
	background-color: transparent;
}

.laoye-btn-small {
	font-size: 12px;
}

.laoye-btn-unAuthority {
	color: #DADBDF;
	pointer-events: none;
}

.laoye-state,
.laoye-state-plain {
	border: 1px solid rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 3px 15px;
	font-size: 12px;
	border-radius: 3px;
}

.laoye-state {
	color: white;
}

.laoye-state-plain {
	color: #3F3F3F;
	background-color: #F8FAFF;
}

.laoye-btn-plain-default {
	color: #909399;
	border-color: #d3d4d6;
	background-color: #f4f4f5;
}

::-webkit-input-placeholder {
	color: #D9DADF;
}

::-moz-placeholder {
	color: #D9DADF;
}

:-ms-input-placeholder {
	color: #D9DADF;
}

#seachContainer>.el-input {
	width: 150px;
}

#seachContainer>.el-select {
	width: 120px;
}


.unData {
	color: #DEDDDF;
	height: 130px;
	font-size: 17px;
	text-align: center;
	line-height: 130px;
	font-weight: bold;
}


/*[询问框]========================================*/
.laoye-flexContainer {
	display: flex;
}

.laoye-flexRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.laoye-flexRow:not(:last-child) {
	margin-bottom: 15px;
}

.stuHead .laoye-colItem {
	display: block;
	flex-grow: 1;
}

.laoye-colItem {
	display: flex;
	flex-grow: 1;
	align-items: center;
}


.laoye-colItem:first-child {
	margin-right: 5px;
}

.laoye-colItem:not(:first-child):not(:last-child) {
	margin-left: 5px;
	margin-right: 5px;
}

.laoye-colItem:last-child {
	margin-left: 5px;
}

.laoye-colItem:first-child:last-child {
	margin-left: 0px;
	margin-right: 0px;
}

.laoye-colTitle {
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 5px;
}

.laoye-colContent {
	flex-grow: 1;
}


/* 微头像&悬浮头像 */
.table-personName {
	display: flex;
	align-items: center;
}

.table-avatarContainer {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.table-personSmallAvatar {
	width: 40px;
	height: 40px;
	border: 1px solid #eaeaea;
	display: block;
	border-radius: 100%;
}

.table-personBigAvatar {
	width: 360px;
	/* height: calc(360px * 413px / 295px); */
	display: block;
}


@media screen and (max-width: 1600px) {
	.laoye-header--between {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-end;
	}

	.laoye-header--between .laoye-flexRight {
		display: flex;
		margin-top: 10px;
		justify-content: flex-end;
	}
}


.parentContainer {
	display: flex;
	flex-wrap: wrap;
}

.parentContainer .parentItem {
	width: 20%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.parentContainer .parentAvatar {
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 5px;
	border-radius: 100%;
}

.parentContainer .parentName {
	flex: 1;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.parentContainer .parentName .subText {
	font-size: 12px;
	margin-left: 5px;
	letter-spacing: 1px;
}

/* [新样式]====================== */
.page-dataFilter {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-dataBodyer {
	padding-top: 12px;
	padding-bottom: 15px;
}

.dataFilter-left,
.dataFilter-right {
	display: flex;
	align-items: center;
}

.dataFilter-left>*:not(:last-child),
.dataFilter-right>*:not(:last-child) {
	margin-right: 10px;
}

/* 宿舍管理公共样式 */
.dormitoryContainer {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.dormitoryRoom-header {
	display: flex;
	align-items: center;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #eaecef;
	justify-content: space-between;
}

.dormitoryRoom-bodyer {
	padding: 12px 15px;
}

.dormitoryItem {
	width: 210px;
	cursor: pointer;
	margin: 10px;
	border: 1px solid #eaecef;
	overflow: hidden;
	flex-shrink: 0;
	user-select: none;
	border-radius: 5px;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.dormitoryItem:hover {
	border-color: #b7b8ba;
	box-shadow: 0px 3px 10px #e5e7efaf;
}

.dormitoryRoomIcon {
	height: 20px;
	line-height: 20px;
}

.dormitoryRoomIcon:before {
	display: inline-block;
	content: "\e624";
	transform: scale(1.5);
	font-weight: normal;
	margin-right: 10px;
}

.dormitoryRoomIcon .el-dialog__title:before {
	display: inline;
	content: "\e624";
	font-size: 24px;
	font-weight: normal;
	margin-right: 5px;
}


.roomStatistics-row {
	display: flex;
	justify-content: space-between;
}

.roomStatistics-row:not(:last-child) {
	margin-bottom: 7px;
}


.roomStatistics-item {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.roomStatistics-item:not(:last-child) {
	margin-right: 20px;
}

.roomStatistics-type {
	padding-right: 10px;
}


/* [空数据]================ */

.laoye-searchNull {
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url('../img/null.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
}

/* ========= */
.laoye-page--right,
.laoye-page--center {
	margin-top: 30px;
}
.laoye-page--center {
	text-align: center;
}
.laoye-page--right {
	text-align: right;
}

.popover_item_cell{
	overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popover_item_cell:hover{
	color: #3caeff;
}
.popover_item_circle{
  display: inline-block;
	margin-right: 5px;
	font-size: 18px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.popover_item_red{
  border: 4px solid red;
  /* background-color: red; */
}
.popover_item_green{
  background-color: #53f454;
}

/* notify通知组件 */
.el-notification__content{
  word-break: break-word;
  word-wrap: break-word;
}

.color_fff{
	color: #fff !important;
}