﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */

@charset "utf-8";


*::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
*::-webkit-scrollbar-corner {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  min-height: 12px;
  border: 4px solid transparent;
  background-clip: content-box;
  border-radius: 7px;
  background-color: var(--primary-bg-color);
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color);
}
*::-webkit-scrollbar-thumb:active {
  background-color: var(--primary-color);
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar-track-piece {
  background-color: transparent;
}


* {
  box-sizing: border-box;
}

html {
}
html,
img,
fieldset {
  border: 0;
}
html,
body,
form {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1550px;
  color: #000;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body,
td {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
ul,
ol {
  margin: 0;
  padding: 5px 5px 5px 40px;
}
dl,
p {
  /* margin: 0; */
  /* padding: 5px 0; */
}
a,
a:link {
  color: #000;
  text-decoration: none;
}
/*================ Form 元素统一 =================*/
label {
  cursor: pointer;
  _cursor: default;
}
input[type='submit'] {
  cursor: pointer;
}
input[type='button'] {
  cursor: pointer;
}
input[type='reset'] {
  cursor: pointer;
}
*html input {
  direction: expression(
    function(sjd) {if(document.readyState== 'complete') {sjd.style.direction = 'ltr' ; /* 只 执行一次*/ sjd.className +
      = ' ' + sjd.type; /* 根据type 类型 添加 className，弥补IE6 无法使用 [type=""] 改用 input.type */}} (this)
  );
  unicode-bidi: expression(
    function(sjd) {if(document.readyState== 'complete') {/* input  只读时 ie6 添加 className " readonly" */
      if(sjd.readOnly == true) {if(sjd.className.search(' readonly') ==-1) {sjd.className + = ' readonly' ;}} else {if(
        sjd.className.search(' readonly') !=-1
      ) {sjd.className = sjd.className.replace(' readonly', '')}} /* input被禁用时 ie6 添加 className " disabled" */
      if(sjd.disabled == true) {if(sjd.className.search(' disabled') ==-1) {sjd.className + = ' disabled' ;}} else {if(
        sjd.className.search(' disabled') !=-1
      ) {sjd.className = sjd.className.replace(' disabled', '')}}}} (this)
  );
}
/* IE6 背景图缓存优化  IE6 fixed box hack */
*html html {
  direction: expression(
    function(el) {el.style.direction = 'ltr' ; try {document.execCommand('BackgroundImageCache', false, true) ;} catch(
        e
      ) {}} (this)
  );
}
/************  
	常用 类 使用  
	----------------------------

	------ A 虚线 ------
	----------------------------
		a {outline:0;zoom:expression(function(sjd){sjd.style.zoom = "1";sjd.hideFocus=true;}(this))}


	------ :first-child{} ------
	----------------------------
		div:first-child{} ;
		div.first-child{} ;
		*html div {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			if(sjd == sjd.parentNode.getElementsByTagName(sjd.tagName)[0]){sjd.className += " first-child"}
		}(this))}
		
		.className:first-child{} 
		.className_first-child{} 
		*html .className {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			if(sjd == sjd.parentNode.getElementsByTagName(sjd.tagName)[0]){sjd.className += " className_first-child"}
		}(this))}
	----------------------------

	------ :hover{} ------------
	----------------------------
		div:hover{} ;
		div.hover{} ;
		*html div {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			sjd.onmouseover =  function(){ if(!this.contains(event.fromElement)){this.className +=' hover'} };
			sjd.onmouseout  =  function(){ if(!this.contains(event.toElement)){this.className =this.className.replace(' hover','')} };
		}(this))}
		.className:hover{} 
		.className_hover{} 
		*html .className {zoom:expression(function(sjd){
			sjd.style.zoom = "1";
			sjd.onmouseover =  function(){ if(!this.contains(event.fromElement)){this.className +=' className_hover'} };
			sjd.onmouseout  =  function(){ if(!this.contains(event.toElement)){this.className =this.className.replace(' className_hover','')} };
		}(this))}

	----------------------------

	------ PNG图 ---------------
	----------------------------
	背景
	*html .className {zoom:expression( function(sjd){sjd.style.zoom=1;if (sjd.className.search(" ie6bg")==-1){sjd.className += " ie6bg"}}(this));}
	前景
	*html .className img {zoom:expression( function(sjd){sjd.style.zoom=1;if (sjd.className.search(" ie6img")==-1){sjd.className += " ie6img"}}(this));}
	
********************/

/* CSS Document
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
/* p, */
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*----------basic----------*/

.empty {
  text-align: center;
}
.empty .description {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}

.sub-depts-pop {
  padding: 18px !important;
  width: unset !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 10px;
}
.sub-depts-pop .el-popper__arrow::before {
  background: rgba(0, 0, 0, 0.7) !important;
}
.sub-depts-pop .sub-depts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.sub-depts-pop .sub-depts .sub-dept {
  padding: 0 10px;
  /* min-width: 180px; */
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
.sub-depts-pop .sub-depts .sub-dept:hover {
  background: var(--primary-color);
  color: #ffffff;
}