body,p,a,span,ul{
	padding:0;
	margin:0;
	font-family: "microsoft yahei","Times New Roman","宋体",Times,serif;
	font-size: 12px;
}
ul, ol {
    list-style: none outside none;
}
a{
	text-decoration: none;	
	cursor:pointer;
}
a *{
	cursor:pointer;
}
a:hover{
	color:orange;
}
.el-dialog {
	--el-dialog-border-radius:4px;
}
#pageLoadingShade {
	position: fixed;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
}

#pageLoadingDlg {
	width: 270px;
	top: 45%;
	left: 45%;
	position: fixed; margin : 0 auto;
	border: 1px solid #ebeef5;
	background-color: white;
	z-index: 99999;
	text-align: center;
	padding: 30px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	box-shadow:rgba(0,0,0,0.5) 0 0 15px;
}

#pageLoadingDlg p {
	font-size: 14px;
	color:#606266;
}
@-webkit-keyframes loading-rotate {
	100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@keyframes loading-rotate {
	100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
.loading-spinner .circular {
    display: inline-block;
    height:42px;
    width:42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}
.loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round;
}

/*-------定制消息对话框---*/
.el-dialog__header{
	padding:15px 20px;
}
.el-dialog__header button.el-dialog__headerbtn{
	height:34px;
}
div.el-dialog div.el-dialog__body{
	padding:0 20px;
}
.el-dialog__footer{
	padding:15px 20px;
}
.el-message__icon.el-message-icon--info, .el-message-box__status.el-message-box-icon--info,div.el-result div.el-result__icon svg.icon-info{
	color:#5BC0DE;
}
div.elmsgbox .el-message-box__status{
	font-size:40px!important;
}
div.elmsgbox .el-message-box__status+.el-message-box__message{
	padding-left:48px;
}
div.el-message-box__btns button.el-button{
	width:75px;
}
i.el-message__icon{
	font-size:36px!important;
}

.el-alert--info.is-light{
	background-color:#fdf6ec;
	border:1px solid orange;
	color:#5BC0DE;
}
.el-alert--info.is-light .el-alert__description{
	font-size:14px;
	color:#666;
}
.el-alert__content{
	padding:0 0 0 8px;
}
/*---密码复杂度显示----*/
div.pstrength-bar {
	display:flex;
	flex-direction: row;
	margin-top:2px;
    height: 16px;
    line-height: 16px;
    width:100%;
}
div.pstrength-bar div {
    background: none repeat scroll 0 0 #ffd099;
    color: #fff;
    border-left:1px solid white;
    text-align: center;
    width: 34%;
}
div.pstrength-bar div:first-child{
	border-left:none;
}
.pstrength-weak .pstrength-bar-weak, .pstrength-middle .pstrength-bar-weak, .pstrength-strong .pstrength-bar-weak, .pstrength-middle .pstrength-bar-middle, .pstrength-strong .pstrength-bar-middle, .pstrength-strong .pstrength-bar-strong {
    background: none repeat scroll 0 0 #f60;
}

/**杂项***/
div.el-form-item-desc p{
	color:#909399;
	line-height:16px;
}
.el-form-item.is-success i.el-input__validateIcon{
	color: green;
}

/*覆盖*/
.el-loading-spinner{
	margin-top:0;
}

/**定制el-select**/
.el-select-dropdown.is-multiple .el-select-dropdown__item i{
	font-style:normal;
	margin-right:8px;
	
    display: inline-block;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected i{
    background-color:#409eff;
    border-color:#409eff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    position: absolute;
    top: 50%;
    left: 11px;
    border-top: none;
    border-right: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url("data:image/svg+xml;utf8,%3Csvg class='icon' width='200' height='200' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M406.656 706.944L195.84 496.256a32 32 0 10-45.248 45.248l256 256 512-512a32 32 0 00-45.248-45.248L406.592 706.944z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-size: 100% 100%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.el-select-dropdown__item {
    display: flex;
    flex-direction:row;
    align-items: center;
    padding:0 10px;
}
li.el-select-all{
	border-bottom:1px solid #dcdfe6;
	padding-left:10px;
}
/**form-item label插槽**/
div.slot_label{
	align-items:center;
	justify-content: center;
}
div.slot_label div.el-form-item__label{
	height:auto;
}
div.slot_label.zh-en .el-radio-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
div.slot_label.zh-en .el-radio{
	margin-right:0;
}
