/* 公共样式 */
.maintitle {
	margin-bottom: 20px;
	margin-left: 10px;
	color: #333;
	text-align: left !important;
	font-size: 18px !important
}

.md-field {
	padding: 0 !important;
	margin: 0 !important;
	min-height: auto !important;

}

.md-dialog-actions {
	padding: 0 20px !important;
}

.md-field.md-has-placeholder .md-field.md-has-placeholder {
	font-size: 12px !important;
}

.md-steppers.md-theme-default .md-stepper-header.md-active .md-stepper-number,
.md-steppers.md-theme-default .md-stepper-header.md-done .md-stepper-number {
	background-color: #6469CC !important;
}

.floatButton {
	float: right;
}

.topTitle {
	padding: 15px 20px
}

.goHome,
.topTitle {
	background: #fff;
	font-weight: 700
}

.goHome {
	padding: 10px 20px;
	text-align: left;
	font-size: 1pc
}

.searchRes {
	display: flex
}

.searchRes ul {
	overflow-y: auto;
	width: 90%;
	height: 300px
}

.searchRes ul li {
	padding: 10px;
	text-align: center
}

.searchRes ul li:hover {
	color: #6469CC;
	cursor: pointer
}

.searchRes ul li:focus {
	color: #6469CC
}

.dialogcenter {
	clear: both;
	width: 100%;
	text-align: center;
	padding:20px 0;
}

.desktops {
	position: fixed;
	bottom: 70px;
	left: 20px;
	z-index: 1000;
	padding-top: 50px;
	border-top: 1px solid #fff
}

.desktops img:hover {
	cursor: pointer;
	transition: all 1.5s ease-in;
	transform: rotate(360deg) scale(1.2)
}

.personInfo {
	display: flex;
	margin: 5px 0
}

.personInfo span {
	display: inline-block;
	height: auto
}

.personInfo span:first-child {
	padding-right: 5px;
	min-width: 65px;
	color: #999;
	text-align: right
}

.personInfo span:last-child {
	white-space: nowrap;
	flex-grow: 1
}

#-iframe2 {
	width: 100%;
	height: 100%
}

.tableAction {
	cursor: pointer
}

.topless {
	padding-top: 65px !important
}

.uplimg {
	vertical-align: middle;
	margin-bottom: 2px;
	cursor: pointer;
}

.cancelSpan {
	display: inline-block;
	border: 1px solid #FFFFFF;
	color: #6469CC;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
}

.cancelSpan:hover {
	border: 1px solid #6469CC;
	border-radius: 5px;
}

.sureSpan {
	color: #FFFFFF;
	background: #6469CC;
	border-radius: 5px;
	width: 80px;
	height: 40px;
	text-align: center;
	display: inline-block;
}

.sureSpan:hover {
	opacity: 0.7;
}

.pline {
	height: 1px;
	clear: both;
}

/* 单选框样式 */
.el-radio__input.is-checked .el-radio__inner {
	border-color: #6469CC !important;
	background: #6469CC !important;
}

.el-radio__input.is-checked+.el-radio__label {
	color: #6469CC !important;
}

.el-table .cell {
	position: relative;
}

.el-dropdown-link {
	width: 70px;
	margin: 0 auto;
	display: inline-block;
}

canvas {
	position: inherit !important
}

.slectfile {
	margin-bottom: 20px;
}

body,
html {
	width: 100%;
	height: 100%;
	/* font: 14px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif!important; */
	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif !important;

}
.mu-select-input{
	font-size:14px !important;
}
.mu-input__focus {
    color: #6469cc !important;
}
::-webkit-input-placeholder {
	font:unset !important;
}
::-webkit-textarea-placeholder{
	font:unset !important;
}


/* 使用webkit内核的浏览器 */
:-moz-placeholder {
	font: -webkit-control !important;
}

/* Firefox版本4-18 */
::-moz-placeholder {
	font: -webkit-control !important;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
	font: -webkit-control !important;
}

/* IE浏览器 */
input {
	font: unset !important;
}

p,
span,
div,
a,
li,
input,
button {
	/* font: 14px/1.5 "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif!important; */

	font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif !important;
	list-style: none !important;
}

ul {
	list-style: none !important;
}

.el-dropdown-menu {
	margin-left: 115px !important;
}

.el-popper[x-placement^=bottom] .popper__arrow {
	left: 50% !important;
}

/*表单*/

.el-form-item {
	margin-bottom: 20px !important;
}

/* 滑块 */
.el-slider__bar {
	background-color: #6469CC !important;
}

.el-slider__button {
	border: 2px solid #6469CC !important;
}

/*两行一列表单*/

.stepForm .el-form-item {
	float: left;
	width: 40%;
}

.stepForm .el-form-item:nth-child(2n) {
	margin-left: 20%;
}

/*所有文本框高度*/

.el-input--small .el-input__inner {
	height: 40px !important;
	line-height: 40px !important;
}

/*上一部按钮*/

.firstButton-white {
	width: 140px;
	height: 40px;
	line-height: 30px;
	font-size: 18px !important;
	color: #6469CC !important;
	border-radius: 5px;
	background: #ffffff !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.firstButton-white:hover {
	opacity: 0.8;
}

.firstButton-white:active {
	opacity: 1 !important;
}

.firstButton {
	width: 140px;
	height: 40px;
	line-height: 30px;
	font-size: 18px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.tiaoguobtn {
	width: 140px;
	height: 40px;
	line-height: 30px;
	font-size: 18px !important;
	color: #6469CC !important;
	border-radius: 5px;
	background: #FFFFFF !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.tiaoguobtn:hover {
	opacity: 0.8;
}

.tiaoguobtnxiao:active {
	opacity: 1 !important;
}

.tiaoguobtnxiao {
	margin: 10px 0;
	width: 80px;
	height: 40px;
	line-height: 30px;
	font-size: 14px !important;
	color: #6469CC !important;
	border-radius: 5px;
	background: #FFFFFF !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.tiaoguobtnxiao:hover {
	opacity: 0.8;
}

.tiaoguobtnxiao:active {
	opacity: 1 !important;
}

.firstButton:hover {
	opacity: 0.8;
}

.firstButton:active {
	opacity: 1 !important;
}

/*取消按钮*/

.cancelButton {
	margin: 10px 0;
	width: 80px;
	height: 40px;
	line-height: 30px;
	font-size: 14px !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	color: #6469CC !important;
	background: #FFFFFF !important;
	border: 1px solid #6469CC !important;
}

.cancelButton:hover {
	opacity: 0.8;
}

.cancelButton:active {
	opacity: 1 !important;
}

.el-message-box__btns button:nth-child(1) {
	margin: 10px 0;
	width: 70px;
	height: 30px;
	line-height: 20px;
	font-size: 14px !important;
	color: #6469CC !important;
	border-radius: 5px;
	background: #FFFFFF !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.el-message-box__btns button:nth-child(2) {
	margin: 10px 0;
	margin-left: 10px;
	width: 70px;
	height: 30px;
	line-height: 20px;
	font-size: 14px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.el-message-box__btns button:hover {
	opacity: 0.8;
}

.el-message-box__btns button:active {
	opacity: 1 !important;
}

.org {
	color: #6469CC;
}

.zhuse {
	color: #6469CC;
}

/*第二级按钮*/

.secondButton {
	margin: 10px 0;
	width: 80px;
	height: 40px;
	line-height: 30px;
	font-size: 14px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.secondButton-white {
	margin: 10px 0;
	width: 80px;
	height: 40px;
	line-height: 30px;
	font-size: 14px !important;
	color: #6469CC !important;
	border-radius: 5px;
	background: #ffffff !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.secondButton-white:hover {
	opacity: 0.8;
}

.secondButton-white:active {
	opacity: 1 !important;
}

.el-button.is-disabled {
	background: #666666 !important;
	color: #FFFFFF !important;
	border: none !important;
}

.secondButton:hover {
	opacity: 0.8;
}

.secondButton:active {
	opacity: 1 !important;
}

.thirdButton {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.thirdButton:hover {
	opacity: 0.8;
}

.thirdButton:active {
	opacity: 1 !important;
}

.elseButton {
	margin: 10px 0;
	width: 80px;
	height: 30px;
	line-height: 20px;
	font-size: 14px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
	background: #6469CC !important;
	padding: 0 !important;
	border: 1px solid #6469CC !important;
}

.elseButton:hover {
	opacity: 0.8;
}

.elseButton:active {
	opacity: 1 !important;
}

.el-dialog__body {
	padding: 20px !important;
}

.el-dialog__header {
	padding: 0 20px !important;
	height: 40px;
	line-height: 40px !important;
	background: #F2F2F2;
}

.el-dialog__headerbtn {
	top: 0px !important;
}



.el-table th {
	background: #E7E7F2 !important;
}

.el-table th.is-leaf {
	border-bottom: 1px solid #E5E5E5 !important;
}

.el-table th>.cell {
	text-align: center;
}

.el-table thead {
	color: #333333 !important;
	font-weight: bold;
}

.newpeople {
	min-height: 400px;
}

#app {
	/* -webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; */
	width: 100%;
	height: 100%;
	color: #666666;
	background-size: 100%100%;
	position: relative;
	overflow: hidden;
}

.main {
	border: none !important;
}

.rightfiexd {
	position: fixed;
	right: 0;
	top: 70%;
	z-index: 2;
}

.rightfiexd li {
	margin: 10px;
	text-align: -webkit-center;
	z-index: 99999
}

.rightfiexd img {
	width: 80%;
	height: 80%;
}

.rightfiexd li img {
	display: block;
	z-index: 9999;
}

.rightfiexd li img:hover {
	cursor: pointer;
}

#dialogVisibles .el-dialog__body {
	position: fixed;
	height: 8888px;
	width: 800px;
	padding: 0 !important;
	background-color: transparent;
}

#dialogVisibles .el-dialog__header {
	display: none;
}

#dialogVisibles .el-dialog {
	width: 800px !important;
}

.quanxianlist,
.quanxianlist1 {
	padding: 10px;
}

.quanxianlist ul li,
.quanxianlist1 ul li {
	text-align: center;
	color: #333333;
	float: left;
	width: 33.3%;
	height: 95px;
	padding: 15px 0;
}

.quanxianlist ul li:hover p,
.quanxianlist1 ul li:hover p {
	font-weight: bold;
}

.quanxianlist ul li:hover img,
.quanxianlist1 ul li:hover img {
	width: 45px !important;
}

.quanxianlist ul li:nth(3n-1),
.quanxianlist1 ul li:nth(3n-1) {
	width: 33.4% !important;
}

.quanxianlist ul li:hover,
.quanxianlist1 ul li:hover {
	cursor: pointer;
}

.newDetailss .el-dialog {
	position: absolute !important;
	right: 0;
	height: 100%;
	margin-top: 0 !important;
	margin: 0 !important;
}

.newDetailss .el-dialog .el-dialog__body {
	padding: 15px 0 !important;
	text-align: left;
}

.newDetailss .el-dialog__header {
	padding: 10px 20px !important;
	text-align: left;
	background: #F2F2F2;
}

.newDetailss .el-dialog__header span {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/*状态删选样式*/

.el-table-filter__list-item.is-active {
	background-color: #1297DE !important;
}

.el-table-filter__list-item:hover {
	background-color: #1297DE !important;
	color: #FFFFFF !important;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #1297DE !important;
	color: #FFFFFF !important;
}

.el-table-filter__list-item {
	padding: 0 20px !important;
	text-align: center;
}

.el-table-filter__list {
	padding: 0 !important;
}

.el-table-filter__list-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.el-table-filter__list-item:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.el-table-filter {
	border-radius: 4px;
}

.el-table td {
	text-align: center !important;
}

.caidansuoxiao {
	width: 22px;
	height: 22px;
}

.el-dialog__header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*定义滚动条轨道*/

#app ::-webkit-scrollbar-track {
	border-radius: 0;
	background: 0 0;
	-webkit-box-shadow: inset 0 0 5px transparent
}

/*定义滚动条高宽及背景*/

#app ::-webkit-scrollbar {
	width: 10px;
	height: 5px
}

/*定义滚动条*/

#app ::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: hsla(0, 0%, 100%, .1);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3)
}

.el-dropdown-menu__item {
	width: 100%;
	padding: 0 !important;
}

.el-dropdown-menu__item p {
	/* padding: 0 20px; */
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

.l_gzuoxiaoxi .el-icon-bell::before {
	font-size: 24px;
}

.l_gzuoxiaoxi .el-badge__content {
	font-size: 10px;
}

.el-dropdown-menu__item {
	width: 80px !important;
}

.biaoge {
	margin-top: 20px;
}

.el-table__column-filter-trigger {
	line-height: 22px !important;
}

.yuandians {
	width: 7px;
	height: 7px;
	background-color: #6469CC;
	border-radius: 50%;
	position: fixed;
	top: 24px;
	right: 212px;
}

.returnHome {
	vertical-align: middle;
	margin-top: 2px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.huise {
	color: #999999;
}

.huise:hover {
	color: #999999;
}

.bllck {
	color: #333333 !important;
}

.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:after {
	content: '*';
	color: #f56c6c;
	margin-right: 4px;
}

.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
	content: none !important;
	margin: 0 !important;
}

.addViedos {
	padding-top: 40px;
	height: 60%;
	padding-bottom: 50px;
	background: #F9F9F9 !important;
}

.addViedos .el-dialog__header {
	margin-top: -40px;
	background: #FFFFFF !important;
}

.addViedos .el-dialog__body {
	height: 100%;

	padding: 20px !important;

}

/* 通知栏样式 */
.el-notification {
	background-color: #f0f3fa !important;
}

.videoNotice {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	background: rgb(0, 0, 0, 0.7);
	width: 420px;
	height: 190px;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}

.videoNotice .headers {
	text-align: right;
}

.videoNotice .headers img {
	cursor: pointer;
}

.noticesure {
	background: #6469CC !important;
	color: #FFFFFF;
	border: 1px solid #6469CC;
}

.noticesure:hover {
	opacity: 0.8;
	background: #6469CC !important;
	color: #FFFFFF;
	border: 1px solid #6469CC;
}

.noticecancel {
	color: #6469CC;
	background: rgb(0, 0, 0, 0) !important;
	border: 1px solid #6469CC;
}

.noticecancel:hover {
	opacity: 0.8;
	color: #6469CC;
	background: rgb(0, 0, 0, 0) !important;
	border: 1px solid #6469CC;
}

.videoNotice .contents {
	font-size: 18px;
}

.videoNotice .contents img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 6px;
}

.avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}

.avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 178px;
	height: 178px;
	line-height: 178px;
	text-align: center;
}

.avatar {
	width: 178px;
	height: 178px;
	display: block;
}

.excelOut {
	margin-right: 20px;
}

.centerP {
	text-align: center;
}

.jiajian {
	float: right;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 20px;
	width: 18px;
	height: 18px;
}

.jiajians {
	float: right;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

.bigO {
	height: 45px;
	width: 200px;
	right: 0;
	min-width: 0 !important;
	bottom: 20px;
	left: auto !important;
	overflow: hidden;
	transform: none !important;
	-webkit-transform: none !important;
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: none !important;
	/* padding: 5px; */

}

.rightDetails {
	max-height: 100%;
	height: 100%;
	width: 50%;
	max-width: 50%;
	min-width: 0 !important;
	overflow: hidden;
	right: 0;
	top: 0;
	padding: 0;
	left: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: none !important;
}

.md-dialog-title img {
	vertical-align: middle;
	margin-top: 4px;
}

.mu-dialog-title {
	background: #F3F3F3;
	padding: 10px 20px !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.mu-dialog {
	border-radius: 5px;
}

.md-dialog-title {
	background: #F3F3F3;
	padding: 10px 20px !important;
	font-size: 16px !important;
	margin-bottom: 0 !important;
}


@-webkit-keyframes shows {
	0% {
		width: 0;
		opacity: 0;
	}

	10% {
		width: 5%;
		opacity: 0.1;
	}

	20% {
		width: 10%;
		opacity: 0.2;
	}

	30% {
		width: 15%;
		opacity: 0.3;
	}

	40% {
		width: 20%;
		opacity: 0.4;
	}

	50% {
		width: 25%;
		opacity: 0.5;
	}

	60% {
		width: 30%;
		opacity: 0.6;
	}

	70% {
		width: 35%;
		opacity: 0.7;
	}

	80% {
		width: 40%;
		opacity: 0.8;
	}

	90% {
		width: 45%;
		opacity: 0.9;
	}

	100% {
		width: 50%;
		opacity: 1;

	}
}

@-webkit-keyframes hides {
	0% {
		width: 50%;
		opacity: 1;
	}

	50% {
		width: 25%;
		opacity: 0.5;
	}

	100% {
		width: 0;
		opacity: 0;
	}
}

.detailsShow-enter-active {
	animation: shows .8s;
}

.detailsShow-leave-active {
	animation: hides .5s;
}

.titleRight {
	float: right;
	cursor: pointer;
}
